.section-recruit {
  max-width: 1280px;
  margin: 0 auto min(17.109375vw, 180px);
}
.section-recruit h2 {
  text-align: center;
  font-size: 48px;
  font-weight: normal;
  margin-bottom: min(6.5625vw, 84px);
}
@media (max-width: 767px) {
  .section-recruit h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.section-recruit .recruit {
  position: relative;
  width: min(78.4375vw, 994px);
  max-width: 100%;
  margin: 0 auto;
}
.section-recruit .recruit img {
  width: 100%;
}
.section-recruit .recruit__anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: min(33.19919%, 330px);
  height: min(15.7895%, 60px);
  bottom: 15.26315%;
  left: 0;
  right: 0;
  text-decoration: none;
  font-size: min(1.40625vw, 18px);
  color: #ffffff;
  background-color: #4C5255;
  border: 1px solid #4C5255;
  margin: 0 auto;
  box-sizing: border-box;
}
.section-recruit .recruit__anchor:hover {
  background-color: transparent;
  text-shadow: 0 0 8px black;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-color: #ffffff;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .section-recruit {
    max-width: unset;
    margin-bottom: 90px;
  }
  .section-recruit .recruit {
    position: relative;
    width: 80%;
    max-width: unset;
    padding: unset;
  }
  .section-recruit .recruit__image {
    margin-bottom: 16px;
  }
  .section-recruit .recruit__anchor {
    position: unset;
    width: 48vw;
    height: 47px;
    bottom: unset;
    left: unset;
    right: unset;
    font-size: 15px;
    padding: 16px 0;
    border: unset;
    margin: 0 auto;
  }
  .section-recruit .recruit__anchor:hover {
    background-color: #4C5255;
    text-shadow: unset;
    box-shadow: unset;
    border-color: unset;
    letter-spacing: unset;
  }
}
