/* perzik corporate site v2 — shared UI and responsive type polish */
:root{
  --pz-display-xl:clamp(52px,6.6vw,96px);
  --pz-display-lg:clamp(42px,5.15vw,74px);
  --pz-heading-md:clamp(30px,3.55vw,52px);
  --pz-body:clamp(13px,1.02vw,15px);
  --pz-copy-width:720px;
}
html{font-size:16px;text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{font-feature-settings:"palt" 1;line-break:strict;word-break:normal;overflow-wrap:anywhere}
h1,h2,h3,.section-title,.page-hero h1,.hero h1{text-wrap:balance}
p,li,dd,.hero-lead,.lead{widows:2;orphans:2}
button,a,input,select,textarea{touch-action:manipulation}
img,iframe,video{max-width:100%}
.section-title{font-size:var(--pz-display-lg)}
.lead,.hero-lead{max-width:var(--pz-copy-width)}
.arrow,.arrow-link,.button,.btn,.header-action,.header-actions a{white-space:normal;text-align:center}

/* Home: news becomes a wide, maintainable list that mirrors News page. */
.page-home .home-news{padding:78px 0;background:#fff}
.page-home .home-news-head{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;padding-bottom:26px;border-bottom:1px solid var(--line)}
.page-home .home-news-head .section-title{font-size:clamp(38px,4.4vw,62px)}
.page-home .home-news-head .arrow-link{margin:0;flex:0 0 auto}
.page-home .home-news-list{width:100%}
.page-home .home-news-row{display:grid;grid-template-columns:128px 160px minmax(0,1fr) 32px;gap:24px;align-items:center;min-height:112px;padding:22px 0;border-bottom:1px solid var(--line);transition:padding .2s,color .2s,background .2s}
.page-home .home-news-row:hover{padding-left:12px;color:var(--green);background:#fbfdfc}
.page-home .home-news-row time{font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:850;color:var(--green-dark)}
.page-home .home-news-row .cat{font-family:Arial,Helvetica,sans-serif;font-size:8px;font-weight:900;letter-spacing:.13em;color:var(--pink)}
.page-home .home-news-row h3{margin:0;font-size:17px;line-height:1.65;letter-spacing:-.015em}
.page-home .home-news-row b{font-size:18px;color:var(--green)}
.page-home .home-news-empty{display:grid;grid-template-columns:128px minmax(0,1fr) auto;gap:24px;align-items:center;min-height:112px;border-bottom:1px solid var(--line);color:var(--muted)}
.page-home .home-news-empty span{font-family:Arial,Helvetica,sans-serif;font-size:9px;font-weight:900;letter-spacing:.14em;color:var(--pink)}
.page-home .home-news-empty p{margin:0;font-size:14px}
.page-home .home-news-empty a{font-size:11px;font-weight:900;color:var(--green-dark)}

/* Home: Timee-inspired staged opening, using perzik shapes and colors. */
.page-home .intro{display:none!important}
.page-home .hero{--hero-progress:0;--core-scale:1}
.page-home .hero-tile,
.page-home .hero-core,
.page-home .hero-ribbon,
.page-home .hero-core-inner>*{animation:none!important}
.page-home .hero-tile{opacity:0;transition:opacity 1s cubic-bezier(.2,.8,.2,1),transform 1.25s cubic-bezier(.16,1,.3,1),filter .45s ease;will-change:transform,opacity}
.page-home .tile-manufacturing{transform:translate3d(-95px,-48px,0) scale(1.035)}
.page-home .tile-logistics{transform:translate3d(-82px,75px,0) scale(1.035)}
.page-home .tile-care{transform:translate3d(84px,-58px,0) scale(1.035)}
.page-home .tile-construction{transform:translate3d(105px,78px,0) scale(1.035)}
.page-home .tile-local{transform:translate3d(0,96px,0) scale(1.035)}
.page-home .hero.is-ready .hero-tile{opacity:1;transform:translate3d(var(--scroll-x,0),var(--scroll-y,0),0) scale(var(--tile-scale,1))}
.page-home .hero.is-ready .tile-manufacturing{transition-delay:.08s}
.page-home .hero.is-ready .tile-logistics{transition-delay:.22s}
.page-home .hero.is-ready .tile-care{transition-delay:.34s}
.page-home .hero.is-ready .tile-construction{transition-delay:.47s}
.page-home .hero.is-ready .tile-local{transition-delay:.6s}
.page-home .hero-tile .tile-art img{animation:heroBreath 16s ease-in-out infinite alternate;will-change:transform}
.page-home .hero-core{opacity:0;transform:translate(-50%,-47%) scale(.93);transition:opacity .9s .18s ease,transform 1.15s .18s cubic-bezier(.16,1,.3,1);will-change:transform,opacity}
.page-home .hero.is-ready .hero-core{opacity:1;transform:translate(-50%,-50%) scale(var(--core-scale,1))}
.page-home .hero-core-inner>*{opacity:0;transform:translateY(14px);transition:opacity .65s ease,transform .8s cubic-bezier(.16,1,.3,1)}
.page-home .hero.is-ready .hero-core-inner>*{opacity:1;transform:none}
.page-home .hero.is-ready .hero-core-inner>*:nth-child(1){transition-delay:.5s}
.page-home .hero.is-ready .hero-core-inner>*:nth-child(2){transition-delay:.58s}
.page-home .hero.is-ready .hero-core-inner>*:nth-child(3){transition-delay:.66s}
.page-home .hero.is-ready .hero-core-inner>*:nth-child(4){transition-delay:.74s}
.page-home .hero.is-ready .hero-core-inner>*:nth-child(5){transition-delay:.82s}
.page-home .hero-ribbon{opacity:0;clip-path:inset(0 100% 0 0);transition:opacity .45s ease,clip-path 1.05s cubic-bezier(.16,1,.3,1),translate .18s linear;will-change:clip-path,translate}
.page-home .hero.is-ready .hero-ribbon{opacity:1;clip-path:inset(0 0 0 0)}
.page-home .hero.is-ready .ribbon-a{transition-delay:.48s}
.page-home .hero.is-ready .ribbon-b{transition-delay:.6s}
.page-home .hero.is-ready .ribbon-c{transition-delay:.7s}
.page-home .hero-stage::after{position:absolute;z-index:8;inset:0;background:#fff;content:"";pointer-events:none;transform-origin:right center;transform:scaleX(1);transition:transform 1.05s cubic-bezier(.76,0,.24,1)}
.page-home .hero.is-ready .hero-stage::after{transform:scaleX(0)}
@keyframes heroBreath{from{transform:scale(1.015)}to{transform:scale(1.07)}}

/* Service: real YouTube customer interviews. */
.page-service .interviews-v2{background:#fff}
.page-service .interview-v2-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:34px;align-items:end}
.page-service .interview-v2-intro{max-width:680px;margin:20px 0 0;color:var(--muted);font-size:14px;line-height:1.95}
.page-service .interview-v2-channel{display:inline-flex;align-items:center;gap:12px;padding-bottom:7px;border-bottom:1px solid var(--green-dark);font-size:11px;font-weight:900;color:var(--green-dark)}
.page-service .interview-v2-feature{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(320px,.58fr);margin-top:40px;border:1px solid var(--line);background:#fff;box-shadow:0 18px 50px rgba(7,60,49,.07)}
.page-service .interview-player-shell{position:relative;min-height:480px;background:var(--green-deep);overflow:hidden}
.page-service #interviewPlayer,.page-service #interviewPlayer iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.page-service .interview-player-loading{position:absolute;inset:0;display:grid;place-items:center;padding:36px;color:#fff;text-align:center;background:linear-gradient(145deg,var(--green-deep),#0b5946)}
.page-service .interview-player-loading::before{position:absolute;inset:-25%;background:linear-gradient(14deg,transparent 47%,rgba(140,230,197,.13) 47.2% 50%,transparent 50.2%),linear-gradient(-14deg,transparent 60%,rgba(214,91,157,.13) 60.2% 63%,transparent 63.2%);content:""}
.page-service .interview-player-loading span{position:relative;font-family:Arial,Helvetica,sans-serif;font-size:10px;font-weight:900;letter-spacing:.15em}
.page-service .interview-v2-story{display:flex;min-height:480px;padding:42px 38px;background:var(--paper);flex-direction:column;justify-content:center}
.page-service .interview-v2-count{margin:0;color:var(--pink);font-family:Arial,Helvetica,sans-serif;font-size:10px;font-weight:900;letter-spacing:.14em}
.page-service .interview-v2-story h3{margin:22px 0 14px;font-size:clamp(24px,2.3vw,34px);line-height:1.35;letter-spacing:-.035em}
.page-service .interview-v2-story>p:not(.interview-v2-count){margin:0;color:var(--muted);font-size:13px;line-height:1.95}
.page-service .interview-v2-points{display:grid;gap:9px;margin:24px 0 0;padding:0;list-style:none}
.page-service .interview-v2-points li{display:flex;gap:9px;align-items:flex-start;color:#4d5b56;font-size:11px;font-weight:750}
.page-service .interview-v2-points li::before{flex:0 0 auto;width:6px;height:6px;margin-top:.72em;border-radius:50%;background:var(--green);content:""}
.page-service .interview-v2-controls{display:flex;align-items:center;gap:8px;margin-top:28px}
.page-service .interview-v2-controls button{display:grid;width:46px;height:46px;place-items:center;border:1px solid var(--line);background:#fff;color:var(--green-dark);cursor:pointer;transition:.2s}
.page-service .interview-v2-controls button:hover{border-color:var(--green);background:var(--mint)}
.page-service .interview-v2-progress{flex:1;height:2px;margin-left:8px;background:var(--line);overflow:hidden}
.page-service .interview-v2-progress i{display:block;width:33.333%;height:100%;background:linear-gradient(90deg,var(--green),var(--pink));transition:transform .35s ease}
.page-service .interview-playlist{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}
.page-service .interview-card{display:grid;grid-template-columns:112px 1fr;gap:16px;align-items:center;min-height:100px;padding:10px;border:1px solid var(--line);background:#fff;text-align:left;cursor:pointer;transition:.22s}
.page-service .interview-card:hover,.page-service .interview-card.active{border-color:var(--green);box-shadow:0 12px 28px rgba(7,60,49,.08);transform:translateY(-2px)}
.page-service .interview-card-thumb{position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--green-deep)}
.page-service .interview-card-thumb img{width:100%;height:100%;object-fit:cover}
.page-service .interview-card-thumb::after{position:absolute;inset:0;display:grid;place-items:center;background:rgba(4,31,26,.18);color:#fff;content:"▶";font-size:13px}
.page-service .interview-card small{display:block;color:var(--pink);font-family:Arial,Helvetica,sans-serif;font-size:8px;font-weight:900;letter-spacing:.13em}
.page-service .interview-card strong{display:block;margin-top:5px;color:var(--green-dark);font-size:12px;line-height:1.5}

/* Service 02: retain perzik pink, but use calm contrast like Service 01. */
.page-service .tiktok{background:linear-gradient(180deg,#fff8fc 0%,#faedf5 100%);color:var(--ink)}
.page-service .tiktok::before{right:-8%;top:-24%;border-color:rgba(214,91,157,.08)}
.page-service .tiktok .page-index{color:var(--pink)}
.page-service .tiktok .micro{color:var(--pink-deep)}
.page-service .tiktok .section-title{color:var(--ink)}
.page-service .tiktok .section-title em{color:var(--pink-deep)}
.page-service .tiktok-grid{border-top-color:#ebcada}
.page-service .tiktok-copy p{color:#5f6562}
.page-service .tiktok .quote{border-left-color:var(--pink);background:#fff;color:#5d334c;box-shadow:0 12px 30px rgba(168,63,121,.06)}
.page-service .tiktok .btn{border-color:var(--pink);color:var(--pink-deep);background:transparent}
.page-service .tiktok .btn.light{border-color:var(--pink);background:var(--pink);color:#fff}
.page-service .tiktok-steps{border-top-color:#e6c1d5;background:rgba(255,255,255,.42)}
.page-service .tiktok-step{padding:0 18px;border-bottom-color:#e6c1d5}
.page-service .tiktok-step span{color:var(--pink-deep)}
.page-service .tiktok-step strong{color:#42373d}
.page-service .tiktok-step p{color:#6e6268}

@media(max-width:980px){
  .page-service .interview-v2-feature{grid-template-columns:1fr}
  .page-service .interview-player-shell{min-height:430px}
  .page-service .interview-v2-story{min-height:0}
  .page-service .interview-card{grid-template-columns:96px 1fr}
}
@media(max-width:720px){
  :root{--pz-display-xl:clamp(44px,13vw,64px);--pz-display-lg:clamp(32px,9.4vw,44px);--pz-heading-md:clamp(26px,8vw,38px);--pz-body:13px}
  body{line-height:1.75;letter-spacing:.01em}
  .section-title{font-size:var(--pz-display-lg)!important;line-height:1.16!important;letter-spacing:-.052em!important}
  .page-hero h1,.hero h1{font-size:var(--pz-display-xl)!important;line-height:1.04!important;letter-spacing:-.06em!important}
  .hero-lead,.lead{font-size:13px!important;line-height:1.85!important}
  input,select,textarea{font-size:16px!important}
  .page-home .home-news{padding:58px 0}
  .page-home .home-news-head{align-items:flex-start;gap:18px;flex-direction:column;display:flex}
  .page-home .home-news-head .section-title{font-size:38px!important}
  .page-home .home-news-row{grid-template-columns:1fr auto;gap:7px 14px;min-height:0;padding:20px 0}
  .page-home .home-news-row time{grid-column:1}.page-home .home-news-row .cat{grid-column:2}.page-home .home-news-row h3{grid-column:1/-1;font-size:15px}.page-home .home-news-row b{display:none}
  .page-home .home-news-empty{grid-template-columns:1fr;gap:8px;min-height:100px;padding:18px 0}
  .page-home .hero-stage::after{display:none}
  .page-home .hero-tile .tile-art img{animation-duration:20s}
  .page-service .interview-v2-head{grid-template-columns:1fr;gap:20px}
  .page-service .interview-v2-intro{font-size:12px}
  .page-service .interview-v2-feature{margin-top:28px}
  .page-service .interview-player-shell{min-height:0;aspect-ratio:16/9}
  .page-service .interview-v2-story{padding:28px 22px}
  .page-service .interview-v2-story h3{font-size:25px}
  .page-service .interview-playlist{display:flex;margin-inline:-14px;padding:0 14px 8px;overflow-x:auto;scroll-snap-type:x mandatory}
  .page-service .interview-card{flex:0 0 82%;grid-template-columns:96px 1fr;scroll-snap-align:start}
  .page-service .tiktok-step{grid-template-columns:42px 1fr;padding:16px 0}.page-service .tiktok-step p{grid-column:2}
}
@media(prefers-reduced-motion:reduce){
  .page-home .hero-tile,.page-home .hero-core,.page-home .hero-ribbon,.page-home .hero-core-inner>*{opacity:1!important;transform:none!important;translate:none!important;transition:none!important;animation:none!important}
  .page-home .hero-core{transform:translate(-50%,-50%)!important}
  .page-home .hero-stage::after{display:none}
}

/* Shared completion refinements */
.news-empty{display:grid;gap:8px;padding:38px 0;border-bottom:1px solid var(--line);color:var(--muted)}
.news-empty span{color:var(--pink);font-family:Arial,Helvetica,sans-serif;font-size:9px;font-weight:900;letter-spacing:.14em}
.news-empty strong{color:var(--green-dark);font-size:18px}
.news-empty p{margin:0;font-size:12px}.news-empty code{padding:2px 5px;background:var(--paper);color:var(--green-dark)}
.page-service .interview-v2-watch{display:inline-flex;width:max-content;margin-top:16px;padding-bottom:5px;border-bottom:1px solid var(--green-dark);color:var(--green-dark);font-size:10px;font-weight:900}
.page-service .interview-card-placeholder{display:grid;width:100%;height:100%;place-items:center;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:9px;font-weight:900;letter-spacing:.14em}

/* Keep Japanese display copy strong without creating awkward mobile wrapping. */
@media(min-width:721px){
  .page-service .section-title{max-width:1040px}
  .page-service .tiktok .section-title{font-size:clamp(38px,4.2vw,64px)!important}
  .page-service .interview-v2-story>p:not(.interview-v2-count){max-width:39em}
}
@media(max-width:720px){
  .page-service .interview-v2-watch{font-size:10px}
  .page-service .interview-v2-points li{font-size:11px;line-height:1.65}
  .page-service .interview-v2-controls{margin-top:22px}
  .page-service .tiktok{background:linear-gradient(180deg,#fff 0%,#fff8fc 18%,var(--pink-soft) 100%)}
  .page-service .tiktok .section-title{font-size:clamp(31px,8.7vw,39px)!important;line-height:1.2!important}
  .page-service .tiktok-copy p{font-size:13px;line-height:1.9}
  .page-service .quote{padding:18px;font-size:15px;line-height:1.7}
  .news-empty{padding:28px 0}.news-empty strong{font-size:16px}
}

/* Horizontal-overflow hardening for decorative masks and mobile carousels. */
html,body{max-width:100%;overflow-x:clip!important}
.page-service .interview-player-loading,.page-service .tiktok,.page-company .hero{overflow:clip;contain:paint}
@media(max-width:720px){
  .page-service .interview-playlist{max-width:100%;margin-inline:0;padding-inline:0;overscroll-behavior-inline:contain}
  .page-service .interview-card{flex-basis:min(82%,300px)}
}

/* ========================================================================
   Final responsive and motion pass — September 2026
   ===================================================================== */
body{overflow-wrap:break-word}
.micro,.section-label,.page-index span,.section-num span,.stat-en,.contact-num,
.service-card-v6-head,.service-steps-v6,.tiktok-step>span,.interview-v2-count,
.interview-card small,.logo-row-title strong{word-break:normal;overflow-wrap:normal}

/* Keep the TOP News component editable but invisible until the config enables it. */
.page-home #news[hidden],.page-home [data-news-rail][hidden]{display:none!important}
.page-home .home-news-row h3{font-weight:760}

/* TOP opening: a restrained Timee-inspired reveal, expressed with perzik shapes. */
.page-home .hero-core{isolation:isolate}
.page-home .hero-core::before{position:absolute;z-index:-1;inset:0;background:linear-gradient(145deg,rgba(223,244,234,.22),transparent 42%,rgba(250,237,245,.26));content:"";opacity:0;transition:opacity 1s .72s ease}
.page-home .hero-core::after{position:absolute;left:13%;right:13%;top:3.5%;height:3px;background:linear-gradient(90deg,var(--green),var(--mint-bright) 70%,var(--pink));content:"";transform:scaleX(0);transform-origin:left;transition:transform .95s .82s cubic-bezier(.16,1,.3,1)}
.page-home .hero.is-ready .hero-core::before{opacity:1}
.page-home .hero.is-ready .hero-core::after{transform:scaleX(1)}
.page-home .hero-tile{filter:saturate(.92) blur(2px)}
.page-home .hero.is-ready .hero-tile{filter:saturate(.92) blur(0)}
.page-home .hero.motion-live .hero-ribbon{filter:drop-shadow(0 14px 15px rgba(4,31,26,.11))}
.page-home .hero-core h1{font-size:clamp(40px,3.9vw,56px)!important;line-height:1.13!important;letter-spacing:-.07em!important}
.page-home .hero-core p{max-width:38em}

/* Customer Interview: real three-video series, with readable editorial hierarchy. */
.page-service .interviews-v2{padding-top:104px;padding-bottom:104px}
.page-service .interview-v2-head{grid-template-columns:minmax(0,1fr) auto;gap:44px}
.page-service .interview-v2-head .section-title{max-width:960px;font-size:clamp(40px,4.7vw,68px)!important;line-height:1.12!important}
.page-service .interview-v2-intro{max-width:760px;font-size:14px;line-height:2}
.page-service .interview-v2-feature{grid-template-columns:minmax(0,1.48fr) minmax(330px,.52fr);margin-top:44px;border-color:#d9e4df}
.page-service .interview-player-shell{min-height:450px;aspect-ratio:16/9}
.page-service .interview-v2-story{min-height:450px;padding:40px 36px;background:linear-gradient(155deg,#f8f8f4,#eef7f2)}
.page-service .interview-v2-story h3{margin-top:19px;font-size:clamp(24px,2.1vw,32px);line-height:1.42}
.page-service .interview-v2-story>p:not(.interview-v2-count){font-size:13px;line-height:1.9}
.page-service .interview-v2-points{padding-top:19px;border-top:1px solid var(--line)}
.page-service .interview-v2-points li{font-size:11px;line-height:1.7}
.page-service .interview-playlist{gap:14px;margin-top:16px}
.page-service .interview-card{grid-template-columns:124px minmax(0,1fr);min-height:104px;padding:11px}
.page-service .interview-card strong{display:-webkit-box;overflow:hidden;font-size:12px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.page-service .interview-card-copy{min-width:0}

/* Service 02: pink remains the brand cue, while the reading canvas mirrors Service 01. */
.page-service .tiktok{background:linear-gradient(180deg,#fff 0%,#fff 64%,#fff8fc 100%);color:var(--ink)}
.page-service .tiktok::before{right:-12%;top:-32%;width:540px;height:540px;border:72px solid rgba(214,91,157,.075)}
.page-service .tiktok-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:0;margin-top:38px;padding-top:0;border:1px solid #ead5e1;background:#fff;box-shadow:0 18px 54px rgba(112,47,82,.07)}
.page-service .tiktok-copy{padding:42px 40px;background:linear-gradient(150deg,#fff 0%,#fff9fc 100%);border-right:1px solid #ead5e1}
.page-service .tiktok-copy p{font-size:13px;line-height:1.95}
.page-service .tiktok .quote{margin-top:26px;padding:19px 21px;border-left:3px solid var(--pink);background:#fff;color:#512b40;font-size:16px;line-height:1.7;box-shadow:0 10px 26px rgba(139,52,99,.07)}
.page-service .tiktok .service-actions{margin-top:28px}
.page-service .tiktok .btn{min-height:48px;padding-inline:18px}
.page-service .tiktok-steps{border-top:0;background:#fff}
.page-service .tiktok-step{grid-template-columns:minmax(122px,148px) minmax(145px,.72fr) minmax(0,1fr);gap:20px;min-height:112px;padding:18px 25px;border-bottom:1px solid #ead5e1}
.page-service .tiktok-step:last-child{border-bottom:0}
.page-service .tiktok-step>span{white-space:nowrap;font-size:9px;letter-spacing:.095em}
.page-service .tiktok-step strong{font-size:16px;line-height:1.5}
.page-service .tiktok-step p{font-size:11px;line-height:1.75}

/* Shared desktop balance. */
@media(min-width:981px){
  .page-mission .page-hero h1,.page-news .page-hero h1,.page-download .page-hero h1,.page-contact .page-hero h1{font-size:clamp(56px,6.4vw,94px)!important;line-height:1.03!important}
  .page-service .hero h1,.page-company .hero h1,.page-recruit .hero h1{font-size:clamp(56px,6.55vw,98px)!important;line-height:1.03!important}
  .page-mission .section-title,.page-company .section-title,.page-recruit .section-title,.page-news .section-title,.page-download .section-title,.page-contact .section-title{font-size:clamp(40px,4.65vw,68px)!important;line-height:1.12!important}
}

@media(max-width:1120px){
  .page-service .interview-v2-feature{grid-template-columns:1fr}
  .page-service .interview-player-shell{min-height:0;aspect-ratio:16/9}
  .page-service .interview-v2-story{min-height:0}
  .page-service .tiktok-grid{grid-template-columns:1fr}
  .page-service .tiktok-copy{border-right:0;border-bottom:1px solid #ead5e1}
}

@media(max-width:720px){
  :root{--pz-display-xl:clamp(40px,11.8vw,54px);--pz-display-lg:clamp(31px,8.8vw,41px);--pz-heading-md:clamp(26px,7.4vw,35px)}
  body{font-size:14px;line-height:1.76;letter-spacing:.005em}
  .shell{width:min(calc(100% - 28px),var(--shell))!important}
  .section{padding:68px 0!important}
  .section-title{font-size:clamp(31px,8.8vw,34px)!important;line-height:1.2!important;letter-spacing:-.05em!important}
  .page-hero h1,.page-service .hero h1,.page-company .hero h1,.page-recruit .hero h1{font-size:clamp(42px,11.8vw,54px)!important;line-height:1.08!important;letter-spacing:-.06em!important}
  .page-index,.section-num{font-size:43px!important}
  .lead,.hero-lead{font-size:13px!important;line-height:1.85!important}
  .micro{font-size:9px;letter-spacing:.14em}

  /* The TOP copy uses its own scale; it must not inherit subpage hero sizing. */
  .page-home .hero{height:790px!important;min-height:790px!important}
  .page-home .hero-core{top:40%;width:min(89vw,390px);min-height:390px;padding:50px 38px 44px}
  .page-home .hero-core-inner{max-width:300px}
  .page-home .hero-core h1{font-size:clamp(28px,8.25vw,34px)!important;line-height:1.19!important;letter-spacing:-.055em!important}
  .page-home .hero-core p{font-size:11px!important;line-height:1.75!important}
  .page-home .hero-core p br{display:none}
  .page-home .hero-rule{margin:18px 0 17px}
  .page-home .hero-button{min-height:49px;margin-top:20px;font-size:10px}
  .page-home .hero-core::after{left:14%;right:14%;top:3%}
  .page-home .tile-manufacturing{left:-14%;top:0;width:67%;height:24%}
  .page-home .tile-care{right:-10%;top:1%;width:46%;height:24%}
  .page-home .tile-logistics{left:-10%;bottom:4%;width:64%;height:34%}
  .page-home .tile-construction{right:-17%;bottom:0;width:64%;height:38%}
  .page-home .tile-local{left:31%;bottom:-3%;width:53%;height:18%}
  .page-home .ribbon-a{left:29%;top:9%;width:58%;height:14%}
  .page-home .ribbon-b{left:17%;bottom:20%;width:81%;height:17%}
  .page-home .ribbon-c{right:1%;top:13%;width:36%;height:28%}

  .page-home .home-news{padding:56px 0!important}
  .page-home .home-news-head .section-title{font-size:36px!important}

  .page-service .interviews-v2{padding-top:72px!important;padding-bottom:72px!important}
  .page-service .interview-v2-head{grid-template-columns:1fr;gap:18px}
  .page-service .interview-v2-head .section-title{font-size:clamp(31px,8.7vw,39px)!important;line-height:1.2!important}
  .page-service .interview-v2-intro{font-size:12px;line-height:1.85}
  .page-service .interview-v2-channel{font-size:10px}
  .page-service .interview-v2-feature{margin-top:27px}
  .page-service .interview-player-shell{aspect-ratio:16/9}
  .page-service .interview-v2-story{padding:27px 21px 29px}
  .page-service .interview-v2-story h3{font-size:23px;line-height:1.45}
  .page-service .interview-v2-story>p:not(.interview-v2-count){font-size:12px;line-height:1.85}
  .page-service .interview-v2-points{margin-top:19px;padding-top:16px}
  .page-service .interview-v2-controls{margin-top:21px}
  .page-service .interview-v2-controls button{width:43px;height:43px}
  .page-service .interview-playlist{display:flex;gap:10px;margin:12px 0 0;padding:0 0 8px;overflow-x:auto;scroll-snap-type:x mandatory}
  .page-service .interview-card{flex:0 0 min(86%,310px);grid-template-columns:92px minmax(0,1fr);min-height:92px;scroll-snap-align:start}
  .page-service .interview-card strong{font-size:11px;line-height:1.5}

  .page-service .tiktok{background:linear-gradient(180deg,#fff 0%,#fff 55%,#fff8fc 100%)}
  .page-service .tiktok .section-title{font-size:clamp(30px,8.45vw,38px)!important;line-height:1.22!important}
  .page-service .tiktok-grid{margin-top:27px}
  .page-service .tiktok-copy{padding:26px 21px 29px}
  .page-service .tiktok-copy p{font-size:12.5px;line-height:1.87}
  .page-service .tiktok .quote{padding:17px 17px;font-size:14px;line-height:1.68}
  .page-service .tiktok .service-actions{display:grid;grid-template-columns:1fr;gap:8px}
  .page-service .tiktok .btn{width:100%}
  .page-service .tiktok-step{display:grid;grid-template-columns:1fr;gap:5px;min-height:0;padding:20px 21px}
  .page-service .tiktok-step>span{grid-column:auto;white-space:nowrap;font-size:8.5px;letter-spacing:.08em}
  .page-service .tiktok-step strong{font-size:16px}
  .page-service .tiktok-step p{grid-column:auto;margin-top:2px;font-size:11px;line-height:1.7}

  /* Reduce crowding across the remaining pages without shrinking tap targets. */
  .page-company .profile-grid,.page-company .group-panel,.page-company .access-grid,
  .page-recruit .why-layout,.page-recruit .business-grid,.page-recruit .challenge-intro,
  .page-download .docs-head,.page-download .request-grid,.page-contact .contact-head,
  .page-contact .contact-layout,.page-news .news-layout{gap:24px!important}
  .page-recruit .position-copy h3{font-size:21px!important;line-height:1.35}
  .page-recruit .position-copy p{font-size:12px!important;line-height:1.8}
  .page-download .doc-body h2{font-size:22px!important;line-height:1.4}
  .page-contact .contact-guide h2{font-size:26px!important;line-height:1.4}
}

@media(max-width:390px){
  .page-home .hero-core{width:91vw;padding-inline:34px}
  .page-home .hero-core h1{font-size:28px!important}
  .page-service .tiktok .section-title,.page-service .interview-v2-head .section-title{font-size:30px!important}
}

/* Semantic line breaks for key Japanese statements on narrow screens. */
.page-mission .mission-phrase,.page-company .company-phrase{display:inline}
.page-service .interview-player-loading{overflow:hidden!important}
.page-service .tiktok{overflow:hidden!important;contain:paint}
@media(max-width:720px){
  .page-mission .mission-phrase,.page-company .company-phrase{display:block}
  .page-mission .page-hero h1{font-size:clamp(38px,10.8vw,46px)!important;line-height:1.12!important}
  .page-mission .mission .section-title{font-size:clamp(30px,8.2vw,37px)!important}
  .page-company .hero h1{font-size:clamp(39px,11vw,48px)!important;line-height:1.14!important}
}


/* Final decorative overflow correction */
.page-service .interview-player-loading::before,.page-service .tiktok::before{display:none!important}
html,body{overflow-x:hidden!important}
/* Keep the Service hero ribbon inside the viewport throughout its opening state. */
.page-service .hero::before{right:0!important;transform:none!important;animation:none!important}
/* TOP News, when enabled, mirrors the wide list rhythm of the News archive. */
.page-home .home-news-row{grid-template-columns:125px 145px minmax(0,1fr) 32px;gap:20px;min-height:126px;padding:22px 0}
.page-home .home-news-row time{font-size:12px}
.page-home .home-news-row .cat{font-size:9px;letter-spacing:.12em}
.page-home .home-news-row h3{font-size:18px;line-height:1.6;letter-spacing:-.02em}
@media(max-width:720px){
  .page-home .home-news-row{grid-template-columns:1fr auto;gap:8px 14px;min-height:0;padding:20px 0}
  .page-home .home-news-row h3{font-size:16px}
}

/* V3: restore the previously approved TOP opening motion. */
.page-home.legacy-hero-motion .intro{display:grid!important}
.page-home.legacy-hero-motion .hero{--core-scale:1}
.page-home.legacy-hero-motion .hero-stage::after{display:none!important}
.page-home.legacy-hero-motion .hero-tile{
  opacity:1;
  filter:saturate(.92);
  transition:none;
  animation:tileIn 1.25s cubic-bezier(.2,.8,.2,1) both!important;
  will-change:auto;
}
.page-home.legacy-hero-motion .tile-manufacturing{transform:none;animation-delay:.15s!important}
.page-home.legacy-hero-motion .tile-logistics{transform:none;animation-delay:.28s!important}
.page-home.legacy-hero-motion .tile-care{transform:none;animation-delay:.4s!important}
.page-home.legacy-hero-motion .tile-construction{transform:none;animation-delay:.52s!important}
.page-home.legacy-hero-motion .tile-local{transform:none;animation-delay:.65s!important}
.page-home.legacy-hero-motion .hero.is-ready .hero-tile{transform:none}
.page-home.legacy-hero-motion .hero-tile .tile-art img{animation:none!important;transition:transform 12s linear,filter .5s ease}
.page-home.legacy-hero-motion .hero-tile:hover .tile-art img{transform:scale(1.075)}
.page-home.legacy-hero-motion .hero-core{
  opacity:1;
  transform:translate(-50%,-50%);
  transition:none;
  animation:coreIn 1s cubic-bezier(.2,.8,.2,1) .15s both!important;
  will-change:auto;
}
.page-home.legacy-hero-motion .hero-core::before,
.page-home.legacy-hero-motion .hero-core::after{display:none!important}
.page-home.legacy-hero-motion .hero-core-inner>*{
  opacity:1;
  transform:none;
  transition:none;
  animation:none!important;
}
.page-home.legacy-hero-motion .hero-ribbon{
  opacity:0;
  clip-path:none;
  transition:none;
  translate:none!important;
  animation:ribbonIn .9s cubic-bezier(.2,.8,.2,1) .62s forwards!important;
  will-change:auto;
}
.page-home.legacy-hero-motion .hero.is-ready .hero-ribbon{clip-path:none}
@media(prefers-reduced-motion:reduce){
  .page-home.legacy-hero-motion .intro{display:none!important}
  .page-home.legacy-hero-motion .hero-tile,
  .page-home.legacy-hero-motion .hero-core,
  .page-home.legacy-hero-motion .hero-ribbon{animation:none!important;opacity:1!important}
}

/* V5: fixed three-video customer interview embeds */
.page-service #interviewPlayer{position:absolute;inset:0;width:100%;height:100%;border:0;background:var(--green-deep)}
.page-service .interview-player-loading{z-index:2;pointer-events:none}
.page-service .interview-card-thumb .interview-card-placeholder{position:absolute;inset:0;z-index:0}
.page-service .interview-card-thumb img{position:relative;z-index:1}

/* V9: outcome-led customer stories and clearer footprint labels */
.page-service .interview-v2-feature{
  grid-template-columns:minmax(0,1.36fr) minmax(390px,.64fr);
  border-color:#d6e2dc;
  box-shadow:0 22px 60px rgba(7,60,49,.09);
}
.page-service .interview-player-shell{min-width:0;min-height:520px;aspect-ratio:auto}
.page-service .interview-v2-story{
  min-height:520px;
  justify-content:flex-start;
  padding:34px 34px 30px;
  background:linear-gradient(150deg,#fbfbf8 0%,#edf7f2 100%);
}
.page-service .interview-v2-story-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding-bottom:18px;
  border-bottom:1px solid #d4e2dc;
}
.page-service .interview-v2-story-head h3{
  margin:0;
  color:var(--green-dark);
  font-size:18px;
  font-weight:900;
  line-height:1.45;
  text-align:right;
}
.page-service .interview-v2-result{margin-top:24px}
.page-service .interview-v2-result-label{
  margin:0!important;
  color:var(--pink)!important;
  font-family:Arial,Helvetica,sans-serif;
  font-size:9px!important;
  font-weight:900;
  letter-spacing:.17em;
  text-transform:uppercase;
}
.page-service .interview-v2-result-headline{
  margin:8px 0 0!important;
  color:var(--green-dark)!important;
  font-size:clamp(27px,2.25vw,36px)!important;
  font-weight:900;
  letter-spacing:-.055em;
  line-height:1.25!important;
  text-wrap:balance;
}
.page-service .interview-v2-metrics{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin-top:20px;
}
.page-service .interview-v2-metrics article{
  min-width:0;
  padding:14px 15px 13px;
  border:1px solid #cfe0d8;
  background:rgba(255,255,255,.88);
}
.page-service .interview-v2-metrics span{
  display:block;
  color:var(--muted);
  font-size:9px;
  font-weight:850;
  letter-spacing:.04em;
}
.page-service .interview-v2-metrics strong{
  display:block;
  margin-top:4px;
  color:var(--green-dark);
  font-size:clamp(17px,1.55vw,22px);
  font-weight:900;
  letter-spacing:-.035em;
  line-height:1.35;
  overflow-wrap:anywhere;
}
.page-service .interview-v2-summary{
  margin-top:18px!important;
  color:#5d6964!important;
  font-size:12px!important;
  line-height:1.82!important;
}
.page-service .interview-v2-watch{
  display:inline-flex;
  width:100%;
  min-height:48px;
  margin-top:20px;
  padding:0 17px;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:1px solid var(--pink);
  background:var(--pink);
  color:#fff;
  font-size:11px;
  font-weight:900;
  transition:transform .2s ease,background .2s ease;
}
.page-service .interview-v2-watch:hover{background:var(--pink-deep);transform:translateY(-2px)}
.page-service .interview-v2-controls{margin-top:auto;padding-top:20px}
.page-service .interview-card{grid-template-columns:118px minmax(0,1fr);min-height:116px}
.page-service .interview-card-result{
  display:block;
  margin-top:6px;
  color:#586761;
  font-size:9px;
  font-weight:800;
  line-height:1.45;
}
.page-service .interview-card.active .interview-card-result{color:var(--green-dark)}

/* The Japanese meaning comes first so every footprint number is immediately legible. */
.page-home .stat{
  min-height:218px;
  justify-content:flex-start;
  background:rgba(255,255,255,.025);
}
.page-home .stat:nth-child(even){background:rgba(255,255,255,.045)}
.page-home .stat .stat-label{
  display:flex;
  min-height:44px;
  align-items:flex-start;
  gap:10px;
  color:#fff;
  font-size:14px;
  font-weight:900;
  letter-spacing:.035em;
  line-height:1.48;
}
.page-home .stat .stat-label small{
  flex:0 0 auto;
  display:grid;
  width:24px;
  height:24px;
  place-items:center;
  border:1px solid rgba(140,230,197,.58);
  color:var(--mint-bright);
  font-family:Arial,Helvetica,sans-serif;
  font-size:8px;
  font-weight:900;
  letter-spacing:0;
  line-height:1;
}
.page-home .stat .stat-label b{font-weight:900}
.page-home .stat strong{margin:21px 0 15px}
.page-home .stat .stat-en{
  display:block;
  margin-top:auto;
  color:rgba(255,255,255,.54);
  font-size:7px;
  font-weight:900;
  letter-spacing:.14em;
  line-height:1.5;
}

@media(max-width:1120px){
  .page-service .interview-v2-feature{grid-template-columns:1fr}
  .page-service .interview-player-shell{min-height:0;aspect-ratio:16/9}
  .page-service .interview-v2-story{min-height:0}
}

@media(max-width:720px){
  .page-service .interview-v2-story{padding:24px 20px 23px}
  .page-service .interview-v2-story-head{align-items:flex-start;padding-bottom:14px}
  .page-service .interview-v2-story-head h3{max-width:72%;font-size:15px;text-align:right}
  .page-service .interview-v2-result{margin-top:18px}
  .page-service .interview-v2-result-headline{font-size:clamp(25px,7.5vw,31px)!important;line-height:1.28!important}
  .page-service .interview-v2-metrics{margin-top:15px}
  .page-service .interview-v2-metrics article{padding:12px 12px 11px}
  .page-service .interview-v2-metrics strong{font-size:16px}
  .page-service .interview-v2-summary{margin-top:15px!important;font-size:11.5px!important}
  .page-service .interview-v2-watch{min-height:46px;margin-top:17px;font-size:10px}
  .page-service .interview-v2-controls{margin-top:0;padding-top:17px}
  .page-service .interview-card{flex-basis:min(91%,330px);grid-template-columns:94px minmax(0,1fr);min-height:105px}
  .page-service .interview-card-result{font-size:8.5px}

  .page-home .stat{min-height:184px;padding:20px 15px}
  .page-home .stat .stat-label{min-height:48px;gap:7px;font-size:11px;line-height:1.45}
  .page-home .stat .stat-label small{width:21px;height:21px;font-size:7px}
  .page-home .stat strong{margin:14px 0 11px;font-size:46px}
  .page-home .stat .stat-en{font-size:6px;letter-spacing:.1em}
}

.wpcf7-spinner {
  display: none !important;
}

/* PCでは無効（改行しない） */
.sma{
  display:none;
}

/* スマートフォンでは有効（改行する） */
@media screen and (max-width:768px){
  .sma{
    display:block;
  }
}