@charset "UTF-8";
/********************************************************/
/* -------------------------------------------
 * MV
 * -------------------------------------------*/
.top-mv {
  position: relative;
  z-index: 1;
  margin-top: var(--header-height);
}
@media (max-width: 834px) {
  .top-mv {
    margin-top: 0;
  }
}

.top-mv__copy-area {
  position: absolute;
  top: 50%;
  left: 9.7619047619vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  gap: min(2.2023809524vw, 37px);
}
@media (max-width: 834px) {
  .top-mv__copy-area {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 6.1333333333vw;
    gap: 4.8vw;
  }
}

.top-mv__minish-logo {
  width: 7.3214285714vw;
}
@media (max-width: 834px) {
  .top-mv__minish-logo {
    width: 16.4vw;
  }
}

.top-mv__copy {
  width: 23.0357142857vw;
}
@media (max-width: 834px) {
  .top-mv__copy {
    width: 84.6666666667vw;
  }
}

.top-mv__tagline {
  position: absolute;
  top: 18.0357142857vw;
  right: 13.6904761905vw;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.7142857143vw;
}
@media (max-width: 834px) {
  .top-mv__tagline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 2vw;
    top: 51.3333333333vw;
    right: 7.3333333333vw;
  }
}

.top-mv__tagline-row {
  font-size: 1.4285714286vw;
  background: #fff;
  line-height: 1.2;
  padding: 0.2em 0.5em;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(0, 0, 0, 0.05);
          box-shadow: 3.5px 3.5px 0 0 rgba(0, 0, 0, 0.05);
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .top-mv__tagline-row {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 4.2666666667vw;
    padding: 0.4em 0.2em;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 499px) {
  .top-mv__tagline-row {
    font-size: calc(20 * var(--px));
  }
}

.top-mv__tagline-row--2 {
  margin-left: 1.9642857143vw;
}
@media (max-width: 834px) {
  .top-mv__tagline-row--2 {
    margin-left: 0;
    margin-top: 6vw;
  }
}

.top-mv__banner {
  position: absolute;
  bottom: 3.6904761905vw;
  right: 0;
  width: 44.6428571429vw;
  height: auto;
}
@media (max-width: 834px) {
  .top-mv__banner {
    width: 100%;
    bottom: -8.1333333333vw;
  }
}

.top-mv__model-profile {
  position: absolute;
  bottom: 5.3571428571vw;
  left: 26.8452380952vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .top-mv__model-profile {
    left: 9.4666666667vw;
    bottom: 54.9333333333vw;
  }
}
@media (max-width: 499px) {
  .top-mv__model-profile {
    bottom: 36.0721442886vw;
  }
}

.top-mv__model-profile-role {
  font-size: max(8 * var(--px), 0.5952380952vw);
  text-align: right;
  font-weight: 500;
}
@media (max-width: 834px) {
  .top-mv__model-profile-role {
    font-size: 2.1333333333vw;
    letter-spacing: -0.15em;
  }
}
@media (max-width: 499px) {
  .top-mv__model-profile-role {
    font-size: calc(11 * var(--px));
  }
}

.top-mv__model-name-wrap {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .top-mv__model-name-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 0.2666666667vw;
  }
}

.top-mv__model-name {
  text-align: right;
}

.top-mv__model-name--en {
  font-size: max(13 * var(--px), 1.0714285714vw);
  font-family: var(--en);
}
@media (max-width: 834px) {
  .top-mv__model-name--en {
    font-size: 3.2vw;
  }
}
@media (max-width: 499px) {
  .top-mv__model-name--en {
    font-size: calc(15 * var(--px));
  }
}

.top-mv__model-name--ja {
  font-size: max(8 * var(--px), 0.5952380952vw);
  letter-spacing: -0.05em;
}
@media (max-width: 834px) {
  .top-mv__model-name--ja {
    font-size: 2.1333333333vw;
    margin-right: -0.5em;
    letter-spacing: -0.15em;
  }
}
@media (max-width: 499px) {
  .top-mv__model-name--ja {
    font-size: calc(12 * var(--px));
  }
}

/* -------------------------------------------
 * intro
 * -------------------------------------------*/
.top-intro {
  padding-block: clamp(60 * var(--px), 11.6666666667vw, 196 * var(--px)) clamp(60 * var(--px), 10.7142857143vw, 180 * var(--px));
  margin-left: calc((100vw - min(1200px, 90vw)) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.9%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .top-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-inline: 5%;
  }
}

@media (max-width: 834px) {
  .top-intro__body {
    display: contents;
  }
}

.top-intro__text {
  font-size: clamp(16 * var(--px), 1.4285714286vw, 24 * var(--px));
  line-height: 2.08;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .top-intro__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.top-intro__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: -19%;
}
@media (max-width: 1100px) {
  .top-intro__img-wrap {
    margin-left: -10%;
  }
}
@media (max-width: 834px) {
  .top-intro__img-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-inline: calc(50% - 50vw);
    margin-top: calc(60 * var(--px));
  }
}

