/* ============================================================
   TOP lower-page polish
   表紙の「街・深緑・生成り・ゴールド」を下部セクションへ統一する。
   既存のHTML構造と機能を保ったまま、過去CSSの競合を最終的に整理する。
   ============================================================ */

.home-page {
  --home-deep: #103923;
  --home-deep-2: #173f29;
  --home-green: #1f5e3b;
  --home-ivory: #f7f4e9;
  --home-paper: #fbfaf5;
  --home-pale: #eaf0e9;
  --home-gold: #c8a24d;
  --home-gold-light: #f0d78f;
  --home-ink: #1d2922;
  --home-muted: #5b655f;
  --home-line: rgba(31, 94, 59, .15);
  background: var(--home-paper);
}

.home-page main {
  overflow: clip;
  background: var(--home-paper);
}

.home-page main [id] {
  scroll-margin-top: calc(var(--header-h) + 24px);
}

.home-page .heading-line {
  display: block;
}

/*
 * 大画面で文字だけが拡大し、末尾の1文字が孤立していた状態を解消する。
 * 画面幅ではなく、コピーが収まる横幅と文字サイズを一組で管理する。
 */
.home-page .top-hero__copy {
  width: min(100%, 860px);
  max-width: 860px;
}

.home-page .top-hero__title {
  max-width: none;
  font-size: clamp(3.25rem, 4.3vw, 5.15rem);
  line-height: 1.13;
}

.home-page .top-hero__title-line {
  display: block;
  white-space: nowrap;
}

.home-page .top-hero__title-line--light,
.home-page .top-hero__title-line--light .hero-char {
  color: #fff;
}

.home-page .top-hero__title-line--accent,
.home-page .top-hero__title-line--accent .hero-char {
  color: #f1d68d;
}

/* JSで1文字ずつ分割した直後もコピーを待たせず表示する。 */
.home-page .top-hero__title .hero-char {
  opacity: 1;
  transform: none;
  filter: none;
  animation: none;
}

.home-page .capability-marquee {
  display: none;
}

/* 下部全体の文字・余白・スクロール表示を共通化 */
.home-page main > .section {
  padding: clamp(88px, 8vw, 124px) 0;
}

.home-page main .section__head {
  max-width: 1080px;
  margin: 0 0 clamp(42px, 5vw, 62px);
  text-align: left;
}

.home-page main .section__title {
  max-width: 940px;
  margin-bottom: 0;
  color: var(--home-ink);
  font-size: clamp(2.15rem, 3.55vw, 3.9rem);
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: -.045em;
}

.home-page main .section__desc {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--home-muted);
  font-size: 1rem;
  line-height: 1.95;
}

.home-page main .reveal,
.home-page main .fade-in-up,
.home-page main .reveal-stagger > * {
  transform: translateY(18px);
  transition-duration: .55s;
}

/* 無料支援設計図 */
.home-page .blueprint-section {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(247, 244, 233, .98) 0%, rgba(247, 244, 233, .94) 52%, rgba(226, 235, 225, .82) 100%),
    url("../../images/hero-city-sketch-v1.webp") center 54% / cover no-repeat;
  border-bottom: 1px solid var(--home-line);
}

.home-page .blueprint-section::before,
.home-page .blueprint-section::after {
  display: none;
}

.home-page .blueprint-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  gap: clamp(54px, 7vw, 104px);
  align-items: center;
}

.home-page .blueprint-layout > div:first-child {
  max-width: 720px;
}

.home-page .blueprint-section .section__title {
  margin-bottom: 32px;
  color: var(--home-deep);
  font-size: clamp(2.05rem, 3.1vw, 3.35rem);
}

.home-page .blueprint-section p {
  color: #4e5b52;
  font-size: 1rem;
  line-height: 2;
}

.home-page .blueprint-section__lead {
  margin-bottom: 18px;
}

.home-page .blueprint-actions {
  margin-top: 30px;
}

.home-page .blueprint-box {
  min-height: 0;
  display: block;
  padding: clamp(34px, 4vw, 52px);
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(33, 91, 58, .95), rgba(13, 50, 30, .98)),
    url("../../images/hero-city-real-v1.webp") center / cover no-repeat;
  border: 1px solid rgba(240, 215, 143, .22);
  border-radius: 26px;
  box-shadow: 0 26px 64px rgba(16, 57, 35, .16);
}

.home-page .blueprint-box::before {
  display: none;
}

.home-page .blueprint-box .check-list {
  display: grid;
  gap: 0;
}

