@charset "utf-8";
/* ==========================================================
   由工房 — Refined Wa-Modern  ／ v6（mac_wordpress_common_rules.md 準拠）
   common.css — 共通パーツ（変数・リセット・ヘッダー・メニュー・フッター・Trust・FAB・リビール）
   ----------------------------------------------------------
   v5 変更点：
   - :root に「全社共通変数（共通ルール準拠の命名）」を追加
   - 既存の由工房固有変数（--o, --ink, --bg-deep, --koke 等）はエイリアスとして併存
   - 新規コードは原則として --brand-main / --text-main / --bg-sub 等の標準名を使う
   v6 変更点（2026-08-06）：
   - #media スコープのメディア掲載カード（voice 統一デザイン）と紙面サムネイル
     .media-foot / .media-thumb を追加。akiya-project.css A12・about.css B10/B28 から
     §6-4 に従い昇格（両ページの重複定義は各ファイルで削除済み）
========================================================== */
/*------------------------------------
変数（CSSカスタムプロパティ）
------------------------------------*/
:root{
  /* ==========================================================
     全社共通変数（mac_wordpress_common_rules.md §6-1 準拠）
     新規コードは原則こちらの命名を使用する
  ========================================================== */
  --brand-main:#E89A2E;
  /* メインカラー（由工房ロゴオレンジ） */
  --brand-accent:#C77E1A;
  /* アクセント（ホバー・押下時の深いオレンジ） */
  --bg-sub:#FAFAFA;
  /* 薄いサブ背景 */
  --bg-alt:#F4F0E8;
  /* もう一段濃いベージュ／hero グラデ */
  --border-light:#E4DDC9;
  /* ボーダー薄色 */
  --text-main:#2B2B2B;
  /* 本文テキスト（墨） */
  --text-sub:#4A4A4A;
  /* 補助テキスト */
  --text-mute:#888888;
  /* キャプション・メタ */
  --font-base:"Noto Sans JP", "游ゴシック", YuGothic, sans-serif;
  --container:1180px;
  /* コンテンツ最大幅 */
  /* ==========================================================
     由工房固有の追加変数（共通ルールを拡張）
  ========================================================== */
  --brand-line:rgba(232,154,46,.22);
  /* マーカー風アンダーライン用 */
  --font-serif:"Noto Serif JP", "游明朝", YuMincho, serif;
  /* 見出し明朝 */
  --font-en:"Lato", "Cormorant Garamond", sans-serif;
  /* 装飾英字 */
  --font-en-italic:"Cormorant Garamond", serif;
  --gutter:clamp(20px, 5vw, 56px);
  --header-h:67px;
  /* ==========================================================
     既存独自変数（v4以前のコード互換のため残置）
     新規コードでは上の標準変数を使うこと
  ========================================================== */
  --bg:#FFFFFF;
  --bg-soft:var(--bg-sub);
  --bg-deep:var(--bg-alt);
  --bg-stone:#E9E2D2;
  --ink:var(--text-main);
  --ink-soft:var(--text-sub);
  --ink-mute:var(--text-mute);
  --o:var(--brand-main);
  --o-deep:var(--brand-accent);
  --o-soft:#F0B158;
  --o-tint:#FBF2E0;
  --g:#D4A645;
  --g-soft:#F5C242;
  --koke:#5A7556;
  --koke-deep:#3D5239;
  --koke-tint:#E8EFE5;
  --kigi:#7A5D3F;
  --line:var(--border-light);
  --line-soft:#EFEAD9;
  --serif:var(--font-serif);
  --sans:var(--font-base);
  --en:var(--font-en);
  --en-italic:var(--font-en-italic);
  --max:var(--container);
  --section-y:clamp(96px, 11vw, 160px);
}

/* ==========================================================
   共通ユーティリティクラス（mac_wordpress_common_rules.md §6-3）
   .page-hero / .breadcrumb / .section-title / .section-en-label
   .news-* / .post-* / .pagination / .fade-up / .br-pc / .br-sp
========================================================== */
/* page-hero（下層ページ共通ヒーロー） */
.page-hero{
  position:relative;
  background:var(--bg);
  padding:calc(32px + var(--header-h)) 0 84px;
  overflow:hidden;
  border-bottom:1px solid rgba(0,0,0,.06);
}
.page-hero__inner{
  max-width:var(--container);
  margin:0 auto;
  padding:0 var(--gutter);
}
.page-hero__eyebrow{
  font-family:var(--font-en);
  font-size:13px;
  letter-spacing:.16em;
  color:var(--text-mute);
  margin:0 0 14px;
  text-transform:uppercase;
}
.page-hero__eyebrow::before{
  content:"";
  display:inline-block;
  width:24px;
  height:1px;
  background:var(--brand-main);
  vertical-align:middle;
  margin-right:12px;
}
.page-hero__title{
  font-family:var(--font-serif);
  font-size:clamp(26px,3.6vw,36px);
  line-height:1.5;
  font-weight:500;
  color:var(--text-main);
  margin:0 0 16px;
}
.page-hero__title em{
  font-style:normal;
  color:var(--brand-main);
}
.page-hero__meta{
  font-size:13px;
  color:var(--text-sub);
}
.page-hero--news{
  background:linear-gradient(180deg,#F4F0E8 0%,#FBF8F2 100%);
}

/* breadcrumb */
.breadcrumb{
  margin:0 0 22px;
  font-family:var(--sans);
  font-size:12px;
  color:rgba(0,0,0,.55);
  letter-spacing:.04em;
  padding:14px 0 0 0;
}
.breadcrumb ol{
  align-items:center;
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:6px 10px;
  margin:0;
  padding:0;
}
.breadcrumb a{
  color:rgba(0,0,0,.55);
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:border-color .2s, color .2s;
}
.breadcrumb a:hover{
  color:var(--o);
  border-bottom-color:var(--o);
}
.breadcrumb [aria-current="page"]{
  color:var(--ink);
  font-weight:500;
}

/* section-title（共通見出し） */
.section-title{
  font-family:var(--font-serif);
  font-size:clamp(22px,3vw,30px);
  line-height:1.5;
  font-weight:500;
  color:var(--text-main);
  margin:0 0 24px;
  text-align:center;
  position:relative;
}
.section-title::before{
  content:"";
  display:block;
  width:36px;
  height:2px;
  background:var(--brand-main);
  margin:0 auto 16px;
}
.section-title--left{
  text-align:left;
}
.section-title--left::before{
  margin:0 0 16px;
}
.section-title--white{
  color:#fff;
}
.section-title--white::before{
  background:#fff;
}
.cta-final .section-title::before{  /* Final CTA：見出し上の装飾線を非表示 */
  display:none;
}

/* section-en-label（見出し上の英字ラベル） */
.section-en-label{
  font-family:var(--font-en);
  font-size:11px;
  letter-spacing:.18em;
  color:var(--brand-main);
  margin:0 0 10px;
  text-transform:uppercase;
  font-weight:700;
  text-align:center;
}
.section-en-label--left{
  text-align:left;
}

/* fade-up */
.fade-up{
  opacity:0;
  transform:translateY(20px);
  transition:opacity .8s ease,transform .8s ease;
}
.fade-up.is-visible{
  opacity:1;
  transform:none;
}
.fade-up.delay-100{
  transition-delay:.1s;
}
.fade-up.delay-200{
  transition-delay:.2s;
}
.fade-up.delay-300{
  transition-delay:.3s;
}
.fade-up.delay-400{
  transition-delay:.4s;
}
.slick-initialized .fade-up{
  opacity:1;
  transform:none;
}

/* br-pc / br-sp */
.br-pc{
  display:none;
}
.br-sp{
  display:inline;
}
@media (min-width:768px){
  .br-pc{
    display:inline;
  }
  .br-sp{
    display:none;
  }
}

/* news-* （一覧用・共通ルール §5） */
.news-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:0;
}
.news-item{
  border-bottom:1px solid var(--border-light);
}
.news-item__link{
  display:grid;
  grid-template-columns:120px 120px 1fr;
  gap:16px;
  padding:18px 0;
  text-decoration:none;
  color:var(--text-main);
  align-items:center;
}
.news-item__link:hover{
  color:var(--brand-main);
}
.news-item__date{
  font-family:var(--font-en);
  font-size:13.5px;
  color:var(--text-mute);
  letter-spacing:.04em;
}
.news-item__cat{
  font-size:11.5px;
  padding:3px 10px;
  background:var(--bg-sub);
  border:1px solid var(--border-light);
  border-radius:20px;
  color:var(--text-sub);
  text-align:center;
  justify-self:start;
}
.news-item__title{
  font-size:14.5px;
  line-height:1.65;
  margin:0;
  color:inherit;
}
.news-item--empty{
  padding:40px 0;
  text-align:center;
  color:var(--text-mute);
}
@media (max-width:767px){
  .news-item__link{
    grid-template-columns:1fr;
    gap:6px;
    padding:16px 0;
  }
  .news-item__cat{
    justify-self:start;
  }
}

