:root {
  --ivory: #f5f1e8;
  --paper: #fffdf8;
  --teal: #0d4b48;
  --teal-deep: #073836;
  --teal-soft: #dbe9e3;
  --coral: #ee7654;
  --coral-dark: #d85e3c;
  --sage: #b8c8ad;
  --ink: #172c2b;
  --muted: #647371;
  --line: rgba(13, 75, 72, 0.14);
  --shadow: 0 24px 70px rgba(20, 52, 48, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif; font-feature-settings: "palt"; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.wp-site-blocks, .wp-block-post-content, .barrel-page { width: 100%; padding: 0; margin: 0; }
.wp-site-blocks > *, .wp-block-post-content > *, .barrel-page > * { margin-block-start: 0; margin-block-end: 0; }
.wp-block-image { margin: 0; }
.admin-bar .site-header { top: 32px; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; z-index: 999; left: 12px; top: 12px; padding: 10px 16px; background: var(--teal); color: white; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; height: 82px; background: rgba(255, 253, 248, 0.9); border-bottom: 1px solid rgba(13, 75, 72, 0.08); backdrop-filter: blur(18px); }
.header-inner { width: min(1360px, calc(100% - 48px)); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 42px; aspect-ratio: 1; display: grid; place-items: center; color: var(--paper); background: var(--teal); border-radius: 50% 50% 50% 18%; font-family: Arial, sans-serif; font-size: 20px; font-weight: 800; letter-spacing: -0.04em; }
.brand-copy { display: flex; flex-direction: column; gap: 3px; }
.brand-copy strong { font-size: 16px; letter-spacing: 0.04em; }
.brand-copy small { font-family: Arial, sans-serif; font-size: 8.5px; letter-spacing: 0.16em; color: var(--muted); }
.desktop-nav { display: flex; align-items: center; gap: 36px; font-size: 14px; font-weight: 700; }
.desktop-nav > a:not(.nav-cta) { position: relative; padding: 27px 0; }
.desktop-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; height: 2px; background: var(--coral); transition: right .25s ease; }
.desktop-nav > a:hover::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border-radius: 999px; color: white; background: var(--teal); }
.mobile-menu { display: none; }

/* Shared */
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--teal); font-family: Arial, sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 2px; background: var(--coral); }
.eyebrow-light { color: rgba(255,255,255,.76); }
.section-heading h2, .connection-copy h2, .contact-band h2 { margin: 0; font-size: clamp(36px, 4.4vw, 62px); font-weight: 750; line-height: 1.28; letter-spacing: -.05em; }
.section-heading > p:last-child, .split-heading > p { color: var(--muted); font-size: 16px; line-height: 2; }
.split-heading { display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 100px; margin-bottom: 58px; }
.split-heading > p { max-width: 470px; margin: 0 0 4px; }
.button { min-height: 58px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--teal); color: white; box-shadow: 0 14px 34px rgba(13,75,72,.2); }
.button-primary:hover { background: var(--teal-deep); }
.button-light { background: var(--paper); color: var(--teal); }
.button-coral { background: var(--coral); color: white; box-shadow: 0 14px 34px rgba(238,118,84,.23); }
.button-coral:hover { background: var(--coral-dark); }
.arrow-icon { width: 27px; height: 27px; display: inline-grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.18); font-size: 14px; }
.button-light .arrow-icon { background: var(--teal-soft); }

