:root{--red:#d92b2b;--red-dark:#a81e1e;--red-pale:#fff0f0;--red-soft:#d92b2b14;--gold:#e8a020;--gold-pale:#fff8ec;--ink:#111;--steel:#444;--muted:#6b6b6b;--silver:#999;--border-light:#00000014;--border-mid:#00000021;--border-red:#d92b2b40;--white:#fff;--off-white:#f8f7f4;--light-gray:#f2f1ee;--carbon:#1a1a1a;--line-green:#06c755}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--white);color:var(--ink);-webkit-font-smoothing:antialiased;font-family:Noto Sans JP,sans-serif;overflow-x:hidden}nav{z-index:200;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-light);background:#fffffff5;justify-content:space-between;align-items:center;height:68px;padding:0 5vw;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 18px #0000000f}.nav-logo{color:inherit;align-items:center;gap:12px;text-decoration:none;display:flex}.logo-mark{background:var(--red);color:#fff;letter-spacing:.04em;border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;font-family:Bebas Neue;font-size:1.3rem;display:flex;position:relative;overflow:hidden}.logo-mark:after{content:"";background:#ffffff26;width:20px;height:60px;position:absolute;top:-10px;right:-6px;transform:rotate(20deg)}.logo-name{letter-spacing:.06em;color:var(--ink);font-family:Bebas Neue;font-size:1.5rem;line-height:1}.logo-sub{color:var(--silver);letter-spacing:.14em;margin-top:2px;font-size:.52rem;font-weight:400;display:block}.nav-right{align-items:center;gap:10px;display:flex}.nav-tel{color:var(--ink);border:1.5px solid var(--border-mid);letter-spacing:.04em;border-radius:6px;align-items:center;gap:7px;padding:8px 16px;font-family:Oswald;font-size:.98rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.nav-tel:hover{background:var(--red);color:#fff;border-color:var(--red)}.btn-line-nav{background:var(--line-green);color:#fff;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:7px;padding:9px 18px;font-family:Noto Sans JP;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.btn-line-nav:hover{background:#00a840;transform:translateY(-1px)}.hero{background:#111;align-items:stretch;min-height:100vh;padding-top:68px;display:flex;position:relative;overflow:hidden}.hero.hero-split{flex-direction:row}.hero-visual{flex:1;justify-content:center;align-items:center;min-height:100%;display:flex;position:relative}.hero-bg-slider{filter:brightness(.85)saturate(.9);opacity:0;z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:opacity 1.5s ease-in-out;position:absolute;inset:0}.hero-bg-slider.active{opacity:1}.hero-gradient{z-index:1;background:linear-gradient(120deg,#d92b2b0d 0%,#0000 40%),linear-gradient(#0000 40%,#11111180 100%);position:absolute;inset:0}.hero-stripe{display:none;position:absolute;top:0;bottom:0;left:0}.hero-content{z-index:2;text-align:left;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;padding:80px 5vw;display:flex;position:relative}.hero-export-badge{background:linear-gradient(135deg, var(--gold), #d48e15);color:#fff;z-index:10;text-align:center;border:2px solid #fff6;border-radius:10px;flex-direction:column;align-items:center;padding:16px 24px;animation:4s ease-in-out infinite floatBadge;display:flex;position:absolute;top:40px;left:50%;transform:translate(-50%)rotate(4deg);box-shadow:0 12px 30px #e8a02066}.hero-export-badge:after{content:"";border:1.5px dashed var(--gold);pointer-events:none;border-radius:14px;position:absolute;inset:-6px}.hero-export-badge .badge-main{letter-spacing:.05em;text-shadow:0 2px 4px #0003;margin-bottom:8px;font-size:1.25rem;font-weight:800;line-height:1.4}.hero-export-badge .badge-sub{background:#00000040;border-radius:6px;padding:6px 12px;font-size:.85rem;font-weight:600;line-height:1.5}@keyframes floatBadge{0%,to{transform:translateY(0)rotate(4deg)}50%{transform:translateY(-10px)rotate(2deg)}}.hero-eyebrow{background:var(--red);color:#fff;letter-spacing:.18em;border-radius:3px;align-items:center;gap:10px;margin-bottom:24px;padding:5px 14px;font-family:Oswald;font-size:.78rem;font-weight:500;animation:.5s both fadeUp;display:inline-flex}.hero-h1{letter-spacing:.03em;color:#fff;margin-bottom:22px;font-family:Bebas Neue;font-size:clamp(3.8rem,8.5vw,7.8rem);line-height:1.2;animation:.5s 70ms both fadeUp}.hero-h1 .accent{color:var(--red);display:block}.hero-h1 .small-line{letter-spacing:.08em;color:#fffffff2;font-size:clamp(1.6rem,3.5vw,3rem);display:block}.hero-lead{color:#ffffff8c;max-width:600px;margin:0 0 38px;font-size:clamp(.9rem,1.3vw,1.02rem);font-weight:300;line-height:2;animation:.5s .12s both fadeUp}.hero-badges{flex-wrap:wrap;justify-content:flex-start;gap:12px;margin-bottom:40px;animation:.5s .16s both fadeUp;display:flex}.hero-badge{text-align:center;background:#ffffff12;border:1px solid #ffffff29;border-radius:8px;flex-direction:column;align-items:center;min-width:100px;padding:14px 20px;display:flex}.hero-badge .b-main{color:var(--gold);font-family:Oswald;font-size:1.35rem;font-weight:700;line-height:1}.hero-badge .b-sub{color:#fff6;letter-spacing:.08em;margin-top:4px;font-size:.65rem}.hero-btns{flex-wrap:wrap;justify-content:flex-start;gap:12px;animation:.5s .2s both fadeUp;display:flex}.btn-red{background:var(--red);color:#fff;letter-spacing:.07em;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:9px;padding:15px 30px;font-family:Oswald;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn-red:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 12px 30px #d92b2b66}.btn-green{background:var(--line-green);color:#fff;letter-spacing:.07em;cursor:pointer;border-radius:6px;align-items:center;gap:9px;padding:15px 30px;font-family:Oswald;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn-green:hover{background:#00a840;transform:translateY(-2px);box-shadow:0 12px 30px #06c75559}.btn-ghost-white{color:#fff;letter-spacing:.07em;cursor:pointer;background:0 0;border:1.5px solid #ffffff47;border-radius:6px;align-items:center;gap:9px;padding:14px 26px;font-family:Oswald;font-size:1rem;font-weight:500;text-decoration:none;transition:all .25s;display:inline-flex}.btn-ghost-white:hover{border-color:var(--red);color:var(--red)}.marquee-bar{background:var(--red);white-space:nowrap;padding:12px 0;overflow:hidden}.marquee-inner{animation:30s linear infinite marquee;display:inline-block}.marquee-inner span{letter-spacing:.2em;color:#ffffffd9;margin:0 34px;font-family:Oswald;font-size:.82rem;font-weight:500}.marquee-inner .dot{color:#ffffff59}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.stats-section{background:var(--white);border-bottom:1px solid var(--border-light)}.stats-grid{grid-template-columns:repeat(4,1fr);max-width:1200px;margin:0 auto;display:grid}.stat-item{border-right:1px solid var(--border-light);cursor:default;padding:44px 30px;transition:background .2s;position:relative}.stat-item:hover{background:var(--red-pale)}.stat-item:last-child{border-right:none}.stat-item:after{content:"";background:var(--red);width:0;height:3px;transition:width .35s;position:absolute;bottom:0;left:0}.stat-item:hover:after{width:100%}.stat-n{color:var(--ink);margin-bottom:6px;font-family:Bebas Neue;font-size:clamp(2.4rem,3.8vw,3.5rem);line-height:1}.stat-n span{color:var(--red)}.stat-l{color:var(--muted);letter-spacing:.08em;font-size:.72rem;font-weight:500}section{padding:100px 5vw}.kicker{letter-spacing:.28em;text-transform:uppercase;color:var(--red);align-items:center;gap:10px;margin-bottom:12px;font-family:Oswald;font-size:.7rem;font-weight:500;display:flex}.kicker:before{content:"";background:var(--red);flex-shrink:0;width:28px;height:2px}.kicker.center{justify-content:center}.kicker.center:before,.kicker.on-dark.center:before{display:none}.kicker.on-dark{color:#fff6}.kicker.on-dark:before{background:#ffffff40}h2.sh{letter-spacing:.04em;margin-bottom:18px;font-family:Bebas Neue;font-size:clamp(2.6rem,5vw,4rem);line-height:1}h2.sh.light{color:var(--ink)}h2.sh.dark{color:#fff}h2.sh .accent{color:var(--red)}p.sd{max-width:520px;font-size:.94rem;font-weight:300;line-height:2}p.sd.light{color:var(--muted)}p.sd.dark{color:#ffffffd9}.divider-red{background:linear-gradient(to right, var(--red), #d92b2b14);height:4px}.prob-section{background:var(--off-white)}.prob-inner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1160px;margin:0 auto;display:grid}.prob-visual{aspect-ratio:4/3;border-radius:14px;position:relative;overflow:hidden;box-shadow:0 16px 48px #0000001f}.prob-photo{object-fit:cover;width:100%;height:100%;display:block}.prob-overlay-bar{background:linear-gradient(#0000,#111111e6);padding:28px;position:absolute;bottom:0;left:0;right:0}.prob-stat{color:var(--red);font-family:Bebas Neue;font-size:2rem;line-height:1}.prob-stat-label{color:#ffffff80;margin-top:2px;font-size:.72rem}.prob-points{flex-direction:column;gap:13px;margin-top:30px;display:flex}.prob-point{background:var(--white);border:1.5px solid var(--border-light);border-left:4px solid var(--red);border-radius:0 10px 10px 0;align-items:flex-start;gap:16px;padding:17px 20px;transition:all .22s;display:flex;box-shadow:0 2px 10px #0000000a}.prob-point:hover{transform:translate(3px);box-shadow:0 6px 22px #d92b2b1a}.prob-icon{background:var(--red-pale);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.pp-t{color:var(--ink);margin-bottom:4px;font-size:.9rem;font-weight:700}.pp-d{color:var(--muted);font-size:.79rem;line-height:1.75}.how-section{background:var(--carbon)}.how-header{text-align:center;max-width:560px;margin:0 auto 70px}.steps-wrap{grid-template-columns:repeat(5,1fr);max-width:1200px;margin:0 auto;display:grid;position:relative}.steps-wrap:before{content:"";background:linear-gradient(to right, var(--red), #d92b2b1f);z-index:0;height:2px;position:absolute;top:36px;left:calc(10% + 36px);right:calc(10% + 36px)}.step-card{text-align:center;flex-direction:column;align-items:center;padding:0 16px 32px;display:flex}.step-circle{background:var(--red);z-index:1;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:24px;display:flex;position:relative;box-shadow:0 6px 20px #d92b2b4d}.step-num-label{color:#fff;letter-spacing:.02em;font-family:Bebas Neue;font-size:1.8rem}.step-t{color:#fff;margin-bottom:12px;font-size:1.15rem;font-weight:700}.step-d{color:#ffffffeb;font-size:.95rem;font-weight:400;line-height:1.8}.why-section{background:var(--white)}.why-layout{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1160px;margin:0 auto;display:grid}.why-photo-wrap{aspect-ratio:3/4;border-radius:14px;position:relative;overflow:hidden;box-shadow:0 16px 48px #0000001f}.why-photo{object-fit:cover;width:100%;height:100%;display:block}.why-overlay{background:linear-gradient(#0000 50%,#111111b3);position:absolute;inset:0}.why-badge{background:var(--red);border-radius:10px;align-items:center;gap:14px;padding:16px 20px;display:flex;position:absolute;bottom:24px;left:24px;right:24px}.why-badge-n{color:#fff;font-family:Bebas Neue;font-size:2.2rem;line-height:1}.why-badge-t{color:#ffffffbf;font-size:.72rem}.why-list{flex-direction:column;gap:11px;margin-top:30px;display:flex}.why-item{background:var(--off-white);border:1.5px solid var(--border-light);border-radius:10px;align-items:flex-start;gap:16px;padding:16px 20px;transition:all .22s;display:flex}.why-item:hover{background:var(--red-pale);border-color:var(--border-red);transform:translate(4px);box-shadow:0 4px 16px #d92b2b1a}.why-icon{background:#ffe8e8;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.why-t{color:var(--ink);margin-bottom:3px;font-size:.9rem;font-weight:700}.why-d{color:var(--muted);font-size:.79rem;line-height:1.7}.types-section{background:var(--light-gray)}.types-head{max-width:560px;margin-bottom:50px}.types-grid{grid-template-columns:repeat(auto-fill,minmax(205px,1fr));gap:12px;max-width:1200px;display:grid}.type-card{background:var(--white);border:1.5px solid var(--border-light);cursor:default;border-radius:10px;align-items:center;gap:14px;padding:18px 20px;transition:all .22s;display:flex;box-shadow:0 2px 8px #0000000a}.type-card:hover{background:var(--red-pale);border-color:var(--border-red);transform:translateY(-3px);box-shadow:0 8px 22px #d92b2b1a}.type-icon{background:#ffe8e8;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.type-name{color:var(--ink);font-size:.86rem;font-weight:700}.type-desc{color:var(--silver);margin-top:2px;font-size:.7rem}.cases-section{background:#1a1a1a}.cases-head{text-align:center;max-width:560px;margin:0 auto 58px}.cases-grid{grid-template-columns:repeat(3,1fr);gap:20px;max-width:1160px;margin:0 auto;display:grid}.case-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;transition:all .25s;overflow:hidden}.case-card:hover{border-color:#d92b2b66;transform:translateY(-5px)}.case-img-wrap{aspect-ratio:16/9;position:relative;overflow:hidden}.case-img{object-fit:cover;filter:brightness(.7)saturate(.85);width:100%;height:100%;transition:transform .4s;display:block}.case-card:hover .case-img{transform:scale(1.05)}.case-loc{background:var(--red);color:#fff;letter-spacing:.12em;border-radius:3px;padding:4px 10px;font-family:Oswald;font-size:.7rem;font-weight:500;position:absolute;top:12px;left:12px}.case-body{padding:20px}.case-bikes{color:var(--gold);margin-bottom:8px;font-size:.8rem;font-weight:700}.case-desc{color:#ffffff80;font-size:.78rem;line-height:1.85}.compare-section{background:var(--white)}.compare-head{text-align:center;max-width:560px;margin:0 auto 54px}.compare-table-wrap{-webkit-overflow-scrolling:touch;max-width:920px;margin:0 auto;padding-bottom:10px;overflow-x:auto}table.ctable{border-collapse:separate;border-spacing:0;width:100%;min-width:800px}table.ctable th,table.ctable td{text-align:center;border-bottom:1px solid var(--border-light);padding:18px 20px;font-size:.95rem}table.ctable thead th{color:var(--steel);border-bottom:2px solid var(--red);padding-bottom:20px;font-family:Noto Sans JP,sans-serif;font-size:1rem;font-weight:700}table.ctable thead th.hl{color:#fff;background:var(--red);border-bottom:none;border-radius:8px 8px 0 0;font-size:1.2rem;box-shadow:0 -4px 12px #d92b2b26}table.ctable tbody tr:hover{background:var(--off-white)}table.ctable td.row-label{text-align:left;color:var(--ink);font-size:1rem;font-weight:700}table.ctable td.good{color:var(--red);font-weight:700}table.ctable td.mid{color:var(--steel)}table.ctable td.bad{color:var(--silver)}table.ctable td.hl-col{border-left:2px solid var(--red);border-right:2px solid var(--red);color:var(--red);background:#fff6f6;font-size:1.15rem;font-weight:700;position:relative}table.ctable tbody tr:last-child td.hl-col{border-bottom:2px solid var(--red);border-radius:0 0 8px 8px}.voice-section{background:var(--off-white)}.voice-head{text-align:center;max-width:560px;margin:0 auto 54px}.voice-grid{grid-template-columns:repeat(3,1fr);gap:20px;max-width:1160px;margin:0 auto;display:grid}.voice-card{background:var(--white);border:1.5px solid var(--border-light);border-radius:12px;padding:26px;transition:all .25s;box-shadow:0 2px 14px #0000000a}.voice-card:hover{border-color:#d92b2b33;transform:translateY(-4px);box-shadow:0 12px 34px #00000017}.v-stars{color:var(--gold);letter-spacing:3px;margin-bottom:12px;font-size:.85rem}.v-qm{color:#ffd0d0;margin-bottom:10px;font-family:Bebas Neue;font-size:3.5rem;line-height:.6;display:block}.v-text{color:var(--steel);margin-bottom:20px;font-size:.84rem;font-weight:300;line-height:1.95}.v-author{border-top:1px solid var(--border-light);align-items:center;gap:12px;padding-top:14px;display:flex}.v-av{background:var(--red-pale);width:40px;height:40px;color:var(--red);border:2px solid #d92b2b33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.86rem;font-weight:700;display:flex}.v-name{color:var(--ink);font-size:.85rem;font-weight:700}.v-loc{color:var(--silver);margin-top:2px;font-size:.7rem}.faq-section{background:var(--carbon)}.faq-layout{grid-template-columns:1fr 1.8fr;align-items:start;gap:80px;max-width:1060px;margin:0 auto;display:grid}.faq-sticky{position:sticky;top:90px}.faq-items{flex-direction:column;gap:10px;display:flex}.faq-item{border:1px solid #ffffff14;border-radius:8px;transition:border-color .2s;overflow:hidden}.faq-item.open{border-color:#d92b2b66}.faq-q{cursor:pointer;color:#fff;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;font-size:.86rem;font-weight:700;transition:background .18s;display:flex}.faq-q:hover{background:#ffffff0a}.faq-ql{color:var(--red);margin-right:4px;font-family:Oswald;font-size:.92rem;font-weight:700}.faq-ch{color:#ffffff4d;flex-shrink:0;font-size:.65rem;transition:transform .3s}.faq-item.open .faq-ch{color:var(--red);transform:rotate(180deg)}.faq-a{max-height:0;transition:max-height .38s;overflow:hidden}.faq-item.open .faq-a{max-height:240px}.faq-ai{color:#ffffff80;border-top:1px solid #ffffff0f;padding:14px 20px 18px;font-size:.81rem;font-weight:300;line-height:1.95}.area-section{background:var(--white);text-align:center;border-top:1px solid var(--border-light);padding:72px 5vw}.area-lbl{color:var(--muted);letter-spacing:.18em;margin-bottom:26px;font-family:Oswald;font-size:.72rem}.area-tags{flex-wrap:wrap;justify-content:center;gap:8px;max-width:860px;margin:0 auto;display:flex}.area-tag{background:var(--off-white);border:1.5px solid var(--border-light);color:var(--steel);cursor:pointer;border-radius:100px;padding:6px 15px;font-size:.77rem;font-weight:500;text-decoration:none;transition:all .18s}.area-tag:hover,.area-tag.sp{background:var(--red);color:#fff;border-color:var(--red)}.company-section{background:var(--off-white)}.company-layout{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1000px;margin:0 auto;display:grid}.company-table{width:100%;margin-top:24px}.company-table tr{border-bottom:1px solid var(--border-light)}.company-table td{vertical-align:top;padding:13px 0;font-size:.84rem}.company-table td:first-child{color:var(--muted);width:110px;font-weight:600}.company-table td:last-child{color:var(--ink)}.license-badge{background:var(--gold-pale);border:1.5px solid #e8a0204d;border-radius:8px;align-items:center;gap:10px;margin-top:22px;padding:12px 18px;display:inline-flex}.license-n{color:#7a5200;font-family:Oswald;font-size:.8rem;font-weight:600}.license-l{color:var(--muted);font-size:.68rem}.cta-section{background:var(--ink);text-align:center;padding:120px 5vw;position:relative;overflow:hidden}.cta-section:before{content:"";background:radial-gradient(circle,#d92b2b1a 0%,#0000 60%);border-radius:50%;width:800px;height:800px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.cta-inner{z-index:1;position:relative}.cta-title{letter-spacing:.04em;color:#fff;margin-bottom:16px;font-family:Bebas Neue;font-size:clamp(2.8rem,6vw,5.2rem);line-height:1}.cta-title .accent{color:var(--red)}.cta-desc{color:#ffffff6b;max-width:480px;margin:0 auto 52px;font-size:.98rem;line-height:2}.cta-cards{flex-wrap:wrap;justify-content:center;gap:18px;margin-bottom:28px;display:flex}.cta-card{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;min-width:220px;padding:34px 34px 24px;transition:all .25s}.cta-card:hover{background:#ffffff14;transform:translateY(-4px)}.cta-method{letter-spacing:.22em;color:#ffffff47;margin-top:12px;margin-bottom:6px;font-family:Oswald;font-size:.65rem}.cta-value{color:#fff;letter-spacing:.05em;margin-bottom:14px;font-family:Bebas Neue;font-size:1.45rem;text-decoration:none;display:block}.cta-value:hover{color:var(--red)}.cta-btn{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:7px;width:100%;padding:11px 16px;font-family:Noto Sans JP;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.cb-red{background:var(--red);color:#fff}.cb-red:hover{background:var(--red-dark)}.cb-green{background:var(--line-green);color:#fff}.cb-green:hover{background:#00a840}.cb-ghost{color:#ffffffa6;background:#ffffff12;border:1px solid #ffffff24}.cb-ghost:hover{background:#ffffff1f}.cta-note{color:#fff3;margin-top:8px;font-size:.66rem}footer{background:var(--ink);padding:60px 5vw 26px}.footer-top{grid-template-columns:2fr 1fr 1fr;gap:60px;max-width:1100px;margin:0 auto 40px;display:grid}.footer-brand p{color:#ffffff52;margin-top:12px;font-size:.79rem;line-height:1.9}.footer-nav h4{letter-spacing:.18em;color:#ffffff47;margin-bottom:16px;font-family:Oswald;font-size:.72rem}.footer-nav ul{list-style:none}.footer-nav li{margin-bottom:10px}.footer-nav a{color:#ffffff42;font-size:.78rem;text-decoration:none;transition:color .2s}.footer-nav a:hover{color:var(--red)}.footer-bottom{text-align:center;color:#ffffff2e;border-top:1px solid #ffffff0f;max-width:1100px;margin:0 auto;padding-top:22px;font-size:.7rem}.float-cta{z-index:99;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--border-light);background:#fffffff7;gap:10px;padding:12px 4vw;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000001a}.float-cta.show{display:flex}.scroll-top{z-index:98;background:var(--red);color:#fff;cursor:pointer;opacity:0;border:none;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.1rem;transition:all .28s;display:flex;position:fixed;bottom:28px;right:28px;transform:translateY(12px);box-shadow:0 6px 20px #d92b2b66}.scroll-top.show{opacity:1;transform:none}.scroll-top:hover{background:var(--red-dark);transform:translateY(-2px)}.reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(24px)}.reveal.in{opacity:1;transform:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.contact-page{background:var(--off-white);min-height:100vh;padding-top:100px}.contact-container{border:1px solid var(--border-light);background:#fff;border-radius:12px;max-width:800px;margin:0 auto;padding:40px 50px;box-shadow:0 10px 40px #0000000d}.contact-form-group{margin-bottom:16px}.contact-label{color:var(--ink);align-items:center;gap:10px;margin-bottom:12px;font-size:1rem;font-weight:700;display:flex}.contact-req{background:var(--red);color:#fff;border-radius:4px;padding:3px 8px;font-size:.7rem;font-weight:600}.contact-opt{background:var(--silver);color:#fff;border-radius:4px;padding:3px 8px;font-size:.7rem;font-weight:600}.contact-input,.contact-select,.contact-textarea{border:1px solid var(--border-mid);background:var(--off-white);border-radius:6px;width:100%;padding:10px 14px;font-family:Noto Sans JP,sans-serif;font-size:1rem;transition:all .2s}.contact-input:focus,.contact-select:focus,.contact-textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px var(--red-soft);background:#fff;outline:none}.contact-textarea{resize:vertical;min-height:150px}.contact-radio-group{flex-direction:column;gap:12px;display:flex}.contact-radio-label{cursor:pointer;align-items:center;gap:10px;font-size:.95rem;display:flex}.contact-radio{accent-color:var(--red);width:18px;height:18px}.contact-submit{justify-content:center;width:100%;margin-top:20px;padding:18px;font-size:1.1rem}.contact-success{text-align:center;padding:60px 20px}.contact-success-icon{margin-bottom:20px;font-size:4rem;display:block}@media (max-width:1000px){.hero.hero-split{flex-direction:column-reverse;height:auto;min-height:100vh}.hero-visual{flex:none;width:100%;min-height:400px}.hero-content{text-align:center;align-items:center;width:100%;padding:60px 5vw 80px}.hero-lead{margin:0 auto 38px}.hero-badges,.hero-btns{justify-content:center}.hero-export-badge{padding:12px 16px;top:30px;transform:translate(-50%)rotate(4deg)}.hero-export-badge .badge-main{font-size:1.1rem}.hero-export-badge .badge-sub{font-size:.75rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.prob-inner,.why-layout,.company-layout{grid-template-columns:1fr;gap:48px}.steps-wrap{grid-template-columns:repeat(3,1fr)}.steps-wrap:before{display:none}.cases-grid,.voice-grid{grid-template-columns:1fr}.faq-layout{grid-template-columns:1fr;gap:36px}.faq-sticky{position:static}.footer-top{grid-template-columns:1fr;gap:32px}}@media (max-width:640px){.hero-visual{min-height:300px}.hero-export-badge{width:90%;max-width:360px;margin-bottom:0;animation:none;position:absolute;top:20px;left:50%;transform:translate(-50%)}.hero-export-badge:after{display:none}.hero-export-badge .badge-main{font-size:1rem}.nav-tel{display:none}.btn-line-nav{white-space:nowrap;gap:4px;padding:6px 10px;font-size:.65rem}.btn-line-nav svg{width:12px;height:12px}section{padding:72px 5vw}.hero-h1{font-size:3.6rem}.hero-btns{flex-direction:column}.btn-red,.btn-green,.btn-ghost-white{justify-content:center}.steps-wrap{grid-template-columns:1fr 1fr}.cta-cards{flex-direction:column;align-items:center}.cta-card{width:100%;max-width:320px}.stat-item{border-right:none;border-bottom:1px solid var(--border-light)}.float-cta.show{display:flex}.scroll-top{bottom:76px}.contact-container{border-left:none;border-right:none;border-radius:0;padding:30px 20px}.contact-input,.contact-select,.contact-textarea{padding:8px 12px;font-size:.95rem}}
