/*
 * front-page.css — フロント / LP / サービス等で読み込み
 * 構成: コンポーネント別 → @media 960px → @media 768px → ヒーロー v2 テーマ
 * ブレークポイント: 960px（タブレット） / 768px（モバイル）
 */
.front-page-root {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  color: #173059;
  line-height: 1.6;
  background: #f8fbff;
}

.section h2 {
  text-align: center;
  color: #103f81;
  font-size: clamp(1.4rem, 2.5vw + 0.75rem, 3.125rem);
  margin-bottom: clamp(1.25rem, 2.8vw, 2.6rem);
}

/* トップ・LP・下層：セクション h2 のサイズ・色・字間を統一 */
.front-page-root h2.section-heading,
.front-page-root h2.section-heading--banner {
  margin: 0 0 clamp(1rem, 2.2vw, 1.75rem);
  text-align: center;
  color: #103f81;
  font-size: clamp(1.75rem, 2.2vw + 0.65rem, 3.125rem);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.front-page-root h2.section-heading--left {
  text-align: left;
  margin-bottom: clamp(0.5rem, 1.2vw, 0.75rem);
}

.front-page-root h2.section-heading--decor::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin: 12px auto 0;
  background: #0e4189;
  border-radius: 2px;
}

.section--service-work__title,
.section--service-options__title,
.section--service-bases__title {
  margin-bottom: 20px;
}

/* /service/：理解補強用の図（拠点マップ・配送コスト図） */
.section--service-bases .service-figure {
  margin: 14px 0 18px;
}

.section--service-bases .service-bases-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 16px;
  align-items: start;
}

.section--service-bases .service-bases-intro__text {
  padding-top: 6px;
}

.section--service-bases .service-bases-evidence {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
  margin-top: 6px;
}

.section--service-bases .service-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.section--service-bases .service-figure--map img {
  max-height: 420px;
  object-fit: contain;
}

.section--service-bases .service-figure--graph img,
.section--service-bases .service-figure--cost img {
  max-height: 320px;
  object-fit: contain;
}

.section--service-bases .service-figure__caption {
  margin-top: 10px;
  font-size: 0.95rem;
  font-weight: 650;
  color: #173059;
  line-height: 1.5;
}

.service-work-grid,
.service-options-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.service-work-card {
  padding: 28px 22px;
  border: none;
  background: transparent;
  border-radius: 0;
}

.service-options-card,
.service-bases-card {
  border: 1px solid #d9e2f2;
  border-radius: 12px;
  padding: 28px 22px;
  background: #fff;
}

.service-work-card h3,
.service-options-card h3,
.service-bases-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  color: #223a66;
}

.service-work-card img {
  display: block;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  margin: 0 auto 10px;
}

.service-work-card ul {
  margin: 0;
  padding-left: 1.2em;
  display: grid;
  gap: 8px;
}

.service-work-card p,
.service-options-card p,
.service-bases-card p {
  line-height: 1.7;
}

.service-work-card p {
  margin: 0 0 10px;
}

.service-options-card p,
.service-bases-card p {
  margin: 0;
}

.service-bases-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-bases-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

.section--service-bases__lead {
  margin: 0 0 14px;
  color: #5c6b82;
  line-height: 1.7;
}

.service-bases-card__meta {
  margin-top: 6px;
  color: #223a66;
  font-weight: 800;
}

.service-bases-card__address {
  margin-top: 6px;
  color: #334155;
  font-weight: 700;
}

.front-page-root .container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.front-page-root .hero .container {
  width: min(1520px, 92%);
}

.hero {
  position: relative;
  min-height: clamp(25rem, 76vh, 46rem);
  height: auto;
  background: #fff;
  border-bottom: 1px solid #d6e1f2;
  overflow: hidden;
}

.hero__photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 66%;
  height: 100%;
  background-image: url("https://ec-logi.net/wp-content/uploads/2026/04/15709-1-scaled-1.webp");
  background-size: cover;
  background-position: 58% center;
  background-repeat: no-repeat;
  /* 背景写真の彩度をわずかに抑える（LP・汎用ヒーロー） */
  filter: saturate(0.9);
}

.hero__photo::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 40%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.95) 30%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* デスクトップでは写真下のフェードは使わない（モバイル用 ::after） */
.hero__photo::after {
  display: none;
  content: "";
}

/* トップページのみ: ヒーロー背景画像・写真エリア幅 */
.front-page-root--home .hero__photo {
  width: 80%;
  background-image: url("https://ec-logi.net/wp-content/uploads/2026/05/hero.webp");
  background-size: cover;
  background-position: 58% center;
}

.hero__layout {
  position: relative;
  z-index: 2;
  min-height: calc(clamp(25rem, 76vh, 46rem) - clamp(2.5rem, 6vw, 4rem));
  height: auto;
}

/* 高さが低いPC向け: 固定高さ依存を避けつつ情報密度を維持 */
@media (min-width: 961px) and (max-height: 860px) {
  .hero {
    min-height: 0;
  }

  .hero__layout {
    min-height: 0;
  }

  .hero__intro {
    padding-top: 24px;
  }

  .hero__lead {
    margin-bottom: 0.625rem;
  }

  .hero__icons {
    max-width: 100%;
  }

  .hero__icons li {
    min-height: clamp(4.25rem, 12vw, 7.25rem);
  }
}

.hero__panel {
  max-width: min(780px, 100%);
}

.hero__intro {
  max-width: min(780px, 100%);
  padding-top: 40px;
  color: #0f2d5a;
}

.hero h1 {
  font-size: clamp(2.25rem, 6vw + 1.25rem, 4.6rem);
  letter-spacing: -0.05em;
  line-height: 1.08;
  color: #0f2d5a;
  margin-bottom: clamp(0.5rem, 1.2vw, 0.75rem);
}

/* LPヒーロー見出し：一部に黄色マーカー（蛍光ペン風） */
.front-page-root--lp .hero h1 .hero__title-mark {
  background: linear-gradient(
    180deg,
    transparent 52%,
    #ffd243 52%,
    #ffd243 88%,
    transparent 88%
  );
  padding-inline: 0.06em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.hero__lead {
  display: block;
  font-size: clamp(1.1rem, 3.2vw + 0.45rem, 2rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.28;
  color: #0f2d5a;
  margin-bottom: clamp(0.75rem, 1.5vw, 1rem);
}

.price-box {
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: clamp(0.375rem, 1.2vw, 0.625rem);
  margin-top: clamp(0.375rem, 1vw, 0.625rem);
  margin-bottom: clamp(1rem, 2.5vw, 1.75rem);
  line-height: 1;
}

.price-box strong,
.pricing-panel__price-num {
  color: #f37021;
  font-size: clamp(3.4rem, 12vw + 2.35rem, 9.75rem);
  letter-spacing: 0.01em;
  line-height: 0.8;
  font-family:
    "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  font-stretch: condensed;
}

.price-box__label {
  display: inline-block;
  color: #0c3f87;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 7px;
}

.price-box__unit-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: clamp(0.25rem, 1vw, 0.5625rem);
  color: #163d78;
  line-height: 1;
}

.price-box__unit-tax {
  font-size: clamp(0.75rem, 1.5vw, 1.25rem);
  font-weight: 800;
  line-height: 1.1;
}

.price-box__unit-main {
  font-size: clamp(1.5rem, 4vw + 0.5rem, 3.4375rem);
  font-weight: 800;
  line-height: 1;
}

.hero__icons {
  margin: 0 0 clamp(1rem, 2vw, 1.5rem);
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: min(560px, 100%);
  border: 1px solid #d8e0ed;
  border-radius: 6px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
}

.hero__icons li {
  background: transparent;
  border: none;
  border-radius: 0;
  border-left: 1px solid #d8e0ed;
  min-height: clamp(5rem, 18vw, 8.625rem);
  display: grid;
  place-content: center;
  text-align: center;
  padding: clamp(0.5rem, 1.5vw, 0.75rem) clamp(0.375rem, 1vw, 0.625rem)
    clamp(0.375rem, 1vw, 0.625rem);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  color: #0f3d82;
}

.hero__icons li:first-child {
  border-left: none;
}

.hero__icon-img {
  width: clamp(2rem, 5vw, 3rem);
  height: clamp(2rem, 5vw, 3rem);
  margin: 0 auto clamp(0.5rem, 1.2vw, 0.75rem);
  border-radius: 6px;
  object-fit: cover;
  display: block;
}

.hero__icons li span {
  display: block;
}

.hero__actions-note {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.hero__actions {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  align-items: stretch;
  flex-wrap: nowrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: clamp(3.25rem, 10vw, 4.75rem);
  min-height: clamp(3.25rem, 10vw, 4.75rem);
  min-width: min(100%, 280px);
  padding: clamp(0.5rem, 1.5vw, 0.625rem) clamp(0.75rem, 2vw, 1.25rem);
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  font-size: clamp(1.125rem, 1.5vw + 0.4rem, 1.35rem);
  letter-spacing: 0;
  line-height: 1;
  gap: 10px;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.btn--orange {
  background: #f37021;
  min-width: min(100%, clamp(240px, 55vw, 340px));
  font-size: clamp(1.125rem, 1.8vw + 0.5rem, 1.5rem);
  justify-content: flex-start;
  padding-left: clamp(1rem, 3vw, 1.75rem);
  white-space: nowrap;
}

.btn--orange:hover,
.btn--orange:focus-visible {
  background: #e8681d;
}

.btn--blue {
  background: #fff;
  color: #0e4189;
  border: 2px solid #0e4189;
  font-size: clamp(1.125rem, 3vw + 0.5rem, 2.25rem);
  min-width: min(100%, clamp(240px, 55vw, 340px));
  white-space: nowrap;
}

.btn--blue:hover,
.btn--blue:focus-visible {
  background: #f2f6fb;
  border-color: #0c3574;
  color: #0c3574;
}

:is(.hero__actions, .mid-cta__actions) :is(.btn--orange, .btn--blue) {
  justify-content: center;
  text-align: center;
}

:is(.hero__actions, .mid-cta__actions) .btn--orange {
  font-size: clamp(1.125rem, 2vw + 0.5rem, 1.7rem);
  background: #ffd243;
  color: #111;
  border: 1px solid #f1be1f;
}

:is(.hero__actions, .mid-cta__actions) .btn--orange:hover,
:is(.hero__actions, .mid-cta__actions) .btn--orange:focus-visible {
  background: #f8c72f;
  color: #111;
  border-color: #e4b112;
}

:is(.hero__actions, .mid-cta__actions) .btn--blue {
  font-size: clamp(1.25rem, 2.6vw + 0.5rem, 1.9rem);
}

/* LPテンプレート: ヒーロー独自CTA（赤／枠付き＋黄バッジ） */


.section--cards {
  background: #f3f5f8;
  padding-top: clamp(1.75rem, 4.5vw, 3.75rem);
  padding-bottom: clamp(1.75rem, 4.5vw, 3.75rem);
}

.section h2.section--cards__title {
  margin-bottom: clamp(0.75rem, 1.8vw, 1.375rem);
}

.front-page-root .section h2.section--cards__title.section-heading {
  margin-bottom: clamp(0.75rem, 1.8vw, 1.375rem);
}

.case-pickup-scroll {
  overflow: visible;
}

@media (min-width: 961px) {
  .case-pickup-scroll:not(.case-pickup-scroll--always) {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-gutter: stable;
  }

  .case-pickup-scroll:not(.case-pickup-scroll--always) .case-pickup-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
    width: max-content;
    padding: 4px 0 8px;
  }

  .case-pickup-scroll:not(.case-pickup-scroll--always) .case-pickup-card {
    flex: 0 0 calc((min(1200px, 92vw) - 48px) / 3);
    max-width: calc((min(1200px, 92vw) - 48px) / 3);
    scroll-snap-align: start;
  }
}

.case-pickup-scroll--always {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 16px 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-gutter: stable;
}

.case-pickup-scroll--always .case-pickup-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  width: max-content;
  padding: 4px 0 8px;
}

.case-pickup-scroll--always .case-pickup-card {
  flex: 0 0 min(320px, calc(100vw - 80px));
  max-width: min(320px, calc(100vw - 80px));
  scroll-snap-align: start;
}

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


.case-pickup-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  background: #fff;
  border: 1px solid #cfd8e7;
  border-radius: 16px;
  padding: 28px 22px;
  text-decoration: none;
  color: inherit;
}

.case-pickup-card__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 18px;
  width: 100%;
}

.case-pickup-card__body {
  flex: 1;
  min-width: 0;
}

.case-pickup-card__image {
  width: 150px;
  height: 150px;
  border-radius: 10px;
  object-fit: cover;
  flex: 0 0 150px;
}

.case-pickup-card__body h3 {
  color: #1d2d4b;
  font-size: clamp(0.9375rem, 1.2vw + 0.55rem, 1.25rem);
  line-height: 1.5;
  margin: 0;
  font-weight: 800;
}

.case-pickup-card__detail {
  margin: 0;
  color: #384860;
  font-size: clamp(0.8125rem, 0.45vw + 0.72rem, 0.9375rem);
  line-height: 1.65;
}

.case-pickup-card__tag {
  color: #133f81;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 4px;
  font-weight: 800;
}

.case-pickup-card__more {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
  color: #475569;
  font-weight: 800;
}

.case-pickup-cta {
  margin: clamp(1.25rem, 3vw, 1.75rem) auto 0;
  max-width: 42rem;
  text-align: center;
  font-size: clamp(0.9375rem, 1.1vw + 0.72rem, 1.125rem);
  font-weight: 800;
  color: #133f81;
  line-height: 1.55;
}

/* お役立ちコンテンツ（タイトルのみのコンパクトカード） */
.section--helpful-content .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section--helpful-content h2.section--cards__title {
  text-align: center;
  width: 100%;
}

.section--helpful-content .section-lead {
  max-width: 920px;
  text-align: center;
}