.home-page .blueprint-box .check-list li {
  position: relative;
  padding: 15px 0 15px 24px;
  color: rgba(255, 255, 255, .94);
  font-size: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.home-page .blueprint-box .check-list li::before {
  top: 50%;
  width: 7px;
  height: 7px;
  background: var(--home-gold-light);
  box-shadow: 0 0 0 5px rgba(240, 215, 143, .09);
  transform: translateY(-50%);
}

.home-page .blueprint-box__note {
  margin-top: 22px;
  padding-top: 0;
  color: rgba(255, 255, 255, .66) !important;
  font-size: .84rem !important;
  line-height: 1.8 !important;
  border: 0;
}

/* 3事業：表紙の深緑をそのまま受ける */
.home-page section[aria-labelledby="services-title"] {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(12, 47, 28, .97), rgba(25, 70, 44, .96)),
    url("../../images/hero-city-real-v1.webp") center 40% / cover fixed no-repeat;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.home-page section[aria-labelledby="services-title"] .main-visual {
  padding: 0;
  overflow: visible;
  color: inherit;
  background: transparent;
}

.home-page section[aria-labelledby="services-title"] .main-visual__head {
  display: block;
  margin-bottom: 54px;
}

.home-page section[aria-labelledby="services-title"] .main-visual__title {
  max-width: 1180px;
  color: var(--home-gold-light) !important;
  font-size: clamp(2.35rem, 3.25vw, 3.65rem);
  line-height: 1.28;
}

.home-page section[aria-labelledby="services-title"] .main-visual__desc {
  max-width: 720px;
  margin-top: 24px;
  color: rgba(255, 255, 255, .75) !important;
  font-size: 1.02rem;
  line-height: 1.95;
}

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

.home-page .main-service.card {
  height: auto;
  min-height: 610px;
  padding: 325px 30px 32px;
  overflow: hidden;
  color: var(--home-ink);
  background: var(--home-paper);
  border: 1px solid rgba(240, 215, 143, .24);
  border-radius: 24px;
  box-shadow: 0 22px 52px rgba(5, 27, 15, .18);
}

.home-page .main-service.card::before,
.home-page .main-service.card::after {
  height: 292px;
}

.home-page .main-service.card::before {
  filter: saturate(.66) contrast(.94);
}

.home-page .main-service.card::after {
  background: linear-gradient(to top, rgba(15, 57, 34, .5), transparent 68%);
}

.home-page .main-service.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 72px rgba(5, 27, 15, .26);
}

.home-page .main-service__title {
  margin: 0 0 16px;
  color: var(--home-deep);
  font-size: clamp(1.3rem, 1.7vw, 1.55rem);
  font-weight: 700;
}

.home-page .main-service p {
  color: var(--home-muted);
  font-size: .94rem;
  line-height: 1.9;
}

.home-page .main-service__link {
  display: flex;
  align-items: center;
  min-height: 54px;
  margin-top: auto;
  padding-top: 0;
  color: var(--home-green);
  font-size: .9rem;
  border-top: 1px solid var(--home-line);
}

/* ジニアシの姿勢 */
.home-page .reason-section {
  color: var(--home-ink);
  background: var(--home-ivory);
  border-bottom: 1px solid var(--home-line);
}

.home-page .reason-section .section__head {
  margin-bottom: 34px;
}

.home-page .reason-list {
  max-width: none;
  display: grid;
  gap: 0;
  counter-reset: home-reason;
  border-bottom: 1px solid var(--home-line);
}

.home-page .reason-item {
  display: grid;
  grid-template-columns: 84px minmax(250px, .75fr) minmax(340px, 1.25fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
  padding: 40px 0;
  border-top: 1px solid var(--home-line);
}

.home-page .reason-item:last-child {
  border-bottom: 0;
}

.home-page .reason-item::before {
  content: "0" counter(home-reason);
  display: block;
  counter-increment: home-reason;
  color: #9a7629;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.home-page .reason-item h3 {
  color: var(--home-deep);
  font-size: clamp(1.25rem, 1.8vw, 1.62rem);
  font-weight: 650;
  line-height: 1.5;
}

.home-page .reason-item p {
  color: var(--home-muted);
  font-size: .97rem;
  line-height: 1.95;
}

/* 支援の流れ */
.home-page section[aria-labelledby="process-title"] {
  color: #fff;
  background: var(--home-deep);
}

.home-page section[aria-labelledby="process-title"] .container {
  display: grid;
  grid-template-columns: minmax(430px, .86fr) minmax(500px, 1.14fr);
  gap: clamp(64px, 9vw, 136px);
  align-items: start;
}

.home-page section[aria-labelledby="process-title"] .section__head {
  position: sticky;
  top: calc(var(--header-h) + 46px);
  margin: 0;
}

.home-page section[aria-labelledby="process-title"] .section__title {
  color: #fff;
  font-size: clamp(2.15rem, 2.65vw, 3rem);
}

.home-page section[aria-labelledby="process-title"] .heading-line {
  white-space: nowrap;
}

.home-page .process-list {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, .17);
}

