#sb-title-inner{
  padding: 0; font-weight: bold; color: #fff;
}
#recruit h1 {
  margin: 15px 0 25px 0;
}
#recruit .industry {
  margin: 0 0 15px 0;
}
#recruit .industry h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  color: #0041b5;
}
#recruit .preferential-treatment {
  margin: 0 0 15px 0;
}
#recruit .preferential-treatment p {
  font-size: 15px;
  line-height: 1.5;
}
#recruit .rewarding {
  margin: 0 0 30px 0;
}
#recruit .rewarding p {
  font-size: 17px;
  line-height: 1.5;
}
#recruit .about-contents {
  margin: 0 0 30px 0;
}
#recruit .about-contents h3 {
  font-weight: bold;
  font-size: 19px;
  line-height: 1.5;
  color: #ff7406;
  border-bottom: 2px solid #ff880e;
  padding: 0 0 2px 5px;
}
#recruit .about-contents p {
  font-size: 17px;
  line-height: 1.5;
  margin: 2px 0 0 5px;
}
#recruit .about-contents ul {
  margin: 2px 0 0 5px;
}
#recruit .about-contents ul li {
  font-size: 17px;
  line-height: 1.5;
}
#recruit .add {
  margin: 60px 0 0 0;
}
#recruit .add h3 {
  font-size: 19px;
  line-height: 1.5;
}
#recruit .add ul {
  font-size: 17px;
  line-height: 1.5;
}
#recruit .add ul li {
  font-size: 17px;
  line-height: 1.5;
}
#recruit .add ul li a {
  text-decoration: none;
  font-size: 19px;
  line-height: 1.5;
  font-weight: bold;
  transition-duration: 0.5s;
}
#recruit .add ul li a:hover {
  color: #696969;
}
#recruit .add p {
  font-size: 19px;
  line-height: 1.5;
  font-weight: bold;
}
#recruit .company-atmosphere p {
  font-size: 17px;
  line-height: 1.5;
  margin: 30px 0 0 0;
}
#recruit .off-shot {
  margin: 20px 0 0 0;
  text-align: center;
}
#recruit .off-shot li {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1% 15px 1%;
  border: none;
  padding: 0;
  transition: .3s;
}
#recruit .off-shot li a img {
  border-radius: 6px;
}
#recruit .off-shot li:hover {
  color: #969696;
}
.recruitBanner {
  margin: 0 0 30px;
}
.recruitBanner {
  font-size: 0; box-sizing: border-box; border:1px solid #faa046;
  display: block;
  border-radius: 10px; overflow: hidden;
}
.recruitBanner picture img{
  transition: .3s;
}
.recruitBanner:hover picture img{
  transform: scale(1.03);
}
#top h2{
  text-align: center;
}