.top-intro__img {
  overflow: hidden;
}

.top-intro__img--1 {
  border-radius: calc(10 * var(--px));
  width: 65%;
}
@media (max-width: 834px) {
  .top-intro__img--1 {
    border-radius: 0;
    border-top-right-radius: calc(10 * var(--px));
    border-bottom-right-radius: calc(10 * var(--px));
    width: 54.6%;
  }
}

.top-intro__img--2 {
  border-top-left-radius: calc(10 * var(--px));
  border-bottom-left-radius: calc(10 * var(--px));
  width: 64%;
  margin-top: -5%;
  margin-left: auto;
}
@media (max-width: 834px) {
  .top-intro__img--2 {
    width: 56%;
    margin-top: -23%;
  }
}

.top-intro__copy {
  font-size: var(--f90);
  line-height: 1.44;
  text-align: left;
  color: #cfcdd9;
  margin-top: 5%;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .top-intro__copy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: calc(50 * var(--px));
    font-size: 8vw;
  }
}

/* -------------------------------------------
 * top-health-foundation
 * -------------------------------------------*/
.top-health-foundation {
  position: relative;
  z-index: 2;
  width: 100%;
  color: #fff;
  padding-top: clamp(60 * var(--px), 7.1428571429vw, 120 * var(--px));
  padding-bottom: calc(clamp(20 * var(--px), 3.5714285714vw, 60 * var(--px)) + 7.8571428571vw);
}
@media (max-width: 834px) {
  .top-health-foundation::after {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    display: inline-block;
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7.8571428571vw), 50% 100%, 0 calc(100% - 7.8571428571vw));
  }
}
.top-health-foundation::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: transparent;
  background-image: url(../img/health-foundation_bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7.8571428571vw), 50% 100%, 0 calc(100% - 7.8571428571vw));
}

.top-health-foundation__inner {
  position: relative;
  z-index: 1;
  width: min(90%, 1363 * var(--px));
  margin-inline: auto;
  display: grid;
  grid-template-areas: "list-1 body list-2";
  grid-template-columns: auto auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1100px) {
  .top-health-foundation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-health-foundation__body {
  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;
  grid-area: body;
}

.top-health-foundation__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1100px) {
  .top-health-foundation__list {
    width: min(100%, 570 * var(--px));
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(15 * var(--px), 2.7272727273vw, 30 * var(--px));
  }
}
.top-health-foundation__list > li {
  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;
  width: clamp(150 * var(--px), 11.9047619048vw, 200 * var(--px));
  aspect-ratio: 1;
  border: calc(1 * var(--px)) solid #fff;
  border-radius: 100vmax;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1100px) {
  .top-health-foundation__list > li {
    width: 100%;
  }
}
.top-health-foundation__list > li + li {
  margin-top: clamp(10 * var(--px), 2.2023809524vw, 37 * var(--px));
}
@media (max-width: 1100px) {
  .top-health-foundation__list > li + li {
    margin-top: 0;
  }
}

@media (max-width: 1100px) {
  .top-health-foundation__list + .top-health-foundation__list {
    margin-top: 0;
  }
}

.top-health-foundation__list--1 {
  grid-area: list-1;
}
@media (max-width: 1100px) {
  .top-health-foundation__list--1 {
    margin-top: clamp(30 * var(--px), 4.5454545455vw, 50 * var(--px));
  }
}
.top-health-foundation__list--1 > li:nth-child(odd) {
  margin-left: auto;
}
.top-health-foundation__list--1 > li:nth-child(even) {
  margin-right: clamp(80 * var(--px), 8.9880952381vw, 151 * var(--px));
}
@media (max-width: 1100px) {
  .top-health-foundation__list--1 > li:nth-child(even) {
    margin-top: clamp(20 * var(--px), 4.5454545455vw, 50 * var(--px));
  }
}
@media (max-width: 1100px) {
  .top-health-foundation__list--1 > li:nth-child(odd), .top-health-foundation__list--1 > li:nth-child(even) {
    margin-inline: 0;
  }
}

.top-health-foundation__list--2 {
  grid-area: list-2;
}
.top-health-foundation__list--2 > li:nth-child(even) {
  margin-left: clamp(80 * var(--px), 8.9880952381vw, 151 * var(--px));
}
@media (max-width: 1100px) {
  .top-health-foundation__list--2 > li:nth-child(even) {
    margin-inline: 0;
    margin-top: clamp(20 * var(--px), 4.5454545455vw, 50 * var(--px));
  }
}

.top-health-foundation__title {
  font-size: var(--f32);
  line-height: 1.4;
  text-align: center;
}

