/* ===== 20_site.css ===== */
[hidden]{display:none!important}

/* === header === */
.sc-host{height:auto !important;}
  .kc-head-nav{display:none;}
  .kc-burger{display:inline-flex;}
  .kc-mobile-panel{display:block;}
  @media(min-width:1280px){
    .kc-head-nav{display:flex;}
    .kc-burger{display:none;}
    .kc-mobile-panel{display:none !important;}
  }
  .kc-navitem{position:relative;}
  .kc-pop{position:absolute;top:100%;left:50%;transform:translate(-50%,4px);background:#fff;border:1px solid #e6efd6;border-radius:2px;box-shadow:0 18px 44px rgba(20,45,80,.20);padding:12px;min-width:264px;opacity:0;visibility:hidden;transform-origin:top center;transition:opacity .2s ease,transform .2s ease;z-index:60;}
  .kc-navitem:hover .kc-pop,.kc-navitem:focus-within .kc-pop{opacity:1;visibility:visible;transform:translate(-50%,12px);}
  .kc-pop::before{content:"";position:absolute;top:-8px;left:50%;transform:translateX(-50%) rotate(45deg);width:16px;height:16px;background:#fff;border-left:1px solid #e6efd6;border-top:1px solid #e6efd6;}
  .kc-pop::after{content:"";position:absolute;top:-16px;left:0;right:0;height:16px;}
  .kc-pop a{display:flex;align-items:center;gap:11px;padding:13px 16px;border-radius:2px;color:#22364a;font-size:15px;font-weight:600;white-space:nowrap;transition:background .15s ease,color .15s ease;}
  .kc-pop a:hover{background:#f2f7ea;color:#3f6f1c;}
  .kc-pop .dot{flex-shrink:0;width:8px;height:8px;border-radius:50%;background:#5e9a2b;}

/* === footer === */
.kc-foot-grid{display:grid;grid-template-columns:1fr;gap:36px;}
  @media(min-width:800px){.kc-foot-grid{grid-template-columns:1fr auto auto;column-gap:72px;}}

/* === index === */
*{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{margin:0;font-family:"Noto Sans JP",sans-serif;color:#2f3a42;background:url('./images/bg-texture.png') repeat,#fff;line-height:1.95;font-size:20px;color:#1b1b1b;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
  img{max-width:100%;display:block;}
  a{color:#2c5580;text-decoration:none;}
  a:hover{color:#2c5580;}
  h1,h2,h3,h4{font-family:"Zen Old Mincho",serif;line-height:1.5;margin:0;font-weight:700;}
  p{margin:0;}
  .kc-wrap{max-width:1500px;margin:0 auto;padding:clamp(60px,7vw,120px) clamp(20px,5vw,80px);}
  .kc-head-nav{display:none;}
  .kc-burger{display:inline-flex;}
  .kc-mobile-panel{display:block;}
  @media(min-width:1280px){
    .kc-head-nav{display:flex;}
    .kc-burger{display:none;}
    .kc-mobile-panel{display:none !important;}
  }
  .kc-alt{display:grid;grid-template-columns:1fr;gap:clamp(28px,4vw,60px);align-items:center;}
  @media(min-width:1080px){.kc-alt{grid-template-columns:1fr 1fr;align-items:stretch;gap:0;}.kc-alt.rev .kc-media{order:2;}.kc-alt .kc-media{aspect-ratio:auto !important;height:100%;}}
  .kc-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:22px;}
  .kc-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1px;}
  .kc-news-content{display:flex;flex-direction:column;gap:10px;}
  @media(min-width:992px){.kc-news-content{flex-direction:row;align-items:center;gap:32px;}}
  .kc-blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(258px,1fr));gap:26px;}
  @media(min-width:1080px){.kc-oneline{white-space:nowrap;}}
  @media(max-width:640px){.kc-ml,.kc-ml *{text-align:left !important;}}
  .kc-blog-thumb{height:205px;}
  @media(min-width:576px){.kc-blog-thumb{height:215px;}}
  @media(min-width:992px){.kc-blog-thumb{height:240px;}}
  .kc-jisseki-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:26px;}
  .kc-genba-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
  @media(max-width:900px){.kc-genba-grid{grid-template-columns:1fr 1fr;}}
  @media(max-width:520px){.kc-genba-grid{grid-template-columns:1fr;}}
  .kc-foot-grid{display:grid;grid-template-columns:1fr;gap:36px;}
  @media(min-width:800px){.kc-foot-grid{grid-template-columns:1fr auto auto;column-gap:72px;}}
  .kc-rise{opacity:0;transform:translateY(20px);animation:kcRise .9s cubic-bezier(.22,.61,.36,1) forwards;}
  @keyframes kcRise{to{opacity:1;transform:none;}}
  @keyframes kcShine{0%{left:-40%;}12%{left:140%;}100%{left:140%;}}
  @keyframes kcTwinkle{0%{opacity:0;transform:scale(.3) rotate(0deg);}55%{opacity:1;transform:scale(1.15) rotate(70deg);}100%{opacity:1;transform:scale(1) rotate(90deg);}}
  @media(prefers-reduced-motion:reduce){.kc-rise{animation:none;opacity:1;transform:none;}html{scroll-behavior:auto;}}
  .kc-wave{-webkit-mask:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='100'%20height='100'%20preserveAspectRatio='none'%3E%3Cpath%20d='M0%200H100V90C83%2080%2083%20100%2066%2090C50%2080%2050%20100%2033%2090C17%2080%2017%20100%200%2090Z'%20fill='%23000'/%3E%3C/svg%3E") center/100% 100% no-repeat;mask:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='100'%20height='100'%20preserveAspectRatio='none'%3E%3Cpath%20d='M0%200H100V90C83%2080%2083%20100%2066%2090C50%2080%2050%20100%2033%2090C17%2080%2017%20100%200%2090Z'%20fill='%23000'/%3E%3C/svg%3E") center/100% 100% no-repeat;}
  .kc-wsep{position:absolute;top:0;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;height:96px;display:block;z-index:0;pointer-events:none;}
  .kc-wtex{-webkit-mask:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%20120'%20preserveAspectRatio='none'%3E%3Cpath%20d='M0,0%20H1200%20V30%20C1080,80%20960,86%20840,52%20C720,18%20600,18%20480,52%20C360,86%20240,80%20120,44%20C80,32%2040,28%200,32%20Z'%20fill='%23000'/%3E%3C/svg%3E") center/100% 100% no-repeat;mask:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%20120'%20preserveAspectRatio='none'%3E%3Cpath%20d='M0,0%20H1200%20V30%20C1080,80%20960,86%20840,52%20C720,18%20600,18%20480,52%20C360,86%20240,80%20120,44%20C80,32%2040,28%200,32%20Z'%20fill='%23000'/%3E%3C/svg%3E") center/100% 100% no-repeat;}

  @media(max-width:640px){body p{font-size:16px !important;text-align:left !important;}}
  .kc-stat{aspect-ratio:300/193;display:flex;flex-direction:column;justify-content:center;}
  @media(max-width:640px){.kc-stats3{flex-wrap:wrap !important;justify-content:center;}.kc-stat{flex:0 1 calc(50% - 7px) !important;max-width:calc(50% - 7px);}.kc-stat:first-child{flex-basis:calc(50% - 7px) !important;}}
  @media(max-width:640px){.kc-hero-c{text-align:center;}body .kc-hero-c p{text-align:center !important;}}
  @media(min-width:641px) and (max-width:1200px) and (orientation:landscape){
    body .kc-hero-c>p:first-child{font-size:14px !important;margin-bottom:16px !important;}
    body .kc-hero-c h1{font-size:clamp(30px,4.4vw,44px) !important;margin-bottom:14px !important;}
    body .kc-hero-c>p:nth-of-type(2){font-size:clamp(16px,2.4vw,22px) !important;margin-bottom:26px !important;}
    .kc-hero-c .kc-stats3{max-width:560px;}
    .kc-hero-c .kc-stat{border-width:13px !important;padding:8px 6px !important;aspect-ratio:auto !important;overflow:visible !important;}
    .kc-hero-c .kc-stat>p{white-space:normal !important;}
    body .kc-hero-c .kc-stat>p:first-of-type{font-size:clamp(20px,2.8vw,30px) !important;margin-bottom:4px !important;}
    body .kc-hero-c .kc-stat>p:last-of-type{font-size:clamp(11px,1.5vw,14px) !important;}
  }
  @media(orientation:portrait){
    .kc-fv{flex-direction:column !important;min-height:calc(100dvh - 130px) !important;align-items:stretch !important;}
    .kc-fv-media{position:relative !important;inset:auto !important;width:100%;aspect-ratio:16/9;z-index:1 !important;flex:0 0 auto;}
    .kc-fv-body{background:linear-gradient(rgba(18,38,66,.18),rgba(18,38,66,.34));padding:34px clamp(20px,5vw,48px) 42px !important;flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;}
    .kc-fv-body .kc-hero-c{max-width:none !important;text-align:center;}
    body .kc-fv-body .kc-hero-c p{text-align:center !important;}
    body .kc-fv-body .kc-hero-c>p:first-child{font-size:13px !important;margin-bottom:14px !important;}
    body .kc-fv-body .kc-hero-c h1{font-size:clamp(26px,6.5vw,40px) !important;margin-bottom:12px !important;}
    body .kc-fv-body .kc-hero-c>p:nth-of-type(2){font-size:clamp(15px,3.6vw,22px) !important;margin-bottom:26px !important;}
    .kc-fv-body .kc-stats3{max-width:520px;margin:0 auto;flex-wrap:nowrap !important;justify-content:center;align-items:stretch;}
    .kc-fv-body .kc-stat{border-width:12px !important;padding:8px 5px !important;aspect-ratio:auto !important;overflow:visible !important;flex:1 1 0 !important;min-width:0 !important;}
    .kc-fv-body .kc-stat>p{white-space:normal !important;}
    .kc-fv-body .kc-stat>p:first-of-type{font-size:clamp(15px,3.6vw,26px) !important;margin-bottom:4px !important;}
    .kc-fv-body .kc-stat>p:last-of-type{font-size:clamp(10px,2.2vw,13px) !important;}
  }
  @media(min-width:1201px){
    .kc-hero-c .kc-stats3{max-width:620px;}
    .kc-hero-c .kc-stat{aspect-ratio:auto !important;overflow:visible !important;padding:12px 8px !important;}
    .kc-hero-c .kc-stat>p{white-space:normal !important;}
    body .kc-hero-c .kc-stat>p:first-of-type{font-size:clamp(24px,2.4vw,32px) !important;}
    body .kc-hero-c .kc-stat>p:last-of-type{font-size:14px !important;}
  }
  @media(orientation:portrait) and (max-width:640px){
    .kc-fv-media{aspect-ratio:16/10 !important;}
    body .kc-fv-body .kc-hero-c>p:first-child{font-size:10px !important;}
  }
  .kc-flow{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:14px;text-align:left;}
  .kc-flow>.kc-step{flex:1 1 200px;min-width:200px;}
  .kc-flow>.kc-arr{display:flex;align-items:center;flex:0 0 auto;color:#5e9a2b;}
  @media(max-width:1080px){.kc-flow{flex-direction:column;}.kc-flow>.kc-step{min-width:0;}.kc-flow>.kc-arr{transform:rotate(90deg);align-self:center;}}

/* === work === */
*{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{margin:0;font-family:"Noto Sans JP",sans-serif;background:url('./images/bg-texture.png') repeat,#fff;line-height:1.95;font-size:20px;color:#1b1b1b;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
  img{max-width:100%;display:block;}
  a{color:#3a6ea5;text-decoration:none;}
  a:hover{color:#2c5580;}
  h1,h2,h3,h4{font-family:"Zen Old Mincho",serif;line-height:1.5;margin:0;font-weight:700;}
  p{margin:0;text-wrap:pretty;}
  .kc-head-nav{display:none;}.kc-burger{display:inline-flex;}.kc-mobile-panel{display:block;}
  @media(min-width:1280px){.kc-head-nav{display:flex;}.kc-burger{display:none;}.kc-mobile-panel{display:none !important;}}
  .kc-foot-grid{display:grid;grid-template-columns:1fr;gap:36px;}
  @media(min-width:800px){.kc-foot-grid{grid-template-columns:1fr auto auto;column-gap:72px;}}
  .kc-sec{max-width:1500px;margin:0 auto;padding:clamp(46px,5.5vw,84px) clamp(20px,5vw,72px);}
  .kc-lead{text-align:left;}
  @media(min-width:768px){.kc-lead{text-align:center;}}
  .kc-2{display:grid;grid-template-columns:1fr;gap:20px;}
  @media(min-width:800px){.kc-2{grid-template-columns:1fr 1fr;}}
  .kc-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;}
  .kc-alt{display:grid;grid-template-columns:1fr;gap:clamp(26px,3.5vw,52px);align-items:center;}
  @media(min-width:960px){.kc-alt{grid-template-columns:1fr 1fr;}.kc-alt.rev .kc-media{order:2;}}
  @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto;}}

  @media(max-width:640px){body p{font-size:16px !important;text-align:left !important;}}
  @media(max-width:640px){.kc-2,.kc-3,.kc-steps,.kc-gal,.kc-2col,.kc-flow,.kc-flow2,.parts222_post_list{grid-template-columns:1fr !important;}}

/* === aircon === */
*{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{margin:0;font-family:"Noto Sans JP",sans-serif;background:url('./images/bg-texture.png') repeat,#fff;line-height:1.95;font-size:20px;color:#1b1b1b;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
  img{max-width:100%;display:block;}
  a{color:#3a6ea5;text-decoration:none;}
  a:hover{color:#2c5580;}
  h1,h2,h3,h4{font-family:"Zen Old Mincho",serif;line-height:1.5;margin:0;font-weight:700;}
  p{margin:0;text-wrap:pretty;}
  .kc-head-nav{display:none;}.kc-burger{display:inline-flex;}.kc-mobile-panel{display:block;}
  @media(min-width:1280px){.kc-head-nav{display:flex;}.kc-burger{display:none;}.kc-mobile-panel{display:none !important;}}
  .kc-foot-grid{display:grid;grid-template-columns:1fr;gap:36px;}
  @media(min-width:800px){.kc-foot-grid{grid-template-columns:1fr auto auto;column-gap:72px;}}
  .kc-sec{max-width:1500px;margin:0 auto;padding:clamp(46px,5.5vw,84px) clamp(20px,5vw,72px);}
  .kc-lead{text-align:left;}
  @media(min-width:768px){.kc-lead{text-align:center;}}
  .kc-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:20px;}
  .kc-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;}
  .kc-warn3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
  .kc-ba-pair{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
  details.kc-acc{background:#fff;border:1px solid #e6efd6;border-radius:2px;overflow:hidden;}
  details.kc-acc>summary{list-style:none;cursor:pointer;padding:22px 28px;font-family:'Zen Old Mincho',serif;font-size:clamp(17px,2vw,20px);font-weight:700;color:#22364a;display:flex;justify-content:space-between;align-items:flex-start;gap:18px;line-height:1.6;}
  details.kc-acc>summary::-webkit-details-marker{display:none;}
  details.kc-acc>summary::after{content:'';flex-shrink:0;width:11px;height:11px;border-right:2px solid #5e9a2b;border-bottom:2px solid #5e9a2b;transform:rotate(45deg);transition:transform .25s;margin-top:8px;}
  details.kc-acc[open]>summary::after{transform:rotate(225deg);margin-top:12px;}
  details.kc-acc .kc-acc-body{padding:0 28px 24px;font-size:18px;color:#1b1b1b;}
  @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto;}}

  @media(max-width:640px){body p{font-size:16px !important;text-align:left !important;}}
  @media(max-width:640px){.kc-2,.kc-3,.kc-steps,.kc-gal,.kc-2col,.kc-flow,.kc-warn3,.parts222_post_list{grid-template-columns:1fr !important;}}
  @media(max-width:1080px){.kc-flow2{flex-direction:column !important;}.kc-flow2>.kc-step{flex:0 0 auto !important;width:100%;}.kc-flow2>.kc-arr{transform:rotate(90deg);align-self:center;}}

/* === building-maintenance === */
*{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{margin:0;font-family:"Noto Sans JP",sans-serif;background:url('./images/bg-texture.png') repeat,#fff;line-height:1.95;font-size:20px;color:#1b1b1b;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
  img{max-width:100%;display:block;}
  a{color:#3a6ea5;text-decoration:none;}
  a:hover{color:#2c5580;}
  h1,h2,h3,h4{font-family:"Zen Old Mincho",serif;line-height:1.5;margin:0;font-weight:700;}
  p{margin:0;text-wrap:pretty;}
  .kc-head-nav{display:none;}.kc-burger{display:inline-flex;}.kc-mobile-panel{display:block;}
  @media(min-width:1280px){.kc-head-nav{display:flex;}.kc-burger{display:none;}.kc-mobile-panel{display:none !important;}}
  .kc-foot-grid{display:grid;grid-template-columns:1fr;gap:36px;}
  @media(min-width:800px){.kc-foot-grid{grid-template-columns:1fr auto auto;column-gap:72px;}}
  .kc-sec{max-width:1500px;margin:0 auto;padding:clamp(46px,5.5vw,84px) clamp(20px,5vw,72px);}
  .kc-lead{text-align:left;}
  @media(min-width:768px){.kc-lead{text-align:center;}}
  .kc-2{display:grid;grid-template-columns:1fr;gap:20px;}
  @media(min-width:800px){.kc-2{grid-template-columns:1fr 1fr;}}
  details.kc-acc{background:#fff;border:1px solid #e6efd6;border-radius:2px;overflow:hidden;}
  details.kc-acc>summary{list-style:none;cursor:pointer;padding:22px 28px;font-family:'Zen Old Mincho',serif;font-size:clamp(17px,2vw,20px);font-weight:700;color:#22364a;display:flex;justify-content:space-between;align-items:flex-start;gap:18px;line-height:1.6;}
  details.kc-acc>summary::-webkit-details-marker{display:none;}
  details.kc-acc>summary::after{content:'';flex-shrink:0;width:11px;height:11px;border-right:2px solid #5e9a2b;border-bottom:2px solid #5e9a2b;transform:rotate(45deg);transition:transform .25s;margin-top:8px;}
  details.kc-acc[open]>summary::after{transform:rotate(225deg);margin-top:12px;}
  details.kc-acc .kc-acc-body{padding:0 28px 24px;font-size:18px;color:#1b1b1b;}
  @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto;}}

  @media(max-width:640px){body p{font-size:16px !important;text-align:left !important;}}
  @media(max-width:640px){.kc-2,.kc-3,.kc-steps,.kc-gal,.kc-2col,.kc-flow,.kc-flow2,.parts222_post_list{grid-template-columns:1fr !important;}}

/* === restoration === */
*{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{margin:0;font-family:"Noto Sans JP",sans-serif;background:url('./images/bg-texture.png') repeat,#fff;line-height:1.95;font-size:20px;color:#1b1b1b;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
  img{max-width:100%;display:block;}
  a{color:#3a6ea5;text-decoration:none;}
  a:hover{color:#2c5580;}
  h1,h2,h3,h4{font-family:"Zen Old Mincho",serif;line-height:1.5;margin:0;font-weight:700;}
  p{margin:0;text-wrap:pretty;}
  .kc-head-nav{display:none;}.kc-burger{display:inline-flex;}.kc-mobile-panel{display:block;}
  @media(min-width:1280px){.kc-head-nav{display:flex;}.kc-burger{display:none;}.kc-mobile-panel{display:none !important;}}
  .kc-foot-grid{display:grid;grid-template-columns:1fr;gap:36px;}
  @media(min-width:800px){.kc-foot-grid{grid-template-columns:1fr auto auto;column-gap:72px;}}
  .kc-sec{max-width:1500px;margin:0 auto;padding:clamp(46px,5.5vw,84px) clamp(20px,5vw,72px);}
  .kc-lead{text-align:left;}
  @media(min-width:768px){.kc-lead{text-align:center;}}
  .kc-2{display:grid;grid-template-columns:1fr;gap:20px;}
  @media(min-width:800px){.kc-2{grid-template-columns:1fr 1fr;}}
  .kc-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:18px;}
  .kc-ba3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
  .kc-ba2{display:grid;grid-template-columns:1fr;gap:clamp(20px,3vw,40px);max-width:820px;}
  .kc-bapair{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
  .kc-tl{display:flex;flex-wrap:nowrap;gap:0;}
  .kc-tl-step{flex:1;position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 6px;}
  .kc-tl-step::before{content:'';position:absolute;top:29px;left:-50%;width:100%;height:3px;background:#c7e0a8;z-index:0;}
  .kc-tl-step:first-child::before{display:none;}
  @media(max-width:760px){.kc-tl{flex-direction:column;gap:16px;}.kc-tl-step{flex-direction:row;gap:16px;text-align:left;align-items:center;}.kc-tl-step::before{display:none;}.kc-tl-step p{margin-top:0 !important;}}
  details.kc-acc{background:#fff;border:1px solid #e6efd6;border-radius:2px;overflow:hidden;}
  details.kc-acc>summary{list-style:none;cursor:pointer;padding:22px 28px;font-family:'Zen Old Mincho',serif;font-size:clamp(17px,2vw,20px);font-weight:700;color:#22364a;display:flex;justify-content:space-between;align-items:flex-start;gap:18px;line-height:1.6;}
  details.kc-acc>summary::-webkit-details-marker{display:none;}
  details.kc-acc>summary::after{content:'';flex-shrink:0;width:11px;height:11px;border-right:2px solid #5e9a2b;border-bottom:2px solid #5e9a2b;transform:rotate(45deg);transition:transform .25s;margin-top:8px;}
  details.kc-acc[open]>summary::after{transform:rotate(225deg);margin-top:12px;}
  details.kc-acc .kc-acc-body{padding:0 28px 24px;font-size:18px;color:#1b1b1b;}
  @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto;}}

  @media(max-width:640px){body p{font-size:16px !important;text-align:left !important;}}
  @media(max-width:640px){.kc-2,.kc-3,.kc-steps,.kc-gal,.kc-2col,.kc-flow,.kc-flow2,.kc-ba3,.kc-ba2,.parts222_post_list{grid-template-columns:1fr !important;}}

/* === reason === */
*{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{margin:0;font-family:"Noto Sans JP",sans-serif;background:url('./images/bg-texture.png') repeat,#fff;line-height:1.95;font-size:20px;color:#1b1b1b;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
  img{max-width:100%;display:block;}
  a{color:#3a6ea5;text-decoration:none;}
  a:hover{color:#2c5580;}
  h1,h2,h3,h4{font-family:"Zen Old Mincho",serif;line-height:1.5;margin:0;font-weight:700;}
  p{margin:0;text-wrap:pretty;}
  .kc-head-nav{display:none;}.kc-burger{display:inline-flex;}.kc-mobile-panel{display:block;}
  @media(min-width:1280px){.kc-head-nav{display:flex;}.kc-burger{display:none;}.kc-mobile-panel{display:none !important;}}
  .kc-foot-grid{display:grid;grid-template-columns:1fr;gap:36px;}
  @media(min-width:800px){.kc-foot-grid{grid-template-columns:1fr auto auto;column-gap:72px;}}
  .kc-sec{max-width:1500px;margin:0 auto;padding:clamp(46px,5.5vw,84px) clamp(20px,5vw,72px);}
  .kc-lead{text-align:left;}
  @media(min-width:768px){.kc-lead{text-align:center;}}
  .kc-2{display:grid;grid-template-columns:1fr;gap:20px;}
  @media(min-width:800px){.kc-2{grid-template-columns:1fr 1fr;}}
  @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto;}}

  @media(max-width:640px){body p{font-size:16px !important;text-align:left !important;}}
  @media(max-width:640px){.kc-2,.kc-3,.kc-steps,.kc-gal,.kc-2col,.kc-flow,.kc-flow2,.parts222_post_list{grid-template-columns:1fr !important;}}
  .kc-wideband{aspect-ratio:16/9;}
  @media(min-width:800px){.kc-wideband{aspect-ratio:32/9;}}
  .kc-rz{display:grid;grid-template-columns:1fr;gap:clamp(20px,3vw,42px);align-items:center;}
  @media(min-width:900px){.kc-rz{grid-template-columns:1.05fr .95fr;}.kc-rz.rev .kc-rz-media{order:-1;}}
  .kc-3{display:grid;grid-template-columns:1fr;gap:20px;}
  @media(min-width:800px){.kc-3{grid-template-columns:repeat(3,1fr);}}
  .kc-flow{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:14px;text-align:left;}
  .kc-flow>.kc-step{flex:1 1 200px;min-width:200px;}
  .kc-flow>.kc-arr{display:flex;align-items:center;flex:0 0 auto;color:#5e9a2b;}
  @media(max-width:1080px){.kc-flow{flex-direction:column;}.kc-flow>.kc-step{min-width:0;}.kc-flow>.kc-arr{transform:rotate(90deg);align-self:center;}}
  .kc-msg{display:grid;grid-template-columns:1fr;gap:clamp(24px,3vw,44px);align-items:center;}
  @media(min-width:900px){.kc-msg{grid-template-columns:1fr .8fr;}}

/* === price === */
*{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{margin:0;font-family:"Noto Sans JP",sans-serif;background:url('./images/bg-texture.png') repeat,#fff;line-height:1.95;font-size:20px;color:#1b1b1b;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
  img{max-width:100%;display:block;}
  a{color:#3a6ea5;text-decoration:none;}
  a:hover{color:#2c5580;}
  h1,h2,h3,h4{font-family:"Zen Old Mincho",serif;line-height:1.5;margin:0;font-weight:700;}
  p{margin:0;text-wrap:pretty;}
  .kc-head-nav{display:none;}.kc-burger{display:inline-flex;}.kc-mobile-panel{display:block;}
  @media(min-width:1280px){.kc-head-nav{display:flex;}.kc-burger{display:none;}.kc-mobile-panel{display:none !important;}}
  .kc-foot-grid{display:grid;grid-template-columns:1fr;gap:36px;}
  @media(min-width:800px){.kc-foot-grid{grid-template-columns:1fr auto auto;column-gap:72px;}}
  .kc-sec{max-width:1500px;margin:0 auto;padding:clamp(46px,5.5vw,84px) clamp(20px,5vw,72px);}
  .kc-lead{text-align:left;}
  @media(min-width:768px){.kc-lead{text-align:center;}}
  .kc-incl{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
  @media(max-width:600px){.kc-incl{grid-template-columns:1fr;}}
  .kc-steps{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
  .kc-flow{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:14px;}
  .kc-flow>.kc-step{flex:1 1 200px;min-width:200px;}
  .kc-flow>.kc-arr{display:flex;align-items:center;flex:0 0 auto;color:#5e9a2b;}
  @media(max-width:1080px){.kc-flow{flex-direction:column;}.kc-flow>.kc-step{min-width:0;}.kc-flow>.kc-arr{transform:rotate(90deg);align-self:center;}}
  @media(orientation:portrait){.kc-steps{grid-template-columns:1fr;}}
  details.kc-acc{background:#fff;border:1px solid #e6efd6;border-radius:2px;overflow:hidden;}
  details.kc-acc>summary{list-style:none;cursor:pointer;padding:22px 28px;font-family:'Zen Old Mincho',serif;font-size:clamp(17px,2vw,20px);font-weight:700;color:#22364a;display:flex;justify-content:space-between;align-items:flex-start;gap:18px;line-height:1.6;}
  details.kc-acc>summary::-webkit-details-marker{display:none;}
  details.kc-acc>summary::after{content:'';flex-shrink:0;width:11px;height:11px;border-right:2px solid #5e9a2b;border-bottom:2px solid #5e9a2b;transform:rotate(45deg);transition:transform .25s;margin-top:8px;}
  details.kc-acc[open]>summary::after{transform:rotate(225deg);margin-top:12px;}
  details.kc-acc .kc-acc-body{padding:0 28px 24px;font-size:18px;color:#1b1b1b;}
  @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto;}}

  @media(max-width:640px){body p{font-size:16px !important;text-align:left !important;}}
  @media(max-width:640px){.kc-2,.kc-3,.kc-steps,.kc-gal,.kc-2col,.kc-flow,.kc-flow2,.parts222_post_list{grid-template-columns:1fr !important;}}

/* === faq === */
*{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{margin:0;font-family:"Noto Sans JP",sans-serif;background:url('./images/bg-texture.png') repeat,#fff;line-height:1.95;font-size:20px;color:#1b1b1b;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
  img{max-width:100%;display:block;}
  a{color:#3a6ea5;text-decoration:none;}
  a:hover{color:#2c5580;}
  h1,h2,h3,h4{font-family:"Zen Old Mincho",serif;line-height:1.5;margin:0;font-weight:700;}
  p{margin:0;text-wrap:pretty;}
  .kc-head-nav{display:none;}.kc-burger{display:inline-flex;}.kc-mobile-panel{display:block;}
  @media(min-width:1280px){.kc-head-nav{display:flex;}.kc-burger{display:none;}.kc-mobile-panel{display:none !important;}}
  .kc-foot-grid{display:grid;grid-template-columns:1fr;gap:36px;}
  @media(min-width:800px){.kc-foot-grid{grid-template-columns:1fr auto auto;column-gap:72px;}}
  .kc-sec{max-width:1500px;margin:0 auto;padding:clamp(46px,5.5vw,84px) clamp(20px,5vw,72px);}
  .kc-lead{text-align:left;}
  @media(min-width:768px){.kc-lead{text-align:center;}}
  @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto;}}

  @media(max-width:640px){body p{font-size:16px !important;text-align:left !important;}}
  @media(max-width:640px){.kc-2,.kc-3,.kc-steps,.kc-gal,.kc-2col,.kc-flow,.kc-flow2,.parts222_post_list{grid-template-columns:1fr !important;}}

/* === recruit === */
*{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{margin:0;font-family:"Noto Sans JP",sans-serif;background:url('./images/bg-texture.png') repeat,#fff;line-height:1.95;font-size:20px;color:#1b1b1b;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
  img{max-width:100%;display:block;}
  a{color:#3a6ea5;text-decoration:none;}
  a:hover{color:#2c5580;}
  h1,h2,h3,h4{font-family:"Zen Old Mincho",serif;line-height:1.5;margin:0;font-weight:700;}
  p{margin:0;text-wrap:pretty;}
  .kc-head-nav{display:none;}.kc-burger{display:inline-flex;}.kc-mobile-panel{display:block;}
  @media(min-width:1280px){.kc-head-nav{display:flex;}.kc-burger{display:none;}.kc-mobile-panel{display:none !important;}}
  .kc-foot-grid{display:grid;grid-template-columns:1fr;gap:36px;}
  @media(min-width:800px){.kc-foot-grid{grid-template-columns:1fr auto auto;column-gap:72px;}}
  .kc-sec{max-width:1500px;margin:0 auto;padding:clamp(46px,5.5vw,84px) clamp(20px,5vw,72px);}
  .kc-lead{text-align:left;}
  @media(min-width:768px){.kc-lead{text-align:center;}}
  @media(max-width:600px){.kc-kv{min-width:0 !important;}.kc-kv tbody,.kc-kv tr,.kc-kv th,.kc-kv td{display:block;width:100% !important;}.kc-kv th{border-bottom:none !important;}}
  .kc-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;}
  .kc-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;}
  .kc-flow{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:14px;}
  .kc-flow>.kc-step{flex:1 1 220px;min-width:220px;}
  .kc-flow>.kc-arr{display:flex;align-items:center;flex:0 0 auto;color:#5e9a2b;}
  @media(max-width:900px){.kc-flow{flex-direction:column;}.kc-flow>.kc-step{min-width:0;}.kc-flow>.kc-arr{transform:rotate(90deg);align-self:center;}}
  @media(orientation:portrait){.kc-daily{grid-template-columns:1fr !important;}}
  @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto;}}

  @media(max-width:640px){body p{font-size:16px !important;text-align:left !important;}}
  @media(max-width:640px){.kc-2,.kc-3,.kc-steps,.kc-gal,.kc-2col,.kc-flow,.kc-flow2,.parts222_post_list{grid-template-columns:1fr !important;}}

/* === information === */
*{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{margin:0;font-family:"Noto Sans JP",sans-serif;background:url('./images/bg-texture.png') repeat,#fff;line-height:1.95;font-size:20px;color:#1b1b1b;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
  img{max-width:100%;display:block;}
  a{color:#3a6ea5;text-decoration:none;}
  a:hover{color:#2c5580;}
  h1,h2,h3,h4{font-family:"Zen Old Mincho",serif;line-height:1.5;margin:0;font-weight:700;}
  p{margin:0;text-wrap:pretty;}
  .kc-head-nav{display:none;}.kc-burger{display:inline-flex;}.kc-mobile-panel{display:block;}
  @media(min-width:1280px){.kc-head-nav{display:flex;}.kc-burger{display:none;}.kc-mobile-panel{display:none !important;}}
  .kc-foot-grid{display:grid;grid-template-columns:1fr;gap:36px;}
  @media(min-width:800px){.kc-foot-grid{grid-template-columns:1fr auto auto;column-gap:72px;}}
  .kc-sec{max-width:1500px;margin:0 auto;padding:clamp(46px,5.5vw,84px) clamp(20px,5vw,72px);}
  .kc-lead{text-align:left;}
  @media(min-width:768px){.kc-lead{text-align:center;}}
  @media(max-width:560px){.kc-kv{min-width:0 !important;}.kc-kv tbody,.kc-kv tr,.kc-kv th,.kc-kv td{display:block;width:100% !important;}.kc-kv th{border-bottom:none !important;}}
  .kc-msg{display:grid;grid-template-columns:1fr;gap:clamp(28px,4vw,52px);align-items:center;}
  @media(min-width:900px){.kc-msg{grid-template-columns:5fr 7fr;}}
  @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto;}}

  @media(max-width:640px){body p{font-size:16px !important;text-align:left !important;}}
  @media(max-width:640px){.kc-2,.kc-3,.kc-steps,.kc-gal,.kc-2col,.kc-flow,.kc-flow2,.parts222_post_list{grid-template-columns:1fr !important;}}

/* === instance === */
*{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{margin:0;font-family:"Noto Sans JP",sans-serif;background:url('./images/bg-texture.png') repeat,#fff;line-height:1.95;font-size:20px;color:#1b1b1b;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
  img{max-width:100%;display:block;}
  a{color:#3a6ea5;text-decoration:none;}
  a:hover{color:#2c5580;}
  h1,h2,h3,h4{font-family:"Zen Old Mincho",serif;line-height:1.5;margin:0;font-weight:700;}
  p{margin:0;text-wrap:pretty;}
  .kc-head-nav{display:none;}.kc-burger{display:inline-flex;}.kc-mobile-panel{display:block;}
  @media(min-width:1280px){.kc-head-nav{display:flex;}.kc-burger{display:none;}.kc-mobile-panel{display:none !important;}}
  .kc-foot-grid{display:grid;grid-template-columns:1fr;gap:36px;}
  @media(min-width:800px){.kc-foot-grid{grid-template-columns:1fr auto auto;column-gap:72px;}}
  .kc-sec{max-width:1500px;margin:0 auto;padding:clamp(46px,5.5vw,84px) clamp(20px,5vw,72px);}
  .kc-lead{text-align:left;}
  @media(min-width:768px){.kc-lead{text-align:center;}}
  .kc-gal{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;}
  @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto;}}

  @media(max-width:640px){body p{font-size:16px !important;text-align:left !important;}}
  @media(max-width:640px){.kc-2,.kc-3,.kc-steps,.kc-gal,.kc-2col,.kc-flow,.kc-flow2,.parts222_post_list{grid-template-columns:1fr !important;}}

/* === blog === */
*{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{margin:0;font-family:"Noto Sans JP",sans-serif;background:url('./images/bg-texture.png') repeat,#fff;line-height:1.95;font-size:20px;color:#1b1b1b;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
  img{max-width:100%;display:block;}
  a{color:#3a6ea5;text-decoration:none;}
  a:hover{color:#2c5580;}
  h1,h2,h3,h4{font-family:"Zen Old Mincho",serif;line-height:1.5;margin:0;font-weight:700;}
  p{margin:0;text-wrap:pretty;}
  .kc-head-nav{display:none;}.kc-burger{display:inline-flex;}.kc-mobile-panel{display:block;}
  @media(min-width:1280px){.kc-head-nav{display:flex;}.kc-burger{display:none;}.kc-mobile-panel{display:none !important;}}
  .kc-foot-grid{display:grid;grid-template-columns:1fr;gap:36px;}
  @media(min-width:800px){.kc-foot-grid{grid-template-columns:1fr auto auto;column-gap:72px;}}
  .kc-sec{max-width:1500px;margin:0 auto;padding:clamp(46px,5.5vw,84px) clamp(20px,5vw,72px);}
  @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto;}}
  @media(max-width:640px){body p{font-size:16px !important;text-align:left !important;}}

  /* === add.css 貼り付け ここから === */
  /* ブログ parts222 系（一覧＋サイドバー） 見た目のみ */
  .parts222_section{max-width:1500px;margin:0 auto;padding:clamp(46px,5.5vw,84px) clamp(20px,5vw,72px);}
  .parts222_section > h2{font-size:clamp(24px,3.2vw,34px);color:#22364a;text-align:center;margin-bottom:clamp(28px,4vw,48px);}
  .parts222_wrap{display:grid;grid-template-columns:1fr;gap:40px;}
  @media(min-width:1024px){.parts222_wrap{grid-template-columns:minmax(0,1fr) 300px;gap:48px;align-items:start;}}
  /* 記事一覧グリッド：PC2列／タブレット2列／スマホ1列 */
  .parts222_post_list{display:grid;grid-template-columns:1fr;gap:24px;}
  @media(min-width:560px){.parts222_post_list{grid-template-columns:1fr 1fr;}}
  .parts222_post_wrap{display:flex;flex-direction:column;background:#fff;border:1px solid #e6efd6;border-radius:2px;overflow:hidden;color:#22364a;transition:transform .2s ease,box-shadow .2s ease;}
  .parts222_post_wrap:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(20,45,80,.12);color:#22364a;}
  .parts222_post_img{aspect-ratio:16/10;background:#fbf6ec;border-bottom:2px dashed #e0cf9c;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#b8974a;}
  .parts222_post_img img{width:100%;height:100%;object-fit:cover;}
  .parts222_post_status{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:16px 18px 0;}
  .parts222_post_date{font-size:13px;color:#5b6672;font-weight:500;letter-spacing:.02em;}
  .parts222_post_category{font-size:12px;font-weight:700;color:#5e9a2b;background:#eef5e3;border-radius:2px;padding:4px 10px;}
  .parts222_post_title-excerpt{padding:10px 18px 20px;}
  .parts222_post_title{font-size:18px;line-height:1.6;color:#22364a;}
  .parts222_post_excerpt{display:none;}

  /* ページネーション */
  .parts222_pagenation{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:clamp(32px,4vw,52px);}
  .parts222_pagenation a,.parts222_pagenation span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 12px;border:1px solid #d6e0cb;border-radius:2px;font-size:15px;font-weight:600;color:#3f6f1c;background:#fff;}
  .parts222_pagenation a:hover{background:#f2f7ea;}
  .parts222_pagenation .pagination_num.current{background:#5e9a2b;border-color:#5e9a2b;color:#fff;}
  @media(max-width:1279px){.parts222_pagenation .d-none.d-xl-block{display:none !important;}}

  /* サイドバー（構造・余白・罫線・帯のみ） */
  .parts222_sidebar{display:flex;flex-direction:column;gap:32px;}
  .parts222_sidebar_wrap > h3{font-size:16px;color:#22364a;padding:12px 16px;border-left:4px solid #8fc947;background:#f4f6ef;margin-bottom:6px;}
  .parts222_sidebar_wrap ul{list-style:none;margin:0;padding:0;}
  .parts222_sidebar_wrap li{border-bottom:1px solid #eceee6;}
  .parts222_sidebar_wrap li a{display:block;padding:13px 8px;color:#22364a;}
  .parts222_sidebar_wrap li a:hover{color:#3f6f1c;}
  .parts222_sidebar_date{display:block;font-size:12px;color:#5b6672;margin-bottom:3px;}
  .parts222_sidebar_post_title{font-size:14px;line-height:1.55;font-family:"Noto Sans JP",sans-serif;font-weight:500;}
  .parts222_sidebar_wrap.category_post_count li a{display:flex;align-items:center;justify-content:space-between;gap:10px;}
  .parts222_sidebar_post_category{font-size:14px;font-weight:500;}
  .parts222_sidebar_post_category_count{flex-shrink:0;font-size:12px;color:#5b6672;border:1px solid #d6e0cb;border-radius:2px;padding:2px 9px;min-width:34px;text-align:center;}
  /* === add.css 貼り付け ここまで === */
  @media(max-width:640px){.kc-2,.kc-3,.kc-steps,.kc-gal,.kc-2col,.kc-flow,.kc-flow2,.parts222_post_list{grid-template-columns:1fr !important;}}

/* === form-inquiry === */
*{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{margin:0;font-family:"Noto Sans JP",sans-serif;background:url('./images/bg-texture.png') repeat,#fff;line-height:1.95;font-size:20px;color:#1b1b1b;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
  img{max-width:100%;display:block;}
  a{color:#3a6ea5;text-decoration:none;}
  a:hover{color:#2c5580;}
  h1,h2,h3,h4{font-family:"Zen Old Mincho",serif;line-height:1.5;margin:0;font-weight:700;}
  p{margin:0;text-wrap:pretty;}
  .kc-head-nav{display:none;}.kc-burger{display:inline-flex;}.kc-mobile-panel{display:block;}
  @media(min-width:1280px){.kc-head-nav{display:flex;}.kc-burger{display:none;}.kc-mobile-panel{display:none !important;}}
  .kc-foot-grid{display:grid;grid-template-columns:1fr;gap:36px;}
  @media(min-width:800px){.kc-foot-grid{grid-template-columns:1fr auto auto;column-gap:72px;}}
  .kc-sec{max-width:1500px;margin:0 auto;padding:clamp(46px,5.5vw,84px) clamp(20px,5vw,72px);}
  .kc-lead{text-align:left;}
  @media(min-width:768px){.kc-lead{text-align:center;}}
  .kc-2col{display:grid;grid-template-columns:1fr;gap:22px;}
  @media(min-width:720px){.kc-2col{grid-template-columns:1fr 1fr;}}
  .kc-in{width:100%;font-family:inherit;font-size:18px;color:#1b1b1b;background:#fff;border:1px solid #cdd5c6;border-radius:2px;padding:14px 16px;}
  .kc-in:focus{outline:none;border-color:#5e9a2b;box-shadow:0 0 0 3px rgba(94,154,43,.15);}
  @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto;}}

  @media(max-width:640px){body p{font-size:16px !important;text-align:left !important;}}
  @media(max-width:640px){.kc-2,.kc-3,.kc-steps,.kc-gal,.kc-2col,.kc-flow,.kc-flow2,.parts222_post_list{grid-template-columns:1fr !important;}}

/* ── ハンバーガー3本線（{{ bar1/2/3 }} 動的styleの静的代替） ── */
.kc-burger.is-open .kc-bar1{transform:translateY(7px) rotate(45deg)}
.kc-burger.is-open .kc-bar2{opacity:0}
.kc-burger.is-open .kc-bar3{transform:translateY(-7px) rotate(-45deg)}
/* 業務案内サブメニューのcaret（開時180度） */
.kc-msub-btn.is-open svg{transform:rotate(180deg)}
/* style-before → 実背景要素(.kc-secbg)。セクションは position:relative 前提でフルブリード背景 */
.kc-secbg{pointer-events:none}


/* ===== 21_skin_cuezilla-skin.css ===== */
/* ============================================================
   ★★★ このファイルは【全案件共通の資産】です。案件では編集しないでください ★★★
   ------------------------------------------------------------
   （Claude Code / Claude Design / 手作業、いずれの経路でも同じです）

   ■ 案件ごとの調整は、必ず `override.css` に書いてください。
     読み込み/結合順が  … → style.css → cuezilla-skin.css → 【override.css】  なので、
     override.css に書いた指定は本ファイルに打ち消されません。**案件の上書きが効く唯一の場所です。**
     （例: カード面を白にしたい → override.css に `:root{ --dyn-surface:#fff; }`）

   ■ なぜ編集してはいけないか
     本ファイルを案件で書き換えた瞬間、その案件の skin は共通資産から切り離されます。
     以後、共通側で直した修正（カード高さの不揃い／サイドバーの可読性／
     フォーム送信ボタンの崩れ 等）が **その案件には二度と届きません**。
     実際に S01189 で本ファイルの §0 が案件調整で書き換えられ、共通修正が届かなくなりました。
     「毎案件おなじ崩れを直している」の原因はこれです。

   ■ 共通で直すべき崩れを見つけたら
     案件で握り込まず、正本 `skin/cuezilla-skin.css` へ還流してください（全案件に効きます）。
     還流し忘れると、次の同期でその修正は消えます。

   詳細は R-30（70_運用ルール/運用ルール集.md）。
   ============================================================ */

/* ============================================================
   CueZilla 動的パーツ スキンキット v1.0
   ------------------------------------------------------------
   目的: ブログ/施工実績(blog-ex)/お問い合わせ/パンくず/ページヘッダー等の
         CueZilla 既定パーツを、サイトのトンマナ（ダーク/ライト・ブランド色・
         フォント・角丸）に "自動で寄せる" 汎用CSS。案件ごとの調整を最小化する。

   思想:
     (1) 色は CueZilla テーマ変数(--main-color 等)から自動連動
         → サイトのテーマ設定がそのまま skin にも効く（色は一元管理）
     (2) フォント/角丸/グリッド幅はトークンで指定（テーマ変数に無いため）
     (3) partsNNN は採番が可変だが接尾辞は共通(_post_wrap 等)
         → 属性セレクタ [class*="_xxx"] で番号非依存に当てる（単一属性セレクタまで。積んで詳細度を稼がない）

   ★適用範囲と安全契約（重要・memory: cuezilla-css-safety-contract）:
     ・本skinは「CueZilla既定の動的パーツ」だけを寄せる。サイトのフリーコーディング設計には当てない
       （生成サイトCSSは変数非依存＋具体値＋自作接頭辞クラスで組む＝構造的に非衝突・skinと干渉しない）。
     ・[class*=…]を積んで詳細度を同点/超過させる手法は禁止（脆い・過剰マッチ・アーマーレース）。
       単一の番号非依存セレクタ＋!important1個で当てる（theme_defaultは非importantなので確定勝ち）。
     ・!important可は「レイヤーで越えられない相手」＝theme_default／body内インライン／BSユーティリティ／
       .partsNNN_blog_<ID>(0,3,0) のみ。後者(0,3,0)+!importantには詳細度で負けるため、
       負けた時だけ §14 の手順で実採番(0,3,1)を【案件CSS】に足して勝つ（汎用skinには番号を書かない）。
     ・変数の注意：実機は body内コンポ<style>の:rootが7色(--main-color等)を撒きうる（490件中16件）。
       →§0の--dyn-*はその頁で乗っ取られ得る。動的パーツの色合わせには許容だが、サイト設計の主機構にしない。

   使い方:
     1. §0 のトークンを案件に合わせて調整（ダーク/ライトはプリセットをコピー）
     2. CueZilla テーマカラー(--main-color 等)をブランド値に設定
     3. 本ファイルをサイト全体CSS(AddCssInfo)へ貼る（サイト固有のフリーコーディングCSSの後ろ）
   ============================================================ */


/* ============================================================
   §0  トークン ─ ここだけ案件ごとに調整
   ============================================================ */
:root{
  /* --- 色: CueZilla テーマ変数から自動取得（無い場合のフォールバック付き） ---
     ※これらは【動的パーツの色合わせ用】。生成サイトCSSはこの変数に依存せず具体値で書く（安全契約）。
       実機では body内コンポ<style>の:rootが --main-color 等を頁単位で上書きしうる＝--dyn-*も追従する。 */
  --dyn-bg:        var(--background-color, #ffffff);   /* ページ/セクション背景 */
  --dyn-surface:   var(--temporary-color, #f4f4f2);    /* カード/パネル/入力欄の面 */
  --dyn-text:      var(--text-color, #222222);         /* 本文 */
  --dyn-heading:   var(--text-color, #111111);         /* 見出し */
  --dyn-muted:     var(--sub-color, #8a8a8a);          /* 補助/日付 */
  --dyn-border:    var(--sub-color, #dddddd);          /* 罫線/枠 */
  --dyn-accent:    var(--main-color, #1e3a5f);         /* アクセント（ボタン/チップ/見出しバー） */
  --dyn-accent-2:  var(--link-color, var(--main-color, #1e3a5f)); /* リンク/ホバー */
  --dyn-on-accent: #ffffff;                             /* アクセント面の上の文字 */

  /* --- フォント（site.css の :root に定義があればそれを使用） --- */
  --dyn-font-display: var(--font-display, "Noto Serif JP","Yu Mincho",serif);
  --dyn-font-body:    var(--font-body, "Noto Sans JP","Yu Gothic",sans-serif);
  --dyn-font-numeric: var(--font-numeric, "EB Garamond","Noto Serif JP",serif);

  /* --- 角丸（チップ/ボタン/カード）。角なしにするなら 0 --- */
  --dyn-radius: 6px;
  /* --- 一覧カードの最小幅 / 段組ギャップ --- */
  --dyn-card-min: 300px;
  --dyn-gap: 32px;
}

/* === テーマ プリセット（使う方を §0 の後にコピペして上書き） =========
   【ダーク】
   :root{
     --dyn-bg:#0A0A0A; --dyn-surface:#111110; --dyn-text:#F4F1EC; --dyn-heading:#FAF7F1;
     --dyn-muted:#8C857A; --dyn-border:#3A352D; --dyn-accent:#8E3A22; --dyn-accent-2:#B0533A;
     --dyn-on-accent:#FAF7F1; --dyn-radius:0;
   }
   【ライト】
   :root{
     --dyn-bg:#ffffff; --dyn-surface:#f7f7f5; --dyn-text:#222222; --dyn-heading:#111111;
     --dyn-muted:#8a8a8a; --dyn-border:#e3e3e3; --dyn-accent:#1e3a5f; --dyn-accent-2:#1e3a5f;
     --dyn-on-accent:#ffffff; --dyn-radius:6px;
   }
   ※ CueZilla テーマ変数(--main-color 等)を設定する場合は §0 が自動連動するのでプリセット不要。
   ============================================================ */


/* ============================================================
   §1  パンくず（CueZilla parts###_breadcrumb / p-breadcrumb）
   実markup: div.parts###_breadcrumb.p-breadcrumb.c-breadcrumb
             > ul.p-breadcrumb__inner(BreadcrumbList) > li.p-breadcrumb__item(ListItem)
   CueZilla共通CSSにパンくず装飾は無い → skin側で横並び・区切り・配色を付与
   ============================================================ */
[class*="_breadcrumb"], .p-breadcrumb{ background:var(--dyn-bg) !important; }
.p-breadcrumb__inner{
  list-style:none; margin:0 auto; padding:14px 24px;
  max-width:1200px; display:flex; flex-wrap:wrap; align-items:center;
}
.p-breadcrumb__item{
  display:inline-flex; align-items:center;
  color:var(--dyn-muted) !important; font-family:var(--dyn-font-body);
  font-size:.78rem; letter-spacing:.04em;
}
.p-breadcrumb__item a{ color:var(--dyn-muted) !important; text-decoration:none; }
.p-breadcrumb__item a:hover{ color:var(--dyn-accent-2) !important; text-decoration:underline; }
.p-breadcrumb__item:last-child{ color:var(--dyn-text) !important; }   /* 現在地 */
/* 区切り（2件目以降の前に "›"） */
.p-breadcrumb__item + .p-breadcrumb__item::before{
  content:"\203A"; margin:0 .6em; color:var(--dyn-border) !important; font-size:.95em;
}
.p-breadcrumb meta{ display:none; }   /* schema.org の <meta itemprop="position"> は非表示 */


/* ============================================================
   §2  ページヘッダー（[class*="_article_header"]）画像上のタイトル
   ============================================================ */
[class*="_article_header"] .ja, [class*="_article_header"] h1, [class*="_article_header"] h2{
  color:var(--dyn-heading) !important; font-family:var(--dyn-font-display) !important;
  text-shadow:0 2px 14px rgba(0,0,0,.5) !important;
}
[class*="_article_header"] .en{ color:var(--dyn-muted) !important; font-family:var(--dyn-font-numeric) !important; letter-spacing:.1em; text-shadow:0 1px 10px rgba(0,0,0,.5) !important; }


/* ============================================================
   §3  ページネーション（2系統。テーマCSSの持ち方が違うので扱いを分ける＝崩れ防止）
   ・.pagination_*（enjoyworks系）            … テーマが素 → 体裁＋色を一式付与
   ・[class*="_pagenation"]（parts222/225/228系）… テーマが体裁を持つ（flex/padding/border/白黒ハードコード）
        → レイアウト・サイズはテーマに任せ、ハードコードの白黒(#000/#fff)だけブランド色へ置換（最小限）。
          a/.current 以外（余白用の素の <span>）には触らない＝二重ボックス化を防ぐ。
          --dyn-accent は §0 で var(--main-color) にバインド済み＝サイトのCMS色に自動一致（案件側の手当て不要）。
   ============================================================ */
/* (A) pagination_* 系：テーマ装飾が無いので一式付与 */
.pagination_num, .pagination_prev, .pagination_next{
  font-family:var(--dyn-font-numeric); color:var(--dyn-text) !important;
  border:1px solid var(--dyn-border) !important; border-radius:var(--dyn-radius);
  min-width:40px; height:40px; display:inline-flex; align-items:center; justify-content:center; text-decoration:none;
}
.pagination_num.current{ background:var(--dyn-accent) !important; border-color:var(--dyn-accent) !important; color:var(--dyn-on-accent) !important; }
.pagination_num:hover, .pagination_prev:hover, .pagination_next:hover{ border-color:var(--dyn-accent-2) !important; color:var(--dyn-accent-2) !important; }

/* (B) _pagenation 系：色だけ寄せる（ジオメトリはテーマのまま＝箱を再定義しない） */
[class*="_pagenation"] a{ border-color:var(--dyn-accent) !important; color:var(--dyn-text) !important; }
[class*="_pagenation"] span.current, [class*="_pagenation"] .current, [class*="_pagenation"] .active{
  background:var(--dyn-accent) !important; border-color:var(--dyn-accent) !important; color:var(--dyn-on-accent) !important;
}
[class*="_pagenation"] a:hover{ border-color:var(--dyn-accent-2) !important; color:var(--dyn-accent-2) !important; }
.pe-none{ opacity:.3; pointer-events:none; }


/* ============================================================
   §4  ブログ / 施工実績(blog-ex) 一覧（番号非依存）
   ============================================================ */
/* 一覧セクションの地 */
[class*="_post_list"], [class*="_post_wrap"]{ } /* 下で個別指定 */
/* カード並び（最小幅を確保して細くなりすぎない） */
[class*="_post_list"]{ display:grid !important; grid-template-columns:repeat(auto-fill, minmax(var(--dyn-card-min), 1fr)) !important; gap:var(--dyn-gap) !important; }
/* カード */
[class*="_post_wrap"]{
  /* カード等寸化：中身を縦に積み、内側の <a>/本文枠を flex で伸長させて高さを揃える（S01189還流） */
  display:flex !important; flex-direction:column;
  margin:0 !important;   /* theme_default の margin-bottom(55px等)残存で最終行カードだけ高さ不揃いになるのを打ち消す */
  width:auto !important; max-width:none !important; text-decoration:none;
  background:var(--dyn-surface) !important; border:1px solid var(--dyn-border) !important;
  border-radius:var(--dyn-radius); overflow:hidden;
  transition:transform .3s ease, border-color .3s ease;
}
[class*="_post_wrap"]:hover{ transform:translateY(-4px); border-color:var(--dyn-accent-2) !important; }
[class*="_post_wrap"] > a{ display:flex; flex-direction:column; flex:1 1 auto; color:inherit; }  /* カード全体ラップ<a>を縦伸長（内容を上下に満たす） */
/* サムネ等寸化：グリッド列の幅から高さを算出（幅制約下＝§6.5の aspect-ratio×height 併用の罠には該当しない） */
[class*="_post_img"]{ width:100%; display:block; border-radius:0; aspect-ratio:16/10; overflow:hidden; }
[class*="_post_img"] img{ width:100%; height:100%; object-fit:cover; display:block; }
/* カード内のテキストに左右余白 */
[class*="_post_status"]{ border:none !important; background:transparent !important; margin:14px 16px 0 !important; padding:0 !important; display:flex !important; flex-wrap:wrap; justify-content:flex-start !important; gap:10px; align-items:center; }
[class*="_post_status"]:has([class*="_title-excerpt"]){ display:block !important; }   /* parts228系「日付｜タイトル」の横並びを解除（:has非対応環境ではflex-wrapで折返し） */
[class*="_post_title-excerpt"]{ padding:10px 16px 16px !important; flex:1 1 auto; }   /* 本文枠を伸長＝カード等寸化の要 */
[class*="_post_status"]:has([class*="_title-excerpt"]) [class*="_title-excerpt"]{ padding:10px 0 16px !important; }   /* 施工実績は左端揃え */
[class*="_post_title"]{ font-family:var(--dyn-font-display) !important; color:var(--dyn-heading) !important; font-weight:700 !important; line-height:1.5; }
[class*="_post_excerpt"]{ color:var(--dyn-muted) !important; }
[class*="_post_date"]{ font-family:var(--dyn-font-numeric) !important; color:var(--dyn-muted) !important; }
/* カテゴリ/ステータスは1チップに。
   テーマは既に _post_category に border:1px solid var(--main-color) を持つ＝枠を“足す”と2重になるので
   同一要素に !important で単一の枠を確定（色は --dyn-accent=var(--main-color) で一致）。幅は % 制約を解除し content 幅に。 */
[class*="_post_category"]:not([class*="_sidebar"]), [class*="_post_status"] > span:last-child{
  /* :not(_sidebar) ＝ この§4チップ装飾が §5 の _sidebar_post_category_count へ漏れ二重適用されるのを防ぐ（S01189還流） */
  width:auto; max-width:none !important;
  background:var(--dyn-bg) !important; border:1px solid var(--dyn-accent) !important;
  border-radius:var(--dyn-radius); padding:2px 8px; color:var(--dyn-accent) !important;
}
.parts-blog-ex-tag_wrap{ display:flex; flex-wrap:wrap; gap:6px; padding:0 16px 14px; }
.parts-blog-ex_tag{ font-size:.72rem; color:var(--dyn-muted) !important; background:var(--dyn-surface) !important; border:1px solid var(--dyn-border); border-radius:var(--dyn-radius); padding:2px 8px; }

/* --- 一覧パーツ固有の崩れ2点（実共有CSS=theme parts222/225/228 を突き合わせて確定）---
   (a) 自動セクション見出し（「ブログ」「施工実績」等）の撤去：
       テーマは `.parts222_section h2 / .parts228_section h2` に
       color:var(--main-color)/font-size:35px/text-align:center を付与し、
       一覧上部に大見出しを自動描画する。自前の下層ヘッダー(hero)と二重化＝崩れ。
       → 一覧パーツ(_post_list を含む _section)直下の素の h2 だけ隠す。
         残したいサイトは案件CSSで個別に復帰。`:has()` 非対応保険に f_meiryo 版も併記。 */
[class*="_section"]:has([class*="_post_list"]) > h2,
[class*="_section"] > h2.f_meiryo{ display:none !important; }
/* (b) flex前提の余白スペーサー ::after の無効化：
       テーマは `.parts228_post_list::after{content:"";width:32.465%}` で flex の最終行詰めをする。
       §4 で _post_list を grid 化すると、この ::after が「空のゴースト列」になり最終行が片寄る。
       → grid では不要なので除去（content:none で擬似要素自体を消す）。 */
[class*="_post_list"]::after{ content:none !important; display:none !important; }


/* ============================================================
   §5  サイドバー / 最近の投稿 / カテゴリ記事数
   ============================================================ */
[class*="_sidebar"], .recent_posts_wrap{ color:var(--dyn-text); }
/* サイドバー見出し（「最近の投稿」「カテゴリ」）の可読性を確保。
   theme_default は `.partsNNN_sidebar h3{ background-color:var(--main-color); color:#fff }` と
   色を直当てするが、§12 の見出しリセットが**背景だけ**を transparent にするため、
   ライト基調の案件では「白地に白文字」で消える（ダーク案件では地に映えるため露見しない）。
   背景は戻さず（skinのフラット化方針を維持）、文字色だけトークンへ寄せて両基調で可読にする。
   あわせて左右パディングも解除する：`padding:15px 20px` は**帯があった前提**の内側余白のため、
   帯を透明化したまま残すと「見出しだけ20px字下げ」になり、直下の日付／タイトルと文頭がズレる。
   （詳細ページ側の .recent_post_title には下で同じ手当てをしており、一覧側だけ取り残されていた） */
[class*="_sidebar"] h3{ color:var(--dyn-heading) !important; padding-left:0 !important; padding-right:0 !important; }
[class*="_sidebar_post_title"], .recent_post_title{ font-family:var(--dyn-font-display) !important; color:var(--dyn-heading) !important; }
/* 「最近の投稿」見出し（詳細ページ側）の帯を外して一覧側と体裁を揃える。
   theme_default は `.recent_posts_wrap .recent_post_title{ background-color:var(--main-color); color:#fff }` で帯を敷くが、
   §12 の見出しリセットは (a) 包み(parts166_single_article / parts-blog-ex-single-wrap)が `_section` を含まない
   (b) 要素が <div>（h2/h3でない）── の2点で**届かず**、帯だけが生き残る。
   一方すぐ上の §5 が文字色を --dyn-heading（＝ライトでは濃色）へ寄せるため「濃い帯に濃い文字」となり、
   案件ごとに帯との視認性を見て文字色を手当てする必要があった。帯を外せば一覧（§12で帯が外れる）と揃い、手当ても不要になる。
   ※帯を活かしたい案件は案件側で `background:var(--dyn-accent); color:var(--dyn-on-accent)` を再指定する。 */
.recent_post_title{ background:transparent !important; padding-left:0 !important; }
[class*="_sidebar_date"], .recent_post_date{ font-family:var(--dyn-font-numeric) !important; color:var(--dyn-muted) !important; }
/* 記事li の区切り罫線：theme_default が #666 をハードコードしており地に合わず過剰に見える → トークンへ */
[class*="_sidebar"] ul li, .recent_posts_wrap ul li{ border-bottom-color:var(--dyn-border) !important; }
/* カテゴリ右の記事数を視認できるチップに */
[class*="_sidebar_post_category_count"]{ background:var(--dyn-surface) !important; color:var(--dyn-text) !important; border:1px solid var(--dyn-border); border-radius:var(--dyn-radius); padding:0 8px !important; }
/* カテゴリ一覧 li：theme_default 由来の左右縦罫線(1px solid #666)を除去（下罫線は区切りとして意図的に残す）。S01189還流 */
[class*="category_post_count"] li{ border-left:0 !important; border-right:0 !important; }
/* カテゴリ名と件数チップが重ならないよう両端寄せ。
   あわせて左右パディングを解除：theme_default は `.category_post_count ul li a{ padding:15px 20px }` と
   **帯／箱があった前提**の字下げを持つため、帯を外した状態では
   カテゴリ名だけが 20px 右にずれ、見出し(h3)や「最近の投稿」リストと頭が揃わない。
   上下15pxはタップ領域として残す。 */
[class*="category_post_count"] li a{ display:flex; justify-content:space-between; align-items:center; gap:8px; padding-left:0 !important; padding-right:0 !important; }


/* ============================================================
   §6  詳細ページ（本文 / 署名 / SNS / 詳細内スライダー）
   ============================================================ */
.parts-blog-ex_text{ font-family:var(--dyn-font-body); color:var(--dyn-text) !important; line-height:1.9; }
.parts-blog-ex_text h2, .parts-blog-ex_text h3{ font-family:var(--dyn-font-display) !important; color:var(--dyn-heading) !important; }
.signature_wrap{ font-family:var(--dyn-font-display); color:var(--dyn-muted) !important; border-top:1px solid var(--dyn-border); padding-top:16px; }
.slick-prev, .slick-next{ color:var(--dyn-accent-2) !important; }
/* ※詳細本文の親ラッパーが固定class薄め。崩れる場合は実ページで本文コンテナを確認し追補 */


/* ============================================================
   §7  お問い合わせフォーム
   ============================================================ */
.contact_section, [class*="_section_form"], [class*="_section_content"], [class*="_content_wrap"], [class*="_content"]{ background:var(--dyn-bg) !important; color:var(--dyn-text) !important; }
[class*="_form_wrap"]{ max-width:720px; margin:0 auto; }
[class*="_form_wrap"] label, [class*="_form_wrap"] dt, [class*="_form_wrap"] .ja, [class*="_form_wrap"] .en{ color:var(--dyn-text) !important; }
/* 入力欄を十分な大きさに（チェック/ラジオは除外） */
[class*="_form_wrap"] dd input:not([type="checkbox"]):not([type="radio"]),
[class*="_form_wrap"] dd select{ width:100% !important; max-width:none !important; padding:14px 16px !important; font-size:16px !important; min-height:54px !important; background:var(--dyn-surface) !important; color:var(--dyn-text) !important; border:1px solid var(--dyn-border) !important; border-radius:var(--dyn-radius); }
[class*="_form_wrap"] textarea, .form_textarea textarea{ width:100% !important; padding:14px 16px !important; font-size:16px !important; min-height:220px !important; background:var(--dyn-surface) !important; color:var(--dyn-text) !important; border:1px solid var(--dyn-border) !important; border-radius:var(--dyn-radius); }
/* チェックボックス/ラジオはサイズ統一 */
[class*="_form_wrap"] input[type="checkbox"], [class*="_form_wrap"] input[type="radio"]{ width:18px !important; height:18px !important; min-height:0 !important; padding:0 !important; margin:0 8px 0 0 !important; vertical-align:-3px; accent-color:var(--dyn-accent); flex:none !important; }
/* 必須バッジ: 文字を中央・折り返さない・角丸はトークン */
.required{ display:inline-flex !important; align-items:center !important; justify-content:center !important; line-height:1 !important; white-space:nowrap !important; padding:6px 12px !important; border-radius:var(--dyn-radius) !important; background:var(--dyn-accent) !important; color:var(--dyn-on-accent) !important; }
.error{ color:var(--dyn-accent-2) !important; }
/* 「お問い合わせ内容」を囲む大きな箱(枠線)を撤去 */
.form_textarea, .form_text_dt{ border:none !important; background:transparent !important; }
/* 送信ボタン。★セレクタに包み(.contact_submit 自体)を含めないこと：
   包みは複数ボタンを載せるレイアウト用のdivで、ここを accent で塗ると
   (a) 完了ページ=藍の包みに藍のボタンが乗って同化し、ボタンが消えて見える
   (b) 確認ページ=すぐ下でアウトライン化する「戻る」が藍地に濃色文字となり判読不能（実測 1.01:1）
   になる。当てる先はボタン実体だけでよい（dynamic-form.md §1 の意図も「送信 .contact_submit input = accent地」）。 */
.contact_submit button, .contact_submit input{ background:var(--dyn-accent) !important; color:var(--dyn-on-accent) !important; border:none !important; border-radius:var(--dyn-radius) !important; }
/* 確認ページの「戻る」は副ボタン（送信＝アクセント／戻る＝アウトライン）＝誤導線防止 */
.contact_submit input[name="back"]{ background:transparent !important; color:var(--dyn-text) !important; border:1px solid var(--dyn-border) !important; }
/* 送信前 disabled（reCAPTCHA未完了）の見え方 */
.contact_submit input[disabled]{ opacity:.5; cursor:not-allowed; }

/* --- フォーム実コードで頻出するが §7本体に無かった部品（parts213等の実装を突き合わせ）--- */
/* ファイル添付の自作UI：受領インライン<style>が #eee 地・#999 文字・明るいグラデで固定し、
   ダーク地で白い箱・低コントラストになる。トークンで地・枠・文字を寄せる（label_file_upload に限定）。 */
.label_file_upload{ display:block; width:100%; padding:12px 14px; cursor:pointer;
  background:var(--dyn-surface) !important; color:var(--dyn-text) !important;
  border:1px solid var(--dyn-border) !important; border-radius:var(--dyn-radius); }
.label_file_upload button{ background:var(--dyn-bg) !important; color:var(--dyn-text) !important;
  border:1px solid var(--dyn-border) !important; border-radius:var(--dyn-radius) !important; pointer-events:none; }
.label_file_upload span, #file-chosen, [id$="filechosen"]{ color:var(--dyn-muted) !important; }
.des{ color:var(--dyn-muted) !important; }
/* 注意書き（文字数制限・ファイル名規則等の補助）：色未指定/未定義var(--red)で可読性がばらつくため muted で固定（AA確保色） */
.attention{ color:var(--dyn-muted) !important; }
/* 郵便番号は narrow に保つ：上の入力欄ルール `[class*="_form_wrap"] dd input:not([checkbox]):not([radio])`
   は (0,3,2)+!important で .zip も全幅化し〒[郵便番号][住所]を壊す。これに勝つよう :not() を重ねて
   詳細度を (0,4,2) に上げて .zip だけ幅を戻す（parts219等 form_address系・番号非依存）。 */
[class*="_form_wrap"] dd input.zip:not([type="checkbox"]):not([type="radio"]){ width:9em !important; max-width:9em !important; display:inline-block; margin-right:8px; }
/* プライバシー同意 */
.privacypolicy{ background:var(--dyn-surface) !important; border:1px solid var(--dyn-border); border-radius:var(--dyn-radius); padding:16px; color:var(--dyn-muted) !important; }
.privacypolicy-link{ color:var(--dyn-accent-2) !important; }
/* 電話/メール等の content バー（角丸はトークン） */
[class*="_content"] [class*="btn"], [class*="_content"] a[class*="round"]{ border-radius:var(--dyn-radius) !important; }


/* ============================================================
   §7b  お問い合わせフォーム ─ wpcf7 / .formBox 系（第2系統）
   ------------------------------------------------------------
   【重要】フォームには構造が2系統ある（dynamic-harvest.js の「フォーム系統」で判定）：
     ・§7  = parts_form/dl 系（[class*="_form_wrap"] / dt / dd / .required / .contact_submit）
     ・§7b = wpcf7/.formBox 系（.formWrap > .formBox > dt>label>span.req + dd>input,
              送信=input.wpcf7-submit。SEIKEN/協力会社フォーム等 Contact Form 7 由来）
   §7 の `[class*="_form_wrap"]` は §7b 構造に当たらないため、当該系統では本セクションが要る。
   いずれも番号非依存のセマンティッククラスで記述。
   ============================================================ */
.formWrapbg, .formWrap, .form, [class*="formSec"]{ background:var(--dyn-bg) !important; color:var(--dyn-text) !important; }
.formWrap{ max-width:720px; margin:0 auto; }
.formBox{ margin-bottom:20px; }
.formBox dt, .formBox label{ color:var(--dyn-text) !important; }
.formBox dd input:not([type="checkbox"]):not([type="radio"]),
.formBox dd select,
.formWrap input[type="text"], .formWrap input[type="email"], .formWrap input[type="tel"]{
  width:100% !important; max-width:none !important; padding:14px 16px !important; font-size:16px !important;
  min-height:54px !important; background:var(--dyn-surface) !important; color:var(--dyn-text) !important;
  border:1px solid var(--dyn-border) !important; border-radius:var(--dyn-radius);
}
.formBox dd textarea, .formWrap textarea{
  width:100% !important; padding:14px 16px !important; font-size:16px !important; min-height:220px !important;
  background:var(--dyn-surface) !important; color:var(--dyn-text) !important;
  border:1px solid var(--dyn-border) !important; border-radius:var(--dyn-radius);
}
.formWrap input[type="checkbox"], .formWrap input[type="radio"]{
  width:18px !important; height:18px !important; min-height:0 !important; padding:0 !important; margin:0 8px 0 0 !important;
  vertical-align:-3px; accent-color:var(--dyn-accent); flex:none !important;
}
/* 必須バッジ（wpcf7系は .req） */
.req, .formBox .req{
  display:inline-flex !important; align-items:center !important; justify-content:center !important; line-height:1 !important;
  white-space:nowrap !important; padding:6px 12px !important; border-radius:var(--dyn-radius) !important;
  background:var(--dyn-accent) !important; color:var(--dyn-on-accent) !important;
}
.wpcf7-not-valid-tip, .wpcf7-response-output{ color:var(--dyn-accent-2) !important; }
/* 送信（Contact Form 7） */
input.wpcf7-submit, .formWrap button[type="submit"]{
  background:var(--dyn-accent) !important; color:var(--dyn-on-accent) !important;
  border:none !important; border-radius:var(--dyn-radius) !important;
  min-height:54px !important; padding:14px 28px !important; font-size:16px !important; cursor:pointer;
}
/* プライバシー同意（両系統共通の .privacypolicy* は §7 で適用済） */


/* ============================================================
   §14  自動CSSに負けた時の手順（R-27）※汎用アーマーは持たない＝安全契約
   ------------------------------------------------------------
   CueZilla は body内コンポ<style>でパーツ単位に `.partsNNN_blog_<ID> .card .card-body{…!important}`
   等の高詳細度(0,3,0)+!important を吐く。§1〜§9 の単一属性セレクタ(0,1,0〜0,2,0)+!important は
   同プロパティで【負ける】（症状：当てているのに反映されない＝崩れの常連）。

   → 【禁止】[class*=…]を積んで(0,3,0)に並べる汎用アーマー（脆い・過剰マッチ・アーマーレース）。
        ＝以前ここにあった `[class*="parts"][class*="_blog"] .card` 等は本契約により撤去した。
        （theme_default 非importantへの色寄せは §8 の単一 `[class*="_blog"] .card`(0,2,0)+!important で足りる）
   → 【正】負けたパーツだけ、harvestで実採番を取り【案件CSS】末尾に (0,3,1) を1個足して確実に勝つ：
        section.parts131415_blog_xxxx .card .card-body{ … !important }   ← 実採番。構造変化に不感
     ※ skin は全案件共通なので案件固有の番号は書かない（負けた時だけ案件側で対処）。
     ※ 採番取得＝verify/dynamic-harvest.js。当て方＝50_CSS・動的ページ/動的ページCSS_実セレクタ参考.md §14。 */
/* 見出しのテーマ装飾(角丸/中央寄せ/背景/罫線)残りをパーツ内でリセット（R-21）。
   theme_default は非importantなので、単一 [class*="_section"] + !important で確定勝ち（[class*]を積まない）。 */
[class*="_section"] h2, [class*="_section"] h3{
  border-radius:0 !important; background:transparent !important; border:none !important; text-align:inherit !important;
}


/* ============================================================
   §8  トップ用 お知らせ/ブログ teaser（notice-news / blog teaser）
   ============================================================ */
.parts040506_notice-news{ background:var(--dyn-bg) !important; color:var(--dyn-text) !important; }
.parts040506_notice-news *{ color:var(--dyn-text) !important; }
.parts040506_notice-news .title, .parts040506_notice-news .title a{ color:var(--dyn-heading) !important; }
.parts040506_notice-news [class*="date"], .parts040506_notice-news .f_yugothic{ font-family:var(--dyn-font-numeric) !important; color:var(--dyn-muted) !important; }
.parts040506_notice-news .more{ white-space:nowrap !important; color:var(--dyn-accent-2) !important; }
.parts040506_notice-news a{ color:var(--dyn-accent-2) !important; }
/* サムネ型ブログ teaser */
[class*="_blog_title_wrap"]{ font-family:var(--dyn-font-display) !important; color:var(--dyn-heading) !important; }
[class*="_blog_thumbnail"]{ border-radius:var(--dyn-radius); }
/* teaser内が Bootstrap .card（既定で白）の場合のダーク/トーン化 */
[class*="_blog"] .card{ background:var(--dyn-surface) !important; border-color:var(--dyn-border) !important; border-radius:var(--dyn-radius) !important; }
[class*="_blog"] .card-title, [class*="_blog"] .card-text{ color:var(--dyn-text) !important; }
[class*="_blog"] .card-title{ font-family:var(--dyn-font-display) !important; }


/* ============================================================
   §9  Bootstrap汎用クラスの地ならし（パーツ内に限定）
       text-dark / bg-light 等がパーツ内でトーンを乱すのを抑える
   ============================================================ */
[class*="parts"] .text-dark{ color:var(--dyn-text) !important; }
[class*="parts"] .bg-light{ background:var(--dyn-surface) !important; }
.card-header.bg-light{ background:var(--dyn-accent) !important; color:var(--dyn-on-accent) !important; }


/* ============================================================
   §10  プライバシーポリシー（templates/privacy-policy.html のフリーコーディング設置版）
   ※CueZilla既定パーツ(item_title/item_description)へ転記する場合は §5 等で別途適用される
   ============================================================ */
.privacy{ max-width:880px; margin:0 auto; padding:64px 24px; color:var(--dyn-text); font-family:var(--dyn-font-body); line-height:1.9; }
.privacy__title{ font-family:var(--dyn-font-display); color:var(--dyn-heading); font-size:clamp(1.8rem,4vw,2.6rem); }
.privacy__subtitle{ font-family:var(--dyn-font-display); color:var(--dyn-heading); font-size:1.2rem; margin-top:8px; }
.privacy__lead{ color:var(--dyn-muted); margin:24px 0 40px; }
.privacy-item{ margin-bottom:32px; }
.privacy-item__title{ font-family:var(--dyn-font-display); color:var(--dyn-heading); border-left:3px solid var(--dyn-accent); padding-left:12px; margin-bottom:12px; }
.privacy-item__body{ color:var(--dyn-text); }
/* 原文の (1)(2)… 表記を維持（auto ol の "1." ではなく括弧付き番号で表示） */
.privacy-item__list{ list-style:none; counter-reset:pp; margin:8px 0; padding:0; }
.privacy-item__list li{ counter-increment:pp; padding-left:2.2em; text-indent:-2.2em; margin:4px 0; color:var(--dyn-text); }
.privacy-item__list li::before{ content:"(" counter(pp) ") "; }


/* ============================================================
   §11  下層ヘッダーパーツ（templates/subpage-header.html）
   サイトヘッダーとパンくずの間。フリーコーディングで別パーツ化
   ============================================================ */
/* padding-top に固定ヘッダー高さ(--fixed-header-h)を加算＝固定ヘッダーへのめり込み防止。
   固定ヘッダーが無いサイトは既定0で無影響。固定ヘッダー採用サイトは案件CSSで :root{ --fixed-header-h:88px } 等を設定（R-18）。 */
.subpage-header{ position:relative; padding:calc(72px + var(--fixed-header-h, 0px)) 24px 72px; background:var(--dyn-surface); text-align:center; overflow:hidden; }
.subpage-header__bg{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.45; z-index:0; }
.subpage-header__inner{ position:relative; z-index:1; }
.subpage-header__title{ font-family:var(--dyn-font-display); color:var(--dyn-heading); font-size:clamp(1.8rem,5vw,3rem); line-height:1.3; text-shadow:0 2px 14px rgba(0,0,0,.5); }
.subpage-header__en{ font-family:var(--dyn-font-numeric); color:var(--dyn-muted); letter-spacing:.12em; margin-top:8px; }


/* ============================================================
   §12  システム定型ページ：送信完了(thanks) / 404
   templates/thanks.html, templates/404.html 用。トークンスキン準拠
   ============================================================ */
.thanks, .notfound{ max-width:760px; margin:0 auto; padding:calc(80px + var(--fixed-header-h, 0px)) 24px 96px; text-align:center; }
/* CueZilla 既定404（section.not-found）はレイアウトを変えず、固定ヘッダー分の上余白だけ確保（R-18） */
.not-found{ padding-top: calc(var(--fixed-header-h, 0px) + 24px); }
.thanks__title, .notfound__title{ font-family:var(--dyn-font-display); color:var(--dyn-heading); font-size:clamp(1.8rem,5vw,2.6rem); line-height:1.3; margin-bottom:28px; }
.thanks__lead, .notfound__lead{ color:var(--dyn-text); line-height:2; margin-bottom:40px; }
.thanks__action, .notfound__action{ margin-top:8px; }


/* ============================================================
   §13  Bootstrap(テーマ)既定の恒久打ち消し（R-20）
   ------------------------------------------------------------
   CueZillaテーマが読み込む Bootstrap の "素のタグ/汎用クラス" が
   フリーHTMLに当たって崩す症状を、案件ごとの手当て無しで地ならしする。
   ここは確認済みの実害2件（test0605）に限定して打ち消す。
   ※「色/余白/タイポ」を意図して変える装飾は接頭辞クラス(.xw- 等)で
     付け直す＝下記より高詳細度になり、本セクションに勝つ（壊さない）。
   ============================================================ */
/* (a) <mark> / .mark の黄ハイライト背景：ロゴや見出しが黄色い箱になる症状 → 無効化。
       意図的なマーカー装飾は専用クラスで（Bootstrap名 .mark を流用しない＝R-20）。 */
mark, .mark{
  background-color:transparent !important; color:inherit !important;
  padding:0 !important; border-radius:0 !important;
}
/* (b) a:hover が Bootstrap青(#0a58ca)になる症状 → 既定は「ホバーで色を変えない」。
       !important は付けない＝個別のホバー装飾(接頭辞クラスや site.css の指定)が
       そのまま勝ち、未指定リンクだけが青化を免れる（フォールバック）。 */
a:hover{ color:inherit; }

/* (c) 電話番号リンク(tel:)の最低タップ確保（R-24／§5.5-3）。
       本文中インラインでも折り返さない。CTA/ボタン用途は接頭辞クラスで44px確保。 */
a[href^="tel:"]{ white-space:nowrap; }


/* ===== 22_override.css ===== */
/* ============================================================
   案件override（実機投入後の実DOM調整・R-28／skin後に結合＝最後に効く）
   CueZilla実採番セレクタ＋!important で skin/theme自動CSSに勝つ。採番は実DOMで確認した値。
   ============================================================ */
/* [全ページ] ヘッダー追従（sticky）復活：CueZilla theme_default.css の下記2つが sticky を無効化していた。
   ① body{overflow-x:hidden} … overflow:hidden はスクロールコンテナを作り中のstickyを殺す → clip へ（横はみ出し抑止は維持・コンテナは作らない）。
   ② html,body{height:100%} … sticky は「親(body)の高さの範囲」でしか追従できない。body が1画面高だと1画面で剥がれる → height:auto（中身ぶんの全高）に戻す。
   add.css は theme_default より後に読まれるため上書きが効く（実測: cdn .../theme/1464/theme_default.css の body{overflow-x:hidden} と html,body{height:100%}）。 */
html, body{ height:auto !important; }
body{ overflow-x:clip !important; }

/* [全ページ] CueZilla由来の自動パンくず（parts###_breadcrumb / p-breadcrumb）は常に全非表示。
   下層は自前のパンくず(nav[aria-label=パンくず])を各ページのヒーロー内に持つため、CueZilla標準パンくずは不要。
   採番非依存で当てる（skin §1 がこれを装飾表示するので override で確実に打ち消す）。 */
[class*="_breadcrumb"], .p-breadcrumb{ display:none !important; }

/* [トップ] BLOG teaser（実採番 parts131415_blog_P4hlpNOosZ）の背景を「対応してきた現場」と同じ生成りテクスチャ(#f4f0e8)に */
section.parts131415_blog_P4hlpNOosZ,
.parts131415_blog_P4hlpNOosZ{
  background:url('https://cdn.cuezilla-cms.com/enjoyworks-test26.tech/images/1464/bg-texture.webp') repeat,#f4f0e8 !important;
}
/* [トップ] BLOG teaser のカード地を純白に（skin §8 [class*="_blog"] .card{background:var(--dyn-surface)} を上書き。sectionで詳細度up） */
section.parts131415_blog_P4hlpNOosZ .card,
.parts131415_blog_P4hlpNOosZ .card{ background:#ffffff !important; }

/* [施工実績 /blog-ex/instance] parts228一覧セクションの背景を生成りテクスチャに（テクスチャなのでrepeat付与） */
.parts228_section{ background:url('https://cdn.cuezilla-cms.com/enjoyworks-test26.tech/images/1464/bg-texture.webp') repeat !important; }
/* [施工実績] parts228カード（_post_wrap）の地を純白に（skin [class*="_post_wrap"]{background:var(--dyn-surface)} を .parts228_section 配下で上書き） */
.parts228_section .parts228_post_wrap,
.parts228_post_wrap{ background:#ffffff !important; }

/* [ブログ /blog・記事詳細] 各セクションの背景を生成りテクスチャに（テクスチャなのでrepeat付与） */
.parts222_section,
.parts225_section,
.parts166_single_article{ background:url('https://cdn.cuezilla-cms.com/enjoyworks-test26.tech/images/1464/bg-texture.webp') repeat !important; }
/* [ブログ] サイドバーの最大幅を100%に */
.parts222_sidebar{ max-width:100% !important; }
/* [ブログ] 一覧セクションの最大幅を2000pxに（デザイナー既定 max-width:1500px を上書き） */
.parts222_section{ max-width:2000px !important; }