/* post-* （投稿詳細用・共通ルール §4） */
.post-date{
  font-family:var(--font-en);
  font-size:13px;
  color:var(--text-mute);
  margin:0 0 8px;
  letter-spacing:.04em;
}
.post-cat{
  display:inline-block;
  font-size:11.5px;
  padding:3px 10px;
  background:var(--brand-main);
  color:#fff;
  border-radius:20px;
  margin-bottom:14px;
}
.post-title{
  font-family:var(--font-serif);
  font-size:clamp(22px,3.4vw,32px);
  line-height:1.5;
  font-weight:500;
  color:var(--text-main);
  margin:0 0 24px;
}
.post-content{
  font-size:15.5px;
  line-height:1.95;
  color:var(--text-main);
}
.post-content p{
  margin:0 0 18px;
}
.post-content img{
  max-width:100%;
  height:auto;
}
.post-block{
  margin:0 0 36px;
}
.post-block__title{
  font-family:var(--font-serif);
  font-size:20px;
  font-weight:500;
  color:var(--text-main);
  margin:0 0 14px;
  padding:6px 0 6px 14px;
  border-left:3px solid var(--brand-main);
}
.post-block__img{
  margin:14px 0;
}
.post-block__img img{
  border-radius:4px;
}
.post-block__text{
  font-size:14.5px;
  line-height:1.95;
  color:var(--text-sub);
}
.post-back{
  margin:40px 0 0;
  text-align:center;
}
.post-back a{
  display:inline-block;
  padding:12px 28px;
  border:1px solid var(--border-light);
  border-radius:30px;
  text-decoration:none;
  color:var(--text-main);
  font-size:13.5px;
  transition:all .2s;
}
.post-back a:hover{
  border-color:var(--brand-main);
  color:var(--brand-main);
}
.post-nav{
  margin-top:24px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.post-nav a{
  padding:14px 18px;
  background:var(--bg-sub);
  border:1px solid var(--border-light);
  border-radius:4px;
  text-decoration:none;
  color:var(--text-sub);
  font-size:12.5px;
}
.post-nav a:hover{
  border-color:var(--brand-main);
  color:var(--brand-main);
}

/* pagination */
.pagination{
  margin:32px 0 0;
  text-align:center;
}
.pagination .nav-links{
  display:inline-flex;
  gap:6px;
  align-items:center;
}
.pagination .page-numbers{
  display:inline-block;
  min-width:36px;
  height:36px;
  line-height:34px;
  text-align:center;
  border:1px solid var(--border-light);
  border-radius:4px;
  color:var(--text-sub);
  text-decoration:none;
  font-size:13px;
}
.pagination .page-numbers.current{
  background:var(--brand-main);
  color:#fff;
  border-color:var(--brand-main);
}
.pagination .page-numbers:hover:not(.current){
  border-color:var(--brand-main);
  color:var(--brand-main);
}

/*------------------------------------
リセット・基本
------------------------------------*/
*,*::before,*::after{
  box-sizing:border-box;
  margin:0;
  padding:0;
}
html{
  scroll-behavior:smooth;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
body{
  font-family:var(--sans);
  font-weight:400;
  color:var(--ink-soft);
  background:var(--bg);
  line-height:1.85;
  letter-spacing:.04em;
  overflow-x:hidden;
}

a{
  color:inherit;
  text-decoration:none;
}
img{
  max-width:100%;
  display:block;
}
button{
  font:inherit;
  cursor:pointer;
  border:none;
  background:none;
  color:inherit;
}

/*------------------------------------
共通レイアウト
------------------------------------*/
/*.container*/
.container{
  max-width:var(--max);
  margin:0 auto;
  padding-left:var(--gutter);
  padding-right:var(--gutter);
  position:relative;
}

/*------------------------------------
ヘッダー
------------------------------------*/
header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:50;
  background:#fff;
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line-soft);
  transition:box-shadow .3s ease;
}

/*.head-inner*/
.head-inner{
  max-width:var(--max);
  margin:0 auto;
  padding:12px var(--gutter);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}

/*.logo  ［v5修正］現在の90%に縮小 28→25 / 25→22 / 24→22*/
.logo{
  display:flex;
  align-items:center;
}
.logo img{
  height:25px;
  width:auto;
  display:block;
}

/* メインナビ — PCでは主要4項目のみ表示し、残りはハンバーガー */
nav.gnav{
  display:flex;
  align-items:center;
  gap:0;
}
nav.gnav ul{
  display:flex;
  list-style:none;
  gap:0;
  align-items:center;
}
nav.gnav a{
  display:block;
  padding:10px 14px;
  font-size:13.5px;
  font-weight:500;
  letter-spacing:.08em;
  color:var(--ink);
  position:relative;
  transition:color .2s ease;
}

nav.gnav a:hover{
  color:var(--o-deep);
}
nav.gnav a::after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:6px;
  height:1px;
  background:var(--o);
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .25s ease;
}

nav.gnav a:hover::after{
  transform:scaleX(1);
}

nav.gnav a[aria-current="page"]{
  color:var(--o-deep);
}
nav.gnav a[aria-current="page"]::after{
  transform:scaleX(1);
}

/* 右アクション領域 — お問い合わせ／LINE／メニュー */
.head-actions{
  display:flex;
  align-items:center;
  gap:10px;
}
.btn-contact{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 18px;
  border:1.5px solid var(--ink);
  font-size:12.5px;
  font-weight:700;
  letter-spacing:.08em;
  color:var(--ink);
  border-radius:2px;
  transition:all .2s ease;
}

.btn-contact:hover{
  background:var(--ink);
  color:#fff;
}
.btn-contact::before{
  content:"✉";
  font-size:13px;
  line-height:1;
}

.btn-line-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#fff;
  color:var(--ink);
  border:1.5px solid #06C755;
  padding:10px 18px;
  border-radius:2px;
  font-size:12.5px;
  font-weight:700;
  letter-spacing:.06em;
  transition:all .2s ease;
}

.btn-line-pill:hover{
  background:#06C755;
  color:#fff;
}
.btn-line-pill svg{
  width:16px;
  height:16px;
  color:#06C755;
}
.btn-line-pill:hover svg{
  color:#fff;
}
.btn-line-pill .lbl{
  display:inline;
}

/* ハンバーガートグル — PC・モバイル両対応 */
.menu-toggle{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  padding:0;
  background:#fff;
  border:1px solid var(--line);
  border-radius:2px;
  cursor:pointer;
  transition:all .2s ease;
}

.menu-toggle:hover{
  background:#fff;
  border-color:var(--o);
}
.menu-toggle .bars{
  display:flex;
  flex-direction:column;
  gap:4px;
  width:18px;
}
.menu-toggle .bars span{
  display:block;
  width:100%;
  height:1.5px;
  background:var(--ink);
  transition:transform .25s ease, opacity .25s ease;
}
.menu-toggle.open .bars span:nth-child(1){
  transform:translateY(5.5px) rotate(45deg);
}
.menu-toggle.open .bars span:nth-child(2){
  opacity:0;
}
.menu-toggle.open .bars span:nth-child(3){
  transform:translateY(-5.5px) rotate(-45deg);
}

/* レスポンシブ — 中サイズ以下でナビとメイン以外を隠す段階制御 */
@media (max-width:1180px){
  .btn-contact{
    display:none;
  }
  /* 真ん中が狭ければお問い合わせはハンバーガーへ */
}
@media (max-width:980px){
  nav.gnav{
    display:none;
  }
  .head-inner{
    gap:14px;
  }
}

@media (max-width:560px){

  .btn-line-pill .lbl{
    display:inline;
  }
  .btn-line-pill{
    gap:6px;
    padding:9px 12px;
    font-size:10px;
  }
  .menu-toggle{
    padding:10px 12px;
  }
  .logo img{
    height:18px;
  }
}

/*------------------------------------
ハンバーガーオーバーレイ
------------------------------------*/
.menu-overlay{
  position:fixed;
  inset:0;
  z-index:90;
  pointer-events:none;
  background:rgba(43,43,43,.0);
  transition:background .35s ease;
}

.menu-overlay.open{
  pointer-events:auto;
  background:rgba(43,43,43,.45);
}
.menu-panel{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  width:min(560px,92vw);
  background:var(--bg);
  transform:translateX(105%);
  transition:transform .45s cubic-bezier(.7,.05,.18,1);
  display:flex;
  flex-direction:column;
  overflow-y:auto;
}

