@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Shippori+Mincho:wght@500;600;700&display=swap');
/* ファーストビュー アニメーション調整 */
:root{
  /* 1つの要素が下からせり上がるのにかかる時間。
     数値を大きくするとゆっくり、小さくすると速く動きます。 */
  --fv-rise-duration: 2.0s;

  /* ロゴが動き始めるまでの待ち時間。
     数値を大きくするとロゴの開始が遅く、小さくすると早くなります。 */
  --fv-logo-delay: 0.7s;

  /* 「すべては、お客さまの幸せのために。」が動き始めるまでの待ち時間。
     数値を大きくするとメッセージの開始が遅く、小さくすると早くなります。 */
  --fv-message-delay: 1.4s;

  /* 下から何pxの位置からせり上がってくるか。
     数値を大きくすると移動距離が長く、小さくすると動きが控えめになります。 */
  --fv-rise-distance: 60px;

  /* 正式ロゴの横幅。
     数値を大きくするとロゴが大きく、小さくするとロゴも小さくなります。 */
  --fv-logo-width: 285px;

  /* 「すべては、お客さまの幸せのために。」の文字サイズ。
     clamp(最小, 可変, 最大) の順です。
     左＝スマホなどでの最小サイズ、中央＝画面幅に応じた変化量、右＝PCなどでの最大サイズ。
     各数値を大きくすると文字が大きく、小さくすると文字も小さくなります。 */
  --fv-message-size: clamp(1rem, 1.75vw, 1.32rem);

  /* 基本のグリーン。濃くするとボタンや主要アクセントの印象が強くなります。 */
  --green:#4f8b67;

  /* 濃いグリーン。濃くすると見出しやリンクの締まりが強くなります。 */
  --deep:#285d43;

  /* 淡いグリーン。濃くすると選択背景や補助背景が目立ちます。 */
  --soft:#edf5f0;

  /* 最も薄い背景色。濃くすると交互セクションの色差が強くなります。 */
  --pale:#f7faf8;

  /* 基本文字色。暗くすると本文全体のコントラストが強くなります。 */
  --ink:#243028;

  /* 補助文字色。暗くすると説明文や補助情報が読みやすくなります。 */
  --muted:#56635b;

  /* 罫線色。濃くすると区切り線や枠線がはっきり見えます。 */
  --line:#dce6df;

  /* 共通の影。数値や透明度を大きくするとカードの浮き上がりが強くなります。 */
  --shadow:0 12px 32px rgba(39,82,57,.08);

  /* ファーストビューを含む従来コンテナ幅。ファーストビュー維持のため通常は変更しません。 */
  --max:1080px;
}

/* =========================================
サイト全体 手動調整用
※ファーストビュー以外
========================================= */
:root{
  /* PCの基本文字サイズ。大きくすると本文全体が大きくなり、小さくすると本文全体が小さくなります。 */
  --text-base:1.09375rem;

  /* スマホの基本文字サイズ。大きくするとスマホ本文が大きくなり、小さくすると小さくなります。 */
  --text-base-mobile:1.03125rem;

  /* 実績説明など密度を上げたい本文の文字サイズ。大きくすると一覧本文が読みやすく、同時に行も高くなります。 */
  --text-compact:1rem;

  /* スマホの実績説明などに使う文字サイズ。大きくするとスマホの一覧本文が大きくなります。 */
  --text-compact-mobile:.9375rem;

  /* 小見出しの文字サイズ。大きくするとプロフィールやカード内の項目名が強く見えます。 */
  --heading-small:1.1875rem;

  /* 実績・サービス項目タイトルの文字サイズ。大きくすると各項目名が本文より強く見えます。 */
  --heading-item:1.25rem;

  /* 中見出しの文字サイズ。大きくすると問い合わせなどのまとまり見出しが強くなります。 */
  --heading-medium:1.375rem;

  /* セクション大見出しの文字サイズ。大きくすると各セクションの主題が強く見えます。 */
  --heading-large:1.5rem;

  /* ページタイトルの文字サイズ。大きくすると各ページ冒頭のタイトルが強く見えます。 */
  --heading-page:1.75rem;

  /* スマホの小見出し。大きくするとスマホの項目タイトルが強く見えます。 */
  --heading-small-mobile:1.125rem;

  /* スマホの実績・サービス項目タイトル。大きくすると項目名が強くなります。 */
  --heading-item-mobile:1.1875rem;

  /* スマホの中見出し。大きくすると問い合わせなどの見出しが強く見えます。 */
  --heading-medium-mobile:1.125rem;

  /* スマホのセクション大見出し。大きくすると各セクションの主題が強く見えます。 */
  --heading-large-mobile:1.375rem;

  /* スマホのページタイトル。大きくするとページ冒頭のタイトルが強く見えます。 */
  --heading-page-mobile:1.625rem;

  /* 本文行間。大きくすると文章の行と行の間が広がり、小さくすると詰まります。 */
  --line-height-body:1.72;

  /* 密度を上げたい本文の行間。大きくすると実績説明などの行間が広がります。 */
  --line-height-compact:1.65;

  /* 大・中見出しの行間。大きくすると複数行見出しの上下が広がります。 */
  --line-height-heading:1.42;

  /* ページタイトルの行間。大きくすると複数行のページタイトルがゆったりします。 */
  --line-height-page:1.35;

  /* 小見出しの行間。大きくすると長い項目タイトルの行間が広がります。 */
  --line-height-small:1.45;

  /* 標準の段落間隔。大きくすると連続する段落同士の間が広がります。 */
  --space-paragraph:1.5rem;

  /* 大・中見出し下の余白。大きくすると見出しと本文の距離が広がります。 */
  --space-heading-bottom:.5625rem;

  /* 小見出し下の余白。大きくすると項目名と説明文の距離が広がります。 */
  --space-heading-small-bottom:.25rem;

  /* 項目タイトル下の余白。大きくすると実績・サービス名と補助情報の距離が広がります。 */
  --space-heading-item-bottom:.3125rem;

  /* PCのセクション上下余白。大きくすると各セクション間が広く、小さくすると詰まります。 */
  --space-section:3.25rem;

  /* スマホのセクション上下余白。大きくするとスマホページが縦にゆったりします。 */
  --space-section-mobile:2.5rem;

  /* PCのコンテンツ最大幅。大きくすると本文・ヘッダー・フッターが横に広がります。ファーストビューには影響しません。 */
  --content-max-width:67.5rem;

  /* 狭めの本文最大幅。大きくすると説明文や法務ページの一行が長くなります。 */
  --content-narrow-width:56.25rem;

  /* 読み物本文の最大幅。大きくすると導入文や実績説明の一行が長くなります。 */
  --content-reading-width:51.25rem;

  /* PCの左右余白。大きくすると画面端から本文までの余白が広がります。 */
  --content-side-space:2.75rem;

  /* スマホの左右余白。大きくすると画面端から本文までの余白が広がります。 */
  --content-side-space-mobile:1.875rem;

  /* カード・項目の内側余白。大きくすると枠内の文字まわりが広くなります。 */
  --item-padding:1.625rem;

  /* スマホのカード・項目内側余白。大きくするとスマホの枠内余白が広くなります。 */
  --item-padding-mobile:1.3125rem;

  /* 一覧項目の上下余白。大きくすると実績など1件ごとの高さが広がります。 */
  --space-item-vertical:.875rem;

  /* スマホの一覧項目上下余白。大きくするとスマホの実績一覧が縦に広がります。 */
  --space-item-vertical-mobile:.75rem;

  /* 改善循環など本文内アイコンの基本サイズ。大きくすると図解アイコンが大きくなります。 */
  --icon-size:3.5rem;

  /* スマホの本文内アイコンサイズ。大きくするとスマホの改善循環・サービス用アイコンが大きくなります。 */
  --icon-size-mobile:3.125rem;

  /* 若葉色。ページタイトルや章見出しの細いバーと区切り線に使います。 */
  --fresh-leaf:#78a96f;

  /* スマホの経営理念本文サイズ。 */
  --philosophy-text-mobile:1rem;

  /* スマホの経営理念本文の行間。 */
  --philosophy-line-height-mobile:1.55;

  /* スマホの経営理念本文の字間。 */
  --philosophy-letter-spacing-mobile:0;

  /* スマホの改善循環、1項目あたりの上下余白。 */
  --approach-space-mobile:.625rem;

  /* ナビ文字サイズ。大きくするとヘッダーメニューの文字が大きくなります。 */
  --nav-text-size:.9375rem;

  /* スマホメニューの文字サイズ。大きくするとスマホナビの文字が大きくなります。 */
  --nav-text-size-mobile:1rem;

  /* ナビアイコンサイズ。大きくするとヘッダーメニューのアイコンが大きくなります。 */
  --nav-icon-size:1.875rem;
}

