@charset "utf-8";

/*
  File Name   : CONTENTNAME.css
  Description : コンテンツエリア関係 他
*/

/* sect-hero
============================================================ */
.sect-hero__inner {
  position: relative;
  max-width: 1350px;
  padding: 0;
}
.sect-hero__catch {
  position: absolute;
  z-index: 10;
  top: 11.8%;
  left: 12px;
  width: 24.3%;
}
.sect-hero__catch__img {
  display: block;
  width: 100%;
  height: auto;
}
.sect-hero__splide {
  position: static;
  width: calc(100% - 24.3% + 4.5%);
  margin-left: auto;
}
.sect-hero__splide__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1622/1049;
}
.sect-hero__splide .splide__pagination {
  bottom: 13.3%;
  left: 5px;
  width: calc(24.3% - 4.5%);
}
.sect-hero__splide .splide__pagination__page {
  position: relative;
  width: 14px;
  height: 14px;
  margin: 5px 8px;
  padding: 0;
  opacity: 0.15;
  background: #0d50a4;
}
.sect-hero__splide .splide__pagination__page.is-active {
  z-index: 1;
  transform: none;
  opacity: 1;
  background: #0d50a4;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
}
@media screen and (max-width: 621px) {
  .sect-hero__inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 0;
    padding-bottom: 34px;
  }
  .sect-hero__catch {
    position: static;
    order: 2;
    width: 100%;
    margin-top: -6px;
    padding: 0 20px;
  }
  .sect-hero__catch__img {
    max-width: 340px;
  }
  .sect-hero__splide {
    position: static;
    order: 1;
    width: 100%;
  }
  .sect-hero__splide .splide__pagination {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .sect-hero__splide .splide__pagination__page {
    margin: 5px;
  }
}

/* sect-feature
============================================================ */
.sect-feature {
  position: relative;
  isolation: isolate;
  padding: 35px 0 5px;
}
.sect-feature__inner {
  display: flex;
  gap: 35px;
  align-items: stretch;
  justify-content: space-between;
}
.sect-feature__head {
  flex: 0 1 48.2%;
  min-width: 380px;
}
.sect-feature__title {
  color: #0d50a4;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 2.4;
}
.sect-feature__title__inner {
  display: inline-block;
}
.sect-feature__title__inner span {
  display: inline-block;
  position: relative;
  text-decoration: underline;
  text-decoration-color: #0d50a4;
  text-decoration-thickness: 2px;
  text-underline-offset: 17px;
}
.sect-feature__title__inner span:last-child::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: -24px;
  width: 28px;
  height: 30px;
  transform: translateY(-50%);
  background: url(../img/top/icon__star__img.svg) no-repeat center center;
  background-size: 100% auto;
}
.sect-feature__lead {
  margin-top: 27px;
  letter-spacing: 1px;
  text-align: justify;
}
.sect-feature__visual {
  flex: auto;
  padding-top: 10px;
}
.sect-feature__visual__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 536/316;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-feature {
    padding: 20px 0 5px;
  }
  .sect-feature__inner {
    flex-direction: column;
    gap: 20px;
  }
  .sect-feature__head {
    flex: 100%;
    min-width: inherit;
  }
  .sect-feature__title {
    font-size: 21px;
    line-height: 2.2;
  }
  .sect-feature__title__inner span {
    text-underline-offset: 10px;
  }
  .sect-feature__title__inner span:last-child::before {
    top: calc(50% - 8px);
    right: -20px;
    width: 24px;
    height: 26px;
  }
  .sect-feature__lead {
    margin-top: 20px;
  }
  .sect-feature__visual {
    flex: 100%;
    padding: 0 10px;
  }
  .sect-feature__visual__img {
    max-width: 340px;
    margin: 0 auto;
  }
}

