:root {

  --header-height: 88px;
  --content-max: 90rem;
  --content-max-md: 74.875rem;
  --content-pad-inline: clamp(1.25rem, 4.2vw, 8.125rem);
  --section-pad-block: clamp(2.5rem, 5vw, 3.75rem);
}

html,
body {
  overflow-x: clip;
}

main {
  overflow-x: clip;
  min-width: 0;
}


.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: var(--header-height);
  background-color: #5C3D1E;
}
.header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #E0BA09;
}
.header__inner {
  display: flex;
  align-items: center;
  max-width: var(--content-max);
  width: 100%;
  height: 100%;
  padding-inline: clamp(1rem, 3vw, 1.6875rem);
  margin: 0 auto;
  min-width: 0;
}
.header__logo {
  flex-shrink: 0;
  display: block;
  width: 10.1875rem;
  height: 3.375rem;
}
.header__logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1rem;
  color: #F7F1E6;
  letter-spacing: 0.2rem;
  text-decoration: none;
  white-space: nowrap;
}
.header__nav-link:hover {
  opacity: 0.8;
}
.header__cta {
  flex-shrink: 1;
  display: flex;
  align-items: center;
  gap: clamp(0.375rem, 1vw, 0.625rem);
  min-width: 0;
}

.header__cta-item {
  position: relative;
  padding-top: 0.875rem;
}
.header__cta-item--primary .header__cta-tag {
  border-color: #C95922;
}
.header__cta-item--secondary .header__cta-tag {
  border-color: #D4622A;
}

.header__cta-tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1rem;
  padding: 0 0.625rem;
  background: white;
  border: 0.0625rem solid #D4622A;
  border-radius: 6.1875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.5625rem;
  letter-spacing: -0.0195rem;
  color: #D4622A;
  white-space: nowrap;
  z-index: 1;
}

.header__cta-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  width: 180px;
  /* max-width: 14.5rem; */
  height: 3.125rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
}
.header__cta-btn span {
  position: relative;
  z-index: 2;
  font-size: 16px;
}

.header__cta-btn--primary {
  background: linear-gradient(to right, #C14E15, #D15F27);
  border: 0.0625rem solid #CF5012;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.05);
  color: white;
}
.header__cta-btn--secondary {
  background: white;
  border: 0.0625rem solid #D4622A;
  color: #D4622A;
}
.header__cta-icon {
  position: relative;
  z-index: 2;
  display: block;
  width: 1.0625rem;
  height: auto;
  flex-shrink: 0;
}

.header__menu-btn {
  display: none;
}

.header__drawer {
  display: none;
}

.header__overlay {
  display: none;
}

.fv {
  position: relative;
  margin-top: var(--header-height);
  background: url(../../img/sales/lp/mairy-review-inn/fv-bg.jpg) no-repeat center center / cover;
  padding-bottom: 24px;
  box-sizing: content-box;
}

.fv__bg {
  position: absolute;
  inset: 0;
}

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

.fv__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.35) 45%,
    rgba(0, 0, 0, 0.15) 100%
  );
  pointer-events: none;
}

.fv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.fv__inner {
  position: relative;
  z-index: 1;
  max-width: 90rem;
  height: 100%;
  min-height: 0;
  padding: 1.25rem 1.6875rem 0.875rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.fv__promote-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  height: 36px;
  padding: 0 1rem 0 0.625rem;
  background: #20160d;
  border: 0.0625rem solid #92691d;
  border-radius: 1.25rem;
  box-shadow: 0 0.125rem 0.125rem 0.0625rem rgba(219, 159, 30, 0.2);
  align-self: flex-start;
}
.fv__promote-badge__icon {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}
.fv__promote-badge__text {
  font-size: 16px;
  font-weight: 700;
  color: #E0BA09;
  letter-spacing: 0.123px;
  white-space: nowrap;
}
.fv__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.5rem, 3.85vw, 4.125rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 6px;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.8);
  line-height: 1.4;
  flex-shrink: 0;
}

.fv__subtitle {
  margin-top: 0.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.15rem;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}

.fv__lead {
  margin-top: 0.5rem;
  font-size: clamp(0.9375rem, 1.1vw, 1.125rem);
  font-weight: 700;
  color: white;
  letter-spacing: 0.1125rem;
  line-height: 1.6;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  max-width: 53.4375rem;
  flex-shrink: 0;
}

.fv__lead-line--sp {
  display: none;
}
.fv__body {
  flex: 1;
  min-height: 0;
  margin-top: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fv__body-top {
  display: flex;
  gap: 0.875rem;
  flex-shrink: 0;
}
.fv__body-bottom {
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
  flex-shrink: 0;
}
.fv__review-guide-container {
  display: flex;
  flex-direction: column;
}
.fv__cta {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.5rem;
  flex-shrink: 0;
}
.fv__cta__item {
  position: relative;
  padding-top: 0.875rem;
}
.fv__cta__tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11.25rem;
  height: 1.5rem;
  padding: 0 0.75rem;
  background-color: #ffffff;
  border: 0.0625rem solid #d4622a;
  border-radius: 6.1875rem;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: -0.0195rem;
  color: #d4622a;
  white-space: nowrap;
  z-index: 1;
}
.fv__cta__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  width: 16.25rem;
  height: 3.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-size: 1.375rem;
  font-weight: 700;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
}
.fv__cta__btn--primary {
  background: linear-gradient(to right, #C14E15, #D15F27);
  border: 0.0625rem solid #CF5012;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.05);
  color: white;
}
.fv__cta__btn--secondary {
  background: white;
  border: 0.0625rem solid #D4622A;
  color: #D4622A;
}
.fv__cta__icon {
  position: relative;
  z-index: 2;
  display: block;
  width: 1.25rem;
  height: auto;
  flex-shrink: 0;
}

.fv__cta__btn > span {
  position: relative;
  z-index: 2;
}

.fv__google-rating {
  width: 13.2225rem;
  min-height: 5.0625rem;
  padding: 0.5rem 0.75rem 0.5rem;
  background: rgba(255, 253, 249, 0.9);
  border: 0.125rem solid #d8c29a;
  border-radius: 0.3125rem;
}
.fv__google-rating__header {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  margin-bottom: 0.125rem;
}
.fv__google-rating__icon {
  display: block;
  width: 1rem;
  height: 1.0625rem;
  object-fit: contain;
  flex-shrink: 0;
}
.fv__google-rating__period {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #5c4a3a;
  letter-spacing: 0.123px;
}
.fv__google-rating__period-num {
  font-family: "Inter", sans-serif;
}
.fv__google-rating__scores {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
}
.fv__google-rating__before {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.123px;
  line-height: 2.8125rem;
}
.fv__google-rating__arrow {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #5c4a3a;
}
.fv__google-rating__after {
  font-family: "Inter", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #D4622A;
  letter-spacing: 0.123px;
  line-height: 2.8125rem;
}
.fv__google-rating__note {
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #5C3D1E;
  letter-spacing: 0.123px;
  white-space: nowrap;
}

.fv__flow {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.fv__flow__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
}
.fv__flow__step-circle {
  position: relative;
  width: clamp(4.5rem, 7.5vw, 7.5rem);
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}
.fv__flow__step-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv__flow__step-icon {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.fv__flow__step-label {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #5c4a3a;
  text-align: center;
  letter-spacing: 0.123px;
  line-height: 1.25rem;
}
.fv__flow__arrow {
  display: block;
  width: 1.375rem;
  height: 1.75rem;
  object-fit: contain;
  opacity: 0.7;
  flex-shrink: 0;
}

.fv__facilities {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-height: 5.0625rem;
  padding: 0.4375rem 0.75rem;
  background: rgba(45, 27, 14, 0.6);
  border: 0.0625rem solid rgba(116, 98, 39, 0.88);
  border-radius: 0.625rem;
}
.fv__facilities__laurel {
  display: block;
  width: 1.75rem;
  height: 4.125rem;
  object-fit: contain;
  opacity: 0.8;
}
.fv__facilities__text {
  display: flex;
  align-items: baseline;
  gap: 0;
  padding: 0 0.5rem;
}
.fv__facilities__prefix, .fv__facilities__suffix {
  font-family: "Noto Serif JP", serif;
  font-size: 2.0625rem;
  font-weight: 700;
  color: #f4e6cf;
  letter-spacing: 0.103125rem;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  line-height: 3.875rem;
}
.fv__facilities__num {
  font-family: "Inter", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.15625rem;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  line-height: 3.875rem;
  background: linear-gradient(180deg, #f3ba00 0%, #dbb02a 50%, #dac07c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fv__review-guide {
  position: relative;
  top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  background: rgba(32, 22, 13, 0.8);
  border-radius: 25px;
  overflow: visible;
}
.fv__review-guide__star {
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 2.875rem;
  height: 2.875rem;
  object-fit: contain;
}
.fv__review-guide__text {
  font-size: 14px;
  font-weight: 700;
  color: #d9c7aa;
  letter-spacing: 0.0625rem;
  white-space: nowrap;
  padding-left: 16px;
}

.fv__voice {
  width: 20.25rem;
  padding: 0.25rem 1rem 0.5rem;
  background: rgba(255, 253, 249, 0.9);
  border: 0.125rem solid #d8c29a;
  border-radius: 0.3125rem;
}
.fv__voice__label {
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #5C3D1E;
  letter-spacing: 0.123px;
  line-height: 1.875rem;
}
.fv__voice__stars {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  color: #E0BA09;
  letter-spacing: 0.123px;
  line-height: 2.0625rem;
}
.fv__voice__text {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: #5c4a3a;
  letter-spacing: 0.123px;
  line-height: 1.125rem;
}

@media (min-width: 901px) and (max-height: 860px) {
  .fv__inner {
    padding-top: 0.875rem;
  }

  .fv__title {
    font-size: clamp(2.25rem, 3.5vw, 3.625rem);
    letter-spacing: 4px;
  }

  .fv__subtitle {
    font-size: 1.25rem;
  }

  .fv__body {
    margin-top: 24px;
    gap: 8px;
  }

  .fv__cta__btn {
    height: 3.125rem;
    font-size: 1.25rem;
  }

  .fv__google-rating,
  .fv__facilities {
    min-height: 4.5rem;
  }
}

/* ========================================
   CLIENTS / LOGO SLIDER
   ======================================== */
   .clients {
    padding: 56px 0;
    background-color: #F5F0E8;
    overflow: hidden;
  }
  
  .clients__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px;
    text-align: center;
    margin-bottom: 40px;
  }
  
  .clients__heading {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 28px;
    color: #333333;
    margin-bottom: 8px;
  }
  
  .clients__note {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    color: #555555;
    line-height: 1.7;
  }
  
  

/* ===============================
   Section title line
================================ */
.issue__title::after,
.solution__intro-title::after,
.about__title::after,
.function__title::after,
.case__title::after,
.voice__title::after,
.support__title::after,
.other__title::after,
.faq__title::after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  background: url("../../img/sales/lp/mairy-review-inn/title-line.svg") center / contain no-repeat;
}

.issue__title::after {
  display: none;
}

.solution__intro-title::after {
  flex-basis: 100%;
  margin-top: 0.375rem;
  margin-bottom: 0.625rem;
}

.about__title::after,
.function__title::after,
.case__title::after,
.voice__title::after,
.support__title::after,
.other__title::after {
  margin-top: 0.5625rem;
  margin-bottom: 0.875rem;
}

.faq__title::after {
  margin-top: 0.5625rem;
}

/* ===== ISSUE ===== */
.issue {
  position: relative;
  padding-block: var(--section-pad-block) 2.625rem;
}

.issue__inner {
  width: 100%;
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: var(--content-pad-inline);
  min-width: 0;
}

.issue__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #8b6914;
  letter-spacing: 0.0625rem;
  margin-bottom: 1.375rem;
}

