/* =========================================================
   ゼンホーム / 下層ページ リデザイン層 v2（2026-07）
   目的：
   - 単調な「見出し＋カードグリッド」リズムの解消
   - 写真主導のセクション（プレイスホルダ含む）
   - TOPの遊び心（角抜き・縦書き・袋文字・マーキー）を下層へ展開
   読み込み順：style.css → pages.css → lower.css（上書きあり）
   ========================================================= */

/* ---------- 写真プレイスホルダ（生成待ち画像） ----------
   使い方：<figure class="ph ph--photo"><span class="ph__icon">🖼</span><span class="ph__label">reason-01.jpg</span></figure>
   ファイル名ラベル＝画像生成指示書のファイル名と一致させる */
.ph--photo {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  background:
    repeating-linear-gradient(45deg, rgba(191,160,99,.10) 0 14px, rgba(191,160,99,0) 14px 28px),
    linear-gradient(160deg, #E9E2D4 0%, #DDD3C0 100%);
}
.ph--photo .ph__icon { font-size: 22px; opacity: .5; }
.ph--photo .ph__label {
  font-size: 11px;
  letter-spacing: .06em;
  color: #8A8272;
  background: rgba(255,255,255,.72);
  padding: 3px 10px;
  border-radius: 999px;
}
.ph--photo.ph--dark {
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,.05) 0 14px, rgba(255,255,255,0) 14px 28px),
    linear-gradient(160deg, #2A3A63 0%, #1C2A4D 100%);
}
.ph--photo.ph--dark .ph__label { background: rgba(255,255,255,.14); color: rgba(255,255,255,.75); }

/* 写真ズーム（ホバーでじわっと） */
.zoom { overflow: hidden; }
.zoom img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s cubic-bezier(.22,.65,.3,1); }
.zoom:hover img { transform: scale(1.06); }

/* =========================================================
   下層フォトヒーロー（一覧・会社系ページ共通）
   ========================================================= */
.hero-sub {
  position: relative;
  overflow: hidden;
  min-height: clamp(300px, 34vw, 430px);
  display: flex;
  align-items: flex-end;
  background: var(--navy-deep);
}
.hero-sub__bg { position: absolute; inset: 0; }
.hero-sub__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-sub::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(20,28,46,.86) 0%, rgba(20,28,46,.55) 55%, rgba(20,28,46,.3) 100%);
}
.hero-sub__inner {
  position: relative;
  z-index: 2;
  width: min(1200px, 100% - 80px);
  margin-inline: auto;
  padding: 120px 0 52px;
}
.hero-sub__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .38em;
  color: var(--gold);
  margin-bottom: 18px;
}
.hero-sub__eyebrow::before { content: ""; width: 36px; height: 1px; background: var(--gold); }
.hero-sub__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(27px, 3.4vw, 42px);
  line-height: 1.4;
  letter-spacing: .04em;
  color: var(--white);
}
.hero-sub__sub { margin-top: 14px; font-size: 14.5px; color: rgba(255,255,255,.8); }
.hero-sub__wm {
  position: absolute;
  right: -10px; bottom: -22px;
  z-index: 1;
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(80px, 13vw, 180px);
  line-height: 1;
  letter-spacing: .06em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.14);
  pointer-events: none;
  user-select: none;
}
.hero-sub .v-label { top: auto; bottom: 40px; right: 34px; z-index: 2; }

/* ヒーロー直下のオーバーラップ白帯（実績数など） */
.hero-statbar {
  position: relative;
  z-index: 3;
  width: min(880px, calc(100% - 80px));
  margin: -46px auto 0;
  background: var(--white);
  border-left: 3px solid var(--gold);
  box-shadow: var(--shadow-panel);
  padding: 18px 16px;
}
.hero-statbar .intro-stats { margin-top: 0; }

/* =========================================================
   お悩みセクション — 紺の全幅バンド × 付箋（吹き出し）カード
   ========================================================= */
.trouble-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 20px;
}
.worry2 {
  position: relative;
  background: var(--white);
  border-radius: 14px;
  padding: 22px 24px 22px 58px;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--navy);
}
.worry2::before {
  content: "✓";
  position: absolute;
  left: 20px; top: 20px;
  display: grid;
  place-items: center;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
}
.worry2::after {                 /* 吹き出しのしっぽ */
  content: "";
  position: absolute;
  bottom: -7px; left: 30px;
  width: 15px; height: 15px;
  background: var(--white);
  transform: rotate(45deg);
}
/* 付箋はフラットな整列（傾き・段差・影なし） */
/* 旧 .worry のチェックSVGを新デザインでは隠す（✓は::beforeで表現） */
.worry2 .worry__ico { display: none; }

/* =========================================================
   物件9種別 — 写真カード
   ========================================================= */
