:root {
  --base: #fffdf8;
  --ivory: #fbf4e8;
  --ivory-2: #f7eddd;
  --green: #8fba61;
  --green-dark: #668c41;
  --orange: #ef9850;
  --peach: #f5b08d;
  --gold: #eab34d;
  --ink: #3a2c22;
  --text: #5d5148;
  --muted: #8a7d70;
  --line: #eadfce;
  --shadow: 0 12px 34px rgba(111, 82, 48, 0.08);
  --soft-shadow: 0 8px 22px rgba(111, 82, 48, 0.06);
  --max: 1180px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--base);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  line-height: 1.85;
}
body::before {
  position: fixed;
  right: -140px;
  bottom: -140px;
  z-index: -1;
  width: 360px;
  height: 360px;
  content: "";
  border-radius: 50%;
  background: rgba(143, 186, 97, 0.08);
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 248, 0.95);
  border-bottom: 1px solid rgba(234, 223, 206, 0.74);
  box-shadow: 0 5px 18px rgba(79, 61, 37, 0.04);
  backdrop-filter: blur(12px);
}
.header-inner {
  width: min(var(--max), calc(100% - 44px));
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
}
.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  line-height: 1.2;
}
.site-logo img {
  display: block;
  width: 100%;
  max-width: 76px;
  height: auto;
  max-height: 76px;
  object-fit: contain;
}
.site-logo-text {
  display: block;
  min-width: 112px;
  color: var(--ink);
}
.site-logo-text small {
  display: block;
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}
.site-logo-text strong {
  display: block;
  color: var(--ink);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.brand-mark {
  width: 64px;
  height: 64px;
}
.brand-text small,
.brand-text em {
  display: block;
  color: var(--text);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}
.brand-text strong {
  display: block;
  color: var(--ink);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0.08em;
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-left: auto;
  color: #3f352d;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}
.site-nav a {
  padding: 8px 0;
}
.header-contact {
  text-align: right;
  line-height: 1.35;
}
.header-contact .phone {
  display: block;
  color: var(--orange);
  font-size: 21px;
  font-weight: 800;
}
.header-contact small {
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
}
.line-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 11px;
  color: #fff;
  background: var(--green);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 16px rgba(105, 147, 57, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.line-btn:hover,
.business-card a:hover,
.recruit-band a:hover,
.cta:hover {
  transform: translateY(-2px);
  filter: saturate(1.03);
  box-shadow: 0 14px 28px rgba(111, 82, 48, 0.12);
}
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.hero {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  padding: 72px 0 24px;
  background:
    radial-gradient(900px 360px at 20% 5%, #fbf1e2 0 58%, transparent 59%),
    linear-gradient(180deg, #fffdf9 0%, #fffdf8 72%, #fbf4e8 100%);
}
.hero::before {
  position: absolute;
  right: -11vw;
  top: 0;
  width: 66vw;
  height: 620px;
  content: "";
  border-radius: 0 0 0 360px;
  background: rgba(247, 237, 221, 0.72);
}
.hero::after {
  position: absolute;
  left: -70px;
  bottom: 56px;
  width: 190px;
  height: 155px;
  content: "";
  background: url("../images/leaf.svg") center / contain no-repeat;
  opacity: 0.34;
}
.hero-inner {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  gap: 8px;
}
.hero-copy {
  padding: 34px 0 0 38px;
}
.hero-copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(39px, 4.5vw, 61px);
  font-weight: 800;
  line-height: 1.48;
  letter-spacing: 0.04em;
}
.hero-copy h1 span {
  color: var(--peach);
}
.hero-copy p {
  max-width: 570px;
  margin: 26px 0 0;
  color: #42382f;
  font-size: 16px;
  font-weight: 700;
}
.hero-photo {
  align-self: stretch;
  display: flex;
  align-items: center;
}
.hero-photo img {
  width: 100%;
  height: 590px;
  object-fit: cover;
  border-radius: 0 0 0 260px;
  filter: saturate(0.96) brightness(1.04);
}
.hero-actions {
  display: grid;
  grid-template-columns: 1fr 1fr 1.08fr;
  gap: 16px;
  max-width: 650px;
  margin-top: 34px;
}
.cta {
  min-height: 76px;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 22px;
  font-weight: 800;
  line-height: 1.35;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.cta small,
.cta strong {
  display: block;
}
.cta small {
  font-size: 13px;
}
.cta strong {
  font-size: 18px;
}
.cta-orange {
  color: #fff;
  background: var(--orange);
}
.cta-green {
  color: #fff;
  background: var(--green);
}
.cta-white {
  justify-content: space-between;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
}
.cta-white span {
  color: var(--orange);
}
.feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 650px;
  margin-top: 28px;
}
.mini-card,
.worry-card,
.reason-grid article,
.contact-card,
.flow-row article {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--soft-shadow);
}
.mini-card {
  min-height: 70px;
  padding: 13px 18px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  column-gap: 10px;
  border-radius: 19px;
}
.round-icon {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--orange);
  background: #fff8ef;
  font-size: 13px;
  font-weight: 800;
}
.round-icon.soft-illust {
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(234, 223, 204, 0.9);
  background: #fffdf8;
}
.round-icon img,
.worry-card span img,
.circle-grid span img,
.reason-grid span img,
.support-illust img,
.contact-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.illust-thumb:empty,
.support-illust:empty,
.worry-card span:empty {
  display: none;
}
.mini-card b {
  color: var(--orange);
  font-size: 15px;
  line-height: 1.35;
}
.mini-card small {
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}
.about-wrap {
  padding: 34px 0 30px;
  background: var(--base);
}
.about-inner {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 54px;
  align-items: center;
}
.about-photo img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 36px 92px 36px 36px;
  box-shadow: var(--soft-shadow);
}
.section-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.section-label::before {
  width: 23px;
  height: 23px;
  content: "";
  background: url("../images/leaf.svg") left center / 55px auto no-repeat;
}
.about-copy h2,
.recruit-band h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: 0.04em;
}
.about-copy p:not(.section-label),
.recruit-band p {
  margin: 18px 0 0;
  color: var(--text);
  font-size: 15px;
  font-weight: 700;
}
.worry-section,
.menu-section,
.flow-section,
.taxi-flow-section,
.reason-section,
.contact-section {
  padding: 42px 0;
  background: var(--ivory);
}
.section-title {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto 22px;
  text-align: center;
}
.section-title.side {
  text-align: left;
}
.worry-grid {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.worry-card {
  min-height: 162px;
  padding: 22px 16px 18px;
  border-radius: 14px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.worry-card:hover,
.sub-card-grid article:hover,
.business-card:hover,
.faq-list article:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(111, 82, 48, 0.09);
}
.worry-card span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 13px;
  border-radius: 18px;
  color: var(--green-dark);
  background: #fffaf3;
  border: 1px solid #f2dfc3;
  font-weight: 800;
  padding: 12px;
}
.worry-card span.illust-thumb {
  width: 86px;
  height: 86px;
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
  background: #fffdf8;
}
.worry-card b {
  display: block;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.65;
}
.menu-section {
  padding-top: 22px;
}
.business-grid {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.business-card {
  min-height: 288px;
  padding: 28px 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--soft-shadow);
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.business-card::after,
.info-panel::after,
.job-card::after {
  position: absolute;
  right: -34px;
  bottom: -44px;
  width: 126px;
  height: 126px;
  content: "";
  border-radius: 50%;
  background: rgba(143, 186, 97, 0.08);
  pointer-events: none;
}
.business-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 16px;
  object-fit: contain;
}
.business-icon.soft-png {
  width: 92px;
  height: 92px;
  padding: 0;
  border: 1px solid rgba(234, 223, 204, 0.9);
  border-radius: 50%;
  background: #fffdf8;
}
.business-icon.photo-icon {
  object-fit: cover;
}
.business-card > *,
.info-panel > *,
.job-card > * {
  position: relative;
  z-index: 1;
}
.business-card span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
}
.business-card h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.35;
}
.business-card p {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
}
.business-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 20px;
  padding: 0 20px;
  border-radius: 999px;
  color: #fff;
  background: var(--orange);
  font-size: 13px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.business-card dl {
  margin: 20px 0 0;
  display: grid;
  gap: 8px;
}
.business-card dl div {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 10px;
}
.business-card dt,
.business-card dd {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}
.business-card dt {
  color: var(--green-dark);
}
.business-card dd {
  color: var(--text);
}
.main-business {
  border-color: #d9e8c5;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 252, 241, 0.94));
}
.service-pair {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  padding: 30px 0 42px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  background: var(--ivory);
  box-shadow: 0 0 0 100vmax var(--ivory);
  clip-path: inset(0 -100vmax);
}
.service-box {
  padding: 26px 26px 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--soft-shadow);
}
.service-box > .section-label {
  display: flex;
  margin-bottom: 23px;
}
.service-note {
  margin: -8px 0 22px;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
}
.circle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px 16px;
}
.circle-grid div {
  text-align: center;
}
.circle-grid span {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin: 0 auto 10px;
  border-radius: 50%;
  color: var(--orange);
  background: #fffaf3;
  border: 1px solid #f0e1c9;
  font-size: 18px;
  font-weight: 800;
  padding: 15px;
}
.circle-grid span.illust-thumb,
.reason-grid span.illust-thumb {
  width: 86px;
  height: 86px;
  padding: 0;
  overflow: hidden;
  background: #fffdf8;
  border-color: rgba(234, 223, 204, 0.9);
}
.circle-grid span.illust-thumb img,
.reason-grid span.illust-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
.circle-grid b {
  display: block;
  font-size: 13px;
  line-height: 1.55;
  min-height: 42px;
}
.support-list {
  display: grid;
  gap: 14px;
}
.support-list article {
  min-height: 128px;
  padding: 16px 16px;
  display: grid;
  grid-template-columns: 112px 1fr 32px;
  gap: 20px;
  align-items: center;
  border: 1.5px solid #9fc275;
  border-radius: 14px;
  background: #fff;
}
.support-list article:nth-child(2) {
  border-color: #efad98;
}
.support-list article:nth-child(3) {
  border-color: #efc262;
}
.support-illust {
  display: grid;
  place-items: center;
  width: 74px;
  height: 66px;
  border-radius: 15px;
  color: var(--green-dark);
  background: #f2f8ec;
  font-weight: 800;
  padding: 14px;
}
.support-illust:has(img[src*="illust-"]),
.support-illust:has(img[src*="wc-"]),
.support-illust:has(img[src*="mental-home-nursing"]) {
  width: 104px;
  height: 104px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(234, 223, 204, 0.9);
  border-radius: 50%;
  background: #fffdf8;
}
.support-illust.peach {
  color: #d9846e;
  background: #fff1ed;
}
.support-illust.gold {
  color: #d49520;
  background: #fff8e4;
}
.support-list h3 {
  margin: 0 0 4px;
  color: var(--green-dark);
  font-size: 20px;
  line-height: 1.35;
}
.support-list article:nth-child(2) h3 {
  color: #e88674;
}
.support-list article:nth-child(3) h3 {
  color: #e3a421;
}
.support-list p {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}
.support-list article > b {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
}
.flow-section {
  padding-top: 24px;
}
.taxi-flow-section {
  padding-top: 8px;
}
.flow-row {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}
.flow-row article {
  position: relative;
  min-height: 148px;
  padding: 24px 16px 18px;
  border-radius: 50% / 36%;
  text-align: center;
}
.flow-row article:not(:last-child)::after {
  position: absolute;
  right: -20px;
  top: 50%;
  content: "→";
  color: var(--orange);
  font-weight: 800;
}
.flow-row span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin: 0 auto 18px;
  border-radius: 50%;
  color: var(--green-dark);
  background: #e6f0d9;
  font-weight: 800;
}
.flow-row span.flow-illust {
  width: 92px;
  height: 92px;
  margin-bottom: 14px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(234, 223, 204, 0.9);
  border-radius: 50%;
  background: #fffdf8;
}
.flow-row span.flow-illust img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.flow-row b {
  display: block;
  font-size: 13px;
  min-height: 24px;
}
.flow-row small {
  display: block;
  margin-top: 8px;
  color: var(--text);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.55;
}
.compact-flow {
  grid-template-columns: repeat(3, 1fr);
  max-width: 900px;
}
.compact-flow article {
  min-height: 158px;
  border-radius: 22px;
}
.reason-grid {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
.reason-grid article {
  min-height: 124px;
  padding: 20px 12px;
  border-radius: 15px;
  text-align: center;
}
.reason-grid span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  border-radius: 50%;
  color: var(--orange);
  background: #fff5e8;
  font-size: 13px;
  font-weight: 800;
  padding: 11px;
}
.reason-grid b {
  display: block;
  font-size: 13px;
  line-height: 1.55;
  min-height: 42px;
}
.recruit-band {
  width: min(calc(var(--max) - 34px), calc(100% - 54px));
  margin: 34px auto 36px;
  padding: 20px 34px 20px 24px;
  display: grid;
  grid-template-columns: 285px 1fr 190px;
  gap: 36px;
  align-items: center;
  border: 2px solid var(--orange);
  border-radius: 58px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 248, 236, 0.92)),
    url("../images/leaf.svg") right 38px center / 150px auto no-repeat;
}
.recruit-photo img {
  width: 285px;
  height: 140px;
  object-fit: cover;
  border-radius: 42px 18px 18px 42px;
  opacity: 0.92;
}
.recruit-band h2 {
  font-size: 27px;
}
.recruit-band p {
  margin-top: 10px;
  font-size: 14px;
}
.recruit-band a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: var(--orange);
  font-weight: 800;
  box-shadow: 0 10px 18px rgba(216, 126, 45, 0.16);
}
.greeting-section {
  padding: 8px 0 42px;
  background: var(--base);
}
.greeting-card {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  padding: 30px 36px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--soft-shadow);
}
.greeting-card p {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}
.greeting-card p + p {
  margin-top: 14px;
  color: var(--ink);
  font-weight: 800;
}
.sub-hero {
  padding: 68px 0 44px;
  background:
    radial-gradient(760px 260px at 18% 0%, #fbf1e2 0 58%, transparent 59%),
    linear-gradient(180deg, #fffdf9 0%, var(--ivory) 100%);
}
.sub-hero-inner {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: center;
}
.sub-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 800;
  line-height: 1.35;
}
.sub-hero p:not(.section-label) {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--text);
  font-size: 17px;
  font-weight: 700;
}
.notice-card {
  max-width: 840px;
  margin-top: 24px;
  padding: 18px 22px;
  border: 1px solid #f1d5b8;
  border-radius: 18px;
  color: #7b4f29;
  background: #fff8ec;
  font-size: 14px;
  font-weight: 800;
  box-shadow: var(--soft-shadow);
}
.sub-hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 280px;
  border: 1px solid var(--line);
  border-radius: 46px 120px 46px 46px;
  background:
    radial-gradient(circle at 24% 26%, rgba(255, 246, 234, 0.82), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 244, 237, 0.96));
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}
.sub-hero-visual::before {
  position: absolute;
  right: 24px;
  bottom: 20px;
  width: 130px;
  height: 92px;
  content: "";
  background: url("../images/leaf.svg") center / contain no-repeat;
  opacity: 0.42;
}
.sub-hero-visual > img {
  position: relative;
  z-index: 1;
  width: 44%;
  max-height: 150px;
  object-fit: contain;
  opacity: 0.92;
}
.sub-hero-visual.subtle-symbol > img {
  width: 34%;
  max-height: 118px;
}
.sub-hero-visual.photo > img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}
.sub-hero-visual.photo:empty,
.media-card:empty,
.section-photo:empty {
  display: none;
}
.sub-hero-visual.photo > img[src*="illust-"],
.sub-hero-visual.photo > img[src*="wc-"] {
  width: 86%;
  height: 86%;
  object-fit: contain;
  filter: saturate(0.98) brightness(1.03);
}
.sub-section {
  padding: 58px 0;
  background: var(--base);
}
.sub-section.ivory {
  background: var(--ivory);
}
.sub-heading,
.two-column,
.sub-card-grid,
.sub-flow,
.faq-list,
.job-grid,
.requirements-grid,
.sub-note {
  width: min(var(--max), calc(100% - 44px));
  margin-left: auto;
  margin-right: auto;
}
.sub-card-grid {
  display: grid;
  gap: 18px;
}
.sub-card-grid.six {
  grid-template-columns: repeat(6, 1fr);
}
.sub-card-grid.five {
  grid-template-columns: repeat(5, 1fr);
}
.sub-card-grid article,
.job-card {
  min-height: 104px;
  padding: 22px 18px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--soft-shadow);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sub-card-grid article img {
  width: 42px;
  height: 42px;
  margin: 0 auto 10px;
  object-fit: contain;
}
.sub-card-grid article img[src*="illust-taxi-"],
.sub-card-grid article img[src*="illust-footcare-"],
.sub-card-grid article img[src*="illust-recruit-"],
.sub-card-grid article img[src*="illust-home-visit"],
.sub-card-grid article img[src*="footcare-home-care"],
.sub-card-grid article img[src*="wc-"] {
  width: 92px;
  height: 92px;
  border: 1px solid rgba(234, 223, 204, 0.9);
  border-radius: 50%;
  background: #fffdf8;
  object-fit: contain;
}
.sub-card-grid article img[src*="footcare-home-care"] {
  object-fit: cover;
}
.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}
.media-card,
.section-photo {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px 76px 28px 28px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}
.media-card img,
.section-photo img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  filter: saturate(0.96) brightness(1.03);
}
.media-card img[src*="illust-"],
.media-card img[src*="wc-"],
.section-photo img[src*="illust-"],
.section-photo img[src*="wc-"],
.section-photo img[src*="recruit-training-session"] {
  padding: 20px;
  object-fit: contain;
  background: #fffdf8;
}
.section-photo {
  width: min(var(--max), calc(100% - 44px));
  margin: 24px auto 0;
  aspect-ratio: 2.8 / 1;
}
.two-column h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.5;
}
.body-copy {
  margin: 18px 0 0;
  color: var(--text);
  font-size: 15px;
  font-weight: 700;
}
.soft-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.soft-list li {
  position: relative;
  padding-left: 22px;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
}
.soft-list li::before {
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: var(--green);
}
.mini-illust-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}
.mini-illust-row figure {
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--soft-shadow);
  text-align: center;
}
.mini-illust-row img {
  width: 94px;
  height: 94px;
  margin: 0 auto 8px;
  object-fit: contain;
  border-radius: 50%;
}
.mini-illust-row figcaption {
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
}
.info-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--soft-shadow);
  position: relative;
  overflow: hidden;
}
.info-panel.wide {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
}
.info-panel h3,
.faq-list h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.35;
}
.info-panel p,
.faq-list p {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
}
.info-panel dl,
.requirements-grid dl {
  margin: 0;
  display: grid;
  gap: 12px;
}
.info-panel dl div,
.requirements-grid dl div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.info-panel dl div:last-child,
.requirements-grid dl div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.info-panel dt,
.requirements-grid dt {
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
}
.info-panel dd,
.requirements-grid dd {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}
.sub-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.sub-flow article {
  min-height: 196px;
  padding: 22px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--soft-shadow);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sub-flow article:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(111, 82, 48, 0.09);
}
.sub-flow span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin: 0 auto 14px;
  border-radius: 50%;
  color: var(--green-dark);
  background: #e6f0d9;
  font-weight: 800;
}
.sub-flow span:has(img) {
  width: 82px;
  height: 82px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #fffdf8;
  border: 1px solid rgba(234, 223, 204, 0.9);
  padding: 0;
}
.sub-flow span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sub-flow b,
.sub-flow small {
  display: block;
}
.sub-flow b {
  color: var(--ink);
  font-size: 14px;
}
.sub-flow small {
  margin-top: 8px;
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}
.faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.faq-list article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--soft-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sub-cta {
  width: min(var(--max), calc(100% - 44px));
  margin: 36px auto 52px;
  padding: 38px;
  border: 2px solid rgba(239, 152, 80, 0.72);
  border-radius: 36px;
  background: rgba(255, 253, 248, 0.95);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sub-cta::after {
  position: absolute;
  right: 28px;
  bottom: 18px;
  width: 145px;
  height: 100px;
  content: "";
  background: url("../images/leaf.svg") center / contain no-repeat;
  opacity: 0.38;
  pointer-events: none;
}
.sub-cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 36px);
}
.sub-cta p {
  margin: 12px 0 0;
  color: var(--text);
  font-weight: 700;
}
.sub-cta-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 850px;
  margin: 28px auto 0;
}
.job-grid,
.requirements-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.job-card {
  min-height: 190px;
  display: block;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.job-card span {
  display: inline-flex;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
}
.job-card h2 {
  margin: 6px 0 10px;
  font-size: 28px;
}
.job-card p {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
}
.sub-note {
  margin-top: 18px;
  color: var(--text);
  font-size: 13px;
  font-weight: 800;
}
.contact-section {
  background: var(--base);
}
.contact-grid {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.contact-card {
  min-height: 118px;
  padding: 22px 28px;
  border-radius: 16px;
  position: relative;
  padding-left: 104px;
}
.contact-icon {
  position: absolute;
  left: 28px;
  top: 26px;
  width: 54px;
  height: 54px;
}
.contact-icon.soft-png {
  width: 64px;
  height: 64px;
  top: 22px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(234, 223, 204, 0.9);
  border-radius: 50%;
  background: #fffdf8;
}
.contact-card small {
  display: block;
  color: var(--text);
  font-weight: 800;
}
.contact-card strong {
  display: block;
  margin-top: 4px;
  color: var(--orange);
  font-size: 25px;
  line-height: 1.3;
}
.green-card strong {
  color: var(--green-dark);
}
.contact-card p {
  margin: 8px 0 0;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}
.contact-form-panel {
  width: min(var(--max), calc(100% - 44px));
  margin: 28px auto 0;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--soft-shadow);
}
.contact-form-head h2 {
  margin: 6px 0 10px;
  color: var(--ink);
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.5;
}
.contact-form-head p:not(.section-label) {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
}
.contact-form-head a {
  color: var(--green-dark);
  font-weight: 800;
}
.contact-topic-nav {
  margin: 22px 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.contact-topic-nav a {
  padding: 10px 16px;
  border: 1px solid rgba(143, 186, 97, 0.32);
  border-radius: 999px;
  color: var(--ink);
  background: #fffdf8;
  font-size: 14px;
  font-weight: 800;
}
.contact-topic-nav a:hover {
  color: #fff;
  background: var(--green);
}
.contact-form {
  display: grid;
  gap: 18px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.contact-form label,
.contact-target {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-weight: 600;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(143, 186, 97, 0.22);
  border-color: rgba(143, 186, 97, 0.7);
}
.contact-target {
  scroll-margin-top: 118px;
  padding: 18px;
  border: 1px solid rgba(234, 223, 204, 0.9);
  border-radius: 18px;
  background: rgba(255, 252, 246, 0.82);
}
.contact-target h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
}
.form-submit {
  width: fit-content;
  border: 0;
  border-radius: 999px;
  padding: 14px 28px;
  color: #fff;
  background: var(--orange-gradient);
  box-shadow: 0 12px 24px rgba(239, 144, 53, 0.22);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.form-submit:hover {
  filter: brightness(1.04);
}
.company-section {
  padding: 26px 0;
  background: #fff;
  border-top: 1px solid var(--line);
}
.company-inner {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 315px 1fr;
  gap: 36px;
  align-items: start;
}
.footer-logo {
  display: flex;
  gap: 14px;
  align-items: center;
}
.footer-logo img {
  width: 76px;
  height: 76px;
}
.footer-logo small,
.footer-logo span {
  display: block;
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
}
.footer-logo strong {
  display: block;
  font-size: 24px;
  line-height: 1.25;
}
.company-inner dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 28px;
}
.company-inner div {
  min-width: 0;
}
.company-inner dt {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}
.company-inner dd {
  margin: 2px 0 0;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}
.site-footer {
  display: flex;
  justify-content: center;
  gap: 28px;
  padding: 11px 24px;
  color: #fff;
  background: var(--green);
  font-size: 12px;
  font-weight: 800;
}
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.site-footer p {
  margin: 0;
}
@media (max-width: 1120px) {
  .site-nav {
    gap: 15px;
    font-size: 12px;
  }
  .header-contact,
  .line-btn {
    display: none;
  }
  .hero-inner,
  .about-inner,
  .service-pair {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding-left: 0;
  }
  .hero-photo img {
    height: 500px;
    border-radius: 42px 120px 42px 42px;
  }
  .worry-grid,
  .business-grid,
  .reason-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .recruit-band {
    grid-template-columns: 220px 1fr;
  }
  .recruit-band a {
    grid-column: 2;
    width: 190px;
  }
}
@media (max-width: 820px) {
  .header-inner {
    width: min(100% - 28px, var(--max));
    min-height: 76px;
  }
  .brand-mark {
    width: 50px;
    height: 50px;
  }
  .site-logo img {
    max-width: 58px;
    max-height: 58px;
  }
  .site-logo-text {
    min-width: 92px;
  }
  .site-logo-text small {
    font-size: 10px;
  }
  .site-logo-text strong {
    font-size: 20px;
  }
  .brand-text strong {
    font-size: 20px;
  }
  .menu-toggle {
    display: block;
  }
  .site-nav {
    position: absolute;
    top: 76px;
    left: 14px;
    right: 14px;
    display: grid;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 253, 248, 0.98);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .site-nav a {
    padding: 12px;
    border-radius: 12px;
  }
  .site-nav a:hover {
    background: var(--ivory);
  }
  .hero {
    min-height: 0;
    padding: 42px 0 18px;
  }
  .hero::before {
    top: 430px;
    right: -25vw;
    width: 95vw;
    height: 360px;
  }
  .hero-inner,
  .about-inner,
  .section-title,
  .worry-grid,
  .service-pair,
  .flow-row,
  .reason-grid,
  .contact-grid,
  .company-inner,
  .greeting-card,
  .sub-hero-inner,
  .sub-heading,
  .two-column,
  .sub-card-grid,
  .sub-flow,
  .faq-list,
  .sub-cta,
  .job-grid,
  .requirements-grid,
  .sub-note,
  .info-panel.wide,
  .section-photo {
    width: min(100% - 28px, var(--max));
  }
  .hero-copy h1 {
    font-size: 35px;
  }
  .hero-copy p {
    font-size: 14px;
  }
  .hero-actions,
  .feature-row,
  .worry-grid,
  .business-grid,
  .circle-grid,
  .flow-row,
  .reason-grid,
  .contact-grid,
  .company-inner,
  .company-inner dl,
  .sub-card-grid.six,
  .sub-card-grid.five,
  .two-column,
  .sub-flow,
  .faq-list,
  .sub-cta-actions,
  .job-grid,
  .requirements-grid,
  .mini-illust-row {
    grid-template-columns: 1fr;
  }
  .sub-hero-inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .sub-hero-visual {
    min-height: 220px;
    border-radius: 30px 72px 30px 30px;
  }
  .sub-hero {
    padding: 42px 0 34px;
  }
  .sub-section {
    padding: 42px 0;
  }
  .sub-cta {
    padding: 28px 20px;
    border-radius: 28px;
  }
  .contact-card {
    padding-left: 86px;
  }
  .contact-form-panel {
    width: min(var(--max), calc(100% - 28px));
    padding: 22px;
    border-radius: 20px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .contact-topic-nav {
    gap: 8px;
  }
  .contact-topic-nav a {
    flex: 1 1 160px;
    text-align: center;
  }
  .contact-target {
    scroll-margin-top: 92px;
  }
  .form-submit {
    width: 100%;
  }
  .contact-icon {
    left: 22px;
    width: 46px;
    height: 46px;
  }
  .info-panel dl div,
  .requirements-grid dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .media-card img {
    min-height: 220px;
  }
  .section-photo {
    aspect-ratio: auto;
  }
  .section-photo img {
    min-height: 220px;
  }
  .hero-photo img {
    height: 330px;
    border-radius: 30px 70px 30px 30px;
  }
  .about-wrap {
    padding-top: 26px;
  }
  .about-photo img {
    height: 240px;
    border-radius: 28px 60px 28px 28px;
  }
  .worry-section,
  .flow-section,
  .reason-section,
  .contact-section {
    padding: 34px 0;
  }
  .service-pair {
    padding-top: 20px;
    gap: 18px;
  }
  .support-list article {
    grid-template-columns: 82px 1fr;
  }
  .support-list article > b {
    display: none;
  }
  .support-illust {
    width: 76px;
    height: 76px;
  }
  .flow-row article {
    border-radius: 18px;
    min-height: auto;
  }
  .flow-row article:not(:last-child)::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -21px;
    transform: translateX(-50%) rotate(90deg);
  }
  .recruit-band {
    width: min(100% - 28px, var(--max));
    padding: 18px;
    grid-template-columns: 1fr;
    gap: 18px;
    border-radius: 30px;
  }
  .recruit-photo img {
    width: 100%;
    height: 190px;
    border-radius: 24px;
  }
  .recruit-band a {
    grid-column: auto;
    width: 100%;
  }
  .site-footer {
    display: grid;
    text-align: center;
  }
  .site-footer nav {
    justify-content: center;
  }
}
@media (max-width: 420px) {
  .brand {
    min-width: 0;
  }
  .brand-text small,
  .brand-text em {
    font-size: 10px;
  }
  .hero-copy h1 {
    font-size: 31px;
  }
  .cta {
    min-height: 68px;
  }
}


/* CSS-only display fixes */
.form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  color: #fff !important;
  background: linear-gradient(135deg, #ef9850 0%, #e1873f 100%) !important;
  box-shadow: 0 12px 24px rgba(239, 144, 53, 0.24);
}

.hero-actions {
  grid-template-columns: minmax(160px, 1fr) minmax(160px, 1fr) minmax(190px, 1.08fr);
}

.cta {
  min-width: 0;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: normal;
  white-space: normal;
}

.cta-orange,
.cta-green {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}

.cta-orange small,
.cta-green small,
.cta-orange strong,
.cta-green strong {
  width: 100%;
  line-height: 1.35;
}

.cta-white {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-content: stretch;
  column-gap: 16px;
}

.cta-white strong {
  min-width: 0;
  line-height: 1.38;
}

.cta-white span {
  display: grid;
  place-items: center;
  align-self: center;
  justify-self: center;
  line-height: 1;
  transform: translateY(0);
}

.flow-row article:not(:last-child)::after {
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

@media (max-width: 1120px) {
  .hero-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 720px;
  }

  .cta {
    padding: 14px 18px;
  }

  .cta strong {
    font-size: 17px;
  }
}

@media (max-width: 820px) {
  .hero-actions {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .cta {
    text-align: center;
  }

  .cta-orange,
  .cta-green {
    align-items: center;
  }

  .cta-white {
    grid-template-columns: 1fr auto;
    text-align: left;
  }

  .flow-row article:not(:last-child)::after {
    top: auto;
    bottom: -21px;
    transform: translateX(-50%) rotate(90deg);
  }
}