.issue__title-sp {
  display: none;
}

.issue__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1rem, 3vw, 4.25rem);
}

.issue__item {
  flex: 1 1 min(21.6875rem, 100%);
  max-width: 21.6875rem;
  min-height: 22.7813rem;
  background: white;
  border: 0.125rem solid #d9c7aa;
  border-radius: 0.625rem;
  padding: 2rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.issue__item img {
  display: block;
  flex-shrink: 0;
}

.issue__item p {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #5c4a3a;
  line-height: 2.5rem;
  letter-spacing: 0.1125rem;
  text-align: center;
}

/* ===== SOLUTION ===== */
.solution {
  position: relative;
  padding-top: calc(60vw * 216 / 1375 + 32px);
  background-color: #f7f1e6;
}
.solution::before {
  content: '';
  position: absolute;
  background-image: url(../../img/sales/lp/mairy-review-inn/issue-wave.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  display: block;
  width: 60%;
  max-width: 400px;
  aspect-ratio: 1375 / 216;
}
.solution__inner {
  width: 100%;
  max-width: var(--content-max-md);
  margin-inline: auto;
  padding-inline: var(--content-pad-inline);
  min-width: 0;
}

.solution__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.6875rem;
}

.solution__heading-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #8b6914;
  letter-spacing: 0.0625rem;
  text-align: center;
  margin-bottom: 2.0625rem;
}

.solution__heading-logo {
  display: block;
  width: 10.1875rem;
  height: 3.375rem;
}

.solution__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.25rem;
}

.solution__intro-title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 0;
}

.solution__intro-title-row {
  display: contents;
}

.solution__heading-title-sp,
.solution__intro-lead-sp {
  display: none;
}

.solution__intro-title-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #8b6914;
  letter-spacing: 0.175rem;
  line-height: 1.4;
}

.solution__intro-title-num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  color: #8b6914;
  letter-spacing: 0.175rem;
  line-height: 1.4;
}

.solution__intro-lead {
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: -0.0274rem;
  line-height: 1.828125rem;
  text-align: center;
}

.solution__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1.25rem;
}

.solution__arrow {
  display: block;
  width: 1.5625rem;
  height: 1.3125rem;
  flex-shrink: 0;
  object-fit: contain;
  align-self: center;
}

.solution__card {
  flex: 1 1 min(22.25rem, 100%);
  width: min(22.25rem, 100%);
  max-width: 22.25rem;
  background-color: #fffdf9;
  border: 0.125rem solid #d9c7aa;
  border-radius: 0.625rem;
  overflow: hidden;
}

.solution__card--shadow {
  box-shadow: 0 0.125rem 0.25rem #f4e6cf;
}

.solution__card-img {
  display: block;
  width: 100%;
  height: 7.1875rem;
  object-fit: cover;
}

.solution__card-body {
  padding: 1.125rem 0.8rem 2rem;
}

.solution__card-head {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  margin-bottom: 1.5625rem;
  min-height: 4.3125rem;
}

.solution__card-num,
.function__card-num,
.support__step-num,
.faq__q-badge {
  position: relative;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background-color: #5c3c1e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution__card-num > span,
.function__card-num > span,
.support__step-num > span,
.faq__q-badge > span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
}

.solution__card-title {
  flex: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 18px;
  color: #8b6914;
  text-align: center;
  padding-top: 0.125rem;
}

.solution__card-text {
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: 0.1rem;
  line-height: 1.875rem;
}

.solution__card-text strong {
  font-weight: 700;
  letter-spacing: 0.15rem;
}

/* ===== MID CTA ===== */
.mid-cta {
  padding-block: var(--section-pad-block) 4.5rem;
  padding-inline: var(--content-pad-inline);
  background-color: #f7f1e6;
}

.mid-cta__box {
  max-width: 62.5rem;
  margin: 0 auto;
  min-height: 14.375rem;
  padding: 1.625rem 2rem 1.5rem;
  border: 0.125rem solid #c9b28a;
  border-radius: 0.5rem;
  background-image: url("../../img/sales/lp/mairy-review-inn/mid-cta-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mid-cta__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
}

.mid-cta__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #7a5a18;
  letter-spacing: 0.175rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1.25rem;
}

.mid-cta__title-sp,
.mid-cta__sub {
  display: none;
}

.mid-cta__deco {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.mid-cta__deco-line {
  display: block;
  width: 3.7325rem;
  height: 0.075rem;
  object-fit: cover;
}

.mid-cta__deco-line--flip {
  transform: scaleX(-1);
}

.mid-cta__deco-icon {
  display: block;
  width: 1.2344rem;
  height: 1.1975rem;
  object-fit: contain;
  flex-shrink: 0;
}

.mid-cta__actions {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.75rem;
}

.mid-cta__item {
  position: relative;
  padding-top: 0.875rem;
}

.mid-cta__tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11.25rem;
  height: 1.5rem;
  padding: 0 0.75rem;
  background: #ffffff;
  border: 0.0625rem solid #d4622a;
  border-radius: 6.1875rem;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: -0.0195rem;
  color: #d4622a;
  white-space: nowrap;
  z-index: 1;
}

.mid-cta__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 16.25rem;
  height: 3.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-size: 1.375rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.05);
  overflow: hidden;
  isolation: isolate;
}

.mid-cta__btn--primary {
  background: linear-gradient(to right, #c14e15, #d15f27);
  border: 0.0625rem solid #cf5012;
  color: #ffffff;
}

.mid-cta__btn--secondary {
  background: #ffffff;
  border: 0.0625rem solid #d4622a;
  color: #d4622a;
}

.mid-cta__btn > span {
  position: relative;
  z-index: 2;
}

.mid-cta__btn-icon {
  position: relative;
  z-index: 2;
  display: block;
  flex-shrink: 0;
  object-fit: contain;
}

.mid-cta__btn--primary .mid-cta__btn-icon {
  width: 1.125rem;
  height: 0.9375rem;
}

.mid-cta__btn--secondary .mid-cta__btn-icon {
  width: 1.25rem;
  height: 1.125rem;
}

/* ===== ABOUT ===== */
.about {
  position: relative;
  background-color: #f8f4ee;
  padding-top: 120px;
  overflow: hidden;
}

.about::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1440 / 140;
  background-color: #F5F0E8;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
}

