@charset "UTF-8";
body {
  color: #072646;
  font-family: "Yu Gothic", sans-serif;
  font-size: 14px;
  letter-spacing: 1.4px;
}
@media screen and (min-width: 1440px) {
  body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 1.6px;
  }
}

.cta {
  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;
  text-decoration: none;
  font-size: 16px;
  background-color: #072646;
  color: #FFF;
  padding: 18.5px 48.25px;
  width: 260px;
  letter-spacing: 0px;
}

.cta-text {
  font-weight: 600;
}

.cta-arrow {
  width: 40px;
  height: 1px;
  position: relative;
}
.cta-arrow::before {
  content: "";
  position: absolute;
  width: 31.5px;
  height: 1px;
  background-color: #FFF;
  right: 0px;
  top: 3px;
}
.cta-arrow::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 2px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFF;
  -webkit-transform: translateY(-50%) rotate(62deg);
  transform: translateY(-50%) rotate(62deg);
}

.title {
  position: relative;
}
.title__en {
  font-size: 14.35vw;
  font-weight: 400;
  color: #FFF;
  font-family: "Bruno Ace", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 1440px) {
  .title__en {
    font-size: 15.27vw;
  }
}
.title__ja {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: center;
  color: #072646;
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .title__ja {
    top: 43%;
    font-size: 40px;
  }
}

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

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

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

.inner {
  padding-inline: 5.12%;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-inline: 7%;
  }
}
@media screen and (min-width: 1280px) {
  .inner {
    padding-inline: unset;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #FFF;
}
.header__inner {
  padding: 12px 17px 12px 8px;
  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;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 16px 40px;
  }
}
.header__logo {
  width: 126px;
  height: 34px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 177px;
    height: 48px;
  }
}
.header__logo img {
  width: 100%;
}

.drawer-icon {
  width: 24px;
  height: 16px;
  position: relative;
  z-index: 51;
}
@media screen and (min-width: 768px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 7px;
}

.drawer-icon__bar {
  position: absolute;
  top: -1px;
  left: 0;
  width: 26px;
  height: 2px;
  background: #072646;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 7px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 15px;
}

.drawer-content {
  width: 87%;
  height: 70.1vh;
  position: fixed;
  top: 58px;
  right: 0;
  background: #88B3DE;
  z-index: 50;
  padding: 5.9% 5.33%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media screen and (min-width: 768px) {
  .drawer-content {
    display: none;
  }
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.drawer-content__head {
  font-family: "Bruno Ace", sans-serif;
  font-size: 80px;
  font-weight: 400;
  color: #95BFE8;
  margin-left: -32px;
  text-align: center;
}
.drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
  margin-top: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.drawer-content__link {
  font-size: 16px;
  font-weight: 600;
  display: block;
  letter-spacing: 0px;
}
.drawer-content__button {
  margin-top: 38px;
  font-size: 20px;
  width: 300px;
  margin-inline: auto;
  padding: 14px 48.25px;
}
.drawer-content__button-arrow::before {
  width: 40px;
  right: 3px;
}
.drawer-content__button-arrow::after {
  right: 4px;
}
.drawer-content-pagetop {
  bottom: 44px !important;
  display: block;
}

html.is-drawer-open,
html.is-drawer-open body {
  overflow: hidden;
}

.fv {
  padding-top: 58px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .fv__inner {
    display: grid;
    grid-template-columns: 16% 1fr 4.8%;
  }
}
.fv__side {
  display: none;
}
@media screen and (min-width: 768px) {
  .fv__side {
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 23px;
    background-color: #88B3DE;
    position: relative;
    padding: 0 0 50px;
  }
}
@media screen and (min-width: 1440px) {
  .fv__side {
    padding: 30px 40px;
  }
}
.fv__lead {
  width: 100%;
  margin-inline: auto;
  margin-top: 14%;
}
@media screen and (min-width: 768px) {
  .fv__lead {
    width: 70%;
  }
}
@media screen and (min-width: 1440px) {
  .fv__lead {
    width: 100%;
  }
}
.fv__lead img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1440px) {
  .fv__menu {
    margin-inline: 10px 13px;
    gap: 18.5px;
  }
}
.fv__menu-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
}
@media screen and (min-width: 768px) {
  .fv__menu-link {
    font-size: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .fv__menu-link {
    font-size: 14px;
  }
}
.fv__menu-link:hover {
  text-decoration: underline;
}
.fv__main {
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .fv__main {
    height: 48.56vw;
  }
}
.fv__main img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .fv__main img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.fv__right {
  background-color: #88B3DE;
  position: relative;
  display: none;
}
@media screen and (min-width: 768px) {
  .fv__right {
    display: block;
  }
}
.fv__scroll {
  position: absolute;
  right: 32%;
  bottom: 3.8%;
  display: grid;
  justify-items: center;
  gap: 10px;
}
.fv__scroll-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  font-family: "din-2014", Oswald;
}
.fv__scroll-line {
  width: 2px;
  height: 70px;
  position: relative;
  overflow: hidden;
}
.fv__scroll-line::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #072646;
  -webkit-animation: fvScroll 1.6s ease-in-out infinite;
          animation: fvScroll 1.6s ease-in-out infinite;
}
.fv__cta {
  position: absolute;
  bottom: -4px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .fv__cta {
    bottom: -2px;
  }
}

