/* Hero (KV) */

.c-recruit-kv--freshers .c-recruit-kv-label {
  background-color: #5bb647;
}

@media (max-width: 767px) {
  .c-recruit-kv--freshers .c-recruit-kv-body {
    left: 4.91%;
  }

  .c-recruit-kv--freshers .c-recruit-kv-label {
    left: -4.91vw;
  }
}


/* お知らせ */

.p-freshers__news {
  padding: 30px var(--content-padding-x) 0;
}

@media (min-width: 768px) {
  .p-freshers__news {
    padding: 100px var(--pc-content-gutter) 0;
  }
}


/* 会員様の声 */

.p-freshers__voice .c-voice-section__title { margin-bottom: 15px; }

.p-freshers__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-freshers__voice-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.p-freshers__voice-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-freshers__voice-frame {
  width: 100%;
  aspect-ratio: 681 / 400;
  border: 3px solid #fff;
  border-radius: 15px;
  overflow: hidden;
}

.p-freshers__voice-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.p-freshers__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-freshers__voice .c-voice-section__title { margin-bottom: 30px; }

  .p-freshers__voice-lead {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 30px;
  }

  .p-freshers__voice-list {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }

  .p-freshers__voice-card {
    flex: 1 1 0;
    gap: 16px;
  }

  .p-freshers__voice-caption { font-size: 14px; }
}