.section--helpful-content .case-pickup-card {
  gap: 0;
}

.section--helpful-content .case-pickup-scroll.case-pickup-scroll--always {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 100%;
  overflow-y: visible;
}

.section--warehouse-tour {
  background: #f5f8fc;
  padding-top: clamp(2rem, 4.5vw, 3.5rem);
  padding-bottom: clamp(2rem, 4.5vw, 3.5rem);
  border-top: 1px solid #e2e8f0;
}


.section--warehouse-tour__lead {
  margin: 0 auto clamp(1.5rem, 3vw, 2.25rem);
  max-width: 44rem;
  text-align: center;
  color: #334155;
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.0625rem);
  font-weight: 800;
  line-height: 1.65;
}

.warehouse-tour-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
  max-width: 1060px;
  margin: 0 auto;
}

.warehouse-tour-panel {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
}

.warehouse-tour-panel__title {
  margin: 0 0 0.5rem;
  color: #0f2d5a;
  font-size: clamp(1.125rem, 1.2vw + 0.75rem, 1.375rem);
  font-weight: 800;
  line-height: 1.35;
}

.warehouse-tour-panel__desc {
  margin: 0 0 1rem;
  color: #475569;
  font-size: 0.9375rem;
  font-weight: 650;
  line-height: 1.55;
}

.warehouse-tour-panel__photos {
  display: grid;
  gap: 0.75rem;
}

.warehouse-tour-panel__photos--warehouse {
  grid-template-columns: 1.35fr 1fr;
  align-items: stretch;
}

.warehouse-tour-panel__photos--work {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.warehouse-tour-photo {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #e8eef5;
}

.warehouse-tour-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 140px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.warehouse-tour-panel__photos--warehouse .warehouse-tour-photo--featured img {
  aspect-ratio: 3 / 4;
  min-height: 220px;
}

.warehouse-tour__note {
  margin: clamp(1.25rem, 3vw, 1.75rem) auto 0;
  max-width: 44rem;
  text-align: center;
  color: #475569;
  font-size: 0.9375rem;
  font-weight: 650;
  line-height: 1.55;
}

.warehouse-tour__link {
  margin: 0.75rem 0 0;
  text-align: center;
}

.section--warehouse-leads {
  background: #fff;
  padding-top: clamp(2rem, 4.5vw, 3.5rem);
  padding-bottom: clamp(2rem, 4.5vw, 3.5rem);
  border-top: 1px solid #e2e8f0;
}

.section h2.section--warehouse-leads__title.section-heading {
  margin-bottom: clamp(0.5rem, 1.5vw, 0.75rem);
}

.section--warehouse-leads__lead {
  margin: 0 auto clamp(0.75rem, 2vw, 1.25rem);
  max-width: 42rem;
  text-align: center;
  color: #334155;
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.0625rem);
  font-weight: 800;
  line-height: 1.55;
}

.section--warehouse-leads .section--warehouse-leads__lead:last-of-type {
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.section--warehouse-leads .section--warehouse-leads__lead:last-of-type {
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.warehouse-leads-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 3.2vw, 2rem);
  max-width: 1000px;
  margin: 0 auto;
}

.warehouse-lead-card {
  padding: clamp(1.35rem, 3vw, 2rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.warehouse-lead-card__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.warehouse-lead-card__name {
  margin: 0.5rem 0 0;
  color: #0f2d5a;
  font-size: clamp(1.0625rem, 1.2vw + 0.65rem, 1.25rem);
  font-weight: 800;
  line-height: 1.3;
}

.warehouse-lead-card__role {
  margin: 0;
  color: #0e4189;
  font-size: 0.9375rem;
  font-weight: 800;
}

.warehouse-lead-card__comment {
  margin: 0.35rem 0 0;
  color: #475569;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 800;
  text-align: left;
}

.section--service {
  background: #eaf1f9;
  padding-top: 52px;
  padding-bottom: 0;
}

.section--usecase {
  background: var(--bg, #f5f7fa);
  padding-top: 56px;
  padding-bottom: 48px;
}

.page-subhead .page-lead {
  margin-bottom: 0;
}

.page-subhead .usecase-index {
  margin: 1.25rem 0 0;
  padding: 1rem 0 0;
  border-top: 1px solid #e5e9ef;
}

.page-subhead:has(.usecase-index) {
  padding-bottom: 2.5rem;
}

.page-subhead:has(.usecase-index) {
  padding-bottom: 2.5rem;
}

.usecase-index {
  margin-bottom: 0;
  padding: 0;
}

.usecase-index__title {
  margin: 0 0 6px;
  color: #223a66;
  font-size: clamp(0.9rem, 0.5vw + 0.78rem, 1rem);
  line-height: 1.35;
  font-weight: 800;
}

.usecase-index__nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.usecase-index__nav a {
  display: block;
  padding: 3px 0;
  color: #0e4189;
  font-weight: 650;
  font-size: 0.875rem;
  line-height: 1.45;
  text-decoration: none;
  transition: color 0.15s ease;
}

.usecase-index__nav a:hover {
  color: #0c3f87;
}

.usecase-scene {
  margin-top: 0;
  scroll-margin-top: 88px;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.usecase-scene + .usecase-scene {
  margin-top: 48px;
}

.usecase-scene + .usecase-scene {
  margin-top: 48px;
}

.usecase-scene__title {
  margin: 0 0 12px;
  color: #223a66;
  font-size: clamp(1.4rem, 1.8vw + 0.9rem, 2.1rem);
  line-height: 1.25;
}

.usecase-scene .recommend-card__phase {
  margin: 0 0 10px;
}

.usecase-scene__summary {
  margin: 0 0 14px;
  border-radius: 12px;
}

.usecase-scene__summary ul {
  margin: 0;
  padding: 12px 14px 12px calc(14px + 1.2em);
  display: grid;
  gap: 6px;
  color: #334155;
  line-height: 1.7;
  font-weight: 650;
  font-size: 0.9rem;
  background: #fff;
  border-radius: 10px;
}

.usecase-scene__note {
  margin: 0 0 18px;
  padding: 12px 14px;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.7;
  font-weight: 650;
  background: #f8fafc;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
}

.usecase-scene__summary--nested {
  margin: 10px 0 0;
}

.usecase-scene__summary--nested ul {
  font-size: 0.875rem;
}

.custom-work-audience {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  align-items: start;
}

@media (min-width: 720px) {
  .custom-work-audience {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

.custom-work-audience__col .usecase-scene__summary {
  margin-bottom: 0;
}

.usecase-detail {
  margin-top: 18px;
  scroll-margin-top: 88px;
  scroll-margin-top: 88px;
  padding-top: 18px;
  border-top: 1px solid #eef2ff;
}

.usecase-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.usecase-detail__content {
  min-width: 0;
}

.usecase-detail__media {
  min-width: 0;
}

.usecase-detail__image {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  margin: 0;
  background: #f1f5f9;
}

.usecase-detail__problem {
  margin: 0 0 8px;
  color: #0e4189;
  font-weight: 900;
  font-size: 0.98rem;
}

.usecase-detail__title {
  margin: 0 0 10px;
  color: #223a66;
  font-size: clamp(1.15rem, 1.2vw + 0.85rem, 1.5rem);
  line-height: 1.35;
}

.usecase-detail p {
  margin: 0 0 10px;
  color: #334155;
  line-height: 1.9;
  font-weight: 550;
  font-size: 1.02rem;
  max-width: 70ch;
}

@media (min-width: 961px) {
  .usecase-detail__layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 40%);
    gap: 18px;
  }
}

.usecase-detail p:last-child {
  margin-bottom: 0;
}

.section--usecase-cases {
  margin-top: 18px;
}

/* --- service-hero-provisional --- */
.service-hero-provisional {
  --shp-teal: #0e4189;
  --shp-teal-soft: #eff6ff;
  --shp-navy: #0c3f87;
  --shp-heading: #0e4189;
}

.service-hero-provisional__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 42%);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: start;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.section h1.service-hero-provisional__title,
.section h2.service-hero-provisional__title,
.section h3.service-hero-provisional__title {
  margin: 0 0 12px;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  color: var(--shp-heading);
  font-size: clamp(1.5rem, 2.8vw + 0.75rem, 2.2rem);
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
}

.service-hero-provisional__lead {
  margin: 0;
  padding-top: 1.25rem;
  max-width: 36rem;
  font-size: clamp(0.9375rem, 1.2vw + 0.5rem, 1.125rem);
  font-weight: 800;
  line-height: 1.55;
}

.service-hero-provisional__lead + .service-hero-provisional__lead {
  padding-top: 0;
}

.service-hero-provisional__lead--keywords {
  margin-top: 0.35rem;
  color: #274c8e;
  font-size: clamp(0.875rem, 0.9vw + 0.62rem, 1rem);
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.service-hero-provisional__lead--summary {
  margin-top: 0.5rem;
}

.service-hero-provisional__lead--summary strong {
  color: #0f2d5a;
  font-weight: 900;
}

.service-hero-provisional__intro-text > p:has(.service-overview__strength-link) {
  margin: 0.75rem 0 0;
}

.service-hero-provisional__intro-text .service-overview__strength-link {
  margin-top: 0;
}

.service-hero-provisional__intro-visual {
  border-radius: 12px;
  overflow: hidden;
}

.service-hero-provisional__intro-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.service-hero-provisional__pillars {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
}

.service-hero-provisional__pillar {
  flex: 1 1 0;
  min-width: 0;
  padding: clamp(1.1rem, 2vw, 1.35rem);
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
}

.service-hero-provisional__pillar-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.service-hero-provisional__pillar-icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--shp-teal-soft);
  color: var(--shp-teal);
}

.service-hero-provisional__pillar-title {
  margin: 0;
  color: var(--shp-teal);
  font-size: clamp(1.2rem, 1.4vw + 0.5rem, 1.4rem);
  font-weight: 800;
  line-height: 1.3;
}

.service-hero-provisional__pillar-body {
  margin: 0 0 14px;
  color: #334155;
  font-size: clamp(0.875rem, 1vw + 0.45rem, 1rem);
  font-weight: 800;
  line-height: 1.55;
}

.service-hero-provisional__plus {
  flex: 0 0 auto;
  align-self: center;
  padding: 0 10px;
  color: var(--shp-teal);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 300;
  line-height: 1;
}

.service-hero-provisional__flow-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #dbe8f9;
  background: #fff;
}

.service-hero-provisional__mini-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.service-hero-provisional__mini-grid li {
  margin: 0;
  padding: 10px 8px;
  border-radius: 8px;
  background: #eff6ff;
  border: 1px solid #dbe8f9;
  color: var(--shp-teal);
  font-size: clamp(0.75rem, 1vw + 0.35rem, 0.875rem);
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}

.service-hero-provisional__growth {
  margin-top: 4px;
}

.service-hero-provisional__growth-svg {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: cover;
}

/* --- service-overview / service-panel --- */
.service-panel {
  border-radius: 16px 16px 0 0;
  padding: 28px 28px 20px;
  display: grid;
  grid-template-columns: 46% 54%;
  gap: 28px;
  align-items: start;
}

.service-panel__header {
  grid-column: 1 / -1;
  margin-bottom: -8px;
}

.service-panel__flow {
  margin: clamp(0.75rem, 1.5vw, 1.25rem) auto 0;
}

.service-panel__flow img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin-inline: auto;
  border-radius: 12px;
  border: 1px solid #d6e1f2;
}

.service-overview__badge {
  display: inline-block;
  background: #0e4189;
  color: #fff;
  border-radius: 10px;
  padding: 5px 14px;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 0;
}

.service-overview h2:not(.section-heading),
.service-panel__header h2:not(.section-heading) {
  text-align: left;
  color: #103f81;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.service-overview > p:not(.service-overview__badge) {
  color: #1a315f;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 800;
  margin-bottom: 12px;
}

.service-overview__marker {
  border-bottom: 1px solid transparent;
  background: linear-gradient(
    180deg,
    transparent 58%,
    rgba(254, 240, 138, 0.92) 58%,
    rgba(254, 240, 138, 0.92) 100%
  );
}

.service-overview__strength-link {
  display: inline-block;
  margin-top: 0.1rem;
  color: #0f2d5a;
  font-size: clamp(0.9rem, 1vw + 0.45rem, 1rem);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.service-coverage__title {
  margin: 0 0 0.75rem;
  color: #103f81;
  font-size: clamp(1.25rem, 1.2vw + 0.85rem, 1.75rem);
  font-weight: 800;
  line-height: 1.3;
}

.service-coverage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  margin: 0 auto clamp(0.875rem, 1.5vw, 1.125rem);
  max-width: 920px;
}

.service-coverage:has(+ .consultation-patterns-card) {
  margin-bottom: 0;
}

.service-coverage__block {
  background: #f5f8fc;
  border: 1px solid #d6e1f2;
  border-radius: 12px;
  padding: clamp(1rem, 2vw, 1.375rem);
}

.service-coverage__heading {
  margin: 0 0 0.5rem;
  color: #0f2d5a;
  font-size: clamp(1rem, 0.8vw + 0.75rem, 1.125rem);
  font-weight: 800;
  line-height: 1.35;
}

.service-coverage__text {
  margin: 0;
  color: #1a315f;
  font-size: clamp(0.875rem, 0.5vw + 0.72rem, 1rem);
  line-height: 1.65;
}

/* 対応領域直下：相談例カード（front-page / page-lp の .service-overview 内） */
.consultation-patterns-card {
  margin: clamp(0.875rem, 1.5vw, 1.125rem) 0 0;
  padding: clamp(0.875rem, 1.8vw, 1.25rem);
  background: #f5f8fc;
  border: 1px solid #d6e1f2;
  border-radius: 12px;
}

.consultation-patterns-card .pricing-panel__examples-title--consultation-heading {
  margin: 0 0 0.5rem;
  color: #103f81;
  font-size: clamp(1.08rem, 1.35vw + 0.7rem, 1.4rem);
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.consultation-patterns-card .pricing-panel__examples {
  margin: 0;
}

.service-overview__tasks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 14px;
}