@-webkit-keyframes fvScroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(140px);
            transform: translateY(140px);
    opacity: 0;
  }
}

@keyframes fvScroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(140px);
            transform: translateY(140px);
    opacity: 0;
  }
}
.problem {
  background-color: #EBF4FA;
  position: relative;
}
.problem::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 0;
  height: 0;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-top: 31px solid #EBF4FA;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 1280px) {
  .problem::after {
    bottom: -62px;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    border-top: 68px solid #ebf4fa;
  }
}
.problem__inner {
  padding-block: 46px 10.5%;
}
@media screen and (min-width: 1280px) {
  .problem__inner {
    padding-block: 85px 150px;
  }
}
.problem-title__en {
  margin-left: -25px;
}
@media screen and (min-width: 1280px) {
  .problem-title__en {
    margin-left: -18px;
  }
}
.problem__cards {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1280px) {
  .problem__cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    margin-top: 32px;
    width: 84.5%;
    margin-inline: auto;
    max-width: 1500px;
  }
}
.problem__card {
  background-color: #FFF;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 10.5% 5.5% 9.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
}
@media screen and (min-width: 1280px) {
  .problem__card {
    padding: 10.5% 10.5% 9.2%;
    gap: 30px;
    height: 40.28vw;
    max-height: 780px;
  }
}
@media screen and (min-width: 1280px) {
  .problem__card:first-child {
    margin-top: 80px;
    padding-block: 14.2% 10%;
  }
}
.problem__card:nth-of-type(2) {
  padding: 7% 5.5% 5.6%;
}
@media screen and (min-width: 1280px) {
  .problem__card:nth-of-type(2) {
    margin-top: 40px;
    padding: 7.5% 0 9.2%;
  }
}
@media screen and (min-width: 1280px) {
  .problem__card:nth-of-type(2) .problem__main {
    padding-inline: 10.5%;
  }
}
.problem__head {
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.5;
  word-break: keep-all;
}
.problem__line {
  border-bottom: 3px solid #F3FF85;
  font-weight: 600;
}
.problem__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1280px) {
  .problem__main {
    gap: 34px;
  }
}
.problem__img {
  width: 89%;
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  .problem__img {
    width: 100%;
  }
}
.problem__img img {
  width: 100%;
}
.problem__text {
  font-weight: 600;
}

