:root {
  color-scheme: light;
  --bg: #f8f4ee;
  --surface: #ffffff;
  --text: #333333;
  --accent: #c40000;
  --accent-soft: #ead6d6;
  --accent-brown: #8f7100;
  --button-common: #2aa4cb;
  --shadow: 0 16px 40px rgba(86, 55, 34, 0.12);
  --site-width: 1512px;
}

* {
  box-sizing: border-box;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  background: #ffffff;
  color: var(--text);
}

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

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

img {
  display: block;
  max-width: 100%;
}

.is-mobile {
  display: none;
  @media (max-width: 767px) {
    display: block;
  }
}

.is-desktop {
  display: block;
  @media (max-width: 767px) {
    display: none;
  }
}

.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: var(--accent);
}

.site-header__utility {
  background: var(--accent-brown);
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.site-header__utility-inner,
.site-header__main-inner,
.hero__inner,
.site-footer__container {
  width: min(100% - 32px, var(--site-width));
  margin: 0 auto;
}

.site-header__utility-inner {
  height: 22px;
  display: flex;
  align-items: center;
  padding: 4px 80px;
}

.site-header__main-inner {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(10px, 32px);
  max-width: 1192px;
  padding: 14px 0 16px;
}

.site-header__brand {
  flex: 0 0 auto;
}

.site-header__brand-logo {
  width: 168px;
  height: auto;
}

.site-header__nav {
  width: calc(100% - 168px);
}

.site-header__toggle {
  display: none;
}

.site-header__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header__menu a {
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}

.site-main {
  min-height: calc(100vh - 112px);
  margin-top: 112px;
  padding-bottom: 100px;
}

.site-header__mobile-panel {
  display: none;
}

.site-header__mobile-panel[hidden] {
  display: none !important;
}

.mv-section {
  position: relative;
  background: #ffffff;
}

.mv-section__frame {
  position: relative;
  margin: 0 auto;
}

.mv-section__picture {
  display: block;
}

.mv-section__image {
  width: 100%;
  height: auto;
}

.mv-section__hero-cta {
  position: absolute;
  left: max(10%, calc(50% - 670px));
  bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.mv-section__hero-button {
  width: 380px;
  min-height: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: 0 2px 7px rgba(85, 85, 85, 0.25);
  @media (max-width: 1200px) {
    width: 330px;
    min-height: 72px;
  }
  &:hover {
    opacity: 0.8;
    transition: opacity 0.4s ease;
  }
}

.mv-section__hero-button--join {
  background: #eb663e;
}

.mv-section__hero-button--contact {
  background: #318bc9;
}

.mv-floating-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
}

.mv-floating-cta__button {
  width: 380px;
  min-height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  border-radius: 80px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: opacity 0.4s ease;
}

.mv-floating-cta__button--contact {
  background: #318bc9;
  transition: opacity 0.4s ease;
  &:hover {
    opacity: 0.7;
  }
}

.mv-floating-cta__button--join {
  background: #eb663e;
  transition: opacity 0.4s ease;
  &:hover {
    opacity: 0.7;
  }
}

.news-section {
  position: relative;
  z-index: 2;
  padding: 60px 0 0;
  background: #ffffff;
}

.news-card {
  width: min(100% - 80px, 1040px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 185px 1fr;
  min-height: 226px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.news-card__label-wrap {
  position: relative;
}

.news-card__label {
  position: absolute;
  top: 0;
  left: 60px;
  width: 115px;
  height: 101px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 14px;
  background: #8f7100;
  color: #ffffff;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  clip-path: polygon(0 0, 100% 0, 100% 86%, 50% 75%, 0 86%);
}

.news-card__content {
  padding: 60px 80px 44px 0;
}

.news-card__item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 28px;
  align-items: center;
}

.news-card__item + .news-card__item {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #c8c8c8;
}

.news-card__date {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #666666;
}

.news-card__link,
.news-card__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.news-card__link {
  color: var(--button-common);
  text-decoration: underline;
}

.news-card__text {
  color: var(--text);
}

.about-section {
  padding-bottom: 320px;
  background: #ffffff;
}

.about-section__inner {
  width: min(100%, var(--site-width));
  margin: 0 auto;
  display: grid;
  justify-content: right;
  grid-template-columns: minmax(0, 548px) minmax(0, 804px);
  align-items: end;
  gap: 36px;
  padding-top: 96px;
  padding-left: 20px;
}

.about-section__content {
  padding: 0 0 70px 0;
}

.about-section__decor {
  width: 426px;
  max-width: 100%;
  margin: 0 auto;
}

.about-section__title {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 12px;
  margin: 49px 0 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  line-height: 1.2;
}

.about-section__title-main {
  color: var(--accent);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.about-section__title-sub {
  color: var(--text);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.about-section__text {
  margin-top: 58px;
  text-align: center;
}

.about-section__text p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.08em;
}

.about-section__text p + p {
  margin-top: 20px;
}

.about-section__cta {
  margin-top: 44px;
  text-align: center;
}

.about-section__image-wrap {
  height: 564px;
  overflow: hidden;
  border-top-left-radius: 160px;
}

.about-section__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-sections {
  position: relative;
  /* overflow: hidden; */
  padding-bottom: 160px;
  background: #fff1f2;
}

.feature-sections__curve {
  position: absolute;
  top: -160px;
  left: 50%;
  width: 110vw;
  height: 320px;
  background: #fff1f2;
  border-top-left-radius: 80% 100%;
  border-top-right-radius: 80% 100%;
  transform: translateX(-50%);
}

.reasons-section,
.plans-section,
.flow-section {
  position: relative;
  z-index: 1;
}
.reasons-section {
    & .section-heading {
        padding-top: 0;
    }
}
.section-heading--compact {
  padding-top: 160px;
}

.reasons-grid {
  width: min(100% - 32px, 1192px);
  margin: 102px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.reason-card {
  position: relative;
  text-align: center;
  width: calc(33.333% - 40px);
}

.reason-card__number {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background: #de5f66;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.06em;
  z-index: 2;
}

.reason-card__image-wrap {
  height: 238px;
  overflow: hidden;
  border-radius: 40px;
}

.reason-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reason-card__title {
  margin: 25px 24px 0;
  color: var(--accent-brown);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.reason-card__title span {
  display: block;
}

.reason-card__description {
  text-align: left;
  margin: 16px 24px 0;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.08em;
}

.section-cta {
  display: flex;
  justify-content: center;
  margin-top: 58px;
}

.plans-section {
  padding: 120px 0 0;
}

.plans-panel {
  width: min(100% - 80px, 1432px);
  margin: 0 auto;
  padding: 0 0 120px;
  border-radius: 20px;
  background: #ffffff;
}

.plan-tabs {
  display: none;
}

.plans-grid {
  width: min(100% - 48px, 900px);
  margin: 82px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 420px));
  justify-content: center;
  gap: 60px;
}

.plan-card {
  border: 3px solid transparent;
  border-radius: 40px;
  background: #ffffff;
  overflow: hidden;
}

.plan-card--pink {
  border-color: #de5f66;
}

.plan-card--green {
  border-color: #91b631;
}

.plan-card__head {
  padding: 30px 20px 28px;
  text-align: center;
  color: #ffffff;
}

.plan-card--pink .plan-card__head {
  background: #de5f66;
}

.plan-card--green .plan-card__head {
  background: #91b631;
}

.plan-card__name {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.plan-card__summary {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.plan-card__summary span {
  display: block;
}

.plan-card__fees {
  margin: 0;
  padding: 30px 47px 34px;
}

.plan-card__fee-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 0 19px;
  border-bottom: 1px solid #d7d7d7;
}

.plan-card__fee-row + .plan-card__fee-row {
  margin-top: 20px;
}

.plan-card__fee-row dt {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0.08em;
}

.plan-card__fee-row dd {
  margin: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  color: var(--text);
}

.plan-card__fee-row strong {
  color: var(--accent-brown);
  font-size: 28px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.08em;
}

.plan-card__fee-row span {
  font-size: 16px;
  letter-spacing: 0.08em;
}

.plans-note {
  margin: 20px auto 0;
  width: min(100% - 48px, 900px);
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: right;
  color: #666666;
}

.flow-section {
  padding: 120px 0 0;
  & .section-heading {
    padding-top: 0;
  }
}

.flow-grid {
  width: min(100% - 32px, 1092px);
  margin: 82px auto 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.flow-card {
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
  text-align: center;
}

.flow-card__step {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  background: #de5f66;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.flow-card__image-wrap {
  height: 118px;
  overflow: hidden;
}

.flow-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flow-card__title {
  min-height: 104px;
  margin: 0;
  padding: 24px 8px 20px;
  color: var(--accent-brown);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.flow-card__title small {
  margin-left: 3px;
  font-size: 12px;
  font-weight: 500;
}

.flow-list {
  display: none;
}

.flow-notes {
  margin: 24px auto 0;
  width: min(100% - 32px, 920px);
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}

.faq-section {
  padding: 156px 0 0;
  background: #ffffff;
  & .section-heading {
    padding-top: 0;
  }
}

.faq-section__inner {
  width: min(100%, var(--site-width));
  margin: 0 auto;
}

.section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-top: 113px;
}

.section-heading__title {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}

.section-heading__accent {
  width: 30px;
  height: 10px;
  position: relative;
}

.section-heading__accent::before,
.section-heading__accent::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 30px;
  height: 2px;
  background: var(--accent);
  transform: translateX(-50%);
}

.section-heading__accent::before {
  top: 1px;
}

.section-heading__accent::after {
  bottom: 1px;
}

.faq-list {
  width: min(100% - 32px, 1040px);
  margin: 82px auto 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-card {
  border-radius: 15px;
  background: #f6f6f6;
  overflow: hidden;
}

.faq-card__toggle {
  width: 100%;
  display: grid;
  grid-template-columns: 40px 1fr 24px;
  align-items: center;
  gap: 15px;
  padding: 25px 40px 24px;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.faq-card__badge {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--accent);
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  b {
    transform: translateY(-1px);
  }
}

.faq-card__question {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.faq-card__plus {
  width: 24px;
  height: 24px;
  position: relative;
  justify-self: end;
}

.faq-card__plus::before,
.faq-card__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #666666;
  transform: translate(-50%, -50%);
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.faq-card__plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-card.is-open .faq-card__plus::after {
  opacity: 0;
}

.faq-card__answer {
  padding: 0 50px 31px;
}

.faq-card__answer::before {
  content: "";
  display: block;
  height: 1px;
  margin: 0 0 24px;
  background: #c9c9c9;
}

.faq-card__answer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8125;
  letter-spacing: 0.08em;
}

.faq-section__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 59px;
}

.button-link {
  width: 380px;
  min-height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 40px;
  border-radius: 999px;
  background: var(--button-common);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.08em;
  transition: opacity 0.4s ease;
  &:hover {
    opacity: 0.8;
    transition: opacity 0.4s ease;
  }
}

.button-link__icon {
  width: 24px;
  height: 14px;
  position: relative;
  flex: 0 0 auto;
}

.button-link__icon::before,
.button-link__icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: currentColor;
}

.button-link__icon::before {
  top: 2px;
}

.button-link__icon::after {
  bottom: 2px;
}

.contact-card {
  width: 720px;
  min-height: 239px;
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 20px;
  margin: 120px auto 0;
  padding: 32px 40px;
  border: 1px solid #666666;
  border-radius: 15px;
  background: #f6f6f6;
}

.contact-card__label {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

.contact-card__content {
  text-align: center;
}

.contact-card__title {
  margin: 0;
  color: var(--button-common);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.contact-card__phone {
  margin: 10px 0 0;
  color: var(--button-common);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.contact-card__main {
    margin: 10px 0 0;
    color: var(--button-common);
}

.contact-card__hours {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
}

.site-footer {
  background: #ffffff;
  border-top: 1px solid #d2d2d2;
}

.site-footer__top {
  background: #ffffff;
}

.site-footer__container {
  padding-left: 80px;
  padding-right: 80px;
}

.site-footer__brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 30px;
  padding-bottom: 28px;
}

.site-footer__brand-logo {
  width: 225px;
  height: auto;
}

.site-footer__primary-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__primary-menu a {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.site-footer__certification-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 29px 0 28px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.site-footer__certification-logos {
  display: flex;
  align-items: center;
  gap: 40px;
}

.site-footer__certification-logo--pmark {
  width: 54px;
}

.site-footer__certification-logo--jmic {
  width: 90px;
}

.site-footer__certification-logo--ims {
  width: 48px;
}

.site-footer__listing {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-footer__listing-logo {
  width: 40px;
  height: 54px;
  object-fit: contain;
}

.site-footer__listing-text {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.site-footer__policies {
  padding: 27px 0 0;
}

.site-footer__policy-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__policy-list a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.site-footer__note {
  margin: 18px 0 0;
  padding-bottom: 29px;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
}

.site-footer__bottom {
  background: var(--accent);
  min-height: 210px;
}

.site-footer__copyright {
  margin: 0;
  padding-top: 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.45;
  letter-spacing: 0.1em;
  text-align: center;
}

.contact-page, .thanks-page {
  padding-bottom: 0;
  background: #ffffff;
  + .site-footer {
    & .site-footer__bottom {
        min-height: 90px;
        @media (max-width: 767px) {
            min-height: 60px;
        }
    }
 }
  
}

.subpage-hero__breadcrumb {
    display: block;
    width: calc(100% - 40px);
    max-width: 100%;
    z-index: 4;
    padding: 10px 20px;
    box-sizing: border-box;
  }

  .subpage-hero__breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.08em;
    color: #555555;
  }

  .subpage-hero__breadcrumb-item {
    max-width: 100%;
  }

  .subpage-hero__breadcrumb-item + .subpage-hero__breadcrumb-item::before {
    content: "/";
    display: inline-block;
    margin: 0 8px;
    color: #999999;
    font-weight: 400;
    letter-spacing: 0.04em;
  }

  .subpage-hero__breadcrumb-link {
    color: var(--text);
    text-decoration: none;
    transition: opacity 0.2s ease;
  }

  .subpage-hero__breadcrumb-link:hover {
    opacity: 0.75;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .subpage-hero__breadcrumb-item--current {
    color: #ACACAC;
    font-weight: 500;
    word-break: break-word;
  }

.subpage-hero {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.97) 38%, rgba(255, 255, 255, 0.7) 58%, rgba(255, 255, 255, 0) 76%),
    #ffffff;
}

.subpage-hero__inner {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1512px);
  height: 100%;
  min-height: 480px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-left: 160px;
}

.subpage-hero__title {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 63px;
  margin: 0;
  padding: 5px 18px 7px;
  background: #ed7474;
  border-radius: 3px;
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.1;
  letter-spacing: 0.08em;
}

.subpage-hero__title.is-multiline {
  display: inline-block;
  min-height: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.subpage-hero__title-line {
  display: inline-flex;
  align-items: center;
  min-height: 63px;
  padding: 5px 18px 7px;
  background: #ed7474;
  border-radius: 3px;
}

.subpage-hero__title-line:nth-of-type(2) {
  margin-top: 8px;
}

.subpage-hero__title.is-multiline br {
  display: block;
  content: "";
  margin-top: 8px;
}

.subpage-hero__bouquet {
    position: absolute;
    inset: 0;
    width: 100%;
  z-index: 1;
  pointer-events: none;
}

.subpage-hero__bouquet img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.subpage-hero__line {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.subpage-hero__line--top {
  top: -36px;
  left: -18px;
  width: min(47vw, 720px);
}

.subpage-hero__line--bottom {
  right: -18px;
  bottom: -8px;
  width: min(50vw, 760px);
}

.contact-form-section {
  background: #f6f6f6;
  padding: 72px 0 140px;
}

.contact-form-section__inner {
  width: min(100% - 40px, 696px);
  margin: 0 auto;
}

.contact-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 112px 0 58px;
}

.contact-steps__item {
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(222, 95, 102, 0.1);
  color: #de5f66;
  text-align: center;
}

.contact-steps__item.is-current {
  background: #de5f66;
  color: #ffffff;
}

.contact-steps__item.is-completed {
  background: rgba(222, 95, 102, 0.1);
  color: #de5f66;
}

.contact-steps__step {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  letter-spacing: 0.08em;
}

.contact-steps__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3334;
  letter-spacing: 0.08em;
}

.contact-steps__arrow {
  position: relative;
  width: 23px;
  height: 17px;
  flex: 0 0 23px;
}

.contact-steps__arrow::before,
.contact-steps__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  width: 12px;
  height: 2px;
  background: #de5f66;
  transform-origin: right center;
}

.contact-steps__arrow::before {
  top: 7.5px;
  transform: rotate(45deg);
}

.contact-steps__arrow::after {
  bottom: 7.5px;
  transform: rotate(-45deg);
}

.contact-form {
  color: var(--text);
}

.contact-form__row {
  margin: 0;
  padding: 29px 0 32px;
  display: grid;
  grid-template-columns: 160px minmax(0, 510px);
  gap: 26px;
  align-items: center;
  border-bottom: 1px solid #cfcfcf;
}

.contact-form__row--message {
  align-items: start;
}

.contact-form__label {
  margin: 0;
  color: var(--text);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-align: right;
}

.contact-form__row--message .contact-form__label {
  padding-top: 0;
}

.contact-form__required {
  color: #c40000;
}

.contact-form__field {
  min-width: 0;
}

.contact-form__error {
  width: 100%;
  margin: 10px 0 0;
  color: #c40000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.contact-form__error:empty {
  display: none;
}

.contact-form__error--center {
  text-align: center;
}

.contact-form__field--name {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
}

.contact-form__inline-group {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.contact-form__inline-control {
  position: relative;
  min-width: 0;
}

.contact-form__error--inline {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  margin: 0;
}

.contact-form__field--error-anchor {
  position: relative;
}

.contact-form__error--below {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  margin: 0;
}

.contact-form__inline-label,
.contact-form__suffix,
.contact-form__separator,
.contact-form__choice,
.contact-form__hint,
.contact-form__agreement {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.contact-form__input,
.contact-form__textarea,
.contact-form__submit {
  font-family: "Noto Sans JP", sans-serif;
}

.contact-form__input,
.contact-form__textarea {
  width: 100%;
  border: 1px solid #acacac;
  border-radius: 10px;
  background: #ffffff;
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form__input {
  height: 48px;
  padding: 0 16px;
}

.contact-form__input--required,
.contact-form__textarea.contact-form__input--required {
  background: #fff5f6;
}

.contact-form__input--required.is-filled,
.contact-form__textarea.contact-form__input--required.is-filled {
  background: #ffffff;
}

.contact-form__input:focus,
.contact-form__textarea:focus,
.contact-form__choice input:focus + .contact-form__choice-mark,
.contact-form__agreement input:focus + .contact-form__checkbox {
  outline: 0;
  border-color: var(--button-common);
  box-shadow: 0 0 0 3px rgba(42, 164, 203, 0.12);
}

.contact-form__field--choices {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.contact-form__choice {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.contact-form__choice input,
.contact-form__agreement input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contact-form__choice-mark {
  position: relative;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border: 1px solid #caa;
  border-radius: 50%;
  background: #fff5f6;
}

.contact-form__choice-mark::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: var(--button-common);
  transform: scale(0);
  transition: transform 0.2s ease;
}

.contact-form__choice input:checked + .contact-form__choice-mark::after {
  transform: scale(1);
}

.contact-form__field--age,
.contact-form__field--mail,
.contact-form__field--phone {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.contact-form__input--age {
  width: 100px;
  flex: 0 0 100px;
}

.contact-form__input--phone {
  width: 100px;
  flex: 0 0 100px;
}

.contact-form__field--mail .contact-form__input {
  width: calc((100% - 34px) / 2);
}

.contact-form__field--mail .contact-form__separator {
  flex: 0 0 auto;
}

.contact-form__select-wrap {
  position: relative;
  width: 160px;
}

.contact-form__select-wrap::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #666666;
  border-bottom: 1.5px solid #666666;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.contact-form__input--select {
  appearance: none;
  padding-right: 42px;
  background: #ffffff;
}

.contact-form__hint {
  margin: 0 0 12px;
  font-size: 15px;
}

.contact-form__textarea {
  min-height: 144px;
  padding: 14px 16px;
  resize: vertical;
}

.contact-form__consent,
.contact-form__security {
  text-align: center;
}

.contact-form__consent {
  padding-top: 28px;
}

.contact-form__consent-text,
.contact-form__security p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.08em;
}

.contact-form__consent-link,
.contact-form__security-link {
  margin: 12px 0 0;
}

.contact-form__consent-link a,
.contact-form__security-link a {
  color: var(--button-common);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-decoration: underline;
}

.contact-form__agreement {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 36px;
  cursor: pointer;
}

.contact-form__checkbox {
  position: relative;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border: 1px solid #acacac;
  border-radius: 10px;
  background: #fff5f6;
}

.contact-form__checkbox::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  width: 8px;
  height: 14px;
  border-right: 2px solid var(--button-common);
  border-bottom: 2px solid var(--button-common);
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity 0.2s ease;
}

.contact-form__agreement input:checked + .contact-form__checkbox::after {
  opacity: 1;
}

.contact-form__actions {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-form__submit {
  position: relative;
  width: min(100%, 380px);
  min-height: 70px;
  border: 0;
  border-radius: 999px;
  background: var(--button-common);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.contact-form__submit::before,
.contact-form__submit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
}

.contact-form__submit::before {
  width: 18px;
  height: 2px;
  background: #ffffff;
  transform: translateY(-50%);
}

.contact-form__submit::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}

.contact-form__submit:hover {
  opacity: 0.88;
}

.contact-form__submit:disabled {
  background: #bdbdbd;
  cursor: not-allowed;
  opacity: 1;
}

.contact-form__submit:disabled::before {
  background: #f7f7f7;
}

.contact-form__submit:disabled::after {
  border-top-color: #f7f7f7;
  border-right-color: #f7f7f7;
}

.contact-form__submit:disabled:hover {
  opacity: 1;
}

.contact-form__security {
  margin-top: 34px;
}

.confirm-page {
  padding-bottom: 0;
  background: #ffffff;
}

.confirm-section {
  background: #f6f6f6;
  padding: 100px 0 140px;
}

.confirm-section__inner {
  width: min(100% - 40px, 696px);
  margin: 0 auto;
}

.confirm-list {
  color: var(--text);
}

.confirm-list__row {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  padding: 0 0 35px;
  border-bottom: 1px solid #cfcfcf;
}

.confirm-list__row + .confirm-list__row {
  padding-top: 35px;
}

.confirm-list__label {
  margin: 0;
  color: var(--text);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-align: right;
}

.confirm-list__required {
  color: #c40000;
}

.confirm-list__value {
  min-height: 23px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  white-space: pre-wrap;
  word-break: break-word;
}

.confirm-actions {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.confirm-actions__button {
  position: relative;
  width: min(100%, 380px);
  min-height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 56px 0 24px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.08em;
  text-decoration: none;
  appearance: none;
  transition: opacity 0.2s ease;
  cursor: pointer;
}

.confirm-actions__button::before,
.confirm-actions__button::after {
  content: "";
  position: absolute;
  left: auto;
  top: 50%;
  right: 40px;
  width: 18px;
  height: 2px;
  background: #ffffff;
  transform: translateY(-50%);
}

.confirm-actions__button::before {
  margin-top: -4px;
}

.confirm-actions__button::after {
  margin-top: 4px;
}

.confirm-actions__button:hover {
  opacity: 0.88;
}

.confirm-actions__button--primary {
  background: var(--button-common);
}

.confirm-actions__button--secondary {
  background: #666666;
}

.confirm-security {
  margin-top: 34px;
  text-align: center;
}

.confirm-security p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.08em;
}

.confirm-security__link {
  margin-top: 12px;
}

.confirm-security__link a {
  color: var(--button-common);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-decoration: underline;
}

.thanks-page {
  padding-bottom: 0;
  background: #ffffff;
}

.thanks-section {
  background: #f6f6f6;
  padding: 100px 0 140px;
}

.thanks-section__inner {
  width: min(100% - 40px, 696px);
  margin: 0 auto;
}

.thanks-message {
  padding-top: 14px;
  text-align: center;
}

.thanks-message__title {
  margin: 0;
  color: var(--text);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.thanks-message__body {
  margin-top: 43px;
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.08em;
}

.thanks-message__body p {
  margin: 0;
}

.thanks-message__action {
  margin-top: 46px;
  display: flex;
  justify-content: center;
}

.thanks-message__button {
  position: relative;
  width: min(100%, 380px);
  min-height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 56px 0 24px;
  border-radius: 999px;
  background: var(--button-common);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.thanks-message__button::before,
.thanks-message__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
}

.thanks-message__button::before {
  width: 18px;
  height: 2px;
  background: #ffffff;
  transform: translateY(-50%);
}

.thanks-message__button::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}

.thanks-message__button:hover {
  opacity: 0.88;
}

.thought-page {
  padding-bottom: 0;
  background: #ffffff;
}

.thought-issues {
  position: relative;
  padding: 160px 0 120px;
  background: #fff5f6;
  border-top-right-radius: 160px;
}

.thought-issues__inner {
  width: min(100% - 40px, 1130px);
  margin: 0 auto;
}

.thought-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.thought-heading__title {
  margin: 0;
  color: var(--text);
  font-size: 32px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
}

.thought-heading__accent {
  width: 30px;
  height: 10px;
}

.thought-cards {
  margin-top: 82px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.thought-card {
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
}

.thought-card__image-wrap {
  height: 180px;
}

.thought-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thought-card__body {
  padding: 20px 20px 26px;
}

.thought-card__title {
  margin: 0;
  color: #8f7100;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-align: center;
}

.thought-card__description {
  margin: 19px 0 0;
  color: var(--text);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9334;
  letter-spacing: 0.08em;
}

.thought-message-section {
  position: relative;
  padding-bottom: 140px;
  background: #fff5f6;
}

.thought-message-section__photo {
  height: 420px;
}

.thought-message-section__photo picture {
  display: block;
  width: 100%;
  height: 100%;
}

.thought-message-section__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thought-message-section__card {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 900px);
  margin: -60px auto 0;
  padding: 60px 70px 62px;
  border-radius: 20px;
  background: #ffffff;
}

.thought-message-section__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thought-message-section__title {
  margin: 0;
  color: var(--text);
  font-size: 32px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
}

.thought-message-section__accent {
  width: 380px;
  height: 60px;
  margin-top: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.thought-message-section__body {
  margin-top: 26px;
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.08em;
  text-align: center;
}

.thought-message-section__body p {
  margin: 0;
}

.thought-message-section__body p + p {
  margin-top: 30px;
}

.throughts-intro {
  padding: 120px 0 140px;
  background: #ffffff;
}

.throughts-intro__inner {
  width: min(100%, 1512px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 548px) minmax(0, 804px);
  justify-content: right;
  align-items: start;
  gap: max(60px, 80px);
}

.throughts-intro__content {
  padding-top: 73px;
}

.throughts-intro__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.throughts-intro__title {
  margin: 0;
  color: var(--text);
  font-size: 32px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
  white-space: nowrap;
}

.throughts-intro__heading-accent {
  width: 30px;
  height: 10px;
}

.throughts-intro__lead {
  margin-top: 40px;
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.08em;
  text-align: center;
}

.throughts-intro__lead p {
  margin: 0;
}

.throughts-intro__decor {
  display: block;
  width: 100%;
  max-width: 477px;
  height: 23px;
  margin: 28px auto 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.throughts-intro__image-wrap {
  width: 804px;
  height: 564px;
  overflow: hidden;
  border-top-left-radius: 160px;
}

.throughts-intro__image-wrap picture {
  display: block;
  width: 100%;
  height: 100%;
}

.throughts-intro__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.features-page {
  padding-bottom: 0;
  background: #ffffff;
}

.features-reasons {
  position: relative;
  overflow: hidden;
  padding: 152px 0 260px;
  background: #ffffff;
}

.features-reasons__decor {
  position: absolute;
  left: 50%;
  width: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  transform: translateX(-50%);
}

.features-reasons__decor--top {
  top: 510px;
  height: 400px;
}

.features-reasons__decor--middle {
  top: 1606px;
  height: 380px;
}

.features-reasons__decor--bottom {
  bottom: 140px;
  height: 400px;
}

.features-reasons__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1259px);
  margin: 0 auto;
}

.features-reasons__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.features-reasons__title {
  margin: 0;
  color: var(--text);
  font-size: 32px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
}

.features-reasons__accent {
  width: 30px;
  height: 10px;
}

.features-reasons__list {
  margin-top: 82px;
  display: flex;
  flex-direction: column;
  gap: 86px;
}

.features-card {
  position: relative;
  display: flex;
  align-items: start;
}

.features-card.is-reverse {
  flex-direction: row-reverse;
}

.features-card__visual {
  position: relative;
  z-index: 1;
  flex: 0 0 541px;
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-right: -60px;
}

.features-card.is-reverse .features-card__visual {
  margin-right: 0;
  margin-left: -60px;
}

.features-card__meta {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.features-card.is-reverse .features-card__meta {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-left: 90px;
}

.features-card__number-block {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.features-card.is-reverse .features-card__number-block {
  order: 2;
}

.features-card__number {
  margin: 0;
  color: #de5f66;
  font-size: 64px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
}

.features-card__number-line {
  width: 60px;
  height: 3px;
  border-radius: 999px;
  background: #de5f66;
}

.features-card__label {
  margin: 0;
  color: #de5f66;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3847;
  letter-spacing: 0.08em;
}

.features-card__label span,
.features-card__title span {
  display: block;
}

.features-card__image-wrap {
  overflow: hidden;
  border-radius: 40px;
}

.features-card__image-wrap img {
  display: block;
  width: 100%;
  height: 361px;
  object-fit: cover;
}

.features-card__content {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 400px;
  padding: 74px 82px 48px 112px;
}

.features-card__content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 40px;
  background: rgba(255, 245, 246, 0.8);
}

.features-card.is-reverse .features-card__content {
  padding: 74px 112px 48px 82px;
}

.features-card__title {
  margin: 0;
  color: #8f7100;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.features-card__description {
  margin: 28px 0 0;
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8125;
  letter-spacing: 0.08em;
}

.features-card__note-mark {
  font-size: 12px;
  line-height: 1;
  vertical-align: super;
}

.features-section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.features-section-heading--multiline .features-section-heading__title span {
  display: block;
}

.features-section-heading__title {
  margin: 0;
  color: var(--text);
  font-size: 32px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-align: center;
}

.features-section-heading__accent {
  width: 30px;
  height: 10px;
}

.features-matching {
  position: relative;
  padding: 0 0 108px;
  background:#fff1f2;
}

.features-matching__inner {
  position: relative;
  width: min(100% - 40px, 1070px);
  margin: 0 auto;
}

.features-matching__cards {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 450px));
  justify-content: center;
  gap: 90px;
}

.features-matching-card {
  overflow: hidden;
  border-radius: 10px;
  background: #fff9f9;
}

.features-matching-card__header {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  background: #de5f66;
}

.features-matching-card__title {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3334;
  letter-spacing: 0.08em;
  text-align: center;
}

.features-matching-card__title span {
  display: block;
}

.features-matching-card__image-wrap {
  height: 225px;
  overflow: hidden;
}

.features-matching-card__image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.features-matching-card__description {
  margin: 0;
  padding: 14px 18px 20px;
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8125;
  letter-spacing: 0.08em;
}

.features-opportunities {
  padding: 120px 0 170px;
  background: #ffffff;
}

.features-opportunities__inner {
  width: min(100% - 40px, 1060px);
  margin: 0 auto;
}

.features-opportunities__body {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 460px minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.features-opportunities__visual {
  position: relative;
}


.features-opportunities__rate span {
  font-size: 18px;
}

.features-opportunities__center-label {
  left: 153px;
  top: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 151px;
  min-height: 52px;
  padding: 6px 14px 7px;
  border-radius: 30px;
  background: #c40000;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.2942;
  text-align: center;
}

.features-opportunities__members {
  left: 148px;
  top: 157px;
  color: #c40000;
  font-size: 54px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.features-opportunities__members span {
  margin-left: 4px;
  font-size: 28px;
  letter-spacing: 0.08em;
}

.features-opportunities__members-note {
  left: 164px;
  top: 230px;
  color: #c40000;
  font-size: 18px;
  line-height: 1.3334;
}

.features-opportunities__text {
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8125;
  letter-spacing: 0.08em;
}

.features-opportunities__text p {
  margin: 0;
}

.features-opportunities__text p + p {
  margin-top: 10px;
}

@media (max-width: 1100px) {
  .site-header__utility-inner,
  .site-header__main-inner,
  .site-footer__container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .site-header__nav {
    width: 100%;
  }

  .site-header__menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 20px;
  }

  .site-footer__brand-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__primary-menu {
    justify-content: flex-start;
  }

  .site-footer__certification-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__policies {
    padding-top: 24px;
  }

  .site-footer__policy-list {
    justify-content: flex-start;
  }

  .site-footer__note {
    text-align: left;
  }

  .contact-card {
    width: min(100% - 48px, 720px);
  }

  .reasons-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-card {
    width: min(100% - 48px, 1040px);
    grid-template-columns: 150px 1fr;
  }

  .news-card__label {
    left: 24px;
  }

  .news-card__content {
    padding-right: 24px;
  }

  .about-section__inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 64px 24px 0;
  }

  .about-section__content {
    padding-bottom: 0;
  }

  .about-section__image-wrap {
    max-width: 804px;
  }

  .plans-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .flow-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .features-reasons {
    padding: 120px 0 160px;
  }

  .features-reasons__decor--top {
    top: 520px;
  }

  .features-reasons__decor--middle {
    top: 1840px;
  }

  .features-reasons__decor--bottom {
    bottom: 110px;
  }

  .features-reasons__list {
    gap: 70px;
  }

  .features-card,
  .features-card.is-reverse {
    display: block;
  }

  .features-card__visual {
    width: min(100%, 541px);
    gap: 24px;
  }

  .features-card__meta,
  .features-card.is-reverse .features-card__meta {
    justify-content: flex-start;
  }

  .features-card.is-reverse .features-card__number-block {
    order: 0;
  }

  .features-card__content,
  .features-card.is-reverse .features-card__content {
    width: 100%;
    min-height: auto;
    margin-top: 24px;
    padding: 48px 40px;
  }

  .features-matching {
    padding: 130px 0 96px;
    background-size: cover, auto;
  }

  .features-matching__cards {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 88px auto 0;
    gap: 40px;
  }

  .features-opportunities {
    padding: 110px 0 140px;
  }

  .features-opportunities__body {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 42px;
  }

  .features-opportunities__text {
    max-width: 520px;
  }
}

@media (max-width: 1024px) {

  .site-main {
    margin-top: 64px;
  }
  .site-header__utility {
    display: none;
  }

  .site-header__utility-inner {
    min-height: 28px;
    padding: 6px 16px;
    font-size: 11px;
  }

  .site-header__main-inner {
    min-height: 60px;
    padding: 10px;
    gap: 12px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .site-header__brand-logo {
    width: 112px;
  }

  .site-header__nav {
    display: none;
  }

  .site-header__toggle {
    width: 44px;
    height: 44px;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    appearance: none;
  }

  .site-header__toggle-line {
    position: absolute;
    width: 24px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.24s ease, opacity 0.24s ease;
  }

  .site-header__toggle-line:nth-child(1) {
    transform: translateY(-8px);
  }

  .site-header__toggle-line:nth-child(3) {
    transform: translateY(8px);
  }

  .site-header.is-open .site-header__toggle-line:nth-child(1) {
    transform: rotate(45deg);
  }

  .site-header.is-open .site-header__toggle-line:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-open .site-header__toggle-line:nth-child(3) {
    transform: rotate(-45deg);
  }

  .site-header__mobile-panel {
    position: fixed;
    inset: 60px 0 0;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    z-index: 19;
  }

  .site-header__mobile-nav {
    flex: 1 1 auto;
    padding: 44px 40px 32px;
    overflow-y: auto;
  }

  .site-header__mobile-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .site-header__mobile-menu li + li {
    margin-top: 12px;
  }

  .site-header__mobile-menu a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 50px;
    color: var(--text);
  }

  .site-header__mobile-contact {
    background: #f6f6f6;
    padding: 36px 24px 40px;
    text-align: center;
  }

  .site-header__mobile-contact-title {
    margin: 0 0 14px;
    color: var(--button-common);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
  }

  .site-header__mobile-contact-phone {
    margin: 0 0 10px;
    color: var(--button-common);
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
  }

  .site-header__mobile-contact-hours {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }

  .site-header__mobile-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 67px;
  }

  .site-header__mobile-cta-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.07em;
  }

  .site-header__mobile-cta-link--join {
    background: #eb663e;
  }

  .site-header__mobile-cta-link--contact {
    background: #318bc9;
  }
  /* .mv-section {
    padding-top: 64px;
  } */
  .mv-section__hero-button {
    width: 175px;
    min-height: 66px;
    border-radius: 50px;
    font-size: 18px;
    letter-spacing: 0.07em;
  }
  .mv-section__hero-cta {
    bottom: 0;
  }
}

@media (max-width: 767px) {

  .site-header__utility {
    display: none;
  }

  .site-header__utility-inner {
    min-height: 28px;
    padding: 6px 16px;
    font-size: 11px;
  }

  .site-header__main-inner {
    min-height: 60px;
    padding: 10px;
    gap: 12px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .site-header__brand-logo {
    width: 112px;
  }

  .site-header__nav {
    display: none;
  }

  .site-header__toggle {
    width: 44px;
    height: 44px;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    appearance: none;
  }

  .site-header__toggle-line {
    position: absolute;
    width: 24px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.24s ease, opacity 0.24s ease;
  }

  .site-header__toggle-line:nth-child(1) {
    transform: translateY(-8px);
  }

  .site-header__toggle-line:nth-child(3) {
    transform: translateY(8px);
  }

  .site-header.is-open .site-header__toggle-line:nth-child(1) {
    transform: rotate(45deg);
  }

  .site-header.is-open .site-header__toggle-line:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-open .site-header__toggle-line:nth-child(3) {
    transform: rotate(-45deg);
  }

  .site-header__mobile-panel {
    position: fixed;
    inset: 60px 0 0;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    z-index: 19;
  }

  .site-header__mobile-nav {
    flex: unset;
    padding: 44px 40px 32px;
    overflow-y: auto;
  }

  .site-header__mobile-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .site-header__mobile-menu li + li {
    margin-top: 12px;
  }

  .site-header__mobile-menu a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 50px;
    color: var(--text);
  }

  .site-header__mobile-contact {
    background: #f6f6f6;
    padding: 36px 24px 40px;
    text-align: center;
  }

  .site-header__mobile-contact-title {
    margin: 0 0 14px;
    color: var(--button-common);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
  }

  .site-header__mobile-contact-phone {
    margin: 0 0 10px;
    color: var(--button-common);
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
  }

  .site-header__mobile-contact-hours {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }

  .site-header__mobile-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 67px;
  }

  .site-header__mobile-cta-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.07em;
  }

  .site-header__mobile-cta-link--join {
    background: #eb663e;
  }

  .site-header__mobile-cta-link--contact {
    background: #318bc9;
  }

  .mv-section__frame {
    width: 100%;
  }

  .mv-section__hero-cta {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 9px;
    width: 358px;
    flex-direction: row-reverse;
    gap: 8px;
    transform: translateX(-50%);
  }

  .mv-floating-cta {
    justify-content: stretch;
    gap: 0;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
  }

  .mv-floating-cta__button {
    width: 50%;
    min-height: 67px;
    justify-content: center;
    padding: 18px 10px;
    border-radius: 0;
    font-size: 18px;
    letter-spacing: 0.07em;
  }

  .mv-floating-cta__button .button-link__icon {
    display: none;
  }

  .news-section {
    padding-top: 30px;
  }

  .news-card {
    width: min(100% - 40px, calc(100% - 40px));
    margin-top: 0;
    display: block;
    min-height: auto;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }

  .news-card__label-wrap {
    height: 90px;
  }

  .news-card__label {
    left: 50%;
    width: 112px;
    height: 73px;
    font-size: 17px;
    transform: translateX(-50%);
  }

  .news-card__content {
    padding: 0 20px 28px;
  }

  .news-card__item {
    display: block;
  }

  .news-card__date {
    display: block;
    margin-bottom: 20px;
  }

  .news-card__item + .news-card__item {
    margin-top: 20px;
    padding-top: 20px;
  }

  .news-card__link,
  .news-card__text {
    font-size: 15px;
    line-height: 1.7;
  }

  .about-section {
    padding-bottom: 160px;
  }

  .about-section__inner {
    display: block;
    width: 100%;
    padding: 26px 0 0;
  }

  .about-section__content {
    padding: 0 20px;
  }

  .about-section__decor {
    width: 426px;
    max-width: calc(100% + 40px);
    margin-left: -20px;
  }

  .about-section__title {
    justify-content: center;
    margin-top: 42px;
    gap: 6px;
  }

  .about-section__title-main {
    font-size: 26px;
    letter-spacing: 0.08em;
  }

  .about-section__title-sub {
    font-size: 20px;
  }

  .about-section__text {
    margin-top: 46px;
  }

  .about-section__text p {
    font-size: 15px;
    line-height: 1.9334;
    letter-spacing: 0.08em;
  }

  .about-section__text p + p {
    margin-top: 22px;
  }

  .about-section__cta {
    display: flex;
    justify-content: center;
    margin-top: 38px;
  }

  .about-section__image-wrap {
    height: 280px;
    margin-top: 60px;
    border-top-left-radius: 80px;
  }

  .feature-sections {
    padding-top: 0;
    padding-bottom: 80px;
    overflow-x: hidden;
  }

  .feature-sections__curve {
    top: -80px;
    height: 160px;
  }

  .section-heading--compact {
    padding-top: 70px;
  }

  .reasons-grid {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .reason-card {
    width: 100%;
  }

  .reason-card__number {
    /* display: none; */
    width: 64px;
    height: 64px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 30px;
  }

  .reason-card__image-wrap {
    height: 233px;
    border-radius: 20px;
  }

  .reason-card__title {
    margin: 20px 0 0;
    font-size: 18px;
    line-height: 1.45;
  }

  .reason-card__description {
    margin: 14px 10px 0;
    font-size: 15px;
    line-height: 1.9334;
    letter-spacing: 0.08em;
  }

  .section-cta {
    margin-top: 40px;
  }

  .plans-section {
    padding-top: 80px;
  }

  .plans-panel {
    width: min(100% - 20px, 90%);
    padding-bottom: 60px;
    border-radius: 10px;
  }

  .plan-tabs {
    width: min(100% - 40px, 88%);
    margin: 54px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
  }

  .plan-tabs__button {
    min-height: 83px;
    padding: 12px 10px;
    border: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.08em;
    background: #cccccc;
  }

  .plan-tabs__button[data-plan-target="light"] {
    background: #de5f66;
  }

  .plan-tabs__button[data-plan-target="support"] {
    background: #91b631;
  }

  .plan-tabs__button:not(.is-active) {
    filter: saturate(0.8) brightness(0.92);
  }

  .plans-grid {
    width: min(100% - 40px, 88%);
    margin-top: 0;
    display: block;
    max-width: none;
  }

  .plan-card {
    display: none;
    border-radius: 0 0 20px 20px;
  }

  .plan-card.is-active {
    display: block;
  }

  .plan-card__head {
    padding: 25px 16px 20px;
  }

  .plan-card__name {
    font-size: 20px;
  }

  .plan-card__summary {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.53;
  }

  .plan-card__fees {
    padding: 30px 20px 24px;
  }

  .plan-card__fee-row {
    padding-bottom: 14px;
  }

  .plan-card__fee-row + .plan-card__fee-row {
    margin-top: 20px;
  }

  .plan-card__fee-row dt {
    font-size: 15px;
  }

  .plan-card__fee-row strong {
    font-size: 24px;
  }

  .plans-note {
    width: min(100% - 40px, 310px);
    margin-top: 18px;
    text-align: center;
  }

  .flow-section {
    padding-top: 80px;
  }

  .flow-grid {
    display: none;
  }

  .flow-list {
    width: min(100% - 40px, 350px);
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .flow-list-item {
    width: 100%;
    min-height: 85px;
    display: grid;
    grid-template-columns: 93px 1fr;
    align-items: center;
    border-radius: 15px;
    background: #ffffff;
    overflow: hidden;
  }

  .flow-list-item__badge {
    height: 100%;
    background: #de5f66;
    padding: 15px 12px;
  }

  .flow-list-item__badge img {
    width: 61px;
    height: 56px;
    object-fit: cover;
  }

  .flow-list-item__content {
    padding: 10px 16px 10px 12px;
  }

  .flow-list-item__step {
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ACACAC;
    color: #de5f66;
    font-size: 16px;
    font-weight: 700;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.08em;
  }

  .flow-list-item__title {
    margin: 0;
    color: var(--accent-brown);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.08em;
  }

  .flow-list-item__title small {
    margin-left: 3px;
    font-size: 12px;
    font-weight: 500;
  }

  .flow-list__arrow {
    width: 14px;
    height: 8px;
    position: relative;
  }

  .flow-list__arrow::before,
  .flow-list__arrow::after {
    content: "";
    position: absolute;
    top: 3px;
    width: 9px;
    height: 2px;
    background: #de5f66;
  }

  .flow-list__arrow::before {
    left: 0;
    transform: rotate(45deg);
  }

  .flow-list__arrow::after {
    right: 0;
    transform: rotate(-45deg);
  }

  .flow-notes {
    width: min(100% - 40px, 350px);
    margin-top: 20px;
    text-align: left;
  }

  .faq-section {
    padding: 70px 0 0;
  }

  .faq-section__inner {
    width: 100%;
  }

  .site-main {
    min-height: auto;
    padding-bottom: 40px;
  }

  .section-heading {
    gap: 27px;
    padding-top: 70px;
  }

  .section-heading__title {
    font-size: 26px;
    line-height: 1.2;
  }

  .faq-list {
    width: min(100% - 40px, 90%);
    margin-top: 40px;
    gap: 15px;
  }

  .faq-card__toggle {
    grid-template-columns: 32px 1fr 20px;
    gap: 10px;
    padding: 20px 15px 20px 15px;
  }

  .faq-card__badge {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }

  .faq-card__question {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }

  .faq-card__plus {
    width: 20px;
    height: 20px;
  }

  .faq-card__plus::before,
  .faq-card__plus::after {
    width: 15px;
  }

  .faq-card__answer {
    padding: 0 25px 26px;
  }

  .faq-card__answer::before {
    margin-bottom: 18px;
  }

  .faq-card__answer p {
    font-size: 15px;
    line-height: 1.8667;
    letter-spacing: 0.08em;
  }

  .faq-section__cta-wrap {
    margin-top: 40px;
  }

  .button-link {
    width: 300px;
    min-height: 60px;
    padding: 18px 40px 17px 50px;
    font-size: 17px;
    transition: opacity 0.4s ease;
    &:hover {
        opacity: 0.7;
    }
  }

  .button-link__icon {
    width: 23px;
    height: 14px;
  }

  .contact-card {
    width: min(100% - 40px, 350px);
    min-height: 244px;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 82px;
    padding: 35px 20px 33px;
  }

  .contact-card__label {
    font-size: 17px;
  }

  .contact-card__title {
    font-size: 15px;
  }

  .contact-card__phone {
    margin-top: 12px;
    font-size: 32px;
  }

  .contact-card__hours {
    margin-top: 10px;
  }

  .site-footer {
    margin-top: 24px;
  }

  .site-footer__container {
    width: min(100% - 50px, 390px);
    padding-left: 0;
    padding-right: 0;
  }

  .site-footer__brand-row {
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 0;
    gap: 20px;
  }

  .site-footer__brand-logo {
    width: 168px;
  }

  .site-footer__primary-nav {
    width: 100%;
  }

  .site-footer__primary-menu {
    display: block;
  }

  .site-footer__primary-menu li + li {
    margin-top: 4px;
  }

  .site-footer__primary-menu a {
    display: block;
    font-size: 15px;
    line-height: 42px;
    letter-spacing: 0.1em;
  }

  .site-footer__certification-row {
    align-items: flex-start;
    gap: 24px;
    margin-top: 30px;
    padding: 39px 0 29px;
  }

  .site-footer__certification-logos {
    width: 100%;
    justify-content: center;
    gap: 20px;
  }

  .site-footer__listing {
    gap: 10px;
  }

  .site-footer__listing-text {
    font-size: 12px;
    line-height: 1.6;
  }

  .site-footer__policies {
    padding-top: 19px;
  }

  .site-footer__policy-list {
    display: block;
  }

  .site-footer__policy-list li + li {
    margin-top: 1px;
  }

  .site-footer__policy-list a {
    display: block;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.1em;
  }

  .site-footer__note {
    margin-top: 18px;
    padding-bottom: 35px;
    text-align: left;
  }

  .site-footer__bottom {
    min-height: 127px;
  }

  .site-footer__copyright {
    padding-top: 20px;
    font-size: 13px;
    text-align: left;
  }
}

@media (max-width: 767px) {

  .contact-form-section {
    padding: 48px 0 80px;
  }

  .confirm-section {
    padding: 48px 0 80px;
  }

  .thanks-section {
    padding: 48px 0 80px;
  }

  .thought-issues {
    padding: 80px 0 120px;
    border-top-right-radius: 80px;
  }

  .thought-issues__inner {
    width: min(100% - 40px, 100%);
  }

  .thought-heading {
    gap: 27px;
  }

  .thought-heading__title {
    font-size: 26px;
    letter-spacing: 0.08em;
  }

  .thought-cards {
    margin-top: 78px;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .thought-card {
    width: 100%;
  }

  .thought-card__body {
    padding: 20px 20px 22px;
  }

  .thought-card__description {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.9334;
  }

  .thought-message-section {
    padding-bottom: 80px;
  }

  .thought-message-section__photo {
    height: 280px;
  }

  .thought-message-section__photo img {
    object-position: 31% center;
  }

  .thought-message-section__card {
    width: min(100% - 40px, 100%);
    margin-top: -40px;
    padding: 60px 20px 36px;
  }

  .thought-message-section__title {
    font-size: 26px;
    letter-spacing: 0.08em;
  }

  .thought-message-section__accent {
    width: 310px;
    height: 49px;
    margin-top: 18px;
  }

  .thought-message-section__body {
    margin-top: 38px;
    font-size: 15px;
    line-height: 1.9334;
    text-align: left;
  }

  .thought-message-section__body p + p {
    margin-top: 29px;
  }

  .throughts-intro {
    padding: 80px 0 80px;
  }

  .throughts-intro__inner {
    width: min(100% - 20px, 370px);
    display: block;
  }

  .throughts-intro__content {
    padding: 0 10px;
  }

  .throughts-intro__heading {
    gap: 27px;
  }

  .throughts-intro__title {
    font-size: 26px;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }

  .throughts-intro__lead {
    width: 350px;
    margin-top: 40px;
    font-size: 15px;
    line-height: 1.9334;
  }

  .throughts-intro__decor {
    width: 350px;
    height: 18px;
    margin-top: 21px;
  }

  .throughts-intro__image-wrap {
    width: 370px;
    height: 280px;
    margin: 54px 0 0 auto;
    border-top-left-radius: 80px;
  }

  .throughts-intro__image {
    object-position: center;
  }

  .features-reasons {
    padding: 80px 0 120px;
  }

  .features-reasons__inner {
    width: min(100% - 20px, 100% - 40px);
  }

  .features-reasons__heading {
    gap: 27px;
  }

  .features-reasons__title {
    font-size: 26px;
  }

  .features-reasons__list {
    position: relative;
    margin-top: 50px;
    gap: 50px;
  }

  .features-reasons__decor {
    width: 541px;
  }

  .features-reasons__decor--top {
    top: 124px;
    height: 379px;
  }

  .features-reasons__decor--middle {
    top: 1569px;
    left: 70%;
    width: 605px;
    height: 384px;
    background-size: contain;
  }

  .features-reasons__decor--bottom {
    bottom: 430px;
    height: 379px;
  }

  .features-card,
  .features-card.is-reverse {
    display: block;
    width: 100%;
    padding-top: 1px;
  }

  .features-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 300px;
    height: 210px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: rgba(255, 245, 246, 0.8);
  }

  .features-card__visual {
    position: relative;
    z-index: 1;
    width: 300px;
    margin-right: 0;
    padding-top: 80px;
  }

  .features-card.is-reverse .features-card__visual {
    margin-left: 0;
  }

  .features-card__meta,
  .features-card.is-reverse .features-card__meta {
    position: absolute;
    inset: 0 auto auto 0;
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 2;
  }

  .features-card__number-block,
  .features-card.is-reverse .features-card__number-block {
    position: static;
    gap: 11px;
    padding-top: 0;
  }

  .features-card__number {
    width: 53px;
    font-size: 48px;
  }

  .features-card__number-line {
    width: 43px;
  }

  .features-card__label {
    white-space: nowrap;
    width: 260px;
    margin-left: 20px;
    padding-top: 10px;
    font-size: 18px;
    line-height: 1.4;
  }

  .features-card__image-wrap {
    width: 300px;
    border-radius: 20px;
  }

  .features-card__image-wrap img {
    height: 200px;
  }

  .features-card__content,
  .features-card.is-reverse .features-card__content {
    width: 100%;
    min-height: auto;
    margin: 25px 0 0;
    padding: 0;
  }

  .features-card__content::before {
    display: none;
  }

  .features-card__title {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }

  .features-card__description {
    margin-top: 28px;
    font-size: 15px;
    line-height: 1.9334;
    letter-spacing: 0.08em;
  }

  .features-card__note-mark {
    font-size: 10px;
  }

  .features-section-heading {
    gap: 27px;
  }

  .features-section-heading__title {
    font-size: 26px;
    line-height: 1.4616;
  }

  .features-matching {
    padding: 62px 0 60px;
    background:
      linear-gradient(to bottom, transparent 0 100px, #fff1f2 100px 100%);
  }

  .features-matching .feature-sections__curve {
    top: -20px;
  }

  .features-matching__inner {
    width: min(100% - 40px, 100%);
  }

  .features-matching__cards {
    margin-top: 40px;
    max-width: none;
    gap: 30px;
  }

  .features-matching-card {
    width: 100%;
  }

  .features-matching-card__header {
    min-height: 90px;
    padding: 16px 6px 14px;
  }

  .features-matching-card__title {
    font-size: 20px;
    line-height: 1.4;
  }

  .features-matching-card__image-wrap {
    height: 175px;
  }

  .features-matching-card__description {
    padding: 16px 23px 20px;
    font-size: 15px;
    line-height: 1.9334;
    letter-spacing: 0.08em;
  }

  .features-opportunities {
    padding: 60px 0 90px;
  }

  .features-opportunities__inner {
    width: min(100% - 40px, 350px);
  }

  .features-opportunities__body {
    margin-top: 57px;
    gap: 38px;
  }

  .features-opportunities__visual--desktop {
    display: none;
  }

  .features-opportunities__visual--mobile {
    display: block;
    width: 350px;
    height: 264px;
  }

  .features-opportunities__visual--mobile .features-opportunities__shape--outer {
    left: 56px;
    top: 0;
    width: 236px;
    height: 236px;
  }

  .features-opportunities__visual--mobile .features-opportunities__shape--inner {
    left: 68px;
    top: 12px;
    width: 212px;
    height: 212px;
  }

  .features-opportunities__visual--mobile .features-opportunities__photo-mask {
    left: 62px;
    top: 11px;
    width: 122px;
    height: 213px;
  }

  .features-opportunities__visual--mobile .features-opportunities__figure--male {
    left: 20px;
    top: 77px;
    width: 50px;
    height: 144px;
  }

  .features-opportunities__visual--mobile .features-opportunities__figure--female {
    right: 13px;
    top: 84px;
    width: 66px;
    height: 140px;
  }

  .features-opportunities__visual--mobile .features-opportunities__gender {
    top: 15px;
    font-size: 16px;
  }

  .features-opportunities__visual--mobile .features-opportunities__gender--male {
    left: 0;
  }

  .features-opportunities__visual--mobile .features-opportunities__gender--female {
    right: 0;
  }

  .features-opportunities__visual--mobile .features-opportunities__rate {
    top: 37px;
    font-size: 24px;
  }

  .features-opportunities__visual--mobile .features-opportunities__rate span {
    font-size: 12px;
  }

  .features-opportunities__visual--mobile .features-opportunities__center-label {
    left: 118px;
    top: 76px;
    min-width: 94px;
    min-height: 36px;
    padding: 4px 10px;
    font-size: 11px;
    line-height: 1.0909;
  }

  .features-opportunities__visual--mobile .features-opportunities__members {
    left: 104px;
    top: 101px;
    font-size: 36px;
    letter-spacing: -0.05em;
  }

  .features-opportunities__visual--mobile .features-opportunities__members span {
    font-size: 16px;
  }

  .features-opportunities__visual--mobile .features-opportunities__members-note {
    left: 118px;
    top: 147px;
    font-size: 10px;
    line-height: 1.4;
  }

  .features-opportunities__text {
    width: 330px;
    max-width: none;
    font-size: 15px;
    line-height: 1.9334;
    letter-spacing: 0.08em;
  }

  .features-opportunities__text p + p {
    margin-top: 0;
  }

  .subpage-hero {
    min-height: 320px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.82) 38%, rgba(255, 255, 255, 0.72) 100%),
      #ffffff;
  }
  .subpage-hero__inner {
    width: calc(100% - 40px);
    min-height: 320px;
    justify-content: left;
    align-items: flex-end;
    padding: 0 0 112px;
  }

  .subpage-hero__title {
    min-height: 49px;
    padding: 6px 14px 7px;
    font-size: 32px;
    letter-spacing: 0.06em;
  }

  .subpage-hero__title.is-multiline {
    display: inline-block;
    min-height: 0;
    padding: 0;
  }

  .subpage-hero__title-line {
    min-height: 49px;
    padding: 6px 14px 7px;
  }

  .subpage-hero__title.is-multiline br {
    margin-top: 6px;
  }

  .subpage-hero__bouquet {
    width: 100%;
    opacity: 0.92;
  }

  .subpage-hero__bouquet img {
    object-position: 72% center;
  }

  .subpage-hero__line--top {
    top: -8px;
    left: -50px;
    width: 250px;
  }

  .subpage-hero__line--bottom {
    right: -82px;
    bottom: 0;
    width: 330px;
  }

  .contact-form-section__inner {
    width: min(100% - 40px, 350px);
  }

  .confirm-section__inner {
    width: min(100% - 40px, 350px);
  }

  .thanks-section__inner {
    width: min(100% - 40px, 350px);
  }

  .contact-steps {
    gap: 16px;
    margin: 54px 0 36px;
  }

  .contact-steps__item {
    width: 90px;
    height: 90px;
  }

  .contact-steps__step {
    margin-bottom: 6px;
    font-size: 11px;
  }

  .contact-steps__text {
    font-size: 13px;
    line-height: 1.35;
  }

  .contact-steps__arrow {
    display: none;
    width: 10px;
    flex-basis: 10px;
  }

  .contact-steps__arrow::before,
  .contact-steps__arrow::after {
    width: 6px;
  }

  .contact-form__error {
    font-size: 9px;
  }

  .contact-form__row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 25px 0;
  }

  .contact-form__label {
    padding-top: 0;
    font-size: 15px;
    line-height: 1;
    text-align: left;
  }

  .contact-form__field--name {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .contact-form__inline-group {
    gap: 5px;
  }

  .contact-form__inline-label,
  .contact-form__suffix,
  .contact-form__separator,
  .contact-form__choice,
  .contact-form__hint,
  .contact-form__agreement,
  .contact-form__input,
  .contact-form__textarea {
    font-size: 13px;
    line-height: 1.3;
  }

  .contact-form__field--choices {
    gap: 26px;
    flex-wrap: nowrap;
  }

  .contact-form__field--mail {
    gap: 6px;
    flex-wrap: nowrap;
  }

  .contact-form__field--mail .contact-form__input {
    width: 160px;
    flex: 0 0 160px;
  }

  .contact-form__field--phone {
    gap: 6px;
    flex-wrap: nowrap;
  }

  .contact-form__input {
    height: 40px;
    padding: 0 12px;
  }

  .contact-form__choice-mark {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
  }

  .contact-form__choice-mark::after {
    inset: 7px;
  }

  .contact-form__input--age {
    width: 100px;
    max-width: none;
    flex: 0 0 100px;
  }

  .contact-form__input--phone {
    width: 102px;
    flex: 0 0 102px;
  }

  .contact-form__select-wrap {
    width: 160px;
    max-width: none;
  }

  .contact-form__select-wrap::after {
    right: 14px;
    width: 6px;
    height: 6px;
  }

  .contact-form__input--select {
    padding-right: 30px;
    font-size: 13px;
  }

  .contact-form__hint {
    margin: 0 0 10px;
    font-size: 13px;
  }

  .contact-form__textarea {
    min-height: 160px;
    padding: 12px;
  }

  .contact-form__consent {
    padding-top: 22px;
  }

  .contact-form__consent-text,
  .contact-form__security p,
  .contact-form__consent-link a,
  .contact-form__security-link a,
  .contact-form__agreement {
    font-size: 13px;
    line-height: 1.65;
  }

  .contact-form__consent-link {
    margin-top: 12px;
  }

  .contact-form__security-link {
    margin-top: 10px;
  }

  .contact-form__agreement {
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
    text-align: center;
  }

  .contact-form__checkbox {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
  }

  .contact-form__checkbox::after {
    left: 8px;
    top: 4px;
    width: 6px;
    height: 11px;
  }

  .contact-form__submit {
    width: 300px;
    min-height: 60px;
    padding: 0 50px 0 18px;
    font-size: 17px;
  }

  .contact-form__submit::before,
  .contact-form__submit::after {
    right: 24px;
  }

  .contact-form__submit::before {
    width: 16px;
  }

  .contact-form__submit::after {
    width: 7px;
    height: 7px;
  }

  .confirm-list__row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 25px 0;
  }

  .confirm-list__row + .confirm-list__row {
    padding-top: 25px;
  }

  .confirm-list__label {
    font-size: 15px;
    line-height: 1;
    text-align: left;
  }

  .confirm-list__value {
    min-height: 17px;
    font-size: 13px;
    line-height: 1.65;
  }

  .confirm-actions {
    margin-top: 42px;
    gap: 14px;
  }

  .confirm-actions__button {
    width: 300px;
    min-height: 60px;
    padding: 0 50px 0 18px;
    font-size: 17px;
  }

  .confirm-actions__button::before,
  .confirm-actions__button::after {
    right: 24px;
  }

  .confirm-actions__button::before {
    width: 16px;
    margin-top: -4px;
  }

  .confirm-actions__button::after {
    width: 16px;
    height: 2px;
    margin-top: 4px;
  }

  .confirm-security {
    margin-top: 28px;
  }

  .confirm-security p,
  .confirm-security__link a {
    font-size: 13px;
    line-height: 1.65;
  }

  .confirm-security__link {
    margin-top: 10px;
  }

  .thanks-message {
    padding-top: 6px;
  }

  .thanks-message__title {
    font-size: 22px;
    line-height: 1.45;
  }

  .thanks-message__body {
    margin-top: 32px;
    font-size: 13px;
    line-height: 1.8;
  }

  .thanks-message__action {
    margin-top: 38px;
  }

  .thanks-message__button {
    width: 300px;
    min-height: 60px;
    padding: 0 50px 0 18px;
    font-size: 17px;
  }

  .thanks-message__button::before,
  .thanks-message__button::after {
    right: 24px;
  }

  .thanks-message__button::before {
    width: 16px;
  }

  .thanks-message__button::after {
    width: 7px;
    height: 7px;
  }
}

.flow-page {
    --flow-accent: #de5f66;
    --flow-highlight: #8f7100;
    --flow-text: #333333;
    --flow-rule: #666666;
    background: #ffffff;
  }

  .flow-page__section {
    width: min(100% - 32px, 1080px);
    margin: 0 auto;
    padding: 112px 0 136px;
  }

  .flow-page__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .flow-page__title {
    margin: 0;
    color: var(--flow-text);
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
  }

  .flow-page__accent {
    position: relative;
    width: 30px;
    height: 12px;
  }

  .flow-page__accent::before,
  .flow-page__accent::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 30px;
    height: 2px;
    background: var(--flow-accent);
    border-radius: 999px;
    transform: translateX(-50%);
  }

  .flow-page__accent::before {
    top: 1px;
  }

  .flow-page__accent::after {
    bottom: 1px;
  }

  .flow-process {
    margin-top: 81px;
  }

  .flow-process__item {
    position: relative;
    display: grid;
    grid-template-columns: 70px minmax(0, 630px) minmax(240px, 300px);
    column-gap: 33px;
    align-items: start;
  }

  .flow-process__item + .flow-process__item {
    margin-top: 45px;
  }

  .flow-process__item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 70px;
    bottom: -45px;
    left: 34px;
    width: 3px;
    background: var(--flow-accent);
    border-radius: 999px;
    transform: translateX(-50%);
  }

  .flow-process__badge {
    position: relative;
    z-index: 1;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--flow-accent);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1;
  }

  .flow-process__badge-label {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }

  .flow-process__badge-number {
    display: block;
    margin-top: 2px;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.02em;
  }

  .flow-process__body {
    padding-top: 13px;
  }

  .flow-process__step-title {
    margin: 0;
    color: var(--flow-accent);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }

  .flow-process__divider {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 12px;
  }

  .flow-process__divider-accent {
    flex: 0 0 36px;
    height: 4px;
    border-radius: 999px;
    background: var(--flow-accent);
  }

  .flow-process__divider-line {
    flex: 1 1 auto;
    height: 4px;
    background-image: radial-gradient(circle, var(--flow-rule) 1.4px, transparent 1.5px);
    background-position: left center;
    background-repeat: repeat-x;
    background-size: 9px 4px;
  }

  .flow-process__lead {
    margin: 17px 0 0;
    color: var(--flow-highlight);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.46;
  }

  .flow-process__description {
    margin: 18px 0 0;
    color: var(--flow-text);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.8125;
  }

  .flow-process__media {
    width: 300px;
    height: 200px;
    margin-top: 25px;
    border-radius: 40px;
    overflow: hidden;
    justify-self: end;
  }

  .flow-process__media-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @media (max-width: 1023px) {
    .flow-process__item {
      grid-template-columns: 70px minmax(0, 1fr) 260px;
    }

    .flow-process__body {
      padding-right: 12px;
    }

    .flow-process__media {
      width: 260px;
      height: 174px;
    }
  }

  @media (max-width: 767px) {
    .flow-page {
      padding: 72px 0 96px;
    }

    .flow-page__section {
      width: min(100% - 20px, 390px);
    }

    .flow-page__heading {
      gap: 18px;
    }

    .flow-page__title {
      font-size: 24px;
      line-height: 1.35;
    }

    .flow-process {
      margin-top: 55px;
    }

    .flow-process__item {
      grid-template-columns: 54px minmax(0, 1fr);
      column-gap: 20px;
      row-gap: 16px;
    }

    .flow-process__item + .flow-process__item {
      margin-top: 49px;
    }

    .flow-process__item:not(:last-child)::before {
      top: 54px;
      bottom: -49px;
      left: 26px;
      width: 2px;
    }

    .flow-process__badge {
      width: 54px;
      height: 54px;
    }

    .flow-process__badge-label {
      font-size: 11px;
    }

    .flow-process__badge-number {
      margin-top: 1px;
      font-size: 22px;
    }

    .flow-process__body {
      padding-top: 15px;
    }

    .flow-process__step-title {
      font-size: 18px;
    }

    .flow-process__divider {
      gap: 10px;
      margin-top: 10px;
    }

    .flow-process__divider-accent {
      flex-basis: 30px;
      height: 3px;
    }

    .flow-process__divider-line {
      height: 3px;
      background-size: 7px 3px;
      background-image: radial-gradient(circle, var(--flow-rule) 1px, transparent 1.1px);
    }

    .flow-process__lead {
      margin-top: 26px;
      font-size: 18px;
      line-height: 1.62;
    }

    .flow-process__description {
      margin-top: 17px;
      font-size: 15px;
      line-height: 1.93;
    }

    .flow-process__media {
      grid-column: 2;
      width: 276px;
      max-width: 100%;
      height: auto;
      aspect-ratio: 276 / 184;
      margin-top: 0;
      border-radius: 20px;
      justify-self: start;
    }
}

