@charset "utf-8";
/* インタビュー1 page-interwie-1.php, インタビュー2 page-interwie-2.php, インタビュー3 page-interwie-3.php */
.common__ttl {
  white-space: nowrap;
  letter-spacing: normal;
}
.interview__profile {
  position: relative;
  margin: 40px 0;
}
.interview__profile__img {
  width: 100%;
}
.interview__profile__wrapper {
  position: absolute;
  right: 0;
  bottom: 40px;
  background: #fff;
  width: 625px;
  padding: 30px 10px 30px 75px;
}
.interview__profile__content {
  display: flex;
  align-items: flex-start;
  margin-bottom: 13px;
}
.interview__num {
  font-weight: bold;
  color: rgba(13, 111, 184, 0.2);
  line-height: 1;
}
.interview__num--profile {
  font-size: 60px;
  margin-right: 20px;
}
.interview__name {
  font-size: 18px;
  line-height: 1.5;
}
.interview__name__jp {
  font-size: 20px;
  display: inline-block;
  margin-right: 55px;
}
.interview__name__jp--profile {
  margin-right: 20px;
}
.interview__name__en {
  font-size: 15px;
}
.interview__profile__ttl {
  font-size: 25px;
  line-height: 1.5;
}
.interview__detail {
  padding: 0 50px;
  max-width: 1300px;
  margin: auto;
}
.interview__piece {
  display: flex;
  flex-wrap: nowrap;
}
.interview__piece:nth-child(even) {
  flex-direction: row-reverse;
}
.interview__piece--qa {
  margin-top: 35px;
}
.interview__content__wrapper {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.interview__content {
  width: 100%;
  padding: 10px 0;
}
.nterview__sub__ttl {
  font-size: 20px;
  padding: 0 20px;
  color: #0d6fb8;
  line-height: 1.5;
}
.interview__text {
  border-bottom: 5px solid #0d6fb8;
  padding: 20px 20px 45px;
}
.interview__qa {
  background: #e7eefa;
  padding: 25px;
  margin: -10px 40px 0 0;
}
.interview__q {
  color: #0d6fb8;
  font-size: 20px;
  position: relative;
  padding: 8px 0 0 55px;
  line-height: 1.4;
}
.interview__q::before {
  position: absolute;
  left: 0;
  top: -8px;
  content: "Q";
  font-size: 60px;
  color: rgba(13, 111, 184, 0.1);
  line-height: 1;
}
.interview__a {
  line-height: 1.4;
  margin: 10px 0 35px 55px;
}
.interview__a:last-child {
  margin-bottom: 0;
}
.interview__piece__img__wrapper {
  width: 50%;
}
.interview__img {
  margin: 0;
  width: 100%;
}
.interview__schedule {
  position: relative;
  margin: 30px 0 50px;
  padding-bottom: 30px;
}
.interview__schedule--01 {
  background: url("../img/interview/01/interview_schedule_1.jpg") no-repeat
    center 40px;
  background-size: cover;
}
.interview__schedule--02 {
  background: url("../img/interview/02/interview_schedule_2.jpg") no-repeat
    center 40px;
  background-size: cover;
}
.interview__schedule--03 {
  background: url("../img/interview/03/interview_schedule_3.jpg") no-repeat
    center 40px;
  background-size: cover;
}
.interview__schedule_ttl {
  background: #398dcb;
  color: #fff;
  hanging-punctuation: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
}
.interview__schedule__wrapper {
  width: 100%;
  max-width: 750px;
  margin: 30px auto 0;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}
.interview__schedule__definition {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.4;
}
.interview__schedule__definition:last-child {
  margin-bottom: 0;
}
.interview__schedule__term {
  width: 75px;
  float: left;
}
.interview__schedule__desc {
  width: calc(100% - 75px);
  float: left;
}
.interview__other {
  display: flex;
  justify-content: space-between;
  max-width: 796px;
  margin: 0 auto 70px;
}
.interview__other__link {
  text-decoration: none;
  display: block;
  color: #333;
}
.interview__other__content__wrapper {
  width: 360px;
  border: 1px solid #eeeeee;
  overflow: hidden;
}
.interview__other__img__wrapper {
  overflow: hidden;
  height: 250px;
}
.interview__other__img {
  width: 100%;
  display: block;
  transition-duration: 0.3s;
}
.interview__other__img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.interview__other__content {
  position: relative;
  padding: 30px;
}
.interview__num--other {
  margin-right: 10px;
  font-size: 88px;
  position: absolute;
  right: 0;
  bottom: 10px;
}
@media screen and (max-width: 959px) {
  .interview__content {
    padding: 20px 0 0;
  }
  .interview__profile {
    margin-bottom: 0;
  }
  .interview__profile__wrapper {
    bottom: 23px;
    width: 90%;
    max-width: 400px;
    padding: 10px 5px 10px 25px;
  }
  .interview__profile__img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .interview__num {
    font-size: 40px;
    font-weight: normal;
    color: rgba(13, 111, 184, 0.3);
  }
  .interview__name {
    font-size: 15px;
    line-height: 1.5;
  }
  .interview__name__jp {
    font-size: 16px;
    margin-right: 30px;
  }
  .interview__name__en {
    font-size: 14px;
  }
  .interview__profile__ttl {
    font-size: 18px;
  }
  .interview__wrapper__port {
    margin-bottom: 30px;
  }
  .interview__piece {
    display: block;
    flex-wrap: nowrap;
  }
  .interview__piece {
    display: block;
  }
  .interview__qa {
    padding: 20px;
    margin: 0;
  }
  .interview__q {
    font-size: 18px;
    padding: 0 0 0 40px;
  }
  .interview__q::before {
    font-size: 40px;
  }
  .interview__a {
    margin: 5px 0 25px 40px;
  }
  .interview__detail {
    padding: 0 20px;
  }
  .interview__piece__img__wrapper {
    width: 100%;
  }
  .interview__img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .interview__schedule__wrapper {
    width: 90%;
    margin: 30px 5% 0;
  }
  .interview__schedule__term {
    width: 50px;
  }
  .interview__schedule__desc {
    width: calc(100% - 50px);
  }
  .interview__other {
    display: block;
    flex-wrap: nowrap;
    flex: 0;
    width: 100%;
    margin: 0 auto 50px;
    /* padding: 30px 0 50px; */
  }
  .interview__other__content__wrapper {
    max-width: 360px;
    width: 90%;
    margin: 0 auto 20px;
  }
  .interview__other__img__wrapper {
    height: auto;
  }
  .interview__other__content {
    width: 100%;
    padding: 20px;
  }
  .interview__num--other {
    font-size: 75px;
  }
}

/* 20200616 採用ページ 社員インタビュー04追加に伴う変更 */
.interview__other {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
}
.interview__other__content__wrapper {
  margin: 0 15px 15px;
}
@media screen and (max-width: 959px) {
  .interview__other {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  .position_left .interview__img {
    object-position: center left;
  }
}
