/* ==========================================================================
   ins-co sample6 プランB（/site-brushup モードB・中強〜強）装飾層 2026-09-11 ファブル
   Codexの base/components/refinement は無改変。結線は各HTMLの </head> 直前の1行＋decor.js 1行（戻しは削除のみ）
   トークン＝深緑 #1b3a5c／金 #d9ae69・#efc581／生成り #ffffff／セージ #eef1f5。新色・新書体なし
   常時アニメは足さない（動きはホバー時と1回だけの出現。ヒーローのズームは18秒で止まる）
   ========================================================================== */
:root{
  --bru-ease:cubic-bezier(.22,1,.36,1);
  --bru-glow:rgba(27,58,92,.42);
  --bru-glow-soft:rgba(27,58,92,.22);
  --bru-gold:#d9ae69;
  --bru-gold-hi:#efc581;
  --bru-shadow:0 10px 28px -14px rgba(27,58,92,.28);
  --bru-shadow-hi:0 28px 56px -22px rgba(27,58,92,.40);
}

/* ==========================================================================
   型17 ヘッダー＝寸法不変。ナビ＝間隔30px・ホバーと現在地は金の線が中央から・CTAは発光ピル
   ========================================================================== */
/* ヘッダー＝白（2026-09-11 関谷さん「この色はAIっぽいので白に」）。ナビ＝日本語＋英字の小ラベル・細い仕切り・金の線が中央から（「もう少しかっこよく」） */
.site-header{background-color:#fff}
.site-header.is-scrolled{box-shadow:0 6px 24px rgba(27,58,92,.10)}
@media(min-width:961px){
  /* 幅は中身で決めず均等割（flex:1）＝ホバーで字間や太さが変わっても列幅が動かない。狭い幅でもはみ出さない */
  .desktop-nav{justify-content:stretch;gap:0;border-top-color:var(--line);width:100%;min-width:0}
  .desktop-nav a{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:6px 6px 8px;height:100%;
    border-left:1px solid var(--line);line-height:1.35;letter-spacing:.02em;white-space:nowrap;overflow:hidden}
  .desktop-nav a:last-child{border-right:1px solid var(--line)}
  .desktop-nav a::before{content:attr(data-en);order:2;font-family:Georgia,"Times New Roman",serif;font-size:10px;font-weight:400;letter-spacing:.18em;
    color:#8b6328;opacity:.75;white-space:nowrap;transition:opacity .2s ease,color .2s ease}
  .desktop-nav a:hover::before,.desktop-nav a.is-current::before{opacity:1;color:var(--green)}
}
@media(min-width:961px) and (max-width:1279px){
  .desktop-nav{font-size:12px}
  .desktop-nav a::before{font-size:13px;letter-spacing:.01em}
}
.desktop-nav a{position:relative;border-bottom-color:transparent!important;transition:color .2s ease,background-color .25s ease}
.desktop-nav a:hover{color:var(--green);background-color:rgba(27,58,92,.035)}
.desktop-nav a::after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:3px;border-radius:2px 2px 0 0;
  background-image:linear-gradient(90deg,var(--bru-gold),var(--bru-gold-hi));
  transform:scaleX(0);transform-origin:center;transition:transform .3s var(--bru-ease)}
.desktop-nav a:hover::after,.desktop-nav a.is-current::after{transform:scaleX(1)}
.desktop-nav:hover a.is-current:not(:hover)::after{transform:scaleX(0)}
.header-cta{letter-spacing:.06em}
.header-phone{transition:transform .22s var(--bru-ease)}
.header-phone:hover{transform:translateY(-1px)}

/* ==========================================================================
   型12A ボタン＝発光ピル（グラデ・常時うっすら発光・ホバーで浮上＋拡大・光の帯が1回・矢印が動く・押下で沈む）
   ========================================================================== */
.button,.header-cta{
  position:relative;isolation:isolate;overflow:hidden;border-radius:999px;letter-spacing:.04em;
  background-color:var(--green);
  background-image:linear-gradient(135deg,#12293f 0%,#1b3a5c 46%,#2c5a86 100%);
  box-shadow:0 10px 26px var(--bru-glow-soft),inset 0 1px 0 rgba(255,255,255,.18);
  transition:transform .24s var(--bru-ease),box-shadow .3s var(--bru-ease),background-color .22s ease,color .22s ease}
.button:hover,.header-cta:hover{background-color:var(--green);color:#fff;transform:translateY(-3px) scale(1.03);
  box-shadow:0 16px 34px var(--bru-glow),0 2px 6px rgba(27,58,92,.16),inset 0 1px 0 rgba(255,255,255,.28)}
.button:active,.header-cta:active{transform:translateY(1px) scale(.99);box-shadow:0 3px 10px rgba(27,58,92,.24)}
.button::before,.header-cta::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;opacity:0;
  background-image:linear-gradient(105deg,transparent 32%,rgba(255,255,255,.34) 50%,transparent 68%);transform:translateX(-130%)}
.button:hover::before,.header-cta:hover::before{opacity:1;animation:bru-shimmer .8s var(--bru-ease) 1}
@keyframes bru-shimmer{from{transform:translateX(-130%)}to{transform:translateX(130%)}}
.button>span[aria-hidden]{display:inline-block;transition:transform .26s var(--bru-ease)}
.button:hover>span[aria-hidden]{transform:translate(4px,-4px)}
/* 金のボタン（ヒーロー・招待箱）＝金グラデ＋金の発光 */
.hero-actions .button,.s5-invite-box .button{
  background-color:var(--bru-gold);color:#000;
  background-image:linear-gradient(135deg,#c99a52 0%,#d9ae69 45%,#f0cf92 100%);
  box-shadow:0 12px 30px rgba(217,174,105,.42),inset 0 1px 0 rgba(255,255,255,.45)}
.hero-actions .button:hover,.s5-invite-box .button:hover{background-color:var(--bru-gold);color:#000;
  box-shadow:0 18px 40px rgba(217,174,105,.55),0 2px 6px rgba(27,58,92,.16),inset 0 1px 0 rgba(255,255,255,.5)}
/* ヒーローCTA＝ひと回り大きく */
.hero-actions .button{min-height:64px;padding:17px 36px;font-size:18px}
/* 下線リンク＝下線が伸びる＋矢印 */
.text-link{position:relative;text-decoration:none!important}
.text-link::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;border-radius:2px;
  background-image:linear-gradient(90deg,var(--green),var(--bru-gold));transform:scaleX(.35);transform-origin:left;transition:transform .35s var(--bru-ease)}
.text-link:hover::after{transform:scaleX(1)}
/* 送信・入力例のボタン */
.form-sample button,.wpcf7 input[type=submit]{border-radius:999px;transition:transform .22s var(--bru-ease),box-shadow .3s var(--bru-ease)}
.wpcf7 input[type=submit]:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 14px 30px var(--bru-glow)}

/* ==========================================================================
   型2 見出し＝上に金→深緑の短いアクセント罫（読みの起点）・英字ラベルに短い罫
   ========================================================================== */
.s5-sechead h2,.section-heading h2{position:relative;padding-top:18px}
.s5-sechead h2::before,.section-heading h2::before{content:"";position:absolute;left:0;top:0;width:46px;height:3px;border-radius:2px;
  background-image:linear-gradient(90deg,var(--bru-gold),var(--green))}
.section-heading .eyebrow{display:flex;align-items:center;gap:12px}
.section-heading .eyebrow::before{content:"";width:28px;height:1px;background-color:var(--bru-gold)}

/* ==========================================================================
   型12C 背景＝生成りの節に点格子（明度差4%以下）・ヒーローと相談帯にメッシュ発光
   ========================================================================== */
.content-section.tint,.s5-onestop,.s5-invite{background-image:radial-gradient(rgba(27,58,92,.085) 1px,transparent 1.25px);background-size:22px 22px}
/* メッシュ発光は ::after（Codexの :before は飾りの輪＝別要素のまま）。飾りの輪は下端で切れないよう内側に収める（2026-09-11 関谷さん「きれている」） */
/* 斜めの光の筋＝ヒーローの上端から下端まで通す（2026-09-11 関谷さん「光をきちんと上下まで伸ばす」） */
.hero-home::after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background-image:linear-gradient(112deg,transparent 16%,rgba(255,255,255,.07) 24%,rgba(255,255,255,.13) 29%,rgba(239,197,129,.12) 33%,transparent 43%),
    radial-gradient(ellipse 55% 60% at 88% 8%,rgba(217,174,105,.22),transparent 68%),
    radial-gradient(ellipse 60% 55% at 4% 96%,rgba(44,90,134,.55),transparent 70%)}
.hero-home::before{bottom:28px;left:4%}
@media(max-width:600px){.hero-home::before{bottom:20px;left:20px}}
.contact-band{position:relative;isolation:isolate}
.contact-band::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background-image:radial-gradient(ellipse 50% 60% at 90% 10%,rgba(217,174,105,.30),transparent 70%),
    radial-gradient(ellipse 45% 55% at 5% 95%,rgba(27,58,92,.14),transparent 70%)}

/* ==========================================================================
   型12B／16 カード＝浮上8px・足元に深緑の淡い発光・上辺を金の線が左から走る・写真は明るく1.04・光の帯が斜めに1回
   ========================================================================== */
.s5-card,.service-card,.s5-ba,.s5-step,.text-card,.s5-media,.s5-trust,.s5-greet-photo,.s5-numcard{
  position:relative;isolation:isolate;
  transition:transform .4s var(--bru-ease),box-shadow .4s var(--bru-ease),border-color .3s ease,background-color .26s ease}
.s5-card:hover,.service-card:hover,.s5-ba:hover,.s5-step:hover,.text-card:hover,.s5-media:hover,.s5-numcard:hover,
.s5-card:focus-within,.service-card:focus-within,.s5-ba:focus-within{
  transform:translateY(-8px);box-shadow:var(--bru-shadow-hi),0 26px 48px -24px var(--bru-glow),0 0 0 1px rgba(27,58,92,.10)}
.text-card:hover,.s5-numcard:hover,.s5-media:hover{transform:translateY(-4px);box-shadow:var(--bru-shadow),0 18px 36px -22px var(--bru-glow)}
.s5-trust:hover{transform:translateY(-3px)}
.s5-card img,.service-card>img,.s5-step img,.s5-media>img,.s5-media a>img,.s5-ba figure img,.s5-greet-photo img,.photo-gallery img,.s6-media-link img{
  transition:transform .6s var(--bru-ease),filter .35s ease,box-shadow .3s var(--bru-ease)}
.s5-card:hover img,.service-card:hover>img,.s5-step:hover img,.s5-media:hover img,.s5-greet-photo:hover img{filter:brightness(1.05) saturate(1.05)}
.photo-gallery figure{position:relative;isolation:isolate;transition:transform .35s var(--bru-ease)}
.photo-gallery figure:hover{transform:translateY(-6px)}
.photo-gallery figure:hover img{filter:brightness(1.06) saturate(1.05);box-shadow:0 0 0 2px rgba(27,58,92,.45),0 22px 44px -18px var(--bru-glow)}
/* 上辺の金線 */
.s5-card::after,.service-card::after,.s5-ba::after,.text-card::after,.s5-numcard::after{content:"";position:absolute;left:0;right:0;top:0;height:3px;z-index:2;pointer-events:none;
  border-radius:3px 3px 0 0;background-image:linear-gradient(90deg,var(--bru-gold),var(--bru-gold-hi));transform:scaleX(0);transform-origin:left center;transition:transform .5s var(--bru-ease)}
.s5-card:hover::after,.service-card:hover::after,.s5-ba:hover::after,.text-card:hover::after,.s5-numcard:hover::after{transform:scaleX(1)}
/* 光の帯（写真の器） */
.s5-card::before,.service-card::before,.s5-step::before,.s5-media::before,.s5-greet-photo::before,.photo-gallery figure::before,.s5-ba .s5-ba-pair figure::before{
  content:"";position:absolute;inset:0;z-index:3;pointer-events:none;opacity:0;border-radius:inherit;
  background-image:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.34) 48%,rgba(217,174,105,.22) 52%,transparent 70%);
  transform:translateX(-140%) skewX(-8deg)}
.s5-ba .s5-ba-pair figure{position:relative;isolation:isolate;overflow:hidden}
.s5-card:hover::before,.service-card:hover::before,.s5-step:hover::before,.s5-media:hover::before,.s5-greet-photo:hover::before,
.photo-gallery figure:hover::before,.s5-ba:hover .s5-ba-pair figure::before{opacity:1;animation:bru-sweep .95s var(--bru-ease) 1}
@keyframes bru-sweep{from{transform:translateX(-140%) skewX(-8deg)}to{transform:translateX(140%) skewX(-8deg)}}
/* 見出し色・矢印 */
.s5-card h3,.service-card h3,.s5-ba h3,.s5-media h3{transition:color .3s ease}
.s5-card:hover h3,.service-card:hover h3,.s5-ba:hover h3,.s5-media:hover h3{color:#2c5a86}
.circle-arrow{transition:background-color .25s ease,transform .3s var(--bru-ease),box-shadow .3s var(--bru-ease)}
.s5-card:hover .circle-arrow,.service-card:hover .circle-arrow{box-shadow:0 8px 18px rgba(217,174,105,.45)}
/* Before/After＝ホバーで AFTER が明るく・BEFORE は少し落ちる */
.s5-ba:hover .s5-ba-pair figure:first-child img{filter:saturate(.85) brightness(.92)}
.s5-ba:hover .s5-ba-pair figure+figure img{filter:brightness(1.06) saturate(1.06)}
/* 罫線リスト（ブログ）＝行ホバーで金の縦線が伸び、見出しが深緑に、少し右へ */
.s5-bloglist li{position:relative;transition:padding-left .28s var(--bru-ease)}
.s5-bloglist li::before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:3px;border-radius:2px;
  background-image:linear-gradient(180deg,var(--bru-gold),var(--green));transform:scaleY(0);transform-origin:top;transition:transform .35s var(--bru-ease)}
