/* Homepage: message hero (left copy / right sprout) and one-block-per-business service list. */
.hero-title .hero-tagline { display: block; margin-top: 14px; font: 500 15px/1.6 "Noto Serif JP", serif; letter-spacing: .14em; color: var(--green-deep); }
.hero-lead-opening { font-weight: 500; }
.hero-lead { margin-bottom: 0; }

.svc-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-top: 8px; scroll-margin-top: 24px; }
.svc-block { display: flex; flex-direction: column; padding: 0 0 28px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.svc-block.is-main { border: 2px solid var(--green-deep); }
.svc-photo { margin: 0 0 24px; }
.svc-photo img { display: block; width: 100%; height: auto; aspect-ratio: 2/1; object-fit: cover; background: #eef4ef; }
.svc-no, .svc-head, .svc-text, .svc-links { margin-left: 32px; margin-right: 32px; }
.svc-no { margin-top: 0; margin-bottom: 14px; font-size: 11px; letter-spacing: .16em; color: var(--green-deep); font-weight: 600; }
.svc-head { margin-bottom: 14px; }
.svc-head h3 { margin: 0; font-family: var(--head-jp); font-size: 24px; font-weight: 500; line-height: 1.4; }
.svc-text { margin-top: 0; margin-bottom: 20px; font-size: 14px; line-height: 1.95; color: var(--ink-soft); }
.svc-links { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; margin-top: auto; }
.svc-links .text-link { font-size: 13px; }

@media (min-width:961px) {
  .hero-copy { padding-top: calc(78 * var(--layout-unit)); }
  .hero-title { font-size: calc(46 * var(--layout-unit)); letter-spacing: .1em; margin-bottom: calc(18 * var(--layout-unit)); }
  .hero-title .hero-tagline { font-size: calc(16 * var(--layout-unit)); margin-top: calc(14 * var(--layout-unit)); }
  .hero-lead { font-size: calc(14 * var(--layout-unit)); letter-spacing: .06em; line-height: 1.9; }
}
@media (max-width:960px) {
  .hero { height: auto; min-height: 0; }
  .hero-copy { max-width: 66%; padding-bottom: 60px; }
  .hero-title { font-size: clamp(28px,4.4vw,38px); }
  .svc-grid { grid-template-columns: 1fr; gap: 14px; }
}
@media (max-width:600px) {
  /* PCと同じ構成：左に文章、右に新芽。写真は文章の裏まで広げる */
  .hero { --hh: 520px; position: relative; display: block; height: var(--hh); min-height: var(--hh); overflow: hidden; background: linear-gradient(120deg,#f7faf8 0%,#fff 48%,#edf1f1 100%); }
  .hero-copy { position: relative; z-index: 2; padding: 40px 0 0 24px; max-width: 64%; width: auto; }
  .hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; aspect-ratio: auto; margin: 0; clip-path: none; background-size: auto 315.4004%; background-position: calc(var(--hh) * -1.0513 - 60px) 8.7703%; -webkit-mask-image: linear-gradient(90deg,transparent 12%,#000 48%); mask-image: linear-gradient(90deg,transparent 12%,#000 48%); }
  .hero-title { width: calc(100vw - 48px); font-size: clamp(27px,8vw,34px); line-height: 1.5; letter-spacing: .06em; margin-bottom: 14px; }
  .hero-title .hero-tagline { font-size: 14px; margin-top: 10px; }
  .hero-lead { font-size: 13px; line-height: 1.95; }
  .hero-lead br { display: none; }
  .svc-block { padding-bottom: 22px; }
  .svc-no, .svc-head, .svc-text, .svc-links { margin-left: 20px; margin-right: 20px; }
  .svc-photo { margin-bottom: 18px; }
  .svc-head h3 { font-size: 21px; }
  .svc-text { font-size: 13px; }
  .svc-links .btn { width: 100%; }
}
.home-company { padding: 44px 0; }
.home-company-simple { display: flex; align-items: center; justify-content: space-between; gap: 20px 32px; flex-wrap: wrap; }
.home-company-simple h2 { margin: 0; font-family: var(--head-jp); font-size: clamp(24px,2.5vw,32px); font-weight: 500; }
@media (max-width:600px) { .home-company { padding: 32px 0; } }
.works-more { width: 100%; margin: 32px 0 0; text-align: center; }
.works-more .btn { display: flex; width: 100%; max-width: 420px; margin-inline: auto; min-height: 64px; padding: 18px 32px; font-size: 16px; letter-spacing: .06em; }
@media (max-width:600px) { .works-more { margin-top: 24px; } .works-more .btn { min-height: 60px; font-size: 15px; } }
