:root{--red:#f0241b;--green:#0da147;--ink:#222121;--cream:#fff9ee;--paper:#f8f8f4;--line:#d9d7cf}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:"Noto Sans JP",sans-serif;background:var(--paper);line-height:1.8}a{color:inherit;text-decoration:none}img{max-width:100%}.header{height:86px;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;background:#fff;position:sticky;top:0;z-index:50;border-bottom:1px solid #eee}.brand img{width:160px;display:block}.nav{display:flex;align-items:center;gap:30px;font-size:13px;font-weight:600}.nav a:not(.nav-cta):hover{color:var(--red)}.nav-cta,.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;border-radius:100px;font-weight:700;transition:.25s}.nav-cta{background:var(--red);color:#fff;padding:12px 20px}.nav-cta span,.button span{font-size:18px}.menu-button{display:none}.hero{min-height:calc(100vh - 86px);position:relative;overflow:hidden;background:var(--cream);display:grid;grid-template-columns:52% 48%;padding-bottom:47px}.hero-copy{padding:9vh 4vw 70px 7vw;position:relative;z-index:2}.eyebrow,.kicker{font-size:13px;font-weight:800;letter-spacing:.14em;margin:0 0 24px}.eyebrow{display:flex;align-items:center;gap:10px}.eyebrow span{width:27px;height:2px;background:var(--red)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(42px,5vw,75px);line-height:1.32;letter-spacing:-.055em;margin:0 0 28px;font-weight:800}h1 em{font-style:normal;color:var(--red);background:linear-gradient(transparent 72%,#ffd448 0)}.hero-lead{max-width:580px;font-size:17px;font-weight:500;margin-bottom:35px}.hero-actions{display:flex;align-items:center;gap:30px}.button{padding:18px 27px}.button-primary{background:var(--red);color:#fff;box-shadow:0 10px 30px #f0241b38}.button:hover,.nav-cta:hover{transform:translateY(-2px)}.text-link{font-size:14px;font-weight:700;border-bottom:1px solid}.hero-points{list-style:none;display:flex;padding:0;margin:48px 0 0;gap:0}.hero-points li{padding:0 28px;border-left:1px solid var(--line);line-height:1.35}.hero-points li:first-child{padding-left:0;border:0}.hero-points b{font:700 25px "DM Sans"}.hero-points span{font-size:11px;font-weight:600}.hero-visual{position:relative;background:#ffd54f;overflow:hidden;border-bottom-left-radius:45% 20%}.tomato-stage{position:absolute;width:min(37vw,520px);left:50%;top:50%;transform:translate(-50%,-45%);z-index:3;filter:drop-shadow(0 30px 25px #a75b0040)}.tomato-stage img{position:relative;z-index:1}.shadow{height:32px;width:70%;background:#9c5c0030;filter:blur(10px);border-radius:50%;margin:-20px auto 0}.sun{position:absolute;width:150px;height:150px;border-radius:50%;background:#ffe985;right:7%;top:7%}.cloud{position:absolute;width:110px;height:30px;border-radius:100px;background:#fff8;filter:blur(1px)}.cloud:before,.cloud:after{content:"";position:absolute;border-radius:50%;background:inherit}.cloud:before{width:48px;height:48px;left:17px;bottom:0}.cloud:after{width:60px;height:60px;right:10px;bottom:0}.cloud-one{left:5%;top:20%}.cloud-two{right:4%;bottom:17%;transform:scale(.65)}.orbit{position:absolute;z-index:5;background:#fff;border:2px solid var(--ink);border-radius:50%;width:74px;height:74px;display:grid;place-items:center;font-weight:800;font-size:13px;box-shadow:6px 6px 0 var(--ink)}.orbit-one{top:19%;left:10%;transform:rotate(-9deg)}.orbit-two{right:10%;top:32%;transform:rotate(8deg)}.orbit-three{bottom:14%;left:13%;transform:rotate(5deg)}.visual-note{position:absolute;right:3%;bottom:3%;font:700 10px/1.4 "DM Sans";letter-spacing:.16em}.marquee{position:absolute;bottom:0;left:0;width:100%;height:47px;background:var(--green);color:#fff;display:flex;align-items:center;overflow:hidden;font-size:14px;font-weight:700;white-space:nowrap}.marquee div{animation:marquee 28s linear infinite}@keyframes marquee{to{transform:translateX(-50%)}}.section-pad{padding:120px 7vw}.section-heading{max-width:850px;margin-bottom:55px}.section-heading h2,.feature-intro h2{font-size:clamp(32px,4vw,55px);line-height:1.4;letter-spacing:-.04em;margin-bottom:22px}.section-heading .kicker,.feature-intro .kicker{color:var(--red)}.section-heading>p:last-child{max-width:620px}.problem{background:#fff}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.problem-grid article{position:relative;border:1px solid var(--line);border-radius:18px;padding:35px;min-height:330px;background:#fafaf7}.number{font:700 13px "DM Sans";color:var(--red)}.problem-grid h3{font-size:20px;margin:25px 0 10px}.problem-grid p{font-size:14px}.mini-sheet,.mini-chart,.mini-people{height:100px;margin-top:20px;background:#fff;border:2px solid var(--ink);border-radius:8px;display:flex;align-items:end;justify-content:center;gap:12px;padding:15px;color:var(--green);font-weight:800}.mini-sheet{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.mini-sheet i{background:#ffd54f;border-radius:2px}.mini-sheet i:nth-child(2){background:#f0241b;height:60%}.mini-chart i{width:22px;background:var(--green);height:35%}.mini-chart i:nth-child(2){height:60%;background:#ffd54f}.mini-chart i:nth-child(3){height:85%;background:var(--red)}.mini-people{align-items:center;font-size:28px;letter-spacing:8px}.problem-answer{margin:45px auto 0;text-align:center;font-size:18px;font-weight:700}.problem-answer img{width:50px;vertical-align:middle;margin-left:12px}.services{background:var(--ink);color:#fff}.section-heading.light .kicker{color:#6cdb96}.section-heading.light>p:last-child{color:#bbb}.service-list{display:grid;gap:18px}.service-card{background:#f9f7ef;color:var(--ink);border-radius:20px;padding:48px;display:grid;grid-template-columns:180px 1fr 34%;gap:30px;min-height:390px}.service-index{font:700 22px "DM Sans";color:var(--red)}.service-index span{display:block;font-size:9px;letter-spacing:.15em;color:#888;margin-top:5px}.service-card h3{font-size:28px;line-height:1.5}.service-card p{font-size:14px}.service-card ul{padding:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;font-size:12px;font-weight:700}.service-card li:before{content:"●";color:var(--green);margin-right:7px}.service-art{border-radius:14px;background:#f4d75b;position:relative;overflow:hidden;min-height:280px}.sheet-art:before{content:"";position:absolute;inset:15% 12%;background:#fff;border:3px solid var(--ink);border-radius:8px}.sheet-art span{position:absolute;inset:24% 20%;z-index:2;background:repeating-linear-gradient(#ddd 0 2px,transparent 2px 28px),repeating-linear-gradient(90deg,#ddd 0 2px,transparent 2px 55px)}.sheet-art i{position:absolute;width:45px;height:45px;border-radius:50%;background:var(--red);z-index:3;bottom:13%}.sheet-art i:nth-of-type(1){left:16%}.sheet-art i:nth-of-type(2){left:44%;background:var(--green)}.sheet-art i:nth-of-type(3){right:16%;background:var(--ink)}.system-art{background:#d8f1e1;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:18% 12%}.system-art span{background:#fff;border:2px solid var(--ink);border-radius:8px;box-shadow:4px 4px 0 var(--green)}.system-art span:first-child{grid-column:1/3}.rpa-art{background:#f9c8c5}.rpa-art div{position:absolute;width:120px;height:120px;border-radius:50%;background:var(--red);color:#fff;font-size:55px;display:grid;place-items:center;left:50%;top:50%;transform:translate(-50%,-50%)}.rpa-art span,.rpa-art i{position:absolute;width:50px;height:50px;border:3px solid var(--ink);border-radius:8px;left:12%;top:15%}.rpa-art i{left:auto;top:auto;right:12%;bottom:15%;border-radius:50%;background:#ffd54f}.features{background:#eff9f1}.feature-intro{display:grid;grid-template-columns:32% 1fr;align-items:center;max-width:1000px;margin:auto}.feature-intro>img{width:250px;filter:drop-shadow(0 20px 20px #0da14722)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);max-width:1200px;margin:70px auto 0;border:1px solid #b8d7c2;border-radius:18px;overflow:hidden}.feature-grid article{padding:35px;border-right:1px solid #b8d7c2;background:#fff}.feature-grid article:last-child{border:0}.feature-grid b{font:700 13px "DM Sans";color:var(--red)}.feature-grid h3{font-size:18px;margin-top:30px}.feature-grid p{font-size:13px}.plans{background:var(--cream)}.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.plan{background:#fff;border:1px solid var(--line);border-radius:18px;padding:38px;display:flex;flex-direction:column;position:relative}.plan.featured{border:3px solid var(--red);transform:translateY(-16px);box-shadow:0 20px 45px #f0241b18}.recommend{position:absolute;top:-16px;right:25px;background:var(--red);color:#fff;border-radius:50px;padding:5px 16px;font-size:11px;font-weight:700}.plan-name{font:700 19px "DM Sans";color:var(--red)}.plan-name span{font:600 11px "Noto Sans JP";color:#777;margin-left:8px}.price{display:flex;align-items:baseline;gap:4px}.price small{font-weight:700}.price b{font:700 43px "DM Sans";letter-spacing:-.04em}.plan>p:nth-of-type(3){font-size:13px;min-height:70px}.plan hr{border:0;border-top:1px solid var(--line);width:100%}.plan ul{list-style:none;padding:10px 0;font-size:13px;line-height:2.4}.plan li:before{content:"✓";color:var(--green);font-weight:800;margin-right:9px}.plan a{margin-top:auto;border:1px solid var(--ink);border-radius:50px;padding:13px 18px;display:flex;justify-content:space-between;font-size:13px;font-weight:700}.plan.featured a{background:var(--red);color:#fff;border-color:var(--red)}.plan-note{text-align:center;font-size:11px;margin:25px auto 0;color:#666}.flow{background:#fff}.flow-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line)}.flow-list li{padding:32px 25px;border-right:1px solid var(--line);position:relative}.flow-list li:last-child{border:0}.flow-list li:after{content:"→";position:absolute;right:-10px;top:40px;background:#fff;z-index:1;color:var(--red)}.flow-list li:last-child:after{display:none}.flow-list span{font:700 13px "DM Sans";color:var(--red)}.flow-list h3{font-size:17px;margin:38px 0 12px}.flow-list p{font-size:12px}.contact{padding:70px 7vw;background:var(--ink);color:#fff}.contact-inner{border-radius:28px;background:#ffd54f;color:var(--ink);text-align:center;padding:80px 20px;position:relative;overflow:hidden}.contact-inner img{position:absolute;width:180px;right:-25px;bottom:-40px;transform:rotate(-18deg)}.contact-inner h2{font-size:clamp(30px,4vw,52px);line-height:1.4;margin-bottom:15px}.contact-inner>p:not(.kicker){max-width:600px;margin:0 auto 28px}.button-dark{background:var(--ink);color:#fff;min-width:260px}.contact-inner small{display:block;margin-top:12px}footer{padding:55px 7vw;background:var(--ink);color:#fff;display:grid;grid-template-columns:1fr 1fr auto;align-items:end;gap:15px;border-top:1px solid #444}footer img{width:180px;filter:brightness(0) invert(1);grid-row:1}footer p{margin:0;font-size:13px}footer a{font-size:12px}footer small{font-size:10px;color:#888}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s,transform .7s}.reveal.visible{opacity:1;transform:none}@media(max-width:900px){.header{height:72px}.brand img{width:155px}.menu-button{display:grid;gap:6px;background:none;border:0;padding:10px}.menu-button span{width:25px;height:2px;background:var(--ink)}.nav{position:fixed;inset:72px 0 auto;background:#fff;padding:30px;display:none;flex-direction:column;align-items:stretch}.nav.open{display:flex}.hero{grid-template-columns:1fr;padding-bottom:47px}.hero-copy{padding:65px 7vw 45px}.hero-visual{min-height:520px;border-radius:0}.tomato-stage{width:min(78vw,440px)}.problem-grid,.plan-grid{grid-template-columns:1fr}.service-card{grid-template-columns:1fr;padding:30px}.service-index{margin-bottom:0}.service-art{min-height:240px}.feature-intro{grid-template-columns:1fr;text-align:center}.feature-intro img{margin:auto;width:190px}.feature-grid{grid-template-columns:1fr 1fr}.feature-grid article:nth-child(2){border-right:0}.feature-grid article{border-bottom:1px solid #b8d7c2}.flow-list{grid-template-columns:1fr}.flow-list li{border-right:0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:50px 1fr}.flow-list h3{margin-top:0}.flow-list li:after{content:"↓";right:auto;left:20px;top:auto;bottom:-16px}.plan.featured{transform:none}.section-pad{padding:85px 6vw}}@media(max-width:560px){h1{font-size:39px}.hero-lead{font-size:15px}.hero-actions{align-items:stretch;flex-direction:column}.hero-points li{padding:0 13px}.hero-points b{font-size:20px}.hero-visual{min-height:430px}.orbit{width:58px;height:58px;font-size:11px}.section-heading h2,.feature-intro h2{font-size:30px}.problem-grid article{min-height:0}.service-card h3{font-size:23px}.service-card ul{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr}.feature-grid article{border-right:0}.contact-inner{padding:65px 18px}.contact-inner img{opacity:.25;width:140px}footer{grid-template-columns:1fr}footer img{width:160px}}
