@charset "UTF-8";
/* ------------------------------
    mixin
------------------------------ */
/* ----------------------------
	採用情報
------------------------------ */
#sec_careers {
  margin-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  #sec_careers {
    margin-bottom: 10rem;
  }
}
#sec_careers .intro {
  text-align: center;
}
#sec_careers .intro h2 {
  font-size: 2.8rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_careers .intro h2 {
    font-size: 2.2rem;
    letter-spacing: 0.016em;
  }
}
#sec_careers .intro h2::after {
  content: "";
  width: 115%;
  height: 1px;
  background-color: #dac300;
  position: absolute;
  left: 50%;
  bottom: -1.2rem;
  translate: -50%;
}
#sec_careers .intro p {
  font-size: 1.6rem;
  line-height: 2.1;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #sec_careers .intro p {
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 3.4rem;
  }
}
#sec_careers .soon {
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  #sec_careers .soon {
    margin-top: 3.6rem;
  }
}
#sec_careers .soon picture {
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec_careers .soon picture img {
    width: 92%;
  }
}