@charset "UTF-8";:root{color-scheme:light;--text: #000000;--muted: #374151;--accent: #dc2626;--bg: #ffffff;--bg-soft: #e5e5e5;--bg-dark: #27272a;--border: #e5e7eb;--max-width: 1100px;--header-height: 80px}*,*:before,*:after{box-sizing:border-box}html{font-family:Noto Sans JP,Hiragino Kaku Gothic ProN,Yu Gothic,Meiryo,sans-serif;scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--bg)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--header-height);display:flex;align-items:center;justify-content:space-between;padding:0 16px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffb3}.logo-link{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;transition:transform .2s ease}.logo-link:hover{transform:scale(1.08)}.logo-link:active{transform:scale(.95)}.page{padding-top:var(--header-height)}.full-screen{min-height:100vh;min-height:calc(var(--vh, 1vh) * 100);min-height:100svh;display:flex;align-items:center;justify-content:center;padding:0 16px}.hero-screen{min-height:calc(100vh - var(--header-height));min-height:calc(var(--vh, 1vh) * 100 - var(--header-height));min-height:calc(100svh - var(--header-height));display:flex;align-items:center;justify-content:center;padding:0 16px}.hero{max-width:416px;transform:translateY(-40px)}.hero p{font-size:1.25rem;margin:0}.hero p+p{margin-top:8px}.section{padding:0 16px 128px}.section-heading{padding:112px 0 80px;font-size:2.25rem;margin:0;scroll-margin-top:96px}.section-muted{background:var(--bg-soft);color:#333}.section-dark{background:var(--bg-dark);color:#fff}.container{max-width:var(--max-width);margin:0 auto}.service-block{display:flex;flex-direction:column;gap:24px}.service-block+.service-block{margin-top:144px}.service-text h3{margin:0}.service-label,.service-title{font-size:1.5rem;font-weight:700;line-height:1.6;display:block}.service-note{margin-top:24px;color:var(--accent);font-weight:700}.service-text p{margin:0;line-height:1.9}.service-text p+p{margin-top:8px}.service-image{display:flex;justify-content:center}.members-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.member-card{display:flex;flex-direction:column}.member-photo{position:relative;background:#e5e7eb;aspect-ratio:100 / 134;overflow:hidden}.member-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.member-card p{margin:0}.member-card p+p{margin-top:4px}.member-link{margin-top:4px;color:#fb923c;text-decoration:underline}.profile{max-width:800px;color:var(--muted)}.profile-row{display:flex;gap:8px;padding:24px 0;border-bottom:1px solid var(--border)}.profile-row:last-child{border-bottom:none}.profile-term{width:100px}.profile-desc{flex:1}.site-footer{background:#f3f4f6;color:#1f2937}.footer-main{max-width:var(--max-width);margin:0 auto;padding:96px 20px;display:flex;flex-direction:column;gap:32px}.footer-brand{max-width:256px}.footer-links{display:flex;flex-wrap:wrap;gap:16px 24px}.footer-link{font-size:.875rem;letter-spacing:.1em;font-weight:600;color:#111827}.footer-bottom{padding:16px 20px 24px;max-width:var(--max-width);margin:0 auto;font-size:.875rem}.reveal,.reveal-item{opacity:0;transform:translateY(20px);transition:opacity 1s ease,transform 1s ease}.reveal.is-visible,.reveal-item.is-visible{opacity:1;transform:translateY(0)}@media(min-width:640px){.section{padding:0 24px 128px}.members-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.profile-term{width:120px}}@media(min-width:768px){.section{padding:0 32px 128px}.section-heading{font-size:2.5rem;padding-top:112px}.service-block{flex-direction:row;gap:32px}.service-block.reverse{flex-direction:row-reverse}.service-title{font-size:1.875rem}.members-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.footer-main{flex-direction:row;align-items:center;justify-content:space-between}}
