*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--v6-text: #1c1c1c;--v6-text-light: #6b6b6b;--v6-accent: #9f9787;--v6-accent-dark: #7a7060;--v6-accent-warm: #c27d52;--v6-bg: #fff;--v6-bg-warm: #f8f6f3;--v6-bg-sand: #f0ece5;--v6-border: #e8e4de;--v6-shadow: 0 5px 15px rgba(0,0,0,.05);--v6-radius: 4px;--v6-max-width: 1000px;--v6-font: "Noto Sans JP", sans-serif}body.v6{font-family:var(--v6-font);color:var(--v6-text);background:var(--v6-bg);line-height:1.8;-webkit-font-smoothing:antialiased;font-size:15px}body.v6 a{color:var(--v6-accent-dark);text-decoration:none}body.v6 a:hover{text-decoration:underline}body.v6 h1,body.v6 h2,body.v6 h3{color:var(--v6-text);line-height:1.4;font-weight:600}body.v6 h1{font-size:1.75rem;letter-spacing:.04em}body.v6 h2{font-size:1.3rem;letter-spacing:.03em}body.v6 h3{font-size:1.05rem}.v6-container{width:100%;max-width:var(--v6-max-width);margin:0 auto;padding:0 1.5rem}.v6-site-header{background:var(--v6-bg);border-bottom:1px solid var(--v6-border);padding:1rem 0 .75rem;text-align:center}.v6-site-header__logo{display:block;font-size:1.3rem;font-weight:600;color:var(--v6-text);text-decoration:none;letter-spacing:.08em;margin-bottom:.5rem}.v6-site-header__nav{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.v6-site-header__link{font-size:.78rem;font-weight:500;color:var(--v6-text-light);text-decoration:none;letter-spacing:.08em;text-transform:uppercase;padding:.25rem 0;border-bottom:1.5px solid transparent;transition:color .15s,border-color .15s}.v6-site-header__link:hover{color:var(--v6-text);text-decoration:none}.v6-site-header__link--active{color:var(--v6-accent-dark);border-bottom-color:var(--v6-accent-dark)}.v6-hero-split{display:grid;grid-template-columns:1fr 1fr;min-height:480px}.v6-hero-split__text{display:flex;flex-direction:column;justify-content:center;padding:4rem 3rem 4rem 0}.v6-hero-split__tagline{font-size:.72rem;letter-spacing:.25em;text-transform:uppercase;color:var(--v6-accent);margin-bottom:1rem}.v6-hero-split__text h1{font-size:2rem;margin-bottom:1rem}.v6-hero-split__text p{font-size:.92rem;color:var(--v6-text-light);margin-bottom:2rem;max-width:420px}.v6-hero-split__image{background:var(--v6-bg-sand);display:flex;align-items:center;justify-content:center;font-size:.85rem;color:var(--v6-accent);letter-spacing:.1em}.v6-alt-block{display:grid;grid-template-columns:1fr 1fr;gap:0;border-bottom:1px solid var(--v6-border)}.v6-alt-block:last-child{border-bottom:none}.v6-alt-block--reverse .v6-alt-block__image{order:2}.v6-alt-block--reverse .v6-alt-block__body{order:1}.v6-alt-block__image{background:var(--v6-bg-sand);min-height:300px;display:flex;align-items:center;justify-content:center;font-size:.82rem;color:var(--v6-accent)}.v6-alt-block__body{padding:3rem;display:flex;flex-direction:column;justify-content:center}.v6-alt-block__label{font-size:.68rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--v6-accent);margin-bottom:.5rem}.v6-alt-block__body h2{margin-bottom:.75rem}.v6-alt-block__body p{font-size:.9rem;color:var(--v6-text-light)}.v6-feature-strip{display:flex;gap:0;background:var(--v6-bg-warm)}.v6-feature-strip__item{flex:1;padding:2.5rem 2rem;text-align:center;border-right:1px solid var(--v6-border)}.v6-feature-strip__item:last-child{border-right:none}.v6-feature-strip__num{font-size:1.5rem;font-weight:600;color:var(--v6-accent-warm);margin-bottom:.3rem}.v6-feature-strip__item h3{font-size:.95rem;margin-bottom:.3rem}.v6-feature-strip__item p{font-size:.82rem;color:var(--v6-text-light)}.v6-pull-quote{background:var(--v6-bg-warm);padding:4rem 2rem;text-align:center}.v6-pull-quote blockquote{font-size:1.15rem;font-style:italic;color:var(--v6-accent-dark);max-width:600px;margin:0 auto 1rem;line-height:1.8}.v6-pull-quote cite{font-size:.82rem;color:var(--v6-text-light);font-style:normal}.v6-section-centered{padding:4.5rem 0;text-align:center}.v6-section-centered h2{margin-bottom:.5rem}.v6-section-centered p{color:var(--v6-text-light);font-size:.9rem;max-width:520px;margin:0 auto}.v6-narrative-list{max-width:640px;margin:0 auto}.v6-narrative-list__item{padding:1.5rem 0;border-bottom:1px solid var(--v6-border)}.v6-narrative-list__item:last-child{border-bottom:none}.v6-narrative-list__item h3{color:var(--v6-accent-dark);margin-bottom:.4rem}.v6-narrative-list__item p{font-size:.88rem;color:var(--v6-text-light)}.v6-info-table{width:100%;border-collapse:collapse;margin:1.5rem 0}.v6-info-table th,.v6-info-table td{padding:.75rem .85rem;border-bottom:1px solid var(--v6-border);text-align:left;vertical-align:top;font-size:.9rem}.v6-info-table th{width:160px;font-weight:600;color:var(--v6-accent-dark);white-space:nowrap}.v6-btn{display:inline-block;padding:.65rem 1.75rem;border-radius:var(--v6-radius);font-weight:500;font-size:.88rem;text-decoration:none;transition:all .2s;border:none;cursor:pointer;font-family:inherit;letter-spacing:.03em}.v6-btn:hover{text-decoration:none}.v6-btn--primary{background:var(--v6-text);color:#fff}.v6-btn--primary:hover{background:#333}.v6-btn--outline{background:transparent;color:var(--v6-text);border:1px solid var(--v6-border)}.v6-btn--outline:hover{border-color:var(--v6-accent);color:var(--v6-accent-dark)}.v6-btn--warm{background:var(--v6-accent-warm);color:#fff}.v6-btn--warm:hover{opacity:.9}.v6-content-narrow{max-width:640px;margin:0 auto;padding:3rem 1.5rem}.v6-page-intro{text-align:center;padding:4rem 1.5rem 3rem;border-bottom:1px solid var(--v6-border)}.v6-page-intro h1{margin-bottom:.5rem}.v6-page-intro p{color:var(--v6-text-light);font-size:.9rem}.v6-page-intro:after{content:"";display:block;width:40px;height:2px;background:var(--v6-accent);margin:1.5rem auto 0}.v6-todo{background:#fdf6ee;border:1px dashed var(--v6-accent);border-radius:var(--v6-radius);padding:.75rem 1rem;color:#8a7550;font-size:.82rem}.v6-form-group{margin-bottom:1.25rem}.v6-form-group label{display:block;margin-bottom:.3rem;font-weight:500;font-size:.88rem;color:var(--v6-text)}.v6-form-group .required{color:var(--v6-accent-warm)}.v6-form-group input,.v6-form-group textarea{width:100%;padding:.65rem .85rem;border:1px solid var(--v6-border);border-radius:var(--v6-radius);font-size:.95rem;font-family:inherit;background:var(--v6-bg)}.v6-form-group input:focus,.v6-form-group textarea:focus{outline:none;border-color:var(--v6-accent);box-shadow:0 0 0 3px #9f97871f}.v6-site-footer{border-top:1px solid var(--v6-border);padding:2rem 0;text-align:center}.v6-site-footer__links{display:flex;justify-content:center;gap:1.25rem;margin-bottom:.75rem;flex-wrap:wrap}.v6-site-footer__links a{color:var(--v6-text-light);font-size:.75rem;text-decoration:none}.v6-site-footer__links a:hover{color:var(--v6-accent-dark)}.v6-site-footer__copy{font-size:.72rem;color:var(--v6-text-light);opacity:.5}@media(max-width:768px){body.v6{font-size:14px}.v6-hero-split{grid-template-columns:1fr}.v6-hero-split__text{padding:3rem 1.5rem}.v6-hero-split__image{min-height:200px}.v6-alt-block{grid-template-columns:1fr}.v6-alt-block--reverse .v6-alt-block__image,.v6-alt-block--reverse .v6-alt-block__body{order:0}.v6-alt-block__image{min-height:180px}.v6-alt-block__body{padding:2rem 1.5rem}.v6-feature-strip{flex-direction:column}.v6-feature-strip__item{border-right:none;border-bottom:1px solid var(--v6-border)}.v6-feature-strip__item:last-child{border-bottom:none}.v6-section-centered{padding:3rem 0}.v6-info-table th{display:block;width:100%}.v6-info-table td{display:block;padding-left:.85rem}}
