@charset "UTF-8";
#interview_index .eyecatch {
  background-image: url(/image/official/recruit/introduction_eyecatch.png);
  background-size: cover;
}

#interview_detail .eyecatch {
  background-size: cover;
  background-position: center top;
}

.eyecatch_content {
  margin: 0 auto;
}

.eyecatch_content .h2_black {
  padding: 0 5px;
  border-bottom: 2px solid #d70c18;
}

.employee {
  margin: 30px 0px;
}

.employee_name {
  font-size: 18px;
}

.employee_background {
  font-size: 16px;
}

.eyecatch_txt {
  font-size: 20px;
}

#interview_detail .eyecatch_txt {
  font-size: 15px;
}

.member_block {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-around;
}

.member_link {
  position: relative;
  display: inline-block;
}

.member_link img:hover {
  opacity: 0.8;
}

.member_post {
  background-color:  rgba(255, 255, 255, 0.6);
  color: #404040;
  position: absolute;
}

#interview_content .h2_black {
  text-align: center;
}

.interview_index {
  font-size: 24px;
  font-weight: bold;
}

.text_green {
  color: #0bd79b;
}

.member_img {
  object-fit: cover;
}

.member04 .member_img02 {
  object-position: left top;
}

.member08 .member_img01 {
  object-position: right top;
}

.member08 .member_img02 {
  object-position: left top;
}

/*------- pc -------*/
@media (min-width:  991px) {
  .member01 .eyecatch {
    background-image: url(/image/official/recruit/interview/01_main.png);
  }

  .member02 .eyecatch {
    background-image: url(/image/official/recruit/interview/02_main.png);
  }

  .member03 .eyecatch {
    background-image: url(/image/official/recruit/interview/03_main.png);
  }

  .member04 .eyecatch {
    background-image: url(/image/official/recruit/interview/04_main.png);
  }

  .member05 .eyecatch {
    background-image: url(/image/official/recruit/interview/05_main.png);
  }

  .member06 .eyecatch {
    background-image: url(/image/official/recruit/interview/06_main.png);
  }

  .member07 .eyecatch {
    background-image: url(/image/official/recruit/interview/07_main.png);
  }

  .member08 .eyecatch {
    background-image: url(/image/official/recruit/interview/08_main.png);
  }

  .member09 .eyecatch {
    background-image: url(/image/official/recruit/interview/09_main.png);
  }

  .member10 .eyecatch {
    background-image: url(/image/official/recruit/interview/10_main.png);
  }

  .eyecatch_content {
    width: 80%;
    padding: 150px 0px;
  }

  .eyecatch_block {
    width: 55%;
  }

  .eyecatch_content .h2_black {
    display: inline-block;
  }

  #interview_detail .eyecatch_txt {
    background-color: rgba(255,255,255,0.5);
    padding: 1px 15px;
  }

  .member_block {
    margin-top: 60px;
  }

  .member_link {
    margin: 5px;
    width: 220px;
    height: auto;
  }

  .member_pic {
    width: 100%;
    height: auto;
  }

  .member_post {
    font-size: 13px;
    padding: 5px 10px;
    bottom: 30px;
    left: 20px;
  }

  #interview_content {
    margin: 100px auto;
  }

  .interview_block {
    margin: 100px 0px;
  }

  .interview01 .content_wrap {
    position: relative;
  }

  .interview01 .interview_img {
    text-align: right;
    margin-right: 25px;
    filter: drop-shadow(25px 30px 0px rgba(142, 156, 151, 0.9));
  }

  .interview01 .interview_txt {
    position: absolute;
    top: 50px;
  }

  .interview01 .interview_index {
    width: 50%;
  }

  .interview01 .interview_back {
    width: 60%;
    padding: 5px 30px;
    margin: 30px 0px;
    background-color:  rgba(240, 240, 238, 0.6);
  }

  .member00 .interview01 {
    height: 530px;
  }

  .member01 .interview01 {
    height: 640px;
  }

  .member02 .interview01 {
    height: 550px;
  }

  .member03 .interview01 {
    height: 550px;
  }

  .member03 .interview01 {
    height: 550px;
  }

  .member04 .interview01 {
    height: 550px;
  }

  .member05 .interview01 {
    height: 600px;
  }

  .member06 .interview01 {
    height: 550px;
  }

  .member07 .interview01 {
    height: 550px;
  }

  .member08 .interview01 {
    height: 550px;
  }

  .member09 .interview01 {
    height: 550px;
  }

  .member10 .interview01 {
    height: 600px;
  }

  .interview02 .interview_img {
    display: inline-block;
    width: 45%;
    margin-right: 15px;
  }

  .interview02 .interview_img img {
    width: 100%;
  }

  .interview02 .interview_txt {
    display: inline-block;
    width: 50%;
    margin-right: 0px;
    vertical-align: top;
  }

  .interview04 .interview_img img {
    width: 100%;
    height: auto;
  }


 @media (min-width: 991px) and (max-width: 1299px) {
  .interview04 {
    position: relative;
  }

  .interview04 .interview_index {
     position: absolute;
     left: 10%;
     bottom:  30px;
     background-color: rgba(255,255,255,0.8);
     padding: 1px 15px;
  }
 }

 @media (min-width:  1300px) {
    .interview04 .interview_img {
     display: inline-block;
     width: 60%;
     margin-right: 15px;
     vertical-align: middle;
   }

   .interview04 .interview_index {
     display: inline-block;
     width: 35%;
   }
 }

}

