@charset "UTF-8";:root{--color-green:#16A085;--color-green-dark:#12876F;--color-green-light:#E8F5F1;--color-slate:#2C3E50;--color-white:#FFFFFF;--color-gray-50:#F8FAFB;--color-gray-100:#F0F3F5;--color-gray-200:#E2E6EA;--color-gray-400:#9CA3AF;--color-gray-600:#6B7280;--color-gray-900:#1A1D20;--font-sans:system-ui, -apple-system, 'Segoe UI', 'Noto Sans SC', 'PingFang SC', sans-serif;--max-width:1200px;--radius:12px;--radius-lg:20px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);color:var(--color-gray-900);background:var(--color-white);line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:var(--color-green);text-decoration:none}.skip-link{position:absolute;top:-100%;left:0;padding:.75rem 1.5rem;background:var(--color-green);color:var(--color-white);z-index:1000;font-weight:600;border-radius:0 0 var(--radius)0}.skip-link:focus{top:0}.nav{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-gray-200)}.nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-width);margin:0 auto;padding:.75rem 1.5rem}.nav-logo{display:flex;align-items:center;gap:.5rem}.nav-logo-img{display:block;height:36px;width:auto}.nav-logo-brand{font-size:1.35rem;font-weight:800;color:var(--color-slate);letter-spacing:.02em}.lang-switcher{display:flex;align-items:center;gap:.5rem;margin-left:1.5rem;font-size:.8125rem;font-weight:600}.lang-active{color:var(--color-green)}.lang-link{color:var(--color-gray-400);transition:color .2s}.lang-link:hover,.lang-link:focus{color:var(--color-green)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--color-gray-600);font-size:.9375rem;font-weight:500;padding:.25rem 0;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}.nav-links a:hover,.nav-links a:focus{color:var(--color-green);border-bottom-color:var(--color-green)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 2rem;background:var(--color-green);color:var(--color-white);font-size:1.0625rem;font-weight:600;border-radius:var(--radius);transition:background .2s,transform .15s}.btn:hover,.btn:focus{background:var(--color-green-dark)}.btn:active{transform:scale(.98)}.btn-outline{background:0 0;color:var(--color-green);border:2px solid var(--color-green)}.btn-outline:hover,.btn-outline:focus{background:var(--color-green);color:var(--color-white)}.section-inner{max-width:var(--max-width);margin:0 auto;padding:5rem 1.5rem}.section-heading{font-size:2rem;font-weight:700;color:var(--color-slate);text-align:center;margin-bottom:3rem;letter-spacing:-.02em}.hero{background:linear-gradient(135deg,var(--color-green-light) 0%,var(--color-white) 50%)}.hero-inner{max-width:var(--max-width);margin:0 auto;padding:3rem 1.5rem 5rem}.hero-body{display:flex;align-items:center;gap:3rem;min-height:70vh}.hero-copy{flex:0 0 480px}.hero-tagline{font-size:3.25rem;font-weight:800;color:var(--color-slate);line-height:1.1;letter-spacing:-.03em;margin-bottom:1.25rem}.hero-subtitle{font-size:1.25rem;color:var(--color-gray-600);max-width:28rem;margin-bottom:2.5rem;line-height:1.7}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{flex:1;display:flex;align-items:center;justify-content:center}.hero-visual img{max-height:70vh;width:auto;max-width:100%;object-fit:contain;filter:drop-shadow(0 12px 48px rgba(44,62,80,.18))}.compare{background:var(--color-white)}.compare .section-heading{margin-bottom:2rem}.compare-cols{display:flex;align-items:stretch;gap:0;max-width:52rem;margin:0 auto}.compare-col{flex:1;padding:2.5rem 2rem;border-radius:var(--radius-lg)}.compare-left{background:var(--color-gray-100);border:1px solid var(--color-gray-200)}.compare-right{background:var(--color-green-light);border:2px solid var(--color-green)}.compare-label{font-size:1.25rem;font-weight:800;text-align:center;margin-bottom:1.5rem}.compare-left .compare-label{color:var(--color-gray-600)}.compare-right .compare-label{color:var(--color-green-dark)}.compare-vs{display:flex;align-items:center;padding:0 .75rem;font-size:.75rem;font-weight:800;color:var(--color-gray-600);text-transform:uppercase;letter-spacing:.1em}.compare-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.compare-list li{position:relative;padding-left:1.5rem;font-size:.9375rem;color:var(--color-gray-600);line-height:1.5}.compare-list li::before{content:"";position:absolute;left:0;top:.55rem;width:8px;height:8px;border-radius:50%}.compare-left .compare-list li::before{background:var(--color-gray-400)}.compare-right .compare-list li::before{background:var(--color-green)}.features{background:var(--color-gray-50)}.feature-metric{font-size:.875rem;font-weight:700;color:var(--color-green);margin-bottom:.5rem;letter-spacing:-.01em}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.feature-card{background:var(--color-gray-50);border-radius:var(--radius-lg);padding:2rem 1.5rem;text-align:center;border:1px solid var(--color-gray-200);transition:border-color .2s,box-shadow .2s}.feature-card:hover{border-color:var(--color-green);box-shadow:0 4px 20px rgba(22,160,133,8%)}.feature-icon{display:flex;justify-content:center;margin-bottom:1rem}.feature-title{font-size:1.125rem;font-weight:700;color:var(--color-slate);margin-bottom:.5rem}.feature-desc{font-size:.9375rem;color:var(--color-gray-600);line-height:1.65}.stories{background:var(--color-white)}.stories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.story-card{background:var(--color-gray-50);border-radius:var(--radius-lg);padding:0;overflow:hidden;border:1px solid var(--color-gray-200)}.story-scene{width:100%;display:flex}.story-scene svg{width:100%;height:auto;display:block}.story-quote{padding:1.5rem 1.5rem .75rem;margin:0}.story-quote p{font-size:.9375rem;color:var(--color-slate);line-height:1.7;quotes:"「" "」"}.story-quote p::before{content:"「";color:var(--color-green);font-weight:700}.story-quote p::after{content:"」";color:var(--color-green);font-weight:700}.story-card figcaption{padding:0 1.5rem .5rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:baseline}.story-name{font-size:.9375rem;font-weight:700;color:var(--color-slate)}.story-context{font-size:.8125rem;color:var(--color-gray-600)}.story-highlight{margin:0 1.5rem 1.5rem;padding:.75rem 1rem;background:var(--color-green-light);border-radius:var(--radius);font-size:.8125rem;font-weight:600;color:var(--color-green-dark);text-align:center}.how{background:var(--color-gray-50)}.how-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;list-style:none;counter-reset:step}.how-step{text-align:center;position:relative;padding-top:4rem}.how-step-number{position:absolute;top:0;left:50%;transform:translateX(-50%);width:48px;height:48px;border-radius:50%;background:var(--color-green);color:var(--color-white);font-size:1.25rem;font-weight:700;display:flex;align-items:center;justify-content:center}.how-step-title{font-size:1.125rem;font-weight:700;color:var(--color-slate);margin-bottom:.5rem}.how-step-desc{font-size:.9375rem;color:var(--color-gray-600);line-height:1.65}.specs{background:var(--color-white)}.specs-table{max-width:48rem;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:0;border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);overflow:hidden}.specs-row{display:contents}.specs-label{padding:1rem 1.5rem;background:var(--color-gray-50);font-weight:600;color:var(--color-slate);font-size:.9375rem;border-bottom:1px solid var(--color-gray-200)}.specs-value{padding:1rem 1.5rem;font-size:.9375rem;color:var(--color-gray-600);border-bottom:1px solid var(--color-gray-200)}.specs-row:last-of-type .specs-label,.specs-row:last-of-type .specs-value{border-bottom:none}.contact{background:linear-gradient(135deg,var(--color-slate) 0%,#1a252f 100%);color:var(--color-white)}.contact .section-heading{color:var(--color-white)}.contact-desc{text-align:center;color:rgba(255,255,255,.8);font-size:1.0625rem;margin-bottom:2rem}.contact-actions{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.contact .btn{background:var(--color-white);color:var(--color-slate)}.contact .btn:hover,.contact .btn:focus{background:var(--color-green-light);color:var(--color-slate)}.footer{background:var(--color-gray-900);color:var(--color-gray-600);font-size:.8125rem}.footer-inner{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem;text-align:center}.footer-company{font-weight:600;color:var(--color-gray-200);margin-bottom:.25rem}@media(max-width:1199px){.hero-body{flex-direction:column-reverse;gap:2rem;min-height:auto}.hero-copy{flex:none;max-width:36rem;text-align:center}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-ctas{justify-content:center}.hero-visual img{max-height:50vh}.hero-tagline{font-size:2.25rem}.hero-subtitle{font-size:1.125rem}.section-heading{font-size:1.75rem}.compare-cols{flex-direction:column;gap:1rem}.compare-vs{justify-content:center;padding:0}.stories-grid{grid-template-columns:1fr;max-width:36rem;margin:0 auto}.features-grid{grid-template-columns:repeat(2,1fr)}.how-steps{grid-template-columns:1fr;gap:2.5rem}.how-step{padding-top:0;padding-left:4rem;text-align:left}.how-step-number{top:50%;left:0;transform:translateY(-50%)}.specs-table{grid-template-columns:1fr}}@media(max-width:767px){:root{--radius:10px;--radius-lg:16px}.nav-links{gap:1.25rem}.nav-links a{font-size:.8125rem}.lang-switcher{margin-left:.75rem;font-size:.75rem}.section-inner{padding:3rem 1rem}.section-heading{font-size:1.5rem;margin-bottom:2rem}.hero-inner{padding:2rem 1rem 3rem}.hero-body{gap:1.5rem}.hero-visual img{max-height:40vh}.hero-tagline{font-size:1.75rem}.hero-subtitle{font-size:1rem}.hero-ctas{flex-direction:column;align-items:center}.hero-ctas .btn{width:100%;max-width:20rem}.features-grid{grid-template-columns:1fr}.specs-label,.specs-value{padding:.75rem 1rem}.specs-label{border-bottom:none;padding-bottom:.25rem}.specs-value{padding-top:.25rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}@media print{.nav,.skip-link{display:none}.hero,.contact{background:0 0}.hero-tagline,.section-heading,.contact .section-heading{color:#000}}