.top-health-foundation__copy {
  margin-top: clamp(20 * var(--px), 1.7857142857vw, 30 * var(--px));
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(25 * var(--px), 3.5714285714vw, 60 * var(--px));
  line-height: 1.37;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.top-health-foundation__text {
  text-align: center;
  margin-top: clamp(30 * var(--px), 3.5714285714vw, 60 * var(--px));
}
@media (max-width: 834px) {
  .top-health-foundation__text {
    text-align: left;
  }
}

.top-health-foundation__item-text {
  font-size: var(--f24);
  line-height: 1.46;
  text-align: center;
}
@media (max-width: 834px) {
  .top-health-foundation__item-text {
    font-size: clamp(15 * var(--px), 2.1582733813vw, 18 * var(--px));
  }
}

/* -------------------------------------------
 * feature
 * -------------------------------------------*/
.top-feature {
  width: 100%;
  margin-top: -7.8571428571vw;
  padding-block: 13.0952380952vw 7.380952381vw;
  position: relative;
  z-index: 1;
  background: url(../img/feature_bg.webp) no-repeat top center/contain;
}
@media (max-width: 834px) {
  .top-feature {
    padding-top: 17.3333333333vw;
    padding-bottom: calc(60 * var(--px));
    background-size: 180%;
    background-position: 78% top;
  }
}
.top-feature {
  position: relative;
}
.top-feature::after {
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .top-feature::after {
    content: "";
  }
}

.top-feature__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;
}

.top-feature__title {
  font-size: var(--f15);
  line-height: 1.2;
  text-align: center;
  position: relative;
}
.top-feature__title::after {
  background: var(--navy);
  opacity: 0.5;
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: calc(1 * var(--px));
  bottom: -0.05em;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.top-feature__copy {
  margin-top: clamp(25 * var(--px), 1.7857142857vw, 30 * var(--px));
  font-size: var(--f60);
  line-height: 1.43;
  text-align: center;
}

.top-feature__content {
  position: relative;
  margin-top: clamp(40 * var(--px), 6.369047619vw, 107 * var(--px));
  padding-block: clamp(40 * var(--px), 4.880952381vw, 82 * var(--px)) clamp(40 * var(--px), 4.5238095238vw, 76 * var(--px));
  padding-inline: min(3.5%, 60 * var(--px));
  background-color: #fff;
  border-radius: calc(10 * var(--px));
  -webkit-box-shadow: 0 0 calc(30 * var(--px)) rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 calc(30 * var(--px)) rgba(0, 0, 0, 0.1);
}
@media (max-width: 834px) {
  .top-feature__content {
    padding-inline: 5%;
  }
}

.top-feature__content-img {
  position: absolute;
  z-index: 1;
  top: -3.5714285714vw;
  left: 0.9523809524vw;
  width: 23.5714285714vw;
  max-width: calc(396 * var(--px));
}
@media (max-width: 834px) {
  .top-feature__content-img {
    top: -4.6666666667vw;
    left: 1.3333333333vw;
    width: 35.3333333333vw;
  }
}

.top-feature__content-title {
  font-size: var(--f32);
  position: relative;
  z-index: 2;
  line-height: 1.63;
  color: var(--blue-green);
  text-align: center;
  letter-spacing: -0.02em;
}

.top-feature__content-divider {
  margin-top: clamp(30 * var(--px), 2.6785714286vw, 45 * var(--px));
}

.top-feature__content-text {
  margin-top: clamp(30 * var(--px), 3.0952380952vw, 52 * var(--px));
  width: min(100%, 850 * var(--px));
  margin-inline: auto;
  text-align: left;
}

.top-feature__provider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(30 * var(--px));
  width: min(100%, 1080 * var(--px));
  margin-top: clamp(40 * var(--px), 3.0952380952vw, 52 * var(--px));
  padding-block: clamp(30 * var(--px), 3.5714285714vw, 60 * var(--px)) clamp(25 * var(--px), 3.5714285714vw, 60 * var(--px));
  padding-inline: 2% min(5%, 60 * var(--px));
  background-color: var(--bg-sky-blue-light);
  border-radius: calc(10 * var(--px));
}
@media (max-width: 834px) {
  .top-feature__provider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-inline: 5%;
  }
}

.top-feature__badge {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -15%;
  margin-left: -6%;
  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;
  width: clamp(100 * var(--px), 8.9285714286vw, 150 * var(--px));
  height: clamp(100 * var(--px), 8.9285714286vw, 150 * var(--px));
  border-radius: 100vmax;
  background: #ffa4b4;
}
@media (max-width: 834px) {
  .top-feature__badge {
    position: absolute;
    margin: 0;
    left: min(-1.7333333333vw, -13 * var(--px));
    top: min(-1.7333333333vw, -13 * var(--px));
  }
}

