.recruit-page .job-position-section {
  --tca-content-padding-right: 0;
  --tca-header-padding: 0;
  --tca-content-max-width: 688px;
  --tca-content-margin-left: auto;
}
.recruit-page .job-position-section.two-column-accordion .tca .tca__group {
  border-top: 1px solid #A6A9AB;
}
.recruit-page .job-position-section.two-column-accordion .tca .tca__group:last-of-type {
  border-bottom: 1px solid #A6A9AB;
}
.recruit-page .job-position-section.two-column-accordion .tca .tca__group .tca__body {
  padding-bottom: 0;
  text-align: left;
  max-width: var(--tca-content-max-width);
  margin-left: var(--tca-content-margin-left);
  margin-right: auto;
}
.recruit-page .job-position-section.two-column-accordion .tca .tca__group .tca__content {
  text-align: left;
}
.recruit-page .job-position-section.two-column-accordion .tca-bottom-element {
  width: 100%;
  margin: 80px auto 0;
}
.recruit-page .job-position-section .jp-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}
.recruit-page .job-position-section .jp-item {
  display: flex;
  align-items: baseline;
  font-weight: 400;
  letter-spacing: normal;
  text-align: justify;
}
.recruit-page .job-position-section .jp-item:last-child {
  margin-bottom: 0;
}
.recruit-page .job-position-section .jp-item__name {
  width: 180px;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}
.recruit-page .job-position-section .jp-item__desc {
  flex: 1;
  color: #333;
}
.recruit-page .job-position-section .jp-item__desc p {
  margin: 0;
  font-size: 15px;
}
.recruit-page .job-position-section .jp-item__desc .mb-8 {
  margin-bottom: 8px;
}

@media (max-width: 960px) {
  .recruit-page .job-position-section {
    --tca-content-padding-right: 0;
    --tca-header-padding: 0;
    --tca-content-max-width: 343px;
    --tca-content-margin-left: auto;
  }
  .recruit-page .job-position-section.two-column-accordion .tca .tca__group {
    border-top: 1px solid #A6A9AB;
  }
  .recruit-page .job-position-section.two-column-accordion .tca .tca__group .tca__body {
    padding-bottom: 0;
    text-align: left;
    max-width: var(--tca-content-max-width);
    margin-left: var(--tca-content-margin-left);
    margin-right: auto;
  }
  .recruit-page .job-position-section.two-column-accordion .tca .tca__group .tca__content {
    text-align: left;
  }
  .recruit-page .job-position-section.two-column-accordion .tca-bottom-element {
    margin: 40px auto 0;
  }
  .recruit-page .job-position-section .jp-items {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
  .recruit-page .job-position-section .jp-item {
    column-gap: 16px;
  }
  .recruit-page .job-position-section .jp-item:last-child {
    margin-bottom: 0;
  }
  .recruit-page .job-position-section .jp-item__name {
    width: 100px;
    font-size: 13px;
    line-height: 1.8;
  }
  .recruit-page .job-position-section .jp-item__desc p {
    margin: 0;
    font-size: 14px;
  }
}
