*,:after,:before{box-sizing:border-box;margin:0;padding:0}#recruit-root{--bg:#f0f6fa;--white:#fff;--ink:#0a1a24;--ink2:#4a6070;--orange:#00bfff;--orange-pale:#e0f6ff;--yellow:#b3e8ff;--sans:"Noto Sans JP",sans-serif;--serif:"Noto Serif JP",serif;font-family:var(--sans);background:var(--bg);color:var(--ink);line-height:1.8;min-height:100vh}#recruit-root nav{position:fixed;top:0;left:0;right:0;z-index:100;background:hsla(43,30%,95%,.92);backdrop-filter:blur(10px);border-bottom:1px solid rgba(26,24,20,.08);display:flex;justify-content:space-between;align-items:center;padding:0 40px;height:60px}#recruit-root .logo{font-family:var(--serif);font-size:17px;font-weight:700;color:var(--ink);text-decoration:none}#recruit-root .logo span{color:var(--orange)}#recruit-root .nav-cta{background:var(--orange);color:#fff;font-size:13px;font-weight:700;padding:8px 20px;border-radius:40px;text-decoration:none;transition:opacity .2s}#recruit-root .nav-cta:hover{opacity:.85}#recruit-root .hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:120px 40px 80px;max-width:860px;margin:0 auto}#recruit-root .hero-tag{display:inline-block;background:var(--orange-pale);color:var(--orange);font-size:12px;font-weight:700;padding:6px 16px;border-radius:40px;letter-spacing:.08em;margin-bottom:36px}#recruit-root .hero h1{font-size:clamp(40px,7vw,80px);font-weight:900;line-height:1.2;letter-spacing:-.02em;margin-bottom:32px}#recruit-root .hero h1 .accent{color:var(--orange)}#recruit-root .hero h1 .hi{background:linear-gradient(0deg,var(--yellow) 38%,transparent 38%)}#recruit-root .hero-sub{font-size:18px;color:var(--ink2);line-height:1.9;margin-bottom:48px;max-width:560px}#recruit-root .hero-sub strong{color:var(--ink);font-weight:700}#recruit-root .hero-btns{display:flex;gap:12px;flex-wrap:wrap}#recruit-root .btn-main{background:var(--orange);color:#fff;font-weight:700;font-size:16px;padding:18px 40px;border-radius:50px;text-decoration:none;box-shadow:0 4px 20px rgba(0,191,255,.35);transition:transform .15s,box-shadow .15s}#recruit-root .btn-main:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(0,191,255,.45)}#recruit-root .btn-sub{color:var(--ink);font-size:15px;padding:18px 32px;text-decoration:none;border:1.5px solid rgba(26,24,20,.2);border-radius:50px;transition:border-color .2s}#recruit-root .btn-sub:hover{border-color:var(--ink)}#recruit-root .scroll-hint{margin-top:72px;font-size:12px;color:var(--ink2);letter-spacing:.1em;display:flex;align-items:center;gap:8px}#recruit-root .scroll-hint:before{content:"";display:block;width:1px;height:48px;background:linear-gradient(to bottom,transparent,var(--ink2))}#recruit-root .wrap{max-width:860px;margin:0 auto;padding:100px 40px}#recruit-root .rep-card{background:var(--ink);color:#fff;border-radius:20px;padding:56px 52px;position:relative;overflow:hidden}#recruit-root .rep-card:before{content:"\201C";position:absolute;top:-20px;left:40px;font-family:var(--serif);font-size:180px;color:var(--orange);opacity:.2;line-height:1;pointer-events:none}#recruit-root .rep-card p{font-size:18px;line-height:2.1;position:relative;z-index:1;font-weight:500}#recruit-root .rep-card .rep-name{display:block;margin-top:28px;font-size:13px;color:hsla(0,0%,100%,.5);letter-spacing:.06em}#recruit-root .rep-card .rep-name span{color:var(--orange)}#recruit-root .rep-note-link{display:inline-block;margin-top:20px;font-size:13px;color:hsla(0,0%,100%,.6);text-decoration:none;border-bottom:1px solid hsla(0,0%,100%,.2);transition:color .2s,border-color .2s}#recruit-root .rep-note-link:hover{color:var(--orange);border-color:var(--orange)}#recruit-root .facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:60px 0}#recruit-root .fact{background:var(--white);border-radius:16px;padding:32px 24px;text-align:center}#recruit-root .fact-num{font-family:var(--serif);font-size:52px;font-weight:700;color:var(--orange);line-height:1}#recruit-root .fact-num sup{font-size:22px}#recruit-root .fact-label{font-size:12px;color:var(--ink2);margin-top:8px;line-height:1.6}#recruit-root .s-eyebrow{font-size:11px;font-weight:700;letter-spacing:.2em;color:var(--orange);text-transform:uppercase;margin-bottom:12px}#recruit-root .s-title{font-family:var(--serif);font-size:clamp(28px,4vw,44px);font-weight:700;line-height:1.4;margin-bottom:12px}#recruit-root .s-lead{font-size:16px;color:var(--ink2);margin-bottom:52px;line-height:1.9}#recruit-root .job-wrap{display:flex;flex-direction:column;gap:16px}#recruit-root .job{background:var(--white);border-radius:16px;padding:36px 40px;display:flex;justify-content:space-between;align-items:flex-start;gap:24px;text-decoration:none;color:var(--ink);transition:transform .15s,box-shadow .15s}#recruit-root .job:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(26,24,20,.08)}#recruit-root .job-badge{display:inline-block;background:var(--orange-pale);color:var(--orange);font-size:11px;font-weight:700;padding:4px 12px;border-radius:40px;letter-spacing:.08em;margin-bottom:12px}#recruit-root .job-name{font-size:22px;font-weight:700;margin-bottom:16px;line-height:1.4}#recruit-root .job-tags{display:flex;flex-wrap:wrap;gap:8px}#recruit-root .job-tag{background:var(--bg);color:var(--ink2);font-size:12px;padding:4px 12px;border-radius:40px}#recruit-root .job-arrow{font-size:28px;color:var(--orange);flex-shrink:0;margin-top:4px;transition:transform .15s}#recruit-root .job:hover .job-arrow{transform:translateX(4px)}#recruit-root .job-group-label{font-size:12px;font-weight:700;letter-spacing:.1em;color:var(--ink2);margin-bottom:4px;padding-left:4px}#recruit-root .job-freelance{border:2px solid var(--orange)}#recruit-root .job-badge-fl{background:var(--orange);color:#fff}#recruit-root .job-freelance-hook{font-size:15px;color:var(--ink);margin-bottom:14px;line-height:1.6}#recruit-root .job-freelance-hook strong{color:var(--orange);font-size:17px}#recruit-root .hybrid-box{display:flex;flex-wrap:wrap;align-items:center;gap:8px;background:var(--orange-pale);border-radius:10px;padding:12px 16px;margin-bottom:4px}#recruit-root .hybrid-item{display:flex;align-items:center;gap:5px;font-size:13px;font-weight:700;color:var(--orange)}#recruit-root .hybrid-item svg{flex-shrink:0;stroke:var(--orange)}#recruit-root .hybrid-plus{font-size:16px;font-weight:700;color:var(--ink2)}#recruit-root .job-badge-sales{background:var(--ink);color:#fff}#recruit-root .job-sales{border:2px solid var(--ink)}#recruit-root .sales-rep-note{margin-top:16px;padding:14px 18px;border-left:3px solid var(--orange);background:var(--orange-pale);border-radius:0 8px 8px 0}#recruit-root .sales-rep-note p{font-size:14px;font-weight:700;color:var(--ink);line-height:1.7;font-family:var(--serif)}#recruit-root .sales-rep-note span{font-size:12px;color:var(--ink2);margin-top:4px;display:block}#recruit-root .incentive-box{background:var(--bg);border-radius:12px;padding:20px;margin:12px 0}#recruit-root .incentive-formula{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:16px}#recruit-root .incentive-block{background:var(--white);border-radius:10px;padding:12px 16px;text-align:center;min-width:100px;border:1px solid rgba(26,24,20,.08)}#recruit-root .incentive-block.highlight{border:2px solid var(--orange);background:var(--orange-pale)}#recruit-root .incentive-label{display:block;font-size:11px;color:var(--ink2);margin-bottom:4px;letter-spacing:.06em}#recruit-root .incentive-val{display:block;font-family:var(--serif);font-size:22px;font-weight:700;color:var(--ink);line-height:1.2}#recruit-root .incentive-block.highlight .incentive-val{color:var(--orange)}#recruit-root .incentive-note{display:block;font-size:11px;color:var(--ink2);margin-top:4px}#recruit-root .incentive-plus{font-size:20px;font-weight:700;color:var(--ink2);flex-shrink:0}#recruit-root .incentive-sims{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}#recruit-root .incentive-sim{background:var(--white);border-radius:8px;padding:10px 12px;display:flex;flex-direction:column;gap:2px;border:1px solid rgba(26,24,20,.08)}#recruit-root .incentive-sim.accent{border-color:var(--orange);background:var(--orange-pale)}#recruit-root .sim-n{font-size:12px;font-weight:700;color:var(--ink)}#recruit-root .sim-arrow{font-size:11px;color:var(--ink2)}#recruit-root .sim-income{font-size:12px;font-weight:700;color:var(--ink2)}#recruit-root .incentive-sim.accent .sim-income{color:var(--orange)}#recruit-root .target-statement{background:var(--ink);color:#fff;border-radius:16px;padding:32px 36px;margin-bottom:20px;line-height:1.9}#recruit-root .target-statement p{font-size:18px;font-weight:500}#recruit-root .target-statement strong{color:var(--orange)}#recruit-root .why-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}#recruit-root .why-card{background:var(--white);border-radius:16px;padding:32px 28px}#recruit-root .why-card.wide{grid-column:1/-1}#recruit-root .why-icon{width:36px;height:36px;margin-bottom:16px;color:var(--orange)}#recruit-root .why-card h3{font-size:17px;font-weight:700;margin-bottom:10px;line-height:1.5}#recruit-root .why-card p{font-size:14px;color:var(--ink2);line-height:1.9}#recruit-root .fit-wrap{display:grid;grid-template-columns:1fr 1fr;gap:16px}#recruit-root .fit-box{background:var(--white);border-radius:16px;padding:32px 28px}#recruit-root .fit-box.ok{border-top:4px solid var(--orange)}#recruit-root .fit-box.ng{border-top:4px solid #ddd}#recruit-root .fit-head{font-size:13px;font-weight:700;letter-spacing:.1em;margin-bottom:20px}#recruit-root .fit-box.ok .fit-head{color:var(--orange)}#recruit-root .fit-box.ng .fit-head{color:var(--ink2)}#recruit-root .fit-list{list-style:none;display:flex;flex-direction:column;gap:12px}#recruit-root .fit-list li{font-size:14px;padding-left:24px;position:relative;color:var(--ink);line-height:1.7}#recruit-root .fit-box.ok .fit-list li:before{content:"✓";position:absolute;left:0;color:var(--orange);font-weight:700}#recruit-root .fit-box.ng .fit-list li:before{content:"–";position:absolute;left:0;color:#aaa}#recruit-root .steps{display:flex;flex-direction:column}#recruit-root .step{display:grid;grid-template-columns:64px 1fr;gap:20px;padding:28px 0;border-bottom:1px dashed rgba(26,24,20,.12)}#recruit-root .step:last-child{border-bottom:none}#recruit-root .step-n{width:44px;height:44px;border-radius:50%;background:var(--orange-pale);color:var(--orange);font-weight:900;font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}#recruit-root .step-body h3{font-size:16px;font-weight:700;margin-bottom:6px;padding-top:10px}#recruit-root .step-body p{font-size:14px;color:var(--ink2);line-height:1.8}#recruit-root .cta-final{background:var(--orange);border-radius:24px;padding:72px 52px;text-align:center;color:#fff;margin:0 40px 80px}#recruit-root .cta-final h2{font-family:var(--serif);font-size:clamp(28px,4vw,44px);font-weight:700;margin-bottom:16px;line-height:1.4}#recruit-root .cta-final p{font-size:16px;opacity:.85;margin-bottom:40px;line-height:1.9}#recruit-root .cta-mail{display:inline-block;background:#fff;color:var(--orange);font-size:18px;font-weight:700;padding:18px 44px;border-radius:50px;text-decoration:none;transition:transform .15s}#recruit-root .cta-mail:hover{transform:scale(1.03)}#recruit-root .cta-note{margin-top:20px;font-size:13px;opacity:.7}#recruit-root footer{border-top:1px solid rgba(26,24,20,.08);padding:28px 40px;display:flex;justify-content:space-between;font-size:12px;color:var(--ink2);flex-wrap:wrap;gap:8px}#recruit-root footer a{color:var(--ink2);text-decoration:none}#recruit-root footer a:hover{color:var(--ink)}@media (max-width:640px){#recruit-root nav{padding:0 20px}#recruit-root .hero,#recruit-root .wrap{padding-left:20px;padding-right:20px}#recruit-root .hero h1{font-size:36px}#recruit-root .facts,#recruit-root .fit-wrap,#recruit-root .why-grid{grid-template-columns:1fr}#recruit-root .why-card.wide{grid-column:1}#recruit-root .job{flex-direction:column}#recruit-root .job-arrow{display:none}#recruit-root .rep-card{padding:36px 28px}#recruit-root .cta-final{margin:0 20px 60px;padding:48px 28px}#recruit-root footer{flex-direction:column}#recruit-root .incentive-formula{flex-direction:column;align-items:flex-start}#recruit-root .incentive-sims{grid-template-columns:1fr 1fr}}