.home-page .process-list li {
  min-height: 170px;
  display: grid;
  grid-template-columns: 68px 1fr;
  align-content: center;
  gap: 8px 26px;
  padding: 30px 4px;
  color: #fff;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .17);
  border-radius: 0;
}

.home-page .process-list li span {
  grid-row: 1 / 3;
  width: auto;
  height: auto;
  color: var(--home-gold-light);
  background: transparent;
  font-size: clamp(2.5rem, 3.5vw, 4.3rem);
  font-weight: 500;
  line-height: 1;
}

.home-page .process-list li strong {
  color: #fff;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  font-weight: 650;
}

.home-page .process-list li p {
  color: rgba(255, 255, 255, .66);
  font-size: .92rem;
  line-height: 1.8;
}

/* 健康経営支援：3事業と役割を混同しない独立プロジェクト */
.home-page .wellness-preview {
  color: #fff;
  background:
    linear-gradient(115deg, rgba(10, 44, 26, .97), rgba(22, 71, 44, .93)),
    url("../../images/hero-city-real-v1.webp") center / cover no-repeat;
}

.home-page .wellness-preview__head {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: center;
}

.home-page .wellness-preview .section__title {
  color: var(--home-gold-light);
  font-size: clamp(2.15rem, 3.45vw, 3.75rem);
}

.home-page .wellness-preview__intro {
  display: grid;
  gap: 14px;
}

.home-page .wellness-preview__intro p {
  color: rgba(255, 255, 255, .78);
  font-size: .98rem;
  line-height: 1.95;
}

.home-page .wellness-preview__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  min-height: 0;
  margin-top: 34px;
  border: 0;
}

.home-page .wellness-preview__stats > div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 132px;
  padding: 24px 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.home-page .wellness-preview__stats > div::after {
  display: none !important;
}

.home-page .wellness-preview__stats dt {
  color: var(--home-gold-light);
  font-size: clamp(1.85rem, 2.55vw, 2.85rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.035em;
  white-space: nowrap;
}

.home-page .wellness-preview__stats dd {
  margin-top: 12px;
  color: rgba(255, 255, 255, .72);
  font-size: .84rem;
  line-height: 1.55;
}

.home-page .wellness-preview__services {
  margin-top: 48px;
}

.home-page .wellness-preview__services h3 {
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.home-page .wellness-preview__services ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.home-page .wellness-preview__services li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
  padding: 22px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
}

.home-page .wellness-preview__services strong,
.home-page .wellness-preview__services span {
  display: block;
}

.home-page .wellness-preview__services strong {
  color: #fff;
  font-size: .98rem;
  line-height: 1.5;
}

.home-page .wellness-preview__services span {
  margin-top: 12px;
  color: rgba(255, 255, 255, .62);
  font-size: .82rem;
  line-height: 1.7;
}

.home-page .wellness-preview__source {
  margin-top: 20px;
  color: rgba(255, 255, 255, .5);
  font-size: .76rem;
}

.home-page .wellness-preview__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.home-page .wellness-preview__actions .btn--outline {
  color: #fff;
  border-color: rgba(255, 255, 255, .65);
}

.home-page .wellness-preview__actions .btn--outline:hover {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border-color: #fff;
}

/* 実績 */
.home-page .section--works-preview {
  background: var(--home-pale);
}

.home-page .section--works-preview .container {
  max-width: var(--max-w);
}

.home-page .section--works-preview .section__head {
  margin-bottom: 48px;
}

.home-page .works-preview-title {
  display: flex;
  flex-wrap: wrap;
  column-gap: .24em;
}

.home-page .works-preview-title span {
  display: inline-block;
  white-space: nowrap;
}

.home-page .works-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.home-page .works-preview-grid .work-card {
  min-width: 0;
  height: auto;
  overflow: hidden;
  color: var(--home-ink);
  background: var(--home-paper);
  border: 1px solid var(--home-line);
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(31, 64, 42, .06);
}

.home-page .works-preview-grid .work-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 52px rgba(31, 64, 42, .12);
}

.home-page .works-preview-grid .work-card__thumb {
  aspect-ratio: 16 / 9;
}