.s5-bloglist li:hover{padding-left:16px}
.s5-bloglist li:hover::before{transform:scaleY(1)}
.s5-bloglist a{transition:color .25s ease}
/* 工程の番号＝金グラデの文字 */
.s5-num,.s5-step-no b{background-image:linear-gradient(135deg,#b88b3f,var(--bru-gold-hi));-webkit-background-clip:text;background-clip:text;color:transparent}
/* Q&A＝開閉で見出しが深緑に・行の左に金線 */
.s5-qa summary{transition:color .25s ease,padding-left .28s var(--bru-ease)}
.s5-qa summary:hover{padding-left:8px;color:#2c5a86}
.s5-qa[open] summary{color:#2c5a86}

/* ==========================================================================
   型14 ヒーロー＝出現の時間差（1回）・写真のゆっくりズーム（18秒で止まる・decor.js）・視差＋マウス追随（既存 site.js）
        写真に光の帯が1回・SCROLLの合図（PC・左下）。初期非表示は head 先頭の bru-js ゲート／JS不達は2.5秒で出す
   ========================================================================== */
html.bru-js .hero-home .hero-copy>.eyebrow,html.bru-js .hero-home .hero-lead,html.bru-js .hero-home .hero-actions,
html.bru-js .hero-home .hero-visual{opacity:0;translate:0 18px;animation:bru-hfx-fallback .01s linear 2.5s forwards}
@keyframes bru-hfx-fallback{to{opacity:1;translate:none}}
/* 出現側は html.bru-js を付けて同じ以上の優先度にする（付けないと初期非表示に負けて2.5秒の保険でしか出ない＝泉ヶ岳の学び③） */
html.bru-js .hero-home.hfx-on .hero-copy>.eyebrow,html.bru-js .hero-home.hfx-on .hero-lead,html.bru-js .hero-home.hfx-on .hero-actions,html.bru-js .hero-home.hfx-on .hero-visual{
  opacity:1;translate:none;animation:none;transition:opacity .85s var(--bru-ease),translate .85s var(--bru-ease)}
html.bru-js .hero-home.hfx-on .hero-copy>.eyebrow{transition-delay:.08s}
html.bru-js .hero-home.hfx-on .hero-lead{transition-delay:.42s}
html.bru-js .hero-home.hfx-on .hero-actions{transition-delay:.58s}
html.bru-js .hero-home.hfx-on .hero-visual{transition-delay:.22s}
.hero-home .hero-image{transform-origin:50% 55%}
.hero-home .hero-visual{position:relative;isolation:isolate}
.hero-home .hero-visual::after{content:"";position:absolute;inset:0 0 16px 20px;z-index:2;pointer-events:none;opacity:0;border-radius:170px 8px 8px 8px;
  background-image:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.28) 48%,rgba(239,197,129,.22) 52%,transparent 70%);transform:translateX(-140%) skewX(-8deg)}
.hero-home.hfx-on .hero-visual::after{animation:bru-sweep-hero 1.2s var(--bru-ease) 1.1s 1 forwards}
@keyframes bru-sweep-hero{from{opacity:1;transform:translateX(-140%) skewX(-8deg)}to{opacity:1;transform:translateX(140%) skewX(-8deg)}}
.hero-home .home-seal{transition:transform .35s var(--bru-ease),box-shadow .35s var(--bru-ease)}
.hero-home .hero-visual:hover .home-seal{box-shadow:0 12px 30px rgba(217,174,105,.5)}
/* 下層ヒーローの写真＝ホバーで金の縁＋光の帯 */
.hero-inner .hero-visual{position:relative;isolation:isolate}
.hero-inner .hero-image{transition:box-shadow .35s var(--bru-ease),filter .35s ease}
.hero-inner .hero-visual:hover .hero-image{filter:brightness(1.04)}
/* SCROLL の合図（decor.js が注入・PCのみ） */
.bru-scroll{display:none}
@media(min-width:1081px){
  .bru-scroll{display:flex;flex-direction:column;align-items:center;gap:10px;position:absolute;left:34px;bottom:26px;z-index:8;
    color:var(--paper);font-family:Georgia,serif;font-size:11px;letter-spacing:.32em;writing-mode:vertical-rl;text-orientation:mixed;opacity:.8}
  .bru-scroll i{display:block;width:1px;height:56px;background-color:rgba(250,247,238,.3);position:relative;overflow:hidden}
  .bru-scroll i::after{content:"";position:absolute;left:0;top:-100%;width:100%;height:100%;background-color:var(--bru-gold-hi);animation:bru-scroll-line 2.2s ease-in-out infinite}
  @keyframes bru-scroll-line{0%{top:-100%}60%{top:100%}100%{top:100%}}
}

/* ==========================================================================
   型12E 出現＝節の中身が下からふわりと（IO＋scroll sweep＋2.5秒の保険・1回だけ・decor.js が .bru-rv を付ける）
   型「特に画像」＝写真の拭き取り出現（左から・1回だけ・decor.js が data-pic を付ける）
   ========================================================================== */
html.bru-js .bru-rv{opacity:0;translate:0 22px;transition:opacity .8s var(--bru-ease),translate .8s var(--bru-ease)}
html.bru-js .bru-rv.is-in{opacity:1;translate:none}
html.bru-js .bru-rv[data-d="1"]{transition-delay:.1s}
html.bru-js .bru-rv[data-d="2"]{transition-delay:.2s}
html.bru-js .bru-rv[data-d="3"]{transition-delay:.3s}
html.bru-js .bru-rv[data-d="4"]{transition-delay:.4s}
html.bru-js [data-pic]{clip-path:inset(0 100% 0 0 round 8px)}
html.bru-js [data-pic].is-pic-in{clip-path:inset(0);transition:clip-path .95s cubic-bezier(.65,0,.2,1)}
html.bru-js [data-pic][data-pic-d="1"].is-pic-in{transition-delay:.12s}
html.bru-js [data-pic][data-pic-d="2"].is-pic-in{transition-delay:.24s}
html.bru-js [data-pic][data-pic-d="3"].is-pic-in{transition-delay:.36s}

/* ==========================================================================
   型9 右端の固定帯（PC≥1081・主導線2本＝無料相談＋電話・縦書き・下端基準・低い画面は縮める）
   ========================================================================== */
.bru-rail{display:none}
@media(min-width:1081px){
  .bru-rail{display:flex;flex-direction:column;gap:8px;position:fixed;right:0;bottom:120px;z-index:60}
  .bru-rail a{display:flex;align-items:center;justify-content:center;gap:10px;writing-mode:vertical-rl;text-orientation:mixed;
    min-height:150px;max-height:calc(50vh - 90px);padding:20px 12px;border-radius:12px 0 0 12px;color:#fff;font-size:15px;font-weight:700;letter-spacing:.16em;
    background-color:var(--green);background-image:linear-gradient(180deg,#12293f,#1b3a5c);
    box-shadow:-6px 8px 22px rgba(27,58,92,.30);transition:transform .28s var(--bru-ease),box-shadow .3s var(--bru-ease)}
  .bru-rail a.is-tel{color:#000;background-color:var(--bru-gold);background-image:linear-gradient(180deg,#c99a52,#d9ae69)}
  .bru-rail a:hover{transform:translateX(-6px);box-shadow:-10px 10px 28px var(--bru-glow)}
  .bru-rail svg{width:18px;height:18px;flex-shrink:0}
}

/* ==========================================================================
   フッター・スマホ固定フッター・入力欄
   ========================================================================== */
.site-footer nav a{transition:color .2s ease,padding-left .25s var(--bru-ease)}
.site-footer nav a:hover{padding-left:6px;color:#2c5a86;text-decoration:none}
.mobile-contact a:last-child{background-image:linear-gradient(135deg,#12293f,#2c5a86);box-shadow:inset 0 1px 0 rgba(255,255,255,.25)}
.mobile-contact a:first-child{box-shadow:inset 0 1px 0 rgba(255,255,255,.6)}
.form-sample input:focus,.form-sample textarea:focus,.wpcf7 input:focus,.wpcf7 textarea:focus{box-shadow:0 0 0 4px rgba(217,174,105,.28);border-color:var(--green)}
.contact-actions .button{min-height:62px;padding-inline:34px}

/* ==========================================================================
   幅＝大画面では中身を1440pxまで広げる（2026-09-11 関谷さん「全体に」＝1920px で左右の余白が大きい）
   ========================================================================== */
@media(min-width:1500px){
  .wrap{width:min(1440px,calc(100% - 96px))}
  .header-inner{width:min(1440px,calc(100% - 64px))}
  .hero-home .hero-grid{width:min(1440px,calc(100% - 96px));gap:70px}
  .hero-home .hero-image{height:620px}
}

/* ==========================================================================
   動きを抑える設定
   ========================================================================== */
@media(prefers-reduced-motion:reduce){
  html.bru-js .bru-rv,html.bru-js [data-pic]{opacity:1;translate:none;clip-path:none;transition:none}
  html.bru-js .hero-home .hero-copy>.eyebrow,html.bru-js .hero-home .hero-lead,html.bru-js .hero-home .hero-actions,html.bru-js .hero-home .hero-visual{opacity:1;translate:none;animation:none}
  .button:hover,.header-cta:hover,.s5-card:hover,.service-card:hover,.s5-ba:hover,.s5-step:hover,.text-card:hover,.s5-media:hover,.photo-gallery figure:hover{transform:none}
  .bru-scroll i::after,.button:hover::before,.header-cta:hover::before{animation:none}
}


/* Astra review: retain Plan B lighting, preserve photo colours and accessible motion. */
.s5-card:hover img,.service-card:hover>img,.s5-step:hover img,.s5-media:hover img,
.s5-greet-photo:hover img,.photo-gallery figure:hover img,
.s5-ba:hover .s5-ba-pair figure:first-child img,.s5-ba:hover .s5-ba-pair figure+figure img,
.hero-inner .hero-visual:hover .hero-image{filter:none}
/* Photo highlights use the same treatment for before and after. */
.text-card:not(:has(a,button)):hover,.s5-numcard:not(:has(a,button)):hover,
.s5-media:not(:has(a,button)):hover,.s5-step:not(:has(a,button)):hover,
.s5-trust:not(:has(a,button)):hover,.s5-greet-photo:not(:has(a,button)):hover,
.photo-gallery figure:not(:has(a,button)):hover{transform:none;box-shadow:none}
.text-card:not(:has(a,button)):hover::after,.s5-numcard:not(:has(a,button)):hover::after,
.s5-media:not(:has(a,button)):hover::before,.s5-step:not(:has(a,button)):hover::before,
.s5-greet-photo:not(:has(a,button)):hover::before,.photo-gallery figure:not(:has(a,button)):hover::before{animation:none;opacity:0;transform:none}
.photo-gallery figure:not(:has(a,button)):hover img{transform:none;box-shadow:none}
.bru-scroll{font-size:13px}
.bru-scroll i::after{animation-iteration-count:3}
@media(min-width:1081px) and (max-width:1366px){
  .bru-rail a{width:44px;padding-inline:9px;font-size:14px}
}
/* A mid-size tablet needs room for the longest approved heading. */
@media(min-width:601px) and (max-width:800px){
  .hero-home .hero-grid{grid-template-columns:1fr;gap:42px}
  .hero-home .hero-visual{max-width:600px;width:100%;margin-inline:auto}
  .hero-home .hero-image{height:420px}
}
@media(prefers-reduced-motion:reduce){
  html.bru-js .bru-rv,html.bru-js [data-pic]{transition:none!important;animation:none!important;opacity:1;translate:none;clip-path:none}
  html.bru-js .hero-home.hfx-on .hero-copy>.eyebrow,
  html.bru-js .hero-home.hfx-on .hero-lead,html.bru-js .hero-home.hfx-on .hero-actions,
  html.bru-js .hero-home.hfx-on .hero-visual{transition:none!important;animation:none!important;translate:none!important;opacity:1}
  .hero-home .hero-image{scale:1!important}
  .hero-home .hero-visual::after,.bru-scroll i::after{animation:none!important;opacity:0}
}

/* User review: no frames appearing around cards; keep actual focus outlines. */
.s5-card:hover,.service-card:hover,.s5-ba:hover,.s5-step:hover,.text-card:hover,
.s5-media:hover,.s5-trust:hover,.s5-numcard:hover,.s5-greet-photo:hover,
.s5-card:focus-within,.service-card:focus-within,.s5-ba:focus-within,
.photo-gallery figure:hover,.photo-gallery figure:hover img{box-shadow:none;transform:none}
.s5-card::after,.service-card::after,.s5-ba::after,.text-card::after,.s5-numcard::after,
.s5-card::before,.service-card::before,.s5-step::before,.s5-media::before,
.s5-greet-photo::before,.photo-gallery figure::before,.s5-ba .s5-ba-pair figure::before{content:none!important}
.s5-card:hover .circle-arrow,.service-card:hover .circle-arrow{box-shadow:none}
.hero-inner .hero-visual:hover .hero-image{box-shadow:12px 12px 0 #e2d6ba}

/* Company profile first, a spacious full-width navigation below it. */
.site-footer{padding:72px 0 38px}
.footer-grid{display:block}
.footer-grid>div{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:30px 76px}
.footer-grid>div>.brand,.footer-grid>div>.eyebrow,.footer-grid>div>p:last-child{grid-column:1/-1}
.footer-grid>div>.brand{margin-bottom:0}
.footer-grid>div>p{margin:0;font-size:17px;line-height:2.1}
.footer-grid>div>.eyebrow{font-size:13px;margin-bottom:4px}
.footer-grid>div>p:last-child{max-width:960px;margin-top:8px}
.footer-grid nav{margin-top:58px;padding-top:38px;border-top:1px solid #b9c3ae;
  grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 48px;font-size:17px;line-height:1.8}
.footer-grid nav a{display:flex;align-items:center;min-height:54px;padding:10px 0}
.site-footer nav a:hover{padding-left:0;text-decoration:underline;text-underline-offset:5px}
.footer-bottom{margin-top:48px;padding-top:30px}
.footer-bottom p{max-width:1000px;line-height:2}
@media(max-width:960px){
  .footer-grid>div{gap:26px 38px}
  .footer-grid nav{column-gap:30px}
}
@media(max-width:600px){
  .site-footer{padding:44px 0 30px}
  .footer-grid>div{display:block}
  .footer-grid>div>.brand{margin-bottom:24px}
  .footer-grid>div>p{margin:0 0 26px}
  .footer-grid>div>p:last-child{margin-bottom:0}
  .footer-grid nav{grid-template-columns:1fr;margin-top:38px;padding-top:22px;gap:0}
  .footer-grid nav a{min-height:54px;padding:12px 0}
  .footer-bottom{margin-top:32px;padding-top:25px}
  .hero-inner .hero-visual:hover .hero-image{box-shadow:9px 9px 0 #e2d6ba}
}

/* User review: remove the large background ring and balance the opening copy. */
.hero-home::before{content:none}
.s5-intro-home{display:grid;grid-template-columns:280px minmax(0,1fr);gap:46px;
  align-items:center;max-width:1120px;padding:58px 0}
.s6-intro-art{display:block;width:100%;height:auto;mix-blend-mode:multiply}
.s6-intro-copy{min-width:0}
.s6-intro-copy p{text-wrap:balance}
.s6-intro-copy p:last-child{margin-bottom:0}
@media(min-width:1500px){
  .s5-intro-home{max-width:1280px;grid-template-columns:330px minmax(0,1fr);gap:62px}
}
@media(max-width:960px){
  .s5-intro-home{grid-template-columns:220px minmax(0,1fr);gap:28px}
}
@media(max-width:600px){
  .s5-intro-home{grid-template-columns:1fr;gap:24px;padding:38px 0 44px}
  .s6-intro-art{width:min(270px,100%);margin-inline:auto}
}

/* A gentler, slightly playful treatment for the four-step introduction. */
.home-page .s5-onestop{background-color:#f4f5f7;
  background-image:radial-gradient(rgba(27,58,92,.045) 1px,transparent 1.25px);background-size:26px 26px;
  border-radius:54px 0 54px 0;padding:58px 0 50px}
.home-page .s5-step-grid{gap:32px}
.home-page .s5-step{text-align:center}
.home-page .s5-step>img{height:185px;border-radius:85px 85px 22px 22px;object-fit:cover}
.home-page .s5-step:nth-child(2)>img{border-radius:26px 70px 26px 70px}
.home-page .s5-step:nth-child(3)>img{border-radius:70px 26px 70px 26px}
.home-page .s5-step>div{padding-top:22px}
.home-page .s5-step .s5-num{display:inline-block;padding:5px 17px;border-radius:20px;
  color:var(--green);background-color:#eef1f5;background-image:none;
  -webkit-background-clip:border-box;background-clip:border-box;font-size:14px;line-height:1.5;letter-spacing:.06em}
.home-page .s5-step:nth-child(even) .s5-num{background-color:#e6eaf0}
.home-page .s5-onestop .s5-step h3{margin-top:15px;font-size:21px;line-height:1.7;text-wrap:balance}
.home-page .s5-onestop .s5-step p{margin-top:8px;font-size:17px;text-wrap:balance}
.home-page .s5-trust-row{grid-template-columns:repeat(6,minmax(0,1fr));gap:26px 36px;
  border-top:1px dashed #bdc6af;margin-top:40px;padding-top:32px;text-align:center}
.home-page .s5-trust{grid-column:span 2}
.home-page .s5-trust:nth-child(4){grid-column:2/span 2}
.home-page .s5-trust:nth-child(5){grid-column:4/span 2}
.home-page .s5-trust b{font-size:20px;line-height:1.7;text-wrap:balance}
.home-page .s5-trust span{font-size:17px;line-height:1.9;margin-top:7px;text-wrap:balance}
@media(max-width:960px){
  .home-page .s5-step-grid{gap:34px 26px}
  .home-page .s5-trust-row{gap:24px}
}
@media(max-width:600px){
  .home-page .s5-onestop{padding:38px 0;border-radius:34px 0 34px 0}
  .home-page .s5-step-grid{gap:30px 18px}
  .home-page .s5-step>img{height:124px;border-radius:52px 52px 16px 16px}
  .home-page .s5-step:nth-child(2)>img{border-radius:18px 44px 18px 44px}
  .home-page .s5-step:nth-child(3)>img{border-radius:44px 18px 44px 18px}
  .home-page .s5-step>div{padding-top:17px}
  .home-page .s5-step .s5-num{padding:4px 12px;font-size:13px}
  .home-page .s5-onestop .s5-step h3{font-size:19px;margin-top:12px}
  .home-page .s5-trust-row{grid-template-columns:1fr;gap:23px;margin-top:32px;padding-top:28px}
  .home-page .s5-trust,.home-page .s5-trust:nth-child(4),.home-page .s5-trust:nth-child(5){grid-column:auto}
}

/* Illustrated flow: soft images and simple, open text without hover frames. */
.home-page #section-1{padding:76px 0 82px;border-top:0}
.home-page #section-1 .text-card-grid{gap:38px;align-items:start}
.home-page #section-1 .text-card{padding:0;border:0;text-align:center;background-color:transparent}
.home-page #section-1 .s6-flow-picture{padding:18px 12px;background-color:#eef1f5;
  border-radius:55px 24px 45px 24px;margin-bottom:26px}
.home-page #section-1 .text-card:nth-child(2) .s6-flow-picture{background-color:#eef1f5;border-radius:24px 55px 24px 45px}
.home-page #section-1 .text-card:nth-child(3) .s6-flow-picture{background-color:#eef1f5;border-radius:55px 24px 45px 24px}
.home-page #section-1 .s6-flow-art{display:block;width:100%;height:185px;object-fit:contain;mix-blend-mode:multiply;border-radius:12px}
.home-page #section-1 .text-card h3{display:inline-block;border-radius:22px;background-color:#eef1f5;
  padding:6px 24px;font-size:22px;margin:0 0 20px;line-height:1.7}
.home-page #section-1 .text-card:nth-child(2) h3{background-color:#e6eaf0}
.home-page #section-1 .text-card p{font-size:17px;line-height:1.9;margin:0 0 12px;text-wrap:balance}
.home-page #section-1 .text-card p:last-child{margin-bottom:0}
@media(min-width:601px) and (max-width:960px){
  .home-page #section-1 .text-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
  .home-page #section-1 .s6-flow-art{height:150px}
  .home-page #section-1 .text-card h3{font-size:20px;padding-inline:15px}
}
@media(max-width:600px){
  .home-page #section-1{padding:50px 0 56px}
  .home-page #section-1 .text-card-grid{grid-template-columns:1fr;gap:38px}
  .home-page #section-1 .s6-flow-picture{max-width:330px;margin:0 auto 22px;padding:18px 12px}
  .home-page #section-1 .s6-flow-art{height:174px}
  .home-page #section-1 .text-card h3{font-size:21px;margin-bottom:17px}
}

/* Fields: generous photo cards with soft, quiet shapes. */
.home-page #section-2{padding:76px 0 80px;background-color:#eef1f5;
  background-image:radial-gradient(rgba(27,58,92,.04) 1px,transparent 1.25px);background-size:26px 26px;
  border-radius:0 54px 0 54px;border-top:0}
.home-page #section-2 .section-inner{display:block}
.home-page #section-2 .section-heading{position:static;max-width:780px;margin-bottom:42px}
.home-page #section-2 .service-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:36px;align-items:stretch}
.home-page #section-2 .service-card,.home-page #section-2 .service-card:first-child{
  display:flex;flex-direction:column;grid-column:auto;margin:0;border-radius:0;background-color:transparent;overflow:visible}
.home-page #section-2 .service-card>img,.home-page #section-2 .service-card:first-child>img{
  width:100%;height:225px;min-height:0;object-fit:cover;border-radius:90px 90px 24px 24px!important}
.home-page #section-2 .service-card:nth-child(2)>img{border-radius:28px 76px 28px 76px!important}
.home-page #section-2 .service-card:nth-child(3)>img{border-radius:76px 28px 76px 28px!important}
.home-page #section-2 .service-card>div,.home-page #section-2 .service-card:first-child>div{
  display:flex;flex-direction:column;align-items:flex-start;flex:1;padding:25px 25px 23px;margin-top:16px;
  border:0;border-radius:24px;background-color:#ffffff}
.home-page #section-2 .service-card:nth-child(2)>div{background-color:#eef1f5}
.home-page #section-2 .service-card:nth-child(3)>div{background-color:#eef1f5}
.home-page #section-2 .service-card h3,.home-page #section-2 .service-card:first-child h3{
  color:var(--green);font-family:inherit;font-size:22px;font-weight:700;line-height:1.8;
  margin:0 0 20px!important;padding:0;text-wrap:balance}
.home-page #section-2 .service-card .circle-arrow,.home-page #section-2 .service-card:first-child .circle-arrow{
  position:static;display:grid;place-items:center;width:40px;height:40px;margin: auto 0 0;
  color:var(--green);background-color:#e6eaf0;border:0;border-radius:50%;box-shadow:none}
.home-page #section-2 .service-card:nth-child(2) .circle-arrow{background-color:#e6eaf0}
.home-page #section-2 .service-card:nth-child(3) .circle-arrow{background-color:#ffffff}
@media(min-width:601px) and (max-width:960px){
  .home-page #section-2 .service-grid{gap:22px}
  .home-page #section-2 .service-card>img,.home-page #section-2 .service-card:first-child>img{height:175px}
  .home-page #section-2 .service-card>div,.home-page #section-2 .service-card:first-child>div{padding:22px 18px}
  .home-page #section-2 .service-card h3,.home-page #section-2 .service-card:first-child h3{font-size:20px}
}
@media(max-width:600px){
  .home-page #section-2{padding:50px 0 54px;border-radius:0 34px 0 34px}
  .home-page #section-2 .section-heading{margin-bottom:30px}
  .home-page #section-2 .service-grid{grid-template-columns:1fr;gap:32px}
  .home-page #section-2 .service-card>img,.home-page #section-2 .service-card:first-child>img{height:220px}
  .home-page #section-2 .service-card>div,.home-page #section-2 .service-card:first-child>div{padding:23px;margin-top:12px}
  .home-page #section-2 .service-card h3,.home-page #section-2 .service-card:first-child h3{font-size:22px}
}

/* Features: generous text spacing and soft photographic shapes. */
.home-page #section-3{padding:80px 0 88px;border-top:0}
.home-page #section-3 .section-heading{max-width:100%;margin-bottom:36px}
.home-page #section-3 .section-body>p{max-width:1040px;padding:30px 38px;margin:0 0 48px;
  background-color:#f4f5f7;border-radius:30px 58px 30px 30px;
  font-size:18px;line-height:2.35;letter-spacing:.035em;text-wrap:pretty}
.home-page #section-3 .s5-media-list{gap:48px 44px}
.home-page #section-3 .s5-media:first-child{grid-template-columns:1.05fr 1fr;gap:42px;
  padding:24px;background-color:#eef1f5;border-radius:60px 28px 40px 28px;margin-bottom:6px}
.home-page #section-3 .s5-media:first-child>img{height:320px;margin:0;border-radius:44px 22px 44px 22px}
.home-page #section-3 .s5-media:first-child .s5-media-text{padding:12px 18px 12px 0}
.home-page #section-3 .s5-media:not(:first-child)>img{height:255px;margin-bottom:28px;border-radius:62px 24px 62px 24px}
.home-page #section-3 .s5-media:nth-child(odd):not(:first-child)>img{border-radius:24px 62px 24px 62px}
.home-page #section-3 .s5-media-text{padding:0 14px}
.home-page #section-3 .s5-media-text h3{display:inline-block;font-size:24px;line-height:1.8;
  padding:5px 18px;margin:0 0 22px;background-color:#eef1f5;border-radius:20px;text-wrap:balance}
.home-page #section-3 .s5-media:nth-child(even) h3{background-color:#e6eaf0}
.home-page #section-3 .s5-media:first-child h3{background-color:#ffffff}
.home-page #section-3 .s5-media-text p{max-width:100%;font-size:18px;line-height:2.15;letter-spacing:.025em;text-wrap:pretty}
@media(max-width:960px){
  .home-page #section-3 .s5-media-list{gap:38px 28px}
  .home-page #section-3 .s5-media:first-child{gap:28px}
  .home-page #section-3 .s5-media-text h3{font-size:22px}
}
@media(max-width:700px){
  .home-page #section-3 .s5-media:first-child{display:block;padding:20px;border-radius:42px 22px 32px 22px}
  .home-page #section-3 .s5-media:first-child>img{height:240px;margin-bottom:26px}
  .home-page #section-3 .s5-media:first-child .s5-media-text{padding:0 4px 6px}
}
@media(max-width:600px){
  .home-page #section-3{padding:52px 0 58px}
  .home-page #section-3 .section-body>p{padding:24px 22px;border-radius:24px 38px 24px 24px;
    margin-bottom:34px;font-size:17px;line-height:2.25;letter-spacing:.025em}
  .home-page #section-3 .s5-media-list{gap:36px}
  .home-page #section-3 .s5-media:first-child>img{height:215px}
  .home-page #section-3 .s5-media:not(:first-child)>img{height:230px;margin-bottom:24px}
  .home-page #section-3 .s5-media-text{padding:0 7px}
  .home-page #section-3 .s5-media-text h3{font-size:21px;padding:5px 14px;margin-bottom:18px}
  .home-page #section-3 .s5-media-text p{font-size:17px;line-height:2.15}
}

/* Four services: soft shapes with breathing room for the longer descriptions. */
.home-page #section-4{padding:78px 0 84px;background-color:#f4f5f7;border-radius:48px 0 48px 0}
.home-page #section-4 .section-heading{max-width:100%;margin-bottom:32px}
.home-page #section-4 .section-body>p{max-width:960px;margin:0 0 42px;font-size:18px;line-height:2.2;letter-spacing:.025em;text-wrap:pretty}
.home-page #section-4 .service-grid{gap:42px;align-items:stretch}
.home-page #section-4 .service-card,.home-page #section-4 .service-card:first-child{
  display:flex;flex-direction:column;grid-column:auto;margin:0;background-color:transparent;border-radius:0;overflow:visible}
.home-page #section-4 .service-card>img,.home-page #section-4 .service-card:first-child>img{
  height:280px;min-height:0;width:100%;object-fit:cover;border-radius:76px 28px 24px 24px!important}
.home-page #section-4 .service-card:nth-child(even)>img{border-radius:28px 76px 24px 24px!important}
.home-page #section-4 .service-card>div,.home-page #section-4 .service-card:first-child>div{
  display:grid;grid-template-columns:minmax(0,1fr) 42px;grid-template-rows:auto auto 1fr auto;
  gap:0 16px;flex:1;margin-top:16px;padding:30px 32px;border:0;border-radius:28px;background-color:#ffffff}
.home-page #section-4 .service-card:nth-child(2)>div,.home-page #section-4 .service-card:nth-child(3)>div{background-color:#eef1f5}
.home-page #section-4 .service-card>div>small:first-child,.home-page #section-4 .service-card:first-child small:first-child{
  grid-column:1/-1;justify-self:start;padding:5px 15px;margin:0 0 20px;line-height:1.6;
  background-color:#e6eaf0;color:var(--green);border-radius:18px;font-size:13px;letter-spacing:.08em}
.home-page #section-4 .service-card:nth-child(2)>div>small:first-child,.home-page #section-4 .service-card:nth-child(3)>div>small:first-child{background-color:#e6eaf0}
.home-page #section-4 .service-card h3,.home-page #section-4 .service-card:first-child h3{
  grid-column:1/-1;margin:0 0 24px!important;padding:0;color:var(--green);font-family:inherit;
  font-size:24px;font-weight:700;line-height:1.8;letter-spacing:.025em;text-wrap:balance}
