/* Hero (KV) */

.c-recruit-kv--career .c-recruit-kv-label {
  background-color: #476eda;
}

@media (max-width: 767px) {
  .c-recruit-kv--career .c-recruit-kv-body {
    left: 4.27%;
  }

  .c-recruit-kv--career .c-recruit-kv-label {
    left: -4.27vw;
  }
}

@media (min-width: 768px) {

  .c-recruit-kv--career .c-recruit-kv-label {
    gap: 12px;
  }

}


/* お知らせ */

.p-career__news {
  padding: 60px var(--content-padding-x) 0;
}

@media (min-width: 768px) {
  .p-career__news {
    padding: 90px var(--pc-content-gutter) 0;
  }
}


/* 全国6拠点マップ */

.p-career__map {
  padding: 40px 0 0;
  order: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.p-career__map-title {
  font-weight: var(--fw-bold);
  font-size: 17px;
  color: var(--color-primary);
  line-height: 1.6;
  margin: 0;
  text-align: center;
}

.p-career__map-card {
  background-color: #fff;
  border-radius: 9px;
  overflow: hidden;
  width: 100%;
  padding: 15px 9.5px 16.5px;
}

.p-career__map-card img {
  width: 100%;
  height: auto;
  display: block;
}

.c-about-section .c-voice-section { order: 6; }

@media (min-width: 768px) {
  .p-career__map {
    padding: 80px 0 0;
    gap: 30px;
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .p-career__map-title {
    font-size: 28px;
  }

  .p-career__map-card {
    border-radius: 26px;
    padding: 44px 28px 48px;
  }

  .c-about-section .c-voice-section {
    grid-row: 4;
  }
}


/* 会員様の声 */

.p-career__voice .c-voice-section__title { margin-bottom: 15px; }

.p-career__voice-lead {
  font-weight: var(--fw-medium);
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text);
  letter-spacing: 0.03em;
  text-align: center;
  margin: 0 0 30px;
}

.p-career__voice-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.p-career__voice-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-career__voice-frame {
  width: 100%;
  aspect-ratio: 681 / 400;
  border: 3px solid #fff;
  border-radius: 15px;
  overflow: hidden;
}

.p-career__voice-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.p-career__voice-caption {
  font-weight: var(--fw-medium);
  font-size: 13px;
  line-height: 1.8;
  color: var(--color-primary);
  margin: 0;
}

@media (min-width: 768px) {
  .p-career__voice .c-voice-section__title { margin-bottom: 30px; }

  .p-career__voice-lead {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 30px;
  }

  .p-career__voice-list {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }

  .p-career__voice-card {
    flex: 1 1 0;
    gap: 16px;
  }

  .p-career__voice-caption { font-size: 14px; }
}


/* 研修制度・キャリアプラン */

.p-career__training .c-program-card { padding-inline: 0; }
.p-career__training .c-program-card__head  { margin-bottom: 0; }

.p-career__training-figure {
  width: 100%;
  margin: 0;
}

.p-career__training-figure img {
  width: 100%;
}

.p-career__training .c-program-card__desc {
  font-weight: var(--fw-medium);
  letter-spacing: 0.05em;
  padding: 0 25px;
  text-align: left;
}

.p-career__training-cta { min-width: 167px; }

@media (min-width: 768px) {
  .p-career__training .c-program-card { padding: 80px; }

  .p-career__training .c-program-card__head {
    margin-bottom: 0;
  }

  .p-career__training .c-program-card__desc {
    font-size: 18px;
    font-weight: var(--fw-regular);
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    padding: 0;
  }

  .p-career__training-cta {
    grid-column: 1 / -1;
    justify-self: center;
    width: 200px;
  }
}
