@charset "UTF-8";
/* ===========================================
   色・ブレイクポイント（Youth Personnel）
   750px 以下＝SP（375 基準 vw）／751px 以上＝PC（1920 基準 vw・rem）
   =========================================== */
/* ---------- Entry FAB（PCは固定px・SPのみ縮小） ---------- */
@keyframes entry-fab-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.entry-fab {
  position: fixed;
  top: 146px;
  right: 40px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 135px;
  color: #414897;
  text-decoration: none;
}
@media screen and (max-width: 749px) {
  .entry-fab {
    top: 23.4666666667vw;
    right: 3.2vw;
    width: 23.4666666667vw;
    height: 23.4666666667vw;
  }
}

.entry-fab__bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  animation: entry-fab-spin 10s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .entry-fab__bg {
    animation: none;
  }
}

.entry-fab__label {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #414897;
  text-align: center;
  pointer-events: none;
}
@media screen and (max-width: 749px) {
  .entry-fab__label {
    margin-top: 1.0666666667vw;
    font-size: 3.2vw;
    letter-spacing: 0.32vw;
  }
}

.entry-fab__arrow {
  position: relative;
  z-index: 1;
  display: block;
  width: 16px;
  height: auto;
  margin-top: 4px;
  pointer-events: none;
  transform: scaleX(-1);
  transition: transform 0.4s ease;
}
@media screen and (max-width: 749px) {
  .entry-fab__arrow {
    width: 3.2vw;
    margin-top: 0.5333333333vw;
  }
}

.entry-fab:hover .entry-fab__arrow,
.entry-fab:focus-visible .entry-fab__arrow {
  transform: scaleX(-1) translateX(-5px);
}
@media screen and (max-width: 749px) {
  .entry-fab:hover .entry-fab__arrow,
.entry-fab:focus-visible .entry-fab__arrow {
    transform: scaleX(-1);
  }
}

/* ---------- Hero ---------- */
@media screen and (min-width: 750px) {
  .page-hero--recruit {
    padding-top: 5.625vw;
    padding-bottom: 2.5vw;
  }
}

@media screen and (min-width: 750px) {
  .page-hero--recruit .page-hero__en {
    width: 10.5208333333vw;
    max-width: 10.5208333333vw;
  }
}
@media screen and (max-width: 749px) {
  .page-hero--recruit .page-hero__en {
    width: 26.9333333333vw;
    max-width: 100%;
  }
}

/* ---------- Layout ---------- */
.recruit-body {
  background: transparent;
}

.recruit-section__label {
  display: flex;
  align-items: center;
  gap: 0.7291666667vw;
  min-width: 0;
  margin-bottom: 3.8020833333vw;
}
@media screen and (max-width: 749px) {
  .recruit-section__label {
    gap: 3.7333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}

.recruit-section__dot {
  flex-shrink: 0;
  display: block;
  width: 1.09375vw;
  height: 1.09375vw;
}
@media screen and (max-width: 749px) {
  .recruit-section__dot {
    width: 4.8vw;
    height: 4.8vw;
  }
}

.recruit-section__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #1b204f;
}
@media screen and (max-width: 749px) {
  .recruit-section__title {
    font-size: 4.8vw;
    letter-spacing: 0.24vw;
  }
}

/* ---------- Ideal ---------- */
.recruit-ideal {
  padding: 5.2083333333vw 0 6.25vw;
}
@media screen and (max-width: 749px) {
  .recruit-ideal {
    padding: 10.6666666667vw 0 12.8vw;
  }
}

.recruit-ideal__inner {
  box-sizing: border-box;
  max-width: calc(1394px + 12.5vw);
  margin: 0 auto;
  padding: 0 6.25vw;
}
@media screen and (max-width: 749px) {
  .recruit-ideal__inner {
    max-width: none;
    padding: 0 5.3333333333vw;
  }
}

.recruit-ideal__content {
  display: grid;
  grid-template-columns: 655fr 678fr;
  gap: 3.1770833333vw;
  align-items: start;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .recruit-ideal__content {
    grid-template-columns: minmax(33.9583333333vw, 655fr) minmax(0, 678fr);
  }
}
@media screen and (max-width: 749px) {
  .recruit-ideal__content {
    grid-template-columns: 1fr;
    gap: 12.8vw;
  }
}

.recruit-ideal__lead {
  min-width: 0;
  width: 100%;
}

.recruit-ideal__headline {
  margin: 0 0 3.8541666667vw;
  line-height: 0;
  max-width: 20.5729166667vw;
}
.recruit-ideal__headline img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 749px) {
  .recruit-ideal__headline {
    margin-bottom: 4.2666666667vw;
    max-width: 51.4666666667vw;
  }
}

