@charset "UTF-8";
:root {
  color-scheme: light;
  --page-padding: 20px;
}

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

body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #47372c;
  background: #ffffff;
  overflow-x: hidden;
  /* 100vw による横スクロール防止（縦スクロールバー幅分のずれを吸収） */
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

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

.button--primary {
  background: #f8ab28;
  border: 1px solid #f5ae3d;
  border-radius: 8px;
  box-shadow: 0 5px 8px 0 #f7d3a2;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  transition: background-color 300ms ease-out;
}

.button--primary:hover {
  background-color: #ec9605;
}

.button--secondary {
  background: #fff;
  border: 1px solid #f5ae3d;
  border-radius: 8px;
  color: #e98a49;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  transition: background-color 300ms ease-out, color 300ms ease-out;
}

.button--secondary:hover {
  background-color: #fff7eb;
}

.section-title {
  font-size: 34px;
  line-height: 1.6;
  font-weight: 500;
}

.label--pill {
  background: #ffffff;
  border: 1px solid #fad893;
  border-radius: 14.35px;
  padding: 5px 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #ed9500;
  white-space: nowrap;
}

.page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 var(--page-padding);
  width: 100%;
  box-sizing: border-box;
}

.main {
  display: block;
}

.mv {
  display: flex;
  justify-content: center;
}

.mv__inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  aspect-ratio: 4096 / 2413;
  max-height: 648px;
  border-radius: 30px;
  overflow: hidden;
}

.mv__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 30px;
}

.mv__image--sp {
  display: none;
}

.mv__image--tab {
  display: none;
}

.mv__cta {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  flex-direction: column;
}

.mv__cta-label {
  font-size: 11px;
  margin-bottom: -8px;
  z-index: 1;
}

.mv__cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 56px;
  font-size: 16px;
}

.about {
  padding: 100px 0 120px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.about__inner {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  padding: 0 40px;
}

.about__intro {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.about__intro__inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.about__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about__icon {
  width: 22px;
  height: 19px;
}

.about__eyebrow-text {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.72px;
  font-weight: 500;
}

.about__title {
  font-size: 34px;
  line-height: 1.6;
  font-weight: 500;
  white-space: nowrap;
}

.about__hero-image--sp {
  display: none;
}

@media (min-width: 1073px) {
  .about__hero--sp,
  .about__hero-image--sp {
    display: none;
  }
}

.about__title span {
  display: block;
}

.about__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  line-height: 2.2;
  font-weight: 400;
}

.about__hero {
  flex: 1;
}

.about__hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.about__features {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  padding: 0 61px;
}

.about__features-image {
  flex: 1;
}

.about__features-img {
  width: 100%;
  height: auto;
  display: block;
}

.about__cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.about__card {
  width: 380px;
  padding: 20px 26px;
  border: 1px solid #f5eab7;
  border-radius: 20px;
  box-shadow: 3.77px 7.539px 7.539px rgba(193, 110, 0, 0.08);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about__card--right {
  align-self: flex-end;
}

.about__card-title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}

.about__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.recommendation {
  position: relative;
  width: 100vw;
  width: 100dvw;
  /* スクロールバー幅を含まないビューポート幅（100vw の代替） */
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 100px 0 120px;
  background: #fdfbf3;
  overflow: hidden;
}

.recommendation::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/service/combook-contactbook/bg_recommendation.png");
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

.recommendation__inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

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

.recommendation__icon {
  width: 60px;
  height: 12px;
}

.recommendation__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  line-height: 2;
}

.recommendation__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.recommendation__card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #f5eab7;
  border-radius: 30px;
  padding: 28px;
  box-shadow: 0 16px 24px rgba(252, 224, 187, 0.25);
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 493px;
}

.recommendation__card-image {
  width: 100%;
  height: 200px;
  border-radius: 20px;
  object-fit: cover;
}

.recommendation__card-image--tab {
  display: none;
}

.recommendation__card-body {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.recommendation__card-title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
}

