.thepage .p-head {
  background-image: url(../img/staffing/hero@2x.jpg);
}
.sec-ptop, .sec-cont {
  padding-bottom: 120px;
}
.sec-ptop .tt,
.sec-cont .tt {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 40px;
}

.sec-cont .tt {
  text-align: center;
  margin-bottom: 50px;
}
.sec-cont .step {
  margin-bottom: 60px;
}
.st-box {
  position: relative;
  border:1px solid #BABABA;
  margin-bottom: 45px;
}
.st-box:after {
  position: absolute;
  content:"";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #009DE8;
  width: 24px;
  height: 16px;
  left: 0;
  right: 0;
  margin:auto;
  bottom: -32px;
}
.st-box:last-child {
  margin-bottom: 0;
}
.st-box:last-child:after {
  content:none;
}

.st-box .st-tag {
  position: absolute;
  left:-1px;
  top:-15px;
  padding:3px;
  display: inline-block;
  background: #009DE8;
  text-align: center;
  color:#fff;
  line-height: 24px;
  width: 120px;
  border-radius: 0 15px 15px 0;

}
.st-box .thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 34%;
  height: 180px;
}
.st-box .st-info {
  width: 66%;
  display: flex;
  align-items: center;
}
.st-box .st-info .inn {
  width: 100%;
  padding:25px 30px;
}
.st-box .st-info .n {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 12px;
  text-align: center;
}
.row-step-btn a {
  display: inline-block;
  width: 100%;
  max-width: 360px;
  padding:30px 20px;
  font-size: 20px;
}
.row-step-btn .btn.arr-r:after {
  right: 26px;
}

.row-exp {
  margin:0 -30px;
}
.row-exp>div {
  padding:0 30px;
}
.row-exp .exp-box {
  position: relative;
  background: #F8F8F8;
  padding:40px;
  height: 100%;
}
.exp-box .ill {
  position: absolute;
  width: 136px;
  height: 136px;
  border:1px solid #bababa;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top:40px;
  left: -15px;
}
.exp-box .info dl {
  padding-left: 35%;
  margin-bottom: 0;
}
.exp-box .info dl dt {
  font-weight: normal;
  padding-bottom: 4px;
  border-bottom: 2px solid #009DE8;
  margin-bottom: 4px;
}
.exp-box .info dl dd {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.exp-box .info dl .last {
  margin-bottom: 0;
}

.sec-btm .i {
  display: inline-block;
  font-size: 22px;
  line-height: 24px;
  border-left: 5px solid #009DE8;
  padding-left: 12px;
}


@media (max-width: 1199px) {
}

@media (max-width: 992px) {
}

@media (max-width: 767px) {
  .thepage .p-head {
    background-image: url(../img/sp/staffing/hero@2x.jpg);
  }
  .sec-ptop, .sec-cont {
    padding-bottom: 80px;
  }
  .sec-ptop .tt,.sec-cont .tt {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .st-box {
    flex-wrap: wrap;
  }
  .st-box>div {
    flex:0 0 auto;
  }
  .st-box .thumb,
  .st-box .st-info {
    width: 100%;
  }
  .st-box .thumb {
    height: 200px;
  }
  .st-box .st-info .inn {
    padding:15px 20px;
  }
  .st-box .st-info .n {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .row-step-btn>div:first-child {
    margin-bottom: 20px;
  }
  .row-step-btn .btn {
    font-size: 16px;
    padding:20px;
  }
  .row-exp {
    margin:0 -12px;
  }
  .row-exp>div {
    padding:0 12px;
  }
  .row-exp>div:first-child {
    margin-bottom: 30px;
  }
  .row-exp .exp-box {
    padding:20px;
    margin:0 -12px;
  }
  .exp-box .ill {
    width: 100px;
    height: 100px;
    left: 14px;
    top:20px;
  }
  .exp-box .info dl {
    padding-left: 32%;
  }
  .sec-btm .i {
    font-size: 18px;
    line-height: 26px;
  }
}