.service-overview__task {
  padding: 8px 6px;
  text-align: center;
}

.service-overview__task img {
  width: 38px;
  height: 38px;
  object-fit: cover;
  display: block;
  margin: 0 auto 6px;
}

.service-overview__task span {
  color: #123f81;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.service-operations {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.service-operations__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.service-strengths__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.service-strength-card--wide {
  grid-column: 1 / -1;
}

.service-strength-card__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-top: 6px;
}

.service-strength-card__intro-text {
  align-self: start;
}

.service-strength-card__intro-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.service-strength-card__intro-text p {
  margin: 0;
}

.service-strength-card__link {
  margin-top: 10px;
}

.service-strength-card__link a {
  color: #0d6e7a;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 800;
}

.service-strength-card__link a:hover,
.service-strength-card__link a:focus-visible {
  color: #095a63;
}

.service-strength-card {
  background: #fff;
  border: 1px solid #d7e0ee;
  border-radius: 12px;
  padding: 30px 18px;
}

.service-strength-card h3 {
  margin: 0 0 12px;
  color: #0f3f82;
  font-size: 38px;
  line-height: 1.35;
  font-weight: 800;
}

.service-strength-card__marker {
  background: linear-gradient(
    180deg,
    transparent 62%,
    rgba(254, 240, 138, 0.95) 62%,
    rgba(254, 240, 138, 0.95) 100%
  );
}

.service-strength-card p {
  margin: 12px 0 0;
  color: #1f3254;
  line-height: 1.55;
}

.service-strength-card p + p {
  margin-top: 10px;
}

.service-strength-card__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  margin-top: 10px;
  border-radius: 10px;
}

.service-materials {
  background: #fff;
  border: 1px solid #d2dbea;
  border-radius: 0 0 16px 16px;
  padding: 10px 16px 14px;
}

.service-materials h2,
.service-materials h3 {
  text-align: center;
  color: #103f81;
  font-size: 46px;
  margin: 0 0 8px;
}

.service-materials__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.service-material-item {
  display: block;
  text-align: center;
  border-left: 1px solid #dde5f2;
  padding: 8px 6px;
  text-decoration: none;
}

.service-materials__grid > .service-material-item:nth-child(12n + 1) {
  border-left: none;
}

.service-material-item img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  margin: 0 auto 5px;
  display: block;
}

.service-material-item span {
  color: #123f81;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}

.service-materials__note {
  margin: 10px 0 0;
  color: #5a6780;
  font-size: 14px;
  line-height: 1.6;
}

.service-note {
  margin: 10px 0 0;
  color: #5a6780;
  font-size: 14px;
  line-height: 1.6;
}

.section-note {
  margin: 16px 0 0;
  color: #5a6780;
  font-size: 14px;
  line-height: 1.6;
}

.service-note {
  margin: 10px 0 0;
  color: #5a6780;
  font-size: 14px;
  line-height: 1.6;
}

.section-note {
  margin: 16px 0 0;
  color: #5a6780;
  font-size: 14px;
  line-height: 1.6;
}

.section-lead {
  margin: 0 0 20px;
  color: #5c6b82;
  line-height: 1.8;
}

.service-system-list {
  display: grid;
  gap: 20px;
}

.service-system-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 24px;
  border: 1px solid #d9e2f2;
  border-radius: 16px;
  background: #fff;
}

.service-system-item--reverse .service-system-item__media {
  order: 2;
}

.service-system-item--reverse .service-system-item__content {
  order: 1;
}

.service-system-item__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
}

.service-system-item__content h3 {
  margin: 0 0 12px;
  font-size: 24px;
  color: #223a66;
}

.service-system-item__content p {
  margin: 0;
  line-height: 1.8;
}

.service-system-item__content p + p {
  margin-top: 10px;
}

.section--logistics-tasks {
  padding: clamp(2rem, 4vw, 2.75rem) 0;
  background: #fff;
  border-top: 1px solid #e8eef5;
}

.section--logistics-tasks .section--logistics-tasks__title {
  margin-bottom: clamp(0.75rem, 1.8vw, 1rem);
}

.section--logistics-tasks__lead {
  max-width: min(52rem, 100%);
  margin: 0 auto clamp(1.25rem, 2.5vw, 1.75rem);
  text-align: center;
}

.logistics-tasks__intro .section--comparison__lead {
  margin: 0 auto clamp(0.65rem, 1.5vw, 0.85rem);
  max-width: min(52rem, 100%);
}

.logistics-tasks__intro .section--comparison__lead:last-child {
  margin-bottom: clamp(1rem, 2.2vw, 1.35rem);
}

.logistics-tasks__subtitle {
  margin: 0 0 clamp(1rem, 2vw, 1.25rem);
  text-align: center;
  color: #223a66;
  font-size: clamp(1.1rem, 1vw + 0.85rem, 1.35rem);
  font-weight: 800;
  line-height: 1.3;
}

.logistics-tasks__subgroup-title {
  margin: 12px 0 6px;
  font-size: 0.82rem;
  font-weight: 800;
  color: #0e4189;
  line-height: 1.35;
}

.logistics-tasks__list--tight {
  margin-top: 0;
}

.logistics-tasks__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .logistics-tasks__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1080px) {
  .logistics-tasks__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.logistics-tasks__group {
  min-width: 0;
  padding: 14px 14px 16px;
  border: 1px solid #dfe7f2;
  border-radius: 12px;
  background: #f8fbff;
}

.logistics-tasks__group-head {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.5vw, 12px);
  margin: 0 0 10px;
}

.logistics-tasks__group-icon {
  width: clamp(40px, 5.5vw, 52px);
  height: clamp(40px, 5.5vw, 52px);
  object-fit: contain;
  flex-shrink: 0;
}

.logistics-tasks__group-title {
  margin: 0;
  min-width: 0;
  font-size: 0.98rem;
  font-weight: 800;
  color: #0e4189;
  line-height: 1.35;
}

.logistics-tasks__list {
  margin: 0;
  padding: 0 0 0 1.15em;
  color: #334155;
  font-size: 0.88rem;
  line-height: 1.65;
  font-weight: 600;
}

.section--comparison__title {
  margin: 0 0 clamp(1.35rem, 2.8vw, 2rem);
  text-align: center;
  color: #103f81;
  font-size: clamp(1.5rem, 2.2vw + 0.85rem, 2.25rem);
  font-weight: 800;
  line-height: 1.35;
}

.section--comparison__lead {
  margin: 0 auto clamp(1.25rem, 2.4vw, 1.75rem);
  max-width: min(52rem, 100%);
  text-align: left;
  color: #3d4f6d;
  font-size: clamp(0.9375rem, 0.7vw + 0.72rem, 1.0625rem);
  line-height: 1.75;
  font-weight: 650;
}

.section--comparison__title + .section--comparison__lead {
  margin-top: -0.5rem;
}

/* usecases：比較表 */
.section--comparison--usecases {
  background: var(--bg, #f5f7fa);
  padding-top: 0;
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.section--comparison--usecases .section--comparison__title {
  margin: 0 0 12px;
  text-align: left;
  color: #223a66;
  font-size: clamp(1.4rem, 1.8vw + 0.9rem, 2.1rem);
  font-weight: 800;
  line-height: 1.25;
}

.section--comparison--usecases .section--comparison__lead {
  margin: 0 0 1.25rem;
  max-width: none;
  text-align: left;
  color: #334155;
  font-size: clamp(0.9rem, 0.5vw + 0.8rem, 1rem);
  font-weight: 650;
  line-height: 1.75;
}

.section--comparison--usecases .comparison-table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  font-size: clamp(0.875rem, 0.5vw + 0.74rem, 0.975rem);
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}

.section--comparison--usecases .comparison-table thead,
.section--comparison--usecases .comparison-table tbody {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.section--comparison--usecases .comparison-table th,
.section--comparison--usecases .comparison-table td {
  padding: clamp(1rem, 1.6vw, 1.2rem) clamp(0.9rem, 1.4vw, 1.1rem);
  vertical-align: middle;
  line-height: 1.55;
  text-align: center;
  border-bottom: 1px solid #e8eef5;
}

.section--comparison--usecases .comparison-table thead th:not(:first-child),
.section--comparison--usecases .comparison-table tbody td {
  width: 28.667%;
}

.section--comparison--usecases .comparison-table thead th {
  color: #4a6286;
  font-size: clamp(0.8125rem, 0.35vw + 0.72rem, 0.9375rem);
  font-weight: 800;
  background: #f8fafc;
  border-bottom: 2px solid #e2e8f0;
}

.section--comparison--usecases .comparison-table thead th:first-child,
.section--comparison--usecases .comparison-table tbody th[scope="row"] {
  width: 14%;
  padding-right: 0.75rem;
  text-align: left;
}

.section--comparison--usecases .comparison-table thead th:first-child {
  color: #6b7f9f;
}

.section--comparison--usecases .comparison-table thead .comparison-table__col--whale {
  color: #0e4189;
  font-size: clamp(0.9375rem, 0.55vw + 0.78rem, 1.0625rem);
}

.section--comparison--usecases .comparison-table tbody th[scope="row"] {
  color: #103f81;
  font-weight: 800;
  white-space: normal;
  border-right: 1px solid #e8eef5;
}

.section--comparison--usecases .comparison-table tbody td {
  color: #3d4f6d;
}

.section--comparison--usecases .comparison-table tbody tr:last-child th,
.section--comparison--usecases .comparison-table tbody tr:last-child td {
  border-bottom: none;
}

.section--comparison--usecases .comparison-table__col--whale {
  color: #0a356f;
  font-weight: 800;
  border-left: 3px solid #0e4189;
}

.section--comparison--usecases .comparison-table__note {
  margin: 0.75rem 0 0;
  color: #5c6b82;
  font-size: clamp(0.75rem, 0.35vw + 0.68rem, 0.875rem);
  line-height: 1.55;
  text-align: left;
  font-weight: 650;
}

/* --- セクション見出し（eyebrow / banner） --- */
.section-eyebrow {
  margin: 0;
  text-align: center;
  color: #123f81;
  font-size: 24px;
  font-weight: 800;
}

.front-page-root--home .reasons-bento__header h2.section-heading,
.front-page-root--home .section--warehouse-tour h2.section-heading {
  margin-bottom: clamp(0.75rem, 2vw, 1.25rem);
}

.section--service-strengths {
  background: #eaf1f9;
  padding-top: 48px;
  padding-bottom: 58px;
}


.section--flow {
  --flow-step-1: #6a9fd4;
  --flow-step-2: #4d85c4;
  --flow-step-3: #356fb3;
  --flow-step-4: #1f5aa2;
  --flow-step-5: #0e4189;

  background: #eaf1f9;
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.section h2.section--flow__title.section-heading--decor {
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
  padding-bottom: 0;
}

.onboarding-flow {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 920px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.onboarding-flow__row {
  display: grid;
  grid-template-columns: minmax(132px, 200px) minmax(0, 1fr);
  gap: clamp(12px, 2.2vw, 22px);
  align-items: stretch;
}

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

.onboarding-flow__label {
  width: 100%;
  min-height: 76px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
  font-weight: 800;
  font-size: clamp(1rem, 1.1vw + 0.55rem, 1.25rem);
  line-height: 1.3;
  text-align: center;
  padding: 12px 10px;
  box-sizing: border-box;
}

.onboarding-flow__label--1,
.onboarding-flow__label--2,
.onboarding-flow__label--3,
.onboarding-flow__label--4,
.onboarding-flow__label--5 {
  box-shadow: 0 2px 8px rgba(14, 65, 137, 0.14);
}

.onboarding-flow__label--1 {
  background: var(--flow-step-1);
}

.onboarding-flow__label--2 {
  background: var(--flow-step-2);
}

.onboarding-flow__label--3 {
  background: var(--flow-step-3);
}

.onboarding-flow__label--4 {
  background: var(--flow-step-4);
}

.onboarding-flow__label--5 {
  background: var(--flow-step-5);
  min-height: 88px;
  box-shadow: 0 2px 10px rgba(14, 65, 137, 0.2);
}

.onboarding-flow__arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 5px 0 6px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top-width: 13px;
  border-top-style: solid;
}

.onboarding-flow__arrow--1 {
  border-top-color: var(--flow-step-2);
}

.onboarding-flow__arrow--2 {
  border-top-color: var(--flow-step-3);
}

.onboarding-flow__arrow--3 {
  border-top-color: var(--flow-step-4);
}

.onboarding-flow__arrow--4 {
  border-top-color: var(--flow-step-5);
}

.onboarding-flow__row--last .onboarding-flow__arrow {
  display: none;
}

.onboarding-flow__panel {
  background: #fff;
  border: 1px solid #d0dceb;
  border-radius: 12px;
  padding: clamp(14px, 2vw, 20px) clamp(16px, 2.4vw, 24px);
  display: flex;
  align-items: center;
  box-shadow: 0 1px 4px rgba(14, 65, 137, 0.06);
}

.onboarding-flow__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 100%;
}

.onboarding-flow__list li {
  position: relative;
  padding-left: 1.15em;
  color: #173059;
  font-size: clamp(0.875rem, 0.9vw + 0.45rem, 1rem);
  font-weight: 650;
  line-height: 1.65;
}

.onboarding-flow__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0e4189;
  font-weight: 800;
}

.section--flow__note {
  margin: clamp(1rem, 2vw, 1.25rem) 0 0;
  text-align: right;
  color: #5c6b82;
  font-size: 11px;
  font-weight: 800;
}

/* --- 料金（トップ / page-pricing） --- */
.section--pricing {
  background: #fff;
  padding-top: clamp(1.75rem, 4vw, 2.25rem);
  padding-bottom: clamp(1.75rem, 4vw, 2.25rem);
}

.section--pricing > .container > h2.section-heading {
  text-align: center;
}

.pricing-panel {
  --pricing-navy: #0a3366;
  --pricing-blue: #0e4189;
  --pricing-blue-soft: #eff6ff;
  --pricing-border: #d0dceb;
  --pricing-accent: #f37021;
  --pricing-note: #5c6b82;

  background: #fff;
  border-radius: 16px;
  padding: 0 0 clamp(1rem, 2.5vw, 1.25rem);
  overflow: hidden;
}

/* page-pricing：パネル内 h1 + リード */
.pricing-panel > .pricing-panel__header {
  margin: 0;
  padding: clamp(1rem, 2.2vw, 1.35rem) clamp(0.75rem, 2vw, 1rem);
  background: var(--pricing-navy);
  color: #fff;
  text-align: center;
  font-size: clamp(1.5rem, 3.5vw + 0.5rem, 3.25rem);
  font-weight: 800;
  line-height: 1.2;
}

.pricing-panel > .pricing-panel__summary {
  margin: 0;
  padding: clamp(0.85rem, 2vw, 1.1rem) clamp(1rem, 3vw, 2rem);
  background: #fff;
  color: var(--pricing-note);
  text-align: center;
  font-size: clamp(0.95rem, 1.1vw + 0.8rem, 1.05rem);
  font-weight: 600;
  line-height: 1.75;
  border-bottom: 1px solid var(--pricing-border);
}

.pricing-panel__main {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 0;
  padding: clamp(1.25rem, 3vw, 1.75rem) clamp(1.25rem, 3vw, 2.125rem) 0;
  background: #fff;
}

.pricing-panel__left {
  color: var(--pricing-blue);
  padding: 0 0.75rem 0.5rem 0;
  text-align: center;
}

.pricing-panel__pill {
  margin: 0 auto clamp(1rem, 2.5vw, 1.25rem);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: clamp(2.75rem, 6vw, 3.25rem);
  padding: 0 clamp(1.25rem, 3vw, 1.75rem);
  border: none;
  border-radius: 999px;
  background: #0c3f87;
  font-size: clamp(0.875rem, 2vw, 1.5625rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}

.pricing-panel__price-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  margin: 0 auto clamp(1rem, 2.5vw, 1.35rem);
  padding: clamp(1rem, 2.5vw, 1.25rem) clamp(1.25rem, 3vw, 1.75rem);
  max-width: min(100%, 420px);
  border: 1px solid #dbe8f9;
  border-radius: 16px;
  background: var(--pricing-blue-soft);
}

.pricing-panel__price-block.pricing-panel__price-block--hero {
  /* ヒーローの price-box を踏襲（料金セクション用） */
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(0.375rem, 1.2vw, 0.625rem);
  line-height: 1;
}

.pricing-panel__price-block.pricing-panel__price-block--hero .pricing-panel__price-label {
  margin-bottom: clamp(0.25rem, 1vw, 0.4375rem);
}

.pricing-panel__price-block.pricing-panel__price-block--hero .pricing-panel__unit-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: clamp(0.25rem, 1vw, 0.5625rem);
  line-height: 1;
}

