.recruit-section .recruit-title {
  font-weight: 700;
  text-align: center;
}

.recruit-section .recruit-table table {
  width: 100%;
}

.recruit-section .recruit-table th {
  font-weight: 700;
  color: #2c3544;
  border-bottom: 0;
}

.recruit-section .recruit-table td {
  color: #000;
}

.recruit-section .recruit-table .content-condition {
  font-weight: 500;
}

.recruit-section .recruit-table .condition-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.recruit-section .recruit-table p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .recruit-section {
    padding: calc(95px / 100 * 70) 0 calc(100px / 100 * 70);
  }

  .recruit-section .recruit-intro {
    text-align: center;
    font-size: calc(20px / 100 * 70);
    margin-bottom: calc(30px / 100 * 70);
  }

  .recruit-section .recruit-title {
    font-size: calc(28px / 100 * 70);
    margin-bottom: calc(30px / 100 * 70);
  }

  .recruit-section .recruit-table th,
  .recruit-section .recruit-table td {
    font-size: calc(20px / 100 * 70);
    padding: calc(20px / 100 * 70) calc(26px / 100 * 70);
    border: 1px solid #ccc;
  }

  .recruit-section .recruit-table th {
    width: 28%;
  }

  .recruit-section .recruit-table td {
    width: 72%;
  }

  .recruit-section .recruit-table p {
    margin-bottom: calc(10px / 100 * 70);
  }
}

@media (max-width: 767px) {
  .recruit-section {
    padding: 120rem 0;
  }

  .recruit-section .recruit-intro {
    font-size: 26rem;
    margin-bottom: 50rem;
  }

  .recruit-section .recruit-title {
    font-size: 40rem;
    margin-bottom: 50rem;
  }

  .recruit-section .recruit-table th,
  .recruit-section .recruit-table td {
    font-size: 26rem;
    padding: 20rem 26rem;
    width: 100%;
    display: block;
  }

  .recruit-section .recruit-table th {
    background-color: #2c3544;
    color: #fff;
    text-align: center;
  }

  .recruit-section .recruit-table td {
    border: 1px solid #ccc;
    border-top: 0;
  }

  .recruit-section .recruit-table p {
    margin-bottom: 12rem;
  }
}