@charset "UTF-8";
* {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  letter-spacing: 0;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

summary::-webkit-details-marker {
  display: none;
}

html {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 15px;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4F4C49;
  background-color: #FBFBFB;
  overflow-x: clip;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

address {
  font-style: normal;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media (hover: none) and (pointer: coarse) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
.js-fade {
  opacity: 0;
  transform: translateY(40px);
  filter: blur(8px);
  transition: opacity 1.2s ease, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), filter 1.2s ease;
}

.js-fade.is-show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@media screen and (max-width: 768px) {
  .u-pc-br {
    display: none;
  }
}

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

.u-xs-br {
  display: none;
}
@media screen and (max-width: 350px) {
  .u-xs-br {
    display: block;
  }
}

.footer {
  padding-block: 64px 46px;
  background-color: #f7f6f2;
  color: #4F4C49;
  font-family: "Inter", sans-serif;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 1420px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .footer__inner {
    max-width: none;
    margin-inline: clamp(20px, 14.8867313916vw + -35.8252427184px, 250px);
  }
}
.footer__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #938F8B;
  position: absolute;
  top: -64px;
}
.footer__content {
  max-width: 560px;
}
.footer__heading {
  margin-bottom: 20px;
  font-size: clamp(15px, 0.3236245955vw + 13.786407767px, 20px);
  font-weight: 600;
  line-height: 1.2;
}
.footer__company {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 366px;
  margin-bottom: 10px;
  transition: opacity 0.3s ease;
}
.footer__company img {
  display: block;
  width: 100%;
  height: auto;
}
@media (any-hover: hover) {
  .footer__company:hover {
    opacity: 0.72;
  }
}
.footer__info {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
}
.footer__tel {
  font-size: clamp(20px, 0.2588996764vw + 19.0291262136px, 24px);
  line-height: 1.2;
}
.footer__tel a {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .footer__tel a:hover {
    opacity: 0.72;
  }
}
.footer__time {
  font-size: clamp(11px, 0.3236245955vw + 9.786407767px, 16px);
  line-height: 1;
}
.footer__sns {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 40px;
}
.footer__sns-link {
  display: grid;
  place-items: center;
  width: 21px;
  height: auto;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.footer__sns-link img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
@media (any-hover: hover) {
  .footer__sns-link:hover {
    opacity: 0.72;
    transform: scale(1.1);
  }
}
.footer__copy {
  margin-top: 69px;
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-block: 0 40px;
  }
  .footer__inner::before {
    top: 0;
  }
  .footer__content {
    max-width: none;
    padding-top: 50px;
  }
  .footer__heading {
    margin-bottom: 15px;
    font-size: 0.75rem;
    font-weight: 500;
  }
  .footer__company {
    max-width: 226px;
    margin-bottom: 10px;
  }
  .footer__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }
  .footer__tel {
    font-size: 1.25rem;
    line-height: 1.1;
  }
  .footer__time {
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .footer__sns {
    gap: 15px;
    margin-top: 32px;
  }
  .footer__sns-link {
    width: 14px;
    height: auto;
  }
  .footer__copy {
    margin-top: 60px;
    font-size: 0.625rem;
  }
}

body.is-modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .modal {
    padding: 24px 20px;
  }
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.58);
}

.modal__content {
  position: relative;
  z-index: 1;
  width: min(100%, 1200px);
  max-height: calc(100vh - 80px);
  max-height: calc(100dvh - 80px);
  padding: 50px 75px;
  overflow: hidden;
  background-color: #fbf9f5;
  border-radius: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .modal__content {
    max-height: calc(100vh - 48px);
    max-height: calc(100dvh - 48px);
    padding: 20px;
    border-radius: 12px;
  }
}

.modal__title {
  margin-bottom: clamp(20px, 1.9417475728vw + 12.7184466019px, 50px);
  font-size: clamp(14px, 1.1650485437vw + 9.6310679612px, 32px);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #212121;
  text-align: center;
}

.modal__body {
  max-height: min(48vh, 894px);
  padding: 20px;
  overflow-y: auto;
  background-color: #ffffff;
  color: #4F4C49;
}
.modal__body h3 {
  margin-top: clamp(20px, 0.1294498382vw + 19.5145631068px, 22px);
  font-size: clamp(12px, 0.5177993528vw + 10.0582524272px, 20px);
  font-weight: 700;
  line-height: 1.4;
}
.modal__body h3:first-child {
  margin-top: 0;
}
.modal__body p {
  font-size: clamp(12px, 0.2588996764vw + 11.0291262136px, 16px);
  line-height: 1.4;
}
.modal__body ol,
.modal__body ul {
  padding-left: 1.6em;
  font-size: clamp(12px, 0.2588996764vw + 11.0291262136px, 16px);
  line-height: 1.4;
}
.modal__body ol {
  list-style: decimal;
}
.modal__body ul {
  list-style: disc;
}
.modal__body li {
  list-style: inherit;
}
.modal__body strong {
  font-weight: 700;
}
.modal__body .modal__aside {
  margin-top: clamp(15px, 0.1941747573vw + 14.2718446602px, 18px);
  padding: clamp(12px, 0.3883495146vw + 10.5436893204px, 18px) clamp(16px, 0.2588996764vw + 15.0291262136px, 20px);
  background-color: #fbfaf7;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .modal__body {
    max-height: 52vh;
    padding: 20px 18px;
  }
}

.modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 55px;
  margin: 50px auto 0;
  padding: 8px 28px;
  border-radius: 6px;
  background-color: #cccccc;
  color: #4F4C49;
  font-size: clamp(9px, 0.9708737864vw + 5.359223301px, 24px);
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .modal__close {
    min-width: 100px;
    min-height: 25px;
    margin: 20px auto 0;
    padding: 4px 12px;
    border-radius: 2.5px;
  }
}
@media (any-hover: hover) {
  .modal__close:hover {
    opacity: 1;
    background-color: #b5b5b5;
  }
}

.scroll-indicator {
  max-width: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.scroll-indicator__arrow {
  max-width: 15px;
  width: 100%;
  animation: scrollIndicatorBounce 2.4s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

@keyframes scrollIndicatorBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
.globalMenu {
  position: fixed;
  top: 15px;
  right: -15px;
  z-index: 100;
  width: 208px;
  height: 182px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(18px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), width 0.8s cubic-bezier(0.22, 1, 0.36, 1), height 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.globalMenu.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.globalMenu.is-open {
  width: min(640px, 100vw - 24px);
  height: min(767px, 100vh - 16px);
}
@media screen and (max-width: 599px) {
  .globalMenu {
    width: 103px;
    height: 79px;
  }
  .globalMenu.is-open {
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    height: 100svh;
  }
}

.is-global-menu-ready .globalMenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.globalMenu__button {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 208px;
  height: 182px;
  padding: 0;
  border: 0;
  color: #4F4C49;
  background: url("/assets/images/common/yuge_btn.svg") center/208px 182px no-repeat;
  cursor: pointer;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
@media (any-hover: hover) {
  .globalMenu__button:hover {
    transform: translateY(-3px);
  }
}
@media screen and (max-width: 599px) {
  .globalMenu__button {
    width: 103px;
    height: 79px;
    background-size: 103px 79px;
  }
}

.globalMenu.is-open .globalMenu__button {
  top: 90px;
  right: 87px;
  background-image: none;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 599px) {
  .globalMenu.is-open .globalMenu__button {
    top: 58px;
    right: 37px;
    width: 24px;
    height: 24px;
  }
}

.globalMenu__button-lines,
.globalMenu__button-lines::before,
.globalMenu__button-lines::after {
  display: block;
  width: 24px;
  height: 1px;
  background-color: #4F4C49;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.globalMenu__button-lines {
  position: absolute;
  top: 50%;
  right: 52%;
  transform: translate(50%, -50%);
}
.globalMenu__button-lines::before, .globalMenu__button-lines::after {
  position: absolute;
  left: 0;
  content: "";
}
.globalMenu__button-lines::before {
  top: -7.5px;
}
.globalMenu__button-lines::after {
  top: 7.5px;
}

.globalMenu.is-open .globalMenu__button-lines {
  top: 0;
  right: 0;
}

.globalMenu.is-open .globalMenu__button-lines {
  background-color: transparent;
}
.globalMenu.is-open .globalMenu__button-lines::before {
  top: 0;
  transform: rotate(45deg);
}
.globalMenu.is-open .globalMenu__button-lines::after {
  top: 0;
  transform: rotate(-45deg);
}

.globalMenu__panel {
  position: absolute;
  top: -15px;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: url("/assets/images/common/yuge_bg.svg") right top/100% 100% no-repeat;
  transition: opacity 0.12s ease, visibility 0s linear 0.12s;
}
@media screen and (max-width: 599px) {
  .globalMenu__panel {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: auto 112%;
    background-position: center top;
  }
}

.globalMenu.is-open .globalMenu__panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.45s ease 0.16s, visibility 0s linear 0s;
}

.globalMenu__nav {
  position: absolute;
  top: 140px;
  left: 234px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 190px;
  padding: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.12s ease, visibility 0s linear 0.12s;
}
@media screen and (max-width: 599px) {
  .globalMenu__nav {
    top: 125px;
    left: 123px;
    right: auto;
    align-items: flex-start;
    gap: 25px;
    width: -moz-max-content;
    width: max-content;
    transform: none;
    font-size: 1rem;
    line-height: 2.2;
  }
}

.globalMenu:not(.is-open) .globalMenu__nav {
  opacity: 0;
  visibility: hidden;
  transition: none;
}

.globalMenu.is-open .globalMenu__nav {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s ease 0.28s, visibility 0s linear 0s;
}

.globalMenu__link {
  padding: 0;
  border: 0;
  color: #4F4C49;
  letter-spacing: 0;
  text-align: left;
  white-space: nowrap;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (any-hover: hover) {
  .globalMenu__link:hover {
    opacity: 0.65;
    transform: translateX(4px);
  }
}

@media screen and (max-width: 599px) {
  body.is-global-menu-open {
    overflow: hidden;
  }
}
.hero {
  position: relative;
  height: 200vh;
  font-family: "Shippori Mincho", serif;
  background-color: #F7F3EC;
}
@media screen and (max-width: 768px) {
  .hero {
    height: 180svh;
  }
}

.hero__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .hero__sticky {
    height: 100svh;
  }
}

.hero__svg {
  width: min(90vw, 900px);
  height: auto;
  display: block;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .hero__svg {
    width: min(88vw, 520px);
  }
}
@media screen and (max-width: 375px) {
  .hero__svg {
    width: calc(100vw - 34px);
    max-width: 341px;
  }
}

.hero__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateY(20px) scale(0.98);
  z-index: 2;
  opacity: 0;
  filter: blur(14px);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.22), 0 0 24px rgba(255, 255, 255, 0.14), 0 0 40px rgba(255, 255, 255, 0.08);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), filter 2.8s cubic-bezier(0.22, 1, 0.36, 1), transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 768px) {
  .hero__title {
    width: min(70vw, 347px);
  }
}
@media screen and (max-width: 375px) {
  .hero__title {
    width: calc(100vw - 144px);
    max-width: 231px;
  }
}