/* sect-reasons
============================================================ */
.sect-reasons {
  margin-top: -45px;
  padding: 0 20px;
}
.sect-reasons__inner {
  padding: 105px 20px 95px;
  border-radius: 20px;
  background: #f2f8ff;
}
.sect-reasons__title__wrap {
  text-align: center;
}
.sect-reasons__title {
  margin-top: 3px;
  color: #0d50a4;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.25;
  text-align: center;
}
.sect-reasons__title b {
  display: inline-block;
  position: relative;
  margin: 0 5px;
  padding: 5px 5px 11px;
  border-radius: 4px;
  background: #0d50a4;
  color: #fff;
  letter-spacing: 5px;
  line-height: 1;
}
.sect-reasons__title b::before {
  content: "";
  display: block;
  position: absolute;
  top: -43px;
  left: -46px;
  width: 56px;
  height: 47px;
  background: url(../img/top/icon__sweat__img--left.svg) no-repeat center center;
  background-size: 100% auto;
}
.sect-reasons__title span {
  display: inline-block;
}
.sect-reasons__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 1100px;
  margin: 50px auto 0;
  gap: clamp(20px, 2.941vw, 40px);
}
.sect-reasons__card {
  position: relative;
  padding: 60px 40px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 4px 4px 30px #e5effb;
  text-align: center;
}
.sect-reasons__card__badge {
  position: absolute;
  top: -9px;
  right: 29px;
  width: 60px;
  height: 60px;
}
.sect-reasons__card__badge__img {
  display: block;
  width: 100%;
  height: auto;
}
.sect-reasons__card__heading {
  padding-top: 93px;
  background: no-repeat center top;
  background-size: 80px auto;
  color: #0d50a4;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
}
.sect-reasons__card.-card-1 .sect-reasons__card__heading {
  background-image: url(../img/top/reasons__card__heading__bg--01.svg);
}
.sect-reasons__card.-card-2 .sect-reasons__card__heading {
  background-image: url(../img/top/reasons__card__heading__bg--02.svg);
}
.sect-reasons__card.-card-3 .sect-reasons__card__heading {
  background-image: url(../img/top/reasons__card__heading__bg--03.svg);
}
.sect-reasons__card__text {
  margin-top: 20px;
  line-height: 1.9;
  text-align: justify;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .sect-reasons__card {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 811px) {
  .sect-reasons {
    margin-top: -35px;
  }
  .sect-reasons__inner {
    padding: 60px 20px 50px;
    border-radius: 10px;
  }
  .sect-reasons__title {
    margin-top: 6px;
    font-size: 31px;
    letter-spacing: 1px;
  }
  .sect-reasons__title b {
    padding: 3px 5px 9px;
  }
  .sect-reasons__title b::before {
    top: -28px;
    right: -27px;
    left: inherit;
    width: 36px;
    height: 30px;
    background-image: url(../img/top/icon__sweat__img--right.svg);
  }
  .sect-reasons__list {
    grid-template-columns: 1fr;
    max-width: 340px;
    margin: 30px auto 0;
    gap: 30px;
  }
  .sect-reasons__card {
    padding: 30px 25px;
    border-radius: 10px;
    box-shadow: 2px 2px 15px #e5effb;
  }
  .sect-reasons__card__badge {
    top: -6px;
    right: 19px;
    width: 40px;
    height: 40px;
  }
  .sect-reasons__card__heading {
    padding-top: 73px;
    background-size: 60px auto;
    font-size: 20px;
  }
  .sect-reasons__card__text {
    margin-top: 15px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 371px) {
  .sect-reasons__title {
    font-size: 8.086vw;
  }
}

/* sect-voices
============================================================ */
.sect-voices {
}
.sect-voices__inner {
  padding: 125px 20px 60px;
}
.sect-voices__title__wrap {
  text-align: center;
}
.sect-voices__title {
  margin-top: 3px;
  color: #0d50a4;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.15;
  text-align: center;
}
.sect-voices__title b {
  display: inline-block;
  font-size: 98px;
  letter-spacing: 0;
  line-height: 1;
  vertical-align: bottom;
}
.sect-voices__title i {
  position: relative;
  font-style: normal;
}
.sect-voices__title i:after {
  content: "\203B";
  position: absolute;
  z-index: 1;
  top: -6px;
  right: 0;
  font-size: 18px;
}
.sect-voices__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 1100px;
  margin: 50px auto 0;
  gap: clamp(20px, 2.941vw, 40px);
}
.sect-voices__card {
  position: relative;
  padding: 0 40px 25px;
  border: 1px dashed #0d50a4;
  border-radius: 20px;
  background: #fff;
  box-shadow: 15px 15px 0 #f2f8ff;
  text-align: center;
}
.sect-voices__card::after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 19px;
  width: 38px;
  height: 40px;
  background: url(../img/top/icon__dots__img.svg) no-repeat center center;
  background-size: 100% auto;
}
.sect-voices__card__heading {
  margin-top: -20px;
  padding-top: 122px;
  background: no-repeat center top;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
}
.sect-voices__card.-card-1 .sect-voices__card__heading {
  background-image: url(../img/top/voices__card__heading__bg--01.svg);
  background-size: 100px auto;
}
.sect-voices__card.-card-2 .sect-voices__card__heading {
  background-image: url(../img/top/voices__card__heading__bg--02.svg);
  background-position: center 10px;
  background-size: 110px auto;
}
.sect-voices__card.-card-3 .sect-voices__card__heading {
  background-image: url(../img/top/voices__card__heading__bg--03.svg);
  background-size: 110px auto;
}
.sect-voices__card__text {
  margin-top: 23px;
  line-height: 1.9;
  text-align: justify;
}
.sect-voices__card__text b {
  color: #f44f8e;
  font-weight: normal;
}
.sect-voices__notes {
  margin: 40px auto 0;
  font-size: 12px;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .sect-voices__card {
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 811px) {
  .sect-voices {
  }
  .sect-voices__inner {
    padding: 55px 20px 30px;
  }
  .sect-voices__title {
    margin-top: 6px;
    font-size: 31px;
    letter-spacing: 1px;
    line-height: 1.35;
  }
  .sect-voices__title b {
    font-size: 56px;
  }
  .sect-voices__title i:after {
    font-size: 11px;
  }
  .sect-voices__list {
    grid-template-columns: 1fr;
    max-width: 340px;
    margin: 40px auto 0;
    gap: 45px;
  }
  .sect-voices__card {
    padding: 0 30px 20px;
    border-radius: 10px;
    box-shadow: 10px 10px 0 #f2f8ff;
  }
  .sect-voices__card::after {
    top: -7px;
    right: 14px;
    width: 28px;
    height: 24px;
  }
  .sect-voices__card__heading {
    margin-top: -10px;
    padding-top: 107px;
    font-size: 16px;
  }
  .sect-voices__card.-card-1 .sect-voices__card__heading {
    background-size: 80px auto;
  }
  .sect-voices__card.-card-2 .sect-voices__card__heading {
    background-position: center 5px;
    background-size: 90px auto;
  }
  .sect-voices__card.-card-3 .sect-voices__card__heading {
    background-size: 90px auto;
  }
  .sect-voices__card__text {
    margin-top: 18px;
    line-height: 1.7;
  }
  .sect-voices__notes {
    max-width: 340px;
    margin: 25px auto 0;
    font-size: 11px;
  }
}
@media screen and (max-width: 481px) {
  .sect-voices__title span {
    display: inline-block;
  }
  .sect-voices__title br {
    display: none;
  }
}
@media screen and (max-width: 371px) {
  .sect-voices__title b {
    font-size: 50px;
  }
}

/* sect-portal
============================================================ */
.sect-portal {
}
.sect-portal__inner {
  padding: 60px 20px 65px;
}
.sect-portal__title__wrap {
  text-align: center;
}
.sect-portal__title {
  margin-top: 6px;
  color: #0d50a4;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.25;
  text-align: center;
}
.sect-portal__title span {
  display: inline-block;
}
.sect-portal__grid {
  display: grid;
  grid-template-columns: 24% calc(76% - 5.2%);
  gap: 5.2%;
  align-items: start;
  margin-top: 45px;
}
.sect-portal__content {
  order: 2;
}
.sect-portal__lead {
  font-size: 18px;
  letter-spacing: 3.5px;
  line-height: 2;
  text-align: justify;
}
.sect-portal__lead b {
  color: #f44f8e;
  font-weight: normal;
}
.sect-portal__feature {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #c3d7f0;
}
.sect-portal__feature__row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  align-items: stretch;
}
.sect-portal__feature__title {
  padding: 16px;
  border-radius: 4px;
  background: #f2f8ff;
  color: #0d50a4;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 1.4;
}
.sect-portal__feature__desc {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.65;
}
.sect-portal__visual {
  order: 1;
}
.sect-portal__visual__img {
  display: block;
  width: 100%;
  height: auto;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-portal__inner {
    padding: 30px 20px 25px;
  }
  .sect-portal__title {
    margin-top: 6px;
    font-size: 29px;
    letter-spacing: 1px;
    line-height: 1.35;
  }
  .sect-portal__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 30px;
  }
  .sect-portal__content {
    order: 1;
  }
  .sect-portal__lead {
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 1.9;
  }
  .sect-portal__feature {
    gap: 16px;
    margin-top: 25px;
    padding-top: 25px;
  }
  .sect-portal__feature__row {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .sect-portal__feature__title {
    padding: 10px;
    font-size: 15px;
  }
  .sect-portal__feature__desc {
    font-size: 15px;
    line-height: 1.8;
  }
  .sect-portal__visual {
    order: 2;
  }
  .sect-portal__visual__img {
    max-width: 240px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 371px) {
  .sect-portal__title {
    font-size: 7.817vw;
  }
}

/* sect-use
============================================================ */
.sect-use {
  margin-top: 65px;
  background: url(../img/top/use__bg.jpg) no-repeat center center;
  background-size: cover;
}
.sect-use__inner {
  padding: 95px 20px 100px;
}
.sect-use__title__wrap {
  text-align: center;
}
.sect-use__title {
  margin-top: -4px;
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.55;
  text-align: center;
}
.sect-use__title span {
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 2px;
  text-underline-offset: 20px;
}
.sect-use__lead {
  margin-top: 20px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
  text-align: center;
}
.sect-use__lead span {
  display: inline-block;
}
.sect-use__ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  gap: 15px;
  max-width: 910px;
  margin: 55px auto 0;
}
.sect-use__ctas__item {
  display: flex;
  position: relative;
  flex: 1;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s ease-in-out;
  gap: 8px;
}
.sect-use__ctas__btn,
.sect-use__ctas__btn:visited {
  display: flex;
  position: relative;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 28px 15px;
  transition: all 0.4s ease-in-out;
  border: 4px solid #0d50a4;
  border-radius: 10px;
  background: #fff;
  color: #0d50a4;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  gap: 15px;
}
.sect-use__ctas__item.-signup .sect-use__ctas__btn,
.sect-use__ctas__item.-signup .sect-use__ctas__btn:visited {
  border-color: #fff;
  background: #0d50a4;
  color: #fff;
}
.sect-use__ctas__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 14px;
  margin-left: auto;
  transform: rotate(-45deg) translateY(-50%);
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
}
.sect-use__ctas__btn__wrap {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  line-height: 1;
}
.sect-use__ctas__item.-signup .sect-use__ctas__btn__wrap::before,
.sect-use__ctas__item.-login .sect-use__ctas__btn__wrap::before {
  content: "";
  display: inline-block;
  background: no-repeat center center;
  background-size: 100% auto;
}
.sect-use__ctas__item.-signup .sect-use__ctas__btn__wrap::before {
  width: 32px;
  height: 26px;
  background-image: url(../img/common/icon__signup__img.svg);
}
.sect-use__ctas__item.-login .sect-use__ctas__btn__wrap::before {
  width: 26px;
  height: 26px;
  background-image: url(../img/common/icon__login__img.svg);
}
.sect-use__ctas__badge {
  display: inline-grid;
  padding: 4.5px 5px;
  transition: all 0.4s ease-in-out;
  border-radius: 2px;
  background: #0d50a4;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  place-items: center;
}
.sect-use__ctas__item.-signup .sect-use__ctas__badge {
  background: #fff;
  color: #0d50a4;
}
.sect-use__ctas__link__wrap {
  line-height: 1;
}
.sect-use__ctas__link {
  display: inline-flex;
  position: relative;
  align-items: center;
  padding-right: 18px;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: underline;
}
.sect-use__ctas__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 9px;
  transform: translateY(-75%) rotate(45deg);
  transition: transform 0.25s cubic-bezier(0.2, 0.7, 0.3, 1);
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  letter-spacing: 1.7px;
  text-decoration: none;
  will-change: transform;
}
.sect-use__ctas__link__wrap.-open .sect-use__ctas__link::after {
  transform: translateY(-25%) rotate(-135deg);
}
.sect-use__ctas__panel {
  display: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 50%;
  width: 200px;
  margin-top: 4px;
  transform: translateX(-50%);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.sect-use__ctas__link__wrap.-open .sect-use__ctas__panel {
  display: block;
}
.sect-use__ctas__list {
}
.sect-use__ctas__list__item + .sect-use__ctas__list__item {
  border-top: 1px dotted #0d50a4;
}
.sect-use__ctas__list__anchor,
.sect-use__ctas__list__anchor:visited {
  display: block;
  position: relative;
  padding: 12px 30px 12px 14px;
  font-size: 15px;
  line-height: 1.8;
  text-decoration: none;
}
.sect-use__ctas__list__anchor:hover {
  opacity: 1;
}
.sect-use__ctas__list__anchor::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(-45deg);
  transition: right 0.2s ease-in-out;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}
