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

header .wrapper .right a:nth-child(4)::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_gu.png);
  background-size: 100% 100%;
  padding: 90px 0 140px;
}
main .article .ttl {
  width: 1000px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: bold;
}
main .article .s01 {
  width: 1000px;
  margin: 50px auto 0;
  border: 1px solid #8396DD;
  padding: 70px 40px;
  background-color: #fff;
}
main .article .s01 a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  color: #000;
}

main .article .s01 table {
  width: 100%;
}

main .article .s01 table tr {
  border-top: 1px solid #000;
}

main .article .s01 table tr:last-child {
  border-bottom: 1px solid #000;
}

main .article .s01 table tr th {
  width: 210px;
  font-size: 18px;
  line-height: 160%;
  padding: 15px 10px;
  vertical-align: top;
}

main .article .s01 table tr td {
  font-size: 18px;
  line-height: 160%;
  padding: 15px 0;
}

main .article .s01 .t01 {
  font-size: 18px;
  margin-top: 20px;
}

/* ------------------------------
 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: 20px;
    bottom: 19%;
  }
  main .article {
    background-image: url(../../images/recruit/bg_gu_sp.png);
    padding: 25px 20px 40px;
    background-size: 100% 100%;
    padding: 20px 0 50px;
  }
  main .article .ttl {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
  main .article .s01 {
    width: 335px;
/*    width: 96%;*/
    margin: 20px auto 0;
    padding: 15px 15px;
    border: none;
  }
  main .article .s01 a[href^="tel:"] {
     pointer-events: auto;
     text-decoration: none;
     color: #3333ff;
  }
  
  main .article .s01 table tr th {
    width: 95px;
    font-size: 16px;
    padding: 5px;
  }
  main .article .s01 table tr td {
    font-size: 15px;
    padding: 5px;
  }
  main .article .s01 .t01 {
    font-size: 16px;
    margin-top: 10px;
  }
}
