.l-page-header:before {
  background-image: url(../img/page-header__recruit.jpg);
}

.p-offer {
  padding-bottom: clamp(4rem, 5.2083333333vw, 6.25rem);
}
.p-offer__contents {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: clamp(4rem, 6.25vw, 7.5rem);
}
.p-offer__overview {
  padding-bottom: clamp(4rem, 4.1666666667vw, 5rem);
}
.p-offer__overview__title {
  padding-top: clamp(0.5rem, 1.25vw, 1.5rem);
  padding-bottom: clamp(0.5rem, 1.25vw, 1.5rem);
  font-size: 1.1rem;
}
.p-offer__overview__lists {
  padding-top: clamp(0.5rem, 1.25vw, 1.5rem);
  padding-bottom: clamp(0.5rem, 1.25vw, 1.5rem);
  padding-left: clamp(1rem, 1.5625vw, 1.875rem);
  padding-right: clamp(1rem, 1.5625vw, 1.875rem);
  border: 1px solid var(--color_mono04);
  border-radius: clamp(0.5rem, 0.5208333333vw, 0.625rem);
}
.p-offer__overview__list {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
}
.p-offer__overview__list + .p-offer__overview__list {
  margin-top: 0.5rem;
}
.p-offer__overview__list__title {
  width: 6em;
  text-align: right;
}
.p-offer__overview__list__title:after {
  content: ":";
  margin: 0 0.5rem 0 0.25rem;
}
.p-offer__table {
  margin-bottom: clamp(2rem, 3.6458333333vw, 4.375rem);
  border: 1px solid var(--color_mono07);
}
.p-offer__table th,
.p-offer__table td {
  display: block;
  text-align: left;
  padding: 1rem;
}
.p-offer__table th {
  background-color: var(--color_lightblue04);
}
.p-offer__table th:not(:first-child) {
  border-top: 1px solid var(--color_mono07);
}
.p-offer__table td {
  padding: 1rem;
  font-weight: 400;
}
.p-offer__table td p + p {
  margin-top: 1.5rem;
}
.p-offer__entry-button {
  display: block;
  width: clamp(10rem, 15.46875vw, 18.5625rem);
  margin: auto;
  padding: clamp(0.5rem, 0.8333333333vw, 1rem);
  background-color: var(--color_mono05);
  color: var(--color_mono02);
  text-align: center;
  border-radius: 0.5rem;
}
.p-offer__entry-button:hover {
  background-color: var(--color_blue01);
}

@media screen and (min-width: 768px) {
  .p-offer__overview {
    display: grid;
    grid-auto-flow: column;
    justify-content: start;
    grid-template-columns: clamp(10rem, 19.0104166667vw, 22.8125rem) 1fr;
    gap: clamp(1rem, 2.6041666667vw, 3.125rem);
  }
  .p-offer__overview__text {
    order: 1;
  }
  .p-offer__overview__title {
    font-size: var(--f40);
  }
  .p-offer__overview__img {
    order: 0;
    width: clamp(10rem, 19.0104166667vw, 22.8125rem);
  }
  .p-offer__table tr:not(:last-of-type) {
    border-bottom: 1px solid var(--color_mono07);
  }
  .p-offer__table th,
  .p-offer__table td {
    display: table-cell;
    vertical-align: top;
    font-size: var(--f16);
  }
  .p-offer__table th {
    width: clamp(6rem, 10.4166666667vw, 12.5rem);
  }
  .p-offer__table td {
    padding-top: clamp(1.5rem, 1.0416666667vw, 1.25rem);
    padding-bottom: clamp(1.5rem, 1.0416666667vw, 1.25rem);
    padding-left: clamp(1.5rem, 3.125vw, 3.75rem);
    padding-right: clamp(1.5rem, 3.125vw, 3.75rem);
  }
}/*# sourceMappingURL=recruit-single.css.map */