.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%;
}

.recruit__anchor_inner {
  position: absolute;
  bottom: 15.26315%;
  left: 0;
  right: 0;
}

.recruit_btn_flex {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.section-recruit .recruit__anchor {
  display: block;
  width: 330px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  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;
}

.stylist_btn .recruit__anchor {
  background-color: #FFF!important;
  border: 2px solid #3B4043!important;
  color: #3B4043!important;
}

.stylist_btn .recruit__anchor:hover {
    background-color: #3B4043!important;
    color: #ffffff!important;
}

@media (max-width: 767px) {
  .recruit__anchor_inner {
    position: inherit;
  }

  .recruit_btn_flex {
    display: block;
  }

  .section-recruit .recruit__anchor {
    line-height: unset;
  }
  .section-recruit {
    max-width: unset;
    margin-bottom: 90px;
  }
  .section-recruit .recruit {
    position: relative;
    width: 80%;
    max-width: unset;
    padding: unset;
  }

  .stylist_btn {
    margin-bottom: 15px;
  }
  .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;
  }
}
