:root{--navy:#101e30;--ink:#162638;--blue:#526f9a;--pale:#f1f3f5;--line:#d8dfe6;--muted:#697686;--white:#fff;--page:clamp(24px,5.2vw,88px);--jp:'Noto Sans JP','Yu Gothic','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;--en:Manrope,'Arial',sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:104px}body{margin:0;color:var(--ink);background:var(--white);font-family:var(--jp);font-size:16px;line-height:1.85;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;max-width:100%}h1,h2,h3,p,figure{margin:0}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible{outline:3px solid #4289d7;outline-offset:6px}::selection{background:#abc4e2;color:var(--navy)}[hidden]{display:none!important}.skip-link{position:fixed;z-index:100;left:20px;top:-90px;background:white;padding:12px 20px}.skip-link:focus{top:15px}.section-pad{padding:104px var(--page)}.eyebrow,.section-index,.step-en,.service-label,.hero-location,.hero-note,.hero-counter,.scroll-cue,.business-visual-label,.email-label,.back-top,.footer-bottom{font-family:var(--en);font-size:12px;font-weight:600;letter-spacing:.13em}.eyebrow{display:inline-flex;align-items:center;gap:13px;color:#536d8c}.eyebrow:before{content:'';display:block;width:7px;height:7px;background:#7a92b1}.eyebrow.light{color:#b3c7dd}.section-rail{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:54px}.section-index{color:#8492a2;font-size:11px;letter-spacing:.12em}h2{font-size:clamp(30px,3.2vw,48px);line-height:1.65;letter-spacing:.025em;font-weight:600}h3{font-size:22px;font-weight:600;letter-spacing:.015em}.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;padding:13px 0;border-bottom:1px solid #b5c0cd;font-size:14px;font-weight:600}.text-link span{font:24px var(--en);transition:transform .25s}.text-link:hover span{transform:translate(3px,-3px)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:48px;min-height:62px;padding:0 23px 0 26px;font-size:14px;font-weight:600;transition:background .25s,color .25s,transform .25s}.button-arrow{font:25px var(--en);transition:transform .25s}.button:hover .button-arrow{transform:translate(3px,-3px)}.button-light{color:var(--ink);background:white;border:1px solid white}.button-light:hover{background:#e2eaf3}.button-dark{color:white;background:var(--navy);border:1px solid var(--navy)}.button-dark:hover{background:#294663}.muted{color:#6c7c8d}.mobile-only{display:none}
/* Identity and navigation */
.site-header{height:100px;padding:0 var(--page);display:flex;align-items:center;justify-content:space-between;gap:25px;background:#fff;position:relative;z-index:20;border-bottom:1px solid #eef0f3}.brand{display:inline-flex;align-items:center;gap:13px;flex-shrink:0;line-height:1}.brand-symbol{width:46px;height:46px;display:grid;place-items:center;overflow:hidden}.brand-symbol img{width:46px;height:46px;object-fit:contain}.brand-type{display:grid;gap:9px}.brand-type strong{font-family:var(--en);font-size:30px;letter-spacing:-1.35px;font-weight:800;line-height:1}.brand-type>span{font-size:10px;letter-spacing:.21em;font-weight:500}.brand-dot{color:#627fa2}.desktop-nav{display:flex;align-items:center;gap:clamp(15px,2.05vw,32px);margin-left:auto}.desktop-nav a{font-size:13px;font-weight:600;white-space:nowrap;position:relative}.desktop-nav a:after{content:'';position:absolute;left:0;bottom:-8px;width:0;height:1px;background:#526f9a;transition:width .25s}.desktop-nav a:hover:after{width:100%}.header-contact{display:flex;gap:24px;align-items:center;color:white;background:var(--navy);padding:12px 18px;font-size:12px;white-space:nowrap}.header-contact span{font:22px var(--en)}.menu-toggle{display:none;width:44px;height:44px;border:0;background:transparent;padding:12px 8px;flex-shrink:0}.menu-toggle span{display:block;height:1px;background:var(--ink);margin:7px 0;transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}.mobile-nav{position:absolute;top:100%;left:0;right:0;background:white;padding:20px var(--page) 30px;box-shadow:0 18px 20px #1020300a}.mobile-nav a{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid var(--line);font-size:15px}.mobile-nav a span{font:12px var(--en);color:var(--muted)}
/* Immersive editorial hero */
.hero{isolation:isolate;min-height:710px;height:min(790px,calc(100svh - 100px));position:relative;overflow:hidden;color:#fff;background:#101c2a;padding:34px var(--page) 36px;display:flex;flex-direction:column;justify-content:space-between}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:-3}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,21,35,.93) 0%,rgba(11,23,36,.84) 22%,rgba(11,23,36,.4) 46%,rgba(11,23,36,0) 75%),linear-gradient(0deg,rgba(8,19,33,.6),transparent 30%);z-index:-2}.hero-topline{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #fff3;padding-top:19px}.hero-location{font-size:10px;letter-spacing:.16em;display:flex;gap:40px;align-items:center}.hero-location span{font-size:19px}.hero-content{padding:46px 0 62px;max-width:740px}.hero-kicker{font-size:14px;letter-spacing:.15em;margin-bottom:25px;color:#cad5e0}.hero h1{font-size:clamp(46px,5.4vw,80px);font-weight:600;line-height:1.42;letter-spacing:.035em;white-space:nowrap;text-shadow:0 2px 15px #06132322}.hero-emphasis{position:relative}.hero-emphasis:after{content:'';position:absolute;bottom:-1px;left:0;right:3px;height:2px;background:#8ca9d0}.hero-description{font-size:14px;line-height:2.1;letter-spacing:.02em;color:#d8e1eb;margin-top:25px;margin-bottom:32px}.hero-bottom{display:flex;justify-content:space-between;align-items:flex-end}.scroll-cue{font-size:10px;letter-spacing:.12em;display:flex;gap:18px;align-items:center}.scroll-line{width:45px;height:1px;background:#bacbdd;position:relative}.scroll-line:after{content:'';position:absolute;right:0;top:-2px;width:5px;height:5px;border-right:1px solid white;border-bottom:1px solid white;transform:rotate(-45deg)}.hero-note{font-size:10px;line-height:1.8;letter-spacing:.19em;color:#c4d1df}.hero-counter{position:absolute;right:var(--page);bottom:120px;writing-mode:vertical-rl;font-size:9px;color:#ccd7e4}.hero-counter span{font-size:18px;padding-bottom:20px}
/* White introduction */
.intro{padding-top:100px;padding-bottom:105px}.intro-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:12%}.intro h2{font-size:clamp(28px,3.1vw,45px);line-height:1.8;letter-spacing:.035em}.intro-copy{max-width:490px;padding-top:8px;color:#596676;font-size:15px;line-height:2.2}.intro-copy p+p{margin-top:20px}.intro-copy .text-link{margin-top:22px;color:var(--ink)}
/* Services */
.services{background:#f2f4f6;padding-top:76px}.section-heading{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:46px}.section-heading p{font-size:14px;line-height:2;color:#697786;padding:0 0 8px}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.service-photo{height:240px;position:relative;overflow:hidden;background:#233449}.service-photo img{width:100%;height:100%;object-fit:cover;object-position:77% center;transition:transform .65s}.service-card:hover .service-photo img{transform:scale(1.035)}.service-label{position:absolute;bottom:16px;left:18px;color:white;font-size:9px;background:#101e30b8;padding:5px 9px;letter-spacing:.1em}.recycle-photo img{object-position:36% 65%;transform:scale(1.55);transform-origin:35% 62%;filter:brightness(1.06)}.service-card:hover .recycle-photo img{transform:scale(1.59)}.service-title{display:flex;align-items:center;gap:17px;margin:23px 0 13px}.service-title h3{font-size:clamp(17px,1.7vw,23px);letter-spacing:-.025em}.service-number{font:400 27px var(--en);color:#778da9}.service-card>p{font-size:14px;line-height:2;color:#627180;margin-bottom:17px}.service-card .text-link{font-size:13px;width:100%;margin-top:auto}.service-card{display:flex;flex-direction:column}.service-photo{flex-shrink:0}
/* Care */
.quality{color:white;background:var(--navy);position:relative;overflow:hidden}.quality .section-index{color:#8c9eb2}.quality-heading{display:grid;grid-template-columns:1.12fr 1fr;gap:10%;margin:15px 0 64px;align-items:start}.quality-english{font-family:var(--en);font-size:clamp(64px,7.2vw,104px);line-height:1.05;letter-spacing:-.06em;font-weight:500;color:#ecf0f6}.quality-english span{color:#8daaca}.section-caption{font-size:13px;color:#b7c6d6;letter-spacing:.08em;margin-bottom:13px}.quality h2{font-size:clamp(34px,4vw,56px);line-height:1.5}.quality-intro{font-size:14px;line-height:2.1;color:#bac8d6;margin-top:25px}.quality-layout{display:grid;grid-template-columns:1.12fr 1fr;gap:10%;align-items:stretch}.care-image{position:relative;min-height:490px;overflow:hidden}.care-image img{width:100%;height:100%;object-fit:cover;position:absolute}.care-image figcaption{position:absolute;bottom:0;left:0;right:0;padding:20px 20px 16px;display:flex;justify-content:space-between;gap:20px;background:linear-gradient(transparent,#102030b3);color:#e3eaf2;font:10px var(--en);letter-spacing:.1em}.care-image figcaption span:last-child{font:10px var(--jp);white-space:nowrap}.quality-step{display:flex;gap:23px;position:relative;border-top:1px solid #6c81944d;padding:28px 0}.quality-step:last-child{border-bottom:1px solid #6c81944d}.step-number{font:16px var(--en);color:#91a7bf;margin-top:3px}.step-en{color:#8fa6c0;font-size:10px;letter-spacing:.15em}.quality-step h3{margin:7px 0 10px;font-size:23px;letter-spacing:.05em}.quality-step p{font-size:14px;line-height:1.9;color:#b9c8d7;max-width:330px;padding-right:10px}.step-cross{margin-left:auto;font-size:17px;color:#8ba2bb}.delivery-strip{display:grid;grid-template-columns:32% 1fr auto;gap:48px;border-top:1px solid #6c81944d;margin-top:65px;padding-top:50px;align-items:center}.delivery-strip figure{position:relative;aspect-ratio:1.6;overflow:hidden}.delivery-strip img{width:100%;height:100%;object-fit:cover}.delivery-strip figcaption{position:absolute;bottom:10px;right:12px;color:white;background:#10203080;padding:2px 5px;font-size:10px}.delivery-strip h3{font-size:25px;line-height:1.7;margin:12px 0}.delivery-strip p{color:#b9c8d7;font-size:13px;line-height:2}.delivery-arrow{font:80px var(--en);color:#6d88a3;padding:0 10px}
/* Corporate offer */
.business{background:white}.business-panel{display:grid;grid-template-columns:1fr 1fr;background:#eff2f5;min-height:560px}.business-copy{padding:55px 48px}.business-tag{display:inline-block;border:1px solid #b6c4d3;color:#536d89;padding:5px 12px;font-size:12px;letter-spacing:.08em;margin-bottom:23px}.business-copy h2{font-size:clamp(28px,2.65vw,40px);line-height:1.65;letter-spacing:0}.business-lead{font-size:17px;font-weight:600;color:#283e54;margin:24px 0 15px}.business-copy>p:not(.business-lead){font-size:14px;line-height:2;color:#607084;margin-bottom:10px;max-width:420px}.business-copy .button{margin-top:22px;gap:32px;font-size:13px}.business-visual{position:relative;overflow:hidden;background:#101e30;min-height:480px;color:white;display:flex;flex-direction:column;justify-content:space-between;padding:32px;isolation:isolate}.business-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:78% center;z-index:-2;filter:brightness(.7)}.business-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#081724a3,transparent 50%);z-index:-1}.business-visual-label{font-size:10px;letter-spacing:.15em;border-top:1px solid #ffffff70;padding-top:16px}.business-visual-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:15px}.business-visual-bottom>span:first-child{font:600 clamp(47px,5vw,78px)/.99 var(--en);letter-spacing:-.055em}.business-visual-bottom>span:last-child{font:10px/1.7 var(--en);letter-spacing:.1em;color:#d2dfec}
/* Company */
.company{border-top:1px solid #e3e8ee;padding-top:75px}.company-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:10%}.company-heading h2{font-size:35px}.company-heading p{font-size:14px;color:#758293;margin-top:20px;line-height:2}.company-wordmark{display:block;margin-top:75px;font:800 clamp(38px,5vw,65px) var(--en);letter-spacing:-.065em;color:#e0e6ed}.company-wordmark>span{color:#a5b4c6}.company-table{margin:0}.company-table>div{display:grid;grid-template-columns:120px 1fr;gap:20px;padding:20px 0;border-bottom:1px solid #dce2e9;font-size:14px;line-height:2}.company-table>div:first-child{border-top:1px solid #dce2e9}.company-table dt{color:#7b8794;font-size:13px}.company-table dd{margin:0}.company-table dd a{overflow-wrap:anywhere}.company-table dd a:hover{color:#547ca5}.subtle{color:#7c8b9b}
/* Contact and closing */
.contact{background:#16283d;color:white;padding-top:65px;padding-bottom:45px}.contact-top{display:flex;justify-content:space-between;gap:40px;align-items:center}.contact h2{font-size:clamp(31px,3.6vw,54px);line-height:1.65;font-weight:500}.contact-top p{font-size:14px;color:#b8c6d6;line-height:2;margin-top:24px}.contact-circle{display:grid;place-items:center;width:125px;height:125px;flex-shrink:0;border:1px solid #7991ab;border-radius:50%;transition:background .3s,transform .3s}.contact-circle span{font:65px var(--en);font-weight:300}.contact-circle:hover{background:#2e4763;transform:translate(3px,-3px)}.contact-email{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:50px;padding:24px 0 30px;border-top:1px solid #71829b55;border-bottom:1px solid #71829b55}.contact-email>div{display:flex;flex-direction:column;gap:7px;min-width:0}.email-label{font-size:10px;color:#a4b8cf}.contact-email a{font:500 clamp(24px,3vw,43px)/1.6 var(--en);letter-spacing:-.025em;overflow-wrap:anywhere}.copy-email{display:flex;align-items:center;gap:12px;color:#d3dfeb;white-space:nowrap;background:transparent;border:1px solid #7991ab;padding:12px 15px;font-size:12px}.copy-email:hover{background:#29425e}.contact-help{color:#a8b9cb;font-size:12px;margin-top:17px}.copy-status{font-size:12px;min-height:24px;color:#d2e7ff;margin-top:4px}.site-footer{padding:45px var(--page) 25px;background:#0c1929;color:white}.footer-main{display:flex;align-items:center;gap:60px;padding-bottom:34px}.brand-footer .brand-symbol img{filter:brightness(0) invert(1)}.brand-footer .brand-type strong{font-size:30px}.brand-footer .brand-dot{color:#b5cbe2}.footer-main p{font-size:13px;color:#a9b9cc;letter-spacing:.08em}.back-top{margin-left:auto;font-size:10px;display:flex;gap:25px;align-items:center}.back-top span{font-size:23px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #596b8140;padding-top:25px;font-size:10px;letter-spacing:.04em;color:#8fa1b7}.footer-bottom>span:first-child{font-family:var(--jp)}
/* Motion is progressive enhancement, never a prerequisite for reading. */
@media(prefers-reduced-motion:no-preference){.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.in-view{opacity:1;transform:none}.hero-content{animation:hero-in .9s ease both}@keyframes hero-in{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}}
@media(min-width:1700px){:root{--page:max(88px,calc((100vw - 1500px)/2))}.hero{height:820px}}
@media(max-width:1150px){.desktop-nav{gap:17px}.desktop-nav a{font-size:12px}.site-header{gap:20px}.header-contact{padding:11px 13px;gap:13px}.brand-type strong{font-size:26px}.brand-symbol,.brand-symbol img{width:39px;height:39px}.service-grid{gap:22px}.service-photo{height:200px}.business-copy{padding:40px 32px}.quality-layout,.quality-heading{gap:7%}.hero h1{font-size:66px}.intro-grid{gap:8%}.delivery-strip{gap:32px}}
@media(max-width:980px){.desktop-nav{display:none}.site-header{height:86px}.header-contact{margin-left:auto}.menu-toggle{display:block}.hero{height:730px;min-height:650px}.hero-content{max-width:610px}.hero h1{font-size:60px}.hero-shade{background:linear-gradient(90deg,#091523ed 0%,#091523ae 35%,#09152315 90%),linear-gradient(0deg,#08132170,transparent 40%)}.section-pad{padding-top:75px;padding-bottom:75px}.section-rail{margin-bottom:38px}.intro-grid{gap:6%}.intro h2{font-size:30px}.service-title{gap:10px}.service-title h3{font-size:17px}.service-number{font-size:22px}.service-grid{gap:18px}.service-photo{height:180px}.service-card>p{font-size:13px}.service-card .text-link{font-size:12px;gap:12px}.quality-english{font-size:68px}.quality-step{padding:23px 0;gap:17px}.quality-step h3{font-size:20px}.care-image{min-height:470px}.quality-step p{font-size:13px}.delivery-arrow{font-size:55px}.business-panel{grid-template-columns:1.05fr 1fr}.business-copy{padding:38px 28px}.business-copy h2{font-size:27px}.business-copy .button{padding:0 16px;gap:20px;font-size:12px}.business-visual{padding:25px;min-height:510px}.business-visual-bottom{display:block}.business-visual-bottom>span:last-child{display:block;margin-top:25px}.business-visual-bottom>span:first-child{font-size:56px}.company-grid{gap:6%;grid-template-columns:.75fr 1.25fr}.company-table>div{grid-template-columns:85px 1fr;gap:15px}.footer-main{gap:30px}}
@media(max-width:720px){:root{--page:24px}body{font-size:16px}html{scroll-padding-top:20px}.site-header{height:80px;gap:12px;padding:0 20px}.brand{gap:9px}.brand-type strong{font-size:26px}.brand-type>span{font-size:9px}.brand-symbol,.brand-symbol img{height:37px;width:37px}.header-contact{font-size:11px;padding:9px 12px;gap:14px}.header-contact span{font-size:18px}.menu-toggle{width:37px;padding-left:7px;padding-right:3px}.hero{height:780px;min-height:700px;padding-top:24px;padding-bottom:27px}.hero-topline{padding-top:15px}.hero-topline .eyebrow{font-size:9px;letter-spacing:.1em;gap:8px}.hero-location{display:none}.hero-content{padding:35px 0 0;margin-bottom:auto}.hero-kicker{font-size:12px;margin-bottom:18px;letter-spacing:.07em}.hero h1{font-size:clamp(39px,9.5vw,66px);line-height:1.5;letter-spacing:.01em}.hero-description{font-size:12px;margin-top:18px;margin-bottom:22px;line-height:2}.hero .button{min-height:53px;font-size:12px;padding:0 20px;gap:36px}.hero-image{height:56%;width:128%;max-width:none;top:auto;left:-28%;bottom:28px;object-position:80% center}.hero-shade{background:linear-gradient(180deg,#101c2a 0%,#101c2a 38%,#101c2abf 46%,#101c2a00 68%,#101c2a1a 82%,#101c2a 100%)}.hero-bottom{margin-top:250px}.hero-note{font-size:8px}.scroll-cue{font-size:8px;gap:10px}.scroll-line{width:26px}.hero-counter{display:none}.mobile-only{display:block}.section-pad{padding-top:62px;padding-bottom:62px}.section-rail{margin-bottom:32px}.eyebrow{font-size:10px;letter-spacing:.12em}.section-index{font-size:9px;letter-spacing:.02em}.intro-grid{grid-template-columns:1fr;gap:25px}.intro h2{font-size:31px;line-height:1.75}.intro-copy{max-width:none;font-size:14px;line-height:2.1}.intro-copy p+p{margin-top:16px}.intro-copy .text-link{margin-top:15px}.section-heading{display:block;margin-bottom:30px}.section-heading h2{font-size:31px;line-height:1.65}.section-heading p{margin-top:17px;font-size:13px}.service-grid{grid-template-columns:1fr;gap:38px}.service-photo{height:auto;aspect-ratio:1.55}.service-photo img{position:absolute}.service-title{margin-top:18px;gap:18px}.service-title h3{font-size:23px}.service-number{font-size:27px}.service-card>p{font-size:14px;margin-bottom:9px}.service-card .text-link{font-size:13px}.service-label{font-size:9px}.quality-heading{grid-template-columns:1fr;gap:34px;margin-bottom:35px}.quality-english{font-size:clamp(64px,14vw,90px)}.quality-heading>div:last-child{display:grid;grid-template-columns:1fr;gap:0}.quality h2{font-size:40px}.quality-intro{font-size:14px;margin-top:16px}.quality-layout{grid-template-columns:1fr;gap:32px}.care-image{min-height:0;aspect-ratio:1.15}.quality-step{padding:25px 0;gap:23px}.quality-step h3{font-size:23px}.quality-step p{max-width:none;font-size:14px}.quality-step .step-number{font-size:16px}.quality-step .step-en{font-size:10px}.delivery-strip{grid-template-columns:1fr;gap:24px;margin-top:38px;padding-top:32px}.delivery-strip figure{aspect-ratio:1.7}.delivery-strip h3{font-size:26px}.delivery-strip p{font-size:14px}.delivery-arrow{display:none}.business-panel{grid-template-columns:1fr}.business-copy{padding:30px 23px 35px}.business-copy h2{font-size:28px}.business-copy .business-lead{font-size:16px}.business-copy>p:not(.business-lead){font-size:14px}.business-copy .button{font-size:12px;gap:22px;padding:0 18px;min-height:59px}.business-visual{min-height:340px;padding:25px}.business-visual-bottom{display:flex}.business-visual-bottom>span:first-child{font-size:58px}.business-visual-bottom>span:last-child{font-size:9px;margin:0}.company-grid{grid-template-columns:1fr;gap:30px}.company-heading{position:relative}.company-heading h2{font-size:32px}.company-heading p{margin-top:12px;font-size:13px}.company-wordmark{position:absolute;right:0;bottom:8px;font-size:38px;margin:0;color:#e8ecf0}.company-table>div{grid-template-columns:82px 1fr;font-size:13px;gap:14px;padding:18px 0}.company-table dt{font-size:12px}.contact-top{gap:20px;align-items:flex-end}.contact h2{font-size:clamp(27px,6.25vw,39px)}.contact-top p{font-size:13px;line-height:2}.contact-circle{display:none}.contact-email{display:block;margin-top:30px;padding:20px 0 23px}.contact-email a{font-size:clamp(21px,5.65vw,32px)}.copy-email{margin-top:20px;font-size:12px}.contact-help{font-size:11px;line-height:1.9}.footer-main{flex-wrap:wrap;gap:20px;padding-bottom:30px}.footer-main p{width:100%;order:3;font-size:12px}.site-footer{padding:35px var(--page) 22px}.brand-footer .brand-type strong{font-size:26px}.back-top{font-size:8px;gap:12px}.footer-bottom{font-size:9px;gap:12px;padding-top:22px}.footer-bottom>span:last-child{font-size:8px;white-space:nowrap}}
@media(max-width:370px){:root{--page:20px}.site-header{padding:0 16px;gap:8px}.header-contact{gap:7px;padding:8px 9px;font-size:10px}.brand-symbol,.brand-symbol img{width:31px;height:31px}.brand-type strong{font-size:23px}.hero h1{font-size:36px}.hero{height:740px}.hero-description{font-size:11px}.hero-image{height:53%}.section-index{font-size:8px}.company-wordmark{display:none}.business-copy{padding-left:20px;padding-right:20px}.business-copy h2{font-size:25px}.business-copy .button{gap:10px;padding:0 13px}.contact h2{font-size:25px}}
/* Keep substantive Japanese copy comfortable to read on every screen. */
.intro-copy,.service-card>p,.quality-intro,.quality-step p,.delivery-strip p,.business-copy>p:not(.business-lead),.contact-top p{font-size:16px}
.desktop-nav a,.header-contact,.service-card .text-link,.company-table,.company-table dt{font-size:14px}
@media(max-width:1150px) and (min-width:981px){.desktop-nav a{font-size:12px}.header-contact{font-size:12px}}
@media(max-width:720px){.contact-title-break{display:block}.header-contact{font-size:11px}.company-table{font-size:14px}.company-table dt{font-size:13px}.hero-description{font-size:14px;line-height:1.9}.hero-content{padding-top:29px}.hero-image{height:52%}.hero{height:810px}.hero-bottom{margin-top:235px}}
@media(max-width:370px){.hero-description{font-size:13px}.header-contact{font-size:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1!important;transform:none!important}}
