@charset "UTF-8";

.recruit-page {
  --recruit-green: #224d3b;
  --recruit-green-dark: #153b2d;
  --recruit-green-soft: #78937f;
  --recruit-orange: #e85d16;
  --recruit-cream: #f8f5ed;
  --recruit-paper: #fffefb;
  --recruit-ink: #263a31;
  --recruit-text: #3e4942;
  overflow: hidden;
  background: var(--recruit-cream);
  color: var(--recruit-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.recruit-page,
.recruit-page * {
  box-sizing: border-box;
}

.recruit-page h1,
.recruit-page h2,
.recruit-page h3,
.recruit-page h4,
.recruit-page p,
.recruit-page ul {
  margin: 0;
  padding: 0;
}

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

.recruit-hero {
  position: relative;
  min-height: 620px;
  background: var(--recruit-cream);
  overflow: hidden;
}

.recruit-hero::before {
  content: none;
}

.recruit-hero__photo {
  position: absolute;
  z-index: 1;
  inset: 0 0 auto auto;
  width: 70%;
  height: 100%;
  clip-path: ellipse(84% 90% at 100% 45%);
  object-fit: cover;
  object-position: 44% center;
}

.recruit-hero__panel {
  position: relative;
  z-index: 4;
  width: 48%;
  padding: 92px 30px 132px clamp(44px, 6vw, 96px);
}

.recruit-hero__eyebrow,
.recruit-hero h1,
.recruit-heading h2,
.recruit-cta h2 {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  color: var(--recruit-green-dark);
}

.recruit-hero__eyebrow {
  margin-bottom: 42px !important;
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 600;
  letter-spacing: 0.08em;
}

.recruit-hero h1 {
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 600;
  line-height: 1.48;
  letter-spacing: 0.06em;
}

.recruit-hero__lead {
  margin-top: 30px !important;
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
}

.recruit-hero__mountains {
  position: absolute;
  z-index: 5;
  right: -1%;
  bottom: -1px;
  left: -1%;
  height: 135px;
  background: linear-gradient(105deg, #b7c1ad 0 19%, #829a80 19% 44%, #b7ddd2 44% 68%, #89aa9b 68% 100%);
  clip-path: polygon(0 33%, 7% 58%, 14% 83%, 21% 65%, 28% 80%, 35% 51%, 43% 77%, 51% 63%, 59% 84%, 68% 62%, 77% 85%, 87% 67%, 100% 84%, 100% 100%, 0 100%);
  opacity: 0.84;
}

.recruit-hero__mountains::after {
  position: absolute;
  inset: 28px 0 0;
  background: #92a892;
  clip-path: polygon(0 58%, 9% 35%, 17% 62%, 25% 26%, 34% 55%, 42% 22%, 51% 64%, 61% 28%, 69% 57%, 78% 20%, 88% 65%, 100% 40%, 100% 100%, 0 100%);
  content: "";
  opacity: 0.54;
}

.recruit-section {
  padding: 58px clamp(28px, 4.2vw, 68px);
  background: var(--recruit-cream);
}

.recruit-heading {
  margin-bottom: 34px;
  text-align: center;
}

.recruit-heading h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: clamp(26px, 2.3vw, 36px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.recruit-heading h2::before,
.recruit-heading h2::after {
  width: 32px;
  height: 1px;
  background: var(--recruit-green-soft);
  content: "";
}

.recruit-heading > p {
  margin-top: 14px !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.attraction-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  max-width: 1420px;
  margin: 0 auto;
}

.attraction-card {
  min-height: 480px;
  padding: 26px 20px 24px;
  border: 1px solid #dedbd2;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 4px 14px rgba(42, 60, 49, 0.04);
}

.attraction-card__icon,
.benefit-item__icon {
  color: var(--recruit-green);
}

.attraction-card__icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 8px;
}

.attraction-card__icon svg,
.benefit-item__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.25;
}

.attraction-card__number {
  text-align: center;
  color: var(--recruit-green);
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 700;
}

.attraction-card h3 {
  min-height: 75px;
  margin-top: 6px !important;
  text-align: center;
  color: var(--recruit-green-dark);
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 700;
  line-height: 1.55;
}

.attraction-card ul {
  margin-top: 16px !important;
  list-style: none;
}

.attraction-card li {
  position: relative;
  margin-top: 9px;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.65;
}

.attraction-card li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.attraction-card li.is-accent,
.attraction-card__note {
  color: #d4513b;
}

.attraction-card li.is-subline::before {
  content: none;
}

.attraction-card__note {
  margin-top: 14px !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.65;
}

.recruit-benefits {
  padding-top: 18px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 1240px;
  margin: 0 auto;
}

.benefit-item {
  position: relative;
  padding: 10px 25px 20px;
  text-align: center;
}

.benefit-item + .benefit-item::before {
  position: absolute;
  top: 8px;
  bottom: 18px;
  left: 0;
  width: 1px;
  background: #cfcac0;
  content: "";
}

.benefit-item__icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 12px;
}

.benefit-item h3 {
  color: var(--recruit-green);
  font-size: 15px;
  line-height: 1.65;
}

.benefit-message {
  margin-top: 24px !important;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 2;
}

.recruit-interviews {
  padding-top: 48px;
  padding-bottom: 78px;
  background: #f5f1e8;
}

.interview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  max-width: 1360px;
  margin: 0 auto;
}