.solution {
  background-color: #88B3DE;
  overflow: hidden;
  padding-block: 66px 40px;
}
@media screen and (min-width: 768px) {
  .solution {
    padding-bottom: 10.5%;
  }
}
@media screen and (min-width: 1280px) {
  .solution {
    padding-block: 80px 68px;
  }
}
.solution-title {
  text-align: center;
}
.solution-title__en {
  color: #95BFE8;
  margin-right: -40px;
}
@media screen and (min-width: 1280px) {
  .solution-title__en {
    margin-right: -55px;
  }
}
.solution-title__ja {
  line-height: 1;
  top: 56%;
}
@media screen and (min-width: 1280px) {
  .solution-title__ja {
    top: 26%;
  }
}
.solution-title__ja--small {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.71;
  display: block;
}
@media screen and (min-width: 1280px) {
  .solution-title__ja--small {
    font-size: 28px;
  }
}
.solution-title__ja--big {
  font-size: 32px;
  font-weight: 600;
  display: block;
  margin-top: 9px;
}
@media screen and (min-width: 1280px) {
  .solution-title__ja--big {
    font-size: 40px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .solution-title__ja--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.solution__wrapper {
  background-color: #FFF;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 5.8%;
  margin-top: 130px;
}
@media screen and (min-width: 1280px) {
  .solution__wrapper {
    padding: 2.8% 3% 2.5% 3%;
    display: grid;
    grid-template-columns: 55% 39%;
    gap: 52px;
    margin-top: -27px;
    margin-inline: auto;
    max-width: 1500px;
    width: 82.5%;
  }
}
@media screen and (min-width: 1440px) {
  .solution__wrapper {
    margin-top: -32px;
    padding: 2.8% 5% 2.5% 5.5%;
    grid-template-columns: 51% 39%;
    gap: 100px;
  }
}
@media screen and (min-width: 1800px) {
  .solution__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .solution__main {
    margin-top: 10.5%;
  }
}
@media screen and (min-width: 1800px) {
  .solution__main {
    margin-top: 0;
  }
}
.solution__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  gap: 11px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .solution__texts {
    text-align: unset;
  }
}
.solution__text {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (min-width: 1280px) {
  .solution__text {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1.8px;
  }
}
.solution__text--big {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 1280px) {
  .solution__text--big {
    font-size: 48px;
    letter-spacing: 2.4px;
  }
}
.solution__text--big::before {
  content: "";
  width: 100%;
  background-color: #F3FF85;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5.92px;
}
@media screen and (min-width: 1280px) {
  .solution__text--big::before {
    height: 8.88px;
  }
}
.solution__text + .solution__text {
  margin-top: -3px;
}
@media screen and (min-width: 1280px) {
  .solution__text + .solution__text {
    margin-top: 0;
  }
}
.solution__cta {
  width: 310px;
  padding: 20px 19px 19px 27px;
  margin-top: 19px;
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  .solution__cta {
    margin-top: 40px;
    padding: 17px 23px;
    width: 317px;
    margin-inline: unset;
  }
}
.solution__cta-arrow::before {
  width: 19px;
  right: 8px;
  top: 1px;
}
@media screen and (min-width: 1280px) {
  .solution__cta-arrow::before {
    top: 12px;
    width: 31.5px;
    right: -52px;
  }
}
.solution__cta-arrow::after {
  top: 0.4px;
  width: 5px;
  height: 5px;
  right: 9px;
}
@media screen and (min-width: 1280px) {
  .solution__cta-arrow::after {
    top: 11px;
    width: 8px;
    height: 8px;
    right: -50px;
  }
}
.solution__img {
  width: 80%;
  margin-inline: auto;
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .solution__img {
    width: 100%;
    margin-inline: unset;
    margin-top: unset;
  }
}
.solution__img img {
  width: 100%;
}

.reason {
  background-color: #88B3DE;
}
.reason__inner {
  background-color: #FFF;
  border-radius: 0 50px 0 0;
  padding-block: 46px 38px;
}
@media screen and (min-width: 768px) {
  .reason__inner {
    padding-bottom: 10.5%;
  }
}
@media screen and (min-width: 1280px) {
  .reason__inner {
    border-radius: 0 100px 0 0;
    padding-block: 82px 57px;
  }
}
.reason-title__en {
  color: #EBF4FA;
  margin-left: -25px;
}
@media screen and (min-width: 1280px) {
  .reason-title__en {
    margin-left: -20px;
  }
}
.reason-title__ja {
  font-size: 28px;
  top: 61%;
}
@media screen and (min-width: 1280px) {
  .reason-title__ja {
    font-size: 40px;
    top: 36%;
  }
}
@media screen and (min-width: 1280px) {
  .reason__wrapper {
    margin-inline: auto;
    max-width: 1500px;
    width: 76.5%;
  }
}
.reason__cards {
  margin-top: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .reason__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 35px;
  }
}
@media screen and (min-width: 1280px) {
  .reason__cards {
    margin-top: 11px;
    gap: 80px;
  }
}
.reason__card {
  background-color: #EFEFEF;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 13% 8.5% 12.5% 8.5%;
}
@media screen and (min-width: 1280px) {
  .reason__card {
    padding: 62.5px 49px 62.5px 42px;
  }
}
.reason__card:nth-of-type(2) {
  padding: 7% 8.5% 6.5% 8.5%;
}
@media screen and (min-width: 1280px) {
  .reason__card:nth-of-type(2) {
    padding: 36.5px 49px 37.5px 42px;
  }
}
.reason__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reason__head--sub {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background-color: #4493E2;
  position: relative;
  width: 200px;
  letter-spacing: 0px;
  padding: 4px 33px 2px 30px;
}
@media screen and (min-width: 1280px) {
  .reason__head--sub {
    width: 160px;
    padding: 6px 33px 5px 30px;
  }
}
.reason__head--sub::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  bottom: -9px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #4493E2;
}
@media screen and (min-width: 1280px) {
  .reason__head--sub::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #4493E2;
    bottom: -5px;
  }
}
.reason__head--main {
  color: #4493E2;
  text-align: center;
  font-size: 27.573px;
  font-weight: 600;
  margin-top: 25px;
  letter-spacing: 0px;
}
@media screen and (min-width: 1280px) {
  .reason__head--main {
    font-size: 40px;
  }
}
.reason__img {
  margin-top: 13px;
}
@media screen and (min-width: 1280px) {
  .reason__img {
    margin-top: 21px;
  }
}
.reason__text {
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 1.6px;
  margin-top: 15px;
  margin-left: -5px;
}
@media screen and (min-width: 1280px) {
  .reason__text {
    margin-top: 25px;
  }
}
.reason__quote {
  font-size: 14px;
  font-weight: 300;
  margin-top: 32px;
  letter-spacing: 0;
  margin-inline: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .reason__quote {
    font-size: 12px;
    margin-top: 24px;
    text-align: right;
    margin-right: -2px;
  }
}

