/* ==========================================================================
   デザインC : FRIENDLY MEDICAL(細字明朝版)
   ミントの淡い地 / 細字明朝 / 角丸カード・ピル型ボタン・やわらかい影 / 波形の区切り
   図版率: 中(2よりやや高め) / ジャンプ率: 中
   ========================================================================== */
:root {
  --bg: #f5f9f3; --white: #fff; --mint: #e8f3e1; --mint2: #d6e9cb;
  --tx: #1d3324; --sub: #587060; --line: #dbe8d4;
  --g1: #136635; --g2: #8DBA29; --g2d: #6f9a1c;
  --jp: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  --num: "Cormorant Garamond", "Noto Serif JP", serif;
  --r: 28px; --r2: 18px; --pill: 999px;
  --sh: 0 12px 34px rgba(19, 102, 53, .12); --sh2: 0 18px 46px rgba(19, 102, 53, .2);
  --pad: clamp(20px, 5vw, 96px); --hh: 84px; --ease: cubic-bezier(.2, .8, .2, 1);
  --bs-body-font-family: var(--jp); --bs-body-color: var(--tx); --bs-body-bg: var(--bg); --bs-link-color: var(--g1);
}
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--hh) + 16px); }
body { margin: 0; background: var(--bg); color: var(--tx); font: 300 16px/2 var(--jp); letter-spacing: .05em; overflow-x: hidden; -webkit-font-smoothing: antialiased; font-variant-numeric: lining-nums; }
body.is-loading { overflow: hidden; }
img, svg { max-width: 100%; } img { height: auto; }
a { color: inherit; text-decoration: none; transition: color .25s, background .25s, box-shadow .3s, transform .3s var(--ease), border-color .25s; }
ul, ol, dl, dd { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p, figure, address { margin: 0; } address { font-style: normal; }
h1, h2, h3, h4 { font-weight: 300; line-height: 1.5; letter-spacing: .04em; text-wrap: balance; }
::selection { background: var(--g2); color: #fff; }
:focus-visible { outline: 3px solid var(--g2); outline-offset: 3px; }
.wrap { padding-left: var(--pad); padding-right: var(--pad); }
.num { font-family: var(--num); font-weight: 400; }
.nowrap { white-space: nowrap; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 3000; background: #fff; padding: 10px 16px; border-radius: var(--pill); } .skip-link:focus { top: 12px; }

/* ---- 共通 ---- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .7em; padding: 1em 2em; border: 0; border-radius: var(--pill); background: var(--g1); color: #fff; font: 400 15px/1.3 var(--jp); letter-spacing: .1em; box-shadow: 0 8px 20px rgba(19, 102, 53, .3); cursor: pointer; }
.btn:hover { background: var(--g2d); transform: translateY(-3px); box-shadow: 0 12px 26px rgba(111, 154, 28, .4); color: #fff; }
.btn--lime { background: var(--g2); color: #123018; box-shadow: 0 8px 20px rgba(141, 186, 41, .4); } .btn--lime:hover { background: #fff; color: var(--g1); }
.btn--white { background: #fff; color: var(--g1); box-shadow: 0 8px 22px rgba(0, 0, 0, .18); } .btn--white:hover { background: var(--g2); color: #123018; }
.btn--ghost { background: transparent; color: #fff; box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8); } .btn--ghost:hover { background: #fff; color: var(--g1); }
.btn--sm { padding: .7em 1.4em; font-size: 14px; }
.btn::after { content: ""; width: .5em; height: .5em; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg); }
.badge { display: inline-block; padding: .4em 1.2em; border-radius: var(--pill); background: var(--mint); color: var(--g1); font: 400 13px/1.4 var(--jp); letter-spacing: .12em; }
.badge--w { background: rgba(255, 255, 255, .92); }
.sec { padding-top: clamp(70px, 9vw, 140px); padding-bottom: clamp(70px, 9vw, 140px); position: relative; }
.sec--mint { background: var(--mint); }
.center { text-align: center; }
.h2 { font-size: clamp(26px, 3.2vw, 44px); font-weight: 300; margin-top: .6em; }
.h2 em { font-style: normal; color: var(--g1); background: linear-gradient(transparent 62%, rgba(141, 186, 41, .5) 0); }
.sec__head { margin-bottom: clamp(30px, 4.5vw, 64px); }
.lead-txt { color: var(--sub); max-width: 36em; margin: 1em auto 0; }
.body { color: #34503d; } .body p + p { margin-top: 1.3em; } .body strong { color: var(--g1); font-weight: 500; background: linear-gradient(transparent 68%, rgba(141, 186, 41, .45) 0); }
.sm { font-size: 13px; color: var(--sub); }
.link { display: inline-flex; align-items: center; gap: .6em; color: var(--g1); font-weight: 500; } .link::after { content: "→"; transition: transform .25s var(--ease); } .link:hover::after { transform: translateX(5px); }
.card { background: #fff; border-radius: var(--r); box-shadow: var(--sh); }
.ill-w .ill { --il: var(--g1); --if: var(--g2); --ib: #fff; --ig: #e3eedc; --ih: #d7e6cd; }
.wave { display: block; width: 100%; height: clamp(30px, 5vw, 80px); }
.js .rv { opacity: 0; transform: translateY(26px); transition: opacity .9s ease, transform 1s var(--ease); } .js .rv.is-in { opacity: 1; transform: none; }
.rv[data-d="1"] { transition-delay: .12s; } .rv[data-d="2"] { transition-delay: .24s; } .rv[data-d="3"] { transition-delay: .36s; }
[data-par] { will-change: transform; }

/* ---- ローダー ---- */
.ld { position: fixed; inset: 0; z-index: 2000; background: var(--mint); display: grid; place-items: center; text-align: center; transition: opacity .8s ease, visibility 0s .8s; }
.ld.is-done { opacity: 0; visibility: hidden; }
.ld__logo { width: 120px; height: auto; animation: bob 2s ease-in-out infinite; } @keyframes bob { 50% { transform: translateY(-10px); } }
.ld__name { margin: 22px 0 18px; font-weight: 400; letter-spacing: .2em; color: var(--g1); }
.ld__bar { width: min(260px, 60vw); height: 10px; margin: 0 auto; background: #fff; border-radius: var(--pill); overflow: hidden; } .ld__bar span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--g1), var(--g2)); transform-origin: left; transform: scaleX(0); transition: transform .25s linear; }
.ld__pct { margin-top: 12px; font: 400 22px/1 var(--num); color: var(--g1); } .ld__pct small { font-size: 13px; }
.ld__tag { position: absolute; left: 0; right: 0; bottom: 32px; font-size: 12px; letter-spacing: .2em; color: var(--sub); }

/* ---- ヘッダー(浮かぶピル) ---- */
.hd { position: fixed; top: 14px; left: 0; right: 0; z-index: 1000; padding: 0 clamp(12px, 2.4vw, 40px); transition: transform .8s var(--ease), top .3s; pointer-events: none; }
.js body.is-front:not(.is-loaded) .hd { transform: translateY(-140%); }
.hd__in { pointer-events: auto; display: flex; align-items: center; gap: 22px; height: 66px; padding: 0 12px 0 22px; border-radius: var(--pill); background: rgba(255, 255, 255, .94); box-shadow: 0 10px 30px rgba(0, 0, 0, .16); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); max-width: 1500px; margin: 0 auto; }
.hd__logo { display: flex; align-items: center; gap: 10px; margin-right: auto; } .hd__logo img { height: 38px; width: auto; display: block; }
.hd__name { font-weight: 400; font-size: 16px; letter-spacing: .12em; line-height: 1.2; white-space: nowrap; } .hd__name small { display: block; font: 400 10px/1 var(--num); letter-spacing: .22em; color: var(--sub); margin-top: 2px; }
.hd__nav { display: flex; gap: 2px; } .hd__nav a { padding: 10px 16px; border-radius: var(--pill); font-size: 14px; font-weight: 400; } .hd__nav a:hover { background: var(--mint); color: var(--g1); }
.hd__tel { display: flex; align-items: center; gap: 8px; font: 400 20px/1 var(--num); color: var(--g1); letter-spacing: .04em; } .hd__tel::before { content: ""; width: 34px; height: 34px; border-radius: 50%; background: var(--mint) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23136635' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 1.9.7 2.8a2 2 0 0 1-.5 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.4c.9.3 1.8.6 2.8.7a2 2 0 0 1 1.7 2z'/%3e%3c/svg%3e") center / 18px no-repeat; }
.hd .btn { height: 44px; padding: 0 1.6em; box-shadow: none; }
.hd .btn::before { content: ""; width: 17px; height: 17px; flex: none; background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3crect width='20' height='16' x='2' y='4' rx='2'/%3e%3cpath d='m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7'/%3e%3c/svg%3e") center / contain no-repeat; }
.hd__menu { display: none; width: 46px; height: 46px; padding: 0; border: 0; border-radius: 50%; background: var(--g1); position: relative; cursor: pointer; z-index: 1002; }
.hd__menu i { position: absolute; left: 13px; right: 13px; height: 2px; border-radius: 2px; background: #fff; transition: transform .35s var(--ease), opacity .2s; } .hd__menu i:nth-child(1) { top: 16px; } .hd__menu i:nth-child(2) { top: 22px; } .hd__menu i:nth-child(3) { top: 28px; }
.menu-open .hd__menu i:nth-child(1) { top: 22px; transform: rotate(45deg); } .menu-open .hd__menu i:nth-child(2) { opacity: 0; } .menu-open .hd__menu i:nth-child(3) { top: 22px; transform: rotate(-45deg); }
.menu-open { overflow: hidden; }
.gm { position: fixed; inset: 0; z-index: 990; background: var(--bg); padding: 110px var(--pad) 40px; overflow-y: auto; opacity: 0; visibility: hidden; transition: opacity .35s, visibility 0s .35s; } .menu-open .gm { opacity: 1; visibility: visible; transition-delay: 0s; }
.gm a.i { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; margin-bottom: 10px; border-radius: var(--r2); background: #fff; box-shadow: var(--sh); font-weight: 300; font-size: 19px; } .gm a.i span { font: 400 12px/1 var(--num); letter-spacing: .18em; color: var(--g2d); }
.gm__cta { display: grid; gap: 12px; margin-top: 26px; }
@media (max-width: 1099.98px) { .hd__nav, .hd__tel, .hd .btn { display: none; } .hd__menu { display: block; } .hd__in { height: 60px; padding-left: 16px; } }
@media (max-width: 575.98px) { .hd { top: 8px; } .hd__logo img { height: 32px; } .hd__name { font-size: 14px; } .hd__name small { display: none; } }

/* ---- ヒーロー ---- */
.hero { position: relative; height: 100vh; height: 100svh; min-height: 620px; background: #0e2a1a; overflow: hidden; color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; background: var(--hero-poster) center / cover no-repeat; }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero.is-novideo .hero__video { display: none; } .hero.is-novideo::before { animation: hz 26s ease-out both; } @keyframes hz { from { transform: scale(1.02); } to { transform: scale(1.12); } }
.hero__shade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(8, 40, 22, .45), rgba(8, 40, 22, .05) 30%, rgba(8, 40, 22, .05) 50%, rgba(8, 40, 22, .72)); }
.hero__copy { position: absolute; left: var(--pad); right: var(--pad); bottom: clamp(130px, 22vh, 250px); text-align: center; max-width: 1000px; margin: 0 auto; text-shadow: 0 2px 26px rgba(0, 0, 0, .35); }
.hero__kw { display: inline-block; margin-bottom: 18px; padding: .5em 1.4em; border-radius: var(--pill); background: rgba(255, 255, 255, .94); color: var(--g1); font: 400 clamp(12px, 1.1vw, 15px)/1.4 var(--jp); letter-spacing: .14em; text-shadow: none; }
.hero__t1 { display: block; font-size: clamp(46px, 7.8vw, 120px); font-weight: 300; line-height: 1.16; letter-spacing: .04em; }
.hero__t2 { display: block; margin-top: 10px; font-size: clamp(18px, 2.3vw, 36px); font-weight: 300; }
.hero__lead { margin: 20px auto 28px; max-width: 34em; font-size: clamp(13px, 1.1vw, 16px); color: rgba(255, 255, 255, .95); }
.hero__btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.hero__copy > * { transition: opacity 1s var(--ease), transform 1.1s var(--ease); }
.js .hero__copy > * { opacity: 0; transform: translateY(30px); } .js .is-loaded .hero__copy > * { opacity: 1; transform: none; }
.is-loaded .hero__copy > :nth-child(1) { transition-delay: .5s; } .is-loaded .hero__copy > :nth-child(2) { transition-delay: .7s; } .is-loaded .hero__copy > :nth-child(3) { transition-delay: .9s; }
.js .hero__copy.is-hidden > * { opacity: 0; transform: translateY(-14px); transition-delay: 0s; pointer-events: none; }
.hero__label { position: absolute; left: 0; right: 0; bottom: 118px; text-align: center; font-size: 12px; letter-spacing: .24em; color: #fff; opacity: 0; transition: opacity .8s; pointer-events: none; text-shadow: 0 1px 12px rgba(0, 0, 0, .5); }
.js .hero__copy.is-hidden ~ .hero__label { opacity: 1; }
.hero__tc { position: absolute; right: var(--pad); bottom: 118px; font: 400 13px/1 var(--num); letter-spacing: .2em; color: rgba(255, 255, 255, .9); } .hero__tc::before { content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--g2); margin-right: 8px; }
.hero__scroll { position: absolute; left: 50%; bottom: 70px; width: 26px; height: 42px; margin-left: -13px; border: 2px solid rgba(255, 255, 255, .85); border-radius: 14px; } .hero__scroll::after { content: ""; position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px; background: #fff; animation: mw 1.8s ease-in-out infinite; } @keyframes mw { 60% { transform: translateY(12px); opacity: 0; } }
.hero .wave { display: none; }
@media (max-width: 767.98px) { .hero__scroll, .hero__tc { display: none; } .hero__copy { bottom: 130px; } .hero__label { bottom: 96px; } }
@media (max-width: 767.98px) and (orientation: portrait) {
  .hero { background: var(--bg); color: var(--tx); } .hero::before { display: none; }
  .hero__video { inset: auto 0 auto 0; top: 84px; width: calc(100% - 32px); margin: 0 16px; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--r2); box-shadow: var(--sh); }
  .hero.is-novideo::before { display: block; inset: 84px 16px auto 16px; height: auto; aspect-ratio: 16 / 9; border-radius: var(--r2); }
  .hero__shade, .hero__label { display: none; } .hero__copy { text-shadow: none; bottom: 70px; } .hero__lead { color: var(--sub); } .hero__kw { background: var(--mint); }
  .hero__t1 { font-size: clamp(44px, 13vw, 76px); } .hero .btn--ghost { color: var(--g1); box-shadow: inset 0 0 0 2px var(--g1); } .hero .wave { display: none; }
}
@media (max-width: 767.98px) and (orientation: portrait) and (max-height: 700px) { .hero__lead { display: none; } }

/* ---- クイックカード(ヒーローに重なる) ---- */
.quick { position: relative; z-index: 2; margin-top: clamp(28px, 4vw, 56px); }
.quick__in { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quick a { display: flex; align-items: center; gap: 16px; padding: 22px 26px; background: #fff; border-radius: var(--r); box-shadow: var(--sh2); } .quick a:hover { transform: translateY(-6px); }
.quick b { flex: none; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--g1); font: 400 20px/1 var(--num); }
.quick strong { display: block; font-size: 17px; line-height: 1.4; } .quick small { color: var(--sub); font-size: 12px; }
@media (max-width: 767.98px) { .quick { margin-top: 24px; } .quick__in { grid-template-columns: 1fr; gap: 12px; } }

/* ---- About ---- */
.about { display: grid; grid-template-columns: 6fr 5fr; gap: clamp(30px, 6vw, 100px); align-items: center; }
.about__photo { position: relative; max-width: 50%; margin: 0 auto; }
.about__photo .photo { border-radius: 42% 58% 55% 45% / 48% 42% 58% 52%; overflow: hidden; box-shadow: var(--sh2); aspect-ratio: 1 / 1; } .about__photo .photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about__photo .stamp { position: absolute; right: -6px; bottom: 6%; width: clamp(104px, 11vw, 152px); aspect-ratio: 1; border-radius: 50%; background: var(--g2); color: #123018; display: grid; place-content: center; text-align: center; font-weight: 300; line-height: 1.2; box-shadow: var(--sh); } .stamp b { font: 300 clamp(26px, 2.8vw, 40px)/1 var(--num); } .stamp span { font-size: 11px; letter-spacing: .2em; }
.about h2.kw { font-size: clamp(21px, 2.2vw, 32px); font-weight: 300; margin: .6em 0 1em; }
.facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 26px; }
.facts div { padding: 14px 18px; border-radius: var(--r2); background: #fff; box-shadow: 0 4px 14px rgba(19, 102, 53, .08); } .facts dt { font-size: 12px; font-weight: 400; color: var(--g2d); letter-spacing: .12em; } .facts dd { font-size: 14px; line-height: 1.7; } .facts .wide { grid-column: 1 / -1; }
@media (max-width: 991.98px) { .about { grid-template-columns: 1fr; } .about__photo { max-width: 460px; margin: 0 auto; } } @media (max-width: 575.98px) { .facts { grid-template-columns: 1fr; } }
.about__art { margin-top: clamp(40px, 6vw, 90px); padding: clamp(18px, 3.6vw, 48px); background: #fff; border-radius: var(--r); box-shadow: var(--sh); }

/* ---- サービス ---- */
.svc { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.svc .card { display: flex; flex-direction: column; overflow: hidden; transition: transform .4s var(--ease), box-shadow .4s; } .svc .card:hover { transform: translateY(-8px); box-shadow: var(--sh2); }
.svc__art { padding: 30px; background: var(--mint); } .svc__art .ill-w { background: #fff; border-radius: var(--r2); padding: 18px; }
.svc__body { padding: 28px 28px 32px; display: flex; flex-direction: column; flex: 1; }
.svc__no { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--g1); color: #fff; font: 300 16px/1 var(--num); margin-bottom: 14px; }
.svc__lead { font-size: 13px; font-weight: 400; color: var(--g2d); letter-spacing: .1em; margin-bottom: 6px; } .svc h3 { font-size: 22px; font-weight: 300; margin-bottom: 12px; } .svc p.t { font-size: 14px; color: var(--sub); flex: 1; margin-bottom: 20px; }
@media (max-width: 991.98px) { .svc { grid-template-columns: 1fr; } }

/* ---- 特長 ---- */
.sg { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.sg article { padding: 28px 24px 30px; text-align: center; background: #fff; border-radius: var(--r); box-shadow: var(--sh); } .sg .ill-w { width: 180px; margin: 0 auto 16px; background: var(--mint); border-radius: 50%; padding: 22px; }
.sg h3 { font-size: 18px; font-weight: 300; margin-bottom: 10px; } .sg p { font-size: 14px; color: var(--sub); text-align: left; }
@media (max-width: 991.98px) { .sg { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 575.98px) { .sg { grid-template-columns: 1fr; } }

/* ---- 数字 ---- */
.stats { background: var(--g1); color: #fff; border-radius: var(--r); padding: clamp(28px, 4vw, 60px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; box-shadow: var(--sh2); }
.stats b { display: block; font: 300 clamp(40px, 5vw, 80px)/1.1 var(--num); color: var(--g2); } .stats b i { font: 400 .3em/1 var(--jp); color: #fff; font-style: normal; margin-left: .2em; } .stats div > span { font-size: 13px; color: rgba(255, 255, 255, .88); }
@media (max-width: 767.98px) { .stats { grid-template-columns: repeat(2, 1fr); } }

/* ---- 沿革(街の背景) ---- */
.hist { position: relative; overflow: hidden; background: var(--g1); padding-top: 0; padding-bottom: 0; }
.hist__bg { position: absolute; left: 0; right: 0; bottom: 0; z-index: 0; } .hist__bg img { display: block; width: 100%; height: auto; }
.hist__c { position: relative; z-index: 1; padding-top: 200px; padding-bottom: clamp(180px, 26vw, 400px); }
.hist__c .sec__head { color: #fff; }
.hist__c .badge { background: rgba(255, 255, 255, .92); color: var(--g1); }
.hist__c .h2 em { color: #fff; }
.hrow { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.hrow li { flex: 1 1 220px; max-width: 260px; padding: 24px; background: #fff; border-radius: var(--r); box-shadow: var(--sh); }
.hrow b { display: block; font: 300 36px/1 var(--num); color: var(--g1); } .hrow small { display: inline-block; margin: 6px 0 8px; padding: .1em .8em; border-radius: var(--pill); background: var(--mint); font-size: 12px; font-weight: 400; color: var(--g1); } .hrow p { margin-top: 6px; font-size: 13.5px; line-height: 1.8; color: #34503d; }
@media (max-width: 575.98px) { .hrow li { flex: 1 1 100%; max-width: 340px; } }
.city { margin-top: clamp(40px, 6vw, 80px); border-radius: var(--r); overflow: hidden; box-shadow: var(--sh2); background: var(--g1); } .city img { display: block; width: 100%; height: auto; }

/* ---- News ---- */
.chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 30px; }
.chips button, .chips a { padding: .5em 1.4em; border: 0; border-radius: var(--pill); background: #fff; color: var(--g1); font: 400 13px/1.4 var(--jp); box-shadow: 0 3px 10px rgba(19, 102, 53, .1); cursor: pointer; } .chips .is-active, .chips button:hover, .chips a:hover { background: var(--g1); color: #fff; }
.news-list { display: grid; gap: 12px; }
.news-list li.is-hidden { display: none; }
.news-list a { display: grid; grid-template-columns: auto auto 1fr auto; gap: 16px; align-items: center; padding: 18px 26px; background: #fff; border-radius: var(--pill); box-shadow: 0 5px 16px rgba(19, 102, 53, .08); } .news-list a:hover { transform: translateX(6px); box-shadow: var(--sh); }
.news-list a::after { content: "→"; color: var(--g2d); font-weight: 500; }
.news-list time { font: 400 14px/1 var(--num); color: var(--sub); }
.news-cat { padding: .25em 1em; border-radius: var(--pill); background: var(--mint); color: var(--g1); font-size: 12px; font-weight: 400; }
.news-title { font-weight: 400; } .news-empty { padding: 26px; text-align: center; color: var(--sub); }
@media (max-width: 767.98px) { .news-list a { grid-template-columns: auto 1fr auto; border-radius: var(--r2); gap: 6px 12px; } .news-title { grid-column: 1 / 3; grid-row: 2; } .news-list a::after { grid-column: 3; grid-row: 1 / 3; } }

/* ---- Recruit ---- */
.rc { position: relative; border-radius: var(--r); overflow: hidden; min-height: clamp(360px, 46vw, 560px); display: grid; align-items: center; box-shadow: var(--sh2); }
.rc img { position: absolute; left: 0; top: -8%; width: 100%; height: 116%; object-fit: cover; }
.rc::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19, 102, 53, .92), rgba(19, 102, 53, .35)); }
.rc__in { position: relative; z-index: 1; padding: clamp(30px, 6vw, 90px); color: #fff; max-width: 640px; } .rc h2 { font-size: clamp(25px, 3vw, 42px); font-weight: 300; margin: .6em 0; } .rc p { margin-bottom: 26px; }

/* ---- CTA + フッター ---- */
.cta { background: var(--mint); }
.cta__card { display: grid; grid-template-columns: 1fr auto; gap: 26px 50px; align-items: center; padding: clamp(28px, 5vw, 70px); background: #fff; border-radius: var(--r); box-shadow: var(--sh2); }
.cta h2 { font-size: clamp(21px, 2.4vw, 32px); font-weight: 300; } .cta__tel { display: block; margin-top: 14px; font: 300 clamp(34px, 4.4vw, 60px)/1.1 var(--num); color: var(--g1); } .cta__tel small { display: block; font: 400 13px/1 var(--jp); color: var(--sub); letter-spacing: .2em; margin-bottom: 6px; }
@media (max-width: 767.98px) { .cta__card { grid-template-columns: 1fr; } }
.ft { background: var(--g1); color: rgba(255, 255, 255, .85); margin-top: -1px; padding-top: clamp(44px, 6vw, 80px); }
.ft__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 36px; padding-bottom: 36px; }
.ft__cat { font-size: 12px; font-weight: 400; color: var(--g2); letter-spacing: .1em; margin-bottom: 12px; }
.ft__name { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; color: #fff; font-weight: 400; font-size: 20px; letter-spacing: .12em; } .ft__name img { height: 40px; width: auto; }
.ft address { font-size: 13px; line-height: 2; } .ft address a { color: #fff; border-bottom: 1px solid rgba(255, 255, 255, .4); }
.ft h4 { font: 400 13px/1 var(--num); letter-spacing: .24em; color: var(--g2); margin-bottom: 16px; text-transform: uppercase; } .ft li + li { margin-top: 8px; } .ft li a { font-size: 14px; } .ft li a:hover { color: var(--g2); }
.ft__bottom { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 22px 0 28px; border-top: 1px solid rgba(255, 255, 255, .2); font-size: 12px; text-align: center; color: rgba(255, 255, 255, .6); }
@media (max-width: 767.98px) { .ft__grid { grid-template-columns: 1fr 1fr; } .ft__grid > :first-child { grid-column: 1 / -1; } }
.fcta { position: fixed; right: 18px; bottom: 84px; z-index: 950; display: flex; align-items: center; gap: 8px; padding: 14px 22px; border-radius: var(--pill); background: var(--g2); color: #123018; font: 400 14px/1 var(--jp); letter-spacing: .08em; box-shadow: 0 10px 26px rgba(0, 0, 0, .28); transition: transform .3s var(--ease), background .25s, opacity .4s; } .fcta::before { content: "✉"; font-size: 16px; } .fcta:hover { background: #fff; color: var(--g1); transform: translateY(-4px); }
.js body.is-front:not(.is-loaded) .fcta, .menu-open .fcta { opacity: 0; pointer-events: none; }
.to-top { position: fixed; right: 18px; bottom: 20px; z-index: 900; width: 50px; height: 50px; border: 0; border-radius: 50%; background: #fff; color: var(--g1); box-shadow: var(--sh); cursor: pointer; opacity: 0; visibility: hidden; transition: opacity .3s, visibility 0s .3s, transform .3s var(--ease), background .25s; } .to-top.is-show { opacity: 1; visibility: visible; transition-delay: 0s; } .to-top:hover { background: var(--g2); transform: translateY(-3px); } .to-top::before { content: "↑"; font: 400 20px/1 var(--num); }

/* ---- サブページ(画像の上に白文字で重ねる) ---- */
.ph { position: relative; overflow: hidden; min-height: clamp(340px, 48vh, 560px); display: flex; align-items: flex-end; background: var(--g1); }
.ph__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; } .ph__bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.ph__shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(8, 30, 17, .1) 0%, rgba(8, 30, 17, .55) 55%, rgba(8, 30, 17, .88) 100%); }
.ph__in { position: relative; z-index: 2; width: 100%; padding-top: calc(var(--hh) + clamp(40px, 7vw, 90px)); padding-bottom: clamp(48px, 7.5vw, 96px); color: #fff; }
.ph__title { font-size: clamp(28px, 4vw, 56px); font-weight: 300; margin: .5em 0 0; color: #fff; } .ph__title--long { font-size: clamp(22px, 2.9vw, 42px); }
.ph__lead { margin-top: 16px; max-width: 34em; color: rgba(255, 255, 255, .88); }
.crumbs { display: flex; flex-wrap: wrap; gap: .3em .8em; margin-top: 22px; font-size: 12px; color: rgba(255, 255, 255, .75); } .crumbs a:hover { color: var(--g2); }
.split { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 32px 26px; align-items: start; } .split__a { grid-column: 1 / 7; } .split__b { grid-column: 7 / 13; } .split--rev .split__a { grid-column: 7 / 13; order: 2; } .split--rev .split__b { grid-column: 1 / 7; order: 1; }
@media (max-width: 991.98px) { .split__a, .split__b, .split--rev .split__a, .split--rev .split__b { grid-column: 1 / -1; order: 0; } }
.panel { background: #fff; border-radius: var(--r); box-shadow: var(--sh); padding: clamp(16px, 2.6vw, 36px); }
.mint { background: var(--mint); border-radius: var(--r); padding: clamp(16px, 2.6vw, 36px); }
.no { display: inline-grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: var(--g1); color: #fff; font: 400 22px/1 var(--num); margin-bottom: 14px; }
.rows li { display: flex; gap: 10px; padding: 8px 0; font-size: 14.5px; } .rows li::before { content: "✓"; flex: none; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--g2); color: #fff; font-size: 13px; font-weight: 500; margin-top: 3px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; } .tags li { padding: .3em 1em; border-radius: var(--pill); background: var(--mint); color: var(--g1); font-size: 13px; font-weight: 400; }
.mini { margin: 22px 0 10px; font-size: 13px; font-weight: 400; color: var(--g2d); letter-spacing: .12em; }
.note365 { display: flex; align-items: center; gap: 14px; margin: 18px 0; padding: 14px 22px; border-radius: var(--r2); background: var(--mint); font-weight: 400; } .note365 b { font: 300 42px/1 var(--num); color: var(--g1); }
.plist { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; } .plist > div { padding: 26px; background: #fff; border-radius: var(--r); box-shadow: var(--sh); } .plist h3 { font-size: 19px; font-weight: 300; padding-bottom: 12px; margin-bottom: 8px; border-bottom: 3px dotted var(--g2); }
.plist li { padding: 6px 0 6px 20px; font-size: 14px; position: relative; } .plist li::before { content: ""; position: absolute; left: 0; top: 16px; width: 8px; height: 8px; border-radius: 50%; background: var(--g2); }
@media (max-width: 767.98px) { .plist { grid-template-columns: 1fr; } }
.faq { display: grid; gap: 12px; } .faq__item { background: #fff; border-radius: var(--r2); box-shadow: 0 5px 16px rgba(19, 102, 53, .08); overflow: hidden; }
.faq__item summary { display: flex; align-items: center; gap: 14px; padding: 18px 22px; cursor: pointer; list-style: none; } .faq__item summary::-webkit-details-marker { display: none; } .faq__item h3 { flex: 1; font-size: clamp(15px, 1.4vw, 18px); font-weight: 300; line-height: 1.7; }
.faq__q { flex: none; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--g1); color: #fff; font: 300 15px/1 var(--num); } .faq__q--a { background: var(--g2); color: #123018; }
.faq__chev { flex: none; width: 12px; height: 12px; border-right: 3px solid var(--g1); border-bottom: 3px solid var(--g1); transform: rotate(45deg); transition: transform .3s; margin-right: 4px; } .faq__item[open] .faq__chev { transform: rotate(-135deg); }
.faq__a { display: flex; gap: 14px; padding: 0 22px 22px; } .faq__a p { flex: 1; color: #34503d; }
.phil li { display: flex; align-items: center; gap: 22px; padding: 22px 28px; margin-bottom: 14px; background: #fff; border-radius: var(--pill); box-shadow: var(--sh); } .phil span { flex: none; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--g2); color: #123018; font: 300 20px/1 var(--num); } .phil p { font-size: clamp(16px, 1.9vw, 24px); font-weight: 300; line-height: 1.6; }
@media (max-width: 575.98px) { .phil li { border-radius: var(--r2); padding: 18px; } }
.profile { background: #fff; border-radius: var(--r); box-shadow: var(--sh); overflow: hidden; } .profile div { display: grid; grid-template-columns: 11em 1fr; gap: 16px; padding: 18px 28px; border-top: 1px solid var(--line); } .profile div:first-child { border-top: 0; } .profile dt { font-weight: 400; color: var(--g1); background: none; } .profile a { border-bottom: 2px solid var(--g2); }
.tl li { display: grid; grid-template-columns: 9em 1fr; gap: 16px; padding: 18px 26px; margin-bottom: 12px; background: #fff; border-radius: var(--r2); box-shadow: 0 5px 16px rgba(19, 102, 53, .08); align-items: center; } .tl b { font: 300 34px/1 var(--num); color: var(--g1); } .tl time span { margin-left: .5em; font-size: 12px; color: var(--sub); }
@media (max-width: 575.98px) { .profile div, .tl li { grid-template-columns: 1fr; gap: 2px; } }
.map { position: relative; min-height: clamp(300px, 36vw, 460px); border-radius: var(--r); overflow: hidden; box-shadow: var(--sh); } .map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.tel-big { display: block; font: 300 clamp(34px, 4.4vw, 64px)/1.15 var(--num); color: var(--g1); white-space: nowrap; }
.cform .field { margin-bottom: 22px; } .cform label.l { display: flex; gap: 10px; align-items: center; margin-bottom: 8px; font-size: 14px; font-weight: 400; }
.req { padding: .1em .8em; border-radius: var(--pill); background: var(--g2); color: #123018; font-size: 11px; } .opt { padding: .1em .8em; border-radius: var(--pill); background: var(--mint); color: var(--sub); font-size: 11px; }
.cform .form-control, .cform .form-select { padding: 14px 20px; border: 2px solid var(--line); border-radius: var(--r2); background-color: #fff; color: var(--tx); font: 300 16px/1.7 var(--jp); box-shadow: none; } .cform textarea.form-control { border-radius: 22px; }
.cform .form-control:focus, .cform .form-select:focus { border-color: var(--g2); box-shadow: 0 0 0 4px rgba(141, 186, 41, .25); }
.cform .is-invalid { border-color: #e26d5c !important; } .cform .err { display: none; margin: 6px 0 0 8px; font-size: 12.5px; color: #c74b3a; } .cform .is-invalid ~ .err, .cform .field--agree.has-error .err { display: block; }
.form-check-input { border: 2px solid var(--line); } .form-check-input:checked { background-color: var(--g1); border-color: var(--g1); } .form-check-label a { border-bottom: 2px solid var(--g2); color: var(--g1); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.notice { margin-bottom: 24px; padding: 18px 24px; border-radius: var(--r2); background: var(--mint); border: 2px solid var(--g2); } .notice--ng { background: #fdeceb; border-color: #e26d5c; }
.policy li { padding: 22px 26px; margin-bottom: 12px; background: #fff; border-radius: var(--r2); box-shadow: 0 5px 16px rgba(19, 102, 53, .08); } .policy h2 { display: flex; align-items: center; gap: 12px; font-size: 18px; font-weight: 300; margin-bottom: 8px; } .policy h2 span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--g1); color: #fff; font: 300 14px/1 var(--num); } .policy p { color: #34503d; padding-left: 46px; }
@media (max-width: 575.98px) { .policy p { padding-left: 0; } }
.article { background: #fff; border-radius: var(--r); box-shadow: var(--sh); padding: clamp(24px, 4vw, 56px); } .article__meta { display: flex; gap: 14px; align-items: center; margin-bottom: 14px; } .article__meta time { font: 400 15px/1 var(--num); color: var(--sub); }
.article__title { font-size: clamp(22px, 2.6vw, 34px); font-weight: 300; padding-bottom: 18px; margin-bottom: 26px; border-bottom: 3px dotted var(--g2); } .article__body { line-height: 2.1; } .article__body p { margin-bottom: 1.5em; }
.hk-pager .nav-links { display: flex; gap: 8px; justify-content: center; margin-top: 30px; } .hk-pager .page-numbers { display: grid; place-items: center; min-width: 44px; height: 44px; border-radius: 50%; background: #fff; box-shadow: var(--sh); font: 400 15px/1 var(--num); } .hk-pager .current, .hk-pager a:hover { background: var(--g1); color: #fff; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; } .js .rv, .js .hero__copy > * { opacity: 1; transform: none; } .js .ill .draw { stroke-dashoffset: 0; } }

/* スマホ: 固定ボタンは丸いアイコンに(ヒーローのボタンと重ならないように) */
@media (max-width: 575.98px) { .fcta { right: 14px; bottom: 84px; width: 54px; height: 54px; padding: 0; justify-content: center; font-size: 0; } .fcta::before { font-size: 22px; } .to-top { right: 14px; bottom: 16px; } }
