:root{color-scheme:light;--font-main:"Noto Sans JP","Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,system-ui,sans-serif;--navy:#181b39;--ink:#181b39;--body-text:#111827;--muted:#42527b;--line:#dce5f4;--blue:#1460e8;--radius:18px;--header-height:86px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 24px)}
body{margin:0;padding-top:var(--header-height);background:#fff;color:var(--body-text);font-family:var(--font-main);line-height:1.8;letter-spacing:0}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
.shell{width:min(1120px,calc(100% - 48px));margin-inline:auto}
.site-header{position:fixed;top:0;left:0;right:0;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(220,229,244,.72);color:var(--navy)}
.header-inner{width:min(1360px,calc(100% - 48px));min-height:86px;margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:inline-flex;align-items:center;gap:14px;font-weight:900;font-size:28px;line-height:1}
.brand-logo{width:270px;height:44px;object-fit:contain}
.header-brand .brand-logo{transform:translateY(-1px)}
.header-brand{align-items:flex-end;gap:24px}
.header-brand-text{min-height:40px;display:flex;flex-direction:column;justify-content:flex-end;gap:3px;color:#111827;letter-spacing:.04em;white-space:nowrap;padding-bottom:1px}
.header-brand-tagline{color:var(--navy);font-size:13px;font-weight:900;line-height:1.12;transform:translateY(-3px)}
.header-brand-company{color:#111827;font-size:13px;font-weight:700;line-height:1.12}
.nav-contact{display:inline-flex;min-height:46px;align-items:center;justify-content:center;min-width:132px;padding:13px 24px;border:1px solid var(--navy);border-radius:999px;background:var(--navy);color:#fff;text-align:center;font-size:14px;font-weight:800;line-height:1.3;flex-shrink:0;transition:background-color .2s,border-color .2s}
.nav-contact:hover{border-color:#276598;background:#276598}
.intro{padding:50px 0 56px;overflow:hidden;background:#eef3f8}
.intro-inner{position:relative;width:min(1360px,calc(100% - 48px));margin-inline:auto;padding:16px 0;text-align:center}
.hero-title-ja{position:relative;z-index:1}
.hero-en{position:absolute;left:50%;top:50%;z-index:0;color:#fff;font-size:clamp(64px,8.6vw,118px);font-weight:800;line-height:.88;letter-spacing:.08em;transform:translate(-50%,-50%);pointer-events:none}
.section-title{margin:0;text-align:center;color:var(--navy);font-size:clamp(34px,3.2vw,44px);line-height:1.35;font-weight:800;letter-spacing:.04em}
.section-lead{position:relative;z-index:1;margin:12px auto 0;text-align:center;color:var(--body-text);font-weight:500;max-width:680px}
.site-grid{margin-top:56px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.site-card{min-width:0;background:#fff;border:1px solid #cbd5e1;box-shadow:0 4px 16px #182b4010;border-radius:var(--radius);overflow:hidden;transition:transform .2s,border-color .2s,box-shadow .2s}
.card-link{display:flex;flex-direction:column;height:100%}
.banner{position:relative;isolation:isolate;aspect-ratio:1.84;overflow:hidden;padding:24px 27px}
.product-banner{background:#101f33;color:white}
.company-banner{background:#fff}
.banner-heading{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:9px}
.product-wordmark{font-size:clamp(22px,2.8vw,29px);letter-spacing:-.035em;font-weight:500;line-height:1.2}
.company-logo{width:160px;margin-top:3px}
.product-image{position:absolute;width:76%;right:-1%;bottom:37px;max-height:65%;object-fit:contain}
.product-settings-image{position:absolute;z-index:1;width:24%;right:6%;bottom:20%;height:auto;filter:drop-shadow(0 8px 14px #0005)}
.company-image{position:absolute;width:70%;right:-2%;top:7%;height:83%;object-fit:contain;mix-blend-mode:multiply}
.banner-caption{position:absolute;left:27px;bottom:21px;z-index:1;font-size:14px;font-weight:600;letter-spacing:.03em}
.card-body{border-top:1px solid var(--line);padding:27px 28px 25px;display:flex;flex-direction:column;flex:1}
.category{display:inline-flex;align-self:flex-start;align-items:center;padding:4px 12px;border-radius:999px;background:var(--blue);color:#fff;font-size:12px;line-height:1.7;letter-spacing:.04em;font-weight:700}
.company-card .category{background:var(--navy)}
h2{font-size:24px;letter-spacing:-.02em;line-height:1.4;margin:9px 0 12px}
.description{font-size:16px;line-height:1.9;color:var(--muted);margin:0 0 25px}
.card-bottom{background:#edf3f8;padding:18px 28px;margin: auto -28px -25px;display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;justify-content:space-between}
.cta{color:#526781;display:inline-flex;align-items:center;gap:14px;font-size:14px;font-weight:650}
.cta span{display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:#526781;color:#fff;font-size:17px;font-weight:500;line-height:1;transition:transform .2s}
.link-domain{font-size:12px;color:var(--muted);letter-spacing:.015em}

.site-footer{margin-top:94px;padding:42px 0;background:#fff;color:var(--ink)}
.footer-inner{width:min(1360px,calc(100% - 48px));margin-inline:auto;display:grid;grid-template-columns:360px 1fr;grid-template-rows:auto auto auto;align-items:end;gap:8px 44px}
.footer-company,.footer-brand{display:contents}
.footer-brand .brand-logo{grid-column:1;grid-row:1;width:220px;height:auto;align-self:end}
.footer-brand-text{grid-column:1;grid-row:2;align-self:end;color:#111827;font-size:13px;font-weight:700;line-height:1;letter-spacing:.04em;white-space:nowrap;padding-bottom:0}
.footer-address-block{grid-column:1;grid-row:3;align-self:end;display:grid;gap:4px}
.footer-address{margin:0;color:var(--muted);font-style:normal;font-size:13px;font-weight:500;line-height:1.85;white-space:nowrap}
.footer-postal,.footer-street{display:inline}
.footer-postal{margin-right:.35em}
.footer-street br{display:none}
.copyright{grid-column:2;grid-row:3;align-self:end;justify-self:end;margin:0;text-align:right;font-size:12px;font-weight:900;color:var(--navy);letter-spacing:.02em}
a:focus-visible{outline:3px solid #178ed7;outline-offset:5px}
.card-link:focus-visible{outline-offset:-4px;border-radius:var(--radius)}
@media(hover:hover){.site-card:hover{transform:translateY(-4px);border-color:#b7cbdc;box-shadow:0 12px 30px #172c400b}.site-card:hover .cta span{transform:translateX(2px)}}
@media(max-width:1100px){
  :root{--header-height:64px}
  .header-inner{position:relative;width:calc(100% - 28px);min-height:64px;padding:10px 0;gap:12px}
  .header-brand{min-width:0}
  .header-brand .brand-logo{width:200px;height:auto}
  .header-brand-text{display:none}
}
@media(max-width:760px){
  .site-footer{padding:28px 0 30px;border-top:1px solid rgba(220,229,244,.72)}
  .footer-inner{width:calc(100% - 28px);grid-template-columns:1fr;grid-template-rows:auto;gap:18px}
  .footer-company{display:grid;width:100%;justify-items:center;align-items:center;gap:10px}
  .footer-brand{display:inline-flex;width:100%;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center}
  .footer-brand .brand-logo{grid-column:auto;grid-row:auto;width:220px;margin-inline:auto}
  .footer-brand-text{grid-column:auto;grid-row:auto;display:block;width:100%;text-align:center}
  .footer-address-block{grid-column:auto;grid-row:auto;margin-top:16px;justify-self:center}
  .footer-address{font-size:clamp(11px,3.2vw,12px);line-height:1.7;text-align:center;white-space:normal}
  .copyright{grid-column:auto;grid-row:auto;justify-self:center;margin-top:4px;text-align:center;font-size:11px}
}
@media(max-width:760px){.shell{width:calc(100% - 40px);max-width:520px}.site-grid{grid-template-columns:1fr;gap:24px}.banner{aspect-ratio:1.8;padding:22px}.product-wordmark{font-size:27px}.banner-caption{left:22px;font-size:13px;bottom:18px}.product-image{bottom:33px}.card-body{padding:23px}.card-bottom{padding:17px 23px;margin-inline:-23px;margin-bottom:-23px}.description{font-size:16px;margin-bottom:20px}h2{font-size:23px}.company-logo{width:145px}}
@media(max-width:720px){.intro{padding:34px 0 38px}.intro-inner{width:calc(100% - 28px)}.section-title{font-size:clamp(22px,6.1vw,27px);letter-spacing:.02em}.hero-en{font-size:clamp(42px,12vw,76px)}.section-lead{max-width:430px;margin:12px auto 0;font-size:15px;line-height:1.75}.site-grid{margin-top:38px}.site-footer{margin-top:52px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.footer-social{grid-column:2;grid-row:1 / 3;align-self:center;justify-self:end;display:flex;gap:14px}
.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;transition:background-color .2s,border-color .2s}
.footer-social img{width:20px;height:20px}
.footer-social a:hover{background:#f2f7ff;border-color:var(--navy)}
@media(max-width:760px){.footer-social{grid-column:auto;grid-row:auto;justify-self:center}}

/* Compact banners with large headlines layered over product imagery. */
.banner{aspect-ratio:auto;height:300px;padding:22px 27px;display:flex;flex-direction:column}
.banner-heading{z-index:2;gap:17px;min-height:0}
.product-wordmark{display:flex;align-items:center;gap:10px;font-size:clamp(22px,2.4vw,29px)}
.product-logo-icon{width:38px;height:38px;flex:0 0 38px;border-radius:18.4%}
.company-logo{width:220px;height:38px;object-fit:contain;object-position:left center;margin:0}
.banner-headline{margin:0;font-size:clamp(19px,2.1vw,26px);line-height:1.45;font-weight:700;letter-spacing:-.025em}
.product-banner .banner-headline{text-shadow:0 2px 12px #101f33,0 1px 3px #101f33}
.company-banner .banner-headline{text-shadow:0 1px 8px #fff,0 1px 3px #fff}
.banner-art{position:absolute;z-index:0;width:94%;height:220px;right:-3%;bottom:26px;margin:0}
.product-image{width:100%;height:100%;max-height:none;right:0;bottom:0;object-position:right bottom}
.product-settings-image{width:auto;height:62%;right:6%;bottom:7%}
.company-image{width:100%;height:100%;top:0;right:0;object-position:right bottom}
.banner-caption{position:relative;left:auto;bottom:auto;z-index:2;margin-top:auto;font-size:14px}
.product-banner .banner-caption{text-shadow:0 1px 6px #101f33}
.company-banner .banner-caption{text-shadow:0 1px 6px #fff}
@media(max-width:760px){.banner{height:290px;padding:20px 22px}.banner-headline{font-size:clamp(19px,4.9vw,25px)}.banner-art{height:210px}.company-logo{width:210px}.product-wordmark{font-size:26px}.banner-caption{font-size:13px}}

.product-banner .banner-art{width:88%;right:3%;height:205px}
@media(max-width:760px){.product-banner .banner-art{height:196px}}

.product-banner .banner-headline{font-weight:500}
.company-banner .banner-headline{color:var(--navy)}
.hero-accent-cost{color:#ff5524}
.hero-accent-system{color:#12a175}

.product-card .category{background:#153a60}
