.component-section-container .job-work {
  width: 100%;
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .component-section-container .job-work {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }
}
.job-work .component-section__title {
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .job-work .component-section__title {
    font-size: 2.2rem;
  }
}
.job-work .component-section__content {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .job-work .component-section__content {
    margin-top: 1rem;
  }
}
.job-work__list {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .job-work__list {
    gap: 1.5rem;
  }
}
.job-work__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .job-work__item {
    width: 9rem;
  }
}
.job-work__icon {
  width: 7.2rem;
}
@media screen and (max-width: 768px) {
  .job-work__icon {
    width: 4.8rem;
  }
}
.job-work__text {
  margin-top: 1.2rem;
  color: #004a98;
  font-size: 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .job-work__text {
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
}

.component-section-container .job-interview {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .component-section-container .job-interview {
    padding: 3rem 1rem;
  }
}
.job-interview__header {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .job-interview__header {
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 2rem;
  }
}
.job-interview__header-image {
  flex-shrink: 0;
  width: 60rem;
  margin-left: -6rem;
}
@media screen and (max-width: 768px) {
  .job-interview__header-image {
    width: auto;
    margin: 0 -2rem;
  }
}
.job-interview__header-content {
  flex: 1;
}
.job-interview__title {
  margin-right: -6rem;
  color: #004a98;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .job-interview__title {
    margin-right: 0;
    font-size: 2.8rem;
    line-height: 1.4;
    white-space: normal;
  }
}
.job-interview__meta {
  margin-top: 2rem;
  color: #004a98;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .job-interview__meta {
    margin-top: 1rem;
    font-size: 2rem;
  }
}
.job-interview__meta small {
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .job-interview__meta small {
    font-size: 1rem;
  }
}
.job-interview__content {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .job-interview__content {
    gap: 4rem;
    margin-top: 4rem;
  }
}
.job-interview__item {
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .job-interview__item {
    flex-direction: column;
    gap: 2rem;
  }
}
.job-interview__item:nth-child(2n) {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .job-interview__item:nth-child(2n) {
    flex-direction: column;
  }
}
.job-interview__image {
  flex-shrink: 0;
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .job-interview__image {
    width: 100%;
  }
}
.job-interview__body {
  flex: 1;
}
.job-interview__heading {
  color: #004a98;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .job-interview__heading {
    font-size: 2.2rem;
  }
}
.job-interview__text {
  margin-top: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .job-interview__text {
    font-size: 1.4rem;
  }
}

.component-section-container .job-column {
  padding: 0;
}
.component-section-container .job-column .component-section__header {
  padding: 3.5rem 6rem 1.2rem;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  .component-section-container .job-column .component-section__header {
    padding: 2rem 2rem 1rem;
  }
}
.component-section-container .job-column .component-section__content {
  margin-top: 3rem;
  padding: 0 6rem 5rem;
}
@media screen and (max-width: 768px) {
  .component-section-container .job-column .component-section__content {
    margin-top: 1.5rem;
    padding: 0 2rem 3rem;
  }
}
.job-column__title {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  color: #004a98;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .job-column__title {
    justify-content: center;
    gap: 1rem;
    font-size: 1.8rem;
  }
}
.job-column__title small {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .job-column__title small {
    font-size: 1.2rem;
  }
}
.job-column__heading {
  color: #004a98;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .job-column__heading {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.job-column__text {
  margin-top: 1rem;
}

.component-section-container .job-video {
  padding-top: 4rem;
  padding-bottom: 0;
}
.job-video__player {
  width: 100%;
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16/9;
}
.job-video__player iframe {
  width: 100%;
  height: 100%;
}