.recommendation__card-title span {
  display: inline;
}

.recommendation__card-title .accent {
  color: #e98a49;
}

.recommendation__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2;
}

.feature {
  padding: 100px 0 120px;
}

.faq {
  padding: 100px 0 120px;
}

.faq__inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

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

.faq__icon {
  width: 60px;
  height: 12px;
}

.faq__title {
  letter-spacing: -0.748px;
}

.faq__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feature__line,
.faq__item {
  border-top: 1px dashed #d9d9d9;
}

.faq__item {
  padding-top: 8px;
}

.faq__item:last-child {
  border-bottom: 1px dashed #d9d9d9;
  padding-bottom: 8px;
}

.faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq__label {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.12px;
  flex: 0 0 auto;
  position: relative;
}

.faq__label--q {
  color: #ffffff;
}

.faq__label--q img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.faq__label-text {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq__label--a {
  background: #ffffff;
  color: #e9902e;
  border: 1px solid #e9902e;
}

.faq__question-text {
  flex: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 200;
  color: #47372c;
}

.faq__toggle {
  width: 32px;
  height: 32px;
  position: relative;
  flex: 0 0 auto;
}

.faq__toggle::before,
.faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #e9902e;
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

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

.faq__item.is-open .faq__toggle {
  transform: rotate(180deg);
}

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

.faq__body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 600ms cubic-bezier(0.2, 1.08, 0.64, 0.99), opacity 600ms cubic-bezier(0.2, 1.08, 0.64, 0.99);
}

.faq__item.is-open .faq__body {
  max-height: none;
  opacity: 1;
}

.faq__body-inner {
  overflow: hidden;
  padding: 0;
}

.faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #f8f8f6;
  border-radius: 10px;
  padding: 16px;
}

.faq__answer-text {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.faq__answer-text a {
  color: #e98a49;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.faq__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
}

.faq__more-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

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

.cta-section__inner {
  max-width: 100%;
  height: auto;
  aspect-ratio: 1100 / 497;
  margin: 0 auto;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.cta-section__media {
  position: absolute;
  inset: 0;
  display: block;
}

.cta-section__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

.cta-section__cta {
  position: absolute;
  left: 9%;
  top: 74%;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}

.cta-section__label {
  margin-bottom: -13px;
  z-index: 1;
  font-size: 12px;
}

.cta-section__button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding-top: 5px;
}

.cta-section__button--size {
  width: 280px;
  height: 56px;
}

.site-footer {
  background: #f8f8f6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
}

.site-footer__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  color: #47372c;
}

.flow {
  position: relative;
  width: 100vw;
  width: 100dvw;
  /* スクロールバー幅を含まないビューポート幅（100vw の代替） */
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 100px 0 120px;
  background: #f8f8f6;
}

.flow__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}

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

.flow__icon {
  width: 60px;
  height: 12px;
}

.flow__title {
  text-align: center;
}

.flow__steps {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}

.flow__step {
  position: relative;
  width: 250px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ffffff;
  border-radius: 30px;
  padding: 30px 12px 12px;
  box-shadow: 0 16px 24px rgba(228, 228, 228, 0.25);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.flow__step-title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}

.flow__step-title span {
  display: block;
}

.flow__step-image {
  width: 226px;
  height: 268px;
  border-radius: 20px;
  overflow: hidden;
}

.flow__step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.flow__step-badge {
  position: absolute;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow__step-badge img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.flow__step-badge span {
  position: relative;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1.12px;
  font-family: "Zen Maru Gothic", sans-serif;
}

.flow__step-badge--pc {
  left: -11px;
  top: -11px;
}

.flow__step-badge--sp {
  display: none;
}

.flow__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(71, 55, 44, 0.6);
  text-align: center;
}

.feature__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 430px 610px;
  gap: 60px;
  align-items: start;
  justify-content: center;
}

.feature__left {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  width: 430px;
}

