/* トップページ専用 */
.top-page{background:#fff}
.top-hero{position:relative;overflow:hidden;background:linear-gradient(115deg,#f7fbff 0%,#fff 52%,#f2fbf4 100%);border-bottom:1px solid var(--line)}
.top-hero::before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;background:rgba(35,138,59,.07);right:-90px;top:-130px}
.top-hero-inner{position:relative;display:grid;grid-template-columns:1.02fr .98fr;gap:44px;align-items:center;min-height:550px;padding-top:58px;padding-bottom:58px}
.top-hero-copy h1{font-size:clamp(36px,4.4vw,58px);line-height:1.35;letter-spacing:.025em;margin:0 0 20px}
.top-hero-copy h1 span{color:var(--green)}
.top-hero-lead{font-size:17px;color:var(--muted);margin:0;max-width:690px}
.top-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.top-hero-note{display:flex;gap:8px;align-items:flex-start;margin:18px 0 0!important;font-size:13px!important;color:#66737f!important}
.top-hero-note i{margin-top:.35em;color:var(--blue)}
.top-hero-visual{position:relative}
.top-hero-visual>img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:24px;box-shadow:0 20px 50px rgba(22,55,80,.16)}
.top-quick-nav{position:relative;z-index:5;margin-top:-22px}
.top-quick-nav-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);overflow:hidden}
.top-quick-nav-grid a{display:flex;align-items:center;justify-content:center;gap:10px;min-height:78px;padding:16px;border-right:1px solid var(--line);font-weight:700;text-align:center;transition:.18s}
.top-quick-nav-grid a:last-child{border-right:0}.top-quick-nav-grid a:hover{background:#f7fbff;color:var(--blue)}
.top-quick-nav-grid i{font-size:24px;color:var(--blue)}
.top-needs-section{padding-top:90px}
.top-needs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.top-need-card{display:flex;flex-direction:column;min-height:230px;padding:24px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 8px 24px rgba(23,48,73,.05);transition:.18s}
.top-need-card:hover{transform:translateY(-3px);border-color:#a9c8e6;box-shadow:var(--shadow)}
.top-need-card>i{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#edf5ff;color:var(--blue);font-size:23px;margin-bottom:15px}
.top-need-card:nth-child(3)>i{background:#f3efff;color:var(--purple)}.top-need-card:nth-child(4)>i{background:#fff3e8;color:var(--orange)}.top-need-card:nth-child(5)>i{background:#edf8ef;color:var(--green)}.top-need-card:nth-child(6)>i{background:#f3efff;color:var(--purple)}
.top-need-card h3{font-size:19px;line-height:1.55;margin:0 0 8px}.top-need-card p{margin:0 0 16px;color:var(--muted);font-size:14px}.top-need-card span{margin-top:auto;color:var(--blue);font-size:14px;font-weight:700}
.top-service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}
.top-service-card{position:relative;display:flex;flex-direction:column;min-height:330px;padding:24px 20px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 24px rgba(23,48,73,.05)}
.top-service-card::before{content:"";position:absolute;left:0;right:0;top:0;height:5px;border-radius:18px 18px 0 0;background:var(--blue)}
.top-service-card.rehab::before{background:var(--purple)}.top-service-card.child::before{background:var(--orange)}.top-service-card.support::before{background:var(--green)}.top-service-card.consulting::before{background:#5b5aa7}
.top-service-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;background:#edf5ff;color:var(--blue);font-size:26px;margin-bottom:16px}
.top-service-card.rehab .top-service-icon,.top-service-card.consulting .top-service-icon{background:#f3efff;color:var(--purple)}.top-service-card.child .top-service-icon{background:#fff3e8;color:var(--orange)}.top-service-card.support .top-service-icon{background:#edf8ef;color:var(--green)}
.top-service-card h3{font-size:21px;line-height:1.45;margin:0 0 9px}.top-service-card p{font-size:14px;color:var(--muted);margin:0 0 18px}.top-service-card .button{margin-top:auto;width:100%}.top-service-kicker{margin:-8px 0 4px!important;font-size:11px!important;font-weight:800;color:var(--purple)!important;letter-spacing:.08em}.top-purple-button{background:var(--purple);color:#fff}
.top-section-actions{display:flex;justify-content:center;margin-top:28px}
.top-child-feature{background:linear-gradient(110deg,#fff9f4,#fff 45%,#f9fbff)}
.top-child-feature-inner{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}
.top-child-feature-image img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:22px;box-shadow:var(--shadow)}
.top-child-feature-copy h2{font-size:clamp(29px,3vw,40px);line-height:1.48;margin:0 0 14px}.top-child-feature-copy>p:not(.eyebrow){color:var(--muted);margin:0 0 20px}
.top-child-points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:22px}.top-child-points span{display:flex;gap:8px;align-items:center;padding:11px 13px;border:1px solid #f0d9c5;border-radius:10px;background:#fff;font-size:14px;font-weight:700}.top-child-points i{color:var(--orange)}
.top-region-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.top-region-card{padding:28px;border-radius:20px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.top-region-card.tokyo{border-top:6px solid var(--blue)}.top-region-card.fukuoka{border-top:6px solid var(--green)}
.top-region-heading{display:flex;gap:14px;align-items:center}.top-region-heading>i{width:50px;height:50px;display:grid;place-items:center;border-radius:14px;background:#edf5ff;color:var(--blue);font-size:23px}.top-region-card.fukuoka .top-region-heading>i{background:#edf8ef;color:var(--green)}.top-region-heading span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:800}.top-region-heading h3{font-size:26px;margin:0}.top-region-card>p{color:var(--muted)}
.top-region-tags{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0 22px}.top-region-tags span{font-size:12px;padding:6px 10px;border-radius:999px;background:#f0f5f9;font-weight:700}
.top-medical-section{padding-top:54px;padding-bottom:54px}.top-medical-band{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;padding:30px;border:1px solid #d9d0f2;border-radius:20px;background:linear-gradient(110deg,#f7f4ff,#fff);box-shadow:var(--shadow)}.top-medical-icon{width:74px;height:74px;display:grid;place-items:center;border-radius:20px;background:#eee8fb;color:var(--purple);font-size:32px}.top-medical-band h2{font-size:29px;margin:0 0 8px}.top-medical-band p:not(.eyebrow){margin:0;color:var(--muted)}.top-medical-actions{display:flex;flex-direction:column;gap:10px;align-items:flex-end;min-width:240px}.top-medical-actions .button{width:100%}
.top-company-grid{display:grid;grid-template-columns:1fr 1.08fr;gap:22px;align-items:stretch}.top-company-card,.top-news-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:0 8px 24px rgba(23,48,73,.05)}.top-company-card{display:flex;gap:20px}.top-company-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:16px;background:#edf8ef;color:var(--green);font-size:26px;flex:0 0 58px}.top-company-card h2{font-size:26px;line-height:1.5;margin:0 0 10px}.top-company-card p:not(.eyebrow){color:var(--muted);margin:0 0 18px}.top-card-heading{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:14px}.top-card-heading h2{margin:0}.top-news-list{border-radius:10px}.top-news-list .news-row{grid-template-columns:95px 70px 1fr 16px;padding:13px 14px}.top-empty-note{color:var(--muted)}
.top-recruit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.top-recruit-grid>a{display:flex;flex-direction:column;min-height:235px;padding:23px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 8px 24px rgba(23,48,73,.05);transition:.18s}.top-recruit-grid>a:hover{transform:translateY(-3px);border-color:#b9cae0}.top-recruit-grid>a>i{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#edf5ff;color:var(--blue);font-size:22px;margin-bottom:14px}.top-recruit-grid>a:nth-child(2)>i{background:#edf8ef;color:var(--green)}.top-recruit-grid>a:nth-child(3)>i{background:#f3efff;color:var(--purple)}.top-recruit-grid>a:nth-child(4)>i{background:#fff5df;color:#c88700}.top-recruit-grid h3{font-size:20px;margin:0 0 8px}.top-recruit-grid p{font-size:14px;color:var(--muted);margin:0 0 14px}.top-recruit-grid span{margin-top:auto;color:var(--blue);font-weight:700;font-size:14px}
@media(max-width:1100px){.top-service-grid{grid-template-columns:repeat(3,1fr)}.top-service-card{min-height:300px}.top-recruit-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:960px){.top-hero-inner,.top-child-feature-inner,.top-company-grid{grid-template-columns:1fr}.top-hero-visual{order:-1}.top-hero-visual>img{aspect-ratio:16/7}.top-quick-nav-grid{grid-template-columns:repeat(2,1fr)}.top-quick-nav-grid a:nth-child(2){border-right:0}.top-quick-nav-grid a:nth-child(-n+2){border-bottom:1px solid var(--line)}.top-needs-grid{grid-template-columns:repeat(2,1fr)}.top-medical-band{grid-template-columns:auto 1fr}.top-medical-actions{grid-column:1/-1;align-items:stretch;min-width:0}.top-company-card{align-items:flex-start}}
@media(max-width:700px){.top-hero-inner{min-height:0;padding-top:26px;padding-bottom:46px}.top-hero-visual>img{aspect-ratio:16/10;border-radius:16px}.top-hero-copy h1{font-size:32px}.top-hero-lead{font-size:15px}.top-hero-actions .button{width:100%}.top-quick-nav{margin-top:-18px}.top-quick-nav-grid a{min-height:72px;font-size:13px;padding:12px 8px}.top-quick-nav-grid i{font-size:21px}.top-needs-section{padding-top:72px}.top-needs-grid,.top-service-grid,.top-child-points,.top-region-grid,.top-recruit-grid{grid-template-columns:1fr}.top-need-card{min-height:0}.top-service-card{min-height:0}.top-child-feature-copy .button{width:100%}.top-medical-band{grid-template-columns:1fr;text-align:left}.top-medical-icon{width:58px;height:58px;font-size:26px}.top-medical-band h2{font-size:25px}.top-company-card{flex-direction:column}.top-news-list .news-row{grid-template-columns:82px 62px 1fr 12px}.top-news-list .news-title{grid-column:1/4}.top-card-heading{align-items:center}.top-recruit-grid>a{min-height:0}}
