/* =========================================================
   日本中小建設業CS経営支援機構 — スタイルシート
   ========================================================= */

:root {
  --navy: #16304f;        /* 信頼・誠実 */
  --navy-deep: #0e2238;
  --wood: #b5853f;        /* 木造・温かみ */
  --wood-light: #cda05f;
  --ink: #232a31;         /* 本文 */
  --gray: #5b6670;
  --line: #e3e7ec;
  --bg: #ffffff;
  --bg-soft: #f5f3ef;     /* 生成り */
  --bg-navy-soft: #f2f5f8;
  --radius: 10px;
  --shadow: 0 8px 30px rgba(22, 48, 79, 0.08);
  --maxw: 1120px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color: var(--ink);
  line-height: 1.9;
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { width: min(var(--maxw), 90%); margin-inline: auto; }

.section { padding: 88px 0; }
.section--soft { background: var(--bg-soft); }
.section--navy { background: var(--navy); color: #fff; }

/* 見出し */
.eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .22em;
  font-weight: 700;
  color: var(--wood);
  margin-bottom: 14px;
}
.section--navy .eyebrow { color: var(--wood-light); font-size: 18px; letter-spacing: .18em; }

.h2 {
  font-size: clamp(24px, 3.4vw, 34px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: .02em;
  margin-bottom: 18px;
}
.lead { color: var(--gray); font-size: 17px; max-width: 720px; }
.section--navy .lead { color: rgba(255,255,255,.82); }

.center { text-align: center; }
.center .lead { margin-inline: auto; }

/* =========================  ヘッダー  ========================= */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 74px; padding: 10px 0; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand__mark {
  width: 42px; height: 42px; border-radius: 8px;
  background: var(--navy); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: 18px;
  letter-spacing: .02em;
}
.brand__name { font-weight: 800; font-size: 15px; line-height: 1.4; }
.brand__name span { display: block; font-size: 11px; color: var(--gray); font-weight: 500; letter-spacing: .04em; }

.nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 10px 22px; max-width: 760px; }
.nav a { font-size: 14px; font-weight: 600; color: var(--ink); transition: color .2s; white-space: nowrap; }
.nav a:hover { color: var(--wood); }
.nav__cta {
  background: var(--wood); color: #fff !important;
  padding: 11px 20px; border-radius: 999px; font-weight: 700;
}
.nav__cta:hover { background: var(--wood-light); }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; transition: .3s; }

/* =========================  クイックボタン  ========================= */
.quick-links { background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.quick-links__inner {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; padding: 14px 0;
}
.quick-links__btn {
  background: #fff; border: 1px solid var(--wood); color: var(--navy);
  font-size: 14px; font-weight: 700; padding: 9px 20px; border-radius: 999px;
  transition: background .2s, color .2s;
}
.quick-links__btn:hover { background: var(--wood); color: #fff; }

/* =========================  ヒーロー  ========================= */
.hero {
  position: relative;
  background: linear-gradient(160deg, var(--navy-deep), var(--navy));
  color: #fff; overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(181,133,63,.28), transparent 45%),
    radial-gradient(circle at 10% 90%, rgba(255,255,255,.06), transparent 40%);
}
.hero .wrap {
  width: 100%; max-width: 100%; padding: 0;
}
.hero__inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: .7fr 1.3fr; gap: 0; align-items: center;
}
.hero__body { max-width: 620px; padding: 80px 48px 80px 5%; }
.hero__media { position: relative; }
.hero__media img {
  width: 100%; height: auto; display: block;
}
.hero__media figcaption {
  position: absolute; left: 16px; bottom: 16px;
  background: rgba(14,34,56,.82); color: #fff; font-size: 12.5px; font-weight: 600;
  padding: 7px 14px; border-radius: 999px; backdrop-filter: blur(4px);
}
.hero__tag {
  display: inline-block; font-size: 13px; letter-spacing: .2em; font-weight: 700;
  color: var(--wood-light); border: 1px solid rgba(205,160,95,.5);
  padding: 7px 16px; border-radius: 999px; margin-bottom: 26px;
}
.hero h1 {
  font-size: clamp(28px, 3.6vw, 48px); font-weight: 800;
  line-height: 1.4; letter-spacing: .01em; margin-bottom: 26px;
}
.hero h1 .accent { color: var(--wood-light); }
.hero p { font-size: 18px; color: rgba(255,255,255,.85); margin-bottom: 38px; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(205,160,95,.2); border: 1px solid var(--wood-light);
  color: #fff; font-size: 15px; font-weight: 700; letter-spacing: .05em;
  padding: 8px 20px; border-radius: 999px; margin-bottom: 24px;
  text-decoration: none; cursor: pointer;
}
.hero__badge:hover { background: rgba(205,160,95,.35); }
.hero__badge strong { color: var(--wood-light); font-size: 22px; }

.hero__media-caption {
  padding: 18px 20px 16px;
  text-align: center;
}
.hero__media-caption-lead {
  font-size: clamp(16px,1.8vw,21px); font-weight: 800;
  color: var(--wood-light); margin-bottom: 6px;
}
.hero__media-caption p:not(.hero__media-caption-lead) {
  font-size: clamp(12px,1.3vw,14px); line-height: 1.8;
  color: rgba(255,255,255,.85);
}
.hero__stats {
  display: flex; flex-wrap: wrap; gap: 10px 18px;
  list-style: none; margin-bottom: 26px;
}
.hero__stats li {
  font-size: 14px; font-weight: 600; color: rgba(255,255,255,.88);
  padding-left: 18px; position: relative;
}
.hero__stats li::before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 8px; height: 8px; border-radius: 50%; background: var(--wood-light);
}
.hero__stats strong { color: var(--wood-light); font-size: 22px; font-weight: 800; margin-right: 2px; }

