#recruit {
  padding-bottom: 40px;
}
section:after {
  display: none;
}
#recruit .wrap {
  max-width: 1220px;
}
#recruit .recruit__row {
  margin: 102px 0 0;
  justify-content: space-between;
}
#recruit .recruit__row .left {
  width: 200px;
}
#recruit .recruit__row .left a {
  display: block;
  width: 200px;
  height: 40px;
  margin-top: 27px;
  font-size: 14px;
  line-height: 38px;
}
#recruit .recruit__row .left h3 {
  font-size: 28px;
  line-height: 42px;
}
#recruit .recruit__row .news__info {
  width: 905px;
}
#recruit .recruit__row .news__info dl {
  padding: 37px 0px 30px 5px;
  border: none;
  border-top: 1px solid #dadada;
}
#recruit .recruit__row .news__info dl:before {
  right: 13px;
}
#recruit .main-page__row {
  margin-top: 65px;
}

#people {
  padding: 157px 0 100px;
  background: #ffffff;
}
#people .wrap {
  max-width: 1220px;
}
#people h2 {
  text-align: center;
}
#people .people__sub__title {
  color: #0071bb;
  text-align: center;
  font-size: 20px;
  margin: 33px 0 63px;
}
#people .people__button {
  margin: 75px auto 0;
  display: block;
}
#people .people__slider {
  margin-top: 78px;
}

/*--------------------------------------
  smartphone
--------------------------------------*/
@media only screen and (max-width: 560px) {
  #recruit {
    padding-bottom: 6px;
  }
  #recruit h2 {
    width: 323px;
  }
  #recruit .recruit__row {
    margin-top: 550px;
    position: relative;
    gap: 26px;
    padding-bottom: 100px;
  }
  #recruit .recruit__row .left a {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 50px;
    font-size: 16px;
    line-height: 55px;
  }
  #recruit .recruit__row .left h3:before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #0071bb;
    margin: 0 21px 13px 0;
  }
  #recruit .recruit__row .news__info {
    width: 100%;
  }
  #recruit .recruit__row .news__info dl:last-child {
    border-bottom: 1px solid #dadada;
  }
  #recruit .recruit__row .news__info dl dd {
    font-size: 20px;
    margin-right: 40px;
  }
  #recruit .main-page__row {
    margin-top: 100px;
  }
  #people {
    padding: 97px 0 48px;
  }
  #people h2 {
    width: 290px;
    margin: 0 auto;
  }
  #people .people__text {
    text-align: center;
  }
  #people .people__sub__title {
    margin: 26px 0 29px;
  }
  #people .people-js {
    margin: 56px -30px 0;
    gap: 0;
  }
  #people .people-js .slick-list {
    padding: 0 106px;
    overflow: visible;
  }
  #people .people-js .slick-slide {
    margin: 0 15px;
  }
  #people .people__button {
    margin: 65px auto 0;
    display: block;
    width: 240px;
    height: 60px;
    line-height: 58px;
  }
  #people .people__slider {
    margin-top: 92px;
  }
}

/*# sourceMappingURL=recruit.css.map */
