:root {
  --ink: #3f312c;
  --muted: #736660;
  --green: #89ad38;
  --deep-green: #71952c;
  --pale-green: #eef6dd;
  --cream: #fffaf1;
  --peach: #fff1e7;
  --line: #eadfd4;
  --blue: #5b92b2;
  --pink: #d9789c;
  --orange: #d88950;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

body { background: #fefefe; }

.site-shell {
  width: min(100%, 1055px);
  margin: 0 auto;
  overflow: hidden;
  background: #fffaf1;
  box-shadow: 0 0 0 1px rgba(71, 57, 46, 0.06);
}

.site-header {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 270px 1fr 138px;
  align-items: center;
  gap: 20px;
  min-height: 82px;
  padding: 10px 36px 8px 31px;
  background: rgba(255, 255, 255, 0.96);
}

.brand img {
  width: 241px;
  height: auto;
}

.global-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.global-nav a {
  transition: color 0.2s ease;
}

.global-nav a:hover {
  color: var(--deep-green);
}
.global-nav a.is-current { color: var(--deep-green); position: relative; }
.global-nav a.is-current::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 18px;
  height: 3px;
  background: var(--green);
  border-radius: 3px;
  transform: translateX(-50%);
}

.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(180deg, #95b645 0%, #7da431 100%);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(122, 150, 45, 0.22);
  font-size: 12px;
  font-weight: 700;
}

.mail-icon {
  position: relative;
  width: 16px;
  height: 12px;
  border: 1.8px solid currentColor;
  border-radius: 2px;
}

.mail-icon::before,
.mail-icon::after {
  position: absolute;
  top: 2px;
  width: 10px;
  height: 1.8px;
  background: currentColor;
  content: "";
}

.mail-icon::before {
  left: 0;
  transform: rotate(35deg);
  transform-origin: left center;
}

.mail-icon::after {
  right: 0;
  transform: rotate(-35deg);
  transform-origin: right center;
}

.hero {
  position: relative;
  min-height: 386px;
  padding: 35px 30px 22px 55px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 16%, rgba(216, 196, 158, 0.28) 0 2px, transparent 3px) 0 0 / 19px 19px,
    #fffaf1;
}
.hero::before {
  position: absolute;
  inset: 0 0 auto 0;
  height: 360px;
  background: url("./assets/hero-wave.svg") top center / 100% 100% no-repeat;
  content: "";
  z-index: 0;
  pointer-events: none;
}
.hero > * { position: relative; z-index: 1; }

.hero-copy {
  position: relative;
  z-index: 2;
  width: 310px;
}

.hero h1 {
  margin: 0;
  color: #453733;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.44;
}

.hero h1 span {
  color: #94b667;
}

.hero p {
  margin: 20px 0 18px;
  color: #534844;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.05;
}