.home-page .works-preview-grid .work-card__thumb img {
  filter: saturate(.7) contrast(.96);
}

.home-page .works-preview-grid .work-card__body {
  min-height: 0;
  padding: 26px;
}

.home-page .works-preview-grid .work-card__title {
  color: var(--home-deep);
  font-size: 1.2rem;
  line-height: 1.55;
  text-wrap: auto;
}

.home-page .works-preview-grid .work-card__title span {
  display: block;
  white-space: nowrap;
}

.home-page .works-preview-grid .work-card__result {
  color: var(--home-muted);
  font-size: .9rem;
}

.home-page .section-action {
  margin-top: 38px;
  text-align: left;
}

/* 最終CTA：表紙と同じ街の実写を再登場させる */
.home-page .cta-banner {
  padding: 0 0 clamp(88px, 8vw, 124px);
  background: var(--home-pale);
}

.home-page .cta-banner .container {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 7vw, 88px);
  text-align: left;
  background:
    linear-gradient(90deg, rgba(10, 44, 26, .97) 0%, rgba(14, 55, 34, .9) 55%, rgba(15, 57, 35, .52) 100%),
    url("../../images/hero-city-real-v1.webp") center 48% / cover no-repeat;
  border: 1px solid rgba(240, 215, 143, .22);
  border-radius: 28px;
  box-shadow: 0 28px 68px rgba(16, 57, 35, .16);
}

.home-page .cta-banner .container::after {
  display: none;
}

.home-page .cta-banner__title,
.home-page .cta-banner__desc,
.home-page .cta-banner__buttons,
.home-page .cta-banner__links {
  max-width: 760px;
}

.home-page .cta-banner__title {
  color: var(--home-gold-light);
  font-size: clamp(2rem, 3.7vw, 3.85rem);
  font-weight: 600;
  line-height: 1.35;
}

.home-page .cta-banner__desc {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .76);
}

.home-page .cta-banner__buttons {
  justify-content: flex-start;
  margin-top: 32px;
}

.home-page .cta-banner__links {
  justify-content: flex-start;
  gap: 12px;
  margin-top: 42px;
  padding-top: 30px;
}

.home-page .cta-link-card {
  padding: 15px 20px;
  border-radius: 999px;
}

.home-page .site-footer {
  background: var(--home-deep);
  border-top: 1px solid rgba(240, 215, 143, .2);
}

