.recruit-job {
  padding-block: 94px;
}
@media screen and (max-width: 767px) {
  .recruit-job {
    padding-block: 28px;
  }
}
.recruit-job__heading {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .recruit-job__heading {
    font-size: 12px;
  }
}

.recruit-table {
  margin-top: 89px;
  border-top: 0.25px solid #9D9996;
}
@media screen and (max-width: 767px) {
  .recruit-table {
    margin-top: 24px;
  }
}
.recruit-table__row {
  padding: 25px 138px;
  border-bottom: 0.25px solid #9D9996;
  display: flex;
  gap: 162px;
}
@media screen and (max-width: 1440px) {
  .recruit-table__row {
    padding: 25px 50px;
  }
}
@media screen and (max-width: 1020px) {
  .recruit-table__row {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-table__row {
    padding: 12px 12px 12px 30px;
    gap: 21px;
  }
  .recruit-table__row:first-of-type {
    padding: 8px 12px 6px 30px;
    align-items: center;
  }
  .recruit-table__row:nth-of-type(2) .recruit-table__desc {
    padding-left: 4em;
    text-indent: -4em;
  }
}
.recruit-table__term {
  min-width: 6em;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .recruit-table__term {
    font-size: 10px;
  }
}
.recruit-table__desc {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .recruit-table__desc {
    font-size: 9px;
  }
}

.recruit-partners {
  padding-block: 161px 93px;
}
@media screen and (max-width: 767px) {
  .recruit-partners {
    padding-block: 33px 21px;
  }
}
.recruit-partners__text {
  margin-top: 109px;
  text-align: center;
  font-size: 23px;
  line-height: 1.4347826087;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .recruit-partners__text {
    margin-top: 14px;
    line-height: 1.2222222222;
    font-size: 9px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-partners .recruit-table {
    margin-top: 20px;
  }
}

.recruit-office {
  height: 691px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-office img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .recruit-office {
    height: 144px;
  }
}