/*------- tb -------*/
@media (min-width: 551px) and (max-width: 990px) {
  .member01 .eyecatch {
    background-image: url(/image/official/recruit/interview/01_main_sp.png);
  }

  .member02 .eyecatch {
    background-image: url(/image/official/recruit/interview/02_main_sp.png);
  }

  .member03 .eyecatch {
    background-image: url(/image/official/recruit/interview/03_main_sp.png);
  }

  .member04 .eyecatch {
    background-image: url(/image/official/recruit/interview/04_main_sp.png);
  }

  .member05 .eyecatch {
    background-image: url(/image/official/recruit/interview/05_main_sp.png);
  }

  .member06 .eyecatch {
    background-image: url(/image/official/recruit/interview/06_main_sp.png);
  }

  .member07 .eyecatch {
    background-image: url(/image/official/recruit/interview/07_main_sp.png);
  }

  .member08 .eyecatch {
    background-image: url(/image/official/recruit/interview/08_main_sp.png);
  }

  .member09 .eyecatch {
    background-image: url(/image/official/recruit/interview/09_main_sp.png);
  }

  .member10 .eyecatch {
    background-image: url(/image/official/recruit/interview/10_main_sp.png);
  }

  .eyecatch_content {
    width: 90%;
    padding: 150px 0px;
  }

  .eyecatch_content .h2_black {
    display: inline-block;
  }

  #interview_detail .eyecatch_content {
    width: 90%;
    padding: 400px 0px 0px 0px;
  }

  #interview_detail .eyecatch_block {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.6)
  }

  #interview_detail .eyecatch_block2 {
    margin: 30px 0px 80px 0px;
  }

  .member_link {
    margin: 5px;
    width: 220px;
    height: auto;
  }

  .member_pic {
    width: 100%;
    height: auto;
  }

  .member_post {
    font-size: 13px;
    padding: 5px 10px;
    bottom: 30px;
    left: 20px;
  }

  #interview_content {
    margin: 60px auto;
  }

  .interview_block {
    margin: 60px 0px;
  }

  .interview01 .interview_img {
    filter: drop-shadow(15px 15px 0px rgba(142, 156, 151, 0.9));
  }

  .interview01 .interview_img img {
    width: 95%;
  }

  .interview01 .interview_index {
    margin-top: 30px;
  }

  .interview01 .interview_back {
    padding: 5px 15px;
    margin: 20px 0px;
    background-color:  rgba(240, 240, 238, 0.6);
  }

  .interview02 .interview_img {
    display: inline-block;
    width: 35%;
    margin-right: 15px;
  }

  .interview02 .interview_img img {
    width: 100%;
  }

  .interview02 .interview_txt {
    display: inline-block;
    width: 60%;
    margin-right: 0px;
    vertical-align: top;
  }

  .interview04 .interview_img img {
    width: 100%;
    height: auto;
  }

  .interview04 .interview_index {
    margin-top: 30px;
    text-align: center;
  }
}

/*------- sp -------*/
@media (max-width: 550px) {
  .member01 .eyecatch {
    background-image: url(/image/official/recruit/interview/01_main_sp.png);
  }

  .member02 .eyecatch {
    background-image: url(/image/official/recruit/interview/02_main_sp.png);
  }

  .member03 .eyecatch {
    background-image: url(/image/official/recruit/interview/03_main_sp.png);
  }

  .member04 .eyecatch {
    background-image: url(/image/official/recruit/interview/04_main_sp.png);
  }

  .member05 .eyecatch {
    background-image: url(/image/official/recruit/interview/05_main_sp.png);
  }

  .member06 .eyecatch {
    background-image: url(/image/official/recruit/interview/06_main_sp.png);
  }

  .member07 .eyecatch {
    background-image: url(/image/official/recruit/interview/07_main_sp.png);
  }

  .member08 .eyecatch {
    background-image: url(/image/official/recruit/interview/08_main_sp.png);
  }

  .member09 .eyecatch {
    background-image: url(/image/official/recruit/interview/09_main_sp.png);
  }

  .member10 .eyecatch {
    background-image: url(/image/official/recruit/interview/10_main_sp.png);
  }

  .eyecatch_content {
    width: 90%;
    padding: 80px 0px;
  }

  #interview_detail .eyecatch_content {
    width: 90%;
    padding: 350px 0px 0px 0px;
  }

  #interview_detail .eyecatch_block {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.6)
  }

  #interview_detail .eyecatch_block2 {
    margin: 15px 0px 45px 0px;
  }

  .employee {
    margin: 15px 0px;
  }

  .member_block {
    margin-top: 30px;
  }

  .member_link {
    width: 45%;
    height: auto;
    margin: 10px 5px;
  }

  .member_pic {
    width: 100%;
    height: auto;
  }

  .member_post {
    width: 75%;
    font-size: 12px;
    padding: 5px;
    bottom: 15px;
    left: 5px;
  }

  #interview_content {
    margin: 30px auto;
  }

  .interview_index {
    font-size: 20px;
    font-weight: bold;
  }

  .interview_block {
    margin: 45px 0px;
  }

  .interview01 .interview_img {
    filter: drop-shadow(10px 10px 0px rgba(142, 156, 151, 0.9));
  }

  .interview01 .interview_img img {
    width: 98%;
  }

  .interview01 .interview_index {
    margin-top: 15px;
  }

  .interview01 .interview_back {
    padding: 1px 10px;
    margin: 15px 0px;
    background-color:  rgba(240, 240, 238, 0.6);
  }

  .interview02 .interview_img img {
    width: 100%;
  }

  .interview04 .interview_img img {
    width: 100%;
    height: auto;
  }

  .interview04 .interview_index {
    margin-top: 15px;
    text-align: center;
  }
}
