#sec1 {
  background: url(../img/recruit/sec1_bg.jpg) repeat center top;
  color: #000;
  padding-bottom: 20px;
}
#sec1 .g1 {
  margin-bottom: 10px;
}
#sec1 .g1 li {
  position: relative;
  font-weight: bold;
  padding-left: 5px;
}
#sec1 .g1 li:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #000;
}
#sec1 .g1 .txt,
#sec1 .g1 ul {
  margin-top: 10px;
}
#sec1 .g2 {
  margin-bottom: 10px;
}
#sec1 .g2 h2,
#sec1 .g2 .item {
  margin-bottom: 10px;
}
#sec2 {
  background: url(../img/recruit/s2cover.jpg) no-repeat center top / cover;
  padding-bottom: 10px;
}
#sec3 {
  background: url(../img/recruit/sec1_bg.jpg) repeat center top;
  padding-bottom: 20px;
  color: #000;
}
#sec3 .toggle {
  width: 90%;
  margin: 0 5% 5px;
  background: url(../img/recruit/s3boxpattern.jpg) repeat center top;
}
#sec3 .toggle-link h3 {
  text-align: center;
  font-weight: normal;
  font-size: 16px;
}
#sec3 .toggle .toggle-link:after {
  right: auto;
  left: 4%;
  color: #000;
}
#sec3 .toggle-main {
  padding: 10px 4%;
  border-top: 1px dashed #999;
}
#sec4 {
  background: url(../img/recruit/s4cover.jpg) repeat;
  text-align: center;
  color: #000;
  padding: 30px 0;
  position: relative;
}
#sec4:before,
#sec4:after {
  content: "";
  position: absolute;
  background: url(../img/recruit/line.jpg) repeat-x center top;
  height: 5px;
  left: 0;
  right: 0;
}
#sec4:before {
  top: 10px;
}
#sec4:after {
  bottom: 10px;
}
#sec4 .phone > * {
  clear: both;
  max-width: 100%;
  width: auto;
  display: block;
}
#sec4 .num,
#sec4 .tit,
#sec4 .txt {
  margin-bottom: 13px;
}
#sec4 .time {
  font-size: 22px;
  font-weight: bold;
}
#sec4 img {
  margin: 0 auto;
}
