/* ============================================================
   株式会社サンプル建設 — 案C「STANDARD+」バランス型コーポレート（汎用デモテンプレート）
   原則: 8ptグリッド厳守 / ティール1色＋淡グレー面 / 影なし1px罫線
   ============================================================ */

:root {
  /* color */
  --teal:       #0F766E;
  --teal-dark:  #0B5A54;
  --teal-tint:  #EDF4F3;
  --ink:        #1E2A28;
  --body:       #33403E;
  --muted:      #5A6A67;
  --line:       #DCE3E1;
  --line-soft:  #E7ECEA;
  --bg:         #FFFFFF;
  --bg-grey:    #F4F6F5;
  --footer-ink: #1B2523;

  /* spacing — 8pt scale */
  --s1: 8px;  --s2: 16px; --s3: 24px; --s4: 32px;
  --s5: 40px; --s6: 48px; --s8: 64px; --s10: 80px;
  --s12: 96px; --s14: 112px;

  /* type */
  --font: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

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

html { scroll-behavior: smooth; scroll-padding-top: 88px; }

body {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.9;
  color: var(--body);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.02em;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

h1, h2, h3, h4 {
  color: var(--ink);
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.num { font-variant-numeric: tabular-nums; }

.container {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: var(--s3);
}

/* 行長制御: 和文35〜42字 */
.measure { max-width: 40em; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--teal); color: #fff; padding: var(--s1) var(--s2);
  z-index: 200;
}
.skip-link:focus { left: 0; }

/* ------------------------------------------------------------
   Header
   ------------------------------------------------------------ */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.header__inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}

.brand { display: flex; align-items: center; gap: 12px; }

.brand__mark {
  width: 40px; height: 40px; flex: none;
  display: grid; place-items: center;
  background: var(--teal); color: #fff;
  font-size: 22px; font-weight: 700;
  line-height: 1;
}

.brand__text { display: flex; flex-direction: column; line-height: 1.3; }
.brand__name { font-size: 17px; font-weight: 700; color: var(--ink); letter-spacing: 0.06em; }
.brand__tag  { font-size: 11px; color: var(--muted); letter-spacing: 0.04em; }

.gnav { display: flex; align-items: center; gap: var(--s4); }
.gnav__list { display: flex; gap: var(--s4); }
.gnav__list a {
  font-size: 14px; font-weight: 500; color: var(--ink);
  padding: var(--s1) 0;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.gnav__list a:hover,
.gnav__list a[aria-current="page"] { color: var(--teal); border-bottom-color: var(--teal); }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: var(--s1);
  min-height: 48px;
  padding: 0 var(--s4);
  font-size: 15px; font-weight: 700;
  border: 1px solid var(--teal);
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
  cursor: pointer;
}
.btn--solid { background: var(--teal); color: #fff; }
.btn--solid:hover { background: var(--teal-dark); border-color: var(--teal-dark); }
.btn--ghost { background: transparent; color: var(--teal); }
.btn--ghost:hover { background: var(--teal-tint); }
.btn--sm { min-height: 40px; padding: 0 var(--s3); font-size: 14px; }

.nav-toggle {
  display: none;
  width: 48px; height: 48px;
  background: none; border: 1px solid var(--line);
  cursor: pointer; position: relative;
}
.nav-toggle span {
  position: absolute; left: 13px; width: 20px; height: 2px;
  background: var(--ink); transition: transform 0.25s, opacity 0.25s;
}
.nav-toggle span:nth-child(1) { top: 16px; }
.nav-toggle span:nth-child(2) { top: 23px; }
.nav-toggle span:nth-child(3) { top: 30px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ------------------------------------------------------------
   Section scaffolding — 白⇄淡グレーの交互リズム
   ------------------------------------------------------------ */
.section { padding-block: var(--s14); }
.section--grey { background: var(--bg-grey); }
.section--flush-top { padding-top: var(--s12); }

.sec-head { margin-bottom: var(--s8); }

.eyebrow {
  display: block;
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--teal);
  text-transform: uppercase;
  margin-bottom: var(--s2);
}
.eyebrow::after {
  content: ""; display: inline-block; vertical-align: middle;
  width: 40px; height: 1px; background: var(--teal);
  margin-left: var(--s2); transform: translateY(-1px);
}

.sec-title {
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.3;
}

.sec-lead { margin-top: var(--s3); color: var(--muted); font-size: 15px; }

/* ------------------------------------------------------------
   Hero
   ------------------------------------------------------------ */
.hero { padding-block: var(--s12) 0; }

.hero__copy { max-width: 760px; }

.hero__title {
  font-size: clamp(34px, 5.2vw, 60px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.hero__lead {
  margin-top: var(--s3);
  font-size: 16px;
  color: var(--body);
}

.hero__actions { display: flex; flex-wrap: wrap; gap: var(--s2); margin-top: var(--s5); }

.hero__figure { margin-top: var(--s8); position: relative; }
.hero__figure img {
  width: 100%; aspect-ratio: 21 / 9; object-fit: cover;
}
.hero__figure::after {
  /* 精度の徴（しるし）: 写真下辺に走るティールの定規線 */
  content: ""; position: absolute; left: 0; bottom: -1px;
  width: 200px; height: 4px; background: var(--teal);
}
.hero__caption {
  margin-top: var(--s2);
  font-size: 12px; color: var(--muted); letter-spacing: 0.06em;
}

/* stats */
.stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
}
.stats__item { padding: var(--s4) var(--s4) var(--s4) 0; }
.stats__item + .stats__item { border-left: 1px solid var(--line); padding-left: var(--s4); }
.stats__label { display: block; font-size: 13px; font-weight: 500; color: var(--muted); letter-spacing: 0.08em; }
.stats__value {
  display: block;
  font-size: clamp(32px, 3.6vw, 48px);
  font-weight: 700; color: var(--ink);
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
  margin-top: 4px;
}
.stats__value small { font-size: 0.5em; font-weight: 700; margin-left: 2px; }
.stats__note { display: block; font-size: 12px; color: var(--muted); margin-top: 4px; }
.stats__foot {
  font-size: 12px; color: var(--muted);
  padding-top: var(--s2);
}

/* ------------------------------------------------------------
   Split — 交互2カラム（写真⇄テキスト）
   ------------------------------------------------------------ */
.split {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s5);
  align-items: center;
}
.split--top { align-items: start; }

.split__media img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border: 1px solid var(--line);
}
.split__media figcaption {
  margin-top: var(--s1);
  font-size: 12px; color: var(--muted); letter-spacing: 0.06em;
}

.split__body .sec-head { margin-bottom: var(--s4); }
.split__body p + p { margin-top: var(--s3); }

.split__sign {
  margin-top: var(--s4);
  font-size: 14px; font-weight: 700; color: var(--ink);
  letter-spacing: 0.08em;
}

/* checklist */
.checklist { display: grid; gap: var(--s2); margin-top: var(--s4); }
.checklist li {
  position: relative;
  padding-left: 32px;
  font-size: 15px; line-height: 1.8;
}
.checklist li::before {
  content: ""; position: absolute; left: 2px; top: 9px;
  width: 12px; height: 6px;
  border-left: 2px solid var(--teal);
  border-bottom: 2px solid var(--teal);
  transform: rotate(-45deg);
}

/* ------------------------------------------------------------
   Reasons — カードは1px罫線・影なし・ホバーで持ち上げ
   ------------------------------------------------------------ */
.cards { display: grid; grid-template-columns: 1fr; gap: var(--s3); }

.card {
  background: var(--bg);
  border: 1px solid var(--line);
  padding: var(--s5) var(--s4);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.card:hover { transform: translateY(-4px); border-color: var(--teal); }

.card__no {
  font-size: 14px; font-weight: 700; color: var(--teal);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.12em;
}
.card__no::after {
  content: ""; display: block;
  width: 24px; height: 1px; background: var(--teal);
  margin-top: var(--s2);
}
.card__title { font-size: 20px; font-weight: 700; margin-top: var(--s3); }
.card__text { font-size: 15px; color: var(--body); margin-top: var(--s2); }

/* ------------------------------------------------------------
   Services
   ------------------------------------------------------------ */
.domains {
  display: grid; grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--line);
  background: var(--bg);
}
.domains__item {
  padding: var(--s4);
  display: flex; flex-direction: column; gap: 4px;
}
.domains__item:nth-child(2) { border-left: 1px solid var(--line); }
.domains__item:nth-child(3) { border-top: 1px solid var(--line); }
.domains__item:nth-child(4) { border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.domains__no { font-size: 13px; font-weight: 700; color: var(--teal); font-variant-numeric: tabular-nums; letter-spacing: 0.12em; }
.domains__name { font-size: 19px; font-weight: 700; color: var(--ink); }
.domains__note { font-size: 13px; color: var(--muted); }

.svc-group { background: var(--bg); border: 1px solid var(--line); padding: var(--s5) var(--s4); }
.svc-group + .svc-group { margin-top: var(--s3); }
.svc-group__head { display: flex; flex-wrap: wrap; align-items: baseline; gap: var(--s2); }
.svc-group__title { font-size: 22px; font-weight: 700; }
.svc-group__scope { font-size: 13px; color: var(--muted); }
.chips { display: flex; flex-wrap: wrap; gap: var(--s1); margin-top: var(--s3); }
.chips li {
  font-size: 13px; line-height: 1;
  padding: 8px 12px;
  border: 1px solid var(--line);
  color: var(--body);
  background: var(--bg);
  white-space: nowrap;
}

/* ------------------------------------------------------------
   Works — 2カラムの大きめ写真＋余白
   ------------------------------------------------------------ */
.works { display: grid; grid-template-columns: 1fr; gap: var(--s5); }

.work {
  display: block;
  background: var(--bg);
  border: 1px solid var(--line);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.work:hover { transform: translateY(-4px); border-color: var(--teal); }

.work__media { overflow: hidden; border-bottom: 1px solid var(--line); }
.work__media img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }

.work__body { padding: var(--s4); }
.work__cat {
  display: inline-block;
  font-size: 12px; font-weight: 700; line-height: 1;
  color: var(--teal);
  border: 1px solid var(--teal);
  padding: 6px 10px;
  letter-spacing: 0.1em;
}
.work__title { font-size: 20px; font-weight: 700; margin-top: var(--s2); }
.work__desc { font-size: 14px; color: var(--muted); margin-top: var(--s1); line-height: 1.8; }

/* 実績一覧テーブル */
.wtable-wrap { margin-top: var(--s10); }
.wtable-grid { display: grid; grid-template-columns: 1fr; gap: var(--s5); margin-top: var(--s5); }

.wtable { background: var(--bg); border: 1px solid var(--line); }
.wtable__head {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: var(--s3) var(--s4);
  border-bottom: 1px solid var(--ink);
}
.wtable__cat { font-size: 16px; font-weight: 700; color: var(--ink); letter-spacing: 0.08em; }
.wtable__count { font-size: 14px; font-weight: 700; color: var(--teal); font-variant-numeric: tabular-nums; }
.wtable table { width: 100%; border-collapse: collapse; }
.wtable td {
  padding: 12px var(--s4);
  font-size: 14px; line-height: 1.6;
  border-top: 1px solid var(--line-soft);
  vertical-align: top;
}
.wtable tr:first-child td { border-top: none; }
.wtable td.client { color: var(--muted); text-align: right; white-space: nowrap; font-size: 13px; }
.wtable-note { margin-top: var(--s3); font-size: 12px; color: var(--muted); }

/* ------------------------------------------------------------
   Flow
   ------------------------------------------------------------ */
.flow { display: grid; grid-template-columns: 1fr; gap: var(--s4); counter-reset: flow; }

.flow li { border-top: 2px solid var(--line); padding-top: var(--s3); position: relative; }
.flow li::before {
  /* 番号の直上だけ罫線をティールに */
  content: ""; position: absolute; top: -2px; left: 0;
  width: 48px; height: 2px; background: var(--teal);
}
.flow__no {
  font-size: 14px; font-weight: 700; color: var(--teal);
  font-variant-numeric: tabular-nums; letter-spacing: 0.12em;
}
.flow__title { font-size: 19px; font-weight: 700; margin-top: var(--s1); }
.flow__desc { font-size: 14px; color: var(--muted); margin-top: var(--s1); line-height: 1.8; }

/* ------------------------------------------------------------
   Contact band
   ------------------------------------------------------------ */
.contact { background: var(--teal); color: #fff; padding-block: var(--s12); }
.contact .eyebrow { color: #fff; }
.contact .eyebrow::after { background: rgba(255, 255, 255, 0.6); }
.contact__title { color: #fff; font-size: clamp(26px, 3.4vw, 40px); font-weight: 700; line-height: 1.4; }
.contact__lead { color: #E3F0EE; font-size: 15px; margin-top: var(--s2); max-width: 40em; }

.contact__grid { display: grid; grid-template-columns: 1fr; gap: var(--s5); align-items: center; }

.contact__tel {
  display: block;
  font-size: clamp(36px, 4.4vw, 52px);
  font-weight: 700; color: #fff;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.contact__tel small { display: block; font-size: 13px; font-weight: 500; color: #E3F0EE; letter-spacing: 0.1em; margin-bottom: var(--s1); }
.contact__mail {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 56px; padding: 0 var(--s5);
  margin-top: var(--s3);
  background: #fff; color: var(--teal);
  font-size: 15px; font-weight: 700;
  border: 1px solid #fff;
  transition: background 0.2s, color 0.2s;
}
.contact__mail:hover { background: var(--teal-tint); }
.contact__area { font-size: 13px; color: #E3F0EE; margin-top: var(--s4); line-height: 1.9; }
.contact__area strong { color: #fff; font-weight: 700; }

/* ------------------------------------------------------------
   Disclaimer + Footer
   ------------------------------------------------------------ */
.disclaimer { background: var(--bg-grey); padding-block: var(--s3); border-top: 1px solid var(--line); }
.disclaimer p { font-size: 11px; line-height: 1.8; color: var(--muted); max-width: 62em; }

.footer { background: var(--footer-ink); color: #B9C4C1; padding-block: var(--s8) var(--s4); }

.footer__grid { display: grid; grid-template-columns: 1fr; gap: var(--s5); }

.footer .brand__mark { background: #fff; color: var(--footer-ink); }
.footer .brand__name { color: #fff; }
.footer .brand__tag { color: #8FA09C; }
.footer__addr { font-size: 13px; line-height: 2; margin-top: var(--s3); font-style: normal; }
.footer__addr a { color: #fff; }

.footer__nav { display: flex; flex-wrap: wrap; gap: var(--s2) var(--s3); align-content: start; }
.footer__nav a { font-size: 13px; color: #B9C4C1; transition: color 0.2s; }
.footer__nav a:hover { color: #fff; }

.footer__meta {
  margin-top: var(--s8); padding-top: var(--s3);
  border-top: 1px solid #33413E;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--s2);
  font-size: 12px; color: #8FA09C;
}

/* ------------------------------------------------------------
   Company page
   ------------------------------------------------------------ */
.page-head { background: var(--bg-grey); padding-block: var(--s10); border-bottom: 1px solid var(--line); }
.breadcrumb { font-size: 12px; color: var(--muted); margin-bottom: var(--s2); letter-spacing: 0.06em; }
.breadcrumb a:hover { color: var(--teal); }
.page-head__title { font-size: clamp(32px, 4.4vw, 52px); font-weight: 700; }

.ctable { width: 100%; border-collapse: collapse; border-top: 1px solid var(--ink); }
.ctable th, .ctable td {
  padding: var(--s3) var(--s2);
  border-bottom: 1px solid var(--line);
  font-size: 15px; line-height: 1.9;
  text-align: left; vertical-align: top;
}
.ctable th { width: 200px; font-weight: 700; color: var(--ink); white-space: nowrap; padding-left: 0; }
.ctable td { color: var(--body); }
.ctable a { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }

/* 沿革 */
.timeline { border-left: 2px solid var(--line); display: grid; gap: var(--s5); padding-block: var(--s1); }
.timeline li { position: relative; padding-left: var(--s5); }
.timeline li::before {
  content: ""; position: absolute; left: -6px; top: 10px;
  width: 10px; height: 10px; background: var(--teal);
  border-radius: 50%;
}
.timeline__year { font-size: 14px; font-weight: 700; color: var(--teal); letter-spacing: 0.08em; font-variant-numeric: tabular-nums; }
.timeline__event { font-size: 18px; font-weight: 700; color: var(--ink); margin-top: 2px; }
.timeline__now .timeline__event { font-weight: 500; font-size: 15px; color: var(--body); }

/* 所属団体・資格 */
.plainlist { display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--line); }
.plainlist li {
  padding: var(--s2) 4px;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
}
.plainlist--marked li { padding-left: 24px; position: relative; }
.plainlist--marked li::before {
  content: ""; position: absolute; left: 4px; top: 30px; /* 1行目の光学中心に固定 */
  width: 8px; height: 1px; background: var(--teal); /* ハイフン型マーカー */
}

/* ------------------------------------------------------------
   Modal (teaser)
   ------------------------------------------------------------ */
.modal {
  position: fixed; inset: 0; z-index: 300;
  display: none;
  align-items: center; justify-content: center;
  padding: var(--s3);
  background: rgba(23, 33, 31, 0.55);
}
.modal.is-open { display: flex; }
.modal__panel {
  background: #fff;
  border-top: 4px solid var(--teal);
  max-width: 480px; width: 100%;
  padding: var(--s6) var(--s5) var(--s5);
}
.modal__label { font-size: 12px; font-weight: 700; letter-spacing: 0.2em; color: var(--teal); }
.modal__title { font-size: 21px; font-weight: 700; margin-top: var(--s2); }
.modal__text { font-size: 14px; line-height: 2; color: var(--body); margin-top: var(--s2); }
.modal__actions { margin-top: var(--s4); display: flex; justify-content: flex-end; }

/* ------------------------------------------------------------
   Reveal
   ------------------------------------------------------------ */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: 0.08s; }
.reveal[data-delay="2"] { transition-delay: 0.16s; }
.reveal[data-delay="3"] { transition-delay: 0.24s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .card, .work, .btn { transition: none; }
}

/* ------------------------------------------------------------
   Breakpoints — SP最優先: 375 → 768 → 1200
   ------------------------------------------------------------ */
@media (max-width: 767px) {
  .section { padding-block: var(--s8); }
  .hero { padding-block: var(--s6) 0; }
  .hero__figure img { aspect-ratio: 16 / 9; }

  .gnav {
    position: fixed; inset: 72px 0 auto 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: var(--s4) var(--s3) var(--s5);
    display: none;
    flex-direction: column; align-items: stretch; gap: var(--s3);
  }
  .gnav.is-open { display: flex; }
  .gnav__list { flex-direction: column; gap: 0; }
  .gnav__list a {
    display: block; padding: var(--s2) 4px;
    border-bottom: 1px solid var(--line-soft);
    font-size: 15px;
  }
  .nav-toggle { display: block; }
  .brand__tag { display: none; }

  .stats { grid-template-columns: 1fr; }
  .stats__item + .stats__item { border-left: none; border-top: 1px solid var(--line); padding-left: 4px; }
  .stats__item { padding: var(--s3) 4px; }

  .ctable th { display: block; width: auto; padding-bottom: 0; border-bottom: none; }
  .ctable td { display: block; padding-top: 4px; padding-left: 0; }

  .wtable td { padding-inline: var(--s2); }
  .wtable td.client { white-space: normal; }
  .wtable__head { padding-inline: var(--s2); }

  .hero__actions .btn { width: 100%; }
}

@media (min-width: 768px) {
  .cards { grid-template-columns: repeat(3, 1fr); }
  .works { grid-template-columns: repeat(2, 1fr); gap: var(--s6); }
  .flow { grid-template-columns: repeat(4, 1fr); gap: var(--s4); }
  .domains { grid-template-columns: repeat(4, 1fr); }
  .domains__item:nth-child(n) { border-top: none; border-left: none; }
  .domains__item + .domains__item { border-left: 1px solid var(--line); }
  .wtable-grid { grid-template-columns: 1fr 1fr; align-items: start; }
  .contact__grid { grid-template-columns: 1fr auto; gap: var(--s8); }
  .contact__mail { margin-top: var(--s3); }
  .footer__grid { grid-template-columns: 1fr auto; }

  /* 交互2カラム: 写真5 ⇄ テキスト6（本文行長 約38字を確保） */
  .split { grid-template-columns: 5fr 6fr; gap: var(--s8); }
  .split--rev .split__media { order: 2; }
  .split--rev .split__body { order: 1; }
}

@media (min-width: 1200px) {
  .split { gap: var(--s10); }
  .works { gap: var(--s8) var(--s6); }
}

/* hero 背景画像型（v0.2.1 ヤヤFB反映） */
.hero--bg{
  position:relative;
  padding-block: clamp(96px, 14vw, 176px) clamp(56px, 8vw, 96px);
  background:
    linear-gradient(105deg, rgba(13,32,44,.78) 0%, rgba(13,32,44,.55) 46%, rgba(13,32,44,.30) 100%),
    url("assets/img/placeholder-town.png") center 38% / cover no-repeat;
}
.hero--bg .eyebrow{ color:#9fd4cb; }
.hero--bg .hero__title{ color:#ffffff; text-shadow:0 1px 24px rgba(9,24,34,.35); }
.hero--bg .hero__lead{ color:rgba(255,255,255,.92); }
.hero--bg .hero__credit{
  position:absolute; right: clamp(16px, 3vw, 32px); bottom: 14px; margin:0;
  text-align:right; font-size:11px; letter-spacing:.08em; color:rgba(255,255,255,.65);
}
.btn--ghost-inv{ color:#fff; border-color:rgba(255,255,255,.75); }
.btn--ghost-inv:hover{ background:rgba(255,255,255,.14); color:#fff; }
.hero-stats{ padding-block: var(--s8); }
@media (max-width:768px){
  .hero--bg{ background-position: 62% 38%; }
}

/* demo-bar分のオフセット */
.header{top:var(--demo-bar-h,44px)}
@media (max-width:768px){ .nav{inset:calc(72px + var(--demo-bar-h,44px)) 0 auto 0} }