.about__inner {
  position: relative;
  z-index: 1;
  max-width: 90rem;
  margin: 0 auto;
  padding-inline: var(--content-pad-inline);
  padding-bottom: 5rem;
}

.about__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5rem;
}

.about__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #8b6914;
  letter-spacing: 0.175rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0;
}

.about__lead {
  max-width: 69.3125rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.1125rem;
  line-height: 1.6;
  text-align: center;
}

.about__lead-sp {
  display: none;
}

.about__item-feature {
  display: none;
}

.about__body {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

.about__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 1.5rem;
  flex-shrink: 0;
}

.about__item {
  display: flex;
  align-items: flex-start;
  gap: 0.375rem;
}

.about__item-main {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.about__item-head {
  display: flex;
  align-items: flex-start;
  gap: 0.375rem;
}

.about__item-check {
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  flex-shrink: 0;
  margin-top: 0.3125rem;
  object-fit: contain;
}

.about__item-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #d4622a;
  letter-spacing: 0.15rem;
  line-height: 1.4;
}

.about__item-desc {
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}

.about__visual {
  position: relative;
  flex: 1 1 40%;
  width: 100%;
  max-width: 43.75rem;
  min-width: 0;
  aspect-ratio: 700 / 340;
}

.about__visual-screen {
  position: absolute;
  display: block;
  width: 55.3%;
  height: auto;
  object-fit: cover;
  pointer-events: none;
}

.about__visual-screen--1 {
  top: 0;
  left: 0;
  z-index: 1;
}

.about__visual-screen--2 {
  top: 22%;
  left: 36%;
  z-index: 2;
}

.about__visual-illust {
  position: absolute;
  display: block;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}

.about__visual-illust--walk {
  top: 65%;
  left: 20.7%;
  width: 14%;
  z-index: 3;
  transform: rotate(180deg) scaleY(-1);
}

.about__visual-illust--family {
  top: 72%;
  left: 61.3%;
  width: 9.6%;
  z-index: 4;
}

/* ===== FUNCTION ===== */
.function {
  padding: 4rem 0 5rem;
  background-color: #f8f4ee;
}

.function__inner {
  width: 100%;
  max-width: var(--content-max-md);
  margin-inline: auto;
  padding-inline: var(--content-pad-inline);
  min-width: 0;
}

.function__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.function__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #8b6914;
  letter-spacing: 0.175rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0;
}

.function__lead {
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: 0.1rem;
  text-align: center;
  line-height: 1.4;
}

.function__flow-bar,
.function__flow-arrow {
  display: none;
}

.function__diagram {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: clamp(0.5rem, 1.5vw, 1rem);
  row-gap: 1.8125rem;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-top: 2.75rem;
}

.function__card {
  position: relative;
  width: 100%;
  min-width: 0;
  background-color: #ffffff;
  border: 0.125rem solid #c5a55a;
  border-radius: 0.4375rem;
  padding: 1.875rem 1.25rem 1.5rem;
  min-height: 13.3125rem;
}

.function__card--1 {
  grid-column: 1;
  grid-row: 1;
}

.function__card--2 {
  grid-column: 3;
  grid-row: 1;
}

.function__card--3 {
  grid-column: 1;
  grid-row: 2;
}

.function__card--4 {
  grid-column: 3;
  grid-row: 2;
}

.function__card-head {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  gap: 5%;
}

.function__card-title {
  flex: 1;
  min-width: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #8b6914;
  letter-spacing: 0.15rem;
  line-height: 1.4;
  margin-bottom: 0;
}

.function__card-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.function__card-icon {
  max-width: 56px;
  display: block;
  object-fit: contain;
}

.function__card-icon--1 {
  width: 3.5625rem;
  height: 2.4375rem;
}

.function__card-icon--2 {
  width: 3.125rem;
  height: 4.1875rem;
}

.function__card-icon--3 {
  width: 3.4375rem;
  height: 2.5625rem;
}

.function__card-icon--4 {
  width: 3.75rem;
  height: 3.8125rem;
  border-radius: 0.4375rem;
}

.function__card-text {
  font-size: 1rem;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.1rem;
  line-height: 1.5625rem;
}

.function__center {
  position: relative;
  grid-column: 2;
  grid-row: 1 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  justify-self: center;
}

.function__center-bg {
  display: block;
  width: 14.125rem;
  height: auto;
}

.function__center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #6b4a25;
  letter-spacing: 0.15rem;
  text-align: center;
  line-height: 1.4;
}

/* ===== CASE ===== */
.case {
  padding: 4rem 0 5rem;
  background-color: #f8f4ee;
}

.case__inner {
  max-width: 89.675rem;
  margin: 0 auto;
  padding-inline: var(--content-pad-inline);
}

.case__head,
.voice__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5rem;
}

.case__title,
.voice__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #8b6914;
  letter-spacing: 0.175rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0;
}

.case__lead,
.voice__lead {
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: 0.1rem;
  text-align: center;
  line-height: 1.4;
}

.case__slider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.case__slider-viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.case__slider-track {
  display: flex;
  gap: var(--slide-gap, 0.8125rem);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0;
  scrollbar-width: none;
  padding-bottom: 0.25rem;
}

.case__slider-track::-webkit-scrollbar {
  display: none;
}

.case__slider-btn {
  flex-shrink: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}

.case__slider-btn img {
  display: block;
  width: 2.1875rem;
  height: 2.1875rem;
  object-fit: contain;
}

.case__slider-btn--next img {
  transform: rotate(180deg);
}

.case__slider-btn.is-hidden {
  display: none;
}

.case__slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.case__slider-dot {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: url("../../img/sales/lp/mairy-review-inn/case-slider-dot.webp") center / contain no-repeat;
  cursor: pointer;
}

.case__slider-dot.is-active {
  background-image: url("../../img/sales/lp/mairy-review-inn/case-slider-dot-active.webp");
}

.case__card {
  flex: 0 0 var(--slide-width, 16.25rem);
  width: var(--slide-width, 16.25rem);
  max-width: var(--slide-width, 16.25rem);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  background-color: #ffffff;
  border: 0.125rem solid #d8b77a;
  border-radius: 0.4375rem;
  box-shadow: 0 0.125rem 0.25rem #f4e6cf;
  overflow: hidden;
}

.case__card-img {
  display: block;
  width: 100%;
  height: 5.2159rem;
  object-fit: cover;
}

.case__card-title {
  padding: 0.875rem 1rem 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #8b6914;
  letter-spacing: 0.125rem;
  text-align: center;
}

.case__rating {
  padding: 0 1rem 1.25rem;
}

.case__rating-row {
  padding: 0 0 0.75re;
}

.case__rating-row:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url("../../img/sales/lp/mairy-review-inn/case-line.svg") no-repeat center;
  background-size: 100% 100%;
  margin: 0.75rem 0;
}

.case__rating-platform {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.09375rem;
  margin-bottom: 0.375rem;
}

.case__rating-scores {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  gap: 0.375rem;
  margin-bottom: 0.5rem;
}

.case__rating-before {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.125rem;
}

.case__rating-arrow {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #b9964f;
  letter-spacing: 0.10625rem;
}

.case__rating-after {
  font-family: "Inter", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #d88928;
  letter-spacing: 0.09375rem;
}

.case__rating-diff {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.case__rating-diff-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.84375rem;
  height: 1.6875rem;
  padding: 0 0.375rem;
  border: 0.0625rem solid #b9964f;
  border-radius: 0.125rem;
  background-color: #ffffff;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #b9964f;
  letter-spacing: 0.10625rem;
}

.case__rating-diff-value {
  font-family: "Inter", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #8b6914;
  letter-spacing: 0.09375rem;
}

/* ===== VOICE ===== */
.voice {
  padding: 0 0 4rem;
  background-color: #f8f4ee;
}

.voice__inner {
  width: 100%;
  max-width: 89.675rem;
  margin: 0 auto;
  padding-inline: var(--content-pad-inline);
  min-width: 0;
}

.voice__slider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  min-width: 0;
}

.voice__slider-viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.voice__slider-track {
  display: flex;
  justify-content: flex-start;
  gap: var(--slide-gap, 0.8125rem);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0;
  scrollbar-width: none;
  padding-bottom: 0.25rem;
}

.voice__slider-track::-webkit-scrollbar {
  display: none;
}

.voice__slider-btn {
  display: none;
  flex-shrink: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}

.voice__slider-btn img {
  display: block;
  width: 2.1875rem;
  height: 2.1875rem;
  object-fit: contain;
}