.menu-overlay.open .menu-panel{
  transform:translateX(0);
}
.menu-panel-head{
  padding:22px var(--gutter);
  border-bottom:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.menu-panel-head .logo img{
  height:22px;
}
.menu-close{
  width:42px;
  height:42px;
  border:1px solid var(--line);
  background:var(--bg-soft);
  border-radius:2px;
  display:grid;
  place-items:center;
  cursor:pointer;
  font-size:18px;
  color:var(--ink);
}

.menu-close:hover{
  border-color:var(--o);
  color:var(--o-deep);
}
.menu-body{
  padding:30px var(--gutter) 36px;
  flex:1;
}
.menu-section{
  margin-bottom:32px;
}
.menu-section h5{
  font-family:var(--en);
  font-size:11px;
  letter-spacing:.24em;
  color:var(--o-deep);
  font-weight:700;
  margin-bottom:14px;
  text-transform:uppercase;
  display:flex;
  align-items:center;
  gap:14px;
}

.menu-section h5::after{
  content:"";
  flex:1;
  height:1px;
  background:var(--line);
}
.menu-list{
  list-style:none;
}
.menu-list li{
  border-bottom:1px solid var(--line);
}
.menu-list a{
  display:flex;
  align-items:center;
  gap:14px;
  padding:16px 4px;
  font-family:var(--serif);

  font-size:15.5px;
  font-weight:500;
  color:var(--ink);
  letter-spacing:.06em;
  transition:padding .25s ease, color .2s ease;
}

.menu-list a:hover{
  padding-left:14px;
  color:var(--o-deep);
}
.menu-list a .en{

  margin-left:auto;
  text-align:right;
  flex:none;
  font-family:var(--en);
  font-size:10.5px;
  letter-spacing:.18em;
  color:var(--ink-mute);
  font-weight:400;
  text-transform:uppercase;
}
.menu-list a::after{
  content:"→";
  font-family:var(--en);
  color:var(--o);
  font-size:14px;
  flex:none;
}
.menu-cta{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:24px;
}
.menu-cta a{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:16px 18px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  border-radius:2px;
}

.menu-cta .m-line{
  background:#06C755;
  color:#fff;
}
.menu-cta .m-tel{
  background:var(--ink);
  color:#fff;
}
.menu-cta .m-tel .num{
  font-family:var(--en);
  font-size:15px;
  letter-spacing:.04em;
}

@media (hover:hover) and (min-width:769px){
  .menu-cta .m-tel{
    pointer-events:none;
    cursor:text;
    user-select:text;
  }
}
.menu-info{
  margin-top:24px;
  padding:18px;
  background:var(--bg-deep);
  border-radius:2px;
  font-size:12px;
  line-height:1.85;
  color:var(--ink-soft);
  letter-spacing:.04em;
}
.menu-info b{
  color:var(--ink);
  display:block;
  margin-bottom:4px;
  font-weight:700;
}
@media (max-width:560px){
  .menu-list a{
    font-size: 15px;
  }
  .menu-list a .en{
    font-size: 8px;
  }
  .menu-cta{
    grid-template-columns:1fr;
  }
}

/*------------------------------------
Trust（建設業許可・JIO等）
------------------------------------*/
.trust{
  background:var(--bg-soft);
  padding:56px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.trust-inner{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:48px;
  flex-wrap:wrap;
  font-size:11.5px;
  color:var(--ink-soft);
  letter-spacing:.1em;
}
.trust-inner span,.trust-inner li{
  display:inline-flex;
  align-items:center;
  gap:8px;
  list-style:none;
}
.trust-inner span::before,.trust-inner li::before{
  content:"✓";
  color:var(--o);
  font-weight:700;
}

.trust-list{
  margin:0 auto;
  padding:0;
  max-width:var(--max);
}
@media (max-width:767px){
  .trust-list{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    gap:10px;
    padding:0 var(--gutter);
  }

  .trust-list li{
    width:100%;
    text-align:left;
    line-height:1.6;
  }
}

/*------------------------------------
フッター
------------------------------------*/
.foot{
  background:var(--bg-deep);
  color:var(--ink-soft);
  padding:80px 0 32px;
  border-top:1px solid var(--line);
}
.foot-grid{
  display:grid;
  grid-template-columns:1.6fr 1fr 1fr;
  gap:56px;
  margin-bottom:56px;
}
.foot-links{
  display:contents;
}
.foot-brand .logo{
  margin-bottom:18px;
}
.foot-brand .desc{
  font-size:12.5px;
  line-height:1.95;
  color:var(--ink-soft);
}
.foot-brand .tel{
  margin-top:24px;
}
.foot-brand .tel .lbl{
  font-size:10px;
  color:var(--o-deep);
  letter-spacing:.22em;
  margin-bottom:6px;
  font-weight:700;
}
.foot-brand .tel .num{
  font-family:var(--en);
  font-size:28px;
  font-weight:500;
  color:var(--ink);
  letter-spacing:.04em;
}
.foot-brand .tel .hours{
  font-size:11px;
  color:var(--ink-mute);
  letter-spacing:.08em;
  margin-top:4px;
}
.foot-brand .license{
  margin-top:18px;
  padding-top:14px;
  border-top:1px dashed var(--line);
  font-size:11px;
  color:var(--ink-mute);
  line-height:1.7;
  letter-spacing:.06em;
}
.foot h4{
  font-family:var(--en);
  font-size:11px;
  font-weight:700;
  letter-spacing:.24em;
  color:var(--o-deep);
  margin-bottom:18px;
  text-transform:uppercase;
}
.foot h4 .ja{
  display:block;
  font-family:var(--sans);
  font-size:13px;
  color:var(--ink);
  letter-spacing:.1em;
  margin-top:4px;
  font-weight:700;
  text-transform:none;
}
.foot ul{
  list-style:none;
}
.foot ul li{
  margin-bottom:10px;
  font-size:13px;
}
.foot ul a{
  color:var(--ink-soft);
  text-decoration:none;
  letter-spacing:.04em;
  transition:color .2s ease;
}
.foot ul a:hover{
  color:var(--o-deep);
}
.foot-sub{
  padding-top:32px;
  border-top:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
  font-size:11px;
  color:var(--ink-mute);
  letter-spacing:.08em;
}
.foot-sub > span{
  display:inline-flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px 18px;
}
.foot-sub a{
  color:var(--ink-mute);
  text-decoration:none;
}
.foot-sub a:hover{
  color:var(--o-deep);
}
@media (max-width:880px){
  .foot-grid{
    grid-template-columns:1fr;
    gap:32px;
    margin-bottom:44px;
  }
  .foot-brand{
    padding-bottom:24px;
    border-bottom:1px solid var(--line);
  }
  .foot-links{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px 32px;
  }
}

@media (max-width:520px){
  .foot{
    padding:56px 0 28px;
  }
  .foot-grid{
    gap:28px;
    margin-bottom:32px;
  }
  .foot-brand .tel .num{
    font-size:24px;
  }
  .foot h4{
    margin-bottom:12px;
  }
  .foot ul li{
    margin-bottom:8px;
    font-size:13.5px;
  }
  .foot-sub{
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
    padding-top:24px;
    font-size:11.5px;
  }
  .foot-sub > span{
    gap:8px 14px;
  }
}

/*------------------------------------
固定CTA（FAB／写真を送って相談）
------------------------------------
ヘッダーCTAと重複していたため非表示。LINE訴求はヘッダーに集約。
完全削除ではなく display:none で残置（必要に応じて将来再有効化可）。
------------------------------------*/
.fab{
  display:none !important;
}
.fab a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:14px 22px;
  background:#06C755;
  color:#fff;
  text-decoration:none;
  border-radius:50px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.06em;
  box-shadow:0 8px 24px rgba(6,199,85,.4);
  transition:transform .3s ease, box-shadow .3s ease;
}

.fab a:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 36px rgba(6,199,85,.5);
}
.fab a small{
  font-family:var(--en);
  font-size:9px;
  letter-spacing:.18em;
  display:block;
  font-weight:400;
  opacity:.85;
}
.fab a strong{
  font-weight:700;
  font-size:13px;
  display:block;
  margin-top:1px;
}

/*------------------------------------
リビールアニメーション
------------------------------------*/
.reveal,.reveal-stagger{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .9s ease, transform .9s ease;
}
/* !important is required to override running Web Animations from the standalone bundler */
.reveal.in,.reveal-stagger.in{
  opacity:1 !important;
  transform:translateY(0) !important;
}
@media (prefers-reduced-motion:reduce){
  .reveal,.reveal-stagger{
    opacity:1 !important;
    transform:none !important;
    transition:none;
  }
  *{
    animation:none!important;
    transition:none!important;
  }
}

/*------ パンくず（breadcrumb） ------*/

.breadcrumb li{
  display: flex;
  align-items: center;
  gap: 10px;
}

.breadcrumb li + li::before{
  content: "›";
  color: rgba(0,0,0,.35);
  font-size: 14px;
  margin-left: -2px;
}

/*------ ページヒーロー（page-hero） ------*/

.page-hero::before{
  /*アクセント帯*/
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--o), var(--g));
  opacity: .8;
}

.page-hero-inner{
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
  position: relative;
  z-index: 2;
}

.page-hero-eyebrow{
  font-family: var(--en);
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--o);
  font-weight: 500;
  margin: 28px 0 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.page-hero-eyebrow::before{
  content: "";
  width: 28px;
  height: 1px;
  background: var(--o);
}

.page-hero-title{
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(28px, 4.4vw, 46px);
  line-height: 1.4;
  letter-spacing: .02em;
  color: var(--ink);
  margin: 0 0 24px;
  max-width: 880px;
}

.page-hero-title .accent{
  color: var(--o);
}
.page-hero-lead{
  font-family: var(--sans);
  font-size: 15px;
  line-height: 2;
  color: rgba(0,0,0,.78);
  max-width: 720px;
  margin: 0 0 32px;
}

.page-hero-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 28px;
}

.page-hero-meta .tag{
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
  padding: 6px 14px;
  border-radius: 999px;
}

.page-hero-meta .tag.is-key{
  background: var(--o);
  color: #fff;
  border-color: var(--o);
}

/*.page-hero-figure（オプション）右側ビジュアル*/
.page-hero.has-figure .page-hero-inner{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;

  align-items: start;
}

.page-hero-figure{
  position:relative;
  border-radius:4px;
  overflow:hidden;
  margin:0;
  aspect-ratio:3 / 4;
  background:#DCD8D0;
}

.page-hero-figure::after{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 30%, rgba(0,0,0,.1) 100%);
}

