@charset "UTF-8";
/* =============================================================
   株式会社ステントッテ 会社サイト
   2026-09-07 v4（デザイン修正）
   これまでの決定（9/7 v3・本人指定の参考5件）は維持する:
   - 色はロゴの赤だけ。写真の自然な色を生かす
   - 見出しは日本語のゴシック。明朝は「社名の由来」の一文だけ
   - 英字ラベル・赤い短線・番号つき約束・引用枠の反復をやめる
   - 本文は16〜18px。重要な説明を小さな薄灰に落とさない
   - 動きは入れない。スマホでも上部ナビが使える

   v4 で変えたのは4点:
   1. 地色を白 → 生成り(--base)。赤は導線（電話・LINE・接点マーク・番号）だけに使う
   2. FVは 文章7 : 写真3 の2カラム。写真は縦位置で小さく添える
      🔴 店舗外観のまま横長フル幅に戻さない（文章が語る「会社」を写真が打ち消す）
   3. .reach ── 相談の接点を、地域を表す線の上に並べる図
   4. .spread ── 田主丸→久留米→その先 の広がりを同心円で見せる（4カードをやめた）
   ============================================================= */

:root {
  --white:   #FFFFFF;
  --base:    #FDFBF7;  /* 地。白ではなく少し暖かい生成り */
  --paper:   #F3EFE7;  /* 交互に敷く面。--base より一段濃い生成り */
  --ink:     #1F2326;
  --ink-2:   #4F555B;
  --line:    #E3DED4;
  --line-2:  #D6CFC2;  /* 空き枠の枠線・リンクの下線（装飾） */
  --diagram: #968874;  /* 図（接点の線・同心円）。意味を持つ線なので地に対して3:1を確保する
                          🔴 --line-2 で描くと 1.5:1 で見えない。図の線を薄くしない */
  --red:     #B71D27;
  --red-dark:#931720;
  --line-green: #06C755;

  --serif: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --sans:  "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;

  --inner: 1080px;
  --read:   760px;
  --gutter: 20px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: var(--base);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: .02em;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
a:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }
h1, h2, h3 { margin: 0; font-weight: 700; line-height: 1.5; text-wrap: balance; }
p, ul, ol, dl, figure { margin: 0; padding: 0; }
li { list-style: none; }
em { font-style: normal; color: var(--red); }
.nowrap { white-space: nowrap; }

.skip-link { position: absolute; left: -9999px; top: 0; background: var(--white); padding: 8px 12px; }
.skip-link:focus { left: 12px; top: 12px; z-index: 100; }

.inner { max-width: var(--inner); margin-inline: auto; padding-inline: var(--gutter); }
.inner--read { max-width: var(--read); }

/* ---- 共通の文字 ---- */
.h2 { font-size: clamp(26px, 3.2vw, 34px); letter-spacing: .04em; margin-bottom: 28px; }
.h3 { font-size: 20px; letter-spacing: .03em; margin-bottom: 12px; }
.lead { font-size: 18px; line-height: 1.9; max-width: 36em; margin-bottom: 32px; }
.text { font-size: 17px; color: var(--ink); max-width: 38em; }
.text + .text { margin-top: 14px; }
.note { margin-top: 20px; font-size: 15px; color: var(--ink-2); max-width: 40em; }
.link { display: inline-block; margin-top: 14px; font-size: 16px; font-weight: 500; text-decoration: none; border-bottom: 1.5px solid var(--ink); padding-bottom: 1px; }
.link:hover { border-color: var(--red); color: var(--red); }

/* ---- ヘッダー ────────────────────────────────
   🔴 会社ページのヘッダーは「株式会社ステントッテ」の文字が主役。
      まるとくロゴ（店舗ブランド）はここに置かない。置くと会社＝買取店に見える。
      ロゴは「仕事」の .brandnote でだけ出す。 */