.voice__slider-btn--next img {
  transform: rotate(180deg);
}

.voice__slider-btn.is-hidden {
  display: none;
}

.voice__slider-dots {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.voice__slider-dot {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: url("../../img/sales/lp/mairy-review-inn/case-slider-dot.webp") center / contain no-repeat;
  cursor: pointer;
}

.voice__slider-dot.is-active {
  background-image: url("../../img/sales/lp/mairy-review-inn/case-slider-dot-active.webp");
}

.voice__card {
  flex: 0 0 var(--slide-width, min(27.5rem, 100%));
  scroll-snap-align: start;
  scroll-snap-stop: always;
  width: var(--slide-width, min(27.5rem, 100%));
  max-width: var(--slide-width, 27.5rem);
  min-width: 0;
  min-height: 15.625rem;
  padding: 1.375rem 1.25rem 1.5rem;
  background-color: #fffdf9;
  border: 0.125rem solid #d8b77a;
  border-radius: 0.4375rem;
  box-shadow: 0 0.125rem 0.25rem #f4e6cf;
  box-sizing: border-box;
}

.voice__card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #8b6914;
  letter-spacing: 0.125rem;
  text-align: center;
  margin-bottom: 0.625rem;
}

.voice__card-label {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-bottom: 0.75rem;
}

.voice__card-label-icon {
  display: block;
  width: 0.9456rem;
  height: 0.9173rem;
  object-fit: contain;
}

.voice__card-label span {
  font-size: 1.125rem;
  font-weight: 700;
  color: #8b6914;
  line-height: 2.5rem;
}

.voice__card-body {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.voice__card-avatar {
  flex-shrink: 0;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  object-fit: cover;
}

.voice__card-text {
  flex: 1;
  min-width: 0;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.5625rem;
  letter-spacing: 0.03125rem;
  overflow-wrap: anywhere;
}

.mid-cta--bottom {
  padding-top: 0;
  padding-bottom: 5rem;
}

/* ===== SUPPORT ===== */
.support {
  padding: 4rem 0 5rem;
  background-color: #f8f4ee;
}

.support__inner {
  width: 100%;
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: var(--content-pad-inline);
  min-width: 0;
  box-sizing: border-box;
}

.support__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5rem;
}

.support__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #8b6914;
  letter-spacing: 0.175rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0;
}

.support__lead {
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: 0.1rem;
  text-align: center;
  line-height: 1.4;
}

.support__title-sp {
  display: none;
}

.support__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.125rem;
}

.support__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 min(18rem, 100%);
  max-width: 24.375rem;
  width: auto;
  min-width: 0;
}

.support__arrow {
  display: block;
  width: 3.25rem;
  height: 2.6875rem;
  flex-shrink: 0;
  object-fit: contain;
  align-self: center;
  margin-bottom: 5.5rem;
}

.support__step {
  width: 80%;
  padding: 1rem 0.875rem 1.125rem;
  background-color: #fffdf9;
  border: 0.125rem solid #fad6c5;
  border-radius: 0.4375rem;
  text-align: center;
}

.support__step-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.support__step-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #8b6914;
  letter-spacing: 0.1375rem;
  line-height: 1.4;
}

.support__step-img {
  display: block;
  width: 100%;
  max-width: 14.375rem;
  height: auto;
  margin: 0 auto 0.625rem;
  object-fit: contain;
}

.support__step-text {
  font-size: 16px;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: 0.1rem;
  line-height: 1.875rem;
}

.support__shadow {
  display: block;
  width: calc(100% - 0.25rem);
  height: auto;
  margin-top: -0.125rem;
  object-fit: contain;
}

.support__feature {
  width: 100%;
  min-height: 10rem;
  padding: 24px;
  background-color: #ffffff;
  border: 0.125rem solid #c5a55a;
  border-radius: 0.4375rem;
}

.support__feature-icon {
  width: 32px;
  height: auto;
  object-fit: contain;
}

.support__feature-body {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.support__feature-title {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 700;
  font-size: 1.375rem;
  color: #8b6914;
  letter-spacing: 0.1375rem;
  line-height: 1.4;
  margin-bottom: 0.375rem;
}

.support__feature-text {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: 0.1rem;
  line-height: 1.875rem;
}

/* ===== OTHER ===== */
.other {
  padding: 4rem 0 5rem;
  background-color: #f8f4ee;
}

.other__inner {
  max-width: 75.875rem;
  margin: 0 auto;
  padding-inline: var(--content-pad-inline);
}

.other__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5rem;
}

.other__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #8b6914;
  letter-spacing: 0.175rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0;
}

.other__lead {
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: 0.1rem;
  text-align: center;
  line-height: 1.4;
}

.other__list {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.other__card {
  flex: 0 0 18.2375rem;
  width: 18.2375rem;
  min-height: 21.6875rem;
  padding: 2rem 0.625rem 1.5rem;
  background-color: #ffffff;
  border: 0.125rem solid #c5a55a;
  border-radius: 0.4375rem;
  box-shadow: 0 0.125rem 0.25rem #f4e6cf;
  text-align: center;
}

.other__card-icon {
  display: block;
  width: 4.3125rem;
  height: 4.3125rem;
  margin: 0 auto 1.25rem;
  object-fit: contain;
  filter: drop-shadow(0 0.125rem 0.25rem #f4e6cf);
}

.other__card-icon--survey {
  width: 4.75rem;
  height: 4.6875rem;
}

.other__card-icon--message {
  width: 4.875rem;
  height: 4.25rem;
}

.other__card-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #8b6914;
  letter-spacing: 0.1375rem;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}

.other__card-text {
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: 0.1rem;
  line-height: 1.5625rem;
}

/* ===== FAQ ===== */
.faq {
  padding: 4rem 0 5rem;
  background-color: #f9f8f6;
}

.faq__inner {
  max-width: 75rem;
  margin: 0 auto;
  padding-inline: var(--content-pad-inline);
}

.faq__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5rem;
}

.faq__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #8b6914;
  letter-spacing: 0.175rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.faq__item {
  width: 100%;
}

.faq__question {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  min-height: 5rem;
  padding: 1.25rem 1.5rem;
  background-color: #ffffff;
  border: 0.0625rem solid #d9d9d9;
  border-radius: 0.625rem;
  cursor: pointer;
  text-align: left;
}

.faq__question-text {
  flex: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #8b6914;
  letter-spacing: 0.125rem;
  line-height: 1.4;
}

.faq__toggle {
  position: relative;
  flex-shrink: 0;
  width: 2.1875rem;
  height: 2.1875rem;
}

.faq__toggle-icon {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.faq__toggle-icon--open {
  opacity: 0;
  visibility: hidden;
}

.faq__toggle-icon--close {
  opacity: 1;
  visibility: visible;
}

.faq__item.is-open .faq__toggle-icon--open {
  opacity: 1;
  visibility: visible;
}

.faq__item.is-open .faq__toggle-icon--close {
  opacity: 0;
  visibility: hidden;
}

.faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.55s cubic-bezier(0.25, 1, 0.45, 1);
}

.faq__item.is-open .faq__answer {
  grid-template-rows: 1fr;
}

.faq__answer-text {
  overflow: hidden;
  min-height: 0;
  padding: 0 1.5rem 0 4.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: 0.1rem;
  line-height: 1.5625rem;
  opacity: 0;
  transform: translateY(rm(-8));
  transition:
    opacity 0.45s cubic-bezier(0.25, 1, 0.45, 1) 0.1s,
    transform 0.5s cubic-bezier(0.25, 1, 0.45, 1) 0.08s,
    padding 0.5s cubic-bezier(0.25, 1, 0.45, 1);
}