.home-page #section-4 .service-card p,.home-page #section-4 .service-card:first-child p{
  grid-column:1/-1;margin:0 0 28px;font-size:18px;line-height:2.15;letter-spacing:.025em;color:#000;text-wrap:pretty}
.home-page #section-4 .service-card .s5-more,.home-page #section-4 .service-card:first-child .s5-more{
  display:block;grid-column:1;align-self:center;margin:0;padding:8px 0;color:var(--green);font-size:17px;line-height:1.8;text-underline-offset:6px}
.home-page #section-4 .service-card .circle-arrow,.home-page #section-4 .service-card:first-child .circle-arrow{
  display:grid;grid-column:2;place-items:center;position:static;align-self:center;margin:0;width:42px;height:42px;
  border:0;border-radius:50%;background-color:#eef1f5;color:var(--green);box-shadow:none}
.home-page #section-4 .service-card:nth-child(2) .circle-arrow,.home-page #section-4 .service-card:nth-child(3) .circle-arrow{background-color:#e6eaf0}
@media(min-width:701px) and (max-width:960px){
  .home-page #section-4 .service-grid{gap:28px}
  .home-page #section-4 .service-card>div,.home-page #section-4 .service-card:first-child>div{padding:26px 24px}
  .home-page #section-4 .service-card>img,.home-page #section-4 .service-card:first-child>img{height:220px}
  .home-page #section-4 .service-card h3,.home-page #section-4 .service-card:first-child h3{font-size:22px}
}
@media(max-width:700px){
  .home-page #section-4 .service-grid{grid-template-columns:1fr;gap:34px}
}
@media(max-width:600px){
  .home-page #section-4{padding:52px 0 58px;border-radius:32px 0 32px 0}
  .home-page #section-4 .section-body>p{font-size:17px;line-height:2.15;margin-bottom:32px}
  .home-page #section-4 .service-card>img,.home-page #section-4 .service-card:first-child>img{height:220px}
  .home-page #section-4 .service-card>div,.home-page #section-4 .service-card:first-child>div{padding:25px 24px;margin-top:12px;border-radius:24px}
  .home-page #section-4 .service-card h3,.home-page #section-4 .service-card:first-child h3{font-size:22px;margin-bottom:20px!important}
  .home-page #section-4 .service-card p,.home-page #section-4 .service-card:first-child p{font-size:17px;line-height:2.15;margin-bottom:24px}
}


