:root{--primary:#0d253f;--primary-800:#12314f;--primary-700:#1c4066;--secondary:#0e8f9c;--secondary-600:#0b7683;--accent:#e0872a;--accent-600:#c9701a;--cta:#1f9d55;--cta-600:#178a48;--ink:#eef1f4;--bg:#f6f8fb;--surface:#fff;--text-main:#172433;--text-muted:#5b6b7d;--border:#17243314;--glass-bg:#ffffffb8;--glass-border:#ffffff8c;--glass-shadow:0 20px 50px -20px #0d253f47;--radius:20px;--radius-lg:28px;--maxw:1180px;--ease:cubic-bezier(.16, 1, .3, 1);--primary-color:var(--primary);--secondary-color:var(--secondary);--accent-color:var(--accent);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--bg:#0a1420;--surface:#10202f;--text-main:#e8eef4;--text-muted:#93a6b8;--border:#ffffff17;--glass-bg:#10202f9e;--glass-border:#ffffff1a;--glass-shadow:0 20px 50px -20px #0009;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--text-main);font-family:var(--font-noto-sans-jp), var(--font-inter), sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;line-height:1.75;overflow-x:hidden}a{color:inherit;text-decoration:none}h1,h2,h3,h4{letter-spacing:-.02em;font-weight:800;line-height:1.32}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}.section{padding:96px 0}.section-tight{padding:64px 0}.eyebrow{letter-spacing:.04em;color:var(--secondary);background:color-mix(in srgb, var(--secondary) 12%, transparent);border:1px solid color-mix(in srgb, var(--secondary) 28%, transparent);border-radius:50px;align-items:center;gap:8px;padding:7px 16px;font-size:.82rem;font-weight:800;display:inline-flex}.section-head{text-align:center;max-width:720px;margin:0 auto 56px}.section-title{color:var(--primary);margin:18px 0 14px;font-size:clamp(1.8rem,4vw,2.6rem)}:root[data-theme=dark] .section-title{color:#fff}.section-title em{background:linear-gradient(120deg, var(--secondary), var(--accent));-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal}.section-sub{color:var(--text-muted);font-size:1.05rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{opacity:0;animation:fadeInUp .8s var(--ease) forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}@media (prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;animation-iteration-count:1!important}.animate-on-scroll{opacity:1!important}html{scroll-behavior:auto}}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(14px)saturate(120%);border:1px solid var(--glass-border);border-radius:var(--radius);box-shadow:var(--glass-shadow);transition:transform .35s var(--ease), box-shadow .35s var(--ease)}.glass-card:hover{transform:translateY(-6px);box-shadow:0 28px 60px -22px #0d253f66}.btn{transition:all .3s var(--ease);cursor:pointer;white-space:nowrap;border:none;border-radius:50px;outline:none;justify-content:center;align-items:center;gap:8px;padding:15px 30px;font-size:1.02rem;font-weight:700;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--secondary), var(--secondary-600));color:#fff;box-shadow:0 10px 24px -8px #0e8f9cb3}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 32px -10px #0e8f9ccc}.btn-accent{background:linear-gradient(135deg, var(--cta), var(--cta-600));color:#fff;box-shadow:0 10px 24px -8px #1f9d55bf}.btn-accent:hover{transform:translateY(-2px);box-shadow:0 16px 32px -10px #1f9d55d9}.btn-ghost{color:var(--primary);border:1.5px solid var(--border);background:0 0}:root[data-theme=dark] .btn-ghost{color:#fff}.btn-ghost:hover{border-color:var(--secondary);color:var(--secondary)}.site-header{z-index:800;-webkit-backdrop-filter:blur(16px)saturate(140%);background:color-mix(in srgb, var(--bg) 82%, transparent);border-bottom:1px solid var(--border);position:sticky;top:0}.site-header .container{justify-content:space-between;align-items:center;height:72px;display:flex}.brand{align-items:center;gap:12px;display:flex}.brand-mark{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.05rem;font-weight:900;display:flex;box-shadow:0 6px 16px -6px #0d253f99}.brand-name{color:var(--text-main);letter-spacing:-.01em;white-space:nowrap;font-size:1.02rem;font-weight:900}.brand-sub{color:var(--text-muted);white-space:nowrap;font-size:.72rem;font-weight:600}.nav{align-items:center;gap:20px;display:flex}.nav a{color:var(--text-muted);white-space:nowrap;font-size:.88rem;font-weight:700;transition:color .2s}.nav a:hover{color:var(--secondary)}.header-cta{align-items:center;gap:16px;display:flex}.header-tel b{white-space:nowrap}.header-tel{text-align:right;line-height:1.2}.header-tel small{color:var(--text-muted);font-size:.68rem;font-weight:600;display:block}.header-tel b{color:var(--primary);letter-spacing:.01em;font-size:1.12rem}:root[data-theme=dark] .header-tel b{color:#fff}@media (max-width:1080px){.nav{display:none}}@media (max-width:560px){.header-tel,.header-cta-btn{display:none}}.site-footer{background:var(--primary);color:#cdd8e3;margin-top:40px;padding:64px 0 32px}.footer-grid{border-bottom:1px solid #ffffff1a;grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding-bottom:40px;display:grid}.footer-grid h4{color:#fff;margin-bottom:16px;font-size:.95rem}.footer-grid a,.footer-grid p{color:#a9bacb;margin-bottom:8px;font-size:.9rem;display:block}.footer-grid a:hover,.footer-brand .brand-name,.footer-brand .brand-sub{color:#fff}.footer-note{color:#fff;margin-top:12px;font-size:.86rem;line-height:1.7}.footer-bottom{color:#8296a9;text-align:center;padding-top:24px;font-size:.78rem}@media (max-width:760px){.footer-grid{grid-template-columns:1fr;gap:28px}}.page-hero{background:radial-gradient(60% 120% at 15% 0%, color-mix(in srgb, var(--secondary) 16%, transparent), transparent 60%), radial-gradient(50% 120% at 100% 0%, color-mix(in srgb, var(--primary) 16%, transparent), transparent 60%), var(--surface);border-bottom:1px solid var(--border);padding:56px 0 48px;position:relative;overflow:hidden}.breadcrumb{color:var(--text-muted);flex-wrap:wrap;gap:8px;margin-bottom:16px;font-size:.82rem;display:flex}.breadcrumb a:hover{color:var(--secondary)}.breadcrumb span{opacity:.5}.page-title{color:var(--primary);margin-bottom:12px;font-size:clamp(1.7rem,4vw,2.5rem)}:root[data-theme=dark] .page-title{color:#fff}.page-lead{color:var(--text-muted);max-width:720px;font-size:1.05rem}.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:26px;display:grid}.grid-2{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;display:grid}.info-card{padding:30px}.info-card h3{color:var(--primary);margin-bottom:12px;font-size:1.2rem}:root[data-theme=dark] .info-card h3{color:#fff}.info-card p{color:var(--text-muted)}.prose{max-width:760px;margin:0 auto}.prose h2{color:var(--primary);border-left:4px solid var(--secondary);margin:36px 0 14px;padding-left:14px;font-size:1.4rem}:root[data-theme=dark] .prose h2{color:#fff}.prose p{color:var(--text-main);margin-bottom:18px;line-height:1.9}.prose .lead{color:var(--text-muted);font-size:1.1rem}.spec-table{border-collapse:collapse;width:100%}.spec-table th,.spec-table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:16px 14px;font-size:.96rem}.spec-table th{width:34%;color:var(--text-muted);font-weight:700}.spec-table td{color:var(--text-main)}@media print{.site-header,.site-footer{position:static}.animate-on-scroll{opacity:1!important;animation:none!important;transform:none!important}.glass-card{break-inside:avoid;box-shadow:none;border:1px solid #ddd}.section{padding:32px 0}}
.EstimateChat-module__kyGz9q__launcher{z-index:900;cursor:pointer;color:#fff;background:linear-gradient(135deg, var(--accent-color), #e85d04);border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:84px;height:84px;transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .3s,box-shadow .3s;animation:3.5s ease-in-out infinite EstimateChat-module__kyGz9q__floaty;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 10px 30px #f7a02880}.EstimateChat-module__kyGz9q__launcher:hover{transform:scale(1.08);box-shadow:0 14px 38px #f7a028a6}@keyframes EstimateChat-module__kyGz9q__floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.EstimateChat-module__kyGz9q__launcherHidden{opacity:0;pointer-events:none;transform:scale(.6)}.EstimateChat-module__kyGz9q__launcherIcon{font-size:1.5rem;line-height:1}.EstimateChat-module__kyGz9q__launcherText{text-align:center;font-size:.66rem;font-weight:800;line-height:1.1}.EstimateChat-module__kyGz9q__launcherPing{background:#ef4444;border:2px solid #fff;border-radius:50%;width:14px;height:14px;animation:1.6s infinite EstimateChat-module__kyGz9q__ping;position:absolute;top:6px;right:6px;box-shadow:0 0 #ef444499}@keyframes EstimateChat-module__kyGz9q__ping{0%{box-shadow:0 0 #ef444499}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 #ef444400}}.EstimateChat-module__kyGz9q__nudge{z-index:900;max-width:220px;color:var(--text-main);cursor:pointer;background:#fff;border-radius:16px 16px 4px;padding:14px 26px 14px 16px;font-size:.85rem;font-weight:600;line-height:1.5;animation:.5s cubic-bezier(.16,1,.3,1) EstimateChat-module__kyGz9q__fadeInUp;position:fixed;bottom:118px;right:24px;box-shadow:0 12px 34px #0000002e}:root[data-theme=dark] .EstimateChat-module__kyGz9q__nudge{color:#f1f5f9;background:#1e293b}.EstimateChat-module__kyGz9q__nudgeClose{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:1rem;line-height:1;position:absolute;top:6px;right:8px}.EstimateChat-module__kyGz9q__panel{z-index:950;background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);opacity:0;pointer-events:none;transform-origin:100% 100%;border-radius:24px;flex-direction:column;width:380px;max-width:calc(100vw - 32px);height:600px;max-height:calc(100vh - 48px);transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .3s;display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;transform:translateY(30px)scale(.96);box-shadow:0 24px 60px #00000040}.EstimateChat-module__kyGz9q__panelOpen{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.EstimateChat-module__kyGz9q__header{background:linear-gradient(135deg, var(--primary-color), #0a1c30);color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.EstimateChat-module__kyGz9q__headerInfo{align-items:center;gap:12px;display:flex}.EstimateChat-module__kyGz9q__avatar{background:linear-gradient(135deg, var(--secondary-color), #0096c7);letter-spacing:-.02em;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;font-weight:900;display:flex;box-shadow:0 2px 10px #01b0d380}.EstimateChat-module__kyGz9q__headerName{font-size:.95rem;font-weight:700}.EstimateChat-module__kyGz9q__headerStatus{color:#cbd5e1;align-items:center;gap:6px;margin-top:2px;font-size:.75rem;display:flex}.EstimateChat-module__kyGz9q__onlineDot{background:#4ade80;border-radius:50%;width:8px;height:8px;box-shadow:0 0 6px #4ade80}.EstimateChat-module__kyGz9q__close{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;width:32px;height:32px;font-size:1.3rem;line-height:1;transition:background .2s}.EstimateChat-module__kyGz9q__close:hover{background:#ffffff40}.EstimateChat-module__kyGz9q__body{scroll-behavior:smooth;background:#f8fafc80;flex-direction:column;flex:1;gap:14px;padding:20px 16px;display:flex;overflow-y:auto}:root[data-theme=dark] .EstimateChat-module__kyGz9q__body{background:#0f172a66}.EstimateChat-module__kyGz9q__msgRow{align-items:flex-end;gap:8px;max-width:88%;animation:.35s cubic-bezier(.16,1,.3,1) EstimateChat-module__kyGz9q__bubbleIn;display:flex}.EstimateChat-module__kyGz9q__msgRowUser{flex-direction:row-reverse;align-self:flex-end}@keyframes EstimateChat-module__kyGz9q__bubbleIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.EstimateChat-module__kyGz9q__msgAvatar{background:linear-gradient(135deg, var(--secondary-color), #0096c7);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.72rem;font-weight:800;display:flex}.EstimateChat-module__kyGz9q__bubble{word-break:break-word;border-radius:18px;padding:12px 16px;font-size:.9rem;line-height:1.55}.EstimateChat-module__kyGz9q__bubbleBot{color:var(--text-main);background:#fff;border-bottom-left-radius:4px;box-shadow:0 2px 10px #0000000f}:root[data-theme=dark] .EstimateChat-module__kyGz9q__bubbleBot{color:#f1f5f9;background:#1e293b}.EstimateChat-module__kyGz9q__bubbleUser{background:linear-gradient(135deg, var(--secondary-color), #0096c7);color:#fff;border-bottom-right-radius:4px;font-weight:600}.EstimateChat-module__kyGz9q__typing{gap:4px;padding:14px 16px;display:flex}.EstimateChat-module__kyGz9q__dot{background:var(--text-muted);border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite EstimateChat-module__kyGz9q__typingBounce}.EstimateChat-module__kyGz9q__dot:nth-child(2){animation-delay:.15s}.EstimateChat-module__kyGz9q__dot:nth-child(3){animation-delay:.3s}@keyframes EstimateChat-module__kyGz9q__typingBounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.EstimateChat-module__kyGz9q__footer{border-top:1px solid var(--glass-border);background:var(--glass-bg);flex-shrink:0;max-height:260px;padding:14px 16px;overflow-y:auto}.EstimateChat-module__kyGz9q__options{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.EstimateChat-module__kyGz9q__optionBtn{border:1.5px solid var(--secondary-color);color:var(--secondary-color);cursor:pointer;background:0 0;border-radius:50px;padding:10px 16px;font-size:.88rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);animation:.3s backwards EstimateChat-module__kyGz9q__bubbleIn}.EstimateChat-module__kyGz9q__optionBtn:hover{background:var(--secondary-color);color:#fff;transform:translateY(-2px);box-shadow:0 4px 14px #01b0d366}.EstimateChat-module__kyGz9q__footerHint{text-align:center;color:var(--text-muted);padding:6px;font-size:.78rem}.EstimateChat-module__kyGz9q__ctaBlock{flex-direction:column;gap:10px;display:flex}.EstimateChat-module__kyGz9q__ctaBtn{width:100%;padding:14px;font-size:.98rem}.EstimateChat-module__kyGz9q__ctaSub{grid-template-columns:1fr 1fr;gap:8px;display:grid}.EstimateChat-module__kyGz9q__ctaSubBtn{text-align:center;border:1.5px solid var(--glass-border);color:var(--text-main);cursor:pointer;background:#01b0d30f;border-radius:12px;padding:10px;font-size:.82rem;font-weight:600;transition:all .2s}.EstimateChat-module__kyGz9q__ctaSubBtn:hover{border-color:var(--secondary-color);color:var(--secondary-color)}.EstimateChat-module__kyGz9q__restart{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px;font-size:.78rem;text-decoration:underline}@media (max-width:480px){.EstimateChat-module__kyGz9q__panel{border-radius:0;width:100%;max-width:100%;height:100%;max-height:100%;bottom:0;right:0}.EstimateChat-module__kyGz9q__launcher{width:68px;height:68px;bottom:18px;right:18px}.EstimateChat-module__kyGz9q__launcherText{font-size:.6rem}}@media print{.EstimateChat-module__kyGz9q__launcher,.EstimateChat-module__kyGz9q__panel,.EstimateChat-module__kyGz9q__nudge{display:none!important}}
.DemoBar-module__mMCGHa__bar{color:#e8eef4;text-align:center;z-index:810;background:linear-gradient(90deg,#0d253f,#12314f);flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 18px;padding:9px 20px;font-size:.82rem;display:flex;position:relative}.DemoBar-module__mMCGHa__text{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:inline-flex}.DemoBar-module__mMCGHa__text b{color:#fff;font-weight:800}.DemoBar-module__mMCGHa__badge{background:var(--accent);color:#fff;letter-spacing:.08em;border-radius:5px;padding:3px 8px;font-size:.68rem;font-weight:900;display:inline-block}.DemoBar-module__mMCGHa__cta{color:#7ee8ff;white-space:nowrap;border-bottom:1px solid #7ee8ff80;align-items:center;padding-bottom:1px;font-weight:800;display:inline-flex}.DemoBar-module__mMCGHa__cta:hover{color:#fff;border-color:#fff}@media (max-width:560px){.DemoBar-module__mMCGHa__bar{padding:8px 14px;font-size:.76rem}}@media print{.DemoBar-module__mMCGHa__bar{display:none}}
