@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■main_vs
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#interview01 #main_vs {
  background-image: url(../img/recruit/interview01/main.jpg);
}

#interview02 #main_vs {
  background-image: url(../img/recruit/interview02/main.jpg);
}

#interview03 #main_vs {
  background-image: url(../img/recruit/interview03/main.jpg);
}

#interview04 #main_vs {
  background-image: url(../img/recruit/interview04/main.jpg);
}

#interview05 #main_vs {
  background-image: url(../img/recruit/interview05/main.jpg);
}

#interview06 #main_vs {
  background-image: url(../img/recruit/interview06/main.jpg);
}

#main_vs {
  background: no-repeat center top;
  background-size: cover;
}

#main_vs .innerWrap {
  position: relative;
  height: 585px;
}

#main_vs .catch {
  background: rgba(255, 255, 255, 0.5);
  font-size: 2.8rem;
  line-height: 1.71;
  padding: 45px 15px 41px 35px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 104px;
}

#main_vs .catch.right {
  left: inherit;
  right: 0;
}

#main_vs .catch p {
  transform: scale(0.95, 1);
  transform-origin: top left;
  width: 105%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■intro
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#intro {
  overflow: hidden;
  padding-top: 47px;
  padding-bottom: 40px;
  min-height: 440px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#intro p, #intro h3 {
  transform: scale(0.95, 1);
  transform-origin: top left;
  width: 105%;
}

#intro .f_left {
  padding: 0 30px 0 17.1%;
  width: 46.5%;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#intro .f_left .position {
  font-size: 2.2rem;
}

#intro .f_left h3 {
  font-size: 2.7rem;
  font-weight: bold;
}

#intro .f_right {
  width: 53.5%;
}

@media screen and (max-width: 1140px) {
  #intro .f_left {
    padding-left: 7%;
    width: 40%;
  }
  #intro .f_right {
    width: 60%;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■block_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#block_area {
  max-width: 1600px;
  margin: 0 auto;
}

#block_area .block {
  clear: both;
  max-width: 1295px;
  margin-bottom: 122px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#block_area .block .txt_area {
  padding-left: 10%;
}

#block_area .block .txt_area p {
  transform: scale(0.95, 1);
  transform-origin: top left;
  width: 105%;
}

#block_area .block .txt_area .catch {
  font-size: 2.2rem;
  color: #ff0000;
  line-height: 1.86;
  margin-bottom: 22px;
}

#block_area .block:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  float: right;
}

#block_area .block:nth-of-type(2n) .txt_area {
  padding: 0 10% 0 0;
}

#block_area .block:last-of-type {
  margin-bottom: 0;
}

#block_area .big_block {
  float: none !important;
  display: block;
  max-width: 990px;
  margin: 142px auto 0 auto;
}

#block_area .big_block .txt_area {
  padding: 0 20px !important;
  width: auto !important;
  max-width: 685px;
  margin: 0 auto 50px auto;
}

#block_area .big_block .txt_area .catch {
  margin-bottom: 37px;
}

#block_area .big_block .img {
  width: auto !important;
}

#block_area .big_block .img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1335px) {
  #block_area .block .txt_area {
    padding: 0 20px 0 6%;
  }
  #block_area .block:nth-of-type(2n) .txt_area {
    padding: 0 6% 0 20px;
  }
}

@media screen and (max-width: 1100px) {
  #block_area .block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #block_area .block .img {
    width: 50%;
  }
  #block_area .block .img img {
    width: 100%;
    height: auto;
  }
  #block_area .block .txt_area {
    padding: 0 20px 0 4%;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #block_area .block:nth-of-type(2n) .txt_area {
    padding: 0 4% 0 20px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■other_interview
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#other_interview {
  clear: both;
  margin: 92px auto 73px auto;
}

#other_interview ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 64px;
}

#other_interview ul li {
  text-align: center;
}

#other_interview ul li .img {
  line-height: 1.0;
  margin-bottom: 13px;
}

#other_interview ul li .img img {
  border-radius: 50%;
  border: 2px solid #fff;
}

#other_interview ul li p {
  transform: scale(0.95, 1);
  transform-origin: top left;
  width: 105%;
  line-height: 1.3;
}

#other_interview ul li .name {
  font-weight: bold;
  margin-bottom: 15px;
}

#other_interview ul li .position {
  font-size: 1.2rem;
}

#other_interview ul li a:hover {
  opacity: 1;
}

#other_interview ul li a:hover .img img {
  opacity: 1;
  border-color: #ff0000;
}

#other_interview ul .active .img img {
  border-color: #ff0000;
}

/*# sourceMappingURL=maps/interview.css.map */
