.recruit-intro {
  position: relative;
  z-index: 2;
  width: var(--content-width);
  margin: 0 auto;
  padding: 52px 0 var(--section-space);
}

.recruit-jobs .section-heading.is-centered .section-title::after,
.recruit-apply .section-heading.is-centered .section-title::after {
  content: none;
}

.recruit-jobs .section-heading,
.recruit-apply .section-heading {
  margin-bottom: 48px;
}

.recruit-catchphrases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.recruit-catchphrase {
  padding: 20px 26px;
  color: var(--navy);
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(11, 39, 66, .18);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: .04em;
}

.recruit-jobs,
.recruit-apply {
  position: relative;
  z-index: 2;
  padding: 0 0 var(--section-space);
}

.recruit-jobs-inner,
.recruit-apply-inner {
  width: var(--content-width);
  margin: 0 auto;
}

.recruit-table-wrap {
  width: var(--content-width);
  margin: 0 auto;
}

.recruit-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid rgba(11, 39, 66, .82);
}

.recruit-table th,
.recruit-table td {
  padding: 26px 28px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(11, 39, 66, .14);
}

.recruit-table th {
  width: 260px;
  color: var(--navy);
  background: rgba(11, 39, 66, .045);
  font-family: "Noto Sans JP", "Apple SD Gothic Neo", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .06em;
}

.recruit-table td {
  color: #25313a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: .03em;
}

.recruit-line {
  display: block;
}

.recruit-line + .recruit-line {
  margin-top: 4px;
}

.recruit-bullet-list {
  margin: 0;
  padding-left: 1.15em;
  color: #25313a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: .03em;
}

.recruit-bullet-list li {
  margin: 0 0 6px;
}

.recruit-bullet-list li:last-child {
  margin-bottom: 0;
}

.recruit-apply-tel {
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
}

.recruit-apply-tel:hover {
  color: var(--red);
}

@media (max-width: 760px) {
  .recruit-intro {
    padding: 38px 0 var(--section-space);
  }

  .recruit-catchphrases {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 28px;
  }

  .recruit-catchphrase {
    padding: 16px 20px;
    font-size: 14px;
  }

  .recruit-jobs,
  .recruit-apply {
    padding-bottom: var(--section-space);
  }

  .recruit-table,
  .recruit-table tbody,
  .recruit-table tr,
  .recruit-table th,
  .recruit-table td {
    display: block;
    width: auto;
  }

  .recruit-table tr {
    padding: 22px 0;
    border-bottom: 1px solid rgba(11, 39, 66, .14);
  }

  .recruit-table th,
  .recruit-table td {
    padding: 0;
    border-bottom: 0;
  }

  .recruit-table th {
    margin-bottom: 10px;
    background: none;
    font-size: 12px;
    letter-spacing: .1em;
  }

  .recruit-table td {
    font-size: 14px;
    line-height: 1.8;
  }
}
