/* ------------------------------
 width: all
------------------------------ */
main {
  padding-bottom: 0;
  overflow-x: hidden;
}

main .mainimg {
  width: 100%;
  display: block;
}

main .article {
  background-image: url(../../images/recruit/bg_top.png);
  background-size: 100% 100%;
  padding-bottom: 240px;
}

main .article .s01 {
  padding: 60px 0 80px;
  position: relative;
}

main .article .s01 h2 {
  width: 300px;
  height: 46px;
  border: 2px solid #000;
  text-align: center;
  line-height: 42px;
  font-size: 22px;
  position: absolute;
  top: -100px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

main .article .s01 .t01 {
  text-align: center;
  font-size: 50px;
  font-weight: 900;
}

main .article .s01 .t02 {
  margin-top: 35px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 200%;
}
  /*-------------------------------*/

main .article .s02 {
  width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
  position: relative;
}

main .article .s02 .person {
  width: 600px;
  display: block;
  position: absolute;
  right: -80px;
  top: 280px;
}

main .article .s02 .msg {
  width: 800px;
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  z-index: 2;
}

main .article .s02 .t01 {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  z-index: 10;
}

main .article .s02 .t02 {
  margin-top: 50px;
  font-size: 36px;
  line-height: 200%;
  position: relative;
  z-index: 10;
}

main .article .s02 .btn {
  width: 292px;
  display: block;
  margin-top: 35px;
}

main .article .s02 .btn img {
  width: 100%;
  display: block;
}
  /*-------------------------------*/

main .article .s03 {
  width: 1280px;
  height: 500px;
  margin: 320px auto 0;
  background-image: url(../../images/recruit/top0301.png);
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
}

main .article .s03 .t01 {
  font-size: 36px;
  font-weight: bold;
  padding-top: 30px;
  padding-left: 140px;
}

main .article .s03 .btn {
  width: 292px;
  display: block;
  position: absolute;
  right: 61px;
  bottom: 72px;
}

main .article .s03 .btn img {
  width: 100%;
  display: block;
}
  /*-------------------------------*/

main .article .s04 {
  width: 1160px;
  margin: 185px auto 0;
  position: relative;
}

main .article .s04 .msg {
  display: block;
  width: 483px;
  position: absolute;
  top: -100px;
  left: 40px;
}

main .article .s04 .wrapper .left {
  width: 530px;
  float: left;
  padding-left: 60px;
  padding-top: 50px;
}

main .article .s04 .wrapper .left .t01 {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  z-index: 10;
}

main .article .s04 .wrapper .left .t02 {
  margin-top: 30px;
  font-size: 26px;
  line-height: 200%;
}

main .article .s04 .btn {/* .wrapper .left*/
  width: 292px;
  display: block;
  margin-top: -90px;
  margin-left: 60px;
}

main .article .s04 .btn img {/* .wrapper .left*/
  width: 100%;
  display: block;
}

main .article .s04 .wrapper .photo {
  display: block;
  float: right;
}
  /*-------------------------------*/

main .article .s05 {
  width: 1150px;
  margin: 125px auto 0;
}

main .article .s05 .msg {
  width: 860px;
  display: block;
  margin-left: 20px;
}

main .article .s05 .t01 {
  font-size: 36px;
  font-weight: bold;
  padding-left: 60px;
}

main .article .s05 ul {
  margin-top: 40px;
}

main .article .s05 ul li {
  width: 550px;
  float: left;
  background-color: #fff;
  padding-bottom: 32px;
}

main .article .s05 ul li a {
  display: block;
  text-decoration: none;
  color: #000;
}

main .article .s05 ul li p {
  margin-top: 32px;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  font-weight: bold;
}

main .article .s05 ul li p span {
  width: 104px;
  height: 28px;
  margin-right: 30px;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: inline-block;
  background-color: #4378C9;
  vertical-align: top;
}

main .article .s05 ul li:nth-child(even) {
  float: right;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 580px) {
  main .article {
    background-image: url(../../images/recruit/bg_top_sp.png);
    padding-bottom: 60px;
  }
  main .article .s01 {
    padding: 30px 20px 50px;
  }
  main .article .s01 h2 {
    width: 190px;
    height: 27px;
    border: 1px solid #000;
    line-height: 25px;
    font-size: 14px;
    position: static;
    margin: 0 auto;
    letter-spacing: 0;
  }
  main .article .s01 .t01 {
    margin-top: 30px;
    font-size: 22px;
    /*font-feature-settings: "palt" 1;*/
  }
  main .article .s01 .t01 span {
    letter-spacing: -0.5em;
 }

  main .article .s01 .t02 {
    width: 335px;
    margin: 20px auto 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    line-height: 150%;
  }
  main .article .s01 .t02 br {
    display: none;
  }
  main .article .s01 .t02 br.br {
    display: block;
  }
  /*-------------------------------*/
  main .article .s02 {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
  }
  main .article .s02 .person {
    width: 300px;
    display: block;
    position: static;
    /*position: absolute;
    right: 0px;
    left: 0;
    top: 290px;*/
    margin: 20px auto 0;
    /*margin-bottom: 20px;*/
  }
  main .article .s02 .msg {
    width: 375px;
    right: 0;
    margin: 0 auto;
    left: 0;
  }
  main .article .s02 .t01 {
    text-align: center;
    font-size: 22px;
  }
  main .article .s02 .t02 {
    margin-top: 20px;
    font-size: 21px;
    line-height: 170%;
    text-align: center;
  }
  main .article .s02 .btn {
    display: block;
    width: 190px;
    margin: -30px auto 0;
  }
  /*-------------------------------*/
  main .article .s03 {
    width: 100%;
    height: 219px;
    margin: 120px auto 0;
    position: relative;
    background-image: none;
  }
  main .article .s03 .bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 0;
  }
  main .article .s03 .t01 {
    font-size: 18px;
    font-size: 22px;
    text-align: center;
    padding: 15px 0 0;
    position: relative;
    z-index: 10;
  }
  main .article .s03 .btn {
    width: 190px;
    margin: 20px auto 0;
    right: 0;
    bottom: 22px;
    bottom: -10px;
    left: 0;
    z-index: 2;
  }
  /*-------------------------------*/
  main .article .s04 {
    width: 100%;
    margin: 65px auto 0;
  }
  main .article .s04 .msg {
    width: 233px;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  main .article .s04 .wrapper .left {
    width: 335px;
    padding: 65px 0 0;
    float: none;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  main .article .s04 .wrapper .left .t01 {
    font-size: 24px;
    text-align: center;
    z-index: 10;
  }
  main .article .s04 .wrapper .left .t02 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    text-align: center;
    line-height: 170%;
  }
  main .article .s04 .wrapper .photo {
    width: 335px;
    float: none;
    margin: -30px auto 0;
    margin: 0 auto 10px;
  }
  main .article .s04 .btn {
    display: block;
    width: 190px;
    margin: -40px auto 0;
  }
   main .article .s04 .btn img {
     width: 190px;
  }
  /*-------------------------------*/
  main .article .s05 {
    width: 100%;
    margin: 75px auto 0;
  }
  main .article .s05 .msg {
    width: 375px;
    margin: 0 auto;
  }
  main .article .s05 .t01 {
    font-size: 24px;
    padding: 0;
    text-align: center;
    margin-top: -15px;
  }
  main .article .s05 ul {
    width: 335px;
    margin: 17px auto 0;
  }
  main .article .s05 ul li {
    width: 49%;
    padding-bottom: 15px;
  }
  main .article .s05 ul li img {
    width: 100%;
    display: block;
  }
  main .article .s05 ul li p {
    margin-top: 15px;
    line-height: 21px;
    font-size: 15px;
  }
  main .article .s05 ul li p span {
    width: 74px;
    height: 22px;
    margin-right: 15px;
    font-size: 15px;
    line-height: 21px;
  }
}
