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

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

main {
  margin-top: -1px;
  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_int.png);
  background-size: 100% 100%;
  padding: 90px 0 300px;
}

main .article .s01 {
  width: 1280px;
  margin: 0 auto;
}

main .article .s01 .t01 {
  font-size: 36px;
  font-weight: bold;
  width: 1000px;
  margin: 0 auto;
}

main .article .s01 .t02 {
  font-size: 20px;
  width: 1000px;
  margin: 17px auto 0;
}

main .article .s01 .photo {
  margin-top: 30px;
  display: block;
}

main .article .s02 {
  width: 1280px;
  margin: 60px auto 0;
  position: relative;
}

main .article .s02 .t01 {
  width: 900px;
  margin: 0 auto;
  padding-right: 20px;
  line-height: 220%;
}

main .article .s02 .photo {
  display: block;
  margin-top: 40px;
  margin-left: 540px;
}

main .article .s02 .white {
  background-color: rgba(255, 255, 255, 0.8);
  width: 524px;
  height: 530px;
  padding: 30px 45px;
  line-height: 220%;
  position: absolute;
  top: 180px;
  left: 150px;
}

main .article .s03 {
  width: 1140px;
  margin: 220px auto 0;
  position: relative;
  padding-top: 40px;
}

main .article .s03 .msg {
  width: 80%;
  position: absolute;
  top: 0;
  left: 0;
}

main .article .s03 ul {
  margin-top: 40px;
  position: relative;
  z-index: 10;
}

main .article .s03 ul li {
  width: 666px;
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 32px;
}

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

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

main .article .s03 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 .s03 ul li:nth-child(even) {
  float: right;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 580px) {
  main {
    margin-top: -1px;
    padding-bottom: 0;
  }
  main .mainimgbox p {
    width: 100%;
    padding-left: 40px;
    margin: 0 auto;
    font-size: 18px;
    bottom: 15%;
  }
  main .article {
    background-image: url(../../images/recruit/bg_int_sp2.png);
    padding: 40px 20px 40px;
  }
  main .article .s01 {
    width: 335px;
  }
  main .article .s01 .t01 {
    font-size: 18px;
    width: 100%;
  }
  main .article .s01 .t02 {
    font-size: 15px;
    width: 100%;
    margin: 10px auto 0;
  }
  main .article .s01 .photo {
    margin-top: 30px;
    display: block;
    width: 100%;
  }
  main .article .s02 {
    width: 335px;
    margin: 0 auto;
    position: relative;
  }
  main .article .s02 .t01 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    line-height: 160%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px 20px;
  }
  main .article .s02 .photo {
    width: 100%;
    margin: 0 auto;
  }
  main .article .s02 .white {
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 160%;
    padding: 15px 20px;
    position: static;
  }
  main .article .s03 {
    width: 335px;
    margin: 90px auto 0;
    padding: 0;
  }
  main .article .s03 .msg {
    width: 95%;
    position: absolute;
    top: -50px;
    left: 0;
  }
  main .article .s03 ul {
    margin: 0;
    position: relative;
    z-index: 10;
  }
  main .article .s03 ul li {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
  }
  main .article .s03 ul li a {
    display: block;
    text-decoration: none;
    color: #000;
  }
  main .article .s03 ul li img {
    width: 100%;
    display: block;
  }
  main .article .s03 ul li p {
    margin-top: 15px;
    line-height: 21px;
    font-size: 15px;
  }
  main .article .s03 ul li p span {
    width: 74px;
    height: 22px;
    margin-right: 15px;
    font-size: 15px;
    line-height: 21px;
  }
}
