/* ===============================
	 recruit
================================ */
.recruit {
  background: initial;
}

/* ===============================
	 recruit-requirements
================================ */
.recruit-requirements {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .recruit-requirements {
    width: 100%;
  }
}
.recruit-requirements__item {
  position: relative;
  padding: 10px 0 10px 45px;
  margin-top: 15px;
  border-bottom: 1px dashed #707070;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .recruit-requirements__item {
    font-size: 16px;
  }
}
.recruit-requirements__item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../../../images/common/icon-check.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .recruit-requirements__item {
    padding-left: 35px;
  }
  .recruit-requirements__item::before {
    top: 12px;
    width: 25px;
    height: 25px;
  }
}

/* ===============================
	 table
================================ */
.custom-table td {
  width: 80%;
}
@media (max-width: 767px) {
  .custom-table td {
    width: 75%;
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ===============================
	 stats
================================ */
.stats {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 15px;
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .stats {
    align-items: center;
    text-align: center;
    gap: 16px;
    margin-bottom: 0;
    padding-bottom: 180px;
  }
}
.stats__text {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media (max-width: 767px) {
  .stats__text {
    order: 2;
  }
}
.stats__text * {
  line-height: 1;
}
.stats__number {
  color: #0064d2;
  font-weight: 700;
  font-size: 70px;
  position: relative;
  top: 3px;
  letter-spacing: 0;
  margin: 0 5px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .stats__number {
    font-size: 80px;
  }
}
.stats__unit {
  color: #0064d2;
  letter-spacing: 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  .stats__unit {
    font-size: 16px;
  }
}
.stats__unit:first-child {
  color: #000;
}

@media (max-width: 767px) {
  .table-wrapper .custom-table tbody tr:nth-child(odd), .table-wrapper .custom-table tbody tr:nth-child(even) {
    background-color: transparent;
  }
  .table-wrapper .custom-table tbody tr th,
  .table-wrapper .custom-table tbody tr td {
    display: block;
    width: 100%;
  }
  .table-wrapper .custom-table tbody tr th {
    background-color: #e8f3fb;
  }
}