.recruit .intro {
  padding: 290px 0 140px;
  background: linear-gradient(90deg, rgba(0, 161, 233, 0.1) 0%, rgba(0, 113, 188, 0.1) 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit .intro {
    padding-top: 210px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 390px) {
  .recruit .intro {
    padding-top: 190px;
  }
}
.recruit .intro::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: linear-gradient(90deg, rgba(0, 161, 233, 0.1) 0%, rgba(0, 113, 188, 0.1) 100%);
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  left: 0;
  top: -200px;
}
@media screen and (max-width: 767px) {
  .recruit .intro::before {
    top: -50px;
    height: 50px;
  }
}
.recruit .intro .recruit-copy {
  font-size: 2.625rem;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .recruit .intro .recruit-copy {
    font-size: 1.5rem;
  }
}
.recruit .recruitment {
  padding: 40px 0 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit .recruitment {
    padding-bottom: 130px;
  }
}
.recruit .recruitment::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: #fff;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  left: 0;
  top: -200px;
}
@media screen and (max-width: 767px) {
  .recruit .recruitment::before {
    top: -50px;
    height: 50px;
  }
}
.recruit .recruitment .recruitment-wrap {
  display: flex;
  flex-wrap: wrap;
}
.recruit .recruitment .recruitment-wrap .recruitment-head {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .recruit .recruitment .recruitment-wrap .recruitment-head {
    width: 100%;
    margin-bottom: 15px;
  }
}
.recruit .recruitment .recruitment-wrap .recruitment-info {
  width: 800px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .recruit .recruitment .recruitment-wrap .recruitment-info {
    width: 100%;
  }
}
.recruit .recruitment .recruitment-wrap .recruitment-info dt {
  width: 27.5%;
  display: flex;
  align-items: center;
  padding: 20px 0;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .recruit .recruitment .recruitment-wrap .recruitment-info dt {
    width: 100%;
    padding: 15px 0 0;
  }
}
.recruit .recruitment .recruitment-wrap .recruitment-info dd {
  width: 72.5%;
  padding: 20px 0;
  line-height: 1.8;
  font-weight: normal;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit .recruitment .recruitment-wrap .recruitment-info dd {
    width: 100%;
    padding: 5px 0 15px;
  }
}
.recruit .recruitment .recruitment-wrap .recruitment-info dd::after {
  content: "";
  display: block;
  width: 138%;
  height: 2px;
  background: #00A1E9;
  background: linear-gradient(90deg, rgba(0, 161, 233, 0.8) 0%, rgba(0, 113, 188, 0.8) 100%);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .recruit .recruitment .recruitment-wrap .recruitment-info dd::after {
    width: 100%;
  }
}
.recruit .recruitment .recruitment-wrap .recruitment-info dd ul li {
  font-weight: normal;
}
.recruit .recruitment .recruitment-wrap .recruitment-info dd .indent li {
  font-weight: normal;
}/*# sourceMappingURL=recruit.css.map */