.flow {
  background-color: #FFF;
  overflow: hidden;
}
.flow__inner {
  background-color: #EBF4FA;
  padding-block: 46px 40px;
  border-radius: 50px 0 0 0;
}
@media screen and (min-width: 768px) {
  .flow__inner {
    padding-bottom: 10.5%;
  }
}
@media screen and (min-width: 1280px) {
  .flow__inner {
    border-radius: 100px 0 0 0;
    padding-block: 80px 171.69px;
  }
}
.flow-title__en {
  text-align: right;
  margin-right: -25px;
}
@media screen and (min-width: 1280px) {
  .flow-title__en {
    margin-right: -20px;
  }
}
.flow-title__ja {
  font-size: 32px;
  top: 59%;
}
@media screen and (min-width: 1280px) {
  .flow-title__ja {
    top: 37%;
    font-size: 40px;
  }
}
.flow__head {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  padding: 5px 35.308px 5px 35.692px;
  background-color: #4493E2;
  position: relative;
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 58px;
  letter-spacing: 0;
}
@media screen and (min-width: 1280px) {
  .flow__head {
    padding: 5px 32.308px 3px 32.692px;
    margin-top: 40px;
  }
}
.flow__head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #4493E2;
}
@media screen and (min-width: 1280px) {
  .flow__head::after {
    bottom: -11px;
  }
}
.flow__cards {
  margin-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1280px) {
  .flow__cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
    margin-top: 42px;
    margin-inline: auto;
    max-width: 1500px;
    width: 79%;
  }
}
.flow__card {
  background-color: #FFF;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 5.5% 5.5% 17.2%;
}
@media screen and (min-width: 768px) {
  .flow__card {
    padding: 5.5% 5.5% 4.5%;
  }
}
@media screen and (min-width: 1280px) {
  .flow__card {
    padding: 20px 20px 85px;
  }
}
.flow__card:nth-of-type(2) {
  padding: 5.5% 5.5% 4.5%;
}
.flow__step {
  line-height: 1;
  text-align: center;
  margin-top: 3px;
  letter-spacing: 0;
  margin-left: -3px;
}
@media screen and (min-width: 1280px) {
  .flow__step {
    margin-top: 2px;
    margin-left: 0px;
  }
}
.flow__step--en {
  font-size: 20px;
  font-weight: 700;
  font-family: "din-2014", Oswald;
}
.flow__step--ja {
  font-size: 32px;
  font-weight: 700;
  color: #4493E2;
  font-family: "din-2014", Oswald;
  margin-left: -2px;
  letter-spacing: -2.5px;
}
.flow__lead {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 3px 11px;
  background-color: #4493E2;
  width: 204px;
  margin-inline: auto;
  margin-top: 22px;
  letter-spacing: 0;
}
@media screen and (min-width: 1280px) {
  .flow__lead {
    margin-top: 23px;
    font-size: 18px;
    padding: 3px 11px;
    width: 200px;
  }
}
.flow__lead--1st {
  padding: 3px 36px;
  width: 195px;
}
@media screen and (min-width: 1280px) {
  .flow__lead--1st {
    padding: 3px 40px;
    width: 200px;
  }
}
.flow__lead--2nd {
  width: 283px;
}
@media screen and (min-width: 1280px) {
  .flow__lead--2nd {
    width: 258px;
    margin-top: 23px;
    font-size: 18px;
    padding: 3px 11px;
  }
}
.flow__text {
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 1.4px;
  margin-top: 18px;
}
@media screen and (min-width: 1280px) {
  .flow__text {
    letter-spacing: 1.6px;
    margin-top: 20px;
  }
}

