
/* =========================================================
   /industry/gaiheki/ 外壁塗装（サービスページ）専用スタイル
   白基調 ＋ 深いネイビー ＋ テラコッタ（塗料・外壁の質感）。
   外構ページ(industry-exterior.css)を土台に、クラスを .ghpage / gh- にスコープ。
   サイトの青(#0A32FF)・オレンジとは別系統の落ち着いた配色で、競合させない。
   ========================================================= */

.ghpage {
  --g-900: #14274e;   /* 深いネイビー（ブロック・見出し・CTA背景） */
  --g-700: #1f3f7a;   /* ネイビー（ボタン・チェック・番号）。白背景で 9:1 */
  --g-500: #5f7fb8;
  --g-200: #d5deee;
  --g-100: #e9eef7;
  --g-50:  #f5f8fc;
  --tc: #b8532f;      /* テラコッタ（アクセント）。白背景で 4.9:1 */
  --tc-100: #f8e9e2;
  --tc-50: #fdf6f2;
  --ink: var(--main-txt-color, #1a294e);
  --sub: #4a5561;
  --line: #dfe4ee;
  color: var(--ink);
  line-height: 1.8;
  line-break: strict;
  word-break: auto-phrase;
  overflow-wrap: break-word;
}
.ghpage h1, .ghpage h2, .ghpage h3, .ghpage h4, .ghpage p, .ghpage figure { margin: 0; }
.ghpage h1, .ghpage h2, .ghpage h3 { text-wrap: balance; }
.ghpage p { text-wrap: pretty; }
.ghpage [id] { scroll-margin-top: 100px; }
html:has(.ghpage) { scroll-behavior: smooth; }
.ghpage a:focus-visible,
.ghpage button:focus-visible { outline: 3px solid var(--g-700); outline-offset: 2px; }
.ghpage .gh-sp { display: none; }

.ghpage .gh-inner { width: 92%; max-width: 1080px; margin: 0 auto; }
.ghpage .gh-section { padding: 80px 0; background: #fff; }
.ghpage .gh-section.is-tint { background: var(--g-50); }

/* ---- 見出し（枕木のような緑のブロック＋見出し） ---- */
.ghpage .gh-head { max-width: 760px; margin: 0 0 40px; }
.ghpage .gh-head.is-center { margin-left: auto; margin-right: auto; text-align: center; }
.ghpage .gh-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;
}
.ghpage .gh-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;
}
.ghpage .gh-head.is-center .gh-eyebrow { justify-content: center; }
.ghpage .gh-head h2 { font-size: clamp(24px, 3.2vw, 34px); font-weight: 900; line-height: 1.5; color: var(--ink); }
.ghpage .gh-lead { margin-top: 14px; font-size: 15px; color: var(--sub); line-height: 1.9; }