*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:'Noto Serif JP','Yu Mincho',serif;font-size:16px;line-height:1.9;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit}img{display:block;max-width:100%}.container{width:min(var(--max),calc(100% - 44px));margin:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:12px;top:12px;z-index:100;background:#fff;padding:8px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(220,230,223,.9)}.header-inner{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;text-decoration:none}.brand img{width:174px;height:auto}.nav{display:flex;align-items:stretch;gap:7px}.nav a{display:flex;align-items:center;gap:6px;padding:9px 10px;color:#4b5c51;text-decoration:none;font-size:.78rem;white-space:nowrap;border-radius:999px}.nav svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.5;fill:none}.nav a:hover,.nav a[aria-current=page]{color:var(--deep);background:var(--soft)}.nav .cta-mini{color:#fff;background:var(--green);padding-inline:15px}.menu-btn{display:none;width:42px;height:42px;border:0;background:transparent;color:var(--deep);padding:8px;font:inherit;font-size:0;align-items:center;justify-content:center;flex:0 0 42px}.menu-btn svg{display:none}.menu-btn:after{content:"☰";font-size:1.45rem;line-height:1}
.hero{position:relative;min-height:calc(100svh - 70px);display:grid;align-items:end;overflow:hidden;background:url('images/hero-sakura.jpg') center 58%/cover no-repeat}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(24,56,37,.02) 25%,rgba(20,55,35,.42) 100%)}.hero-inner{position:relative;z-index:1;color:#fff;padding:0 0 clamp(48px,8vh,86px)}.hero-copy{max-width:790px}.hero h1{font-family:'Shippori Mincho',serif;font-size:clamp(2.1rem,5.4vw,4.25rem);line-height:1.42;letter-spacing:.045em;margin:0 0 22px;font-weight:600;text-shadow:0 2px 16px rgba(16,46,29,.35);opacity:0;transform:translateY(34px);animation:rise .9s .25s cubic-bezier(.2,.7,.2,1) forwards}.hero-logo{width:min(450px,70vw);filter:drop-shadow(0 2px 10px rgba(255,255,255,.4));opacity:0;transform:translateY(28px);animation:rise .85s 1.05s ease forwards}.hero-note{margin:18px 0 0;font-size:.9rem;letter-spacing:.12em;text-shadow:0 1px 8px rgba(10,40,24,.55);opacity:0;animation:fade 1s 1.75s ease forwards}@keyframes rise{to{opacity:1;transform:none}}@keyframes fade{to{opacity:1}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.hero h1,.hero-logo,.hero-note{animation:none;opacity:1;transform:none}}
.scene-intro{position:relative;min-height:520px;display:grid;place-items:center;background:url('images/alps-kataoka.jpg') center 58%/cover no-repeat}.scene-intro:before{content:"";position:absolute;inset:0;background:rgba(238,247,242,.1)}.glass-copy{position:relative;width:min(770px,calc(100% - 44px));padding:30px 36px;text-align:center;color:#173c29;background:rgba(255,255,255,.64);border:1px solid rgba(255,255,255,.75);border-radius:10px;box-shadow:0 12px 34px rgba(25,58,39,.12);backdrop-filter:blur(9px);text-shadow:0 1px 3px rgba(255,255,255,.95)}.glass-copy p{font-size:clamp(1.03rem,2vw,1.28rem);font-weight:600;margin:0}.glass-copy p+p{margin-top:8px}
.section{padding:72px 0}.section.alt{background:var(--pale)}.section-kicker{margin:0 0 10px;color:var(--green);font-size:.72rem;letter-spacing:.16em}.page-hero{padding:52px 0 38px;background:linear-gradient(180deg,var(--pale),#fff);border-bottom:1px solid var(--line)}.page-hero h1,h1,h2,h3{font-family:'Shippori Mincho',serif}.page-hero h1{font-size:clamp(2rem,4vw,3rem);margin:0 0 8px;font-weight:600;line-height:1.45}.page-hero p{max-width:760px;margin:0;color:var(--muted)}h2{font-size:clamp(1.55rem,3vw,2.25rem);line-height:1.55;margin:0 0 16px;font-weight:600;letter-spacing:.025em}h3{font-size:1.08rem;margin:0 0 8px}.intro{max-width:780px;color:var(--muted);margin:0 0 28px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{padding:26px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow)}.card p{margin:0;color:var(--muted);font-size:.92rem}.problem-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:26px}.problem{padding:14px 18px;background:#fff;border:1px solid var(--line);border-radius:9px;color:#405047;font-size:.92rem}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 25px;border:1px solid transparent;border-radius:4px;text-decoration:none;font:inherit;font-size:.86rem;cursor:pointer}.btn-green{background:var(--green);color:#fff}.btn-light{background:#fff;color:var(--deep)}.text-link{display:inline-block;margin-top:23px;color:var(--deep);text-decoration-thickness:1px;text-underline-offset:5px}
.loop{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;align-items:stretch;margin-top:26px}.loop-step{position:relative;display:grid;place-items:center;text-align:center;min-height:112px;padding:14px 8px;background:#fff;border:1px solid var(--line);border-radius:10px;color:var(--deep);font-size:.86rem}.loop-step:not(:last-child):after{content:"→";position:absolute;right:-13px;top:42%;z-index:2;color:var(--green);font-weight:700}.philosophy{padding:34px 38px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow)}.philosophy-title{font-size:clamp(1.8rem,3.8vw,2.65rem);margin-bottom:4px}.philosophy-sub{font-family:'Noto Serif JP',serif;font-size:.88rem;color:var(--muted);font-weight:400;margin:0 0 15px}.creed{list-style:none;margin:0;padding:0}.creed li{padding:18px 0;border-top:1px solid var(--line);font-weight:700;line-height:1.8}.split{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:44px;align-items:start}.split p{margin-top:0}.profile-photo{margin:0;border-radius:9px;overflow:hidden;box-shadow:var(--shadow)}.profile-photo img{aspect-ratio:4/5;object-fit:cover;object-position:top}.profile-photo figcaption{padding:9px;text-align:center;background:#fff;font-size:.78rem}.timeline{margin-top:26px;border-left:1px solid #a9c8b5}.timeline-item{position:relative;padding:0 0 22px 24px}.timeline-item:before{content:"";position:absolute;left:-5px;top:9px;width:9px;height:9px;border-radius:50%;background:var(--green)}.timeline-item p{margin:0;color:var(--muted);font-size:.92rem}.chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.chip{padding:7px 12px;border:1px solid #d7e4dc;border-radius:999px;background:#fff;font-size:.8rem}.case{display:grid;grid-template-columns:94px 1fr;gap:22px;padding:23px 0;border-top:1px solid var(--line)}.case:first-child{border-top:0}.state{width:max-content;padding:6px 10px;border-radius:999px;background:var(--soft);color:var(--deep);font-size:.72rem}.case p{margin:0;color:var(--muted);font-size:.92rem}.notice{padding:19px 21px;border-left:3px solid var(--green);border-radius:4px;background:var(--soft);color:#405047}.form{display:grid;gap:18px;max-width:760px}.form label{font-weight:600;font-size:.9rem}.form input,.form textarea{width:100%;margin-top:6px;padding:13px 14px;border:1px solid #cdd9d1;border-radius:6px;background:#fff;font:inherit}.form input:focus,.form textarea:focus{outline:2px solid rgba(79,139,103,.2);border-color:var(--green)}.form textarea{min-height:160px;resize:vertical}.legal{max-width:900px}.legal h2{font-size:1.18rem;margin-top:34px}.legal table{width:100%;border-collapse:collapse}.legal th,.legal td{padding:14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.legal th{width:190px;background:var(--pale);font-weight:600}.small{font-size:.8rem;color:var(--muted)}
.cta-band{padding:60px 0;text-align:center;color:#fff;background:var(--green)}.cta-band h2{margin-bottom:8px}.cta-band p{max-width:690px;margin:0 auto 24px;color:rgba(255,255,255,.9)}.site-footer{padding:38px 0 20px;background:#f5f7f5;border-top:1px solid var(--line);color:#5b655e}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:24px;border-bottom:1px solid var(--line)}.footer-brand img{width:190px}.footer-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px;font-size:.76rem}.footer-nav a{text-decoration:none}.copy{text-align:center;margin:18px 0 0;font-size:.68rem;color:#89938c}
@media(max-width:900px){.nav{display:none}.menu-btn{display:flex}.nav.open{position:absolute;display:flex;top:70px;left:0;right:0;flex-direction:column;align-items:stretch;gap:3px;padding:15px 22px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 12px 25px rgba(30,60,40,.08)}.nav a{padding:11px 13px}.grid-3{grid-template-columns:1fr}.loop{grid-template-columns:repeat(3,1fr)}.loop-step:nth-child(3):after{display:none}.split{grid-template-columns:1fr 160px}}
@media(max-width:600px){.container{width:min(var(--max),calc(100% - 30px))}.header-inner{min-height:62px}.brand img{width:150px}.nav.open{top:62px}.hero{min-height:calc(100svh - 62px);background-position:56% center}.hero-inner{padding-bottom:44px}.hero h1{font-size:clamp(2rem,10vw,2.75rem);margin-bottom:20px}.hero-logo{width:min(370px,82vw)}.hero-note{font-size:.78rem;letter-spacing:.08em}.scene-intro{min-height:420px;background-position:57% center}.glass-copy{width:calc(100% - 30px);padding:23px 18px}.section{padding:52px 0}.page-hero{padding:36px 0 28px}.grid-2,.problem-list,.split{grid-template-columns:1fr}.card{padding:21px}.loop{grid-template-columns:1fr 1fr}.loop-step{min-height:92px}.loop-step:nth-child(3):after{display:block}.loop-step:nth-child(even):after{display:none}.philosophy{padding:24px 20px}.creed li{font-size:.93rem}.profile-photo{width:145px}.case{grid-template-columns:1fr;gap:7px}.cta-band{padding:48px 0}.footer-top{flex-direction:column}.footer-nav{justify-content:flex-start}.legal th,.legal td{display:block;width:100%}.legal th{padding-bottom:6px;border-bottom:0}.legal td{padding-top:6px}}


/* Refined first view */
.hero{place-items:center;cursor:pointer;background-position:center 58%}
.hero:focus-visible{outline:3px solid rgba(255,255,255,.9);outline-offset:-5px}
.hero:before{background:linear-gradient(180deg,rgba(24,56,37,.02) 18%,rgba(20,55,35,.08) 54%,rgba(20,55,35,.38) 100%)}
.hero-inner{display:grid;align-items:center;min-height:calc(100svh - 70px);padding:clamp(34px,7vh,68px) 0 clamp(58px,9vh,92px)}
.hero-copy{width:min(760px,92%);max-width:none;margin:auto;text-align:center}
.hero h1{font-size:clamp(2.2rem,5vw,4rem);line-height:1.42;margin:0 0 clamp(8px,1.8vh,18px);transform:translateY(38px);animation:rise .95s .2s cubic-bezier(.22,.7,.2,1) forwards}
.hero h1 span{display:block}
.hero h1 span+span{padding-left:.7em}
.hero-logo{width:min(350px,52vw);margin:0 auto;transform:translateY(32px);animation:rise .9s .75s cubic-bezier(.22,.7,.2,1) forwards}
.hero-note{margin:clamp(10px,1.6vh,18px) 0 0;font-size:clamp(1rem,1.6vw,1.2rem);letter-spacing:.12em;transform:translateY(26px);animation:rise .85s 1.3s cubic-bezier(.22,.7,.2,1) forwards}
.hero-guide{position:absolute;left:50%;bottom:17px;margin:0;transform:translateX(-50%);font-family:serif;font-size:.63rem;letter-spacing:.2em;color:rgba(255,255,255,.82);text-shadow:0 1px 7px rgba(10,40,24,.7)}
.hero-guide:after{content:"";display:block;width:1px;height:17px;margin:5px auto 0;background:rgba(255,255,255,.75)}
@media(max-width:600px){.hero-inner{min-height:calc(100svh - 62px);padding:36px 0 65px}.hero-copy{width:100%}.hero h1{font-size:clamp(2rem,9.3vw,2.7rem);line-height:1.48;margin-bottom:8px;letter-spacing:.025em}.hero h1 span+span{padding-left:.35em}.hero-logo{width:min(290px,70vw)}.hero-note{margin-top:10px;font-size:clamp(.9rem,4vw,1.03rem);letter-spacing:.06em}.hero-guide{bottom:12px}}
/* Sky-safe placement: keep all three hero elements above the mountain line. */
.hero-inner{display:block;min-height:calc(100svh - 70px);padding:0}
.hero-copy{position:absolute;top:clamp(24px,4.5vh,44px);left:50%;width:min(820px,92%);margin:0;transform:translateX(-50%)}
.hero h1{font-size:clamp(2.15rem,4.45vw,3.55rem);line-height:1.38;margin:0 0 10px;opacity:0;transform:translateY(var(--fv-rise-distance));animation-name:skyRise;animation-duration:var(--fv-rise-duration);animation-delay:0s;animation-timing-function:cubic-bezier(.18,.72,.22,1);animation-fill-mode:forwards}
.hero h1 span+span{padding-left:.28em}
.hero-logo{width:min(var(--fv-logo-width),43vw);height:76px;margin:0 auto;object-fit:cover;object-position:center 47%;opacity:0;transform:translateY(var(--fv-rise-distance));animation-name:skyRise;animation-duration:var(--fv-rise-duration);animation-delay:var(--fv-logo-delay);animation-timing-function:cubic-bezier(.18,.72,.22,1);animation-fill-mode:forwards}
.hero-note{margin:8px 0 0;font-size:var(--fv-message-size);opacity:0;transform:translateY(var(--fv-rise-distance));animation-name:skyRise;animation-duration:var(--fv-rise-duration);animation-delay:var(--fv-message-delay);animation-timing-function:cubic-bezier(.18,.72,.22,1);animation-fill-mode:forwards}
@keyframes skyRise{0%{opacity:.08;transform:translateY(var(--fv-rise-distance))}35%{opacity:.6}100%{opacity:1;transform:translateY(0)}}

@media(max-width:600px){.hero-inner{min-height:calc(100svh - 62px);padding:0}.hero-copy{top:clamp(22px,3.5vh,30px);width:calc(100% - 30px)}.hero h1{font-size:clamp(1.9rem,8.8vw,2.35rem);line-height:1.43;margin-bottom:6px}.hero h1 span+span{padding-left:.18em}.hero-logo{width:min(var(--fv-logo-width),60vw);height:64px}.hero-note{margin-top:6px;font-size:var(--fv-message-size);letter-spacing:.045em}}


/* Scene intro position: just above the city / ground. */
.scene-intro{place-items:end center;padding-bottom:30px}
@media(max-width:600px){.scene-intro{padding-bottom:72px}}

/* Contact: LINE consultation */
.contact-line{margin:0 0 46px;padding:28px 34px;background:var(--pale);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow)}
.contact-line-inner{display:grid;grid-template-columns:minmax(0,1fr) 180px;align-items:center;gap:38px;max-width:760px}
.contact-line-text .section-label{margin:0 0 4px;color:var(--green);font-size:.74rem;letter-spacing:.18em;font-weight:600}
.contact-line-text h2{margin:0 0 10px;font-size:clamp(1.45rem,2.6vw,1.9rem)}
.contact-line-text>p:last-child{margin:0;color:var(--muted);font-size:.94rem}
.contact-line-qr{display:grid;place-items:center}
.contact-line-qr img{width:160px;height:160px;object-fit:contain;background:#fff}
.contact-form-title{margin:0 0 22px;font-size:clamp(1.45rem,2.6vw,1.9rem)}
@media(max-width:600px){.contact-line{padding:24px 20px;margin-bottom:38px}.contact-line-inner{grid-template-columns:1fr;gap:22px;text-align:center}.contact-line-text>p:last-child{font-size:.9rem}.contact-line-qr img{width:150px;height:150px}}
/* Our Approach: quiet continuous cycle */
.approach-cycle{position:relative;max-width:1000px;margin:34px auto 0;padding:8px 24px 0}
.approach-flow{position:relative;display:grid;grid-template-columns:repeat(6,1fr);min-height:154px;margin:0;padding:0;list-style:none}
.approach-flow:before{content:"";position:absolute;left:8.333%;right:8.333%;top:70px;height:1px;background:linear-gradient(90deg,rgba(79,139,103,.34),rgba(79,139,103,.7),rgba(79,139,103,.34))}
.approach-flow li{position:relative;min-width:0;color:#385343;font-size:.88rem;line-height:1.65;text-align:center;letter-spacing:.015em}
.approach-flow li:before{content:"";position:absolute;top:64px;left:50%;width:11px;height:11px;border:2px solid #76a98a;border-radius:50%;background:#fff;transform:translateX(-50%);box-shadow:0 0 0 5px rgba(237,245,240,.75)}
.approach-flow li span{position:absolute;left:5px;right:5px;display:block}
.approach-flow li:nth-child(odd) span{bottom:96px}
.approach-flow li:nth-child(even) span{top:91px}
.approach-flow li:first-child:before,.approach-flow li:last-child:before{background:#dfeee5}
.approach-return{position:relative;width:83.334%;margin:-2px auto 0;padding:18px 12px 0;border-top:1px solid rgba(79,139,103,.24);color:#6b8173;font-size:.76rem;letter-spacing:.08em;text-align:center}
.approach-return:before{content:"";position:absolute;left:-1px;top:-24px;width:1px;height:24px;background:rgba(79,139,103,.24)}
.approach-return:after{content:"";position:absolute;left:-4px;top:-27px;width:6px;height:6px;border-top:1px solid #76a98a;border-left:1px solid #76a98a;transform:rotate(45deg)}
.approach-principle{margin:26px 0 0;color:var(--deep);font-family:'Shippori Mincho',serif;font-size:clamp(.98rem,1.8vw,1.16rem);letter-spacing:.055em;text-align:center}
@media(max-width:600px){.approach-cycle{margin-top:30px;padding:0 6px 0 14px}.approach-flow{display:block;min-height:0;padding:3px 0 3px 34px}.approach-flow:before{left:5px;right:auto;top:10px;bottom:10px;width:1px;height:auto;background:linear-gradient(180deg,rgba(79,139,103,.34),rgba(79,139,103,.7),rgba(79,139,103,.34))}.approach-flow li{min-height:62px;text-align:left;font-size:.9rem}.approach-flow li:before{left:-29px;top:8px;width:10px;height:10px;transform:none;box-shadow:0 0 0 4px rgba(237,245,240,.75)}.approach-flow li span,.approach-flow li:nth-child(odd) span,.approach-flow li:nth-child(even) span{position:static;display:block;padding:0 0 20px}.approach-flow br{display:none}.approach-return{width:auto;margin:7px 0 0 34px;padding:12px 0 0;text-align:left;border-top-color:rgba(79,139,103,.24)}.approach-return:before,.approach-return:after{display:none}.approach-principle{margin-top:25px;font-size:1rem;line-height:1.8}}
/* Profile photo balance */
.profile-section .split{grid-template-columns:minmax(0,7fr) minmax(180px,3fr);gap:42px;align-items:start}
.profile-section .profile-photo{width:210px;max-width:100%;margin:4px 0 0 auto;justify-self:end;border-radius:8px}
.profile-section .profile-photo:before,.profile-section .profile-photo:after{content:none!important;display:none!important}
.profile-section .profile-photo img{display:block;width:210px;height:263px;max-width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center top}
.profile-section .profile-photo figcaption{padding:7px 5px;font-size:.75rem;line-height:1.5}
@media(max-width:600px){.profile-section .split{grid-template-columns:1fr;gap:24px}.profile-section .profile-photo{width:180px;margin:0 auto;justify-self:center}.profile-section .profile-photo img{width:180px;height:225px}}

/* Header menu icons */
.nav svg{width:18px;height:18px;flex:0 0 18px;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.nav a[aria-current=page] svg{stroke-width:1.8}
@media(max-width:900px){.nav svg{width:19px;height:19px;flex-basis:19px}}

/* Header navigation redesign */
@media(min-width:901px){
  .header-inner{min-height:78px}
  .nav{align-items:stretch;gap:4px}
  .nav a{flex-direction:column;justify-content:center;gap:3px;min-width:82px;min-height:64px;padding:7px 12px;border-radius:8px;font-size:.82rem;line-height:1.2;text-align:center}
  .nav a[href="philosophy.html"]{min-width:126px}
  .nav a[href="works.html"]{min-width:94px}
  .nav a[href="contact.html"]{min-width:94px}
  .nav svg{width:25px;height:25px;flex:0 0 25px;stroke-width:1.95}
  .nav .cta-mini{color:#4b5c51;background:transparent;border:0}
  .nav a:hover{color:var(--deep);background:rgba(237,245,240,.66)}
  .nav a[aria-current=page],.nav .cta-mini[aria-current=page]{color:var(--deep);background:#e5f1e9}
  .nav a[aria-current=page] svg{stroke-width:2.15}
}
@media(max-width:900px){
  .nav.open{gap:5px;padding-top:12px;padding-bottom:16px}
  .nav a{flex-direction:row;justify-content:flex-start;gap:13px;min-height:54px;padding:11px 16px;border-radius:8px;font-size:.9rem;line-height:1.3}
  .nav svg{width:25px;height:25px;flex:0 0 25px;stroke-width:2}
  .nav .cta-mini{color:#4b5c51;background:transparent}
  .nav a:hover{color:var(--deep);background:rgba(237,245,240,.66)}
  .nav a[aria-current=page],.nav .cta-mini[aria-current=page]{color:var(--deep);background:#e5f1e9}
  .nav a[aria-current=page] svg{stroke-width:2.2}
}
/* Service icon: achievement silhouette */
.nav .nav-icon-service{overflow:visible;fill:none;stroke:none}
.nav .nav-icon-service .service-star,.nav .nav-icon-service .service-person{fill:currentColor;stroke:none}
.nav .nav-icon-service .service-person-arm{fill:none;stroke:currentColor;stroke-width:7;stroke-linecap:round;stroke-linejoin:round}
/* Review revisions: approach, services, and case studies */
.approach-flow li small{position:absolute;top:34px;left:0;right:0;color:#789082;font-family:Arial,sans-serif;font-size:.68rem;font-weight:400;letter-spacing:.12em}
.approach-flow li:nth-child(odd) span,.approach-flow li:nth-child(even) span{top:91px;bottom:auto}
.service-principle{max-width:760px;margin:26px 0 30px;padding:20px 24px;border-left:2px solid #8db49b;background:linear-gradient(90deg,rgba(237,245,240,.78),rgba(255,255,255,0))}
.service-principle h3{margin-bottom:5px;color:var(--deep);font-size:1.08rem}
.service-principle p{margin:0;color:var(--muted);font-size:.92rem}
.support-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:44px;border-top:1px solid var(--line)}
.support-item{padding:24px 2px 25px;border-bottom:1px solid var(--line)}
.support-item h3{margin-bottom:7px;color:var(--deep);font-size:1.08rem}
.support-item p{max-width:470px;margin:0;color:var(--muted);font-size:.92rem}
.case-studies{border-top:1px solid #cadbd0}
.case-study{display:grid;grid-template-columns:74px minmax(0,1fr);gap:24px;padding:34px 24px 36px 8px;border-bottom:1px solid #cadbd0;transition:background-color .25s ease}
.case-study:hover{background:rgba(237,245,240,.42)}
.case-number{padding-top:4px;color:#83a18e;font-family:Arial,sans-serif;font-size:.82rem;letter-spacing:.14em}
.case-body{max-width:790px}
.case-status{display:inline-block;margin-bottom:10px;padding:3px 10px;border:1px solid #bed3c5;border-radius:999px;color:#557363;background:rgba(237,245,240,.55);font-size:.72rem;line-height:1.5;letter-spacing:.04em}
.case-body h2{margin:0 0 7px;font-size:clamp(1.35rem,2.7vw,1.82rem);line-height:1.45}
.case-keywords{margin:0 0 13px;color:#6d8375;font-size:.78rem;letter-spacing:.045em}
.case-body>p:last-child{max-width:710px;margin:0;color:var(--muted);font-size:.94rem;line-height:1.95}
@media(max-width:600px){.approach-flow li small{position:static;display:block;margin:0 0 3px;color:#789082;font-size:.66rem}.approach-flow li span,.approach-flow li:nth-child(odd) span,.approach-flow li:nth-child(even) span{position:static;padding-bottom:22px}.service-principle{margin:22px 0 26px;padding:17px 18px}.support-list{grid-template-columns:1fr;column-gap:0}.support-item{padding:21px 0 22px}.case-study{grid-template-columns:1fr;gap:7px;padding:28px 4px 30px}.case-number{padding:0;font-size:.74rem}.case-status{width:max-content;margin:2px 0 7px}.case-body h2{font-size:1.36rem}.case-keywords{line-height:1.7}.case-body>p:last-child{font-size:.92rem}}
/* Final accessibility and hierarchy pass */
body{font-size:17px;line-height:1.82;color:#233027}
.section{padding:64px 0}
.section-kicker{font-size:.8rem;letter-spacing:.15em}
.page-hero{padding:48px 0 36px}
.page-hero>div>p:last-child{font-size:1.02rem;line-height:1.8;color:#4b5a51}
.intro{font-size:1rem;line-height:1.86;color:#4b5a51}
.card p,.problem,.timeline-item p,.case-body>p:last-child,.support-item p,.service-principle p,.notice{font-size:.98rem;color:#4b5a51}
.card h3,.support-item h3,.service-principle h3{font-size:1.12rem}
.philosophy{padding:48px 54px;background:transparent;border:0;border-top:1px solid #bfd2c5;border-bottom:1px solid #bfd2c5;border-radius:0;box-shadow:none}
.philosophy-title{font-size:clamp(2.25rem,4.2vw,3.05rem);line-height:1.35}
.philosophy-sub{font-size:.9rem;margin-bottom:18px;color:#536158}
.creed li{padding:25px 0;font-size:1.12rem;line-height:1.9;font-weight:700}
.profile-section .split>div>p:not(.section-kicker){font-size:1rem;line-height:1.9;color:#36433b}
@media(min-width:901px){.header-inner{min-height:84px}.nav a{min-height:70px;padding:7px 13px;font-size:.88rem}.nav svg{width:30px;height:30px;flex-basis:30px;stroke-width:2}.nav a[aria-current=page] svg{stroke-width:2.15}}
@media(max-width:900px){.nav a{font-size:1rem;min-height:58px}.nav svg{width:29px;height:29px;flex-basis:29px}.nav.open{top:70px}}
@media(max-width:600px){body{font-size:16.5px;line-height:1.8}.section{padding:46px 0}.page-hero{padding:34px 0 27px}.section-kicker{font-size:.78rem}.page-hero>div>p:last-child{font-size:1rem}.intro{font-size:1rem}.card p,.problem,.timeline-item p,.case-body>p:last-child,.support-item p,.service-principle p,.notice{font-size:1rem}.nav.open{top:62px}.philosophy{padding:30px 8px}.philosophy-title{font-size:2.15rem}.philosophy-sub{font-size:.86rem}.creed li{padding:22px 0;font-size:1.05rem;line-height:1.88}.profile-section .split>div>p:not(.section-kicker){font-size:1rem;line-height:1.86}}

/* 2026-09-06 実画面品質改善：可読性・階層・視線誘導 */
#home-main{scroll-margin-top:84px}
p{line-height:1.82}
.footer-nav{font-size:.84rem}.copy{font-size:.76rem}
.form label{font-size:1rem}.form input,.form textarea{font-size:1rem}
.menu-btn:after{content:none}
.menu-btn{border-radius:8px;background:#edf5f0}
.menu-btn svg{display:block;width:28px;height:28px;stroke:currentColor;stroke-width:1.9;stroke-linecap:round}
.menu-btn svg path{stroke:currentColor}
@media(min-width:901px){.header-inner{height:84px;min-height:84px}.nav{height:84px;gap:5px}.nav a{width:auto;min-width:86px;height:70px;min-height:70px;padding:7px 13px;gap:4px;font-size:15px;line-height:1.15}.nav a[href="philosophy.html"]{min-width:132px}.nav svg{width:30px;height:30px;flex-basis:30px;stroke-width:2.15}.nav .nav-icon-service{width:32px;height:32px;flex-basis:32px}}

/* 理念はカードではなく、言葉そのものを主役にする */
.philosophy{max-width:960px;margin-inline:auto;padding:52px 56px 50px}
.philosophy-title{margin-bottom:5px;font-size:clamp(2.65rem,4.5vw,3.45rem);letter-spacing:.07em}
.philosophy-sub{margin-bottom:22px;font-size:1rem;letter-spacing:.03em}
.creed li{padding:27px 0;font-size:1.25rem;line-height:1.95;letter-spacing:.025em}
.profile-section .split{gap:56px}
.profile-section .split>div>p:not(.section-kicker){max-width:780px;font-size:1.05rem;line-height:1.95}

/* サービスの考え方は同じ箱の羅列にせず、読む順番を作る */
[data-page="services"] .grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:32px;border-top:1px solid #bfd2c5;border-bottom:1px solid #bfd2c5}
[data-page="services"] .grid-3 .card{position:relative;padding:30px 28px 28px;background:transparent;border:0;border-radius:0;box-shadow:none}
[data-page="services"] .grid-3 .card+.card{border-left:1px solid #d7e3da}
[data-page="services"] .grid-3 .card h3{font-size:1.22rem;color:var(--deep)}
[data-page="services"] .grid-3 .card p{font-size:1rem;line-height:1.85}
.service-principle{max-width:820px;margin:30px 0 34px;padding:22px 26px}
.service-principle h3{font-size:1.3rem}.service-principle p{font-size:1.03rem}
.support-item{padding:27px 4px 29px}.support-item h3{font-size:1.22rem}.support-item p{font-size:1rem;line-height:1.85}

/* 改善循環：大きな意味アイコンと短い動詞で、最後から最初へ戻す */
.approach-cycle{max-width:1080px;margin-top:38px;padding:0 12px 4px}
.approach-flow{min-height:226px;gap:0}
.approach-flow:before{left:7%;right:7%;top:82px;background:#aecbbb}
.approach-flow li{display:flex;flex-direction:column;align-items:center;padding:0 8px;font-size:1rem}
.approach-flow li:before{top:76px;width:11px;height:11px;border-width:2px;background:#fff;box-shadow:0 0 0 6px var(--pale)}
.approach-flow li small{position:static;margin:0 0 8px;font-size:.75rem;font-weight:600;color:#64806e}
.approach-icon{position:relative;z-index:1;box-sizing:border-box;width:54px;height:54px;margin-bottom:27px;padding:12px;color:#46765b;background:#fff;border:1px solid #9fc1ad;border-radius:50%;stroke:currentColor;stroke-width:1.65;fill:none;stroke-linecap:round;stroke-linejoin:round}
.approach-flow li span,.approach-flow li:nth-child(odd) span,.approach-flow li:nth-child(even) span{position:static;padding:0;font-family:'Shippori Mincho',serif;font-size:1.15rem;font-weight:700;color:#244332}
.approach-flow li em{display:block;max-width:140px;margin-top:7px;color:#52675a;font-size:.85rem;font-style:normal;line-height:1.65;text-align:center}
.approach-return{width:86%;margin:4px auto 0;padding-top:21px;font-size:.83rem;color:#587160}
.approach-principle{margin-top:24px;font-size:1.22rem;font-weight:600}

/* 実績は編集記事のように、番号・状態・内容の主従を明確にする */
.case-study{grid-template-columns:92px minmax(0,1fr);gap:30px;padding:40px 22px 42px 10px}
.case-number{padding-top:0;font-size:1.08rem;font-weight:600;color:#6c927b}
.case-body{max-width:850px}
.case-status{margin-bottom:12px;padding:4px 12px;border-radius:3px;font-size:.8rem;font-weight:600}
.case-body h2{margin-bottom:9px;font-size:clamp(1.65rem,2.8vw,2.15rem)}
.case-keywords{margin-bottom:15px;font-size:.9rem;color:#526b5c}
.case-body>p:last-child{max-width:780px;font-size:1.03rem;line-height:1.9;color:#394940}

@media(max-width:900px){.menu-btn{display:flex}.nav.open{top:70px}.nav a{font-size:16px}}
@media(max-width:600px){
  #home-main{scroll-margin-top:62px}
  .philosophy{padding:34px 4px 32px}.philosophy-title{font-size:2.35rem}.philosophy-sub{font-size:.95rem}.creed li{padding:24px 0;font-size:1.13rem}
  [data-page="services"] .grid-3{grid-template-columns:1fr;margin-top:24px}
  [data-page="services"] .grid-3 .card{padding:24px 4px 25px}
  [data-page="services"] .grid-3 .card+.card{border-left:0;border-top:1px solid #d7e3da}
  .support-item h3{font-size:1.18rem}
  .approach-cycle{padding:0 2px 0 6px}
  .approach-flow{padding:0 0 0 66px}
  .approach-flow:before{left:27px;top:18px;bottom:22px}
  .approach-flow li{position:relative;display:grid;grid-template-columns:1fr;align-items:start;min-height:120px;padding:0 0 25px;text-align:left}
  .approach-flow li:before{left:-44px;top:45px}
  .approach-flow li small{margin-bottom:4px;font-size:.75rem}
  .approach-icon{position:absolute;left:-62px;top:20px;width:48px;height:48px;margin:0;padding:11px}
  .approach-flow li span,.approach-flow li:nth-child(odd) span,.approach-flow li:nth-child(even) span{font-size:1.18rem}
  .approach-flow li em{max-width:none;margin-top:5px;font-size:.96rem;text-align:left}
  .approach-return{margin:0 0 0 66px;padding-top:15px;text-align:left}
  .approach-principle{font-size:1.08rem}
  .case-study{grid-template-columns:1fr;gap:7px;padding:31px 3px 34px}
  .case-number{font-size:.94rem}.case-status{font-size:.78rem}.case-body h2{font-size:1.58rem}.case-keywords{font-size:.88rem}.case-body>p:last-child{font-size:1rem}
  .contact-line-text>p:last-child{font-size:1rem}.footer-nav{font-size:.9rem}
}

/* 2026-09-06 統合ナレッジ準拠の再設計 */
body{font-family:'Noto Sans JP','Yu Gothic UI','Yu Gothic',sans-serif;font-size:17.5px;line-height:1.72;color:#202923}
p{line-height:1.72}
h1,h2,h3,.page-hero h1{font-family:'Noto Sans JP','Yu Gothic UI','Yu Gothic',sans-serif;font-weight:700;letter-spacing:.015em}
.page-hero{padding:42px 0 34px}
.page-hero h1{font-size:clamp(2.25rem,3.5vw,2.65rem);line-height:1.25;margin-bottom:16px}
.page-hero>div>p:last-child{font-size:1.05rem;line-height:1.7;color:#344139}
.section{padding:52px 0}
.section-kicker{margin-bottom:8px;font-size:.8rem;font-weight:600}
h2{font-size:clamp(1.75rem,2.7vw,2.1rem);line-height:1.35;margin-bottom:20px}
h3{font-size:1.25rem;line-height:1.45;margin-bottom:9px}
.intro{max-width:820px;margin-bottom:24px;font-size:1.04rem;line-height:1.72;color:#344139}
.card p,.problem,.support-item p,.service-principle p,.notice,.case-body>p:last-child{font-size:1rem;line-height:1.72;color:#344139}
.btn{min-height:50px;font-size:1rem;font-weight:600}

/* ヘッダーはページ固有の継承を受けず、同じ実寸に固定 */
.site-header,.site-header *{font-family:'Noto Sans JP','Yu Gothic UI','Yu Gothic',sans-serif}
.site-header .header-inner{height:84px;min-height:84px}
.site-header .brand img{width:174px}
@media(min-width:901px){.site-header .nav{height:84px}.site-header .nav a{min-width:88px;height:70px;min-height:70px;padding:7px 13px;gap:4px;font-size:15px;line-height:1.15}.site-header .nav a[href="philosophy.html"]{min-width:134px}.site-header .nav svg{width:30px;height:30px;flex-basis:30px}}

/* 正式理念だけ明朝を残し、密度と格を両立 */
.philosophy{padding:42px 50px 40px}
.philosophy-title{font-family:'Noto Sans JP','Yu Gothic UI',sans-serif;font-size:2.65rem;line-height:1.25;letter-spacing:.04em}
.philosophy-sub{font-family:'Noto Sans JP','Yu Gothic UI',sans-serif;font-size:1rem;margin-bottom:16px}
.creed li{padding:22px 0;font-family:'Shippori Mincho','Yu Mincho',serif;font-size:1.28rem;line-height:1.78;font-weight:700}
.profile-section .split{gap:46px}
.profile-section .split>div>p:not(.section-kicker){font-size:1.02rem;line-height:1.72;margin-bottom:16px}
.experience-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:42px;border-top:1px solid #bfd2c5}
.experience-item{padding:19px 2px 20px;border-bottom:1px solid #d7e3da}
.experience-item h3{margin:0 0 5px;font-size:1.15rem;color:var(--deep)}
.experience-item p{margin:0;font-size:1rem;color:#344139}
.chips{margin-top:16px}.chip{font-family:'Noto Sans JP','Yu Gothic UI',sans-serif;font-size:.86rem}

/* サポート内容：専用アイコンと本文を一つの情報塊にする */
.support-list{column-gap:38px}
.support-item{position:relative;min-height:126px;padding:23px 4px 23px 70px}
.support-icon{position:absolute;left:4px;top:26px;width:48px;height:48px;color:#356f50;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.support-item h3{font-size:1.2rem;margin-bottom:6px}
.support-item p{font-size:1rem}
[data-page="services"] .grid-3 .card{padding-top:25px;padding-bottom:25px}
[data-page="services"] .grid-3 .card h3{font-size:1.2rem}
.service-principle{margin:24px 0 27px;padding:19px 24px}.service-principle h3{font-size:1.25rem}

/* STEP：専用図形を強くし、説明まで縮小時に読める密度へ */
.approach-cycle{margin-top:28px}
.approach-flow{min-height:210px}
.approach-flow:before{top:81px;height:2px}
.approach-flow li:before{top:75px;width:12px;height:12px}
.approach-flow li small{font-size:.76rem;margin-bottom:7px}
.approach-icon{width:56px;height:56px;padding:10px;margin-bottom:25px;border-width:2px;stroke-width:2.15;color:#2f704c;background:#fdfefd;box-shadow:0 4px 14px rgba(40,88,58,.09)}
.approach-flow li span,.approach-flow li:nth-child(odd) span,.approach-flow li:nth-child(even) span{font-family:'Noto Sans JP','Yu Gothic UI',sans-serif;font-size:1.16rem}
.approach-flow li em{font-size:.84rem;line-height:1.55;color:#3f5147}
.approach-return{padding-top:17px}.approach-principle{margin-top:20px;font-family:'Noto Sans JP','Yu Gothic UI',sans-serif;font-size:1.12rem}

/* 実績：番号・専用アイコン・本文を一体化し、高さを圧縮 */
.case-study{grid-template-columns:58px minmax(0,1fr);gap:22px;padding:27px 14px 29px 8px}
.case-number{padding-top:7px;font-size:1rem}
.case-body{display:grid;grid-template-columns:66px minmax(0,1fr);gap:18px;max-width:900px}
.case-icon{width:58px;height:58px;margin-top:3px;padding:8px;color:#356f50;background:#f3f8f5;border:1px solid #c8dbcf;border-radius:10px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.case-status{margin-bottom:7px;padding:3px 10px;font-size:.78rem}
.case-body h2{font-size:clamp(1.5rem,2.2vw,1.78rem);line-height:1.35;margin-bottom:6px}
.case-keywords{margin-bottom:9px;font-size:.88rem}
.case-body>p:last-child,.case-content>p:last-child{max-width:800px;font-size:1rem;line-height:1.7;color:#344139}

.contact-line{margin-bottom:34px}.contact-line-text h2,.contact-form-title{font-size:1.75rem}.form{gap:15px}.form label{font-size:1rem}
.cta-band{padding:48px 0}.cta-band h2{font-size:2rem}.cta-band p{font-size:1rem}

@media(max-width:600px){
  body{font-size:16.5px;line-height:1.7}p{line-height:1.7}
  .site-header .header-inner{height:62px;min-height:62px}.site-header .brand img{width:150px}
  .page-hero{padding:32px 0 27px}.page-hero h1{font-size:2rem;margin-bottom:13px}.page-hero>div>p:last-child{font-size:1rem}
  .section{padding:40px 0}h2{font-size:1.65rem;margin-bottom:16px}.intro{font-size:1rem;margin-bottom:20px}
  .philosophy{padding:29px 3px 28px}.philosophy-title{font-size:2.1rem}.philosophy-sub{font-size:.93rem}.creed li{padding:20px 0;font-size:1.12rem;line-height:1.75}
  .profile-section .split{gap:22px}.profile-section .split>div>p:not(.section-kicker){font-size:1rem;line-height:1.7;margin-bottom:14px}
  .experience-list{grid-template-columns:1fr}.experience-item{padding:17px 0 18px}.experience-item h3{font-size:1.08rem}
  .support-item{min-height:0;padding:20px 0 21px 61px}.support-icon{left:0;top:22px;width:44px;height:44px}
  .approach-flow{padding-left:68px}.approach-flow li{min-height:116px}.approach-icon{left:-64px;width:50px;height:50px;padding:9px;stroke-width:2.2}.approach-flow li em{font-size:.95rem}.approach-principle{font-size:1.04rem}
  .case-study{grid-template-columns:1fr;gap:7px;padding:25px 2px 27px}.case-number{padding:0}.case-body{grid-template-columns:52px minmax(0,1fr);gap:13px}.case-icon{width:48px;height:48px;padding:7px}.case-body h2{font-size:1.42rem}.case-keywords{font-size:.84rem}.case-content>p:last-child{font-size:1rem;line-height:1.7}
  .contact-line{margin-bottom:30px}.contact-line-text h2,.contact-form-title{font-size:1.55rem}.cta-band{padding:40px 0}.cta-band h2{font-size:1.65rem}
}

/* 全ページ共通 見出しサイズ調整 */
.page-hero h1,
.philosophy-title{
  font-size:2rem;
  line-height:1.32;
  margin-bottom:10px;
}

h2{
  font-size:1.75rem;
  line-height:1.4;
  margin-bottom:12px;
}

h3,
.card h3,
.support-item h3,
.service-principle h3,
.experience-item h3{
  font-size:1.25rem;
  line-height:1.45;
  margin-bottom:6px;
}

.case-body h2,
.contact-line-text h2,
.contact-form-title{
  font-size:1.625rem;
  line-height:1.4;
  margin-bottom:7px;
}

.cta-band h2{
  font-size:1.75rem;
  margin-bottom:6px;
}

@media(max-width:600px){
  .page-hero h1,
  .philosophy-title{font-size:1.75rem;margin-bottom:8px}
  h2{font-size:1.5rem;margin-bottom:10px}
  h3,
  .card h3,
  .support-item h3,
  .service-principle h3,
  .experience-item h3{font-size:1.1875rem;margin-bottom:5px}
  .case-body h2,
  .contact-line-text h2,
  .contact-form-title{font-size:1.375rem;margin-bottom:6px}
  .cta-band h2{font-size:1.5rem;margin-bottom:5px}
}

/* 全ページ共通 見出し階層の最終統一 */
.page-hero h1,
.philosophy-title,
main>.section:first-child h1{
  font-size:1.75rem;
  line-height:1.35;
  margin-bottom:8px;
}

h2,
.cta-band h2{
  font-size:1.5rem;
  line-height:1.42;
  margin-bottom:9px;
}

h3,
.card h3,
.experience-item h3,
.service-principle h3{
  font-size:1.1875rem;
  line-height:1.45;
  margin-bottom:4px;
}

.support-item h3,
.case-body h2{
  font-size:1.25rem;
  line-height:1.45;
  margin-bottom:5px;
}

.contact-line-text h2,
.contact-form-title{
  font-size:1.375rem;
  line-height:1.45;
  margin-bottom:6px;
}

.legal h2{
  font-size:1.25rem;
  line-height:1.45;
  margin:25px 0 5px;
}

@media(max-width:600px){
  .page-hero h1,
  .philosophy-title,
  main>.section:first-child h1{font-size:1.625rem;margin-bottom:7px}
  h2,
  .cta-band h2{font-size:1.375rem;margin-bottom:7px}
  h3,
  .card h3,
  .experience-item h3,
  .service-principle h3{font-size:1.125rem;margin-bottom:4px}
  .support-item h3,
  .case-body h2{font-size:1.1875rem;margin-bottom:4px}
  .contact-line-text h2,
  .contact-form-title,
  .legal h2{font-size:1.125rem;margin-bottom:4px}
}

/* 実績・事例一覧 コンパクト調整 */
.works-section .case-study{
  grid-template-columns:52px minmax(0,1fr);
  gap:19px;
  padding:23px 12px 25px 7px;
}

.works-section .case-number{
  padding-top:6px;
  font-size:.875rem;
}

.works-section .case-body{
  grid-template-columns:58px minmax(0,1fr);
  gap:16px;
}

.works-section .case-icon{
  width:50px;
  height:50px;
  margin-top:2px;
  padding:7px;
}

.works-section .case-status{
  margin-bottom:6px;
  padding:3px 9px;
  font-size:.72rem;
}

.works-section .case-body h2{
  font-size:1.125rem;
  line-height:1.4;
  margin-bottom:4px;
}

.works-section .case-keywords{
  margin-bottom:7px;
  font-size:.78rem;
}

.works-section .case-content>p:last-child{
  font-size:.9375rem;
  line-height:1.62;
}

@media(max-width:600px){
  .works-section .case-study{gap:6px;padding:22px 2px 24px}
  .works-section .case-number{font-size:.82rem}
  .works-section .case-body{grid-template-columns:46px minmax(0,1fr);gap:11px}
  .works-section .case-icon{width:42px;height:42px;padding:6px}
  .works-section .case-status{margin-bottom:5px;padding:2px 8px;font-size:.7rem}
  .works-section .case-body h2{font-size:1.09375rem;margin-bottom:4px}
  .works-section .case-keywords{margin-bottom:6px;font-size:.75rem}
  .works-section .case-content>p:last-child{font-size:.9375rem;line-height:1.6}
}

/* 手動調整用変数の共通適用（ファーストビューを除く） */
body{
  font-size:var(--text-base);
  line-height:var(--line-height-body);
}

p{
  line-height:var(--line-height-body);
}

.site-header .container,
.page-hero .container,
.section .container,
.cta-band .container,
.site-footer .container{
  width:min(var(--content-max-width),calc(100% - var(--content-side-space)));
}

.section{
  padding-block:var(--space-section);
}

.page-hero h1,
.philosophy-title,
main>.section:first-child h1{
  font-size:var(--heading-page);
  line-height:var(--line-height-page);
  margin-bottom:var(--space-heading-bottom);
}

h2,
.cta-band h2{
  font-size:var(--heading-large);
  line-height:var(--line-height-heading);
  margin-bottom:var(--space-heading-bottom);
}

h3,
.card h3,
.experience-item h3,
.service-principle h3{
  font-size:var(--heading-small);
  line-height:var(--line-height-small);
  margin-bottom:var(--space-heading-small-bottom);
}

.support-item h3,
.works-section .case-body h2{
  font-size:var(--heading-item);
  line-height:var(--line-height-small);
  margin-bottom:var(--space-heading-item-bottom);
}

.contact-line-text h2,
.contact-form-title{
  font-size:var(--heading-medium);
  line-height:var(--line-height-small);
  margin-bottom:var(--space-heading-item-bottom);
}

.legal h2{
  font-size:var(--heading-item);
  line-height:var(--line-height-small);
  margin-bottom:var(--space-heading-item-bottom);
}

.intro,
.case-body,
.case-body>p:last-child,
.case-content>p:last-child{
  max-width:var(--content-reading-width);
}

.legal{
  max-width:var(--content-narrow-width);
}

.intro{
  margin-bottom:var(--space-paragraph);
}

.card{
  padding:var(--item-padding);
}

.approach-icon{
  width:var(--icon-size);
  height:var(--icon-size);
}

.support-icon{
  width:calc(var(--icon-size) * .875);
  height:calc(var(--icon-size) * .875);
}

.site-header .nav a{
  font-size:var(--nav-text-size);
}

.site-header .nav svg{
  width:var(--nav-icon-size);
  height:var(--nav-icon-size);
  flex-basis:var(--nav-icon-size);
}

.works-section .case-study{
  padding-block:var(--space-item-vertical);
}

.works-section .case-body>p:last-child,
.works-section .case-content>p:last-child{
  font-size:var(--text-compact);
  line-height:var(--line-height-compact);
}

@media(max-width:600px){
  body{font-size:var(--text-base-mobile)}
  .site-header .container,
  .page-hero .container,
  .section .container,
  .cta-band .container,
  .site-footer .container{width:min(var(--content-max-width),calc(100% - var(--content-side-space-mobile)))}
  .section{padding-block:var(--space-section-mobile)}
  .page-hero h1,
  .philosophy-title,
  main>.section:first-child h1{font-size:var(--heading-page-mobile)}
  h2,
  .cta-band h2{font-size:var(--heading-large-mobile)}
  h3,
  .card h3,
  .experience-item h3,
  .service-principle h3{font-size:var(--heading-small-mobile)}
  .support-item h3,
  .works-section .case-body h2{font-size:var(--heading-item-mobile)}
  .contact-line-text h2,
  .contact-form-title,
  .legal h2{font-size:var(--heading-medium-mobile)}
  .card{padding:var(--item-padding-mobile)}
  .site-header .nav a{font-size:var(--nav-text-size-mobile)}
  .works-section .case-study{padding-block:var(--space-item-vertical-mobile)}
  .works-section .case-body>p:last-child,
  .works-section .case-content>p:last-child{font-size:var(--text-compact-mobile)}
}

/* 実績・事例一覧 アイコンを使わない簡潔な情報構成 */
.works-section .case-study{
  grid-template-columns:38px minmax(0,1fr);
  gap:10px;
  padding:14px 6px 15px;
}

.works-section .case-number{
  padding-top:4px;
}

.works-section .case-body{
  display:grid;
  grid-template-columns:minmax(0,auto) max-content 1fr;
  grid-template-areas:
    "title status ."
    "keywords keywords keywords"
    "description description description";
  column-gap:9px;
  row-gap:2px;
  max-width:820px;
}

.works-section .case-icon{
  display:none;
}

.works-section .case-body h2{
  grid-area:title;
  align-self:center;
  margin:0;
}

.works-section .case-status{
  grid-area:status;
  align-self:center;
  width:max-content;
  margin:0;
}

.works-section .case-keywords{
  grid-area:keywords;
  margin:1px 0 2px;
}

.works-section .case-body>p:last-child,
.works-section .case-content>p:last-child{
  grid-area:description;
  margin:0;
  max-width:780px;
  font-size:1rem;
  line-height:1.65;
}

@media(max-width:600px){
  .works-section .case-study{grid-template-columns:30px minmax(0,1fr);gap:7px;padding:12px 0 13px}
  .works-section .case-number{padding-top:3px}
  .works-section .case-body{grid-template-columns:minmax(0,1fr) max-content 0;column-gap:7px;row-gap:2px}
  .works-section .case-body h2{font-size:1.09375rem}
  .works-section .case-body>p:last-child,
  .works-section .case-content>p:last-child{font-size:.9375rem;line-height:1.6}
}

/* 実績一覧にも手動調整用変数を最終適用 */
.works-section .case-study{padding-block:var(--space-item-vertical)}
.works-section .case-body h2{font-size:var(--heading-item)}
.works-section .case-body>p:last-child,
.works-section .case-content>p:last-child{
  font-size:var(--text-compact);
  line-height:var(--line-height-compact);
}

@media(max-width:600px){
  .works-section .case-study{padding-block:var(--space-item-vertical-mobile)}
  .works-section .case-body h2{font-size:var(--heading-item-mobile)}
  .works-section .case-body>p:last-child,
  .works-section .case-content>p:last-child{font-size:var(--text-compact-mobile)}
}

/* 詳細度の高い既存指定にも手動調整用変数を適用 */
.page-hero>div>p:last-child,
.intro,
.profile-section .split>div>p:not(.section-kicker),
.experience-item p{
  font-size:var(--text-base);
  line-height:var(--line-height-body);
}

.card p,
[data-page="services"] .grid-3 .card p,
.problem,
.support-item p,
.service-principle p,
.notice,
.contact-line-text>p:last-child,
.cta-band p,
.form label,
.form input,
.form textarea{
  font-size:var(--text-compact);
  line-height:var(--line-height-compact);
}

.creed li{
  font-size:calc(var(--text-base) * 1.17);
  line-height:var(--line-height-body);
}

.glass-copy p{
  font-size:calc(var(--text-base) * 1.17);
  line-height:var(--line-height-body);
}

[data-page="services"] .grid-3 .card h3,
.service-principle h3,
.experience-item h3{
  font-size:var(--heading-small);
  line-height:var(--line-height-small);
  margin-bottom:var(--space-heading-small-bottom);
}

.support-item h3{
  font-size:var(--heading-item);
  line-height:var(--line-height-small);
  margin-bottom:var(--space-heading-item-bottom);
}

.approach-flow li span,
.approach-flow li:nth-child(odd) span,
.approach-flow li:nth-child(even) span,
.approach-principle{
  font-size:var(--heading-small);
  line-height:var(--line-height-small);
}

@media(max-width:600px){
  .page-hero>div>p:last-child,
  .intro,
  .profile-section .split>div>p:not(.section-kicker),
  .experience-item p{font-size:var(--text-base-mobile)}
  .card p,
  [data-page="services"] .grid-3 .card p,
  .problem,
  .support-item p,
  .service-principle p,
  .notice,
  .contact-line-text>p:last-child,
  .cta-band p,
  .form label,
  .form input,
  .form textarea{font-size:var(--text-compact-mobile)}
  .creed li{font-size:calc(var(--text-base-mobile) * 1.17)}
  .glass-copy p{font-size:calc(var(--text-base-mobile) * 1.17)}
  [data-page="services"] .grid-3 .card h3,
  .service-principle h3,
  .experience-item h3{font-size:var(--heading-small-mobile)}
  .support-item h3{font-size:var(--heading-item-mobile)}
  .approach-flow li span,
  .approach-flow li:nth-child(odd) span,
  .approach-flow li:nth-child(even) span,
  .approach-principle{font-size:var(--heading-small-mobile)}
  .approach-icon{width:var(--icon-size-mobile);height:var(--icon-size-mobile)}
  .support-icon{width:calc(var(--icon-size-mobile) * .875);height:calc(var(--icon-size-mobile) * .875)}
}

/* 2026-09-18 章の始まりを示す若葉色の共通ルール */
.section-kicker + h1,
.section-kicker + h2,
.philosophy-title,
.contact-form-title,
.legal h2{
  padding-left:.65rem;
  border-left:3px solid var(--fresh-leaf);
}

.page-hero{border-bottom-color:color-mix(in srgb,var(--fresh-leaf) 42%,white)}
.support-list,.experience-list,.case-studies{border-top-color:color-mix(in srgb,var(--fresh-leaf) 48%,white)}
.line-guide-mobile,.line-add-mobile{display:none}
.btn-line{background:var(--green);color:#fff}

/* PC理念の2行目を「一、」後より約1文字右へ下げる */
.creed li{
  padding-inline-start:3em;
  text-indent:-3em;
}
.creed-mobile{display:none}

@media(max-width:600px){
  /* 改善循環は左アイコン・右説明の読みやすい一覧にする */
  .approach-cycle{margin-top:1.25rem;padding:0}
  .approach-flow{padding:0}
  .approach-flow:before{left:1.18rem;top:1rem;bottom:1rem;background:color-mix(in srgb,var(--fresh-leaf) 42%,white)}
  .approach-flow li{display:grid;grid-template-columns:2.9rem minmax(0,1fr);grid-template-rows:auto auto;column-gap:.65rem;min-height:0;padding:var(--approach-space-mobile) 0;text-align:left}
  .approach-flow li:before,.approach-flow li small{display:none}
  .approach-icon{position:static;grid-column:1;grid-row:1 / span 2;align-self:center;width:2.4rem;height:2.4rem;margin:0;padding:.15rem;border:0;border-radius:0;background:transparent;box-shadow:none;color:#39724e}
  .approach-flow li span,.approach-flow li:nth-child(odd) span,.approach-flow li:nth-child(even) span{grid-column:2;margin:0;font-size:var(--heading-small-mobile);line-height:1.35}
  .approach-flow li em{grid-column:2;max-width:none;margin:.08rem 0 0;font-size:.9rem;line-height:1.45;text-align:left}
  .approach-return{margin:.45rem 0 0 3.55rem;padding-top:.65rem}
  .approach-principle{margin-top:1.1rem}

  /* 理念は手動改行を使わず、3項目を一覧しやすい密度にする */
  .philosophy{padding:1.5rem .15rem 1.35rem}
  .philosophy-sub{margin-bottom:.45rem}
  .creed-pc{display:none}
  .creed-mobile{display:inline}
  .creed li{padding-block:.72rem;padding-inline:3em 0;text-indent:-3em;font-family:'Noto Sans JP','Yu Gothic UI','Yu Gothic',sans-serif;font-size:var(--philosophy-text-mobile);font-weight:700;line-height:var(--philosophy-line-height-mobile);letter-spacing:var(--philosophy-letter-spacing-mobile)}

  /* LINEはスマホでQRではなく友だち追加ボタンを主役にする */
  .line-guide-pc,.contact-line-qr{display:none}
  .line-guide-mobile{display:block}
  .line-add-mobile{display:inline-flex;margin-top:.85rem;width:100%}
}
