.job-detail-container {
  padding: 126px 16px 96px;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .job-detail {
    padding: 71px 16px 48px;
  }
}
.job-detail-industry {
  color: #7A7F8E;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .job-detail-industry {
    font-size: 14px;
    line-height: 22.4px;
  }
}
.job-detail-upper-flex-block {
  display: flex;
  border-bottom: 1px solid rgba(34, 42, 66, 0.06);
}
.job-detail-salary-range {
  display: inline-block;
  position: relative;
}
.job-detail-salary-range:before {
  content: url(../img/yen.svg);
  position: absolute;
  left: -20px;
}
.job-detail-prefecture {
  display: inline-block;
  position: relative;
  margin-left: 21px!important;
}
.job-detail-prefecture:before {
  content: url(../img/prefecture.svg);
  position: absolute;
  left: -20px;
}
.job-detail-employment-type {
  display: inline-block;
  position: relative;
}
.job-detail-employment-type:before {
  content: url(../img/type.svg);
  position: absolute;
  left: -20px;
}
.job-detail-salary-range,
.job-detail-prefecture,
.job-detail-employment-type {
  line-height: 1.6;
  margin: 16.5px 0 48.5px 40px;
  font-size: 16px;
}
.job-detail-main-each-block {
  margin-top: 56px;
  position: relative;
}
.job-detail-main-each-block:before {
  content: url(../img/checkbox.svg);
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .job-detail-main-each-block:before {
    top: 0;
  }
}
.job-detail-main-each-block h2 {
  font-size: 21px;
  line-height: 1.5;
  margin: 0 0 14px 28px;
}
@media screen and (max-width: 768px) {
  .job-detail-main-each-block h2 {
    font-size: 16px;
    line-height: 25.6px;
    margin: 0 0 8px 24px;
  }
}
.job-detail-main-each-block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .job-detail-main-each-block p {
    font-size: 14px;
    line-height: 28px;
  }
}
.job-detail-table-area {
  margin: 58px 0 48px;
  border-top: 1px solid rgba(34, 42, 66, 0.06);
}
@media screen and (max-width: 768px) {
  .job-detail-table-area {
    margin: 48px 0;
  }
}
.job-detail-table-row {
  padding: 24px 0;
  display: flex;
  border-bottom: 1px solid rgba(34, 42, 66, 0.06);
}
.job-detail-table-row-label {
  white-space: nowrap;
  min-width: 112px !important;
  font-size: 15px;
  color: #7A7F8E;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .job-detail-table-row-label {
    white-space: inherit;
    width: 70px !important;
    font-size: 14px;
    line-height: 16.8px;
  }
}
.job-detail-table-row-content {
  line-height: 2;
  font-size: 16px;
  color: #222A42;
  margin-left: 112px;
}
@media screen and (max-width: 768px) {
  .job-detail-table-row-content {
    max-width: calc(100vw - (16px * 2 + 70px + 32px));
    line-height: 22.4px;
    font-size: 14px;
    margin-left: 32px;
  }
}
.job-detail-table-row-content:last-child {
  display: flex;
  align-items: center;
}
.job-detail-table-row-content:last-child img {
  margin-right: 24px;
  border-radius: 100%;
  object-fit: cover;
}
.job-detail-table-row-label-sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .job-detail-table-row-label-pc-only {
    display: none;
  }
  .job-detail-table-row-label-sp-only {
    display: inherit;
  }
}
.job-detail-please-contact-description {
  text-align: center;
}
.job-detail-table-row-content-profile-img {
  width: 64px;
  height: 64px;
}
/* 担当 (last row): keep the label left-aligned (like 福利厚生・待遇 / PR内容); only the photo +
   name are centered, to align with the centered apply CTA. The label is absolutely positioned so
   the photo+name can sit at the true page centre rather than the centre of the post-label column. */
.job-detail-table-row:last-child {
  position: relative;
}
.job-detail-table-row:last-child .job-detail-table-row-label-pc-only,
.job-detail-table-row:last-child .job-detail-table-row-label-sp-only {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #7A7F8E;
  font-weight: 500;
}
.job-detail-table-row:last-child .job-detail-table-row-content {
  margin-left: 0;
  width: 100%;
  justify-content: center;
}
