/* =========================================================
   株式会社ヨシゾウ サイト共通CSS（全ページで読み込む）
   色・文字・ヘッダー・フッター・見出し・共通パーツ（お客様の声カード／会社情報／電話・メールの問い合わせ／相談バンド）
   ページ固有のスタイルは各HTMLの <style> に書く
   ========================================================= */
  :root{
    --orange:#F5761A; --orange-d:#E4650B; --red:#E1352A; --navy:#1B2A4A;
    --green:#22B14C; --line-green:#06C755; --blue:#2E86C1; --purple:#7B4FA5; --gray:#6F7681;
    --text:#1f2329; --muted:#5b6470; --border:#d9dee4; --wrap:1280px;
  }
  *{margin:0;padding:0;box-sizing:border-box}
  html{scroll-behavior:smooth}
  @media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
  .skip{position:absolute;left:8px;top:-100px;z-index:200;background:var(--navy);color:#fff;padding:10px 16px;border-radius:6px;font-weight:900}
  .skip:focus{top:8px}
  main{scroll-margin-top:96px}main:focus{outline:none}
  body{font-family:'Noto Sans JP',sans-serif;color:var(--text);background:#fff;line-height:1.5;font-weight:500;-webkit-font-smoothing:antialiased;overflow-x:hidden}
  img{display:block;max-width:100%}
  picture{display:contents}   /* <picture>（WebP切替）は箱を作らず、img を直接の子として扱う */
  a{color:inherit;text-decoration:none}
  section{scroll-margin-top:96px}
  .wrap{max-width:var(--wrap);margin:0 auto;padding:0 22px}
  .brush{font-family:'Yuji Syuku','Noto Sans JP',serif;font-weight:400}
  .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
  /* 白フチ／黒フチ文字（写真の上でも読めるように） */
  .ol-w{text-shadow:2px 2px 0 #fff,-2px -2px 0 #fff,2px -2px 0 #fff,-2px 2px 0 #fff,2px 0 0 #fff,-2px 0 0 #fff,0 2px 0 #fff,0 -2px 0 #fff}
  .ol-d{text-shadow:2px 2px 0 #1a1a1a,-2px -2px 0 #1a1a1a,2px -2px 0 #1a1a1a,-2px 2px 0 #1a1a1a,2px 0 0 #1a1a1a,-2px 0 0 #1a1a1a,0 2px 0 #1a1a1a,0 -2px 0 #1a1a1a}

  /* ===== Header ===== */
  .site-header{background:#fff;position:sticky;top:0;z-index:100;border-bottom:1px solid var(--border)}
  .header-inner{display:flex;align-items:center;gap:16px;height:92px;position:relative}
  .logo{display:flex;align-items:center;gap:10px;flex:none}
  .logo .mark{width:58px;height:54px;border:3px solid #111;border-radius:9px;display:grid;place-items:center;color:#111;font-size:29px;background:#fff}
  .logo .txt small{display:block;font-size:13px;font-weight:700;letter-spacing:3px;color:#222;line-height:1}
  .logo .txt b{display:block;font-size:33px;font-weight:900;color:#111;letter-spacing:.5px;line-height:1.15;white-space:nowrap}
  .logo .txt em{display:block;font-style:normal;font-size:13px;font-weight:700;color:var(--red);line-height:1.2;letter-spacing:.5px}
  .nav{display:flex;align-items:center;gap:22px;margin:0 auto}
  .nav a{font-size:16px;font-weight:700;color:#222;position:relative;padding:8px 0;white-space:nowrap}
  .nav a:hover{color:var(--orange)}
  .nav a.active::after{content:"";position:absolute;left:0;right:0;bottom:2px;height:3px;background:var(--red);border-radius:2px}
  .head-catch{flex:none;position:relative;padding-left:20px;font-size:14.5px;font-weight:900;line-height:1.3;color:#222;transform:rotate(-6deg)}
  .head-catch::before{content:"";position:absolute;left:4px;top:0;bottom:4px;width:2.5px;background:#222;transform:rotate(-24deg)}
  .hamburger{display:none;margin-left:auto;background:none;border:0;font-size:26px;color:var(--navy);cursor:pointer}

  /* ===== 見出し ===== */
  .h-brush{font-family:'Yuji Syuku','Noto Sans JP',serif;font-weight:400;font-size:54px;line-height:1;color:#111;position:relative;padding:0 8px 6px;letter-spacing:2px;isolation:isolate}
  .h-brush::after{content:"";position:absolute;left:0;right:0;bottom:2px;height:15px;background:var(--orange);opacity:.9;z-index:-1;transform:rotate(-1.5deg);border-radius:6px 2px 8px 3px}
  .h-sub{font-size:21px;font-weight:900;color:#111;line-height:1.3}
  .h-sub::before{content:"＼ "} .h-sub::after{content:" ／"}

  /* ===== 下層ページ共通（ページ見出し・パンくず） ===== */
  main{padding-bottom:30px}
  .page-head{background:#fff7ef;border-bottom:1px solid var(--border);padding:16px 0 16px}
  .crumb{font-size:13px;font-weight:700;color:var(--muted);margin-bottom:10px}
  .crumb a:hover{color:var(--orange)}
  .ttl-row{display:flex;align-items:center;gap:22px;flex-wrap:wrap}

  /* ===== お客様の声カード ===== */
  .voices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
  .vc{border:1px solid var(--border);border-radius:6px;padding:12px 12px 10px;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.06)}
  .vc .row{display:flex;gap:10px;align-items:flex-start}
  .vc .av{width:54px;height:54px;border-radius:50%;flex:none;display:grid;place-items:center;font-size:25px;color:#fff}
  .vc p{font-size:16.5px;font-weight:700;line-height:1.5;color:#111}
  .vc .who{margin-top:10px;font-size:16.5px;font-weight:700;color:#222}

  /* ===== 会社情報（ヨシゾウとは＋テーブル） ===== */
  .company-grid{display:grid;grid-template-columns:1fr 1.35fr;gap:16px;align-items:stretch}
  .about{border:1px solid var(--border);border-radius:6px;box-shadow:0 2px 6px rgba(0,0,0,.06);padding:16px 18px 14px;background:#fff;display:flex;gap:12px;align-items:stretch}
  .about-txt{flex:1;min-width:0;display:flex;flex-direction:column}
  .about h2{font-size:24px;font-weight:900;color:#111;margin-bottom:8px;padding-left:12px;border-left:6px solid var(--orange);line-height:1.2}
  .about p{font-size:16px;font-weight:500;line-height:1.85;color:#222}
  .about-points{list-style:none;display:grid;gap:8px;margin-top:auto;padding-top:14px}
  .about-points li{display:flex;align-items:flex-start;gap:8px;font-size:16px;font-weight:900;color:#111;line-height:1.35}
  .about-points i{color:var(--orange);font-size:20px;flex:none;margin-top:1px}
  .about .char{width:150px;flex:none;align-self:flex-end}
  .company-table{border:1px solid var(--border);border-radius:6px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.06);display:grid;grid-template-columns:238px minmax(0,1fr);font-size:15px;background:#fff}
  .company-table dt{background:#f3f5f8;font-weight:900;color:#111;padding:9px 14px;font-size:14.5px;border-bottom:1px solid var(--border);border-right:1px solid var(--border)}
  .company-table dd{padding:9px 14px;border-bottom:1px solid var(--border);font-weight:700;color:#222;min-width:0;overflow-wrap:anywhere}
  .company-table>:nth-last-child(-n+2){border-bottom:0}
  .company-table a:hover{color:var(--orange)}

  /* ===== お問い合わせ（電話／メール見積り） ===== */
  .cta-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);border-radius:6px;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,.16)}
  .cta-grid>*{display:flex;align-items:center;gap:12px;padding:16px 16px;min-height:158px}
  .c-tel{background:#fff;flex-direction:column;justify-content:center;gap:4px;text-align:center}
  .c-tel .lbl{font-size:19px;font-weight:900;color:#111}
  .c-tel .num{display:inline-flex;align-items:center;gap:10px;font-size:42px;font-weight:900;color:var(--red);line-height:1;letter-spacing:-.5px;white-space:nowrap;font-variant-numeric:tabular-nums}
  .c-tel .num i{background:var(--red);color:#fff;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;font-size:26px}
  .c-tel small{font-size:17px;font-weight:700;color:#222;margin-top:6px}
  .c-mail{background:var(--orange);color:#fff}
  .c-mail:hover{background:var(--orange-d)}
  .c-mail .ico{background:#fff;color:var(--orange);width:76px;height:76px;border-radius:14px;display:grid;place-items:center;font-size:40px;flex:none}
  .c-mail b{display:block;font-size:29px;font-weight:900;line-height:1.15}
  .c-mail small{display:block;font-size:16px;font-weight:700;margin-top:6px}
  .c-mail .arw{margin-left:auto;font-size:30px}

  /* ===== 相談バンド（下層ページ末尾） ===== */
  .cta-band{margin-top:28px;background:var(--orange);color:#fff;border-radius:8px;padding:20px 24px;display:flex;align-items:center;gap:18px;flex-wrap:wrap}
  .cta-band .char{width:104px;flex:none;margin:-30px 0 -10px}
  .cta-band .t{font-size:24px;font-weight:900;line-height:1.3;flex:1;min-width:260px}
  .cta-band .t small{display:block;font-size:14px;font-weight:700;margin-top:4px}
  .cta-band .tel{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--red);font-size:30px;font-weight:900;padding:8px 18px;border-radius:8px;white-space:nowrap;line-height:1}
  .cta-band .tel i{font-size:22px}
  .cta-band .btn{display:inline-flex;align-items:center;gap:8px;border:2px solid #fff;border-radius:999px;padding:10px 22px;font-size:16px;font-weight:900;color:#fff;white-space:nowrap}
  .cta-band .btn:hover{background:#fff;color:var(--orange)}

  /* ===== Footer ===== */
  .foot-top{background:#fff;border-top:1px solid var(--border);padding:22px 0}
  .foot-top .logo .mark{width:76px;height:70px;font-size:38px}
  .foot-top .logo .txt b{font-size:38px}
  .foot-top .logo .txt small,.foot-top .logo .txt em{font-size:15px}
  .foot-top .cols{display:grid;grid-template-columns:1.15fr 1.35fr 1.1fr;gap:20px;align-items:center}
  .foot-info{font-size:19px;font-weight:700;color:#222;line-height:1.7}
  .foot-info .row{display:flex;gap:8px;align-items:flex-start}
  .foot-info .row i{color:#222;margin-top:6px;width:18px;text-align:center}
  .foot-info .sub{font-size:13px;font-weight:500;color:var(--muted);margin-top:4px;line-height:1.6}
  .nw{white-space:nowrap}
  .foot-sns{display:flex;align-items:center;justify-content:flex-end;gap:12px}
  .foot-sns .char{width:92px;height:auto}
  .foot-sns .bubble{font-family:'Yuji Syuku','Noto Sans JP',serif;font-size:16px;line-height:1.25;color:#111;text-align:center;transform:rotate(-6deg);white-space:nowrap}
  .foot-bar{background:var(--navy);color:#dfe6f2}
  .foot-bar .in{display:flex;align-items:center;gap:14px;padding:24px 22px;flex-wrap:wrap}
  .foot-bar nav{display:flex;flex-wrap:wrap}
  .foot-bar nav a{font-size:16px;padding:0 16px;border-left:1px solid #6d7b99}
  .foot-bar nav a:first-child{border-left:0;padding-left:0}
  .foot-bar nav a:hover{color:var(--orange)}
  .foot-bar .cp{margin-left:auto;font-size:15px}

  /* ===== Responsive（共通部分） ===== */
  @media(max-width:1279px){.nav{gap:14px}.nav a{font-size:14.5px}.head-catch{font-size:13px}}
  @media(max-width:1100px){.head-catch{display:none}}
  @media(max-width:980px){.foot-top .cols{grid-template-columns:minmax(0,1fr);text-align:center}.foot-sns{justify-content:center}.foot-info .row{display:block}.foot-info .row i{display:inline-block;width:auto;margin:0 6px 0 0}}
  @media(max-width:900px){
    .nav{display:none}.hamburger{display:block}
    .nav.open{display:flex;flex-direction:column;position:absolute;left:0;right:0;top:92px;background:#fff;padding:12px 20px;border-bottom:1px solid var(--border);gap:10px;margin:0;box-shadow:0 8px 16px rgba(0,0,0,.08)}
    .cta-grid{grid-template-columns:minmax(0,1fr)}
    .company-grid{grid-template-columns:minmax(0,1fr)}
    .cta-band .char{margin:-16px 0 -6px}
  }
  @media(max-width:600px){
    main{scroll-margin-top:76px}
    .header-inner{height:68px}.logo .mark{width:44px;height:42px;font-size:22px;border-width:2.5px}.logo .txt b{font-size:22px}.logo .txt small{font-size:11px;letter-spacing:2px}.logo .txt em{font-size:11px}.nav.open{top:68px}
    section{scroll-margin-top:76px}
    .h-brush{font-size:38px}.h-sub{font-size:15px}
    .page-head{padding:12px 0 14px}.ttl-row{gap:8px 14px}
    .voices{grid-template-columns:minmax(0,1fr)}
    .cta-grid>*{padding:14px 12px;gap:10px;min-height:0}
    .c-tel .num{font-size:36px}.c-tel .num i{width:42px;height:42px;font-size:20px}.c-tel .lbl{font-size:16px}.c-tel small{font-size:14px}
    .c-mail .ico{width:60px;height:60px;font-size:30px}.c-mail b{font-size:24px}.c-mail small{font-size:14px}
    .company-table{grid-template-columns:114px minmax(0,1fr);font-size:13.5px}.company-table dt{font-size:12.5px}.company-table dt,.company-table dd{padding:7px 9px}.about{padding:12px 12px 10px;flex-direction:column}.about h2{font-size:20px}.about p{font-size:14px}.about-points li{font-size:14px}.about .char{width:104px;align-self:flex-end;margin-top:-6px}
    .cta-band{padding:16px 14px;gap:12px}.cta-band .t{font-size:19px;min-width:180px}.cta-band .tel{font-size:24px;padding:8px 14px}.cta-band .btn{font-size:14px;padding:8px 16px}.cta-band .char{width:80px;margin:0}
    .foot-bar .cp{margin:0 auto}.foot-info{font-size:15px}.foot-bar nav a{font-size:13px;padding:0 10px}.foot-bar .in{padding:16px 14px}.foot-top .logo .mark{width:50px;height:46px;font-size:24px}.foot-top .logo .txt b{font-size:24px}.foot-top .logo .txt small,.foot-top .logo .txt em{font-size:11px}
    }
