.pc-none {
  display: block;
}
.sp-none {
  display: none;
}
.line_banner a {
  background-image: url("../img/home/cta_line_sp.png");
}
.recruit_page .contact .form__btn {
    background-color: #f59e23;
}
.cta_banner {
  width: 92.5vw;
  height: auto;
  background-image: url("../img/home/cta_sp.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  margin: 80px auto 0;
  margin-top: 100px;
}
@media screen and (min-width: 960px) {
  .pc-none {
    display: none;
  }
  .sp-none {
    display: block;
  }
  .line_banner {
    margin-top: 60px;
  }
  .line_banner a {
    width: 100%;
    max-width: 792px;
    height: 200px;
    margin: 0 auto;
    background-image: url("../img/home/cta_line.png");
  }
  .cta_banner {
    width: 100%;
    max-width: 1200px;
    height: auto;
    background-image: url("../img/home/cta.png");
  }
}

body.post-type-archive-review main .articles__article__caption {
  padding: 16px 10px 14px;
}




@media screen and (min-width: 960px) {
  body.home main {
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 1150px) {
  body.home main {
    padding-top: 125px !important;
  }
  body.home .page-main {
    padding-top: 155px !important;
  }
}