.hearing-page{background:#f3f7fb}.hearing-page .site-header{position:sticky}.hearing-back{padding:.7rem 1.1rem;border:1px solid var(--line);border-radius:999px;text-decoration:none;font-size:.8rem;font-weight:850}.hearing-intro{min-height:480px;padding:clamp(5rem,8vw,8rem) var(--pad);display:grid;grid-template-columns:1.15fr .85fr;gap:8vw;align-items:end;color:#fff;background:var(--navy);overflow:hidden;position:relative}.hearing-intro:after{content:"";position:absolute;width:420px;height:420px;right:-100px;top:-170px;border:68px solid var(--green);border-radius:45% 55% 50% 50%;transform:rotate(22deg);opacity:.85}.hearing-intro>div{position:relative;z-index:1}.hearing-intro .section-en{color:var(--sky)}.hearing-intro h1{margin:0;font-size:clamp(2.7rem,5.4vw,5.7rem);line-height:1.22;letter-spacing:-.065em}.intro-note>p{margin:0 0 1.5rem;color:rgba(255,255,255,.78);line-height:2}.intro-note dl{margin:0;border-top:1px solid rgba(255,255,255,.3)}.intro-note dl div{padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.2);display:flex;justify-content:space-between;gap:2rem}.intro-note dt{font-size:.75rem;font-weight:800}.intro-note dd{margin:0;font-size:.84rem;font-weight:850}
.form-shell{max-width:1040px;margin:auto;padding:clamp(3rem,7vw,7rem) var(--pad)}.project-form{display:grid;gap:1.25rem}.project-form fieldset{margin:0;padding:clamp(1.5rem,4vw,3.25rem);border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 18px 50px rgba(20,33,61,.055)}.project-form legend{width:100%;padding:0 0 1.5rem;display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:1rem;border-bottom:1px solid var(--line)}.project-form legend>span{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--blue);font-size:.75rem;font-weight:900}.project-form legend strong{font-size:clamp(1.25rem,2.5vw,1.75rem);letter-spacing:-.04em}.project-form legend small{color:var(--muted);font-size:.76rem}.field-grid{display:grid;gap:1.1rem;margin-top:1.5rem}.two-columns{grid-template-columns:repeat(2,1fr)}.project-form label{display:grid;gap:.55rem;font-size:.84rem;font-weight:800}.project-form input[type="text"],.project-form input[type="email"],.project-form input[type="tel"],.project-form input[type="url"],.project-form select,.project-form textarea{width:100%;min-height:52px;padding:.85rem 1rem;border:1px solid rgba(20,33,61,.22);border-radius:11px;color:var(--ink);background:#fff;font:inherit;font-weight:500;line-height:1.6;outline:none;transition:border .2s,box-shadow .2s}.project-form textarea{resize:vertical}.project-form input:focus,.project-form select:focus,.project-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(54,119,239,.12)}.project-form input[aria-invalid="true"],.project-form select[aria-invalid="true"],.project-form textarea[aria-invalid="true"]{border-color:var(--coral)}.project-form fieldset>label{margin-top:1.25rem}.required{display:inline-block;margin-left:.5rem;padding:.08rem .4rem;border-radius:4px;color:#fff;background:var(--coral);font-size:.64rem;vertical-align:middle}.group-label{margin:1.8rem 0 .75rem;font-size:.84rem;font-weight:850}.group-label small{margin-left:.7rem;color:var(--muted);font-weight:500}.choice-grid,.check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem}.choice-grid label,.check-grid label{cursor:pointer;display:block}.choice-grid input,.check-grid input{position:absolute;opacity:0;pointer-events:none}.choice-grid label>span,.check-grid label>span{height:100%;min-height:76px;padding:1rem;border:1px solid var(--line);border-radius:12px;display:flex;flex-direction:column;justify-content:center;transition:.2s}.check-grid label>span{min-height:54px}.choice-grid label>span b{font-size:.86rem}.choice-grid label>span small{color:var(--muted);font-size:.7rem;font-weight:500}.choice-grid input:checked+span,.check-grid input:checked+span{color:#fff;background:var(--blue);border-color:var(--blue);box-shadow:0 8px 20px rgba(54,119,239,.18)}.choice-grid input:checked+span small{color:rgba(255,255,255,.8)}.choice-grid input:focus-visible+span,.check-grid input:focus-visible+span{outline:3px solid rgba(54,119,239,.3);outline-offset:2px}.form-status:empty{display:none}.form-status{position:sticky;z-index:10;top:84px;padding:1rem 1.2rem;border-radius:12px;color:#8f2925;background:#fff0ef;border:1px solid #ffc5c2;font-weight:750}.form-submit{padding:clamp(1.5rem,4vw,3rem);border-radius:24px;color:#fff;background:var(--blue);text-align:center}.form-submit .consent{max-width:720px;margin:auto;display:flex;grid-template-columns:auto 1fr;gap:.75rem;text-align:left;align-items:flex-start}.consent input{width:20px;height:20px;margin-top:.2rem;accent-color:var(--green)}.form-submit>p{margin:1rem auto 1.5rem;max-width:700px;color:rgba(255,255,255,.78);font-size:.8rem}.form-submit button{width:min(100%,480px);min-height:60px;padding:1rem 1.4rem;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:space-between;color:var(--navy);background:#fff;font:inherit;font-weight:900;cursor:pointer}.form-submit button:hover{transform:translateY(-2px)}.form-submit .copy-button{margin-top:.75rem;min-height:48px;justify-content:center;color:#fff;background:transparent;border:1px solid rgba(255,255,255,.5);font-size:.8rem}.copy-button.is-copied{color:var(--navy);background:var(--green);border-color:var(--green)}
@media(max-width:700px){.hearing-page{padding-bottom:0}.hearing-back span{display:none}.hearing-intro{min-height:auto;padding:4rem var(--pad);grid-template-columns:1fr;gap:2.5rem}.hearing-intro h1{font-size:clamp(2.45rem,11vw,3.7rem)}.hearing-intro:after{width:260px;height:260px;border-width:42px}.two-columns,.choice-grid,.check-grid{grid-template-columns:1fr}.project-form fieldset{border-radius:18px}.project-form legend{grid-template-columns:44px 1fr}.project-form legend>span{width:38px;height:38px}.project-form legend small{grid-column:2}.group-label small{display:block;margin:.2rem 0 0}.choice-grid label>span{min-height:68px}.form-shell{padding-left:.75rem;padding-right:.75rem}.form-submit{border-radius:18px}.hearing-page footer{padding-bottom:3rem}}