.top-feature__badge-text {
  font-size: clamp(13 * var(--px), 1.1904761905vw, 20 * var(--px));
  line-height: 1.4;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.top-feature__provider-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top-feature__provider-title {
  font-size: var(--f24);
  text-align: left;
}
@media (max-width: 834px) {
  .top-feature__provider-title {
    text-align: center;
  }
}

.top-feature__provider-text {
  margin-top: 0.7em;
  font-size: calc(15 * var(--px));
  text-align: left;
}
@media (max-width: 834px) {
  .top-feature__provider-text {
    margin-top: 1em;
  }
}

.top-feature__provider-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: min(100%, 289 * var(--px));
}
@media (max-width: 834px) {
  .top-feature__provider-logo {
    width: max(30%, 130 * var(--px));
    margin-left: 7.5%;
  }
}

/* -------------------------------------------
 * about
 * -------------------------------------------*/
.top-about {
  position: relative;
  padding-block: clamp(60 * var(--px), 8.4523809524vw, 142 * var(--px));
  background-color: #fdf4f7;
  overflow: hidden;
}
.top-about::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 65.7%;
  height: auto;
  aspect-ratio: 1104/584;
  background: url(../img/about_bg.webp) no-repeat top right/contain;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}

.top-about .inner--1200 {
  position: relative;
  z-index: 1;
}

.top-about__intro {
  margin-top: clamp(30 * var(--px), 2.4404761905vw, 41 * var(--px));
}

.top-about__intro-badge {
  background: var(--blue-green);
}

.top-about__intro-main {
  margin-top: clamp(40 * var(--px), 3.75vw, 63 * var(--px));
}

.top-about__intro-main-logo {
  width: min(30%, 120 * var(--px));
  margin-inline: auto;
}

.top-about__intro-main-title {
  font-size: var(--f16);
  text-align: center;
  margin-top: 0.2em;
}

.top-about__intro-main-img {
  margin-top: -1%;
  width: min(100%, 1088 * var(--px));
  margin-inline: auto;
  border-radius: calc(10 * var(--px));
  overflow: hidden;
}

.top-about__difference {
  margin-top: clamp(50 * var(--px), 6.369047619vw, 107 * var(--px));
  padding-block: clamp(40 * var(--px), 4.9404761905vw, 83 * var(--px)) clamp(40 * var(--px), 9.2261904762vw, 155 * var(--px));
  padding-inline: 6.5%;
}
@media (max-width: 834px) {
  .top-about__difference {
    padding-inline: 5%;
  }
}

.top-about__difference-title {
  font-size: var(--f32);
  line-height: 1.63;
  text-align: center;
  margin-inline: auto;
}

.top-about__difference-copy {
  font-size: var(--f32);
}
@media (max-width: 834px) {
  .top-about__difference-copy {
    text-align: center;
    margin-top: 1em;
  }
}