.hero__consultant {
  display: inline-flex; align-items: center; gap: 14px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px; padding: 8px 22px 8px 8px;
  margin-bottom: 30px; text-decoration: none; transition: background .2s;
}
.hero__consultant:hover { background: rgba(255,255,255,.12); }
.hero__consultant img {
  width: 52px; height: 52px; border-radius: 50%; object-fit: cover;
  border: 2px solid var(--wood-light);
}
.hero__consultant-text { font-size: 13.5px; color: rgba(255,255,255,.85); line-height: 1.5; }
.hero__consultant-text strong { display: block; font-size: 16px; color: #fff; font-weight: 800; }
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; }

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 15px 30px; border-radius: 999px; font-weight: 700; font-size: 15.5px;
  transition: transform .15s, background .2s, box-shadow .2s; cursor: pointer; border: 0;
}
.btn--primary { background: var(--wood); color: #fff; }
.btn--primary:hover { background: var(--wood-light); transform: translateY(-2px); }
.btn--ghost { background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.35); }
.btn--ghost:hover { background: rgba(255,255,255,.16); }
.btn--lg { padding: 18px 40px; font-size: 17px; }

/* =========================  課題  ========================= */
.problem-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 44px;
}
.problem-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 28px; box-shadow: var(--shadow);
}
.problem-card__no { font-size: 13px; font-weight: 800; color: var(--wood); letter-spacing: .1em; }
.problem-card h3 { font-size: 19px; font-weight: 800; margin: 8px 0 10px; }
.problem-card p { color: var(--gray); font-size: 15px; }
.problem-card__photos { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; align-items: start; }
.problem-card__photo-col { display: flex; flex-direction: column; }
.problem-card__img { margin: 0; flex: 1; }
.problem-card__img img { width: 100%; height: 160px; border-radius: 6px; display: block; object-fit: cover; }
.problem-card__caption { font-size: 13px; color: var(--ink); font-weight: 600; margin-bottom: 6px; line-height: 1.4; min-height: 2.8em; }
.problem-card__books { display: flex; gap: 8px; align-items: flex-start; }
.problem-card__img--book img { height: 140px; width: auto; object-fit: contain; }
.claim-list { margin-top: 16px; background: #fff8f8; border: 1px solid #f0d0d0; border-radius: 8px; padding: 16px 20px; }
.claim-list__title { font-weight: 700; font-size: 14px; color: #c0392b; margin-bottom: 10px; }
.claim-list ul { padding-left: 1.4em; margin: 0 0 12px; }
.claim-list ul li { font-size: 13.5px; line-height: 1.8; color: #444; margin-bottom: 4px; }
.claim-list__note { font-size: 12.5px; line-height: 1.8; color: #666; border-top: 1px solid #e0c0c0; padding-top: 10px; margin: 0; }

/* =========================  経営課題チェック  ========================= */
.issue-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 44px 0 0;
}
.issue-item {
  display: flex; align-items: center; gap: 16px;
  background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--wood);
  border-radius: var(--radius); padding: 20px 22px; box-shadow: var(--shadow);
}
.issue-item__icon { font-size: 26px; line-height: 1; flex-shrink: 0; }
.issue-item p { font-size: 15.5px; font-weight: 700; color: var(--ink); }

.issue-conclusion {
  text-align: center; margin-top: 48px; padding: 40px 28px;
  background: var(--bg-soft); border-radius: var(--radius);
}
.issue-conclusion p {
  font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 24px; line-height: 1.7;
}
.issue-conclusion p strong { color: var(--wood); }
@media (max-width: 720px) {
  .issue-grid { grid-template-columns: 1fr; }
  .issue-conclusion p { font-size: 16px; }
}

/* 現場ガイド（修正２） */
.genba-guide {
  margin-top: 48px;
  background: #f8f6f0;
  border-radius: 12px;
  padding: 32px 36px;
}
.genba-guide__title {
  font-size: clamp(18px,2vw,22px); font-weight: 800;
  color: var(--navy); border-left: 5px solid var(--wood);
  padding-left: 14px; margin-bottom: 24px;
}
.genba-guide__block { margin-bottom: 24px; }
.genba-guide__block h4 {
  font-size: 17px; font-weight: 700; color: var(--navy);
  margin-bottom: 12px;
}
.genba-guide__list { padding-left: 20px; }
.genba-guide__list li { margin-bottom: 8px; line-height: 1.8; font-size: 14px; }
.genba-guide__section { margin-bottom: 28px; }
.genba-guide__section-label {
  font-weight: 700; font-size: 15px; color: var(--navy);
  margin-bottom: 6px;
}
.genba-guide__section-note {
  font-size: 13.5px; color: #555; line-height: 1.7;
  margin-bottom: 12px;
}
.genba-guide__note {
  font-size: 13px; color: #666; line-height: 1.7;
  margin-top: 12px; padding: 10px 14px;
  background: #fff; border-radius: 6px;
  border-left: 3px solid var(--wood);
}
.genba-compare {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.genba-compare__col {
  border-radius: 8px; padding: 16px;
}
.genba-compare__col--good { background: #e8f4e8; border: 1px solid #7cb87c; }
.genba-compare__col--bad  { background: #fdecea; border: 1px solid #d9534f; }
.genba-compare__head {
  font-weight: 700; font-size: 13.5px; margin-bottom: 8px;
}
.genba-compare__col--good .genba-compare__head { color: #2e7d32; }
.genba-compare__col--bad  .genba-compare__head { color: #c62828; }
.genba-compare ul { padding-left: 16px; margin: 0; }
.genba-compare li { font-size: 13px; line-height: 1.7; margin-bottom: 4px; }
.genba-compare__img { margin: 0 0 10px; }
.genba-compare__img img { width: 100%; height: 160px; object-fit: cover; border-radius: 6px; display: block; }
.genba-compare__img--full img { object-fit: contain; background: #f5f5f5; }
/* 修正３：経営課題チェック（書籍下） */
.issue-check { margin-top: 48px; padding-top: 48px; border-top: 2px solid #e8e0d4; }

/* 修正５：社長の悩みごと */
.shacho-nayami { margin-top: 48px; padding-top: 48px; border-top: 2px solid #e8e0d4; }

/* 修正４：現場力向上の仕組みラベル */
.issue-solution-label { margin-top: 32px; text-align: center; padding: 24px; background: var(--navy); color: #fff; border-radius: 8px; }
.issue-solution-label p { margin: 0 0 6px; font-size: 15px; }
.issue-solution-label__title { font-size: 22px; font-weight: 700; color: var(--wood-light); }

/* Ⓒ下部ブロック */
.cert-block { margin-top: 24px; background: #fff; border-radius: 10px; padding: 24px; border: 1px solid #ddd; }
.cert-block__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; align-items: start; }
.cert-block__table-img img { width: 100%; border-radius: 6px; display: block; }
.cert-block__report { display: flex; flex-direction: column; gap: 10px; }
.cert-block__report-img img { width: 100%; border-radius: 6px; display: block; }
.cert-block__report p { font-size: 13.5px; line-height: 1.7; color: #333; }
.cert-block__text { font-size: 13.5px; line-height: 1.8; color: #333; margin-bottom: 8px; }
.cert-block__book { margin-top: 16px; text-align: center; }
.cert-block__book img { max-width: 200px; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,.15); }
@media (max-width: 600px) {
  .cert-block__row { grid-template-columns: 1fr; }
}

.genba-photo-caption {
  font-size: 12.5px; font-weight: 600; color: #444;
  background: rgba(0,0,0,.05); border-radius: 4px;
  padding: 5px 8px; margin: 10px 0 4px; line-height: 1.6;
}
@media (max-width: 600px) {
  .genba-compare { grid-template-columns: 1fr; }
  .genba-guide { padding: 20px 16px; }
}

/* 矢印ブリッジ */
.bridge { text-align: center; padding: 56px 0 8px; }
.bridge__arrow { font-size: 30px; color: var(--wood); }
.bridge__text { font-size: 18px; font-weight: 700; color: var(--navy); margin-top: 6px; }
@media (max-width: 420px) {
  .bridge__text { font-size: 13px; }
}

/* 修正６：ブリッジ長文版 */
.bridge--long { text-align: left; padding: 48px 0 0; }
.bridge--long .bridge__arrow { text-align: center; }
.bridge__body { background: var(--navy); color: #fff; border-radius: 12px; padding: 36px 40px; margin-top: 20px; }
.bridge__lead { font-size: 18px; line-height: 1.8; margin-bottom: 20px; }
.bridge__list { padding-left: 1.4em; margin: 0 0 24px; }
.bridge__list li { font-size: 15px; line-height: 1.9; margin-bottom: 12px; color: #e8e0d4; }
.bridge__cta-text { font-size: 20px; font-weight: 700; color: var(--wood-light); text-align: center; margin: 28px 0; padding: 20px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.bridge__closing { font-size: 15px; line-height: 1.9; color: #e8e0d4; margin: 0; border-top: 1px solid rgba(255,255,255,.2); padding-top: 20px; }
.bridge__graph { margin: 12px 0 0; }
.bridge__graph img { width: 100%; border-radius: 6px; display: block; }
@media (max-width: 600px) {
  .bridge__body { padding: 24px 20px; }
  .bridge__lead { font-size: 16px; }
  .bridge__cta-text { font-size: 17px; }
}

/* ミッション：写真＋テキスト */
.mission-split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: center; text-align: left; }
.mission-split__media { position: relative; }
.mission-split__media img {
  width: 100%; max-width: 360px; margin-inline: auto;
  background: linear-gradient(160deg, #eef1f5, #dde3ea); border-radius: 16px;
}
.mission-split__media .badge {
  position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%);
  background: var(--navy); color: #fff; font-size: 13px; font-weight: 700;
  padding: 8px 20px; border-radius: 999px; white-space: nowrap;
}
.mission-split .lead { margin-inline: 0; }

/* 続きを読む：代表メッセージ全文・プロフィール */
.mission-more { margin-top: 40px; padding-top: 40px; border-top: 1px solid #e3e3e3; text-align: left; }
.mission-more__message p { margin: 0 0 16px; line-height: 1.9; color: var(--ink); }
.mission-more__message p:last-child { text-align: right; font-weight: 700; margin: 8px 0 0; }
.mission-profile { margin-top: 36px; }
.mission-profile h3 { font-size: 20px; margin: 0 0 16px; }
.mission-profile__row { display: flex; gap: 32px; align-items: flex-start; flex-wrap: wrap; }
.mission-profile__facts { list-style: none; margin: 0; padding: 0; flex: 1; min-width: 240px; }
.mission-profile__facts li { padding: 6px 0; border-bottom: 1px dashed #ddd; font-size: 15px; }
.mission-profile__photo { width: 180px; border-radius: 10px; flex-shrink: 0; }
.mission-history { list-style: none; margin: 28px 0 0; padding: 0; }
.mission-history li { padding: 14px 0; border-top: 1px solid #eee; line-height: 1.8; }
.mission-history li strong { display: block; color: var(--navy); margin-bottom: 4px; }

/* 活動の様子ギャラリー */
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 48px; }
.gallery figure { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.gallery img { width: 100%; height: 280px; object-fit: cover; transition: transform .4s; }
.gallery figure:hover img { transform: scale(1.05); }
.gallery figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: linear-gradient(transparent, rgba(14,34,56,.88));
  color: #fff; padding: 30px 22px 18px; font-weight: 700; font-size: 15.5px;
}
.gallery figcaption span { display: block; font-size: 12px; font-weight: 600; color: var(--wood-light); letter-spacing: .12em; margin-bottom: 3px; }

/* =========================  活動・サービス  ========================= */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.service-card {
  background: #fff; border-radius: var(--radius); padding: 34px 28px;
  border: 1px solid var(--line); transition: transform .2s, box-shadow .2s;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card__icon {
  width: 54px; height: 54px; border-radius: 12px; background: var(--bg-navy-soft);
  display: grid; place-items: center; margin-bottom: 18px; font-size: 26px;
}
.service-card h3 { font-size: 18px; font-weight: 800; margin-bottom: 10px; }
.service-card p { color: var(--gray); font-size: 14.5px; }

/* =========================  数字・実績  ========================= */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 50px; }
.stat { text-align: center; }
.stat__num { font-size: clamp(52px, 8vw, 80px); font-weight: 800; color: var(--wood-light); line-height: 1; }
.stat__num small { font-size: 28px; }
.stat__label { margin-top: 16px; font-size: 20px; color: rgba(255,255,255,.8); }

/* =========================  対象  ========================= */
.target { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 44px; }
.target__box { border-radius: var(--radius); padding: 32px 30px; }
.target__box--yes { background: #fff; border: 2px solid var(--wood); }
.target__box--no { background: var(--bg-soft); border: 1px solid var(--line); }
.target__box h3 { font-size: 18px; font-weight: 800; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.target__box ul { list-style: none; }
.target__box li { padding: 7px 0 7px 26px; position: relative; font-size: 15px; }
.target__box--yes li::before { content: "✓"; position: absolute; left: 0; color: var(--wood); font-weight: 800; }
.target__box--no li::before { content: "−"; position: absolute; left: 0; color: var(--gray); font-weight: 800; }

/* =========================  動画ライブラリー  ========================= */

/* グループ共通 */
.movie-group { margin-top: 48px; }
.movie-group:first-child { margin-top: 40px; }
.movie-group__title {
  font-size: 18px; font-weight: 800; color: var(--navy);
  margin-bottom: 20px; padding-bottom: 10px;
  border-bottom: 2px solid var(--wood);
}

/* 腐った魚バナー */
.movie-banner--kusatta {
  display: flex; align-items: center; justify-content: space-between;
  background: var(--navy-deep); color: #fff;
  border-radius: var(--radius); padding: 32px 40px;
  text-decoration: none; gap: 24px; flex-wrap: wrap;
  transition: opacity .2s;
}
.movie-banner--kusatta:hover { opacity: .9; }
.movie-banner--kusatta .banner-body p {
  font-size: 16px; font-weight: 700; line-height: 1.6;
}
.movie-banner--kusatta .banner-body h3 {
  font-size: clamp(20px, 2.5vw, 28px); font-weight: 900;
  color: var(--wood-light); margin-top: 8px;
}
.movie-banner--kusatta .banner-cta {
  background: var(--wood); color: #fff;
  font-size: 16px; font-weight: 800;
  padding: 14px 28px; border-radius: 999px; white-space: nowrap;
}

/* CS機構解説バナー（準備中） */
.movie-banner--cs {
  display: flex; align-items: center; justify-content: space-between;
  background: var(--navy); color: #fff;
  border-radius: var(--radius); padding: 32px 40px;
  gap: 24px; flex-wrap: wrap; opacity: .75;
}
.movie-banner--cs .banner-body p { font-size: 14px; color: rgba(255,255,255,.75); }
.movie-banner--cs .banner-body h3 {
  font-size: clamp(18px, 2vw, 24px); font-weight: 800; margin: 6px 0 4px;
}
.movie-banner--cs .banner-body p.sub { font-size: 13px; color: rgba(255,255,255,.6); }
.movie-banner--cs .banner-cta {
  background: var(--gray); color: #fff;
  font-size: 14px; font-weight: 700;
  padding: 12px 24px; border-radius: 999px; white-space: nowrap;
}

/* 全国の工事品質優良工務店 カードグリッド */
.company-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.company-card {
  display: flex; flex-direction: column;
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); text-decoration: none; color: inherit;
  transition: transform .2s, box-shadow .2s;
}
.company-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(22,48,79,.14); }
.company-card__thumb {
  width: 100%; aspect-ratio: 16/9; object-fit: cover;
}
.company-card__thumb--coming {
  aspect-ratio: 16/9; background: var(--bg-navy-soft);
  display: flex; align-items: center; justify-content: center;
  color: var(--gray); font-size: 13px; font-weight: 700; letter-spacing: .1em;
}
.company-card__info {
  padding: 14px 16px; background: #fff; flex: 1;
  display: flex; flex-direction: column; gap: 4px;
}
.company-card__company { font-size: 11px; color: var(--gray); }
.company-card__title { font-size: 13px; font-weight: 700; color: var(--navy); line-height: 1.5; }
.company-card--coming .company-card__info { background: var(--bg-soft); }
.company-card__coming-label {
  display: inline-block; margin-top: 4px;
  font-size: 11px; font-weight: 700; color: var(--gray);
  background: #e8e8e8; border-radius: 4px; padding: 2px 8px;
}

/* プレイリストバナー（楓工務店・現場力） */
.playlist-banner {
  display: block; position: relative; border-radius: var(--radius);
  overflow: hidden; text-decoration: none;
  transition: opacity .2s;
}
.playlist-banner:hover { opacity: .92; }
.playlist-banner img {
  width: 100%; height: 220px; object-fit: cover; display: block;
}
.playlist-banner__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(14,34,56,.85) 50%, rgba(14,34,56,.3));
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: flex-end;
  padding: 28px 32px; color: #fff;
}
.playlist-banner__overlay h3 {
  font-size: clamp(18px, 2vw, 24px); font-weight: 800; line-height: 1.4; margin-bottom: 10px;
}
.playlist-banner__overlay .cta {
  background: var(--wood); color: #fff;
  font-size: 14px; font-weight: 700;
  padding: 8px 20px; border-radius: 999px;
}

/* レスポンシブ */
@media (max-width: 900px) {
  .company-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .movie-banner--kusatta, .movie-banner--cs { padding: 24px 20px; }
  .company-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .playlist-banner img { height: 160px; }
}

/* (旧タブ・プレースホルダーは削除) */
.video-tabs { display: none; }
.video-panel { display: none; }
.video-placeholder { display: none; }
.video-tab {
  padding: 12px 28px; font-size: 16px; font-weight: 700;
  background: none; border: none; cursor: pointer;
  color: var(--gray); border-bottom: 3px solid transparent;
  margin-bottom: -2px; transition: color .2s, border-color .2s;
}
.video-tab.active { color: var(--navy); border-bottom-color: var(--wood); }
.video-tab:hover { color: var(--navy); }

.video-panel { display: none; }
.video-panel.active { display: block; }

.video-main {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 36px;
  align-items: start; margin-bottom: 40px;
}
.video-embed {
  position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;
  border-radius: var(--radius); box-shadow: var(--shadow);
}
.video-embed iframe {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  border-radius: var(--radius);
}
.video-main__desc h3 { font-size: 22px; font-weight: 800; margin-bottom: 14px; color: var(--navy); }
.video-main__desc p { color: var(--gray); font-size: 15px; line-height: 1.8; margin-bottom: 24px; }

.video-category-section {
  margin-bottom: 48px;
}
.video-category-title {
  display: flex; align-items: center; gap: 10px;
  font-size: 20px; font-weight: 800; color: var(--navy);
  padding: 14px 20px; background: var(--bg-navy-soft);
  border-left: 4px solid var(--wood); border-radius: 0 var(--radius) var(--radius) 0;
  margin-bottom: 20px;
}
.video-category-title span { font-size: 22px; }
.video-category-title em {
  margin-left: auto; font-style: normal;
  font-size: 14px; font-weight: 700; color: var(--wood);
  background: #fff; padding: 3px 12px; border-radius: 999px;
  border: 1px solid var(--wood);
}
.video-list {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.video-item { display: flex; flex-direction: column; gap: 0; }
.video-item .video-embed {
  position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0; box-shadow: var(--shadow);
}
.video-item .video-embed iframe {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}
.video-item__title {
  background: var(--navy); color: #fff;
  font-size: 13px; font-weight: 600; padding: 8px 12px;
  border-radius: 0 0 var(--radius) var(--radius);
  line-height: 1.5;
}
.video-placeholder {
  grid-column: 1 / -1; text-align: center;
  padding: 32px; background: var(--bg-soft);
  border-radius: var(--radius); border: 2px dashed var(--line);
  color: var(--gray); font-size: 15px;
}

/* =========================  活動写真3枚  ========================= */
.activity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.activity-card__label {
  background: var(--navy); color: #fff;
  font-size: 15px; font-weight: 700; text-align: center;
  padding: 10px 16px; border-radius: var(--radius) var(--radius) 0 0;
}
.activity-card figure { margin: 0; }
.activity-card img {
  width: 100%; height: 200px; object-fit: cover;
  display: block; border-radius: 0 0 var(--radius) var(--radius);
}
.activity-photos { padding: 48px 0; }

/* =========================  課題グリッド（7枚）  ========================= */
.problem-grid--3 { grid-template-columns: repeat(3, 1fr); }
.problem-card--wide { grid-column: 1 / -1; max-width: 420px; margin-inline: auto; }

/* =========================  解決策  ========================= */
.solution-list { display: flex; flex-direction: column; gap: 20px; margin-top: 44px; }
.solution-item {
  display: grid; grid-template-columns: 1fr 40px 1.4fr; gap: 20px; align-items: center;
  background: #fff; border-radius: var(--radius); padding: 24px 28px; border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.solution-item__problem {
  font-size: 15px; font-weight: 700; color: var(--navy);
}
.solution-item__problem span {
  display: block; font-size: 12px; font-weight: 700; color: var(--wood);
  letter-spacing: .08em; margin-bottom: 6px;
}
.solution-item__arrow { font-size: 22px; color: var(--wood); text-align: center; font-weight: 800; }
.solution-item__solution strong { display: block; font-size: 16px; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.solution-item__solution p { font-size: 14px; color: var(--gray); margin: 0; }

/* 修正８：solution-item ブロック版 */
.solution-item--block { grid-template-columns: 1fr; gap: 12px; }
.solution-item--block .solution-item__arrow { text-align: left; }
.sol-photos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 14px; }
.sol-photo { margin: 0; }
.sol-photo img { width: 100%; height: 160px; object-fit: cover; border-radius: 6px; display: block; }
.sol-photo figcaption { font-size: 12px; color: var(--ink); margin-top: 6px; line-height: 1.4; }
.sol-photo-wide { margin: 16px 0 0; }
.sol-photo-wide img { width: 100%; border-radius: 6px; display: block; }
.sol-photo-wide figcaption { font-size: 13px; color: var(--ink); margin-top: 8px; line-height: 1.5; }
.sol-photo-col { display: flex; flex-direction: column; }
.sol-photo-label { font-size: 13px; font-weight: 700; margin: 0 0 6px; line-height: 1.4; min-height: 2.8em; }
.sol-photo-img { width: 100%; height: 200px; object-fit: cover; border-radius: 6px; display: block; }
.sol-photo-note { font-size: 12px; color: var(--ink); margin: 8px 0 0; line-height: 1.5; }

/* 続きを読む：施工品質を確保するためにやるべきこと */
.solution-more { margin: 0 0 40px; padding-bottom: 40px; border-bottom: 1px solid #e3e3e3; text-align: left; }
.solution-more h3 { font-size: clamp(24px, 3.4vw, 34px); font-weight: 800; line-height: 1.5; margin: 0 0 20px; }
.solution-more__step { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 24px; }
.solution-more__step-no {
  flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%;
  background: var(--navy); color: #fff; font-weight: 800; font-size: 15px;
  display: flex; align-items: center; justify-content: center;
}
.solution-more__step-body p { margin: 0 0 10px; line-height: 1.8; color: var(--ink); }
.solution-more__step-body img { width: 100%; max-width: 560px; border-radius: 6px; display: block; }
.sol-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
.sol-compare__col { display: flex; flex-direction: column; gap: 8px; }
.sol-compare__head { font-size: 13px; font-weight: 700; padding: 6px 10px; border-radius: 4px; text-align: center; }
.sol-compare__col--good .sol-compare__head { background: #e8f5e9; color: #2e7d32; }
.sol-compare__col--bad .sol-compare__head { background: #fdecea; color: #c62828; }
.sol-compare__caption { font-size: 12.5px; font-weight: 600; color: var(--ink); margin: 0; }
.sol-compare__note { font-size: 12px; color: #c62828; font-weight: 600; margin: 4px 0 0; }
.sol-compare figure { margin: 0; }
.sol-compare figure img { width: 100%; height: 140px; object-fit: cover; border-radius: 6px; display: block; }
@media (max-width: 600px) {
  .sol-photos { grid-template-columns: 1fr 1fr; }
  .sol-compare { grid-template-columns: 1fr; }
}

/* =========================  推薦者の声  ========================= */
.voice-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px;
}
.voice-card {
  background: #fff; border-radius: var(--radius); border: 1px solid var(--line);
  border-left: 4px solid var(--wood); padding: 22px 24px; box-shadow: var(--shadow);
  cursor: pointer;
}
.voice-card summary { list-style: none; cursor: pointer; }
.voice-card summary::-webkit-details-marker { display: none; }
.voice-card summary::after {
  content: "クリックして詳細を見る ▼"; display: block; margin-top: 10px;
  font-size: 12px; font-weight: 700; color: var(--wood);
}
.voice-card[open] summary::after { content: "閉じる ▲"; }
.voice-card__company { font-size: 15px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.voice-card__company span { display: block; font-size: 12.5px; font-weight: 600; color: var(--gray); margin-top: 2px; }
.voice-card__comment { font-size: 14.5px; color: var(--ink); line-height: 1.7; }
.voice-card__detail { margin-top: 16px; padding-top: 16px; border-top: 1px dashed var(--line); }
.voice-card__detail p { font-size: 13.5px; color: var(--gray); line-height: 1.8; margin-bottom: 12px; }
.voice-card__detail p:last-child { margin-bottom: 0; }
.voice-card__detail strong { color: var(--navy); font-size: 13px; }
@media (max-width: 900px) { .voice-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .voice-grid { grid-template-columns: 1fr; } }

/* =========================  推薦動画  ========================= */
.voice-movie-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 44px;
}
.voice-movie-card { position: relative; display: block; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: #fff; }
.voice-movie-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.voice-movie-card__overlay {
  position: absolute; inset: 0; top: 0; bottom: calc(100% - 0%); aspect-ratio: 16/9;
  display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.25);
}
.voice-movie-card__play {
  width: 48px; height: 48px; border-radius: 50%; background: rgba(255,0,0,.9);
  color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px;
}
.voice-movie-card__label { padding: 12px 14px; font-size: 13.5px; font-weight: 700; color: var(--navy); }
@media (max-width: 900px) { .voice-movie-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .voice-movie-grid { grid-template-columns: 1fr; } }

/* =========================  154社の受講企業  ========================= */
.region-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 44px 0 0;
}
.region-card {
  background: #fff; border-radius: var(--radius); border: 1px solid var(--line);
  padding: 26px 12px; box-shadow: var(--shadow); text-align: center; cursor: pointer;
}
.region-card summary { list-style: none; cursor: pointer; }
.region-card summary::-webkit-details-marker { display: none; }
.region-card__num { font-size: 32px; font-weight: 800; color: var(--wood); line-height: 1; margin-bottom: 6px; }
.region-card__label { font-size: 13.5px; font-weight: 700; color: var(--ink); }
.region-card__detail { margin-top: 16px; padding-top: 16px; border-top: 1px dashed var(--line); text-align: left; }
.region-card__detail p { font-size: 12.5px; color: var(--gray); line-height: 1.9; margin-bottom: 10px; }
.region-card__detail p:last-child { margin-bottom: 0; }
.region-card__detail strong { color: var(--navy); font-size: 13px; }
.region-card[open] { grid-column: 1 / -1; text-align: left; }
@media (max-width: 720px) { .region-grid { grid-template-columns: repeat(2, 1fr); } }

/* =========================  法人案内  ========================= */
.corporate-table { margin-top: 44px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.corporate-table__row {
  display: grid; grid-template-columns: 160px 1fr; gap: 20px;
  padding: 18px 26px; border-bottom: 1px solid var(--line); font-size: 14.5px; line-height: 1.8;
}
.corporate-table__row:last-child { border-bottom: none; }
.corporate-table__label { font-weight: 800; color: var(--navy); }
@media (max-width: 600px) {
  .corporate-table__row { grid-template-columns: 1fr; gap: 4px; }
}

/* =========================  成功事例  ========================= */
.case-grid { display: grid; grid-template-columns: 1fr; gap: 28px; margin-top: 48px; }
.section__more { text-align: center; margin-top: 40px; }
.case-card { background: #fff; border-radius: var(--radius); border: 1px solid var(--line); overflow: hidden; box-shadow: var(--shadow); }
.case-card__img { margin: 0; }
.case-card__img img { width: 100%; height: 220px; object-fit: cover; }
.case-card__body { padding: 28px; }
.case-card__tag {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .08em;
  color: var(--wood); border: 1px solid var(--wood); border-radius: 999px;
  padding: 4px 14px; margin-bottom: 12px;
}
.case-card__body h3 { font-size: 20px; font-weight: 800; margin-bottom: 6px; }
.case-card__company { font-size: 13px; font-weight: 700; color: var(--gray); margin-bottom: 12px; }
.case-card__body p { font-size: 14.5px; color: var(--gray); }

/* =========================  CTA  ========================= */
.cta { background: linear-gradient(160deg, var(--navy-deep), var(--navy)); color: #fff; text-align: center; }
.cta .h2 { color: #fff; }
.cta__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.btn--cta-primary { background: var(--wood); color: #fff; box-shadow: 0 4px 20px rgba(181,133,63,.5); }
.btn--cta-primary:hover { background: var(--wood-light); transform: translateY(-2px); }
.btn--cta-secondary { background: #fff; color: var(--navy); }
.btn--cta-secondary:hover { background: #f0f4f8; transform: translateY(-2px); }
.cta__tel { margin-top: 24px; font-size: 15px; color: rgba(255,255,255,.8); }
.cta__tel a { color: #fff; font-weight: 700; font-size: 18px; margin-right: 10px; }

/* =========================  フッター  ========================= */
.footer { background: var(--navy-deep); color: rgba(255,255,255,.75); padding: 60px 0 30px; font-size: 14px; }
.footer__top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer__brand-name { color: #fff; font-weight: 800; font-size: 16px; margin-bottom: 14px; }
.footer__info p { margin-bottom: 4px; }
.footer h4 { color: #fff; font-size: 14px; margin-bottom: 14px; }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 9px; }
.footer ul a:hover { color: var(--wood-light); }
.footer__bottom { text-align: center; padding-top: 26px; font-size: 13px; color: rgba(255,255,255,.5); }

/* =========================  レスポンシブ  ========================= */
@media (max-width: 860px) {
  .nav { position: fixed; inset: 74px 0 auto 0; flex-direction: column; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line); padding: 10px 0;
    transform: translateY(-130%); transition: transform .3s; box-shadow: var(--shadow); }
  .nav.open { transform: translateY(0); }
  .nav a { width: 100%; text-align: center; padding: 14px 0; }
  .nav__cta { margin: 8px auto; width: fit-content; }
  .nav-toggle { display: block; }
  .problem-grid, .problem-grid--3, .service-grid, .stats, .target, .gallery, .case-grid, .video-category-grid { grid-template-columns: 1fr; }
  .activity-grid { grid-template-columns: 1fr; }
  .video-main { grid-template-columns: 1fr; }
  .video-tab { padding: 10px 14px; font-size: 13px; }
  .video-list { grid-template-columns: 1fr; }
  .problem-card--wide { max-width: 100%; }
  .solution-item { grid-template-columns: 1fr; gap: 10px; }
  .solution-item__arrow { display: none; }
  .hero__inner { grid-template-columns: 1fr; gap: 0; min-height: auto; }
  .hero__body { padding: 60px 0 40px; }
  .hero__media { order: -1; height: 260px; }
  .hero__media img { object-fit: cover; }
  .mission-split { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .mission-split .lead { margin-inline: auto; }
  .mission-split__media img { max-width: 260px; }
  .footer__top { grid-template-columns: 1fr; gap: 28px; }
  .section { padding: 60px 0; }
}

/* ==========  スマートフォン専用（480px以下）  ========== */
@media (max-width: 480px) {
  /* ヘッダー */
  .header__inner { height: 60px; }
  .nav { inset: 60px 0 auto 0; }
  .brand__name { font-size: 13px; }
  .brand__name span { display: none; }
  .brand__mark { width: 36px; height: 36px; font-size: 15px; }

  /* 重要バナー */
  .wrap { width: min(var(--maxw), 95%); }

  /* ヒーロー */
  .hero__body { padding: 36px 0 28px; }
  .hero__tag { font-size: 11px; padding: 5px 12px; margin-bottom: 16px; }
  .hero h1 { font-size: 22px; margin-bottom: 18px; }
  .hero p { font-size: 15px; margin-bottom: 24px; }
  .hero__badge { font-size: 13px; padding: 7px 16px; }
  .hero__badge strong { font-size: 18px; }
  .hero__actions { flex-direction: column; gap: 10px; }
  .hero__actions .btn { width: 100%; justify-content: center; }
  .btn--lg { padding: 14px 24px; font-size: 15px; }
  .hero__media { height: 200px; }

  /* セクション */
  .section { padding: 44px 0; }
  .h2 { font-size: 22px; }
  .lead { font-size: 15px; }

  /* 活動写真 */
  .activity-photos { padding: 32px 0; }
  .activity-card img { height: 160px; }

  /* 課題カード */
  .problem-card { padding: 22px 20px; }
  .problem-card h3 { font-size: 17px; }

  /* 解決策 */
  .solution-item { padding: 18px 20px; }
  .solution-item__solution strong { font-size: 15px; }

  /* サービスカード */
  .service-card { padding: 24px 20px; }
  .service-card h3 { font-size: 16px; }

  /* 実績数値 */
  .stat__num { font-size: 52px; }
  .stat__num small { font-size: 22px; }
  .stat__label { font-size: 16px; }

  /* 動画タブ */
  .video-tabs { flex-wrap: wrap; gap: 4px; }
  .video-tab { font-size: 12px; padding: 8px 10px; }

  /* ビデオカテゴリタイトル */
  .video-category-title { font-size: 16px; padding: 12px 14px; }

  /* 事例カード */
  .case-card__img img { height: 180px; }
  .case-card__body { padding: 20px; }
  .case-card__body h3 { font-size: 17px; }

  /* CTA */
  .cta__actions { flex-direction: column; }
  .cta__actions .btn { width: 100%; justify-content: center; }

  /* フッター */
  .footer { padding: 40px 0 24px; }
  .footer__brand-name { font-size: 14px; }

  /* 対象ボックス */
  .target__box { padding: 24px 20px; }
  .target__box h3 { font-size: 16px; }
  .target__box li { font-size: 14px; }
}

/* ==========  修正指示１：成功事例スライド（縦並び）  ========== */
/* =========================  建築技術動画カード  ========================= */
.tech-video-card {
  display: block;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,.22);
  margin-top: 40px;
  text-decoration: none;
}
.tech-video-card__thumb {
  width: 100%;
  height: auto;
  display: block;
  max-height: 420px;
  object-fit: cover;
  transition: transform .4s ease;
}
.tech-video-card:hover .tech-video-card__thumb { transform: scale(1.03); }
.tech-video-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.72) 0%, rgba(0,0,0,.15) 55%, transparent 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 32px;
}
.tech-video-card__play {
  width: 80px;
  height: 56px;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.5));
  transition: transform .2s ease;
}
.tech-video-card:hover .tech-video-card__play { transform: scale(1.12); }
.tech-video-card__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-align: center;
}
.tech-video-card__label {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .04em;
  text-shadow: 0 2px 8px rgba(0,0,0,.6);
}
.tech-video-card__count {
  font-size: 15px;
  font-weight: 600;
  background: rgba(255,0,0,.85);
  padding: 5px 18px;
  border-radius: 999px;
  letter-spacing: .04em;
}

.case-slides--vertical {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
  margin-bottom: 48px;
}
.case-slide-v {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.case-slide-v img { width: 100%; height: auto; display: block; }

.survey-box {
  margin-top: 40px;
  background: var(--bg-soft);
  border-left: 5px solid var(--wood);
  border-radius: var(--radius);
  padding: 28px 32px;
}
.survey-box__lead {
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 8px;
}
.survey-box__source {
  font-size: 14px;
  color: var(--gray);
  margin-bottom: 16px;
  line-height: 1.6;
}
.survey-box__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.survey-box__list li {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 16px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid var(--line);
}
.survey-box__list--first {
  background: var(--navy) !important;
  color: #fff !important;
  font-size: 18px !important;
  border-color: var(--navy) !important;
}


/* ==========  修正指示４：お問い合わせフォーム  ========== */
.cta__email {
  margin-top: 12px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.cta__email a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact-form {
  margin-top: 48px;
  background: #fff;
  border-radius: var(--radius);
  padding: 40px;
  max-width: 720px;
  margin-inline: auto;
  box-shadow: var(--shadow);
}
.form-row {
  margin-bottom: 24px;
}
.form-label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 15px;
}
.form-required {
  display: inline-block;
  background: #c0392b;
  color: #fff;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 8px;
  font-weight: 700;
  vertical-align: middle;
}
.form-radios {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.form-radios label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 15px;
}
.form-input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  font-family: inherit;
  background: #fafafa;
}
.form-input--half { max-width: 320px; }
.form-name-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-name-label {
  font-size: 13px;
  color: var(--gray);
  display: block;
  margin-bottom: 4px;
}
.form-textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  font-family: inherit;
  background: #fafafa;
  resize: vertical;
}
.form-submit {
  text-align: center;
  margin-top: 8px;
}
@media (max-width: 600px) {
  .case-slides { flex-direction: column; }
  .contact-form { padding: 24px 20px; }
  .form-name-grid { grid-template-columns: 1fr; }
  .movie-group__header { flex-direction: column; align-items: flex-start; }
}

/* =========================  サイト共通ヘッダー／フッター  ========================= */
.site-header {
  background: var(--navy);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(0,0,0,.18);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  width: min(1120px, 92%);
  margin-inline: auto;
}
.site-header__logo {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
}
.site-header__logo span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  opacity: .7;
  letter-spacing: .1em;
}
.site-header__nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 700;
}
.site-header__nav a { color: rgba(255,255,255,.8); transition: color .2s; text-decoration: none; }
.site-header__nav a:hover { color: var(--wood-light); }
.site-header__nav a.active { color: var(--wood-light); border-bottom: 2px solid var(--wood-light); padding-bottom: 2px; }
.site-header__cta {
  background: var(--wood);
  color: #fff !important;
  padding: 8px 18px;
  border-radius: 6px;
  transition: background .2s;
}
.site-header__cta:hover { background: var(--wood-light) !important; }

.breadcrumb {
  background: var(--bg-soft);
  padding: 10px 0;
  font-size: 12px;
  color: var(--gray);
  border-bottom: 1px solid var(--line);
}
.breadcrumb__inner {
  width: min(1120px, 92%);
  margin-inline: auto;
}
.breadcrumb a { color: var(--navy); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb__sep { margin: 0 8px; }

.site-footer {
  background: var(--navy-deep, #0d1b2e);
  color: rgba(255,255,255,.75);
  padding: 56px 0 28px;
  font-size: 14px;
  line-height: 1.9;
}
.site-footer__inner {
  width: min(1120px, 92%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px 48px;
}
.site-footer__brand { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 12px; }
.site-footer__info p { margin: 0; font-size: 13px; }
.site-footer__col h4 { font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 12px; letter-spacing: .06em; text-transform: uppercase; }
.site-footer__col ul { list-style: none; padding: 0; margin: 0; }
.site-footer__col ul li { margin-bottom: 8px; }
.site-footer__col a { color: rgba(255,255,255,.65); text-decoration: none; transition: color .2s; }
.site-footer__col a:hover { color: var(--wood-light); }
.site-footer__bottom {
  text-align: center;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 12px;
  color: rgba(255,255,255,.4);
  width: min(1120px, 92%);
  margin-inline: auto;
}
@media (max-width: 860px) {
  .site-header__nav { gap: 16px; font-size: 12px; }
  .site-footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .site-header__nav { display: none; }
  .site-footer__inner { grid-template-columns: 1fr; gap: 28px; }
}
