body#recruit .l-contents {
  background-color: #F5F2EF;
}

/* .kv
================================================ */
.kv {
  background-image: url(../img/recruit/bg_img_pc.jpg);
}

@media all and (max-width: 767px) {
  .kv {
    background-image: url(../img/recruit/bg_img_sp.jpg);
  }
}

/* .select
================================================ */
.select {
  padding: 80px 0;
}

.select__btns {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.select__btns__item {
  min-width: 300px;
  margin: 0 15px;
}

.select__btns__item a {
  text-align: center;
}

@media all and (max-width: 767px) {
  .select {
    padding: 50px 0;
  }
  .select__btns {
    margin-top: 25px;
    display: block;
  }
  .select__btns__item {
    min-width: auto;
    margin: auto;
  }
  .select__btns__item + .select__btns__item {
    margin-top: 20px;
  }
}
