.recruit__image {
  position: relative;
  width: calc(50% + 525px);
  height: auto;
  aspect-ratio: 3/1;
  margin-right: auto;
  margin-bottom: 100px;
  background-image: url("../../images/recruit/fv.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top-right-radius: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .recruit__image {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .recruit__image {
    aspect-ratio: 1/1.07;
    margin-bottom: 60px;
    background-image: url("../../images/recruit/fv-sp.jpg");
  }
}
.recruit__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 128, 0.1);
}

@media screen and (max-width: 768px) {
  .job-desc__heading {
    margin-bottom: 25px;
  }
}
.job-desc__lead {
  margin-bottom: 70px;
}
.job-desc__lead a {
  color: #0251F7;
  border-bottom: 1px solid #0251F7;
}
@media screen and (max-width: 768px) {
  .job-desc__lead {
    margin-bottom: 60px;
  }
}
.job-desc h3 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  background-color: #042A8B;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 25px;
}
.job-desc h3:last-of-type {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .job-desc h3 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.job-desc__list {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .job-desc__list {
    margin-bottom: 60px;
  }
}
.job-desc__item {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .job-desc__item {
    display: block;
  }
}
.job-desc__item span {
  display: block;
  width: 33%;
  margin-right: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .job-desc__item span {
    width: 100%;
    margin-bottom: 6px;
  }
}
.job-desc__item div {
  width: 100%;
}
.job-desc__item .--flex {
  display: flex;
}
.job-desc__item .--flex div {
  width: 46%;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .job-desc__item .--flex {
    display: block;
  }
  .job-desc__item .--flex div {
    width: 100%;
    margin-right: 0;
  }
}/*# sourceMappingURL=recruit.css.map */