.top-about__difference-flex {
  display: grid;
  grid-template-columns: 490fr 498fr;
  gap: 4.8%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(40 * var(--px), 4.2857142857vw, 72 * var(--px));
}
@media (max-width: 834px) {
  .top-about__difference-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-about__difference-visual {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.top-about__difference-badge {
  position: absolute;
  top: min(-35 / 1680 * 100vw, calc(-35 * var(--px)));
  left: min(-23 / 1680 * 100vw, calc(-23 * var(--px)));
  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;
  width: clamp(120 * var(--px), 8.9285714286vw, 150 * var(--px));
  height: clamp(120 * var(--px), 8.9285714286vw, 150 * var(--px));
  border-radius: 100vmax;
  background: var(--blue-green);
}
@media (max-width: 834px) {
  .top-about__difference-badge {
    top: min(-20 / 1680 * 100vw, calc(-20 * var(--px)));
    left: min(-10 / 1680 * 100vw, calc(-10 * var(--px)));
    width: clamp(110 * var(--px), 14.3884892086vw, 120 * var(--px));
    height: clamp(110 * var(--px), 14.3884892086vw, 120 * var(--px));
  }
}

.top-about__difference-badge-text {
  font-size: clamp(12 * var(--px), 0.8928571429vw, 15 * var(--px));
  line-height: 1;
  color: #fff;
  text-align: center;
}

.top-about__difference-badge-num {
  font-size: clamp(26 * var(--px), 2.0238095238vw, 34 * var(--px));
  font-weight: 600;
  line-height: 1;
  margin-top: 0.25em;
  display: inline-block;
}

.top-about__difference-badge-symbol {
  font-size: clamp(10 * var(--px), 0.7738095238vw, 13 * var(--px));
  line-height: 1;
  -webkit-transform: translateY(-0.5em);
          transform: translateY(-0.5em);
  display: inline-block;
}

.top-about__difference-badge-unit {
  font-size: var(--f13);
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.top-about__difference-visual-img {
  border-radius: calc(10 * var(--px));
  overflow: hidden;
}

.top-about__difference-text {
  margin-top: 0.8em;
}

.top-about__difference-list {
  margin-top: clamp(30 * var(--px), 3.4523809524vw, 58 * var(--px));
  display: grid;
  gap: calc(20 * var(--px)) 3.3%;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.top-about__difference-list-item-title {
  text-align: center;
  margin-top: 0.5em;
}
@media (max-width: 834px) {
  .top-about__difference-list-item-title {
    margin-top: 0.2em;
  }
}

.top-about__difference-list-item-img {
  border-radius: calc(10 * var(--px));
  overflow: hidden;
  background-color: var(--bg-sky-blue-light);
}

.top-about__content + .top-about__content {
  margin-top: clamp(50 * var(--px), 4.7619047619vw, 80 * var(--px));
}

.top-about__recommend {
  padding-block: clamp(40 * var(--px), 4.8214285714vw, 81 * var(--px)) clamp(40 * var(--px), 5.1785714286vw, 87 * var(--px));
  padding-inline: 6.5%;
}

.top-about__recommend-title {
  font-size: var(--f32);
  line-height: 1.63;
  text-align: center;
}

.top-about__recommend-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 413 * var(--px)), 1fr));
  gap: calc(10 * var(--px));
  margin-top: clamp(30 * var(--px), 4.0476190476vw, 68 * var(--px));
}
.top-about__recommend-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.7em;
  min-width: 0;
  padding: 1.2em 1em;
  background-color: #f4f6f7;
  border-radius: calc(10 * var(--px));
}
@media (max-width: 834px) {
  .top-about__recommend-list > li {
    padding: 0.8em 0.8em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top-about__recommend-list > li::before {
  font-family: "Material Symbols Outlined";
  content: "check";
  font-weight: 500;
  color: #ffa4b4;
  font-size: clamp(22 * var(--px), 1.5476190476vw, 26 * var(--px));
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-variation-settings: "wght" 500;
  margin-top: 0.2em;
}

.top-about__recommend-text {
  font-size: clamp(16 * var(--px), 1.1904761905vw, 20 * var(--px));
  line-height: 1.5;
}

/* -------------------------------------------
 * why-choose
 * -------------------------------------------*/
.top-why-choose {
  position: relative;
}
@media (max-width: 834px) {
  .top-why-choose {
    overflow: clip;
  }
}

.top-why-choose__body {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: sticky;
  top: var(--header-height);
  -ms-flex-item-align: start;
      align-self: start;
  min-height: calc(100vh - var(--header-height));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 960px) {
  .top-why-choose__body {
    position: static;
    min-height: auto;
    margin-top: -100vh;
  }
}

.top-why-choose__list {
  margin-top: 18vh;
  counter-reset: why-choose-item;
}
@media (max-width: 960px) {
  .top-why-choose__list {
    margin-top: 0;
  }
}

.top-why-choose__bg {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
}
.top-why-choose__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.top-why-choose__bg video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
  width: 100%;
  height: 100%;
}

.top-why-choose__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(20 * var(--px), 1.7857142857vw, 30 * var(--px));
  color: #fff;
}

.top-why-choose__copy {
  line-height: 1.48;
  font-size: var(--f42);
  margin-top: clamp(50 * var(--px), 18.4523809524vw, 310 * var(--px));
}
@media (max-width: 960px) {
  .top-why-choose__copy {
    margin-top: calc(35 * var(--px));
  }
}

.top-why-choose__inner {
  padding-block: clamp(60 * var(--px), 8.6904761905vw, 146 * var(--px)) clamp(60 * var(--px), 7.9166666667vw, 133 * var(--px));
  display: grid;
  grid-template-columns: 493fr 600fr;
  gap: calc(40 * var(--px)) clamp(50 * var(--px), 4.5238095238vw, 76 * var(--px));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  z-index: 1;
  margin-top: -100vh;
  min-height: 100vh;
}
@media (max-width: 960px) {
  .top-why-choose__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    min-height: auto;
  }
}

.top-why-choose__list > li {
  counter-increment: why-choose-item;
  padding-block: clamp(20 * var(--px), 2.6785714286vw, 45 * var(--px)) clamp(30 * var(--px), 3.2142857143vw, 54 * var(--px));
  padding-inline: 9%;
}
@media (max-width: 834px) {
  .top-why-choose__list > li {
    padding-inline: 5%;
  }
}
.top-why-choose__list > li + li {
  margin-top: clamp(60 * var(--px), 7.1428571429vw, 120 * var(--px));
}
@media (max-width: 834px) {
  .top-why-choose__list > li + li {
    margin-top: calc(30 * var(--px));
  }
}