.type-grid2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tcard {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 224px;
  border-radius: 0 28px 0 0;
  overflow: hidden;
  isolation: isolate;
}
.tcard__img { position: absolute; inset: 0; z-index: 0; }
.tcard__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.22,.65,.3,1); }
.tcard:hover .tcard__img img { transform: scale(1.07); }
.tcard::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(185deg, rgba(28,42,77,.14) 22%, rgba(16,24,44,.72) 58%, rgba(10,16,32,.94) 100%);
}
.tcard__no {
  position: absolute;
  top: 0; left: 0;
  z-index: 2;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .12em;
  color: var(--white);
  background: rgba(28,42,77,.8);
  padding: 7px 14px;
  border-bottom: 1px solid var(--gold);
}
.tcard__body { position: relative; z-index: 2; padding: 20px 22px; }
.tcard__name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 18.5px;
  letter-spacing: .03em;
  color: var(--white);
  margin-bottom: 6px;
  text-shadow: 0 1px 12px rgba(0,0,0,.55);
}
.tcard__desc { font-size: 12.5px; line-height: 1.7; color: rgba(255,255,255,.94); margin-bottom: 12px; text-shadow: 0 1px 10px rgba(0,0,0,.6); }
.tcard .link-arrow { color: #F6DCC2; font-size: 13.5px; text-shadow: 0 1px 10px rgba(0,0,0,.6); }
.tcard .link-arrow:hover { color: var(--white); }

/* =========================================================
   なぜ買い取れるか — 千鳥の写真トリオ
   ========================================================= */
.why-trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3vw, 40px);
  align-items: start;
}
.why-trio .why:nth-child(2) { margin-top: 52px; }
.why-trio .why:nth-child(3) { margin-top: 104px; }
.why__photo {
  position: relative;
  height: clamp(190px, 20vw, 240px);
  border-radius: 0 36px 0 0;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.why__no {
  display: inline-block;
  margin: -18px 0 12px 18px;
  position: relative;
  z-index: 2;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 34px;
  line-height: 1;
  color: var(--gold);
  background: var(--paper);
  padding: 0 16px 8px;
  border-bottom: 2px solid var(--gold);
}
.section--alt .why__no { background: #F4EFE6; }
.why__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 18.5px;
  color: var(--navy);
  letter-spacing: .03em;
  margin-bottom: 10px;
}
.why__text { font-size: 13.5px; line-height: 1.95; color: var(--body); }

/* =========================================================
   選ばれる6つの理由 — 写真×袋文字ナンバーの千鳥グリッド
   ========================================================= */
.rsn-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px 30px;
}
.rsn { position: relative; }
.rsn:nth-child(3n+2) { top: 30px; }
.rsn__photo {
  height: clamp(160px, 16vw, 190px);
  border-radius: 0 28px 0 0;
  overflow: hidden;
}
.rsn__num {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin: -20px 0 14px 14px;
  padding: 8px 14px 0;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.2px var(--gold);
  background: var(--paper);
  border-bottom: 2px solid var(--gold);
}
.section--alt .rsn__num { background: #F4EFE6; }
.rsn__title { font-weight: 700; font-size: 16px; color: var(--navy); line-height: 1.6; margin-bottom: 10px; }
.rsn__text { font-size: 13.5px; line-height: 1.85; color: var(--body); }

/* =========================================================
   買取の流れ — 写真つきステップレール
   ========================================================= */
.flow-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 26px;
}
.fstep { position: relative; }
.fstep + .fstep::before {
  content: "→";
  position: absolute;
  left: -22px; top: 66px;
  font-size: 19px;
  color: var(--gold);
}
.fstep__photo {
  position: relative;
  height: 150px;
  border-radius: 0 24px 0 0;
  overflow: hidden;
}
.fstep__num {
  position: absolute;
  top: -13px; left: 14px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--white);
  font-family: var(--serif);
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 8px 18px rgba(192,98,35,.4);
}
.fstep__panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: none;
  border-radius: 0 0 16px 0;
  padding: 18px 20px 20px;
}
.fstep__title { font-family: var(--serif); font-weight: 600; font-size: 16.5px; color: var(--navy); margin-bottom: 8px; }
.fstep__text { font-size: 13px; line-height: 1.8; color: var(--body); }
.fstep__eta {
  display: inline-flex;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 500;
  color: var(--accent-dark);
  background: rgba(192,98,35,.08);
  padding: 5px 12px;
  border-radius: 999px;
}
/* 縦型（buyflowページ用）：写真左・本文右のタイムライン */
.flow-line { position: relative; display: flex; flex-direction: column; gap: 34px; }
.flow-line::before {
  content: "";
  position: absolute;
  left: 22px; top: 20px; bottom: 20px;
  border-left: 2px dashed rgba(191,160,99,.5);
}
.lstep {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(220px, 320px) 1fr;
  gap: 26px;
  align-items: center;
}
.lstep__num {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--white);
  font-family: var(--serif);
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 0 0 6px var(--paper);
}
.section--alt .lstep__num { box-shadow: 0 0 0 6px #F4EFE6; }
.lstep__photo { height: 170px; border-radius: 0 26px 0 0; overflow: hidden; }
.lstep__title { font-family: var(--serif); font-weight: 600; font-size: 19px; color: var(--navy); margin-bottom: 10px; }
.lstep__text { font-size: 14px; line-height: 1.9; color: var(--body); margin-bottom: 10px; }

/* =========================================================
   付帯サービス — 写真カード
   ========================================================= */
.aux2-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.aux2 {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 0 22px 0 0;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.aux2__photo { height: 140px; }
.aux2__body { padding: 18px 22px 22px; }
.aux2__title { font-weight: 700; font-size: 15px; color: var(--navy); margin-bottom: 8px; }
.aux2__title::before { content: "✓"; color: var(--gold); font-weight: 700; margin-right: 8px; }
.aux2__text { font-size: 13px; line-height: 1.85; color: var(--body); }

/* =========================================================
   FAQ — 左見出しスティッキー × 右アコーディオン、カード化
   ========================================================= */
.faq2 {
  display: grid;
  grid-template-columns: minmax(240px, 320px) 1fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}
.faq2__side { position: sticky; top: calc(var(--header-h) + 28px); }
.faq2__side .sec-head { margin-bottom: 28px; }
.faq2__nav { display: flex; flex-direction: column; gap: 2px; }
.faq2__nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 4px;
  font-size: 14px;
  font-weight: 500;
  color: var(--body);
  border-bottom: 1px dashed var(--line);
  transition: color .2s, padding-left .2s;
}
.faq2__nav a::before { content: "›"; color: var(--gold); }
.faq2__nav a:hover { color: var(--accent); padding-left: 6px; }
/* アコーディオンのカード化（pages.cssの.faqを上書き） */
.faq { border-top: none; }
.faq__item {
  border: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  margin-bottom: 14px;
  overflow: hidden;
  transition: box-shadow .25s;
}
.faq__item:last-child { margin-bottom: 0; }
.faq__item.is-open { box-shadow: var(--shadow-card); }
.faq__q { padding: 20px 22px; }
.faq__q-mark {
  display: grid;
  place-items: center;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 15px;
}
.faq__a p { padding: 2px 22px 22px 22px; }
.faq__a-mark {
  display: grid;
  place-items: center;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(192,98,35,.1);
  color: var(--accent);
  font-size: 15px;
  flex-shrink: 0;
}

/* =========================================================
   実績・コラムカードの拡張
   ========================================================= */
.case__ph { height: 210px; border-radius: 0; margin: 0; }
.case-grid .case__ph { height: 210px; }
/* フィーチャー事例（先頭を2カラムぶち抜き・横型） */
.case--feature {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
}
.case--feature .case__ph { height: 100%; min-height: 280px; }
.case--feature .case__body { padding: 30px 32px; justify-content: center; }
.case--feature .case__title { font-size: 20px; }
/* 実績：写真右・本文左の横型（フィーチャーの対に置く） */
.case--split {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
}
.case--split .case__body { justify-content: center; }
.case--split .case__ph { order: 2; height: 100%; min-height: 220px; }

/* コラム4列（テキカク下部の関連コラム） */
.column-grid--4 { grid-template-columns: repeat(4, 1fr); }

/* コラム：先頭記事を横型フィーチャー */
.col-feature {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  background: var(--white);
  border-radius: 0 36px 0 0;
  overflow: hidden;
  box-shadow: var(--shadow-panel);
  margin-bottom: 28px;
}
.col-feature__thumb { min-height: 300px; }
.col-feature__body { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 14px; padding: clamp(26px, 3.4vw, 48px); }
.col-feature__title { font-family: var(--serif); font-weight: 600; font-size: clamp(19px, 2vw, 24px); line-height: 1.6; color: var(--navy); }
.col-feature__excerpt { font-size: 14px; line-height: 1.9; color: var(--body); }
.col-feature__date { font-size: 12.5px; color: var(--sub); }
.col-card__thumb { height: 170px; }

/* =========================================================
   スタッフ — 千鳥ポートレート＋代表フィーチャー
   ========================================================= */
.staff-grid2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px 30px; }
.staff2:nth-child(3n+2) { top: 34px; position: relative; }
.staff2__photo {
  position: relative;
  height: clamp(280px, 26vw, 340px);
  border-radius: 0 36px 0 0;
  overflow: hidden;
}
.staff2__photo .v-label { font-size: 12px; top: 18px; right: 16px; }
.staff2__body { padding: 18px 4px 0; }
.staff2__role {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: .06em;
  color: var(--accent);
}
.staff2__role::before { content: ""; width: 22px; height: 1px; background: var(--gold); }
.staff2__name { font-family: var(--serif); font-weight: 600; font-size: 21px; color: var(--navy); margin: 6px 0 10px; }
.staff2__qual { font-size: 12.5px; color: var(--sub); margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.staff2__bio { font-size: 13.5px; line-height: 1.85; color: var(--body); }
/* スタッフ公開前のCOMING SOONパネル */
.staff-coming {
  grid-column: 1 / -1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 230px;
  border: 1px dashed rgba(191,160,99,.6);
  border-radius: 0 36px 0 0;
  background:
    repeating-linear-gradient(45deg, rgba(191,160,99,.06) 0 16px, rgba(191,160,99,0) 16px 32px),
    var(--white);
}
.staff-coming__en {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(30px, 4.5vw, 52px);
  letter-spacing: .14em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.2px var(--gold);
}
.staff-coming__rule { width: 44px; height: 2px; background: var(--gold); }

/* 代表：全幅フィーチャー */
.staff2--lead {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(280px, 380px) 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 0 44px 0 0;
  padding: clamp(24px, 3vw, 44px);
  box-shadow: var(--shadow-card);
}
.staff2--lead .staff2__photo { height: clamp(300px, 30vw, 380px); }
.staff2--lead .staff2__name { font-size: 26px; }
.staff2--lead .staff2__bio { font-size: 14.5px; line-height: 2; }

/* =========================================================
   会社概要 — 概要×写真 / 代表挨拶エディトリアル
   ========================================================= */
.company2 {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: clamp(36px, 5vw, 64px);
  align-items: start;
}
.company2__side { display: flex; flex-direction: column; gap: 22px; position: sticky; top: calc(var(--header-h) + 28px); }
.company2__photo { height: 250px; border-radius: 0 40px 0 0; overflow: hidden; position: relative; }
.company2__map { height: 230px; border-radius: 0 0 0 32px; overflow: hidden; background: var(--surface); }
.company2__map iframe { width: 100%; height: 100%; border: 0; display: block; }

.message2 {
  display: grid;
  grid-template-columns: minmax(280px, 360px) 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.message2__photo {
  position: relative;
  height: clamp(340px, 34vw, 440px);
  border-radius: 0 48px 0 0;
  overflow: hidden;
  box-shadow: var(--shadow-panel);
}
.message2__body { position: relative; padding-top: 34px; }
.message2__body::before {
  content: "\201C";
  position: absolute;
  top: -14px; left: -6px;
  font-family: var(--serif);
  font-size: 88px;
  line-height: 1;
  color: rgba(191,160,99,.35);
  pointer-events: none;
}
.message2__text { font-size: 15px; line-height: 2.15; color: var(--body); }
.message2__name {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 17px;
  color: var(--navy);
}
.message2__name::before { content: ""; width: 34px; height: 1px; background: var(--gold); }

/* 沿革：中央線タイムライン */
.timeline2 { position: relative; max-width: 720px; margin-inline: auto; }
.timeline2::before {
  content: "";
  position: absolute;
  left: 7px; top: 6px; bottom: 6px;
  width: 2px;
  background: linear-gradient(180deg, var(--gold), rgba(191,160,99,.25));
}
.timeline2__row { position: relative; padding: 0 0 34px 42px; }
.timeline2__row:last-child { padding-bottom: 0; }
.timeline2__row::before {
  content: "";
  position: absolute;
  left: 0; top: 4px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--paper);
  border: 2px solid var(--gold);
}
.section--alt .timeline2__row::before { background: #F4EFE6; }
.timeline2__date { font-family: var(--serif); font-weight: 600; font-size: 16px; color: var(--accent-dark); margin-bottom: 4px; }
.timeline2__text { font-size: 14.5px; color: var(--body); }

/* =========================================================
   店舗情報・アクセス
   ========================================================= */
.store2 {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(32px, 4vw, 56px);
  align-items: center;
}
.store2__photo { position: relative; height: clamp(280px, 30vw, 380px); border-radius: 0 48px 0 0; overflow: hidden; box-shadow: var(--shadow-panel); }
.access-map { position: relative; }
.access-map__card {
  position: absolute;
  left: 24px; bottom: 24px;
  z-index: 2;
  background: var(--white);
  border-left: 3px solid var(--gold);
  box-shadow: var(--shadow-panel);
  padding: 18px 24px;
  max-width: 320px;
  font-size: 13px;
  line-height: 1.8;
  color: var(--body);
}

/* =========================================================
   リード文のエディトリアル分割（中央寄せ長文の解消）
   ========================================================= */
.lead-ed {
  display: grid;
  grid-template-columns: minmax(240px, .85fr) 1.5fr;
  gap: clamp(32px, 5vw, 76px);
  align-items: start;
}
.lead-ed__head { position: sticky; top: calc(var(--header-h) + 28px); }
.lead-ed__title {
  position: relative;
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.6;
  color: var(--navy);
  letter-spacing: .03em;
  padding-left: 20px;
}
.lead-ed__title::before {
  content: "";
  position: absolute;
  left: 0; top: .2em; bottom: .2em;
  width: 3px;
  background: var(--gold);
}
.lead-ed__body p { font-size: 15px; line-height: 2.1; color: var(--body); margin-bottom: 20px; }
.lead-ed__body p:last-child { margin-bottom: 0; }
.lead-ed__body p:first-child { font-size: 16px; color: var(--ink); }

/* =========================================================
   汎用：フォトバンドのスリム版／セクション連番の下層用調整
   ========================================================= */
.photo-band--slim { height: clamp(190px, 24vw, 280px); }
.photo-band--slim .photo-band__word { font-size: clamp(32px, 4.5vw, 56px); bottom: 22px; }

/* サービスFV：写真に縦ラベル＋小写真の重ね */
.svc-fv__visual { position: relative; }
.svc-fv__visual .v-label { font-size: 13px; }
.svc-fv__sub {
  position: absolute;
  left: -34px; bottom: -30px;
  z-index: 2;
  width: clamp(150px, 15vw, 210px);
  height: clamp(110px, 11vw, 150px);
  border: 6px solid var(--paper);
  border-radius: 0 22px 0 0;
  overflow: hidden;
  box-shadow: var(--shadow-panel);
  margin: 0;
}

/* 情報2カラム（〜とは）：写真＋重なりパネル */
.about-split {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
}
.about-split__photo {
  position: relative;
  z-index: 2;
  height: clamp(280px, 30vw, 380px);
  border-radius: 0 44px 0 0;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  margin: 0;
}
.about-split__panel {
  position: relative;
  z-index: 3;
  margin-left: -52px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 0 36px 0 0;
  padding: clamp(28px, 3.4vw, 46px) clamp(26px, 3vw, 44px);
  box-shadow: var(--shadow-panel);
}
.about-split .info-box { border: none; padding: 0; border-radius: 0; background: none; }
.about-split .info-box + .info-box { border-top: 1px dashed var(--line); padding-top: 22px; }

/* =========================================================
   レスポンシブ
   ========================================================= */
@media (max-width: 1024px) {
  .column-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .trouble-grid { grid-template-columns: repeat(2, 1fr); }
  .type-grid2 { grid-template-columns: repeat(2, 1fr); }
  .why-trio { grid-template-columns: 1fr; gap: 36px; }
  .why-trio .why:nth-child(2), .why-trio .why:nth-child(3) { margin-top: 0; }
  .rsn-grid { grid-template-columns: repeat(2, 1fr); gap: 44px 26px; }
  .rsn:nth-child(3n+2) { top: 0; }
  .rsn:nth-child(2n) { top: 26px; }
  .flow-rail { grid-template-columns: repeat(2, 1fr); }
  .fstep + .fstep::before { display: none; }
  .aux2-grid { grid-template-columns: repeat(2, 1fr); }
  .faq2 { grid-template-columns: 1fr; gap: 36px; }
  .faq2__side { position: static; }
  .faq2__nav { flex-direction: row; flex-wrap: wrap; gap: 8px; }
  .faq2__nav a { border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px; background: var(--white); }
  .staff-grid2 { grid-template-columns: repeat(2, 1fr); }
  .staff2:nth-child(3n+2) { top: 0; }
  .company2 { grid-template-columns: 1fr; }
  .company2__side { position: static; flex-direction: row; }
  .company2__photo, .company2__map { flex: 1; height: 220px; }
  .lead-ed { grid-template-columns: 1fr; gap: 26px; }
  .lead-ed__head { position: static; }
  .case--feature { grid-column: span 2; }
}
@media (max-width: 760px) {
  .hero-sub__inner { width: min(1200px, 100% - 48px); padding: 104px 0 44px; }
  .hero-sub .v-label { display: none; }
  .hero-statbar { width: calc(100% - 40px); margin-top: -38px; }
  .trouble-grid { grid-template-columns: 1fr; gap: 18px; }
  .type-grid2 { grid-template-columns: 1fr; }
  .tcard { min-height: 190px; }
  .rsn-grid { grid-template-columns: 1fr; gap: 40px; }
  .rsn:nth-child(2n) { top: 0; }
  .flow-rail { grid-template-columns: 1fr; }
  .flow-line::before { left: 18px; }
  .lstep { grid-template-columns: 1fr; gap: 12px; padding-left: 48px; }
  .lstep__num { position: absolute; left: -4px; top: 0; width: 40px; height: 40px; }
  .lstep { position: relative; }
  .lstep__photo { height: 180px; }
  .aux2-grid { grid-template-columns: 1fr; }
  .case--feature { grid-column: auto; grid-template-columns: 1fr; }
  .case--feature .case__ph { min-height: 200px; }
  .col-feature { grid-template-columns: 1fr; }
  .col-feature__thumb { min-height: 200px; }
  .staff-grid2 { grid-template-columns: 1fr; max-width: 400px; margin-inline: auto; }
  .staff2--lead { grid-template-columns: 1fr; }
  .message2 { grid-template-columns: 1fr; }
  .message2__photo { max-width: 340px; height: 380px; }
  .store2 { grid-template-columns: 1fr; }
  .access-map__card { position: static; max-width: none; margin-top: 14px; }
  .company2__side { flex-direction: column; }
  .about-split { grid-template-columns: 1fr; }
  .about-split__panel { margin: -30px 14px 0; }
  .svc-fv__sub { left: -8px; bottom: -22px; border-width: 4px; }
}

/* 目次：本文に番号が入っているため ol のマーカーを消す（番号の二重表示防止） */
.toc__list { list-style: none; padding-left: 0; }
.toc__list a { display: block; padding: 3px 0; }

/* =========================================================
   ★ 下層ページ SPサイズ最適化（2026-07-25）
   実機幅 375px 基準。style.css の SP ブロックより後に読み込まれる。
   ========================================================= */
@media (max-width: 760px) {

  /* ---------- 土台：幅をコンテナに統一 ---------- */
  .breadcrumb__inner,
  .stmt__inner { width: min(1200px, 100% - 40px); }
  .breadcrumb__inner {
    padding: 8px 0; font-size: 10.5px; line-height: 1.5; color: #A5A29B;
    white-space: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .breadcrumb__inner::-webkit-scrollbar { display: none; }
  .breadcrumb__sep { margin: 0 5px; }

  /* ---------- 下層フォトヒーロー ---------- */
  .hero-sub { min-height: 0; }
  .hero-sub__inner { width: min(1200px, 100% - 40px); padding: 96px 0 36px; }
  .hero-sub__title { font-size: 25px; line-height: 1.45; }
  .hero-sub__sub { margin-top: 10px; font-size: 13px; line-height: 1.75; }
  .hero-sub__eyebrow { margin-bottom: 12px; font-size: 10.5px; letter-spacing: .3em; }
  .hero-sub__eyebrow::before { width: 22px; }
  .hero-sub__wm { font-size: 68px; bottom: -10px; right: -6px; }
  .hero-sub::after { background: linear-gradient(100deg, rgba(20,28,46,.9) 0%, rgba(20,28,46,.7) 60%, rgba(20,28,46,.5) 100%); }
  .hero-statbar { width: calc(100% - 40px); margin-top: -30px; padding: 14px 8px; }
  .hero-statbar .intro-stats { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-statbar .intro-stat { padding: 6px 4px; gap: 5px; text-align: center; align-items: center; }
  .hero-statbar .intro-stat + .intro-stat { border-left: 1px solid var(--line); }
  .hero-statbar .intro-stat__num { font-size: 19px; letter-spacing: -.01em; }
  .hero-statbar .intro-stat__label { font-size: 10.5px; letter-spacing: -.01em; }

  /* ---------- サービスFV ---------- */
  .page-intro { padding: 44px 0 40px; }
  .svc-fv { gap: 28px; }
  .svc-fv__badges { margin-bottom: 18px; gap: 8px 14px; }
  .svc-fv__title { font-size: 22px; line-height: 1.55; letter-spacing: 0; margin-bottom: 16px; }
  .svc-fv__text { font-size: 14.5px; line-height: 1.95; margin-bottom: 20px; }
  .svc-fv__checks { gap: 9px 18px; margin-bottom: 22px; }
  .svc-fv__check { font-size: 13px; }
  .svc-fv__actions { flex-direction: column; gap: 12px; margin-bottom: 16px; }
  .svc-fv__license { font-size: 11px; line-height: 1.7; }
  .svc-fv__visual { height: 250px; border-radius: 0 44px 0 0; }
  .svc-fv__visual .zoom { border-radius: 0 44px 0 0 !important; }
  .svc-fv__sub { width: 118px; height: 86px; left: 8px; bottom: -18px; border-width: 4px; border-radius: 0 14px 0 0; }

  /* ---------- 全面写真ステートメント ---------- */
  .stmt { padding: 56px 0; }
  .stmt::after { background: linear-gradient(180deg, rgba(20,28,46,.92) 0%, rgba(20,28,46,.88) 100%); }
  .stmt__title { font-size: 22px; line-height: 1.55; }
  .stmt__text { font-size: 14px; line-height: 1.95; }

  /* ---------- リード分割 ---------- */
  .lead-ed__title { font-size: 20px; padding-left: 14px; }
  .lead-ed__body p, .lead-ed__body p:first-child { font-size: 14.5px; line-height: 1.95; margin-bottom: 16px; }

  /* ---------- お悩み付箋 ---------- */
  .trouble-grid { gap: 14px; }
  .worry2 { padding: 15px 16px 15px 48px; font-size: 13.5px; line-height: 1.6; border-radius: 12px; }
  .worry2::before { left: 14px; top: 15px; width: 22px; height: 22px; font-size: 12px; }
  .worry2::after { bottom: -5px; left: 22px; width: 11px; height: 11px; }

  /* ---------- 物件種別 写真カード ---------- */
  .type-grid2 { gap: 14px; }
  .tcard { min-height: 168px; border-radius: 0 20px 0 0; }
  .tcard__no { font-size: 12px; padding: 6px 11px; }
  .tcard__body { padding: 16px 16px 18px; }
  .tcard__name { font-size: 17px; margin-bottom: 4px; }
  .tcard__desc { font-size: 12px; line-height: 1.6; margin-bottom: 8px; }
  .tcard .link-arrow { font-size: 13px; padding: 2px 0; }

  /* ---------- 買い取れる理由（千鳥トリオ） ---------- */
  .why-trio { gap: 30px; }
  .why__photo { height: 190px; border-radius: 0 28px 0 0; }
  .why__no { font-size: 28px; margin: -14px 0 10px 14px; padding: 0 13px 6px; }
  .why__title { font-size: 17px; margin-bottom: 8px; }
  .why__text { font-size: 13.5px; line-height: 1.85; }

  /* ---------- 選ばれる理由（6つ） ---------- */
  .rsn-grid { gap: 30px; }
  .rsn__photo { height: 180px; border-radius: 0 24px 0 0; }
  .rsn__num { font-size: 27px; margin: -16px 0 10px 12px; padding: 0 12px 6px; }
  .rsn__title { font-size: 15.5px; margin-bottom: 8px; }
  .rsn__text { font-size: 13.5px; }

  /* ---------- 流れ（横レール） ---------- */
  .flow-rail { gap: 22px; }
  .fstep__photo { height: 175px; border-radius: 0 20px 0 0; }
  .fstep__num { width: 42px; height: 42px; font-size: 14px; top: -11px; left: 12px; }
  .fstep__panel { padding: 16px 18px 18px; }
  .fstep__title { font-size: 16px; margin-bottom: 6px; }
  .fstep__text { font-size: 13px; line-height: 1.75; }
  .fstep__eta { margin-top: 10px; font-size: 11.5px; }

  /* ---------- 流れ（縦タイムライン） ---------- */
  .flow-line { gap: 26px; }
  .flow-line::before { left: 16px; top: 14px; }
  .lstep { padding-left: 44px; }
  .lstep__num { width: 36px; height: 36px; font-size: 13px; left: -2px; box-shadow: 0 0 0 5px var(--paper); }
  .section--alt .lstep__num { box-shadow: 0 0 0 5px #F4EFE6; }
  .lstep__photo { height: 165px; border-radius: 0 20px 0 0; }
  .lstep__title { font-size: 17px; margin-bottom: 7px; }
  .lstep__text { font-size: 13.5px; line-height: 1.85; margin-bottom: 8px; }

  /* ---------- 「〜とは」写真×パネル ---------- */
  .about-split__photo { height: 210px; border-radius: 0 28px 0 0; }
  .about-split__panel { margin: -26px 12px 0; padding: 24px 20px; gap: 18px; border-radius: 0 24px 0 0; }
  .about-split .info-box + .info-box { padding-top: 18px; }
  .info-box__h { font-size: 16px; margin-bottom: 10px; }
  .info-box__text { font-size: 13.5px; line-height: 1.85; }
  .info-note { margin-top: 20px; font-size: 13px; }

  /* ---------- 付帯サービス ---------- */
  .aux2-grid { gap: 16px; }
  .aux2__photo { height: 150px; }
  .aux2__body { padding: 16px 18px 18px; }
  .aux2__text { font-size: 12.5px; line-height: 1.8; }

  /* ---------- FAQ ---------- */
  .faq2 { gap: 26px; }
  .faq2__nav { gap: 8px; }
  .faq2__nav a { padding: 9px 14px; font-size: 13px; }
  .faq__item { margin-bottom: 10px; border-radius: 12px; }
  .faq__q { padding: 15px 16px; gap: 12px; }
  .faq__q-mark { width: 28px; height: 28px; font-size: 13px; }
  .faq__q-text { font-size: 13.5px; line-height: 1.65; }
  .faq__a p { padding: 0 16px 18px; gap: 12px; }
  .faq__a-mark { width: 28px; height: 28px; font-size: 13px; }
  .faq-cat { margin-bottom: 30px; }

  /* ---------- 実績・コラムカード ---------- */
  .case__ph, .case-grid .case__ph { height: 200px; }
  .case--feature, .case--split { grid-column: auto; grid-template-columns: 1fr; }
  .case--feature .case__ph, .case--split .case__ph { height: 200px; min-height: 0; order: -1; }
  .case--split .case__body { justify-content: flex-start; }
  .case--feature .case__body, .case--split .case__body { padding: 22px 20px 24px; }
  .case--feature .case__title { font-size: 17px; }
  .case__body { padding: 20px; }
  .case__title { font-size: 16px; margin: 12px 0 10px; }
  .col-feature { grid-template-columns: 1fr; border-radius: 0 28px 0 0; margin-bottom: 20px; }
  .col-feature__thumb { min-height: 0; height: 190px; }
  .col-feature__body { padding: 22px 20px 26px; gap: 10px; }
  .col-feature__title { font-size: 18px; }
  .col-feature__excerpt { font-size: 13.5px; line-height: 1.85; }
  .column-grid--4, .column-grid { grid-template-columns: 1fr !important; }
  .col-card__thumb { height: 180px; }

  /* ---------- ガイド（エディトリアル行） ---------- */
  .guide { gap: 34px; }
  .gd-row__photo, .gd-row:nth-child(even) .gd-row__photo { height: 190px; border-radius: 0 26px 0 0; }
  .gd-row__body, .gd-row:nth-child(even) .gd-row__body { margin: -28px 12px 0; padding: 52px 20px 26px; border-radius: 0 24px 0 0; }
  .gd-row__label { font-size: 11px; }
  .gd-row__h { font-size: 17px; margin-bottom: 10px; }
  .gd-row__p { font-size: 13.5px; line-height: 1.95; }

  /* ---------- お客様の声 ---------- */
  .voice { top: 0 !important; }

  /* ---------- スタッフ ---------- */
  .staff2--lead { grid-template-columns: 1fr; padding: 18px; border-radius: 0 30px 0 0; gap: 20px; }
  .staff2--lead .staff2__photo { height: 320px; }
  .staff2--lead .staff2__name { font-size: 22px; }
  .staff2--lead .staff2__bio { font-size: 13.5px; line-height: 1.9; }
  .staff2__photo { height: 300px; border-radius: 0 28px 0 0; }
  .staff2__name { font-size: 19px; }
  .staff-coming { min-height: 170px; border-radius: 0 28px 0 0; gap: 14px; }
  .staff-coming__en { font-size: 26px; letter-spacing: .1em; }

  /* ---------- 会社概要・アクセス ---------- */
  .company2 { gap: 26px; }
  .company2__photo, .company2__map { height: 190px; }
  .message2 { gap: 24px; }
  .message2__photo { max-width: 100%; height: 320px; border-radius: 0 34px 0 0; }
  .message2__body { padding-top: 26px; }
  .message2__body::before { font-size: 62px; top: -8px; }
  .message2__text { font-size: 14px; line-height: 2; }
  .message2__name { margin-top: 20px; font-size: 15.5px; }
  .timeline2__row { padding: 0 0 26px 34px; }
  .timeline2__date { font-size: 15px; }
  .timeline2__text { font-size: 13.5px; }
  .store2 { gap: 24px; }
  .store2__photo { height: 240px; border-radius: 0 34px 0 0; }
  .access-map { height: auto; }
  .access-map iframe { height: 260px; }
  .access-map__card { padding: 16px 18px; font-size: 12.5px; }
  .access-box { padding: 22px 20px; }
  .spec__row { padding: 13px 0; }
  .spec__key, .spec__val { font-size: 13.5px; }

  /* ---------- 記事（コラム詳細） ---------- */
  .article__title { font-size: 22px; line-height: 1.55; }
  .article__meta { gap: 10px; font-size: 11.5px; }
  .toc { padding: 20px 18px; }
  .article__body h2 { font-size: 18px; }
  .article__body p, .article__body li { font-size: 14.5px; line-height: 1.95; }
  .inline-cta { padding: 24px 20px; }
  .inline-cta .btn { width: 100%; }
  .author { padding: 20px 18px; gap: 14px; }

  /* ---------- チップ・タグ・ページャ ---------- */
  .chips { gap: 8px; }
  .chip { padding: 9px 14px; font-size: 12.5px; }
  .type-links { gap: 10px; }
  .type-link { padding: 12px 16px; font-size: 13px; }
  .pager { gap: 6px; margin-top: 32px; }
  .pager a, .pager span { min-width: 40px; height: 40px; }
  .search-box input { height: 50px; font-size: 14px; }

  /* ---------- 書類・費用／サイトマップ ---------- */
  .doc { padding: 24px 20px; }
  .doc__list li { font-size: 13.5px; }
  .block-head { font-size: 15px; }
  .sitemap-grid { grid-template-columns: 1fr; gap: 20px; }

  /* ---------- before/after ---------- */
  .ba-card { padding: 16px; }
  .ba-img { height: 100px; }
  .ba-card__title { font-size: 15px; }

  /* ---------- 装飾レイヤー ---------- */
  .photo-band--slim { height: 165px; }
  .photo-band--slim .photo-band__word { font-size: 30px; }
  .page-intro__wm { font-size: 76px; }
  .section--navy { border-radius: 0 36px 0 0; }
  .cta__spin { display: none; }
}

@media (max-width: 380px) {
  .breadcrumb__inner, .stmt__inner, .hero-sub__inner { width: min(1200px, 100% - 32px); }
  .hero-sub__title { font-size: 23px; }
  .svc-fv__title { font-size: 20.5px; }
  .stmt__title { font-size: 20px; }
  .hero-statbar { width: calc(100% - 32px); }
  .about-split__panel { margin: -24px 8px 0; padding: 22px 17px; }
  .gd-row__body, .gd-row:nth-child(even) .gd-row__body { margin: -26px 8px 0; padding: 48px 17px 24px; }
  .svc-fv__sub { width: 104px; height: 76px; }
}

/* ガイド行：縦積み時にパネル上部が写真に食われて詰まるのを防ぐ（761〜860px） */
@media (min-width: 761px) and (max-width: 860px) {
  .gd-row__body,
  .gd-row:nth-child(even) .gd-row__body { padding-top: 62px; }
}

/* =========================================================
   紺バンドの右上角抜き — 直前が「暗い背景」のときは無効化
   白／ペーパー地の上に乗るときだけ成立する意匠のため、
   全面写真ステートメントや濃色セクションの直後だと
   角抜きから上の写真が覗いて不自然になる。
   ========================================================= */
.stmt + .section--navy,
.photo-band + .section--navy,
.section--cta + .section--navy,
.hero-sub + .section--navy,
.section--navy + .section--navy { border-radius: 0; }

/* =========================================================
   お問い合わせページ（contact.html）
   ========================================================= */

/* --- 3つの連絡手段カード --- */
.ct-ways { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ct-way {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 0 24px 0 0;
  padding: 28px 26px 26px;
  box-shadow: var(--shadow-card);
}
.ct-way__ico {
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  border-radius: 50%;
  margin-bottom: 16px;
  background: rgba(28,42,77,.06);
  color: var(--navy);
}
.ct-way--line .ct-way__ico { background: rgba(6,199,85,.12); color: #06C755; }
.ct-way--form .ct-way__ico { background: rgba(192,98,35,.1); color: var(--accent); }
.ct-way__label {
  font-size: 11px; font-weight: 500; letter-spacing: .28em;
  color: var(--accent); margin-bottom: 8px;
}
.ct-way__title {
  font-family: var(--serif); font-weight: 600; font-size: 18px;
  color: var(--navy); margin-bottom: 10px;
}
.ct-way__text { font-size: 13px; line-height: 1.85; color: var(--body); margin-bottom: 18px; flex: 1; }
.ct-way__tel {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--serif); font-weight: 600; font-size: 26px;
  line-height: 1; color: var(--navy); letter-spacing: .02em;
  margin-bottom: 6px;
}
.ct-way__note { font-size: 12px; color: var(--sub); margin-bottom: 16px; }
.ct-way .btn { width: 100%; }

/* --- 安心バッジ --- */
.ct-assure {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 26px;
  margin-top: 30px;
}
.ct-assure li {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 14px; font-weight: 500; color: var(--navy);
}
.ct-assure li::before {
  content: "✓";
  display: grid; place-items: center;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--gold); color: var(--white);
  font-size: 12px; font-weight: 700;
}

/* --- フォーム本体 --- */
.ct-form {
  max-width: 880px; margin-inline: auto;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 0 40px 0 0;
  padding: clamp(30px, 4vw, 54px) clamp(24px, 4vw, 56px);
  box-shadow: var(--shadow-panel);
}
.ct-row { display: grid; grid-template-columns: 210px 1fr; gap: 18px 26px; padding: 22px 0; border-bottom: 1px dashed var(--line); }
.ct-row:first-of-type { padding-top: 0; }
.ct-row:last-of-type { border-bottom: none; }
.ct-label {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14.5px; font-weight: 500; color: var(--navy); padding-top: 12px;
}
.ct-req, .ct-any {
  flex-shrink: 0; font-size: 10.5px; font-weight: 700; letter-spacing: .06em;
  padding: 3px 8px; border-radius: 3px; line-height: 1.5;
}
.ct-req { background: var(--accent); color: var(--white); }
.ct-any { background: var(--surface); color: var(--sub); border: 1px solid var(--line); }

.ct-field input[type="text"],
.ct-field input[type="tel"],
.ct-field input[type="email"],
.ct-field select,
.ct-field textarea {
  width: 100%;
  font-family: var(--sans);
  font-size: 15px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
  transition: border-color .2s, background .2s;
}
.ct-field textarea { min-height: 150px; resize: vertical; line-height: 1.8; }
.ct-field select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238A8780' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
  padding-right: 44px;
}
.ct-field input:focus, .ct-field select:focus, .ct-field textarea:focus {
  outline: none; border-color: var(--gold); background: var(--white);
}
.ct-field input::placeholder, .ct-field textarea::placeholder { color: #B6B2AA; }
.ct-field.is-error input, .ct-field.is-error select, .ct-field.is-error textarea { border-color: #C0392B; background: #FCF4F3; }
.ct-hint { display: block; margin-top: 8px; font-size: 12px; color: var(--sub); line-height: 1.7; }
.ct-error { display: none; margin-top: 8px; font-size: 12.5px; color: #C0392B; font-weight: 500; }
.ct-field.is-error .ct-error { display: block; }
.ct-half { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

/* 同意 */
.ct-agree { text-align: center; margin-top: 34px; }
.ct-agree__box { display: inline-flex; align-items: center; gap: 11px; font-size: 14px; color: var(--navy); cursor: pointer; }
.ct-agree__box input { width: 20px; height: 20px; accent-color: var(--accent); cursor: pointer; }
.ct-agree__box a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.ct-agree .ct-error { text-align: center; }

.ct-submit { text-align: center; margin-top: 26px; }
.ct-submit .btn { min-width: 300px; }
.ct-submit__note { margin-top: 16px; font-size: 12.5px; color: var(--sub); line-height: 1.8; }

/* 送信完了メッセージ */
.ct-done {
  display: none;
  text-align: center;
  padding: 40px 24px;
  background: rgba(191,160,99,.08);
  border: 1px solid var(--gold);
  border-radius: 0 28px 0 0;
}
.ct-done.is-shown { display: block; }
.ct-done__title { font-family: var(--serif); font-weight: 600; font-size: 21px; color: var(--navy); margin-bottom: 12px; }
.ct-done__text { font-size: 14px; line-height: 1.9; color: var(--body); }

/* --- 流れ（お問い合わせ後） --- */
.ct-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ct-step {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 0 20px 0 0;
  padding: 24px 22px;
}
.ct-step + .ct-step::before {
  content: "›";
  position: absolute; left: -14px; top: 50%;
  transform: translateY(-50%);
  font-size: 20px; color: var(--gold);
}
.ct-step__num {
  display: block;
  font-family: var(--serif); font-weight: 600; font-size: 13px;
  letter-spacing: .14em; color: var(--gold); margin-bottom: 12px;
}
.ct-step__title { font-family: var(--serif); font-weight: 600; font-size: 16px; color: var(--navy); margin-bottom: 8px; }
.ct-step__text { font-size: 12.5px; line-height: 1.8; color: var(--body); }

@media (max-width: 1024px) {
  .ct-ways { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .ct-steps { grid-template-columns: repeat(2, 1fr); }
  .ct-step + .ct-step::before { display: none; }
}
@media (max-width: 760px) {
  .ct-form { border-radius: 0 26px 0 0; padding: 26px 20px; }
  .ct-row { grid-template-columns: 1fr; gap: 10px; padding: 18px 0; }
  .ct-label { padding-top: 0; font-size: 14px; }
  /* iOS Safari はフォントが16px未満だとタップ時に自動ズームするため16pxで固定 */
  .ct-field input[type="text"],
  .ct-field input[type="tel"],
  .ct-field input[type="email"],
  .ct-field select,
  .ct-field textarea { font-size: 16px; padding: 13px 14px; }
  .ct-field textarea { min-height: 130px; }
  .ct-half { grid-template-columns: 1fr; }
  .ct-way { padding: 22px 20px; border-radius: 0 20px 0 0; }
  .ct-way__tel { font-size: 23px; }
  .ct-assure { gap: 10px 18px; margin-top: 22px; }
  .ct-assure li { font-size: 13px; }
  .ct-submit .btn { min-width: 0; width: 100%; }
  .ct-steps { grid-template-columns: 1fr; }
}

/* =========================================================
   採用情報ページ（recruit.html）
   ========================================================= */

/* 職種カテゴリのタブ */
.rc-tabs { display: flex; justify-content: center; gap: 12px; margin-bottom: 38px; flex-wrap: wrap; }
.rc-tab {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-size: 15px; font-weight: 500;
  color: var(--navy); background: var(--white);
  border: 1px solid var(--line); border-radius: 999px;
  padding: 13px 28px; cursor: pointer;
  transition: background .25s, color .25s, border-color .25s;
}
.rc-tab em { font-style: normal; font-size: 12px; color: var(--sub); transition: color .25s; }
.rc-tab.is-active { background: var(--navy); color: var(--white); border-color: var(--navy); }
.rc-tab.is-active em { color: rgba(255,255,255,.65); }
.rc-panel { display: none; }
.rc-panel.is-active { display: block; }

/* 職種アコーディオン */
.rc-list { display: flex; flex-direction: column; gap: 14px; }
.rc-job { background: var(--white); border: 1px solid var(--line); border-radius: 0 22px 0 0; overflow: hidden; }
.rc-job.is-open { box-shadow: var(--shadow-panel); }
.rc-job__head {
  display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 20px;
  width: 100%; text-align: left; background: none; border: none;
  padding: 24px 26px; cursor: pointer; font-family: var(--sans);
}
.rc-job__no {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  background: rgba(28,42,77,.06); color: var(--navy);
  font-family: var(--serif); font-weight: 600; font-size: 15px; flex-shrink: 0;
}
.rc-job.is-open .rc-job__no { background: var(--accent); color: var(--white); }
.rc-job__name { font-family: var(--serif); font-weight: 600; font-size: 19px; color: var(--navy); line-height: 1.45; }
.rc-job__catch { font-size: 12.5px; color: var(--sub); margin-top: 5px; line-height: 1.6; }
.rc-job__tag {
  font-size: 11.5px; font-weight: 500; color: var(--accent-dark);
  background: rgba(192,98,35,.08); border-radius: 999px; padding: 6px 14px; white-space: nowrap;
}
.rc-job__icon { position: relative; width: 18px; height: 18px; flex-shrink: 0; }
.rc-job__icon::before, .rc-job__icon::after {
  content: ""; position: absolute; background: var(--accent);
  left: 50%; top: 50%; transition: transform .3s ease;
}
.rc-job__icon::before { width: 16px; height: 2px; transform: translate(-50%,-50%); }
.rc-job__icon::after  { width: 2px; height: 16px; transform: translate(-50%,-50%); }
.rc-job.is-open .rc-job__icon::after { transform: translate(-50%,-50%) scaleY(0); }
/* 開閉は既存FAQと同じ max-height 方式（高さはJSで実測して指定） */
.rc-job__body { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.rc-job__inner { overflow: hidden; }
.rc-job__detail { padding: 4px 26px 28px; }

/* 詳細テーブル */
.rc-spec { border-top: 1px solid var(--line); }
.rc-spec__row { display: grid; grid-template-columns: 190px 1fr; gap: 18px 24px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.rc-spec__key { position: relative; padding-left: 16px; font-size: 14px; font-weight: 500; color: var(--navy); }
.rc-spec__key::before { content: ""; position: absolute; left: 0; top: .55em; width: 7px; height: 7px; background: var(--gold); }
.rc-spec__val { font-size: 14px; line-height: 1.9; color: var(--body); }
.rc-spec__val ul { display: flex; flex-direction: column; gap: 6px; }
.rc-spec__val li { position: relative; padding-left: 17px; }
.rc-spec__val li::before { content: ""; position: absolute; left: 0; top: .72em; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.rc-spec__note { display: block; margin-top: 8px; font-size: 12.5px; color: var(--sub); line-height: 1.8; }
.rc-job__cta { margin-top: 24px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

/* 働く環境（3つの魅力） */
.rc-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3vw, 40px); align-items: start; }
.rc-point__photo { height: clamp(190px, 20vw, 235px); border-radius: 0 34px 0 0; overflow: hidden; box-shadow: var(--shadow-card); }
.rc-point__no {
  display: inline-block; position: relative; z-index: 2;
  margin: -18px 0 12px 18px; padding: 0 16px 8px;
  font-family: var(--serif); font-weight: 600; font-size: 32px; line-height: 1;
  color: var(--gold); background: var(--paper); border-bottom: 2px solid var(--gold);
}
.section--alt .rc-point__no { background: #F4EFE6; }
.rc-point__title { font-family: var(--serif); font-weight: 600; font-size: 18.5px; color: var(--navy); margin-bottom: 10px; }
.rc-point__text { font-size: 13.5px; line-height: 1.95; color: var(--body); }

/* 応募の流れ */
.rc-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.rc-step { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: 0 20px 0 0; padding: 24px 22px; }
.rc-step + .rc-step::before { content: "›"; position: absolute; left: -13px; top: 50%; transform: translateY(-50%); font-size: 20px; color: var(--gold); }
.rc-step__num { display: block; font-family: var(--serif); font-weight: 600; font-size: 13px; letter-spacing: .14em; color: var(--gold); margin-bottom: 12px; }
.rc-step__title { font-family: var(--serif); font-weight: 600; font-size: 16px; color: var(--navy); margin-bottom: 8px; }
.rc-step__text { font-size: 12.5px; line-height: 1.8; color: var(--body); }

/* 応募先パネル */
.rc-apply { max-width: 760px; margin-inline: auto; text-align: center; background: var(--white); border: 1px solid var(--line); border-radius: 0 40px 0 0; padding: clamp(30px,4vw,50px); box-shadow: var(--shadow-panel); }
.rc-apply__lead { font-size: 14.5px; line-height: 1.95; color: var(--body); margin-bottom: 26px; }
.rc-apply__tel { display: inline-flex; align-items: center; gap: 10px; font-family: var(--serif); font-weight: 600; font-size: clamp(28px,3.4vw,36px); line-height: 1; color: var(--navy); }
.rc-apply__tel .cta__tel-ico { color: var(--accent); }
.rc-apply__note { margin-top: 10px; font-size: 12.5px; color: var(--sub); }
.rc-apply__mail { display: inline-block; margin-top: 22px; font-size: 15px; color: var(--accent); border-bottom: 1px solid var(--accent); padding-bottom: 3px; word-break: break-all; }
.rc-apply__hint { margin-top: 24px; font-size: 13px; line-height: 1.9; color: var(--body); background: rgba(191,160,99,.08); border-radius: 10px; padding: 16px 20px; }

@media (max-width: 1024px) {
  .rc-points { grid-template-columns: 1fr; gap: 34px; }
  .rc-flow { grid-template-columns: repeat(2, 1fr); }
  .rc-step + .rc-step::before { display: none; }
}
@media (max-width: 760px) {
  .rc-tabs { gap: 8px; margin-bottom: 26px; }
  .rc-tab { padding: 11px 18px; font-size: 13.5px; }
  .rc-job { border-radius: 0 18px 0 0; }
  .rc-job__head { grid-template-columns: auto 1fr auto; gap: 12px; padding: 18px 16px; }
  .rc-job__no { width: 36px; height: 36px; font-size: 13px; }
  .rc-job__name { font-size: 16px; }
  .rc-job__catch { display: none; }
  .rc-job__tag { display: none; }
  .rc-job__detail { padding: 2px 16px 22px; }
  .rc-spec__row { grid-template-columns: 1fr; gap: 6px; padding: 14px 0; }
  .rc-spec__key { font-size: 13.5px; }
  .rc-spec__val { font-size: 13.5px; line-height: 1.85; }
  .rc-job__cta .btn { width: 100%; }
  .rc-point__photo { height: 190px; border-radius: 0 26px 0 0; }
  .rc-flow { grid-template-columns: 1fr; }
  .rc-apply { border-radius: 0 26px 0 0; padding: 26px 20px; }
  .rc-apply__tel { font-size: 26px; }
  .rc-apply__mail { font-size: 14px; }
}
