@charset "UTF-8";
/* ::::::::::  採用情報  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
index
========================================================= */
.about .wrapper::after {
  content: "";
  clear: both;
  display: block;
}

.about .photo {
  float: right;
  margin: 5px 0 55px 60px;
}

@media (max-width: 768px) {
  .about .photo {
    float: none;
    margin: 0 0 20px;
  }
  .about .photo img {
    width: 100%;
  }
}

.policy {
  background: url(../img/recruit/policy_bg.jpg) no-repeat center/cover;
  color: #fff;
}

@media (max-width: 768px) {
  .policy {
    background: url(../img/recruit/policy_bg_sp.jpg) no-repeat center/cover;
  }
}

.policy .wrapper {
  align-items: center;
}

@media (max-width: 768px) {
  .policy .wrapper {
    padding-bottom: 70px;
  }
}

.policy .secTitle {
  width: 30%;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .policy .secTitle {
    width: 100%;
  }
}

.policy .policyText {
  width: 67.5%;
  line-height: 2.4;
}

@media (max-width: 768px) {
  .policy .policyText {
    width: 100%;
    line-height: 2;
  }
}

.policy .policyText .subTitle {
  margin-top: 30px;
  line-height: 2;
}

@media (max-width: 768px) {
  .policy .policyText .subTitle {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .facility .secTitle02 {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .info .wrapper {
    padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .info .secTitle02 {
    margin-bottom: 15px;
  }
}

.info .anchorList {
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .info .anchorList {
    margin-bottom: 20px;
  }
}

.info .noJob {
  text-align: center;
}

/*# sourceMappingURL=map/recruit.css.map */