.top-why-choose__list-item-label {
  text-decoration: underline;
  text-decoration-color: currentColor;
  font-size: var(--f15);
  text-align: center;
}

.top-why-choose__list-item-img-wrap {
  margin-top: clamp(10 * var(--px), 1.1904761905vw, 20 * var(--px));
  position: relative;
}

.top-why-choose__list-item-img {
  border-radius: calc(10 * var(--px));
  overflow: hidden;
}

.top-why-choose__list-item-number {
  position: absolute;
  bottom: -3%;
  right: 3.5%;
  font-weight: bold;
  font-size: clamp(50 * var(--px), 4.7619047619vw, 80 * var(--px));
  line-height: 1;
  color: #fff;
  letter-spacing: -0.05em;
}
.top-why-choose__list-item-number::before {
  content: counter(why-choose-item, decimal-leading-zero);
}

.top-why-choose__list-item-title {
  font-size: var(--f32);
  line-height: 1.44;
  text-align: center;
  margin-top: 0.8em;
}

.top-why-choose__list-item-text {
  font-size: var(--f15);
  margin-top: 1.5em;
}

/* -------------------------------------------
 * approach
 * -------------------------------------------*/
.top-approach {
  padding-block: clamp(60 * var(--px), 8.6904761905vw, 146 * var(--px)) clamp(60 * var(--px), 7.1428571429vw, 120 * var(--px));
  background-color: #fff;
}

.top-approach__intro {
  margin-top: clamp(10 * var(--px), 2.1428571429vw, 36 * var(--px));
}
.top-approach__intro .section-intro__body {
  margin-top: 5%;
}
@media (max-width: 834px) {
  .top-approach__intro .section-intro__body {
    margin-top: 0;
  }
}

.top-approach__intro-badge {
  background-color: var(--navy);
}

.top-approach__intro-badge img {
  width: 68.6%;
  -webkit-transform: translateY(-9.5%);
          transform: translateY(-9.5%);
}

.top-approach__rank {
  display: grid;
  grid-template-columns: 424fr 567fr;
  gap: calc(30 * var(--px)) 2.6%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: clamp(30 * var(--px), 4.7023809524vw, 79 * var(--px));
  padding-block: clamp(25 * var(--px), 6.0714285714vw, 102 * var(--px)) clamp(25 * var(--px), 5.6547619048vw, 95 * var(--px));
  padding-inline: 4.7%;
  background-color: var(--bg-gray);
  border-radius: calc(10 * var(--px));
}
@media (max-width: 834px) {
  .top-approach__rank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-approach__rank-label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 0.8em;
  font-size: var(--f17);
  line-height: 1;
  color: #fff;
  background-color: var(--blue-green);
  border-radius: calc(5 * var(--px));
  font-weight: 400;
}
@media (max-width: 834px) {
  .top-approach__rank-label {
    margin-inline: auto;
  }
}

.top-approach__rank-copy {
  margin-top: 1em;
  font-size: var(--f17);
  line-height: 1.5;
  letter-spacing: -0.04em;
}
@media (max-width: 834px) {
  .top-approach__rank-copy {
    text-align: center;
  }
}

.top-approach__rank-title {
  margin-top: 0.2em;
  font-size: var(--f32);
  line-height: 1.63;
}
@media (max-width: 834px) {
  .top-approach__rank-title {
    text-align: center;
    margin-top: 0.4em;
  }
}

.top-approach__rank-text {
  margin-top: 1.3em;
  font-size: var(--f15);
  line-height: 1.6;
}
@media (max-width: 834px) {
  .top-approach__rank-text {
    margin-top: 1.5em;
  }
}

@media (max-width: 834px) {
  .top-approach__rank-visual {
    margin-inline: auto;
    width: 100%;
  }
}

.top-approach__rank-body {
  padding-top: 1.5%;
}

/* -------------------------------------------
 * case
 * -------------------------------------------*/
.top-case {
  padding-block: clamp(60 * var(--px), 6.8452380952vw, 115 * var(--px)) clamp(60 * var(--px), 8.2738095238vw, 139 * var(--px));
}

.top-case__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(30 * var(--px), 3.5714285714vw, 60 * var(--px)) 4.1%;
  margin-top: clamp(40 * var(--px), 4.880952381vw, 82 * var(--px));
}
@media (max-width: 834px) {
  .top-case__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-case__list > li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(6 * var(--px));
}

.top-case__list-item-img-wrap {
  position: relative;
  border-radius: calc(1 * var(--px));
  overflow: hidden;
  background-color: #40a0b8;
}

.top-case__list-item-label {
  position: absolute;
  bottom: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(70 * var(--px));
  height: auto;
  aspect-ratio: 84/33;
  padding-inline: 0.5em;
  border-radius: 100vmax;
  font-family: var(--en);
  font-size: clamp(14 * var(--px), 0.8928571429vw, 15 * var(--px));
  line-height: 1;
  text-align: center;
}

