@charset "utf-8";

.recruit_head_box_inner {
  margin: 0 auto;
  position: relative;
  color: #fff;
}

.environment_work {
  background: url(../img/ico_enviroment.png) no-repeat left center;
  background-size: 41px auto;
}

.voice {
  background: url(../img/ico_voice.png) no-repeat left center;
  background-size: 41px auto;
}

.guide {
  background: url(../img/ico_guide.png) no-repeat left center;
  background-size: 41px auto;
}

.recruit_environment_text {
  text-align: left;
}

.recruit_voice_commen h3 {
  color: #958822;
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 0 15px;
  padding: 0 0 15px;
  background: url(../img/line_dotted.gif) repeat-x left bottom;
}

.recruit_photo-img {
  width: 100%;
}

.recruit_photo-img p {
  width: 25%;
  list-style-type: none;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.recruit_photo-img .company_photo {
  height: auto;
  width: 100%;
  position: absolute;
  min-width: 100%;
  min-height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
}

.recruit_guide_box dl dt {
  border-left: 3px solid #d6cb75;
  font-weight: bold;
}

.recruit_guide_box ul li {
  list-style: disc;
  margin: 0 0 0 20px;
}

.read_entry_text_head {
  background: #958822;
  color: #fff;
  text-align: center;
  line-height: 2.2em;
}

.recruit_h3 {
  color: #9e9234;
  font-size: 1.8rem;
  background: #efeddc;
  text-align: center;
  margin: 0 0 25px;
  padding: 20px 0;
}

.btn_entry a {
  display: inline-block;
  background: #958822;
  border: 0;
  margin: 0 auto;
  padding: 15px 80px 25px;
  color: #fff;
  font-size: 2.8rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.btn_entry a:hover {
  opacity: 0.7;
}

.btn_entry span {
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 0 5px;
}

/* ===============================================
 PC版のみ
=============================================== */

@media screen and (min-width: 768px) {
  .recruit_head_box_inner {
    width: 980px;
    padding: 90px 0 85px;
  }

  .recruit_head_box {
    background: url(../img/bg_recruit_mv.png);
    margin: 54px 0 0;
  }

  .recruit_head_box h1 {
    font-size: 5.5rem;
    font-weight: bold;
    margin: 0 0 40px;
  }

  .recruit_head_read {
    font-size: 1.4rem;
    line-height: 2em;
  }

  .recruit_mv {
    width: 391px;
    position: absolute;
    right: 0;
    top: 20px;
  }

  .recruit_environment_box {
    margin: 40px 50px 80px;
  }

  .recruit_environment_item {
    float: left;
    width: 310px;
    text-align: center;
  }

  .item_center {
    margin: 0 70px;
  }

  .recruit_environment_img {
    width: 300px;
    height: auto;
  }

  .recruit_environment_cp {
    font-size: 1.6rem;
    margin: 30px 0;
    color: #958822;
  }

  .recruit_voice_box {
    background: #f1efdf;
    padding: 80px 0 100px;
  }

  .recruit_voice_box_inner {
    margin: 40px 16px 0 0;
    width: 280px;
    float: left;
  }

  .recruit_voice_box_inner:last-child {
    margin: 40px 0 0;
  }

  .recruit_voice_commen {
    border: 3px solid #958822;
    border-radius: 10px;
    padding: 30px;
    background: #fff;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.8em;
  }

  .face_img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin: 30px auto 0;
  }

  .face_img img {
    width: 100px;
    height: 100px;
  }

  .bg_voice_center {
    position: absolute;
    bottom: -28px;
    left: 122px;
    width: 31px;
    height: auto;
  }

  .voice_twitter {
    background: url(../img/ico_tw_rec.png) no-repeat left center;
    background-size: 18px auto;
    padding: 2px 0 2px 20px;
    font-size: 1.4rem;
    font-weight: normal;
  }

  .voice_text_span {
    color: #198b99;
    margin: 0 5px 0 0;
    padding: 0 0 0 12px;
    background: url(../img/ico_aomaru.png) no-repeat left center;
    background-size: 8px auto;
  }

  .recruit_photo-img {
    min-width: 1170px;
  }

  .recruit_photo-img p {
    min-height: 190px;
  }

  .recruit_photo-img p .ico_lunch {
    width: 98px;
    height: auto;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .recruit_guide_box {
    margin: 50px 150px 80px;
  }

  .recruit_guide_box dl {
    background: url(../img/line_dotted.gif) repeat-x left bottom;
    margin: 0 0 20px;
    padding: 0 40px 20px 10px;
  }

  .recruit_guide_box dl dt {
    float: left;
    width: 180px;
    padding: 5px 0 5px 30px;
  }

  .recruit_guide_box dl dd {
    float: right;
    width: 570px;
    padding: 5px 0;
  }
}

/* ===============================================
スマホ版のみ
=============================================== */

@media screen and (max-width: 767px) {
  .recruit_head_box_inner {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 20px;
  }

  .recruit_head_box {
    background: url(../img/bg_recruit_mv.png);
    margin: 50px 0 0;
  }

  .recruit_head_box h1 {
    font-size: 3rem;
    font-weight: bold;
    margin: 0 0 20px;
  }

  .recruit_head_read {
    font-size: 1.4rem;
    line-height: 2em;
    margin: 10px 0;
  }

  .recruit_mv {
    width: 200px;
    display: block;
    margin: 0 auto;
  }

  .recruit_environment_box {
    margin: 40px 0 80px;
  }

  .recruit_environment_item {
    text-align: center;
    margin: 40px 0 0;
  }

  .recruit_environment_img {
    width: 70%;
    height: auto;
  }

  .recruit_environment_cp {
    font-size: 1.4rem;
    margin: 10px 0;
    color: #958822;
  }

  .recruit_voice_box {
    background: #f1efdf;
    padding: 80px 0;
  }

  .recruit_voice_img {
    text-align: center;
  }

  .recruit_voice_img img {
    width: 50%;
    height: auto;
    margin: 40px auto;
  }

  .voice_commen_01 {
    margin: 40px 0 20px;
  }

  .recruit_voice_text {
    background: #fff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

  .voice_text01 {
    margin: 0 0 20px;
  }

  .recruit_photo-img p {
    height: 120px;
  }

  .recruit_photo-img p .ico_lunch {
    width: 70px;
    height: auto;
    position: absolute;
    top: 5px;
    right: 0;
  }

  .recruit_guide_box {
    margin: 50px 0 80px;
  }

  .recruit_guide_box dl {
    background: url(../img/line_dotted.gif) repeat-x left bottom;
    margin: 0 0 20px;
    padding: 0 20px 20px;
  }

  .recruit_guide_box dl dt {
    width: 100%;
    padding: 0 0 0 20px;
  }

  .recruit_guide_box dl dd {
    width: 100%;
    padding: 10px 0 0;
  }

  .read_entry_text_head {
    padding: 20px 0 10px;
  }

  .read_entry_text_head span {
    font-size: 3rem;
    font-weight: bold;
  }

  .read_entry_text_box {
    border: 1px solid #958822;
    padding: 20px;
    margin: 0 0 150px;
  }

  .recruit_voice_box_inner {
    width: 100%;
    float: none;
    margin: 40px 0 0;
  }

  .recruit_voice_commen {
    border: 3px solid #958822;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px;
    background: #fff;
    position: relative;
    width: 100%;
  }

  .face_img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    margin: 30px auto 0;
  }

  .face_img img {
    width: 120px;
    height: 120px;
  }

  .recruit_voice_box .mt100 {
    margin-top: 40px !important;
  }

  .bg_voice_center {
    position: absolute;
    bottom: -28px;
    left: 45%;
    width: 31px;
    height: auto;
  }

  .btn_entry a {
    width: 100%;
  }
}
