#company-index.recruit .recruit-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  z-index: 1;
}
#company-index.recruit .recruit-top * {
  box-sizing: border-box;
}
#company-index.recruit .recruit-top::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 300px;
  background: url(../img/recruit_top_bg.png) no-repeat center bottom;
  background-size: 100% auto;
  transform: translateX(-50%);
  z-index: -1;
}
#company-index.recruit .recruit_text {
  margin-bottom: 0;
}
#company-index.recruit .recruit_list {
  padding-top: 0;
}
#company-index.recruit .recruit_mv {
  width: 48%;
  margin: 0;
  padding: 5%;
  border: solid 1px #004EA2;
  background-color: #fff;
  box-shadow: 5px 5px 0 #004EA2;
}
#company-index.recruit .recruit_mv::before, #company-index.recruit .recruit_mv::after {
  content: none !important;
}
#company-index.recruit .recruit_mv h2 {
  font-size: 24px;
}
#company-index.recruit .back_btn {
  margin: 70px auto 0 !important;
}

.recruit_sub .back_btn {
  width: auto !important;
  min-width: 200px !important;
  margin-top: 70px !important;
}

.PC #company-index.recruit .recruit_mv {
  padding-bottom: 120px;
}
.PC #company-index.recruit .recruit_mv p {
  width: 100%;
}
.PC #company-index.recruit .recruit_mv .btn {
  position: absolute;
  left: 10%;
  bottom: 10%;
  width: 60%;
  max-width: none;
  text-align: center;
}

.SP #company-index.recruit .recruit_list {
  padding-top: 0;
}

.SP #company-index.sub .recruit-top {
  flex-direction: column;
  gap: 24px;
  padding: 10% 0 15%;
}
.SP #company-index.sub .recruit-top::before {
  height: 40%;
  background-size: auto 100%;
}
.SP #company-index.sub .recruit_mv {
  width: 90%;
  margin: 0 auto;
  padding: 8% 5% 5%;
}
.SP #company-index.sub .recruit_mv h2 {
  font-size: 20px;
}
.SP #company-index.sub .recruit_text {
  margin-bottom: 0;
}
.SP #company-index.sub .recruit_mv {
  margin-top: 0;
}

/*# sourceMappingURL=recruit_diff.css.map */
