.sh{--s-blue-light: #3b82f6;--s-blue-mid: #2563eb;--s-blue-deep: #1e3a8a;--s-blue-darkest: #0f1d4d;--s-text: #ffffff;--s-text-muted: rgba(255, 255, 255, .78);--s-text-dim: rgba(255, 255, 255, .52);--s-coral: #fb923c;--s-border: rgba(255, 255, 255, .16);--s-border-2: rgba(255, 255, 255, .28);font-family:Inter,Noto Sans JP,Hiragino Kaku Gothic ProN,Yu Gothic,system-ui,sans-serif;background:linear-gradient(165deg,var(--s-blue-light) 0%,var(--s-blue-mid) 35%,var(--s-blue-deep) 75%,var(--s-blue-darkest) 100%);color:var(--s-text);line-height:1.6;letter-spacing:.005em;font-feature-settings:"palt";overflow-x:clip}.sh *{box-sizing:border-box}.sh-hero{position:relative;min-height:calc(100vh - 80px);overflow:hidden;background:linear-gradient(135deg,#07153d,#1e50ff);isolation:isolate}.sh-hero__container{max-width:none;margin:0;padding:60px 80px 80px;display:flex;flex-direction:column;gap:80px;width:100%}.sh-hero__main{display:grid;grid-template-columns:1.2fr 1fr;gap:64px;align-items:center;margin-top:40px}.sh-hero__lead{min-width:0}.sh-eyebrow{display:inline-flex;align-items:center;gap:14px;font-family:Inter,sans-serif;font-size:15px;font-weight:700;letter-spacing:.22em;color:#fcd34d;text-transform:uppercase}.sh-eyebrow:before{content:"";width:32px;height:2px;background:#fcd34d}.sh-hero__title{font-size:clamp(36px,4.6vw,60px);line-height:1.3;font-weight:900;letter-spacing:-.02em;margin:24px 0 36px;color:var(--s-text)}.sh-hero__title-line{display:block}.sh-hero__title-em{color:var(--s-text)}.sh-hero__title-sup{font-size:.4em;font-weight:600;vertical-align:super;margin-left:2px}.sh-hero__sub{font-size:clamp(15px,1.3vw,18px);line-height:1.95;color:var(--s-text-muted);max-width:560px;margin:0 0 44px}.sh-cta-row{display:flex;flex-wrap:wrap;gap:16px}.sh-btn{display:inline-flex;align-items:center;gap:12px;padding:18px 32px;border-radius:12px;font-family:inherit;font-size:15px;font-weight:600;text-decoration:none;transition:transform .25s ease,box-shadow .3s ease,background .2s ease,border-color .2s ease;cursor:pointer;border:1px solid transparent}.sh-btn--primary{background:#fff;color:var(--s-blue-deep);box-shadow:0 10px 32px #0000002e}.sh-btn--primary:hover{transform:translateY(-2px);box-shadow:0 16px 44px #0000003d;background:#fff}.sh-btn--ghost{background:transparent;color:var(--s-text);border-color:var(--s-border-2)}.sh-btn--ghost:hover{background:#ffffff14;border-color:#fff9;transform:translateY(-2px)}.sh-btn__arrow{display:inline-block;transition:transform .25s ease}.sh-btn:hover .sh-btn__arrow{transform:translate(5px)}.sh-hero__visual{position:relative;display:flex;align-items:center;justify-content:flex-start;min-width:0}.sh-laptop{width:780px;flex-shrink:0;filter:drop-shadow(0 30px 60px rgba(0,0,0,.3))}.sh-laptop__bezel{background:#1a1a1c;border-radius:14px 14px 4px 4px;padding:14px 12px 10px;position:relative;border:1px solid #2a2a2c}.sh-laptop__notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:96px;height:14px;background:#1a1a1c;border-radius:0 0 8px 8px;z-index:2}.sh-laptop__notch:after{content:"";position:absolute;top:4px;left:50%;transform:translate(-50%);width:4px;height:4px;border-radius:50%;background:#4a4a4d;box-shadow:0 0 0 1px #2a2a2c}.sh-laptop__screen{background:#fafafa;border-radius:3px;overflow:hidden;aspect-ratio:16 / 10;position:relative;z-index:1}.sh-laptop__base{background:linear-gradient(180deg,#cfcfd2,#9c9ca0);height:16px;border-radius:0 0 14px 14px;margin:0 -10px;position:relative;box-shadow:0 4px 12px #0000002e;border:1px solid #888;border-top:none}.sh-laptop__base-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:130px;height:5px;background:#777;border-radius:0 0 6px 6px}.sh-chat{display:flex;flex-direction:column;height:100%;background:#fafafa;color:#1a1a1c;font-family:Inter,Noto Sans JP,sans-serif}.sh-chat__head{display:flex;align-items:center;justify-content:space-between;padding:14px 120px 14px 40px;background:#fff;border-bottom:1px solid rgba(0,0,0,.06);flex-shrink:0}.sh-chat__brand{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.16em;color:#1a1a1c}.sh-chat__brand-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px #22c55e2e;animation:sh-pulse-dot 1.6s ease-in-out infinite}@keyframes sh-pulse-dot{0%,to{box-shadow:0 0 0 3px #22c55e2e}50%{box-shadow:0 0 0 6px #22c55e0d}}.sh-chat__time{font-size:10px;color:#888;letter-spacing:.1em}.sh-chat__body{flex:1;padding:22px 120px 22px 40px;display:flex;flex-direction:column;gap:14px;overflow:hidden}.sh-chat__row{display:flex;gap:10px;align-items:flex-end}.sh-chat__row--user{justify-content:flex-end}.sh-chat__row--ai{justify-content:flex-start}.sh-chat__avatar{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--s-blue-light) 0%,var(--s-blue-deep) 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;letter-spacing:.05em}.sh-chat__avatar--hidden{visibility:hidden}.sh-chat__bubble{max-width:78%;padding:10px 14px;font-size:15px;line-height:1.6;border-radius:14px;color:#1a1a1c}.sh-chat__bubble--user{background:var(--s-blue-mid);color:#fff;border-bottom-right-radius:4px}.sh-chat__bubble--ai{background:#fff;border:1px solid rgba(0,0,0,.06);border-bottom-left-radius:4px}.sh-chat__rec{background:#fff;border:1.5px solid var(--s-blue-mid);border-radius:12px;padding:14px 16px;box-shadow:0 0 0 4px #2563eb1a;max-width:78%;position:relative}.sh-chat__rec:before{content:"";position:absolute;inset:-2px;border-radius:14px;border:1.5px solid var(--s-blue-mid);opacity:0;animation:sh-rec-pulse 2.4s ease-in-out infinite;pointer-events:none}@keyframes sh-rec-pulse{0%,to{opacity:0;transform:scale(1)}50%{opacity:.5;transform:scale(1.015)}}.sh-chat__rec-head{margin-bottom:8px}.sh-chat__badge{display:inline-block;padding:3px 9px;background:var(--s-blue-mid);color:#fff;font-size:9px;font-weight:700;letter-spacing:.12em;border-radius:99px}.sh-chat__rec-brand{font-size:17px;font-weight:800;margin:0;color:#1a1a1c;line-height:1.2}.sh-chat__rec-brand sup{font-size:10px;font-weight:600}.sh-chat__rec-sub{font-size:10px;color:#777;margin:2px 0 10px}.sh-chat__rec-points{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:5px}.sh-chat__rec-points li{font-size:11px;line-height:1.5;color:#555;padding-left:14px;position:relative}.sh-chat__rec-points li:before{content:"";position:absolute;left:0;top:7px;width:5px;height:5px;background:var(--s-blue-mid);border-radius:50%}.sh-chat__typing{display:inline-flex;gap:4px;padding:10px 14px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:14px 14px 14px 4px}.sh-chat__typing span{width:6px;height:6px;border-radius:50%;background:#aaa;animation:sh-typing 1.2s infinite}.sh-chat__typing span:nth-child(2){animation-delay:.18s}.sh-chat__typing span:nth-child(3){animation-delay:.36s}.sh-anim-fade{opacity:0;transform:translateY(8px);animation:sh-anim-fade .5s ease-out forwards;animation-delay:var(--delay, 0s)}@keyframes sh-anim-fade{to{opacity:1;transform:translateY(0)}}.sh-mock{background:var(--s-surface);border:1px solid var(--s-border);border-radius:20px;overflow:hidden;box-shadow:var(--s-shadow-lg);transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .3s ease}.sh-mock:hover{transform:translateY(-4px);box-shadow:0 32px 70px #1414131f}.sh-mock__head{display:flex;align-items:center;gap:8px;padding:14px 20px;background:var(--s-surface-2);border-bottom:1px solid var(--s-border)}.sh-mock__dot{width:11px;height:11px;border-radius:50%;opacity:.65}.sh-mock__dot--r{background:#ff5f57}.sh-mock__dot--y{background:#febc2e}.sh-mock__dot--g{background:#28c840}.sh-mock__title{margin-left:auto;font-size:11px;color:var(--s-text-dim);letter-spacing:.18em;font-weight:600}.sh-mock__body{padding:26px 24px;display:flex;flex-direction:column;gap:24px}.sh-mock__msg{display:flex;gap:14px}.sh-mock__avatar{flex-shrink:0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;letter-spacing:.05em}.sh-mock__avatar--user{background:var(--s-surface-2);color:var(--s-text-muted);border:1px solid var(--s-border)}.sh-mock__avatar--ai{background:linear-gradient(135deg,var(--s-blue) 0%,var(--s-blue-2) 100%);color:#fff}.sh-mock__text{flex:1;color:var(--s-text);font-size:15px;line-height:1.7;padding-top:6px;margin:0}.sh-mock__answer{flex:1;padding-top:6px;min-width:0}.sh-mock__intro{font-size:15px;color:var(--s-text-muted);line-height:1.85;margin:0 0 16px}.sh-mock__card{background:var(--s-surface-2);border:1px solid var(--s-blue);border-radius:14px;padding:20px;box-shadow:0 0 0 4px var(--s-blue-dim);margin-bottom:16px;position:relative}.sh-mock__badge{display:inline-block;padding:5px 11px;background:var(--s-blue);color:#fff;font-size:10px;font-weight:700;letter-spacing:.12em;border-radius:99px;margin-bottom:12px}.sh-mock__brand{font-size:22px;font-weight:700;color:var(--s-text);margin:0;line-height:1.2}.sh-mock__brand-sub{font-size:15px;color:var(--s-text-dim);margin:4px 0 14px}.sh-mock__points{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:7px}.sh-mock__points li{font-size:15px;color:var(--s-text-muted);line-height:1.6;padding-left:16px;position:relative}.sh-mock__points li:before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;background:var(--s-blue);border-radius:50%}.sh-mock__typing{display:flex;gap:5px;align-items:center;height:14px}.sh-mock__typing span{width:6px;height:6px;border-radius:50%;background:var(--s-text-dim);opacity:.5;animation:sh-typing 1.2s infinite}.sh-mock__typing span:nth-child(2){animation-delay:.18s}.sh-mock__typing span:nth-child(3){animation-delay:.36s}@keyframes sh-typing{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.sh-stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--s-border);padding-top:40px}.sh-stat{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.sh-stat__value{font-family:Inter,sans-serif;font-size:clamp(34px,4vw,56px);font-weight:800;letter-spacing:-.025em;color:var(--s-text);line-height:1;font-variant-numeric:tabular-nums}.sh-stat__label{font-size:15px;color:var(--s-text-muted);letter-spacing:.04em}.sh-voice-pop{position:fixed;top:calc(var(--header-h, 80px) + 16px);right:24px;z-index:1000;pointer-events:auto;display:flex;flex-direction:column;width:320px;background:#fffffff5;border:1px solid rgba(255,255,255,.4);border-radius:16px;box-shadow:0 12px 32px #0f1d4d59;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);overflow:hidden}.sh-voice-pop__bar{padding:4px 16px 12px}.sh-voice-pop__progress{width:100%;height:4px;background:#0b163926;border-radius:2px;cursor:pointer;position:relative;overflow:hidden}.sh-voice-pop__progress-fill{height:100%;background:#1e50ff;border-radius:2px;width:0;transition:width .15s linear}.sh-voice-pop__time{display:flex;justify-content:space-between;font-size:11px;color:#0b1639a6;font-family:JetBrains Mono,Roboto Mono,monospace;margin-top:6px;letter-spacing:.04em}.sh-voice-pop[hidden]{display:none!important}.sh-voice-pop__close{position:absolute;top:8px;right:8px;width:24px;height:24px;background:#0b1639d9;color:#fff;border:none;border-radius:50%;font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;z-index:10;box-shadow:0 2px 6px #0000002e}.sh-voice-pop__close:hover{background:#0b1639}.sh-voice-pop__trigger{display:flex;align-items:center;gap:14px;padding:12px 16px 8px 12px;background:transparent;border:none;border-radius:0;cursor:pointer;box-shadow:none;transition:background .15s ease;font-family:Inter,Noto Sans JP,sans-serif;color:#141413;width:100%;text-align:left}.sh-voice-pop__trigger:hover{background:#0b16390a}.sh-voice-pop__trigger:focus-visible{outline:2px solid var(--s-blue-light, #3b82f6);outline-offset:3px}.sh-voice-pop__avatar{position:relative;flex-shrink:0;width:48px;height:48px;border-radius:50%;overflow:hidden;background:#e8eaf2}.sh-voice-pop__avatar img{width:100%;height:100%;object-fit:cover;display:block}.sh-voice-pop__pulse{position:absolute;inset:-4px;border-radius:50%;border:2px solid #3b82f6;opacity:0;pointer-events:none}.sh-voice-pop[data-state=playing] .sh-voice-pop__pulse{animation:sh-voice-pulse 1.6s ease-out infinite}@keyframes sh-voice-pulse{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(1.35)}}.sh-voice-pop__body{display:flex;flex-direction:column;gap:2px;min-width:0}.sh-voice-pop__label{font-size:11px;font-weight:700;letter-spacing:.08em;color:#6b7280;text-transform:uppercase}.sh-voice-pop__name{font-size:15px;font-weight:700;color:#141413;line-height:1.3;letter-spacing:.02em}.sh-voice-pop__btn{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:#1e3a8a;color:#fff;display:flex;align-items:center;justify-content:center;margin-left:4px;transition:background .2s ease}.sh-voice-pop__trigger:hover .sh-voice-pop__btn{background:#2563eb}.sh-voice-pop__icon--pause,.sh-voice-pop[data-state=playing] .sh-voice-pop__icon--play{display:none}.sh-voice-pop[data-state=playing] .sh-voice-pop__icon--pause{display:block}.sh-section{width:100%;padding:120px 80px;box-sizing:border-box}.sh-section__inner{max-width:1280px;margin:0 auto}.sh-section__header{text-align:center;max-width:1100px;margin:0 auto 64px}.sh-section__title{font-family:Inter,Noto Sans JP,Hiragino Kaku Gothic ProN,sans-serif;font-size:clamp(32px,3.4vw,48px);font-weight:900;line-height:1.4;letter-spacing:-.02em;margin:16px 0 20px;color:#141413}.sh-section__title--invert{color:#fff}.sh-section__lead{font-size:clamp(15px,1.2vw,17px);line-height:1.9;color:#4a4a48;margin:0}.sh-section__lead--invert{color:#ffffffc7}.sh-eyebrow--dark{color:#2563eb}.sh-eyebrow--dark:before{background:#2563eb}.sh-shift{background:#fff;color:#141413}.sh-shift__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:80px}.sh-shift__stat{text-align:center;padding:48px 24px;background:#faf9f5;border-radius:16px;border:1px solid rgba(20,20,19,.06);position:relative}.sh-shift__num{display:inline-block;font-family:Inter,sans-serif;font-size:clamp(64px,7vw,96px);font-weight:900;line-height:1;letter-spacing:-.04em;background:linear-gradient(180deg,#3b82f6,#1e3a8a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;margin-bottom:20px}.sh-shift__num-suffix{font-size:.5em;font-weight:800}.sh-shift__stat-label{font-size:15px;line-height:1.7;color:#1a1a1c;margin:0 0 16px;font-weight:600}.sh-shift__source{display:inline-block;font-family:Inter,sans-serif;font-size:10px;letter-spacing:.18em;font-weight:700;color:#8a8a86;text-transform:uppercase}.sh-shift__card{max-width:820px;margin:56px auto 0;padding:0;background:#141413;border-radius:16px;overflow:hidden}.sh-shift__close{text-align:center;font-size:clamp(18px,1.6vw,22px);line-height:1.7;color:#fff;margin:0;padding:28px 32px 36px;font-weight:600}.sh-shift__close strong{color:#d97757;font-weight:800}.sh-shift__img{margin:0;background:#faf9f5}.sh-shift__img img{width:100%;height:auto;display:block}.sh-shift__bridge{text-align:center;margin:32px auto 0;max-width:720px;font-size:clamp(15px,1.3vw,17px);line-height:1.9;color:#4a4a48;font-weight:600}.sh-tension{background:#0e0e10;color:#fff;position:relative;overflow:hidden}.sh-tension:before{content:"";position:absolute;top:-30%;right:-10%;width:600px;height:600px;background:#d97757;border-radius:50%;filter:blur(180px);opacity:.18;pointer-events:none}.sh-tension__body{max-width:880px;margin:0 auto;text-align:center;position:relative}.sh-tension__body-text{font-size:clamp(15px,1.3vw,18px);line-height:2;color:#ffffffd1;margin:0 0 56px}.sh-tension__body-text strong{color:#fff;font-weight:700}.sh-tension__highlight{font-family:Inter,Noto Sans JP,Hiragino Kaku Gothic ProN,sans-serif;font-size:clamp(26px,3.2vw,44px);font-weight:900;line-height:1.4;letter-spacing:-.02em;color:#fff;padding:56px 32px;border-top:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16);white-space:nowrap}@media (max-width: 600px){.sh-tension__highlight{white-space:normal}}.sh-tension__hl-em{background:linear-gradient(120deg,#fb923c,#fcd34d);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.sh-pillars{background:#faf9f5;color:#141413}.sh-pillars__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.sh-pillar{background:#fff;border:1px solid rgba(20,20,19,.06);border-radius:16px;padding:40px;transition:transform .25s ease,box-shadow .3s ease}.sh-pillar:hover{transform:translateY(-4px);box-shadow:0 16px 40px #14141314}.sh-pillar__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.sh-pillar__icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:12px;background:#2563eb14;color:#2563eb}.sh-pillar__icon svg{width:26px;height:26px}.sh-pillar__num{display:inline-block;font-family:Inter,sans-serif;font-size:15px;font-weight:800;letter-spacing:.16em;color:#2563eb;margin:0}.sh-pillar__title{font-family:Inter,Noto Sans JP,Hiragino Kaku Gothic ProN,sans-serif;font-size:clamp(22px,2vw,28px);font-weight:800;line-height:1.4;letter-spacing:-.01em;color:#141413;margin:0 0 16px}.sh-pillar__desc{font-size:15px;line-height:1.9;color:#4a4a48;margin:0}.sh-leverage{background:linear-gradient(180deg,#f7f8fb,#eef2fa)}.sh-leverage__solar{position:relative;width:100%;max-width:720px;aspect-ratio:1 / 1;margin:56px auto 40px}.sh-leverage__orbit{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px dashed rgba(37,99,235,.22);pointer-events:none}.sh-leverage__orbit--inner{width:56%;height:56%}.sh-leverage__orbit--outer{width:96%;height:96%}.sh-leverage__core{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24%;aspect-ratio:1 / 1;border-radius:50%;background:conic-gradient(from -15deg,#42d767,#2dd2a9,#3cb4dd,#4267d7,#7a5cd6,#b159cf,#db57ba,#e05275,#e07552,#ddb43c,#a9d22d,#56c431,#42d767);color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:800;font-size:clamp(14px,1.5vw,18px);line-height:1.3;box-shadow:0 16px 40px #14141338;z-index:3}.sh-leverage__core:before{content:"";position:absolute;inset:4%;border-radius:50%;background:radial-gradient(circle at 30% 30%,#2c2c2a,#141413 70%);z-index:1}.sh-leverage__core-label{position:relative;z-index:2;letter-spacing:.04em}.sh-leverage__planets{position:absolute;inset:0;list-style:none;margin:0;padding:0;animation:sh-orbit 80s linear infinite;transform-origin:50% 50%}.sh-leverage__planet{--angle: calc(var(--i, 0) * 30deg);--radius: 290px;--planet-size: 114px;position:absolute;top:50%;left:50%;width:var(--planet-size);height:var(--planet-size);margin:calc(-1 * var(--planet-size) / 2) 0 0 calc(-1 * var(--planet-size) / 2);transform:rotate(var(--angle)) translateY(calc(-1 * var(--radius)))}.sh-leverage__planet:before{content:"";position:absolute;top:50%;left:50%;width:1px;height:calc(var(--radius) - var(--planet-size) / 2);background:linear-gradient(to bottom,#2563eb73,#2563eb14);transform:translate(-50%);transform-origin:top center;z-index:-1;pointer-events:none}.sh-leverage__planet-counter{width:100%;height:100%;animation:sh-orbit-counter 80s linear infinite;transform-origin:50% 50%}.sh-leverage__planet{--hue: calc(var(--i, 0) * 30 + 135)}.sh-leverage__planet span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#fff;border:2px solid hsl(var(--hue),65%,55%);border-radius:50%;font-size:15px;font-weight:700;color:#141413;letter-spacing:0;line-height:1.4;text-align:center;padding:8px;box-sizing:border-box;box-shadow:0 6px 16px #14141314;transition:box-shadow .2s ease;word-break:keep-all;transform:rotate(calc(-1 * var(--angle)))}.sh-leverage__planet span:hover{box-shadow:0 12px 24px #1414131f}@keyframes sh-orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes sh-orbit-counter{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@media (prefers-reduced-motion: reduce){.sh-leverage__planets,.sh-leverage__planet-counter{animation:none}}.sh-leverage__close{max-width:720px;margin:40px auto 0;text-align:center;font-size:16px;line-height:1.85;color:#4a4a48;font-weight:600}@media (max-width: 768px){.sh-leverage__solar{max-width:360px}.sh-leverage__planet{--radius: 140px;--planet-size: 76px}.sh-leverage__planet span{font-size:11px;padding:5px}.sh-leverage__core{font-size:13px}}.sh-myths{background:#fff;color:#141413}.sh-myths__list{display:flex;flex-direction:column;gap:20px;max-width:1080px;margin:0 auto}.sh-myth{display:grid;grid-template-columns:1fr auto 1fr;gap:32px;align-items:center;padding:32px;background:#faf9f5;border-radius:16px;border:1px solid rgba(20,20,19,.06)}.sh-myth__before,.sh-myth__after{display:flex;flex-direction:column;gap:10px}.sh-myth__label{display:inline-block;align-self:flex-start;padding:4px 10px;background:#c8593a;color:#fff;font-size:11px;font-weight:800;letter-spacing:.12em;border-radius:99px}.sh-myth__label--after{background:#2563eb;color:#fff}.sh-myth__text{font-size:15px;line-height:1.75;color:#1a1a1c;margin:0}.sh-myth__before .sh-myth__text{text-decoration:line-through;text-decoration-color:#c8593a;text-decoration-thickness:2px}.sh-myth__after .sh-myth__text strong{color:#2563eb;font-weight:800}.sh-myth__arrow{font-size:32px;color:#2563eb;font-weight:700}.sh-timeline{background:linear-gradient(165deg,#1e3a8a,#0f1d4d);color:#fff}.sh-timeline__list{list-style:none;margin:0 auto;padding:0;max-width:880px;position:relative}.sh-timeline__list:before{content:"";position:absolute;top:12px;bottom:12px;left:150px;width:2px;background:linear-gradient(180deg,#ffffff29,#ffffff52)}.sh-timeline__item{display:grid;grid-template-columns:120px 1fr;gap:60px;padding:28px 0;position:relative}.sh-timeline__date{font-family:Inter,sans-serif;font-size:15px;font-weight:700;letter-spacing:.04em;color:#ffffffb3;padding-top:4px;text-align:right}.sh-timeline__dot{position:absolute;left:142px;top:36px;width:18px;height:18px;border-radius:50%;background:#ffffff4d;border:3px solid #1e3a8a;box-shadow:0 0 0 1px #fff6}.sh-timeline__item--win .sh-timeline__dot{background:#fcd34d;box-shadow:0 0 0 1px #fcd34d,0 0 24px #fcd34d99}.sh-timeline__body{padding-left:0}.sh-timeline__heading{font-family:Inter,Noto Sans JP,sans-serif;font-size:clamp(20px,1.8vw,24px);font-weight:800;line-height:1.4;color:#fff;margin:0 0 8px}.sh-timeline__check{color:#fcd34d;margin-left:4px}.sh-timeline__desc{font-size:15px;line-height:1.8;color:#ffffffb8;margin:0}.sh-record{background:#faf9f5;color:#141413}.sh-record__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid rgba(20,20,19,.08);border-bottom:1px solid rgba(20,20,19,.08)}.sh-record__item{text-align:center;padding:56px 24px;border-right:1px solid rgba(20,20,19,.08);display:flex;flex-direction:column;align-items:center;gap:8px}.sh-record__item:last-child{border-right:none}.sh-record__num{font-family:Inter,sans-serif;font-size:clamp(56px,6vw,84px);font-weight:900;line-height:1;letter-spacing:-.04em;color:#141413;font-variant-numeric:tabular-nums}.sh-record__suffix{font-family:Inter,sans-serif;font-size:clamp(20px,2vw,28px);font-weight:700;color:#2563eb;margin-top:4px}.sh-record__label{font-size:15px;color:#4a4a48;margin:12px 0 0;letter-spacing:.04em}.sh-faq{background:#fff;color:#141413}.sh-faq__list{max-width:880px;margin:0 auto}.sh-faq__item{border-bottom:1px solid rgba(20,20,19,.1);padding:4px 0}.sh-faq__item:first-child{border-top:1px solid rgba(20,20,19,.1)}.sh-faq__q{list-style:none;cursor:pointer;padding:24px 48px 24px 0;font-size:clamp(15px,1.3vw,17px);font-weight:700;color:#141413;line-height:1.6;position:relative;transition:color .2s ease}.sh-faq__q::-webkit-details-marker{display:none}.sh-faq__q:after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:28px;font-weight:300;color:#2563eb;transition:transform .25s ease;line-height:1}.sh-faq__item[open] .sh-faq__q:after{transform:translateY(-50%) rotate(45deg)}.sh-faq__q:hover{color:#2563eb}.sh-faq__a{padding:0 48px 28px 0;font-size:15px;line-height:1.95;color:#4a4a48}.sh-final-cta{background:linear-gradient(165deg,#3b82f6,#2563eb 40%,#1e3a8a);color:#fff;text-align:center}.sh-final-cta__inner{max-width:720px}.sh-final-cta .sh-section__title{margin:20px 0 24px}.sh-final-cta .sh-section__lead{margin-bottom:48px}.sh-cta-row--center{justify-content:center}.sh-survey{background:#fff;color:#141413}.sh-survey__meta{max-width:880px;margin:0 auto 64px;padding:24px 32px;background:#faf9f5;border:1px solid rgba(20,20,19,.08);border-radius:12px;display:grid;gap:12px}.sh-survey__meta-item{display:grid;grid-template-columns:100px 1fr;gap:20px;align-items:baseline;font-size:15px;line-height:1.7}.sh-survey__meta-label{font-family:Inter,sans-serif;font-weight:800;letter-spacing:.12em;color:#2563eb;font-size:11px;text-transform:uppercase}.sh-survey__meta-value{color:#1a1a1c}.sh-survey__questions{max-width:880px;margin:0 auto;display:flex;flex-direction:column;gap:56px}.sh-survey__q-title{font-family:Inter,Noto Sans JP,sans-serif;font-size:16px;font-weight:800;color:#141413;margin:0 0 24px;padding-bottom:12px;border-bottom:2px solid #2563eb;letter-spacing:.02em}.sh-survey-bars{display:flex;flex-direction:column;gap:16px}.sh-survey-bar{display:grid;grid-template-columns:1fr 200px 56px;gap:16px;align-items:center;font-size:15px}.sh-survey-bar__label{color:#1a1a1c;line-height:1.5}.sh-survey-bar__track{height:10px;background:#2563eb1a;border-radius:99px;overflow:hidden}.sh-survey-bar__fill{display:block;height:100%;background:linear-gradient(90deg,#3b82f6,#1e3a8a);border-radius:99px;width:0;transition:width 1.4s cubic-bezier(.2,.8,.2,1)}.sh-survey-bar.is-visible .sh-survey-bar__fill{width:var(--fill)}.sh-survey-bar__pct{font-family:Inter,sans-serif;font-size:15px;font-weight:800;color:#2563eb;font-variant-numeric:tabular-nums;text-align:right}.sh-survey__close{text-align:center;margin:64px auto 0;padding:28px 40px;width:max-content;max-width:100%;white-space:nowrap;font-size:clamp(15px,1.3vw,17px);line-height:1.8;font-weight:600;color:#1a1a1c;background:linear-gradient(135deg,#2563eb0f,#fcd34d0f);border:1px solid rgba(37,99,235,.14);border-radius:12px}@media (max-width: 768px){.sh-survey__close{width:auto;white-space:normal;padding:24px 20px}}.sh-logos{background:#fff;padding:48px 40px;text-align:center}.sh-logos__marquee{overflow:hidden;display:flex;width:100%}.sh-logos__track{display:flex;align-items:center;gap:48px;flex-shrink:0;padding-right:48px;animation:sh-marquee 30s linear infinite}.sh-logo{display:flex;align-items:center;justify-content:center;height:56px;flex-shrink:0}.sh-logo--sm{height:40px}.sh-logo img{max-height:100%;max-width:200px;width:auto;object-fit:contain}.sh-logo--sm img{max-width:140px}@keyframes sh-marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}@media (prefers-reduced-motion: reduce){.sh-logos__track{animation:none}.sh-logos__marquee{flex-wrap:wrap;justify-content:center;gap:24px 48px}.sh-logos__track{padding-right:0;gap:24px 48px}.sh-logos__track[aria-hidden=true]{display:none}}@media (max-width: 768px){.sh-logos{padding:32px 24px}.sh-logos__track{gap:32px;padding-right:32px}.sh-logo{height:44px}.sh-logo--sm{height:32px}.sh-logo img{max-width:140px}.sh-logo--sm img{max-width:100px}}.sh-overview{background:#fff;color:#141413;padding:96px 80px}.sh-overview__header{max-width:880px;margin:0 auto 32px;text-align:center}.sh-overview__icon{display:block;width:96px;height:96px;margin:20px auto 0;object-fit:contain}.sh-section__title--dark{color:#141413}.sh-overview__lead{max-width:880px;margin:0 auto 56px;font-family:Noto Sans JP,sans-serif;font-size:clamp(16px,1.4vw,18px);line-height:1.9;color:#1f1f1d;text-align:center}.sh-overview__lead strong{color:#1e3a8a;font-weight:700}.sh-overview__cols{display:grid;grid-template-columns:repeat(3,1fr);gap:0;max-width:1080px;margin:0 auto;border-top:1px solid rgba(20,20,19,.1);border-bottom:1px solid rgba(20,20,19,.1)}.sh-overview__col{padding:32px 28px;border-right:1px solid rgba(20,20,19,.1)}.sh-overview__col:last-child{border-right:none}.sh-overview__col-label{display:inline-block;font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:700;letter-spacing:.06em;color:#2563eb;margin-bottom:12px}.sh-overview__col-text{font-family:Noto Sans JP,sans-serif;font-size:15px;line-height:1.85;color:#2c2c2a;margin:0}.sh-aboutpr{background:#f6f7f9;color:#141413;padding:96px 80px}.sh-aboutpr__definition{max-width:880px;margin:0 auto 56px;font-family:Noto Sans JP,sans-serif;font-size:clamp(15px,1.3vw,17px);line-height:1.95;color:#1f1f1d}.sh-aboutpr__definition strong{color:#1e3a8a;font-weight:700}.sh-aboutpr__grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;max-width:1080px;margin:0 auto}.sh-aboutpr__block{background:#fff;padding:32px;border-radius:12px;border:1px solid rgba(20,20,19,.08);overflow:hidden}.sh-aboutpr__img{margin:-32px -32px 24px;aspect-ratio:16 / 10;background:#faf9f5;overflow:hidden}.sh-aboutpr__img img{width:100%;height:100%;object-fit:cover;display:block}.sh-aboutpr__sub{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;color:#141413;margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid rgba(37,99,235,.18)}.sh-aboutpr__text{font-family:Noto Sans JP,sans-serif;font-size:15px;line-height:1.85;color:#2c2c2a;margin:0}.sh-aboutpr__text strong{color:#1e3a8a;font-weight:700}.sh-aboutpr__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.sh-aboutpr__list li{position:relative;padding-left:18px;font-family:Noto Sans JP,sans-serif;font-size:15px;line-height:1.7;color:#2c2c2a}.sh-aboutpr__list li:before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:#2563eb}.sh-suited{background:#fff;color:#141413}.sh-suited__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.sh-suited__item{background:#faf9f5;border:1px solid rgba(20,20,19,.06);border-radius:16px;padding:36px;transition:transform .25s ease,box-shadow .3s ease}.sh-suited__item:hover{transform:translateY(-3px);box-shadow:0 14px 36px #14141314}.sh-suited__num{display:inline-block;font-family:Inter,sans-serif;font-size:15px;font-weight:800;letter-spacing:.16em;color:#2563eb;margin-bottom:14px}.sh-suited__title{font-family:Inter,Noto Sans JP,sans-serif;font-size:clamp(18px,1.6vw,22px);font-weight:800;line-height:1.4;color:#141413;margin:0 0 14px}.sh-suited__desc{font-size:15px;line-height:1.85;color:#4a4a48;margin:0 0 16px}.sh-suited__example{display:inline-block;font-size:15px;color:#2563eb;font-weight:600;padding:4px 10px;background:#2563eb14;border-radius:99px}.sh-guide{background:#faf9f5;color:#141413}.sh-guide__table-wrap{max-width:1080px;margin:0 auto;background:#fff;border-radius:16px;border:1px solid rgba(20,20,19,.08);overflow:hidden}.sh-guide__table{width:100%;border-collapse:collapse;font-size:15px}.sh-guide__table thead th{text-align:left;padding:18px 24px;background:#1a1a1c;color:#fff;font-weight:700;font-size:15px;letter-spacing:.12em;text-transform:uppercase}.sh-guide__table tbody td{padding:22px 24px;border-bottom:1px solid rgba(20,20,19,.06);line-height:1.7;color:#1a1a1c;vertical-align:top}.sh-guide__table tbody tr:last-child td{border-bottom:none}.sh-guide__table tbody td:first-child{font-weight:700;color:#141413;width:22%}.sh-guide__table tbody td:nth-child(2){width:42%}.sh-guide__table tbody td:nth-child(3){color:#c8593a;font-weight:600}.sh-guide__num{color:#2563eb;margin-right:6px;font-weight:800}.sh-cases{background:#fff;color:#141413}.sh-cases__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.sh-case{background:#faf9f5;border:1px solid rgba(20,20,19,.06);border-radius:16px;padding:32px;transition:transform .25s ease,box-shadow .3s ease}.sh-case:hover{transform:translateY(-3px);box-shadow:0 14px 36px #14141314}.sh-case__head{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.sh-case__industry{display:inline-block;padding:4px 10px;background:#2563eb14;color:#2563eb;font-size:11px;font-weight:700;letter-spacing:.06em;border-radius:99px}.sh-case__company{font-family:Inter,Noto Sans JP,sans-serif;font-size:15px;font-weight:800;color:#1a1a1c;letter-spacing:.04em}.sh-case__title{font-family:Inter,Noto Sans JP,sans-serif;font-size:clamp(17px,1.5vw,20px);font-weight:800;line-height:1.5;color:#141413;margin:0 0 20px}.sh-case__row{margin-bottom:14px}.sh-case__row:last-child{margin-bottom:0}.sh-case__label{display:inline-block;padding:3px 9px;font-size:10px;font-weight:800;letter-spacing:.14em;border-radius:4px;margin-bottom:8px;font-family:Inter,sans-serif}.sh-case__label--challenge{background:#d977571f;color:#c8593a}.sh-case__label--result{background:#22c55e1f;color:#16a34a}.sh-case__text{font-size:15px;line-height:1.85;color:#4a4a48;margin:0}.sh-process{background:#faf9f5;color:#141413}.sh-process__list{list-style:none;margin:0 0 56px;padding:0;display:grid;grid-template-columns:repeat(5,1fr);gap:0;counter-reset:process;position:relative}.sh-process__step{background:#fff;border:1px solid rgba(20,20,19,.06);padding:32px 20px;position:relative}.sh-process__step:not(:last-child):after{content:"";position:absolute;right:-8px;top:50%;transform:translateY(-50%);width:16px;height:16px;background:#2563eb;clip-path:polygon(0 0,60% 50%,0 100%);z-index:2}.sh-process__num{display:block;font-family:Inter,sans-serif;font-size:11px;font-weight:800;letter-spacing:.16em;color:#2563eb;margin-bottom:12px}.sh-process__name{font-family:Inter,Noto Sans JP,sans-serif;font-size:17px;font-weight:800;color:#141413;margin:0 0 8px;line-height:1.4}.sh-process__desc{font-size:15px;line-height:1.7;color:#4a4a48;margin:0}.sh-process__quote{max-width:720px;margin:0 auto;padding:32px;background:#fff;border-left:4px solid #2563eb;border-radius:4px 12px 12px 4px}.sh-process__quote p{font-family:Inter,Noto Sans JP,sans-serif;font-size:clamp(16px,1.4vw,19px);line-height:1.7;font-weight:700;color:#141413;margin:0 0 12px}.sh-process__quote cite{display:block;font-size:15px;font-style:normal;color:#4a4a48;letter-spacing:.05em}.sh-pricing{background:linear-gradient(165deg,#1e3a8a,#0f1d4d);color:#fff}.sh-pricing__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}.sh-plan{background:#ffffff0a;border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:36px 28px;backdrop-filter:blur(8px);display:flex;flex-direction:column;position:relative;transition:transform .25s ease,border-color .3s ease}.sh-plan:hover{transform:translateY(-4px);border-color:#ffffff52}.sh-plan--featured{background:#ffffff1a;border-color:#fcd34d;box-shadow:0 0 0 4px #fcd34d29}.sh-plan__badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);padding:6px 16px;background:#fcd34d;color:#1a1a1c;font-size:11px;font-weight:800;letter-spacing:.06em;border-radius:99px;white-space:nowrap}.sh-plan__tag{display:inline-block;align-self:flex-start;font-family:Inter,sans-serif;font-size:15px;font-weight:800;letter-spacing:.18em;color:#fcd34d;margin-bottom:12px}.sh-plan--featured .sh-plan__tag{color:#fcd34d}.sh-plan__name{font-family:Inter,Noto Sans JP,sans-serif;font-size:22px;font-weight:800;color:#fff;margin:0 0 8px}.sh-plan__desc{font-size:15px;line-height:1.7;color:#ffffffb8;margin:0 0 24px}.sh-plan__price{display:flex;align-items:baseline;gap:4px;padding-bottom:20px;margin-bottom:24px;border-bottom:1px solid rgba(255,255,255,.12)}.sh-plan__currency{font-family:Inter,sans-serif;font-size:22px;font-weight:700;color:#fff}.sh-plan__amount{font-family:Inter,sans-serif;font-size:36px;font-weight:900;line-height:1;color:#fff;letter-spacing:-.02em}.sh-plan__period{font-size:11px;color:#fff9;margin-left:4px}.sh-plan__features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.sh-plan__features li{font-size:15px;line-height:1.7;color:#ffffffd9;padding-left:24px;position:relative}.sh-plan__features li:before{content:"✓";position:absolute;left:0;top:0;color:#fcd34d;font-weight:800;font-size:15px}@media (max-width: 960px){.sh-section{padding:80px 24px}.sh-section__header{margin-bottom:48px}.sh-overview{padding:64px 24px}.sh-overview__cols{grid-template-columns:1fr}.sh-overview__col{border-right:none;border-bottom:1px solid rgba(20,20,19,.1);padding:24px 8px}.sh-overview__col:last-child{border-bottom:none}.sh-aboutpr{padding:64px 24px}.sh-aboutpr__grid{grid-template-columns:1fr;gap:16px}.sh-aboutpr__block{padding:24px}.sh-shift__stats{grid-template-columns:1fr;gap:16px;margin-bottom:48px}.sh-shift__stat{padding:32px 20px}.sh-pillars__grid{grid-template-columns:1fr}.sh-pillar{padding:28px}.sh-myth{grid-template-columns:1fr;gap:12px;padding:24px}.sh-myth__arrow{transform:rotate(90deg);justify-self:center}.sh-timeline__list:before{left:8px}.sh-timeline__item{grid-template-columns:1fr;gap:4px;padding:20px 0 20px 40px}.sh-timeline__date{text-align:left;font-size:14px}.sh-timeline__dot{left:0;top:24px}.sh-timeline__body{padding-left:0}.sh-record__grid{grid-template-columns:repeat(2,1fr)}.sh-record__item{border-right:none;padding:36px 16px}.sh-record__item:nth-child(odd){border-right:1px solid rgba(20,20,19,.08)}.sh-record__item:nth-child(1),.sh-record__item:nth-child(2){border-bottom:1px solid rgba(20,20,19,.08)}.sh-faq__q{padding:20px 36px 20px 0}.sh-tension__highlight{padding:40px 16px}.sh-suited__grid,.sh-cases__grid,.sh-pricing__grid{grid-template-columns:1fr}.sh-suited__item,.sh-case{padding:24px}.sh-process__list{grid-template-columns:1fr;gap:12px}.sh-process__step:not(:last-child):after{right:50%;top:auto;bottom:-10px;transform:translate(50%) rotate(90deg)}.sh-guide__table thead{display:none}.sh-guide__table tbody td{display:block;padding:8px 16px;width:100%!important;border-bottom:none}.sh-guide__table tbody td:first-child{padding-top:16px;background:#2563eb0d}.sh-guide__table tbody td:last-child{padding-bottom:16px;border-bottom:1px solid rgba(20,20,19,.06)}.sh-plan__badge{top:-12px;font-size:10px;padding:4px 12px}}@media (max-width: 960px){.sh-hero__container{padding:40px 24px 56px;gap:56px}.sh-hero__main{grid-template-columns:1fr;gap:56px;margin-top:16px}.sh-hero__sub{margin-bottom:32px}.sh-stats{grid-template-columns:repeat(2,1fr);gap:32px 0;padding:32px 0 0}.sh-voice-pop{inset:auto 16px 16px;width:auto;transform:none}.sh-voice-pop__trigger{width:100%;justify-content:flex-start}.sh-voice-pop__trigger{gap:10px;padding:8px 14px 8px 8px}.sh-voice-pop__avatar{width:40px;height:40px}.sh-voice-pop__label{font-size:10px}.sh-voice-pop__name{font-size:15px}.sh-voice-pop__btn{width:30px;height:30px}.sh-hide-mobile{display:none}.sh-mock{transform:rotate(0)}.sh-hero__visual{justify-content:center}.sh-laptop{width:100%;max-width:580px}}@media (max-width: 480px){.sh-hero__container{padding:32px 20px 48px}.sh-cta-row{flex-direction:column;align-items:stretch}.sh-btn{justify-content:center}}