.sect-use__ctas__list__anchor:hover::after {
  right: 10px;
}
.sect-use__ctas__list__badge {
  display: inline-grid;
  margin-right: 1px;
  padding: 5px 5px;
  transition: all 0.4s ease-in-out;
  border-radius: 2px;
  background: #0d50a4;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  place-items: center;
}
.sect-use__ctas__list__item.-primary .sect-use__ctas__list__badge {
  background: #ffd358;
  color: #000;
}
.sect-use__ctas__list__item.-jh .sect-use__ctas__list__badge {
  background: #b5d87e;
  color: #000;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-use {
    margin-top: 25px;
  }
  .sect-use__inner {
    padding: 65px 20px 50px;
  }
  .sect-use__title {
    margin-top: 0;
    font-size: 31px;
    letter-spacing: 1.7px;
  }
  .sect-use__title span {
    text-underline-offset: 10px;
  }
  .sect-use__lead {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.55;
  }
  .sect-use__ctas {
    flex-direction: column;
    max-width: 340px;
    margin: 25px auto 0;
  }
  .sect-use__ctas__btn,
  .sect-use__ctas__btn:visited {
    padding: 18px 10px;
    border-width: 3px;
    font-size: 18px;
  }
  .sect-use__ctas__btn::after {
    right: 7px;
    width: 10px;
    height: 10px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  .sect-use__ctas__btn__wrap {
    gap: 10px;
  }
  .sect-use__ctas__item.-signup .sect-use__ctas__btn__wrap::before {
    width: 24px;
    height: 18px;
  }
  .sect-use__ctas__item.-login .sect-use__ctas__btn__wrap::before {
    width: 20px;
    height: 20px;
  }
  .sect-use__ctas__badge {
    padding: 3.5px 5px;
    font-size: 17px;
  }
  .sect-use__ctas__link {
    padding-right: 16px;
    font-size: 14px;
  }
  .sect-use__ctas__link::after {
    width: 7px;
    height: 7px;
  }
  .sect-use__ctas__list__anchor,
  .sect-use__ctas__list__anchor:visited {
    padding: 10px 25px 10px 12px;
    font-size: 13px;
  }
  .sect-use__ctas__list__badge {
    padding: 5px 5px;
    font-size: 11px;
  }
}