.hero-actions {
  display: flex;
  gap: 15px;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 183px;
  min-height: 38px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.button span,
.panel-heading a span {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1.8px solid currentColor;
  border-right: 1.8px solid currentColor;
  transform: rotate(45deg);
}

.button-primary {
  color: #fff;
  background: linear-gradient(180deg, #96ba45 0%, #7fa730 100%);
  box-shadow: 0 8px 16px rgba(126, 161, 50, 0.18);
}

.button-outline,
.button-more,
.panel-button {
  color: #6b625c;
  background: #fff;
  border: 1px solid #bfb8b1;
}

.hero-collage {
  position: absolute;
  inset: 0 0 0 330px;
  z-index: 1;
}

.hero-photo {
  position: absolute;
  z-index: 2;
  object-fit: cover;
  filter: drop-shadow(0 4px 8px rgba(92, 70, 47, 0.14));
}

.photo-smile {
  left: 50px;
  top: 4px;
  width: 226px;
  height: 202px;
  clip-path: url(#blob-1);
  transform: rotate(4deg);
}

.photo-boy {
  left: 280px;
  top: 12px;
  width: 190px;
  height: 168px;
  clip-path: url(#blob-2);
  transform: rotate(5deg);
}

.photo-girl {
  right: 32px;
  top: -3px;
  width: 203px;
  height: 222px;
  clip-path: url(#blob-3);
  transform: rotate(8deg);
}

.photo-flower {
  left: 20px;
  top: 208px;
  width: 128px;
  height: 116px;
  clip-path: url(#blob-4);
  transform: rotate(-8deg);
}

.photo-building {
  left: 150px;
  top: 224px;
  width: 252px;
  height: 139px;
  clip-path: url(#blob-5);
  transform: rotate(2deg);
}

.photo-house {
  left: 368px;
  top: 286px;
  width: 211px;
  height: 115px;
  clip-path: url(#blob-6);
  transform: rotate(-3deg);
}

.photo-young {
  right: 28px;
  top: 214px;
  width: 201px;
  height: 186px;
  clip-path: url(#blob-7);
  transform: rotate(-5deg);
}

.soft-dot,
.soft-stripe,
.soft-clover {
  position: absolute;
  z-index: 1;
  display: block;
}

.soft-dot {
  border-radius: 50%;
}

.dot-a {
  left: 394px;
  top: 178px;
  width: 66px;
  height: 66px;
  background: #c5d3ad;
}

.dot-b {
  right: -7px;
  bottom: 45px;
  width: 48px;
  height: 48px;
  background: #dceef4;
}

.dot-c {
  left: 48px;
  top: 186px;
  width: 22px;
  height: 22px;
  background: #cddaa5;
}

.stripe-a {
  left: 391px;
  top: 260px;
  width: 58px;
  height: 39px;
  opacity: 0.8;
  background: repeating-linear-gradient(0deg, #efcfe2 0 7px, transparent 7px 15px);
  border-radius: 50%;
  transform: rotate(-10deg);
}

.clover-a {
  left: 63px;
  top: 186px;
  width: 26px;
  height: 26px;
}

.clover-a::before,
.clover-a::after {
  position: absolute;
  width: 13px;
  height: 13px;
  background: #bfd08d;
  border-radius: 70% 30% 70% 30%;
  content: "";
}

.clover-a::after {
  left: 11px;
  top: 9px;
  transform: rotate(80deg);
}

.section {
  padding-inline: 35px;
}

.section-title {
  position: relative;
  width: fit-content;
  margin: 28px auto 17px;
  color: #443633;
  font-size: 23px;
  font-weight: 800;
}

.section-title::before,
.section-title::after {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 20px;
  background:
    radial-gradient(ellipse at 25% 35%, #a8bf72 0 40%, transparent 42%),
    radial-gradient(ellipse at 80% 70%, #b7c77f 0 36%, transparent 38%);
  content: "";
}

.section-title::before {
  left: -45px;
  transform: translateY(-50%) rotate(192deg);
}

.section-title::after {
  right: -45px;
  transform: translateY(-50%);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.support-card {
  position: relative;
  height: 188px;
  overflow: hidden;
  border-radius: 20px;
  padding: 22px 150px 16px 22px;
}

.support-card img {
  position: absolute;
  right: 12px;
  top: 21px;
  width: 146px;
  height: 133px;
  border: 7px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  object-fit: cover;
}

.support-green {
  background: #f1f8e7;
}

.support-orange {
  background: #fff2e8;
}

.support-blue {
  background: #eff8fb;
}

.support-icon {
  display: grid;
  place-items: center;
  width: 61px;
  height: 61px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 50%;
}

.support-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.support-green .support-icon,
.support-green h3 {
  color: #7da330;
}

.support-orange .support-icon,
.support-orange h3 {
  color: #d67e40;
}

.support-blue .support-icon,
.support-blue h3 {
  color: #4f8cae;
}

.support-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 900;
}

.support-card p {
  width: 138px;
  margin: 0;
  color: #504742;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.62;
}

.offices {
  text-align: center;
}

.offices .section-title {
  margin-top: 30px;
  margin-bottom: 18px;
}

.office-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

.office-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 146px;
  padding: 8px 8px 9px;
  background: #fffdf7;
  border: 1px solid #d9d1c7;
  border-radius: 12px;
  box-shadow: 0 2px 0 rgba(151, 128, 100, 0.04);
}

.office-card img {
  width: 118px;
  height: 87px;
  border-radius: 8px;
  object-fit: cover;
}

.office-card span {
  display: grid;
  place-items: center;
  flex: 1;
  min-height: 42px;
  color: #7a9f3d;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.office-card:nth-child(3) span,
.office-card:nth-child(7) span {
  color: #d76592;
}

.office-card:nth-child(4) span,
.office-card:nth-child(6) span {
  color: #4a9a9a;
}

.button-more {
  min-width: 228px;
  min-height: 29px;
  margin-top: 12px;
  font-size: 11.5px;
}

.content-row {
  display: grid;
  grid-template-columns: 1fr 1.05fr 0.82fr;
  gap: 11px;
  align-items: start;
  padding: 16px 31px 12px;
}

.info-panel,
.recruit-panel {
  overflow: hidden;
  height: 292px;
  background: #fff;
  border: 1px solid #e1d9d0;
  border-radius: 10px;
  box-shadow: 0 5px 14px rgba(83, 65, 43, 0.04);
}

.info-panel {
  padding: 21px 26px 14px;
}

.info-panel h2,
.recruit-panel h2 {
  margin: 0;
  color: #51413b;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 15px;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1.42 / 1;
  border-radius: 7px;
  object-fit: cover;
}

.panel-button {
  min-width: 222px;
  min-height: 35px;
  margin: 17px auto 0;
}

.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.panel-heading a {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 12px;
  font-weight: 800;
}

.news-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-list li {
  display: grid;
  grid-template-columns: 78px 58px 1fr;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  border-top: 1px solid #eee7df;
  color: #5d5550;
  font-size: 11.5px;
}

.news-list time {
  font-weight: 700;
}

.news-list a {
  overflow: hidden;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tag {
  display: inline-grid;
  place-items: center;
  min-width: 54px;
  min-height: 18px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
}

.tag-pink {
  color: #ca5b86;
  background: #fde3ec;
}

.tag-green {
  color: #759930;
  background: #e8f2d5;
}

.tag-orange {
  color: #d27d40;
  background: #fff0df;
}

.tag-blue {
  color: #4f87ab;
  background: #e4f2f7;
}

.recruit-panel {
  padding: 20px 28px 18px;
  text-align: center;
  background:
    radial-gradient(circle at 88% 24%, rgba(167, 191, 112, 0.18) 0 24px, transparent 25px),
    #fff7e7;
  border: 0;
}

.recruit-panel h2 {
  margin-bottom: 12px;
  font-size: 17px;
}

.recruit-panel img {
  width: 223px;
  height: 112px;
  margin: 0 auto;
  border-radius: 0;
  object-fit: cover;
}

.recruit-panel p {
  margin: 12px 0 11px;
  color: #675b55;
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.65;
}

.recruit-button {
  min-width: 214px;
  min-height: 36px;
}

.site-footer {
  position: relative;
  background: #fffaf1;
}

.townline {
  aspect-ratio: 2165 / 351;
  background: url("./assets/footer-townline.jpg") center bottom / 100% auto no-repeat;
}

.footer-inner {
  background: #eaedda;
}

.footer-inner {
  position: relative;
  display: grid;
  grid-template-columns: 245px 1fr auto 42px;
  gap: 28px;
  align-items: center;
  min-height: 84px;
  padding: 10px 36px 16px;
}

.footer-brand img {
  width: 216px;
}

address {
  color: #4e443f;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}

address strong {
  font-size: 15px;
}

.footer-links {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #4e443f;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.page-top {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: #82a93b;
  border-radius: 50%;
}

.page-top::before {
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  transform: translateY(3px) rotate(45deg);
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .global-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    padding-left: 32px;
  }

  .hero-collage {
    opacity: 0.62;
    transform: translateX(45px);
  }

  .support-grid,
  .content-row {
    grid-template-columns: 1fr;
  }

  .office-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .page-top {
    position: absolute;
    right: 24px;
    bottom: 22px;
  }
}

@media (max-width: 640px) {
  .site-shell {
    box-shadow: none;
  }

  .site-header {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    align-items: center;
    padding: 12px 16px 10px;
    gap: 8px 12px;
    min-height: 0;
  }
  .brand { grid-column: 1; grid-row: 1; }
  .contact-button {
    grid-column: 2; grid-row: 1;
    min-height: 36px;
    padding: 0 12px;
    font-size: 11px;
    width: fit-content;
    justify-self: end;
  }
  .global-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    flex-wrap: wrap;
    gap: 8px 14px;
    justify-content: flex-start;
    padding-top: 4px;
    border-top: 1px solid #f0e8db;
    margin-top: 4px;
    font-size: 12px;
    overflow: visible;
  }
  .global-nav a.is-current::after { bottom: -4px; height: 2px; width: 14px; }

  .brand img { width: 180px; }

  /* HERO — rebuilt for mobile */
  .hero {
    min-height: 0;
    padding: 24px 18px 32px;
  }
  .hero::before {
    height: 280px;
  }
  .hero-copy {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 2;
  }
  .hero h1 { font-size: 30px; line-height: 1.4; }
  .hero p { font-size: 13px; line-height: 1.9; }
  .hero p br { display: none; }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 16px;
  }
  .hero-actions .button {
    width: 100%;
    min-height: 44px;
  }

  /* photo collage becomes a flowing grid */
  .hero-collage {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 4;
    transform: none;
    opacity: 1;
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 6px;
  }
  .hero-collage .soft-dot,
  .hero-collage .soft-stripe,
  .hero-collage .soft-clover { display: none; }

  .hero-photo {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: 100% !important;
    transform: rotate(-2deg);
  }
  .photo-smile   { grid-column: 1 / 4; grid-row: 1 / 3; transform: rotate(-2deg); }
  .photo-boy     { grid-column: 4 / 7; grid-row: 1 / 3; transform: rotate(2deg); }
  .photo-girl    { grid-column: 1 / 3; grid-row: 3 / 5; transform: rotate(3deg); }
  .photo-building{ grid-column: 3 / 5; grid-row: 3 / 4; transform: rotate(-1deg); }
  .photo-flower  { grid-column: 5 / 7; grid-row: 3 / 4; transform: rotate(-4deg); }
  .photo-house   { grid-column: 3 / 5; grid-row: 4 / 5; transform: rotate(2deg); }
  .photo-young   { grid-column: 5 / 7; grid-row: 4 / 5; transform: rotate(-3deg); }

  /* Sections */
  .section { padding-inline: 18px; }
  .section-title { font-size: 19px; margin-top: 28px; }
  .section-title::before { left: -34px; width: 22px; }
  .section-title::after  { right: -34px; width: 22px; }

  .support-grid { gap: 12px; }
  .support-card {
    height: auto;
    padding: 18px 130px 16px 18px;
  }
  .support-card img {
    width: 110px;
    height: 110px;
    top: 18px;
    right: 12px;
  }
  .support-card p { width: auto; }

  .office-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .office-card img { width: 100%; max-width: 140px; height: 78px; }

  .content-row {
    grid-template-columns: 1fr;
    padding: 14px 18px;
    gap: 14px;
  }
  .info-panel,
  .recruit-panel {
    height: auto;
  }
  .info-panel { padding: 18px 18px 14px; }
  .recruit-panel { padding: 20px 18px; }

  .gallery-grid { gap: 7px; }

  .news-list li {
    grid-template-columns: 78px 58px;
    row-gap: 5px;
    padding: 10px 0;
  }
  .news-list a { grid-column: 1 / -1; }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px 20px 22px;
    text-align: center;
  }
  .footer-brand,
  .footer-links {
    justify-content: center;
    justify-self: center;
  }
  address { font-size: 11.5px; }
  address strong { font-size: 13.5px; }
  .page-top {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 38px;
    height: 38px;
  }

  /* Sub pages */
  .page-hero { padding: 22px 18px 22px; }
  .page-hero::before { height: 200px; }
  .page-hero h1 { font-size: 22px; }
  .page-hero .lead { font-size: 12.5px; }
  .page-section { padding: 22px 18px 8px; }
}

/* ============================================================
   Sub pages
   ============================================================ */

.page-hero {
  position: relative;
  padding: 30px 35px 26px;
  background:
    radial-gradient(circle at 8% 16%, rgba(216, 196, 158, 0.28) 0 2px, transparent 3px) 0 0 / 19px 19px,
    #fffaf1;
  overflow: hidden;
}
.page-hero::before {
  position: absolute;
  inset: 0 0 auto 0;
  height: 240px;
  background: url("./assets/page-wave.svg") top center / 100% 100% no-repeat;
  content: "";
  z-index: 0;
  pointer-events: none;
}
.page-hero > * { position: relative; z-index: 1; }
.page-hero-inner {
  position: relative;
  z-index: 1;
}
.breadcrumb {
  font-size: 11px;
  font-weight: 700;
  color: #806b60;
  margin-bottom: 8px;
}
.breadcrumb a { color: #806b60; }
.breadcrumb a:hover { color: var(--deep-green); }
.breadcrumb .sep { margin: 0 6px; color: #c4b6a8; }
.page-hero h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 900;
  color: #443633;
  line-height: 1.4;
}
.page-hero h1 .accent { color: var(--green); }
.page-hero .lead {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.9;
  color: #534844;
  max-width: 660px;
}
.page-hero .en-sub {
  display: inline-block;
  margin-bottom: 6px;
  font-family: "Cormorant Garamond", "Hiragino Mincho ProN", serif;
  font-style: italic;
  font-size: 13px;
  color: var(--deep-green);
  letter-spacing: 0.1em;
}

.page-section {
  padding: 28px 35px 12px;
}
.page-section + .page-section { padding-top: 12px; }
.page-section h2 {
  position: relative;
  width: fit-content;
  margin: 8px auto 18px;
  color: #443633;
  font-size: 22px;
  font-weight: 800;
}
.page-section h2::before,
.page-section h2::after {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 20px;
  background:
    radial-gradient(ellipse at 25% 35%, #a8bf72 0 40%, transparent 42%),
    radial-gradient(ellipse at 80% 70%, #b7c77f 0 36%, transparent 38%);
  content: "";
}
.page-section h2::before { left: -45px; transform: translateY(-50%) rotate(192deg); }
.page-section h2::after  { right: -45px; transform: translateY(-50%); }

.page-section .intro {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #534844;
  line-height: 2;
  max-width: 720px;
  margin: 0 auto 22px;
}

/* Profile table */
.profile-table {
  width: 100%;
  border-collapse: collapse;
  background: #fffdf7;
  border: 1px solid #e1d9d0;
  border-radius: 10px;
  overflow: hidden;
  font-size: 13px;
}
.profile-table th,
.profile-table td {
  text-align: left;
  padding: 14px 18px;
  border-bottom: 1px solid #eee7df;
  font-weight: 700;
  vertical-align: top;
  line-height: 1.8;
}
.profile-table tr:last-child th,
.profile-table tr:last-child td { border-bottom: 0; }
.profile-table th {
  width: 150px;
  color: #7a9f3d;
  background: #f8fbed;
  font-size: 12px;
}
.profile-table td { color: #4a3d37; }

/* Value cards (取り組み詳細 / 価値観) */
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 22px 0;
}
.value-card {
  background: #fffdf7;
  border: 1px solid #e6dccc;
  border-radius: 14px;
  padding: 20px;
  position: relative;
}
.value-card .n {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 14px;
  color: var(--green);
  margin-bottom: 6px;
  letter-spacing: 0.1em;
}
.value-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  color: #443633;
  font-weight: 900;
}
.value-card p {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #5c5048;
  line-height: 1.85;
}

/* Service list */
.service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 22px;
}
.service-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 14px;
  align-items: start;
  background: #fffdf7;
  border: 1px solid #e6dccc;
  border-radius: 14px;
  padding: 16px;
}
.service-item .ico {
  width: 90px; height: 90px;
  border-radius: 50%;
  background: var(--pale-green);
  display: grid; place-items: center;
  color: var(--deep-green);
}
.service-item.s-orange .ico { background: #fff1e0; color: #c47332; }
.service-item.s-blue .ico   { background: #e4f2f7; color: #4f87ab; }
.service-item.s-pink .ico   { background: #fde3ec; color: #ca5b86; }
.service-item .ico svg {
  width: 48px; height: 48px;
  fill: none; stroke: currentColor;
  stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round;
}
.service-item h3 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 900;
  color: #443633;
}
.service-item p {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
  color: #56493f;
}

/* Office detail row */
.office-detail {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 22px;
  align-items: stretch;
  background: #fffdf7;
  border: 1px solid #e6dccc;
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 14px;
  scroll-margin-top: 90px;
}
.office-detail img {
  width: 100%;
  height: 100%;
  min-height: 160px;
  border-radius: 10px;
  object-fit: cover;
}
.office-detail h3 {
  margin: 2px 0 6px;
  font-size: 18px;
  font-weight: 900;
  color: #7a9f3d;
}
.office-detail .o-en {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 11px;
  color: #b8a98f;
  letter-spacing: 0.12em;
  margin-bottom: 2px;
}
.office-detail .chips {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin: 8px 0 10px;
}
.office-detail .chips span {
  display: inline-grid; place-items: center;
  min-height: 22px;
  padding: 0 10px;
  background: var(--pale-green);
  border-radius: 999px;
  color: var(--deep-green);
  font-size: 10.5px;
  font-weight: 800;
}
.office-detail p {
  margin: 0 0 10px;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.9;
  color: #534844;
}
.office-detail dl {
  margin: 0;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #4f4540;
}
.office-detail dt { color: #98856f; }
.office-detail dd { margin: 0; }

.office-detail.o-pink h3 { color: #ca5b86; }
.office-detail.o-teal h3 { color: #4a9a9a; }
.office-detail.o-pink .chips span { background: #fde3ec; color: #ca5b86; }
.office-detail.o-teal .chips span { background: #e5f4f4; color: #4a9a9a; }

/* Timeline */
.timeline {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  padding-left: 12px;
}
.timeline::before {
  position: absolute;
  left: 4px; top: 6px; bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--green), #c5d3ad, transparent);
  content: "";
}
.tl-item {
  position: relative;
  padding: 0 0 22px 30px;
}
.tl-item::before {
  position: absolute;
  left: -4px; top: 4px;
  width: 14px; height: 14px;
  background: #fff;
  border: 3px solid var(--green);
  border-radius: 50%;
  content: "";
}
.tl-item .yr {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 13px;
  color: var(--deep-green);
  letter-spacing: 0.1em;
}
.tl-item h3 {
  margin: 2px 0 4px;
  font-size: 15px;
  font-weight: 900;
  color: #443633;
}
.tl-item p {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #56493f;
  line-height: 1.85;
}

/* News page */
.news-page-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fffdf7;
  border: 1px solid #e6dccc;
  border-radius: 14px;
  overflow: hidden;
}
.news-page-list li {
  display: grid;
  grid-template-columns: 90px 70px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid #eee7df;
  font-size: 12.5px;
  color: #5d5550;
}
.news-page-list li:last-child { border-bottom: 0; }
.news-page-list time { font-weight: 800; }
.news-page-list a { font-weight: 800; }
.news-page-list a:hover { color: var(--deep-green); }

/* Job grid (recruit) */
.job-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}
.job-card {
  background: #fffdf7;
  border: 1px solid #e6dccc;
  border-radius: 14px;
  padding: 16px 18px;
}
.job-card .loc {
  font-size: 11px;
  font-weight: 800;
  color: var(--deep-green);
  margin-bottom: 4px;
}
.job-card h3 {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 900;
  color: #443633;
}
.job-card .meta {
  font-size: 11.5px;
  font-weight: 700;
  color: #6b5d52;
}
.job-group-title {
  margin: 20px 0 10px;
  font-size: 14px;
  font-weight: 900;
  color: #5c5048;
  border-left: 4px solid var(--green);
  padding-left: 10px;
}

/* Contact / access */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 18px;
}
.contact-card {
  background: #fffdf7;
  border: 1px solid #e6dccc;
  border-radius: 14px;
  padding: 16px 18px;
  scroll-margin-top: 90px;
}
.contact-card h3 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 900;
  color: #7a9f3d;
}
.contact-card .role {
  font-size: 11px;
  font-weight: 800;
  color: #98856f;
  margin-bottom: 8px;
}
.contact-card dl {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #4f4540;
  margin: 0;
}
.contact-card dt { color: #98856f; }
.contact-card dd { margin: 0; }

.map-frame {
  margin: 18px 0 6px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e6dccc;
}
.map-frame iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
}

/* Gallery page */
.full-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}
.full-gallery img {
  width: 100%;
  aspect-ratio: 1.3 / 1;
  object-fit: cover;
  border-radius: 10px;
}

/* Long text */
.prose {
  max-width: 720px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 700;
  line-height: 2;
  color: #4f4540;
}
.prose p { margin: 0 0 1em; }
.prose h3 {
  margin: 28px 0 8px;
  font-size: 15px;
  font-weight: 900;
  color: var(--deep-green);
}

/* Recruit hero condition table */
.condition-table {
  width: 100%;
  border-collapse: collapse;
  background: #fffdf7;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e6dccc;
  font-size: 12.5px;
}
.condition-table th,
.condition-table td {
  text-align: left;
  padding: 12px 16px;
  border-bottom: 1px solid #eee7df;
  font-weight: 700;
  vertical-align: top;
  line-height: 1.85;
}
.condition-table tr:last-child th,
.condition-table tr:last-child td { border-bottom: 0; }
.condition-table th {
  width: 140px;
  background: #f8fbed;
  color: #7a9f3d;
  font-size: 11.5px;
}
.condition-table td { color: #4f4540; }

/* Responsive overrides for sub-pages */
@media (max-width: 900px) {
  .value-grid,
  .service-list,
  .job-grid,
  .contact-grid { grid-template-columns: 1fr; }
  .office-detail { grid-template-columns: 1fr; }
  .office-detail img { min-height: 180px; }
  .full-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .page-hero { padding-inline: 22px; }
  .page-section { padding: 22px 22px 8px; }
  .news-page-list li { grid-template-columns: 90px 70px; row-gap: 4px; }
  .news-page-list a { grid-column: 1 / -1; }
}

