@charset "UTF-8";
/* ================================================
COMMON
================================================ */
.ttl-page {
  margin: 0 0 50px;
}
.txt-info {
  margin: 0 0 45px;
}
/* column-layout
------------------------------------------------ */
.column-layout{
  margin: 0 0 100px;
}
/* ttl-sec
------------------------------------------------ */
.ttl-sec{
  border-bottom: 3px solid #008899;
}
/* sidebar
------------------------------------------------ */
#sidebar .sidebar__inner{
  border-top: 1px solid #888;
}
#sidebar li{
  list-style: none;
  border-bottom: 1px solid #888;
}
#sidebar li.active{
  position: relative;
}
#sidebar li.active a{
  background: #008a9b;
  color: #fff;
}
#sidebar li.active:before{
  margin: auto;
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent #00899b transparent transparent;
}
#sidebar a{
  padding: 18px 10px 18px 20px;
  width: 100%;
  display: block;
  color: #000;
  transition: 0.1s;
  line-height: 1.3;
}
#sidebar a:hover {
  background: #e6f4f5;
}

/* ================================================
INTERVIEW COMMON
================================================ */
.area-interview{
  margin: 0 0 55px;
}
.area-interview .ttl-sec-cmn{
  margin: 0 0 20px;
}
.area-interview .hero-mainimg{
  padding: 25px 15px;
}
.area-interview .hero-mainimg-in{
  padding: 30px;
  margin: 0 0 0 auto;
  width: 56.2%;
  background: rgba(255, 255, 255, 0.75);
}
.area-interview .hero-mainimg .txt-career{
  padding: 2px 0 10px;
  color: #008a9b;
  font-size: 13px;
}
.area-interview .hero-mainimg .txt-about{
  font-size: 14px;
  line-height: 1.7;
}
.area-interview .sec-question{
  padding: 40px 23px;
}
.area-interview .sec-question .ttl{
  margin: 0 0 25px;
}
.area-interview .sec-question .photo{
  width: 48.15%;
  float: left;
}
.area-interview .sec-question .txt-answer{
  padding: 10px 0 0;
  width: 48.5%;
  float: right;
  font-size: 14px;
  line-height: 1.7;
}

/* reverse */
.area-interview .sec-question.reverse {
  background: #00899a;
  color: #fff;
}
.area-interview .sec-question.reverse .photo{
  float: right;
}
.area-interview .sec-question.reverse .txt-answer{
  float: left;
}

/* staff01 */
.area-interview .staff01{
  background: url(/recruit/interview01/img/mainimg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
}

/* staff02 */
.area-interview .staff02{
  background: url(/recruit/interview02/img/mainimg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
}
/* staff03 */
.area-interview .staff03{
  background: url(/recruit/interview03/img/mainimg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
}
/* staff03 */
.area-interview .staff04{
  background: url(/recruit/interview04/img/mainimg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
}

/* ================================================

TABLET & SMARTPHONE

================================================ */
@media screen and (max-width:768px) {
  /* ================================================
  COMMON
  ================================================ */
  .ttl-page {
    margin: 0 0 25px;
  }
  .ttl-page img{
    max-height: 25px;
  }
  /* column-layout
  ------------------------------------------------ */
  .column-layout{
    margin: 0 0 50px;
  }
  
  /* ================================================
  INTERVIEW COMMON
  ================================================ */
  .area-interview{
    margin: 0 0 30px;
  }
  .area-interview .hero-mainimg .photo-sp{
    margin: 0 0 20px;
  }
  .area-interview .hero-mainimg-in{
    padding: 20px;
    width: 100%;
    background: #eee;
  }
  .area-interview .sec-question{
    padding: 20px;
  }
  .area-interview .sec-question .ttl img{
    max-height: 20px;
  }
  .area-interview .sec-question .ttl img.image-switch{
    max-height: 45px;
  }
  /* staff01 */
  .area-interview .staff01,
  .area-interview .staff02,
  .area-interview .staff03,
  .area-interview .staff04{
    background: none;
  }
}

/* ================================================

SMARTPHONE

================================================ */
@media screen and (max-width:480px) {
  /* ================================================
  COMMON
  ================================================ */
  /* column-layout
  ------------------------------------------------ */
  .column-layout .main-contents{
    margin-bottom: 50px;
  }
  /* sidebar
  ------------------------------------------------ */
  #sidebar li.active:before{
    display: none;
  }
  #sidebar a {
    padding: 15px 10px 15px 20px;
  }
  
  /* ================================================
  INTERVIEW COMMON
  ================================================ */
  .area-interview .hero-mainimg{
    margin: 0 0 20px;
    padding: 0;
  }
  .area-interview .hero-mainimg-in{
    padding: 15px;
  }
  .area-interview .hero-mainimg-in img{
    max-height: 18px;
  }
  .area-interview .sec-question .ttl img{
    max-height: 18px;
  }
  .area-interview .sec-question .ttl img.image-switch{
    max-height: 40px;
  }
  .area-interview .sec-question{
    padding: 25px 10px;
  }
  .area-interview .sec-question .ttl{
  }
  .area-interview .sec-question .photo{
    margin: 0 0 10px;
    width: 100%;
  }
  .area-interview .sec-question .txt-answer{
    width: 100%;
  }
}