/* =========================================================
   /industry/exterior/ 外構・エクステリア（サービスページ）専用スタイル
   白基調 ＋ 緑（外構らしい植栽・石畳のモチーフ）。
   サイト共通の濃紺(--main-txt-color)を文字色に使い、青・オレンジは使わず
   既存のヘッダー/フッターのデザインと競合しないようにする。
   すべて .extpage 配下にスコープ。
   ========================================================= */

.extpage {
  --g-900: #0b3a2c;   /* 参考FVの濃緑ブロック */
  --g-700: #17694a;   /* 白背景で 6.6:1 */
  --g-500: #3e9b66;
  --g-200: #cfe5d7;
  --g-100: #e6f3eb;
  --g-50:  #f5faf7;
  --ink: var(--main-txt-color, #1a294e);
  --sub: #4a5561;
  --line: #dde6e0;
  color: var(--ink);
  line-height: 1.8;
  line-break: strict;
  word-break: auto-phrase;
  overflow-wrap: break-word;
}
.extpage h1, .extpage h2, .extpage h3, .extpage h4, .extpage p, .extpage figure { margin: 0; }
.extpage h1, .extpage h2, .extpage h3 { text-wrap: balance; }
.extpage p { text-wrap: pretty; }
.extpage [id] { scroll-margin-top: 100px; }
html:has(.extpage) { scroll-behavior: smooth; }
.extpage a:focus-visible,
.extpage button:focus-visible { outline: 3px solid var(--g-700); outline-offset: 2px; }
.extpage .ext-sp { display: none; }

.extpage .ext-inner { width: 92%; max-width: 1080px; margin: 0 auto; }
.extpage .ext-section { padding: 80px 0; background: #fff; }
.extpage .ext-section.is-tint { background: var(--g-50); }

/* ---- 見出し（枕木のような緑のブロック＋見出し） ---- */
.extpage .ext-head { max-width: 760px; margin: 0 0 40px; }
.extpage .ext-head.is-center { margin-left: auto; margin-right: auto; text-align: center; }
.extpage .ext-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 900; letter-spacing: .08em; color: var(--g-700);
  margin-bottom: 10px;
}
.extpage .ext-eyebrow::before {
  content: ""; width: 28px; height: 8px; border-radius: 2px; background: var(--g-700);
  box-shadow: 34px 0 0 -0px var(--g-200);
  margin-right: 34px;
}
.extpage .ext-head.is-center .ext-eyebrow { justify-content: center; }
.extpage .ext-head h2 { font-size: clamp(24px, 3.2vw, 34px); font-weight: 900; line-height: 1.5; color: var(--ink); }
.extpage .ext-lead { margin-top: 14px; font-size: 15px; color: var(--sub); line-height: 1.9; }

/* ---- ボタン ---- */
.extpage .ext-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 16px 34px; font-size: 16px; font-weight: 700; line-height: 1.4; border-radius: 50px;
  border: 2px solid var(--g-700); text-decoration: none; text-align: center;
  transition: background-color .2s, color .2s, transform .2s;
}
.extpage .ext-btn--primary { background: var(--g-700); color: #fff; }
.extpage .ext-btn--primary:hover { background: var(--g-900); border-color: var(--g-900); transform: translateY(-2px); }
.extpage .ext-btn--line { background: #fff; color: var(--g-700); }
.extpage .ext-btn--line:hover { background: var(--g-100); transform: translateY(-2px); }
.extpage .ext-btn--sm { padding: 12px 24px; font-size: 14px; }
.extpage .ext-cta-inline { margin-top: 36px; text-align: center; }
.extpage .ext-cta-inline .ext-note { margin-top: 10px; font-size: 12px; color: var(--sub); }

/* ---- FV（参考画像のデザイン：写真＋濃緑ブロック見出し） ---- */
.extpage .ext-mv {
  position: relative; overflow: hidden; padding: 64px 0 56px;
  background:
    radial-gradient(ellipse 60% 70% at 0% 0%, rgba(125, 176, 112, .32), transparent 70%),
    radial-gradient(ellipse 55% 60% at 60% 0%, rgba(170, 210, 238, .55), transparent 70%),
    linear-gradient(180deg, #eaf4fb 0%, #ffffff 78%);
}
.extpage .ext-mv-photo {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(44%, 560px); pointer-events: none;
}
.extpage .ext-mv-photo img {
  display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.55) 22%, #000 58%), linear-gradient(0deg, transparent 0, #000 22%);
  -webkit-mask-composite: source-in;
          mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.55) 22%, #000 58%), linear-gradient(0deg, transparent 0, #000 22%);
          mask-composite: intersect;
}
.extpage .ext-mv-inner { position: relative; z-index: 1; width: 92%; max-width: 1080px; margin: 0 auto; }
.extpage .ext-mv-copy { max-width: 640px; }
.extpage .ext-tag {
  display: inline-block; padding: 6px 16px; margin-bottom: 20px; border-radius: 50px;
  background: #fff; border: 1.5px solid var(--g-700); color: var(--g-900); font-size: 13px; font-weight: 700;
}
.extpage .ext-mv-title { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; font-weight: 900; line-height: 1.3; color: var(--g-900); }
.extpage .ext-mv-title span { display: block; }
.extpage .ext-mv-title__lead { font-size: clamp(22px, 3.2vw, 40px); }
.extpage .ext-mv-title__block {
  padding: .08em .3em .12em; background: var(--g-900); color: #fff;
  font-size: clamp(34px, 5.4vw, 66px); letter-spacing: .02em;
}
.extpage .ext-mv-title__main { font-size: clamp(34px, 5.4vw, 66px); letter-spacing: .02em; }
.extpage .ext-mv-sub { margin-top: 24px; font-size: 17px; font-weight: 500; line-height: 1.95; color: #1c2b26; }
.extpage .ext-mv-sub strong { font-weight: 900; color: var(--g-700); }
.extpage .ext-mv-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.extpage .ext-mv-note { margin-top: 12px; font-size: 12px; color: var(--sub); }
.extpage .ext-pc { display: inline; }

/* 支援実績：FV下部の横長カード */
.extpage .ext-mv-statswrap { position: relative; z-index: 2; margin-top: 44px; }
.extpage .ext-stats {
  padding: 22px 26px 24px; background: #fff; border: 1px solid var(--line); border-top: 6px solid var(--g-900);
  border-radius: 14px; box-shadow: 0 16px 44px -18px rgba(11, 58, 44, .4);
}
.extpage .ext-stats__label { margin-bottom: 14px; text-align: center; font-size: 12px; font-weight: 700; color: var(--sub); }
.extpage .ext-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.extpage .ext-stat { padding: 14px 8px; text-align: center; background: var(--g-50); border-radius: 10px; }
.extpage .ext-stat b { display: block; font-size: clamp(22px, 2.6vw, 32px); font-weight: 900; line-height: 1.2; color: var(--g-900); white-space: nowrap; }
.extpage .ext-stat span { display: block; margin-top: 4px; font-size: 12px; font-weight: 700; color: var(--ink); line-height: 1.5; }

/* ---- 悩み ---- */
.extpage .ext-worry { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.extpage .ext-worry li {
  display: flex; gap: 14px; align-items: flex-start; padding: 18px 20px;
  background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--g-700); border-radius: 8px;
}
.extpage .ext-worry__mark {
  flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 50%; background: var(--g-700); color: #fff; font-size: 13px; font-weight: 900;
}
.extpage .ext-worry p { font-size: 15px; font-weight: 700; line-height: 1.7; }

/* ---- 利益の構造（金額の流れ） ---- */
.extpage .ext-money { display: grid; grid-template-columns: 1.25fr 1fr; gap: 32px; align-items: start; }
.extpage .ext-money__chart { padding: 26px 24px 22px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.extpage .ext-money__title { margin-bottom: 18px; font-size: 14px; font-weight: 900; color: var(--g-900); }
.extpage .ext-bar { margin-bottom: 14px; }
.extpage .ext-bar__label { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 4px; font-size: 13px; font-weight: 700; }
.extpage .ext-bar__label b { font-size: 15px; font-weight: 900; white-space: nowrap; }
.extpage .ext-bar__track { height: 14px; border-radius: 3px; background: var(--g-100); overflow: hidden; }
.extpage .ext-bar__fill { display: block; height: 100%; border-radius: 3px; background: var(--g-500); }
.extpage .ext-bar.is-total .ext-bar__fill { background: var(--g-900); }
.extpage .ext-bar.is-profit .ext-bar__label b { color: var(--g-700); font-size: 18px; }
.extpage .ext-bar.is-profit .ext-bar__fill { background: var(--g-700); outline: 2px solid var(--g-200); }
.extpage .ext-money__src { margin-top: 6px; font-size: 12px; color: var(--sub); line-height: 1.7; }
.extpage .ext-money__src a { color: var(--g-700); text-decoration: underline; text-underline-offset: 3px; }
.extpage .ext-points { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.extpage .ext-points li { position: relative; padding-left: 30px; font-size: 15px; line-height: 1.8; }
.extpage .ext-points li::before {
  content: ""; position: absolute; left: 0; top: .35em; width: 20px; height: 20px; border-radius: 50%; background: var(--g-700);
}
.extpage .ext-points li::after {
  content: ""; position: absolute; left: 6px; top: calc(.35em + 6px); width: 8px; height: 4px;
  border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg);
}

/* ---- 直請けのメリット ---- */
.extpage .ext-grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 0; padding: 0; list-style: none; }
.extpage .ext-card { padding: 28px 24px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.extpage .ext-card__num {
  display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-bottom: 14px;
  border-radius: 50%; background: var(--g-100); color: var(--g-700); font-size: 16px; font-weight: 900;
}
.extpage .ext-card h3 { margin-bottom: 8px; font-size: 18px; font-weight: 900; line-height: 1.5; color: var(--ink); }
.extpage .ext-card p { font-size: 14px; color: var(--sub); }

/* ---- 進め方（階段状） ---- */
.extpage .ext-stairs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; align-items: end; margin: 0; padding: 0; list-style: none; }
.extpage .ext-stair {
  display: flex; flex-direction: column; justify-content: flex-end; padding: 18px 16px 20px;
  background: #fff; border: 1px solid var(--line); border-bottom: 5px solid var(--g-700); border-radius: 10px 10px 0 0;
}
.extpage .ext-stair:nth-child(1) { min-height: 150px; }
.extpage .ext-stair:nth-child(2) { min-height: 185px; }
.extpage .ext-stair:nth-child(3) { min-height: 220px; }
.extpage .ext-stair:nth-child(4) { min-height: 255px; }
.extpage .ext-stair:nth-child(5) { min-height: 290px; background: var(--g-100); }
.extpage .ext-stair__num { margin-bottom: auto; font-size: 30px; font-weight: 900; line-height: 1; color: var(--g-500); }
.extpage .ext-stair p { margin-top: 14px; font-size: 14px; font-weight: 700; line-height: 1.7; }

/* ---- 支援内容 ---- */
.extpage .ext-grid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.extpage .ext-support { padding: 26px 20px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.extpage .ext-support__icon {
  display: flex; align-items: center; justify-content: center; width: 54px; height: 54px; margin-bottom: 14px;
  border-radius: 12px; background: var(--g-100); color: var(--g-700); font-size: 18px; font-weight: 900;
}
.extpage .ext-support h3 { margin-bottom: 8px; font-size: 17px; font-weight: 900; }
.extpage .ext-support p { font-size: 13.5px; color: var(--sub); line-height: 1.8; }

/* ---- 支援実績 ---- */
.extpage .ext-case { margin-bottom: 26px; background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.extpage .ext-case__head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; padding: 16px 26px; background: var(--g-900); color: #fff; }
.extpage .ext-case__head h3 { font-size: 18px; font-weight: 900; color: #fff; }
.extpage .ext-case__head span { padding: 3px 12px; border-radius: 50px; background: rgba(255,255,255,.16); font-size: 12px; color: #fff; }
.extpage .ext-case__body { padding: 26px; }
.extpage .ext-flow { display: grid; grid-template-columns: 1fr auto 1.3fr; gap: 14px; align-items: stretch; margin-bottom: 22px; }
.extpage .ext-flow__box { padding: 16px 18px; background: var(--g-50); border: 1px solid var(--line); border-radius: 10px; }
.extpage .ext-flow__box.is-after { background: var(--g-100); border-color: var(--g-500); }
.extpage .ext-flow__label { margin-bottom: 6px; font-size: 11px; font-weight: 900; letter-spacing: .08em; color: var(--sub); }
.extpage .ext-flow__box.is-after .ext-flow__label { color: var(--g-700); }
.extpage .ext-flow__box p { font-size: 14px; line-height: 1.7; }
.extpage .ext-flow__arrow { display: flex; align-items: center; color: var(--g-700); font-size: 20px; }
.extpage .ext-case__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0; padding: 0; }
.extpage .ext-case__stat { padding: 16px 8px; text-align: center; background: var(--g-50); border-radius: 10px; }
.extpage .ext-case__stat b { display: block; font-size: clamp(24px, 3vw, 34px); font-weight: 900; line-height: 1.2; color: var(--g-700); white-space: nowrap; }
.extpage .ext-case__stat span { display: block; margin-top: 4px; font-size: 12.5px; font-weight: 700; }
.extpage .ext-case__tag { margin-bottom: 16px; font-size: 13px; color: var(--sub); }
.extpage .ext-case__tag b { padding: 2px 12px; margin-left: 6px; border-radius: 50px; background: var(--g-100); color: var(--g-900); font-size: 12px; }

/* ---- 選ばれる理由 ---- */
.extpage .ext-reason { padding: 30px 24px; background: #fff; border: 1px solid var(--line); border-top: 5px solid var(--g-700); border-radius: 0 0 14px 14px; }
.extpage .ext-reason__num { margin-bottom: 8px; font-size: 12px; font-weight: 900; letter-spacing: .12em; color: var(--g-700); }
.extpage .ext-reason h3 { margin-bottom: 10px; font-size: 18px; font-weight: 900; line-height: 1.5; }
.extpage .ext-reason p { font-size: 14px; color: var(--sub); }

/* ---- 支援開始までの流れ ---- */
.extpage .ext-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
.extpage .ext-step { position: relative; text-align: center; }
.extpage .ext-step__num {
  position: relative; z-index: 1; display: flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; margin: 0 auto 14px; border-radius: 50%; background: var(--g-700); color: #fff; font-size: 18px; font-weight: 900;
}
.extpage .ext-step:not(:last-child)::before {
  content: ""; position: absolute; top: 23px; left: calc(50% + 30px); width: calc(100% - 60px + 16px); height: 2px;
  background: repeating-linear-gradient(90deg, var(--g-200) 0 8px, transparent 8px 14px);
}
.extpage .ext-step h3 { margin-bottom: 6px; font-size: 16px; font-weight: 900; }
.extpage .ext-step p { font-size: 13.5px; color: var(--sub); text-align: left; }

/* ---- FAQ ---- */
.extpage .ext-faq { display: grid; gap: 12px; }
.extpage .ext-faq__item { background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.extpage .ext-faq__q { margin: 0; font-size: 16px; }
.extpage .ext-faq__btn {
  position: relative; display: flex; align-items: center; gap: 14px; width: 100%; padding: 18px 52px 18px 20px;
  border: 0; background: none; color: var(--ink); font-family: inherit; font-size: 16px; font-weight: 900; line-height: 1.6; text-align: left; cursor: pointer;
}
.extpage .ext-faq__btn::before {
  content: "Q"; flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 50%; background: var(--g-700); color: #fff; font-size: 13px;
}
.extpage .ext-faq__btn::after { content: "＋"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); color: var(--g-700); font-size: 20px; }
.extpage .ext-faq__btn[aria-expanded="true"]::after { content: "－"; }
.extpage .ext-faq__a { padding: 0 22px 20px 60px; font-size: 14.5px; color: var(--sub); line-height: 1.9; }
.extpage .ext-faq__a[hidden] { display: none; }

/* ---- 関連コラム ---- */
.extpage .ext-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.extpage .ext-col { display: block; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 12px; text-decoration: none; transition: box-shadow .2s, transform .2s; }
.extpage .ext-col:hover { transform: translateY(-3px); box-shadow: 0 12px 28px -14px rgba(15, 76, 50, .4); }
.extpage .ext-col__img { aspect-ratio: 3 / 2; background: var(--g-100); }
.extpage .ext-col__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.extpage .ext-col__body { padding: 16px 18px 18px; }
.extpage .ext-col__tag { display: inline-block; margin-bottom: 8px; padding: 2px 10px; border-radius: 50px; background: var(--g-100); color: var(--g-900); font-size: 11px; font-weight: 700; }
.extpage .ext-col h3 { font-size: 14px; font-weight: 700; line-height: 1.7; color: var(--ink); }

/* ---- 資料 ---- */
.extpage .ext-docs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.extpage .ext-doc { display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.extpage .ext-doc__img { display: flex; align-items: center; justify-content: center; aspect-ratio: 16 / 7; padding: 16px; background: linear-gradient(135deg, var(--g-900), var(--g-700)); color: #fff; font-size: 18px; font-weight: 900; text-align: center; line-height: 1.5; }
.extpage .ext-doc__body { display: flex; flex-direction: column; flex: 1; padding: 18px 20px 22px; }
.extpage .ext-doc h3 { flex: 1; margin-bottom: 14px; font-size: 15px; font-weight: 700; line-height: 1.7; }
.extpage .ext-doc .ext-btn { width: 100%; }

/* ---- 最終CTA ---- */
.extpage .ext-cta { padding: 76px 0; background: var(--g-900); text-align: center; }
.extpage .ext-cta h2 { font-size: clamp(22px, 3vw, 30px); font-weight: 900; line-height: 1.6; color: #fff; }
.extpage .ext-cta p { max-width: 640px; margin: 14px auto 0; font-size: 15px; line-height: 1.9; color: #e3f1e9; }
.extpage .ext-cta__btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 30px; }
.extpage .ext-cta .ext-btn--primary { background: #fff; border-color: #fff; color: var(--g-900); }
.extpage .ext-cta .ext-btn--primary:hover { background: var(--g-100); border-color: var(--g-100); }
.extpage .ext-cta .ext-btn--line { background: transparent; border-color: #fff; color: #fff; }
.extpage .ext-cta .ext-btn--line:hover { background: rgba(255,255,255,.12); }
.extpage .ext-cta a:focus-visible { outline-color: #fff; }

/* ---- レスポンシブ ---- */
@media screen and (max-width: 968px) {
  .extpage .ext-money { grid-template-columns: 1fr; }
  .extpage .ext-grid4 { grid-template-columns: repeat(2, 1fr); }
  .extpage .ext-stairs { grid-template-columns: 1fr; gap: 10px; align-items: stretch; }
  .extpage .ext-stair, .extpage .ext-stair:nth-child(n) {
    min-height: 0; flex-direction: row; align-items: center; gap: 16px; padding: 16px 18px;
    border-bottom: 1px solid var(--line); border-left: 5px solid var(--g-700); border-radius: 10px;
  }
  .extpage .ext-stair__num { margin: 0; min-width: 44px; font-size: 26px; white-space: nowrap; }
  .extpage .ext-stair p { margin: 0; }
}
@media screen and (max-width: 768px) {
  .extpage .ext-sp { display: inline; }
  .extpage .ext-section { padding: 52px 0; }
  .extpage .ext-head { margin-bottom: 28px; }
  .extpage .ext-worry, .extpage .ext-grid3, .extpage .ext-cols, .extpage .ext-docs, .extpage .ext-grid4 { grid-template-columns: 1fr; }
  .extpage .ext-flow { grid-template-columns: 1fr; }
  .extpage .ext-flow__arrow { justify-content: center; transform: rotate(90deg); }
  .extpage .ext-case__body { padding: 20px; }
  .extpage .ext-case__stats { grid-template-columns: 1fr; }
  .extpage .ext-steps { grid-template-columns: 1fr; gap: 22px; }
  .extpage .ext-step { display: grid; grid-template-columns: 48px 1fr; column-gap: 14px; text-align: left; }
  .extpage .ext-step__num { grid-row: 1 / span 2; margin: 0; }
  .extpage .ext-step:not(:last-child)::before { display: none; }
  .extpage .ext-faq__a { padding: 0 18px 18px 18px; }
  .extpage .ext-cta { padding: 52px 0; }
}
@media screen and (max-width: 480px) {
  .extpage .ext-mv-cta .ext-btn, .extpage .ext-cta__btns .ext-btn { width: 100%; }
}

/* ---- 独立を考えている方・一人親方向け ---- */
.extpage .ext-survey { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.extpage .ext-survey__box { padding: 24px 24px 12px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.extpage .ext-survey__title { margin-bottom: 16px; font-size: 14px; font-weight: 900; color: var(--g-900); }
.extpage .ext-indep { margin-top: 28px; }
.extpage .ext-cta-inline .ext-btn + .ext-btn { margin-left: 12px; }

/* ---- 資料カード：表紙画像あり／なし ---- */
.extpage .ext-doc__img { padding: 0; aspect-ratio: 16 / 9; background: var(--g-50); }
.extpage .ext-doc__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.extpage .ext-doc__tag { align-self: flex-start; margin-bottom: 10px; padding: 2px 12px; border-radius: 50px; background: var(--g-100); color: var(--g-900); font-size: 11px; font-weight: 700; }
.extpage .ext-doc.is-noimg { border-left: 6px solid var(--g-700); }
.extpage .ext-docs.is-single { grid-template-columns: minmax(0, 520px); justify-content: center; }
@media screen and (max-width: 768px) {
  .extpage .ext-survey { grid-template-columns: 1fr; }
  .extpage .ext-cta-inline .ext-btn + .ext-btn { margin: 12px 0 0; }
  .extpage .ext-cta-inline .ext-btn { width: 100%; }
}

/* ---- 見出しの要点ハイライト（FVの濃緑ブロックと同じ表現） ---- */
.extpage .ext-mark {
  padding: .02em .28em .06em; margin: 0 .04em; background: var(--g-900); color: #fff;
  -webkit-box-decoration-break: clone; box-decoration-break: clone;
}

/* ---- SP：写真をコピーの下に配置し、フェードで馴染ませる ---- */
@media screen and (max-width: 968px) {
  .extpage .ext-stats__grid { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width: 768px) {
  .extpage .ext-mv { padding: 36px 0 0; }
  .extpage .ext-mv-photo {
    position: relative; order: 3; width: 100%; height: 300px; margin-top: 8px;
  }
  .extpage .ext-mv { display: flex; flex-direction: column; }
  .extpage .ext-mv-inner { order: 1; }
  .extpage .ext-mv-photo img {
    object-position: 60% 22%;
    -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 30%);
            mask-image: linear-gradient(180deg, transparent 0, #000 30%);
    -webkit-mask-composite: source-over; mask-composite: add;
  }
  .extpage .ext-mv-statswrap { display: none; } /* SPではFVの実績カードを出さない（支援実績セクションで掲載） */
  .extpage .ext-mv { padding-bottom: 8px; }
  .extpage .ext-mv-copy { max-width: none; }
  .extpage .ext-mv-sub { font-size: 15px; }
  .extpage .ext-pc { display: none; }
  .extpage .ext-stat b { font-size: 22px; }
}

/* ---- 実績：Google Search Console の画像 ---- */
.extpage .ext-case__chart { margin: 22px 0 0; background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.extpage .ext-case__chart-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.extpage .ext-case__chart-scroll:focus-visible { outline: 3px solid var(--g-700); outline-offset: -3px; }
.extpage .ext-case__chart img { display: block; width: 100%; height: auto; }
.extpage .ext-case__chart figcaption { padding: 8px 14px; border-top: 1px solid var(--line); background: var(--g-50); font-size: 12px; color: var(--sub); }
@media screen and (max-width: 768px) {
  .extpage .ext-case__chart-scroll img { width: auto; max-width: none; min-width: 640px; } /* 文字が読めるよう、狭い画面では横スクロール */
  .extpage .ext-case__chart figcaption::after { content: "（横にスクロールできます）"; }
}