.page-hero-figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px){
  .page-hero{
    padding: calc(24px + var(--header-h)) 0 56px;
  }
  .page-hero-title{
    font-size: clamp(24px, 6.4vw, 32px);
  }
  .page-hero-lead{
    font-size: 14px;
    line-height: 1.95;
  }
  .page-hero.has-figure .page-hero-inner{
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/*------ サブナビ（sub-nav）アンカーリンク ------*/

:where(section[id], .faq-cat-block[id], [id].page-section){
  scroll-margin-top: calc(var(--header-h) + 64px);
}
.sub-nav{
  position: sticky;

  top: var(--header-h);
  z-index: 20;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.sub-nav-inner{
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: flex;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.sub-nav-inner::-webkit-scrollbar{
  display: none;
}
.sub-nav a{
  flex: 0 0 auto;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  color: rgba(0,0,0,.7);
  text-decoration: none;
  padding: 16px 18px;
  border-bottom: 2px solid transparent;
  transition: color .2s, border-color .2s;
  white-space: nowrap;
}

.sub-nav a:hover{
  color: var(--o);
}
.sub-nav a.active{
  color: var(--ink);
  border-bottom-color: var(--o);
}

@media (max-width: 768px){
  .sub-nav a{
    padding: 14px 14px;
    font-size: 12px;
  }
}

/*------ セクション基本（page-section） ------*/
.page-section{
  padding: 96px 0;
  position: relative;
}

.page-section.tight{
  padding: 64px 0;
}
.page-section.bg-paper{
  background: var(--bg);
}
.page-section.bg-cream{
  background: #FBF7F0;
}
.page-section.bg-dark{
  background: #1a1714;
  color: #f5efe5;
}

.page-section-inner{
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.page-section-inner.narrow{
  max-width: 880px;
}
.page-section-inner.medium{
  max-width: 1080px;
}
@media (max-width: 768px){
  .page-section{
    padding: 64px 0;
  }
  .page-section.tight{
    padding: 44px 0;
  }
}

/*------ セクション見出し（sec-head） ------*/
.page-section .sec-head{
  margin-bottom: 56px;
  text-align: left;
}

.page-section .sec-head.center{
  text-align: center;
}
.page-section .ttl-en{
  font-family: var(--en);
  font-size: 12px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--o);
  font-weight: 500;
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.page-section .ttl-en::before{
  content: "";
  width: 24px;
  height: 1px;
  background: var(--o);
}

.page-section .sec-head.center .ttl-en{
  justify-content: center;
}

.page-section .ttl-jp{
  font-family: var(--serif);
  font-size: clamp(24px, 3.4vw, 34px);
  font-weight: 500;
  line-height: 1.5;
  color: var(--ink);
  letter-spacing: .02em;
  margin: 0 0 18px;
}

.page-section .ttl-lead{
  font-family: var(--sans);
  font-size: 15px;
  line-height: 2;
  text-align: justify;
  color: rgba(0,0,0,.72);
}

.page-section.bg-dark .ttl-jp{
  color: #f5efe5;
}
.page-section.bg-dark .ttl-lead{
  color: rgba(245,239,229,.78);
}
@media (max-width: 768px){
  .page-section .sec-head{
    margin-bottom: 36px;
  }
  .page-section .ttl-jp{
    font-size: clamp(22px, 5.6vw, 26px);
  }
  .page-section .ttl-lead{
    font-size: 14px;
    line-height: 1.95;
  }
}

/*------ 数値カード（num-cards） ------*/
.num-cards{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.num-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-top: 3px solid var(--o);
  padding: 36px 28px 32px;
  position: relative;
}

.num-card .num-card-label{
  font-family: var(--en);
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(0,0,0,.55);
  font-weight: 500;
  margin: 0 0 8px;
}

.num-card .num-card-val{
  font-family: var(--serif);
  font-size: clamp(34px, 4.6vw, 48px);
  font-weight: 500;
  color: var(--ink);
  line-height: 1.1;
  margin: 0;
}

.num-card .num-card-val .unit{
  font-size: .55em;
  margin-left: 4px;
  color: rgba(0,0,0,.6);
}

.num-card .num-card-desc{
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.85;
  color: rgba(0,0,0,.7);
  margin: 12px 0 0;
}

@media (max-width: 768px){
  .num-cards{
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .num-card{
    padding: 28px 22px 26px;
  }
}

/*------ 3カードグリッド（pillar-grid） ------*/
.pillar-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.pillar{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  padding: 36px 30px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform .35s, box-shadow .35s;
}

.pillar .pillar-num{
  font-family: var(--en);
  font-size: 12px;
  letter-spacing: .2em;
  color: var(--o);
  font-weight: 500;
  margin: 0 0 10px;
}

.pillar .pillar-ttl{
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.55;
  color: var(--ink);
  margin: 0 0 12px;
  letter-spacing: .02em;
}

.pillar .pillar-sub{
  font-family: var(--en);
  font-size: 11px;
  letter-spacing: .14em;
  color: rgba(0,0,0,.5);
  margin: 0 0 14px;
}

.pillar .pillar-desc{
  font-family: var(--sans);
  font-size: 13.5px;
  line-height: 1.95;
  color: rgba(0,0,0,.78);
  margin: 0 0 22px;
}

.pillar .pillar-meta{
  font-family: var(--sans);
  font-size: 12px;
  color: rgba(0,0,0,.6);
  border-top: 1px dashed rgba(0,0,0,.18);
  padding-top: 14px;
  margin-top: auto;
  line-height: 1.7;
}

.pillar .pillar-link{
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--o);
  text-decoration: none;
  border-bottom: 1px solid var(--o);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  align-self: flex-end;
  padding-bottom: 2px;
  transition: gap .25s;
}

.pillar .pillar-link:hover{
  gap: 12px;
}
.pillar .pillar-link::after{
  content: "→";
}
@media (max-width: 768px){
  .pillar-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .pillar{
    padding: 28px 22px 26px;
  }
}

/*------ プロセスステップ（process-steps） ------*/
.process-steps{
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}

.process-step{
  display:grid;
  grid-template-columns:80px 1fr;
  gap:32px;
  padding:28px 0;
  border-bottom:1px solid rgba(0,0,0,.1);
  align-items:start;
  position:relative;
}

.process-step .step-num{
  font-family: var(--en);
  font-size: 13px;
  letter-spacing: .24em;
  color: var(--o);
  font-weight: 500;
  padding-top: 4px;
  position: relative;
}

.process-step:not(:last-child)::after{
  content: "";
  position: absolute;
  left: 35px;
  bottom: -5.5px;               /* 1pxの境界線をまたいで中央に乗せる */
  width: 9px;
  height: 9px;
  border-right: 1.5px solid var(--o);
  border-bottom: 1.5px solid var(--o);
  transform: rotate(45deg);
}

.process-step .step-body h4{
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 10px;
  letter-spacing: .02em;
}

.process-step .step-body p{
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.95;
  color: rgba(0,0,0,.78);
  margin: 0;
}

@media (max-width: 768px){
  .process-step{
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .process-step:not(:last-child)::after{
    left: 16px;
    width: 8px;
    height: 8px;
    bottom: -5px;
  }
}

/*------ タブUI（tabs） ------*/
.tabs{
  display: flex;
  gap: 0;
  border-bottom: 1px solid rgba(0,0,0,.12);
  margin-bottom: 36px;
}

.tab-btn{
  flex: 1 1 0;
  appearance: none;
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 18px 12px;
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 500;
  color: rgba(0,0,0,.55);
  cursor: pointer;
  transition: color .2s, border-color .2s, background .2s;
  letter-spacing: .04em;
}

.tab-btn:hover{
  color: var(--ink);
  background: rgba(232,154,46,.04);
}
.tab-btn.active{
  color: var(--ink);
  border-bottom-color: var(--o);
  background: rgba(232,154,46,.06);
}

.tab-pane{
  display: none;
}
.tab-pane.active{
  display: block;
}
@media (max-width: 768px){
  .tab-btn{
    font-size: 13px;
    padding: 14px 8px;
  }
}

/*------ 引用・ボイス（voice-quote） ------*/
.voice{
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  background: var(--bg);
  padding: 36px 36px 36px 30px;
  border-left: 3px solid var(--o);
  margin: 24px 0;
}

.voice-photo{
  aspect-ratio: 1;
  background: linear-gradient(135deg, #d9c9a8, #b89a6f);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.voice-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice-body blockquote::before,
.voice-body blockquote::after{
  content:none;
}
.voice-body blockquote{
  font-family: var(--serif);
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 500;
  line-height: 1.85;
  color: var(--ink);
  margin: 0 0 18px;
  letter-spacing: .02em;
  text-align: justify;
  padding: 0;
}

.voice-body .voice-source{
  font-family: var(--sans);
  font-size: 12px;
  color: rgba(0,0,0,.6);
  letter-spacing: .04em;
}

@media (max-width: 768px){
  .voice{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 24px;
  }

  .voice-photo{
    width: 120px;
    aspect-ratio: 1;
  }
}

/* 第1号物件 社長コメント：顔写真は非表示・PCは2カラム */
.voice-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin-top:48px;
}
.voice-grid .voice{
  grid-template-columns:1fr;   /* 写真列をなくし本文を全幅に */
  margin:0;
}
.voice-grid .voice-photo{
  display:none;                /* 社長の顔写真は表示しない */
}
@media (max-width:900px){
  .voice-grid{
    grid-template-columns:1fr;
    gap:20px;
  }
}

/* 写真を出さない単独の声（about 代表の言葉 等）：本文を全幅に */
.voice--no-photo{
  grid-template-columns:1fr;
}
.voice--no-photo .voice-photo{
  display:none;
}

/*------ 物件スペック表（spec-list） ------*/
.spec-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid rgba(0,0,0,.12);
  border-left: 1px solid rgba(0,0,0,.12);
}

.spec-grid dt,
.spec-grid dd{
  margin: 0;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(0,0,0,.12);
  border-right: 1px solid rgba(0,0,0,.12);
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.7;
}

.spec-grid dt{
  background: var(--bg);
  color: rgba(0,0,0,.6);
  font-weight: 500;
  letter-spacing: .04em;
  width: 140px;
}

.spec-grid dd{
  color: var(--ink);
}

.spec-list{
  display: grid;
  grid-template-columns: 140px 1fr;
  border-top: 1px solid rgba(0,0,0,.12);
}

.spec-list dt,
.spec-list dd{
  margin: 0;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(0,0,0,.12);
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.8;
}

.spec-list dt{
  background: var(--bg);
  color: rgba(0,0,0,.6);
  font-weight: 500;
  letter-spacing: .04em;
}

.spec-list dd{
  color: var(--ink);
}
@media (max-width: 768px){
  .spec-list{
    grid-template-columns: 100px 1fr;
  }
  .spec-list dt, .spec-list dd{
    padding: 12px 14px;
    font-size: 12.5px;
  }
}

/*------ メディア掲載リスト（media-list） ------*/
.media-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.media-list .media-item{
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  padding: 22px 24px;
}

.media-list .media-item .media-source{
  font-family: var(--en);
  font-size: 11px;
  letter-spacing: .2em;
  color: var(--o);
  font-weight: 500;
  margin: 0 0 8px;
}

.media-list .media-item .media-ttl{
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.6;
  margin: 0 0 6px;
}

.media-list .media-item .media-date{
  font-family: var(--sans);
  font-size: 12px;
  color: rgba(0,0,0,.55);
}

@media (max-width: 768px){
  .media-list{
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/*------ メディア掲載（#media スコープ：akiya-project / about 共通） ------
   同じ「記事抜粋」である voice カードとデザインを統一（--bg 背景＋左オレンジ罫／
   セリフ体見出し／最下部の出典行）。旧 akiya-project.css A12・about.css B10 を
   §6-4 に従い昇格。.media-foot / .media-thumb（旧 about.css B28）は
   紙面写真つき記事用：出典行の右に切手サイズのサムネイルを添え、
   クリックで原寸画像を新規タブ表示（拡大）する。 */
#media .media-list{
  gap:24px; /* voice-grid と同じ */
}

#media .media-item{
  display:flex;
  flex-direction:column;
  background:var(--bg);
  border:none;
  border-left:3px solid var(--o,#E89A2E);
  padding:32px 30px 28px;
}

#media .media-item .media-ttl{
  font-family:var(--serif);
  font-size:clamp(14px, 1.5vw, 16px);
  font-weight:500;
  line-height:1.85;
  color:var(--ink);
  letter-spacing:.02em;
  margin:0 0 18px;
}

/* 出典行：voice-source と同じ書式・カード最下部に配置
   （上記の汎用 .media-list 指定＝英字・オレンジ・上部配置を上書き） */
#media .media-item .media-source{
  margin:auto 0 0;
  font-family:var(--sans);
  font-size:12px;
  font-weight:400;
  letter-spacing:.04em;
  line-height:1.7;
  color:rgba(0,0,0,.6);
  text-transform:none;
}

/* 紙面サムネイルつき記事の最下段（出典行＋サムネ） */
#media .media-foot{
  margin-top:auto;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
}

#media .media-foot .media-source{
  margin:0;
}

#media .media-thumb{
  flex:0 0 auto;
  display:block;
  width:52px;
  aspect-ratio:3 / 4;
  border-radius:4px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.14);
  box-shadow:0 2px 8px rgba(42,38,32,.12);
  opacity:.85;
  transition:opacity .25s ease, transform .25s ease, box-shadow .25s ease;
}

#media .media-thumb:hover,
#media .media-thumb:focus-visible{
  opacity:1;
  transform:translateY(-2px);
  box-shadow:0 6px 16px rgba(42,38,32,.18);
}