.header { background: var(--base); border-bottom: 1px solid var(--line); }
.header__inner {
  max-width: var(--inner); margin-inline: auto; padding: 12px var(--gutter);
  display: grid; grid-template-columns: auto 1fr; gap: 8px 20px; align-items: center;
}
.header__brand { display: grid; gap: 1px; text-decoration: none; }
.header__corp { font-size: 18px; font-weight: 700; letter-spacing: .1em; line-height: 1.4; }
.header__sub { font-size: 12px; font-weight: 500; color: var(--ink-2); letter-spacing: .04em; line-height: 1.4; }
.header__shop {
  justify-self: end; font-size: 14px; font-weight: 500; text-decoration: none;
  color: var(--red); border: 1.5px solid var(--red); border-radius: 999px; padding: 7px 14px; white-space: nowrap;
}
.header__shop:hover { background: var(--red); color: var(--white); }
/* スマホでもナビを消さない。横に流して全部届くようにする */
.header__nav { grid-column: 1 / -1; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.header__nav ul { display: flex; gap: 6px 22px; white-space: nowrap; padding-bottom: 2px; }
.header__nav a { font-size: 15px; font-weight: 500; text-decoration: none; padding: 4px 0; border-bottom: 2px solid transparent; }
.header__nav a:hover { border-color: var(--red); }
@media (min-width: 900px) {
  .header__inner { grid-template-columns: auto 1fr auto; }
  .header__nav { grid-column: auto; justify-self: center; overflow: visible; }
  .header__corp { font-size: 19px; }
}

/* ---- 冒頭（FV）────────────────────────────────
   文章7 : 写真3。写真は縦位置で、のぼりが写らない位置を切り出している。
   🔴 object-position を右へ動かすと「高価買取」ののぼりが入る。18%より右にしない。 */
.hero { padding-block: clamp(36px, 5vw, 60px) 0; }
.hero__inner { display: grid; gap: clamp(26px, 4vw, 40px); }
.hero__body { max-width: 40em; }
.hero__where { font-size: 15px; font-weight: 500; letter-spacing: .12em; color: var(--ink-2); }
.hero__title {
  margin-top: 10px; font-size: clamp(27px, 3.4vw, 40px);
  letter-spacing: .04em; line-height: 1.45; word-break: auto-phrase;
}
/* 見出しの折り返し位置を指定するための改行。900px未満では効かせない
   （狭い画面で効かせると「捨てる前に、」だけの1行ができる） */
.hero__title br.pc { display: none; }
@media (min-width: 900px) { .hero__title br.pc { display: inline; } }
/* 支給コピーは短い段落の連なりで、その息づかいが持ち味。
   🔴 段落を1つにまとめない。詰めたい時は行間ではなく段落間 (.7em) で詰める */
.hero__lead { margin-top: 20px; max-width: 34em; }
.hero__lead p { font-size: 17px; line-height: 1.9; text-wrap: pretty; }
.hero__lead p + p { margin-top: .7em; }
/* スマホでも縦位置のまま小さく置く。横長にすると のぼり が写り込み、
   幅いっぱいだと文章より写真が大きくなる（＝店舗案内に戻る） */
.hero__figure { max-width: 260px; }
.hero__figure img {
  width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: 18% 55%;
}
.hero__figure figcaption { margin-top: 10px; font-size: 14px; color: var(--ink-2); }
@media (min-width: 900px) {
  .hero__inner {
    grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
    gap: clamp(40px, 5vw, 64px); align-items: center;
  }
  .hero__figure { max-width: none; }
}

/* ---- 面 ---- */
.section { --ground: var(--base); padding-block: clamp(56px, 8vw, 96px); }
.section--paper { --ground: var(--paper); background: var(--paper); }
.hero + .section { padding-top: clamp(56px, 8vw, 88px); }

/* ---- 社名の由来 ---- */
.origin { font-family: var(--serif); font-size: clamp(22px, 2.8vw, 30px); line-height: 1.7; letter-spacing: .04em; margin-bottom: 24px; }
.voice { margin: 28px 0 40px; padding-left: 18px; border-left: 3px solid var(--red); max-width: 36em; }
.voice p { font-size: 18px; line-height: 1.8; }
.voice footer { margin-top: 8px; font-size: 15px; color: var(--ink-2); }

/* ---- 目指すこと ── 方言の2行を大きく出す ---- */
.statement {
  font-size: clamp(20px, 2.6vw, 26px); line-height: 1.9; letter-spacing: .03em;
  padding-left: 20px; border-left: 4px solid var(--red);
  margin-block: clamp(24px, 3vw, 32px);
}

/* ---- 相談できる接点 ────────────────────────────
   カードを並べるのではなく、地域を表す1本の線の上に接点を置く。
   線は両端が消える＝地域は続いていて、その中に接点が増えていく、という絵。
   接点を3つにするときは --reach-n を 3 にする（HTML側の雛形コメント参照）。 */
.reach { --reach-n: 2; position: relative; display: grid; gap: 34px; }
.reach::before {
  content: ""; position: absolute; z-index: 0;
  left: 21px; top: 10px; bottom: 10px; width: 2px;
  background: linear-gradient(to bottom, transparent, var(--diagram) 10%, var(--diagram) 90%, transparent);
}
.reach__node { position: relative; z-index: 1; padding-left: 64px; }
.reach__mark {
  position: absolute; left: 0; top: 0;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--ground); border: 2px solid var(--red);
  display: grid; place-items: center;
}
.reach__mark svg { width: 21px; height: 21px; fill: var(--red); }
.reach .h3 { margin-bottom: 12px; }
.reach .text { font-size: 16px; }
@media (min-width: 820px) {
  .reach { grid-template-columns: repeat(var(--reach-n), minmax(0, 1fr)); gap: 44px; }
  .reach::before {
    left: 0; right: 0; top: 21px; bottom: auto; width: auto; height: 2px;
    background: linear-gradient(to right, transparent, var(--diagram) 8%, var(--diagram) 92%, transparent);
  }
  .reach__node { padding-left: 0; padding-top: 64px; }
}