.feature__heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.feature__badge {
  position: relative;
  width: 203px;
  height: 44px;
}

.feature__badge img {
  width: 100%;
  height: 100%;
  display: block;
}

.feature__badge span {
  position: absolute;
  left: 23px;
  top: 8px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.68px;
}

.feature__title {
  font-size: 52px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}

.feature__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  line-height: 1.8;
  text-align: center;
}

.feature__tabs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.feature__accordion {
  display: none;
}

.feature__line {
  height: 0;
  width: 100%;
}

.feature__tab {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  border-radius: 10px;
  background: transparent;
  border: none;
  width: 100%;
  cursor: pointer;
  text-align: left;
}

.feature__tab.is-active {
  background: #fcf8e5;
}

.feature__tab:hover {
  background: #fcf8e5;
}

.feature__tab-icon {
  position: relative;
  width: 48px;
  height: 57px;
  flex: 0 0 auto;
}

.feature__tab-icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature__tab-icon--active {
  display: none;
}

.feature__tab.is-active .feature__tab-icon--active {
  display: block;
}

.feature__tab.is-active .feature__tab-icon--default {
  display: none;
}

.feature__tab-number {
  position: absolute;
  top: 44%;
  left: 60%;
  transform: translate(-50%, -44%);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  color: #e9902e;
}

.feature__tab.is-active .feature__tab-number {
  color: #ffffff;
}

.feature__tab-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 500;
  color: #47372c;
  flex: 1;
}

.feature__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  position: relative;
  width: 610px;
}

.feature__panel {
  background: #fbfbf9;
  border: 1px solid #ebebeb;
  border-radius: 30px;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  width: 610px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 600ms ease-out;
}

.feature__panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.feature__panel-title {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

.feature__panel-title p:last-child {
  font-size: 34px;
}

.feature__panel-image {
  width: 530px;
  height: 367px;
}

.feature__panel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature__panel-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  line-height: 1.8;
  text-align: center;
}

.feature__pagination {
  width: 106px;
  height: 16px;
}

.site-header {
  padding: 40px 0 26px;
}

.site-header__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.logo__icon {
  width: 59.8px;
  height: 59.8px;
}

.logo__tagline {
  font-size: 11px;
  line-height: 1.5;
  margin-top: 8px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav__drawer {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav__drawer-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  background: url("/assets/images/service/combook-contactbook/menu_button.png") center/contain no-repeat;
  border: 1px solid #f5ae3d;
  border-radius: 58px;
  padding: 12px 12px;
  cursor: pointer;
}

.nav-toggle__icon {
  width: 24px;
  height: 24px;
  color: #fff;
  fill: #fff;
}

.nav-toggle__icon--close {
  display: none;
}

.nav__links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
}

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

.cta {
  position: relative;
  width: 200px;
  height: 53px;
}

.cta__label {
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translateX(-50%);
  font-size: 11px;
}

.cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 53px;
  padding-top: 4px;
  font-size: 14px;
}