.faq__item.is-open .faq__answer-text {
  padding: 0.75rem 1.5rem 0 4.75rem;
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .faq__answer {
    display: none;
    transition: none;
  }

  .faq__item.is-open .faq__answer {
    display: block;
    grid-template-rows: none;
  }

  .faq__answer-text {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .faq__toggle-icon {
    transition: none;
  }

  .faq__toggle-icon--open {
    display: none;
    opacity: 1;
    visibility: visible;
  }

  .faq__item.is-open .faq__toggle-icon--open {
    display: block;
  }

  .faq__item.is-open .faq__toggle-icon--close {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

/* ===== CONTACT ===== */
.contact {
  width: 100%;
  min-height: 22.625rem;
  padding-block: 2.5625rem 2.75rem;
  padding-inline: var(--content-pad-inline);
  background-color: #b98a5e;
}

.contact__inner {
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.contact__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 2.5rem;
}

.contact__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #ffffff;
  letter-spacing: 0.175rem;
  line-height: 1.4;
  margin-bottom: 1.25rem;
}

.contact__lead {
  font-size: 1rem;
  font-weight: 500;
  color: #f8eedd;
  letter-spacing: 0.1rem;
  line-height: 1.5625rem;
}

.contact__actions {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.contact__item {
  position: relative;
  padding-top: 0.875rem;
}

.contact__tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11.25rem;
  height: 1.5rem;
  padding: 0 0.75rem;
  background-color: #ffffff;
  border: 0.0625rem solid #d4622a;
  border-radius: 6.1875rem;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: -0.0195rem;
  color: #d4622a;
  white-space: nowrap;
  z-index: 1;
}

.contact__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 16.25rem;
  height: 3.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-size: 1.375rem;
  font-weight: 700;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
}

.contact__btn--primary {
  background: linear-gradient(to right, #c14e15, #d15f27);
  border: 0.0625rem solid #cf5012;
  color: #ffffff;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.contact__btn--secondary {
  background-color: #ffffff;
  border: 0.0625rem solid #d4622a;
  color: #d4622a;
}

.contact__btn > span {
  position: relative;
  z-index: 2;
}

.contact__btn-icon {
  position: relative;
  z-index: 2;
  display: block;
  flex-shrink: 0;
  object-fit: contain;
}

.contact__btn--primary .contact__btn-icon {
  width: 1.125rem;
  height: 0.9375rem;
}

.contact__btn--secondary .contact__btn-icon {
  width: 1.25rem;
  height: 1.125rem;
}

.contact__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6875rem;
}

.contact__tel-icon {
  display: block;
  width: 2.9375rem;
  height: 2.5rem;
  object-fit: contain;
  flex-shrink: 0;
}

.contact__tel-num {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.225rem;
  line-height: 1;
  text-decoration: none;
}

.contact__tel-num:hover {
  opacity: 0.9;
}

/* ===== FOOTER ===== */
.footer {
  width: 100%;
  height: 6.25rem;
  background-color: #2d1b0e;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 90rem;
  height: 100%;
  margin: 0 auto;
  padding-inline: var(--content-pad-inline);
}

.footer__brand {
  display: flex;
  align-items: center;
  gap: 1.6875rem;
}

.footer__logo {
  display: block;
  flex-shrink: 0;
  width: 7.0625rem;
  height: 2.3125rem;
}

.footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer__nav-list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__nav-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #ffffff;
  letter-spacing: 0.1rem;
  text-decoration: none;
  white-space: nowrap;
}

.footer__nav-link:hover {
  opacity: 0.8;
}

.footer__copyright {
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #ffffff;
  letter-spacing: 0.0875rem;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 1200px) and (min-width: 901px) {
  .header__nav-list {
    gap: 1.25rem;
  }

  .header__nav-link {
    font-size: 0.875rem;
    letter-spacing: 0.1rem;
  }

  .header__cta-btn {
    width: min(11rem, 100%);
    max-width: 11rem;
    font-size: 1rem;
  }

  .header__cta-tag {
    font-size: 0.5rem;
    padding-inline: 0.5rem;
  }
}

.sp_only {
  display: none;
}