.pricing-panel__price-block.pricing-panel__price-block--hero .pricing-panel__price-tax {
  font-size: clamp(0.75rem, 1.5vw, 1.25rem);
  font-weight: 800;
  line-height: 1.1;
  color: #5c6b82;
}

.pricing-panel__price-block.pricing-panel__price-block--hero .pricing-panel__price-suffix {
  font-size: clamp(1.5rem, 4vw + 0.5rem, 3.4375rem);
  font-weight: 800;
  line-height: 1;
  color: #163d78;
}

.pricing-panel__price-block.pricing-panel__price-block--hero .pricing-panel__price-num {
  /* 文字色は白だと見えないためアクセント色 */
  color: #f37021;
}

.pricing-panel__price-label {
  color: #5c6b82;
  font-size: clamp(0.8125rem, 1.2vw + 0.35rem, 0.9375rem);
  font-weight: 800;
  line-height: 1.3;
}

.pricing-panel__price-core {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.15em;
  line-height: 1;
}

.pricing-panel__price-underline {
  display: inline;
}

.pricing-panel__price-suffix {
  font-size: clamp(1.1rem, 2vw + 0.35rem, 1.5rem);
  font-weight: 700;
  color: #163d78;
  line-height: 1;
}

.pricing-panel__price-tax {
  color: #5c6b82;
  font-size: clamp(0.6875rem, 0.9vw + 0.3rem, 0.8125rem);
  font-weight: 700;
  line-height: 1.3;
}

.pricing-panel__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 auto 0;
  max-width: min(92%, 560px);
  background: var(--pricing-blue-soft);
  color: var(--pricing-navy);
  border: 1px solid #dbe8f9;
  border-radius: 12px;
  padding: clamp(1rem, 2.2vw, 1.25rem) clamp(1.1rem, 2.6vw, 1.4rem);
  font-size: clamp(1.125rem, 2.2vw + 0.45rem, 1.5rem);
  font-weight: 800;
  text-align: left;
}

.pricing-panel__badge-icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: clamp(2.75rem, 6.5vw, 3.35rem);
  height: clamp(2.75rem, 6.5vw, 3.35rem);
  color: var(--pricing-blue);
}

.pricing-panel__badge-svg {
  display: block;
  width: 100%;
  height: auto;
}

.pricing-panel__badge-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  min-width: 0;
}

.pricing-panel__badge-line {
  display: block;
  line-height: 1.3;
}

.pricing-panel__right {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: clamp(0.25rem, 1vw, 0.5rem) 0 clamp(0.75rem, 2vw, 1rem) clamp(1rem, 2.5vw, 2rem);
}

.pricing-panel__points {
  list-style: none;
  margin: 0 0 clamp(1rem, 2.5vw, 1.25rem);
  padding: 0;
  max-width: 100%;
  display: grid;
  gap: clamp(0.85rem, 2vw, 1.15rem);
}

.pricing-panel__points li {
  position: relative;
  padding-left: clamp(2.75rem, 7vw, 3.5rem);
  color: var(--pricing-blue);
  font-size: clamp(1rem, 1.6vw + 0.35rem, 1.25rem);
  line-height: 1.45;
  font-weight: 800;
}

.pricing-panel__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: clamp(1.85rem, 4.5vw, 2.375rem);
  height: clamp(1.85rem, 4.5vw, 2.375rem);
  border-radius: 50%;
  background: var(--pricing-blue);
  border: none;
}

.pricing-panel__points li::after {
  content: "✓";
  position: absolute;
  left: clamp(0.4rem, 1.2vw, 0.55rem);
  top: 0.12em;
  color: #fff;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  font-weight: 800;
  line-height: clamp(1.85rem, 4.5vw, 2.375rem);
}

.pricing-panel__points small {
  font-size: 0.82em;
  font-weight: 800;
}

.pricing-panel__note {
  margin: 0 0 clamp(0.5rem, 1.5vw, 0.65rem);
  color: var(--pricing-note);
  font-size: clamp(0.8125rem, 1.2vw + 0.35rem, 0.9375rem);
  line-height: 1.5;
  font-weight: 800;
  max-width: 100%;
}

.pricing-panel__specs {
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--pricing-note);
  font-size: clamp(0.6875rem, 0.9vw + 0.3rem, 0.8125rem);
  line-height: 1.55;
  font-weight: 700;
}

.pricing-panel__specs li + li {
  margin-top: 0.2em;
}

.pricing-panel__specs {
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--pricing-note);
  font-size: clamp(0.6875rem, 0.9vw + 0.3rem, 0.8125rem);
  line-height: 1.55;
  font-weight: 700;
}

.pricing-panel__specs li + li {
  margin-top: 0.2em;
}

.pricing-panel__examples-title {
  margin: 0 0 0.45rem;
  color: #274772;
  font-size: clamp(0.8rem, 1vw + 0.35rem, 0.9rem);
  line-height: 1.45;
  font-weight: 800;
}

.pricing-panel__examples {
  margin: 0 0 0.8rem;
  padding-left: 1.05rem;
  color: #31527e;
  font-size: clamp(0.78rem, 0.9vw + 0.35rem, 0.88rem);
  line-height: 1.5;
  font-weight: 800;
}

.pricing-panel__examples li + li {
  margin-top: 0.2rem;
}

.pricing-panel__footer {
  margin: clamp(1rem, 2.5vw, 1.5rem) clamp(1rem, 2.5vw, 1.75rem) 0;
  background: var(--pricing-blue-soft);
  border: 1px solid #dbe8f9;
  border-radius: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
}

.pricing-panel__footer-item {
  display: flex;
  align-items: center;
  gap: clamp(0.65rem, 2vw, 0.9rem);
  padding: clamp(0.85rem, 2vw, 1.1rem) clamp(0.75rem, 2vw, 1rem);
  border-left: 1px solid #cfd8e7;
}

.pricing-panel__footer-item:first-child {
  border-left: none;
}

.pricing-panel__footer-item img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  flex: 0 0 68px;
}

.pricing-panel__footer-item p {
  margin: 0;
  color: var(--pricing-navy);
  font-size: clamp(0.875rem, 1.3vw + 0.35rem, 1rem);
  line-height: 1.4;
  font-weight: 800;
}

.pricing-panel__footer-item strong {
  color: var(--pricing-accent);
  font-size: clamp(1.125rem, 2.5vw + 1rem, 50px);
  font-weight: 800;
}