#media .media-thumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top;
}

@media (max-width:768px){
  #media .media-item{
    padding:28px 24px 24px;
  }
}

/*------ 注釈ボックス（callout） ------*/
.callout{
  background: var(--bg);
  border-left: 3px solid var(--o);
  padding: 20px 24px;
  margin: 28px 0;
  font-family: var(--sans);
  font-size: 13.5px;
  line-height: 1.95;
  color: rgba(0,0,0,.82);
}

.callout strong{
  color: var(--o);
  font-weight: 700;
  letter-spacing: .02em;
}

.callout.is-warning{
  border-left-color: #c8511c;
  background: #fdf6f0;
}

/*------ リンクカード（link-card：他ページ送客） ------*/
.link-cards{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.link-card{
  display: grid;
  grid-template-columns: 100px 1fr 24px;
  gap: 22px;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0,0,0,.1);
  padding: 22px 24px;
  text-decoration: none;
  color: var(--ink);
  transition: border-color .25s, transform .25s, box-shadow .25s;
}

.link-card:hover{
  border-color: var(--o);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,.05);
}

.link-card .link-card-img{
  aspect-ratio: 1;
  background: linear-gradient(135deg, #efe4d2, #c9b48c);
  border-radius: 2px;
  overflow: hidden;
}

.link-card .link-card-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.link-card .link-card-body h4{
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 6px;
  letter-spacing: .02em;
}

.link-card .link-card-body p{
  font-family: var(--sans);
  font-size: 12.5px;
  color: rgba(0,0,0,.65);
  line-height: 1.6;
  margin: 0;
}

.link-card .link-card-arrow{
  font-family: var(--en);
  font-size: 18px;
  color: var(--o);
  text-align: right;
}

@media (max-width: 768px){
  .link-cards{
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .link-card{
    grid-template-columns: 80px 1fr 20px;
    gap: 16px;
    padding: 16px 18px;
  }
}

/*------ 取り組み軸タイル（axis-tiles：3軸対比） ------*/
.axis-tiles{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: #fff;
  border: 1px solid rgba(0,0,0,.1);
}

.axis-tile{
  padding: 28px 24px 26px;
  border-right: 1px solid rgba(0,0,0,.1);
  position: relative;
}

.axis-tile:last-child{
  border-right: 0;
}

.axis-tile.is-current{
  background: #fffdf7;
  border: 2px solid var(--o);
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(232,154,46,.22);
  transform: scale(1.04);
  z-index: 1;
}

.axis-tile.is-current::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--o);
  border-radius: 4px 4px 0 0;
}

.axis-tile .axis-badge{
  display: inline-block;
  background: var(--o);
  color: #fff;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  padding: 6px 14px;
  border-radius: 999px;
  margin: 0 0 12px;
}

.axis-tile.is-current .axis-badge{
  color: #fff;
}

.axis-tile h5,
.axis-tile .axis-ttl{
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 8px;
  letter-spacing: .02em;
}

.axis-tile.is-current .axis-ttl{
  color: var(--o-deep, #c67f1c);
  font-weight: 700;
}

.axis-tile .axis-en{
  font-family: var(--en);
  font-size: 10px;
  letter-spacing: .24em;
  color: var(--o);
  font-weight: 500;
  margin: 0 0 12px;
}

.axis-tile p{
  font-family: var(--sans);
  font-size: 12.5px;
  color: rgba(0,0,0,.7);
  line-height: 1.85;
  margin: 0;
}

.axis-tile.is-current p{
  color: rgba(0,0,0,.85);
}
@media (max-width: 768px){
  .axis-tiles{
    grid-template-columns: 1fr;
  }
  .axis-tile{
    border-right: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
  }

  .axis-tile.is-current{
    transform: scale(1.02);
  }

  .axis-tile:last-child{
    border-bottom: 0;
  }
}

/*------ 同ページ内CTA（in-page-cta）＋ faq-more ------*/

/*------ 本文スタイル（rich-text） ------*/
.rich-text{
  font-family: var(--sans);
  font-size: 15px;
  line-height: 2;
  color: rgba(0,0,0,.84);
}

.rich-text > * + *{
  margin-top: 1.4em;
}
.rich-text h3{
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  margin: 2.4em 0 .8em;
  padding-left: 14px;
  border-left: 3px solid var(--o);
  letter-spacing: .02em;
}

.rich-text h4{
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
  color: var(--ink);
  margin: 2em 0 .6em;
  letter-spacing: .02em;
}

.rich-text ul, .rich-text ol{
  padding-left: 22px;
}

.rich-text li{
  margin-bottom: 6px;
}

.rich-text strong{
  color: var(--o);
  font-weight: 700;
}
.rich-text a{
  color: var(--o);
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}

/*------ 画像エリア（img-area：仮置きdummy対応） ------*/
.img-area{
  position: relative;
  display: block;
  overflow: hidden;
  background: #DCD8D0;
}

.img-area img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*.img-area.ratio-*：縦横比プリセット*/
.img-area.ratio-16x9{
  aspect-ratio: 16 / 9;
}
.img-area.ratio-4x3{
  aspect-ratio: 4 / 3;
}
.img-area.ratio-3x2{
  aspect-ratio: 3 / 2;
}
.img-area.ratio-1x1{
  aspect-ratio: 1 / 1;
}
.img-area.ratio-3x4{
  aspect-ratio: 3 / 4;
}

/*.page-hero-figure：ヒーロー横の画像枠*/
.page-hero .page-hero-inner.has-figure{
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: start;
}

@media (max-width: 768px){
  .page-hero .page-hero-inner.has-figure{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .page-hero-figure{
    aspect-ratio: 16 / 9;
  }
}

/*.pillar-img：ピラーカード上部の画像帯*/
.pillar .pillar-img{
  display: block;
  margin: -28px -26px 22px;
  aspect-ratio: 16 / 10;
  background: #DCD8D0;
  overflow: hidden;
}

.pillar .pillar-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* [about] 体制・スタッフ：スタッフ写真は縦長ポートレート。16:10の横帯枠だと顔が切れるため、
   表示位置を上寄せして顔をフレーム内に収める。#team スコープで会社案内の当該セクション限定（参照 §6-4）。 */
#team .pillar .pillar-img img{
  object-position: center 20%;
}

/* [about] 業務エリア：地図（.img-area）と3カード（.pillar-grid）の間に余白を確保。
   #area スコープで当該セクション限定、SPは詰める既存の作法に合わせる（参照 §6-4）。 */
#area .section-figure{
  margin-bottom: 48px;
}
@media (max-width: 768px){
  #area .section-figure{
    margin-bottom: 32px;
  }
}

@media (max-width: 768px){
  .pillar .pillar-img{
    margin: -22px -22px 18px;
  }
}

/*.section-figure：セクション内の単体画像*/
.section-figure{
  margin: 32px 0 0;
  aspect-ratio: 16 / 9;
  background: #DCD8D0;
  overflow: hidden;
}