/* sect-support
============================================================ */
.sect-support {
}
.sect-support__inner {
  padding: 130px 20px 120px;
}
.sect-support__title__wrap {
  text-align: center;
}
.sect-support__title {
  margin-top: 6px;
  color: #0d50a4;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.3;
  text-align: center;
}
.sect-support__lead {
  margin-top: 37px;
  font-size: 17px;
  letter-spacing: 0;
  text-align: center;
}
.sect-support__lead b {
  color: #f44f8e;
  font-weight: normal;
}
.sect-support__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 80px 25px;
  margin-top: 40px;
}
.sect-support__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.sect-support__card__media {
  padding: 0 15px;
  text-align: center;
}
.sect-support__card__media__img {
  display: block;
  width: 100%;
  height: auto;
}
.sect-support__card__label {
  margin-top: auto;
  font-size: 15px;
  letter-spacing: 1px;
}
.sect-support__card__action {
  width: 100%;
  margin-top: 20px;
}
.sect-support__card__btn,
.sect-support__card__btn:visited {
  display: block;
  position: relative;
  padding: 28px 46px;
  border-radius: 6px;
  background: #0d50a4;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.sect-support__card__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 19px;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  background: url(../img/top/icon__w_arrow__img--right.svg) no-repeat center center;
  background-size: 100% auto;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1061px) {
  .sect-support__list {
    gap: 60px 20px;
  }
  .sect-support__card__btn,
  .sect-support__card__btn:visited {
    padding: 23px 26px;
    font-size: 14px;
  }
  .sect-support__card__btn::after {
    right: 14px;
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 961px) {
  .sect-support__card__btn,
  .sect-support__card__btn:visited {
    padding: 23px 21px;
  }
}
@media screen and (max-width: 811px) {
  .sect-support__inner {
    padding: 60px 20px 55px;
  }
  .sect-support__title {
    font-size: 29px;
    letter-spacing: 0.4px;
    line-height: 1.55;
  }
  .sect-support__lead {
    margin-top: 23px;
    font-size: 14px;
  }
  .sect-support__lead span {
    display: inline-block;
  }
  .sect-support__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 520px;
    margin: 35px auto 0;
    gap: 45px 20px;
  }
  .sect-support__card {
    gap: 5px;
  }
  .sect-support__card__label {
    font-size: 15px;
  }
  .sect-support__card__action {
    margin-top: 10px;
  }
  .sect-support__card__btn,
  .sect-support__card__btn:visited {
    padding: 18px 20px;
  }
  .sect-support__card__btn::after {
    right: 16px;
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 481px) {
  .sect-support__list {
    gap: 45px 15px;
  }
  .sect-support__card__btn,
  .sect-support__card__btn:visited {
    padding: 18px 15px;
    font-size: 12px;
  }
  .sect-support__card__btn::after {
    right: 13px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 371px) {
  .sect-support__title {
    font-size: 7.547vw;
  }
  .sect-support__lead {
    font-size: 3.774vw;
  }
  .sect-support__card__btn,
  .sect-support__card__btn:visited {
    padding: 18px 10px;
    font-size: 3.235vw;
  }
  .sect-support__card__btn::after {
    right: 10px;
  }
}

/* sect-steps
============================================================ */
.sect-steps {
  padding: 0 20px;
}
.sect-steps__inner {
  padding: 105px 20px;
  border-radius: 20px;
  background: #f2f8ff;
}
.sect-steps__title__wrap {
  text-align: center;
}
.sect-steps__title {
  margin-top: 3px;
  color: #0d50a4;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.25;
  text-align: center;
}
.sect-steps__title span {
  display: inline-block;
}
.sect-steps__lead {
  margin-top: 37px;
  font-size: 17px;
  letter-spacing: 0;
  text-align: center;
}
.sect-steps__lead span {
  display: inline-block;
}
.sect-steps__lead b {
  color: #f44f8e;
  font-weight: normal;
}
.sect-steps__list {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 1100px;
  margin: 45px auto 0;
  padding-left: 25px;
}
.sect-steps__list::before,
.sect-steps__list::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 200px;
  height: 240px;
  background: no-repeat left bottom;
  background-size: 100% auto;
}
.sect-steps__list::before {
  top: -14px;
  right: 0;
  background-image: url("../img/top/steps__list__bg--01.png");
}
.sect-steps__list::after {
  bottom: 0;
  left: 0;
  background-image: url("../img/top/steps__list__bg--02.png");
}
.sect-steps__card {
  display: flex;
  position: relative;
  z-index: 2;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  padding: 50px 55px 50px 130px;
  border-radius: 20px;
  background: #fff no-repeat 30px center;
  background-size: 80px auto;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  gap: 16px;
}
.sect-steps__card:not(:first-child) {
  margin-top: -20px;
}
.sect-steps__card.-card-1 {
  background-image: url(../img/top/steps__card__bg--01.svg);
}
.sect-steps__card.-card-2 {
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/top/steps__card__bg--02.svg);
}
.sect-steps__card.-card-3 {
  margin-left: auto;
  background-image: url(../img/top/steps__card__bg--03.svg);
}
.sect-steps__card__badge {
  position: absolute;
  top: -12px;
  right: 19px;
  width: 60px;
  height: 60px;
}
.sect-steps__card__badge__img {
  display: block;
  width: 100%;
  height: auto;
}
.sect-steps__card__heading {
  color: #0d50a4;
  font-size: 24px;
  font-weight: bold;
}
.sect-steps__card__text {
  line-height: 1.9;
}
.sect-steps__notes {
  max-width: 1100px;
  margin: 40px auto 0;
  font-size: 12px;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1061px) {
  .sect-steps__list::before,
  .sect-steps__list::after {
    width: 180px;
    height: 220px;
  }
  .sect-steps__card {
    max-width: 560px;
    padding: 45px 25px 45px 110px;
    background-position: 15px center;
  }
}
@media screen and (max-width: 961px) {
  .sect-steps__list::before,
  .sect-steps__list::after {
    width: 160px;
    height: 200px;
  }
  .sect-steps__card {
    max-width: 530px;
  }
}
@media screen and (max-width: 811px) {
  .sect-steps__inner {
    padding: 45px 20px 35px;
    border-radius: 10px;
  }
  .sect-steps__title {
    margin-top: 6px;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 1.55;
  }
  .sect-steps__lead {
    margin-top: 20px;
    font-size: 15px;
  }
  .sect-steps__list {
    max-width: 340px;
    margin: 35px auto 0;
    padding-left: 0;
    gap: 30px;
  }
  .sect-steps__list::before,
  .sect-steps__list::after {
    content: none;
  }
  .sect-steps__card {
    max-width: 340px;
    padding: 93px 25px 30px;
    border-radius: 10px;
    background-position: center 20px;
    background-size: 60px auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    gap: 15px;
  }
  .sect-steps__card:not(:first-child) {
    margin-top: 0;
  }
  .sect-steps__card__badge {
    top: -6px;
    right: 19px;
    width: 40px;
    height: 40px;
  }
  .sect-steps__card__heading {
    width: 100%;
    font-size: 18px;
    line-height: 1.45;
    text-align: center;
  }
  .sect-steps__card__heading span {
    display: inline-block;
  }
  .sect-steps__card__text {
    line-height: 1.8;
  }
  .sect-steps__notes {
    margin: 25px auto 0;
    font-size: 11px;
  }
}
@media screen and (max-width: 371px) {
  .sect-steps__lead {
    font-size: 3.774vw;
  }
}