.section--pricing-breakdown {
  background: #fff;
  padding-top: clamp(1.75rem, 4vw, 2.75rem);
  padding-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.section h2.section--pricing-breakdown__title {
  margin-bottom: clamp(1rem, 2.2vw, 1.5rem);
}

.pricing-breakdown__lead {
  margin: 0 auto clamp(1.25rem, 2.8vw, 1.75rem);
  max-width: min(52rem, 100%);
  color: #334155;
  font-size: clamp(0.9375rem, 1.1vw + 0.65rem, 1.0625rem);
  line-height: 1.75;
}

.pricing-breakdown__table-wrap {
  margin: 0 auto clamp(1rem, 2vw, 1.25rem);
  max-width: min(64rem, 100%);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

.pricing-breakdown__table {
  width: 100%;
  min-width: 20rem;
  border-collapse: collapse;
  font-size: clamp(0.8125rem, 0.9vw + 0.55rem, 0.9375rem);
  line-height: 1.6;
}

.pricing-breakdown__caption {
  caption-side: top;
  padding: 0.85rem 1rem;
  font-weight: 800;
  color: #0a3366;
  text-align: left;
  border-bottom: 1px solid #d0dceb;
  background: #eff6ff;
}

.pricing-breakdown__table thead th {
  padding: 0.75rem 0.85rem;
  border-bottom: 1px solid #d0dceb;
  background: #0a3366;
  color: #fff;
  font-weight: 800;
  text-align: left;
  white-space: nowrap;
}

.pricing-breakdown__table tbody th,
.pricing-breakdown__table tbody td {
  padding: 0.75rem 0.85rem;
  border-bottom: 1px solid #e8eef5;
  vertical-align: top;
  text-align: left;
}

.pricing-breakdown__table tbody th {
  width: 11rem;
  background: #f8fbff;
  color: #0e4189;
  font-weight: 800;
  white-space: nowrap;
}

.pricing-breakdown__table tbody td {
  color: #334155;
}

.pricing-breakdown__table tbody tr:last-child th,
.pricing-breakdown__table tbody tr:last-child td {
  border-bottom: none;
}

.pricing-panel__summary--positioning {
  margin: 0;
  padding: 0 clamp(1rem, 3vw, 2rem) clamp(0.85rem, 2vw, 1.1rem);
  background: #fff;
  color: #475569;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.7;
  font-weight: 650;
  border-bottom: 1px solid var(--pricing-border);
}

.pricing-panel__summary--positioning {
  margin: 0;
  padding: 0 clamp(1rem, 3vw, 2rem) clamp(0.85rem, 2vw, 1.1rem);
  background: #fff;
  color: #475569;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.7;
  font-weight: 650;
  border-bottom: 1px solid var(--pricing-border);
}

.pricing-breakdown__note {
  margin: 0 auto clamp(1.25rem, 2.5vw, 1.75rem);
  max-width: min(52rem, 100%);
  color: var(--pricing-note, #5c6b82);
  font-size: 0.8125rem;
  line-height: 1.65;
}

.section--faq {
  background: #f3f5f8;
  padding-top: 20px;
  padding-bottom: 36px;
}

.section--mid-cta {
  background: #f3f5f8;
  padding-top: 18px;
  padding-bottom: 22px;
}

/* 最終CTAはフッター直前のため下余白をなくす */
.front-page-root main > .section--mid-cta:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.front-page-root .section--mid-cta .container {
  width: 100%;
  max-width: none;
}

.mid-cta {
  background: linear-gradient(180deg, #0f3d7b, #0b2f60);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  border-left: none;
  border-right: none;
  padding: 26px 24px;
  text-align: center;
}

.mid-cta__lead {
  margin: 0 auto;
  max-width: min(100%, 40rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  line-height: 1.25;
  font-weight: 800;
}

.mid-cta__lead-accent {
  display: block;
  margin: 0;
  color: #ffd243;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

.mid-cta__sub {
  margin: 8px 0 0;
  color: #dfe9fb;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 800;
}

.mid-cta__actions {
  margin-top: 18px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 12px;
  flex-wrap: wrap;
}

.section h2.section--faq__title.section-heading {
  margin: 0 0 14px;
}

.faq {
  display: grid;
  gap: 8px;
}

.faq-directory {
  margin: 0 0 24px;
  padding: 24px;
  border: 1px solid #d9e2f2;
  border-radius: 16px;
  background: #f8fbff;
}

.faq-directory__links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.faq-directory__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid #d9e2f2;
  border-radius: 12px;
  background: #fff;
  color: #123f81;
  text-decoration: none;
  font-weight: 800;
}

.faq-directory__link span {
  color: #5c6b82;
  font-size: 14px;
  white-space: nowrap;
}

.faq--grouped {
  gap: 24px;
}

.faq-group {
  display: grid;
  gap: 8px;
}

.faq-group__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 8px;
}

.faq-group__title {
  margin: 0;
  color: #103f81;
  font-size: clamp(1.4rem, 1.4vw + 1rem, 1.9rem);
  font-weight: 800;
}

.faq-group__back {
  color: #123f81;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 800;
  font-size: 14px;
}

.faq-item {
  background: #fff;
  border: 1px solid #e0e6f1;
  border-radius: 8px;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 42px 14px 16px;
  color: #123f81;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #123f81;
  font-size: 28px;
  font-weight: 500;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item .faq-body {
  margin: 0;
  padding: 0 16px 14px;
  color: #2a3f64;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 800;
}

.faq-home-more {
  margin: 1rem 0 0;
  text-align: center;
  color: #334155;
  font-size: clamp(0.875rem, 0.4vw + 0.78rem, 1rem);
  line-height: 1.55;
  font-weight: 800;
}


.section--recommend {
  background: #eaf1f9;
  padding: clamp(2.25rem, 4.5vw, 3.25rem) 0 clamp(2rem, 4vw, 3rem);
}

.section h2.section--recommend__title.section-heading {
  margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
}

.recommend-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.875rem, 1.6vw, 1.125rem);
}

.recommend-card {
  padding: clamp(1.2rem, 2vw, 1.5rem);
  border: 1px solid #d6e1f2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(14, 65, 137, 0.05);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.recommend-card:hover {
  box-shadow: 0 8px 22px rgba(14, 65, 137, 0.09);
  transform: translateY(-2px);
}

.recommend-card__phase {
  margin: 0 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px 8px;
  border-radius: 6px;
  border: 1px solid #0e4189;
  background: #fff;
  color: #0e4189;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.06em;
  box-shadow: 0 1px 0 rgba(14, 65, 137, 0.08);
}

.recommend-card h3 {
  margin: 0 0 0.875rem;
  color: #123f81;
  font-size: clamp(1rem, 0.55vw + 0.88rem, 1.125rem);
  line-height: 1.5;
  font-weight: 800;
}

.recommend-card__tags {
  list-style: none;
  margin: 0 0 0.875rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.recommend-card__tags li {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  border: 1px solid #c5d4e8;
  background: #f4f8fc;
  color: #0e4189;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.recommend-card__desc {
  margin: 0;
  color: #4a5f7a;
  font-size: clamp(0.8125rem, 0.35vw + 0.74rem, 0.875rem);
  line-height: 1.7;
  font-weight: 500;
}

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

.stat {
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-template-areas:
    "icon label"
    "icon value";
  align-items: center;
  column-gap: 12px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  padding: 22px 18px;
  min-height: 124px;
}

.stat__icon {
  grid-area: icon;
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.stat__label {
  grid-area: label;
  margin: 0;
  color: #d7e6ff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

.stat__value {
  grid-area: value;
  margin: 0;
  color: #fff;
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
}

.stat__value span {
  color: #ffd243;
  font-size: 56px;
  font-weight: 800;
}

/* お役立ちコンテンツ：ブロック全体を中央寄せ */
.front-page-root .section--helpful-content .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.front-page-root .section--helpful-content h2.section--cards__title {
  text-align: center;
  width: 100%;
}

.front-page-root .section--helpful-content .section-lead {
  max-width: 920px;
  text-align: center;
}

.front-page-root .section--helpful-content .case-pickup-scroll.case-pickup-scroll--always {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 100%;
  overflow-y: visible;
}

.front-page-root .section--helpful-content .case-pickup-scroll--always .case-pickup-grid {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 960px) {
  .warehouse-tour-panels {
    grid-template-columns: 1fr;
  }

  .warehouse-tour-panel__photos--warehouse {
    grid-template-columns: 1fr 1fr;
  }

  .warehouse-tour-panel__photos--work {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .warehouse-leads-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
  }

  .hero {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    height: auto;
    min-height: 0;
    gap: 0;
    overflow: hidden;
  }

  .hero__layout {
    display: contents;
  }

  .hero__intro {
    display: contents;
  }

  /* スマホ: 写真に高さを確保し、h1 のみ上部に重ねる */
  .hero__photo {
    grid-row: 1;
    grid-column: 1;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 66vw;
    min-height: 21rem;
    max-height: 31rem;
    margin: 0;
    z-index: 0;
    background-position: 58% 36%;
  }

  .hero__photo::before {
    display: none;
  }

  .hero__photo::after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 28%;
    content: "";
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(
      to top,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.92) 35%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .front-page-root--home .hero__photo {
    width: 100%;
    margin: 0;
    background-position: 58% 36%;
  }

  .front-page-root--home .hero__photo::before {
    display: none;
  }

  .hero h1 {
    grid-row: 1;
    grid-column: 1;
    align-self: start;
    justify-self: center;
    position: relative;
    z-index: 2;
    width: min(1520px, 92%);
    max-width: min(780px, 100%);
    margin: 0 auto;
    padding: 1.4rem 0 0;
    text-align: left;
    box-sizing: border-box;
    text-shadow: 0 0 16px rgba(255, 255, 255, 0.75), 0 0 14px rgba(255, 255, 255, 0.55);
  }

  .hero__lead {
    grid-row: 2;
    grid-column: 1;
    justify-self: center;
    width: min(1520px, 92%);
    max-width: min(800px, 100%);
    margin: 0 auto;
    padding: 0;
    line-height: 1.35;
    text-align: left;
    background: #fff;
    box-sizing: border-box;
  }

  .hero__panel {
    grid-row: 3;
    grid-column: 1;
    max-width: none;
    width: min(1520px, 92%);
    margin: 0 auto;
    padding: 0;
    background: #fff;
  }

  .hero__icons {
    max-width: none;
  }

  .btn--blue {
    min-width: 0;
    font-size: 18px;
  }

  .front-page-root h2.section-heading,
  .front-page-root h2.section-heading--banner {
    font-size: clamp(1.5rem, 4.5vw + 0.35rem, 2.5rem);
  }


  .onboarding-flow__row {
    grid-template-columns: minmax(110px, 140px) minmax(0, 1fr);
    gap: 10px;
  }

  .onboarding-flow__label {
    min-height: 64px;
    font-size: 0.9375rem;
  }

  .onboarding-flow__label--5 {
    min-height: 72px;
  }


  .mid-cta__lead {
    gap: 0.4rem;
  }

  .mid-cta__lead-accent {
    font-size: 24px;
  }

  .mid-cta__sub {
    font-size: 17px;
  }

  .pricing-panel__main {
    grid-template-columns: 1fr;
    padding: 1.25rem 1.25rem 0;
  }

  .pricing-panel__right {
    padding: 12px 0 0;
  }

  .pricing-panel__points {
    max-width: 100%;
    padding-right: 0;
  }

  .pricing-panel__footer {
    margin-bottom: 0.875rem;
  }


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

  .recommend-card h3 {
    font-size: 1.125rem;
  }

  .case-pickup-scroll {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 16px 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-gutter: stable;
  }

  .case-pickup-scroll .case-pickup-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    width: max-content;
    padding: 4px 0 8px;
  }

  .case-pickup-scroll .case-pickup-card {
    flex: 0 0 min(300px, calc(100vw - 80px));
    max-width: min(300px, calc(100vw - 80px));
    scroll-snap-align: start;
  }

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

  .section--service {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .service-hero-provisional__intro {
    grid-template-columns: 1fr;
  }

  .service-hero-provisional__pillars {
    flex-direction: column;
  }

  .service-hero-provisional__plus {
    align-self: center;
    padding: 6px 0;
    transform: rotate(90deg);
  }

  .service-panel {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 14px;
  }

  .service-overview h2:not(.section-heading),
  .service-panel__header h2:not(.section-heading) {
    font-size: 42px;
    line-height: 1.22;
  }

  .service-overview > p {
    font-size: 24px;
  }

  .service-overview__tasks {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .service-overview__task span {
    font-size: 14px;
  }

  .service-materials h2,
  .service-materials h3 {
    font-size: 34px;
  }

  .service-strength-card h3 {
    font-size: 30px;
  }

  .service-materials__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .service-material-item:nth-child(6n + 1) {
    border-left: none;
  }

  .service-material-item span {
    font-size: 18px;
  }

  .section--service-bases .service-bases-intro {
    grid-template-columns: 1fr;
  }

  .section--service-bases .service-bases-evidence {
    grid-template-columns: 1fr;
  }

  .service-system-item {
    grid-template-columns: 1fr;
  }

  .service-system-item--reverse .service-system-item__media,
  .service-system-item--reverse .service-system-item__content {
    order: initial;
  }
}

@media (max-width: 768px) {
  .section--comparison--usecases .comparison-table thead,
  .section--comparison--usecases .comparison-table tbody {
    min-width: 640px;
  }

  .section--comparison--usecases .comparison-table th,
  .section--comparison--usecases .comparison-table td {
    padding: 0.875rem 0.75rem;
  }

  .section--comparison--usecases .comparison-table tbody th[scope="row"] {
    font-size: 0.8125rem;
  }

  /* セクション見出し */
  .section-eyebrow {
    font-size: 18px;
    text-align: left;
  }

  .front-page-root h2.section-heading,
  .front-page-root h2.section-heading--banner {
    font-size: clamp(1.375rem, 5vw + 0.25rem, 1.875rem);
    margin-bottom: clamp(0.75rem, 2vw, 1rem);
  }

  .pricing-breakdown__table tbody th {
    width: 7.5rem;
    white-space: normal;
  }

  .service-work-grid,
  .service-options-grid,
  .service-bases-layout {
    grid-template-columns: 1fr;
  }

  .warehouse-tour-panel__photos--warehouse,
  .warehouse-tour-panel__photos--work {
    grid-template-columns: 1fr;
  }

  .warehouse-tour-panel__photos--warehouse .warehouse-tour-photo--featured img {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .warehouse-lead-card {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    column-gap: 12px;
    align-items: center;
    text-align: left;
  }

  .warehouse-lead-card__photo-wrap {
    grid-column: 1;
    grid-row: 1 / span 3;
    width: 92px;
    align-self: center;
  }

  .warehouse-lead-card__photo {
    width: 92px;
    height: 92px;
  }

  .warehouse-lead-card__name {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
  }

  .warehouse-lead-card__role {
    grid-column: 2;
    grid-row: 2;
    margin-top: 0.2rem;
  }

  .warehouse-lead-card__comment {
    grid-column: 2;
    grid-row: 3;
    margin-top: 0.25rem;
  }

  .hero__icons {
    max-width: 100%;
  }

  .hero__icons li {
    min-height: 72px;
    padding: 6px 4px 8px;
    font-size: 0.9rem;
    line-height: 1.25;
  }

  .hero__icon-img {
    width: 2rem;
    height: 2rem;
    margin: 0 auto 4px;
  }

  .btn {
    min-height: 56px;
    height: 56px;
    min-width: 0;
    font-size: 18px;
  }

  .section--service-strengths {
    padding-top: 24px;
    padding-bottom: 28px;
  }


  .stat {
    grid-template-columns: 52px 1fr;
    padding: 18px 14px;
    min-height: 0;
  }

  .stat__icon {
    width: 52px;
    height: 52px;
  }

  .stat__label {
    font-size: 14px;
  }

  .stat__value {
    font-size: 34px;
  }

  .stat__value span {
    font-size: 40px;
  }


  .section--cards {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .section--flow {
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .section--pricing {
    padding-top: 22px;
    padding-bottom: 26px;
  }

  .pricing-panel > .pricing-panel__header {
    font-size: 1.25rem;
  }

  .pricing-panel > .pricing-panel__summary {
    padding: 0.85rem 1rem;
    font-size: 0.9rem;
  }

  .section h2.section--faq__title.section-heading {
    margin-bottom: 10px;
  }

  .section--mid-cta {
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .front-page-root main > .section--mid-cta:last-of-type {
    padding-bottom: 0;
  }

  .mid-cta {
    padding: 20px 14px;
    border-radius: 0;
  }

  .mid-cta__lead {
    gap: 0.35rem;
    max-width: 100%;
  }

  .mid-cta__lead-accent {
    font-size: 20px;
    line-height: 1.22;
  }

  .mid-cta__sub {
    font-size: 14px;
    margin-top: 6px;
  }

  .mid-cta__actions {
    margin-top: 12px;
    gap: 8px;
  }

  .pricing-panel__left {
    padding: 12px 0;
  }

  .pricing-panel__badge {
    font-size: 1.125rem;
    min-width: 0;
    width: 100%;
    padding: 12px 14px;
  }

  .pricing-panel__right {
    padding: 14px 0 2px;
  }

  .pricing-panel__points {
    padding-right: 0;
    margin-bottom: 16px;
  }

  .pricing-panel__points li {
    font-size: 20px;
    padding-left: 36px;
  }

  .pricing-panel__points li::before {
    top: 2px;
    width: 24px;
    height: 24px;
  }

  .pricing-panel__points li::after {
    left: 6px;
    top: 1px;
    font-size: 14px;
    line-height: 24px;
  }

  .pricing-panel__note {
    font-size: 13px;
  }

  .pricing-panel__footer {
    grid-template-columns: 1fr;
    margin: 16px 14px 0;
  }

  .pricing-panel__footer-item {
    border-left: none;
    border-top: 1px solid #cfd8e7;
    padding: 12px 14px;
  }

  .pricing-panel__footer-item:first-child {
    border-top: none;
  }

  .pricing-panel__footer-item img {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
  }

  .section--faq {
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .faq-directory {
    padding: 18px;
  }

  .faq-group__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .faq-item summary {
    font-size: 16px;
    padding: 12px 38px 12px 12px;
  }

  .faq-item .faq-body {
    font-size: 14px;
    padding: 0 12px 12px;
  }

  .faq-home-more {
    margin-top: 0.75rem;
    font-size: 14px;
    padding: 0 4px;
  }

  .onboarding-flow__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .onboarding-flow__track {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .onboarding-flow__label {
    min-height: 48px;
    max-width: 220px;
    font-size: 0.9375rem;
  }

  .onboarding-flow__label--5 {
    min-height: 52px;
  }

  .onboarding-flow__arrow {
    margin: 0;
    transform: rotate(-90deg);
    flex-shrink: 0;
  }

  .onboarding-flow__panel {
    padding: 14px 16px;
  }

  .onboarding-flow__list li {
    font-size: 0.875rem;
  }

  .section--flow__note {
    margin-top: 8px;
    font-size: 11px;
    text-align: left;
  }


  .section--recommend {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section h2.section--recommend__title.section-heading {
    margin-bottom: 1rem;
  }

  .recommend-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .recommend-card {
    padding: 1.125rem 1rem;
  }

  .recommend-card:hover {
    transform: none;
  }

  .recommend-card h3 {
    font-size: 1.0625rem;
    margin-bottom: 10px;
  }

  .recommend-card__tags li {
    font-size: 10px;
    padding: 3px 8px;
  }

  .recommend-card__phase {
    font-size: 12px;
    padding: 6px 12px 7px;
    letter-spacing: 0.05em;
  }

  .recommend-card__desc {
    font-size: 12px;
  }

  .service-coverage {
    grid-template-columns: 1fr;
  }

  .case-pickup-card {
    padding: 22px 16px;
    gap: 12px;
  }

  .case-pickup-card__row {
    gap: 10px;
  }

  .case-pickup-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .case-pickup-card__image {
    width: 110px;
    height: 110px;
    flex-basis: 110px;
  }

  .case-pickup-card__tag {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .service-hero-provisional__mini-grid {
    grid-template-columns: 1fr;
  }

  .service-panel {
    border-radius: 12px 12px 0 0;
    padding: 0;
  }

  .service-overview__badge {
    font-size: 16px;
    padding: 4px 10px;
  }

  .service-overview h2,
  .service-panel__header h2 {
    font-size: 32px;
    line-height: 1.25;
  }

  .service-overview > p:not(.service-overview__badge) {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .service-overview__tasks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 10px;
  }

  .service-overview__task {
    padding: 10px 8px 8px;
  }

  .service-overview__task img {
    width: 48px;
    height: 48px;
    margin-bottom: 6px;
  }

  .service-overview__task span {
    font-size: 16px;
  }

  .service-materials {
    border-radius: 0 0 12px 12px;
    padding: 10px;
  }

  .section--service-strengths .service-strengths__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .service-strength-card__intro {
    grid-template-columns: 1fr;
  }

  .service-strength-card {
    padding: 20px 16px;
  }

  .service-strength-card h3 {
    font-size: 28px;
    margin-bottom: 4px;
  }

  .service-strength-card p {
    line-height: 1.55;
  }

  .service-materials h2,
  .service-materials h3 {
    font-size: 25px;
  }

  .service-materials__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #dde5f2;
  }

  .service-material-item {
    border-left: none;
    border-bottom: 1px solid #dde5f2;
  }

  .service-material-item img {
    width: 40px;
    height: 40px;
  }

  .service-material-item span {
    font-size: 14px;
  }

  .hero__actions .btn--orange {
    font-size: 1.125rem;
  }

  .section h2:not(.section-heading):not(.section-heading--banner) {
    text-align: left;
  }

  .front-page-root h2.section-heading,
  .front-page-root h2.section-heading--banner {
    text-align: center;
  }

  .front-page-root h2.section-heading--left {
    text-align: left;
  }

  .price-box strong {
    font-size: 4.75rem;
  }

  .pricing-panel__price-num {
    font-size: 4rem;
  }

  .hero__actions,
  .mid-cta__actions {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    gap: 10px;
  }

  :is(.hero__actions, .mid-cta__actions) :is(.btn, .btn--orange, .btn--blue) {
    width: 100%;
    min-width: 0;
    max-width: none;
    box-sizing: border-box;
  }

  .mid-cta__actions :is(.btn, .btn--orange, .btn--blue) {
    justify-content: center;
    text-align: center;
  }


  .price-box {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .price-box__label {
    font-size: 1.5rem;
  }
}

/* --- トップページ: ヒーロー v2（ダークグラデーション） --- */
.front-page-root--home .hero.hero--home-v2 {
  --hero-v2-dark: #0f172a;
  --hero-v2-cta: #ea580c;
  --hero-v2-cta-hover: #c2410c;
  --hero-v2-green: #10b981;
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(28rem, 82vh, 42.5rem);
  height: auto;
  padding: clamp(3.5rem, 8vw, 5rem) 0;
  background: var(--hero-v2-dark);
  border-bottom: none;
  overflow: hidden;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

.front-page-root--home .hero.hero--home-v2 .hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.55;
}

.front-page-root--home .hero.hero--home-v2 .hero__blob--1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #4f46e5 0%, transparent 70%);
  top: -200px;
  right: -100px;
}

.front-page-root--home .hero.hero--home-v2 .hero__blob--2 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #7c3aed 0%, transparent 70%);
  bottom: -150px;
  right: 200px;
}

.front-page-root--home .hero.hero--home-v2 .hero__blob--3 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #0ea5e9 0%, transparent 70%);
  top: 50px;
  right: 400px;
  opacity: 0.3;
}

.front-page-root--home .hero.hero--home-v2 .hero__dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.front-page-root--home .hero.hero--home-v2 .hero__photo-v2 {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  bottom: 0;
  width: 54%;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.45) 10%,
    rgba(0, 0, 0, 0.92) 20%,
    #000 30%,
    #000 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.45) 10%,
    rgba(0, 0, 0, 0.92) 20%,
    #000 30%,
    #000 100%
  );
}

.front-page-root--home .hero.hero--home-v2 .hero__photo-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(15, 23, 42, 0.9) 0%,
    rgba(15, 23, 42, 0.55) 18%,
    rgba(15, 23, 42, 0.22) 42%,
    rgba(15, 23, 42, 0.06) 68%,
    transparent 100%
  );
}

.front-page-root--home .hero.hero--home-v2 .hero__photo-v2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.62;
  filter: saturate(0.78) brightness(0.96);
}

/* ヒーロー右：円形サムネイル（写真グラデの下・テキストの上） */
.front-page-root--home .hero.hero--home-v2 .hero__work-bubbles {
  position: absolute;
  right: clamp(32%, 40vw, 48%);
  top: auto;
  bottom: clamp(1.75rem, 8vh, 3.5rem);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  transform: none;
  pointer-events: none;
}

.front-page-root--home .hero.hero--home-v2 .hero__work-bubble {
  margin: 0;
  flex-shrink: 0;
  width: clamp(104px, 13vw, 156px);
  height: clamp(104px, 13vw, 156px);
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: #1e293b;
  box-shadow:
    0 6px 20px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

.front-page-root--home .hero.hero--home-v2 .hero__work-bubble img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.front-page-root--home .hero.hero--home-v2 .hero__work-bubble--1 {
  position: relative;
  z-index: 1;
  margin-right: clamp(0px, 2vw, 16px);
}

.front-page-root--home .hero.hero--home-v2 .hero__work-bubble--2 {
  position: relative;
  z-index: 2;
  margin-top: calc(-1 * clamp(104px, 13vw, 156px) * 0.05);
  margin-left: clamp(8px, 3vw, 24px);
}

.front-page-root--home .hero.hero--home-v2 .hero__inner {
  position: relative;
  z-index: 3;
  width: min(1200px, 92%);
  margin: 0 auto;
  padding: 0;
  color: #fff;
  font-weight: 800;
}

.front-page-root--home .hero.hero--home-v2 .hero__headline {
  margin: 0 0 14px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(2.25rem, 5.5vw, 4.8rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.front-page-root--home .hero.hero--home-v2 .hero__sub {
  max-width: 540px;
  margin: 0 0 18px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.9375rem, 1.9vw, 1.125rem);
  font-weight: 800;
  line-height: 1.75;
}

.front-page-root--home .hero.hero--home-v2 .hero__labels {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  max-width: 540px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.front-page-root--home .hero.hero--home-v2 .hero__labels li {
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.front-page-root--home .hero.hero--home-v2 .hero__pricing {
  margin: 0 0 28px;
}

.front-page-root--home .hero.hero--home-v2 .hero__price-lead {
  margin: 0 0 8px;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.front-page-root--home .hero.hero--home-v2 .hero__price-notes {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

.front-page-root--home .hero.hero--home-v2 .hero__price-notes li {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.45;
}

.front-page-root--home .hero.hero--home-v2 .hero__price-disclaimer {
  margin: 6px 0 0;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.5;
}

.front-page-root--home .hero.hero--home-v2 .price-box--hero-v2 {
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: clamp(0.375rem, 1.2vw, 0.625rem);
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}

.front-page-root--home .hero.hero--home-v2 .price-box--hero-v2 .price-box__label {
  display: inline-block;
  margin-bottom: clamp(0.25rem, 1vw, 0.4375rem);
  color: #fff;
  font-size: clamp(1.5rem, 3vw + 0.5rem, 3rem);
  font-weight: 800;
  line-height: 1;
}

.front-page-root--home .hero.hero--home-v2 .price-box--hero-v2 strong {
  color: #fff;
  font-size: clamp(3.4rem, 12vw + 2.35rem, 9rem);
  letter-spacing: -0.02em;
  line-height: 0.8;
  font-family:
    "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  font-stretch: condensed;
}

.front-page-root--home .hero.hero--home-v2 .price-box--hero-v2 .price-box__unit-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: clamp(0.25rem, 1vw, 0.5625rem);
  color: #fff;
  line-height: 1;
}

.front-page-root--home .hero.hero--home-v2 .price-box--hero-v2 .price-box__unit-tax {
  font-size: clamp(0.75rem, 1.5vw, 1.25rem);
  font-weight: 800;
  line-height: 1.1;
}

.front-page-root--home .hero.hero--home-v2 .price-box--hero-v2 .price-box__unit-main {
  font-size: clamp(1.5rem, 4vw + 0.5rem, 3.4375rem);
  font-weight: 800;
  line-height: 1;
}

.front-page-root--home .hero.hero--home-v2 .hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 44px;
}

.front-page-root--home .hero.hero--home-v2 .hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 13px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.front-page-root--home .hero.hero--home-v2 .hero__badge svg {
  flex-shrink: 0;
  opacity: 0.7;
}

.front-page-root--home .hero.hero--home-v2 .hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: clamp(1.25rem, 3.5vw, 2rem) 0 0;
}

.front-page-root--home .hero.hero--home-v2 .hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 30px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease;
}

.front-page-root--home .hero.hero--home-v2 .hero__cta--orange {
  background: var(--hero-v2-cta);
  color: #fff;
  box-shadow: 0 4px 24px rgba(234, 88, 12, 0.4);
}

.front-page-root--home .hero.hero--home-v2 .hero__cta--orange:hover,
.front-page-root--home .hero.hero--home-v2 .hero__cta--orange:focus-visible {
  background: var(--hero-v2-cta-hover);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(234, 88, 12, 0.55);
}

.front-page-root--home .hero.hero--home-v2 .hero__cta--ghost {
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  color: #fff;
}

.front-page-root--home .hero.hero--home-v2 .hero__cta--ghost:hover,
.front-page-root--home .hero.hero--home-v2 .hero__cta--ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.front-page-root--home .hero-marquee {
  overflow: hidden;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, #1e3a8a, #1e293b);
}

.front-page-root--home .hero-marquee__track {
  display: flex;
  width: max-content;
  animation: ec-hero-marquee 22s linear infinite;
}

@keyframes ec-hero-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.front-page-root--home .hero-marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 32px;
  color: #fff;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  white-space: nowrap;
}

.front-page-root--home .hero-marquee__dot {
  width: 4px;
  height: 4px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1100px) {
  .front-page-root--home .hero.hero--home-v2 .hero__work-bubbles {
    right: 28%;
  }

  .front-page-root--home .hero.hero--home-v2 .hero__work-bubble {
    width: clamp(88px, 11vw, 120px);
    height: clamp(88px, 11vw, 120px);
    border-width: 3px;
  }

  .front-page-root--home .hero.hero--home-v2 .hero__work-bubble--2 {
    margin-top: calc(-1 * clamp(88px, 11vw, 120px) * 0.05);
  }
}

@media (max-width: 960px) {
  .front-page-root--home .hero.hero--home-v2 .hero__work-bubbles {
    display: none;
  }
}

@media (max-width: 960px) {
  .front-page-root--home .hero.hero--home-v2 {
    display: flex;
    grid-template-columns: unset;
    grid-template-rows: unset;
  }

  .front-page-root--home .hero.hero--home-v2 .hero__headline {
    grid-row: auto;
    grid-column: auto;
    align-self: auto;
    justify-self: auto;
    position: relative;
    width: auto;
    max-width: none;
    margin: 0 0 24px;
    padding: 0;
    text-shadow: none;
  }

  .front-page-root--home .hero.hero--home-v2 .hero__work-bubbles {
    display: none;
  }

  .front-page-root--home .hero.hero--home-v2 .hero__photo-v2 {
    grid-row: auto;
    grid-column: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
    min-height: 0;
    max-height: none;
  }
}

@media (max-width: 768px) {
  .front-page-root--home .hero.hero--home-v2 {
    min-height: 0;
    padding: 60px 0;
  }

  .front-page-root--home .hero.hero--home-v2 .hero__work-bubbles {
    display: none;
  }

  .front-page-root--home .hero.hero--home-v2 .hero__photo-v2 {
    width: 100%;
    opacity: 1;
    -webkit-mask-image: linear-gradient(
      180deg,
      transparent 0%,
      rgba(0, 0, 0, 0.55) 16%,
      #000 38%,
      #000 70%,
      rgba(0, 0, 0, 0.5) 90%,
      transparent 100%
    );
    mask-image: linear-gradient(
      180deg,
      transparent 0%,
      rgba(0, 0, 0, 0.55) 16%,
      #000 38%,
      #000 70%,
      rgba(0, 0, 0, 0.5) 90%,
      transparent 100%
    );
  }

  .front-page-root--home .hero.hero--home-v2 .hero__photo-v2::before {
    background: linear-gradient(
      180deg,
      rgba(15, 23, 42, 0.75) 0%,
      rgba(15, 23, 42, 0.5) 28%,
      rgba(15, 23, 42, 0.28) 55%,
      rgba(15, 23, 42, 0.12) 78%,
      transparent 100%
    );
  }

  .front-page-root--home .hero.hero--home-v2 .hero__photo-v2 img {
    opacity: 0.5;
    filter: saturate(0.75) brightness(0.94);
  }

  .front-page-root--home .hero.hero--home-v2 .hero__headline {
    margin: 0 0 12px;
  }

  .front-page-root--home .hero.hero--home-v2 .hero__sub {
    margin-bottom: 16px;
    font-size: 0.875rem;
    line-height: 1.7;
  }

  .front-page-root--home .hero.hero--home-v2 .hero__labels {
    margin-bottom: 18px;
    gap: 6px;
  }

  .front-page-root--home .hero.hero--home-v2 .hero__labels li {
    font-size: 0.6875rem;
  }

  .front-page-root--home .hero.hero--home-v2 .hero__inner {
    width: min(1200px, 100%);
    padding: 0 20px;
  }

  .front-page-root--home .hero.hero--home-v2 .hero__pricing {
    margin-bottom: 1.75rem;
  }

  .front-page-root--home .hero.hero--home-v2 .price-box--hero-v2 {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .front-page-root--home .hero.hero--home-v2 .price-box--hero-v2 .price-box__label {
    font-size: 1.4375rem;
    margin-bottom: 0.3rem;
  }

  .front-page-root--home .hero.hero--home-v2 .price-box--hero-v2 strong {
    font-size: clamp(3.35rem, 11vw + 1.5rem, 5rem);
  }

  .front-page-root--home .hero.hero--home-v2 .price-box--hero-v2 .price-box__unit-group {
    margin-bottom: 0.3rem;
  }

  .front-page-root--home .hero.hero--home-v2 .price-box--hero-v2 .price-box__unit-tax {
    font-size: 0.8125rem;
  }

  .front-page-root--home .hero.hero--home-v2 .price-box--hero-v2 .price-box__unit-main {
    font-size: 1.4375rem;
  }

  .front-page-root--home .hero.hero--home-v2 .hero__ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .front-page-root--home .hero.hero--home-v2 .hero__cta {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .front-page-root--home .hero-marquee__track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 8px 0;
    padding: 0 16px;
  }
}

/* --- トップページ: ヒーロー直下の数値帯 --- */
.front-page-root--home .home-stats {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background: #0f172a;
}

.front-page-root--home .home-stats__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}

.front-page-root--home .home-stats__blob--1 {
  top: -200px;
  left: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.25) 0%, transparent 70%);
}

.front-page-root--home .home-stats__blob--2 {
  right: 0;
  bottom: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(5, 150, 105, 0.2) 0%, transparent 70%);
}

.front-page-root--home .home-stats__wrap {
  position: relative;
  z-index: 1;
}

.front-page-root--home .home-stats__heading {
  margin: 0 0 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.65);
  font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
  font-weight: 600;
  line-height: 1.5;
}

.front-page-root--home .home-stats__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.front-page-root--home .home-stats__industries {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.front-page-root--home .home-stats__industries li {
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8125rem;
  font-weight: 600;
}

.front-page-root--home .section--choose-reasons {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  background: #f8fafc;
}

.front-page-root--home .choose-reasons {
  max-width: 1120px;
  margin: 0 auto;
}

.front-page-root--home .choose-reasons__header {
  margin: 0 0 clamp(1.75rem, 3.5vw, 2.5rem);
}

.front-page-root--home .section--choose-reasons__title {
  margin: 0 0 clamp(1rem, 2.5vw, 1.5rem);
  text-align: center;
  color: #103f81;
  letter-spacing: 0.02em;
  text-wrap: balance;
}

.front-page-root--home .choose-reasons__lead {
  max-width: 44rem;
  margin: 0 auto clamp(1.25rem, 2.5vw, 1.75rem);
  text-align: center;
  color: #173059;
  font-size: clamp(1.0625rem, 0.55vw + 0.92rem, 1.2rem);
  font-weight: 700;
  line-height: 1.75;
  text-wrap: balance;
}

.front-page-root--home .choose-reasons__header .hero-proof__inner {
  max-width: min(100%, 52rem);
  margin: 0 auto;
}

.front-page-root--home .choose-reasons__header .hero-proof__item {
  border-color: #d6e1f2;
  box-shadow: 0 2px 10px rgba(14, 65, 137, 0.05);
}

.front-page-root--home .choose-reasons__header .hero-proof__item img {
  height: clamp(140px, 18vw, 200px);
}

.front-page-root--home .section--choose-reasons .future-benefits {
  margin-top: 0;
  gap: 12px;
}

.front-page-root--home .section--choose-reasons__note {
  max-width: 42rem;
  margin: clamp(1.75rem, 3.5vw, 2.25rem) auto 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  color: #64748b;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.75;
}


.front-page-root--home .section--service.section--entrust .service-panel__header.whale-resolve__head {
  max-width: 720px;
  margin: 0 auto clamp(1.5rem, 3vw, 2.5rem);
  text-align: center;
}

.front-page-root--home .section--service.section--entrust .service-panel__header .section-heading {
  text-align: center;
}

.front-page-root--home .whale-resolve__head {
  position: relative;
  max-width: 720px;
  margin: 0 auto 2rem;
  text-align: center;
}

.front-page-root--home .section--whale-resolve__title {
  margin-bottom: 16px;
  color: #0e4189;
}

.front-page-root--home .section--whale-resolve__lead {
  margin-bottom: 16px;
}


.front-page-root--home .section--choose-reasons .future-benefits {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: 0;
}

.front-page-root--home .section--choose-reasons .future-benefit-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding: 1.25rem 1.375rem 1.125rem;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition:
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

@media (hover: hover) {
  .front-page-root--home .section--choose-reasons .future-benefit-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.07);
  }
}

.front-page-root--home .section--choose-reasons .future-benefit-card__num {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  left: auto;
  z-index: 0;
  display: block;
  margin: 0;
  padding: 0;
  color: #103f81;
  opacity: 0.08;
  font-size: clamp(3rem, 6vw, 4.25rem);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  letter-spacing: -0.05em;
  pointer-events: none;
  user-select: none;
}

.front-page-root--home .section--choose-reasons .future-benefit-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
  padding-right: clamp(1.5rem, 12%, 2.75rem);
}

.front-page-root--home .section--choose-reasons .future-benefit-card__title {
  margin: 0;
  color: #103f81;
  font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.front-page-root--home .section--choose-reasons .future-benefit-card__title .service-overview__marker {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.front-page-root--home .section--choose-reasons .future-benefit-card__desc {
  margin: 0;
  color: #475569;
  font-size: clamp(0.9375rem, 1.4vw, 1rem);
  font-weight: 400;
  line-height: 1.7;
}

@media (min-width: 640px) {
  .front-page-root--home .section--choose-reasons .future-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (min-width: 900px) {
  .front-page-root--home .section--choose-reasons .future-benefits {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
  }

  .front-page-root--home .section--choose-reasons .future-benefit-card {
    padding: 1.375rem 1.5rem 1.25rem;
  }

  .front-page-root--home .section--choose-reasons .future-benefit-card:nth-child(1),
  .front-page-root--home .section--choose-reasons .future-benefit-card:nth-child(2),
  .front-page-root--home .section--choose-reasons .future-benefit-card:nth-child(3) {
    grid-column: span 2;
  }

  .front-page-root--home .section--choose-reasons .future-benefit-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .front-page-root--home .section--choose-reasons .future-benefit-card:nth-child(5) {
    grid-column: 4 / span 2;
  }
}

@media (max-width: 768px) {
  .front-page-root--home .section--choose-reasons .future-benefits,
  .front-page-root--home .future-benefits--compact {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .front-page-root--home .section--choose-reasons .future-benefit-card {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .front-page-root--home .section--choose-reasons .future-benefit-card {
    transition: none;
  }
}

/* 解決フロー */
.front-page-root--home .section--solution-flow {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  background: #eaf1f9;
}

.front-page-root--home .section--solution-flow__title {
  margin-bottom: 12px;
  text-align: center;
}

.front-page-root--home .section--solution-flow__lead {
  max-width: 560px;
  margin: 0 auto 32px;
  text-align: center;
  color: #475569;
  font-size: 1rem;
  line-height: 1.75;
}

.front-page-root--home .solution-flow {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 280px;
  display: grid;
  gap: 0;
}

.front-page-root--home .solution-flow__step {
  position: relative;
  padding: 16px 20px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.front-page-root--home .solution-flow__step:not(:last-child) {
  margin-bottom: 28px;
}

.front-page-root--home .solution-flow__step:not(:last-child)::after {
  content: "↓";
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  color: #3b82f6;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}

.front-page-root--home .solution-flow__label {
  color: #173059;
  font-size: 1.0625rem;
  font-weight: 800;
}

.front-page-root--home .section--solution-flow__footnote {
  max-width: 560px;
  margin: 28px auto 0;
  text-align: center;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .front-page-root--home .solution-flow {
    max-width: none;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    align-items: stretch;
  }

  .front-page-root--home .solution-flow__step:not(:last-child) {
    margin-bottom: 0;
  }

  .front-page-root--home .solution-flow__step:not(:last-child)::after {
    content: "→";
    top: 50%;
    right: -14px;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
  }
}

/* 事例ティーザー */
.front-page-root--home .section--cases-early .section-lead {
  max-width: 640px;
  margin: 0 auto 28px;
  text-align: center;
}

.front-page-root--home .case-teaser-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}

.front-page-root--home .case-teaser-card {
  display: block;
  padding: 20px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.front-page-root--home .case-teaser-card:hover,
.front-page-root--home .case-teaser-card:focus-visible {
  border-color: #93c5fd;
  box-shadow: 0 8px 24px rgba(30, 58, 138, 0.08);
}

.front-page-root--home .case-teaser-card__type {
  margin: 0 0 8px;
  color: #3b82f6;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.front-page-root--home .case-teaser-card__title {
  margin: 0 0 10px;
  color: #173059;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.45;
}

.front-page-root--home .case-teaser-card__outcome {
  margin: 0;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.55;
}

.front-page-root--home .section--pricing__lead {
  max-width: 560px;
  margin: 0 auto 28px;
  text-align: center;
}

@media (max-width: 768px) {
  .front-page-root--home .case-teaser-grid {
    grid-template-columns: 1fr;
  }

  .front-page-root--home .home-stats__industries {
    justify-content: flex-start;
  }
}

/* ヒーロー直下：現場写真帯 */
.front-page-root--home .hero-proof {
  padding: 0 0 48px;
  background: #0f172a;
}

.front-page-root--home .hero-proof__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.front-page-root--home .hero-proof__item {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.front-page-root--home .hero-proof__item img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .front-page-root--home .hero-proof {
    padding-bottom: 32px;
  }

  .front-page-root--home .hero-proof__inner {
    grid-template-columns: 1fr;
  }

  .front-page-root--home .hero-proof__item img {
    height: 140px;
  }

  .front-page-root--home .home-stats__heading {
    margin-bottom: 14px;
    text-align: left;
  }
}

.front-page-root--home .home-stats__cell {
  padding: 40px 32px;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
  transition: background 0.2s ease;
}

.front-page-root--home .home-stats__cell:hover {
  background: rgba(255, 255, 255, 0.06);
}

.front-page-root--home .home-stats__num {
  margin: 0 0 10px;
  font-size: clamp(3.5rem, 7vw, 6rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
  background: linear-gradient(90deg, #38bdf8 0%, #818cf8 52%, #c084fc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.front-page-root--home .home-stats__num sup {
  font-size: 0.35em;
  vertical-align: 0.2em;
  -webkit-text-fill-color: transparent;
}

.front-page-root--home .home-stats__lbl {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .front-page-root--home .home-stats {
    padding: 48px 0;
  }

  .front-page-root--home .home-stats__inner {
    grid-template-columns: 1fr 1fr;
  }

  .front-page-root--home .home-stats__cell {
    padding: 28px 20px;
  }

  .front-page-root--home .home-stats__cell:nth-child(2) {
    border-right: none;
  }
}

/* --- トップ: ベント「5つの理由」 --- */
.front-page-root--home .section--reasons-bento {
  padding: clamp(3.5rem, 8vw, 6rem) 0;
  background: #f8fafc;
}

.front-page-root--home .reasons-bento__header {
  margin-bottom: 52px;
}

.front-page-root--home .section--reasons-bento .reasons-bento__header h2.section-heading {
  color: #103f81;
}

.front-page-root--home .reasons-bento__desc {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  color: #475569;
  font-size: 1.125rem;
  line-height: 1.8;
}

.front-page-root--home .bento-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.front-page-root--home .bento-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border: 1px solid #e0e6f1;
  border-radius: 16px;
  background: transparent;
  color: #173059;
}

.front-page-root--home .bento-card--1 {
  grid-column: span 4;
}

.front-page-root--home .bento-card--2,
.front-page-root--home .bento-card--3,
.front-page-root--home .bento-card--4,
.front-page-root--home .bento-card--5 {
  grid-column: span 2;
}

.front-page-root--home .bento-card__visual {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.front-page-root--home .bento-card--1 .bento-card__visual {
  height: 240px;
}

.front-page-root--home .bento-card__body {
  padding: 22px 24px 28px;
}

.front-page-root--home .bento-card__title {
  margin: 0 0 10px;
  color: #103f81;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.35;
}

.front-page-root--home .bento-card__desc {
  margin: 0;
  color: #475569;
  font-size: 0.875rem;
  line-height: 1.75;
}

.front-page-root--home .bento-card__link {
  margin: 14px 0 0;
  font-size: 0.875rem;
  font-weight: 700;
}

.front-page-root--home .bento-card__link a {
  color: #0e4189;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* --- トップ: WMSセクション --- */
.front-page-root--home .home-wms {
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 8vw, 6rem) 0;
  background: #0f172a;
}

.front-page-root--home .home-wms__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  opacity: 0.35;
}

.front-page-root--home .home-wms__blob--1 {
  top: -200px;
  left: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #1e40af 0%, transparent 70%);
}

.front-page-root--home .home-wms__blob--2 {
  right: 0;
  bottom: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #7c3aed 0%, transparent 70%);
}

.front-page-root--home .home-wms__header {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto 52px;
}

.front-page-root--home .home-wms__header-text {
  min-width: 0;
}

.front-page-root--home .home-wms__eyebrow {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.front-page-root--home .home-wms__title.section-heading {
  margin: 0 0 14px;
  text-align: left;
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.front-page-root--home .home-wms__title em {
  font-style: normal;
  background: linear-gradient(135deg, #60a5fa, #c084fc);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.front-page-root--home .home-wms__desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.95rem;
  line-height: 1.8;
}

.front-page-root--home .home-wms__link {
  margin: 16px 0 0;
  font-size: 0.88rem;
  font-weight: 700;
}

.front-page-root--home .home-wms__link a {
  color: #93c5fd;
  text-decoration: underline;
  text-underline-offset: 3px;
}


.front-page-root--home .home-wms__stat-num {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #60a5fa, #c084fc);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.front-page-root--home .home-wms__stat-num sup {
  font-size: 0.55em;
  vertical-align: 0.15em;
  -webkit-text-fill-color: transparent;
}

.front-page-root--home .home-wms__stat-lbl {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.7rem;
}

.front-page-root--home .home-wms__features {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.front-page-root--home .home-wms__feat {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s ease;
}

.front-page-root--home .home-wms__feat:hover {
  border-color: rgba(255, 255, 255, 0.18);
}

.front-page-root--home .home-wms__feat img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  opacity: 0.85;
}

.front-page-root--home .home-wms__feat-body {
  padding: 22px;
}

.front-page-root--home .home-wms__feat-label {
  margin: 0 0 7px;
  color: #3b82f6;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.front-page-root--home .home-wms__feat-title {
  margin: 0 0 8px;
  color: #fff;
  font-size: 0.97rem;
  font-weight: 800;
  line-height: 1.4;
}

.front-page-root--home .home-wms__feat-desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.82rem;
  line-height: 1.72;
}

@media (max-width: 1024px) {
  .front-page-root--home .bento-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .front-page-root--home .bento-card--1 {
    grid-column: span 3;
  }

  .front-page-root--home .bento-card--2,
  .front-page-root--home .bento-card--3,
  .front-page-root--home .bento-card--4,
  .front-page-root--home .bento-card--5 {
    grid-column: span 1;
  }
}

@media (max-width: 768px) {
  .front-page-root--home .reasons-bento__header {
    margin-bottom: 36px;
  }

  .front-page-root--home .reasons-bento__desc {
    text-align: left;
  }

  .front-page-root--home .bento-grid {
    grid-template-columns: 1fr;
  }

  .front-page-root--home .bento-card--1,
  .front-page-root--home .bento-card--2,
  .front-page-root--home .bento-card--3,
  .front-page-root--home .bento-card--4,
  .front-page-root--home .bento-card--5 {
    grid-column: span 1;
  }

  .front-page-root--home .home-wms__header {
    margin-bottom: 36px;
  }

  .front-page-root--home .home-wms__features {
    grid-template-columns: 1fr;
  }
}

/* --- トップ（ヒーロー v2）: ライト背景セクション --- */
.front-page-root--home:has(.hero--home-v2) .section--choose-reasons {
  background: linear-gradient(180deg, #fff 0%, #f8fafc 55%, #f1f5f9 100%);
}

.front-page-root--home:has(.hero--home-v2) :is(
  .section--service,
  .section--pricing,
  .section--flow,
  .section--cards.section--useful-content,
  .section--warehouse-tour,
  .section--warehouse-leads,
  .section--cards.section--helpful-content,
  .section--logistics-tasks,
  .section--faq
) {
  background: #fff;
  color: #173059;
}

.front-page-root--home:has(.hero--home-v2) .section--reasons-bento {
  background: #f8fafc;
  color: #173059;
}

.front-page-root--home:has(.hero--home-v2) .section--reasons-bento .reasons-bento__header h2.section-heading {
  color: #103f81;
}

.front-page-root--home:has(.hero--home-v2) .section--reasons-bento .reasons-bento__desc {
  color: #475569;
}

.front-page-root--home:has(.hero--home-v2) :is(
  .section--choose-reasons,
  .section--recommend,
  .section--service,
  .section--pricing,
  .section--flow,
  .section--cards.section--useful-content,
  .section--warehouse-tour,
  .section--warehouse-leads,
  .section--cards.section--helpful-content,
  .section--logistics-tasks,
  .section--faq
) :is(h2.section-heading, h2.section-heading--banner, .section h2, h2.section--logistics-tasks__title) {
  color: #103f81;
}

.front-page-root--home:has(.hero--home-v2) :is(
  .section--choose-reasons,
  .section--recommend,
  .section--service,
  .section--pricing,
  .section--flow,
  .section--cards.section--useful-content,
  .section--warehouse-tour,
  .section--warehouse-leads,
  .section--cards.section--helpful-content,
  .section--logistics-tasks,
  .section--faq
) :is(.section-lead, .section--whale-resolve__lead, .section--choose-reasons__note, .section--pricing__lead, .section--logistics-tasks__lead, .case-pickup-cta) {
  color: #475569;
}

.front-page-root--home:has(.hero--home-v2) .section--choose-reasons .future-benefit-card__desc {
  color: #475569;
}

.front-page-root--home:has(.hero--home-v2) .home-wms :is(h2.section-heading, .home-wms__title) {
  color: #fff;
}

/* サービス紹介 */
.front-page-root--home:has(.hero--home-v2) .section--service .service-hero-provisional__pillar {
  background: #fff;
  border-color: #e2e8f0;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
}

.front-page-root--home:has(.hero--home-v2) .section--service .service-hero-provisional__pillar-icon {
  background: #eff6ff;
  color: #0c3f87;
}

.front-page-root--home:has(.hero--home-v2) .section--service .service-coverage__block,
.front-page-root--home:has(.hero--home-v2) .section--service .consultation-patterns-card {
  background: #f5f8fc;
  border-color: #d6e1f2;
  color: #334155;
}

.front-page-root--home:has(.hero--home-v2) .section--service :is(.service-coverage__title, .service-coverage__heading),
.front-page-root--home:has(.hero--home-v2) .section--service .consultation-patterns-card .pricing-panel__examples-title--consultation-heading {
  color: #103f81;
}

.front-page-root--home:has(.hero--home-v2) .section--service :is(.service-coverage__text, .consultation-patterns-card .pricing-panel__examples) {
  color: #1a315f;
}

.front-page-root--home:has(.hero--home-v2) .section--service :is(.service-hero-provisional__lead, .service-hero-provisional__pillar-title, .service-hero-provisional__pillar-body) {
  color: #1a315f;
}

.front-page-root--home:has(.hero--home-v2) .section--service .service-hero-provisional__mini-grid li {
  background: #eff6ff;
  border-color: #dbe8f9;
  color: #0e4189;
}

.front-page-root--home:has(.hero--home-v2) .section--service .service-materials {
  background: #fff;
  border-color: #d2dbea;
}

.front-page-root--home:has(.hero--home-v2) .section--service .service-materials :is(h2, h3) {
  color: #103f81;
}

.front-page-root--home:has(.hero--home-v2) .section--service :is(.service-material-item span, .service-materials__note) {
  color: #5a6780;
}

/* ご相談から運用開始まで */
.front-page-root--home:has(.hero--home-v2) .section--flow .onboarding-flow__panel {
  background: #fff;
  border-color: #d0dceb;
  box-shadow: 0 1px 4px rgba(14, 65, 137, 0.06);
}

.front-page-root--home:has(.hero--home-v2) .section--flow .onboarding-flow__list li {
  color: #173059;
}

.front-page-root--home:has(.hero--home-v2) .section--flow .onboarding-flow__list li::before {
  color: #0e4189;
}

.front-page-root--home:has(.hero--home-v2) .section--flow .section--flow__note {
  color: #5c6b82;
}

/* 課題別の導入事例ピックアップ */
.front-page-root--home:has(.hero--home-v2) .section--cards.section--useful-content .case-pickup-card {
  background: #fff;
  border-color: #cfd8e7;
}

.front-page-root--home:has(.hero--home-v2) .section--cards.section--useful-content :is(.case-pickup-card__body h3, .case-pickup-card__tag) {
  color: #1d2d4b;
}

.front-page-root--home:has(.hero--home-v2) .section--cards.section--useful-content :is(.case-pickup-card__detail, .case-pickup-card__more) {
  color: #384860;
}

/* 倉庫責任者のご紹介 */
.front-page-root--home:has(.hero--home-v2) .section--warehouse-leads :is(.section--warehouse-leads__lead, .warehouse-lead-card__role, .warehouse-lead-card__comment) {
  color: #334155;
}

.front-page-root--home:has(.hero--home-v2) .section--warehouse-leads .warehouse-lead-card__name {
  color: #0f2d5a;
}

/* よくあるご質問 */
.front-page-root--home:has(.hero--home-v2) .section--faq .faq-item {
  background: #fff;
  border-color: #e0e6f1;
}

.front-page-root--home:has(.hero--home-v2) .section--faq :is(.faq-item summary, .faq-item summary::after) {
  color: #123f81;
}

.front-page-root--home:has(.hero--home-v2) .section--faq .faq-item .faq-body {
  color: #2a3f64;
}

/* =========================================================
   Pricing panel（単一ソース）
   ========================================================= */

.section--pricing .pricing-panel {
  background: #fff;
  border: 1px solid #e6eef8;
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(10, 51, 102, 0.08);
  overflow: hidden;
}

/* 上部（page-pricing の h1/summary）が白文字にならないように明示 */
.section--pricing .pricing-panel :is(.pricing-panel__header, .pricing-panel__summary) {
  color: inherit;
}

.section--pricing .pricing-panel .pricing-panel__main {
  background: transparent;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1rem, 3vw, 2rem);
  padding: clamp(1.25rem, 3vw, 1.75rem) clamp(1.25rem, 3vw, 2.125rem) 0;
}

.section--pricing .pricing-panel .pricing-panel__left {
  text-align: left;
  color: #0f2d5a;
}

.section--pricing .pricing-panel .pricing-panel__pill {
  margin-left: 0;
  background: linear-gradient(135deg, #0e4189 0%, #0a3366 100%);
  color: #fff;
}

.section--pricing .pricing-panel .pricing-panel__price-block.pricing-panel__price-block--hero {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0 0 clamp(0.75rem, 2vw, 1rem);
  max-width: none;
  justify-content: flex-start;
}

.section--pricing .pricing-panel .pricing-panel__price-label {
  color: var(--pricing-blue);
}

.section--pricing .pricing-panel .pricing-panel__price-tax {
  color: var(--pricing-note);
}

.section--pricing .pricing-panel .pricing-panel__price-suffix {
  color: #163d78;
}

.section--pricing .pricing-panel .pricing-panel__price-num {
  color: var(--pricing-accent);
  /* PCで大きすぎるため、ヒーローと同等の上限に寄せる */
  font-size: clamp(3.4rem, 12vw + 2.35rem, 9rem);
  letter-spacing: -0.02em;
}

.section--pricing .pricing-panel .pricing-panel__badge {
  max-width: none;
  width: 100%;
  justify-content: flex-start;
  background: #eff6ff;
  border-color: #dbe8f9;
  color: var(--pricing-v2-title);
}

.section--pricing .pricing-panel .pricing-panel__right {
  padding-left: 0;
}

.section--pricing .pricing-panel .pricing-panel__points li {
  color: var(--pricing-v2-title);
}

.section--pricing .pricing-panel .pricing-panel__points li::before {
  background: var(--pricing-blue);
}

.section--pricing .pricing-panel :is(.pricing-panel__note, .pricing-panel__specs) {
  color: var(--pricing-v2-muted);
}

.section--pricing .pricing-panel .pricing-panel__footer {
  background: transparent;
  border: 0;
  margin: clamp(1rem, 2.5vw, 1.5rem) 0 0;
  padding: 0 clamp(1.25rem, 3vw, 2.125rem) clamp(1rem, 2.5vw, 1.25rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.75rem, 2vw, 1rem);
}

.section--pricing .pricing-panel .pricing-panel__footer-item {
  border: 1px solid #dbe8f9;
  border-radius: 16px;
  background: #fff;
  padding: clamp(0.85rem, 2vw, 1.1rem) clamp(0.9rem, 2vw, 1.1rem);
}

.section--pricing .pricing-panel .pricing-panel__footer-item p {
  color: var(--pricing-v2-title);
}

.section--pricing .pricing-panel .pricing-panel__footer-item strong {
  color: var(--pricing-v2-accent);
  font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Arial,
    sans-serif;
  letter-spacing: 0.01em;
}

@media (max-width: 900px) {
  .section--pricing .pricing-panel .pricing-panel__main {
    grid-template-columns: 1fr;
  }

  .section--pricing .pricing-panel .pricing-panel__footer {
    grid-template-columns: 1fr;
  }
}
