/* ------------------------------
 width: all
------------------------------ */
main section.sub_kv .wrapper {
  background-image: url(../../images/bg_recruit.jpg);
}

main section.s01 {
  padding: 60px 0 200px;
}

main section.s01 .wrapper {
  width: 1040px;
  margin: 0 auto;
}

main section.s01 .wrapper .t01 {
  font-size: 22px;
}

main section.s01 .wrapper .t02 {
  margin-top: 10px;
}

main section.s01 .wrapper .t02 a {
  font-size: 22px;
  text-decoration: none;
  color: #e84283;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 767px) {
  main section.s01 {
    padding: 40px 20px 100px;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper .t01 {
    font-size: 16px;
  }
  main section.s01 .wrapper .t02 {
    margin-top: 7px;
  }
  main section.s01 .wrapper .t02 a {
    font-size: 16px;
    text-decoration: none;
    color: #e84283;
  }
}