.interview-card {
  overflow: hidden;
  border: 1px solid #dedbd2;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 6px 18px rgba(42, 60, 49, 0.04);
}

.interview-card__photo {
  position: relative;
  aspect-ratio: 4 / 2.15;
  overflow: hidden;
}

.interview-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interview-card__number {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 7px 13px;
  border-radius: 0 0 5px 0;
  background: rgba(248, 245, 237, 0.94);
  color: var(--recruit-green);
  font-family: Georgia, serif;
  font-size: 24px;
}

.interview-card__label {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 5px 12px;
  border-radius: 0 5px 0 0;
  background: var(--recruit-green);
  color: white;
  font-family: Georgia, serif;
  font-size: 13px;
}

.interview-card__body {
  padding: 22px 24px 30px;
}

.interview-card__body h3 {
  color: var(--recruit-green-dark);
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 23px;
}

.interview-card__body h3 small {
  font-size: 15px;
}

.interview-card__role {
  margin-top: 7px !important;
  color: #28362f;
  font-size: 13px;
  font-weight: 700;
}

.interview-card__body h4 {
  position: relative;
  margin-top: 20px !important;
  padding-left: 20px;
  color: var(--recruit-green);
  font-size: 13px;
  font-weight: 700;
}

.interview-card__body h4::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 11px;
  height: 1px;
  background: var(--recruit-green);
  content: "";
}

.interview-card__body h4 + p {
  margin-top: 8px !important;
  font-size: 12px;
  line-height: 1.9;
}