.section-figure img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*.figure-grid：複数画像の並び*/
.figure-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.figure-grid .img-area{
  aspect-ratio: 4 / 3;
}
@media (max-width: 768px){
  .figure-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

/*.split-figure：左右に文と画像を並べる*/
.split-figure{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin: 32px 0;
}

.split-figure .img-area{
  aspect-ratio: 4 / 3;
}
@media (max-width: 768px){
  .split-figure{
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/*------------------------------------
.pillar-grid のSPカルーセル化（housing/akiya-project 等で共有）
------------------------------------*/
@media (max-width:767px){
  .pillar-grid{
    display:flex !important;
    flex-direction:row;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    gap:14px;
    padding:0 var(--gutter) 18px;
    margin:0 calc(-1 * var(--gutter));
    scroll-padding:0 var(--gutter);
    scrollbar-width:thin;
    scrollbar-color:rgba(232,154,46,.4) transparent;
  }

  .pillar-grid::-webkit-scrollbar{
    display:block;
    height:4px;
  }
  .pillar-grid::-webkit-scrollbar-track{
    background:rgba(0,0,0,.04);
  }
  .pillar-grid::-webkit-scrollbar-thumb{
    background:rgba(232,154,46,.45);
    border-radius:2px;
  }
  .pillar-grid > .pillar{
    flex:0 0 80%;
    max-width:80%;
    scroll-snap-align:start;
  }
}

/* top.css から移設：セクション余白の変数 */

/* ==========================================================
   top.css から移設した共通コンポーネント
   （cta-final / ボタン / works・chip / news一覧 / swipe-hint 等）
   ※ サブページでも使用するもののみ。トップ専用（hero/entry/story/
     bridge/stat-card 等）は top.css 側に集約（2026-08-21）。
   ========================================================== */
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:14px;
  font-family:var(--en);
  font-size:11px;
  letter-spacing:.32em;
  font-weight:400;
  color:var(--o-deep);
  text-transform:uppercase;
}

.eyebrow::before{
  content:"";
  width:32px;
  height:1px;
  background:var(--o);
}
.btn-line svg{
  width:22px;
  height:22px;
}
.section{
  position:relative;
  padding:var(--section-y) 0;
}

.ttl-jp em{
  font-style:normal;
  color:var(--o-deep);
  position:relative;
  display:inline-block;
}
.ttl-jp em::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:10px;
  background:rgba(232,154,46,.18);
  z-index:-1;
}

.section-ink .ttl-jp{
  color:var(--ink);
}
.section-ink .ttl-en{
  color:var(--o-deep);
}

.section-ink .ttl-jp em::after{
  background:var(--o-tint);
}

.section-ink .ttl-lead{
  color:var(--ink-soft);
}
@media (max-width:768px){
  .section{
    padding:80px 0;
  }
}

.works-toolbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:24px;
  margin-bottom:36px;
}
.filter-group{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.filter-group .label{
  font-family:var(--en);
  color:var(--ink-mute);
  margin-right:4px;
  font-size:10px;
  letter-spacing:.28em;
  font-weight:600;
}

.section-ink .filter-group .label{
  color:var(--ink-mute);
}
.chip{
  border:1px solid var(--line);
  color:var(--ink-soft);
  cursor:pointer;
  font-family:var(--sans);
  transition:all .25s ease;
  padding:9px 18px;
  font-size:12.5px;
  letter-spacing:.08em;
  border-color:var(--line);
  border-radius:0;
  background:#fff;
  font-weight:500;
}

.chip:hover{
  border-color:var(--o);
  color:var(--o-deep);
}
.chip.active{
  background:var(--ink);
  border-color:var(--ink);
  color:#fff;
  letter-spacing:.1em;
}
.section-ink .chip{
  background:#fff;
  border-color:var(--line);
  color:var(--ink-soft);
}
.section-ink .chip:hover{
  border-color:var(--o);
  color:var(--o-deep);
}
.section-ink .chip.active{
  background:var(--o);
  border-color:var(--o);
  color:#fff;
}

.works{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:36px 32px;
}
.work{
  position:relative;
  cursor:pointer;
  background:#fff;
}
.section-ink .work{
  background:transparent;
  border:none;
}
.work .ph{
  background:var(--bg-stone);
  aspect-ratio:4/3;
  position:relative;
  overflow:hidden;
}
.work .ph img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .8s ease;
}
.work:hover .ph img{
  transform:scale(1.04);
}
.work .meta{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:16px 0 0;
  align-items:center;
}
.work .cat{
  font-family:var(--sans);
  font-size:11.5px;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:none;
  color:var(--o-deep);
  background:var(--o-tint);
  border:1px solid rgba(232,154,46,.35);
  border-radius:2px;
  padding:3px 10px;
  line-height:1.6;
}

.work .price{
  font-family:var(--sans);
  font-size:15px;
  font-weight:700;
  letter-spacing:.04em;
  color:var(--o-deep);
  white-space:nowrap;
}
.section-ink .work .price{
  color:var(--o-deep);
}
.work .ttl{
  font-family:var(--serif);
  color:var(--ink);
  font-size:16px;
  line-height:1.6;
  margin-top:10px;
  letter-spacing:.04em;
  padding:0;
  font-weight:600;
}

.section-ink .work .ttl{
  color:var(--ink);
}
.work .area{
  display:flex;
  align-items:center;
  gap:5px;
  font-size:12px;
  letter-spacing:.06em;
  margin-top:8px;
  padding:0;
  color:var(--ink-mute);
}
.section-ink .work .area{
  color:var(--ink-mute);
}
@media (max-width:880px){
  .works{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:540px){
  .works{
    grid-template-columns:1fr;
  }
}

.works-more{
  margin-top:48px;
  display:flex;
  justify-content:center;
}

/* ==========================================================
   .project-link（シンプルな一覧遷移ボタン・共通化）
   top.css の実定義（ベース＋後半の上書き）をマージして移設。
   btn-line-link（lbl＋sub＋ar の3行ボックス）と、housing の
   btn-secondary（ピル型）の置き換えとして全ページで使う。
   ※ top.css 側の定義（2箇所）は削除済み（本定義に一本化）
   ・色は変数で制御：--pl-main（枠・hover背景）／--pl-deep（文字）
     デフォルトは top と同じ koke 緑。行き先テーマに合わせ親で上書きする
     （works / news 一覧はオレンジ：下の .works-more スコープ参照）
   ========================================================== */
.project-link{
  --pl-main: var(--koke);
  --pl-deep: var(--koke-deep);
  margin-top:32px;
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:15px 30px;
  border:1px solid var(--pl-main);
  color:var(--pl-deep);
  font-family:var(--sans);
  font-size:12.5px;
  font-weight:500;
  letter-spacing:.16em;
  background:#fff;
  text-decoration:none;
  transition:all .25s ease;
}
.project-link:hover{
  background:var(--pl-main);
  color:#fff;
}
.project-link::after{
  content:"\2192";               /* → */
}
/* 行き先テーマ別の色モディファイア（例：問い合わせ・FAQ等のオレンジ導線） */
.project-link--orange{
  --pl-main: var(--o);
  --pl-deep: var(--o-deep);
}

/* works-more（施工事例・お知らせ等の一覧導線）内はオレンジ。
   ラッパー側に margin-top:48px があるためボタン自身の上マージンは相殺 */
.works-more .project-link{
  --pl-main: var(--o);
  --pl-deep: var(--o-deep);
  margin-top:0;
}
/* /project-link */

.btn-line-link{
  display:flex;
  align-items:center;
  gap:22px;
  padding:22px 36px 22px 32px;
  background:transparent;
  border:1px solid var(--ink);
  border-radius:2px;
  text-decoration:none;
  color:var(--ink);
  transition:all .25s ease;
  position:relative;
}

.btn-line-link:hover{
  background:var(--ink);
  color:#fff;
  transform:translateY(-1px);
}
.btn-line-link .lbl{
  font-family:var(--serif);
  font-size:17px;
  font-weight:600;
  letter-spacing:.06em;
}
.btn-line-link .sub{
  font-family:var(--en);
  font-size:11px;
  letter-spacing:.18em;
  color:var(--ink-mute);
  font-weight:500;
  border-left:1px solid var(--line);
  padding-left:22px;
  text-transform:none;
}
.btn-line-link:hover .sub{
  color:#C8C2B5;
  border-color:rgba(255,255,255,.2);
}
.btn-line-link .ar{
  font-family:var(--en);
  font-size:18px;
  color:var(--o);
  transition:transform .25s ease;
  margin-left:6px;
}
.btn-line-link:hover .ar{
  transform:translateX(6px);
  color:var(--o-light);
}
.section-ink .btn-line-link{
  background:#fff;
}
.section-ink .btn-line-link:hover{
  background:var(--ink);
  color:#fff;
}
@media (max-width:560px){
  .btn-line-link{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
    padding:20px 24px;
    width:100%;
  }
  .btn-line-link .sub{
    border-left:none;
    padding-left:0;
    border-top:1px solid var(--line);
    padding-top:8px;
    width:100%;
  }
  .btn-line-link .ar{
    align-self:flex-end;
    margin-top:-6px;
  }
}

.col-feature .ph{
  aspect-ratio:16/10;
}
.col-card .ph{
  aspect-ratio:16/10;
}
.col-feature .ph,.col-card .ph{
  overflow:hidden;
  background:var(--bg-stone);
}
.col-feature .ph img,.col-card .ph img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .8s ease;
}
.col-feature:hover .ph img,.col-card:hover .ph img{
  transform:scale(1.05);
}

.col-feature .ttl{
  font-family:var(--serif);
  font-size:24px;
  font-weight:700;
  line-height:1.55;
  color:var(--ink);
  letter-spacing:.04em;
}
.col-card .ttl{
  font-family:var(--serif);
  font-size:15px;
  font-weight:700;
  line-height:1.6;
  color:var(--ink);
  letter-spacing:.03em;
}
.col-feature .desc{
  margin-top:14px;
  font-size:13.5px;
  line-height:1.9;
  color:var(--ink-soft);
}
.col-feature .meta,.col-card .meta{
  margin-top:auto;
  padding-top:14px;
  font-size:11px;
  color:var(--ink-mute);
  letter-spacing:.1em;
}
.news{
  max-width:920px;
  margin:0 auto;
}
.news-item:hover .news-ttl{
  color:var(--o-deep);
}
.news-date{
  font-family:var(--en);
  color:var(--ink-mute);
  font-size:13px;
  letter-spacing:.12em;
  font-weight:400;
}
.news-cat{
  text-align:center;
  color:#fff;
  background:var(--ink);
  font-size:10px;
  letter-spacing:.18em;
  padding:6px 0;
  font-weight:500;
  max-width:100px;
}
.news-cat.akiya{
  background:var(--koke);
}
.news-cat.media{
  background:var(--o);
}
.news-cat.event{
  background:var(--kigi);
}
.news-ttl{
  font-family:var(--serif);
  color:var(--ink);
  transition:color .25s ease;
  font-size:14.5px;
  letter-spacing:.06em;
  line-height:1.7;
  font-weight:500;
}
@media (max-width:680px){
  .news-ttl{
    font-size:13.5px;
  }
}

.cta-final{
  background:
    radial-gradient(ellipse 60% 50% at 80% 0%, var(--o-tint) 0%, transparent 60%),
    linear-gradient(180deg, var(--bg-deep) 0%, var(--bg-stone) 100%);
  color:var(--ink-soft);
  padding:80px 0;
  text-align:center;
  position:relative;
  overflow:hidden;
  border-top:1px solid var(--line);
}

.cta-final::before{
  content:"";
  position:absolute;
  top:-100px;
  right:-100px;
  width:300px;
  height:300px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(232,154,46,.22),transparent 70%);
}

.cta-final::after{
  content:"";
  position:absolute;
  bottom:-150px;
  left:-100px;
  width:400px;
  height:400px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(122,93,63,.10),transparent 70%);
}

.cta-final .container{
  position:relative;
  z-index:1;
}

