/* ------------------------------
 width: all
------------------------------ */
header .wrapper .right a:nth-child(2) {
  color: #E17145;
  opacity: 1;
  border-bottom: 4px solid #E17145;
}

header .wrapper .right a:nth-child(2)::before {
  border: 2px solid #E17145;
  background-color: #E17145;
}

main {
  padding-bottom: 0;
}

main .mainimgbox {
  position: relative;
}

main .mainimgbox img {
  width: 100%;
  display: block;
}

main .mainimgbox p {
  width: 1000px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: bold;
  position: absolute;
  bottom: 22%;
  right: 0;
  left: 0;
  margin: 0 auto;
}

main .article {
  background-image: url(../../images/recruit/bg_num.png);
  background-size: 100% 100%;
  padding: 100px 0 120px;
}

main .article .s01 {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 60px 127px;
  background-color: #fff;
  border: 1px solid #8396DD;
}

main .article .s01 .subt01 {
  position: relative;
  height: 70px;
  line-height: 70px;
  font-size: 36px;
  font-weight: bold;
  color: #1F3F97;
  padding-left: 80px;
}

main .article .s01 .subt01 img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

main .article .s01 .list01 {
  margin-top: 80px;
  text-align: center;
}

main .article .s01 .list01 li {
  display: inline-block;
  vertical-align: top;
}

main .article .s01 .list01 li:first-child {
  margin-right: 58px;
}

main .article .s01 .list02 {
  width: 820px;
  margin: 80px auto 0;
}

main .article .s01 .list02 li {
  width: 350px;
  float: left;
}

main .article .s01 .list02 li:last-child {
  float: right;
}

main .article .s01 .list02 li .t01 {
  background-color: #E3EBF5;
  height: 48px;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #1F3F97;
}

main .article .s01 .list02 li img {
  width: 90%;
  display: block;
  margin: 25px auto 0;
}

main .article .s02 {
  width: 1000px;
  margin: 70px auto 0;
  padding: 40px 60px 97px;
  background-color: #fff;
  border: 1px solid #8396DD;
}

main .article .s02 .subt01 {
  position: relative;
  height: 70px;
  line-height: 70px;
  font-size: 36px;
  font-weight: bold;
  color: #1F3F97;
  padding-left: 80px;
}

main .article .s02 .subt01 img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

main .article .s02 .list02 {
  width: 820px;
  margin: 50px auto 0;
}

main .article .s02 .list02 li {
  width: 350px;
  float: left;
}

main .article .s02 .list02 li:last-child {
  float: right;
}

main .article .s02 .list02 li .t01 {
  background-color: #E3EBF5;
  height: 48px;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #1F3F97;
}

main .article .s02 .list02 li img {
  width: 90%;
  display: block;
  margin: 25px auto 0;
}

main .article .s03 {
  width: 1000px;
  margin: 70px auto 0;
  padding: 40px 60px 67px;
  background-color: #fff;
  border: 1px solid #8396DD;
}

main .article .s03 .subt01 {
  position: relative;
  height: 70px;
  line-height: 70px;
  font-size: 36px;
  font-weight: bold;
  color: #1F3F97;
  padding-left: 80px;
}

main .article .s03 .subt01 img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

main .article .s03 .list02 {
  width: 820px;
  margin: 50px auto 0;
}

main .article .s03 .list02 li {
  width: 350px;
  float: left;
}

main .article .s03 .list02 li:last-child {
  float: right;
}

main .article .s03 .list02 li:last-child img {
  width: 70%;
  margin-top: 25px;
}

main .article .s03 .list02 li .t01 {
  background-color: #E3EBF5;
  height: 48px;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  letter-spacing: 3px;
  color: #000;
}

main .article .s03 .list02 li img {
  width: 85%;
  display: block;
  margin: 55px auto 0;
}

main .article .s04,
main .article .s05 {
  width: 1175px;
  margin: 130px auto 0;
}

main .article .s04 img,
main .article .s05 img {
  width: 100%;
  display: block;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 580px) {
  main {
    padding-bottom: 0;
  }
  main .mainimgbox p {
    width: 100%;
    padding-left: 40px;
    margin: 0 auto;
    font-size: 20px;
    bottom: 19%;
  }
  main .article {
    background-image: url(../../images/recruit/bg_num_sp.png);
    padding: 25px 20px 40px;
  }
  main .article .s01 {
    width: 100%;
    padding: 20px 20px 37px;
  }
  main .article .s01 .subt01 {
    height: auto;
    padding-top: 6px;
    font-size: 20px;
    padding-left: 45px;
    line-height: 150%;
  }
  main .article .s01 .subt01 img {
    width: 35px;
  }
  main .article .s01 .list01 {
    width: 255px;
    margin: 20px auto 0;
  }
  main .article .s01 .list01 li {
    width: 100%;
    display: block;
    margin: 30px auto 0 !important;
  }
  main .article .s01 .list01 li img {
    width: 100%;
    display: block;
  }
  main .article .s01 .list02 {
    width: 295px;
    margin: 10px auto 0;
  }
  main .article .s01 .list02 li {
    width: 100%;
    float: none !important;
    margin: 35px auto 0;
  }
  main .article .s01 .list02 li .t01 {
    height: 28px;
    line-height: 26px;
    font-size: 18px;
    letter-spacing: 2px;
  }
  main .article .s01 .list02 li img {
    width: 230px;
    display: block;
    margin: 20px auto 0;
  }
  main .article .s02 {
    width: 100%;
    padding: 20px 20px 37px;
    margin-top: 40px;
  }
  main .article .s02 .subt01 {
    height: auto;
    font-size: 20px;
    padding: 0;
    line-height: 150%;
    text-align: center;
  }
  main .article .s02 .subt01 img {
    display: none;
  }
  main .article .s02 .list02 {
    width: 295px;
    margin: 10px auto 0;
  }
  main .article .s02 .list02 li {
    width: 100%;
    float: none !important;
    margin: 25px auto 0;
  }
  main .article .s02 .list02 li .t01 {
    height: 28px;
    line-height: 26px;
    font-size: 18px;
    letter-spacing: 2px;
  }
  main .article .s02 .list02 li img {
    width: 230px;
    display: block;
    margin: 20px auto 0;
  }
  main .article .s03 {
    width: 100%;
    padding: 20px 20px 37px;
    margin-top: 40px;
  }
  main .article .s03 .subt01 {
    height: auto;
    padding-top: 6px;
    font-size: 20px;
    padding-left: 45px;
    line-height: 150%;
  }
  main .article .s03 .subt01 img {
    width: 35px;
  }
  main .article .s03 .list02 {
    width: 295px;
    margin: 10px auto 0;
  }
  main .article .s03 .list02 li {
    width: 100%;
    float: none !important;
    margin: 35px auto 0;
  }
  main .article .s03 .list02 li .t01 {
    height: 28px;
    line-height: 26px;
    font-size: 18px;
    letter-spacing: 2px;
  }
  main .article .s03 .list02 li img {
    width: 200px;
    display: block;
    margin: 20px auto 0;
  }
  main .article .s03 .list02 li:last-child img {
    width: 160px;
  }
  main .article .s04,
  main .article .s05 {
    width: 335px;
    margin: 20px auto 0;
  }
}