.faq {
  background-color: #EBF4FA;
}
.faq__inner {
  background: url(../img/faq.webp) no-repeat top center/cover;
  padding-block: 47px 34px;
}
@media screen and (min-width: 768px) {
  .faq__inner {
    padding-bottom: 10.5%;
  }
}
@media screen and (min-width: 1280px) {
  .faq__inner {
    padding-block: 83px 100px;
  }
}
.faq-title__en {
  color: #EBF4FA;
  line-height: 1;
  margin-left: -25px;
}
@media screen and (min-width: 1280px) {
  .faq-title__en {
    margin-left: -20px;
  }
}
.faq-title__ja {
  font-size: 32px;
  top: 59%;
}
@media screen and (min-width: 1280px) {
  .faq-title__ja {
    font-size: 40px;
    top: 34%;
  }
}

.faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-top: 58px;
}
@media screen and (min-width: 1280px) {
  .faq-list {
    gap: 40px;
    margin-top: -43px;
    margin-inline: auto;
    max-width: 1500px;
    width: 64.5%;
  }
}

.faq__item.is-open .faq__item--head::after {
  opacity: 0;
}

.faq__item--head {
  background-color: #4493E2;
  padding: 5px 82px 5px 19px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  gap: 18px;
  color: #FFF;
  letter-spacing: 0;
  font-size: 16px;
  border: none;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  .faq__item--head {
    padding: 10px 20px;
    gap: 33px;
  }
}
.faq__item--head::before, .faq__item--head::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 16px;
  height: 2px;
  background-color: #072646;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq__item--head::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  opacity: 1;
}
.faq__item--num {
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  font-family: "din-2014", Oswald;
}
.faq__item--body {
  display: none;
  background-color: #FFF;
  padding: 20px 19px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .faq__item--body {
    padding: 20px 40px;
  }
}

