*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul,
ol {
  list-style: none;
}

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

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}

input,
textarea,
select {
  font: inherit;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #4a4a4a;
  background: linear-gradient(123deg, #eaf3ff 11.52%, #edd 85.35%);
  background-attachment: fixed;
  font-feature-settings: "palt";
  word-break: break-word;
}

.l-page {
  width: 100%;
  max-width: 375px;
  margin-inline: auto;
  position: relative;
  background: #ffffff;
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

.is-js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .is-js [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.u-pc-only {
  display: none;
}
@media (min-width: 769px) {
  .u-pc-only {
    display: block;
  }
}

.u-sp-only {
  display: block;
}
@media (min-width: 769px) {
  .u-sp-only {
    display: none;
  }
}

body {
  font-size: min(15px, 4vw);
  letter-spacing: 0;
}

b,
strong {
  font-weight: 700;
}

.en {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}

.p-pc-side {
  display: none;
}
@media (min-width: 769px) {
  .p-pc-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.875em;
    position: fixed;
    top: 78%;
    right: 0;
    transform: translateY(-50%);
    width: calc((100vw - 375px) / 2);
    padding: 1.25em;
    font-size: clamp(8px, 1.85vw - 6.9px, 16px);
    z-index: 100;
    pointer-events: none;
  }
}
.p-pc-side__brand {
  display: flex;
  align-items: center;
  gap: 0.75em;
  max-width: 100%;
}
.p-pc-side__logo {
  width: 4.375em;
  height: 4.375em;
  flex-shrink: 0;
}
.p-pc-side__name {
  font-family: "Abhaya Libre", "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 2.5em;
  font-weight: 500;
  color: #545454;
  letter-spacing: 0.08em;
  line-height: 1.5;
  white-space: nowrap;
}
.p-pc-side__lead {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25em 0.875em;
  background: #ffffff;
  border-radius: 1.875em;
  color: #e36565;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
.p-pc-side__num {
  font-size: 1.286em;
}
.p-pc-side__arrow {
  width: 1em;
  height: auto;
}
.p-pc-side__qr {
  width: 7.1875em;
  height: 7.1875em;
  pointer-events: auto;
  background: #ffffff;
  padding: 0.375em;
  border-radius: 0.5em;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.p-pc-side__qr img {
  width: 100%;
  height: 100%;
}

.p-sp-logo {
  position: absolute;
  top: min(16px, 4.2666666667vw);
  left: min(16px, 4.2666666667vw);
  width: min(60px, 16vw);
  height: min(60px, 16vw);
  z-index: 100;
}
@media (min-width: 769px) {
  .p-sp-logo {
    display: none;
  }
}
.p-sp-logo img {
  width: 100%;
  height: 100%;
}

.p-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(34px, 9.0666666667vw);
  background: #6e7175;
  padding: 0 min(15px, 4vw);
  text-align: center;
}
.p-footer__copyright {
  font-size: min(12px, 3.2vw);
  color: #ffffff;
  line-height: 1.5;
}

.c-cta {
  position: relative;
  width: 100%;
  max-width: min(315px, 84vw);
  margin-inline: auto;
  padding-top: min(15px, 4vw);
}
.c-cta__ribbon {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(270px, 72vw);
  height: min(30px, 8vw);
  padding: min(4px, 1.0666666667vw) min(10px, 2.6666666667vw);
  background: #ffffff;
  border: 1px solid #39d443;
  border-radius: min(30px, 8vw);
  color: #e36565;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
.c-cta__ribbon-num {
  font-size: min(18px, 4.8vw);
}
.c-cta__btn {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(10px, 2.6666666667vw);
  width: 100%;
  height: min(68px, 18.1333333333vw);
  padding: 0 min(10px, 2.6666666667vw);
  background: linear-gradient(97deg, #28c04d 0%, #3dd93f 100%);
  border: 1px solid #ffffff;
  border-radius: min(180px, 48vw);
  color: #ffffff;
  font-size: min(18px, 4.8vw);
  font-weight: 700;
  line-height: 1.6;
  box-shadow: 0 min(4px, 1.0666666667vw) min(4px, 1.0666666667vw) rgba(57, 213, 65, 0.42);
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .c-cta__btn:hover {
    transform: translateY(2px);
  }
}
.c-cta__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: 220px;
  height: 100%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 20%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.08) 80%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  pointer-events: none;
  animation: shine 4.5s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .c-cta__btn::before {
    display: none;
  }
}
.c-cta__btn-icon {
  width: min(32px, 8.5333333333vw);
  height: min(32px, 8.5333333333vw);
  flex-shrink: 0;
  transform: translateX(min(4px, 1.0666666667vw));
}
.c-cta__btn-text {
  line-height: 1.6;
  font-feature-settings: "hwid" on, "halt" on;
}
.c-cta__btn-text em {
  font-style: normal;
  font-size: min(18px, 4.8vw);
}

.fv__cta .c-cta__btn {
  height: auto;
  padding: min(20px, 5.3333333333vw) min(10px, 2.6666666667vw);
}
.fv__cta .c-cta__btn::before {
  animation-delay: 2s;
}

@keyframes shine {
  0% {
    left: -100%;
    opacity: 0;
  }
  10% {
    left: -100%;
    opacity: 1;
  }
  20% {
    left: 150%;
    opacity: 1;
  }
  30%, 100% {
    left: 150%;
    opacity: 0;
  }
}
.c-heading {
  text-align: center;
}
.c-heading__lead {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: min(10px, 2.6666666667vw);
  font-size: min(14px, 3.7333333333vw);
  font-weight: 700;
  color: #d98c86;
  letter-spacing: 0.04em;
}
.c-heading__lead::before, .c-heading__lead::after {
  content: "";
  width: min(1.5px, 0.4vw);
  height: min(20px, 5.3333333333vw);
  background: #d98c86;
}
.c-heading__lead::before {
  transform: rotate(-20deg);
}
.c-heading__lead::after {
  transform: rotate(20deg);
}
.c-heading__title {
  font-size: min(26px, 6.9333333333vw);
  font-weight: 700;
  color: #d98c86;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.c-heading__title-strong {
  color: #d2766c;
}

.c-faq {
  display: flex;
  flex-direction: column;
  gap: min(16px, 4.2666666667vw);
}
.c-faq__item {
  background: #ffffff;
  border-radius: min(10px, 2.6666666667vw);
  overflow: hidden;
  box-shadow: min(2px, 0.5333333333vw) min(4px, 1.0666666667vw) min(4px, 1.0666666667vw) rgba(157, 188, 220, 0.4);
}
.c-faq__q {
  display: flex;
  align-items: center;
  gap: min(16px, 4.2666666667vw);
  width: 100%;
  padding: min(16px, 4.2666666667vw);
  text-align: left;
  cursor: pointer;
}
.c-faq__mark {
  flex-shrink: 0;
  color: #cc9a9c;
  font-size: min(18px, 4.8vw);
  font-weight: 700;
  line-height: 1.2;
}
.c-faq__q-text {
  flex: 1;
  color: #6e7175;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 700;
  line-height: 1.6;
}
.c-faq__toggle {
  position: relative;
  flex-shrink: 0;
  width: min(16px, 4.2666666667vw);
  height: min(16px, 4.2666666667vw);
}
.c-faq__toggle::before, .c-faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(16px, 4.2666666667vw);
  height: min(2px, 0.5333333333vw);
  background: #cc9a9c;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.c-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-faq__item.is-open .c-faq__toggle::after {
  opacity: 0;
}
.c-faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.c-faq__item.is-open .c-faq__a {
  max-height: min(1200px, 320vw);
}
.c-faq__a-inner {
  display: flex;
  gap: min(16px, 4.2666666667vw);
  margin: 0 min(16px, 4.2666666667vw);
  padding: min(16px, 4.2666666667vw) 0;
  border-top: 1px solid #6e7175;
}
.c-faq__mark--a {
  color: #cc9a9c;
  font-weight: 500;
}
.c-faq__a-text {
  flex: 1;
  color: #6e7175;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 400;
  line-height: 1.6;
}
.c-faq__a-text strong {
  font-weight: 700;
}

.fv {
  position: relative;
  background: #ffffff;
}
.fv__sky {
  position: absolute;
  z-index: 0;
  top: min(235px, 62.6666666667vw);
  left: 0;
  width: 100%;
  height: min(414px, 110.4vw);
  background: url("../images/fv-sky.webp") center bottom/cover no-repeat;
  pointer-events: none;
}
.fv__visual {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.fv__photo {
  display: block;
  width: 100%;
  height: auto;
}
.fv__logo {
  position: absolute;
  z-index: 3;
  top: min(16px, 4.2666666667vw);
  left: min(16px, 4.2666666667vw);
  width: min(60px, 16vw);
}
.fv__logo img {
  width: 100%;
  height: auto;
}
.fv__lead {
  position: absolute;
  z-index: 2;
  top: min(242px, 64.5333333333vw);
  left: 50%;
  transform: translateX(-50%);
  width: min(322px, 85.8666666667vw);
  padding: min(3px, 0.8vw) 0;
  background: rgba(255, 255, 255, 0.7);
  border-top: 1px solid #cc9a9c;
  border-bottom: 1px solid #cc9a9c;
  color: #cc9a9c;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
.fv__title {
  position: absolute;
  z-index: 2;
  top: min(260px, 69.3333333333vw);
  left: min(44px, 11.7333333333vw);
  color: #ffffff;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.16;
  text-shadow: 0 0 min(10px, 2.6666666667vw) #dc5d5d;
  white-space: nowrap;
}
.fv__title-l1 {
  display: block;
  font-size: min(50px, 13.3333333333vw);
}
.fv__title-l2 {
  display: block;
  margin-left: min(9px, 2.4vw);
  font-size: min(48px, 12.8vw);
}
.fv__title-de {
  font-size: min(28px, 7.4666666667vw);
}
.fv__title-wo {
  font-size: min(38px, 10.1333333333vw);
}
.fv__corner {
  position: absolute;
  z-index: 2;
  width: min(58px, 15.4666666667vw);
  height: min(58px, 15.4666666667vw);
  pointer-events: none;
}
.fv__corner--tl {
  top: min(8px, 2.1333333333vw);
  left: min(7px, 1.8666666667vw);
  border-top: min(2px, 0.5333333333vw) solid #4c75a1;
  border-left: min(2px, 0.5333333333vw) solid #4c75a1;
}
.fv__corner--br {
  right: min(7px, 1.8666666667vw);
  bottom: min(12px, 3.2vw);
  border-right: min(2px, 0.5333333333vw) solid #4c75a1;
  border-bottom: min(2px, 0.5333333333vw) solid #4c75a1;
}
.fv__founder {
  position: absolute;
  z-index: 2;
  bottom: min(23px, 6.1333333333vw);
  left: 50%;
  transform: translateX(-50%);
  width: min(329px, 87.7333333333vw);
  padding: min(3px, 0.8vw) min(6px, 1.6vw);
  background: linear-gradient(94deg, #cc9a9c 0%, #f3a8a8 100%);
  color: #ffffff;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}
.fv__body {
  width: 100%;
  max-width: 375px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  margin-top: max(-32px, -8.5333333333vw);
  padding: min(18px, 4.8vw) min(15px, 4vw) min(25px, 6.6666666667vw);
}
.fv__stats {
  display: flex;
  justify-content: center;
  gap: min(10px, 2.6666666667vw);
}
.fv__stat {
  width: min(100px, 26.6666666667vw);
  height: min(100px, 26.6666666667vw);
}
.fv__cta {
  margin-top: min(18px, 4.8vw);
}
.fv__banner {
  position: relative;
  z-index: 1;
  padding: min(34px, 9.0666666667vw) min(15px, 4vw) min(18px, 4.8vw);
  background: linear-gradient(180deg, rgba(198, 155, 157, 0.93) 0.01%, rgba(244, 230, 231, 0.93) 100%);
  text-align: center;
  overflow: hidden;
}
.fv__banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/fv-video-glitter.webp") center/cover no-repeat;
  opacity: 1;
  pointer-events: none;
}
.fv__banner > * {
  position: relative;
  z-index: 1;
}
.fv__banner-lead {
  color: #ffffff;
  font-size: min(18px, 4.8vw);
  font-weight: 700;
  line-height: 1.5;
}
.fv__banner-emph {
  display: table;
  margin: min(12px, 3.2vw) auto 0;
  padding: 0 min(10px, 2.6666666667vw);
  background: #ffffff;
  color: #cc9a9c;
  font-size: min(22px, 5.8666666667vw);
  font-weight: 700;
  line-height: 1.8;
  white-space: nowrap;
}
.fv__banner-arrow {
  display: block;
  width: 0;
  height: 0;
  margin: min(12px, 3.2vw) auto 0;
  border-left: min(13px, 3.4666666667vw) solid transparent;
  border-right: min(13px, 3.4666666667vw) solid transparent;
  border-top: min(12px, 3.2vw) solid #ffffff;
}
.fv__video {
  position: relative;
  z-index: 1;
  height: min(250px, 66.6666666667vw);
  background: #d9d9d9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(16px, 4.2666666667vw);
}
.fv__video-play {
  width: 0;
  height: 0;
  border-top: min(22px, 5.8666666667vw) solid transparent;
  border-bottom: min(22px, 5.8666666667vw) solid transparent;
  border-left: min(38px, 10.1333333333vw) solid #ffffff;
}
.fv__video-label {
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  color: #000;
}

.is-js .fv .fv__lead,
.is-js .fv .fv__title,
.is-js .fv .fv__founder {
  opacity: 0;
  animation: fv-fade 0.7s ease both;
}
.is-js .fv .fv__lead {
  animation-delay: 0.2s;
}
.is-js .fv .fv__title {
  animation-delay: 0.4s;
}
.is-js .fv .fv__founder {
  animation-delay: 0.6s;
}
.is-js .fv .fv__stat {
  opacity: 0;
  animation: fv-fade-up 0.6s ease both;
}
.is-js .fv .fv__stat:nth-child(1) {
  animation-delay: 0.95s;
}
.is-js .fv .fv__stat:nth-child(2) {
  animation-delay: 1.15s;
}
.is-js .fv .fv__stat:nth-child(3) {
  animation-delay: 1.35s;
}
.is-js .fv .fv__cta {
  opacity: 0;
  animation: fv-fade-up 0.6s ease both;
  animation-delay: 1.6s;
}

@keyframes fv-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fv-fade-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .is-js .fv .fv__lead,
  .is-js .fv .fv__title,
  .is-js .fv .fv__founder,
  .is-js .fv .fv__stat,
  .is-js .fv .fv__cta {
    opacity: 1;
    animation: none;
  }
}
.present-group {
  position: relative;
  background: linear-gradient(159deg, rgba(234, 243, 255, 0.51) 7.29%, rgba(238, 221, 221, 0.51) 55.59%);
}
.present-group::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../images/present-bg.webp") top center/100% 100% no-repeat;
  opacity: 0.9;
  pointer-events: none;
}
.present-group > .present,
.present-group > .present-cta {
  position: relative;
  z-index: 1;
}

.present__teaser-pre {
  position: relative;
}
.present__teaser-pre::before, .present__teaser-pre::after {
  content: "";
  position: absolute;
  width: min(16px, 4.2666666667vw);
  height: min(13px, 3.4666666667vw);
  background: center/contain no-repeat;
  pointer-events: none;
}
.present__teaser-pre::before {
  top: max(-12px, -3.2vw);
  left: max(-14px, -3.7333333333vw);
  background-image: url("../images/teaser-spark-tl.svg");
}
.present__teaser-pre::after {
  top: min(28px, 7.4666666667vw);
  right: max(-12px, -3.2vw);
  background-image: url("../images/teaser-spark-br.svg");
}

.present {
  padding: min(32px, 8.5333333333vw) min(15px, 4vw);
}
.present__teaser {
  text-align: center;
}
.present__teaser-pre {
  display: inline-block;
  padding: 0 min(12px, 3.2vw);
  background: #ffffff;
  color: #cc9a9c;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.8;
  white-space: nowrap;
}
.present__teaser-main {
  margin-top: min(8px, 2.1333333333vw);
  color: #cd8383;
  font-size: min(28px, 7.4666666667vw);
  font-weight: 700;
  line-height: 1.2;
}
.present__teaser-num {
  margin: 0 min(4px, 1.0666666667vw);
  font-size: min(40px, 10.6666666667vw);
}
.present__teaser-small {
  font-size: min(22px, 5.8666666667vw);
}
.present__teaser-sub {
  margin-top: min(18px, 4.8vw);
  color: #5d6a79;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.8;
}
.present__cards {
  margin-top: min(24px, 6.4vw);
  display: flex;
  flex-direction: column;
  gap: min(24px, 6.4vw);
}
.present__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(10px, 2.6666666667vw);
  padding: min(24px, 6.4vw) 0;
  background: #ffffff;
  border: min(3px, 0.8vw) solid #cc9a9c;
  border-radius: min(8px, 2.1333333333vw);
  box-shadow: min(2px, 0.5333333333vw) min(4px, 1.0666666667vw) min(9px, 2.4vw) rgba(157, 188, 220, 0.4);
}
.present__card-no {
  color: #cc9a9c;
  font-size: min(12px, 3.2vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.present__card-sub {
  max-width: min(315px, 84vw);
  color: #cc9a9c;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 700;
  line-height: 1.8;
}
.present__card-title {
  color: #5d6a79;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.present__card-title-l1 {
  display: block;
  font-size: min(20px, 5.3333333333vw);
}
.present__card-title-l2 {
  display: block;
  font-size: min(18px, 4.8vw);
}
.present__card-img {
  width: min(325px, 86.6666666667vw);
  height: min(175px, 46.6666666667vw);
  object-fit: cover;
}
.present__card-desc {
  width: min(315px, 84vw);
  color: #5d6a79;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}
.present__card-desc strong {
  color: #cc9a9c;
  font-weight: 700;
}
.present__lead {
  margin-top: min(4px, 1.0666666667vw);
  color: #5d6a79;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
.present__arrow {
  display: block;
  width: min(27px, 7.2vw);
  height: auto;
  margin: min(8px, 2.1333333333vw) auto 0;
}
.present__spec {
  position: relative;
  isolation: isolate;
  margin-top: min(2px, 0.5333333333vw);
  color: #cc9a9c;
  font-size: min(15px, 4vw);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
  -webkit-text-stroke: 3px #ffffff;
  paint-order: stroke;
}
.present__spec::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: min(2px, 0.5333333333vw);
  transform: translateX(-50%);
  width: min(327px, 87.2vw);
  height: min(12px, 3.2vw);
  background: #fff;
  z-index: -1;
}
.present__spec-num {
  font-size: min(29px, 7.7333333333vw);
}
.present__closing {
  margin-top: min(30px, 8vw);
  text-align: center;
}
.present__closing-lead {
  color: #5d6a79;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.8;
}
.present__closing-lead strong {
  font-weight: 700;
}
.present__closing-emp {
  display: table;
  margin: min(4px, 1.0666666667vw) auto 0;
  padding: 0 min(9px, 2.4vw);
  background: #ffffff;
  color: #cc9a9c;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
.present__closing-emp:first-of-type {
  margin-top: min(16px, 4.2666666667vw);
}
.present__closing-end {
  margin-top: min(20px, 5.3333333333vw);
  color: #5d6a79;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.8;
}

.present--b {
  position: relative;
  background: linear-gradient(159deg, rgba(234, 243, 255, 0.51) 7.29%, rgba(238, 221, 221, 0.51) 55.59%);
  padding: min(35px, 9.3333333333vw) min(15px, 4vw) min(40px, 10.6666666667vw);
}
.present--b::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/present-b-bg.webp") top center/100% 100% no-repeat;
  opacity: 0.9;
  z-index: 0;
  pointer-events: none;
}
.present--b > * {
  position: relative;
  z-index: 1;
}
.present--b .present__cards {
  margin-top: min(16px, 4.2666666667vw);
  gap: min(20px, 5.3333333333vw);
}

.present-cta {
  padding: min(5px, 1.3333333333vw) min(15px, 4vw) min(40px, 10.6666666667vw);
  text-align: center;
}
.present-cta__lead {
  color: #5d6a79;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.8;
}
.present-cta__title {
  margin-top: min(13px, 3.4666666667vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(4px, 1.0666666667vw);
}
.present-cta__title-line {
  display: inline-block;
  padding: 0 min(9px, 2.4vw);
  background: #ffffff;
  color: #cc9a9c;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.8;
  white-space: nowrap;
}
.present-cta__desc {
  margin-top: min(14px, 3.7333333333vw);
  color: #5d6a79;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.8;
}
.present-cta__cta {
  margin-top: min(32px, 8.5333333333vw);
}

.problem {
  position: relative;
  background: #8d99a6;
  padding: min(40px, 10.6666666667vw) 0 min(17px, 4.5333333333vw);
}
.problem::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle 110px at 111px 110px, rgba(93, 106, 121, 0.4), transparent 72%), radial-gradient(circle 74px at 304px 243px, rgba(93, 106, 121, 0.4), transparent 72%), radial-gradient(circle 60px at 67px 431px, rgba(93, 106, 121, 0.4), transparent 72%), radial-gradient(circle 89px at 267px 633px, rgba(93, 106, 121, 0.4), transparent 72%), radial-gradient(circle 60px at 216px 668px, rgba(93, 106, 121, 0.4), transparent 72%), radial-gradient(circle 89px at 80px 822px, rgba(93, 106, 121, 0.4), transparent 72%);
}
.problem > * {
  position: relative;
  z-index: 1;
}
.problem__scribble {
  position: absolute;
  top: min(96px, 25.6vw);
  left: min(294px, 78.4vw);
  width: min(68px, 18.1333333333vw);
  transform: scaleX(-1);
  pointer-events: none;
}
.problem__head {
  text-align: center;
  color: #ffffff;
}
.problem__head-sub {
  font-size: min(28px, 7.4666666667vw);
  font-weight: 700;
  line-height: 1.5;
}
.problem__head-sub::after {
  content: "";
  display: block;
  width: min(266px, 70.9333333333vw);
  height: min(4px, 1.0666666667vw);
  margin: max(-2px, -0.5333333333vw) auto 0;
  transform: translateX(max(-7px, -1.8666666667vw));
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.problem__head-main {
  margin-top: 0;
  font-size: min(28px, 7.4666666667vw);
  font-weight: 700;
  line-height: 1.5;
}
.problem__head-konna {
  display: inline-block;
  font-size: min(24px, 6.4vw);
  transform: translateX(max(-18px, -4.8vw)) translateY(min(10px, 2.6666666667vw)) rotate(-5.02deg);
}
.problem__moya {
  display: inline-block;
  padding: min(7px, 1.8666666667vw) min(9px, 2.4vw) min(9px, 2.4vw);
  margin: 0 min(2px, 0.5333333333vw);
  background: url("../images/moya-cloud.svg") center/100% 100% no-repeat;
  vertical-align: middle;
  white-space: nowrap;
  transform: translateX(max(-8px, -2.1333333333vw)) translateY(min(6px, 1.6vw));
}
.problem__moya-l {
  display: inline-block;
  color: #5d6a79;
  font-size: min(28px, 7.4666666667vw);
  line-height: 1;
}
.problem__moya-l:nth-child(odd) {
  transform: translateY(max(-2px, -0.5333333333vw));
}
.problem__moya-l:nth-child(even) {
  transform: translateY(min(3px, 0.8vw));
}
.problem__list {
  margin-top: min(24px, 6.4vw);
  display: flex;
  flex-direction: column;
  gap: min(2px, 0.5333333333vw);
}
.problem__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: center/100% 100% no-repeat;
  color: #5d6a79;
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.4;
  text-align: center;
}
.problem__item:nth-child(1) {
  width: min(288px, 76.8vw);
  height: min(94px, 25.0666666667vw);
  align-self: flex-start;
  margin-left: min(16px, 4.2666666667vw);
  background-image: url("../images/bubble-1.svg");
}
.problem__item:nth-child(2) {
  width: min(286px, 76.2666666667vw);
  height: min(93px, 24.8vw);
  align-self: flex-end;
  background-image: url("../images/bubble-2.svg");
}
.problem__item:nth-child(3) {
  width: min(310px, 82.6666666667vw);
  height: min(101px, 26.9333333333vw);
  align-self: flex-start;
  background-image: url("../images/bubble-3.svg");
}
.problem__item:nth-child(4) {
  width: min(281px, 74.9333333333vw);
  height: min(92px, 24.5333333333vw);
  align-self: flex-end;
  margin-right: min(15px, 4vw);
  background-image: url("../images/bubble-4.svg");
}
.problem__item:nth-child(5) {
  width: min(288px, 76.8vw);
  height: min(94px, 25.0666666667vw);
  align-self: flex-start;
  margin-left: min(15px, 4vw);
  background-image: url("../images/bubble-5.svg");
}
.problem__item:nth-child(6) {
  width: min(280px, 74.6666666667vw);
  height: min(91px, 24.2666666667vw);
  align-self: flex-end;
  margin-right: min(15px, 4vw);
  background-image: url("../images/bubble-6.svg");
}
.problem__item-l1 {
  display: block;
  font-weight: 400;
}
.problem__item-l2 {
  display: block;
  font-weight: 700;
}
.problem__foot {
  margin-top: min(30px, 8vw);
  text-align: center;
  color: #ffffff;
  font-size: min(18px, 4.8vw);
  font-weight: 700;
  line-height: 1.4;
}

.turning-group {
  position: relative;
  isolation: isolate;
  margin-top: -1px;
  background: linear-gradient(123deg, #eaf3ff 11.52%, #eedddd 85.35%);
  background: url("../images/turning-bg.webp") top center/100% 100% no-repeat;
}
.turning-group > .turning,
.turning-group > .merit {
  position: relative;
  z-index: 1;
}

.turning {
  position: relative;
  padding-bottom: min(20px, 5.3333333333vw);
  text-align: center;
}
.turning__top {
  position: relative;
  top: -4px;
  height: min(85px, 22.6666666667vw);
  padding-top: min(4px, 1.0666666667vw);
  background: #8d99a6;
  clip-path: polygon(0 0, 100% 0, 100% 9%, 50% 100%, 0 9%);
}
.turning__intro {
  display: block;
  margin-top: max(-5px, -1.3333333333vw);
  color: #ffffff;
  font-size: min(28px, 7.4666666667vw);
  font-weight: 700;
  line-height: 1.5;
}
.turning__catch {
  position: relative;
  margin-top: min(30px, 8vw);
}
.turning__emp {
  display: inline-block;
  padding: 0;
  background: #cc9a9c;
  color: #ffffff;
  font-size: min(28px, 7.4666666667vw);
  font-weight: 700;
  line-height: 1.5;
}
.turning__line {
  display: block;
  margin-top: min(8px, 2.1333333333vw);
  color: #cc9a9c;
  font-size: min(28px, 7.4666666667vw);
  font-weight: 700;
  line-height: 1.5;
  transform: translateX(min(6px, 1.6vw));
}
.turning__line--2 {
  margin-top: 0;
}
.turning__bracket {
  position: absolute;
  width: min(15px, 4vw);
  height: auto;
}
.turning__bracket--tl {
  top: min(105px, 28vw);
  left: min(10px, 2.6666666667vw);
}
.turning__bracket--br {
  top: min(158px, 42.1333333333vw);
  right: min(8px, 2.1333333333vw);
  transform: rotate(180deg);
}
.turning__body {
  margin-top: min(26px, 6.9333333333vw);
  color: #5d6a79;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.8;
}

.merit {
  position: relative;
  padding: min(8px, 2.1333333333vw) min(15px, 4vw) min(40px, 10.6666666667vw);
}
.merit__list {
  display: flex;
  flex-direction: column;
  gap: min(24px, 6.4vw);
}
.merit__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: min(10px, 2.6666666667vw);
  background: #ffffff;
  border-radius: min(8px, 2.1333333333vw);
  box-shadow: min(2px, 0.5333333333vw) min(4px, 1.0666666667vw) min(9px, 2.4vw) rgba(157, 188, 220, 0.4);
}
.merit__img {
  width: 100%;
  height: min(243px, 64.8vw);
  object-fit: cover;
}
.merit__title {
  width: min(205px, 54.6666666667vw);
  border-bottom: 1px solid #9dbcdc;
  color: #5d6a79;
  font-size: min(24px, 6.4vw);
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
}
.merit__text {
  color: #5d6a79;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
.merit__closing {
  margin-top: min(26px, 6.9333333333vw);
  color: #5d6a79;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
.merit__result {
  margin-top: min(8px, 2.1333333333vw);
  text-align: center;
}
.merit__result-line {
  display: table;
  margin: 0 auto;
  padding: 0 min(9px, 2.4vw);
  background: #ffffff;
  color: #cc9a9c;
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.7;
  white-space: nowrap;
}
.merit__result-line--2 {
  margin-top: min(8px, 2.1333333333vw);
  font-weight: 700;
}

.voices {
  background: #fbf7f7;
  padding: min(40px, 10.6666666667vw) min(15px, 4vw);
}
.voices__head {
  text-align: center;
}
.voices__lead {
  color: #6e7175;
  font-size: min(20px, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.5;
}
.voices__title {
  margin-top: min(8px, 2.1333333333vw);
  color: #cc9a9c;
  font-size: min(28px, 7.4666666667vw);
  font-weight: 700;
  line-height: 1.3;
}
.voices__title-p {
  font-size: min(22px, 5.8666666667vw);
}
.voices__list {
  margin-top: min(32px, 8.5333333333vw);
  display: flex;
  flex-direction: column;
  gap: min(28px, 7.4666666667vw);
}
.voices__card {
  display: flex;
  flex-direction: column;
  gap: min(16px, 4.2666666667vw);
  padding: min(15px, 4vw) min(15px, 4vw) min(10px, 2.6666666667vw);
  background: #ffffff;
  border-radius: min(16px, 4.2666666667vw);
  box-shadow: min(2px, 0.5333333333vw) min(4px, 1.0666666667vw) min(9px, 2.4vw) rgba(157, 188, 220, 0.4);
}
.voices__inner {
  display: flex;
  align-items: flex-start;
  gap: min(16px, 4.2666666667vw);
}
.voices__avatar {
  flex-shrink: 0;
  width: min(80px, 21.3333333333vw);
  height: min(80px, 21.3333333333vw);
  border-radius: 50%;
  object-fit: cover;
}
.voices__profile {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: min(8px, 2.1333333333vw);
}
.voices__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: min(4px, 1.0666666667vw) min(12px, 3.2vw);
  background: #cc9a9c;
  color: #ffffff;
  font-size: min(12px, 3.2vw);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.16;
}
.voices__name {
  color: #5d6a79;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.voices__catch {
  color: #6e7175;
  font-size: min(18px, 4.8vw);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.voices__ba {
  display: flex;
  flex-direction: column;
  gap: min(8px, 2.1333333333vw);
  padding: min(8px, 2.1333333333vw) 0;
  border-top: 1px solid #9dbcdc;
  border-bottom: 1px solid #9dbcdc;
}
.voices__ba-row {
  display: flex;
  align-items: flex-start;
  gap: min(6px, 1.6vw);
}
.voices__ba-label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(60px, 16vw);
  padding: 0 min(8px, 2.1333333333vw);
  border-radius: min(8px, 2.1333333333vw);
  color: #ffffff;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: min(15px, 4vw);
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}
.voices__ba-label--before {
  background: #5d656d;
}
.voices__ba-label--after {
  background: #cc9a9c;
}
.voices__ba-text {
  color: #5d6a79;
  font-size: min(15px, 4vw);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.voices__ba-text--after {
  color: #cc9a9c;
}
.voices__text {
  color: #5d6a79;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.8;
}
.voices__text strong {
  font-weight: 700;
}

.secret {
  background: #f2e5e5;
  padding: min(40px, 10.6666666667vw) min(15px, 4vw);
}
.secret__head {
  position: relative;
  text-align: center;
}
.secret__head-q {
  color: #6e7175;
  font-size: min(20px, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.5;
}
.secret__brand-wrap {
  position: relative;
  display: inline-block;
  margin-top: min(12px, 3.2vw);
}
.secret__brand {
  display: inline-block;
  padding: 0 min(8px, 2.1333333333vw);
  background: #cc9a9c;
  color: #ffffff;
  font-size: min(28px, 7.4666666667vw);
  font-weight: 700;
  line-height: min(32px, 8.5333333333vw);
}
.secret__brand-num {
  font-size: min(35px, 9.3333333333vw);
}
.secret__brand-sm {
  font-size: min(22px, 5.8666666667vw);
}
.secret__spark {
  position: absolute;
  width: min(16px, 4.2666666667vw);
  height: auto;
}
.secret__spark--l {
  left: max(-14px, -3.7333333333vw);
  top: max(-14px, -3.7333333333vw);
}
.secret__spark--r {
  right: max(-14px, -3.7333333333vw);
  bottom: max(-14px, -3.7333333333vw);
  transform: scaleX(-1) scaleY(-1);
}
.secret__list {
  margin-top: min(28px, 7.4666666667vw);
  display: flex;
  flex-direction: column;
  gap: min(24px, 6.4vw);
}
.secret__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(10px, 2.6666666667vw);
  padding: min(24px, 6.4vw) 0 min(20px, 5.3333333333vw);
  background: #ffffff;
  border-radius: min(8px, 2.1333333333vw);
  box-shadow: min(2px, 0.5333333333vw) min(4px, 1.0666666667vw) min(9px, 2.4vw) rgba(157, 188, 220, 0.4);
}
.secret__no {
  color: #cc9a9c;
  font-size: min(12px, 3.2vw);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.secret__title {
  color: #5d6a79;
  font-size: min(20px, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.secret__text {
  width: min(315px, 84vw);
  color: #5d6a79;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}
.secret__text strong {
  font-weight: 700;
}
.secret__img {
  width: min(325px, 86.6666666667vw);
  height: min(175px, 46.6666666667vw);
  object-fit: cover;
}

.curriculum {
  background: rgba(239, 243, 248, 0.51);
  background: url("../images/bg-curriculum.webp") top center/100% 100% no-repeat;
  padding: min(40px, 10.6666666667vw) min(15px, 4vw);
  text-align: center;
}
.curriculum__lead {
  color: #6e7175;
  font-size: min(19px, 5.0666666667vw);
  font-weight: 700;
  line-height: 1.5;
}
.curriculum__lead-em {
  color: #cc9a9c;
}
.curriculum__sub {
  margin-top: 0;
  color: #6e7175;
  font-size: min(19px, 5.0666666667vw);
  font-weight: 700;
  line-height: 1.5;
}
.curriculum__title-wrap {
  position: relative;
  display: inline-block;
  margin-top: min(8px, 2.1333333333vw);
}
.curriculum__title {
  display: inline-block;
  padding: 0 min(9px, 2.4vw);
  background: #cc9a9c;
  color: #ffffff;
  font-size: min(28px, 7.4666666667vw);
  font-weight: 700;
  line-height: min(38px, 10.1333333333vw);
  white-space: nowrap;
}
.curriculum__spark {
  position: absolute;
  width: min(16px, 4.2666666667vw);
  height: auto;
}
.curriculum__spark--l {
  left: max(-14px, -3.7333333333vw);
  top: max(-14px, -3.7333333333vw);
}
.curriculum__spark--r {
  right: max(-14px, -3.7333333333vw);
  bottom: max(-14px, -3.7333333333vw);
  transform: scaleX(-1) scaleY(-1);
}
.curriculum__photos {
  margin-top: min(24px, 6.4vw);
  display: flex;
  justify-content: center;
  gap: min(25px, 6.6666666667vw);
}
.curriculum__photo {
  width: min(136px, 36.2666666667vw);
  height: min(136px, 36.2666666667vw);
  border-radius: 50%;
  object-fit: cover;
}
.curriculum__list {
  margin-top: min(20px, 5.3333333333vw);
  display: flex;
  flex-direction: column;
  gap: min(8px, 2.1333333333vw);
}
.curriculum__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(68px, 18.1333333333vw);
  background: #ffffff;
  border-radius: min(8px, 2.1333333333vw);
  color: #cc9a9c;
  font-size: min(18px, 4.8vw);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.curriculum__item::before, .curriculum__item::after {
  content: "";
  position: absolute;
  top: 50%;
  width: min(16px, 4.2666666667vw);
  height: min(16px, 4.2666666667vw);
  border-radius: 50%;
  background: #eff3f8;
  transform: translateY(-50%);
}
.curriculum__item::before {
  left: min(10px, 2.6666666667vw);
}
.curriculum__item::after {
  right: min(10px, 2.6666666667vw);
}
.curriculum__note {
  margin-top: min(8px, 2.1333333333vw);
  color: #5d6a79;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.8;
}

.relief {
  background: #f9f5f5;
  padding: min(40px, 10.6666666667vw) min(15px, 4vw) 0;
  text-align: center;
}
.relief__bubble {
  position: relative;
  display: inline-block;
  padding: 0 min(10px, 2.6666666667vw);
  background: #cc9a9c;
  color: #ffffff;
  font-size: min(20px, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.5;
}
.relief__bubble::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  border: min(8px, 2.1333333333vw) solid transparent;
  border-bottom: 0;
  border-top-color: #cc9a9c;
}
.relief__title {
  margin-top: min(6px, 1.6vw);
  color: #cc9a9c;
  font-size: min(28px, 7.4666666667vw);
  font-weight: 700;
  line-height: 1.4;
}
.relief__title-s {
  font-size: min(22px, 5.8666666667vw);
}
.relief__title-num {
  font-size: min(32px, 8.5333333333vw);
}
.relief__desc {
  margin-top: min(28px, 7.4666666667vw);
  color: #5d6a79;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.8;
}
.relief__desc strong {
  font-weight: 700;
}
.relief__photos {
  margin-top: min(24px, 6.4vw);
  display: flex;
  justify-content: center;
  gap: min(24px, 6.4vw);
}
.relief__photo {
  width: min(136px, 36.2666666667vw);
  height: min(136px, 36.2666666667vw);
}
.relief__points {
  margin-top: min(20px, 5.3333333333vw);
  display: flex;
  flex-direction: column;
  gap: min(16px, 4.2666666667vw);
}
.relief__point {
  background: #6e7175;
  border-radius: min(8px, 2.1333333333vw);
  overflow: hidden;
}
.relief__point-head {
  padding: min(8px, 2.1333333333vw) min(12px, 3.2vw) min(4px, 1.0666666667vw);
  color: #ffffff;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.3;
}
.relief__point-body {
  padding: min(10px, 2.6666666667vw) min(6px, 1.6vw) min(12px, 3.2vw);
  background: #ffffff;
  border-radius: 0 0 min(8px, 2.1333333333vw) min(8px, 2.1333333333vw);
  color: #cc9a9c;
  font-size: min(18px, 4.8vw);
  font-weight: 700;
  line-height: 1.3;
}
.relief__panel {
  margin: min(40px, 10.6666666667vw) max(-15px, -4vw) 0;
  padding: min(36px, 9.6vw) min(15px, 4vw) min(40px, 10.6666666667vw);
  background: url("../images/relief-panel-bg.webp") center/100% 100% no-repeat;
}
.relief__panel-badge {
  position: relative;
  display: inline-block;
  padding: min(2px, 0.5333333333vw) min(8px, 2.1333333333vw);
  background: #cc9a9c;
  color: #ffffff;
  font-size: min(20px, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.5;
}
.relief__panel-badge::before, .relief__panel-badge::after {
  content: "";
  position: absolute;
  width: min(16px, 4.2666666667vw);
  height: min(9px, 2.4vw);
  background: center/contain no-repeat;
  pointer-events: none;
}
.relief__panel-badge::before {
  top: max(-6px, -1.6vw);
  left: max(-8px, -2.1333333333vw);
  background-image: url("../images/badge-spark-tl.svg");
}
.relief__panel-badge::after {
  bottom: max(-6px, -1.6vw);
  right: max(-8px, -2.1333333333vw);
  background-image: url("../images/badge-spark-br.svg");
}
.relief__panel-photo {
  display: block;
  width: min(345px, 92vw);
  max-width: 100%;
  margin: min(24px, 6.4vw) auto 0;
  border-radius: min(12px, 3.2vw);
}
.relief__cta {
  margin-top: min(24px, 6.4vw);
}

.faq {
  background: #fbf7f7;
  padding: min(40px, 10.6666666667vw) min(15px, 4vw) min(40px, 10.6666666667vw);
}
.faq__title {
  text-align: center;
  color: #cc9a9c;
  font-size: min(28px, 7.4666666667vw);
  font-weight: 700;
  line-height: 1.5;
}
.faq__list {
  margin-top: min(25px, 6.6666666667vw);
}

.last {
  background: linear-gradient(58deg, #eaf3ff 37.6%, #eedddd 77%) top/100% min(870px, 232vw) no-repeat;
  padding: min(40px, 10.6666666667vw) min(15px, 4vw) 0;
  text-align: center;
}
.last__small {
  color: #6e7175;
  font-size: min(20px, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.5;
}
.last__label {
  position: relative;
  display: inline-block;
  margin-top: min(12px, 3.2vw);
  padding: 0 min(14px, 3.7333333333vw);
  background: #cc9a9c;
  color: #ffffff;
  font-size: min(28px, 7.4666666667vw);
  font-weight: 700;
  line-height: min(38px, 10.1333333333vw);
}
.last__label::before, .last__label::after {
  content: "";
  position: absolute;
  width: min(16px, 4.2666666667vw);
  height: min(9px, 2.4vw);
  background: center/contain no-repeat;
  pointer-events: none;
}
.last__label::before {
  top: max(-6px, -1.6vw);
  left: max(-8px, -2.1333333333vw);
  background-image: url("../images/badge-spark-tl.svg");
}
.last__label::after {
  bottom: max(-6px, -1.6vw);
  right: max(-8px, -2.1333333333vw);
  background-image: url("../images/badge-spark-br.svg");
}
.last__label-sm {
  font-size: min(22px, 5.8666666667vw);
}
.last__body {
  margin-top: min(32px, 8.5333333333vw);
  color: #5d6a79;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.8;
}
.last__body strong {
  font-weight: 700;
}
.last__body + .last__body {
  margin-top: min(25px, 6.6666666667vw);
}
.last__catch-wrap {
  position: relative;
  isolation: isolate;
}
.last__catch-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(375px, 100vw);
  height: min(152px, 40.5333333333vw);
  transform: translate(-50%, -50%);
  background: url("../images/last-catch-glitter.webp") center/contain no-repeat;
  z-index: -1;
  pointer-events: none;
}
.last__catch {
  display: table;
  margin: min(16px, 4.2666666667vw) auto 0;
  padding: 0 min(9px, 2.4vw);
  background: #ffffff;
  color: #cc9a9c;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 400;
  line-height: 1.8;
}
.last__catch-emp {
  display: table;
  margin: min(8px, 2.1333333333vw) auto 0;
  padding: 0 min(9px, 2.4vw);
  background: #ffffff;
  color: #cc9a9c;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.8;
}
.last__closing {
  margin-top: min(24px, 6.4vw);
  color: #5d6a79;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.8;
}
.last__photo {
  margin-top: min(24px, 6.4vw);
}
.last__photo img {
  display: block;
  width: min(345px, 92vw);
  max-width: 100%;
  height: min(226px, 60.2666666667vw);
  margin: 0 auto;
  object-fit: cover;
  border-radius: min(12px, 3.2vw);
}
.last__panel {
  margin: min(30px, 8vw) max(-15px, -4vw) 0;
  padding: min(40px, 10.6666666667vw) min(15px, 4vw);
  background: url("../images/relief-panel-bg.webp") center/100% 100% no-repeat;
}
.last__panel-title {
  color: #ffffff;
  font-size: min(22px, 5.8666666667vw);
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 0 0 min(20px, 5.3333333333vw) rgba(255, 255, 255, 0.9);
}
.last__panel-title-em {
  font-size: min(28px, 7.4666666667vw);
}
.last__panel-body {
  margin-top: min(28px, 7.4666666667vw);
  color: #ffffff;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 700;
  line-height: 1.8;
}
.last__panel-badge {
  display: inline-block;
  margin-top: min(34px, 9.0666666667vw);
  padding: min(2px, 0.5333333333vw) min(10px, 2.6666666667vw);
  background: #cc9a9c;
  color: #ffffff;
  font-size: min(20px, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.5;
}
.last__panel-photo {
  display: block;
  width: min(345px, 92vw);
  max-width: 100%;
  margin: min(24px, 6.4vw) auto 0;
  border-radius: min(12px, 3.2vw);
}
.last__cta {
  margin-top: min(24px, 6.4vw);
}