.top-case__list-item-label--before {
  background-color: #fff;
  color: var(--navy);
}

.top-case__list-item-label--after {
  background-color: #40a0b8;
  color: #fff;
}

/* -------------------------------------------
 * experience
 * -------------------------------------------*/
.top-experience {
  padding-block: clamp(60 * var(--px), 6.8452380952vw, 115 * var(--px)) clamp(60 * var(--px), 9.2261904762vw, 155 * var(--px));
}

.top-experience__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(40 * var(--px), 3.5714285714vw, 60 * var(--px)) 4.1%;
  margin-top: clamp(40 * var(--px), 3.6904761905vw, 62 * var(--px));
}
@media (max-width: 834px) {
  .top-experience__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-experience__list-item-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2%;
}

.top-experience__list-item-profile-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(70 * var(--px), 5.9523809524vw, 100 * var(--px));
  height: clamp(70 * var(--px), 5.9523809524vw, 100 * var(--px));
  border-radius: 100vmax;
  overflow: hidden;
}

.top-experience__list-item-profile-label {
  font-size: calc(12 * var(--px));
  line-height: 1.5;
}
@media (max-width: 834px) {
  .top-experience__list-item-profile-label {
    font-size: calc(14 * var(--px));
  }
}

.top-experience__list-item-profile-name {
  font-family: var(--en);
  font-size: clamp(20 * var(--px), 1.5476190476vw, 26 * var(--px));
  line-height: 1.15;
}
@media (max-width: 834px) {
  .top-experience__list-item-profile-name {
    margin-top: 0.2em;
  }
}

.top-experience__list-item-profile-name-ja {
  font-family: var(--jp);
  font-size: calc(10 * var(--px));
}
@media (max-width: 834px) {
  .top-experience__list-item-profile-name-ja {
    font-size: calc(13 * var(--px));
  }
}

.top-experience__list-item-movies {
  display: grid;
  gap: clamp(18 * var(--px), 1.6071428571vw, 27 * var(--px));
  margin-top: clamp(20 * var(--px), 2.0238095238vw, 34 * var(--px));
}

.top-experience__list-item-movie {
  overflow: hidden;
  aspect-ratio: 565/312;
}

.top-experience__list-item-movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}

/* -------------------------------------------
 * flow
 * -------------------------------------------*/
.top-flow {
  padding-block: clamp(60 * var(--px), 6.8452380952vw, 115 * var(--px)) clamp(60 * var(--px), 8.3333333333vw, 140 * var(--px));
  position: relative;
  z-index: 1;
}
.top-flow.bg-gradient-sky-blue::before {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--bg-gray)), color-stop(80.64%, #fff));
  background: linear-gradient(180deg, var(--bg-gray) 0%, #fff 80.64%);
}

.top-flow__list {
  margin-top: clamp(40 * var(--px), 5.119047619vw, 86 * var(--px));
  counter-reset: flow-step;
}
.top-flow__list > li {
  counter-increment: flow-step;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: min(26 / 1680 * 100vw, calc(26 * var(--px)));
     -moz-column-gap: min(26 / 1680 * 100vw, calc(26 * var(--px)));
          column-gap: min(26 / 1680 * 100vw, calc(26 * var(--px)));
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 834px) {
  .top-flow__list > li {
    gap: 5%;
  }
}
.top-flow__list > li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: min(80 / 1680 * 100vw, calc(80 * var(--px)));
  left: clamp(30 * var(--px), 2.380952381vw, 40 * var(--px));
  width: calc(2 * var(--px));
  height: calc(100% - min(80 / 1680 * 100vw, calc(80 * var(--px))) + clamp(40 * var(--px), 4.7619047619vw, 80 * var(--px)));
  background-image: var(--dotted-line);
  background-repeat: repeat-y;
  background-size: 2px 4px;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-flow__list > li + li {
  margin-top: clamp(30 * var(--px), 4.7619047619vw, 80 * var(--px));
}

.top-flow__list-item-step {
  position: relative;
  z-index: 1;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(60 * var(--px), 4.7619047619vw, 80 * var(--px));
  height: clamp(60 * var(--px), 4.7619047619vw, 80 * var(--px));
  border-radius: 100vmax;
  background: var(--blue-green);
  color: #fff;
  text-align: center;
}

.top-flow__list-item-step-label {
  font-family: var(--en);
  font-size: calc(10 * var(--px));
  line-height: 1;
}

.top-flow__list-item-step-num {
  font-size: var(--f30);
  font-weight: 600;
  line-height: 1;
}
.top-flow__list-item-step-num::before {
  content: counter(flow-step, decimal-leading-zero);
}

.top-flow__list-item-content {
  display: grid;
  grid-template-columns: 514fr 400fr;
  gap: 10.9%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 834px) {
  .top-flow__list-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(22 * var(--px));
  }
}

