@charset "UTF-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #24354C;
  background: #F8F9FB;
}

.l-wrapper {
  position: relative;
  overflow-x: hidden;
}

.l-section-wrapper {
  position: relative;
}

.p-bg {
  background: transparent linear-gradient(91deg, #011e55 0%, #055893 100%) 0% 0% no-repeat padding-box;
}

.l-inner {
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width:768px) {
  .l-inner {
    padding: 0 50px;
  }
}
@media screen and (min-width:1024px) {
  .l-inner {
    padding: 0 80px;
  }
}
@media screen and (min-width:1367px) {
  .l-inner {
    padding-inline: calc((100vw - 1206px) / 2);
  }
}
.c-link {
  display: block;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-link:hover {
    opacity: 0.7;
    color: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.c-btn {
  padding-block: 19px;
  padding-right: 65px;
  height: 62px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #011e55;
  border: 1px solid #011e55;
  border-radius: 31px;
  position: relative;
      -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url(../images/btn-arrow-white.png) no-repeat center center/cover;
}
@media (any-hover: hover) {
  .c-btn:hover {
    background: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-btn:hover .c-btn__text {
    color: #011e55;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.c-btn__text {
  display: inline-block;
  padding-left: 25px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 1.12px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-under {
  display: inline-block;
  position: relative;
}
.c-under::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  scale: 0;
  -webkit-transition: scale 0.5s ease;
  transition: scale 0.5s ease;
}
@media (any-hover: hover) {
  .c-under:hover::after {
    scale: 1;
  }
}

.c-head {
  position: relative;
  background: transparent linear-gradient(91deg, #011e55 0%, #055893 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 90px;
}
@media screen and (min-width:1367px) {
  .c-head {
    padding-bottom: clamp(90px, 6.588579795vw, 120px);
  }
}

.c-head__title-wrap {
  color: #ffffff;
  padding-top: clamp(80px, 12.9575402635vw, 177px);
  padding-left: clamp(20px, 9.5168374817vw, 130px);
    position: relative;
  z-index: 2;
}



.c-head__title-ja {
  font-size: clamp(28px, 2.9282576867vw, 40px);
  line-height: 1.475;
  letter-spacing: 2px;
  font-weight: 700;
}
.c-head__title-en {
  margin-top: 6px;
  padding-left: 32px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 4.1px;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width:768px) {
  .c-head__title-en {
    font-size: 20px;
  }
}
.c-head__title-en::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 22px;
  height: 13px;
  background: url(../images/title-icon-white.svg) no-repeat center center/cover;
}

.c-head__bg-text {
  margin-top: clamp(20px, 3.0014641288vw, 41px);
  overflow-x: hidden;
    position: relative;
  z-index: 1;
}
.c-head__bg-text .bg-text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  width: 100%;
  height: 102.5px;
}
@media screen and (min-width:768px) {
  .c-head__bg-text .bg-text__wrap {
    height: 205px;
  }
}
.c-head__bg-text .bg-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: 100%;
  -webkit-animation: infinity-scroll-left 60s infinite linear 0.5s both;
          animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.c-head__bg {
  position: absolute;
 top: 270px;
  right: 0;
  width: clamp(300px, 74.1581259151vw, 1300px);
  height: clamp(133.2675222113px, 32.9428989751vw, 577.4925962488px);
}
.c-head__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #62aaff 0% 0% no-repeat padding-box;
  opacity: 0.19;
  pointer-events: none;
  z-index: 1;
  -webkit-mask: url(../images/faq-bg.png) 50% 50%/contain no-repeat;
          mask: url(../images/faq-bg.png) 50% 50%/contain no-repeat;
}
.c-head__bg img {
  -webkit-mask: url(../images/faq-bg.png) 50% 50%/contain no-repeat;
          mask: url(../images/faq-bg.png) 50% 50%/contain no-repeat;
}
@media screen and (min-width:768px) {
  .c-head__bg {
    top: 140px;
  }
}
.c-body {
  background: #F5F5F5;
  border-radius: 40px;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}


.c-breadcrumb__wrap {
  padding-top: 92px;
  margin-left: 30px;
  position: relative;
  z-index: 4;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0.78px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumb a {
  color: inherit;
  padding: 0;
}
@media (any-hover: hover) {
  .c-breadcrumb a:hover {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.c-arrow {
  margin-left: 19.82px;
  margin-right: 15.55px;
  width: 6.62px;
  height: 7.57px;
  background: url(../images/breadcrumb-arrow.svg) no-repeat center center/cover;
}

.c-section__title-ja {
  font-size: 36px;
  line-height: 1.475;
  letter-spacing: 2px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .c-section__title-ja {
    font-size: 40px;
  }
}

.c-section__title-en {
  margin-top: 6px;
  padding-left: 32px;
  color: #011F56;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 4.1px;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width:768px) {
  .c-section__title-en {
    font-size: 20px;
  }
}
.c-section__title-en::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 22px;
  height: 13px;
  background: url(../images/title-icon-blue.svg) no-repeat center center/cover;
}



.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.drawer__icon {
  position: fixed;
  z-index: 102;
  top: 11px;
  right: 42px;
  width: 58px;
  height: 58px;
  padding: 13.5px 15px 11.5px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}


.drawer__icon.js-show {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #393939;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 3.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #393939;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -3.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #393939;
}
.drawer__icon.js-show .drawer__icon-text {
  color: #393939;
}

.drawer__icon-bar {
  width: 24px;
  height: 1px;
  background: #EFF0EF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-inline: auto;
}
.drawer__icon-bar:nth-of-type(n+2) {
  margin-top: 6px;
}


.drawer__icon-text {
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 9.5px;
  color: #eff0ef;
  font-size: 10px;
  line-height: 1.5;
}

.drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #F5F5F5;
  overflow-y: scroll;
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.drawer .p-menu__btn {
  margin-inline: 50px;
}
.drawer .drawer__btn {
  margin-inline: auto;
}
@media screen and (min-width:414px) {
  .drawer {
    width: 400px;
  }
}

.drawer.js-show {
  translate: 0;
}

.drawer__menu-list {
  margin-top: 150px;
  padding-left: 50px;
  margin-bottom: 50px;
}
.drawer__menu-list .c-link:nth-of-type(n + 2) {
  margin-top: 24px;
}
.drawer__menu-list .p-header__menu-text {
  font-size: 16px;
  color: #393939;
}

.p-drawer__btn {
  width: 250px;
  height: 58px;
  padding-inline: 15px;
  background: #2680ea;
  border: 1px solid #2680ea;
  border-radius: 29px;
  margin-inline: auto;
}
.p-drawer__btn .p-header__btn-text {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-drawer__btn .p-header__btn-text::before {
  top: 50%;
  translate: 0 -50%;
}

@media (any-hover: hover) {
  .p-drawer__btn:hover {
    background: transparent;
  }
  .p-drawer__btn:hover .p-header__btn-text {
    color: #2680ea;
  }
}


.sp-hidden br {
  display: none;
}
@media screen and (min-width:768px) {
  .sp-hidden br {
    display: block;
  }
}


.sp-hidden-xl br {
  display: none;
}
@media screen and (min-width:1024px) {
  .sp-hidden-xl br {
    display: block;
  }
}

.sp-hidden--first br:first-of-type {
  display: none;
}
@media screen and (min-width:768px) {
  .sp-hidden--first br:first-of-type {
    display: block;
  }
}

.sp-hidden--third br:nth-of-type(3) {
  display: none;
}
@media screen and (min-width:768px) {
  .sp-hidden--third br:nth-of-type(3) {
    display: block;
  }
}


@media screen and (min-width:768px) {
  .pc-hidden--first br:first-of-type {
    display: none;
  }
}


@media screen and (min-width:768px) {
  .pc-hidden--third br:nth-of-type(3) {
    display: none;
  }
}


@media screen and (min-width:768px) {
  .pc-hidden br {
    display: none;
  }
}

@media screen and (min-width:1024px) {
  .pc-hidden-xl--first br:first-of-type {
    display: none;
  }
}

@media screen and (min-width:1024px) {
  .xl-hidden br {
    display: none;
  }
}

@media screen and (min-width:1200px) {
  .xxl-hidden br {
    display: none;
  }
}