.cta-final .ttl-en{
  display:inline-flex;
  align-items:center;
  gap:14px;
  font-family:var(--en);
  font-size:11px;
  letter-spacing:.32em;
  text-transform:uppercase;
  font-weight:400;
  color:var(--o-deep);
  margin-bottom:20px;
}
.cta-final .ttl-en::before{
  content:"";
  width:32px;
  height:1px;
  background:var(--o);
}

.cta-final .ttl-jp{
  font-family:var(--serif);
  font-weight:500;
  letter-spacing:.06em;
  color:var(--ink);
  font-size:clamp(24px, 3.4vw, 34px);
  line-height:1.5;
  margin-bottom:24px;
}
/* SP用フォントサイズ（値は必要に応じて調整） */
@media (max-width:767px){
  .cta-final .ttl-jp{
    font-size:clamp(22px, 5.6vw, 26px);
  }
}

.cta-final .lead{
  font-family:var(--sans);
  color:var(--ink-soft);
  font-size:14.5px;
  line-height:2.1;
  letter-spacing:.06em;
  max-width:680px;
  margin:0 auto 52px;
}
@media (max-width: 767px){
  .cta-final .lead{
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.75;
    text-align: justify;
  }
}
.cta-buttons{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}
.btn-line,.btn-tel,.btn-form{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:17px 34px;
  font-family:var(--sans);
  font-size:13.5px;
  font-weight:500;
  letter-spacing:.16em;
  text-decoration:none;
  border-radius:2px;
  transition:all .3s ease;
}

.btn-line{
  background:#06C755;
  color:#fff;
  border:1px solid #06C755;
  box-shadow:0 10px 30px rgba(6,199,85,.4), inset 0 1px 0 rgba(255,255,255,.15);
}
.btn-line:hover{
  background:#04A647;
  border-color:#04A647;
  transform:translateY(-3px);
  box-shadow:0 10px 28px rgba(6,199,85,.3);
}

.btn-tel{
  background:#fff;
  color:var(--ink);
  border:1px solid var(--ink);
}
.btn-tel:hover{
  background:var(--ink);
  color:#fff;
  transform:translateY(-3px);
}
.btn-tel .num{
  font-family:var(--en);
  font-size:21px;
  font-weight:500;
  letter-spacing:.04em;
}
.btn-form{
  background:#fff;
  color:var(--o-deep);
  border:1px solid var(--o);
}
.btn-form:hover{
  background:var(--o);
  color:#fff;
  transform:translateY(-3px);
}
.cta-note{
  margin-top:36px;
  font-size:11.5px;
  color:var(--ink-mute);
  letter-spacing:.18em;
}

.work .ph::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, transparent 70%, rgba(20,16,12,.2));
  opacity:0;
  transition:opacity .4s ease;
}

.work:hover .ph::after{
  opacity:1;
}

/* エリアのピンアイコン（currentColor で mute 色に追従。mask 非対応環境では
   アイコンなしのテキスト表示にフォールバック） */
