.services_img {
  display: block;
  max-width: 680px;
  margin: 0 auto 60px;
}

.recruit_list_item:nth-child(3) {
  border-right: 1px solid #253876;
}

.recruit_list .recruit_list_item {
  width: 333px;
}

@media screen and (max-width: 768px) {
  .services_img {
    width: 85%;
    margin: 30px auto 0px;
  }

  #recruit .recruit_list {
    width: 85%;
    justify-content: center;
  }

  .recruit_list .recruit_list_item {
    width: 50%;
  }
}
/* 
.advantage_list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 20%;
  width: 85%;
}

.advantage_list_item {
  margin-top: 10%;
  padding: 4% 0;
  width: 50%;
} */