/* ---- ボタン ---- */
.ghpage .gh-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;
}
.ghpage .gh-btn--primary { background: var(--g-700); color: #fff; }
.ghpage .gh-btn--primary:hover { background: var(--g-900); border-color: var(--g-900); transform: translateY(-2px); }
.ghpage .gh-btn--line { background: #fff; color: var(--g-700); }
.ghpage .gh-btn--line:hover { background: var(--g-100); transform: translateY(-2px); }
.ghpage .gh-btn--sm { padding: 12px 24px; font-size: 14px; }
.ghpage .gh-cta-inline { margin-top: 36px; text-align: center; }
.ghpage .gh-cta-inline .gh-note { margin-top: 10px; font-size: 12px; color: var(--sub); }

/* ---- 悩み ---- */
.ghpage .gh-worry { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.ghpage .gh-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;
}
.ghpage .gh-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;
}
.ghpage .gh-worry p { font-size: 15px; font-weight: 700; line-height: 1.7; }

/* ---- 利益の構造（金額の流れ） ---- */
.ghpage .gh-money { display: grid; grid-template-columns: 1.25fr 1fr; gap: 32px; align-items: start; }
.ghpage .gh-money__chart { padding: 26px 24px 22px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.ghpage .gh-money__title { margin-bottom: 18px; font-size: 14px; font-weight: 900; color: var(--g-900); }
.ghpage .gh-bar { margin-bottom: 14px; }
.ghpage .gh-bar__label { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 4px; font-size: 13px; font-weight: 700; }
.ghpage .gh-bar__label b { font-size: 15px; font-weight: 900; white-space: nowrap; }
.ghpage .gh-bar__track { height: 14px; border-radius: 3px; background: var(--g-100); overflow: hidden; }
.ghpage .gh-bar__fill { display: block; height: 100%; border-radius: 3px; background: var(--g-500); }
.ghpage .gh-bar.is-total .gh-bar__fill { background: var(--g-900); }
.ghpage .gh-bar.is-profit .gh-bar__label b { color: var(--g-700); font-size: 18px; }
.ghpage .gh-bar.is-profit .gh-bar__fill { background: var(--g-700); outline: 2px solid var(--g-200); }
.ghpage .gh-money__src { margin-top: 6px; font-size: 12px; color: var(--sub); line-height: 1.7; }
.ghpage .gh-money__src a { color: var(--g-700); text-decoration: underline; text-underline-offset: 3px; }
.ghpage .gh-points { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.ghpage .gh-points li { position: relative; padding-left: 30px; font-size: 15px; line-height: 1.8; }
.ghpage .gh-points li::before {
  content: ""; position: absolute; left: 0; top: .35em; width: 20px; height: 20px; border-radius: 50%; background: var(--g-700);
}
.ghpage .gh-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);
}

/* ---- 直請けのメリット ---- */
.ghpage .gh-grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 0; padding: 0; list-style: none; }
.ghpage .gh-card { padding: 28px 24px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.ghpage .gh-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;
}
.ghpage .gh-card h3 { margin-bottom: 8px; font-size: 18px; font-weight: 900; line-height: 1.5; color: var(--ink); }
.ghpage .gh-card p { font-size: 14px; color: var(--sub); }

/* ---- 進め方（階段状） ---- */
.ghpage .gh-stairs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; align-items: end; margin: 0; padding: 0; list-style: none; }
.ghpage .gh-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;
}
.ghpage .gh-stair:nth-child(1) { min-height: 150px; }
.ghpage .gh-stair:nth-child(2) { min-height: 185px; }
.ghpage .gh-stair:nth-child(3) { min-height: 220px; }
.ghpage .gh-stair:nth-child(4) { min-height: 255px; }
.ghpage .gh-stair:nth-child(5) { min-height: 290px; background: var(--g-100); }
.ghpage .gh-stair__num { margin-bottom: auto; font-size: 30px; font-weight: 900; line-height: 1; color: var(--g-500); }
.ghpage .gh-stair p { margin-top: 14px; font-size: 14px; font-weight: 700; line-height: 1.7; }

/* ---- 支援内容 ---- */
.ghpage .gh-grid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.ghpage .gh-support { padding: 26px 20px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.ghpage .gh-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;
}
.ghpage .gh-support h3 { margin-bottom: 8px; font-size: 17px; font-weight: 900; }
.ghpage .gh-support p { font-size: 13.5px; color: var(--sub); line-height: 1.8; }

/* ---- 支援実績 ---- */
.ghpage .gh-case { margin-bottom: 26px; background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.ghpage .gh-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; }
.ghpage .gh-case__head h3 { font-size: 18px; font-weight: 900; color: #fff; }
.ghpage .gh-case__head span { padding: 3px 12px; border-radius: 50px; background: rgba(255,255,255,.16); font-size: 12px; color: #fff; }
.ghpage .gh-case__body { padding: 26px; }
.ghpage .gh-flow { display: grid; grid-template-columns: 1fr auto 1.3fr; gap: 14px; align-items: stretch; margin-bottom: 22px; }
.ghpage .gh-flow__box { padding: 16px 18px; background: var(--g-50); border: 1px solid var(--line); border-radius: 10px; }
.ghpage .gh-flow__box.is-after { background: var(--g-100); border-color: var(--g-500); }
.ghpage .gh-flow__label { margin-bottom: 6px; font-size: 11px; font-weight: 900; letter-spacing: .08em; color: var(--sub); }
.ghpage .gh-flow__box.is-after .gh-flow__label { color: var(--g-700); }
.ghpage .gh-flow__box p { font-size: 14px; line-height: 1.7; }
.ghpage .gh-flow__arrow { display: flex; align-items: center; color: var(--g-700); font-size: 20px; }
.ghpage .gh-case__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0; padding: 0; }
.ghpage .gh-case__stat { padding: 16px 8px; text-align: center; background: var(--g-50); border-radius: 10px; }
.ghpage .gh-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; }
.ghpage .gh-case__stat span { display: block; margin-top: 4px; font-size: 12.5px; font-weight: 700; }
.ghpage .gh-case__tag { margin-bottom: 16px; font-size: 13px; color: var(--sub); }
.ghpage .gh-case__tag b { padding: 2px 12px; margin-left: 6px; border-radius: 50px; background: var(--g-100); color: var(--g-900); font-size: 12px; }

