@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

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

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
  color: #081b30;
  scroll-behavior: smooth;
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.header {
  position: fixed;
  inset: 0 0 auto;
  padding: 30px 30px 0;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 12px;
  }
}
.header__logo {
  display: block;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 153px;
  }
}

.button {
  position: relative;
  display: block;
  border-radius: 70px;
  background-color: #10289e;
  padding-block: 31px;
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.024em;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1680px) {
  .button {
    padding-block: 24.8px;
    font-size: 3.2rem;
    letter-spacing: 0.024em;
  }
}
@media screen and (max-width: 980px) {
  .button {
    padding-block: 18.6px;
    font-size: 2.4rem;
    letter-spacing: 0.024em;
  }
}
@media screen and (max-width: 767px) {
  .button {
    -webkit-padding-start: 5.54%;
    padding-inline-start: 5.54%;
    text-align: start;
    font-size: 16px;
  }
}
.button:not(:has(.button__text))::after {
  content: '';
  position: absolute;
  inset: 0 3.58% 0 auto;
  margin: auto;
  display: block;
  width: 62px;
  height: 62px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url('../public/img/icon-dark-blue-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 31px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1680px) {
  .button:not(:has(.button__text))::after {
    width: 49.6px;
    height: 49.6px;
    background-size: 24.8px;
  }
}
@media screen and (max-width: 980px) {
  .button:not(:has(.button__text))::after {
    width: 37.2px;
    height: 37.2px;
    background-size: 18.6px;
  }
}
@media screen and (max-width: 767px) {
  .button:not(:has(.button__text))::after {
    width: 24px;
    height: 24px;
    background-size: 12px;
  }
}
.button:hover {
  opacity: 0.7;
}
.button:hover::before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.button:hover:not(:has(.button__text))::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.button:hover .button__text::after,
.button:hover .button__arrow {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.button--orange-duotone {
  border-radius: 120px;
  position: relative;
  border: 7px solid #ffb73b;
  text-align: start;
  padding-block: 0;
  background-image: linear-gradient(346deg, #fe6601 50%, #fe7801 50%);
}
@media screen and (max-width: 767px) {
  .button--orange-duotone {
    padding-block: 7.5px;
    padding-left: 0;
    text-align: center;
    border-width: 3px;
  }
}
.button--orange-duotone::after {
  display: none !important;
}
.button--orange-duotone:hover .button__image {
  scale: 1.1;
}
.button--blue-duotone {
  border-radius: 120px;
  position: relative;
  background-color: #355dd5;
  border: 7px solid #b6bfc9;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .button--blue-duotone {
    font-size: 16px;
    border-width: 3px;
  }
}
.button--blue-duotone::before {
  content: '';
  position: absolute;
  inset: 1px 0 1px;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(346deg, #2b53c9 50%, transparent 50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.button--blue-duotone span {
  position: relative;
  z-index: 1;
}
.button--white {
  border-radius: 70px;
  background-color: #fff;
  border: 4px solid #153eb9;
  padding-block: 21px;
  -webkit-box-shadow: 0 10px 10px rgba(10, 40, 132, 0.4);
  box-shadow: 0 10px 10px rgba(10, 40, 132, 0.4);
  color: #355dd5;
  font-size: 3.2rem;
}
@media screen and (max-width: 1680px) {
  .button--white {
    padding-block: 16.8px;
    font-size: 2.56rem;
  }
}
@media screen and (max-width: 767px) {
  .button--white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 60px;
    font-size: 20px;
  }
}
.button--white:not(:has(.button__text))::after {
  width: 48px;
  height: 48px;
  background-color: #355dd5;
  background-image: url('../public/img/icon-white-arrow.svg');
  background-size: 24px;
}
@media screen and (max-width: 1680px) {
  .button--white:not(:has(.button__text))::after {
    width: 38.4px;
    height: 38.4px;
    background-size: 19.2px;
  }
}
.button__text {
  position: relative;
  display: block;
  font-size: 3.2rem;
  z-index: 2;
}
@media screen and (max-width: 1680px) {
  .button__text {
    font-size: 2.56rem;
  }
}
@media screen and (max-width: 980px) {
  .button__text {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767px) {
  .button__text {
    font-size: 16px;
  }
}
.button__text--sm {
  margin-top: 10px;
  gap: 24px;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1680px) {
  .button__text--sm {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 980px) {
  .button__text--sm {
    font-size: 1.44rem;
  }
}
@media screen and (max-width: 767px) {
  .button__text--sm {
    margin-top: 0;
    gap: 10px;
    font-size: 14px;
  }
}
.button__text--sm::after {
  content: '';
  position: relative;
  top: 1px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
@media screen and (max-width: 1680px) {
  .button__text--sm::after {
    width: 32px;
    height: 32px;
    background-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .button__text--sm::after {
    width: 16px;
    height: 16px;
    background-size: 8px;
  }
}
.button--orange-gradient {
  position: relative;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffb73b),
    to(#fe7801)
  );
  background-image: linear-gradient(to right, #ffb73b, #fe7801);
  -webkit-box-shadow: 0 2px 5px #9b4f0c;
  box-shadow: 0 2px 5px #9b4f0c;
}
@media screen and (max-width: 767px) {
  .button--orange-gradient {
    padding-left: 7.1%;
  }
}
.button--orange-gradient .button__text {
  text-shadow: 0 2px 3px #9b4f0c;
}
.button__arrow {
  position: absolute;
  inset: 0 4.32% 0 auto;
  margin-block: auto;
  background-color: #fff;
  width: clamp(26.4px, 2.2916666667vw, 44px);
  height: clamp(26.4px, 2.2916666667vw, 44px);
  border-radius: 50%;
  background-image: url('../public/img/icon-dark-orange-arrow.svg');
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .button__arrow {
    width: 44px;
    height: 44px;
  }
}
.button__arrow--duotone {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .button__arrow--duotone {
    width: 18px;
    height: 18px;
  }
}
.button__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 12.13%;
  padding-block: 15px 21px;
}
@media screen and (max-width: 767px) {
  .button__layout {
    padding-block: 4px 7px;
    padding-right: 8.96%;
  }
}
.button__image,
.button__text-wrapper {
  position: relative;
  z-index: 1;
}
.button__image {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 27.45%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .button__image {
    top: -25px;
    left: 2px;
    bottom: auto;
    width: 28.12%;
  }
}
.button__duotone-text {
  display: block;
  margin-bottom: -2px;
  font-size: 2.2rem;
  letter-spacing: initial;
}
@media screen and (max-width: 1080px) {
  .button__duotone-text {
    font-size: 1.76rem;
  }
}
@media screen and (max-width: 767px) {
  .button__duotone-text {
    margin-bottom: 8px;
    font-size: 11px;
    text-align: end;
  }
}
.button__inner-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.button__sm-text-wrapper {
  text-align: center;
}
.button__sm-text {
  display: block;
  font-size: 2.2rem;
  line-height: 1.3181818182em;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .button__sm-text {
    font-size: 1.76rem;
  }
}
@media screen and (max-width: 767px) {
  .button__sm-text {
    font-size: 14px;
  }
}
.button__number {
  line-height: 1em;
  font-size: 8rem;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .button__number {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .button__number {
    font-size: 44px;
  }
}
.button__balloon {
  position: absolute;
  inset: -35px 0 auto 0;
  margin: auto;
  width: 152px;
  height: 56px;
  padding-top: 9px;
  background-image: url('../public/img/button-balloon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1em;
  color: #fff;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .button__balloon {
    top: -25px;
    padding-top: 7px;
    width: 102px;
    height: 36px;
    font-size: 13px;
  }
}
.button__balloon .number {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .button__balloon .number {
    font-size: 16px;
  }
}
.button__blue-duotone-text {
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .button__blue-duotone-text {
    display: block;
    text-align: center;
    font-size: 18px;
  }
}
.button__blue-duotone-text .sm {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .button__blue-duotone-text .sm {
    font-size: 15px;
  }
}

.question-balloon {
  position: absolute;
  inset: -27px 0 auto;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 160px;
  height: 72px;
  padding-top: 3px;
  background-image: url('../public/img/question-balloon-bg.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: #0a2884;
}
@media screen and (max-width: 1680px) {
  .question-balloon {
    width: 128px;
    height: 57.6px;
    padding-top: 2.4px;
    font-size: 2.56rem;
  }
}
@media screen and (max-width: 980px) {
  .question-balloon {
    top: -15.8px;
    width: 96px;
    height: 43.2px;
    padding-top: 1.8px;
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767px) {
  .question-balloon {
    top: -20px;
    width: 137px;
    height: 52px;
    font-size: 24px;
  }
}
.question-balloon--filled {
  position: relative;
  margin-block: unset;
  top: initial;
  background-image: url('../public/img/question-balloon-bg-filled.svg');
  color: #fff;
  width: 184px;
}
@media screen and (max-width: 1680px) {
  .question-balloon--filled {
    width: 147.2px;
  }
}
@media screen and (max-width: 980px) {
  .question-balloon--filled {
    width: 110.4px;
  }
}
@media screen and (max-width: 767px) {
  .question-balloon--filled {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 3px;
    width: 137px;
    height: 52px;
    background-image: url('../public/img/question-balloon-bg-filled-sp.svg');
  }
}
.question-balloon .offset {
  position: relative;
  left: 7px;
}
@media screen and (max-width: 1680px) {
  .question-balloon .offset {
    left: 5.6px;
  }
}
@media screen and (max-width: 767px) {
  .question-balloon .offset {
    left: 5px;
  }
}

.content-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 3.2rem;
  line-height: 1.75em;
  font-weight: 900;
  color: #081b30;
  text-align: center;
}
@media screen and (max-width: 1680px) {
  .content-heading {
    font-size: 2.56rem;
  }
}
@media screen and (max-width: 767px) {
  .content-heading {
    font-size: 18px;
  }
}
.content-heading::before,
.content-heading::after {
  content: '';
  position: relative;
  top: 1px;
  display: block;
  width: 21.6%;
  height: 2px;
  background-color: #0a2884;
}
@media screen and (max-width: 767px) {
  .content-heading::before,
  .content-heading::after {
    width: 8.19%;
  }
}
.content-heading--blue-text {
  color: #0a2884;
}
@media screen and (max-width: 767px) {
  .content-heading--blue-text {
    font-size: 20px;
  }
}
.content-heading--blue-text::before,
.content-heading--blue-text::after {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .content-heading--blue-text::before,
  .content-heading--blue-text::after {
    width: 25.71%;
  }
}

.floating-cta {
  position: fixed;
  inset: auto 30px 30px auto;
  width: 368px;
  height: 324px;
  z-index: 1000;
  isolation: isolate;
  display: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1680px) {
  .floating-cta {
    inset: auto 24px 24px auto;
    width: 294.4px;
    height: 259.2px;
  }
}
@media screen and (max-width: 767px) {
  .floating-cta {
    inset: auto 0 0 0;
    width: 100%;
    height: 107px;
    padding-top: 30px;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      color-stop(30%, rgba(255, 255, 255, 0.7)),
      to(white)
    );
    background-image: linear-gradient(
      to bottom,
      transparent 0%,
      rgba(255, 255, 255, 0.7) 30%,
      white 100%
    );
  }
}
.floating-cta:hover {
  opacity: 0.9;
}
.floating-cta:hover .floating-cta__icon {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
@media screen and (max-width: 767px) {
  .floating-cta:hover .floating-cta__icon {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
}
.floating-cta:hover .floating-cta__card-image {
  scale: 1.1;
}
.floating-cta--open {
  display: block;
}
.floating-cta__close {
  position: absolute;
  inset: -10px -10px auto auto;
  background-color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1680px) {
  .floating-cta__close {
    inset: -8px -8px auto auto;
  }
}
@media screen and (max-width: 767px) {
  .floating-cta__close {
    top: -8px;
    right: -8px;
    width: 16px;
    height: 16px;
  }
}
.floating-cta__close::after {
  content: '';
  position: absolute;
  inset: -100%;
  width: 120%;
  height: 120%;
  margin: auto;
}
.floating-cta__close-icon {
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 1680px) {
  .floating-cta__close-icon {
    width: 8px;
    height: 8px;
  }
}
.floating-cta__content {
  position: relative;
  display: block;
  height: 100%;
  background-size: cover;
  background-color: #fe7801;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 15px 20px rgba(53, 93, 213, 0.3);
  box-shadow: 0 15px 20px rgba(53, 93, 213, 0.3);
  border-radius: 2px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .floating-cta__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 339px;
    height: 64px;
    margin: auto;
  }
}
@media screen and (max-width: 375px) {
  .floating-cta__content {
    margin-inline: auto 5px;
  }
}
.floating-cta__content-wrapper {
  position: relative;
  display: block;
  padding-top: 25px;
  background-image: url('../public/img/floating-cta-gradient.png');
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1680px) {
  .floating-cta__content-wrapper {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .floating-cta__content-wrapper {
    background-image: url('../public/img/floating-cta-gradient-sp.png');
    background-position-y: 4px;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.floating-cta__content-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url('../public/img/floating-cta-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .floating-cta__content-wrapper::after {
    background-image: url('../public/img/floating-cta-bg-sp.png');
  }
}
@media screen and (max-width: 767px) {
  .floating-cta__main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.floating-cta__circled-text {
  position: absolute;
  top: -14px;
  left: -24px;
  display: grid;
  place-items: center;
  width: 113px;
  height: 113px;
  background-color: rgba(251, 214, 0, 0.9);
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1em;
}
@media screen and (max-width: 1680px) {
  .floating-cta__circled-text {
    top: -11.2px;
    left: -19.2px;
    width: 90.4px;
    height: 90.4px;
    font-size: 1.12rem;
  }
}
@media screen and (max-width: 767px) {
  .floating-cta__circled-text {
    top: -27px;
    left: -19px;
    width: 58px;
    height: 58px;
    font-size: 8px;
    font-weight: 700;
  }
}
.floating-cta__circled-text .middle-text {
  display: block;
}
.floating-cta__circled-text .lg {
  font-size: 3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: -0.037em;
  line-height: 1em;
}
@media screen and (max-width: 1680px) {
  .floating-cta__circled-text .lg {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .floating-cta__circled-text .lg {
    font-size: 14px;
  }
}
.floating-cta__circled-text .narrow {
  letter-spacing: -0.045em;
}
.floating-cta__sm-text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: 14px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1680px) {
  .floating-cta__sm-text {
    font-size: 1.2rem;
    margin-right: 11.2px;
  }
}
@media screen and (max-width: 767px) {
  .floating-cta__sm-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 9px;
    margin-right: 5px;
  }
}
.floating-cta__card-image {
  width: 51.35%;
  margin: 0 auto -5px;
  rotate: -7deg;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .floating-cta__card-image {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 62px;
    rotate: -12deg;
    margin-top: -10px;
    margin-left: 41px;
    margin-bottom: 0;
    z-index: 1;
  }
}
.floating-cta__capsuled-text {
  width: 78.85%;
  padding-block: 5px 6px;
  margin-inline: auto;
  background-color: #e24d00;
  border-radius: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 1.9rem;
  color: #fff;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .floating-cta__capsuled-text {
    position: relative;
    bottom: 6px;
    margin: 0 0 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-inline: 9px;
    font-size: 12px;
  }
}
.floating-cta__capsuled-text .amazon {
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .floating-cta__capsuled-text .amazon {
    font-size: 13px;
  }
}
.floating-cta__amount {
  max-width: 300px;
  width: 82.42%;
  margin: -18px auto 0;
}
@media screen and (max-width: 767px) {
  .floating-cta__amount {
    margin-top: -14 px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 93px;
    margin-inline: initial;
  }
}
.floating-cta__footer {
  position: absolute;
  inset: auto 0 0 0;
  gap: 10px;
  height: 36px;
  background-color: #081b30;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1680px) {
  .floating-cta__footer {
    inset: calc(auto * 0.8) 0 0 0;
    height: 28.8px;
    font-size: 1.28rem;
  }
}
@media screen and (max-width: 767px) {
  .floating-cta__footer {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    margin-left: auto;
    max-width: 74px;
    font-size: 10px;
    text-align: center;
    border-radius: 1px;
  }
}
.floating-cta__footer .lg {
  font-size: 1.8rem;
}
@media screen and (max-width: 1680px) {
  .floating-cta__footer .lg {
    font-size: 1.44rem;
  }
}
@media screen and (max-width: 767px) {
  .floating-cta__footer .lg {
    font-size: 11px;
  }
}
.floating-cta__icon {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1680px) {
  .floating-cta__icon {
    width: 19.2px;
    height: 19.2px;
  }
}
@media screen and (max-width: 767px) {
  .floating-cta__icon {
    position: absolute;
    inset: 17px 4px 0 auto;
    margin: auto;
    width: 12px;
    height: 12px;
  }
}
.floating-cta__icon img {
  width: 12px;
}
@media screen and (max-width: 1680px) {
  .floating-cta__icon img {
    width: 9.6px;
  }
}
@media screen and (max-width: 767px) {
  .floating-cta__icon img {
    width: 6px;
  }
}

.lp {
  overflow: hidden;
}

.note {
  position: absolute;
  left: 0;
  bottom: -60px;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 1680px) {
  .note {
    bottom: -48px;
  }
}
@media screen and (max-width: 767px) {
  .note {
    right: 0;
    width: 91.47%;
    margin: auto;
    font-size: 0.8rem;
    bottom: -37px;
  }
}
.note--leading {
  position: relative;
  bottom: initial;
  text-align: end;
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .note--leading {
    margin-top: 10px;
  }
}
.note--testimonial {
  position: relative;
  bottom: initial;
  margin-top: 52px;
  text-align: end;
}
@media screen and (max-width: 767px) {
  .note--testimonial {
    margin-top: 25px;
  }
}
.note--mt-5 {
  margin-top: 5px;
}

.mv {
  position: relative;
  background-color: #e0f0ff;
  margin-bottom: 139px;
  overflow: hidden;
  padding-bottom: 65px;
}
@media screen and (max-width: 980px) {
  .mv {
    max-height: unset;
    height: auto;
    min-height: unset;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    margin-bottom: 58px;
    padding-bottom: 0;
  }
}
.mv__bg-wrapper {
  position: absolute;
  inset: 0;
  width: 85.05%;
  height: 100%;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .mv__bg-wrapper {
    width: 100%;
    height: 33.09%;
  }
}
.mv__content-wrapper {
  position: relative;
  padding: clamp(122.4px, 7.0833333333vw, 136px) 10.68% 0;
}
@media screen and (max-width: 980px) {
  .mv__content-wrapper {
    padding: 108.8px 0 81.6px;
  }
}
@media screen and (max-width: 767px) {
  .mv__content-wrapper {
    padding-block: 159px 40px;
  }
}
.mv__content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 980px) {
  .mv__content {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .mv__content {
    width: 100%;
    padding-inline: 11px;
  }
}
.mv__underlined-text {
  position: relative;
  display: inline-block;
  margin-bottom: clamp(32.4px, 1.875vw, 36px);
  padding-inline: 7px;
  font-size: clamp(27.9px, 1.6145833333vw, 3.1rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1em;
  color: #0a2884;
  text-shadow: 0 3px 6px #e0f0ff;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  .mv__underlined-text {
    margin-bottom: 19px;
    padding: 0;
    font-size: 16px;
    line-height: 1.75em;
  }
}
.mv__underlined-text::before {
  content: '';
  position: absolute;
  inset: -11px auto auto -15px;
  display: block;
  width: 32px;
  height: 16px;
  background-image: url('../public/img/mv-underlined-text-decor.svg');
  background-size: contain;
  background-repeat: no-repeat;
  rotate: -30deg;
}
@media screen and (max-width: 767px) {
  .mv__underlined-text::before {
    width: 20px;
    height: 10px;
    inset: -1px auto auto -10px;
  }
}
.mv__underlined-text span {
  position: relative;
}
.mv__underlined-text span::after {
  content: '';
  position: absolute;
  inset: auto 0 clamp(-8.1px, -0.46875vw, -9px);
  height: 17px;
  display: block;
  background-color: #fbd600;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mv__underlined-text span::after {
    bottom: -5px;
    height: 9px;
  }
}
.mv__main-text {
  font-size: clamp(34.2px, 1.9791666667vw, 3.8rem);
  line-height: 2.0789473684em;
  color: #0a2884;
}
@media screen and (max-width: 767px) {
  .mv__main-text {
    font-size: 17px;
    line-height: 1.9411764706em;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
  }
}
.mv__main-text .md {
  font-size: clamp(54px, 3.125vw, 6rem);
  letter-spacing: 0.017em;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .mv__main-text .md {
    font-size: 26px;
  }
}
.mv__main-text .lg {
  font-size: clamp(63.9px, 3.6979166667vw, 7.1rem);
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767px) {
  .mv__main-text .lg {
    font-size: 31px;
  }
}
.mv__boxed-text {
  margin-top: clamp(24.3px, 1.40625vw, 27px);
  background-color: #0a2884;
  padding-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .mv__boxed-text {
    padding-top: 4px;
  }
}
.mv__boxed-text-content {
  position: relative;
  bottom: 3px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: clamp(26.1px, 1.5104166667vw, 2.9rem);
}
@media screen and (max-width: 767px) {
  .mv__boxed-text-content {
    font-size: 16px;
  }
}
.mv__boxed-text-content .yellow {
  color: #fbd600;
}
.mv__boxed-text-content .md {
  font-size: clamp(35.1px, 2.03125vw, 3.9rem);
}
@media screen and (max-width: 767px) {
  .mv__boxed-text-content .md {
    font-size: 20px;
  }
}
.mv__boxed-text-content .lg {
  font-size: clamp(45px, 2.6041666667vw, 5rem);
}
@media screen and (max-width: 767px) {
  .mv__boxed-text-content .lg {
    font-size: 24px;
  }
}
.mv__boxed-text-content::after {
  content: '※';
  position: absolute;
  inset: 20px -15px auto auto;
  font-size: clamp(15.3px, 0.8854166667vw, 1.7rem);
}
@media screen and (max-width: 767px) {
  .mv__boxed-text-content::after {
    inset: 10px -10px auto auto;
    font-size: 8px;
  }
}
.mv__circle-row {
  counter-reset: circle-item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4.82%;
  max-width: 75.88%;
  margin: clamp(22.5px, 1.3020833333vw, 25px) auto clamp(37.8px, 2.1875vw, 42px);
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  .mv__circle-row {
    gap: 1.65%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    margin: 16px auto 33px;
  }
}
.mv__circle {
  counter-increment: circle-item;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(198, 227, 255, 0.16);
  box-shadow: 0 3px 6px rgba(198, 227, 255, 0.16);
  width: 29.86%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding-block: 24px;
}
@media screen and (max-width: 767px) {
  .mv__circle {
    padding-block: 13px;
    max-width: 114px;
    width: 32.4%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.mv__circle:last-of-type {
  -webkit-box-shadow: 0 3px 6px #c6e3ff;
  box-shadow: 0 3px 6px #c6e3ff;
}
@media screen and (max-width: 767px) {
  .mv__circle:last-of-type {
    -webkit-box-shadow: 0 3px 6px rgba(198, 227, 255, 0.16);
    box-shadow: 0 3px 6px rgba(198, 227, 255, 0.16);
    padding-left: 1px;
  }
}
@media screen and (max-width: 767px) {
  .mv__circle:last-of-type .orange {
    line-height: 1.125em;
  }
}
.mv__circle::before {
  content: '';
  position: absolute;
  inset: 5px 0 0 5px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0a2884;
  border-radius: 50%;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .mv__circle::before {
    inset: 2px 0 0 2px;
  }
}
.mv__circle-text {
  text-align: center;
  font-size: clamp(14.4px, 0.8333333333vw, 1.6rem);
  font-weight: 700;
  color: #0a2884;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .mv__circle-text {
    font-size: 12px;
  }
}
.mv__circle-text::before {
  content: counter(circle-item, decimal-leading-zero);
  display: block;
  width: 61.83%;
  margin: 0 auto 9px;
  border-bottom: 1px solid #0a2884;
  padding-bottom: 10px;
  line-height: 1em;
  font-size: clamp(16.2px, 0.9375vw, 1.8rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mv__circle-text::before {
    width: 63.16%;
    margin-bottom: 7px;
    padding-bottom: 7px;
    font-size: 12px;
  }
}
.mv__circle-text .orange {
  font-size: clamp(18.9px, 1.09375vw, 2.1rem);
  line-height: 1.4285714286em;
}
@media screen and (max-width: 767px) {
  .mv__circle-text .orange {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .mv__circle-text .sp-xs {
    font-size: 11px;
    line-height: 1.6363636364em;
  }
}
.mv__button-wrapper {
  margin-bottom: clamp(11.7px, 0.6770833333vw, 13px);
}
@media screen and (max-width: 767px) {
  .mv__button-wrapper {
    margin-bottom: 20px;
  }
}
.mv__button-text {
  font-size: clamp(25.2px, 1.4583333333vw, 2.8rem);
  letter-spacing: 0.024em;
}
@media screen and (max-width: 767px) {
  .mv__button-text {
    font-size: 16px;
  }
}
.mv__note {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .mv__note {
    font-size: 0.8rem;
  }
}

.leading {
  position: relative;
  padding-block: 0 139px;
}
@media screen and (max-width: 1680px) {
  .leading {
    padding-block: 0 111.2px;
  }
}
@media screen and (max-width: 980px) {
  .leading {
    padding-block: 0 83.4px;
  }
}
@media screen and (max-width: 767px) {
  .leading {
    padding-block: 0 93px;
  }
}
.leading::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 250px;
  display: block;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(rgba(255, 255, 255, 0.49)),
    color-stop(rgba(255, 255, 255, 0.78)),
    to(rgba(255, 255, 255, 0.95))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.49),
    rgba(255, 255, 255, 0.78),
    rgba(255, 255, 255, 0.95)
  );
  z-index: -1;
}
@media screen and (max-width: 1680px) {
  .leading::before {
    height: 200px;
  }
}
@media screen and (max-width: 980px) {
  .leading::before {
    height: 150px;
  }
}
.leading__footnote {
  margin-top: 20px;
  margin-bottom: 120px;
  text-align: end;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1680px) {
  .leading__footnote {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 980px) {
  .leading__footnote {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 767px) {
  .leading__footnote {
    margin-top: 14px;
    margin-bottom: 56px;
    font-size: 8px;
  }
}
.leading__content {
  border-radius: 3px;
  border: 2px solid #355dd5;
  background-color: #fff;
  padding: 58px 10% 53px;
  -webkit-box-shadow: 0 10px 20px rgba(53, 93, 213, 0.4);
  box-shadow: 0 10px 20px rgba(53, 93, 213, 0.4);
}
@media screen and (max-width: 1680px) {
  .leading__content {
    padding: 46.4px 10% 42.4px;
  }
}
@media screen and (max-width: 980px) {
  .leading__content {
    padding: 34.8px 10% 31.8px;
  }
}
@media screen and (max-width: 767px) {
  .leading__content {
    padding: 29px 5.98% 34px;
  }
}
.leading__title {
  padding-bottom: 16px;
  margin-bottom: 50px;
  border-bottom: 2px solid #355dd5;
  font-size: 3.2rem;
  line-height: 1.6875em;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .leading__title {
    padding-bottom: 9.6px;
    margin-bottom: 30px;
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767px) {
  .leading__title {
    margin-bottom: 15px;
    padding-bottom: 22px;
    font-size: 22px;
    line-height: 1.875em;
  }
}
.leading__title .lg {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .leading__title .lg {
    font-size: 28px;
  }
}
.leading__title .sm {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .leading__title .sm {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .leading__title .number {
    font-size: 29px;
  }
}
.leading__orange-text {
  color: #fe7801;
}
.leading__content-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5.13%;
}
@media screen and (max-width: 1680px) {
  .leading__content-layout {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .leading__content-layout {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.leading__content-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 47%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .leading__content-image {
    width: 100%;
  }
}
.leading__content-image::after {
  content: '※この画像はイメージです。';
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .leading__content-image::after {
    text-align: end;
    margin-top: 5px;
    font-size: 8px;
  }
}
.leading__headline {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6666666667em;
}
@media screen and (max-width: 980px) {
  .leading__headline {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .leading__headline {
    font-size: 18px;
  }
}
.leading__headline-sub-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 980px) {
  .leading__headline-sub-text {
    font-size: 1.28rem;
  }
}
@media screen and (max-width: 767px) {
  .leading__headline-sub-text {
    font-size: 13px;
  }
}
.leading__p-header {
  margin-bottom: 9px;
  font-size: 2.6rem;
  font-weight: 900;
  color: #355dd5;
}
@media screen and (max-width: 980px) {
  .leading__p-header {
    font-size: 2.08rem;
  }
}
@media screen and (max-width: 767px) {
  .leading__p-header {
    line-height: 1.5em;
    margin-top: 20px;
    font-size: 22px;
  }
}
.leading__text {
  font-size: 1.6rem;
  line-height: 1.8125em;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .leading__text {
    font-size: 1.28rem;
  }
}
@media screen and (max-width: 767px) {
  .leading__text {
    font-size: 16px;
  }
}
.leading__content-section:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  .leading__button-wrapper {
    width: 640px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .leading__button-wrapper {
    max-width: 420px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .leading__container {
    padding-inline: 2.43% !important;
  }
}

.ribbon {
  position: relative;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#10289e),
    to(#0a2884)
  );
  background-image: linear-gradient(to bottom, #10289e, #0a2884);
  padding-block: 63px;
  z-index: 1;
}
@media screen and (max-width: 1680px) {
  .ribbon {
    padding-block: 50.4px;
  }
}
@media screen and (max-width: 980px) {
  .ribbon {
    padding-block: 37.8px;
  }
}
@media screen and (max-width: 767px) {
  .ribbon {
    padding-block: 45px 28.5px;
  }
}
.ribbon__main-text {
  text-align: center;
  color: #fff;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.75em;
}
@media screen and (max-width: 1680px) {
  .ribbon__main-text {
    font-size: 3.84rem;
  }
}
@media screen and (max-width: 980px) {
  .ribbon__main-text {
    font-size: 2.88rem;
  }
}
@media screen and (max-width: 767px) {
  .ribbon__main-text {
    font-size: 20px;
    line-height: 1.75em;
  }
}
.ribbon::after {
  content: '';
  position: absolute;
  inset: 100% 0 auto 0;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-top: 72px solid #0a2884;
  border-inline: 100px solid transparent;
  pointer-events: none;
}
@media screen and (max-width: 1680px) {
  .ribbon::after {
    border-top: 57.6px solid #0a2884;
    border-inline: 80px solid transparent;
  }
}
@media screen and (max-width: 980px) {
  .ribbon::after {
    border-top: 43.2px solid #0a2884;
    border-inline: 60px solid transparent;
  }
}
@media screen and (max-width: 767px) {
  .ribbon::after {
    border-top-width: 32px;
    border-inline-width: 40.5px;
  }
}

.how {
  position: relative;
  padding-block: 129px 72px;
  isolation: isolate;
}
@media screen and (max-width: 980px) {
  .how {
    padding-block: 103.2px 57.6px;
  }
}
@media screen and (max-width: 767px) {
  .how {
    padding-block: 75px 40px;
  }
}
.how::before {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 85.4%;
  border-radius: 3px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(248, 252, 255, 0)),
    color-stop(16%, #f8fcff),
    to(#ecf6ff)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(248, 252, 255, 0) 0%,
    #f8fcff 16%,
    #ecf6ff 100%
  );
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .how::before {
    height: 74.76%;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(248, 252, 255, 0)),
      color-stop(3%, #f8fcff),
      to(#ecf6ff)
    );
    background-image: linear-gradient(
      to bottom,
      rgba(248, 252, 255, 0) 0%,
      #f8fcff 3%,
      #ecf6ff 100%
    );
  }
}
.how .container {
  position: relative;
  z-index: 2;
}
.how__bg {
  position: absolute;
  inset: 0 0 auto;
  height: 614px;
  z-index: -1;
}
@media screen and (max-width: 1680px) {
  .how__bg {
    height: 491.2px;
  }
}
@media screen and (max-width: 980px) {
  .how__bg {
    height: 368.4px;
  }
}
@media screen and (max-width: 767px) {
  .how__bg {
    height: 297px;
  }
}
.how__boxed-content-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.how__boxed-text {
  width: 800px;
  background-color: #fff;
  border: 1px solid #081b30;
}
@media screen and (max-width: 1680px) {
  .how__boxed-text {
    width: 640px;
  }
}
@media screen and (max-width: 980px) {
  .how__boxed-text {
    width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .how__boxed-text {
    width: 323px;
  }
}
.how__boxed-text--short {
  width: 720px;
}
@media screen and (max-width: 1680px) {
  .how__boxed-text--short {
    width: 576px;
  }
}
@media screen and (max-width: 980px) {
  .how__boxed-text--short {
    width: 432px;
  }
}
@media screen and (max-width: 767px) {
  .how__boxed-text--short {
    width: 281px;
  }
}
.how__boxed-text-content {
  position: relative;
  display: block;
  padding: 9px 63px 12px;
  font-weight: 900;
  font-size: 5.6rem;
  color: #fe7801;
  text-align: center;
}
@media screen and (max-width: 1680px) {
  .how__boxed-text-content {
    padding: 7.2px 40px 9.6px;
    font-size: 4.48rem;
  }
}
@media screen and (max-width: 980px) {
  .how__boxed-text-content {
    padding: 5.4px 30px 7.2px;
    font-size: 3.36rem;
  }
}
@media screen and (max-width: 767px) {
  .how__boxed-text-content {
    padding: 5.4px 20px 7.2px;
    font-size: 22px;
    letter-spacing: 0.02em;
  }
}
.how__boxed-text-content::before,
.how__boxed-text-content::after {
  content: '';
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background-image: linear-gradient(45deg, #081b30 50%, transparent 50%);
}
@media screen and (max-width: 980px) {
  .how__boxed-text-content::before,
  .how__boxed-text-content::after {
    width: 12.8px;
    height: 12.8px;
  }
}
@media screen and (max-width: 767px) {
  .how__boxed-text-content::before,
  .how__boxed-text-content::after {
    width: 8px;
    height: 8px;
  }
}
.how__boxed-text-content::before {
  top: 0;
  left: 0;
  rotate: 90deg;
}
.how__boxed-text-content::after {
  bottom: 0;
  right: 0;
  rotate: -90deg;
}
.how__cross {
  width: 40px;
  height: 40px;
  margin-block: 25px;
  background-image: url('../public/img/icon-cross.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1680px) {
  .how__cross {
    margin-block: 20px;
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 980px) {
  .how__cross {
    margin-block: 15px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .how__cross {
    background-image: url('../public/img/icon-cross-thick.svg');
    width: 13px;
    height: 13px;
  }
}
.how__plain-text {
  margin-block: 14px 125px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 2em;
}
@media screen and (max-width: 1680px) {
  .how__plain-text {
    margin-block: 11.2px 100px;
    font-size: 2.56rem;
  }
}
@media screen and (max-width: 980px) {
  .how__plain-text {
    margin-block: 8.4px 75px;
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767px) {
  .how__plain-text {
    margin-top: 9px;
    font-size: 16px;
  }
}
.how__steps {
  list-style-type: none;
  counter-reset: step;
  margin-block: 58px 0;
}
@media screen and (max-width: 1680px) {
  .how__steps {
    margin-block: 46.4px 0;
  }
}
@media screen and (max-width: 980px) {
  .how__steps {
    margin-block: 34.8px 0;
  }
}
.how__step-item {
  counter-increment: step;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 92px;
  border: 1px solid #cddaf1;
  background-color: #fff;
  max-width: 800px;
  padding: 26px 3.38% 35px;
}
@media screen and (max-width: 980px) {
  .how__step-item {
    max-width: 640px;
    padding: 20.8px 2.704% 28px;
  }
}
@media screen and (max-width: 767px) {
  .how__step-item {
    padding: 18px 5.98%;
    max-width: 100%;
  }
}
.how__step-item::before {
  content: counter(step, decimal-leading-zero);
  position: relative;
  top: 4px;
  margin-right: 46px;
  color: #0a2884;
  font-family: 'Montserrat', sans-serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1em;
}
@media screen and (max-width: 980px) {
  .how__step-item::before {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .how__step-item::before {
    font-size: 28px;
    margin-right: 19px;
  }
}
.how__step-item:nth-child(2) {
  margin-left: 10%;
}
@media screen and (max-width: 767px) {
  .how__step-item:nth-child(2) {
    margin-left: initial;
  }
}
.how__step-item:last-child {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .how__step-item:last-child {
    margin-left: initial;
  }
}
.how__step-item:not(:last-child) {
  margin-bottom: 15px;
}
.how__step-header {
  font-size: 2.3rem;
  line-height: 2em;
  font-weight: 700;
  color: #fe7801;
}
@media screen and (max-width: 980px) {
  .how__step-header {
    font-size: 1.84rem;
  }
}
@media screen and (max-width: 767px) {
  .how__step-header {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5em;
  }
}
.how__step-header .lg {
  font-size: 3.2rem;
}
@media screen and (max-width: 980px) {
  .how__step-header .lg {
    font-size: 2.56rem;
  }
}
@media screen and (max-width: 767px) {
  .how__step-header .lg {
    font-size: 18px;
  }
}
.how__step-content {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .how__step-content {
    font-size: 14px;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    line-height: 1.5714285714em;
  }
}
.how__chart {
  position: relative;
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .how__chart {
    margin-bottom: 75px;
  }
}
.how__chart-layout {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.2%;
}
@media screen and (max-width: 980px) {
  .how__chart-layout {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.07%;
  }
}
@media screen and (max-width: 767px) {
  .how__chart-layout {
    gap: 1.13%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.how__chart-card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 980px) {
  .how__chart-card-wrapper {
    width: 41.33%;
  }
}
@media screen and (max-width: 767px) {
  .how__chart-card-wrapper {
    width: 43.75%;
  }
}
.how__chart-card-wrapper--leading {
  margin-left: 16.4%;
}
@media screen and (max-width: 980px) {
  .how__chart-card-wrapper--leading {
    margin-left: 3.2%;
    z-index: 1;
  }
}
.how__chart-card-wrapper--leading .how__chart-card-row::before {
  content: attr(data-label);
  position: absolute;
  inset: 0 calc(100% + 8px) 0 auto;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 139px;
  width: 100%;
  height: 61px;
  border-radius: 3px 0 0 3px;
  padding-left: 20px;
  padding-right: 5px;
  background-color: #0a2884;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2em;
  pointer-events: all;
}
@media screen and (max-width: 980px) {
  .how__chart-card-wrapper--leading .how__chart-card-row::before {
    width: 40px;
    height: auto;
    padding: 0;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .how__chart-card-wrapper--leading .how__chart-card-row::before {
    inset: 0 calc(100% + 4px) 0 auto;
    height: 84.14%;
    font-size: 14px;
    white-space: nowrap;
  }
}
.how__chart-card {
  position: relative;
  width: 408px;
  padding: 8px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 10px 20px rgba(10, 40, 132, 0.15);
  box-shadow: 0 10px 20px rgba(10, 40, 132, 0.15);
}
@media screen and (max-width: 767px) {
  .how__chart-card {
    padding: 4px;
  }
}
.how__chart-card--gray {
  background-color: #cddaf1;
  padding: 0 25px;
}
.how__chart-card-header {
  min-height: 96px;
  border-radius: 3px;
  background-color: #fe7801;
  font-weight: 900;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .how__chart-card-header {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .how__chart-card-header .sm {
    font-size: 13px;
  }
}
.how__chart-card-header--gray {
  background-color: rgba(8, 27, 48, 0.4);
  font-weight: 500;
}
.how__chart-card-row {
  position: relative;
  display: grid;
  min-height: 79px;
  place-items: center;
  padding-block: 18px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .how__chart-card-row {
    min-height: 102px;
  }
}
@media screen and (max-width: 767px) {
  .how__chart-card-row {
    padding-block: 20px;
    min-height: 108px;
    font-size: 14px;
  }
}
.how__chart-card-row .lg {
  font-size: 2.8rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .how__chart-card-row .lg {
    font-size: 18px;
  }
}
.how__chart-card-row--custom-height {
  height: 102px;
}
@media screen and (max-width: 767px) {
  .how__chart-card-row--custom-height {
    height: 104px;
  }
}
.how__chart-card-row:first-child {
  height: 86px;
}
.how__chart-card-row:not(:last-child) {
  border-bottom: 2px solid #ecf6ff;
}
@media screen and (max-width: 980px) {
  .how__chart-card-row:last-child {
    min-height: 145px;
  }
}

@media screen and (max-width: 767px) {
  .chart .container {
    padding-inline: 2.2% !important;
  }
}
.chart__ribbon {
  position: relative;
  height: 224px;
  margin-bottom: 70px;
  padding-top: 50px;
  text-align: center;
  font-weight: 900;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.8em;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  .chart__ribbon {
    padding-top: 39px;
    height: 132px;
    font-size: 16px;
  }
}
.chart__ribbon::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  display: block;
  height: 100%;
  background-image: url('../public/img/chart-ribbon.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
}
.chart__ribbon .md {
  font-size: 3.2rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .chart__ribbon .md {
    font-size: 20px;
  }
}
.chart__ribbon .lg {
  font-size: 3.5rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .chart__ribbon .lg {
    font-size: 22px;
  }
}
.chart__text {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .chart__text {
    text-align: start;
    width: 94.92%;
    margin-inline: auto;
  }
}
.chart__button {
  max-width: 800px;
  margin-bottom: 105px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .chart__button {
    margin-bottom: 93px;
  }
}

.explain {
  position: relative;
}
.explain__segment {
  position: relative;
  padding-block: 80px 47px;
}
@media screen and (max-width: 1680px) {
  .explain__segment {
    padding-block: 64px 37.6px;
  }
}
@media screen and (max-width: 980px) {
  .explain__segment {
    padding-block: 48px 28.2px;
  }
}
@media screen and (max-width: 767px) {
  .explain__segment {
    padding-block: 64px 38px;
  }
}
.explain__content-heading {
  position: relative;
  display: block;
  font-size: 3.2rem;
}
@media screen and (max-width: 1680px) {
  .explain__content-heading {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 980px) {
  .explain__content-heading {
    font-size: 2.56rem;
  }
}
@media screen and (max-width: 767px) {
  .explain__content-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 1.6em;
  }
}
.explain__content-heading::before,
.explain__content-heading::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12%;
  margin-block: auto;
}
@media screen and (max-width: 767px) {
  .explain__content-heading::before,
  .explain__content-heading::after {
    position: absolute;
    inset: 0 auto;
    width: 3.42%;
  }
}
.explain__content-heading::before {
  left: 0;
}
.explain__content-heading::after {
  right: 0;
}
.explain__content-heading .sp-bold {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .explain__content-heading .sp-bold {
    margin-bottom: 10px;
    line-height: 1.1111111111em;
    font-weight: 700;
    font-size: 18px;
  }
}
.explain__list {
  list-style-type: none;
  counter-reset: explain;
}
.explain__fullwidth-item {
  counter-increment: explain;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 369px;
  isolation: isolate;
}
@media screen and (max-width: 1680px) {
  .explain__fullwidth-item {
    height: 295.2px;
  }
}
@media screen and (max-width: 980px) {
  .explain__fullwidth-item {
    height: 221.4px;
  }
}
@media screen and (max-width: 767px) {
  .explain__fullwidth-item {
    height: 231px;
  }
}
.explain__fullwidth-item:nth-of-type(odd) .explain__item-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(10, 40, 132, 0.5)),
    color-stop(70%, #0a2884),
    to(#0a2884)
  );
  background-image: linear-gradient(
    to right,
    rgba(10, 40, 132, 0.5) 0%,
    #0a2884 70%,
    #0a2884 100%
  );
  z-index: 0;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
@media screen and (max-width: 767px) {
  .explain__fullwidth-item:nth-of-type(odd) .explain__item-overlay::before {
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
  }
}
.explain__fullwidth-item:nth-of-type(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.explain__fullwidth-item:nth-of-type(even) .explain__item-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(10, 40, 132, 0.5)),
    color-stop(45%, #0a2884),
    to(#0a2884)
  );
  background-image: linear-gradient(
    to left,
    rgba(10, 40, 132, 0.5) 0%,
    #0a2884 45%,
    #0a2884 100%
  );
  z-index: 0;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
@media screen and (max-width: 767px) {
  .explain__fullwidth-item:nth-of-type(even) .explain__item-overlay::before {
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
  }
}
.explain__fullwidth-item:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .explain__fullwidth-item:not(:last-child) {
    margin-bottom: 2px;
  }
}
.explain__item-bg {
  position: relative;
  inset: 0;
  height: 100%;
  z-index: -1;
}
.explain__item-overlay {
  position: absolute;
  inset: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-inline: 73px;
  border-radius: 3px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .explain__item-overlay {
    padding-inline: initial;
    text-align: center;
  }
}
.explain__leading-text {
  position: relative;
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: 500;
  z-index: 1;
}
@media screen and (max-width: 1680px) {
  .explain__leading-text {
    font-size: 2.24rem;
  }
}
@media screen and (max-width: 980px) {
  .explain__leading-text {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 767px) {
  .explain__leading-text {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.explain__leading-text::before {
  content: counter(explain, decimal-leading-zero);
  position: relative;
  display: block;
  margin-bottom: 35px;
  font-family: 'Montserrat', sans-serif;
  font-size: 5.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1680px) {
  .explain__leading-text::before {
    font-size: 4.48rem;
  }
}
@media screen and (max-width: 980px) {
  .explain__leading-text::before {
    font-size: 3.36rem;
  }
}
@media screen and (max-width: 767px) {
  .explain__leading-text::before {
    margin-bottom: 16px;
    font-size: 40px;
  }
}
.explain__item-title {
  position: relative;
  font-size: 5.6rem;
  font-weight: 900;
  z-index: 1;
}
@media screen and (max-width: 1680px) {
  .explain__item-title {
    font-size: 4.48rem;
  }
}
@media screen and (max-width: 980px) {
  .explain__item-title {
    font-size: 3.36rem;
  }
}
@media screen and (max-width: 767px) {
  .explain__item-title {
    font-size: 24px;
  }
}

.reason {
  position: relative;
  padding-bottom: 128px;
}
@media screen and (max-width: 980px) {
  .reason {
    padding-bottom: 102.4px;
  }
}
@media screen and (max-width: 767px) {
  .reason {
    padding-bottom: 100px;
  }
}
.reason::before {
  content: '';
  position: absolute;
  inset: auto 0 0;
  display: block;
  height: 56.85%;
  background-color: #ecf6ff;
}
@media screen and (max-width: 1680px) {
  .reason::before {
    height: 60.4%;
  }
}
@media screen and (max-width: 980px) {
  .reason::before {
    height: 65.6%;
  }
}
@media screen and (max-width: 767px) {
  .reason::before {
    height: 72.4%;
  }
}
.reason__banner {
  position: relative;
  height: 567px;
}
@media screen and (max-width: 1680px) {
  .reason__banner {
    height: 453.6px;
  }
}
@media screen and (max-width: 980px) {
  .reason__banner {
    height: 340.2px;
  }
}
@media screen and (max-width: 767px) {
  .reason__banner {
    height: auto;
    min-height: 454px;
  }
}
.reason__banner::after {
  content: '';
  position: absolute;
  inset: auto 0 -50px 0;
  margin: auto;
  display: block;
  width: 88px;
  height: 88px;
  background-color: #fff;
  border-radius: 50%;
  border: 5px solid #ecf6ff;
  background-image: url('../public/img/icon-orange-arrow.svg');
  background-size: 44px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 1680px) {
  .reason__banner::after {
    bottom: -40px;
    width: 70.4px;
    height: 70.4px;
    background-size: 35.2px;
  }
}
@media screen and (max-width: 767px) {
  .reason__banner::after {
    bottom: -30px;
    width: 56px;
    height: 56px;
    background-size: 28px;
    border-width: 2px;
  }
}
.reason__banner-bg {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .reason__banner-bg {
    height: 454px;
  }
}
.reason__banner-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ecf6ff),
    color-stop(5%, #ecf6ff),
    color-stop(60%, rgba(236, 246, 255, 0.8)),
    color-stop(70%, rgba(236, 246, 255, 0.05)),
    to(rgba(236, 246, 255, 0.3))
  );
  background-image: linear-gradient(
    to right,
    #ecf6ff 0%,
    #ecf6ff 5%,
    rgba(236, 246, 255, 0.8) 60%,
    rgba(236, 246, 255, 0.05) 70%,
    rgba(236, 246, 255, 0.3) 100%
  );
}
@media screen and (max-width: 767px) {
  .reason__banner-bg::after {
    background-image: linear-gradient(
      140deg,
      #ecf6ff 0%,
      #ecf6ff 15%,
      rgba(236, 246, 255, 0.8) 55%,
      rgba(236, 246, 255, 0.05) 70%,
      rgba(236, 246, 255, 0.3) 100%
    );
  }
}
@media screen and (max-width: 980px) {
  .reason__banner-bg img {
    -o-object-position: 75% 50%;
    object-position: 75% 50%;
  }
}
@media screen and (max-width: 767px) {
  .reason__banner-bg img {
    -o-object-position: bottom;
    object-position: bottom;
  }
}
.reason__banner-content {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .reason__banner-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-block: 72px 0;
  }
}
.reason__banner-text {
  margin-top: 25px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 2em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
@media screen and (max-width: 1680px) {
  .reason__banner-text {
    margin-top: 20px;
    font-size: 2.56rem;
  }
}
@media screen and (max-width: 980px) {
  .reason__banner-text {
    margin-top: 15px;
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767px) {
  .reason__banner-text {
    font-size: 17px;
    line-height: 1.8823529412em;
    text-align: center;
  }
}
.reason__banner-text .blue {
  color: #355dd5;
  font-weight: 900;
  letter-spacing: 0.088em;
}
.reason__banner-text .outlined {
  position: relative;
  color: #355dd5;
  font-size: 4.4rem;
  font-weight: 900;
  letter-spacing: 8px;
  line-height: 1em;
  isolation: isolate;
}
@media screen and (max-width: 1680px) {
  .reason__banner-text .outlined {
    font-size: 3.52rem;
  }
}
@media screen and (max-width: 980px) {
  .reason__banner-text .outlined {
    font-size: 2.64rem;
  }
}
@media screen and (max-width: 767px) {
  .reason__banner-text .outlined {
    letter-spacing: 4px;
    font-size: 25px;
    line-height: 1.7083333333em;
  }
}
.reason__banner-text .outlined::before {
  content: attr(data-outline-content);
  position: absolute;
  inset: 10px 0 auto 0;
  margin: auto;
  font-size: inherit;
  line-height: 1em;
  color: #355dd5;
  -webkit-text-stroke: 5px #fff;
  z-index: -1;
}
@media screen and (max-width: 1680px) {
  .reason__banner-text .outlined::before {
    top: 8px;
  }
}
@media screen and (max-width: 980px) {
  .reason__banner-text .outlined::before {
    top: 6.4px;
  }
}
@media screen and (max-width: 767px) {
  .reason__banner-text .outlined::before {
    -webkit-text-stroke-width: 2px;
    top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .reason__banner-text .sp-custom-lh {
    display: inline-block;
    margin-top: 10px;
  }
}
.reason__content {
  padding-top: 115px;
}
@media screen and (max-width: 1680px) {
  .reason__content {
    padding-top: 92px;
  }
}
@media screen and (max-width: 980px) {
  .reason__content {
    padding-top: 69px;
  }
}
@media screen and (max-width: 767px) {
  .reason__content {
    padding-top: 45px;
  }
}
.reason__section-leading {
  margin-bottom: 79px;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1680px) {
  .reason__section-leading {
    margin-bottom: 63.2px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 980px) {
  .reason__section-leading {
    margin-bottom: 47.4px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .reason__section-leading {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.reason__logo-wrapper {
  margin-bottom: 88px;
  padding-bottom: 160px;
  border-bottom: 2px solid #ecf6ff;
}
@media screen and (max-width: 1680px) {
  .reason__logo-wrapper {
    margin-bottom: 70.4px;
    padding-bottom: 128px;
  }
}
@media screen and (max-width: 980px) {
  .reason__logo-wrapper {
    margin-bottom: 52.8px;
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 767px) {
  .reason__logo-wrapper {
    width: 100%;
    padding-bottom: 55px;
    margin: 0 auto 67px;
  }
}
.reason__list-headline {
  margin-bottom: 77px;
  text-align: center;
}
@media screen and (max-width: 1680px) {
  .reason__list-headline {
    margin-bottom: 61.6px;
  }
}
@media screen and (max-width: 980px) {
  .reason__list-headline {
    margin-bottom: 46.2px;
  }
}
@media screen and (max-width: 767px) {
  .reason__list-headline {
    margin-bottom: 40px;
  }
}
.reason__list-sub-head {
  display: block;
  margin-bottom: 4px;
  font-size: 3.2rem;
  font-weight: 900;
}
@media screen and (max-width: 1680px) {
  .reason__list-sub-head {
    margin-bottom: 3.2px;
    font-size: 2.56rem;
  }
}
@media screen and (max-width: 980px) {
  .reason__list-sub-head {
    margin-bottom: 2.4px;
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767px) {
  .reason__list-sub-head {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.reason__list-header {
  display: block;
  color: #355dd5;
  font-size: 6.4rem;
  font-weight: 900;
}
@media screen and (max-width: 1680px) {
  .reason__list-header {
    font-size: 5.12rem;
  }
}
@media screen and (max-width: 980px) {
  .reason__list-header {
    font-size: 3.84rem;
  }
}
@media screen and (max-width: 767px) {
  .reason__list-header {
    font-size: 40px;
  }
}
.reason__list-number {
  font-size: 9.6rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 1680px) {
  .reason__list-number {
    font-size: 7.68rem;
  }
}
@media screen and (max-width: 980px) {
  .reason__list-number {
    font-size: 5.76rem;
  }
}
@media screen and (max-width: 767px) {
  .reason__list-number {
    font-size: 64px;
  }
}
.reason__list {
  counter-reset: reason;
}
.reason__list-item {
  counter-increment: reason;
  position: relative;
  display: grid;
}
.reason__list-item:not(:last-of-type) {
  margin-bottom: 87px;
}
@media screen and (max-width: 1680px) {
  .reason__list-item:not(:last-of-type) {
    margin-bottom: 69.6px;
  }
}
@media screen and (max-width: 767px) {
  .reason__list-item:not(:last-of-type) {
    margin-bottom: 66px;
  }
}
.reason__list-item:first-of-type {
  margin-bottom: 190px;
}
@media screen and (max-width: 1680px) {
  .reason__list-item:first-of-type {
    margin-bottom: 152px;
  }
}
@media screen and (max-width: 767px) {
  .reason__list-item:first-of-type {
    margin-bottom: 56px;
  }
}
.reason__list-item-content {
  z-index: 1;
}
.reason__list-item-title {
  position: relative;
  font-weight: 400;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  line-height: 2em;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .reason__list-item-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 2em;
  }
}
.reason__list-item-title span {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #355dd5;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 9px 11px;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .reason__list-item-title span {
    padding: 6px 7px;
  }
}
.reason__list-item-title span:not(:last-child) {
  margin-bottom: 13px;
}
.reason__list-item-title::before {
  content: counter(reason, decimal-leading-zero);
  display: block;
  margin-bottom: 40px;
  font-size: 6.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #0a2884;
}
@media screen and (max-width: 767px) {
  .reason__list-item-title::before {
    font-size: 4.8rem;
    margin-bottom: 21px;
  }
}
.reason__list-item-content-text {
  max-width: 342px;
  font-size: 1.6rem;
  line-height: 2em;
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
@media screen and (max-width: 767px) {
  .reason__list-item-content-text {
    font-size: 15px;
  }
}
.reason__list-item-content-text:first-of-type {
  margin-top: 60px;
  margin-bottom: 23px;
}
.reason__list-item-content-text .orange {
  font-weight: 700;
}
.reason__image-column {
  position: absolute;
  top: 23px;
  right: 0;
  width: 392px;
  margin-left: auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .reason__image-column {
    position: relative;
    width: 100%;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .reason__image-column--reason-1 {
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 17px auto 0;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .reason__image-column--reason-1 .reason__image-item {
    width: 180px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .reason__image-column--reason-1 .reason__image-item:last-child {
    -webkit-transform: translateY(32px);
    transform: translateY(32px);
    margin-right: -15px;
    z-index: 1;
  }
}
.reason__image-column--narrow {
  width: 352px;
}
@media screen and (max-width: 767px) {
  .reason__image-column--narrow {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .reason__image-column:not(.reason__image-column--reason-1) {
    z-index: -1;
  }
}
.reason__image-item {
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .reason__image-item {
    width: 100%;
  }
}
.reason__image-item:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .reason__image-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.reason__image-item:not(:first-child) {
  position: relative;
  -webkit-transform: translateX(32px);
  transform: translateX(32px);
}
@media screen and (max-width: 767px) {
  .reason__image-item:not(:first-child) {
    -webkit-transform: initial;
    transform: initial;
  }
}
@media screen and (max-width: 767px) {
  .reason__image-item--sp-bordered {
    border: 1px solid #fff;
  }
}
.reason__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .reason__item-row {
    display: grid;
    place-items: center;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin-top: 10px;
    margin-inline: auto;
    max-width: 315px;
    grid-template-rows: repeat(2, 1fr);
  }
}
.reason__circle {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 10px 20px rgba(53, 93, 213, 0.15);
  box-shadow: 0 10px 20px rgba(53, 93, 213, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .reason__circle {
    width: 144px;
    height: 144px;
    -webkit-box-shadow: 0 10px 20px rgba(53, 93, 213, 0.1);
    box-shadow: 0 10px 20px rgba(53, 93, 213, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .reason__circle:first-of-type {
    margin: 0 auto -60px;
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 767px) {
  .reason__circle:not(:first-of-type) {
    grid-row: 2/3;
  }
}
.reason__circle-text {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75em;
}
.reason__circle-text--orange {
  font-size: 1.8rem;
  font-weight: 900;
  color: #fe7801;
}
.reason__circle-text .orange {
  font-weight: 700;
}
.reason__circle-text:has(+ p)::after {
  content: '';
  position: relative;
  display: block;
  width: 13px;
  height: 14px;
  margin: 1px auto;
  background-image: url('../public/img/icon-arrow-down.svg');
}

.cta__card-block {
  position: relative;
  padding-bottom: 111px;
  background-color: #ecf6ff;
  z-index: 1;
}
@media screen and (max-width: 1680px) {
  .cta__card-block {
    padding-bottom: 88.8px;
  }
}
@media screen and (max-width: 767px) {
  .cta__card-block {
    padding-bottom: 88px;
  }
}
.cta__heading {
  margin-bottom: 50px;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.7916666667em;
  text-align: center;
}
@media screen and (max-width: 1680px) {
  .cta__heading {
    margin-bottom: 40px;
    font-size: 3.84rem;
  }
}
@media screen and (max-width: 980px) {
  .cta__heading {
    margin-bottom: 30px;
    font-size: 2.88rem;
  }
}
@media screen and (max-width: 767px) {
  .cta__heading {
    font-size: 24px;
    line-height: 1.6666666667em;
  }
}
.cta__heading::after {
  content: '';
  display: block;
  width: 225px;
  height: 80px;
  margin: 36px auto 58px;
  background-image: url('../public/img/cta-arrow-group.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .cta__heading::after {
    margin-block: 28px 38px;
    width: 113px;
    height: 40px;
  }
}
.cta__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.4%;
  margin-bottom: 73px;
}
@media screen and (max-width: 1680px) {
  .cta__row {
    margin-bottom: 58.4px;
  }
}
@media screen and (max-width: 767px) {
  .cta__row {
    margin-bottom: 55px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
  }
}
.cta__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 232px;
  height: 267px;
  padding: 29px 0;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 10px 20px rgba(10, 40, 132, 0.3);
  box-shadow: 0 10px 20px rgba(10, 40, 132, 0.3);
}
@media screen and (max-width: 767px) {
  .cta__card {
    width: 49%;
    height: 160px;
  }
}
.cta__card:first-of-type {
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .cta__card:first-of-type {
    padding-top: 17px;
  }
}
.cta__card:first-of-type .cta__card-text {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cta__card:first-of-type .cta__card-text {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 767px) {
  .cta__card:first-of-type img {
    width: 88px;
  }
}
@media screen and (max-width: 767px) {
  .cta__card:nth-of-type(2) {
    padding-top: 13px;
  }
}
.cta__card:nth-of-type(2) .cta__card-text {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .cta__card:nth-of-type(2) .cta__card-text {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .cta__card:nth-of-type(2) img {
    width: 96px;
  }
}
.cta__card:nth-of-type(3) {
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .cta__card:nth-of-type(3) {
    padding-top: 17px;
  }
}
.cta__card:nth-of-type(3) .cta__card-text {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cta__card:nth-of-type(3) .cta__card-text {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 767px) {
  .cta__card:nth-of-type(3) img {
    width: 88px;
  }
}
@media screen and (max-width: 767px) {
  .cta__card:nth-of-type(4) {
    padding-top: 12px;
  }
}
.cta__card:nth-of-type(4) .cta__card-text {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cta__card:nth-of-type(4) img {
    width: 66px;
  }
}
.cta__card-text {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .cta__card-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .cta__card-text {
    font-size: 16px;
  }
}
.cta__card-block-bg {
  position: absolute;
  inset: auto 0 0;
  height: 539px;
  z-index: -1;
}
@media screen and (max-width: 1680px) {
  .cta__card-block-bg {
    height: 460px;
  }
}
@media screen and (max-width: 767px) {
  .cta__card-block-bg {
    height: 463px;
  }
}
.cta__card-block-bg::after {
  content: '';
  position: absolute;
  display: block;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  mix-blend-mode: multiply;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cta__card-block-bg::after {
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
  }
}
.cta__card-block-bg img {
  position: relative;
  z-index: -1;
}
.cta__button {
  font-size: 3.1rem;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .cta__button {
    font-size: 2.48rem;
  }
}
@media screen and (max-width: 767px) {
  .cta__button {
    padding-block: 18.5px;
    padding-inline: 27px;
    font-size: 16px;
  }
}
.cta__button::after {
  width: 48px !important;
  height: 48px !important;
  background-size: 24px !important;
}
@media screen and (max-width: 980px) {
  .cta__button::after {
    width: 38.4px !important;
    height: 38.4px !important;
    background-size: 19.2px !important;
  }
}
@media screen and (max-width: 767px) {
  .cta__button::after {
    width: 24px !important;
    height: 24px !important;
    background-size: 12px !important;
  }
}
.cta__button-block {
  position: relative;
}
.cta__button-block-bg {
  position: relative;
  height: 360px;
}
@media screen and (max-width: 980px) {
  .cta__button-block-bg {
    height: 216px;
  }
}
@media screen and (max-width: 767px) {
  .cta__button-block-bg {
    height: 216px;
  }
}
.cta__button-block-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(236, 246, 255, 0.15)),
    color-stop(25%, rgba(236, 246, 255, 0.6)),
    color-stop(35%, #ecf6ff),
    color-stop(65%, #ecf6ff),
    color-stop(75%, rgba(236, 246, 255, 0.6)),
    to(rgba(236, 246, 255, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(236, 246, 255, 0.15) 0%,
    rgba(236, 246, 255, 0.6) 25%,
    #ecf6ff 35%,
    #ecf6ff 65%,
    rgba(236, 246, 255, 0.6) 75%,
    rgba(236, 246, 255, 0) 100%
  );
}
@media screen and (max-width: 767px) {
  .cta__button-block-bg::after {
    display: none;
  }
}
.cta__button-wrapper {
  position: relative;
  z-index: 1;
}
.cta__button-wrapper--button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 767px) {
  .cta__button-wrapper--button-block {
    padding-inline: 2.2% !important;
  }
}
.cta__button-wrapper--button-block .button--orange-duotone {
  width: 100%;
  margin-inline: auto;
}

.testimonial {
  overflow: hidden;
  padding-block: 98px 120px;
  background-image: linear-gradient(-12deg, #e2effb 46%, #ecf6ff 46%);
}
@media screen and (max-width: 980px) {
  .testimonial {
    padding-block: 78.4px 96px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial {
    padding-block: 85px 89px;
    background-image: linear-gradient(-23deg, #e2effb 53%, #ecf6ff 53%);
  }
}
.testimonial__list {
  margin-top: 57px;
}
@media screen and (max-width: 980px) {
  .testimonial__list {
    margin-top: 45.6px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial__list {
    max-width: 342px;
    margin: 35px auto 0;
  }
}
.testimonial__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 980px) {
  .testimonial__item {
    gap: 45px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
}
.testimonial__item:not(:last-child) {
  margin-bottom: 64px;
}
.testimonial__owner-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .testimonial__owner-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    text-align: start;
  }
}
.testimonial__owner-image {
  width: 160px;
  height: 160px;
  margin-bottom: 13px;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 10px 20px rgba(10, 40, 132, 0.2);
  box-shadow: 0 10px 20px rgba(10, 40, 132, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .testimonial__owner-image {
    width: 120px;
    height: 120px;
    -webkit-box-shadow: 0 10px 20px rgba(10, 40, 132, 0.15);
    box-shadow: 0 10px 20px rgba(10, 40, 132, 0.15);
  }
}
@media screen and (max-width: 767px) {
  .testimonial__owner-info-wrapper {
    position: relative;
    bottom: 15px;
  }
}
.testimonial__owner-name {
  display: block;
  margin-bottom: 7px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .testimonial__owner-name {
    text-align: start;
  }
}
.testimonial__owner-notes {
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #0a2884;
}
@media screen and (max-width: 767px) {
  .testimonial__owner-notes {
    font-size: 14px;
  }
}
.testimonial__item-content-wrapper {
  position: relative;
  top: 25px;
  width: 583px;
  height: 282px;
  background-color: #fff;
  border: 4px solid #355dd5;
  border-radius: 40px;
  padding-inline: 25px 32px;
  padding-block: 20px;
  isolation: isolate;
  -webkit-box-shadow: 0 10px 20px rgba(53, 93, 213, 0.2);
  box-shadow: 0 10px 20px rgba(53, 93, 213, 0.2);
}
@media screen and (max-width: 980px) {
  .testimonial__item-content-wrapper {
    justify-self: stretch;
    width: 100%;
    height: 225.6px;
    padding-inline: 43.8px 19.2px;
    padding-block: 18px 12px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial__item-content-wrapper {
    top: 0;
    width: 341px;
    height: 221px;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 20px;
    background-image: url('../public/img/testimonial-balloon-sp.svg');
    background-size: contain;
    background-repeat: no-repeat;
    padding: 28px 14px;
  }
}
.testimonial__item-content-wrapper::before,
.testimonial__item-content-wrapper::after {
  content: '';
  position: absolute;
}
.testimonial__item-content-wrapper::before {
  top: 42px;
  right: 100%;
  display: block;
  width: 0;
  height: 0;
  border-right: 37px solid #355dd5;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  pointer-events: none;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .testimonial__item-content-wrapper::before {
    position: absolute;
    inset: 13px 0 0;
    width: 100%;
    height: calc(100% - 13px);
    border: none;
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 20px rgba(53, 93, 213, 0.2);
    box-shadow: 0 10px 20px rgba(53, 93, 213, 0.2);
  }
}
.testimonial__item-content-wrapper::after {
  top: 47px;
  right: calc(100% - 1px);
  border-right: 29px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 10px solid transparent;
  rotate: -1deg;
}
@media screen and (max-width: 767px) {
  .testimonial__item-content-wrapper::after {
    display: none;
  }
}
.testimonial__item-header {
  font-size: 2.8rem;
  line-height: 1.75em;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .testimonial__item-header {
    font-size: 2.24rem;
  }
}
@media screen and (max-width: 767px) {
  .testimonial__item-header {
    font-size: 16px;
  }
}
.testimonial__yields-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin-top: 30px;
  border: 2px solid #b6bfc9;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .testimonial__yields-row {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial__yields-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: auto;
  }
}
.testimonial__yields-col-header {
  -ms-flex-preferred-size: 91px;
  flex-basis: 91px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1em;
  background-color: #b6bfc9;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .testimonial__yields-col-header {
    font-size: 1.28rem;
  }
}
@media screen and (max-width: 767px) {
  .testimonial__yields-col-header {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    height: 28px;
    font-size: 14px;
  }
}
.testimonial__yields-content-col {
  -ms-flex-preferred-size: 144px;
  flex-basis: 144px;
  text-align: center;
  margin-block: 7px;
  padding-block: 7px;
}
@media screen and (max-width: 980px) {
  .testimonial__yields-content-col {
    margin-block: 5.6px;
    padding-block: 5.6px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial__yields-content-col {
    -ms-flex-preferred-size: 103px;
    flex-basis: 103px;
  }
}
.testimonial__yields-content-col:not(:last-child) {
  border-right: 2px solid #b6bfc9;
}
.testimonial__yields-label {
  font-size: 1.6rem;
  font-weight: 700;
  color: #b6bfc9;
}
@media screen and (max-width: 980px) {
  .testimonial__yields-label {
    font-size: 1.28rem;
  }
}
@media screen and (max-width: 767px) {
  .testimonial__yields-label {
    font-size: 14px;
  }
}
.testimonial__yields-value {
  font-size: 2.4rem;
  font-weight: 900;
}
@media screen and (max-width: 980px) {
  .testimonial__yields-value {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767px) {
  .testimonial__yields-value {
    font-size: 18px;
  }
}
.testimonial__yields-value span {
  font-size: 1.8rem;
}
@media screen and (max-width: 980px) {
  .testimonial__yields-value span {
    font-size: 1.44rem;
  }
}
@media screen and (max-width: 767px) {
  .testimonial__yields-value span {
    font-size: 14px;
  }
}

.mini-cta {
  position: relative;
  padding-block: 60px 65px;
  background-color: #355dd5;
  isolation: isolate;
}
@media screen and (max-width: 980px) {
  .mini-cta {
    padding-block: 48px 52px;
  }
}
@media screen and (max-width: 767px) {
  .mini-cta {
    padding-block: 50px 60px;
  }
}
.mini-cta__content {
  position: relative;
  z-index: 2;
}
.mini-cta__heading {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7916666667em;
  text-align: center;
  color: #fff;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
@media screen and (max-width: 980px) {
  .mini-cta__heading {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767px) {
  .mini-cta__heading {
    font-size: 16px;
  }
}
.mini-cta__heading::before,
.mini-cta__heading::after {
  content: '';
  position: absolute;
  inset: 13px auto 0;
  margin: auto;
  display: block;
  background-color: #fff;
  width: 52px;
  height: 2px;
  pointer-events: none;
}
@media screen and (max-width: 980px) {
  .mini-cta__heading::before,
  .mini-cta__heading::after {
    inset: 10.4px auto 0;
    width: 41.6px;
    height: 1.6px;
  }
}
@media screen and (max-width: 767px) {
  .mini-cta__heading::before,
  .mini-cta__heading::after {
    top: 0;
    width: 35px;
  }
}
.mini-cta__heading::before {
  right: 100%;
  rotate: 67deg;
}
.mini-cta__heading::after {
  left: 100%;
  rotate: -67deg;
}
.mini-cta__outlined {
  position: relative;
  color: #fe7801;
  font-size: 4.4rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1em;
  isolation: isolate;
}
@media screen and (max-width: 980px) {
  .mini-cta__outlined {
    font-size: 3.52rem;
  }
}
@media screen and (max-width: 767px) {
  .mini-cta__outlined {
    font-size: 19px;
  }
}
.mini-cta__outlined::before {
  content: attr(data-outline-content);
  position: absolute;
  inset: 10px 0 auto 0;
  margin: auto;
  font-size: inherit;
  line-height: 1em;
  color: #fe7801;
  -webkit-text-stroke: 5px #fff;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .mini-cta__outlined::before {
    top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .mini-cta__outlined::before {
    -webkit-text-stroke-width: 3px;
    top: 4.5px;
  }
}
.mini-cta__button-wrapper {
  position: relative;
  margin-top: 18px;
}
@media screen and (max-width: 980px) {
  .mini-cta__button-wrapper {
    width: 80%;
    margin-inline: auto;
    margin-top: 14.4px;
  }
}
@media screen and (max-width: 767px) {
  .mini-cta__button-wrapper {
    width: 353px;
    margin-top: 39px;
  }
}
@media screen and (max-width: 767px) {
  .mini-cta__button-wrapper .button {
    width: 333px;
    margin-left: auto;
  }
}
.mini-cta__balloon {
  position: absolute;
  top: -48px;
  left: -48px;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background-color: #fe7801;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .mini-cta__balloon {
    top: -38.4px;
    left: -38.4px;
    width: 83.2px;
    height: 83.2px;
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767px) {
  .mini-cta__balloon {
    top: -20px;
    left: -3px;
    width: 64px;
    height: 64px;
    font-size: 18px;
  }
}
.mini-cta__balloon::before {
  content: '';
  position: absolute;
  right: -2px;
  bottom: 16px;
  display: block;
  width: 0;
  height: 0;
  border-bottom: 14px solid #fe7801;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  -webkit-transform: rotate(121deg);
  transform: rotate(121deg);
}

.faq {
  padding-block: 115px 120px;
}
@media screen and (max-width: 980px) {
  .faq {
    padding-block: 92px 96px;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    padding-block: 75px 105px;
  }
}
.faq__header {
  margin-bottom: 51px;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .faq__header {
    margin-bottom: 40.8px;
  }
}
@media screen and (max-width: 767px) {
  .faq__header {
    font-size: 20px;
  }
}
.faq__accordion-item {
  display: block;
  background-color: #ecf6ff;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 20px rgba(10, 40, 132, 0.2);
  box-shadow: 0 10px 20px rgba(10, 40, 132, 0.2);
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .faq__accordion-item {
    -webkit-box-shadow: 0 8px 10px rgba(10, 40, 132, 0.1);
    box-shadow: 0 8px 10px rgba(10, 40, 132, 0.1);
  }
}
.faq__accordion-item:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .faq__accordion-item:not(:last-child) {
    margin-bottom: 8px;
  }
}
.faq__accordion-item input[type='checkbox'] {
  display: none;
}
.faq__accordion-item:has(input[type='checkbox']:checked)
  .faq__accordion-answer-layout,
.faq__accordion-item:has(.open) .faq__accordion-answer-layout {
  grid-template-rows: 1fr;
}
.faq__accordion-item:has(input[type='checkbox']:checked)
  .faq__accordion-icon
  span:last-of-type,
.faq__accordion-item:has(.open) .faq__accordion-icon span:last-of-type {
  rotate: 0deg;
}
.faq__accordion-question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  background-color: #fff;
  border-radius: 3px;
  padding: 26px 34px;
  font-size: 2rem;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq__accordion-question {
    padding: 17px 18px;
    font-size: 14px;
  }
}
.faq__accordion-question::before {
  content: 'Q';
  font-size: 4rem;
  font-weight: 700;
  line-height: 1em;
  color: #355dd5;
}
@media screen and (max-width: 767px) {
  .faq__accordion-question::before {
    font-size: 32px;
  }
}
.faq__accordion-question::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
}
.faq__accordion-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .faq__accordion-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
  }
}
.faq__accordion-icon span {
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #355dd5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.faq__accordion-icon span:last-of-type {
  rotate: -90deg;
}
.faq__accordion-answer-layout {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.faq__accordion-answer-wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  padding-inline: 34px;
}
@media screen and (max-width: 767px) {
  .faq__accordion-answer-wrapper {
    padding-inline: 18px;
  }
}
.faq__accordion-answer-wrapper::before {
  content: 'A';
  position: relative;
  top: 21px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1em;
  color: #fe7801;
}
@media screen and (max-width: 767px) {
  .faq__accordion-answer-wrapper::before {
    top: 17px;
    font-size: 32px;
  }
}
.faq__accordion-answer {
  padding-block: 26px;
  margin-inline: 2px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .faq__accordion-answer {
    padding-block: 17px;
    font-size: 14px;
    font-weight: 500;
  }
}
.faq__link {
  text-decoration: underline;
}

.company {
  padding-block: 60px 30px;
  background-color: #0a2884;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .company {
    padding-block: 50px 24px;
    font-size: 14px;
  }
}
.company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding-block: 15.5px;
}
@media screen and (max-width: 767px) {
  .company__row {
    margin: auto;
    gap: 15px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.company__row:not(:last-child) {
  border-bottom: 1px solid #355dd5;
}
.company__heading {
  -ms-flex-preferred-size: 145px;
  flex-basis: 145px;
}
@media screen and (max-width: 767px) {
  .company__heading {
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.company__bold-content {
  font-weight: 700;
}
.company__copyright {
  font-weight: 500;
  margin-top: 106px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company__copyright {
    margin-top: 49px;
    font-size: 12px;
  }
}

.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.mx-980 {
  display: none;
}
@media screen and (max-width: 980px) {
  .mx-980 {
    display: block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.sp-inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-inline {
    display: inline;
  }
}

.container {
  max-width: calc(1000px + 8%);
  padding-inline: 4%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .container {
    padding-inline: 3.2%;
  }
}
.container--narrow {
  max-width: calc(800px + 8%);
  padding-inline: 4%;
}
@media screen and (max-width: 767px) {
  .container--sp-narrow {
    padding-inline: 8px;
  }
}

.orange {
  color: #fe7801;
}

.blue-35 {
  color: #355dd5;
}

.heavy {
  font-weight: 900;
}
