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

header .wrapper .right a:nth-child(1)::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_en.png);
  background-size: 100% 100%;
  padding: 100px 0 240px;
}

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

main .article .s01 .msg {
  width: 1000px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: bold;
  line-height: 200%;
}

main .article .s01 .dl01 {
  margin-top: 35px;
  position: relative;
}

main .article .s01 .dl01 dt {
  width: 590px;
}

main .article .s01 .dl01 dt img {
  width: 100%;
  display: block;
}

main .article .s01 .dl01 dd {
  width: 630px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px;
  font-size: 17px;
  line-height: 200%;
  position: absolute;
  top: 70px;
  left: 565px;
}

main .article .s01 .dl02 {
  margin-top: 235px;
  position: relative;
}

main .article .s01 .dl02 dt {
  width: 600px;
  float: right;
}

main .article .s01 .dl02 dt img {
  width: 100%;
  display: block;
}

main .article .s01 .dl02 dd {
  width: 630px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 40px 60px 40px 40px;
  font-size: 17px;
  line-height: 200%;
  position: absolute;
  top: -70px;
  right: 560px;
}

main .article .s01 .dl02 dd .t02 {
  margin-top: 20px;
}

main .article .s01 .dl02 dd .t03 {
  margin-top: 30px;
  text-align: right;
}

main .article .s01 .dl02 dd .t04 {
  margin-top: 70px;
  text-align: right;
}

/* ------------------------------
 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_en_sp.png);
    padding: 25px 20px 90px;
  }
  main .article .s01 {
    width: 100%;
    margin: 0 auto;
  }
  main .article .s01 .msg {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 170%;
  }
   main .article .s01 .msg .tume{
    letter-spacing: -0.1em;
  }
  main .article .s01 .dl01 {
    margin: 25px auto 0;
  }
  main .article .s01 .dl01 dt {
    width: 100%;
    float: none;
  }
  main .article .s01 .dl01 dd {
    width: 100%;
    position: static;
    padding: 10px 20px 20px;
    font-size: 16px;
    line-height: 160%;
  }
  main .article .s01 .dl02 {
    margin: 0 auto;
  }
  main .article .s01 .dl02 dt {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  main .article .s01 .dl02 dd {
    width: 100%;
    position: static;
    padding: 10px 20px 20px;
    font-size: 16px;
    line-height: 160%;
  }
  main .article .s01 .dl02 dd .t02 {
    margin-top: 20px;
  }
  main .article .s01 .dl02 dd .t03 {
    margin-top: 20px;
    text-align: left;
  }
  main .article .s01 .dl02 dd .t04 {
    margin-top: 20px;
    text-align: right;
  }
}