/* Blog: quiet paper-like entries, with dates separated from article titles. */
.home-page #section-7 .section-inner{display:block}
.home-page #section-7 .section-heading{position:static;max-width:100%;margin-bottom:36px}
.home-page #section-7 .s5-bloglist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;columns:auto;margin-bottom:32px}
.home-page #section-7 .s5-bloglist li,.home-page #section-7 .s5-bloglist li:hover{margin:0;padding:0;border:0;border-radius:24px;background-color:#f4f5f7;transition:none}
.home-page #section-7 .s5-bloglist li:nth-child(4n+2),.home-page #section-7 .s5-bloglist li:nth-child(4n+3){background-color:#eef1f5}
.home-page #section-7 .s5-bloglist li::before{content:none}
.home-page #section-7 .s5-bloglist a{display:block;height:100%;padding:26px 30px;border-radius:24px;font-size:18px;line-height:2;font-weight:500;color:#000;text-wrap:pretty}
.home-page #section-7 .s5-bloglist time{display:table;padding:3px 13px;margin-bottom:15px;border-radius:16px;background-color:#ffffff;font-size:13px;line-height:1.8;color:var(--green)}
/* Concerns: give each explanation its own illustration and reading width. */
.home-page #section-10 .section-inner{display:block}
.home-page #section-10 .section-heading{position:static;max-width:100%;margin-bottom:32px}
.home-page #section-10 .section-body{display:block}
.home-page #section-10 .illustration{float:none;width:300px;max-width:100%;margin:0 auto 32px}
.home-page #section-10 .text-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.home-page #section-10 .text-card{display:grid;grid-template-columns:140px minmax(0,1fr);align-content:center;align-items:center;gap:0 24px;padding:26px;border:0;border-radius:28px;background-color:#ffffff}
.home-page #section-10 .text-card>img{grid-row:1/3;width:140px;height:150px;object-fit:contain;mix-blend-mode:multiply}
.home-page #section-10 .text-card p{font-size:17px;line-height:2.1;margin:0;color:#000}
.home-page #section-10 .text-card .eyebrow{display:none}
.home-page #section-10 .text-card:last-child{grid-column:1/-1;max-width:740px;justify-self:center}
/* Contact: a warm invitation with a soft illustration panel. */
.contact-band{padding:72px 0;background-color:#eef1f5;background-image:none;border-radius:54px 54px 0 0}
.contact-band::before,.contact-band::after{content:none}
.contact-band .contact-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:center;gap:52px}
.contact-band .contact-layout>div:first-child{padding:36px 18px;background-color:#ffffff;border-radius:48% 48% 34% 38%}
.contact-band .contact-illustration{width:100%;mix-blend-mode:multiply}
.contact-band h2{font-size:36px;line-height:1.8;margin:18px 0 26px}
.contact-band p:not(.eyebrow){font-size:17px;line-height:2.15;color:#000}
.contact-band .contact-actions{display:flex;flex-wrap:wrap;gap:25px 28px;margin-top:28px}
.contact-band .button{box-shadow:none;background-image:none;background-color:var(--green);border:0}
.contact-band .contact-phone{font-size:27px}
@media(max-width:800px){
 .home-page #section-10 .text-card{display:block}
 .home-page #section-10 .text-card>img{display:block;width:180px;height:135px;margin:0 auto 18px}
 .contact-band .contact-layout{grid-template-columns:1fr;gap:28px;text-align:center}
 .contact-band .contact-layout>div:first-child{max-width:360px;margin:auto;padding:20px}
 .contact-band .contact-actions{justify-content:center}
}
@media(max-width:600px){
 .home-page #section-7 .s5-bloglist,.home-page #section-10 .text-card-grid{grid-template-columns:1fr;gap:18px}
 .home-page #section-7 .s5-bloglist a{padding:24px;font-size:17px;line-height:2.05}
 .home-page #section-10 .text-card{padding:25px}
 .contact-band{padding:46px 0 52px;border-radius:34px 34px 0 0}
 .contact-band h2{font-size:27px;letter-spacing:0}
 .contact-band .eyebrow{font-size:13px}
}
.contact-band .contact-layout>div:first-child{background-color:#fff}
.contact-band p:not(.eyebrow){text-wrap:balance}
.home-page #section-7 .s5-bloglist{padding-left:0}
.home-page #section-10 .illustration img{mix-blend-mode:multiply!important}
/* Larger concern illustrations and a welcoming consultation button. */
.home-page #section-10 .text-card{display:flex;flex-direction:column;align-items:stretch;padding:28px 32px;gap:22px}
.home-page #section-10 .text-card>img{display:block;width:100%;max-width:360px;height:210px;margin:0 auto;object-fit:contain}
.home-page #section-10 .text-card:last-child{width:100%;max-width:550px}




@media(max-width:600px){
 .home-page #section-10 .text-card{padding:25px;gap:20px}
 .home-page #section-10 .text-card>img{max-width:100%;height:180px;margin:0 auto}
}
/* Trust credentials: clear hierarchy and a calm, substantial presentation. */
.home-page .s5-onestop .s5-trust-row{margin-top:44px;padding:32px;gap:22px;background-color:#e6eaf0;border:0;border-radius:30px}
.home-page .s5-onestop .s5-trust{padding:27px 20px 25px;background-color:#ffffff;border:0;border-radius:18px;text-align:center;box-shadow:none}
.home-page .s5-onestop .s5-trust b{display:block;margin:0 0 16px;font-family:inherit;font-size:21px;font-weight:700;line-height:1.7;color:#1b3a5c;text-wrap:balance}
.home-page .s5-onestop .s5-trust b::before{content:"";display:block;width:32px;height:3px;margin:0 auto 18px;background-color:#b89450;border-radius:2px}
.home-page .s5-onestop .s5-trust span{display:block;font-size:17px;line-height:1.9;color:#000;text-wrap:balance}
@media(max-width:800px){
 .home-page .s5-onestop .s5-trust-row{padding:24px;gap:18px}
 .home-page .s5-onestop .s5-trust{padding:24px 16px}
 .home-page .s5-onestop .s5-trust b{font-size:20px}
}
@media(max-width:600px){
 .home-page .s5-onestop .s5-trust-row{padding:18px;margin-top:30px;border-radius:24px;gap:14px}
 .home-page .s5-onestop .s5-trust{padding:24px 16px}
}


/* ==========================================================================
   背景の配色 v3（2026-09-11 関谷さん「レイアウトは替えず背景の配色をAIっぽくなく」）
   生成り・ベージュ・点格子・金のメッシュをやめ、白＋薄いグレー（緑がかった中間色）＋淡いセージだけに。レイアウトは不変
   ※ このファイルは Codex Astra と共同編集中＝末尾に追記して上書き（他の節は触らない）
   ========================================================================== */
:root{--paper:#ffffff;--cream:#f4f5f7;--sage:#eef1f5}
body{background-color:#ffffff}
.content-section.tint,.s5-onestop,.s5-invite,.home-ribbon,.s5-formsec{background-image:none;background-color:#f4f5f7}
.contact-band{background-color:#eef1f5}
.contact-band::before{content:none}
.site-footer{background-color:#ffffff}
.home-page .s5-onestop .s5-trust-row{background-color:#e6eaf0}
.home-page .s5-onestop .s5-trust{background-color:#ffffff}
.text-card,.s5-numcard,.s5-invite-box,.form-sample,.toc{background-color:#ffffff}
.insco-main.entry-content th{background-color:#eef1f5}
.insco-main.entry-content tr:nth-child(2n) td{background-color:#f4f5f7}
.category-tabs a,.sitemap-links a{background-color:#eef1f5}
.mobile-contact{background-color:#ffffff}
.drawer{background-color:#ffffff}


/* ==========================================================================
   フッター v2（2026-09-11 関谷さん「フッターをもっとカッコよく」）＝深緑の帯・白いロゴ札・会社情報2列・リンク4列（細い罫・矢印・ホバーで金線）
   HTML構造は不変（footer-grid ＞ div（会社情報）＋ nav ／ footer-bottom）
   ========================================================================== */
.site-footer{background-color:var(--green);color:var(--paper);padding:0 0 32px;position:relative;isolation:isolate}
.site-footer::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background-image:radial-gradient(ellipse 50% 55% at 92% 0%,rgba(217,174,105,.16),transparent 70%),radial-gradient(ellipse 55% 60% at 0% 100%,rgba(44,90,134,.55),transparent 70%)}
.site-footer .footer-grid{padding-top:64px}
.site-footer .footer-grid>div{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:22px 64px;padding-bottom:44px;border-bottom:1px solid rgba(250,247,238,.16)}
.site-footer .footer-grid>div>.brand{display:inline-flex;justify-self:start;width:max-content;padding:12px 18px;background-color:#fff;border-radius:8px;margin-bottom:10px;box-shadow:0 10px 30px rgba(0,0,0,.18)}
.site-footer .footer-grid>div>.eyebrow{color:var(--bru-gold-hi);letter-spacing:.24em}
.site-footer .footer-grid>div>p{color:var(--paper);font-size:16px;line-height:2}
.site-footer .footer-grid>div>p small{color:rgba(250,247,238,.72)}
.site-footer .footer-grid>div>p:last-child{color:rgba(250,247,238,.86)}
.site-footer .footer-grid nav{grid-template-columns:repeat(4,minmax(0,1fr));gap:0 36px;padding-top:36px}
.site-footer .footer-grid nav a{position:relative;min-height:50px;padding:10px 0 10px 18px;border-bottom:1px solid rgba(250,247,238,.12);color:var(--paper);font-size:15px;line-height:1.6;
  transition:color .2s ease,padding-left .25s var(--bru-ease)}
.site-footer .footer-grid nav a::before{content:"";position:absolute;left:0;top:50%;width:8px;height:8px;margin-top:-4px;border-top:1.5px solid var(--bru-gold);border-right:1.5px solid var(--bru-gold);transform:rotate(45deg);transition:left .25s var(--bru-ease)}
.site-footer .footer-grid nav a:hover{color:var(--bru-gold-hi);padding-left:24px;text-decoration:none}
.site-footer .footer-grid nav a:hover::before{left:6px}
.site-footer .footer-bottom{margin-top:36px;padding-top:24px;border-top:1px solid rgba(250,247,238,.16);display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}
.site-footer .footer-bottom p{margin:0;color:rgba(250,247,238,.9);font-size:15px}
.site-footer .footer-bottom small{color:rgba(250,247,238,.7);font-size:13px;letter-spacing:.08em}
@media(max-width:1080px){.site-footer .footer-grid nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:0 24px}}
@media(max-width:800px){.site-footer .footer-grid nav{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){
  .site-footer{padding-bottom:96px}
  .site-footer .footer-grid{padding-top:40px}
  .site-footer .footer-grid>div{display:block;padding-bottom:28px}
  .site-footer .footer-grid>div>p{margin:0 0 18px;font-size:15px}
  .site-footer .footer-grid nav{grid-template-columns:1fr;padding-top:24px;margin-top:0}
  .site-footer .footer-bottom{display:block}
}


/* ==========================================================================
   ヘッダーの「無料相談」＝魅力的に（2026-09-11 関谷さん）：金グラデの発光ピル・封筒アイコン・ホバーで浮上＋光の帯＋矢印
   （Codex Astra の #site-header 指定より後に置いて上書き）
   ========================================================================== */








@media(max-width:600px){
  }
.hero-slider-stage{display:grid}
.hero-slider-stage>.hero-slide{grid-area:1/1;visibility:hidden;pointer-events:none;opacity:0}
.hero-slider-stage>.hero-slide.is-current{visibility:visible;pointer-events:auto;opacity:1}
.insco-main.entry-content .hero-home .hero-slide-title{font-family:"Yu Mincho","Hiragino Mincho ProN",YuMincho,serif;color:var(--paper);font-size:clamp(32px,4vw,61px);font-weight:600;line-height:1.6;letter-spacing:-.035em;margin:0}
.hero-home .hero-slider-controls{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px;margin-top:40px;position:relative;z-index:3}
.hero-slider-controls button{border:1px solid #b3bfcf;border-radius:22px;padding:8px 15px;background-color:transparent;color:#fff;font-size:13px;line-height:1.6;min-height:40px}
.hero-slider-controls button[aria-pressed="true"]{background-color:#edcf95;border-color:#edcf95;color:#1b3a5c}
.hero-home .bru-scroll{display:none}
@media(max-width:600px){
 .insco-main.entry-content .hero-home .hero-slide-title{font-size:30px;line-height:1.65}
 .hero-home .hero-slider-controls{gap:8px;margin-top:30px}
 .hero-slider-controls button{padding:7px 11px}
}
/* Match the existing Flow heading's sticky behavior without changing layout. */
@media(min-width:961px){
 .home-page :is(#section-1,#section-2,#section-3,#section-4,#section-6,#section-7,#section-8,#section-9,#section-10) .section-heading{position:sticky;top:158px;z-index:4;background-color:var(--sticky-heading-paper,var(--paper));align-self:start}
}
/* Cover the gap above a pinned heading, without moving its contents. */
@media(min-width:961px){
 .home-page .section-heading.is-heading-pinned::after{content:"";position:absolute;left:0;top:calc(-1 * var(--sticky-cover-gap,40px));width:var(--sticky-cover-width,100%);height:calc(var(--sticky-cover-gap,40px) + 1px);background-color:var(--sticky-heading-paper,var(--paper));pointer-events:none}
}
/* Each service keeps the same hero composition with a distinct deep color. */
.hero-home[data-slide-tone="reform"]{background-color:#1b3a5c}
.hero-home[data-slide-tone="earthquake"]{background-color:#514631}
.hero-home[data-slide-tone="flood"]{background-color:#234c63}
.hero-home[data-slide-tone="purchase"]{background-color:#684740}
.hero-home[data-slide-tone]{background-image:none}


/* ==========================================================================
   SEO＝現サイトの h1 文言をそのまま h1 に（2026-09-11 監査）。大見出しは p.hero-h1（見た目は h1 と同じ）
   ========================================================================== */
.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.hero-h1{margin:0;font-weight:700;line-height:1.55;letter-spacing:.025em;color:var(--green)}
.insco-main.entry-content p.hero-h1{color:var(--green)}
.insco-main.entry-content .hero-home p.hero-h1{color:var(--paper)}
.seo-h1{font-family:inherit;font-size:14px;font-weight:700;letter-spacing:.06em;line-height:1.7;margin:0 0 10px;color:var(--green)}
.hero-home .seo-h1{color:var(--paper);opacity:.9}
html.bru-js .hero-home .seo-h1{opacity:0;translate:0 18px;animation:bru-hfx-fallback .01s linear 2.5s forwards}
html.bru-js .hero-home.hfx-on .seo-h1{opacity:.9;translate:none;animation:none;transition:opacity .85s var(--bru-ease),translate .85s var(--bru-ease)}
@media(max-width:600px){.seo-h1{font-size:13px}}

/* 390px＝下層ヒーローの長い h1 が 4px はみ出す（利用規約）→ 折り返しを許可 */
@media(max-width:600px){
  .hero-inner .hero-grid,.hero-inner .hero-copy{min-width:0;max-width:100%}
  .hero-inner h1,.hero-inner :is(.hero-h1,h1:not(.seo-h1)),.hero-inner .seo-h1{white-space:normal;overflow-wrap:anywhere;word-break:normal;max-width:100%}
}

/* seo-h1 の見え方＝ヒーローでは小さな白い1行（薄くしない）・降格した大見出し側の小行（s5-seo）は二重になるので視覚だけ隠す */
.insco-main.entry-content .hero-home h1.seo-h1{color:var(--paper);opacity:1;font-size:14px;font-weight:700;letter-spacing:.06em;line-height:1.7;margin:0 0 12px;max-width:34em}
html.bru-js .hero-home.hfx-on .seo-h1{opacity:1}
.insco-main.entry-content .hero-inner h1.seo-h1{color:var(--green);font-size:14px;font-weight:700;margin:0 0 8px}
.seo-h1 + .hero-h1 > .s5-seo{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

/* ヒーロー上端の余白＝狭く（2026-09-11 関谷さん「少し大きすぎ狭くする」） */
.insco-main.entry-content .hero-home{padding-top:30px}
@media(min-width:1440px){.insco-main.entry-content .hero-home{padding-top:36px}}
@media(max-width:600px){.insco-main.entry-content .hero-home{padding-top:22px}}

/* ヒーローの高さ＝表示中のスライドだけで決める（隠れたスライドを流れから外す）→ 上の余白が消える（2026-09-11 関谷さん「少し大きすぎ狭くする」） */
.hero-slider-stage{position:relative;align-items:start}
.hero-slider-stage>.hero-slide:not(.is-current){position:absolute;inset:0;height:auto}
.hero-slider-stage>.hero-slide.is-current{position:relative}

/* ==========================================================================
   下層の指摘4点（2026-09-11 関谷さん・ペイン幅約1050px）
   ① 3列グリッドにカードが2枚→右が空く：枚数に合わせて列を埋める
   ② 左列の見出しが1文字ずつ折れる：1180px以下は見出しを本文の上に・文節で折る
   ③ 3プランのカードが一番長いカードの高さに伸びて空白：中身の高さに
   ④ ギャラリーの写真の大きさがバラバラ：同じ比率（4:3）に揃える
   ========================================================================== */
.text-card-grid.s5-grid3{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr))}
.section-heading h2,.s5-sechead h2{word-break:auto-phrase;overflow-wrap:normal;text-wrap:balance}
@media(max-width:1180px){
  .section-inner{display:block}
  .section-heading{position:static;max-width:100%;margin-bottom:26px}
  .section-heading h2{font-size:27px;line-height:1.6}
}
.text-card-grid{align-items:start}
.text-card-grid>.text-card{height:auto;align-self:start}
.photo-gallery figure{grid-column:auto!important;grid-row:auto!important}
.photo-gallery img{width:100%;height:auto!important;aspect-ratio:4/3;object-fit:cover}

/* ==========================================================================
   カード型の節（.text-card）＝詰め込み感をなくす（2026-09-11 関谷さん「他にもこのレイアウトあるけど詰め込み感が酷い」）
   白い箱・角丸・余白32px・見出しの下に金の短い線・本文は行間2・カード間28px・3列は1400px以上だけ
   ========================================================================== */
.insco-main.entry-content .text-card-grid{gap:28px;align-items:start}
/* 枚数に合わせて横いっぱいに（2枚なら2列で幅を使い切る・3枚は幅があれば3列）＝右に余白を残さない（2026-09-11 関谷さん「余白」） */
.insco-main.entry-content .text-card-grid.s5-grid3{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr))}
/* 左の見出し列＝320pxに広げて1文字ずつの折り返しをなくす（文節で折る） */
@media(min-width:1181px){.insco-main.entry-content .section-inner{grid-template-columns:320px minmax(0,1fr);gap:56px}}
.insco-main.entry-content .section-heading h2{word-break:auto-phrase;line-break:strict;overflow-wrap:normal}
@media(max-width:700px){.insco-main.entry-content .text-card-grid,.insco-main.entry-content .text-card-grid.s5-grid3{grid-template-columns:minmax(0,1fr);gap:18px}}
.insco-main.entry-content .text-card{padding:34px 32px 30px;background-color:#fff;border:1px solid var(--line);border-top:1px solid var(--line);border-radius:14px;box-shadow:0 10px 28px -18px rgba(27,58,92,.18);height:auto;align-self:start}
.insco-main.entry-content .text-card::after{border-radius:14px 14px 0 0}
.insco-main.entry-content .text-card h3{position:relative;margin:0 0 18px;padding-bottom:14px;font-size:21px;line-height:1.6;letter-spacing:.03em;text-wrap:balance}
.insco-main.entry-content .text-card h3::after{content:"";position:absolute;left:0;bottom:0;width:36px;height:2px;background-image:linear-gradient(90deg,var(--bru-gold),var(--bru-gold-hi))}
.insco-main.entry-content .text-card p{margin:0 0 12px;font-size:17px;line-height:2;color:#000}
.insco-main.entry-content .text-card p:last-child{margin-bottom:0}
.insco-main.entry-content .text-card .eyebrow{margin:0 0 10px}
.insco-main.entry-content .text-card .text-link{margin-top:14px}
.insco-main.entry-content .content-section.tint .text-card{background-color:#fff}
.insco-main.entry-content .content-section:not(.tint) .text-card{background-color:#fbfbf9}
/* 左列の見出しがある2段組＝本文列に対してカードが詰まらないよう、1180px以下は見出しを上に（既出）。上のリード文とカードの間も広く */
.insco-main.entry-content .section-body>p+.text-card-grid{margin-top:26px}
@media(max-width:600px){.insco-main.entry-content .text-card{padding:24px 20px 22px;border-radius:10px}.insco-main.entry-content .text-card h3{font-size:19px}}

/* 左列の見出し＝1181〜1600pxは27pxにして「ら」だけの折り返しを防ぐ */
@media(min-width:1181px) and (max-width:1600px){.insco-main.entry-content .section-heading h2{font-size:27px;line-height:1.7;letter-spacing:.02em}}

/* カードの写真・挿絵（add_card_pics.py が差す .tc-pic）＝カード上端いっぱい・写真は4:3 cover・挿絵は白地に contain */
.insco-main.entry-content .text-card>img.tc-pic{display:block;width:calc(100% + 64px);max-width:none;margin:-34px -32px 22px;height:190px;object-fit:cover;border-radius:14px 14px 0 0;background-color:#f4f5f7}
.insco-main.entry-content .text-card>img.tc-pic.tc-ill{object-fit:contain;background-color:#fff;padding:10px 16px;border-bottom:1px solid var(--line)}
@media(max-width:600px){.insco-main.entry-content .text-card>img.tc-pic{width:calc(100% + 40px);margin:-24px -20px 18px;height:160px;border-radius:10px 10px 0 0}}

/* 下層ヒーローの規格統一（2026-09-11 関谷さん「全てヘッダーは同じ規格に」）＝英字ラベル→小さな地域行（15px/太字/字間.08em）→大見出し（明朝）を全ページ同じに */
.insco-main.entry-content .hero-inner h1.seo-h1{font-size:15px;font-weight:700;letter-spacing:.08em;line-height:1.8;margin:0 0 10px;color:var(--green);max-width:none}
.insco-main.entry-content .hero-inner .s5-seo{font-size:15px;font-weight:700;letter-spacing:.08em;line-height:1.8;margin-bottom:10px}
.insco-main.entry-content .hero-inner :is(.hero-h1,h1:not(.seo-h1)){word-break:auto-phrase;text-wrap:balance}

/* ==========================================================================
   ヒーロー＝写真を全面の背景に（2026-09-11 関谷さん「スライダーは今のデザインでこんな感じで背景を画像で」）
   要素（英字ラベル・小さな地域行・大見出し・リード・ボタン・印・テープ留めの挿絵・操作ボタン）はそのまま。写真だけ全面に広げ、深緑の膜を重ねる
   ========================================================================== */
.insco-main.entry-content .hero-home{padding-top:0;padding-bottom:0;border-radius:0 0 64px 0;overflow:hidden}
.insco-main.entry-content .hero-home::before{display:none}
.hero-home .hero-slider-stage{position:relative}
.hero-home .hero-slide{position:relative;min-height:680px;display:flex;align-items:center;padding:64px 0 96px;isolation:isolate}
.hero-home .hero-slide .hero-grid{position:relative;z-index:3;display:block;width:min(1440px,calc(100% - 96px));margin:0 auto}
.hero-home .hero-slide .hero-copy{max-width:760px}
.hero-home .hero-slide .hero-visual{position:absolute;inset:0;z-index:0;padding:0;margin:0;translate:none!important;isolation:auto}
.hero-home .hero-slide .hero-visual .hero-image{position:absolute;inset:0;width:100%;height:100%!important;object-fit:cover;object-position:center;border-radius:0;outline:0;box-shadow:none;transform-origin:50% 50%}
.hero-home .hero-slide .hero-visual::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background-image:linear-gradient(90deg,rgba(18,41,63,.90) 0%,rgba(18,41,63,.74) 38%,rgba(18,41,63,.34) 68%,rgba(18,41,63,.18) 100%),linear-gradient(180deg,rgba(18,41,63,.25),rgba(18,41,63,0) 30%,rgba(18,41,63,.35) 100%)}
.hero-home .hero-slide .hero-visual::after{inset:0;border-radius:0}
.hero-home .hero-slide .home-seal{top:auto;bottom:120px;right:calc((100% - min(1440px,calc(100% - 96px)))/2);z-index:4}
.hero-home .hero-slide .hero-note{left:auto;right:calc((100% - min(1440px,calc(100% - 96px)))/2 + 160px);bottom:60px;z-index:4}
.hero-home .hero-slide .photo-edge-label{position:absolute;right:calc((100% - min(1440px,calc(100% - 96px)))/2);bottom:28px;z-index:4;color:var(--paper);font-size:13px;letter-spacing:.08em}
.hero-home .hero-slider-controls{position:absolute;left:0;right:0;bottom:22px;margin:0;z-index:5}
.hero-home .hero-slider-controls button{background-color:rgba(18,41,63,.55);border-color:rgba(250,247,238,.45);backdrop-filter:blur(2px)}
.hero-home .hero-slider-stage>.hero-slide:not(.is-current){position:absolute;inset:0}
.hero-home .bru-scroll{z-index:5}
@media(max-width:1180px){
  .hero-home .hero-slide .home-seal{right:24px;bottom:110px}
  .hero-home .hero-slide .hero-note{right:24px;bottom:56px;width:200px}
}
@media(max-width:600px){
  .insco-main.entry-content .hero-home{border-radius:0 0 42px 0}
  .hero-home .hero-slide{min-height:560px;padding:40px 0 110px;align-items:flex-start}
  .hero-home .hero-slide .hero-grid{width:calc(100% - 40px)}
  .hero-home .hero-slide .hero-visual::before{background-image:linear-gradient(180deg,rgba(18,41,63,.86) 0%,rgba(18,41,63,.72) 55%,rgba(18,41,63,.55) 100%)}
  .hero-home .hero-slide .home-seal{display:none}
  .hero-home .hero-slide .hero-note{display:none}
  .hero-home .hero-slide .photo-edge-label{display:none}
  .hero-home .hero-slider-controls{bottom:14px}
}

/* スライド2〜4＝複製された元の大見出し（p.hero-h1）を隠す（スライド見出し h2 と二重になるため）。操作ボタンの現在地＝金地に黒字 */
.hero-home .hero-slide:not(:first-child) .hero-h1,.hero-home .hero-slide:not(:first-child) .seo-h1{display:none}
.hero-home .hero-slider-controls button[aria-pressed="true"]{background-color:var(--bru-gold);border-color:var(--bru-gold);color:#1a1a1a}
.hero-home .hero-slide .home-seal{top:36px;bottom:auto}
@media(max-width:600px){
  .hero-home .hero-slide{min-height:0;padding:36px 0 24px}
  .hero-home .hero-slider-controls{position:static;margin:22px 0 0;padding:0 20px 16px;justify-content:flex-start}
  .hero-home .hero-actions{margin-bottom:0}
}

/* TOP導入部の右＝ワンストップの図（2026-09-11 関谷さん「ここにグラフを作ってください」）＝数値でなく4つの専門→ひとつの窓口の概念図（SVG） */
.s5-intro-home{grid-template-columns:330px minmax(0,1fr) 340px;align-items:center;gap:48px}
.s6-onestop-graph{margin:0;text-align:center}
.s6-onestop-graph :is(svg,img){width:100%;max-width:340px;height:auto;display:block;margin:0 auto}
.s6-onestop-graph figcaption{margin-top:6px;font-size:13px;color:#000;letter-spacing:.04em}
@media(max-width:1180px){.s5-intro-home{grid-template-columns:220px minmax(0,1fr);gap:28px}.s6-onestop-graph{grid-column:1/-1;max-width:360px;margin:8px auto 0}}
@media(max-width:600px){.s5-intro-home{grid-template-columns:1fr}.s6-onestop-graph{max-width:320px}}

/* 背景写真は画面の端から端まで（2026-09-11 関谷さん「背景画像は全部に」）＝写真の器の基準を .hero-grid（1440幅）でなくスライド全体に */
.hero-home .hero-slide .hero-grid{position:static}
.hero-home .hero-slide .hero-copy{position:relative;z-index:3}
.hero-home .hero-slide .hero-visual{position:absolute;inset:0;width:100%;height:100%}

/* スライドの器（=.wrap.hero-grid）自体を全幅にし、文字側だけ1440幅に収める */
.hero-home .hero-slider-stage{width:100%}
.hero-home .hero-slide.hero-grid,.hero-home .hero-slide{width:100%!important;max-width:none;margin:0}
.hero-home .hero-slide .hero-copy{width:min(1440px,calc(100% - 96px));max-width:none;margin:0 auto}
.hero-home .hero-slide .hero-copy>*{max-width:780px}
@media(max-width:600px){.hero-home .hero-slide .hero-copy{width:calc(100% - 40px)}}

/* ==========================================================================
   2026-09-11 関谷さん「不要／枠も不要／画像のエフェクトをやめる」＝スライダー操作ボタンを消す・写真の演出（拭き取り・光の帯・ズーム・視差・ホバーの明るさ）を全部止める
   ========================================================================== */
.hero-home .hero-slider-controls{display:none!important}
.hero-home .hero-slide{padding-bottom:64px}
@media(max-width:600px){.hero-home .hero-slide{padding-bottom:28px}}
html.bru-js [data-pic],html.bru-js [data-pic].is-pic-in{clip-path:none!important;transition:none!important}
.s5-card::before,.service-card::before,.s5-step::before,.s5-media::before,.s5-greet-photo::before,.photo-gallery figure::before,.s5-ba .s5-ba-pair figure::before,
.hero-home .hero-visual::after,.hero-home .hero-slide .hero-visual::after{display:none!important;animation:none!important}
.hero-home .hero-image,.hero-home .hero-slide .hero-visual .hero-image{scale:1!important;translate:none!important;transition:none!important}
.hero-home::after{display:none}
.s5-card:hover img,.service-card:hover>img,.s5-step:hover img,.s5-media:hover img,.s5-greet-photo:hover img,.photo-gallery figure:hover img,
.s5-ba:hover .s5-ba-pair figure:first-child img,.s5-ba:hover .s5-ba-pair figure+figure img,.hero-inner .hero-visual:hover .hero-image{filter:none!important;transform:none!important;box-shadow:none!important}
.s5-card img,.service-card>img,.s5-step img,.s5-media>img,.s5-media a>img,.s5-ba figure img,.s5-greet-photo img,.photo-gallery img,.s6-media-link img{transition:none!important}
.photo-gallery figure:hover{transform:none!important}
.hero-slider-stage>.hero-slide{transition:none!important}

/* ==========================================================================
   スマホ固定フッター 6枠（2026-09-11 関谷さん指定：HOME／リフォーム／地震対策／水害対策／中古戸建て／電話）
   ≤768px のみ・高さ58px・等幅・SVG線画＋11pxラベル・右端の電話は深緑地に白文字・本文の上に重なる（オーバーレイ）
   ========================================================================== */
.mobile-contact.mf6{display:none}
@media(max-width:768px){
  .mobile-contact.mf6{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:55;height:58px;padding:0;padding-bottom:env(safe-area-inset-bottom);
    background-color:#fff;border-top:1px solid var(--line);box-shadow:0 -2px 14px rgba(27,58,92,.10)}
  .mobile-contact.mf6 a{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:58px;padding:0 1px;
    border-top:0;border-left:1px solid var(--line);background-color:transparent;background-image:none;box-shadow:none;color:var(--green);font-size:13px;font-weight:700;line-height:1.2;letter-spacing:-.04em;white-space:nowrap}
  .mobile-contact.mf6 a:first-child{border-left:0}
  .mobile-contact.mf6 a svg{width:22px;height:22px}
  .mobile-contact.mf6 a span{display:block}
  .mobile-contact.mf6 a.is-tel{background-color:var(--green);background-image:none;color:#fff;border-left-color:var(--green)}
  body{padding-bottom:58px}
  .site-footer{padding-bottom:40px}
}
/* 341〜360px はラベルを少し詰めて1行を維持する。340px以下は隣項目との接触を避けて2行にする。 */
@media(min-width:341px) and (max-width:360px){
  .mobile-contact.mf6 a{font-size:12px;letter-spacing:-.06em}
}
@media(max-width:340px){
  .mobile-contact.mf6 a{white-space:normal;line-height:1.15;gap:2px;padding:0 1px}
  .mobile-contact.mf6 a svg{width:20px;height:20px}
  .mobile-contact.mf6 a span{display:block;width:100%;text-align:center;overflow-wrap:anywhere}
}

/* 中途半端に背景が出る（601〜960px＝Codexの .hero-visual{max-width:600px}）→ 写真の器は常に全幅。地色は白（2026-09-11 関谷さん「背景を白に」） */
.hero-home .hero-slide .hero-visual{max-width:none!important;width:100%!important;left:0!important;right:0!important}
.insco-main.entry-content .hero-home{background-color:#fff}
.hero-home .hero-slide{background-color:#fff}

/* 「重なってます」（〜1180px＝テープ留めの挿絵がリード文とボタンに被る）→ 1180px以下は挿絵と右下ラベルを出さない（印は右上に残す） */
@media(max-width:1180px){
  .hero-home .hero-slide .hero-note,.hero-home .hero-slide .photo-edge-label{display:none!important}
  .hero-home .hero-slide .home-seal{top:28px;right:24px}
}

/* 図（ワンストップ）＝大きく（2026-09-11 関谷さん「小さすぎてよくわからない」）・挿絵の被り＝1181〜1440pxは右端に小さく置く */
@media(min-width:1181px){.s5-intro-home{grid-template-columns:300px minmax(0,1fr) 420px}.s6-onestop-graph :is(svg,img){max-width:420px}}
.s6-onestop-graph figcaption{font-size:15px;margin-top:10px}
@media(max-width:1180px){.s6-onestop-graph{max-width:560px}.s6-onestop-graph :is(svg,img){max-width:560px}}
@media(max-width:600px){.s6-onestop-graph,.s6-onestop-graph :is(svg,img){max-width:100%}}
@media(min-width:1181px) and (max-width:1440px){
  .hero-home .hero-slide .hero-note{right:32px;left:auto;bottom:48px;width:220px}
  .hero-home .hero-slide .home-seal{right:32px}
  .hero-home .hero-slide .hero-copy>*{max-width:680px}
}

/* ==========================================================================
   スマホのドロワー（2026-09-11 関谷さん「スマホメニューも改善する」）＝深緑の帯・2列のカード型メニュー（英字小ラベル）・下に電話と相談ボタン
   ========================================================================== */
.drawer{width:min(100%,460px);padding:0 0 110px;background-color:#f6f7f4;color:#000}
.drawer::backdrop{background-color:rgba(18,41,63,.72)}
.drawer .drawer-close{top:14px;right:14px;color:#fff;z-index:2}
.drawer .eyebrow{margin:0;padding:22px 24px 0;color:var(--bru-gold-hi);background-color:var(--green);letter-spacing:.24em}
.drawer .drawer-title{margin:0;padding:6px 24px 22px;background-color:var(--green);color:#fff;font-size:20px;line-height:1.5;
  background-image:radial-gradient(ellipse 60% 70% at 100% 0%,rgba(217,174,105,.22),transparent 70%)}
.drawer nav{padding:18px 16px 0}
.drawer .drawer-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.drawer .drawer-grid a{display:flex;flex-direction:column;justify-content:center;gap:2px;min-height:64px;padding:12px 14px;background-color:#fff;border:1px solid var(--line);border-radius:10px;
  color:var(--green);font-size:15px;font-weight:700;line-height:1.4;box-shadow:0 6px 16px -12px rgba(27,58,92,.25)}
.drawer .drawer-grid a::before{content:attr(data-en);font-family:Georgia,serif;font-size:13px;font-weight:400;letter-spacing:.18em;color:#8b6328}
.drawer .drawer-grid a:first-child{grid-column:1/-1;flex-direction:row;align-items:center;justify-content:space-between;min-height:52px}
.drawer .drawer-grid a:first-child::before{order:2}
.drawer .drawer-sub{margin-top:14px;padding:4px 4px 0;border-top:1px solid var(--line)}
.drawer .drawer-sub a{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:13px 4px;border-bottom:1px solid var(--line);font-size:15px;font-weight:700;color:var(--green)}
.drawer .drawer-sub a::after{content:"";width:8px;height:8px;border-top:1.5px solid var(--bru-gold);border-right:1.5px solid var(--bru-gold);transform:rotate(45deg);flex-shrink:0}
.drawer .drawer-sub a::before{content:attr(data-en);order:1;margin-left:auto;font-family:Georgia,serif;font-size:13px;letter-spacing:.06em;color:#8b6328;font-weight:400}
.drawer .drawer-cta{position:fixed;left:0;right:0;bottom:0;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background-color:#f6f7f4;border-top:1px solid var(--line)}
.drawer .drawer-cta .drawer-tel{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:56px;border-radius:999px;background-color:var(--bru-gold);color:#1a1a1a;font-size:17px;font-weight:700;line-height:1.2;
  background-image:linear-gradient(135deg,#c99a52,#dcb46e 45%,#f2d59b)}
.drawer .drawer-cta .drawer-tel svg{margin-bottom:-2px}
.drawer .drawer-cta .drawer-tel small{font-size:13px;font-weight:400}
.drawer .drawer-cta .button{min-height:56px!important;padding:10px 12px!important;font-size:15px!important;gap:8px;text-align:center}
@media(min-width:461px){.drawer{width:460px}.drawer .drawer-cta{left:auto;width:460px}}

/* 節見出しの追従（sticky）を止める（2026-09-11 関谷さん「重なって大きすぎて読みにくい」）＝見出しは普通に流れる */
.insco-main.entry-content .section-heading,.section-heading{position:static!important;top:auto!important;background-color:transparent!important;z-index:auto!important}
.insco-main.entry-content .section-heading.is-stuck,.section-heading.is-stuck{position:static!important;box-shadow:none!important}

/* ==========================================================================
   2026-09-11 関谷さん「押したときの影インタラクティブは不要」＝押下・ホバーで動く／影が変わる演出を全部止める（色の変化と光の帯だけ残す）
   ========================================================================== */
.button:hover,.header-cta:hover,#site-header .button.header-cta:hover,.hero-actions .button:hover,.s5-invite-box .button:hover,.wpcf7 input[type=submit]:hover,
.button:active,.header-cta:active,#site-header .button.header-cta:active,.drawer .drawer-cta .button:hover{transform:none!important;box-shadow:0 6px 18px rgba(27,58,92,.12)!important}
.hero-actions .button:hover,.s5-invite-box .button:hover,#site-header .button.header-cta:hover{box-shadow:0 8px 22px rgba(217,174,105,.35)!important}
.button:hover>span[aria-hidden],#site-header .button.header-cta:hover span{transform:none!important}
.s5-card:hover,.service-card:hover,.s5-ba:hover,.s5-step:hover,.text-card:hover,.s5-media:hover,.s5-trust:hover,.s5-numcard:hover,.photo-gallery figure:hover,
.s5-card:focus-within,.service-card:focus-within,.s5-ba:focus-within{transform:none!important;box-shadow:none!important}
.text-card:hover,.s5-numcard:hover{box-shadow:0 10px 28px -18px rgba(27,58,92,.18)!important}
.s5-card::after,.service-card::after,.s5-ba::after,.text-card::after,.s5-numcard::after{display:none!important}
.s5-card:hover .circle-arrow,.service-card:hover .circle-arrow{box-shadow:none!important}
.s5-bloglist li:hover{padding-left:0!important}
.s5-bloglist li::before{display:none!important}
.s5-qa summary:hover{padding-left:0!important}
.bru-rail a:hover{transform:none!important;box-shadow:-4px 6px 18px rgba(27,58,92,.18)!important}
.site-footer nav a:hover,.site-footer .footer-grid nav a:hover{padding-left:18px!important}
.site-footer .footer-grid nav a:hover::before{left:0!important}
.header-phone:hover{transform:none!important}
.desktop-nav a:hover{background-color:transparent!important}

/* ==========================================================================
   書体とサイズの統一（2026-09-11 関谷さん「文字が大きく、明朝とゴシックが混ざって見にくい」「美創ビルのフォントサイズは良かった」）
   ＝美創ビル実測に合わせる：全部ゴシック（Zen Kaku Gothic New）・本文17px 行間2.1 字間.06em・h2 32px/900・h3 20px/700・大見出しは 900 で一回り小さく
   ========================================================================== */
:root{--ft:"Zen Kaku Gothic New","BIZ UDPGothic","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif}
body,.insco-main.entry-content,.insco-main.entry-content p,.insco-main.entry-content li,.insco-main.entry-content td,.insco-main.entry-content th{font-family:var(--ft)!important;font-size:17px;line-height:2.1;letter-spacing:.06em}
h1,h2,h3,h4,.hero-h1,.hero-slide-title,.section-heading h2,.s5-sechead h2,.contact-layout h2,.drawer-title,.text-card h3,.s5-card h3,.service-card h3,.s5-ba h3,.s5-media h3,.s5-step h3,.s5-numcard h3,.s5-qa summary,.hero-inner :is(.hero-h1,h1:not(.seo-h1)),.hero-home :is(.hero-h1,h1:not(.seo-h1)),.insco-main.entry-content h1,.insco-main.entry-content h2,.insco-main.entry-content h3{
  font-family:var(--ft)!important;font-style:normal!important}
/* 大見出し（ヒーロー） */
.insco-main.entry-content .hero-home :is(.hero-h1,h1:not(.seo-h1)),.insco-main.entry-content .hero-home .hero-slide-title{font-size:clamp(34px,3.9vw,54px)!important;font-weight:900!important;line-height:1.5!important;letter-spacing:.06em!important}
.hero-home .hero-title-line:nth-child(2){font-style:normal!important}
.insco-main.entry-content .hero-inner :is(.hero-h1,h1:not(.seo-h1)){font-size:clamp(26px,2.6vw,34px)!important;font-weight:900!important;line-height:1.6!important;letter-spacing:.08em!important}
/* 節見出し・小見出し */
.insco-main.entry-content .section-heading h2,.insco-main.entry-content .s5-sechead h2,.insco-main.entry-content .contact-layout h2,.insco-main.entry-content .section-label h2{font-size:32px!important;font-weight:900!important;line-height:1.7!important;letter-spacing:.12em!important}
@media(min-width:1181px) and (max-width:1600px){.insco-main.entry-content .section-heading h2{font-size:28px!important}}
.insco-main.entry-content h3,.insco-main.entry-content .text-card h3,.insco-main.entry-content .s5-card h3,.insco-main.entry-content .service-card h3,.insco-main.entry-content .s5-media h3,.insco-main.entry-content .s5-step h3,.insco-main.entry-content .s5-ba h3{font-size:20px!important;font-weight:700!important;line-height:1.55!important;letter-spacing:.12em!important}
.insco-main.entry-content .hero-lead{font-size:17px;line-height:2}
.eyebrow,.section-heading .eyebrow{font-family:var(--ft)!important}
.button,.header-cta,.drawer .button,.mobile-contact.mf6 a,.bru-rail a{font-family:var(--ft)!important;font-weight:800}
.button,.header-cta{font-size:16.5px!important;letter-spacing:.08em!important}
.hero-actions .button{font-size:17px!important}
small,.note,.footer-bottom small,.s5-bloglist time,.desktop-nav a::before,.drawer .drawer-grid a::before{font-family:var(--ft)!important}
.desktop-nav{font-size:14px!important}
.desktop-nav a::before{font-size:13px!important;letter-spacing:.01em!important}
.s5-num,.s5-step-no b,.s5-bloglist time,.s5-q,.s5-a:before{font-family:var(--ft)!important}
.site-footer .footer-grid>div>p{font-size:15px;line-height:2}
@media(max-width:600px){
  body,.insco-main.entry-content p{font-size:17px;line-height:2}
  .insco-main.entry-content .section-heading h2,.insco-main.entry-content .s5-sechead h2{font-size:25px!important;letter-spacing:.08em!important}
  .insco-main.entry-content h3,.insco-main.entry-content .text-card h3{font-size:18px!important}
}

.contact-layout h2,.site-footer h2,.drawer .drawer-title{font-family:var(--ft)!important;font-weight:900!important;letter-spacing:.1em!important}
.contact-layout h2{font-size:30px!important;line-height:1.7!important}

/* 390px＝サービスカードの見出し（字間.12em）がはみ出す → 1列・折り返し許可・字間を詰める */
.service-grid>*{min-width:0}
.insco-main.entry-content .service-card h3{overflow-wrap:anywhere;word-break:auto-phrase}
@media(max-width:600px){
  .service-grid{grid-template-columns:1fr!important}
  .insco-main.entry-content .service-card h3,.insco-main.entry-content h3{letter-spacing:.06em!important}
  .insco-main.entry-content .section-heading h2,.insco-main.entry-content .s5-sechead h2{letter-spacing:.06em!important}
}

/* ヒーローの膜＝色を付けない（2026-09-11 関谷さん「写真が見えるように青とか緑とかではなく」）＝文字の後ろだけ薄い黒、写真の色はそのまま */
.hero-home .hero-slide .hero-visual::before{background-image:linear-gradient(90deg,rgba(15,15,15,.62) 0%,rgba(15,15,15,.46) 36%,rgba(15,15,15,.14) 66%,rgba(15,15,15,.04) 100%),linear-gradient(180deg,rgba(15,15,15,.10),rgba(15,15,15,0) 30%,rgba(15,15,15,.22) 100%)!important}
.hero-home::after{display:none!important}
@media(max-width:600px){.hero-home .hero-slide .hero-visual::before{background-image:linear-gradient(180deg,rgba(15,15,15,.66) 0%,rgba(15,15,15,.52) 60%,rgba(15,15,15,.45) 100%)!important}}

/* 今月のチラシ（TOP・ONE STOP図と差し換え 2026-09-12） */
.s6-flyer{text-align:center}
.s6-flyer-head{margin:0 0 15px;font-size:23px;font-weight:700;line-height:1.45;color:#1b3a5c;letter-spacing:.03em}
.s6-flyer-head span{display:block;margin-top:5px;font-size:13px;letter-spacing:.2em;color:#8b6328}
.s6-flyer-sheets{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}
.s6-flyer-sheets a{position:relative;display:block;padding:6px;background-color:#fff;border:1px solid #d5d8de;box-shadow:0 6px 20px #1b3a5c14}
.s6-flyer-sheets a img{display:block;width:100%;max-width:none;height:auto;margin:0}
.s6-flyer-sheets a span{display:block;margin:6px -6px -6px;padding:5px;background-color:#1b3a5c;color:#fff;font-size:13px;line-height:1.6;letter-spacing:.06em}
.s6-flyer figcaption{margin-top:13px;font-size:14px;color:#000}
@media(max-width:600px){.s6-flyer-sheets{gap:12px}.s6-flyer-head{font-size:21px}}

/* 現在のチラシ＝導入コピーの右／テーマ別＝下の全幅帯（2026-09-13 関谷さん指示） */
.s6-flyer{background-color:#ebedef;padding:22px 20px 18px;margin:0;max-width:none;grid-column:auto}
.s6-flyer .s6-flyer-head{font-size:20px;margin-bottom:12px}
.s6-flyer .s6-flyer-sheets{grid-template-columns:1fr 1fr;gap:12px;max-width:none;margin:0}
.s6-flyer figcaption{margin-top:10px;font-size:13px}
.s6-flyer-sheets a span{display:none}
@media(max-width:1180px){.s6-flyer{grid-column:1/-1;max-width:600px;margin:16px auto 0}}
@media(max-width:600px){.s6-flyer{padding:18px 14px 14px}}

/* テーマ別チラシ4枚＝ワンストップ4カードの上（2026-09-13 関谷さん指示） */
.s6-flyer-sub{background-color:transparent;padding:0;margin:0 0 38px;max-width:none;grid-column:auto;text-align:center}
.s6-flyer-sub .s6-flyer-head{font-size:21px;margin-bottom:16px}
.s6-flyer-sub .s6-flyer-sheets{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;max-width:none;margin:0}
@media(max-width:600px){.s6-flyer-sub{margin-bottom:26px}.s6-flyer-sub .s6-flyer-sheets{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}

/* Theme labels above each flyer: soft colors and small paper tabs. */
.s6-flyer-themes a{background:transparent;border:0;box-shadow:none;padding:0}
.s6-flyer-themes .s6-theme-label{position:relative;display:table;margin:0 auto 12px;padding:7px 18px;border-radius:16px 16px 7px 7px;background:#f9dfd3;color:#763c2d;font-size:16px;font-weight:800;line-height:1.5;letter-spacing:.05em;transform:rotate(-2deg)}
.s6-flyer-themes .s6-theme-label::before{content:"";position:absolute;top:-3px;left:calc(50% - 11px);width:22px;height:6px;background:#ffffffa6;transform:rotate(5deg)}
.s6-flyer-themes a:nth-child(2) .s6-theme-label{background:#dbeef7;color:#28556d;transform:rotate(1.5deg)}
.s6-flyer-themes a:nth-child(3) .s6-theme-label{background:#e5edd9;color:#405a35;transform:rotate(-1deg)}
.s6-flyer-themes a:nth-child(4) .s6-theme-label{background:#fff0bf;color:#775019;transform:rotate(2deg)}
.s6-flyer-themes a img{padding:6px;border:1px solid #d5d8de;background:#fff;box-shadow:0 6px 20px #1b3a5c14}
@media(max-width:600px){.s6-flyer-themes .s6-theme-label{font-size:13px;padding:6px 10px;margin-bottom:9px}.s6-flyer-sub .s6-flyer-themes{row-gap:22px}}

/* Match the current-flyer heading to the soft theme labels. */
.s6-flyer .s6-current-flyer-label{position:relative;display:table;margin:0 auto 17px;padding:8px 22px;border-radius:16px 16px 7px 7px;background:#fff0bf;color:#775019;font-size:17px;font-weight:800;line-height:1.5;letter-spacing:.05em;transform:rotate(-1deg)}
.s6-current-flyer-label::before{content:"";position:absolute;top:-3px;left:calc(50% - 12px);width:24px;height:6px;background:#ffffffa6;transform:rotate(5deg)}
@media(max-width:600px){.s6-flyer .s6-current-flyer-label{font-size:15px;padding:7px 18px}}

/* 2026-09-13 関谷さん指示：導入部のバランス（挿絵＋コピー vs 現在のチラシ） */
@media(min-width:1181px){
  .s5-intro-home{grid-template-columns:250px minmax(0,1fr) 420px;gap:40px;align-items:center}
  .s6-intro-art{width:100%;margin:0}
  .s6-intro-copy p{text-wrap:pretty;font-size:17px;line-height:1.95;letter-spacing:.02em;margin-bottom:16px}
}
/* グラフ（補助金活用イメージ・サイト原文の数値のみ・スクロールで伸びる） */
.s5-graph{grid-column:1/-1;background-color:#fff;border-radius:18px;padding:26px 30px 22px;margin-bottom:6px}
.s5-graph h3{font-size:19px;color:#1b3a5c;line-height:1.5;margin:0 0 4px}
.s5-graph h3 small{display:block;font-size:13px;letter-spacing:.14em;color:#8b6328;margin-bottom:6px}
.s5-graph .g-note{font-size:14px;color:#000;margin:0 0 14px;line-height:1.7}
.s5-graph .g-row{display:grid;grid-template-columns:150px 1fr;gap:14px;align-items:center;margin:10px 0}
.s5-graph .g-row b{font-size:15px;color:#1b3a5c;line-height:1.5}
.s5-graph .g-bar{position:relative;height:38px;background-color:#eef1f5;border-radius:8px;overflow:hidden}
.s5-graph .g-bar i{position:absolute;left:0;top:0;bottom:0;width:0;border-radius:8px;transition:width 1.4s cubic-bezier(.2,.8,.2,1)}
.s5-graph .g-bar.cost i{background-color:#1b3a5c}
.s5-graph .g-bar.sub i{background-color:#e7ba6d;transition-delay:.35s}
.s5-graph .g-bar span{position:absolute;left:14px;top:0;height:100%;display:flex;align-items:center;font-size:15px;font-weight:700;color:#fff;white-space:nowrap;opacity:0;transition:opacity .6s .5s}
.s5-graph .g-bar.sub span{color:#000}
.s5-graph.is-in .g-bar.cost i{width:100%}
.s5-graph.is-in .g-bar.sub i{width:35%}
.s5-graph.is-in .g-bar span{opacity:1}
.s5-graph .g-foot{font-size:13px;color:#000;margin:12px 0 0;line-height:1.7}
@media(max-width:600px){.s5-graph{padding:20px 16px 16px}.s5-graph .g-row{grid-template-columns:1fr;gap:6px}.s5-graph .g-bar{height:34px}}
/* チラシのライトボックス（新規タブで開かず、閉じるボタン付き） */
.flyer-lb{position:fixed;inset:0;z-index:9000;background-color:rgba(12,22,38,.88);display:flex;align-items:center;justify-content:center;padding:24px}
.flyer-lb[hidden]{display:none}
.flyer-lb img{max-width:min(92vw,900px);max-height:88vh;width:auto;height:auto;background-color:#fff;box-shadow:0 20px 60px rgba(0,0,0,.5)}
.flyer-lb button{position:absolute;top:18px;right:18px;width:52px;height:52px;border-radius:50%;border:2px solid #fff;background-color:#1b3a5c;color:#fff;font-size:30px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}
.flyer-lb button:hover{background-color:#e7ba6d;color:#000}
.flyer-lb p{position:absolute;left:0;right:0;bottom:16px;text-align:center;color:#fff;font-size:14px;margin:0}

/* 2026-09-13 代表あいさつのバランス（写真を本文の頭に揃え・少し大きく） */
.s5-greeting{align-items:flex-start}
.s5-greet-photo{flex:0 0 44%;width:44%;margin-top:6px;position:sticky;top:130px}
.s5-greet-photo img{border-radius:8px 56px 8px 8px}
@media(max-width:960px){.s5-greeting{flex-direction:column;gap:28px}.s5-greet-photo{position:static;width:100%;flex:none;margin-top:0}}

/* 2026-09-13 導入部＝左（挿絵の下にコピー）／右（現在のチラシ）の2カラム */
.s5-intro-home{grid-template-columns:minmax(0,1fr) 420px;gap:44px;align-items:center}
.s6-intro-left{display:flex;flex-direction:column;gap:22px;min-width:0}
.s6-intro-left .s6-intro-art{width:min(420px,100%);margin:0}
.s6-intro-left .s6-intro-copy p{text-wrap:pretty;font-size:17px;line-height:1.95;letter-spacing:.02em;margin-bottom:14px}
@media(max-width:1180px){.s5-intro-home{grid-template-columns:1fr;gap:28px}.s6-intro-left{flex-direction:row;align-items:center;gap:28px}.s6-intro-left .s6-intro-art{width:240px;flex:0 0 240px}.s6-flyer{grid-column:auto;max-width:600px;margin:0 auto}}
@media(max-width:600px){.s6-intro-left{flex-direction:column;gap:16px}.s6-intro-left .s6-intro-art{width:min(270px,100%);flex:none;margin:0 auto}}

/* 2026-09-13 信頼カードの崩れ修正（グラフが1子目になった分の nth-child ずれ）＋グラフの動きを強化 */
.home-page .s5-onestop .s5-trust-row .s5-trust{grid-column:span 2}
.home-page .s5-onestop .s5-trust-row .s5-trust:nth-child(5){grid-column:2/span 2}
.home-page .s5-onestop .s5-trust-row .s5-trust:nth-child(6){grid-column:4/span 2}
@media(max-width:960px){.home-page .s5-onestop .s5-trust-row .s5-trust,.home-page .s5-onestop .s5-trust-row .s5-trust:nth-child(5),.home-page .s5-onestop .s5-trust-row .s5-trust:nth-child(6){grid-column:auto}}
.s5-graph .g-bar i{transition:width 1.8s cubic-bezier(.2,.8,.2,1)}
.s5-graph .g-bar.sub i{transition-delay:.5s;background-image:linear-gradient(110deg,transparent 0 40%,rgba(255,255,255,.55) 50%,transparent 60% 100%);background-size:220% 100%;background-repeat:no-repeat}
.s5-graph.is-in .g-bar.sub i{animation:g-shine 2.6s ease-in-out 2.2s infinite}
@keyframes g-shine{0%{background-position:120% 0}60%,100%{background-position:-120% 0}}
.s5-graph .g-chip{position:absolute;left:calc(35% + 14px);top:50%;transform:translate(-14px,-50%);opacity:0;white-space:nowrap;background-color:#1b3a5c;color:#fff;font-size:13px;font-weight:700;padding:5px 10px;border-radius:20px;transition:opacity .5s 2.2s,transform .6s 2.2s cubic-bezier(.2,.8,.2,1)}
.s5-graph .g-chip:before{content:"";position:absolute;left:-6px;top:50%;width:8px;height:8px;background-color:#1b3a5c;transform:translateY(-50%) rotate(45deg)}
.s5-graph.is-in .g-chip{opacity:1;transform:translate(0,-50%)}
.s5-graph .g-bar.cost span,.s5-graph .g-bar.sub span{transition:opacity .5s 1.2s}
.s5-graph .g-bar.sub span{transition-delay:1.7s}
@media(max-width:600px){.s5-graph .g-chip{display:none}}
@media(prefers-reduced-motion:reduce){.s5-graph .g-bar i,.s5-graph .g-chip{transition:none}.s5-graph.is-in .g-bar.sub i{animation:none}}

/* HOME subsidy example: editorial introduction and a clear amount comparison. */
.s5-graph.grant-example{display:grid;grid-template-columns:1fr 1fr;gap:0;background:#fff;border:1px solid #d9e0e5;border-radius:14px;padding:0;overflow:hidden;text-align:left;box-shadow:0 12px 30px #18365308}
.grant-example .g-intro{padding:38px 36px 32px;border-top:4px solid #c59b51}
.s5-graph.grant-example h3{font-size:25px;line-height:1.6;letter-spacing:.02em;margin:0 0 18px;color:#193b5b}
.s5-graph.grant-example h3 small{font-size:13px;letter-spacing:.14em;color:#87632b;margin-bottom:16px}
.s5-graph.grant-example .g-note{font-size:15px;line-height:1.95;margin:0;color:#222;letter-spacing:0}
.grant-example .g-comparison{padding:30px 34px;background:#183653;display:grid;gap:23px;align-content:center}
.s5-graph.grant-example .g-row{display:block;margin:0;padding:0}
.s5-graph.grant-example .g-row>b{display:block;font-size:13px;line-height:1.6;color:#e8eef4;letter-spacing:.06em;margin-bottom:4px}
.s5-graph.grant-example .g-bar{height:auto;min-height:64px;padding-bottom:13px;background:transparent;border-radius:0;overflow:visible;border-bottom:4px solid #ffffff20}
.s5-graph.grant-example .g-bar span{position:static;display:flex;align-items:baseline;gap:3px;height:auto;font-size:18px;line-height:1.25;color:white;opacity:1;transition:none}
.s5-graph.grant-example .g-bar span strong{font-size:43px;font-weight:700;letter-spacing:-.035em;line-height:1.2}
.s5-graph.grant-example .g-bar.sub span{color:#f2cd86}
.s5-graph.grant-example .g-bar.sub span strong{font-size:56px}
.s5-graph.grant-example .g-bar i{position:absolute;top:auto;bottom:-4px;height:4px;border-radius:0;transition:none;animation:none;background-image:none}
.s5-graph.grant-example .g-bar.cost i{width:100%;background-color:#9db3c6}
.s5-graph.grant-example .g-bar.sub i{width:35%;background-color:#f2cd86;background-image:none;animation:none;transition:none}
.s5-graph.grant-example .g-chip{display:none}
.s5-graph.grant-example .g-foot{grid-column:1/-1;margin:0;padding:19px 36px;background:#f6f8fa;border-top:1px solid #e2e7ec;font-size:13px;line-height:1.85;color:#333;letter-spacing:0}
@media(max-width:700px){.s5-graph.grant-example{grid-template-columns:1fr}.grant-example .g-intro{padding:25px 22px}.s5-graph.grant-example h3{font-size:21px;margin-bottom:12px}.s5-graph.grant-example .g-note{font-size:14px}.grant-example .g-comparison{padding:25px 22px;gap:22px}.s5-graph.grant-example .g-foot{padding:18px 22px;font-size:13px}}

/* 2026-09-13 LINE導線（友だち追加URLは現行サイト掲載の実URL） */
.bru-rail a.is-line{color:#fff;background-color:#06C755;background-image:linear-gradient(180deg,#05b34c,#06C755)}
.bru-rail a.is-line svg{width:20px;height:20px}
.btn-line{display:inline-flex;align-items:center;gap:10px;min-height:58px;padding:14px 26px;border-radius:5px;background-color:#06C755;color:#fff!important;font-size:17px;font-weight:700;line-height:1.5;text-decoration:none!important;box-shadow:0 6px 18px rgba(6,199,85,.28);transition:background-color .2s,transform .2s}
.btn-line:hover{background-color:#05b34c;transform:translateY(-2px)}
.btn-line svg{width:22px;height:22px;flex-shrink:0}
.line-note{width:100%;font-size:14px;line-height:1.75;color:#000;margin:6px 0 0}
.line-guide{margin:0 0 34px;padding:26px 28px;border:2px solid #06C755;border-radius:14px;background-color:#f2fbf5;display:grid;grid-template-columns:1fr 150px;gap:24px;align-items:center}
.line-guide h3{font-size:22px;color:#1b3a5c;margin:0 0 10px;line-height:1.5}
.line-guide h3 span{display:inline-block;background-color:#06C755;color:#fff;font-size:13px;letter-spacing:.14em;padding:3px 10px;border-radius:3px;margin-right:10px;vertical-align:middle}
.line-guide p{font-size:16px;line-height:1.85;margin:0 0 10px}
.line-guide ul{margin:0 0 14px;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:8px}
.line-guide li{background-color:#fff;border:1px solid #bfe9cf;border-radius:30px;padding:5px 14px;font-size:15px;font-weight:700;color:#1b3a5c}
.line-guide figure{margin:0;text-align:center}
.line-guide figure img{width:150px;height:150px;background-color:#fff;padding:8px;border-radius:10px;border:1px solid #bfe9cf}
.line-guide figcaption{font-size:13px;margin-top:6px;line-height:1.5}
.drawer-cta .drawer-line{display:flex;align-items:center;justify-content:center;gap:8px;min-height:52px;margin-top:10px;border-radius:6px;background-color:#06C755;color:#fff;font-weight:700}
.drawer-cta .drawer-line svg{width:20px;height:20px}
@media(max-width:600px){.line-guide{grid-template-columns:1fr;padding:20px 18px}.line-guide figure{order:-1}.line-guide figure img{width:130px;height:130px}.contact-actions .btn-line{width:100%;justify-content:center}}

/* 2026-09-13 テーマ別チラシと工程カードの隙間を少し開ける（関谷さん指示） */
.s6-flyer-sub{margin-bottom:64px}
@media(max-width:600px){.s6-flyer-sub{margin-bottom:40px}}

/* TOP「5つの計画と4つの対策」＝このブロックだけ広い画面で3列（5枚=3+2・4枚=3+1）。section-body 幅790pxでは既定の auto-fit(300px) が2列になり 2+2+1 で座りが悪いため。#section-2b に閉じているので他ページ・他ブロックには効かない（2026-09-15） */
@media(min-width:1181px){.insco-main.entry-content #section-2b .text-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}

/* trustrow-midwidth-fix-20260915 : TOP badges collapse between 601-960px.
   .home-page .s5-trust-row keeps 6 columns with no media query, while the shared
   @media(max-width:960px) only resets grid-column:span 2 to auto. Each badge then
   gets one 90px column and the text wraps one character per line.
   The 600px rule is placed last so it wins by order. */
@media(max-width:960px){.home-page .s5-trust-row{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.home-page .s5-trust-row{grid-template-columns:minmax(0,1fr)}}

/* drawertel-icon-inline-20260916 : drawer phone button.
   It was flex-direction:column with no padding, so the 20px handset SVG sat flush
   against the top edge of the pill and read as a stray dot poking out.
   Lay it out like .drawer-line does: icon and number on one row, hours on the next. */
.drawer .drawer-cta .drawer-tel{flex-direction:row;flex-wrap:wrap;align-content:center;gap:2px 8px;padding:8px 10px}
.drawer .drawer-cta .drawer-tel svg{margin-bottom:0}
.drawer .drawer-cta .drawer-tel small{width:100%;text-align:center;line-height:1.4}