@media (max-width: 1100px) {
  .home-page .blueprint-layout,
  .home-page section[aria-labelledby="process-title"] .container {
    grid-template-columns: 1fr;
  }

  .home-page .blueprint-layout {
    gap: 42px;
  }

  .home-page .main-services,
  .home-page .works-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page section[aria-labelledby="process-title"] .section__head {
    position: static;
    margin-bottom: 34px;
  }

  .home-page .reason-item {
    grid-template-columns: 64px minmax(230px, .75fr) minmax(300px, 1.25fr);
    gap: 30px;
  }

  .home-page .wellness-preview__head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-page .wellness-preview__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 28px;
  }

  .home-page .wellness-preview__services ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .home-page main {
    overflow: hidden;
  }

  .home-page .top-hero__copy {
    width: 100%;
    max-width: 100%;
  }

  .home-page .top-hero__title {
    font-size: clamp(2.15rem, 9.4vw, 2.75rem);
    line-height: 1.18;
    letter-spacing: -.055em;
  }

  .home-page main > .section {
    padding: 72px 0;
  }

  .home-page main .section__head {
    margin-bottom: 34px;
  }

  .home-page main .section__title {
    font-size: clamp(1.85rem, 8.3vw, 2.25rem);
    line-height: 1.42;
    letter-spacing: -.035em;
  }

  .home-page main .section__desc {
    margin-top: 18px;
    font-size: .94rem;
    line-height: 1.9;
  }

  .home-page .blueprint-section {
    background:
      linear-gradient(180deg, rgba(247, 244, 233, .98), rgba(232, 239, 230, .92)),
      url("../../images/hero-city-sketch-mobile-v1.webp") center / cover no-repeat;
  }

  .home-page .blueprint-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .home-page .blueprint-section .section__title {
    margin-bottom: 24px;
    font-size: clamp(1.8rem, 8vw, 2.05rem);
  }

  .home-page .blueprint-section p {
    font-size: .94rem;
    line-height: 1.95;
  }

  .home-page .blueprint-box {
    padding: 28px 22px;
    background:
      linear-gradient(145deg, rgba(33, 91, 58, .96), rgba(13, 50, 30, .98)),
      url("../../images/hero-city-real-mobile-v1.webp") center / cover no-repeat;
    border-radius: 22px;
  }

  .home-page .blueprint-box .check-list li {
    padding: 14px 0 14px 22px;
    font-size: .93rem;
  }

  .home-page section[aria-labelledby="services-title"] {
    background:
      linear-gradient(180deg, rgba(12, 47, 28, .97), rgba(25, 70, 44, .97)),
      url("../../images/hero-city-real-mobile-v1.webp") center / cover no-repeat;
  }

  .home-page section[aria-labelledby="services-title"] .main-visual__head {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 34px;
  }

  .home-page .main-services,
  .home-page .works-preview-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-page .main-service.card {
    min-height: 0;
    padding: 240px 22px 26px;
    border-radius: 22px;
  }

  .home-page .main-service.card::before,
  .home-page .main-service.card::after {
    height: 214px;
  }

  .home-page .main-service p {
    font-size: .92rem;
  }

  .home-page .reason-list {
    border-bottom: 1px solid var(--home-line);
  }

  .home-page .reason-item {
    grid-template-columns: 44px 1fr;
    gap: 12px 16px;
    padding: 30px 0;
  }

  .home-page .reason-item::before {
    grid-row: 1 / 3;
    padding-top: 4px;
    font-size: .78rem;
  }

  .home-page .reason-item h3 {
    font-size: 1.18rem;
  }

  .home-page .reason-item p {
    grid-column: 2;
    font-size: .92rem;
  }

  .home-page section[aria-labelledby="process-title"] .container {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .home-page section[aria-labelledby="process-title"] .section__title {
    font-size: clamp(1.95rem, 8.7vw, 2.35rem);
  }

  .home-page section[aria-labelledby="process-title"] .heading-line {
    white-space: normal;
  }

  .home-page .process-list li {
    min-height: 148px;
    grid-template-columns: 52px 1fr;
    gap: 7px 16px;
    padding: 24px 0;
  }

  .home-page .process-list li span {
    font-size: 2.65rem;
  }

  .home-page .process-list li strong {
    font-size: 1.12rem;
  }

  .home-page .wellness-preview {
    background:
      linear-gradient(160deg, rgba(10, 44, 26, .97), rgba(22, 71, 44, .94)),
      url("../../images/hero-city-real-mobile-v1.webp") center / cover no-repeat;
  }

  .home-page .wellness-preview__head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home-page .wellness-preview .section__title {
    font-size: clamp(1.85rem, 8.3vw, 2.25rem);
  }

  .home-page .wellness-preview__stats {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .home-page .wellness-preview__stats > div {
    min-height: 112px;
    padding: 18px 14px;
    border-radius: 14px;
  }

  .home-page .wellness-preview__stats dt {
    font-size: clamp(1.35rem, 6.4vw, 1.72rem);
  }

  .home-page .wellness-preview__services ul {
    grid-template-columns: 1fr;
  }

  .home-page .wellness-preview__services li {
    min-height: 0;
  }

  .home-page .wellness-preview__actions {
    flex-direction: column;
  }

  .home-page .wellness-preview__actions .btn {
    width: 100%;
  }

  .home-page .works-preview-grid .work-card {
    border-radius: 20px;
  }

  .home-page .works-preview-grid .work-card__body {
    padding: 22px;
  }

  .home-page .works-preview-grid .work-card__title span {
    white-space: normal;
  }

  .home-page .section-action,
  .home-page .section-action .btn {
    width: 100%;
    text-align: center;
  }

  .home-page .cta-banner {
    padding: 0 16px 72px;
  }

  .home-page .cta-banner .container {
    padding: 44px 22px;
    background:
      linear-gradient(180deg, rgba(10, 44, 26, .94), rgba(14, 55, 34, .78)),
      url("../../images/hero-city-real-mobile-v1.webp") center / cover no-repeat;
    border-radius: 22px;
  }

  .home-page .cta-banner__title {
    font-size: clamp(1.75rem, 8vw, 2.15rem);
  }

  .home-page .cta-banner__buttons,
  .home-page .cta-banner__links {
    flex-direction: column;
  }

  .home-page .cta-banner__buttons .btn,
  .home-page .cta-link-card {
    width: 100%;
    justify-content: center;
  }

  /* TOPはファーストビューと最終CTAに十分な導線があるため、
     下部を隠す固定バーを出さない。 */
  .home-page .float-cta {
    display: none;
  }

  body.home-page {
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page section[aria-labelledby="services-title"] {
    background-attachment: scroll;
  }
}