.recruit-cta {
  position: relative;
  min-height: 315px;
  padding: 50px 24px 44px;
  overflow: hidden;
  background:
    linear-gradient(rgba(17, 61, 45, 0.94), rgba(9, 51, 38, 0.98)),
    radial-gradient(circle at 25% 5%, #496f5d 0, transparent 40%),
    var(--recruit-green-dark);
}

.recruit-cta::before,
.recruit-cta::after {
  position: absolute;
  right: -4%;
  bottom: -36px;
  left: -4%;
  height: 155px;
  background: rgba(7, 41, 31, 0.46);
  clip-path: polygon(0 72%, 4% 52%, 6% 69%, 9% 29%, 12% 67%, 16% 42%, 19% 75%, 23% 32%, 28% 70%, 33% 48%, 38% 76%, 43% 30%, 47% 70%, 51% 39%, 56% 75%, 61% 25%, 66% 68%, 72% 42%, 76% 72%, 82% 24%, 87% 67%, 92% 40%, 96% 69%, 100% 50%, 100% 100%, 0 100%);
  content: "";
}

.recruit-cta::after {
  bottom: -68px;
  height: 170px;
  opacity: 0.75;
  transform: scaleX(-1);
}

.recruit-cta__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.recruit-cta h2 {
  color: white;
  text-align: center;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.recruit-cta__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(480px, 72vw);
  min-height: 78px;
  margin-top: 20px;
  border-radius: 5px;
  background: var(--recruit-orange);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  color: white;
  font-size: clamp(23px, 2vw, 31px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.recruit-cta__button span {
  position: absolute;
  right: 28px;
  font-size: 28px;
  font-weight: 400;
}

.recruit-cta__button:hover {
  background: #cc4c0f;
  transform: translateY(-2px);
}

.recruit-cta__sub {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: white;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.recruit-cta__sub-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.recruit-cta__sub-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.recruit-cta__sub-arrow {
  margin-left: 8px;
}

@media (max-width: 880px) {
  .recruit-hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .recruit-hero__photo {
    position: relative;
    order: 1;
    width: 100%;
    height: 52vw;
    min-height: 320px;
    max-height: 430px;
    clip-path: none;
    object-position: 47% center;
  }

  .recruit-hero__panel {
    order: 2;
    width: 100%;
    padding: 34px 40px 48px;
  }

  .recruit-hero__mountains {
    display: none;
  }

  .attraction-grid,
  .benefit-grid {
    padding-bottom: 10px;
  }

  .attraction-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .attraction-card {
    min-height: 0;
  }

  .attraction-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 6px);
    justify-self: center;
  }

  .benefit-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 481px) and (max-width: 880px) {
  .attraction-card li br {
    display: none;
  }
}

@media (max-width: 767px) {
  .recruit-hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .recruit-hero::before,
  .recruit-hero__mountains {
    display: none;
  }

  .recruit-hero__photo {
    position: relative;
    order: 1;
    width: 100%;
    height: 68vw;
    min-height: 270px;
    max-height: 430px;
    object-position: 47% center;
  }

  .recruit-hero__panel {
    order: 2;
    width: 100%;
    padding: 34px 24px 48px;
  }

  .recruit-hero__eyebrow {
    margin-bottom: 24px !important;
    font-size: 25px;
  }

  .recruit-hero h1 {
    font-size: clamp(29px, 8.5vw, 38px);
  }

  .recruit-hero__lead {
    font-size: 13px;
    line-height: 1.95;
  }

  .recruit-hero__lead br {
    display: none;
  }

  .recruit-section {
    padding: 46px 18px;
  }

  .recruit-heading {
    margin-bottom: 28px;
  }

  .recruit-heading h2 {
    gap: 10px;
    font-size: 24px;
    letter-spacing: 0.04em;
  }

  .recruit-heading h2::before,
  .recruit-heading h2::after {
    width: 17px;
    flex: 0 0 auto;
  }

  .recruit-heading > p {
    padding: 0 8px;
    font-size: 12px;
    line-height: 1.8;
  }

  .attraction-grid,
  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .interview-grid {
    grid-template-columns: 1fr;
  }

  .attraction-grid {
    gap: 14px;
  }

  .attraction-card {
    width: 100%;
    padding: 22px 18px;
  }

  .attraction-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 7px);
    justify-self: center;
  }

  .attraction-card h3 {
    min-height: 0;
  }

  .attraction-card li {
    font-size: 12px;
  }

  .recruit-benefits {
    padding-top: 10px;
  }

  .benefit-grid {
    gap: 0;
  }

  .benefit-item {
    padding: 24px 10px;
  }

  .benefit-item + .benefit-item::before {
    content: none;
  }

  .benefit-item:nth-child(even)::before {
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 0;
    width: 1px;
    height: auto;
    background: #cfcac0;
    content: "";
  }

  .benefit-item:last-child {
    grid-column: 1 / -1;
    width: 50%;
    justify-self: center;
  }

  .benefit-item h3 {
    min-height: 0;
  }

  .benefit-message {
    margin-top: 18px !important;
    text-align: left;
    font-size: 12px;
  }

  .benefit-message br {
    display: none;
  }

  .recruit-interviews {
    padding-bottom: 54px;
  }

  .interview-grid {
    gap: 20px;
  }

  .interview-card__photo {
    aspect-ratio: 4 / 2.7;
  }

  .interview-card__body {
    padding: 20px 20px 26px;
  }

  .interview-card__body h3 {
    font-size: 21px;
  }

  .recruit-cta {
    min-height: 290px;
    padding: 45px 18px 38px;
  }

  .recruit-cta h2 {
    font-size: 22px;
    white-space: normal;
  }

  .desktop-only {
    display: none;
  }

  .recruit-cta__button {
    width: 100%;
    min-height: 68px;
    font-size: 23px;
  }

  .recruit-cta__button span {
    right: 22px;
  }

  .recruit-cta__sub {
    font-size: 12px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .attraction-grid {
    grid-template-columns: 1fr;
  }

  .attraction-card:last-child {
    grid-column: auto;
    width: 100%;
  }

}