@media (min-width: 1300px) {
  .fv {
    height: calc(100svh - var(--header-height));
    height: calc(100dvh - var(--header-height));
    min-height: calc(100svh - var(--header-height));
    min-height: calc(100dvh - var(--header-height));
  }
  .fv__title {
    letter-spacing: 8px;
  }
  .fv__body {
    margin-top: 8px;
  }
}
/* ===== SP（900px以下）PCデザインは上記を維持 ===== */
@media (max-width: 900px) {
  :root {
    --header-height: 3.8125rem;
  }

  .header {
    height: var(--header-height);
  }
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }

  .header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 0.0625rem;
    background-color: #e0ba09;
  }

  .header::after {
    display: none;
  }

  .header__inner {
    position: relative;
    z-index: 1;
    height: 3.75rem;
    padding: 0 0.875rem;
  }

  .header__logo {
    width: 6.75rem;
    height: 2.25rem;
  }

  .header__nav,
  .header__cta {
    display: none;
  }

  .header__menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.1875rem;
    width: 1.875rem;
    height: 1.875rem;
    margin-left: auto;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }

  .header__menu-btn-bar {
    display: block;
    width: 1.875rem;
    height: 0.125rem;
    background-color: #ffffff;
    border-radius: 0.0625rem;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  body.is-menu-open .header__menu-btn-bar:nth-child(1) {
    transform: translateY(0.3125rem) rotate(45deg);
  }

  body.is-menu-open .header__menu-btn-bar:nth-child(2) {
    opacity: 0;
  }

  body.is-menu-open .header__menu-btn-bar:nth-child(3) {
    transform: translateY(-0.3125rem) rotate(-45deg);
  }

  .header__overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 150;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

  body.is-menu-open .header__overlay {
    opacity: 1;
    visibility: visible;
  }

  .header__overlay[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
  }

  .header__drawer {
    display: block;
    position: fixed;
    top: var(--header-height);
    right: 0;
    z-index: 160;
    width: 8.75rem;
    height: 18.5rem;
    padding: 0;
    background-color: #ffffff;
    border: 0.0625rem solid #8b6914;
    border-top: none;
    transform: translateX(100%);
    transition: transform 0.25s ease;
    overflow: hidden;
  }

  .header__drawer[aria-hidden="false"] {
    transform: translateX(0);
  }

  .header__drawer-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .header__drawer-item {
    border-bottom: 0.0625rem solid #8b6914;
  }

  .header__drawer-item:last-child {
    border-bottom: none;
  }

  .header__drawer-link {
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 3.125rem;
    padding: 0.625rem 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a1a;
    letter-spacing: 0.1rem;
    text-decoration: none;
    line-height: 1.5625rem;
  }

  .header__drawer-link--multiline {
    align-items: flex-start;
    min-height: 3.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.25rem;
  }

  .header__drawer-bullet {
    flex-shrink: 0;
    width: 1rem;
    color: #8b6914;
    line-height: 1;
  }

  .header__drawer-link--multiline .header__drawer-bullet {
    padding-top: 0.125rem;
  }

  .header__drawer-text {
    flex: 1;
  }

  .fv {
    height: calc(100svh - var(--header-height));
    min-height: calc(100svh - var(--header-height));
    margin-top: var(--header-height);
  }

  .fv__bg::after {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.45) 0%,
      rgba(0, 0, 0, 0.35) 50%,
      rgba(0, 0, 0, 0.5) 100%
    );
  }

  .fv__bg img {
    object-fit: cover;
    object-position: center center;
  }

  .fv__inner {
    align-items: center;
    text-align: center;
    min-height: 0;
    padding: 0.625rem 1.25rem 0.75rem;
    overflow: hidden;
  }

  .fv__promote-badge {
    display: none;
  }

  .fv__title {
    width: 100%;
    max-width: 23.1875rem;
    font-size: clamp(1.625rem, 6vw, 2.0625rem);
    letter-spacing: 0.0077rem;
    line-height: 1.3;
    margin-top: 0;
    text-align: center;
  }

  .fv__subtitle {
    width: 100%;
    max-width: 18.9375rem;
    margin-top: 0.5rem;
    font-size: 1.125rem;
    letter-spacing: 0.1125rem;
    text-align: center;
  }

  .fv__lead {
    width: 100%;
    max-width: 20.9375rem;
    margin-top: 0.75rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
  }

  .fv__lead-line--pc {
    display: none;
  }

  .fv__lead-line--sp {
    display: inline;
  }

  .fv__body {
    flex: 1;
    min-height: 0;
    width: 100%;
    margin-top: 0.5rem;
    justify-content: flex-end;
    gap: 0.5rem;
  }

  .fv__body-top {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 0.625rem;
  }

  .fv__google-rating {
    width: 13.2225rem;
    max-width: 100%;
    min-height: 5.0625rem;
    padding: 0.375rem 0.75rem 0.5rem;
    border-width: 0.125rem;
  }

  .fv__google-rating__header {
    justify-content: center;
    margin-bottom: 0;
  }

  .fv__google-rating__period {
    font-size: 0.9375rem;
  }

  .fv__google-rating__scores {
    justify-content: center;
    margin: 0.125rem 0;
  }

  .fv__google-rating__before {
    font-size: 1.5rem;
    line-height: 2.8125rem;
  }

  .fv__google-rating__after {
    font-size: 32px;
    line-height: 2.8125rem;
  }

  .fv__google-rating__note {
    font-size: 0.8125rem;
    line-height: 1.25rem;
    text-align: center;
    white-space: normal;
  }

  .fv__facilities {
    width: 100%;
    max-width: 19.5625rem;
    min-height: 4.5403rem;
    padding: 0.375rem 0.625rem;
    justify-content: space-between;
  }

  .fv__facilities__laurel {
    width: 1.5786rem;
    height: 3.6771rem;
  }

  .fv__facilities__prefix,
  .fv__facilities__suffix {
    font-size: 24px;
    line-height: 3.475rem;
    letter-spacing: 0.0875rem;
  }

  .fv__facilities__num {
    font-size: 32px;
    line-height: 3.475rem;
    letter-spacing: 0.1375rem;
  }

  .fv__body-bottom {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .fv__flow {
    justify-content: center;
    width: 100%;
    max-width: 18.1875rem;
    gap: 0.375rem;
  }

  .fv__flow__step {
    gap: 0.25rem;
  }

  .fv__flow__step-circle {
    width: clamp(3.75rem, 14vw, 4.8125rem);
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .fv__flow__step-label {
    font-size: 0.8125rem;
    line-height: 1.0625rem;
  }

  .fv__flow__arrow {
    width: 1.0859rem;
    height: 1.3966rem;
    margin-bottom: 1.25rem;
  }

  .fv__review-guide-container {
    display: none;
  }

  .fv__cta {
    flex-direction: column;
    align-items: center;
    align-self: center;
    width: 100%;
    margin-top: auto;
    padding-top: 0;
    gap: 0.5rem;
    flex-shrink: 0;
  }

  .fv__cta__item {
    width: 100%;
    max-width: 16.25rem;
  }

  .fv__cta__tag {
    min-width: 11.25rem;
    height: 1.5rem;
    font-size: 0.625rem;
  }

  .fv__cta__btn {
    width: 100%;
    height: 3.5rem;
    font-size: 1.375rem;
    letter-spacing: 0;
  }

  .issue {
    padding: 1.5rem 0 3.0625rem;
    background-color: #e6e0d7;
  }

  .issue__inner {
    max-width: 20.9375rem;
    margin: 0 auto;
    padding: 0 1.25rem;
  }

  .issue__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    font-size: 1.75rem;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .issue__title-pc {
    display: none;
  }

  .issue__title-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
  }

  .issue__title-row {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.2;
    color: #8b6914;
  }

  .issue__title-accent {
    color: #8b6914;
  }

  .issue__title::after {
    display: block;
    width: 3.125rem;
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .issue__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5625rem;
    margin-top: 2rem;
  }

  .issue__item {
    flex: none;
    width: 18.75rem;
    min-height: 13.5rem;
    padding: 1.1875rem 0.75rem 1rem;
    border-radius: 0.4375rem;
    justify-content: flex-start;
    gap: 0.5rem;
  }

  .issue__item:nth-child(1) {
    align-self: flex-start;
    margin-left: 0.1875rem;
  }

  .issue__item:nth-child(2) {
    align-self: flex-end;
    margin-right: 0.3125rem;
  }

  .issue__item:nth-child(3) {
    align-self: flex-start;
    margin-left: 0.25rem;
  }

  .issue__item:nth-child(1) img {
    width: 6.5rem;
    height: 5.5rem;
    object-fit: contain;
    filter: drop-shadow(0 0.125rem 0.25rem #f5f0e8);
  }

  .issue__item:nth-child(2) img {
    width: 3.691rem;
    height: 5.245rem;
    object-fit: contain;
    filter: drop-shadow(0 0.125rem 0.25rem #f5f0e8);
  }

  .issue__item:nth-child(3) img {
    width: 4.2584rem;
    height: 4.0545rem;
    object-fit: contain;
    filter: drop-shadow(0 0.125rem 0.25rem #f4e6cf);
  }

  .issue__item p {
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0.1rem;
  }

  .issue__wave {
    width: 21.625rem;
    height: 3.0625rem;
  }

  .solution {
    padding: 2.5rem 0 2rem;
    background-color: #f7f1e6;
  }

  .solution__inner {
    max-width: 20.9375rem;
    margin: 0 auto;
    padding: 0 1.25rem;
  }

  .solution__heading {
    margin-bottom: 1.5rem;
  }

  .solution__heading-title {
    margin-bottom: 1.25rem;
    font-size: 1.75rem;
    line-height: 1.2;
    letter-spacing: 0.175rem;
  }

  .solution__heading-title-pc {
    display: none;
  }

  .solution__heading-title-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .solution__heading-title-row {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.2;
    color: #8b6914;
    letter-spacing: 0.175rem;
  }

  .solution__heading-logo {
    width: 11.0625rem;
    height: 3.625rem;
  }

  .solution__intro {
    margin-bottom: 2rem;
  }

  .solution__intro-title {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 0;
  }

  .solution__intro-title-row--1,
  .solution__intro-title-row--2 {
    display: flex;
    align-items: baseline;
    justify-content: center;
  }

  .solution__intro-title-row--1 .solution__intro-title-text {
    font-size: 1.75rem;
    line-height: 2.5rem;
    letter-spacing: 0.175rem;
  }

  .solution__intro-title-row--2 .solution__intro-title-num {
    font-size: 2.8125rem;
    line-height: 2.5rem;
    letter-spacing: 0.28125rem;
  }

  .solution__intro-title-row--2 .solution__intro-title-text {
    font-size: 1.75rem;
    line-height: 2.5rem;
    letter-spacing: 0.175rem;
  }

  .solution__intro-title::after {
    width: 3.125rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }

  .solution__intro-lead-pc {
    display: none;
  }

  .solution__intro-lead-sp {
    display: inline;
    font-size: 1rem;
    line-height: 1.828125rem;
    letter-spacing: -0.0275rem;
    text-align: center;
  }

  .solution__list {
    flex-direction: column;
    align-items: center;
    gap: 2.9375rem;
  }

  .solution__arrow {
    display: none;
  }

  .solution__card {
    position: relative;
    flex: none;
    width: 21.875rem;
    max-width: 100%;
    min-height: 20.0625rem;
    margin-top: 1.375rem;
    border-color: #d8c29a;
    border-radius: 0.4375rem;
    overflow: visible;
  }

  .solution__card--shadow {
    box-shadow: none;
  }

  .solution__card-img {
    height: 6.8619rem;
    margin: 0.6875rem 0.7188rem 0;
    width: calc(100% - 1.4375rem);
    border-radius: 0;
  }

  .solution__card:last-child .solution__card-img {
    border: 0.0625rem solid #d8c29a;
  }

  .solution__card-body {
    padding: 0.75rem 1rem 1.25rem;
  }

  .solution__card-head {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 0.75rem;
    min-height: 0;
  }

  .solution__card-num,
  .function__card-num,
  .support__step-num,
  .faq__q-badge {
    width: 2.6875rem;
    height: 2.6875rem;
  }

  .solution__card-num > span,
  .function__card-num > span,
  .support__step-num > span,
  .faq__q-badge > span {
    font-size: 1.625rem;
    letter-spacing: 0.1625rem;
    line-height: 2.5rem;
  }

  .solution__card-num,
  .support__step-num {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
  }

  .solution__card-title {
    width: 100%;
    max-width: 16.5625rem;
    padding-top: 0;
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-align: center;
  }

  .solution__card-text {
    font-size: 1rem;
    line-height: 1.5625rem;
    letter-spacing: 0.1rem;
    text-align: center;
  }

  .mid-cta {
    padding: 0;
    background-color: #f7f1e6;
  }

  .mid-cta__box {
    max-width: none;
    min-height: 24.6875rem;
    padding: 2.5rem 1.25rem 2rem;
    border: none;
    border-radius: 0;
    background-size: cover;
  }

  .mid-cta__head {
    margin-bottom: 1.25rem;
  }

  .mid-cta__title {
    margin-bottom: 0.75rem;
    font-size: 1.75rem;
    line-height: 3rem;
    letter-spacing: 0.022rem;
    color: #8b6914;
  }

  .mid-cta__title-pc {
    display: none;
  }

  .mid-cta__title-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .mid-cta__title-row {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 3rem;
    color: #8b6914;
    letter-spacing: 0.022rem;
  }

  .mid-cta__sub {
    display: block;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: -0.0281rem;
    color: #1a1a1a;
    text-align: center;
  }

  .mid-cta__deco-line {
    width: 1.9318rem;
    height: 0.0389rem;
  }

  .mid-cta__deco-icon {
    width: 0.639rem;
    height: 0.6198rem;
  }

  .mid-cta__actions {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }

  .mid-cta__item {
    width: 100%;
    max-width: 16.25rem;
  }

  .mid-cta__btn {
    width: 100%;
  }

  .mid-cta--bottom {
    padding-bottom: 0;
  }

  .case {
    padding: 2.5rem 0;
    background-color: #f8f4ee;
  }

  .case__inner {
    max-width: 21.875rem;
    margin: 0 auto;
    padding: 0 1.25rem;
  }

  .case__head,
  .voice__head {
    margin-bottom: 1.5rem;
  }

  .case__title,
  .voice__title {
    font-size: 1.75rem;
    line-height: 2.5rem;
    letter-spacing: 0.175rem;
    margin-bottom: 0.5rem;
  }

  .case__title::after,
  .voice__title::after {
    width: 3.125rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }

  .case__lead,
  .voice__lead {
    max-width: 20.1875rem;
    font-size: 1rem;
    line-height: 1.828125rem;
    letter-spacing: -0.0275rem;
  }

  .case__slider {
    gap: 0;
  }

  .case__slider-btn {
    display: block;
    z-index: 2;
  }

  .case__slider-btn--prev {
    margin-right: -0.75rem;
  }

  .case__slider-btn--next {
    margin-left: -0.75rem;
  }

  .case__slider-btn img {
    width: 1.5625rem;
    height: 1.5625rem;
  }

  .case__slider-viewport {
    overflow: hidden;
  }

  .case__slider-track {
    --slide-gap: 0.75rem;
    gap: var(--slide-gap);
  }

  .case__slider-dots {
    gap: 0.5rem;
    margin-top: 1rem;
  }

  .case__slider-dot {
    width: 0.875rem;
    height: 0.875rem;
  }

  .case__card {
    flex: 0 0 var(--slide-width, 20.625rem);
    width: var(--slide-width, 20.625rem);
    max-width: var(--slide-width, 20.625rem);
    min-height: 28.3125rem;
    border-color: #d8b77a;
    box-shadow: 0 0.125rem 0.25rem #f4e6cf;
  }

  .case__card-img {
    height: 6.4798rem;
  }

  .case__card-title {
    padding-top: 1rem;
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
  }

  .case__rating {
    padding: 0 1.25rem 1rem;
  }

  .case__rating-after,
  .case__rating-diff-value {
    font-size: 1.875rem;
  }

  .voice {
    padding: 2.5rem 0;
    background-color: #f8f4ee;
  }

  .voice__inner {
    width: 100%;
    max-width: 21.875rem;
    margin: 0 auto;
    padding: 0 1.25rem;
    min-width: 0;
  }

  .voice__slider {
    gap: 0;
    width: 100%;
  }

  .voice__slider-viewport {
    overflow: hidden;
    min-width: 0;
  }

  .voice__slider-track {
    --slide-gap: 0.75rem;
    justify-content: flex-start;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .voice__slider-track::-webkit-scrollbar {
    display: none;
  }

  .voice__slider-btn {
    display: block;
    z-index: 2;
  }

  .voice__slider-btn--prev {
    margin-right: -0.75rem;
  }

  .voice__slider-btn--next {
    margin-left: -0.75rem;
  }

  .voice__slider-btn img {
    width: 1.5625rem;
    height: 1.5625rem;
  }

  .voice__slider-dots {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
  }

  .voice__slider-dot {
    width: 0.875rem;
    height: 0.875rem;
  }

  .voice__card {
    flex: 0 0 var(--slide-width, 100%);
    width: var(--slide-width, 100%);
    max-width: var(--slide-width, 100%);
    min-height: 20.4375rem;
    margin-left: 0;
    padding: 1rem 1.25rem 1.25rem;
    border-color: #d8b77a;
  }

  .voice__card-title {
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
    margin-bottom: 0.5rem;
  }

  .voice__card-label {
    justify-content: center;
    margin-bottom: 0.5rem;
  }

  .voice__card-label span {
    font-size: 1.125rem;
    line-height: 2.5rem;
  }

  .voice__card-body {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }

  .voice__card-avatar {
    width: 4.5rem;
    height: 4.5rem;
  }

  .voice__card-text {
    font-size: 1.125rem;
    line-height: 1.875rem;
    letter-spacing: 0;
    text-align: left;
  }

  .about::before {
    display: none;
  }

  .about {
    background-color: #f8f4ee;
  }

  .about__inner {
    max-width: 21.875rem;
    margin: 0 auto;
    padding: 1.5rem 1.25rem 2.5rem;
  }

  .about__head {
    margin-bottom: 1.5rem;
  }

  .about__title {
    font-size: 1.75rem;
    line-height: 2.5rem;
    letter-spacing: 0.175rem;
    margin-bottom: 0.5rem;
  }

  .about__title::after {
    width: 3.125rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }

  .about__lead-pc {
    display: none;
  }

  .about__lead-sp {
    display: inline;
    max-width: 19.5rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.828125rem;
    letter-spacing: -0.0275rem;
    text-align: center;
  }

  .about__body {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .about__list {
    width: 100%;
    gap: 0.75rem;
    padding-top: 0;
  }

  .about__item {
    position: relative;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.625rem;
    width: 100%;
    max-width: 21.875rem;
    min-height: 7.8125rem;
    padding: 1.375rem 0.75rem 0.875rem;
    background-color: #ffffff;
    border: 0.125rem solid #fad6c5;
    border-radius: 0.4375rem;
  }

  .about__item:nth-child(2),
  .about__item:nth-child(3) {
    margin-left: 0;
  }

  .about__item-feature {
    display: block;
    flex-shrink: 0;
    object-fit: contain;
  }

  .about__item:nth-child(1) .about__item-feature {
    width: 2.9456rem;
    height: 2.4931rem;
    margin-top: 0.125rem;
  }

  .about__item:nth-child(2) .about__item-feature {
    width: 2.4874rem;
    height: 2.5128rem;
    margin-top: 0.0625rem;
  }

  .about__item:nth-child(3) .about__item-feature {
    width: 2.5096rem;
    height: 2.4904rem;
    margin-top: 0.125rem;
  }

  .about__item-main {
    flex: 1;
    align-items: center;
    gap: 0.5rem;
  }

  .about__item-head {
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    width: 100%;
  }

  .about__item-check {
    width: 1.255rem;
    height: 1.255rem;
    margin-top: 0;
  }

  .about__item-title {
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: 0.1rem;
  }

  .about__item-desc {
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5625rem;
    letter-spacing: 0.1rem;
    text-align: center;
  }

  .about__visual {
    position: relative;
    width: 100%;
    max-width: 21.875rem;
    min-height: 11.5rem;
    margin-left: 0;
  }

  .about__visual-screen--1 {
    top: 0;
    left: 0;
    width: 11.931rem;
    height: 7.6917rem;
  }

  .about__visual-screen--2 {
    top: 2.5625rem;
    left: 7.5688rem;
    width: 11.931rem;
    height: 7.6917rem;
  }

  .about__visual-illust--walk {
    top: 6.75rem;
    left: 3.7856rem;
    width: 3.0269rem;
    height: 2.9093rem;
  }

  .about__visual-illust--family {
    top: 7.5rem;
    left: 11.1875rem;
    width: 2.0725rem;
    height: 3.1319rem;
  }

  .function {
    padding: 2.5rem 0;
    background-color: #f5f0e8;
  }

  .function__inner {
  width: 100%;
  max-width: var(--content-max-md);
  margin-inline: auto;
  padding-inline: var(--content-pad-inline);
  min-width: 0;
}

  .function__title {
    font-size: 1.75rem;
    line-height: 1.4;
    letter-spacing: 0.175rem;
    margin-bottom: 0.5rem;
  }

  .function__title::after {
    width: 3.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.875rem;
  }

  .function__lead {
    max-width: 19.9375rem;
    font-size: 1rem;
    line-height: 1.5625rem;
    letter-spacing: 0.1rem;
  }

  .function__flow-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% + 2.5rem);
    max-width: none;
    margin-inline: -1.25rem;
    min-height: 2.6924rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    background-color: #d8c7af;
  }

  .function__flow-bar-title {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #8b6914;
    letter-spacing: 0.15rem;
    line-height: 1.4;
    text-align: center;
  }

  .function__diagram {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: auto;
    row-gap: 0;
    justify-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .function__card--1,
  .function__card--2,
  .function__card--3,
  .function__card--4 {
    grid-column: auto;
    grid-row: auto;
    justify-self: center;
  }

  .function__center {
    display: none;
  }

  .function__flow-arrow {
    display: block;
    width: 3.125rem;
    height: 1rem;
    margin: 0.125rem auto;
    object-fit: contain;
  }

  .function__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 21.875rem;
    margin-top: 0.9375rem;
    padding: 1.5rem 1rem 1rem;
    text-align: center;
    border-color: #c5a55a;
    border-radius: 0.4375rem;
    overflow: visible;
  }

  .function__card--1,
  .function__card--2 {
    min-height: 10.5903rem;
  }

  .function__card--3 {
    min-height: 13.3125rem;
  }

  .function__card--4 {
    min-height: 14.375rem;
  }

  .function__card-head {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    max-width: 18.75rem;
    margin-bottom: 0.625rem;
  }

  .function__card-title {
    flex: 1;
    max-width: none;
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: 0.125rem;
    text-align: left;
  }

  .function__card-content {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
  }

  .function__card-icon {
    flex-shrink: 0;
    margin-bottom: 0;
    box-shadow: 0 0.25rem 0.25rem #f4e6cf;
  }

  .function__card-icon--1 {
    width: 3.0482rem;
    height: 2.0856rem;
  }

  .function__card-icon--2 {
    width: 2.2704rem;
    height: 3.0471rem;
  }

  .function__card-icon--3 {
    width: 3.4204rem;
    height: 2.5754rem;
  }

  .function__card-icon--4 {
    width: 3.7612rem;
    height: 3.8012rem;
  }

  .function__card-text {
    width: 100%;
    max-width: 20.625rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5625rem;
    letter-spacing: 0.1rem;
    text-align: center;
  }

  .support {
    padding: 2.5rem 0;
    background-color: #f8f4ee;
  }

  .support__inner {
    max-width: 21.875rem;
    margin: 0 auto;
    padding: 0 1.25rem;
  }

  .support__head {
    margin-bottom: 1.5rem;
  }

  .support__title {
    font-size: 1.75rem;
    line-height: 1.4;
    letter-spacing: 0.175rem;
    margin-bottom: 0.5rem;
  }

  .support__title-pc {
    display: none;
  }

  .support__title-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .support__title-row {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.4;
    color: #8b6914;
    letter-spacing: 0.175rem;
  }

  .support__title::after {
    width: 3.125rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }

  .support__lead {
    max-width: 21.25rem;
    font-size: 1.125rem;
    line-height: 1.4;
    letter-spacing: 0.1125rem;
  }

  .support__list {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .support__col {
    position: relative;
    width: 100%;
    max-width: 21.875rem;
    margin-top: 0.9375rem;
    padding: 1.5rem 0 0;
    background-color: #ffffff;
    border: 0.125rem solid #c5a55a;
    border-radius: 0.4375rem;
    box-shadow: 0 0.125rem 0.25rem #f4e6cf;
  }

  .support__col:nth-child(3) {
    box-shadow: 0 0.125rem 0.25rem #f4e6cf;
  }

  .support__arrow {
    width: 1.565rem;
    height: 2.1216rem;
    margin: 0.25rem auto;
    transform: rotate(90deg);
  }

  .support__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 0.9375rem 0.75rem;
    background-color: transparent;
    border: none;
    border-radius: 0;
  }

  .support__step-head {
    position: relative;
    flex-direction: column;
    gap: 0.25rem;
    width: 100%;
    margin-bottom: 0.5rem;
    padding-top: 0.25rem;
  }

  .support__step-title {
    margin-top: 0.75rem;
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
    text-align: center;
  }

  .support__step-text {
    order: 2;
    width: 100%;
    margin-bottom: 0.625rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5625rem;
    letter-spacing: 0.1rem;
    text-align: center;
  }

  .support__step-img {
    order: 3;
    display: block;
    width: 20rem;
    max-width: 100%;
    height: 4.1875rem;
    margin: 0 auto 0.75rem;
    object-fit: cover;
  }

  .support__shadow {
    display: none;
  }

  .support__feature {
    align-items: flex-start;
    width: calc(100% - 2rem);
    min-height: 0;
    margin: 0 1rem 1rem;
    padding: 0 0 0.75rem 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
  }

  .support__feature-icon {
    flex-shrink: 0;
    object-fit: contain;
    filter: drop-shadow(0 0.25rem 0.25rem #f4e6cf);
  }

  .support__col:nth-child(1) .support__feature-icon {
    width: 3.1334rem;
    height: 3.7399rem;
  }

  .support__col:nth-child(3) .support__feature-icon {
    width: 3.12rem;
    height: 3.0556rem;
  }

  .support__col:nth-child(5) .support__feature-icon {
    width: 3.114rem;
    height: 3.1361rem;
  }

  .support__feature-body {
    flex: 1;
    padding-left: 0.75rem;
    border-left: 0.0625rem solid #c9b28a;
  }

  .support__feature-title {
    font-size: 1.375rem;
    letter-spacing: 0.1375rem;
    line-height: 1.4;
    margin-bottom: 0.25rem;
  }

  .support__feature-text {
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0.1rem;
  }

  .other__inner,
  .faq__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .other__list {
    flex-direction: column;
    align-items: center;
  }

  .other__card {
    width: 100%;
    max-width: 18.2375rem;
  }

  .contact {
    padding: 2.5rem 1.25rem;
  }

  .contact__actions {
    flex-direction: column;
    align-items: center;
  }

  .footer {
    height: auto;
    min-height: 14.1316rem;
    padding: 1.75rem 1.25rem 1.25rem;
    background-color: #2d1b0e;
  }

  .footer__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    max-width: 21.875rem;
    margin: 0 auto;
    padding: 0;
    height: auto;
  }

  .footer__brand {
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
  }

  .footer__logo {
    width: 6.75rem;
    height: 2.1928rem;
    margin-bottom: 0.5rem;
  }

  .footer__nav {
    width: 100%;
  }

  .footer__nav-list {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  .footer__nav-link {
    font-size: 0.8125rem;
    line-height: 1.5rem;
    letter-spacing: -0.0195rem;
  }

  .footer__copyright {
    margin-top: 1.25rem;
    font-size: 0.6875rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: -0.0094rem;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    white-space: normal;
  }
}

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

html {
  overflow-x: clip;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #e6e0d7;
  overflow-x: clip;
  min-width: 0;
}

main {
  overflow-x: clip;
  max-width: 100%;
}

/* ===============================
   CTA shine（キラッ）・ホバー
================================ */
.header__cta-btn,
.fv__cta__btn,
.mid-cta__btn,
.contact__btn {
  transition:
    transform 0.28s cubic-bezier(0.25, 1, 0.4, 1),
    box-shadow 0.28s cubic-bezier(0.25, 1, 0.4, 1),
    filter 0.28s ease,
    background-color 0.28s ease,
    border-color 0.28s ease;
}

.header__cta-btn:hover,
.fv__cta__btn:hover,
.mid-cta__btn:hover,
.contact__btn:hover {
  transform: translateY(rm(-4)) scale(1.05);
}

.header__cta-btn--primary:hover,
.fv__cta__btn--primary:hover,
.mid-cta__btn--primary:hover,
.contact__btn--primary:hover {
  box-shadow: 0 rm(6) rm(18) rgba(193, 78, 21, 0.5);
  filter: brightness(1.08) saturate(1.05);
}

.header__cta-btn--secondary:hover,
.fv__cta__btn--secondary:hover,
.mid-cta__btn--secondary:hover,
.contact__btn--secondary:hover {
  background-color: #fff6ef;
  border-color: #c14e15;
  box-shadow: 0 rm(6) rm(18) rgba(212, 98, 42, 0.28);
}

.header__cta-btn:active,
.fv__cta__btn:active,
.mid-cta__btn:active,
.contact__btn:active {
  transform: translateY(rm(-1)) scale(1.02);
}

.header__cta-btn::after,
.fv__cta__btn::after,
.mid-cta__btn::after,
.contact__btn::after {
  content: "";
  position: absolute;
  top: -20%;
  left: 0;
  z-index: 1;
  width: 45%;
  height: 140%;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255, 255, 255, 0) 38%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0) 62%,
    transparent 100%
  );
  transform: translateX(-200%) skewX(-20deg);
  animation: cta-shine-sweep 3s ease-in-out infinite;
  pointer-events: none;
}

.header__cta-btn--secondary::after,
.fv__cta__btn--secondary::after,
.mid-cta__btn--secondary::after,
.contact__btn--secondary::after {
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255, 230, 200, 0) 38%,
    rgba(255, 210, 160, 0.7) 50%,
    rgba(255, 230, 200, 0) 62%,
    transparent 100%
  );
}