/* ---- 選ばれる理由 ---- */
.ghpage .gh-reason { padding: 30px 24px; background: #fff; border: 1px solid var(--line); border-top: 5px solid var(--g-700); border-radius: 0 0 14px 14px; }
.ghpage .gh-reason__num { margin-bottom: 8px; font-size: 12px; font-weight: 900; letter-spacing: .12em; color: var(--g-700); }
.ghpage .gh-reason h3 { margin-bottom: 10px; font-size: 18px; font-weight: 900; line-height: 1.5; }
.ghpage .gh-reason p { font-size: 14px; color: var(--sub); }

/* ---- 支援開始までの流れ ---- */
.ghpage .gh-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
.ghpage .gh-step { position: relative; text-align: center; }
.ghpage .gh-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;
}
.ghpage .gh-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);
}
.ghpage .gh-step h3 { margin-bottom: 6px; font-size: 16px; font-weight: 900; }
.ghpage .gh-step p { font-size: 13.5px; color: var(--sub); text-align: left; }

/* ---- FAQ ---- */
.ghpage .gh-faq { display: grid; gap: 12px; }
.ghpage .gh-faq__item { background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.ghpage .gh-faq__q { margin: 0; font-size: 16px; }
.ghpage .gh-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;
}
.ghpage .gh-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;
}
.ghpage .gh-faq__btn::after { content: "＋"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); color: var(--g-700); font-size: 20px; }
.ghpage .gh-faq__btn[aria-expanded="true"]::after { content: "－"; }
.ghpage .gh-faq__a { padding: 0 22px 20px 60px; font-size: 14.5px; color: var(--sub); line-height: 1.9; }
.ghpage .gh-faq__a[hidden] { display: none; }

/* ---- 関連コラム ---- */
.ghpage .gh-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ghpage .gh-col { display: block; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 12px; text-decoration: none; transition: box-shadow .2s, transform .2s; }
.ghpage .gh-col:hover { transform: translateY(-3px); box-shadow: 0 12px 28px -14px rgba(15, 76, 50, .4); }
.ghpage .gh-col__img { aspect-ratio: 3 / 2; background: var(--g-100); }
.ghpage .gh-col__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ghpage .gh-col__body { padding: 16px 18px 18px; }
.ghpage .gh-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; }
.ghpage .gh-col h3 { font-size: 14px; font-weight: 700; line-height: 1.7; color: var(--ink); }

/* ---- 資料 ---- */
.ghpage .gh-docs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.ghpage .gh-doc { display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.ghpage .gh-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; }
.ghpage .gh-doc__body { display: flex; flex-direction: column; flex: 1; padding: 18px 20px 22px; }
.ghpage .gh-doc h3 { flex: 1; margin-bottom: 14px; font-size: 15px; font-weight: 700; line-height: 1.7; }
.ghpage .gh-doc .gh-btn { width: 100%; }