/* Hero */
.hero { position: relative; min-height: 790px; overflow: hidden; background: var(--ivory); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: radial-gradient(rgba(13,75,72,.16) .7px, transparent .7px); background-size: 12px 12px; mask-image: linear-gradient(90deg, black, transparent 55%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: -140px; top: -160px; background: rgba(238,118,84,.17); }
.hero-glow-two { width: 360px; height: 360px; left: 39%; bottom: -250px; background: rgba(184,200,173,.3); }
.hero-grid { position: relative; z-index: 1; min-height: 710px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 62px; padding-top: 34px; padding-bottom: 40px; }
.hero-copy { padding-top: 12px; }
.hero-copy h1 { margin: 0; font-size: clamp(50px, 5.45vw, 78px); font-weight: 800; line-height: 1.18; letter-spacing: -.07em; }
.hero-copy h1 em { color: var(--teal); font-style: normal; position: relative; white-space: nowrap; }
.hero-copy h1 em::after { content: ""; position: absolute; z-index: -1; left: 2%; right: -1%; bottom: 3px; height: 14px; border-radius: 20px; background: rgba(238,118,84,.36); transform: rotate(-1deg); }
.hero-lead { margin: 26px 0 0; color: #4d6663; font-size: 17px; font-weight: 550; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--teal); color: var(--teal); font-size: 14px; font-weight: 800; }
.hero-trust { display: flex; align-items: center; gap: 14px; margin-top: 38px; }
.hero-trust p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.hero-trust strong { color: var(--ink); font-size: 12px; }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack span { width: 33px; height: 33px; margin-left: -8px; display: grid; place-items: center; border: 2px solid var(--ivory); border-radius: 50%; background: var(--teal-soft); color: var(--teal); font-size: 10px; font-weight: 900; }
.avatar-stack span:nth-child(2) { background: #f5cabc; color: #9d472e; }
.avatar-stack span:nth-child(3) { background: var(--teal); color: white; }
.hero-media { position: relative; min-width: 0; }
.hero-image-frame { position: relative; overflow: hidden; min-height: 550px; border-radius: 190px 190px 34px 34px; background: #dce7de; box-shadow: var(--shadow); }
.hero-image-frame::after { content: "イメージ"; position: absolute; right: 18px; bottom: 14px; padding: 4px 8px; border-radius: 999px; color: rgba(255,255,255,.8); background: rgba(7,56,54,.35); font-size: 9px; letter-spacing: .1em; }
.hero-image-frame img { width: 100%; height: 550px; object-fit: cover; }
.hero-float-card { position: absolute; display: flex; align-items: center; gap: 13px; padding: 16px 18px; border-radius: 17px; background: rgba(255,253,248,.94); box-shadow: 0 16px 40px rgba(20,52,48,.18); backdrop-filter: blur(10px); }
.hero-float-card small { display: block; margin-bottom: 3px; color: var(--muted); font-family: Arial, sans-serif; font-size: 7px; font-weight: 800; letter-spacing: .13em; }
.hero-float-card strong { font-size: 11px; line-height: 1.45; }
.float-dot { width: 32px; height: 32px; border: 8px solid var(--teal-soft); border-radius: 50%; background: var(--teal); }
.float-number { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: white; font-family: Arial,sans-serif; font-size: 10px; font-weight: 900; }
.card-care { left: -28px; top: 68px; }
.card-plan { right: -20px; bottom: 64px; }
.hero-scroll { position: absolute; z-index: 2; left: calc((100% - min(1180px, calc(100% - 48px))) / 2); bottom: 22px; display: flex; align-items: center; gap: 12px; color: var(--muted); font-family: Arial,sans-serif; font-size: 8px; letter-spacing: .2em; transform: rotate(-90deg) translateY(-15px); transform-origin: left center; }
.hero-scroll span { width: 42px; height: 1px; background: var(--muted); }
.reveal { animation: rise .8s ease both; }
.delay-one { animation-delay: .14s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

/* Audience */
.audience-strip { position: relative; z-index: 3; margin-top: -48px; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; border-radius: 18px; overflow: hidden; box-shadow: 0 18px 50px rgba(20,52,48,.15); }
.audience-card { min-height: 130px; padding: 28px 34px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; color: white; transition: transform .25s ease; }
.audience-card:hover { transform: translateY(-4px); }
.audience-customer { background: var(--teal); }
.audience-worker { background: var(--coral); }
.audience-number { font-family: Arial,sans-serif; font-size: 11px; opacity: .7; }
.audience-card small { display: block; margin-bottom: 8px; font-family: Arial,sans-serif; font-size: 8px; font-weight: 800; letter-spacing: .15em; opacity: .72; }
.audience-card strong { font-size: 17px; }
.audience-card .arrow-icon { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.3); background: transparent; }

/* Services */
.services-intro { background: var(--paper); padding-top: 150px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 510px; padding: 38px 34px; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: #f8f3e9; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card::before { content: ""; position: absolute; width: 180px; height: 180px; right: -84px; top: -85px; border-radius: 50%; background: rgba(13,75,72,.06); }
.service-private { background: #f6e8df; }
.service-plan { background: #e7efe9; }
.service-icon { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 20px; background: var(--paper); box-shadow: 0 12px 30px rgba(20,52,48,.08); }
.service-icon { color: var(--teal); font-size: 22px; font-weight: 900; }
.service-icon svg { width: 40px; height: 40px; fill: none; stroke: var(--teal); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.card-kicker { margin: 38px 0 12px !important; color: var(--muted) !important; font-family: Arial,sans-serif; font-size: 9px !important; font-weight: 800; letter-spacing: .14em; }
.service-card h3 { margin: 0; font-size: 29px; line-height: 1.35; letter-spacing: -.04em; }
.service-card h3 small { font-size: 18px; }
.service-card > p { margin: 20px 0 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0 0; padding: 0; list-style: none; }
.tag-list li { padding: 6px 10px; border: 1px solid rgba(13,75,72,.17); border-radius: 999px; color: var(--teal); font-size: 10px; font-weight: 700; }
.circle-link { position: absolute; right: 26px; bottom: 26px; width: 47px; height: 47px; display: grid; place-items: center; border-radius: 50%; background: var(--teal); color: white; }

/* Connection */
.connection-section { color: white; background: var(--teal); overflow: hidden; }
.connection-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.connection-copy h2 { font-size: clamp(34px, 4vw, 56px); }
.connection-copy > p:not(.eyebrow) { margin: 28px 0 36px; color: rgba(255,255,255,.73); font-size: 15px; line-height: 2.05; }
.connection-visual { position: relative; min-height: 460px; display: grid; place-items: center; }
.orbit { position: absolute; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.orbit-one { width: 390px; height: 250px; transform: rotate(22deg); }
.orbit-two { width: 390px; height: 250px; transform: rotate(-22deg); }
.orbit-three { width: 318px; height: 318px; }
.orbit span { position: absolute; padding: 10px 16px; border-radius: 999px; background: var(--paper); color: var(--teal); font-size: 12px; font-weight: 800; }
.orbit-one span { right: 6px; top: 46px; transform: rotate(-22deg); }
.orbit-two span { left: 6px; bottom: 46px; transform: rotate(22deg); }
.orbit-three span { left: -32px; top: 34px; white-space: nowrap; }
.orbit-core { z-index: 2; width: 120px; height: 120px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); font-size: 17px; font-weight: 900; box-shadow: 0 0 0 18px rgba(238,118,84,.13); }

/* Flow */
.flow-section { background: var(--ivory); }
.centered-heading { max-width: 650px; margin: 0 auto 58px; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.centered-heading > p:last-child { margin-top: 20px; }
.flow-list { counter-reset: flow; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; padding: 0; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; list-style: none; background: var(--line); }
.flow-list li { position: relative; min-height: 270px; padding: 34px; background: var(--paper); }
.flow-list li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -16px; top: 50%; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--teal); color: white; font-size: 12px; }
.flow-list li > span { color: var(--coral); font-family: Arial,sans-serif; font-size: 11px; font-weight: 900; }
.flow-list strong { display: block; margin-top: 55px; font-size: 20px; }
.flow-list p { margin: 13px 0 0; color: var(--muted); font-size: 13px; line-height: 1.9; }

/* Recruit */
.recruit-teaser { background: var(--paper); }
.recruit-panel { min-height: 570px; padding: 54px; display: grid; grid-template-columns: .93fr 1.07fr; gap: 58px; align-items: stretch; border-radius: 32px; color: white; background: var(--teal-deep); overflow: hidden; box-shadow: var(--shadow); }
.recruit-copy { display: flex; flex-direction: column; justify-content: center; }
.recruit-copy h2 { margin: 0; font-size: clamp(36px, 3.7vw, 54px); line-height: 1.38; letter-spacing: -.055em; }
.recruit-copy h2 em { color: #ffc6b2; font-style: normal; }
.recruit-copy > p:not(.eyebrow) { margin: 25px 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 2; }
.recruit-points { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.recruit-points span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: 10px; font-weight: 700; }
.recruit-copy .button { align-self: flex-start; }
.recruit-image-wrap { position: relative; overflow: hidden; border-radius: 24px; min-height: 450px; background: #d7e3d7; }
.recruit-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.recruit-image-wrap::after { content: "イメージ"; position: absolute; right: 14px; top: 14px; padding: 4px 8px; border-radius: 999px; background: rgba(7,56,54,.35); font-size: 9px; letter-spacing: .1em; }
.recruit-caption { position: absolute; left: 20px; bottom: 20px; padding: 11px 15px; border-radius: 999px; background: rgba(255,253,248,.92); color: var(--teal); font-family: Arial,sans-serif; font-size: 8px; font-weight: 900; letter-spacing: .14em; }

/* Contact */
.contact-band { padding: 88px 0; color: white; background: var(--teal); }
.contact-band-inner { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 80px; }
.contact-band h2 { font-size: clamp(32px, 4vw, 54px); }
.contact-options { display: flex; flex-direction: column; align-items: stretch; gap: 15px; }
.phone-card { padding: 20px 24px; display: grid; grid-template-columns: 1fr auto; align-items: end; border-radius: 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); }
.phone-card small { grid-column: 1/-1; margin-bottom: 5px; color: rgba(255,255,255,.67); font-size: 10px; }
.phone-card strong { font-family: Arial,sans-serif; font-size: 28px; letter-spacing: .03em; }
.phone-card span { color: rgba(255,255,255,.66); font-size: 10px; }

/* Footer */
.site-footer { padding: 80px 0 30px; color: rgba(255,255,255,.72); background: #082c2b; }
.footer-main { display: grid; grid-template-columns: 1.45fr .85fr .65fr 1fr; gap: 55px; padding-bottom: 62px; }
.brand-light .brand-mark { background: var(--coral); }
.brand-light .brand-copy strong { color: white; }
.brand-light .brand-copy small { color: rgba(255,255,255,.56); }
.footer-brand > p { max-width: 320px; margin: 24px 0 0; font-size: 12px; line-height: 1.9; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; font-size: 12px; line-height: 1.65; }
.footer-column p { margin: 0; }
.footer-heading { margin-bottom: 8px !important; color: white; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.footer-phone { color: white; font-family: Arial,sans-serif; font-size: 19px; font-weight: 800; }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.44); }

/* Inner pages */
.page-hero { position: relative; padding: 110px 0 90px; overflow: hidden; background: var(--ivory); }
.page-hero::after { content: ""; position: absolute; width: 430px; height: 430px; right: -120px; bottom: -280px; border-radius: 50%; background: rgba(238,118,84,.15); }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .65fr; gap: 70px; align-items: end; }
.page-hero h1 { margin: 0; font-size: clamp(50px, 6vw, 84px); line-height: 1.12; letter-spacing: -.07em; }
.page-hero h1 em { color: var(--teal); font-style: normal; }
.page-hero-copy { margin: 0 0 8px; color: var(--muted); font-size: 15px; line-height: 2; }
.breadcrumbs { margin-bottom: 28px; color: var(--muted); font-family: Arial,sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.breadcrumbs a { color: var(--teal); }
.subnav { position: sticky; z-index: 20; top: 82px; background: rgba(255,253,248,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.subnav-inner { display: flex; justify-content: center; gap: 6px; padding: 12px 0; overflow-x: auto; }
.subnav a { min-width: max-content; padding: 9px 16px; border-radius: 999px; color: var(--muted); font-size: 12px; font-weight: 700; white-space: nowrap; }
.subnav a:hover { background: var(--teal-soft); color: var(--teal); }
.content-section { padding: 100px 0; scroll-margin-top: 145px; }
.content-section:nth-child(even) { background: var(--ivory); }
.content-heading { display: grid; grid-template-columns: .45fr 1fr; gap: 80px; margin-bottom: 52px; }
.content-heading h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.3; letter-spacing: -.05em; }
.content-heading .nowrap-heading { white-space: nowrap; }
.heading-subtitle { margin: 10px 0 0 !important; color: var(--teal) !important; font-size: 17px !important; font-weight: 750; line-height: 1.5 !important; }
.content-heading p { margin: 0; color: var(--muted); line-height: 2; }
.detail-card { padding: 46px; border: 1px solid var(--line); border-radius: 26px; background: var(--paper); }
.detail-card h3 { margin: 0 0 18px; font-size: 25px; }
.detail-card p { color: var(--muted); line-height: 1.9; }
.feature-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-item { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.feature-item > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--coral); font-family: Arial,sans-serif; font-size: 10px; font-weight: 900; }
.feature-item h3 { margin: 24px 0 12px; font-size: 19px; }
.feature-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.check-list li { padding: 14px 16px; border-radius: 12px; background: var(--teal-soft); color: var(--teal); font-size: 13px; font-weight: 700; }
.check-list li::before { content: "✓"; margin-right: 9px; color: var(--coral); }
.company-table { width: 100%; border-collapse: collapse; }
.company-table th, .company-table td { padding: 22px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 14px; line-height: 1.8; }
.company-table th { width: 180px; color: var(--teal); font-size: 12px; }

/* Recruitment page */
.recruit-hero { color: white; background: var(--teal-deep); }
.recruit-hero::after { background: rgba(238,118,84,.25); }
.recruit-hero .eyebrow, .recruit-hero .breadcrumbs, .recruit-hero .breadcrumbs a, .recruit-hero .page-hero-copy { color: rgba(255,255,255,.72); }
.recruit-hero h1 em { color: #ffc6b2; }
.recruit-visual { overflow: hidden; border-radius: 24px; height: 300px; }
.recruit-visual img { width: 100%; height: 100%; object-fit: cover; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { min-height: 320px; padding: 34px; border-radius: 24px; background: var(--teal); color: white; }
.value-card:nth-child(2) { background: var(--coral); }
.value-card:nth-child(3) { background: #657c60; }
.value-card .number { color: rgba(255,255,255,.6); font-family: Arial,sans-serif; font-size: 11px; font-weight: 900; }
.value-card h3 { margin: 90px 0 15px; font-size: 25px; line-height: 1.45; }
.value-card p { margin: 0; color: rgba(255,255,255,.75); font-size: 13px; line-height: 1.9; }
.job-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.job-card { padding: 38px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); }
.job-type { display: inline-block; padding: 6px 11px; border-radius: 999px; background: var(--teal-soft); color: var(--teal); font-size: 10px; font-weight: 800; }
.job-card h3 { margin: 20px 0 12px; font-size: 25px; }
.job-card > p { color: var(--muted); line-height: 1.8; }
.job-data { margin: 28px 0 0; }
.job-data div { display: grid; grid-template-columns: 90px 1fr; gap: 16px; padding: 14px 0; border-top: 1px solid var(--line); font-size: 13px; }
.job-data dt { color: var(--muted); }
.job-data dd { margin: 0; font-weight: 700; }
.entry-note { margin-top: 20px; color: var(--muted); font-size: 11px; line-height: 1.8; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.faq-list summary { padding: 22px 24px; display: flex; justify-content: space-between; gap: 20px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::after { content: "+"; color: var(--coral); font-size: 22px; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 24px 24px; color: var(--muted); font-size: 13px; line-height: 1.9; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; }
.contact-card { padding: 30px; border-radius: 22px; background: var(--teal); color: white; }
.contact-card h3 { margin: 0 0 10px; font-size: 20px; }
.contact-card a { display: block; margin-top: 20px; font-family: Arial,sans-serif; font-size: 29px; font-weight: 900; }
.contact-card p { color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.8; }
.contact-card + .contact-card { margin-top: 15px; color: var(--ink); background: var(--ivory); }
.contact-card + .contact-card p { color: var(--muted); }
.form-shell { padding: 42px; border: 1px solid var(--line); border-radius: 26px; background: var(--paper); }
.form-shell h2 { margin: 0 0 28px; font-size: 30px; }
.form-row { display: grid; gap: 9px; margin-bottom: 22px; }
.form-row label { font-size: 12px; font-weight: 800; }
.required { margin-left: 6px; color: var(--coral); font-size: 9px; }
.form-row input, .form-row textarea, .form-row select { width: 100%; padding: 15px 16px; border: 1px solid var(--line); border-radius: 11px; outline: none; background: #fbf9f4; }
.form-row input:focus, .form-row textarea:focus, .form-row select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(13,75,72,.09); }
.form-row textarea { min-height: 150px; resize: vertical; }
.form-note { margin: 0 0 22px; color: var(--muted); font-size: 11px; line-height: 1.8; }
.form-button { width: 100%; border: 0; cursor: pointer; }
.center-action { margin-top: 36px; text-align: center; }
.left-action { margin-top: 34px; }
.compact-card { margin-top: 16px; padding: 24px; }
.compact-card h3 { font-size: 17px; }
.compact-card p { font-size: 12px; }
.recruit-hero-copy { margin-top: 28px; }

@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; border-radius: 50%; background: var(--teal); cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 18px; height: 1.5px; background: white; }
  .mobile-menu nav { position: absolute; right: 0; top: 54px; width: min(310px, calc(100vw - 32px)); padding: 16px; display: grid; gap: 5px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
  .mobile-menu nav a { padding: 14px; font-size: 14px; font-weight: 700; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 80px; padding-bottom: 120px; }
  .hero-copy { max-width: 650px; }
  .hero-media { max-width: 650px; width: 100%; margin: 0 auto; }
  .hero-image-frame { min-height: 510px; }
  .hero-image-frame img { height: 510px; }
  .audience-strip { margin-top: -54px; }
  .split-heading, .connection-grid, .recruit-panel, .contact-band-inner, .page-hero-grid, .content-heading, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .split-heading { margin-bottom: 45px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; min-height: 390px; }
  .flow-list { grid-template-columns: 1fr; }
  .flow-list li { min-height: 210px; }
  .flow-list li:not(:last-child)::after { top: auto; right: 50%; bottom: -16px; transform: rotate(90deg) translateY(-50%); }
  .flow-list strong { margin-top: 34px; }
  .recruit-panel { padding: 40px; }
  .recruit-image-wrap { min-height: 410px; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .feature-list, .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 230px; }
  .value-card h3 { margin-top: 50px; }
}

@media (max-width: 680px) {
  .admin-bar .site-header { top: 46px; }
  .shell, .header-inner { width: min(100% - 30px, 1180px); }
  .site-header { height: 72px; }
  .brand-mark { width: 38px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy small { font-size: 7px; }
  .section { padding: 72px 0; }
  .hero-grid { padding-top: 58px; padding-bottom: 105px; gap: 46px; }
  .hero-copy h1 { font-size: clamp(43px, 13vw, 62px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero-media { width: calc(100% - 18px); }
  .hero-image-frame { min-height: 410px; border-radius: 120px 120px 25px 25px; }
  .hero-image-frame img { height: 410px; }
  .hero-float-card { padding: 12px 14px; }
  .card-care { left: -18px; top: 48px; }
  .card-plan { right: -16px; bottom: 35px; }
  .hero-scroll { display: none; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 112px; padding: 24px 20px; gap: 15px; }
  .audience-card strong { font-size: 15px; }
  .services-intro { padding-top: 120px; }
  .section-heading h2, .connection-copy h2, .contact-band h2 { font-size: 36px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: 460px; }
  .connection-visual { min-height: 360px; transform: scale(.78); }
  .orbit-one, .orbit-two { width: 370px; }
  .orbit-three { width: 305px; height: 305px; }
  .flow-list li { padding: 28px; }
  .recruit-panel { width: calc(100% - 20px); padding: 30px 22px; border-radius: 25px; }
  .recruit-copy h2 { font-size: 36px; }
  .recruit-image-wrap { min-height: 310px; }
  .phone-card { grid-template-columns: 1fr; gap: 6px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 42px 25px; }
  .footer-brand, .footer-contact { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .page-hero { padding: 80px 0 68px; }
  .page-hero h1 { font-size: 48px; }
  .subnav { top: 72px; }
  .subnav-inner { justify-content: flex-start; }
  .content-section { padding: 74px 0; scroll-margin-top: 130px; }
  .content-heading { gap: 24px; }
  .content-heading h2 { font-size: 35px; }
  .feature-list, .job-grid { grid-template-columns: 1fr; }
  .detail-card, .job-card, .form-shell { padding: 28px 22px; }
  .check-list { grid-template-columns: 1fr; }
  .company-table th, .company-table td { display: block; width: 100%; padding: 12px 6px; }
  .company-table th { padding-top: 20px; border-bottom: 0; }
  .company-table td { padding-top: 0; }
  .recruit-visual { height: 240px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