.work .area::before{
  content:"";
  flex:0 0 auto;
  width:12px;
  height:12px;
  background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C7.9 2 4.5 5.4 4.5 9.5c0 5.6 7.5 12.5 7.5 12.5s7.5-6.9 7.5-12.5C19.5 5.4 16.1 2 12 2zm0 10.2a2.7 2.7 0 1 1 0-5.4 2.7 2.7 0 0 1 0 5.4z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C7.9 2 4.5 5.4 4.5 9.5c0 5.6 7.5 12.5 7.5 12.5s7.5-6.9 7.5-12.5C19.5 5.4 16.1 2 12 2zm0 10.2a2.7 2.7 0 1 1 0-5.4 2.7 2.7 0 0 1 0 5.4z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.section-ink .work .meta,
.section-ink .work .ttl,
.section-ink .work .area{
  padding-left:0;
  padding-right:0;
}

@media (max-width:767px){
  .cta-buttons{
    flex-direction:column;
    align-items:stretch;
    width:100%;
    max-width:340px;
    margin-inline:auto;
    gap:10px;
  }
  .btn-line,.btn-tel,.btn-form{
    width:100%;
    justify-content:center;
    padding:14px 20px;
    font-size:13px;
  }
  .btn-tel{
    flex-wrap:wrap;
    row-gap:2px;
  }
  .btn-tel .num{
    font-size:18px;
  }
}
@media (max-width: 767px){
  .works{
    display:flex;
    flex-direction:row;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    scroll-padding:0 var(--gutter);
    gap:14px;
    padding:0 var(--gutter) 18px;
    margin:0 calc(-1 * var(--gutter));
    scrollbar-width:none;
  }

  .works::-webkit-scrollbar{
    display:none;
  }
  .works > *{
    flex:0 0 78%;
    max-width:78%;
    scroll-snap-align:start;
  }
  .entries::after,.reasons::after,.works::after{
    content:"";
    flex:0 0 1px;
    height:1px;
  }
}
@media (max-width: 767px){
  .entries, .reasons, .works{
    position:relative;
    scrollbar-width:thin;
    scrollbar-color: rgba(232,154,46,.4) transparent;
  }

  .entries::-webkit-scrollbar,
  .reasons::-webkit-scrollbar,
  .works::-webkit-scrollbar{
    display:block;
    height:4px;
  }

  .entries::-webkit-scrollbar-track,
  .reasons::-webkit-scrollbar-track,
  .works::-webkit-scrollbar-track{
    background:rgba(0,0,0,.04);
  }

  .entries::-webkit-scrollbar-thumb,
  .reasons::-webkit-scrollbar-thumb,
  .works::-webkit-scrollbar-thumb{
    background:rgba(232,154,46,.45);
    border-radius:2px;
  }
}

/* swipe-hint の点滅アニメ（top.css から移設：共有コンポーネントのため） */
@keyframes swipe-pulse{
  0%,100%{
    opacity:.35;
    transform:translateX(0);
  }
  50%{
    opacity:1;
    transform:translateX(-4px);
  }
}
.swipe-hint{
  display:none;
  text-align:center;
  margin:8px 0 24px;
  font-family:var(--en);
  font-size:11px;
  letter-spacing:.18em;
  color:var(--o-deep);
  font-weight:600;
}

.swipe-hint::before{
  content:"← ";
  margin-right:4px;
  animation:swipe-pulse 1.8s ease-in-out infinite;
}
.swipe-hint::after{
  content:" →";
  margin-left:4px;
  animation:swipe-pulse 1.8s ease-in-out infinite reverse;
}
@media (max-width: 767px){
  .swipe-hint{
    display:block;
  }
}
/* ==========================================================
   [ADD] 404 Not Found（mac_wordpress_common_rules.md §6-4 準拠）
   ----------------------------------------------------------
   404 は固有スラッグを持たない全ページ共通の特殊ページのため、
   専用スタイルは common.css に集約する。
   デザインは doc 系ページ（privacy 等）に統一。ただし .doc-* は
   privacy-policy.css（スラッグ連動）にあり 404 では読み込まれないため、
   同一デザインを .nf-* として再定義する。
   ※ 背景色・タイポの値は privacy-policy.css の doc-hero / doc-body と一致。
     .page-hero や v5 標準変数に依存せず、privacy が実際に使う旧エイリアス
     （--o / --ink / --en / --serif / --sans / --gutter）＋実色で確実に描画する。
========================================================== */
/* hero（cream バンド。doc-hero と同値） */
.nf-hero{
  padding:120px 0 30px;
  background:linear-gradient(180deg,#F4F0E8 0%,#FBF8F2 100%);
  border-bottom:1px solid rgba(26,22,20,.08);
}
.nf-hero__inner{
  max-width:880px;
  margin:0 auto;
  padding:0 var(--gutter);
}
.nf-eye{
  font-family:var(--en);
  font-size:13px;
  letter-spacing:.16em;
  color:rgba(26,22,20,.5);
  margin:0 0 14px;
}
.nf-eye::before{
  content:"";
  display:inline-block;
  width:24px;
  height:1px;
  background:var(--o);
  vertical-align:middle;
  margin-right:12px;
}
.nf-hero h1{
  font-family:var(--serif);
  font-size:clamp(26px,3.6vw,36px);
  line-height:1.5;
  font-weight:500;
  color:var(--ink);
  margin:0 0 16px;
}
.nf-hero h1 em{
  font-style:normal;
  color:var(--o);
}
.nf-meta{
  font-size:13px;
  color:rgba(26,22,20,.62);
}

/* body（白背景・880幅・左揃え。doc-body と同値） */
.nf-body{
  padding:60px 0 80px;
  background:#fff;
}
.nf-body__inner{
  max-width:880px;
  margin:0 auto;
  padding:0 var(--gutter);
}
.nf-body p{
  font-size:14.5px;
  line-height:1.95;
  color:rgba(26,22,20,.8);
  margin:0 0 32px;
}

/* 導線ボタン（左揃え。ブランドオレンジの塗り／アウトライン） */
.nf-btns{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.nf-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:200px;
  padding:15px 32px;
  font-family:var(--sans);
  font-size:13.5px;
  font-weight:500;
  letter-spacing:.08em;
  text-decoration:none;
  border-radius:999px;
  transition:background .2s,border-color .2s,color .2s;
}
.nf-btn--primary{
  background:var(--o);
  color:#fff;
  border:1px solid var(--o);
}
.nf-btn--primary:hover{
  background:var(--o-deep);
  border-color:var(--o-deep);
}
.nf-btn--secondary{
  background:#fff;
  color:var(--ink);
  border:1px solid rgba(26,22,20,.18);
}
.nf-btn--secondary:hover{
  border-color:var(--o);
  color:var(--o);
}

@media (max-width:767px){
  .nf-body{
    padding:44px 0 64px;
  }
  .nf-btns{
    flex-direction:column;
    align-items:stretch;
  }
  .nf-btn{
    width:100%;
  }
}

/* ---------- Works filter：0件時メッセージ（common.js が hidden を切替） ---------- */
.works-filter-empty{
  margin-top:24px;
  padding:24px;
  text-align:center;
  font-size:14px;
  color:var(--ink-soft);
  border:1px dashed var(--line);
  border-radius:2px;
}
.works-filter-empty a{
  color:var(--o-deep);
  text-decoration:underline;
}
.section-ink .works-filter-empty{
  color:#fff;
  border-color:rgba(255,255,255,.3);
}
.section-ink .works-filter-empty a{
  color:#fff;
}

/* ==========================================================
   投稿本文（リピーター article / WYSIWYG）共通基本スタイル
   ── 2026-08-03 追加（mac_wordpress_common_rules.md §6-4 準拠）
   ----------------------------------------------------------
   対象コンテナ：.news-main（お知らせ・コラム 本文カラム）／ .case-main（施工事例）
   ※ .news-body 全体を対象にすると aside（目次 .toc-card）の
     リンク・リストにまで効いてしまうため、本文カラムに限定する。
   ・全称リセット（*{margin:0;padding:0}）で ul/ol の padding が消え、
     マーカー（中黒・数字）が左にはみ出す問題への対処を含む。
   ・li の文字サイズも本文 p に揃える。
   ・page別CSS（news-single.css / works-single.css）に既存の同一
     セレクタがある場合は読み込み順の後勝ちでそちらが優先される
     （例：.case-main ul li のオレンジドット装飾は維持される）。
========================================================== */

/* --- リスト（ul / ol）：マーカーを内側へ・サイズを本文に揃える --- */
.news-main ul,
.news-main ol,
.case-main ul,
.case-main ol{
  margin:14px 0 22px;
  padding-left:1.7em;          /* リセットで消えた分を戻し、はみ出しを解消 */
  font-size:14.5px;
  line-height:1.9;
  color:rgba(26,22,20,.82);
}
.news-main li,
.case-main li{
  margin:0 0 8px;
}
.news-main li:last-child,
.case-main li:last-child{
  margin-bottom:0;
}
.news-main li::marker,
.case-main li::marker{
  color:var(--brand-main);
}
.news-main ol li::marker,
.case-main ol li::marker{
  font-family:var(--font-en);
  font-weight:700;
  letter-spacing:.04em;
}
/* 入れ子リスト */
.news-main li > ul,
.news-main li > ol,
.case-main li > ul,
.case-main li > ol{
  margin:8px 0 0;
}

/* --- 見出し h3 / h4（WYSIWYG内で使用時） --- */
.news-main h3,
.case-main h3{
  font-family:var(--font-serif);
  font-size:17px;
  font-weight:500;
  color:var(--text-main);
  margin:30px 0 12px;
}
.news-main h4,
.case-main h4{
  font-family:var(--font-serif);
  font-size:15px;
  font-weight:500;
  color:var(--text-main);
  margin:24px 0 10px;
}

/* --- 引用 --- */
.news-main blockquote,
.case-main blockquote{
  margin:26px 0;
  padding:20px 24px;
  background:#FBF8F2;
  border-left:3px solid var(--brand-main);
  border-radius:0 4px 4px 0;
  font-size:14px;
  line-height:1.9;
  color:rgba(26,22,20,.78);
}
.news-main blockquote p,
.case-main blockquote p{
  margin:0 0 10px;
  font-size:14px;
}
.news-main blockquote p:last-child,
.case-main blockquote p:last-child{
  margin-bottom:0;
}

/* --- 表（WYSIWYGのテーブル） --- */
.news-main table,
.case-main table{
  width:100%;
  border-collapse:collapse;
  margin:22px 0;
  font-size:13.5px;
  line-height:1.7;
}
.news-main th,
.news-main td,
.case-main th,
.case-main td{
  padding:11px 14px;
  border:1px solid var(--border-light);
  text-align:left;
  vertical-align:middle;
}
.news-main th,
.case-main th{
  background:#FBF8F2;
  color:var(--text-main);
  font-weight:500;
  white-space:nowrap;
}
.news-main td,
.case-main td{
  color:rgba(26,22,20,.82);
}

/* --- 本文中のテキストリンク（class付きボタン等は除外） --- */
.news-main a:not([class]),
.case-main a:not([class]){
  color:var(--brand-main);
  text-decoration:underline;
  text-underline-offset:2px;
  transition:color .2s;
}
.news-main a:not([class]):hover,
.case-main a:not([class]):hover{
  color:var(--brand-accent);
}

/* --- 区切り線 --- */
.news-main hr,
.case-main hr{
  border:none;
  border-top:1px solid var(--border-light);
  margin:40px 0;
}

/* ==========================================================
   詳細ページ共通シェル（news / works）
   ── 2026-08-03 追加（mac_wordpress_common_rules.md §6-4 準拠）
   ----------------------------------------------------------
   ・hero / body のコンテナ幅を var(--max) に統一し、ヘッダー・
     他の固定ページと左右のラインを一致させる
     （news の 760px/--wide、works の 1100px 指定はこれに置換）。
   ・本文の読み幅 760px は aside ありの2カラム時
     （.news-body-inner--toc／.case-body-inner--aside）のみ適用し、
     aside なしの投稿では本文を inner 幅いっぱいに広げる。
   ・aside（目次 .toc-card／施工データ .data-card）の sticky 挙動も共通化。
   ・page別CSS（news-single.css / works-single.css）には
     grid 構成・装飾などの差分のみを残す。
========================================================== */
.news-hero,
.case-hero{
  padding:80px 0 30px;
  background:linear-gradient(180deg,#F4F0E8 0%,#FBF8F2 100%);
  border-bottom:1px solid rgba(26,22,20,.08);
}
.news-hero-inner,
.case-hero-inner{
  max-width:var(--max);
  margin:0 auto;
  padding:0 var(--gutter);
}
.news-body,
.case-body{
  padding:50px 0 80px;
  background:#fff;
}
.news-body-inner,
.case-body-inner{
  max-width:var(--max);
  margin:0 auto;
  padding:0 var(--gutter);
}
.news-main,
.case-main{
  min-width:0;
}
/* aside（目次 .toc-card／施工データ .data-card）ありの2カラム時のみ
   本文の読み幅を760pxに制限。asideなしの1カラム時は inner 幅
   （var(--max)）いっぱいに広げる（2026-08-03） */
.news-body-inner--toc .news-main,
.case-body-inner--aside .case-main{
  max-width:760px;
}
.news-aside,
.case-aside{
  position:sticky;
  top:90px;
  align-self:start;
  font-size:13.5px;
}
@media(max-width:980px){
  .news-aside,
  .case-aside{
    position:static;
  }
}

/* ==========================================================
   FAQアコーディオン（共通コンポーネント）
   housing.css の .faq-accordion（カード型details＋矢印回転アニメ）を
   移設し、faq.css の Q円形バッジ（旧 .q-mark）を summary::before の
   擬似要素として統合。page-housing（FAQ抜粋）と page-faq で共用（§6-4）。
   ・マークアップは <details.faq-item><summary>質問文</summary>
     <div.faq-ans><p>回答</p></div></details> に統一（Qバッジ・矢印はCSSで付与）
   ・幅指定は持たない（コンテナ .page-section-inner に従う）
   ========================================================== */
.faq-accordion{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.faq-accordion .faq-item{
  background:#fff;
  border:1px solid var(--line,#e6e2d8);
  border-radius:3px;
  overflow:hidden;
  transition:box-shadow .2s ease, border-color .2s ease;
}

.faq-accordion .faq-item[open]{
  box-shadow:0 6px 18px rgba(0,0,0,.06);
  border-color:var(--o,#E89A2E);
}

.faq-accordion .faq-item summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:16px;
  padding:16px 52px 16px 18px;
  font-family:var(--serif);
  font-size:15.5px;
  font-weight:700;
  color:var(--ink);
  line-height:1.6;
  position:relative;
  user-select:none;
  transition:background .2s;
}
.faq-accordion .faq-item summary:hover{
  background:rgba(232,154,46,.04);
}
.faq-accordion .faq-item summary::-webkit-details-marker{
  display:none;
}

/* Qバッジ（faq.css 旧 .q-mark と同デザイン。開くとオレンジ反転） */
.faq-accordion .faq-item summary::before{
  content:"Q";
  flex:0 0 36px;
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--o-tint);
  color:var(--o);
  font-family:var(--en);
  font-size:14px;
  font-weight:700;
  letter-spacing:.06em;
  transition:background .2s, color .2s;
}
.faq-accordion .faq-item[open] summary::before{
  background:var(--o);
  color:#fff;
}

/* 開閉矢印（housing 由来の回転アニメーション） */
.faq-accordion .faq-item summary::after{
  content:"";
  position:absolute;
  right:22px;
  top:50%;
  width:10px;
  height:10px;
  border-right:2px solid var(--o,#E89A2E);
  border-bottom:2px solid var(--o,#E89A2E);
  transform:translateY(-70%) rotate(45deg);
  transition:transform .25s ease;
}
.faq-accordion .faq-item[open] summary::after{
  transform:translateY(-30%) rotate(-135deg);
}

/* 回答（左paddingは 18px＋バッジ36px＋gap16px＝70px で質問文の頭に揃える） */
.faq-accordion .faq-ans{
  padding:0 22px 20px 70px;
  border-top:1px dotted var(--line,#e6e2d8);
}
.faq-accordion .faq-ans p{
  font-size:14px;
  line-height:1.95;
  color:var(--ink-soft);
  margin:14px 0 0;
}
.faq-accordion .faq-ans strong{
  color:var(--o-deep);
  font-weight:700;
}
.faq-accordion .faq-ans a{
  color:var(--o-deep);
  border-bottom:1px solid currentColor;
  text-decoration:none;
}

@media (max-width:767px){
  .faq-accordion .faq-item summary{
    font-size:14.5px;
    gap:12px;
    padding:14px 44px 14px 14px;
  }
  .faq-accordion .faq-item summary::before{
    flex-basis:28px;
    width:28px;
    height:28px;
    font-size:12px;
  }
  .faq-accordion .faq-item summary::after{
    right:16px;
    width:8px;
    height:8px;
  }
  .faq-accordion .faq-ans{
    padding:0 16px 16px 54px;
  }
  .faq-accordion .faq-ans p{
    font-size:13.5px;
    line-height:1.9;
  }
}
/* /FAQアコーディオン（共通コンポーネント） */
