:root{--brand:#159447;--brand-hover:#0E7436;--brand-soft:#EAF6EE;--brand-pale:#F4FAF6;--secondary:#1BB5B1;--ink:#132721;--text:#34453E;--muted:#6B7872;--line:#DAE5DE;--white:#fff;--light:#F7FAF8;--dark:#12251F;--orange:#D98922;--radius:8px;--radius-md:12px;--shadow:0 8px 28px rgba(19,39,33,.06);--container:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:"Noto Sans JP","Hiragino Sans","Yu Gothic",system-ui,sans-serif;background:#fff;line-height:1.85}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:var(--container);margin:0 auto;padding:0 32px}.site-header{position:sticky;top:0;z-index:30;min-height:88px;padding:14px 32px;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(218,229,222,.82);backdrop-filter:blur(12px);display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:12px;color:var(--ink);font-weight:700;font-size:13px;line-height:1.45;min-width:270px}.brand small{display:block;color:var(--muted);font-size:10px;letter-spacing:.08em;font-weight:500}.brand-mark{width:44px;height:44px;border:2px solid var(--brand);border-radius:50%;position:relative;flex:0 0 auto}.brand-mark:before,.brand-mark:after{content:"";position:absolute;border:2px solid var(--brand);border-radius:50%;opacity:.65}.brand-mark:before{inset:8px}.brand-mark:after{inset:16px}.global-nav{display:flex;align-items:center;justify-content:flex-end;gap:22px;width:100%;font-size:14px;font-weight:600}.global-nav a{white-space:nowrap}.global-nav a:hover,.global-nav a[aria-current=page]{color:var(--brand)}.nav-cta{height:46px;display:inline-flex;align-items:center;padding:0 18px;background:var(--brand);color:white!important;border-radius:var(--radius)}.nav-toggle,.hamburger{display:none}.hero{padding:86px 0 92px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:5fr 6fr;gap:66px;align-items:center}.hero-copy h1{font-size:48px;line-height:1.35;letter-spacing:.04em;color:var(--ink);margin:0 0 24px}.hero-copy p{font-size:17px;margin:0 0 16px}.eyebrow{font-family:Arial,sans-serif;letter-spacing:.12em;color:var(--brand);font-size:12px!important;font-weight:700;text-transform:uppercase;margin:0 0 18px!important}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.btn{min-height:54px;border-radius:var(--radius);display:inline-flex;align-items:center;justify-content:center;padding:0 28px;font-weight:700;font-size:15px;letter-spacing:.03em;transition:.2s}.btn:after{content:"";width:1.2em;height:1.2em;margin-left:8px;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E") center/contain no-repeat}.btn:hover:after{transform:translateX(4px)}.primary{background:var(--brand);color:#fff}.primary:hover{background:var(--brand-hover)}.secondary{background:#fff;color:var(--brand);border:1px solid var(--brand)}.secondary:hover{background:var(--brand-soft)}.light{background:#fff;color:var(--brand)}.hero-visual{margin:0;position:relative}.hero-visual:before,.hero-visual:after{content:"";position:absolute;width:20px;background:var(--brand);z-index:-1}.hero-visual:before{right:-16px;top:-14px;height:52%;transform:skewY(26deg)}.hero-visual:after{left:-16px;bottom:-14px;height:45%;transform:skewY(26deg)}.hero-visual img{border-radius:12px;box-shadow:var(--shadow);background:var(--brand-pale)}.pickup{padding:0 0 68px}.pickup-inner{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pickup-inner p{margin:0 10px 0 0;color:var(--brand);font-weight:700}.pickup-inner a{border:1px solid var(--line);border-radius:999px;padding:8px 14px;font-weight:700;font-size:13px;background:#fff}.section{padding:88px 0}.section:nth-of-type(even){background:var(--brand-pale)}.section-head{margin-bottom:30px}.section-head:before{content:"";display:block;width:40px;height:2px;background:var(--brand);margin-bottom:16px}.section-head span{display:block;color:var(--brand);font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}.section-head h2{font-size:36px;line-height:1.42;letter-spacing:.04em;color:var(--ink);margin:0}.prose{max-width:760px}.prose p{margin:0 0 16px;font-size:16px}.closing{margin-top:26px}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:26px;box-shadow:var(--shadow)}.card h3{font-size:20px;line-height:1.5;color:var(--ink);margin:0 0 12px}.card p{margin:0}.check-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 20px;max-width:900px;padding:0;margin:0;list-style:none}.check-list li{position:relative;background:#fff;border:1px solid var(--line);border-radius:8px;padding:14px 16px 14px 44px;font-weight:600}.check-list li:before{content:"";position:absolute;left:16px;top:19px;width:16px;height:16px;background:var(--brand);mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center/contain no-repeat}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}table{border-collapse:collapse;width:100%;min-width:640px}th,td{text-align:left;padding:18px 20px;border-bottom:1px solid var(--line);vertical-align:top}th{color:var(--ink);background:var(--brand-soft);font-size:14px}tr:last-child td{border-bottom:0}.note{margin:28px 0 0;max-width:780px;border-left:4px solid var(--brand);background:var(--brand-soft);padding:18px 20px;font-weight:700}.cta-row{margin:28px 0 0}.cta-band{background:var(--dark);color:#fff;padding:64px 0}.cta-grid{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center}.cta-grid h2{font-size:30px;line-height:1.5;margin:0}.legal-block .prose{max-width:920px}.legal-block .prose p{font-size:14px;line-height:1.9;margin-bottom:10px}.site-footer{background:#0f201b;color:rgba(255,255,255,.75);padding:56px 0}.footer-grid{display:grid;grid-template-columns:1fr auto;gap:40px}.footer-brand{font-size:18px;color:#fff;font-weight:700;margin:0 0 14px}.site-footer nav{display:grid;gap:10px}.site-footer a{color:#fff;font-weight:700}@media (max-width:900px){.site-header{min-height:72px;padding:12px 20px}.brand{min-width:0}.global-nav{display:none;position:absolute;left:0;right:0;top:72px;background:#fff;border-bottom:1px solid var(--line);padding:18px 20px;box-shadow:var(--shadow)}.global-nav a{display:block;padding:10px 0}.nav-toggle:checked~.global-nav{display:block}.hamburger{display:flex;margin-left:auto;width:44px;height:44px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px}.hamburger span,.hamburger span:before,.hamburger span:after{display:block;width:20px;height:2px;background:var(--ink);position:relative}.hamburger span:before,.hamburger span:after{content:"";position:absolute;left:0}.hamburger span:before{top:-6px}.hamburger span:after{top:6px}.container{padding:0 20px}.hero{padding:52px 0 64px}.hero-grid{grid-template-columns:1fr;gap:36px}.hero-copy h1{font-size:34px;line-height:1.42}.hero-copy p{font-size:15px}.hero-actions .btn{width:100%}.section{padding:64px 0}.section-head h2{font-size:27px}.cards,.check-list{grid-template-columns:1fr}.cta-grid,.footer-grid{grid-template-columns:1fr}table{min-width:560px}.brand small{display:none}}
body{overflow-x:clip}.skip-link{position:fixed;left:16px;top:16px;z-index:1000;transform:translateY(-140%);background:var(--dark);color:#fff;padding:10px 14px;border-radius:8px;font-weight:700}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid rgba(27,181,177,.72);outline-offset:4px}.site-header{overflow:hidden}.site-header:before,.site-header:after{content:"";position:absolute;top:0;width:88px;height:88px;pointer-events:none;background:repeating-linear-gradient(115deg,transparent 0 12px,rgba(21,148,71,.32) 12px 14px,transparent 14px 24px);opacity:.34}.site-header:before{left:0;transform:translate(-34px,-42px)}.site-header:after{right:0;transform:translate(34px,-42px)}.hero{position:relative}.hero:after{content:"";position:absolute;right:0;top:0;width:180px;height:180px;background:repeating-linear-gradient(115deg,transparent 0 12px,rgba(21,148,71,.28) 12px 14px,transparent 14px 24px);opacity:.3;pointer-events:none}.hero-copy{max-width:560px}.hero-visual img{width:100%;height:auto;aspect-ratio:16/10;object-fit:cover}.card,.check-list li,.table-wrap,.pickup-inner a{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.card:hover,.pickup-inner a:hover{transform:translateY(-2px);box-shadow:0 14px 42px rgba(19,39,33,.1);border-color:rgba(21,148,71,.35)}.btn,.nav-cta,.hamburger,.pickup-inner a{touch-action:manipulation}.btn:active,.nav-cta:active,.hamburger:active{transform:scale(.98)}.table-wrap{max-width:100%}.legal-nav{position:sticky;top:88px;z-index:10;background:rgba(244,250,246,.96);border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:center;gap:12px;flex-wrap:wrap;padding:14px 20px;backdrop-filter:blur(10px)}.legal-nav a{min-height:44px;display:inline-flex;align-items:center;border:1px solid var(--line);background:#fff;border-radius:999px;padding:0 16px;font-weight:700;color:var(--ink)}.legal-nav a:hover{border-color:var(--brand);color:var(--brand)}.legal-block .prose h3{font-size:18px;line-height:1.5;color:var(--ink);margin:30px 0 10px;padding-top:8px;border-top:1px solid var(--line)}.legal-block .prose h3:first-child{border-top:0;margin-top:0}.legal-item{padding-left:1.2em}.site-footer{border-top:4px solid var(--brand)}@media (prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@media (max-width:900px){body{font-size:16px}.hero-copy p,.prose p{font-size:16px}.hero:after,.site-header:before,.site-header:after{display:none}.hero-visual{margin-top:2px}.global-nav a{min-height:44px;display:flex;align-items:center}.nav-cta{justify-content:center;margin-top:8px}.pickup-inner a{min-height:44px;display:inline-flex;align-items:center}.legal-nav{position:static;justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding:12px 20px}.legal-nav a{white-space:nowrap}.table-wrap{border-radius:8px}th,td{padding:14px 16px}.legal-block .prose p{font-size:15px}.legal-block .prose h3{font-size:17px}}
:root{--brand:#5f9f7a;--brand-hover:#477f61;--brand-soft:#edf7f1;--brand-pale:#f7fbfc;--secondary:#9dcfe1;--secondary-soft:#edf7fb;--beige:#f7efe4;--beige-strong:#e8d5bb;--ink:#21342f;--text:#42544f;--muted:#7d8b87;--line:#dce8e7;--dark:#243b36;--radius:18px;--radius-md:24px;--shadow:0 18px 48px rgba(77,103,105,.10);--shadow-soft:0 8px 28px rgba(77,103,105,.07)}body{background:linear-gradient(180deg,#ffffff 0%,#fbf8f2 42%,#f7fbfc 100%);color:var(--text)}.site-header{background:rgba(255,255,255,.9);border-bottom-color:rgba(220,232,231,.9)}.site-header:before,.site-header:after,.hero:after{background:repeating-linear-gradient(115deg,transparent 0 14px,rgba(157,207,225,.45) 14px 16px,transparent 16px 28px);opacity:.36}.brand{color:var(--ink)}.brand-mark{border-color:var(--brand);background:#fff;box-shadow:0 8px 22px rgba(95,159,122,.12)}.brand-mark:before,.brand-mark:after{border-color:var(--brand)}.global-nav a:hover,.global-nav a[aria-current=page]{color:var(--brand-hover)}.nav-cta{background:var(--brand);border-radius:999px;padding:0 22px;box-shadow:0 10px 24px rgba(95,159,122,.18)}.hero{padding:108px 0 112px;background:radial-gradient(circle at 88% 16%,rgba(157,207,225,.28),transparent 34%),radial-gradient(circle at 8% 82%,rgba(247,239,228,.9),transparent 30%)}.hero-grid{gap:80px}.hero-copy h1{color:var(--ink);letter-spacing:.02em}.hero-copy p{line-height:2}.eyebrow{color:var(--brand-hover)!important;letter-spacing:.14em}.btn{border-radius:999px;box-shadow:none}.primary{background:var(--brand);color:#fff}.primary:hover{background:var(--brand-hover)}.secondary{background:rgba(255,255,255,.86);color:var(--brand-hover);border-color:rgba(95,159,122,.42)}.secondary:hover{background:var(--brand-soft)}.hero-visual:before,.hero-visual:after{width:16px;background:var(--brand);opacity:.75;border-radius:999px}.hero-visual img{border-radius:32px;background:var(--secondary-soft);box-shadow:0 24px 64px rgba(77,103,105,.12)}.pickup{padding:0 0 86px}.pickup-inner p{color:var(--brand-hover)}.pickup-inner a,.legal-nav a{border-color:var(--line);background:rgba(255,255,255,.86);border-radius:999px;color:var(--ink)}.section{padding:104px 0}.section:nth-of-type(even){background:linear-gradient(180deg,var(--secondary-soft),#fff)}.section:nth-of-type(odd){background:rgba(255,255,255,.72)}.section-head:before{background:var(--brand);border-radius:999px}.section-head span{color:var(--brand-hover)}.section-head h2{color:var(--ink);letter-spacing:.02em}.soft-mark{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(135deg,#fff,var(--secondary-soft));border:1px solid var(--line);color:var(--brand);box-shadow:var(--shadow-soft);margin:0 0 14px}.soft-mark svg{width:24px;height:24px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.card .soft-mark{width:38px;height:38px;border-radius:14px;margin-bottom:18px;box-shadow:none;background:linear-gradient(135deg,var(--secondary-soft),#fff)}.card,.check-list li,.table-wrap{border-color:rgba(220,232,231,.95);border-radius:24px;box-shadow:var(--shadow-soft);background:rgba(255,255,255,.88)}.card{padding:30px}.card h3{color:var(--ink)}.card:hover,.pickup-inner a:hover{box-shadow:var(--shadow);border-color:rgba(95,159,122,.38)}.check-list li{padding:18px 20px 18px 48px}.check-list li:before{background:var(--brand)}th{background:var(--secondary-soft);color:var(--ink)}.note{background:linear-gradient(90deg,var(--beige),#fff);border-left-color:var(--brand);border-radius:0 18px 18px 0}.legal-nav{top:88px;background:rgba(247,251,252,.88);border-color:var(--line)}.legal-nav a:hover{border-color:var(--brand);color:var(--brand-hover);background:#fff}.legal-block .prose h3{border-top-color:var(--line);color:var(--ink)}.page-legal .hero-grid{display:block}.page-legal .hero-copy{max-width:780px}.page-legal .hero-copy h1{max-width:none}.page-legal .hero{padding:92px 0 78px}.page-legal .hero:after{display:none}.cta-band{background:linear-gradient(135deg,#eef7fb 0%,#f8f0e6 100%);color:var(--ink);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cta-band .eyebrow{color:var(--brand-hover)!important}.cta-band .light{background:var(--brand);color:#fff}.site-footer{background:#243b36;border-top-color:var(--beige-strong)}@media (min-width:1024px){.hero .container{max-width:1240px}.hero-grid{grid-template-columns:minmax(560px,1.05fr) minmax(420px,.95fr);gap:56px}.hero-copy{max-width:620px}.hero-copy h1{font-size:44px;line-height:1.25;word-break:keep-all;overflow-wrap:normal;line-break:strict}.hero-copy p{max-width:620px}.page-membership .hero-copy h1{font-size:42px}}@media (max-width:900px){.hero{padding:64px 0 72px}.hero-grid{gap:42px}.hero-copy h1{font-size:36px}.hero-copy p{line-height:1.9}.section{padding:72px 0}.hero-visual img{border-radius:24px}.card,.check-list li,.table-wrap{border-radius:18px}.global-nav{background:rgba(255,255,255,.96)}.soft-mark{width:40px;height:40px;border-radius:14px}.page-legal .hero{padding:58px 0 52px}}
.brand-logo{width:48px;height:48px;border-radius:50%;object-fit:cover;box-shadow:0 8px 22px rgba(85,151,171,.14);background:#fff;flex:0 0 auto}.section-subtitle{font-size:22px;line-height:1.5;color:var(--ink);margin:34px 0 20px}.role-cards,.principle-cards,.benefit-cards,.member-preview-cards{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.role-cards .card,.principle-cards .card,.benefit-cards .card,.member-preview-cards .card,.cert-path-cards .card{position:relative;overflow:hidden;min-height:252px;padding:34px 30px 30px;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.84));display:flex;flex-direction:column}.role-cards .card:after,.principle-cards .card:after,.benefit-cards .card:after,.member-preview-cards .card:after,.cert-path-cards .card:after{content:"";position:absolute;right:-42px;bottom:-48px;width:150px;height:150px;border-radius:50%;background:linear-gradient(135deg,rgba(157,207,225,.18),rgba(247,239,228,.48));pointer-events:none}.role-cards .card h3,.principle-cards .card h3,.benefit-cards .card h3,.member-preview-cards .card h3,.cert-path-cards .card h3{font-size:19px;line-height:1.45;margin-bottom:12px}.role-cards .card p,.principle-cards .card p,.benefit-cards .card p,.member-preview-cards .card p,.cert-path-cards .card p{font-size:15px;line-height:1.85;position:relative;z-index:1}.card-illustration{width:68px;height:68px;display:inline-flex;align-items:center;justify-content:center;border-radius:22px;background:linear-gradient(135deg,#fff,var(--secondary-soft));border:1px solid var(--line);color:var(--brand);box-shadow:var(--shadow-soft);margin-bottom:22px;position:relative;z-index:1}.card-illustration svg{width:34px;height:34px;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.card-illustration-badge,.card-illustration-signal,.card-illustration-heart,.card-illustration-teacher,.card-illustration-gathering{color:var(--brand-hover);background:linear-gradient(135deg,#fff,var(--brand-soft))}.card-illustration-school,.card-illustration-community,.card-illustration-specialist,.card-illustration-directory{color:#5d91a5;background:linear-gradient(135deg,#fff,var(--secondary-soft))}.card-illustration-route,.card-illustration-book,.card-illustration-entry,.card-illustration-professional,.card-illustration-relearn{color:#8b785c;background:linear-gradient(135deg,#fff,var(--beige))}.cert-path-cards{grid-template-columns:repeat(2,minmax(0,1fr));max-width:980px}.cert-path-cards .card{min-height:220px}.cert-path-cards .card:nth-child(1),.cert-path-cards .card:nth-child(4){grid-column:1/-1}.cert-path-cards .card:nth-child(1){border-top:4px solid rgba(95,159,122,.48)}.cert-path-cards .card:nth-child(2),.cert-path-cards .card:nth-child(3){border-top:4px solid rgba(93,145,165,.34)}.cert-path-cards .card:nth-child(4){border-top:4px solid rgba(139,120,92,.34)}.cert-path-cards .card:nth-child(1) h3:after{content:"入口";margin-left:10px;font-size:12px;color:var(--brand-hover);background:var(--brand-soft);border-radius:999px;padding:4px 10px;vertical-align:middle}.home-hero{min-height:calc(100vh - 88px);padding:76px 0 72px;background:linear-gradient(135deg,#f8fcfd 0%,#fff 48%,#fbf4ea 100%)}.home-hero .hero-grid{display:grid;grid-template-columns:minmax(480px,.9fr) minmax(460px,1.1fr);gap:64px;align-items:center}.home-hero .hero-copy{max-width:620px;padding:0;text-shadow:none}.home-hero .hero-copy h1{font-size:52px;line-height:1.22;max-width:620px}.home-hero .hero-copy p{font-size:17px;line-height:2;max-width:620px}.home-hero-visual{margin:0;position:relative}.home-hero-visual:before{content:"";position:absolute;inset:26px -18px -18px 26px;border-radius:34px;background:linear-gradient(135deg,var(--secondary-soft),var(--beige));z-index:-1}.home-hero-visual img{width:100%;height:auto;aspect-ratio:16/11;object-fit:cover;border-radius:34px;box-shadow:0 26px 80px rgba(77,103,105,.16);border:1px solid rgba(220,232,231,.9);background:#fff}.hero{isolation:isolate;min-height:620px;display:flex;align-items:center}.hero-bg-illustration{position:absolute;inset:88px 0 0 auto;width:min(50vw,760px);height:calc(100% - 88px);background-image:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.74) 32%,rgba(255,255,255,.18) 70%,rgba(255,255,255,.02) 100%),var(--hero-image);background-repeat:no-repeat;background-size:cover;background-position:center right;opacity:.9;z-index:0;filter:saturate(.98) contrast(.98);pointer-events:none}.hero-bg-illustration:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 50%,rgba(255,255,255,.96),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.05),rgba(248,240,230,.22));pointer-events:none}.hero-grid{display:block;position:relative;z-index:1}.hero-copy{position:relative;max-width:720px;padding:34px 0;text-shadow:0 1px 0 rgba(255,255,255,.78)}.hero-copy h1{max-width:720px}.hero-copy p{max-width:650px}.page-legal .hero{min-height:auto}.page-legal .hero-bg-illustration{display:none}@media (min-width:1024px){.hero .container{max-width:1240px}.hero-copy{max-width:740px}.hero-copy h1{font-size:46px;max-width:740px}.home-hero .hero-copy h1{font-size:52px;max-width:620px}.page-membership .hero-copy{max-width:780px}.page-membership .hero-copy h1{font-size:43px;max-width:780px}.page-legal .hero-copy{max-width:780px}}@media (max-width:900px){.brand-logo{width:44px;height:44px}.role-cards,.principle-cards,.benefit-cards,.member-preview-cards,.cert-path-cards{grid-template-columns:1fr}.role-cards .card,.principle-cards .card,.benefit-cards .card,.member-preview-cards .card,.cert-path-cards .card{min-height:auto;padding:28px}.cert-path-cards .card:nth-child(1),.cert-path-cards .card:nth-child(4){grid-column:auto}.card-illustration{width:60px;height:60px;border-radius:20px;margin-bottom:18px}.card-illustration svg{width:30px;height:30px}.home-hero{min-height:auto;padding:58px 0 68px}.home-hero .hero-grid{display:grid;grid-template-columns:1fr;gap:34px}.home-hero .hero-copy h1{font-size:38px;line-height:1.3}.home-hero .hero-copy p{font-size:16px}.home-hero-visual img{border-radius:24px}.home-hero-visual:before{inset:18px -10px -10px 18px;border-radius:24px}.hero{min-height:auto;align-items:flex-start}.hero-bg-illustration{inset:88px -120px 0 auto;width:520px;max-width:none;height:calc(100% - 88px);background-image:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.84) 48%,rgba(255,255,255,.52) 100%),var(--hero-image);background-size:cover;background-position:center right;opacity:.42}.hero-bg-illustration:after{background:linear-gradient(180deg,rgba(255,255,255,.2),rgba(248,240,230,.5))}.hero-copy{padding:0}.page-legal .hero{min-height:auto}.page-legal .hero-copy{padding:0}}

.site-header{min-height:108px;padding:18px clamp(24px,3vw,42px);gap:24px}.brand{gap:14px;min-width:min(420px,32vw);font-size:18px;line-height:1.35}.brand small{font-size:13px;letter-spacing:0;margin-top:2px}.brand-logo{width:64px;height:64px}.global-nav{justify-content:center;gap:clamp(22px,3.3vw,46px);font-size:16px}.nav-cta{height:62px;min-width:160px;padding:0 32px;border-radius:999px;font-size:16px}.nowrap{white-space:nowrap}.hero .hero-copy h1{font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho","Noto Serif JP",serif;font-weight:700;letter-spacing:0}.page-index .home-hero{display:block;position:relative;min-height:calc(100dvh - 108px);padding:74px 0 42px;overflow:hidden;background:linear-gradient(115deg,#f9fcfd 0%,#fff 45%,#f9f3ea 100%)}.page-index .home-hero:before{content:"";position:absolute;left:-96px;top:48px;width:360px;height:600px;background:radial-gradient(circle at 146px 92px,rgba(157,207,225,.26) 0 16px,transparent 17px 44px,rgba(157,207,225,.16) 45px 47px,transparent 48px 78px,rgba(157,207,225,.14) 79px 81px,transparent 82px),radial-gradient(circle at 86px 320px,rgba(95,159,122,.16) 0 20px,transparent 21px 62px,rgba(157,207,225,.16) 63px 65px,transparent 66px 106px);opacity:.92;pointer-events:none;z-index:0}.page-index .home-hero:after{content:"";position:absolute;right:-80px;top:-48px;width:520px;height:330px;background:radial-gradient(circle,transparent 0 144px,rgba(232,213,187,.52) 145px 147px,transparent 148px);display:block;opacity:.7;pointer-events:none;z-index:0}.page-index .home-hero .container{max-width:1540px;padding:0 clamp(32px,5vw,72px)}.page-index .home-hero .hero-grid{display:grid;grid-template-columns:minmax(570px,.9fr) minmax(620px,1.1fr);align-items:center;gap:64px;position:relative;z-index:1}.page-index .home-hero .hero-copy{max-width:680px;padding:0;text-shadow:none}.page-index .home-hero .eyebrow{font-size:14px!important;letter-spacing:0;margin-bottom:22px!important;color:#4f8c69!important}.page-index .home-hero .hero-copy h1{font-size:60px;line-height:1.22;max-width:700px;margin-bottom:28px;word-break:keep-all;overflow-wrap:normal}.page-index .home-hero .hero-copy p{font-size:18px;line-height:2.15;max-width:650px;margin-bottom:18px;color:#253b36}.page-index .home-hero .hero-actions{margin-top:34px;gap:20px}.page-index .home-hero .btn{min-width:260px;min-height:66px;border-radius:999px;font-size:16px}.page-index .home-hero-visual{margin:0 clamp(-72px,-4vw,-28px) 0 0;position:relative;z-index:1}.page-index .home-hero-visual:before{display:none}.page-index .home-hero-visual img{width:100%;height:auto;max-height:min(68dvh,760px);aspect-ratio:auto;object-fit:contain;border:0;border-radius:42px;box-shadow:none;background:transparent}.home-proof-list{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:24px;position:relative;z-index:2}.home-proof{min-height:64px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 28px;border:1px solid rgba(220,232,231,.95);border-radius:999px;background:rgba(255,255,255,.82);box-shadow:0 12px 34px rgba(77,103,105,.08);color:#5f9f7a;font-weight:700;line-height:1.25;white-space:nowrap}.home-proof svg{width:26px;height:26px;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}@media (max-width:1240px){.brand{min-width:320px;font-size:16px}.brand small{font-size:11px}.global-nav{gap:22px;font-size:14px}.nav-cta{min-width:136px;padding:0 24px}.page-index .home-hero .hero-grid{grid-template-columns:minmax(470px,.9fr) minmax(500px,1.1fr);gap:36px}.page-index .home-hero .hero-copy h1{font-size:54px}.page-index .home-hero .hero-copy p{font-size:17px;line-height:2.05}.page-index .home-hero .btn{min-width:220px}}@media (max-width:900px){.site-header{min-height:72px;padding:12px 20px}.brand{min-width:0;font-size:13px;gap:12px}.brand small{display:none}.brand-logo{width:44px;height:44px}.global-nav{justify-content:flex-start;gap:0;font-size:15px}.nav-cta{height:46px;min-width:0;padding:0 18px;font-size:15px}.page-index .home-hero{min-height:auto;padding:54px 0 42px}.page-index .home-hero:before,.page-index .home-hero:after{display:none}.page-index .home-hero .container{padding:0 20px}.page-index .home-hero .hero-grid{grid-template-columns:1fr;gap:30px}.page-index .home-hero .eyebrow{font-size:12px!important;margin-bottom:16px!important}.page-index .home-hero .hero-copy h1{font-size:40px;line-height:1.35;max-width:100%;word-break:normal}.page-index .home-hero .hero-copy p{font-size:16px;line-height:1.95}.page-index .home-hero .hero-actions{gap:12px;margin-top:28px}.page-index .home-hero .btn{width:100%;min-width:0;min-height:58px}.page-index .home-hero-visual{margin:4px -14px 0 0}.page-index .home-hero-visual img{max-height:none;border-radius:26px}.home-proof-list{display:grid;grid-template-columns:1fr;gap:10px;margin-top:24px;padding:0 20px}.home-proof{min-height:56px;justify-content:flex-start;padding:0 18px;white-space:normal}.home-proof svg{width:24px;height:24px}}

.page-index .home-hero{display:flex;align-items:center;min-height:calc(100dvh - 170px);padding:34px 0 28px;background:#fff}
.page-index .home-hero .container{max-width:1680px;width:100%;padding:0 clamp(18px,3vw,48px)}
.page-index .home-hero .hero-grid{display:flex;align-items:center;justify-content:center;min-height:min(700px,calc(100dvh - 198px));position:relative;z-index:1}
.page-index .home-hero-visual{position:absolute;inset:0;margin:0;z-index:0;pointer-events:none;overflow:hidden;border-radius:0}
.page-index .home-hero-visual img{width:100%;height:100%;max-height:none;object-fit:cover;object-position:center;opacity:.96;border:0;border-radius:0;filter:saturate(.98) contrast(.98);background:#fff}
.page-index .home-hero .hero-copy{position:relative;z-index:2;isolation:isolate;max-width:780px;margin:auto;padding:48px 62px;text-align:center;background:none;border-radius:0;text-shadow:0 1px 0 rgba(255,255,255,.98),0 0 18px rgba(255,255,255,.9),0 0 42px rgba(255,255,255,.86)}
.page-index .home-hero .hero-copy:before{display:none}
.page-index .home-hero .eyebrow{letter-spacing:.18em!important;margin-bottom:22px!important}
.page-index .home-hero .hero-copy h1{font-size:clamp(50px,4.2vw,70px);line-height:1.18;max-width:none;margin-bottom:24px}
.page-index .home-hero .hero-copy p{max-width:690px;margin-left:auto;margin-right:auto;font-size:17px;line-height:2.05;color:#243b36}
.page-index .home-hero .hero-actions{justify-content:center;gap:16px;margin-top:30px}
.page-index .home-hero .btn{min-width:226px}
.home-news{background:linear-gradient(90deg,#f7fbfc,#fff,#fbf4ea);border-top:1px solid rgba(220,232,231,.9);border-bottom:1px solid rgba(220,232,231,.9);padding:16px 0}
.home-news-inner{display:flex;align-items:center;justify-content:center;gap:18px;line-height:1.6}
.home-news-inner span{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:#fff;color:var(--brand-hover);font-weight:700;font-size:13px;border:1px solid rgba(95,159,122,.22);white-space:nowrap}
.home-news-inner p{margin:0;color:var(--ink);font-weight:600}
.learn-section{padding:58px 0!important;background:linear-gradient(135deg,#f7fbfc 0%,#fff 52%,#f8f0e6 100%)!important;border-top:1px solid rgba(220,232,231,.9);border-bottom:1px solid rgba(220,232,231,.9)}
.learn-section .container{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:center}
.learn-section .section-head,.learn-section .prose,.learn-section .cta-row{margin:0}
.learn-section .section-head:before,.learn-section .soft-mark{display:none}
.learn-section .section-head h2{font-size:30px}
.learn-section .prose{max-width:620px}
.learn-section .cta-row{align-self:end}
.section-image{margin:34px 0 0;max-width:980px;border:1px solid rgba(220,232,231,.95);border-radius:24px;overflow:hidden;background:#fff;box-shadow:var(--shadow-soft)}
.cards+.section-image,.check-list+.section-image{margin-top:38px}
.section-image-wide{max-width:1120px}
.section-image img{width:100%;height:auto;display:block}
@media (max-width:900px){.page-index .home-hero{padding:28px 0 26px}.page-index .home-hero .container{padding:0 12px}.page-index .home-hero .hero-grid{min-height:720px}.page-index .home-hero-visual img{object-position:center top;opacity:.7}.page-index .home-hero .hero-copy{padding:36px 18px;border-radius:0;background:none}.page-index .home-hero .hero-copy:before{display:none}.page-index .home-hero .hero-copy h1{font-size:40px}.page-index .home-hero .hero-copy p{font-size:16px;line-height:1.9}.page-index .home-hero .hero-copy p br{display:none}.home-news-inner{align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:8px}.home-news-inner p{font-size:15px}.learn-section{padding:44px 0!important}.learn-section .container{display:block}.learn-section .section-head h2{font-size:26px}.learn-section .cta-row{margin-top:22px}.learn-section .cta-row .btn{width:100%}.section-image{margin-top:26px;border-radius:18px}.cards+.section-image,.check-list+.section-image{margin-top:28px}}


@media (max-width:900px){
  .site-header{overflow:visible}
  .nav-toggle{display:block;position:absolute;inline-size:1px;block-size:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap}
  .hamburger{position:relative;z-index:36;cursor:pointer}
  .global-nav{z-index:34}
  .nav-toggle:checked~.global-nav{display:block}
}