/* ---- 最終CTA ---- */
.ghpage .gh-cta { padding: 76px 0; background: var(--g-900); text-align: center; }
.ghpage .gh-cta h2 { font-size: clamp(22px, 3vw, 30px); font-weight: 900; line-height: 1.6; color: #fff; }
.ghpage .gh-cta p { max-width: 640px; margin: 14px auto 0; font-size: 15px; line-height: 1.9; color: #e3f1e9; }
.ghpage .gh-cta__btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 30px; }
.ghpage .gh-cta .gh-btn--primary { background: #fff; border-color: #fff; color: var(--g-900); }
.ghpage .gh-cta .gh-btn--primary:hover { background: var(--g-100); border-color: var(--g-100); }
.ghpage .gh-cta .gh-btn--line { background: transparent; border-color: #fff; color: #fff; }
.ghpage .gh-cta .gh-btn--line:hover { background: rgba(255,255,255,.12); }
.ghpage .gh-cta a:focus-visible { outline-color: #fff; }

/* ---- レスポンシブ ---- */
@media screen and (max-width: 968px) {
  .ghpage .gh-money { grid-template-columns: 1fr; }
  .ghpage .gh-grid4 { grid-template-columns: repeat(2, 1fr); }
  .ghpage .gh-stairs { grid-template-columns: 1fr; gap: 10px; align-items: stretch; }
  .ghpage .gh-stair, .ghpage .gh-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;
  }
  .ghpage .gh-stair__num { margin: 0; min-width: 44px; font-size: 26px; white-space: nowrap; }
  .ghpage .gh-stair p { margin: 0; }
}
@media screen and (max-width: 768px) {
  .ghpage .gh-sp { display: inline; }
  .ghpage .gh-section { padding: 52px 0; }
  .ghpage .gh-head { margin-bottom: 28px; }
  .ghpage .gh-worry, .ghpage .gh-grid3, .ghpage .gh-cols, .ghpage .gh-docs, .ghpage .gh-grid4 { grid-template-columns: 1fr; }
  .ghpage .gh-flow { grid-template-columns: 1fr; }
  .ghpage .gh-flow__arrow { justify-content: center; transform: rotate(90deg); }
  .ghpage .gh-case__body { padding: 20px; }
  .ghpage .gh-case__stats { grid-template-columns: 1fr; }
  .ghpage .gh-steps { grid-template-columns: 1fr; gap: 22px; }
  .ghpage .gh-step { display: grid; grid-template-columns: 48px 1fr; column-gap: 14px; text-align: left; }
  .ghpage .gh-step__num { grid-row: 1 / span 2; margin: 0; }
  .ghpage .gh-step:not(:last-child)::before { display: none; }
  .ghpage .gh-faq__a { padding: 0 18px 18px 18px; }
  .ghpage .gh-cta { padding: 52px 0; }
}
@media screen and (max-width: 480px) {
  .ghpage .gh-mv-cta .gh-btn, .ghpage .gh-cta__btns .gh-btn { width: 100%; }
}

/* ---- 資料カード：表紙画像あり／なし ---- */
.ghpage .gh-doc__img { padding: 0; aspect-ratio: 16 / 9; background: var(--g-50); }
.ghpage .gh-doc__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ghpage .gh-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; }
.ghpage .gh-doc.is-noimg { border-left: 6px solid var(--g-700); }
.ghpage .gh-docs.is-single { grid-template-columns: minmax(0, 520px); justify-content: center; }
@media screen and (max-width: 768px) {
  .ghpage .gh-survey { grid-template-columns: 1fr; }
  .ghpage .gh-cta-inline .gh-btn + .gh-btn { margin: 12px 0 0; }
  .ghpage .gh-cta-inline .gh-btn { width: 100%; }
}

/* ---- 見出しの要点ハイライト（FVの濃緑ブロックと同じ表現） ---- */
.ghpage .gh-mark {
  padding: .02em .28em .06em; margin: 0 .04em; background: var(--g-900); color: #fff;
  -webkit-box-decoration-break: clone; box-decoration-break: clone;
}



/* ---- テラコッタのアクセント（外壁塗装ページ固有） ---- */
.ghpage .gh-eyebrow { color: var(--tc); }
.ghpage .gh-eyebrow::before { background: var(--tc); box-shadow: 34px 0 0 0 var(--g-200); }
.ghpage .gh-bar.is-profit .gh-bar__label b { color: var(--tc); }
.ghpage .gh-bar.is-profit .gh-bar__fill { background: var(--tc); outline-color: var(--tc-100); }
.ghpage .gh-case__stat b { color: var(--tc); }
.ghpage .gh-flow__box.is-after { background: var(--tc-50); border-color: var(--tc); }
.ghpage .gh-flow__box.is-after .gh-flow__label { color: var(--tc); }
.ghpage .gh-flow__arrow { color: var(--tc); }
.ghpage .gh-btn--primary { background: var(--g-900); border-color: var(--g-900); }
.ghpage .gh-btn--primary:hover { background: var(--g-700); border-color: var(--g-700); }
.ghpage .gh-btn--line { color: var(--g-900); border-color: var(--g-900); }
.ghpage .gh-cta .gh-btn--primary { background: #fff; border-color: #fff; color: var(--g-900); }
.ghpage .gh-cta .gh-btn--primary:hover { background: var(--tc-100); border-color: var(--tc-100); }
.ghpage .gh-cta p { color: #dbe4f5; }
.ghpage .gh-reason { border-top-color: var(--tc); }
.ghpage .gh-reason__num { color: var(--tc); }
.ghpage .gh-stair { border-bottom-color: var(--tc); }
.ghpage .gh-stair__num { color: var(--tc); }
.ghpage .gh-stair:nth-child(5) { background: var(--tc-50); }
.ghpage .gh-worry li { border-left-color: var(--tc); }
.ghpage .gh-worry__mark { background: var(--g-900); }

/* ---- FV（参考写真＋ネイビーブロック見出し＋テラコッタ） ---- */
.ghpage .gh-mv {
  position: relative; overflow: hidden; padding: 64px 0 40px;
  background:
    radial-gradient(ellipse 60% 70% at 0% 0%, rgba(184, 83, 47, .07), transparent 70%),
    linear-gradient(180deg, #eef4fb 0%, #ffffff 82%);
}
.ghpage .gh-mv-photo {
  position: absolute; top: 0; right: 0; bottom: 96px; width: min(62%, 800px); pointer-events: none;
}
.ghpage .gh-mv-photo img {
  display: block; width: 100%; height: 100%; object-fit: cover; object-position: 100% 40%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.55) 22%, #000 58%), linear-gradient(0deg, transparent 0, #000 18%);
  -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 18%);
          mask-composite: intersect;
}
.ghpage .gh-mv-inner { position: relative; z-index: 1; width: 92%; max-width: 1080px; margin: 0 auto; }
.ghpage .gh-mv-copy { max-width: 620px; padding-bottom: 36px; }
.ghpage .gh-tag {
  display: inline-block; padding: 6px 16px; margin-bottom: 20px; border-radius: 50px;
  background: #fff; border: 1.5px solid var(--g-900); color: var(--g-900); font-size: 13px; font-weight: 700;
}
.ghpage .gh-mv-title { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; font-weight: 900; line-height: 1.3; color: var(--g-900); }
.ghpage .gh-mv-title span { display: block; }
.ghpage .gh-mv-title__lead { font-size: clamp(20px, 2.8vw, 34px); }
.ghpage .gh-mv-title__block {
  padding: .08em .3em .12em; background: var(--g-900); color: #fff;
  font-size: clamp(32px, 5vw, 62px); letter-spacing: .02em;
}
.ghpage .gh-mv-title__main { font-size: clamp(32px, 5vw, 62px); letter-spacing: .02em; }
.ghpage .gh-mv-sub { margin-top: 24px; font-size: 16px; font-weight: 500; line-height: 1.95; color: #1c2740; }
.ghpage .gh-mv-sub strong { font-weight: 900; color: var(--tc); }
.ghpage .gh-mv-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.ghpage .gh-mv-note { margin-top: 12px; font-size: 12px; color: var(--sub); }

/* 地域マーケティング施策の内訳（FV下の横長カード） */
.ghpage .gh-mv-pillarswrap { position: relative; z-index: 2; }
.ghpage .gh-pillars {
  padding: 22px 26px 24px; background: #fff; border: 1px solid var(--line); border-top: 6px solid var(--tc);
  border-radius: 14px; box-shadow: 0 16px 44px -20px rgba(20, 39, 78, .4);
}
.ghpage .gh-pillars__label { margin-bottom: 14px; font-size: 13px; font-weight: 900; color: var(--g-900); }
.ghpage .gh-pillars ol { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ghpage .gh-pillars li { display: flex; gap: 12px; align-items: flex-start; padding: 12px 14px; background: var(--g-50); border-radius: 10px; font-size: 14px; font-weight: 700; line-height: 1.5; }
.ghpage .gh-pillars__n {
  flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  min-width: 42px; height: 26px; padding: 0 8px; border-radius: 50px; background: var(--g-900); color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .04em;
}
.ghpage .gh-pillars small { display: block; margin-top: 3px; font-size: 12px; font-weight: 500; color: var(--sub); line-height: 1.5; }

/* ---- 価格で比べられる／指名で選ばれる（比較） ---- */
.ghpage .gh-versus { display: grid; grid-template-columns: 1fr auto 1fr; gap: 16px; align-items: stretch; }
.ghpage .gh-versus__col { padding: 26px 24px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.ghpage .gh-versus__col.is-good { background: var(--tc-50); border: 2px solid var(--tc); }
.ghpage .gh-versus__title { margin-bottom: 14px; font-size: 16px; font-weight: 900; color: var(--g-900); }
.ghpage .gh-versus__col.is-good .gh-versus__title { color: var(--tc); }
.ghpage .gh-versus ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.ghpage .gh-versus li { position: relative; padding-left: 20px; font-size: 14.5px; line-height: 1.75; }
.ghpage .gh-versus li::before { content: ""; position: absolute; left: 0; top: .7em; width: 8px; height: 8px; border-radius: 50%; background: var(--g-500); }
.ghpage .gh-versus__col.is-good li::before { background: var(--tc); }
.ghpage .gh-versus__arrow { display: flex; align-items: center; color: var(--tc); font-size: 26px; font-weight: 900; }
.ghpage .gh-src { margin-top: 18px; font-size: 12px; color: var(--sub); line-height: 1.7; }
.ghpage .gh-src a { color: var(--g-700); text-decoration: underline; text-underline-offset: 3px; }

/* ---- 外壁塗装の先へ（周辺ニーズ） ---- */
.ghpage .gh-next { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.ghpage .gh-next__item { padding: 26px 24px; background: #fff; border: 1px solid var(--line); border-left: 6px solid var(--tc); border-radius: 12px; }
.ghpage .gh-next__item h3 { margin-bottom: 8px; font-size: 17px; font-weight: 900; }
.ghpage .gh-next__item p { font-size: 14px; color: var(--sub); }

/* ---- 事例の声 ---- */
.ghpage .gh-quote { margin-top: 20px; padding: 18px 20px; background: var(--g-50); border-left: 5px solid var(--g-900); border-radius: 0 10px 10px 0; }
.ghpage .gh-quote blockquote { margin: 0; font-size: 14.5px; line-height: 1.9; }
.ghpage .gh-quote figcaption { margin-top: 8px; font-size: 12px; color: var(--sub); }
.ghpage .gh-case__link { margin-top: 18px; text-align: right; font-size: 13px; }
.ghpage .gh-case__link a { color: var(--g-700); text-decoration: underline; text-underline-offset: 3px; font-weight: 700; }

@media screen and (max-width: 968px) {
  .ghpage .gh-pillars ol { grid-template-columns: repeat(2, 1fr); }
  .ghpage .gh-versus { grid-template-columns: 1fr; }
  .ghpage .gh-versus__arrow { justify-content: center; transform: rotate(90deg); }
  .ghpage .gh-next { grid-template-columns: 1fr; }
}
@media screen and (max-width: 768px) {
  .ghpage .gh-mv { padding: 36px 0 32px; display: flex; flex-direction: column; }
  .ghpage .gh-mv-inner { order: 1; }
  .ghpage .gh-mv-copy { max-width: none; padding-bottom: 16px; }
  .ghpage .gh-mv-sub { font-size: 15px; }
  .ghpage .gh-mv-photo { position: relative; order: 2; width: 100%; height: 280px; }
  .ghpage .gh-mv-photo img {
    object-position: 100% 35%;
    -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;
  }
  .ghpage .gh-mv-pillarswrap { order: 3; margin-top: -24px; }
  .ghpage .gh-pillars ol { grid-template-columns: 1fr; }
}

/* 関連コラム：4件は横4列 */
.ghpage .gh-cols.is-four { grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ghpage .gh-cols.is-four .gh-col h3 { font-size: 13px; }
@media screen and (max-width: 968px) { .ghpage .gh-cols.is-four { grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 768px) { .ghpage .gh-cols.is-four { grid-template-columns: 1fr; } }

/* ---- 実績：Google Search Console の画像 ---- */
.ghpage .gh-case__chart { margin: 22px 0 0; background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.ghpage .gh-case__chart-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.ghpage .gh-case__chart-scroll:focus-visible { outline: 3px solid var(--g-700); outline-offset: -3px; }
.ghpage .gh-case__chart img { display: block; width: 100%; height: auto; }
.ghpage .gh-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) {
  .ghpage .gh-case__chart-scroll img { width: auto; max-width: none; min-width: 640px; } /* 文字が読めるよう、狭い画面では横スクロール */
  .ghpage .gh-case__chart figcaption::after { content: "（横にスクロールできます）"; }
}