.top-flow__list-item-body {
  padding-top: 0.5em;
}

.top-flow__list-item-title {
  font-size: var(--f32);
  line-height: 1.88;
}

.top-flow__list-item-text {
  margin-top: 0.6em;
  line-height: 1.67;
}

.top-flow__list-item-cta {
  margin-top: clamp(20 * var(--px), 2.2619047619vw, 38 * var(--px));
  width: min(100%, 470 * var(--px));
}

.top-flow__list-item-img {
  border-radius: calc(10 * var(--px));
  overflow: hidden;
}
.top-flow__list-item-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 400/300;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -------------------------------------------
 * faq
 * -------------------------------------------*/
.top-faq {
  padding-block: clamp(60 * var(--px), 6.8452380952vw, 115 * var(--px)) clamp(60 * var(--px), 8.8095238095vw, 148 * var(--px));
}

.top-faq__list {
  margin-top: clamp(40 * var(--px), 4.880952381vw, 82 * var(--px));
}
.top-faq__list > li {
  background-color: #f4f6f7;
  border-radius: calc(10 * var(--px));
  padding-block: clamp(30 * var(--px), 3.0952380952vw, 52 * var(--px)) clamp(30 * var(--px), 3.630952381vw, 61 * var(--px));
  padding-inline: 4.7%;
}
@media (max-width: 834px) {
  .top-faq__list > li {
    padding-inline: 5%;
  }
}
.top-faq__list li + li {
  margin-top: clamp(25 * var(--px), 1.7857142857vw, 30 * var(--px));
}

.top-faq__list-item-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
}

.top-faq__list-item-question-label {
  -ms-flex-negative: 0;
      flex-shrink: 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;
  width: clamp(35 * var(--px), 2.6785714286vw, 45 * var(--px));
  height: clamp(35 * var(--px), 2.6785714286vw, 45 * var(--px));
  border-radius: 100vmax;
  background-color: var(--blue-green);
  color: #fff;
  font-family: var(--en);
  font-size: var(--f20);
  line-height: 1;
  margin-top: -0.3em;
}

.top-faq__list-item-question-text {
  font-size: var(--f20);
  font-weight: 500;
  line-height: 1.4;
  color: var(--black);
}

.top-faq__list-item-answer {
  position: relative;
  padding-top: clamp(15 * var(--px), 1.3095238095vw, 22 * var(--px));
  margin-top: 1em;
}
.top-faq__list-item-answer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(2 * var(--px));
  background-image: var(--dotted-line);
  background-repeat: repeat-x;
  background-size: 4px 2px;
  pointer-events: none;
}

.top-faq__list-item-answer-text {
  font-size: calc(15 * var(--px));
  line-height: 1.6;
}

.top-faq__list-item-answer-highlight {
  color: var(--blue-green);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: var(--blue-green);
}

/* -------------------------------------------
 * cta banner
 * -------------------------------------------*/
.top-cta {
  position: relative;
  z-index: 1;
  width: 95.2%;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .top-cta {
    width: 100%;
  }
}
.top-cta .cta-button {
  width: min(100%, 470 * var(--px));
  margin-inline: auto;
  margin-top: clamp(30 * var(--px), 2.2619047619vw, 38 * var(--px));
}

.cta-banner {
  padding-block: clamp(60 * var(--px), 6.8452380952vw, 115 * var(--px)) clamp(60 * var(--px), 8.8095238095vw, 148 * var(--px));
  padding-inline: 5%;
  background: url(../img/cta_bg-pc01.webp) no-repeat center center/cover;
  border-radius: calc(10 * var(--px));
  overflow: hidden;
}
@media (max-width: 834px) {
  .cta-banner {
    background: url(../img/cta_bg-sp01.webp) no-repeat center center/cover;
    border-radius: 0;
  }
}

.cta-banner__sub-text {
  font-size: clamp(15 * var(--px), 1.4285714286vw, 24 * var(--px));
  text-align: center;
}

.cta-banner__main-text {
  font-size: var(--f60);
  text-align: center;
}
@media (max-width: 834px) {
  .cta-banner__main-text {
    margin-top: 0.3em;
    line-height: 1.43;
  }
}

/* -------------------------------------------
 * アニメーション / ロード時
 * -------------------------------------------*/
.top-body {
  -webkit-transition: 1.5s ease-out;
  transition: 1.5s ease-out;
  opacity: 0;
  pointer-events: none;
}

.top-body[data-loaded=true] {
  opacity: 1;
  pointer-events: auto;
}/*# sourceMappingURL=top.css.map */