/* 会社と店舗ブランドの切り分け。まるとくロゴが出るのはここだけ */
.brandnote {
  margin-top: clamp(36px, 5vw, 52px); padding: 22px 24px;
  border: 1px solid var(--line); background: var(--white);
  display: grid; gap: 16px; align-items: center;
}
.brandnote__logo { width: 148px; height: auto; }
.brandnote__text { font-size: 16px; line-height: 1.85; color: var(--ink); }
.brandnote__text strong { font-weight: 700; }
@media (min-width: 680px) { .brandnote { grid-template-columns: 148px 1fr; gap: 24px; } }

/* ---- 働く人 ── 3名を同じ大きさで並べる ────────────
   🔴 写真が1人だけ大きいと不揃いに見える。未入稿は同寸法の空き枠を出す。 */
.people { display: grid; gap: 32px; }
.people__figure { margin: 0 0 16px; }
.people__figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 50% 4%; }
.people__figure--empty {
  aspect-ratio: 4 / 3; background: var(--white); border: 1px dashed var(--line-2);
  display: grid; place-items: center;
}
.people__figure--empty span { font-size: 13px; font-weight: 500; letter-spacing: .06em; color: var(--ink-2); }
.people__role { font-size: 14px; font-weight: 500; color: var(--ink-2); letter-spacing: .06em; }
.people__name { font-size: 22px; margin-top: 2px; letter-spacing: .06em; }
.people__meta { margin-top: 6px; font-size: 16px; line-height: 1.7; }
.people__note { margin-top: 4px; font-size: 15px; color: var(--ink-2); }
@media (min-width: 760px) { .people { grid-template-columns: repeat(3, 1fr); gap: 32px; } }

/* ---- 商売として大切にしていること ---- */
.stance { display: grid; gap: 0; }
.stance li { padding: 22px 0; border-top: 1px solid var(--line); }
.stance li:last-child { border-bottom: 1px solid var(--line); }
.stance__title { font-size: 19px; letter-spacing: .03em; margin-bottom: 8px; }

/* ---- これから ── 地理的な広がり ────────────────
   🔴 同心円は「思い出してもらえる範囲」の模式図。地図ではない。
      市町村の形や距離を描き足さない（実在の地図として読まれると不正確になる）。 */
.spread { display: grid; gap: clamp(28px, 4vw, 40px); }
.spread__map { justify-self: center; width: min(300px, 82%); }
.spread__map svg { width: 100%; height: auto; display: block; }
.spread__map .ring { fill: none; stroke: var(--diagram); stroke-width: 1.25; }
.spread__map .ring--far { stroke-dasharray: 4 7; }
.spread__map .ring--home { stroke: var(--red); }
.spread__map .dot { fill: var(--red); }
.spread__map .lbl {
  font-family: var(--sans); font-size: 13px; font-weight: 700;
  letter-spacing: .1em; fill: var(--ink-2); text-anchor: middle;
}
.spread__map .lbl--home { fill: var(--ink); font-size: 15px; }

