/*----------------------------------------------------
 hero
--------------------------------------------------- */
#recruit .hero-visual {
  background: #d6dfd8;
}

/*----------------------------------------------------
 hero common
--------------------------------------------------- */
.hero-visual {
  height: 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero-visual {
    height: 48vw;
  }
}
.hero-visual .title-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 550px;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hero-visual .title-wrap {
    width: 89.3333333333vw;
  }
}
.hero-visual .title-wrap h1 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .hero-visual .title-wrap h1 {
    font-size: 6.9333333333vw;
  }
}

/*----------------------------------------------------
 recruit
--------------------------------------------------- */
.breadcrumb {
  background-color: #FBF8EB;
}

.recruit {
  background-color: #FBF8EB;
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .recruit {
    padding: 13.3333333333vw 5.3333333333vw 21.3333333333vw;
  }
}
.recruit .inner {
  width: 1280px;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .recruit .inner {
    width: 100%;
    border-radius: 2.6666666667vw;
    padding: 8vw 5.3333333333vw;
  }
}
.recruit .inner h2 {
  font-size: 2.4rem;
  font-weight: 600;
  border-left: 5px solid #82B73F;
  padding-left: 23px;
}
@media screen and (max-width: 767px) {
  .recruit .inner h2 {
    font-size: 6.4vw;
    line-height: 1.5833333333;
    border-left: 1.3333333333vw solid #82B73F;
    padding-left: 6.1333333333vw;
  }
}
.recruit .inner h2 ~ h2 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .recruit .inner h2 ~ h2 {
    margin-top: 13.3333333333vw;
  }
}
.recruit .inner p {
  margin-top: 30px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .recruit .inner p {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
.recruit .inner ul {
  margin-top: 1em;
}
.recruit .inner ul li {
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .recruit .inner ul li {
    font-size: 4.2666666667vw;
  }
}
/*# sourceMappingURL=recruit.css.map */