.hero__title.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate(-50%, -50%) translateY(0) scale(1);
}

.hero__title-img {
  max-width: 377px;
  width: 100%;
  height: auto;
  display: block;
}

.hero__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .hero__content {
    width: min(82vw, 545px);
  }
}
@media screen and (max-width: 375px) {
  .hero__content {
    width: calc(100vw - 62px);
    max-width: 313px;
  }
}

.hero__content-heading-img {
  max-width: 575px;
  width: 100%;
  height: auto;
  display: block;
}

.hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  opacity: 0;
  transition: opacity 2.2s ease;
}
@media screen and (max-width: 768px) {
  .hero__scroll {
    bottom: 32px;
  }
}

.is-top-replay-load .hero__svg,
.is-top-replay-load .hero__title {
  opacity: 0;
  transition: none;
}
.is-top-replay-load .hero__content,
.is-top-replay-load .hero__scroll {
  opacity: 1;
  transition: none;
}

.problem {
  position: relative;
  z-index: 1;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .problem {
    --problem-sp-bg-height: max(1875px, calc(100vw * 1875 / 375));
    --problem-sp-content-offset: calc(100vw * 36 / 375);
  }
}

.problem__inner {
  background-image: linear-gradient(to bottom, #F7F3EC 0%, #f7f6f2 10%, #fbfbfb 100%);
}

.problem__title {
  position: relative;
  padding: 208px 0 0;
}
@media screen and (max-width: 768px) {
  .problem__title {
    padding: 96px 0 104px;
  }
}

.problem__title--heading {
  max-width: 74px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .problem__title--heading {
    max-width: 49px;
  }
}

.problem__title--heading-img {
  width: 100%;
  height: auto;
}

.problem__title-scroll {
  position: fixed;
  bottom: 70px;
  left: 50%;
  z-index: 10;
  opacity: 0;
  transform: translateX(-50%);
  pointer-events: none;
  transition: opacity 0.7s ease;
}
@media screen and (max-width: 768px) {
  .problem__title-scroll {
    display: none;
  }
}

.problem__body {
  position: relative;
}
@media screen and (max-width: 768px) {
  .problem__body {
    margin-top: 24px;
  }
}

.problem__body--sticky {
  background-image: url("/assets/images/problem/bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1921px) {
  .problem__body--sticky {
    background-image: none;
  }
  .problem__body--sticky::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: max(100%, 84.6875vw);
    background-image: url("/assets/images/problem/bg.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .problem__body--sticky {
    height: auto;
    min-height: var(--problem-sp-bg-height);
    overflow: visible;
    background-image: url("/assets/images/problem/bg_sp.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
  }
}
@media screen and (max-width: 375px) {
  .problem__body--sticky {
    height: auto;
  }
}

.problem__body--inner {
  display: grid;
  grid-template-columns: clamp(320px, 12.3948220065vw + 273.5194174757px, 511.5px) clamp(320px, 2.6537216828vw + 310.0485436893px, 361px) clamp(320px, 11.359223301vw + 277.4029126214px, 495.5px);
  align-items: center;
  justify-content: center;
  padding: 400px 16% 400px;
  opacity: 1;
  will-change: opacity;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .problem__body--inner {
    grid-template-columns: minmax(0, 511.5fr) minmax(0, 361fr) minmax(0, 495.5fr);
  }
}
@media screen and (max-width: 768px) {
  .problem__body--inner {
    min-height: 667px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: 150px 20px 150px;
    background-image: none;
    transform: translateY(var(--problem-sp-content-offset));
  }
}
@media screen and (max-width: 375px) {
  .problem__body--inner {
    padding: 100px 15px 100px;
    gap: 0;
  }
}

.problem__body--left,
.problem__body--right,
.problem__body--text {
  position: relative;
  z-index: 3;
}

.problem__body--left picture,
.problem__body--right picture {
  display: block;
}

.problem__body--left {
  max-width: 511.5px;
  width: 100%;
  justify-self: start;
  align-self: start;
}
@media screen and (max-width: 768px) {
  .problem__body--left {
    max-width: 436px;
    align-self: center;
  }
}
@media screen and (max-width: 375px) {
  .problem__body--left {
    max-width: 337.5px;
  }
}

.left__img {
  aspect-ratio: 1023/1200;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .left__img {
    aspect-ratio: auto;
  }
}

.problem__body--right {
  max-width: 495.5px;
  width: 100%;
  justify-self: end;
}
@media screen and (max-width: 768px) {
  .problem__body--right {
    max-width: 428px;
    align-self: center;
  }
}
@media screen and (max-width: 375px) {
  .problem__body--right {
    max-width: 348.5px;
  }
}

.right__img {
  aspect-ratio: 991/1238;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .right__img {
    aspect-ratio: auto;
  }
}

.problem__body--text {
  max-width: 361px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .problem__body--text {
    max-width: 220px;
  }
}
@media screen and (max-width: 375px) {
  .problem__body--text {
    padding: 49px 0 61px;
    max-width: 160px;
  }
}

.problem__body--text--img {
  width: 100%;
  height: auto;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .problem__body--text--img {
    margin-bottom: 0;
  }
}

/* フェードを右だけ遅らせる */
.problem__body--right {
  transition-delay: 0.8s;
}

.problem__scroll {
  position: fixed;
  bottom: 300px;
  left: 50%;
  z-index: 10;
  opacity: 0;
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .problem__scroll {
    display: none;
  }
}

.problem__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 74px;
  width: 100%;
  display: block;
  opacity: 0;
  will-change: opacity;
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .problem__catch {
    max-width: 58px;
  }
}
@media screen and (max-width: 768px) {
  .problem__catch {
    position: static;
    width: 100%;
    max-width: none;
    min-height: 667px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transform: none;
    margin: 0;
    padding: 96px 32px;
    background-image: none;
  }
}

.problem__catch--img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .problem__catch--img {
    max-width: 49px;
  }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
  .problem__body--inner {
    gap: 64px;
    padding: 180px 20px 280px;
  }
  .problem__body:not(.problem__body--second) .problem__body--inner {
    transform: translateY(calc(var(--problem-sp-content-offset) + 200px));
  }
  .problem__body:not(.problem__body--second) .problem__catch {
    transform: translateY(600px);
  }
}
.problem__body--second {
  position: relative;
  margin-top: -300px;
}
@media screen and (max-width: 768px) {
  .problem__body--second {
    margin-top: 0;
  }
}
.problem__body--second .problem__body--sticky {
  background-image: url("/assets/images/problem/bg-reverse.svg");
  background-position: center -90px;
}
@media screen and (min-width: 1921px) {
  .problem__body--second .problem__body--sticky {
    background-image: none;
  }
  .problem__body--second .problem__body--sticky::before {
    height: max(100%, 91.1458333333vw);
    background-image: url("/assets/images/problem/bg-reverse.svg");
    background-position: center -90px;
  }
}
@media screen and (max-width: 768px) {
  .problem__body--second .problem__body--sticky {
    min-height: var(--problem-sp-bg-height);
    background-image: url("/assets/images/problem/bg-reverse_sp.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
  }
}
.problem__body--second .problem__body--inner {
  grid-template-columns: clamp(320px, 11.9417475728vw + 275.2184466019px, 504.5px) clamp(320px, 1.4886731392vw + 314.4174757282px, 343px) clamp(320px, 14.4336569579vw + 265.8737864078px, 543px);
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .problem__body--second .problem__body--inner {
    grid-template-columns: minmax(0, 504.5fr) minmax(0, 343fr) minmax(0, 543fr);
  }
}
@media screen and (max-width: 768px) {
  .problem__body--second .problem__body--inner {
    background-image: none;
  }
}
.problem__body--second .problem__body--left {
  max-width: 504.5px;
  align-self: start;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .problem__body--second .problem__body--left {
    max-width: 396px;
    align-self: center;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 375px) {
  .problem__body--second .problem__body--left {
    max-width: 344.5px;
  }
}
.problem__body--second .left__img {
  aspect-ratio: 1009/1221;
}
@media screen and (max-width: 768px) {
  .problem__body--second .left__img {
    aspect-ratio: auto;
  }
}
.problem__body--second .problem__body--right {
  max-width: 543px;
  justify-self: end;
  align-self: end;
}
@media screen and (max-width: 768px) {
  .problem__body--second .problem__body--right {
    max-width: 372px;
    align-self: center;
  }
}
@media screen and (max-width: 375px) {
  .problem__body--second .problem__body--right {
    max-width: 349px;
  }
}
.problem__body--second .right__img {
  aspect-ratio: 1086/1257;
  width: 100%;
  height: auto;
  padding-right: 0;
  margin-left: -35px;
}
@media screen and (max-width: 768px) {
  .problem__body--second .right__img {
    aspect-ratio: auto;
    margin-left: 0;
  }
}
.problem__body--second .problem__body--text {
  max-width: 343px;
}
@media screen and (max-width: 768px) {
  .problem__body--second .problem__body--text {
    max-width: 220px;
  }
}
@media screen and (max-width: 375px) {
  .problem__body--second .problem__body--text {
    max-width: 171.5px;
    padding: 55px 0 80px;
  }
}
.problem__body--second .problem__body--text--img {
  width: 100%;
  height: auto;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .problem__body--second .problem__body--text--img {
    margin-bottom: 0;
  }
}
.problem__body--second .problem__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 120px;
  width: 100%;
  display: block;
  opacity: 0;
  will-change: opacity;
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .problem__body--second .problem__catch {
    max-width: 98px;
  }
}
@media screen and (max-width: 768px) {
  .problem__body--second .problem__catch {
    position: static;
    width: 100%;
    max-width: none;
    min-height: 667px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transform: none;
    margin: 0;
    padding: 111px 32px;
    background-image: none;
  }
}
@media screen and (max-width: 768px) {
  .problem__body--second .problem__catch--img {
    max-width: 80px;
  }
}
.problem__body--second .problem__scroll {
  bottom: 360px;
}
@media screen and (max-width: 768px) {
  .problem__body--second .problem__scroll {
    bottom: 32px;
  }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
  .problem__body--second .problem__body--inner {
    transform: translateY(calc(var(--problem-sp-content-offset) + 200px));
  }
  .problem__body--second .problem__catch {
    transform: translateY(600px);
  }
}
.problem__catch--last {
  background-color: #fbfbfb;
  margin: 300px 0 460px;
  width: 100%;
  display: block;
}
@media screen and (min-width: 769px) {
  .problem__catch--last.is-menu-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .problem__catch--last {
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 96px 32px;
  }
}
@media screen and (max-width: 375px) {
  .problem__catch--last {
    min-height: 667px;
    padding: 80px 30px;
  }
}
.problem__catch--last .problem__scroll {
  bottom: -300%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .problem__catch--last .problem__scroll {
    bottom: 0;
  }
}

.problem__catch--last-img {
  max-width: clamp(303px, 14.8220064725vw + 247.4174757282px, 532px);
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .problem__catch--last-img {
    max-width: 303px;
  }
}

.about {
  --about-side-space: 7.7%;
  --about-body-offset: clamp(0px, 4.6875vw, 90px);
  --about-pin-offset: 0px;
  width: 100%;
  margin-inline: auto;
  overflow-x: clip;
  overflow-y: visible;
  padding-top: 100px;
}
@media screen and (min-width: 1921px) {
  .about {
    --about-side-space: calc((100% - 1920px) / 2 + 147.84px);
    --about-body-offset: 90px;
    --about-pin-offset: clamp(
      120px,
      calc(120px + (100vw - 1920px) * 0.09375),
      180px
    );
    padding-top: clamp(100px, 100px + (100vw - 1920px) * 0.0625, 140px);
  }
}
@media screen and (max-width: 768px) {
  .about {
    --about-side-space: clamp(20px, 20px + (100vw - 375px) * 0.07125, 48px);
    --about-body-offset: 0px;
    --about-pin-offset: 0px;
    padding-top: 0;
  }
}

.about__sticky {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: stretch;
  overflow: visible;
  padding-top: var(--about-pin-offset);
}
@media screen and (max-width: 768px) {
  .about__sticky {
    position: static;
    height: auto;
    flex-direction: column;
    overflow: visible;
  }
}

.about__inner {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  justify-items: center;
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--about-side-space);
}
@media screen and (min-width: 1921px) {
  .about__inner {
    max-width: 1920px;
    padding-inline: 147.84px;
  }
}
@media screen and (max-width: 1440px) {
  .about__inner {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about__inner {
    grid-template-columns: 1fr;
    gap: 0;
    display: flex;
    flex-direction: column;
    padding-inline: clamp(20px, 20px + (100vw - 375px) * 0.07125, 48px);
    padding-block: 80px 25px;
    z-index: 0;
  }
}

.about__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding-left: var(--about-body-offset);
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .about__body {
    order: 2;
    max-width: 400px;
    width: 100%;
    min-width: 0;
    padding-left: 0;
    padding-block: 0;
    margin-inline: auto;
    overflow: visible;
    gap: 28px;
  }
}

.about__header {
  flex-shrink: 0;
  margin-bottom: 28px;
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .about__header {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .about__header {
    width: 100%;
    margin-bottom: 0;
    margin-inline: auto;
    text-align: center;
  }
}

.about__title {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(28px, 0.7766990291vw + 25.0873786408px, 40px);
  font-weight: 700;
  line-height: 1;
  color: #EF9C6E;
  margin: 50px 0 clamp(15px, 0.9708737864vw + 11.359223301px, 30px);
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .about__title {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .about__title {
    margin-inline: auto;
  }
}

.about__lead {
  font-size: clamp(14px, 0.6472491909vw + 11.572815534px, 24px);
  line-height: 1.9;
  color: #4F4C49;
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .about__lead {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .about__lead {
    margin-inline: auto;
  }
}

.about__steps {
  flex: 1;
  display: grid;
  align-content: center;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .about__steps {
    min-width: 0;
    flex: unset;
    display: flex;
    flex-direction: row;
    gap: 20px;
    overflow-x: auto;
    overflow-y: visible;
    width: 100%;
    padding: 0;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }
  .about__steps::-webkit-scrollbar {
    display: none;
  }
}

.aboutStep {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  opacity: 0;
  transition: opacity 0.7s ease;
  pointer-events: none;
}
.aboutStep.is-active {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .aboutStep {
    flex: 0 0 100%;
    min-width: 0;
    grid-column: unset;
    grid-row: unset;
    opacity: 1;
    pointer-events: auto;
    transition: none;
    scroll-snap-align: center;
  }
}

.about.is-menu-resetting .aboutStep {
  transition: none;
}

.aboutStep__visual {
  max-width: 400px;
  width: min(100%, 400px);
  height: auto;
  margin: 10px 0 20px 48px;
}
.aboutStep__visual img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .aboutStep__visual {
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .aboutStep__visual {
    max-width: min(100%, 335px);
    margin: 0 auto 18px;
    aspect-ratio: 335/300;
  }
  .aboutStep__visual picture,
  .aboutStep__visual img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .aboutStep__visual img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.aboutStep__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .aboutStep__head {
    gap: 10px;
    margin-bottom: 10px;
  }
}

.aboutStep__number {
  max-width: 80px;
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .aboutStep__number {
    max-width: 60px;
  }
}

.aboutStep__title {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(20px, 0.5177993528vw + 18.0582524272px, 28px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .aboutStep__title {
    font-size: 18px;
  }
}

.aboutStep__subtitle {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(48px, 1.4239482201vw + 42.6601941748px, 70px);
  font-weight: 700;
  line-height: 1;
  color: hsla(21, 89%, 70%, 0.27);
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
  pointer-events: none;
}
.aboutStep__subtitle--last {
  left: 59%;
}
@media screen and (max-width: 1440px) {
  .aboutStep__subtitle {
    left: 62%;
  }
}
@media screen and (max-width: 768px) {
  .aboutStep__subtitle {
    font-size: 48px;
    left: 73%;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .aboutStep__subtitle--last {
    left: 69%;
  }
}

.aboutStep__text {
  width: min(100%, clamp(335px, 28.284789644vw + 228.932038835px, 772px));
  font-size: clamp(14px, 0.6472491909vw + 11.572815534px, 24px);
  margin-bottom: 50px;
  line-height: 1.8;
  color: #4F4C49;
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .aboutStep__text {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .aboutStep__text {
    width: 100%;
    margin-bottom: 0;
    line-height: 1.8;
  }
}

.about__fixedVisual {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 120px 0 0 40px;
}
@media screen and (max-width: 1440px) {
  .about__fixedVisual {
    margin: 120px 0 0 20px;
  }
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .about__fixedVisual {
    margin-top: 140px;
  }
}
@media screen and (max-width: 768px) {
  .about__fixedVisual {
    order: 1;
    display: flex;
    margin: 0 auto 56px;
    opacity: 0;
  }
}

.about__fixedVisual--illustration {
  position: relative;
  z-index: 0;
  width: 100%;
}
.about__fixedVisual--illustration::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 847px;
  aspect-ratio: 847/847;
  background: url("/assets/images/about/frame.webp") center/contain no-repeat;
  transform: translate(-50%, -50%);
  filter: blur(17px);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .about__fixedVisual--illustration::before {
    inset: 50% auto auto 50%;
    width: min(92vw, 345px);
    aspect-ratio: 547/473;
    background: url("/assets/images/about/frame.webp") center/contain no-repeat;
    transform: translate(-50%, -50%) scale(1.5);
    filter: blur(10px);
  }
}

.about__fixedImage--illustration {
  position: relative;
  z-index: 2;
  max-width: 600px;
  width: 100%;
  height: auto;
  display: block;
  justify-self: end;
}
@media screen and (max-width: 768px) {
  .about__fixedImage--illustration {
    width: min(88vw, 330px);
  }
}

.about__step-indicator {
  position: absolute;
  top: 45%;
  left: var(--about-side-space);
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .about__step-indicator {
    position: static;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 10px;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    transform: none;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .about__step-indicator .about__step-dot {
    width: 6px;
    height: 6px;
  }
}

.about__step-dot {
  display: block;
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d9d9d9;
  opacity: 1;
  visibility: visible;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.about__step-dot.is-active {
  background-color: #EF9C6E;
  transform: scale(1.25);
}

.about__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 30;
  opacity: 0;
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .about__scroll {
    display: none;
  }
}

.about__catch {
  position: absolute;
  inset: 0;
  z-index: 20;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, #fbfbfb, #fbfaf7);
}
@media screen and (max-width: 768px) {
  .about__catch {
    min-height: 100vh;
    min-height: 100svh;
    position: static;
    opacity: 1;
    pointer-events: auto;
    padding: 180px 0 220px;
  }
}

.about__catch--img {
  max-width: 81px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .about__catch--img {
    max-width: 46px;
    opacity: 0;
    visibility: hidden;
  }
}

.features {
  --features-side-space-left: 13.8542%;
  --features-side-space-right: 12.7604%;
  --features-sticky-top: 20px;
  --features-visual-height: 440px;
  position: relative;
  padding-block: 250px 150px;
  background-color: #fbfaf7;
  color: #4F4C49;
}
@media screen and (max-width: 768px) {
  .features {
    --features-side-space-left: clamp(20px, 20px + (100vw - 375px) * 0.07125, 48px);
    --features-side-space-right: clamp(20px, 20px + (100vw - 375px) * 0.07125, 48px);
    --features-sticky-top: 0px;
    padding-block: 44px 169px;
  }
}

.features__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 40.5%);
  -moz-column-gap: clamp(56px, 8.284789644vw + 24.932038835px, 184px);
       column-gap: clamp(56px, 8.284789644vw + 24.932038835px, 184px);
  align-items: stretch;
  justify-content: center;
  margin-left: var(--features-side-space-left);
  margin-right: var(--features-side-space-right);
}
@media screen and (max-width: 1024px) {
  .features__inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.78fr);
    -moz-column-gap: 56px;
         column-gap: 56px;
  }
}
@media screen and (max-width: 768px) {
  .features__inner {
    grid-template-columns: 1fr;
    row-gap: 80px;
  }
}

.features__visualArea {
  height: 100%;
  justify-self: center;
}
@media screen and (max-width: 768px) {
  .features__visualArea {
    height: auto;
  }
}

.features__visual {
  position: sticky;
  top: max(var(--features-sticky-top), calc((100vh - var(--features-visual-height)) / 2));
  display: flex;
  align-items: center;
  margin: 0;
  max-width: 580px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .features__visual {
    position: static;
    justify-content: center;
  }
}

.features__image {
  width: min(100%, 580px);
  height: auto;
  filter: contrast(0.96) saturate(0.88);
}
@media screen and (max-width: 768px) {
  .features__image {
    width: min(100%, 300px);
  }
}

.features__content {
  max-width: 460px;
  padding-top: 18px;
}
@media screen and (max-width: 768px) {
  .features__content {
    max-width: 100%;
    padding-top: 0;
  }
}

.features__header {
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .features__header {
    margin-bottom: 37px;
  }
}

.features__title {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(20px, 0.2588996764vw + 19.0291262136px, 24px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .features__title {
    line-height: 1;
  }
}

.features__cards {
  display: grid;
  row-gap: 100px;
}
@media screen and (max-width: 768px) {
  .features__cards {
    row-gap: 80px;
  }
}

.featuresCard {
  position: relative;
  max-width: 430px;
}
@media screen and (max-width: 768px) {
  .featuresCard {
    max-width: 100%;
  }
}

.featuresCard__number {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-bottom: 20px;
  color: #EF9C6E;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(18px, 0.5825242718vw + 15.8155339806px, 27px);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .featuresCard__number {
    margin-bottom: 15px;
  }
}

.featuresCard__icon {
  width: 42px;
  height: 27px;
  flex: 0 0 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .featuresCard__icon {
    width: 25px;
    height: auto;
    flex: 0 0 25px;
  }
}

.featuresCard__title {
  margin-bottom: 20px;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(24px, 0.2588996764vw + 23.0291262136px, 28px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .featuresCard__title {
    margin-bottom: 15px;
  }
}

.featuresCard__text {
  font-size: 1rem;
  line-height: 2.15;
}
@media screen and (max-width: 768px) {
  .featuresCard__text {
    font-size: 0.875rem;
    line-height: 2.1;
  }
}

.featuresCard__text--first {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .featuresCard__text--first {
    margin-bottom: 0;
  }
}

.profile {
  position: relative;
}

.profile__pin {
  position: relative;
  overflow: hidden;
  min-height: 69.2538808212vw;
  padding-block: 150px 170px;
  background-image: linear-gradient(to bottom, #fbfaf7, #fbfbfb);
  color: #4F4C49;
}
@media screen and (max-width: 768px) {
  .profile__pin {
    min-height: initial;
    padding-block: 98px 106px;
  }
}

.profile__bg {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  z-index: 0;
  width: 100vw;
  aspect-ratio: 1997/1383;
  pointer-events: none;
}
@media screen and (max-width: 1440px) {
  .profile__bg {
    height: 100%;
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 768px) {
  .profile__bg {
    top: 0;
  }
}

.profile__bgImage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1420px) and (max-width: 1650px) {
  .profile__bgImage {
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
}
@media screen and (max-width: 768px) {
  .profile__bgImage {
    -o-object-position: center top;
       object-position: center top;
  }
}

@media screen and (min-width: 1420px) and (max-width: 1650px) {
  .profile__bg {
    height: 100%;
    aspect-ratio: auto;
  }
}

.profile__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.profile__inner {
  position: relative;
  z-index: 1;
  margin: 160px 17% 0 20%;
}
@media screen and (min-width: 1921px) {
  .profile__inner {
    max-width: 1209.6px;
    margin: clamp(160px, 160px + (100vw - 1920px) * 0.25, 320px) auto 0;
  }
}
@media screen and (max-width: 1440px) {
  .profile__inner {
    margin: 130px 8% 0;
  }
}
@media screen and (max-width: 1024px) {
  .profile__inner {
    margin: 120px 5% 0;
  }
}
@media screen and (max-width: 768px) {
  .profile__inner {
    width: min(100% - 40px, 620px);
    margin: 0 auto;
  }
}

.profile__title {
  margin-bottom: 85px;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(24px, 1.0355987055vw + 20.1165048544px, 40px);
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 1921px) {
  .profile__title {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1440px) {
  .profile__title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .profile__title {
    margin-bottom: 20px;
    font-size: clamp(24px, 0.3883495146vw + 22.5436893204px, 30px);
  }
}

.profile__body {
  display: grid;
  grid-template-columns: minmax(260px, 488px) minmax(0, 1fr);
  -moz-column-gap: clamp(64px, 2.9773462783vw + 52.8349514563px, 110px);
       column-gap: clamp(64px, 2.9773462783vw + 52.8349514563px, 110px);
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .profile__body {
    grid-template-columns: minmax(0, min(30vw, 380px)) minmax(380px, 1fr);
    -moz-column-gap: clamp(48px, 2.071197411vw + 40.2330097087px, 80px);
         column-gap: clamp(48px, 2.071197411vw + 40.2330097087px, 80px);
    align-items: start;
  }
}
@media screen and (max-width: 1024px) {
  .profile__body {
    grid-template-columns: minmax(0, min(34vw, 420px)) minmax(0, 1fr);
    -moz-column-gap: clamp(32px, 1.5533980583vw + 26.1747572816px, 56px);
         column-gap: clamp(32px, 1.5533980583vw + 26.1747572816px, 56px);
  }
}
@media screen and (max-width: 768px) {
  .profile__body {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}

.profile__photo {
  width: max(100%, 488px);
  margin: 0;
  justify-self: center;
  -webkit-mask-image: url("/assets/images/Profile/mask.svg");
  mask-image: url("/assets/images/Profile/mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (max-width: 1440px) {
  .profile__photo {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .profile__photo {
    width: min(100%, 295px);
  }
}

.profile__image {
  width: 100%;
  height: auto;
}

.profile__content {
  display: grid;
  row-gap: 20px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .profile__content {
    max-width: 100%;
  }
}

.profile__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .profile__text {
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .profile__text {
    font-size: 0.875rem;
    line-height: 2.05;
    letter-spacing: 0.15em;
  }
}

@media screen and (min-width: 1420px) and (max-width: 1650px) {
  .profile__pin {
    min-height: initial;
    padding-block: clamp(70px, 17.3913043478vw - 176.956521739px, 110px);
  }
  .profile__inner {
    width: min(100% - 80px, clamp(1130px, 34.6086956522vw + 638.556521739px, 1209.6px));
    margin: clamp(90px, 17.3913043478vw - 156.956521739px, 130px) auto 0;
  }
  .profile__title {
    margin-bottom: clamp(40px, 8.6956521739vw - 83.47826087px, 60px);
  }
  .profile__body {
    grid-template-columns: minmax(0, clamp(450px, 16.5217391304vw + 215.391304348px, 488px)) minmax(0, 1fr);
    -moz-column-gap: clamp(64px, 6.9565217391vw - 34.782608696px, 80px);
         column-gap: clamp(64px, 6.9565217391vw - 34.782608696px, 80px);
    align-items: center;
  }
  .profile__photo {
    width: 100%;
  }
}

.profile__steam {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  transform: translateX(50%);
  height: auto;
}
.profile__steam img {
  width: 100%;
  height: auto;
}

.profile__steam--top {
  top: 250px;
  left: 30%;
  width: 292px;
}
@media screen and (max-width: 768px) {
  .profile__steam--top {
    top: 58px;
    left: 4%;
    width: 72px;
  }
}

.profile__steam--left {
  left: -12px;
  bottom: 102px;
  width: 282px;
}
@media screen and (max-width: 768px) {
  .profile__steam--left {
    left: -52px;
    bottom: 80px;
    width: 108px;
  }
}

.profile__steam--center1 {
  top: 36%;
  left: 18%;
  width: 296px;
}
@media screen and (max-width: 768px) {
  .profile__steam--center1 {
    top: 34%;
    left: -48px;
    width: 112px;
  }
}

.profile__steam--center2 {
  top: 50%;
  right: 40%;
  width: 289px;
}
@media screen and (max-width: 768px) {
  .profile__steam--center2 {
    display: none;
  }
}

.profile__steam--center3 {
  top: 25%;
  right: 15%;
  width: 306px;
}
@media screen and (max-width: 768px) {
  .profile__steam--center3 {
    top: 22%;
    right: -48px;
    width: 112px;
  }
}

.profile__steam--center4 {
  bottom: 3%;
  right: 25%;
  width: 279px;
}
@media screen and (max-width: 768px) {
  .profile__steam--center4 {
    display: none;
  }
}

.profile__steam--right {
  right: -18px;
  top: 60%;
  width: 258px;
}
@media screen and (max-width: 768px) {
  .profile__steam--right {
    display: none;
  }
}

.profile__scroll {
  position: fixed;
  bottom: clamp(72px, 8.333vw, 160px);
  left: 50%;
  z-index: 30;
  opacity: 0;
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (min-width: 1420px) and (max-width: 1650px) {
  .profile__scroll {
    position: absolute;
    bottom: clamp(16px, 2.6086956522vw - 21.043478261px, 22px);
  }
}
@media screen and (max-width: 768px) {
  .profile__scroll {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .profile__title,
  .profile__photo,
  .profile__content,
  .profile__steam {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
  .profile__bg {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}
.priceVoice {
  position: relative;
  overflow: visible;
  background-color: #FBFBFB;
}
@media screen and (max-width: 768px) {
  .priceVoice {
    overflow-x: clip;
    background-image: linear-gradient(to bottom, #fbf8f5 0%, #fbfbfb 100%);
  }
}

.priceVoice__visualArea {
  position: absolute;
  top: 0;
  right: 120px;
  bottom: 300px;
  z-index: 3;
  width: clamp(440px, 13.5922330097vw + 389.0291262136px, 650px);
  pointer-events: none;
}
@media screen and (min-width: 1921px) {
  .priceVoice__visualArea {
    right: calc((100% - 1920px) / 2 + 120px);
  }
}
@media screen and (max-width: 1440px) {
  .priceVoice__visualArea {
    right: 6%;
    width: min(32vw, 520px);
  }
}
@media screen and (max-width: 1024px) {
  .priceVoice__visualArea {
    right: 5%;
    width: min(34vw, 360px);
  }
}
@media screen and (max-width: 768px) {
  .priceVoice__visualArea {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: min(101.3vw, 380px);
    margin: 0 auto 56px;
    padding-top: 70px;
  }
}

.priceVoice__visual {
  position: sticky;
  top: 158px;
  width: 100%;
  margin: 158px 0 0;
  opacity: 0;
  transform: translateY(24px);
  filter: blur(8px);
  transition: opacity 1.2s ease, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), filter 1.2s ease;
}
.priceVoice__visual.is-show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
@media screen and (max-width: 1024px) {
  .priceVoice__visual {
    margin-top: 158px;
  }
}
@media screen and (max-width: 768px) {
  .priceVoice__visual {
    position: relative;
    top: auto;
    margin: 0;
  }
}

.priceVoice__visualFrame {
  position: relative;
  z-index: 0;
}
.priceVoice__visualFrame::before {
  content: "";
  position: absolute;
  inset: 47% auto auto 49%;
  z-index: 1;
  width: 130%;
  aspect-ratio: 1128/1040;
  background: url("/assets/images/price/frame.svg") center/contain no-repeat;
  transform: translate(-50%, -50%) scale(1.2);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .priceVoice__visualFrame::before {
    inset: 50% auto auto 50%;
    width: min(92vw, 345px);
    transform: translate(-50%, -50%) scale(1.4);
  }
}

.priceVoice__visualImage {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
}

.price {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  padding-block: 160px 150px;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .price {
    padding-block: 0 66px;
    overflow-x: clip;
  }
}

.price__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 800px) 1fr;
  align-items: start;
  min-height: 540px;
  margin-inline: 13.2% 5.8%;
}
@media screen and (min-width: 1921px) {
  .price__inner {
    width: 1555.2px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1440px) {
  .price__inner {
    grid-template-columns: minmax(0, min(50vw, 720px)) 1fr;
    margin-inline: 8% 6%;
  }
}
@media screen and (max-width: 1024px) {
  .price__inner {
    grid-template-columns: minmax(0, 52vw) 1fr;
    margin-inline: 5%;
  }
}
@media screen and (max-width: 768px) {
  .price__inner {
    display: block;
    min-height: 0;
    margin-inline: clamp(20px, 20px + (100vw - 375px) * 0.07125, 48px);
  }
}

@media screen and (min-width: 1420px) and (max-width: 1800px) {
  .priceVoice {
    --priceVoice-side-space: clamp(85px, 9.2105263158vw - 45.789473684px, 120px);
    --priceVoice-content-width: clamp(610px, 18.4210526316vw + 348.421052632px, 680px);
    --priceVoice-visual-width: clamp(454px, 47.3684210526vw - 218.631578947px, 634px);
  }
  .priceVoice__visualArea {
    right: var(--priceVoice-side-space);
    width: var(--priceVoice-visual-width);
  }
  .price__inner {
    grid-template-columns: minmax(0, var(--priceVoice-content-width)) minmax(0, 1fr);
    margin-inline: var(--priceVoice-side-space);
  }
}

.price__content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .price__content {
    padding-left: 0;
  }
}

.price__header {
  margin-bottom: clamp(40px, 1.2297734628vw + 35.3883495146px, 59px);
}

.price__title {
  margin-bottom: 15px;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(24px, 1.0355987055vw + 20.1165048544px, 40px);
  font-weight: 700;
  line-height: 1;
  color: #EF9C6E;
  white-space: nowrap;
}
.price__title .price__year {
  font-size: clamp(20px, 1.0355987055vw + 16.1165048544px, 36px);
}

.price__lead {
  font-size: clamp(14px, 0.1294498382vw + 13.5145631068px, 16px);
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .price__lead {
    line-height: 1.7;
  }
}

.price__plans-title {
  margin-bottom: clamp(7px, 0.8414239482vw + 3.8446601942px, 20px);
  font-size: clamp(20px, 0.2588996764vw + 19.0291262136px, 24px);
  font-weight: 500;
  line-height: 1.4;
}

.price__planGroup {
  display: grid;
  grid-template-columns: 69px minmax(0, 1fr);
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .price__planGroup {
    grid-template-columns: 43px minmax(0, 1fr);
  }
}
.price__planGroup + .price__planGroup {
  margin-top: 0;
}

.price__planLabel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 88px;
  min-width: 69px;
  padding-inline: 55px;
  padding-block: 20px;
  background-color: #EF9C6E;
  color: #ffffff;
  border-radius: 34.5px;
  font-size: clamp(20px, 0.2588996764vw + 19.0291262136px, 24px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1rem;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .price__planLabel {
    justify-content: center;
    min-width: 43px;
    width: 43px;
    padding-inline: 0;
    font-size: 1.25rem;
    letter-spacing: 0.4em;
  }
}

.price__planGroup--paid .price__planLabel {
  background-color: #ffffff;
  color: #EF9C6E;
  border: 2px solid #EF9C6E;
  padding-inline: 60px 0;
}
@media screen and (max-width: 768px) {
  .price__planGroup--paid .price__planLabel {
    justify-content: center;
    min-width: 43px;
    width: 43px;
    padding-inline: 0;
  }
}
.price__planGroup--paid .price__planList {
  gap: 0;
  margin-top: 25px;
  margin-bottom: 36px;
}
.price__planGroup--paid .price__planAmount {
  margin-bottom: 15px;
}

.price__planList {
  display: flex;
  flex-direction: column;
  gap: 47px;
  width: 100%;
  padding-left: clamp(5px, 0.4530744337vw + 3.3009708738px, 12px);
  margin-top: 24px;
  margin-bottom: 44px;
}

.price__planBlock {
  position: relative;
}

.price__planName {
  position: relative;
  margin-bottom: 5px;
  font-size: clamp(20px, 0.2588996764vw + 19.0291262136px, 24px);
  font-weight: 700;
  line-height: 1.6;
  color: #EF9C6E;
  padding-left: clamp(41px, 3.4951456311vw + 27.8932038835px, 95px);
}
.price__planName::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: clamp(35px, 2.9126213592vw + 24.0776699029px, 80px);
  height: 3px;
  background-image: radial-gradient(circle, #EF9C6E 1.5px, transparent 1.5px);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 8px 3px;
}

.price__planText,
.price__planAmount,
.price__planNote {
  padding-left: clamp(41px, 3.4951456311vw + 27.8932038835px, 95px);
}

.price__planText {
  font-size: clamp(14px, 0.1294498382vw + 13.5145631068px, 16px);
  line-height: 1.5;
  color: #4F4C49;
}

.price__planAmount {
  margin-top: 8px;
}

.price__planAmountText {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 39px;
  padding: 0 clamp(17px, 0.3236245955vw + 15.786407767px, 22px) 0 clamp(18px, 0.4530744337vw + 16.3009708738px, 25px);
  border: 1px solid #EF9C6E;
  border-radius: 21.5px;
  color: #4F4C49;
  font-size: clamp(12px, 0.5177993528vw + 10.0582524272px, 20px);
  font-weight: 700;
  line-height: 1;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .price__planAmountText {
    min-width: 91px;
    min-height: 25px;
  }
}

@media (max-width: 350px) {
  .price__planGroup--paid .price__planAmountText {
    min-height: 45px;
  }
}

.price__planNote {
  position: relative;
  margin-top: 10px;
  padding-left: calc(clamp(41px, 3.4951456311vw + 27.8932038835px, 95px) + 19px);
  font-size: clamp(12px, 0.2588996764vw + 11.0291262136px, 16px);
  line-height: 1.4;
}
.price__planNote::before {
  content: "";
  position: absolute;
  top: 0.42em;
  left: calc(clamp(41px, 3.4951456311vw + 27.8932038835px, 95px) + 6px);
  width: 0;
  height: 0;
  border-top: 5.5px solid transparent;
  border-bottom: 5.5px solid transparent;
  border-left: 8px solid #EF9C6E;
}

.price__plan-note-sub {
  display: block;
  padding-left: 6em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .price__plan-note-sub {
    padding-left: 5rem;
    white-space: nowrap;
  }
}

.voice {
  position: relative;
  z-index: 1;
  padding-block: 206px 350px;
  background: url("/assets/images/voice/bg.webp") center top/cover no-repeat;
  overflow: visible;
}
@media screen and (min-width: 1921px) {
  .voice {
    padding-block: 206px 500px;
  }
}
@media screen and (max-width: 768px) {
  .voice {
    padding-block: 127px 110px;
    background-image: url("/assets/images/voice/bg_sp.webp");
  }
}

.voice__inner {
  display: grid;
  grid-template-columns: minmax(0, 800px) 1fr;
  margin-inline: 13.2% 5.8%;
}
@media screen and (min-width: 1921px) {
  .voice__inner {
    width: 1555.2px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1440px) {
  .voice__inner {
    grid-template-columns: minmax(0, min(50vw, 720px)) 1fr;
    margin-inline: 8% 6%;
  }
}
@media screen and (max-width: 1024px) {
  .voice__inner {
    grid-template-columns: minmax(0, 52vw) 1fr;
    margin-inline: 5%;
  }
}
@media screen and (max-width: 768px) {
  .voice__inner {
    display: block;
    margin-inline: clamp(20px, 20px + (100vw - 375px) * 0.07125, 48px);
  }
}

@media screen and (min-width: 1420px) and (max-width: 1800px) {
  .voice__inner {
    grid-template-columns: minmax(0, var(--priceVoice-content-width)) minmax(0, 1fr);
    margin-inline: var(--priceVoice-side-space);
  }
}

.voice__content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin-left: 0;
}

.voice__title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: clamp(80px, 1.2944983819vw + 75.145631068px, 100px);
  margin-inline: auto;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(24px, 1.0355987055vw + 20.1165048544px, 40px);
  font-weight: 600;
  line-height: 1;
  color: #EF9C6E;
  text-align: center;
}
.voice__title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -90px;
  transform: translateY(-50%);
  z-index: -1;
  width: clamp(72px, 4.6601941748vw + 54.5242718447px, 144px);
  aspect-ratio: 144/141;
  background: url("/assets/images/voice/yuge.svg") center/contain no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .voice__title::after {
    top: 10px;
    left: -40px;
  }
}

.voice__list {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 0.5177993528vw + 38.0582524272px, 48px);
}

.voiceCard {
  overflow: hidden;
  background-color: #fffefc;
  border-radius: clamp(22px, 1.359223301vw + 16.9029126214px, 43px);
  box-shadow: 0 0 10px 0 hsla(28, 17%, 28%, 0.18);
}

.voiceCard__button {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: clamp(20px, 0.6472491909vw + 17.572815534px, 30px) clamp(15px, 0.9061488673vw + 11.6019417476px, 29px) clamp(20px, 0.6472491909vw + 17.572815534px, 30px) clamp(20px, 1.9417475728vw + 12.7184466019px, 50px);
  color: #4F4C49;
  text-align: left;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

@media (any-hover: hover) {
  .voiceCard:not(.is-open) .voiceCard__button:hover {
    background-color: hsla(21, 89%, 70%, 0.06);
  }
}

.voiceCard__summary {
  display: flex;
  gap: 20px;
  font-size: clamp(16px, 0.3883495146vw + 14.5436893204px, 22px);
  font-weight: 500;
  line-height: 1.5;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .voiceCard__summary {
    flex-wrap: wrap;
    gap: 2px 12px;
  }
}

@media screen and (max-width: 768px) {
  .voiceCard__meta,
  .voiceCard__occupation {
    order: 1;
  }
  .voiceCard__name {
    flex-basis: 100%;
    order: 2;
  }
}
.voiceCard__icon {
  position: relative;
  flex: 0 0 clamp(20px, 0.9708737864vw + 16.359223301px, 35px);
  width: clamp(20px, 0.9708737864vw + 16.359223301px, 35px);
  height: clamp(20px, 0.9708737864vw + 16.359223301px, 35px);
  margin-top: 2px;
  border: 1px solid #EF9C6E;
  border-radius: 50%;
}
.voiceCard__icon::before, .voiceCard__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(12px, 0.5825242718vw + 9.8155339806px, 21px);
  height: 1px;
  background-color: #EF9C6E;
  transform: translate(-50%, -50%);
}
.voiceCard__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.voiceCard.is-open .voiceCard__icon::after {
  opacity: 0;
}

.voiceCard__body {
  padding: clamp(14px, 1.0355987055vw + 10.1165048544px, 30px) clamp(10px, 0.6472491909vw + 7.572815534px, 20px) clamp(14px, 1.0355987055vw + 10.1165048544px, 30px) clamp(10px, 1.2944983819vw + 5.145631068px, 30px);
  margin: 0 clamp(17px, 0.8414239482vw + 13.8446601942px, 30px) clamp(20px, 0.6472491909vw + 17.572815534px, 30px);
  background-color: #ffffff;
  border-radius: 16px;
}

.voiceCard__block + .voiceCard__block {
  margin-top: 34px;
}

.voiceCard__block--rating {
  display: flex;
  gap: clamp(24px, 1.1650485437vw + 19.6310679612px, 42px);
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .voiceCard__block--rating {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.voiceCard__answer {
  flex: 1 1 auto;
}

.voiceCard__question {
  position: relative;
  margin-bottom: clamp(10px, 0.6472491909vw + 7.572815534px, 20px);
  padding-left: clamp(15px, 0.6472491909vw + 12.572815534px, 25px);
  font-size: clamp(16px, 0.5177993528vw + 14.0582524272px, 24px);
  font-weight: 700;
  line-height: 1.6;
}
.voiceCard__question::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: clamp(10px, 0.5177993528vw + 8.0582524272px, 18px);
  height: clamp(10px, 0.5177993528vw + 8.0582524272px, 18px);
  background-color: #EF9C6E;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .voiceCard__question::before {
    top: 0.8em;
  }
}

.voiceCard__text {
  font-size: clamp(14px, 0.1294498382vw + 13.5145631068px, 16px);
  line-height: 2.1;
  font-weight: 500;
}
.voiceCard__text .color {
  color: #EF9C6E;
  font-weight: 700;
}

.voiceCard__rating {
  flex: 0 0 clamp(190px, 3.8187702265vw + 175.6796116505px, 249px);
  padding: 8px 15px 14px;
  color: #4F4C49;
  border: 1px solid #EF9C6E;
  border-radius: 11px;
}
@media screen and (max-width: 1024px) {
  .voiceCard__rating {
    flex: 0 0 auto;
    width: 100%;
  }
}

.voiceCard__rating-head {
  display: flex;
  gap: 14px;
  align-items: baseline;
  justify-content: center;
  padding-bottom: 9px;
  border-bottom: 1px solid #d5d0ca;
}

.voiceCard__rating-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.voiceCard__rating-scale {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.voiceCard__rating-body {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  color: #EF9C6E;
  font-weight: 700;
  line-height: 1;
}

.voiceCard__rating-stars {
  font-size: 1.75rem;
  letter-spacing: 1px;
}

.voiceCard__rating-label {
  font-size: 1.25rem;
  white-space: nowrap;
}

.cta {
  position: relative;
  margin-top: -150px;
  padding-bottom: 100px;
  overflow: visible;
  background-image: linear-gradient(to bottom, #fbfbfb, #f7f6f2);
}
@media screen and (min-width: 1921px) {
  .cta {
    margin-top: -200px;
  }
}
@media screen and (max-width: 768px) {
  .cta {
    margin-top: -50px;
    padding-bottom: 80px;
  }
}

.cta__visual {
  --cta-visual-height: 1723px;
  --cta-visual-offset-y: 0px;
  position: relative;
  z-index: 1;
  height: var(--cta-visual-height);
  overflow: visible;
  margin-bottom: 400px;
}
@media screen and (min-width: 1921px) {
  .cta__visual {
    --cta-visual-height: calc(100vw * 1723 / 1920);
    --cta-visual-offset-y: clamp(-120px, calc((1920px - 100vw) * 0.1875), 0px);
  }
}
@media screen and (max-width: 768px) {
  .cta__visual {
    height: max(1408px, 375.4666666667vw);
    margin-bottom: 0;
    aspect-ratio: auto;
  }
}

.cta__visual-sticky {
  position: relative;
  height: var(--cta-visual-height);
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .cta__visual-sticky {
    height: max(1408px, 375.4666666667vw);
  }
}

.cta__visual-canvas {
  position: relative;
  height: var(--cta-visual-height);
}
@media screen and (max-width: 768px) {
  .cta__visual-canvas {
    height: max(1408px, 375.4666666667vw);
  }
}

.cta__visual-star {
  animation: sparkle 2.4s ease-in-out infinite;
  transform-origin: center;
  filter: brightness(1.6) contrast(1.2) drop-shadow(0 0 6px rgba(255, 255, 255, 0.9));
}

@keyframes sparkle {
  0% {
    opacity: 0;
    transform: scale(0.6) rotate(0deg);
    filter: blur(1px);
  }
  30% {
    opacity: 1;
    transform: scale(1) rotate(12deg);
    filter: blur(0);
  }
  60% {
    opacity: 0.8;
    transform: scale(0.85) rotate(-8deg);
  }
  100% {
    opacity: 0;
    transform: scale(0.4) rotate(20deg);
    filter: blur(1px);
  }
}
.cta__visual-star--1 {
  position: absolute;
  top: 21%;
  left: 38%;
  z-index: 3;
  width: clamp(72px, 0vw + 72px, 72px);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .cta__visual-star--1 {
    top: 15%;
    left: 30%;
  }
}

.cta__visual-star--2 {
  position: absolute;
  top: 40%;
  right: 35%;
  z-index: 3;
  width: clamp(72px, 0.1941747573vw + 71.2718446602px, 75px);
  transform: translate(50%, -50%);
}
@media screen and (max-width: 768px) {
  .cta__visual-star--2 {
    top: 30%;
    right: 22%;
  }
}

.cta__visual-star--1 .cta__visual-star {
  animation-delay: 0s;
}

.cta__visual-star--2 .cta__visual-star {
  animation-delay: 1.2s;
}

.cta__visual-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url("/assets/images/cta/bg.webp") center top/cover no-repeat;
  pointer-events: none;
}
@media screen and (min-width: 1921px) {
  .cta__visual-bg {
    top: var(--cta-visual-offset-y);
    bottom: auto;
    height: calc(100% - var(--cta-visual-offset-y));
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .cta__visual-bg {
    background-image: url("/assets/images/cta/bg_sp.webp");
  }
}

.cta__visual-illust {
  position: absolute;
  top: 9.8%;
  left: 50%;
  z-index: 2;
  width: clamp(176px, 45.0485436893vw + 7.067961165px, 872px);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .cta__visual-illust {
    max-width: 463px;
    width: 100%;
    top: 11%;
  }
}
@media screen and (max-width: 375px) {
  .cta__visual-illust {
    top: 120px;
  }
}

.cta__visual-message {
  position: absolute;
  top: 24%;
  left: 50%;
  z-index: 3;
  width: min(72vw, 75.5px);
  opacity: 0;
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 1440px), screen and (min-width: 769px) and (max-height: 800px) {
  .cta__visual-message {
    top: 15%;
  }
}
@media screen and (max-width: 768px) {
  .cta__visual-message {
    max-width: 46px;
    width: 100%;
    margin-top: 170px;
    top: 60%;
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .cta__visual-message {
    margin-top: 0;
    top: clamp(1080px, 164vw, 1250px);
  }
}
@media screen and (max-width: 375px) {
  .cta__visual-message {
    top: 55%;
  }
}

.cta__body {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 629px) minmax(260px, 778px);
  align-items: center;
  justify-content: center;
  margin: 0 11.8% 0 16.3%;
}
@media screen and (max-width: 1440px) {
  .cta__body {
    grid-template-columns: minmax(0, 1fr) minmax(260px, min(38vw, 460px));
    padding-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .cta__body {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .cta__body {
    display: block;
    padding-inline: clamp(20px, 20px + (100vw - 375px) * 0.07125, 48px);
    margin: 0 auto;
  }
}

.cta__content {
  position: relative;
  z-index: 2;
  width: 100%;
  align-self: end;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .cta__content {
    width: min(100%, 350px);
    margin-bottom: 0;
  }
}

.cta__title {
  width: min(100%, 619px);
  margin-bottom: 65px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .cta__title {
    width: 281px;
    margin-bottom: 36px;
    margin-inline: auto;
  }
}

.cta__text {
  font-size: clamp(14px, 0.3883495146vw + 12.5436893204px, 20px);
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .cta__text {
    text-align: center;
  }
}

.cta__lead {
  margin-top: 40px;
  font-size: clamp(14px, 0.3883495146vw + 12.5436893204px, 20px);
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .cta__lead {
    margin-top: 16px;
    text-align: center;
  }
}

.cta__relax {
  position: relative;
  z-index: 1;
  width: 100%;
  pointer-events: none;
  transform: translateX(-18px);
}
@media screen and (max-width: 1440px) {
  .cta__relax {
    width: min(100%, 460px);
    justify-self: end;
  }
}
@media screen and (max-width: 1024px) {
  .cta__relax {
    width: min(100%, 340px);
  }
}
@media screen and (max-width: 768px) {
  .cta__relax {
    width: min(100%, 335px);
    transform: translateX(0px);
  }
}

.cta__box {
  position: relative;
  z-index: 2;
  max-width: 1420px;
  margin: 74px auto 0;
  padding: 50px 80px;
  background-color: #ffffff;
  border-radius: 87px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  .cta__box {
    margin-inline: clamp(20px, 14.8867313916vw + -35.8252427184px, 250px);
    padding: clamp(36px, 0.9061488673vw + 32.6019417476px, 50px) clamp(40px, 2.5889967638vw + 30.2912621359px, 80px);
    border-radius: clamp(48px, 2.5242718447vw + 38.5339805825px, 87px);
  }
}
@media screen and (max-width: 768px) {
  .cta__box {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 25px clamp(20px, 20px + (100vw - 375px) * 0.07125, 48px) 0;
    padding: 40px 5px 30px 20px;
    border-radius: 31px;
  }
}

.cta__box-content {
  margin-bottom: clamp(30px, 0.71197411vw + 27.3300970874px, 41px);
}

.cta__box-title {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.9708737864vw + 4.359223301px, 23px);
  margin-bottom: clamp(24px, 0.6472491909vw + 21.572815534px, 34px);
  font-size: clamp(24px, 0.5177993528vw + 22.0582524272px, 32px);
  line-height: 1.5;
}
@media screen and (max-width: 350px) {
  .cta__box-title {
    flex-wrap: wrap;
    row-gap: 4px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.cta__box-title-img {
  width: clamp(161px, 5.6310679612vw + 139.8834951456px, 248px);
  height: clamp(21px, 0.71197411vw + 18.3300970874px, 32px);
}

.cta__box-text {
  margin-bottom: 12px;
  font-size: clamp(14px, 0.3883495146vw + 12.5436893204px, 20px);
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .cta__box-text {
    line-height: 1.5;
  }
}

.cta__tel {
  display: inline-block;
  margin-right: 6px;
  font-size: clamp(20px, 0.7766990291vw + 17.0873786408px, 32px);
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .cta__tel {
    display: block;
  }
}

.cta__time {
  display: inline-block;
  font-size: clamp(14px, 0.1294498382vw + 13.5145631068px, 16px);
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .cta__time {
    margin-top: 4px;
    display: block;
  }
}

.cta__box-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 90px;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 1440px) {
  .cta__box-form {
    grid-template-columns: minmax(0, 1fr) minmax(293px, min(42vw, clamp(293px, 13.5922330097vw + 242.0291262136px, 503px)));
    -moz-column-gap: clamp(24px, 1.5533980583vw + 18.1747572816px, 48px);
         column-gap: clamp(24px, 1.5533980583vw + 18.1747572816px, 48px);
  }
}
@media screen and (max-width: 768px) {
  .cta__box-form {
    grid-template-columns: 1fr;
    min-height: 0;
  }
}

.cta__box-legal {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.3236245955vw + 8.786407767px, 15px);
}
@media screen and (max-width: 768px) {
  .cta__box-legal {
    margin-bottom: 30px;
  }
}

.cta__terms,
.cta__privacy {
  font-size: clamp(14px, 0.3883495146vw + 12.5436893204px, 20px);
  line-height: 1.4;
}

.cta__terms-button,
.cta__privacy-button {
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .cta__terms-button:hover,
  .cta__privacy-button:hover {
    opacity: 0.7;
  }
}

.cta__terms-button,
.cta__privacy-button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.cta__button {
  align-self: start;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 0.1294498382vw + 15.5145631068px, 18px);
  min-width: clamp(293px, 13.5922330097vw + 242.0291262136px, 503px);
  min-height: clamp(55px, 1.6181229773vw + 48.932038835px, 80px);
  padding: clamp(0px, 0.9708737864vw + -3.640776699px, 15px) clamp(18px, 0.1294498382vw + 17.5145631068px, 20px) clamp(0px, 0.9708737864vw + -3.640776699px, 15px) clamp(56px, 2.3300970874vw + 47.2621359223px, 92px);
  color: #ffffff;
  font-size: clamp(16px, 0.7766990291vw + 13.0873786408px, 28px);
  font-weight: 700;
  line-height: 1.2;
  background-image: linear-gradient(90deg, #ffd3b3 0%, #ffb48b 100%);
  border-radius: 40px;
  box-shadow: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
@media (any-hover: hover) {
  .cta__button:hover {
    opacity: 1;
    box-shadow: 3px 3px 8.6px -1px rgba(187, 96, 44, 0.5);
  }
}
@media screen and (max-width: 1440px) {
  .cta__button {
    width: min(100%, clamp(293px, 13.5922330097vw + 242.0291262136px, 503px));
    min-width: 0;
  }
}
@media screen and (max-width: 768px) {
  .cta__button {
    max-width: 293px;
    width: 100%;
    min-width: 0;
    justify-self: start;
  }
}

.cta__button-icon {
  position: relative;
  flex: 0 0 clamp(25px, 1.6181229773vw + 18.932038835px, 50px);
  width: clamp(25px, 1.6181229773vw + 18.932038835px, 50px);
  height: clamp(25px, 1.6181229773vw + 18.932038835px, 50px);
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 50%;
}

.cta__button-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(13px, 0.9061488673vw + 9.6019417476px, 27px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(-50%, -50%);
  animation: ctaArrowSlide 1.8s cubic-bezier(0.76, 0, 0.24, 1) infinite;
}

@keyframes ctaArrowSlide {
  0%, 32% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  48% {
    opacity: 1;
    transform: translate(120%, -50%);
  }
  49% {
    opacity: 0;
    transform: translate(120%, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-220%, -50%);
  }
  51% {
    opacity: 1;
    transform: translate(-220%, -50%);
  }
  68%, 100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