/* sect-faq
============================================================ */
.sect-faq {
}
.sect-faq__inner {
  padding: 115px 20px 130px;
}
.sect-faq__title__wrap {
  text-align: center;
}
.sect-faq__title {
  margin-top: 3px;
  color: #0d50a4;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.25;
  text-align: center;
}
.sect-faq__title span {
  display: inline-block;
}
.sect-faq__list {
  margin-top: 45px;
}
.sect-faq__card {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
.sect-faq__card + .sect-faq__card {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dotted #0d50a4;
}
.sect-faq__card__row {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: start;
  column-gap: 20px;
}
.sect-faq__card__icon {
  display: block;
  width: 40px;
  height: 40px;
}
.sect-faq__card__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.sect-faq__card__question {
  padding-top: 10px;
  color: #0d50a4;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: justify;
}
.sect-faq__card__answer {
  padding-top: 3px;
  font-size: 17px;
  letter-spacing: 0;
  text-align: justify;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-faq__inner {
    padding: 55px 20px 50px;
  }
  .sect-faq__title {
    margin-top: 6px;
    font-size: 31px;
    letter-spacing: 1px;
    line-height: 1.55;
  }
  .sect-faq__list {
    margin-top: 30px;
  }
  .sect-faq__card {
    gap: 10px;
  }
  .sect-faq__card + .sect-faq__card {
    margin-top: 25px;
    padding-top: 25px;
  }
  .sect-faq__card__row {
    grid-template-columns: 30px 1fr;
    column-gap: 10px;
  }
  .sect-faq__card__icon {
    width: 30px;
    height: 30px;
  }
  .sect-faq__card__question {
    padding-top: 2px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.55;
  }
  .sect-faq__card__answer {
    padding-top: 0;
    font-size: 15px;
    letter-spacing: 1px;
  }
}

/* sect-inquiry
============================================================ */
.sect-inquiry {
}
.sect-inquiry__book {
  position: relative;
  z-index: 2;
}
.sect-inquiry__book__item {
  display: flex;
  align-items: flex-end;
}
.sect-inquiry__content {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  background: url(../img/top/sect-inquiry__content__bg.jpg) no-repeat center center;
  background-size: cover;
}
.sect-inquiry__content__inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 135px 20px 110px;
}
.sect-inquiry__cta {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
.sect-inquiry__cta__btn,
.sect-inquiry__cta__btn:visited {
  display: flex;
  position: relative;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 30px 35px;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  background: #fff;
  color: #0d50a4;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  gap: 15px;
}
.sect-inquiry__cta__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  margin-left: auto;
  transform: rotate(-45deg) translateY(-50%);
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
}
.sect-inquiry__cta__btn__wrap {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  line-height: 1;
}
.sect-inquiry__cta__btn__wrap::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 36px;
  height: 25px;
  background: url(../img/top/icon__mail__img.svg) no-repeat center center;
  background-size: 100% auto;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-inquiry__content {
    margin-top: -35px;
  }
  .sect-inquiry__content__inner {
    padding: 75px 20px 50px;
  }
  .sect-inquiry__cta__btn,
  .sect-inquiry__cta__btn:visited {
    padding: 20px 30px 20px 10px;
    font-size: 18px;
  }
  .sect-inquiry__cta__btn::after {
    right: 11px;
    width: 10px;
    height: 10px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  .sect-inquiry__cta__btn__wrap {
    gap: 5px;
  }
  .sect-inquiry__cta__btn__wrap::before {
    width: 26px;
    height: 18px;
  }
}