@media (max-width: 1072px) {
  .section-title {
    font-size: 32px;
  }
  .page {
    max-width: 100%;
  }
  .site-header {
    padding: 20px 0;
  }
  .site-header__inner {
    width: 100%;
    padding: 0;
  }
  .logo {
    gap: 10px;
  }
  .logo__icon {
    width: 48px;
    height: 48px;
  }
  .logo__tagline {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .nav {
    gap: 0;
  }
  .nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .nav__drawer {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 130px 54px 28px;
    background: #FDFBF3;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: none;
  }
  .nav__drawer-inner {
    width: 100%;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .nav__links {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    font-size: 18px;
  }
  .nav__links li {
    width: 100%;
    text-align: center;
    border-top: 1px dashed #d9d9d9;
    padding: 0;
  }
  .nav__links a {
    display: block;
    width: 100%;
    padding: 24px 0;
  }
  .nav__links li:last-child {
    border-bottom: 1px dashed #d9d9d9;
  }
  .cta {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cta__button {
    width: 240px;
  }
  .nav.is-open .nav__drawer {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 240ms ease-in;
  }
  .nav.is-open .nav-toggle {
    position: fixed;
    top: 20px;
    right: 35px;
    z-index: 1001;
  }
  .nav.is-open .nav-toggle__icon--open {
    display: none;
  }
  .nav.is-open .nav-toggle__icon--close {
    display: block;
  }
  body.nav-open {
    overflow: hidden;
  }
  .main {
    margin: 0;
    padding: 0;
  }
  .mv {
    margin-top: 0;
  }
  .mv__inner {
    position: relative;
    width: 100%;
    max-width: 1072px;
    aspect-ratio: 4096 / 2921;
    max-height: 736px;
    border-radius: 30px;
    overflow: hidden;
  }
  .mv__image--pc {
    display: none;
  }
  .mv__image--tab {
    display: block;
  }
  .mv__cta {
    display: flex;
    bottom: 6%;
  }
  .about {
    padding: 80px 0 100px;
    gap: 0;
  }
  .about__inner {
    width: 600px;
    margin: 0 auto;
    padding: 0 35px;
    flex-direction: column;
    gap: 80px;
  }
  .about__intro {
    gap: 32px;
    align-items: center;
    text-align: center;
  }
  .about__eyebrow {
    justify-content: center;
  }
  .about__title {
    text-align: center;
  }
  .about__hero-image--sp {
    width: 100%;
    padding: 0 20px;
    display: block;
  }
  .about__lead {
    font-size: 17px;
    line-height: 2.2;
    text-align: left;
  }
  .about__hero-image {
    width: 100%;
    display: none;
  }
  .about__features {
    width: 600px;
    margin: 0 auto;
    padding: 0 35px;
    flex-direction: column;
    gap: 32px;
  }
  .about__features-image {
    padding: 0 20px;
  }
  .about__cards {
    width: 100%;
    gap: 20px;
  }
  .about__card {
    width: 100%;
    gap: 6px;
  }
  .about__card-title {
    font-size: 20px;
  }
  .recommendation {
    padding: 80px 0 100px;
  }
  .recommendation__inner {
    max-width: 600px;
  }
  .recommendation__cards {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .recommendation__card {
    min-height: 273px;
    flex-direction: row;
    align-items: flex-start;
    gap: 32px;
    padding: 28px;
    max-width: 600px;
    margin: 0 auto;
  }
  .recommendation__card-image {
    display: none;
  }
  .recommendation__card-image--tab {
    display: block;
    width: 197px;
    height: 217px;
    border-radius: 20px;
    object-fit: cover;
  }
  .recommendation__card-body {
    flex: 1;
  }
  .feature {
    padding: 80px 0 100px;
  }
  .faq {
    padding: 80px 0 100px;
  }
  .faq__inner {
    max-width: 600px;
    padding: 0;
    gap: 40px;
  }
  .faq__header {
    gap: 16px;
  }
  .faq__icon {
    width: 42px;
    height: 8px;
  }
  .faq__list {
    max-width: 600px;
  }
  .faq__question-text {
    font-size: 16px;
  }
  .faq__answer-text {
    font-size: 14px;
    line-height: 1.8;
  }
  .faq__question-text {
    font-size: 16px;
  }
  .faq__answer-text {
    font-size: 15px;
  }
  .cta-section {
    padding: 0 20px 100px;
  }
  .cta-section__inner {
    max-width: 600px;
    width: 100%;
    height: auto;
    aspect-ratio: 600 / 795;
  }
  .cta-section__cta {
    left: 50%;
    top: 84%;
    transform: translateX(-50%);
  }
  .cta-section__button--size {
    width: min(280px, 80vw);
    height: 56px;
    font-size: 18px;
  }
  .feature__inner {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
  }
  .feature__right {
    align-items: center;
  }
  .feature__panel {
    max-width: 600px;
  }
  .feature__panel-image {
    width: 100%;
    max-width: 530px;
    height: 360px;
  }
  .feature__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 600px;
    margin: 0 auto;
  }
  .feature__left {
    width: 100%;
    gap: 40px;
    align-items: center;
  }
  .feature__heading {
    gap: 14px;
  }
  .feature__title {
    font-size: 42px;
  }
  .feature__lead {
    font-size: 17px;
  }
  .feature__tabs {
    display: none;
  }
  .feature__tab {
    padding: 12px 8px;
  }
  .feature__tab-text {
    font-size: 20px;
  }
  .feature__right {
    display: none;
  }
  .feature__panel {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: absolute;
  }
  .feature__panel-title p:last-child {
    font-size: 34px;
  }
  .feature__panel-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    aspect-ratio: 2120 / 1466;
  }
  .feature__accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 600px;
  }
  .feature__accordion-item {
    border-top: 1px dashed #d9d9d9;
    padding-top: 10px;
  }
  .feature__accordion-item:last-child {
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 10px;
  }
  .feature__accordion-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 8px;
    width: 100%;
    border: none;
    border-radius: 10px;
    background: transparent;
    cursor: pointer;
    text-align: left;
  }
  .feature__accordion-item.is-active .feature__accordion-header {
    background: #fcf8e5;
  }
  .feature__accordion-point {
    position: relative;
    width: 48px;
    height: 57px;
    flex: 0 0 auto;
  }
  .feature__accordion-point img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .feature__accordion-point--active {
    display: none;
  }
  .feature__accordion-item.is-active .feature__accordion-point--active {
    display: block;
  }
  .feature__accordion-item.is-active .feature__accordion-point--default {
    display: none;
  }
  .feature__accordion-number {
    position: absolute;
    top: 44%;
    left: 60%;
    transform: translate(-50%, -40%);
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    color: #e9902e;
    font-family: "Zen Maru Gothic", sans-serif;
  }
  .feature__accordion-item.is-active .feature__accordion-number {
    color: #ffffff;
  }
  .feature__accordion-title {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
    color: #47372c;
    flex: 1;
  }
  .feature__accordion-toggle {
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
  }
  .feature__accordion-toggle img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .feature__accordion-toggle img.feature__accordion-toggle--open {
    display: none;
  }
  .feature__accordion-toggle img.feature__accordion-toggle--close {
    display: block;
  }
  .feature__accordion-item.is-active .feature__accordion-toggle img.feature__accordion-toggle--open {
    display: block;
  }
  .feature__accordion-item.is-active .feature__accordion-toggle img.feature__accordion-toggle--close {
    display: none;
  }
  .feature__accordion-panel {
    display: flex;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    background: #fbfbf9;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    padding: 0 40px;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    box-sizing: border-box;
    transition: max-height 600ms cubic-bezier(0.2, 1.08, 0.64, 0.99), opacity 600ms cubic-bezier(0.2, 1.08, 0.64, 0.99), padding 600ms cubic-bezier(0.2, 1.08, 0.64, 0.99), margin-top 600ms cubic-bezier(0.2, 1.08, 0.64, 0.99);
  }
  .feature__accordion-panel .feature__panel-image img {
    object-fit: contain;
  }
  .feature__accordion-item.is-active .feature__accordion-panel {
    max-height: none;
    opacity: 1;
    margin-top: 10px;
    padding: 50px 40px;
    height: 664px;
  }
  .flow {
    padding: 60px 0 80px;
  }
  .flow__inner {
    width: 100%;
    gap: 40px;
  }
  .flow__steps {
    padding: 22px 60px 0px 60px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 24px;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .flow__steps::-webkit-scrollbar {
    height: 0;
  }
  .flow__step {
    width: 250px;
    flex: 0 0 auto;
  }
  .flow__step-image {
    width: 100%;
    max-width: 226px;
    height: auto;
    aspect-ratio: 226 / 268;
  }
  .flow__step-badge--pc {
    display: none;
  }
  .flow__step-badge--sp {
    display: flex;
    width: 38px;
    height: 43px;
    left: 50%;
    top: -23px;
    transform: translateX(-50%);
  }
  .flow__step-badge--sp span {
    margin-top: -6px;
  }
  .flow__note {
    width: 600px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: rgba(71, 55, 44, 0.6);
    text-align: center;
  }
}

@media (max-width: 600px) {
  .section-title {
    font-size: 28px;
  }
  .page {
    max-width: 100%;
  }
  .site-header {
    padding: 20px 0;
  }
  .site-header__inner {
    width: 100%;
    padding: 0;
  }
  .logo {
    gap: 10px;
  }
  .logo__icon {
    width: 48px;
    height: 48px;
  }
  .logo__tagline {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .nav {
    gap: 0;
  }
  .nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .nav__drawer {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 130px 54px 28px;
    background: #FDFBF3;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: none;
  }
  .nav__drawer-inner {
    width: 100%;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .nav__links {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    font-size: 16px;
  }
  .nav__links li {
    width: 100%;
    text-align: center;
    border-top: 1px dashed #d0d0d0;
    padding: 0;
  }
  .nav__links a {
    display: block;
    width: 100%;
    padding: 24px 0;
  }
  .nav__links li:last-child {
    border-bottom: 1px dashed #d0d0d0;
  }
  .cta {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cta__button {
    width: 240px;
  }
  .nav.is-open .nav__drawer {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 240ms ease-in;
  }
  .nav.is-open .nav-toggle {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
  }
  .nav.is-open .nav-toggle__icon--open {
    display: none;
  }
  .nav.is-open .nav-toggle__icon--close {
    display: block;
  }
  body.nav-open {
    overflow: hidden;
  }
  .main {
    margin: 0;
    padding: 0;
  }
  .mv {
    margin-top: 0;
  }
  .mv__inner {
    max-width: 100%;
    aspect-ratio: auto;
    border-radius: 20px;
  }
  .mv__image {
    border-radius: 20px;
  }
  .mv__image--pc {
    display: none;
  }
  .mv__image--tab {
    display: none;
  }
  .mv__image--sp {
    display: block;
  }
  .mv__cta {
    display: flex;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv__cta-label {
    font-size: clamp(12px, 2.6vw, 13px);
  }
  .mv__cta-button {
    width: min(280px, 90vw);
    height: clamp(56px, 10vw, 64px);
    font-size: clamp(16px, 3.6vw, 18px);
  }
  .about {
    padding: 60px 0 80px;
    gap: 60px;
  }
  .about__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    flex-direction: column;
    gap: 32px;
  }
  .about__intro {
    gap: 32px;
    align-items: center;
    text-align: center;
  }
  .about__eyebrow {
    justify-content: center;
  }
  .about__eyebrow-text {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
  .about__title {
    text-align: center;
    width: 320px;
    font-size: 26px;
    line-height: 1.6;
    font-weight: 500;
    white-space: normal;
  }
  .about__hero {
    display: none;
  }
  .about__hero--sp {
    display: block;
    padding: 0 15px;
    width: 100%;
  }
  .about__hero-image--sp {
    width: 100%;
    display: block;
    object-fit: cover;
  }
  .about__lead {
    font-size: 15px;
    line-height: 2.2;
    text-align: left;
  }
  .about__features {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    flex-direction: column;
    gap: 32px;
  }
  .about__features-image {
    padding: 0 14px;
  }
  .about__cards {
    width: 100%;
    gap: 20px;
  }
  .about__card {
    width: 100%;
    gap: 6px;
  }
  .about__card-title {
    font-size: 18px;
    line-height: 1.4;
  }
  .recommendation {
    padding: 60px 0 80px;
    gap: 40px;
  }
  .recommendation__inner {
    max-width: 100%;
    padding: 0 20px;
  }
  .recommendation__header {
    gap: 16px;
  }
  .recommendation__icon {
    width: 63.43px;
    height: 12px;
  }
  .recommendation__lead {
    font-size: 14px;
    line-height: 1.8;
  }
  .recommendation__card {
    padding: 28px;
    border-radius: 30px;
    flex-direction: column;
    max-width: 100%;
    min-height: 493px;
  }
  .recommendation__card-image {
    display: block;
    width: 100%;
    height: 217px;
    border-radius: 20px;
    object-fit: cover;
  }
  .recommendation__card-image--tab {
    display: none;
  }
  .recommendation__card-title {
    font-size: 20px;
    line-height: 1.6;
  }
  .recommendation__card-text {
    font-size: 14px;
    line-height: 2;
  }
  .recommendation__cards {
    gap: 32px;
  }
  .feature {
    padding: 60px 0 80px;
  }
  .faq {
    padding: 60px 0 80px;
  }
  .faq__inner {
    width: 100%;
    padding: 0;
    gap: 32px;
  }
  .faq__question {
    padding: 14px;
  }
  .faq__label {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
  .faq__question-text {
    font-size: 16px;
  }
  .faq__body-inner {
    padding: 0;
  }
  .faq__answer-text {
    font-size: 14px;
  }
  .cta-section {
    padding: 0 20px 80px;
  }
  .cta-section__inner {
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 350 / 610;
    border-radius: 15px;
  }
  .cta-section__cta {
    left: 50%;
    top: 84%;
    transform: translateX(-50%);
  }
  .cta-section__label {
    font-size: 11px;
    border-color: #fad893;
  }
  .cta-section__button--size {
    width: 260px;
    height: 56px;
    font-size: 16px;
  }
  .feature__inner {
    padding: 0;
    gap: 40px;
  }
  .feature__heading {
    gap: 14px;
  }
  .feature__badge {
    position: relative;
    width: 203px;
    height: 44px;
  }
  .feature__badge img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .feature__badge span {
    position: absolute;
    left: 23px;
    top: 8px;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.68px;
  }
  .feature__title {
    font-size: 42px;
  }
  .feature__lead {
    font-size: 17px;
  }
  .feature__accordion {
    width: 100%;
  }
  .feature__accordion-panel {
    display: flex;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    background: #fbfbf9;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    padding: 0 30px;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    box-sizing: border-box;
    transition: max-height 600ms cubic-bezier(0.2, 1.08, 0.64, 0.99), opacity 600ms cubic-bezier(0.2, 1.08, 0.64, 0.99), padding 600ms cubic-bezier(0.2, 1.08, 0.64, 0.99), margin-top 600ms cubic-bezier(0.2, 1.08, 0.64, 0.99);
  }
  .feature__panel-title {
    font-size: 14px;
  }
  .feature__panel-title p:last-child {
    font-size: 24px;
  }
  .feature__panel-image {
    width: 100%;
    height: auto;
    aspect-ratio: 2120 / 1466;
  }
  .feature__accordion-panel .feature__panel-image {
    height: auto;
    aspect-ratio: auto;
  }
  .feature__accordion-panel .feature__panel-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .feature__accordion-item.is-active .feature__accordion-panel {
    max-height: none;
    opacity: 1;
    margin-top: 10px;
    padding: 40px 30px;
    height: 458px;
  }
  .feature__panel-text {
    font-size: 14px;
    line-height: 1.8;
  }
  .flow {
    padding: 80px 0 100px;
  }
  .flow__inner {
    max-width: 100%;
    gap: 32px;
  }
  .flow__icon {
    width: 63.43px;
    height: 12px;
  }
  .flow__steps {
    padding: 22px 20px 0px 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 24px;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .flow__steps::-webkit-scrollbar {
    height: 0;
  }
  .flow__step {
    width: 250px;
    flex: 0 0 auto;
  }
  .flow__step-title {
    font-size: 18px;
  }
  .flow__note {
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.8;
  }
}
