:root {
  --green: #07583d;
  --green2: #0b6547;
  --deep: #064b36;
  --orange: #f05b17;
  --cream: #fbf8f2;
  --line: #e6e2da;
  --text: #17211d;
  --muted: #56605b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  background: #fff;
  font-size: 12px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
svg { display: block; }
.svg-defs { position: absolute; overflow: hidden; }
.container { width: min(90%, 1080px); margin-inline: auto; }
.stroke { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.preview-ribbon {
  min-height: 20px;
  padding: 2px 12px;
  display: grid;
  place-items: center;
  background: #082c4b;
  color: #fff;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: .04em;
  text-align: center;
}
.emergency-banner { display: block; padding: 8px; background: #fff1e9; color: #b43e0e; font-weight: 700; text-align: center; }

.topbar { height: 23px; background: var(--deep); color: #fff; font-size: 7px; letter-spacing: .02em; }
.topbar .container { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.top-links { display: flex; align-items: center; gap: 13px; white-space: nowrap; }
.top-size { display: flex; align-items: center; gap: 7px; margin-left: 5px; }
.top-size b { font-weight: 500; }
.top-size .current { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: var(--deep); background: #fff; }
.header { height: 64px; background: #fff; box-shadow: 0 1px 8px rgba(25,44,34,.08); position: relative; z-index: 10; }
.header .container { height: 100%; display: flex; align-items: center; gap: 25px; }
.brand { display: flex; align-items: center; gap: 9px; min-width: 160px; }
.brand-mark { width: 31px; height: 38px; color: var(--green); }
.brand-copy { line-height: 1.1; color: #183d30; }
.brand-copy small { display: block; font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif; font-size: 9px; letter-spacing: .16em; margin-bottom: 4px; }
.brand-copy strong { font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif; font-size: 20px; letter-spacing: .1em; white-space: nowrap; }
.nav { display: flex; justify-content: center; align-items: center; gap: 18px; font-size: 8px; font-weight: 700; flex: 1; white-space: nowrap; }
.nav a, .top-links a { transition: opacity .18s ease; }
.nav a:hover, .top-links a:hover { opacity: .7; }
.header-actions { display: flex; gap: 8px; align-items: center; }
.phone-button { height: 45px; min-width: 152px; padding: 5px 12px; color: #fff; background: var(--orange); border-radius: 5px; display: grid; grid-template-columns: 17px 1fr; align-items: center; column-gap: 7px; line-height: 1.1; box-shadow: 0 3px 10px rgba(224,80,20,.2); }
.phone-button svg { width: 17px; height: 17px; }
.phone-button strong { font-size: 17px; letter-spacing: .02em; }
.phone-button small { display: block; font-size: 6px; white-space: nowrap; }
.contact-button { height: 45px; min-width: 70px; padding: 5px 9px; background: var(--deep); color: #fff; border-radius: 5px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; font-size: 7px; }
.contact-button svg { width: 20px; height: 16px; }

.hero { height: 289px; position: relative; overflow: hidden; background: #faf7f0; }
.hero-photo { position: absolute; inset: 0 0 0 39%; background-image: linear-gradient(90deg,#fbf8f1 0%,rgba(251,248,241,.72) 8%,rgba(251,248,241,.08) 31%,rgba(251,248,241,0) 45%), url("../img/hero.jpg"); background-size: cover; background-position: center 48%; }
.hero .container { height: 100%; position: relative; display: flex; align-items: flex-start; }
.hero-copy { padding-top: 40px; width: 49%; }
.hero h1 { font-size: 36px; line-height: 1.42; letter-spacing: .06em; margin: 0 0 13px; font-weight: 700; color: #111; }
.hero h1 em { font-style: normal; color: var(--green); }
.hero-lead { font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif; font-size: 12px; line-height: 1.9; margin: 0; color: #28322d; }
.hero-trust { margin-top: 18px; display: flex; width: 395px; background: rgba(255,255,255,.92); border: 1px solid #e8e4dd; border-radius: 6px; box-shadow: 0 5px 15px rgba(52,48,37,.07); overflow: hidden; }
.trust-item { height: 50px; flex: 1; display: flex; align-items: center; gap: 8px; padding: 8px 10px; position: relative; }
.trust-item + .trust-item::before { content: ""; position: absolute; left: 0; top: 10px; bottom: 10px; width: 1px; background: #e7e5df; }
.trust-item svg { width: 24px; height: 24px; flex: none; color: var(--green); }
.trust-item span { font-size: 8px; font-weight: 700; line-height: 1.5; white-space: nowrap; }

.quick-wrap { position: relative; z-index: 4; margin-top: -4px; }
.quick { height: 84px; background: #faf9f5; border: 1px solid #e4dfd5; border-radius: 6px; box-shadow: 0 10px 23px rgba(54,45,33,.11); padding: 10px 12px; display: grid; grid-template-columns: 135px repeat(4,1fr); gap: 8px; align-items: stretch; }
.quick-label { display: flex; justify-content: center; flex-direction: column; padding-left: 15px; color: #112d24; font-weight: 700; }
.quick-label b { font-size: 10px; color: var(--green); }
.quick-label span { font-size: 10px; }
.quick-link { border: 1px solid #7da697; border-radius: 4px; background: #fff; display: grid; grid-template-columns: 30px 1fr 12px; align-items: center; gap: 8px; padding: 8px 9px; transition: .18s ease; }
.quick-link:hover { transform: translateY(-1px); box-shadow: 0 4px 10px rgba(20,66,48,.09); }
.quick-link svg { width: 24px; height: 24px; color: var(--green); }
.quick-link b { display: block; font-size: 11px; line-height: 1.2; white-space: nowrap; }
.quick-link small { display: block; font-size: 7px; margin-top: 3px; white-space: nowrap; }
.quick-link .arrow { font-size: 15px; color: var(--green); }
.quick-link.orange { background: var(--orange); border-color: var(--orange); color: #fff; }
.quick-link.orange svg, .quick-link.orange .arrow { color: #fff; }
.news-ticker { height: 61px; margin-top: 18px; border: 1px solid #ece9e4; border-radius: 5px; background: #fff; box-shadow: 0 4px 16px rgba(40,45,42,.05); display: grid; grid-template-columns: 155px 1fr 24px; align-items: center; padding: 0 13px; }
.ticker-head { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 700; }
.mini-button { display: inline-flex; align-items: center; justify-content: center; height: 24px; padding: 0 11px; background: var(--green); color: #fff; border-radius: 3px; font-size: 7px; font-weight: 700; white-space: nowrap; }
.ticker-list { display: grid; grid-template-columns: repeat(4,1fr); }
.ticker-item { padding: 0 18px; border-left: 1px solid #ddd; min-width: 0; }
.ticker-item time { display: block; font-size: 7px; color: #5a625e; line-height: 1.5; }
.ticker-item b { display: block; font-size: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ticker-next { font-size: 18px; color: var(--green); text-align: center; }

.services { background: linear-gradient(#fff 0,#fdfbf7 20%,#fff 100%); padding: 23px 0 19px; }
.section-title { text-align: center; margin: 0; font-size: 17px; line-height: 1.4; font-weight: 700; letter-spacing: .03em; }
.section-sub { text-align: center; margin: 4px 0 16px; font-size: 8px; color: #4b5550; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 11px 10px; }
.service-card { height: 196px; background: #fff; border: 1px solid #e6e2db; border-radius: 6px; box-shadow: 0 3px 10px rgba(39,48,42,.05); overflow: hidden; position: relative; transition: transform .18s ease, box-shadow .18s ease; }
.service-card:hover { transform: translateY(-2px); box-shadow: 0 7px 18px rgba(39,48,42,.1); }
.service-image { height: 104px; overflow: hidden; margin: 5px 5px 0; border-radius: 4px 4px 0 0; }
.service-icon { position: absolute; top: 87px; left: 14px; width: 38px; height: 38px; border: 2px solid #fff; background: var(--green); color: #fff; border-radius: 50%; display: grid; place-items: center; box-shadow: 0 2px 5px rgba(0,0,0,.15); }
.service-icon svg { width: 21px; height: 21px; }
.service-body { padding: 13px 13px 9px; }
.service-body h3 { font-size: 12px; line-height: 1.4; color: #15231e; margin: 0 0 5px; font-weight: 700; white-space: nowrap; letter-spacing: -.02em; }
.service-body h3 span { font-size: 8px; }
.service-body p { font-size: 7.5px; line-height: 1.55; margin: 0 14px 0 0; color: #3c4641; }
.service-card .more { position: absolute; right: 11px; bottom: 9px; font-size: 17px; line-height: 1; color: #27804d; }
.all-services { display: flex; justify-content: center; margin-top: 15px; }
.outline-button { height: 29px; min-width: 187px; border: 1px solid var(--deep); border-radius: 4px; display: flex; align-items: center; justify-content: center; gap: 18px; background: #fff; color: #183d30; font-size: 8px; font-weight: 700; }

.strengths { background: #fbf8f2; padding: 10px 0 15px; }
.strengths .section-title { font-size: 16px; }
.strengths .section-sub { margin: 0 0 8px; }
.strength-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; }
.strength-card { height: 105px; background: #fff; border: 1px solid #e3ded5; border-radius: 6px; text-align: center; padding: 10px 8px 8px; box-shadow: 0 2px 8px rgba(58,52,45,.03); }
.strength-card svg { width: 31px; height: 31px; margin: 0 auto 5px; color: var(--green); }
.strength-card h3 { font-size: 10px; color: var(--green); margin: 0 0 3px; white-space: nowrap; }
.strength-card p { font-size: 7px; line-height: 1.45; margin: 0; color: #27322d; }

.updates { background: #fafafa; padding: 17px 0 20px; }
.updates-grid { display: grid; grid-template-columns: 43% 57%; gap: 24px; }
.updates-title { display: flex; align-items: center; gap: 16px; margin-bottom: 9px; }
.updates-title h2 { font-size: 15px; margin: 0; }
.update-row { height: 21px; border-bottom: 1px solid #e8e8e6; display: grid; grid-template-columns: 76px 62px 1fr; gap: 6px; align-items: center; font-size: 8px; }
.update-row time { color: #4e5752; }
.update-row > a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.badge { min-height: 15px; padding: 1px 3px; display: grid; place-items: center; border-radius: 2px; font-size: 6px; line-height: 1.2; font-weight: 700; text-align: center; }
.badge.orange { color: #d85d23; background: #ffebde; }
.badge.green { color: #176142; background: #e3f0e6; }
.badge.teal { color: #16615d; background: #dff0ef; }
.badge.brown { color: #715f31; background: #f4e9c6; }
.guide-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.guide-card { height: 109px; border: 1px solid #e2ded7; border-radius: 6px; background: #fff; display: grid; grid-template-columns: 110px 1fr; overflow: hidden; box-shadow: 0 2px 8px rgba(40,40,35,.03); position: relative; }
.guide-card img { border-radius: 5px 0 0 5px; }
.guide-card-body { padding: 15px 20px 10px 14px; }
.guide-card h3 { font-size: 12px; line-height: 1.45; color: var(--green); margin: 0 0 7px; }
.guide-card p { font-size: 7px; line-height: 1.5; margin: 0; color: #46514b; }
.guide-card .more { position: absolute; right: 12px; bottom: 9px; font-size: 15px; color: #132b22; }
.recruit { margin-top: 12px; height: 86px; border: 1px solid #8fb0a4; border-radius: 6px; background: #fff; display: grid; grid-template-columns: 160px 1fr 325px; align-items: center; overflow: hidden; }
.recruit-photo { height: 100%; }
.recruit-copy { padding: 8px 18px; }
.recruit-copy h2 { font-size: 12px; color: var(--green); margin: 0 0 3px; }
.recruit-copy b { display: block; font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif; font-size: 12px; line-height: 1.4; margin-bottom: 5px; white-space: nowrap; }
.recruit-copy p { font-size: 7px; margin: 0; color: #47514c; white-space: nowrap; }
.recruit-side { display: flex; align-items: center; justify-content: flex-end; gap: 13px; padding-right: 14px; }
.recruit-point { text-align: center; width: 54px; font-size: 7px; font-weight: 700; line-height: 1.45; }
.recruit-point svg { width: 22px; height: 22px; margin: 0 auto 4px; color: var(--green); }
.recruit-button { width: 104px; height: 34px; border-radius: 4px; background: var(--green); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 8px; font-weight: 700; }

.recruit-stats { margin-top: 10px; position: relative; display: grid; grid-template-columns: repeat(4,1fr); background: #fff; border: 1px solid #e1e7e3; border-radius: 7px; box-shadow: 0 3px 12px rgba(22,72,50,.07); overflow: hidden; }
.stat-card { min-height: 74px; padding: 8px 10px 11px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.stat-card + .stat-card { border-left: 1px solid #dfe6e2; }
.stat-card > small { color: #3f4f48; font-size: 8px; font-weight: 700; }
.stat-card strong { color: var(--green); font-family: Georgia, "Times New Roman", serif; font-size: 31px; line-height: 1; letter-spacing: -.04em; }
.stat-card strong small { font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; font-size: 11px; letter-spacing: 0; margin: 0 2px; }
.stat-card span { color: #69736e; font-size: 6px; }
.stats-sample-note { position: absolute; right: 8px; bottom: 3px; color: #7b837f; font-size: 6px; }

.footer { background: linear-gradient(135deg,#07563d,#03452f); color: #fff; padding-top: 17px; }
.footer-main { display: grid; grid-template-columns: 215px repeat(4,1fr) 165px; gap: 24px; min-height: 113px; }
.footer-brand .brand { min-width: 0; margin-bottom: 10px; }
.footer-brand .brand-mark { color: #fff; width: 29px; }
.footer-brand .brand-copy { color: #fff; }
.footer-brand .brand-copy strong { font-size: 18px; }
.footer-address { font-size: 7px; line-height: 1.7; color: #e2eee9; }
.footer-col h3 { font-size: 8px; margin: 0 0 7px; }
.footer-col a { display: block; font-size: 7px; line-height: 1.85; color: #e3efe9; }
.footer-contact { height: 92px; border: 1px solid rgba(255,255,255,.55); border-radius: 5px; text-align: center; padding: 10px 10px 8px; }
.footer-contact p { font-size: 7px; margin: 0 0 3px; }
.footer-contact b { display: flex; align-items: center; justify-content: center; gap: 5px; font-size: 15px; line-height: 1.3; letter-spacing: .03em; }
.footer-contact b svg { width: 14px; height: 14px; }
.footer-contact small { font-size: 6px; display: block; margin-bottom: 7px; }
.footer-contact > a { height: 23px; border-radius: 3px; background: #fff; color: var(--deep); display: grid; place-items: center; font-size: 7px; font-weight: 700; }
.footer-bottom { height: 34px; border-top: 1px solid rgba(255,255,255,.13); display: grid; grid-template-columns: 1fr 1.8fr 1fr; align-items: center; font-size: 6px; color: #ccded7; position: relative; }
.footer-bottom .policy { display: flex; gap: 10px; }
.footer-bottom .copyright { text-align: center; }
.to-top { justify-self: end; width: 24px; height: 24px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; display: grid; place-items: center; color: #fff; }
.to-top svg { width: 12px; height: 12px; }

/* 下層ページで共用する部品 */
.page-title-band { padding: 34px 0 30px; background: var(--cream); border-bottom: 1px solid var(--line); }
.breadcrumbs { margin: 0 0 12px; color: var(--muted); font-size: 11px; }
.page-title-band h1 { margin: 0; color: var(--green); font-size: 30px; line-height: 1.35; }
.content-section { padding: 60px 0; }
.content-section-heading { margin: 0 0 24px; padding-left: 15px; border-left: 5px solid var(--green); color: var(--text); font-size: 24px; line-height: 1.4; }
.content-table { width: 100%; border-collapse: collapse; background: #fff; }
.content-table th, .content-table td { padding: 16px 18px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.content-table th { width: 25%; background: var(--cream); color: var(--green); }
.rounded-card { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 5px 18px rgba(39,48,42,.06); }

/* サービス・施設一覧 */
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.breadcrumbs a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.page-title-lead { max-width: 760px; margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.service-purpose { padding: 38px 0 25px; background: #fff; }
.purpose-quick { padding: 12px; display: grid; grid-template-columns: 165px repeat(5,1fr); gap: 8px; background: #faf9f5; border: 1px solid #e4dfd5; border-radius: 8px; box-shadow: 0 10px 23px rgba(54,45,33,.11); }
.purpose-label { min-height: 82px; padding: 8px 12px; display: flex; flex-direction: column; justify-content: center; color: #112d24; }
.purpose-label b { color: var(--green); font-size: 15px; }
.purpose-label span { font-size: 11px; }
.purpose-link { min-height: 82px; padding: 11px 10px; display: grid; grid-template-columns: 31px 1fr 12px; align-items: center; gap: 8px; background: #fff; border: 1px solid #7da697; border-radius: 5px; transition: transform .18s ease, box-shadow .18s ease; }
.purpose-link:hover { transform: translateY(-1px); box-shadow: 0 4px 10px rgba(20,66,48,.09); }
.purpose-link svg { width: 29px; height: 29px; color: var(--green); }
.purpose-link b { display: block; font-size: 13px; line-height: 1.35; }
.purpose-link small { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; line-height: 1.4; }
.purpose-link .arrow { color: var(--green); font-size: 20px; }
.facility-group { padding: 50px 0 58px; scroll-margin-top: 24px; }
.facility-group:nth-child(odd) { background: var(--cream); }
.facility-group-heading { margin-bottom: 24px; display: flex; align-items: center; gap: 14px; }
.facility-group-icon { width: 50px; height: 50px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #fff; box-shadow: 0 3px 10px rgba(7,88,61,.18); }
.facility-group-icon svg { width: 28px; height: 28px; }
.facility-group-heading h2 { margin: 0; color: var(--green); font-size: 24px; line-height: 1.3; }
.facility-group-heading p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.facility-list-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.facility-list-card { height: 300px; }
.facility-list-card .service-image { height: 158px; }
.facility-list-card .service-body { padding-top: 19px; }
.facility-list-card .service-body h3 { margin-bottom: 8px; white-space: normal; font-size: 16px; }
.facility-list-card .service-body p { font-size: 12px; }
.facility-cat, .facility-title-cat { display: inline-flex; align-items: center; justify-content: center; min-height: 25px; padding: 3px 12px; border-radius: 3px; background: var(--green); color: #fff; font-size: 11px; font-weight: 700; line-height: 1.3; }
.facility-cat { position: absolute; top: 17px; left: 17px; box-shadow: 0 2px 6px rgba(0,0,0,.13); }
.facility-card-link { position: absolute; right: 17px; bottom: 13px; color: var(--green); font-size: 11px; font-weight: 700; }
.facility-card-link span { margin-left: 5px; font-size: 18px; line-height: 1; }

/* 施設詳細 */
.facility-title-band { padding-bottom: 35px; }
.facility-title-band h1 { margin-top: 10px; }
.facility-title-tag { margin: 8px 0 0; color: var(--muted); font-size: 15px; }
.facility-detail { padding-top: 42px; }
.facility-hero { height: 460px; margin: 0; overflow: hidden; border-radius: 10px; box-shadow: 0 5px 18px rgba(39,48,42,.09); background: var(--cream); }
.facility-hero img { object-position: center; }
.facility-lead { max-width: 980px; margin: 30px auto 0; color: #34423c; font-size: 17px; line-height: 2; }
.facility-section { padding: 68px 0; }
.facility-features { padding-bottom: 72px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.feature-card { min-height: 220px; text-align: center; }
.feature-icon { width: 62px; height: 62px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: #e8f2ed; color: var(--green); }
.feature-icon svg { width: 34px; height: 34px; }
.feature-card h3 { margin: 0 0 12px; color: var(--green); font-size: 18px; line-height: 1.5; }
.feature-card p { margin: 0; color: #46524c; font-size: 14px; line-height: 1.8; text-align: left; }
.facility-overview { background: var(--cream); }
.facility-spec { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 3px 12px rgba(39,48,42,.04); }
.facility-spec-row { display: grid; grid-template-columns: minmax(190px, 25%) 1fr; }
.facility-spec-row + .facility-spec-row { border-top: 1px solid var(--line); }
.facility-spec dt, .facility-spec dd { margin: 0; padding: 18px 21px; }
.facility-spec dt { background: #edf4f0; color: var(--green); font-weight: 700; }
.facility-spec dd { border-left: 1px solid var(--line); color: #34423c; }
.facility-flow { background: #fff; }
.timeline { max-width: 850px; margin: 0 auto; padding: 0; list-style: none; }
.timeline-item { position: relative; min-height: 92px; display: grid; grid-template-columns: 120px 1fr; gap: 35px; }
.timeline-item:not(:last-child)::before { content: ""; position: absolute; top: 30px; bottom: -3px; left: 109px; width: 2px; background: #a8c5b9; }
.timeline-item time { height: 40px; padding-right: 12px; display: flex; align-items: center; justify-content: flex-end; color: var(--green); font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 700; }
.timeline-item time::after { content: ""; position: absolute; top: 12px; left: 101px; width: 18px; height: 18px; border: 4px solid #fff; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 1px #7cab98; }
.timeline-content { padding: 7px 20px 20px; }
.timeline-content h3 { margin: 0 0 4px; font-size: 17px; }
.timeline-content p { margin: 0; color: var(--muted); font-size: 13px; }
.facility-gallery-section { background: #fafafa; }
.facility-gallery { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.facility-gallery figure { height: 250px; margin: 0; overflow: hidden; border-radius: 8px; box-shadow: 0 3px 10px rgba(39,48,42,.08); background: #fff; }
.facility-contact-band { padding: 35px 0; background: linear-gradient(135deg,#07563d,#03452f); color: #fff; }
.facility-contact-band .container { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.facility-contact-copy { display: flex; align-items: center; gap: 18px; }
.facility-contact-copy > svg { width: 48px; height: 48px; flex: none; }
.facility-contact-copy h2 { margin: 0 0 4px; font-size: 23px; }
.facility-contact-copy p { margin: 0; color: #dceae4; font-size: 12px; }
.facility-contact-actions { display: flex; align-items: stretch; gap: 12px; }
.facility-contact-phone { min-width: 225px; padding: 8px 17px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.55); border-radius: 7px; }
.facility-contact-phone > svg { width: 25px; height: 25px; }
.facility-contact-phone small { display: block; font-size: 9px; }
.facility-contact-phone strong { display: block; font-size: 21px; line-height: 1.15; white-space: nowrap; }
.facility-contact-button { min-width: 175px; padding: 0 18px; display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 7px; background: #fff; color: var(--deep); font-size: 13px; font-weight: 700; }
.facility-contact-button svg { width: 22px; height: 18px; }
.facility-cross-nav { padding-top: 42px; padding-bottom: 52px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; }
.facility-prev, .facility-next { display: flex; flex-direction: column; color: var(--green); }
.facility-next { text-align: right; }
.facility-prev small, .facility-next small { color: var(--muted); font-size: 10px; }
.facility-prev span, .facility-next span { font-size: 12px; font-weight: 700; }
.facility-all-link { min-height: 44px; padding: 10px 20px; display: flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid var(--deep); border-radius: 5px; color: var(--deep); font-size: 12px; font-weight: 700; }

@media (min-width: 901px) {
  body { font-size: 16px; }
  .container { width: min(90%,1470px); }
  .topbar { height: 32px; font-size: 10px; }
  .top-links { gap: 18px; }
  .top-size { gap: 10px; margin-left: 7px; }
  .top-size .current { width: 24px; height: 24px; }
  .header { height: 87px; }
  .header .container { gap: 20px; }
  .brand { gap: 12px; min-width: 190px; }
  .brand-mark { width: 42px; height: 52px; }
  .brand-copy small { font-size: 12px; margin-bottom: 5px; }
  .brand-copy strong { font-size: 27px; }
  .nav { gap: 16px; font-size: 13px; }
  .header-actions { gap: 11px; }
  .phone-button { height: 61px; min-width: 207px; padding: 7px 16px; grid-template-columns: 23px 1fr; column-gap: 10px; border-radius: 7px; }
  .phone-button svg { width: 23px; height: 23px; }
  .phone-button strong { font-size: 21px; white-space: nowrap; }
  .phone-button small { font-size: 9px; }
  .contact-button { height: 61px; min-width: 95px; padding: 7px 12px; border-radius: 7px; gap: 3px; font-size: 10px; }
  .contact-button svg { width: 27px; height: 22px; }
  .hero { height: 393px; }
  .hero-copy { padding-top: 54px; }
  .hero h1 { font-size: 43px; margin-bottom: 18px; }
  .hero-lead { font-size: 16px; }
  .hero-trust { margin-top: 24px; width: 537px; border-radius: 8px; }
  .trust-item { height: 68px; gap: 11px; padding: 11px 14px; }
  .trust-item + .trust-item::before { top: 14px; bottom: 14px; }
  .trust-item svg { width: 33px; height: 33px; }
  .trust-item span { font-size: 12px; }
  .quick-wrap { margin-top: -5px; }
  .quick { height: 114px; border-radius: 8px; padding: 14px 16px; grid-template-columns: 184px repeat(4,1fr); gap: 11px; }
  .quick-label { padding-left: 20px; }
  .quick-label b, .quick-label span { font-size: 14px; }
  .quick-link { border-radius: 5px; grid-template-columns: 35px 1fr 16px; gap: 8px; padding: 11px 10px; }
  .quick-link svg { width: 30px; height: 30px; }
  .quick-link b { font-size: 14px; }
  .quick-link small { font-size: 10px; margin-top: 4px; }
  .quick-link .arrow { font-size: 20px; }
  .news-ticker { height: 83px; margin-top: 24px; border-radius: 7px; grid-template-columns: 211px 1fr 33px; padding: 0 18px; }
  .ticker-head { gap: 16px; font-size: 16px; }
  .mini-button { height: 33px; padding: 0 15px; border-radius: 4px; font-size: 10px; }
  .ticker-item { padding: 0 24px; }
  .ticker-item time { font-size: 10px; }
  .ticker-item b { font-size: 11px; }
  .ticker-next { font-size: 24px; }
  .services { padding: 31px 0 27px; }
  .section-title { font-size: 23px; }
  .section-sub { margin: 5px 0 22px; font-size: 11px; }
  .service-grid { gap: 15px 14px; }
  .service-card { height: 267px; border-radius: 8px; }
  .service-image { height: 141px; margin: 7px 7px 0; border-radius: 5px 5px 0 0; }
  .service-icon { top: 118px; left: 19px; width: 52px; height: 52px; }
  .service-icon svg { width: 29px; height: 29px; }
  .service-body { padding: 18px 18px 12px; }
  .service-body h3 { font-size: 15px; margin-bottom: 7px; }
  .service-body h3 span { font-size: 11px; }
  .service-body p { font-size: 12px; margin-right: 19px; }
  .service-card .more { right: 15px; bottom: 12px; font-size: 23px; }
  .all-services { margin-top: 20px; }
  .outline-button { height: 39px; min-width: 254px; border-radius: 5px; gap: 24px; font-size: 11px; }
  .strengths { padding: 14px 0 20px; }
  .strengths .section-title { font-size: 22px; }
  .strengths .section-sub { margin-bottom: 11px; }
  .strength-grid { gap: 22px; }
  .strength-card { height: 143px; border-radius: 8px; padding: 14px 11px 11px; }
  .strength-card svg { width: 42px; height: 42px; margin-bottom: 7px; }
  .strength-card h3 { font-size: 13px; margin-bottom: 4px; }
  .strength-card p { font-size: 11px; }
  .updates { padding: 23px 0 27px; }
  .updates-grid { gap: 33px; }
  .updates-title { gap: 22px; margin-bottom: 12px; }
  .updates-title h2 { font-size: 20px; }
  .update-row { height: 29px; grid-template-columns: 103px 84px 1fr; gap: 8px; font-size: 11px; }
  .badge { min-height: 20px; font-size: 9px; }
  .guide-grid { gap: 24px; }
  .guide-card { height: 148px; border-radius: 8px; grid-template-columns: 118px 1fr; }
  .guide-card-body { padding: 20px 16px 14px; }
  .guide-card h3 { font-size: 16px; margin-bottom: 10px; }
  .guide-card p { font-size: 10.5px; white-space: nowrap; }
  .guide-card .more { right: 16px; bottom: 12px; font-size: 20px; }
  .recruit { margin-top: 16px; height: 117px; border-radius: 8px; grid-template-columns: 218px 1fr 442px; }
  .recruit-copy { padding: 11px 24px; }
  .recruit-copy h2 { font-size: 16px; margin-bottom: 4px; }
  .recruit-copy b { font-size: 14px; margin-bottom: 7px; }
  .recruit-copy p { font-size: 10px; }
  .recruit-side { gap: 18px; padding-right: 19px; }
  .recruit-point { width: 73px; font-size: 10px; }
  .recruit-point svg { width: 30px; height: 30px; margin-bottom: 5px; }
  .recruit-button { width: 141px; height: 46px; border-radius: 5px; font-size: 11px; }
  .recruit-stats { margin-top: 14px; border-radius: 8px; }
  .stat-card { min-height: 105px; padding: 12px 15px 17px; }
  .stat-card > small { font-size: 11px; }
  .stat-card strong { font-size: 43px; }
  .stat-card strong small { font-size: 15px; }
  .stat-card span { font-size: 9px; }
  .stats-sample-note { right: 12px; bottom: 4px; font-size: 9px; }
  .footer { padding-top: 23px; }
  .footer-main { grid-template-columns: 292px repeat(4,1fr) 224px; gap: 24px; min-height: 154px; }
  .footer-brand .brand { margin-bottom: 14px; }
  .footer-brand .brand-mark { width: 39px; }
  .footer-brand .brand-copy strong { font-size: 25px; }
  .footer-address { font-size: 11px; }
  .footer-col h3 { font-size: 12px; margin-bottom: 10px; }
  .footer-col a { font-size: 12px; }
  .footer-contact { height: 125px; border-radius: 7px; padding: 14px 14px 11px; }
  .footer-contact p { font-size: 11px; margin-bottom: 4px; }
  .footer-contact b { gap: 7px; font-size: 20px; white-space: nowrap; }
  .footer-contact b svg { width: 19px; height: 19px; }
  .footer-contact small { font-size: 9px; margin-bottom: 9px; white-space: nowrap; }
  .footer-contact > a { height: 31px; border-radius: 4px; font-size: 10px; }
  .footer-bottom { height: 46px; font-size: 10px; }
  .footer-bottom .policy { gap: 14px; }
  .to-top { width: 33px; height: 33px; }
  .to-top svg { width: 16px; height: 16px; }
}

@media (max-width: 1100px) and (min-width: 901px) {
  .nav { gap: 10px; font-size: 11px; }
  .header .container { gap: 12px; }
  .phone-button { min-width: 184px; padding-inline: 11px; }
  .contact-button { min-width: 78px; }
  .footer-main { grid-template-columns: 240px repeat(4,1fr); }
  .footer-contact { display: none; }
}

@media (max-width: 900px) {
  .nav { display: none; }
  .header .container { gap: 12px; }
  .header-actions { margin-left: auto; }
  .container { width: 92%; }
  .hero-photo { left: 34%; }
  .quick { grid-template-columns: 120px repeat(2,1fr); height: auto; }
  .quick-label { grid-row: span 2; }
  .news-ticker { grid-template-columns: 140px 1fr; }
  .ticker-list { grid-template-columns: repeat(2,1fr); }
  .ticker-item:nth-child(n+3) { display: none; }
  .ticker-next { display: none; }
  .strength-grid { gap: 8px; }
  .updates-grid { gap: 12px; }
  .recruit { grid-template-columns: 145px 1fr; }
  .recruit-side { display: none; }
  .footer-main { grid-template-columns: 180px repeat(4,1fr); }
  .footer-contact { display: none; }
}

@media (max-width: 768px) {
  body { font-size: 13px; }
  .topbar { display: none; }
  .header { height: 66px; }
  .brand { min-width: 0; }
  .brand-mark { width: 29px; }
  .brand-copy strong { font-size: 18px; }
  .phone-button { min-width: 132px; }
  .phone-button strong { font-size: 14px; }
  .contact-button { display: none; }
  .hero { height: 440px; }
  .hero-photo { left: 0; top: 170px; background-image: linear-gradient(180deg,#fbf8f1 0%,rgba(251,248,241,.2) 30%), url("../img/hero.jpg"); }
  .hero-copy { padding-top: 28px; width: 100%; }
  .hero h1 { font-size: 31px; }
  .hero-trust { width: 100%; margin-top: 15px; }
  .quick-wrap { margin-top: 0; }
  .quick { grid-template-columns: 1fr 1fr; padding: 10px; height: auto; }
  .quick-label { grid-column: 1/-1; grid-row: auto; height: 46px; padding-left: 4px; }
  .quick-link { min-height: 68px; }
  .news-ticker { grid-template-columns: 1fr; height: auto; min-height: 75px; }
  .ticker-head { padding: 8px 0; }
  .ticker-list { grid-template-columns: 1fr; }
  .ticker-item { padding: 6px 8px; border-left: 0; border-top: 1px solid #ddd; }
  .ticker-item:nth-child(n+2) { display: none; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-card { height: 220px; }
  .service-image { height: 118px; }
  .service-icon { top: 101px; }
  .service-body h3 { white-space: normal; font-size: 11px; }
  .strength-grid { grid-template-columns: 1fr 1fr; }
  .strength-card { height: 118px; }
  .strength-card:last-child { grid-column: 1/-1; }
  .updates-grid { grid-template-columns: 1fr; }
  .update-row { height: 34px; grid-template-columns: 72px 70px 1fr; font-size: 8px; }
  .guide-card { height: 108px; }
  .recruit { height: auto; min-height: 96px; grid-template-columns: 110px 1fr; }
  .recruit-copy b, .recruit-copy p { white-space: normal; }
  .recruit-stats { grid-template-columns: 1fr 1fr; padding-bottom: 11px; }
  .stat-card { min-height: 84px; }
  .stat-card:nth-child(3) { border-left: 0; border-top: 1px solid #dfe6e2; }
  .stat-card:nth-child(4) { border-top: 1px solid #dfe6e2; }
  .stats-sample-note { right: 7px; bottom: 2px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 18px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { height: auto; min-height: 55px; padding: 7px 0; grid-template-columns: 1fr; }
  .footer-bottom .copyright, .footer-bottom .policy { text-align: center; justify-content: center; }
  .to-top { position: absolute; right: 0; }
  .services { padding-top: 28px; }
  .page-title-band { padding: 26px 0 22px; }
  .page-title-band h1 { font-size: 24px; }
  .content-section { padding: 40px 0; }
  .content-section-heading { font-size: 20px; }
  .content-table th, .content-table td { display: block; width: 100%; }
  .content-table td { border-top: 0; }
  .rounded-card { padding: 20px; }
}

@media (max-width: 480px) {
  .preview-ribbon { font-size: 9px; }
  .header .container { gap: 7px; }
  .brand { gap: 6px; }
  .brand-mark { width: 25px; }
  .brand-copy small { font-size: 7px; }
  .brand-copy strong { font-size: 16px; }
  .phone-button { min-width: 119px; padding: 5px 8px; grid-template-columns: 14px 1fr; column-gap: 5px; }
  .phone-button svg { width: 14px; }
  .phone-button strong { font-size: 13px; }
  .phone-button small { font-size: 5px; }
  .hero h1 { font-size: 28px; }
  .trust-item { padding-inline: 6px; gap: 5px; }
  .trust-item svg { width: 20px; height: 20px; }
  .trust-item span { font-size: 7px; }
  .quick-link { grid-template-columns: 25px 1fr 10px; gap: 5px; padding: 7px; }
  .quick-link svg { width: 21px; }
  .quick-link b { font-size: 9px; white-space: normal; }
  .quick-link small { font-size: 6px; white-space: normal; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { height: 243px; }
  .service-image { height: 141px; }
  .service-icon { top: 122px; }
  .service-body h3 { font-size: 13px; }
  .service-body p { font-size: 9px; }
  .strength-grid { grid-template-columns: 1fr; }
  .strength-card, .strength-card:last-child { grid-column: auto; height: auto; min-height: 115px; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-card { height: 112px; }
  .recruit { grid-template-columns: 92px 1fr; }
  .recruit-copy { padding: 8px 10px; }
  .recruit-copy b { font-size: 10px; }
  .recruit-copy p { font-size: 7px; }
  .stat-card strong { font-size: 29px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1200px) {
  .purpose-quick { grid-template-columns: 150px repeat(3, 1fr); }
  .purpose-label { grid-row: span 2; }
  .facility-contact-band .container { align-items: flex-start; flex-direction: column; }
  .facility-contact-actions { width: 100%; }
  .facility-contact-phone, .facility-contact-button { flex: 1; }
}

@media (max-width: 900px) {
  .purpose-quick { grid-template-columns: 140px repeat(2, 1fr); }
  .purpose-label { grid-row: span 3; }
  .facility-list-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .facility-list-card { height: 278px; }
  .facility-list-card .service-image { height: 145px; }
  .facility-hero { height: 390px; }
  .facility-gallery figure { height: 210px; }
}

@media (max-width: 768px) {
  .page-title-lead { font-size: 12px; }
  .service-purpose { padding: 24px 0 18px; }
  .purpose-quick { grid-template-columns: repeat(2, 1fr); padding: 10px; }
  .purpose-label { grid-column: 1 / -1; grid-row: auto; min-height: 48px; padding: 3px 5px; }
  .purpose-link { min-height: 74px; grid-template-columns: 27px 1fr 10px; padding: 8px; }
  .purpose-link svg { width: 25px; height: 25px; }
  .purpose-link b { font-size: 11px; }
  .purpose-link small { font-size: 8px; }
  .purpose-link:last-child { grid-column: 1 / -1; }
  .facility-group { padding: 38px 0 43px; scroll-margin-top: 10px; }
  .facility-group-heading { margin-bottom: 18px; }
  .facility-group-icon { width: 43px; height: 43px; }
  .facility-group-icon svg { width: 24px; height: 24px; }
  .facility-group-heading h2 { font-size: 20px; }
  .facility-list-grid { grid-template-columns: 1fr; gap: 16px; }
  .facility-list-card { height: 285px; }
  .facility-list-card .service-image { height: 158px; }
  .facility-list-card .service-body h3 { font-size: 15px; }
  .facility-list-card .service-body p { font-size: 11px; }
  .facility-title-band { padding-bottom: 25px; }
  .facility-title-band h1 { font-size: 22px; }
  .facility-title-tag { font-size: 12px; }
  .facility-detail { padding-top: 26px; }
  .facility-hero { height: 260px; border-radius: 8px; }
  .facility-lead { margin-top: 20px; font-size: 14px; line-height: 1.9; }
  .facility-section { padding: 48px 0; }
  .feature-grid { grid-template-columns: 1fr; gap: 15px; }
  .feature-card { min-height: 0; padding: 22px; }
  .feature-icon { width: 52px; height: 52px; margin-bottom: 13px; }
  .feature-icon svg { width: 29px; height: 29px; }
  .feature-card h3 { font-size: 17px; }
  .feature-card p { font-size: 13px; }
  .facility-spec-row { grid-template-columns: 1fr; }
  .facility-spec dt, .facility-spec dd { padding: 13px 15px; }
  .facility-spec dd { border-top: 1px solid var(--line); border-left: 0; }
  .timeline-item { min-height: 86px; grid-template-columns: 70px 1fr; gap: 24px; }
  .timeline-item:not(:last-child)::before { left: 74px; }
  .timeline-item time { padding-right: 6px; font-size: 16px; }
  .timeline-item time::after { left: 66px; }
  .timeline-content { padding: 7px 5px 18px; }
  .timeline-content h3 { font-size: 15px; }
  .facility-gallery { grid-template-columns: 1fr; gap: 13px; }
  .facility-gallery figure { height: 240px; }
  .facility-contact-band { padding: 28px 0; }
  .facility-contact-copy > svg { width: 39px; height: 39px; }
  .facility-contact-copy h2 { font-size: 19px; }
  .facility-contact-actions { flex-direction: column; }
  .facility-contact-phone, .facility-contact-button { width: 100%; min-height: 58px; }
  .facility-cross-nav { padding-top: 30px; padding-bottom: 38px; grid-template-columns: 1fr 1fr; gap: 14px; }
  .facility-all-link { grid-column: 1 / -1; grid-row: 1; }
  .facility-prev, .facility-next { grid-row: 2; }
}

@media (max-width: 480px) {
  .purpose-link small { display: none; }
  .purpose-link { min-height: 61px; }
  .facility-list-card { height: 265px; }
  .facility-list-card .service-image { height: 141px; }
  .facility-hero { height: 210px; }
  .facility-gallery figure { height: 205px; }
  .facility-contact-copy { align-items: flex-start; gap: 12px; }
  .facility-contact-copy > svg { width: 32px; height: 32px; }
  .facility-contact-copy h2 { font-size: 17px; }
  .facility-contact-copy p { font-size: 10px; }
  .facility-prev span, .facility-next span { font-size: 10px; }
}

/* ===== JOB3 components（Claude Code引き継ぎ実装） ===== */
.narrow-container { max-width: 880px; }

/* お知らせ一覧 */
.article-list { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 6px 26px; box-shadow: 0 5px 18px rgba(39,48,42,.05); }
.article-list-row { display: grid; grid-template-columns: 108px 104px 1fr 18px; gap: 16px; align-items: center; padding: 17px 2px; border-bottom: 1px solid var(--line); text-decoration: none; color: inherit; }
.article-list-row:last-child { border-bottom: 0; }
.article-list-row time { color: var(--muted); font-size: 13px; }
.article-list-row .badge { justify-self: start; min-width: 96px; padding: 3px 8px; }
.article-list-row strong { font-weight: 600; font-size: 15px; line-height: 1.6; }
.article-list-row:hover strong { color: var(--green); text-decoration: underline; }
.list-arrow { color: var(--green); font-weight: 700; }

/* 記事詳細 */
.article-detail { max-width: 880px; }
.article-detail-header { margin-bottom: 22px; }
.article-meta { display: flex; align-items: center; gap: 14px; margin-bottom: 10px; }
.article-meta time { color: var(--muted); font-size: 13px; }
.article-detail-header .badge { padding: 3px 10px; }
.article-detail-header h1 { margin: 8px 0 0; font-size: 26px; line-height: 1.5; }
.article-main-image { margin: 0 0 22px; border-radius: 10px; overflow: hidden; max-height: 460px; }
.article-main-image img { width: 100%; height: 100%; max-height: 460px; object-fit: cover; display: block; }
.richtext { font-size: 15px; line-height: 2; }
.richtext p { margin: 0 0 14px; }
.back-link { display: inline-block; margin-top: 24px; color: var(--green); font-weight: 700; text-decoration: none; }
.back-link:hover { text-decoration: underline; }

/* 苑だよりグリッド */
.endayori-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.endayori-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; box-shadow: 0 5px 18px rgba(39,48,42,.06); text-decoration: none; color: inherit; transition: box-shadow .2s; }
.endayori-card:hover { box-shadow: 0 8px 24px rgba(39,48,42,.12); }
.endayori-card figure { margin: 0; aspect-ratio: 4 / 3; overflow: hidden; }
.endayori-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.endayori-card-body { padding: 16px 18px 18px; }
.endayori-card-body time { font-size: 12px; color: var(--muted); }
.endayori-card-body h2 { margin: 6px 0 10px; font-size: 16px; line-height: 1.55; }
.endayori-card-body span { color: var(--green); font-size: 12px; font-weight: 700; }

/* ご利用の流れ */
.flow-steps { list-style: none; margin: 0 0 22px; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.flow-steps li { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 22px 16px 20px; text-align: center; }
.flow-steps li:not(:last-child)::after { content: "›"; position: absolute; right: -15px; top: 50%; transform: translateY(-50%); color: var(--green); font-size: 20px; font-weight: 700; }
.flow-steps li > span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--green); color: #fff; font-size: 13px; font-weight: 700; margin-bottom: 12px; }
.flow-steps li svg { display: block; width: 26px; height: 26px; margin: 0 auto 12px; color: var(--green); }
.flow-steps strong { display: block; font-size: 15px; margin-bottom: 8px; }
.flow-steps p { margin: 0; font-size: 12px; line-height: 1.75; color: var(--muted); text-align: left; }
.note-box { background: var(--cream); border: 1px solid var(--line); border-radius: 8px; padding: 14px 18px; font-size: 12.5px; color: var(--muted); }

/* 電話CTA帯 */
.simple-cta { background: var(--deep); color: #fff; padding: 42px 0; margin-top: 24px; }
.simple-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; }
.simple-cta h2 { margin: 0 0 6px; font-size: 22px; }
.simple-cta p { margin: 0; font-size: 13px; color: #d7e6de; }
.simple-cta a { display: flex; align-items: center; gap: 13px; background: #fff; color: var(--deep); border-radius: 10px; padding: 13px 24px; text-decoration: none; box-shadow: 0 4px 14px rgba(0,0,0,.18); }
.simple-cta a svg { width: 22px; height: 22px; }
.simple-cta a small { display: block; font-size: 11px; color: var(--muted); }
.simple-cta a strong { font-size: 22px; letter-spacing: .02em; }

/* 採用ページ */
.recruit-intro h2 { margin: 6px 0 14px; font-size: 24px; line-height: 1.5; }
.recruit-intro > .narrow-container > p:not(.eyebrow) { font-size: 14.5px; line-height: 2; }
.recruit-page-stats { margin-top: 26px; }
.workplace-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.workplace-card { text-align: center; }
.workplace-card .feature-icon { margin-inline: auto; }
.workplace-card h3 { margin: 12px 0 8px; font-size: 16px; }
.workplace-card p { margin: 0; font-size: 13px; line-height: 1.9; color: var(--muted); text-align: left; }
.job-list { display: grid; gap: 26px; }
.job-card { padding: 0; overflow: hidden; }
.job-card-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 24px; background: #eaf3ee; border-bottom: 1px solid var(--line); }
.job-card-heading h3 { margin: 0; font-size: 17px; color: var(--green); }
.job-card .content-table { margin: 0; border: 0; border-radius: 0; }
.job-table { width: 100%; }

/* 法人案内 */
.heart-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.heart-list li { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 13px 18px; }
.heart-list li > span { flex: none; display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--green); color: #fff; font-size: 13px; font-weight: 700; }
.heart-list strong { font-size: 15px; font-weight: 600; }
.history-timeline { list-style: none; margin: 0; padding: 0; }
.history-timeline > li { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 14px 4px; border-bottom: 1px solid var(--line); }
.history-timeline > li:last-child { border-bottom: 0; }
.history-when { color: var(--green); font-weight: 700; font-size: 14px; }
.history-events { margin: 0; padding: 0; list-style: none; font-size: 14px; line-height: 1.9; }
.history-highlight .history-when, .history-highlight .history-events { font-weight: 700; color: var(--text); }
.history-highlight .history-when { color: var(--green); }
.greeting-card .greeting-copy p { margin: 0 0 12px; font-size: 14.5px; line-height: 2; }
.chairman-name { text-align: right; font-size: 14px; margin-top: 18px; }
.chairman-name b { font-size: 17px; margin-left: 6px; }

/* お問い合わせ */
.contact-card { text-align: center; padding: 40px 34px; }
.contact-icon { display: inline-grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #eaf3ee; color: var(--green); margin-bottom: 12px; }
.contact-icon svg { width: 26px; height: 26px; }
.contact-card > p { margin: 0 0 4px; font-weight: 700; }
.contact-tel { display: inline-block; color: var(--green); font-size: 40px; font-weight: 700; letter-spacing: .02em; text-decoration: none; margin-bottom: 18px; }
.contact-card dl { margin: 0 auto; max-width: 520px; display: grid; gap: 10px; text-align: left; }
.contact-card dl > div { display: grid; grid-template-columns: 110px 1fr; gap: 12px; padding: 10px 14px; background: var(--cream); border-radius: 6px; }
.contact-card dt { font-weight: 700; color: var(--green); font-size: 13px; }
.contact-card dd { margin: 0; font-size: 14px; }
.contact-guidance { margin-top: 20px; font-size: 13px; color: var(--muted); }

/* 404 */
.not-found { text-align: center; padding: 90px 0 100px; }
.not-found h1 { font-size: 30px; margin: 0 0 12px; }
.not-found p { color: var(--muted); margin: 0 0 26px; }
.outline-button { display: inline-block; border: 1px solid var(--green); color: var(--green); border-radius: 999px; padding: 12px 30px; text-decoration: none; font-weight: 700; }

/* 目的別クイックナビ（折返し対策） */
.purpose-link { white-space: nowrap; }

@media (max-width: 768px) {
  .article-list { padding: 2px 16px; }
  .article-list-row { grid-template-columns: 86px 1fr 14px; gap: 8px; padding: 13px 2px; }
  .article-list-row .badge { grid-column: 1; grid-row: 2; min-width: 0; }
  .article-list-row strong { grid-column: 2 / 4; grid-row: 1 / 3; font-size: 13.5px; }
  .endayori-grid { grid-template-columns: 1fr; gap: 18px; }
  .flow-steps { grid-template-columns: 1fr; gap: 14px; }
  .flow-steps li:not(:last-child)::after { content: "⌄"; right: auto; left: 50%; top: auto; bottom: -16px; transform: translateX(-50%); }
  .workplace-grid { grid-template-columns: 1fr; gap: 14px; }
  .history-timeline > li { grid-template-columns: 1fr; gap: 4px; }
  .simple-cta .container { flex-direction: column; align-items: flex-start; }
  .contact-tel { font-size: 30px; }
  .contact-card { padding: 26px 18px; }
  .contact-card dl > div { grid-template-columns: 90px 1fr; }
  .purpose-link { white-space: normal; }
}

/* ===== 空き状況（availability） ===== */
.availability-section { padding-top: 34px; }
.availability-heading-row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.availability-updated { color: var(--muted); font-size: 12.5px; }
.availability-table th[scope="row"] { width: 38%; background: #fff; color: var(--text); font-weight: 600; }
.availability-table thead th { width: auto; }
.availability-table .badge { display: inline-grid; min-height: 22px; padding: 3px 12px; font-size: 11.5px; border-radius: 3px; }
.availability-table + .note-box, .availability-section .note-box { margin-top: 14px; }
