.hero{grid-template-columns:1fr 1fr;min-height:100vh;display:grid;position:relative;overflow:hidden}.hero-left{background:var(--ink);flex-direction:column;justify-content:center;padding:10rem 5rem 6rem 8rem;display:flex;position:relative}.hero-left:after{content:"";background:linear-gradient(to right, var(--ink), transparent);z-index:1;width:80px;height:100%;position:absolute;top:0;right:-1px}.hero-eyebrow{font-family:var(--font-accent);color:var(--gold);letter-spacing:.2em;opacity:0;margin-bottom:1.5rem;font-size:1rem;font-style:italic;animation:.8s .3s forwards fadeUp}.hero-title{font-family:var(--font-display);color:var(--cream);opacity:0;margin-bottom:2rem;font-size:clamp(2.4rem,4.5vw,3.8rem);font-weight:800;line-height:1.2;animation:.8s .5s forwards fadeUp}.hero-title em{color:var(--gold);font-size:1.05em;font-style:normal;display:block}.hero-sub{color:#faf8f3a6;opacity:0;max-width:400px;margin-bottom:3rem;font-size:.92rem;line-height:2;animation:.8s .7s forwards fadeUp}.hero-badges{opacity:0;flex-wrap:wrap;gap:1rem;animation:.8s .9s forwards fadeUp;display:flex}.badge{border:1px solid var(--gold);color:var(--gold-light);letter-spacing:.1em;padding:.45rem 1.1rem;font-size:.78rem}.hero-right{background:var(--cream);position:relative;overflow:hidden}.hero-right-inner{background:linear-gradient(135deg,#c9a84c0f 0%,#0000 60%),url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a84c' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:8rem 4rem 4rem;display:flex}.hero-card{border:1px solid var(--border);opacity:0;background:#fff;width:100%;max-width:400px;padding:3rem 2.5rem;animation:.9s 1s forwards fadeUp;box-shadow:0 20px 60px #1a1a2e14}.hero-card h2{font-family:var(--font-display);border-bottom:1px solid var(--border);color:var(--charcoal);margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.1rem;font-weight:600}.card-feature{align-items:center;gap:1rem;margin-bottom:1.2rem;display:flex}.card-icon{background:var(--ink);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.card-icon svg{width:16px;height:16px;fill:var(--gold)}.card-feature p{color:var(--charcoal);font-size:.85rem;line-height:1.6}.card-feature strong{letter-spacing:.05em;color:var(--muted);margin-bottom:.15rem;font-size:.78rem;font-weight:600;display:block}.hero-cta-btn{background:var(--gold);width:100%;color:var(--ink);text-align:center;letter-spacing:.1em;margin-top:2rem;padding:1rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .25s;display:block}.hero-cta-btn:hover{background:var(--ink);color:var(--gold-light)}.fee-section{background:var(--ink);color:var(--cream);position:relative;overflow:hidden}.fee-section:before{content:"½";font-family:var(--font-accent);color:#c9a84c12;pointer-events:none;font-size:16rem;font-weight:300;line-height:1;position:absolute;top:50%;right:-2rem;transform:translateY(-50%)}.fee-inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.fee-left .section-title{color:var(--cream)}.fee-left .section-body{color:#faf8f399;max-width:100%}.fee-highlights{flex-wrap:wrap;align-items:baseline;gap:2.5rem;margin:1.5rem 0;display:flex}.fee-highlight{font-family:var(--font-display);color:var(--gold);font-size:clamp(3rem,5.5vw,5rem);font-weight:800;line-height:1}.fee-highlight small{letter-spacing:.2em;color:var(--gold-light);margin-bottom:.5rem;font-size:.8rem;font-weight:400;display:block}.fee-highlight .unit{font-size:.55em}.fee-right{flex-direction:column;gap:1.5rem;display:flex}.fee-item{border:1px solid #c9a84c33;padding:1.5rem 2rem;transition:border-color .3s;position:relative}.fee-item:hover{border-color:var(--gold)}.fee-item-num{font-family:var(--font-accent);color:var(--gold);letter-spacing:.15em;margin-bottom:.5rem;font-size:.8rem;display:block}.fee-item h3{font-family:var(--font-display);color:var(--cream);margin-bottom:.4rem;font-size:1rem;font-weight:600}.fee-item p{color:#faf8f38c;font-size:.82rem;line-height:1.8}.fee-item .fee-value{color:var(--gold-light);margin-bottom:.3rem;font-size:.9rem}.areas-section{background:var(--cream)}.areas-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3.5rem;display:grid}.area-card{text-align:center;border:1px solid var(--border);background:#fff;padding:2.5rem 1.5rem;transition:all .3s}.area-card:hover{border-color:var(--gold);transform:translateY(-4px);box-shadow:0 12px 40px #1a1a2e1a}.area-kanji{font-family:var(--font-display);color:var(--ink);margin-bottom:.5rem;font-size:3rem;font-weight:800;line-height:1}.area-name{color:var(--muted);letter-spacing:.1em;font-size:.82rem}.area-detail{color:var(--gold);letter-spacing:.05em;margin-top:.5rem;font-size:.75rem}.flow-section{background:#fff}.flow-head{text-align:center;margin-bottom:1rem}.flow-steps{grid-template-columns:repeat(5,1fr);gap:0;margin-top:3.5rem;list-style:none;display:grid;position:relative}.flow-steps:before{content:"";background:linear-gradient(to right, transparent, var(--gold), transparent);height:1px;position:absolute;top:28px;left:10%;right:10%}.flow-step{text-align:center;padding:0 1rem;position:relative}.flow-num{background:var(--ink);width:56px;height:56px;color:var(--gold);font-family:var(--font-accent);border:2px solid var(--gold);z-index:1;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.2rem;font-size:1.2rem;display:flex;position:relative}.flow-step h3{font-family:var(--font-display);color:var(--ink);margin-bottom:.5rem;font-size:.95rem;font-weight:600}.flow-step p{color:var(--muted);font-size:.78rem;line-height:1.7}.faq-section{background:var(--cream)}.faq-wrap{margin-top:3rem}.blog-section{background:#fff}.blog-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.blog-head .section-title{margin-bottom:0}.blog-more{letter-spacing:.1em;color:var(--ink);border-bottom:1px solid var(--gold);padding-bottom:.2rem;font-size:.85rem;text-decoration:none;transition:color .2s}.blog-more:hover{color:var(--gold)}.blog-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;list-style:none;display:grid}.blog-card a{background:var(--cream);border:1px solid var(--border);height:100%;color:inherit;padding:1.8rem;text-decoration:none;transition:all .3s;display:block}.blog-card a:hover{border-color:var(--gold);transform:translateY(-4px);box-shadow:0 12px 40px #1a1a2e1a}.blog-card time{font-family:var(--font-accent);letter-spacing:.1em;color:var(--gold);font-size:.85rem}.blog-card h3{font-family:var(--font-display);color:var(--ink);margin:.5rem 0 .7rem;font-size:1.05rem;font-weight:700;line-height:1.5}.blog-card p{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.82rem;line-height:1.8;display:-webkit-box;overflow:hidden}.contact-section{background:var(--ink)}.contact-inner{grid-template-columns:1fr 1.2fr;align-items:start;gap:5rem;display:grid}.contact-left .section-title{color:var(--cream)}.contact-left .section-body{color:#faf8f399}.line-btn{border:1px solid var(--gold);color:var(--gold-light);letter-spacing:.1em;margin-top:1.5rem;padding:.7rem 1.6rem;font-size:.85rem;text-decoration:none;transition:all .25s;display:inline-block}.line-btn:hover{background:var(--gold);color:var(--ink)}.company-section{background:var(--cream)}.company-inner{grid-template-columns:1.1fr 1fr;align-items:start;gap:3rem;margin-top:2.5rem;display:grid}.rep-card{border:1px solid var(--border);background:#fff;align-items:flex-start;gap:1.8rem;padding:2rem;display:flex}.rep-photo{object-fit:cover;border:2px solid var(--gold);border-radius:50%;flex-shrink:0;width:140px;height:140px}.rep-title{font-family:var(--font-accent);letter-spacing:.2em;color:var(--gold);margin-bottom:.2rem;font-size:.8rem}.rep-name{font-family:var(--font-display);color:var(--ink);margin-bottom:.8rem;font-size:1.5rem;font-weight:800}.rep-bio{color:var(--charcoal);margin-bottom:1.2rem;font-size:.85rem;line-height:1.9}.rep-youtube{letter-spacing:.05em;color:var(--ink);border:1px solid var(--ink);align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;text-decoration:none;transition:all .25s;display:inline-flex}.rep-youtube svg{fill:currentColor;width:18px;height:18px}.rep-youtube:hover{background:var(--ink);color:var(--gold-light)}.company-table{color:var(--charcoal);border:1px solid var(--border);background:#fff;grid-template-columns:auto 1fr;gap:.9rem 1.5rem;padding:2rem;font-size:.85rem;line-height:1.8;display:grid}.company-table dt{color:var(--gold);letter-spacing:.1em;white-space:nowrap}.company-table dd{margin:0}.contact-form{background:#faf8f30a;border:1px solid #c9a84c33;padding:2.5rem}.form-row{margin-bottom:1.4rem}.form-row label{letter-spacing:.1em;color:#faf8f399;margin-bottom:.5rem;font-size:.75rem;display:block}.form-row input,.form-row select,.form-row textarea{width:100%;color:var(--cream);font-family:var(--font-body);background:#faf8f30f;border:1px solid #c9a84c33;outline:none;padding:.8rem 1rem;font-size:16px;transition:border-color .2s}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:var(--gold)}.form-row select option{background:var(--ink)}.form-row textarea{resize:vertical;height:100px}.submit-btn{background:var(--gold);width:100%;color:var(--ink);font-family:var(--font-display);letter-spacing:.1em;cursor:pointer;border:none;margin-top:.5rem;padding:1rem;font-size:.95rem;font-weight:700;transition:all .25s}.submit-btn:hover{background:var(--gold-light)}@media (width<=900px){.hero{grid-template-columns:1fr;min-height:auto}.hero-left{padding:7rem 1.5rem 3.5rem}.hero-left:after{display:none}.hero-right{min-height:auto}.hero-right-inner{padding:3rem 1.5rem}.hero-card{padding:2rem 1.5rem}.fee-inner,.contact-inner{grid-template-columns:1fr;gap:3rem}.fee-section:before{font-size:10rem}.areas-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.blog-grid{grid-template-columns:1fr}.company-inner{grid-template-columns:1fr;gap:1.5rem}.rep-card{text-align:center;flex-direction:column;align-items:center;padding:1.5rem}.company-table{gap:.6rem 1rem;padding:1.5rem}.flow-steps{grid-template-columns:1fr 1fr;gap:2rem}.flow-steps:before{display:none}.contact-form{padding:1.5rem}}