@keyframes cta-shine-sweep {
  0%,
  68% {
    transform: translateX(-200%) skewX(-20deg);
  }

  100% {
    transform: translateX(380%) skewX(-20deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .header__cta-btn,
  .fv__cta__btn,
  .mid-cta__btn,
  .contact__btn {
    transition: box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  }

  .header__cta-btn:hover,
  .fv__cta__btn:hover,
  .mid-cta__btn:hover,
  .contact__btn:hover,
  .header__cta-btn:active,
  .fv__cta__btn:active,
  .mid-cta__btn:active,
  .contact__btn:active {
    transform: none;
  }

  .header__cta-btn--primary:hover,
  .fv__cta__btn--primary:hover,
  .mid-cta__btn--primary:hover,
  .contact__btn--primary:hover {
    filter: none;
  }

  .header__cta-btn::after,
  .fv__cta__btn::after,
  .mid-cta__btn::after,
  .contact__btn::after {
    animation: none;
    content: none;
  }
}

/* ===============================
   Stagger fade-in（3カラム）
================================ */
.stagger-fade__item {
  opacity: 0;
  transform: translateY(rm(80));
  transition:
    opacity 2.8s cubic-bezier(0.25, 1, 0.5, 1) var(--stagger-delay, 0ms),
    transform 3.2s cubic-bezier(0.25, 1, 0.5, 1) var(--stagger-delay, 0ms);
}

.stagger-fade.is-visible .stagger-fade__item {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .stagger-fade__item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/*# sourceMappingURL=mairy-review-inn.css.map */
