@charset "utf-8";
/*
    INITIAL SASS VARIABLE SETTEING
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
/* <weight>: Use a value from 200 to 900
 <uniquifier>: Use a unique and descriptive*/ class name .noto-serif-jp-<uniquifier > {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
/* <weight>: Use a value from 100 to 900
 <uniquifier>: Use a unique and descriptive */ class name .noto-sans-jp-<uniquifier > {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
/*************************************************************
* Default
*************************************************************/
* {
  padding: 0px;
  margin: 0px;
  width: auto;
}
/*----- html5 -----*/
header, nav, aside, footer {
  display: block;
}
body {
  background: #f7f7f7;
  font-family: "メイリオ", "meiryo", sans-serif;
  line-height: 150%;
  color: #010101;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.6em;
  margin: 0;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  border: none;
  vertical-align: top;
}
p {
  word-break: break-all;
  word-wrap: break-word;
}
i {
  font-style: normal;
}
/*************************************************************
* Common 共通要素
*************************************************************/
/*Basic font-style*/
.heavy {
  font-weight: bold;
}
.text_S {
  font-size: 11px;
}
.text_M {
  font-size: 17px;
}
.text_L {
  font-size: 23px;
}
.text_XL {
  font-size: 27px;
}
/*Basic caption*/
.title {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #0a2470;
  font-size: 23px;
  font-weight: bold;
}
.subtitle {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: bold;
}
/*Basic link*/
a {
  color: #0a2470;
  text-decoration: none;
}
a:hover {
  color: #7891db;
  text-decoration: none;
  transition: 0.5s;
}
/*Basic Layout*/
.wrapper {
  width: 100%;
  /* [disabled]min-width: 936px; */
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
/*Basic Style*/
.next_img {
width: auto;
text-align: center;
}
.next_img img {
width: auto;
height: 520px;
}
ul.disc {
  list-style-type: disc;
  padding-left: 20px;
  margin: 2em 0;
}
ul.circle {
  list-style-type: circle;
  padding-left: 20px;
}
.forms {
  margin-top: 10px;
  margin-bottom: 10px;
}
.forms ul {
  margin-top: 5px;
}
.forms ul li {
  display: inline-block;
  margin-right: 10px;
}
.return_top {
  width: 35px;
  height: 35px;
  background: #0a2470;
  border-radius: 3px;
}
.return_top i {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  padding: 10px 0px 0px 0px;
  color: #fff;
}
#fixedTop {
  right: 30px;
  bottom: 40px;
  width: 30px;
  height: 30px;
  line-height: 50px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 9999;
  -webkit-transform: translateZ(0);
  opacity: 0.8;
}
#fixedTop:hover {
  opacity: 0.6;
}
.sendBtn {
  padding: 20px;
  display: block;
  border: 1px solid #0a2470;
  background-color: #0a2470;
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #ffffff;
}
.bt_inq {
  margin: 5px 0;
  padding: 0.5em 0.7em;
  border-radius: 50px;
  background-image: linear-gradient(#719ADA, #0A2470 50%);
  /*background-color: #005bdb;*/
  color: #FFFFFF;
  -webkit-box-shadow: 2px 2px 4px 0 #949494;
  box-shadow: 2px 2px 4px 0 #949494;
}
.bt_inq a {
  color: #FFFFFF;
}
.bt_entry {
  margin: 0 0 3em;
}
.bt_entry a {
  color: #FFFFFF;
  padding: 0.3em 1em;
  border-radius: 50px;
  background-image: linear-gradient(#ff8a8a, #c50000 50%);
  /*background-color: #005bdb;*/
  -webkit-box-shadow: 2px 2px 4px 0 #949494;
  box-shadow: 2px 2px 4px 0 #949494;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.bt_research {
  margin: 0 0 3em;
}
.bt_research a {
  color: #FFFFFF;
  padding: 0.3em 1em;
  border-radius: 50px;
  background-image: linear-gradient(#719ADA, #0A2470 50%);
  /*background-color: #005bdb;*/
  -webkit-box-shadow: 2px 2px 4px 0 #949494;
  box-shadow: 2px 2px 4px 0 #949494;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.bt_other {
  margin: 0 0;
}
.bt_other a {
  color: #C50000;
  padding: 0.2em 1em;
  border-radius: 50px;
  border: 2px solid #C50000;
  text-align: center;
  font-weight: bold;
  background-color: #FFFFFF;
  -webkit-box-shadow: 2px 2px 4px 0 #949494;
  box-shadow: 2px 2px 4px 0 #949494;
}
.bt_other_blue {
  margin: 0 0;
}
.bt_other_blue a {
  color: #255DB3;
  padding: 0.2em 1em;
  border-radius: 50px;
  border: 2px solid #255DB3;
  text-align: center;
  font-weight: bold;
  background-color: #FFFFFF;
  -webkit-box-shadow: 2px 2px 4px 0 #949494;
  box-shadow: 2px 2px 4px 0 #949494;
}
.tb_only {
  display: none;
}
.sp_only {
  display: none;
}
/******************************
* HEADER
*******************************/
header {
  width: 100%;
  height: 100px;
  overflow: hidden;
  line-height: 1em;
  padding: 0px;
}
header ul {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
header ul li.logoarea {
  width: 30%;
  font-weight: bold;
  margin: 25px 0;
}
header ul li.logoarea img {
  width: auto;
  max-width: 300px;
  height: 50px;
  vertical-align: middle;
  margin-right: 0.5em;
}
header ul li.navi_area {
  width: auto;
  align-items: stretch;
}
header ul li.navi_area ol {
  margin: auto;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
header ul li.navi_area ol li {
  margin: auto;
  padding: 0.5em 1em;
  border-left: 4px solid #AAAAAA;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
header ul li.navi_area ol li a {
  color: #000000;
    font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 600;
}
header ul li.navi_area ol li:nth-of-type(5) {
  border-right: 4px solid #AAAAAA;
  margin-right: 0.5em;
}
header ul li.navi_area ol li:last-of-type {
  border: none;
  padding-right: 0;
}
header ul li.navi_area ol li:last-of-type a {
  color: #FFFFFF;
}
header nav.global {
  display: block;
  float: left;
  width: 100%;
  min-width: 936px;
  height: 50px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border-top: 3px solid #da0023;
  background: #0a2470;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
header nav.global ul {
  display: inline-block;
  *width: 696px;
  /* IE7以下 */
  margin-right: auto;
  margin-left: auto;
}
header nav.global ul li {
  float: left;
  margin-top: 15px;
  margin-right: 30px;
  margin-left: 30px;
}
header nav.global ul li a {
  color: #fff;
  text-decoration: none;
}
header nav.global ul li a:hover {
  color: #fff;
  text-decoration: none !important;
}
/******************************
* SUB NAVI
*******************************/
.sub_navi {
  width: 100%;
}
.sub_navi ul {
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  padding-top: 0em;
}
.sub_navi ul li {
  padding-right: 1.5em;
}
.sub_navi ul li a {
  margin: 0 0 0;
  display: block;
}
.sub_navi ul li a::before {
  content: url("../img/sub_navi_icon.webp");
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.sub_navi ul li.kaiin a::before {
  content: url("../img/kaiin.webp");
  width: 20px;
  height: 20px;
  vertical-align: top;
  background-color: #F7F7F7;
  margin: 0 5px 0 0;
}
/******************************
* FOOTER
*******************************/
footer {
  width: 100%;
  height: 105px;
  background: #0a2470;
  font-size: 14px;
}
footer .footer_wrapper {
  width: 936px;
  margin-right: auto;
  margin-left: auto;
}
footer .footer_wrapper ul {
  width: auto;
  padding-top: 25px;
  margin: 15px auto;
  overflow: hidden;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
footer .footer_wrapper ul li {
  margin: 0 10px;
  color: #fff;
}
footer .footer_wrapper ul li a {
  color: #fff;
}
footer .footer_wrapper ul li i {
  color: #da0023;
  margin-right: 5px;
}
footer .footer_wrapper .copyright {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
/******************************
* PANKUZU
*******************************/
.breadcrumbs {
  width: 100%;
  max-width: 1100px;
  margin: 1em auto 2em;
  padding: 0px;
  font-size: 80%;
}
.breadcrumbs a {
  color: #0A2470;
}
.breadcrumbs a::after {
  content: " ＞ ";
}
.breadcrumbs .current {
  color: #999999;
}
/******************************
* MAIN TITLE
*******************************/
.main_title {
  width: 100%;
  height: 150px;
  background-image: url(../img/title.webp);
  border-top: 5px solid #E10011;
  border-bottom: 5px solid #0A2470;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
}
.main_title .main_title_area {
  width: 96%;
  max-width: 1100px;
  margin: auto;
}
.main_title h1 {
  font-size: 30px;
  font-weight: bold;
  color: #0A2470;
  line-height: 100%;
  border-bottom: 1px solid #999999;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.main_title h2 {
  margin-top: 8px;
  font-family: 'Roboto', sans-serif;
  line-height: 110%;
}
.hr_border {
  margin: 0 2em;
  padding: 1em 0 0;
  border-top: 1px dashed #999999;
}
.hr_border100 {
  margin: 2em 0;
  padding: 1em 0 0;
  border-top: 1px dashed #999999;
}
/*************************************************************
* -w1200
*************************************************************/
@media screen and (max-width:1200px) {
  /******************************
* HEADER
*******************************/
  header ul li.logoarea {
    width: 35%;
    font-weight: bold;
    margin: 25px 0 25px 10px;
    font-size: clamp(12px, 1.2vw, 14px);
  }
  header ul li.logoarea img {
    width: auto;
    height: 50px;
    vertical-align: middle;
    margin-right: 0.5em;
  }
  header ul li.navi_area {
    width: 65%;
    align-items: stretch;
  }
  header ul li.navi_area ol {
  margin: auto;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
header ul li.navi_area ol li {
  margin: auto;
  padding: 0.3em 0em ;
  border-left: 4px solid #AAAAAA;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
    flex-grow: 1;
}
header ul li.navi_area ol li a {
    color: #000000;
	padding: 0;
	margin: 0;
  }
header ul li.navi_area ol li:last-of-type {
    border: none;
  }
header ul li.navi_area ol li:last-of-type a {
    color: #FFFFFF;
  }
}
/*************************************************************
* -w850
*************************************************************/
@media screen and (max-width:850px) {
  /* default */
  .bt_entry {
    margin: 0 0 3em;
  }
  .bt_entry a {
    color: #FFFFFF;
    padding: 0.1em 1em;
    border-radius: 50px;
    background-image: linear-gradient(#ff8a8a, #c50000 50%);
    /*background-color: #005bdb;*/
    -webkit-box-shadow: 2px 2px 4px 0 #949494;
    box-shadow: 2px 2px 4px 0 #949494;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
  }
  .bt_research {
    margin: 0 0 3em;
  }
  .bt_research a {
    color: #FFFFFF;
    padding: 0.1em 1em;
    border-radius: 50px;
    background-image: linear-gradient(#719ADA, #0A2470 50%);
    /*background-color: #005bdb;*/
    -webkit-box-shadow: 2px 2px 4px 0 #949494;
    box-shadow: 2px 2px 4px 0 #949494;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
  }
  .bt_other {
    margin: 0 0;
  }
  .bt_other a {
    color: #C50000;
    padding: 0.1em 1em;
    border-radius: 50px;
    border: 2px solid #C50000;
    text-align: center;
    font-weight: bold;
    background-color: #FFFFFF;
    -webkit-box-shadow: 2px 2px 4px 0 #949494;
    box-shadow: 2px 2px 4px 0 #949494;
  }
  .bt_other_blue {
    margin: 0 0;
  }
  .bt_other_blue a {
    color: #255DB3;
    padding: 0.1em 1em;
    border-radius: 50px;
    border: 2px solid #255DB3;
    text-align: center;
    font-weight: bold;
    background-color: #FFFFFF;
    -webkit-box-shadow: 2px 2px 4px 0 #949494;
    box-shadow: 2px 2px 4px 0 #949494;
  }
  .pc_only {
    display: none;
  }
  .tb_only {
    display: block;
  }
  /******************************
* HEADER
*******************************/
  header ul li.navi_area ol {
    display: -webkit-none;
    display: none;
  }
  header ul li.logoarea {
    width: 100%;
    font-weight: bold;
    margin: 25px 0 25px 10px;
    font-size: 90%;
  }
  header ul li.navi_area {
    display: none;
  }
  /******************************
* FOOTER
*******************************/
  footer {
    width: 100%;
    height: 105px;
    background: #0a2470;
    font-size: 14px;
  }
  footer .footer_wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  footer .footer_wrapper ul {
    width: auto;
    padding-top: 25px;
    margin: 15px auto;
    overflow: hidden;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
/*************************************************************
* -w470
*************************************************************/
@media screen and (max-width:470px) {
  /* default */
  .bt_entry {
    margin: 0 0 1em;
  }
  .bt_research {
    margin: 0 0 1em;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  /******************************
* HEADER
*******************************/
  header {
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 1em;
    padding: 0px;
  }
  header ul li.logoarea {
    width: 100%;
    font-weight: bold;
    margin: 13px 0 30px 10px;
    font-size: 80%;
    box-sizing: border-box;
  }
  header ul li.logoarea img {
    width: auto;
    height: 35px;
    vertical-align: middle;
    margin-right: 0.5em;
  }
  /******************************
* FOOTER
*******************************/
  footer {
    width: 100%;
    height: 160px;
    background: #0a2470;
    font-size: 14px;
  }
  footer .footer_wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  footer .footer_wrapper ul {
    width: auto;
    padding-top: 25px;
    margin: 15px auto;
    overflow: hidden;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .main_title h1 {
    font-size: 28px;
    font-weight: bold;
    color: #0A2470;
    line-height: 110%;
    border-bottom: 1px solid #999999;
    margin-bottom: 10px;
    padding-bottom: 8px;
    margin-left: 10px;
  }
  .main_title h2 {
    margin-top: 8px;
    font-family: 'Roboto', sans-serif;
    line-height: 110%;
    margin-left: 10px;
  }
  /******************************
* SUB NAVI
*******************************/
  .sub_navi {
    width: 100%;
  }
  .sub_navi ul {
    width: 96%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 1em;
  }
  .sub_navi ul li {
    width: 48%;
    box-sizing: border-box;
    font-size: 80%;
    padding: 0;
  }
  .sub_navi ul li a {
    margin: 0.0em 0 0;
    display: block;
  }
  .sub_navi ul li a span {
  display: none;
  }
  .sub_navi ul li a::before {
    content: url("../img/sub_navi_icon.webp");
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
    vertical-align: text-top;
  }
  .sub_navi ul li.kaiin a::before {
    content: url("../img/kaiin.webp");
    width: 15px;
    height: 15px;
    background-color: #F7F7F7;
    margin: 0 5px 0 0;
    vertical-align: text-top;
  }
.next_img {
width: 100%;
text-align: center;
}
.next_img img {
width: 100%;
height: auto;
}

/******************************
* PANKUZU
*******************************/
  .breadcrumbs {
    width: 96%;
    max-width: 1100px;
    margin: 1em auto 0.5em;
    padding: 0px;
    font-size: 70%;
  }
  .breadcrumbs a {
    color: #0A2470;
  }
  .breadcrumbs a::after {
    content: " ＞ ";
  }
  .breadcrumbs .current {
    color: #999999;
  }
}