.contact {
  padding-block: 47px;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-bottom: 10.5%;
  }
}
@media screen and (min-width: 1280px) {
  .contact {
    padding-block: 85px;
  }
}
.contact-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media screen and (min-width: 1440px) {
  .contact-title {
    margin-bottom: 0;
  }
}
.contact-title__en {
  color: #EBF4FA;
  margin-right: -48px;
}
@media screen and (min-width: 1280px) {
  .contact-title__en {
    margin-right: -87px;
  }
}
.contact-title__ja {
  font-size: 32px;
  top: 22%;
}
@media screen and (min-width: 1280px) {
  .contact-title__ja {
    font-size: 40px;
    top: 43%;
  }
}
.contact-title__text {
  font-size: 14px;
  font-weight: 300;
  margin-top: 48px;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .contact-title__text {
    font-size: 20px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .contact-title__text {
    margin-top: -73px;
  }
}

.slideshow {
  overflow: hidden;
  width: 100%;
  margin-bottom: 18px;
}
@media screen and (min-width: 1280px) {
  .slideshow {
    margin-bottom: 40px;
  }
}
.slideshow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: slideshowLoop 90s linear infinite;
          animation: slideshowLoop 90s linear infinite;
  will-change: transform;
}
.slideshow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slideshow__pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 195px;
          flex: 0 0 195px;
  height: 121.875px;
}
@media screen and (min-width: 1440px) {
  .slideshow__pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    height: 250px;
  }
}
.slideshow__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* ===== 無限ループ ===== */
@-webkit-keyframes slideshowLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes slideshowLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.footer {
  background-color: #EBF4FA;
  position: relative;
  padding: 40px 20px 78px;
}
@media screen and (min-width: 1280px) {
  .footer {
    padding: 40px 161px 43px 64px;
  }
}
.footer__logo {
  width: 260px;
  height: 70px;
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  .footer__logo {
    width: 315px;
    height: 85px;
    margin-inline: unset;
  }
}
.footer__logo img {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .footer__container {
    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;
  }
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 39px;
  gap: 38px;
}
@media screen and (min-width: 1280px) {
  .footer__right {
    margin-top: 53px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 78px;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 22px;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.footer__link {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (min-width: 1280px) {
  .footer__link {
    font-size: 14px;
  }
}
.footer__cta {
  font-size: 20px;
  padding: 13.5px 75.25px;
  width: 350px;
  margin-inline: auto;
}
.footer__cta-arrow::before {
  width: 40px;
}
.footer small {
  font-size: 14px;
  font-weight: 700;
  font-family: "din-2014", Oswald;
  letter-spacing: 0;
  display: block;
  margin-top: 130px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .footer small {
    margin-top: 20px;
    text-align: unset;
  }
}

.page-top {
  position: absolute;
  left: 51%;
  bottom: 140px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .page-top {
    bottom: 142px;
    left: unset;
    right: 42px;
  }
}
.page-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .page-top__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.page-top__img {
  width: 41.667px;
  height: 41.667px;
}
@media screen and (min-width: 1280px) {
  .page-top__img {
    width: 50px;
    height: 50px;
  }
}
.page-top__img img {
  width: 100%;
}
.page-top__text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "din-2014", Oswald;
}
@media screen and (min-width: 1280px) {
  .page-top__text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.mktoLabel a {
  font-weight: bolder;
  color: blue;
  text-decoration: underline;
}