.recruit-ideal__tagline {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.0833333333vw;
  letter-spacing: 0.0416666667vw;
  line-height: 1.6;
  color: #1b204f;
  word-break: keep-all;
  line-break: strict;
}
@media screen and (max-width: 749px) {
  .recruit-ideal__tagline {
    font-size: 5.8666666667vw;
    letter-spacing: 0.2933333333vw;
    line-height: 1.6;
  }
}

.recruit-ideal__tagline-line {
  display: block;
}

.recruit-ideal__list-wrap {
  min-width: 0;
  width: 100%;
  max-height: 38.3854166667vw;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 749px) {
  .recruit-ideal__list-wrap {
    max-height: none;
    overflow: visible;
  }
}

.recruit-ideal__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.recruit-ideal__check {
  flex-shrink: 0;
  display: block;
  width: 1.5104166667vw;
  height: 1.5104166667vw;
  margin-top: 0.2604166667vw;
}
@media screen and (max-width: 749px) {
  .recruit-ideal__check {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-top: 0.5333333333vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1399px) {
  .recruit-ideal__check {
    width: 22px;
    height: 22px;
    margin-top: 3px;
  }
}

.recruit-ideal__item {
  display: flex;
  align-items: flex-start;
  gap: 0.7291666667vw;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 2.6041666667vw;
  margin: 0 0 2.6041666667vw;
  border-bottom: 1px solid #a1a4c3;
}
.recruit-ideal__item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 749px) {
  .recruit-ideal__item {
    gap: 3.2vw;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1399px) {
  .recruit-ideal__item {
    gap: 12px;
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
}

.recruit-ideal__item-body {
  flex: 1;
  min-width: 0;
}

.recruit-ideal__item-title {
  margin: 0 0 0.78125vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #1b204f;
}
@media screen and (max-width: 749px) {
  .recruit-ideal__item-title {
    margin-bottom: 1.6vw;
    font-size: 4.5333333333vw;
    letter-spacing: 0.2266666667vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1399px) {
  .recruit-ideal__item-title {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.recruit-ideal__item-desc {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #1b204f;
}
@media screen and (max-width: 749px) {
  .recruit-ideal__item-desc {
    font-size: 3.7333333333vw;
    letter-spacing: 0.1866666667vw;
    line-height: 1.7;
  }
}
@media screen and (min-width: 750px) and (max-width: 1399px) {
  .recruit-ideal__item-desc {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* ---------- Stats ---------- */
.recruit-stats {
  padding: 0 0 4.1666666667vw;
}
@media screen and (max-width: 749px) {
  .recruit-stats {
    padding-top: 21.3333333333vw;
    padding-bottom: 0;
  }
}

.recruit-stats__inner {
  box-sizing: border-box;
  max-width: calc(1394px + 12.5vw);
  margin: 0 auto;
  padding: 0 6.25vw;
}
@media screen and (max-width: 749px) {
  .recruit-stats__inner {
    max-width: none;
    padding: 0 5.3333333333vw;
  }
}

.recruit-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.3020833333vw;
}
@media screen and (max-width: 749px) {
  .recruit-stats__grid {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
}

.recruit-stat-card {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "label icon" "value icon" "note note";
  align-items: start;
  min-height: 10.9375vw;
  padding: 1.9270833333vw 1.6666666667vw 1.4583333333vw 2.8125vw;
  border-radius: 0;
  background: #e8ebf0;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .recruit-stat-card {
    min-height: 48vw;
    padding: 8.5333333333vw 6.6666666667vw 6.4vw 8.2666666667vw;
    border-radius: 0;
    column-gap: 3.2vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1399px) {
  .recruit-stat-card {
    min-height: 0;
    padding: 28px 24px 22px 28px;
    border-radius: 0;
  }
}

.recruit-stat-card__icon {
  grid-area: icon;
  align-self: center;
  flex-shrink: 0;
  width: 4.6875vw;
  height: 4.1666666667vw;
  line-height: 0;
}
.recruit-stat-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 749px) {
  .recruit-stat-card__icon {
    width: 24vw;
    height: 20.2666666667vw;
    align-self: center;
  }
}
@media screen and (min-width: 750px) and (max-width: 1399px) {
  .recruit-stat-card__icon {
    width: 64px;
    height: 64px;
  }
}

.recruit-stat-card__label {
  grid-area: label;
  margin: 0 0 0.8333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #1b204f;
}
@media screen and (max-width: 749px) {
  .recruit-stat-card__label {
    margin-bottom: 3.2vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.2133333333vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1399px) {
  .recruit-stat-card__label {
    margin-bottom: 10px;
    font-size: 0.9375rem;
  }
}

.recruit-stat-card__value {
  grid-area: value;
  display: inline-flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 10px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  line-height: 0;
}
@media screen and (max-width: 749px) {
  .recruit-stat-card__value {
    gap: 2.6666666667vw;
  }
}

.recruit-stat-card__num {
  display: block;
  width: auto;
  height: 60px;
}
@media screen and (max-width: 749px) {
  .recruit-stat-card__num {
    height: 13.8666666667vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1399px) {
  .recruit-stat-card__num {
    height: clamp(31px, 3.6vw, 42px);
  }
}

.recruit-stat-card__unit {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #1b204f;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .recruit-stat-card__unit {
    font-size: 8vw;
    letter-spacing: 0.4vw;
    padding-bottom: 1.6vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1399px) {
  .recruit-stat-card__unit {
    font-size: clamp(18px, 2vw, 22px);
  }
}

.recruit-stat-card__note {
  grid-area: note;
  margin: 0.625vw 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #1b204f;
}
@media screen and (max-width: 749px) {
  .recruit-stat-card__note {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
    letter-spacing: 0.16vw;
  }
}

.recruit-stat-card--ratio {
  grid-template-areas: "label label" "ratio ratio";
}
@media screen and (max-width: 749px) {
  .recruit-stat-card--ratio {
    min-height: 53.3333333333vw;
    padding: 9.3333333333vw 8vw 8vw;
  }
}
.recruit-stat-card--ratio .recruit-stat-card__label {
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 749px) {
  .recruit-stat-card--ratio .recruit-stat-card__label {
    margin-bottom: 4.5333333333vw;
  }
}

.recruit-stat-card__ratio {
  grid-area: ratio;
  display: flex;
  align-items: flex-start;
  gap: 1.71875vw;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  .recruit-stat-card__ratio {
    justify-content: flex-start;
    gap: 14.6666666667vw;
  }
}

.recruit-stat-card__ratio-col {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0;
  flex: 0 0 auto;
  min-width: 0;
}
.recruit-stat-card__ratio-col .recruit-stat-card__value {
  margin-top: 0.6770833333vw;
}
@media screen and (max-width: 749px) {
  .recruit-stat-card__ratio-col .recruit-stat-card__value {
    margin-top: 0;
  }
}
@media screen and (max-width: 749px) {
  .recruit-stat-card__ratio-col {
    flex-direction: column;
    align-items: flex-start;
    gap: 4.5333333333vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1399px) {
  .recruit-stat-card__ratio-col {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .recruit-stat-card__ratio-col .recruit-stat-card__value {
    margin-top: 0;
  }
}

.recruit-stat-card__ratio-gender {
  margin: 0;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #1b204f;
}
@media screen and (max-width: 749px) {
  .recruit-stat-card__ratio-gender {
    font-size: 3.7333333333vw;
    letter-spacing: 0.1866666667vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1399px) {
  .recruit-stat-card__ratio-gender {
    font-size: 14px;
  }
}

/* ---------- Actions ---------- */
.recruit-actions {
  padding: 4.0104166667vw 0 10.4166666667vw;
}
@media screen and (max-width: 749px) {
  .recruit-actions {
    padding: 10.6666666667vw 0 16vw;
  }
}

.recruit-actions--after-voice {
  padding: 4.375vw 0 0;
}
.recruit-actions--after-voice .recruit-actions__inner {
  max-width: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 749px) {
  .recruit-actions--after-voice {
    order: 4;
    padding: 10.6666666667vw 0 32vw;
  }
  .recruit-actions--after-voice .recruit-actions__inner {
    padding-left: 9.3333333333vw;
    padding-right: 9.3333333333vw;
  }
}

.recruit-actions__inner {
  box-sizing: border-box;
  max-width: calc(1394px + 12.5vw);
  margin: 0 auto;
  padding: 0 6.25vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.3541666667vw;
}
@media screen and (max-width: 749px) {
  .recruit-actions__inner {
    max-width: none;
    padding: 0 5.3333333333vw;
  }
}
@media screen and (max-width: 749px) {
  .recruit-actions__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 2.6666666667vw;
    padding-left: 9.3333333333vw;
    padding-right: 9.3333333333vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1399px) {
  .recruit-actions__inner {
    gap: 20px;
  }
}

.recruit-actions__btn {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625vw;
  box-sizing: border-box;
  width: 18.59375vw;
  min-height: 4.1666666667vw;
  padding: 1.4583333333vw 1.3020833333vw 1.4583333333vw 2.0833333333vw;
  border-radius: 50px;
  overflow: hidden;
  background: #1b204f;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-decoration: none;
}
.recruit-actions__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: var(--grade, linear-gradient(128deg, #00b4c6 -67.24%, #01adc3 -56.33%, #079cbd -39.96%, #0f7fb2 -23.58%, #1b58a3 -3.57%, #1e50a1 0.07%, #264b9f 9.16%, #3f3f99 25.54%, #662b91 47.37%, #9c1085 71.02%, #a60c83 74.65%));
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}
.recruit-actions__btn.is-hover::before, .recruit-actions__btn:hover::before, .recruit-actions__btn:focus-visible::before {
  opacity: 1;
}
.recruit-actions__btn .recruit-actions__btn-label {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-width: 0;
}
.recruit-actions__btn .recruit-actions__btn-label .split-txt {
  line-height: 1.35;
}
@media screen and (max-width: 749px) {
  .recruit-actions__btn {
    width: 100%;
    height: 18.6666666667vw;
    min-height: 18.6666666667vw;
    max-height: 18.6666666667vw;
    padding: 0 6.6666666667vw 0 10.6666666667vw;
    font-size: 4vw;
    letter-spacing: 0.4vw;
    line-height: 0.95;
    gap: 2.6666666667vw;
    justify-content: space-between;
    border-radius: 50px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1399px) {
  .recruit-actions__btn {
    width: auto;
    min-width: min(320px, 100%);
    flex: 1 1 280px;
    max-width: 400px;
    min-height: 72px;
    padding: 22px 28px 22px 36px;
    font-size: 15px;
    gap: 12px;
    border-radius: 50px;
  }
}

.recruit-actions__btn-icon {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 1.25vw;
  height: 1.25vw;
  line-height: 0;
}
.recruit-actions__btn-icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/icon-open-window.svg") center/contain no-repeat;
}
@media screen and (max-width: 749px) {
  .recruit-actions__btn-icon {
    width: 6.4vw;
    height: 6.4vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1399px) {
  .recruit-actions__btn-icon {
    width: 22px;
    height: 22px;
  }
}

.recruit-actions__btn--arrow .recruit-actions__btn-icon::before {
  background-image: url("../img/common/btn-arrow-outline-white.svg");
}

/* ---------- Voice ---------- */
.recruit-voice {
  padding: 0 0 11.9791666667vw;
}
@media screen and (max-width: 749px) {
  .recruit-voice {
    padding-bottom: 0;
  }
}

.recruit-voice__inner {
  box-sizing: border-box;
  max-width: calc(1394px + 12.5vw);
  margin: 0 auto;
  padding: 0 6.25vw;
}
@media screen and (max-width: 749px) {
  .recruit-voice__inner {
    max-width: none;
    padding: 0 5.3333333333vw;
  }
}
@media screen and (max-width: 749px) {
  .recruit-voice__inner {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}

.recruit-voice__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25vw;
  margin-bottom: 4.375vw;
}
@media screen and (max-width: 749px) {
  .recruit-voice__head {
    display: contents;
  }
}

.recruit-voice__label {
  margin-bottom: 0;
}
@media screen and (max-width: 749px) {
  .recruit-voice__label {
    order: 1;
    margin: 0 0 10.6666666667vw;
    padding: 0 9.3333333333vw;
  }
}

.recruit-voice__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.0833333333vw;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 749px) {
  .recruit-voice__grid {
    order: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 8vw;
    width: 100%;
    margin: 0;
    padding: 0 9.3333333333vw 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .recruit-voice__grid::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .recruit-voice__head .view-more {
    order: 3;
    align-self: flex-end;
    margin: 10.6666666667vw 9.3333333333vw 0 auto;
  }
}

.recruit-voice__item {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 749px) {
  .recruit-voice__item {
    flex: 0 0 70.4vw;
    width: 70.4vw;
    min-width: 70.4vw;
    max-width: 70.4vw;
    scroll-snap-align: start;
  }
}

.recruit-voice__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.recruit-voice__link:hover .member-card__photo > img, .recruit-voice__link:focus-visible .member-card__photo > img {
  transform: scale(1.14);
}

@media screen and (max-width: 749px) {
  .recruit-voice .member-card__photo {
    width: 100%;
    aspect-ratio: 264/176.289;
    margin-bottom: 3.2vw;
    border-radius: 0;
  }

  .recruit-voice .member-card__quote {
    margin: 0 0 5.3333333333vw;
    font-weight: 500;
    font-size: 4.1653333333vw;
    letter-spacing: 0.2082666667vw;
    line-height: 1.7;
  }

  .recruit-voice .member-meta {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }
}

/*# sourceMappingURL=recruit.css.map */
