@charset "UTF-8";

.mainVis {
  background: url(../images/bg-mid.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


/*================================================
 * Mid Career
 ================================================*/
h3.headline {
  font-size: 30px;
  border-bottom: 1px solid #084795;
}

#mid {
  position: relative;
}

#mid:after {
  position: absolute;
  content: "";
  width: 30%;
  height: 250vh;
  background: rgba(157, 190, 230, 0.1);
  top: 0;
  left: 0;
  z-index: -1;
}

#mid .intro .lead-ttl {
  font-family: 'rockness';
  text-align: center;
  color: #084795;
  font-size: 70px;
  margin-bottom: 0;
  letter-spacing: .05em;
  text-transform: capitalize;
  margin-bottom: 0;
}

#mid .intro .lead-txt {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  font-size: 26px;
  text-align: center;
  padding-bottom: 30px;
}

#mid .feature h4 i {
  padding-right: 5px;
}

#mid .bannerArea {
  margin: 50px auto;
}

#mid .bannerArea img {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  max-width: 500px;
  width: 100%;
}

@media screen and (max-width:768px) {
  h3.headline {
    font-size: 23px;
  }

  #mid .intro .lead-ttl {
    font-size: 41px;
    font-weight: bold;
    white-space: nowrap;
  }

  #mid .intro .lead-txt {
    font-size: 21px;
  }

  #mid .bannerArea {
    margin: 30px auto;
  }

}

/*================================================
 * recommend
 ================================================*/

#recommend .swiper-container.swiper2 {
  height: 240px;
}

#recommend .swiper-wrapper:after {
  content: none;
}

#recommend .jobBox {
  background-color: #fff;
  border: 2px solid #084795;
  height: 240px;
  padding: 15px 10px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

#recommend .jobBox p {
  font-weight: bold;
  color: #084795;
}

#recommend dl {
  font-size: 14px;
}

#recommend dl dt {
  width: 33%;
  position: relative;
  font-weight: 700;
  padding-bottom: 5px;
}

#recommend dl dd {
  width: 60%;
  text-align: left;
  font-weight: 700;
  padding-bottom: 5px;
}

#recommend dl dt:after {
  position: absolute;
  content: "：";
  top: 0;
  right: 0px;
}

#recommend dl .price {
  color: #e25151;
  font-size: 19px;
  margin-top: 7px;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

@media screen and (max-width:1200px) {
  #recommend .jobBox p {
    font-size: 14px;
  }

  #recommend dl .price {
    font-size: 17px;
  }

  #recommend .swiper-container.swiper2,
  #recommend .jobBox {
    height: 280px;
  }
}

@media screen and (max-width:959px) {}

@media screen and (max-width:768px) {

  #recommend .swiper-container.swiper2,
  #recommend .jobBox {
    height: 300px;
  }

  #recommend .jobBox {
    padding: 20px 5px;
  }

  #recommend .jobBox p {
    font-size: 13px;
  }

  #recommend dl {
    font-size: 12px;
  }

  #recommend dl dt {
    width: 40%;
  }

  #recommend dl .price {
    font-size: 18px;
  }

  #recommend .swiper-container.swiper2 .swiper-button-prev,
  #recommend .swiper-container.swiper2 .swiper-button-next {
    display: none;
  }

}


/*================================================
 * voice
 ================================================*/
#voice {
  background: url(../images/bg-comment02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-bottom: 80px;
  background-attachment: fixed;
}

#voice h3.text-white {
  border-bottom: 2px solid #fff;
  color: #fff;
}

#voice .flex {
  padding: 20px 50px;
}

#voice .note {
  border: solid 1px #e6e6e6;
  padding: 0.3em 1em 2em 1em;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, .1);
  box-sizing: border-box;
  margin-bottom: 15px;
  background-color: #fff;
}

#voice .sen {
  background-color: #fff;
  background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
  background-size: 8px 100%, 100% 2em;
  line-height: 2em;
  padding: 2em 1em 0.2em 1em;
  text-indent: 1em;
}

#voice .sen strong {
  font-size: 17px;
}

#voice .sen span {
  font-weight: bold;
}

#voice .note.voice01 {
  transform: rotate(-2deg);
  height: 400px;
}

#voice .note.voice02 {
  transform: rotate(4deg);
  height: 350px;
}

#voice .note.voice03 {
  transform: rotate(-1deg);
}

@media screen and (max-width:768px) {
  #voice {
    padding-bottom: 0;
    background-attachment: unset;
    background-position: center right 30%;
  }

  #voice h3.text-white {
    color: #084795;
    border-bottom: 1px solid #084795;
  }

  #voice .flex {
    padding: 20px;
  }

  #voice .note {
    margin-bottom: 30px;
  }

  #voice .note.voice01 {
    height: 370px;
  }

  #voice .note.voice01,
  #voice .note.voice02,
  #voice .note.voice03 {
    transform: rotate(0deg);
    font-size: 14px;
  }

  #voice .note.voice02 {
    height: 330px;
  }
}



/*================================================
 * join
 ================================================*/
#join .btnArea.white a span {
  font-size: 21px;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

@media screen and (max-width:768px) {
  #join .btnArea.white {
    margin: 0px 0 30px;
  }

  #join ul {
    padding: 10px 20px 30px 20px;
  }
}






/*================================================
 * question
 ================================================*/
#question {
  padding-top: 50px;
}

#question dl dt {
  font-weight: bold;
  padding: 0 0 5px 20px;
  position: relative;
  font-size: 16px;
}

#question dl dt:before {
  position: absolute;
  content: "Q.";
  top: 0;
  left: 0;
}

#question dl dd {
  padding: 0 0 20px 20px;
  position: relative;
}

#question dl dd:before {
  position: absolute;
  content: "A.";
  top: 0;
  left: 0;
}