.spread__body { align-self: center; }
.spread__body .text + .text { margin-top: .7em; }
/* お客さんの言葉。地の文と同じ大きさにすると効かない */
.spread__voice {
  margin-block: .8em; font-size: clamp(19px, 2.3vw, 23px); line-height: 1.8;
  letter-spacing: .03em; color: var(--ink);
}
.spread__goal {
  margin-top: clamp(32px, 4vw, 44px); padding-top: clamp(28px, 3.5vw, 36px);
  border-top: 1px solid var(--line);
  font-size: clamp(19px, 2.4vw, 24px); line-height: 1.9; letter-spacing: .03em;
}
@media (min-width: 820px) {
  .spread { grid-template-columns: minmax(0, 300px) minmax(0, 1fr); gap: 56px; align-items: center; }
  .spread__map { justify-self: start; width: 100%; }
}

/* ---- 会社概要 ---- */
.profile { border-top: 1px solid var(--line); }
.profile > div { display: grid; grid-template-columns: 7.5em 1fr; gap: 6px 16px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
.profile dt { font-weight: 500; color: var(--ink-2); }
.profile dd { margin: 0; }
.profile__sub { font-size: 14px; color: var(--ink-2); }
.profile a { text-decoration: none; border-bottom: 1px solid var(--line-2); }
.profile + .h3 { margin-top: 44px; }
.profile--history > div { grid-template-columns: 10em 1fr; }
@media (max-width: 480px) {
  .profile > div, .profile--history > div { grid-template-columns: 1fr; gap: 2px; }
}

/* ---- アクセス ---- */
.access { display: grid; gap: 24px; }
.access__map { position: relative; aspect-ratio: 4 / 3; border: 1px solid var(--line); background: var(--white); }
.access__map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.access__photos { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.access__photos img { aspect-ratio: 4 / 3; object-fit: cover; }
.access__photos figcaption { margin-top: 6px; font-size: 14px; color: var(--ink-2); }
.access__side .text { margin-top: 16px; }
.access__side .btn { margin-top: 16px; }
@media (min-width: 860px) { .access { grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: start; } }

/* ---- ボタン ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 52px; padding: 10px 22px; border-radius: 8px; font-size: 16px; font-weight: 700;
  text-decoration: none; border: 1.5px solid transparent;
}
.btn--primary { background: var(--red); color: var(--white); }
.btn--primary:hover { background: var(--red-dark); }
.btn--line { background: var(--line-green); color: var(--white); }
.btn--ghost { background: var(--white); color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--white); }

/* ---- お問い合わせ ---- */
.contact { display: grid; gap: 20px; }
.contact__box { background: var(--white); border: 1px solid var(--line); padding: 28px 24px; }
.contact__box--shop { border-color: var(--red); }
.contact__quote {
  margin-top: 4px; margin-bottom: 12px;
  font-size: 18px; line-height: 1.8; letter-spacing: .02em;
  padding-left: 14px; border-left: 3px solid var(--red);
}
.contact__box .text + .text { margin-top: .5em; }
.contact__big { margin-top: 16px; font-size: clamp(18px, 2.6vw, 22px); font-weight: 700; }
.contact__big a { text-decoration: none; border-bottom: 2px solid var(--red); }
.contact__actions { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 12px; }
@media (min-width: 760px) { .contact { grid-template-columns: 1fr 1fr; gap: 28px; } }

/* ---- フッター ---- */
.footer { border-top: 1px solid var(--line); padding-block: 36px 28px; font-size: 14px; color: var(--ink-2); }
.footer__corp { font-size: 17px; font-weight: 700; letter-spacing: .08em; color: var(--ink); }
.footer__addr { font-style: normal; margin-top: 10px; line-height: 1.9; }
.footer__addr a { text-decoration: none; }
.footer__shop { margin-top: 10px; }
.footer__copy { margin-top: 18px; }
