article {
  flex: 1;
}
.diversity .mainContents {
  padding: 0 3%;
}
.recruitEntry {
  max-width: 880px;
  margin: 36px auto 54px;
  border: 1px solid #000;
  border-radius: 20px;
  text-align: center;
  letter-spacing: 0.06em;
  padding: 37px 2% 40px;
  background: #f3f3f3;
}
.recruitEntry h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.recruitEntry p {
  font-size: 1.6rem;
  line-height: 1.563;
  margin-bottom: 25px;
}
.recruitEntry .btn {
  max-width: 425px;
  margin: 0 auto;
  width: 100%;
}
.recruitEntry .btn a {
  display: block;
  position: relative;
  font-size: 1.6rem;
  border: 1px solid #000;
  background: #fff;
  font-weight: 700;
  padding: 12px 0;
}
.recruitEntry .btn a::after {
  position: absolute;
  right: 4%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.recruitEntry .btn a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.recruitEntry .btn a:hover::after {
  right: 2%;
  background: #fff;
}
@media only screen and (max-width:749px) {
  .diversity .mainContents {
    padding: 0 5%;
  }
  .recruitEntry {
    max-width: 100%;
    margin: 11% auto 14.5%;
    padding: 27% 6% 26%;
  }
  .recruitEntry h2 {
    font-size: 4.53vw;
    margin-bottom: 9%;
  }
  .recruitEntry p {
    font-size: 4.26vw;
    margin-bottom: 16.5%;
  }
  .recruitEntry .btn {
    max-width: none;
  }
  .recruitEntry .btn a {
    font-size: 4vw;
    padding: 3.4vw 0;
  }
  .recruitEntry .btn a::after {
    right: 3%;
  }
  .recruitEntry .btn a:hover::after {
    right: 2%;
  }
}