.recruit-page { overflow: hidden; }

.recruit-hero {
  min-height: 199px;
  background: var(--syn-green);
}
.recruit-hero__inner {
  min-height: 199px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.recruit-hero__title { align-items: flex-start; text-align: left; gap: 4px; }
.recruit-hero__title .section-title__en,
.recruit-hero__title .section-title__ja { color: var(--syn-white); }
.recruit-hero__cta { 
  border: 1px solid rgba(255, 255, 255, 0.4); 

}

.recruit-lead { padding: var(--space-section-sp) 0; }
.recruit-lead__layout { display: grid; grid-template-columns: 1fr; gap: 24px; }
.recruit-lead__text p { margin: 0 0 1em; }
.recruit-lead__text p:last-child { margin-bottom: 0; }
.recruit-lead__document {
  margin-top: 24px;
}
.recruit-lead__document p {
  margin: 0 0 12px;
}
.recruit-lead__document-link {
  min-width: 160px;
}
.recruit-lead__visual {
  display: block;
  border-radius: var(--radius-image);
  min-height: 196px;
  background:url("../assets/images/recruit-thumb.png");
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.recruit-side-image{
  width: 720px;            /* 画像の横幅を指定 */
  height: auto;
  position: absolute;
  right: -50%;
}

.work-env { padding: var(--space-section-sp) 0; background: #E6F5F3; }
.work-env__title {
  margin-bottom: 36px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.work-env__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 351px;
  margin: 0 auto;
}
.metric-card {
  border-radius: 50%;
  background: #14c8cf;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 22px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f4ffff;
}
.metric-card__label { margin: 0; font-size: 12px; font-weight: 700; line-height: 1.5; color: #f4ffff; }
.metric-card__value { margin: 6px 0 4px; font-family: var(--font-en); font-size: 34px; line-height: 1; color: #f4ffff; }
.metric-card__value span { font-size: 24px; }
.metric-card__note { margin: 0; font-size: 12px; line-height: 1.5; color: #f4ffff; }

.career-support { padding: var(--space-section-sp) 0; }
.career-support__title {
  margin-bottom: 36px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 16px;
}
.support-card__thumb {
  border-radius: var(--radius-image);
  aspect-ratio: 164 / 113;
  margin-bottom: 12px;
  background-color: #d8d8d8;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.support-card:nth-child(1) .support-card__thumb { background-image: url("../assets/images/career01.png"); }
.support-card:nth-child(2) .support-card__thumb { background-image: url("../assets/images/career02.png"); }
.support-card:nth-child(3) .support-card__thumb { background-image: url("../assets/images/career03.png"); }
.support-card:nth-child(4) .support-card__thumb { background-image: url("../assets/images/career04.png"); }
.support-card:nth-child(5) .support-card__thumb { background-image: url("../assets/images/career05.png"); }
.support-card:nth-child(6) .support-card__thumb { background-image: url("../assets/images/career06.png"); }
.support-card:nth-child(7) .support-card__thumb { background-image: url("../assets/images/career07.png"); }
.support-card:nth-child(8) .support-card__thumb { background-image: url("../assets/images/career08.png"); }
.support-card:nth-child(9) .support-card__thumb { background-image: url("../assets/images/career09.png"); }
.support-card h3 { margin: 0 0 8px; font-size: 15px; font-weight: 700; }
.support-card p { margin: 0; font-size: 13px; line-height: 1.5; }

.selection-process { padding: var(--space-section-sp) 0; }
.selection-process__title {
  margin-bottom: 36px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.selection-process__steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.process-step__image {
  width: 100%;
  max-width: 200px;
  aspect-ratio: 200 / 180;
  object-fit: contain;
}
.process-step__label {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}
.process-step__sub {
  margin: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
}

.job-info {
  padding: var(--space-section-sp) 0;
  background: #f3f3f3;
}
.job-info__inner {
  border-radius: 16px;
  background: transparent;
  padding: 48px 24px;
  text-align: center;
}
.job-info__title { justify-content: center; margin-bottom: 24px; }
.job-info__lead { margin: 0 auto 32px; max-width: 900px; }
.job-info__positions {
  display: grid;
  gap: 16px;
  margin: 0 auto 32px;
  max-width: 980px;
}
.job-position {
  padding: 22px 20px;
  border-radius: 12px;
  background: var(--syn-white);
  text-align: left;
}
.job-position h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.4;
}
.job-position ul {
  display: grid;
  gap: 8px;
  padding-left: 1.2em;
  list-style: disc;
}
.job-position li {
  font-size: var(--text-small);
  line-height: 1.7;
}
.job-info__actions {
  display: grid;
  gap: 12px;
  justify-items: center;
}
.job-info__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  padding: 18px 24px;
  border-radius: var(--radius-button);
  background: var(--syn-green);
  color: var(--syn-white);
  font-size: var(--text-medium);
  font-weight: 700;
  transition: opacity 0.2s ease;
}
.job-info__link:hover { opacity: 0.9; }
.job-info__link--secondary { background: var(--syn-black); }

@media (min-width: 1024px) {
  .recruit-hero { min-height: 320px; }
  .recruit-hero__inner {
    min-height: 320px;
    justify-content: flex-start;
    gap: 80px;
    position:relative
  }
  .recruit-hero__title { 
    flex-direction: row; align-items: center; gap: 24px; 
    position: absolute;
  }
  .recruit-side-image{
    width: 720px;            /* 画像の横幅を指定 */
    height: auto;
    position: absolute;
    right: 0;
  }
  .recruit-hero__cta { 
    border: 1px solid rgba(255, 255, 255, 0.4); 
    position: absolute;
    bottom: 60px;
  }
  .recruit-lead { padding: var(--space-section-pc) 0; }
  .recruit-lead__layout { grid-template-columns: 1fr 547px; align-items: start; gap: 48px; }
  .recruit-lead__visual { min-height: 306px; }
  .work-env, .career-support, .selection-process { padding: var(--space-section-pc) 0; }
  .work-env__title {
    margin-bottom: 48px;
    flex-direction: row;
    gap: 24px;
  }
  .work-env__grid {
    grid-template-columns: repeat(3, 230px);
    gap: 36px;
    max-width: 760px;
  }
  .metric-card { padding: 34px 12px; }
  .metric-card__label { font-size: var(--text-small); line-height: 1.4; }
  .metric-card__value { font-size: 44px; margin: 6px 0; }
  .metric-card__value span { font-size: 24px; }
  .metric-card__note { font-size: var(--text-xxsmall); line-height: 1.5; }
  .career-support__title {
    justify-content: center;
    text-align: center;
  }
  .support-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px 32px; }
  .support-card__thumb { aspect-ratio: 320 / 221; margin-bottom: 20px; }
  .support-card h3 { font-size: var(--text-large); margin-bottom: 12px; }
  .support-card p { font-size: var(--text-small); }
  .selection-process__title {
    margin-bottom: 48px;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }
  .selection-process__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 60px;
    max-width: 833px;
    margin: 0 auto;
  }
  .process-step {
    position: relative;
    min-height: 238px;
    justify-content: flex-start;
  }
  .process-step:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -38px;
    top: 94px;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 30px solid var(--syn-green);
  }
  .process-step__image {
    max-width: 200px;
  }
  .process-step__label {
    font-size: 18px;
  }
  .process-step__sub {
    font-size: 12px;
  }
  .job-info { padding: var(--space-section-pc) 0; }
  .job-info__inner { padding: 64px 40px; }
  .job-info__positions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .job-position:last-child {
    grid-column: 1 / -1;
  }
  .job-info__actions {
    grid-template-columns: repeat(2, minmax(0, 240px));
    justify-content: center;
  }
}