.faq-page {
    --faq-accent: #cc0000;
    --faq-accent-soft: #fff5f6;
    --faq-gold: #8f7100;
    --faq-text: #333333;
    --faq-line: #acacac;
    --faq-light-card: #f6f6f6;
    background: #ffffff;
    color: var(--faq-text);
  }

  .faq-page__hero {
    width: min(100% - 32px, 1040px);
    padding-top: 120px;
    margin: 0 auto 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }

  .faq-page__hero-title {
    position: relative;
    margin: 0;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-align: center;
  }

  .faq-page__hero-title-art {
    position: absolute;
    left: 50%;
    top: 20px;
    width: 512px;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .faq-page__hero-title-art img {
    display: block;
    width: 100%;
    height: auto;
  }


  .faq-page__cta {
    min-height: 40px;
    padding: 10px 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-decoration: none;
  }

  .faq-page__cta--contact {
    background: #3d8ec6;
  }

  .faq-page__cta--join {
    background: #f26b3d;
  }

  .faq-page__cta-icon {
    position: relative;
    width: 18px;
    height: 12px;
    flex: 0 0 18px;
  }

  .faq-page__cta-icon::before,
  .faq-page__cta-icon::after {
    content: "";
    position: absolute;
    right: 0;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }

  .faq-page__cta-icon::before {
    top: 2px;
  }

  .faq-page__cta-icon::after {
    bottom: 2px;
  }

  .faq-page__category-nav {
    width: min(100%, 960px);
    margin-top: 80px;
  }

  .faq-page__category-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .faq-page__category-item {
    border-right: 1px solid var(--faq-line);
  }

  .faq-page__category-item:first-child {
    border-left: 1px solid var(--faq-line);
  }

  .faq-page__category-link {
    min-height: 100px;
    padding: 18px 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: var(--faq-text);
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
  }

  .faq-page__category-link::after {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 2px solid var(--faq-gold);
    border-bottom: 2px solid var(--faq-gold);
    transform: rotate(45deg) translateY(-1px);
  }

  .faq-page__group {
    padding: 100px 0;
    scroll-margin-top: 120px;
  }

  .faq-page__group--tinted {
    background: var(--faq-accent-soft);
  }

  .faq-page__group-inner {
    width: min(100% - 32px, 1040px);
    margin: 0 auto;
  }

  .faq-page__section-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .faq-page__section-title {
    margin: 0;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
  }

  .faq-page__group .faq-list {
    width: 100%;
    margin: 40px 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .faq-page .faq-card {
    border-radius: 15px;
    background: var(--faq-light-card);
    overflow: hidden;
  }

  .faq-page__group--tinted .faq-card {
    background: #ffffff;
  }

  .faq-page .faq-card__toggle {
    width: 100%;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 24px;
    align-items: start;
    gap: 15px;
    padding: 25px 40px 24px;
    border: 0;
    background: transparent;
    color: var(--faq-text);
    text-align: left;
    cursor: pointer;
  }

  .faq-page .faq-card__badge {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--faq-accent);
    color: #ffffff;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
  }

  .faq-page .faq-card__badge b {
    transform: translateY(-1px);
  }

  .faq-page .faq-card__question {
    padding-top: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
  }

  .faq-page .faq-card__plus {
    width: 24px;
    height: 24px;
    margin-top: 10px;
    position: relative;
    justify-self: end;
  }

  .faq-page .faq-card__plus::before,
  .faq-page .faq-card__plus::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: #666666;
    transform: translate(-50%, -50%);
    transition: transform 0.24s ease, opacity 0.24s ease;
  }

  .faq-page .faq-card__plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .faq-page .faq-card.is-open .faq-card__plus::after {
    opacity: 0;
  }

  .faq-page .faq-card__answer {
    padding: 0 50px 31px;
  }

  .faq-page .faq-card__answer::before {
    content: "";
    display: block;
    height: 1px;
    margin: 0 0 24px;
    background: var(--faq-line);
  }

  .faq-page .faq-card__answer p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8125;
    letter-spacing: 0.08em;
  }

  @media (max-width: 767px) {
    .faq-page__hero {
      width: 100%;
      margin-bottom: 40px;
      padding-top: 55px;
    }

    .faq-page__hero-title {
      padding-bottom: 24px;
      font-size: 26px;
      line-height: 1.25;
    }

    .faq-page__hero-title-art {
      top: unset;
      bottom: -40px;
      width: 256px;
    }

    .faq-page__cta {
      min-height: 44px;
      border-radius: 0;
      font-size: 11px;
      gap: 10px;
    }

    .faq-page__cta-icon {
      width: 14px;
      height: 10px;
      flex-basis: 14px;
    }

    .faq-page__cta-icon::before,
    .faq-page__cta-icon::after {
      width: 14px;
    }

    .faq-page__category-nav {
      width: 100%;
      margin-top: 0;
      padding: 0 20px;
    }

    .faq-page__category-link {
      min-height: 59px;
      padding: 10px 6px 9px;
      gap: 8px;
      font-size: 12px;
      line-height: 1.3;
    }

    .faq-page__category-link::after {
      width: 7px;
      height: 7px;
      border-right-width: 1.5px;
      border-bottom-width: 1.5px;
    }

    .faq-page__group {
      padding: 60px 0;
    }

    .faq-page__group-inner {
      width: min(100% - 40px, 350px);
    }

    .faq-page__section-heading {
      gap: 27px;
    }

    .faq-page__section-title {
      font-size: 26px;
      line-height: 1.35;
    }

    .faq-page__group .faq-list {
      margin-top: 40px;
      gap: 15px;
    }

    .faq-page .faq-card__toggle {
      grid-template-columns: 32px minmax(0, 1fr) 20px;
      gap: 10px;
      padding: 20px 15px;
    }

    .faq-page .faq-card__badge {
      width: 32px;
      height: 32px;
      font-size: 18px;
    }

    .faq-page .faq-card__question {
      padding-top: 2px;
      font-size: 15px;
      line-height: 1.5;
    }

    .faq-page .faq-card__plus {
      width: 20px;
      height: 20px;
      margin-top: 3px;
    }

    .faq-page .faq-card__plus::before,
    .faq-page .faq-card__plus::after {
      width: 14px;
    }

    .faq-page .faq-card__answer {
      padding: 0 25px 26px;
    }

    .faq-page .faq-card__answer::before {
      margin-bottom: 18px;
    }

    .faq-page .faq-card__answer p {
      font-size: 15px;
      line-height: 1.8667;
    }
  }

  .price-page {
    --price-pink: #de5f66;
    --price-pink-soft: #fff5f6;
    --price-green: #91b631;
    --price-green-soft: #f6ffe0;
    --price-brown: #8f7100;
    --price-text: #333333;
    --price-muted: #666666;
    --price-line: #acacac;
    --price-join: #eb663e;
    background: #ffffff;
    color: var(--price-text);
    padding-bottom: 136px;
  }

  .price-page__section {
    margin-top: 120px;
  }

  .price-page__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin: 0 auto 74px;
  }

  .price-page__title {
    margin: 0;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
  }

  .price-page__accent {
    width: 30px;
    height: 10px;
    display: block;
  }

  .price-page__accent img {
    height: 100%;
  }

  .price-page__compare {
    background: linear-gradient(90deg, var(--price-pink-soft) 0 50%, var(--price-green-soft) 50% 100%);
    padding: 100px 0 97px;
  }

  .price-page__compare-inner {
    width: min(100% - 64px, 1000px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 420px));
    justify-content: center;
    gap: 60px;
  }

  .price-plan {
    display: grid;
    justify-items: center;
    align-content: start;
  }

  .price-plan__reasons {
    width: 403px;
    display: grid;
    gap: 15px;
  }

  .price-plan__reason {
    min-height: 60px;
    padding: 18px;
    border-radius: 20px;
    background: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
  }

  .price-plan__reason-icon {
    width: 24px;
    height: 20px;
    flex: 0 0 24px;
  }

  .price-plan__reason-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .price-plan__arrow {
    width: 46px;
    height: 32px;
    margin-top: 18px;
    transform: rotate(180deg);
  }

  .price-plan__arrow img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .price-plan__card {
    width: 420px;
    min-height: 426px;
    margin-top: 30px;
    border: 3px solid var(--price-pink);
    border-radius: 40px;
    background: #ffffff;
    overflow: hidden;
  }

  .price-plan--green .price-plan__card {
    border-color: var(--price-green);
  }

  .price-plan__card-head {
    min-height: 177px;
    padding: 30px 32px 24px;
    background: var(--price-pink);
    color: #ffffff;
    text-align: center;
  }

  .price-plan--green .price-plan__card-head {
    background: var(--price-green);
  }

  .price-plan__name {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.3;
  }

  .price-plan__summary {
    margin: 17px 0 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }

  .price-plan__body {
    padding: 30px 48px 27px;
    color: var(--price-text);
  }

  .price-plan__fees {
    margin: 0;
    display: grid;
    gap: 20px;
  }

  .price-plan__fee {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
    gap: 20px;
    padding: 0 0 14px;
    border-bottom: 1px solid var(--price-line);
  }

  .price-plan__fee dt {
    margin: 6px 0 0 30px;
    color: var(--price-muted);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1;
  }

  .price-plan__fee dd {
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: 4px;
    color: var(--price-text);
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1;
  }

  .price-plan__fee strong {
    color: var(--price-brown);
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
  }

  .price-plan__note {
    margin: 18px 0 0;
    color: var(--price-muted);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
  }

  .price-page__mobile {
    display: none;
  }

  .price-page__join {
    display: flex;
    justify-content: center;
    margin-top: 80px;
  }

  .price-page__join-button {
    width: 380px;
    min-height: 70px;
    padding: 20px 40px;
    border-radius: 80px;
    background: var(--price-join);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-decoration: none;
  }

  .price-page__join-icon {
    width: 24px;
    height: 12px;
    flex: 0 0 24px;
  }

  .price-page__join-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .price-page__conditions {
    width: min(100% - 32px, 876px);
    margin: 120px auto 0;
  }

  .price-page__conditions-title {
    margin: 0;
    min-height: 60px;
    padding: 20px 24px;
    border-radius: 20px;
    background: var(--price-brown);
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
  }

  .price-page__conditions-list {
    margin: 30px 0 0;
    padding: 0 0 0 12px;
    list-style: none;
    display: grid;
    gap: 5px;
  }

  .price-page__conditions-item {
    position: relative;
    padding-left: 18px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 2.25;
  }

  .price-page__conditions-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--price-pink);
  }

  @media (max-width: 767px) {
    .price-page {
      padding-bottom: 96px;
    }

    .price-page__section {
      margin-top: 54px;
    }

    .price-page__heading {
      gap: 27px;
      margin-bottom: 34px;
    }

    .price-page__title {
      font-size: 26px;
      line-height: 1.3;
    }

    .price-page__compare {
      display: none;
    }

    .price-page__mobile {
      display: block;
    }

    .price-page__mobile-tabs {
      width: 100%;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .price-page__mobile-tab {
      min-height: 83px;
      border: 0;
      color: #ffffff;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 0.08em;
      line-height: 1.35;
      text-align: center;
    }

    .price-page__mobile-tab--light {
      border-radius: 10px 10px 0 0;
      background: var(--price-pink);
    }

    .price-page__mobile-tab--support {
      border-radius: 10px 10px 0 0;
      background: var(--price-green);
    }

    .price-page__mobile-stage {
      background: var(--price-pink-soft);
      padding: 60px 0 97px;
      transition: background-color 0.2s ease;
    }

    .price-page__mobile-stage.is-support {
      background: var(--price-green-soft);
    }

    .price-page__mobile-panel {
      width: min(100% - 80px, 100%);
      margin: 0 auto;
    }

    .price-page__mobile-panel[hidden] {
      display: none;
    }

    .price-page__mobile-reasons {
      display: grid;
      gap: 15px;
    }

    .price-page__mobile-reason {
      min-height: 56px;
      padding: 18px 20px;
      border-radius: 20px;
      background: #ffffff;
      display: flex;
      align-items: center;
      gap: 15px;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0.08em;
      line-height: 1.35;
    }

    .price-page__mobile-reason-icon {
      width: 20px;
      height: 16px;
      flex: 0 0 20px;
    }

    .price-page__mobile-reason-icon img {
      display: block;
      width: 100%;
      height: 100%;
    }

    .price-page__mobile-arrow {
      display: block;
      width: 40px;
      height: 24px;
      margin: 25px auto 20px;
      transform: rotate(180deg);
    }

    .price-page__mobile-arrow img {
      display: block;
      width: 100%;
      height: 100%;
    }

    .price-page__mobile-card {
      border: 3px solid var(--price-pink);
      border-radius: 20px;
      background: #ffffff;
      overflow: hidden;
    }

    .price-page__mobile-panel.is-support .price-page__mobile-card {
      border-color: var(--price-green);
    }

    .price-page__mobile-card-head {
      min-height: 158px;
      padding: 22px 24px 18px;
      background: var(--price-pink);
      color: #ffffff;
      text-align: center;
    }

    .price-page__mobile-panel.is-support .price-page__mobile-card-head {
      background: var(--price-green);
    }

    .price-page__mobile-card-name {
      margin: 0;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0.1em;
      line-height: 1.3;
    }

    .price-page__mobile-card-summary {
      margin: 14px 0 0;
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 0.08em;
      line-height: 1.53;
    }

    .price-page__mobile-card-body {
      padding: 30px 20px 24px;
    }

    .price-page__mobile-fees {
      margin: 0;
      display: grid;
      gap: 20px;
    }

    .price-page__mobile-fee {
      margin: 0;
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: start;
      gap: 20px;
      padding: 0 0 10px;
      border-bottom: 1px solid var(--price-line);
    }

    .price-page__mobile-fee dt {
      margin: 4px 0 0 20px;
      color: var(--price-muted);
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 0.08em;
      line-height: 1;
    }

    .price-page__mobile-fee dd {
      margin: 0;
      display: flex;
      align-items: baseline;
      gap: 4px;
      color: var(--price-text);
      font-size: 16px;
      letter-spacing: 0.08em;
      line-height: 1;
    }

    .price-page__mobile-fee strong {
      color: var(--price-brown);
      font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
      font-size: 24px;
      font-weight: 700;
      letter-spacing: 0.08em;
      line-height: 1;
    }

    .price-page__mobile-note {
      margin: 16px 0 0;
      color: var(--price-muted);
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.08em;
      line-height: 1;
      text-align: center;
    }

    .price-page__join {
      margin-top: 40px;
    }

    .price-page__join-button {
      width: 300px;
      min-height: 60px;
      padding: 18px 32px;
      border-radius: 60px;
      font-size: 17px;
    }

    .price-page__join-icon {
      width: 20px;
      height: 10px;
      flex-basis: 20px;
    }

    .price-page__conditions {
      width: min(100% - 40px, 350px);
      margin-top: 80px;
    }

    .price-page__conditions-title {
      min-height: 60px;
      border-radius: 20px;
    }

    .price-page__conditions-list {
      margin-top: 24px;
      padding-left: 0;
    }

    .price-page__conditions-item {
      padding-left: 18px;
      font-size: 15px;
      line-height: 2.1;
    }

    .price-page__conditions-item::before {
      top: 11px;
      width: 9px;
      height: 9px;
    }
  }
  /* 404ページ */
  .not-found-page {
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 20px;
    background: #ffffff;
  }

  .not-found-page__inner {
    width: min(100%, 670px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .not-found-page__title {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    color: #e06b74;
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 1;
  }

  .not-found-page__code,
  .not-found-page__label {
    margin: 0;
    font-weight: 400;
  }

  .not-found-page__code {
    font-size: 80px;
    letter-spacing: 0.02em;
  }

  .not-found-page__label {
    margin-bottom: 10px;
    font-size: 40px;
    letter-spacing: 0.06em;
  }

  .not-found-page__heading {
    margin: 60px 0 0;
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }

  .not-found-page__description {
    max-width: 670px;
    margin: 40px 0 0;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.07em;
  }

  .not-found-page__action {
    margin-top: 40px;
  }

  .not-found-page__button {
    text-decoration: none;
  }

  @media screen and (max-width: 767px) {
    .not-found-page {
      min-height: auto;
      padding: 80px 20px 0;
      align-items: flex-start;
    }

    .not-found-page__inner {
      width: 100%;
      margin: 0 auto;
    }

    .not-found-page__title {
      gap: 15px;
    }

    .not-found-page__code {
      font-size: 60px;
    }

    .not-found-page__label {
      margin-bottom: 5px;
      font-size: 24px;
    }

    .not-found-page__heading {
      margin-top: 40px;
      font-size: 15px;
      line-height: 1.4286;
    }

    .not-found-page__description {
      margin-top: 20px;
      font-size: 15px;
      line-height: 1.875;
    }

    .not-found-page__action {
      margin-top: 40px;
    }
  }
