@charset "UTF-8";
/*******************
Font
*******************/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Thin.woff") format("woff"), url("../fonts/NotoSansCJKjp-Thin.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Thin.eot") format("embedded-opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Light.woff") format("woff"), url("../fonts/NotoSansCJKjp-Light.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Light.eot") format("embedded-opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../fonts/NotoSansCJKjp-DemiLight.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-DemiLight.eot") format("embedded-opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Medium.eot") format("embedded-opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Black.eot") format("embedded-opentype");
}
/*******************
Common
*******************/
img {
  height: auto;
  max-width: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
html * {
  box-sizing: border-box;
}

input {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
  border: none;
}

body {
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  letter-spacing: .05em;
  background: #FFF;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 769px) {
  body {
    font-size: 1.4rem;
  }
}

h2 {
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 5.5rem;
  font-weight: 900;
  margin-bottom: 96px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 3rem;
    margin-bottom: 42px;
  }
}

h4 {
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.8rem;
    margin-bottom: 9px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

sup {
  font-size: 1.2rem;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.flex {
  display: flex;
}

.flex--space {
  justify-content: space-between;
}

.flex--item-center {
  align-items: center;
}

.flex--wrap {
  flex-wrap: wrap;
}

.flex--center {
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .inner {
    width: 86.11111%;
    max-width: 1240px;
    margin: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .inner-1320 {
    width: 91.66667%;
    max-width: 1320px;
    margin: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }

  .flex--pc {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .inner--sp {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pc_only {
    display: none !important;
  }
}
a, button, input[type=submit] {
  cursor: pointer;
  outline: none;
  transition: .3s ease;
}
a:hover, button:hover, input[type=submit]:hover {
  opacity: .8;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, a, button, input[type=submit] {
    /* IE11 にのみ適用される */
    transition: 0s;
  }
}
/*-----------------
ヘッダー
------------------*/
.header {
  position: fixed;
  width: 100%;
  height: 100px;
  /* background: #114b91; */
  background: #fff;
  border-bottom: 3px solid #3b5f86;
  z-index: 800;
}
@media (max-width: 768px) {
  .header {
    border-bottom: 2px solid #3b5f86;
    height: 60px;
  }
}
.header .logo img {
  width: 55%;
  max-width: 550px;
  margin-top: 30px;
  margin-left: 29px;
}
@media (max-width: 768px) {
  .header .logo img {
    margin-top: 13px;
    margin-left: 9px;
    width: 174px;
  }
}
.header .menu-btn {
  position: fixed;
  right: 29px;
  top: 8px;
  width: 83px;
  height: 83px;
  background: url("../img/common/btn_menu@2x.png");
  background-repeat: no-repeat;
  background-size: 83px;
}
@media (max-width: 768px) {
  .header .menu-btn {
    width: 60px;
    height: 43px;
    background: url("../img/common/btn_menu-sp@2x.png");
    background-repeat: no-repeat;
    background-size: 52px;
    right: 10px;
    top: 10px;
  }
}
.header .member-btn {
  position: fixed;
  right: 140px;
  top: 15px;
  width: 160px;
  height: 77px;
  background: url("../img/common/btn_member@2x.png");
  background-repeat: no-repeat;
  background-size: 148px;
}
@media (max-width: 768px) {
  .header .member-btn {
    width: 88px;
    height: 43px;
    background: url("../img/common/btn_member-sp@2x.png");
    background-repeat: no-repeat;
    background-size: 73px;
    right: 72px;
    top: 10px;
  }
}

.modal-container {
  width: 100%;
  background: #114b91;
  border-bottom: 3px solid #3b5f86;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  display: none;
}
@media (max-width: 768px) {
  .modal-container {
    border-bottom: 2px solid #3b5f86;
  }
}
.modal-container .menu-btn-close {
  position: absolute;
  right: 29px;
  top: 8px;
  width: 83px;
  height: 83px;
  background: url("../img/common/btn_close@2x.png");
  background-repeat: no-repeat;
  background-size: 83px;
}
@media (max-width: 768px) {
  .modal-container .menu-btn-close {
    width: 73px;
    height: 43px;
    background: url("../img/common/btn_close-sp@2x.png");
    background-repeat: no-repeat;
    background-size: 73px;
    right: 10px;
    top: 10px;
  }
}
.modal-container .modal-nav {
  background: #FFF;
  border-radius: 10px;
  margin-top: 118px;
  padding: 93px 10% 60px;
}
@media (max-width: 768px) {
  .modal-container .modal-nav {
    margin-top: 68px;
    padding: 0;
    background: none;
  }
}
.modal-container .modal-nav .main-nav {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  height: 190px;
  width: 100%;
}
@media (max-width: 768px) {
  .modal-container .modal-nav .main-nav {
    height: auto;
    flex-flow: column nowrap;
  }
}
.modal-container .modal-nav .main-nav li {
  width: 30%;
  font-size: 2.3rem;
  font-weight: 900;
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 34px;
  position: relative;
}
@media (max-width: 768px) {
  .modal-container .modal-nav .main-nav li {
    width: 100%;
    background: #FFF;
    border-radius: 10px;
    margin-bottom: 2px;
    font-size: 1.5rem;
    padding: 18px 20px;
  }
}
@media (max-width: 768px) {
  .modal-container .modal-nav .main-nav li .main-nav-link {
    display: block;
  }
  
}
.modal-container .modal-nav .main-nav li .main-nav-link:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #114b91;
  background-image: url("../img/common/arrow-white@2x.png");
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center center;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .modal-container .modal-nav .main-nav li .main-nav-link:before {
    position: absolute;
    right: 0px;
    margin-right: 18px;
    top: 22px;
  }
  
}
.modal-container .modal-nav .main-nav li .middle-nav-link:before {
    margin-left: -70px !important;
}

.modal-container .modal-nav .main-nav li .sub-nav {
  margin-top: 19px;
  border-top: solid 3px #DFE8EF;
  padding-top: 23px;
}
@media (max-width: 768px) {
  .modal-container .modal-nav .main-nav li .sub-nav {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
}
.modal-container .modal-nav .main-nav li .sub-nav li {
  width: 100%;
  font-size: 1.5rem;
  margin-bottom: 1em;
  border-radius: 0;
}
@media (max-width: 768px) {
  .modal-container .modal-nav .main-nav li .sub-nav li {
    border-top: solid 2px #DFE8EF;
    margin-bottom: 0;
    padding: 0;
    padding-left: 18px;
    padding-top: 18px;
    margin-top: 18px;
  }
}
@media (max-width: 768px) {
  .modal-container .modal-nav .main-nav li .sub-nav li a {
    display: block;
  }
}
.modal-container .modal-nav .main-nav li .sub-nav li a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background-image: url("../img/common/arrow@2x.png");
  background-repeat: no-repeat;
  background-size: 8px;
  margin-right: 12px;
  margin-left: 6px;
}
@media (max-width: 768px) {
  .modal-container .modal-nav .main-nav li .sub-nav li a:before {
    position: absolute;
    right: 0;
    margin-right: 6px;
    top: 24px;
  }
}
.modal-container .modal-bottom-links {
  text-align: center;
  color: #FFF;
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  /* margin: 46px 0; */
  display: flex;
  justify-content: space-between;
  margin: 46px auto;

  width: 91.66667%;
  max-width: 1320px;
}
@media (max-width: 768px) {
  .modal-container .modal-bottom-links {
    font-size: 1.1rem;
    margin: 0;
    margin-top: 17px;
    display: flex;
    flex-direction: column;
  }
  .modal-container .modal-bottom-links div {
    display: flex;
    flex-wrap: wrap;
  }
  .modal-container .modal-bottom-links div a {
    padding: 0 14px;
  }
  .modal-container .modal-bottom-links .corporate a {
    margin: 0 14px;
  }
}
@media (min-width: 768px) {
  .modal-container .modal-bottom-links div {
    display: table;
    text-align: center;
    height: 40px;
  }
  .modal-container .modal-bottom-links div a:not(:first-child) {
    display: table-cell;
    vertical-align: middle;
    padding: 0 14px;
  }
  .modal-container .modal-bottom-links div:first-child a:first-child {
    display: table-cell;
    vertical-align: middle;
    padding: 0 14px 0 0;
  }
}
.modal-container .modal-bottom-links .corporate a {
  display: table-cell;
  color: #fff;
  background-color: #003475;
  border-radius: 100vh;
  width: 200px;
  vertical-align: middle;
}
.modal-container .modal-bottom-links a {
  margin: 0 14px;
}
@media (min-width: 769px) {
  .modal-container .modal-bottom-links div:first-child a:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 10px;
    background-image: url("../img/common/arrow-white@2x.png");
    background-repeat: no-repeat;
    background-size: 8px;
    margin-right: 6px;
  }
}
@media (max-width: 768px) {
  .modal-container .modal-bottom-links a {
    display: block;
    line-height: 30px;
    /* border-top: solid 2px #2DB9EB; */
    margin: 0;
  }
  .modal-container .modal-bottom-links .corporate a {
    display: block;
    line-height: 40px;
    /* border-top: solid 2px #2DB9EB; */
    margin: 3px 14px 15px;

  }
}

/*-----------------------------------------
パンくずリスト
-------------------------------------------*/
.bread-box {
  width: 100%;
  margin-bottom: 60px;
  background-color: #f0f4f7;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bread-box {
    margin-bottom: 8.4%;
    font-size: 1.3rem;
    font-family: "Noto Sans Japanese", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
  }
}
.bread-box ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 32px;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .bread-box ul {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .bread-box ul {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5%;
  }
}
.bread-box ul li {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-size: 1.4rem;
}
.bread-box ul li:not(:last-child) {
  margin-right: 1em;
}
.bread-box ul li:first-child {
  padding-left: 0;
  transform: translateY(2px);
}
.bread-box ul li:first-child:before {
  content: none;
}
.bread-box ul li:before {
  width: 8px;
  height: 10px;
  content: "";
  background: url("../img/common/arrow@2x.png") no-repeat center bottom;
  background-size: contain;
  margin-right: 1em;
  display: inline-block;
}

.wrapper {
  padding-top: 100px;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .wrapper {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}
.wrapper .blue-button {
  display: inline-block;
  background: #114b91;
  color: #FFF;
  width: 400px;
  text-align: center;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
}
.sp_large-buttons{
  display: none;
}
.pc_large-buttons{
  display: block;
}
@media (max-width: 768px) {
  .wrapper .blue-button {
    width: 100%;
    max-width: 270px;
    height: 54px;
    line-height: 54px;
    font-size: 1.3rem;
    margin: 0 auto;
  }
  .sp_large-buttons{
    display: block;
  }
  .pc_large-buttons{
    display: none;
  }
}

.wrapper .blue-button:before {
  display: inline-block;
  content: "";
  background: url("../img/common/arrow-yellow@2x.png");
  background-size: 10.5px;
  background-repeat: no-repeat;
  width: 11px;
  height: 13px;
  margin-right: 7px;
}
@media (max-width: 768px) {
  .wrapper .blue-button:before {
    width: 7px;
    height: 8px;
    background-size: 7px;
  }
}
.wrapper .blue-button:after {
  content: "";
  font-family: Verdana, Arial, sans-serif;
}
.wrapper .large-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 768px) {
  .wrapper .large-buttons {
    justify-content: center;
    margin-bottom: 43px;
  }
}
.wrapper .large-buttons a {
  text-decoration: none;
  flex: 0 1 464px;
  line-height: 70px;
  background: url("../img/common/lrg-btn-bg@2x.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 7.5px;
  color: #FFF;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  position: relative;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .wrapper .large-buttons a {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .wrapper .large-buttons a {
    flex: 0 1 173px;
    font-size: 1.1rem;
    line-height: 1.5rem;
    height: 50px;
    margin: 0;
    background: url("../img/common/lrg-btn-bg_sp@2x.png?");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 11px 0;
    margin-right: 10px;
  }
  .wrapper .large-buttons a:last-child {
    margin-right: 0;
  }
}
.wrapper .large-buttons a:before {
  display: inline-block;
  content: "";
  background: url("../img/common/arrow-yellow@2x.png");
  background-size: 10.5px;
  background-repeat: no-repeat;
  width: 11px;
  height: 13px;
  margin-right: 7px;
}
@media (max-width: 768px) {
  .wrapper .large-buttons a:before {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 7px;
    background-size: 6px;
  }
}
.wrapper .large-buttons a:after {
  content: "";
  font-family: Verdana, Arial, sans-serif;
}

.main-text p {
  margin-bottom: 1.5em;
  color: #3B4043;
}
.main-text a {
  color: #4FA9DD;
  text-decoration: underline;
}
.main-text .bold-txt {
  font-weight: bold;
}
.main-text h6 {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .main-text h6 {
    font-size: 1.3rem;
  }
}
.main-text section {
  padding-bottom: 90px;
  border-bottom: 2px solid #dfe8ef;
  margin-bottom: 78px;
}
@media (max-width: 768px) {
  .main-text section {
    padding-bottom: 55px;
    margin-bottom: 70px;
  }
}
.main-text section:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.main-text h3 {
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 26px;
  position: relative;
  padding-left: 26px;
}
@media screen and (max-width: 768px) {
  .main-text h3 {
    font-size: 21px;
    padding-left: 15px;
  }
}
.main-text h3:before {
  content: "";
  display: inline-block;
  width: 6px;
  background: #114b91;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  height: 80%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .main-text h3:before {
    width: 4px;
  }
}

.back-to-top-container {
  text-align: right;
}
.back-to-top-container .back-to-top {
  display: inline-block;
  background-color: #114b91;
  background-image: url("../img/common/top-arrow@2x.png");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center center;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  margin-bottom: 37px;
}
@media (max-width: 768px) {
  .back-to-top-container .back-to-top {
    width: 45px;
    height: 45px;
    background-size: 10px;
    margin-bottom: 12px;
  }
}

.footer-container {
  width: 100%;
  background-color: #114b91;
  padding: 30px 0;
  color: #FFF;
}
@media (max-width: 768px) {
  .footer-container {
    padding: 0;
  }
}
.footer-container .footer {
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* display: flex;
  justify-content: space-between; */
  font-size: 1.2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .footer-container .footer {
    display: block;
    text-align: center;
    font-size: 1rem;
  }
}
.footer-container .footer a {
  display: inline-block;
  margin-right: 16px;
}
/* .footer-container .footer a:after {
  display: inline-block;
  content: "|";
  margin-left: 16px;
} */
/* .footer-container .footer a:last-child:after {
  content: "";
} */
@media (max-width: 768px) {
  .footer-container .footer a {
    display: block;
    line-height: 40px;
    border-bottom: solid 2px #497EBE;
    margin-right: 0;
    font-size: 1.1rem;
    line-height: 4rem;
  }
}
.footer-container .footer .copyright {
  font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
  .footer-container .footer .copyright {
    padding: 29px 5px 18px;
  }
}
@media (min-width: 768px) {
  .footer-container .footer .menu {
    display: flex;
    justify-content: space-between;
  }
}
.footer-container .footer .corporate {
  display: table;
  text-align: center;
  height: 40px;
}
@media (max-width: 768px) {
  .footer-container .footer .corporate {
    margin-top: 10px;
    width: 100%;
    padding: 0 25%;
  }
  .footer-container .footer .menu .corporate a {
    border-bottom: solid 2px #003475;
  }
}

.footer-container .footer .corporate a {
  display: table-cell;
  color: #fff;
  background-color: #003475;
  border-radius: 100vh;
  width: 200px;
  vertical-align: middle;
}

.modal-container .modal-bottom-links a[target="_blank"]:after {
  content: url(../img/common/component.png);
  margin: 0 3px;
}
@media (min-width: 768px) {
  .modal-container .modal-nav .main-nav a[target="_blank"]:after {
    content: url(../img/common/component30-3.png);
    margin: 0 5px;
  }
}
@media (max-width: 768px) {
  .modal-container .modal-nav .main-nav a[target="_blank"]:after {
    content:'';
    display:inline-block;
    background-image:url(../img/common/component30-3.png);
    width:1em;
    height:1em;
    background-size: contain;
    vertical-align: middle;
    margin: 0 5px;
  }
}
.footer-container .footer a[target="_blank"]:after {
  content: url(../img/common/component.png);
  margin: 0 3px;
}
