@charset "UTF-8";

/* interview */
.interview {
  padding: 0 0 150px 0;
}
.interview-inner {
  width: 94%;
  margin: 0 auto;
}
.interview-ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.interview-ul li {
  width: 29.3%;
  position: relative;
  margin: 50px 2% 0 2%;
}
.interview-ul-txt-wrap {
  box-sizing: border-box;
  width: 80%;
  padding: 20px;
  background-color: rgba(255,255,255,1);
  position: absolute;
  right: 0;
  bottom: 0;
}
.interview-ul-txt-1 {
  font-size: 1.6em;
  line-height: 26px;
}
.interview-ul-txt-2 {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 22px;
  padding: 30px 0 3px 0;
}
.interview-ul-txt-3 {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 22px;
}
.interview-ul-link {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0 0 0;
}
.interview-ul-link a {
  display: flex;
  align-items: center;
}
.interview-ul-link-txt {
  font-size: 1.4em;
  font-weight: 700;
  color: #8eaab4;
  padding: 0 10px 0 0;
}
.interview-ul-link-sign {
  width: 10px;
}
.interview-ul-button-prev {
  color: #fff;
  background-color: rgba(179,200,207,0.9);
  border-radius: 50%;
  padding: 20px 23px 20px 20px;
  left: 20px;
}
.interview-ul-button-prev::after {
  font-size: 20px;
}
.interview-ul-button-next {
  color: #fff;
  background-color: rgba(179,200,207,0.9);
  border-radius: 50%;
  padding: 20px 20px 20px 23px;
  right: 20px;
}
.interview-ul-button-next::after {
  font-size: 20px;
}

/* interview - top */
.interview-d-top {
  width: 100%;
  padding: 90px 0 100px 0;
  background-color: #fff;
}
.interview-d-top-inner {
  width: 80%;
  max-width: 1400px;
  margin: 50px auto 0 auto;
  position: relative;
}
.interview-d-top-img {
  width: 50%;
  height: auto;
}
.interview-d-top-txt {
  width: 60%;
  background-color: #b3c8cf;
  padding: 50px;
  position: absolute;
  bottom: 10%;
  left: 40%;
}
.interview-d-title {
  font-size: 2.8em;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
}
.interview-d-name {
  font-size: 2.4em;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
}
.interview-d-name-en {
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 10px 0 0 0;
}
.interview-d-post-wrap {
  margin: 20px 0 0 0;
  display: flex;
}
.interview-d-post-l {
  font-size: 1.3em;
  font-weight: 600;
  color: #fff;
  border: 2px solid #fff;
  border-right: none;
  padding: 8px 10px;
  display: inline-block;
}
.interview-d-post-r {
  font-size: 1.3em;
  font-weight: 600;
  color: #b3c8cf;
  background-color: #fff;
  border: 2px solid #fff;
  padding: 8px 10px;
  display: inline-block;
}
.interview-d-top-hr {
  width: 100%;
  margin: 20px 0;
  border-top: 1px solid #fff;
}

/* interview - details */
.interview-d {
  padding: 90px 0;
}
.interview-d-inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.interview-d-wrap {
  background-color: rgba(255,255,255,0.7);
  border-radius: 10px;
  margin: 0;
  padding: 50px;
}
.interview-d-title-sub {
  font-size: 1.4em;
  color: #8eaab4;
}
.interview-d-title-sub span {
  font-size: 2em;
  font-weight: 700;
  vertical-align: -2px;
  letter-spacing: 0.03em;
}
.interview-d-hr {
  width: 100%;
  border-top: 1px dashed #ccc;
  margin: 20px 0;
}
.interview-d-title-a {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 30px;
}
.interview-d-wrap-sub {
  margin: 50px 0 0 0;
  padding: 0 50px;
}
.interview-d-q-sub {
  font-size: 1.4em;
  font-weight: 600;
  color: #8eaab4;
}
.interview-d-q {
  font-size: 2em;
  line-height: 30px;
  margin: 8px 0 0 0;
}
.interview-d-a {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 30px;
  margin: 20px 0 0 0;
}
.interview-d-a span {
  font-weight: 600;
  color: #8eaab4;
}
.interview-d-hr-sub {
  width: 100%;
  border-top: 1px dashed #ccc;
  margin: 50px 0 0 0;
}
.interview-d-img {
  width: 100%;
  margin: 50px 0 0 0;
  padding: 0 50px;
}
.interview-d-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* interview - releted */
.interview-r {
  padding: 0 0 150px 0;
}
.interview-r-title-wrap {
  width: 90%;
  margin: 0 auto;
}
.interview-ul-r-wrap {
  width: 94%;
  margin: 0 auto;
}

@media screen and (max-width:1180px) {
  .interview-inner {
    width: 94%;
  }
  .interview-ul li {
    width: 46%;
    margin: 50px 2% 0 2%;
  }
  /* interview - top */
  .interview-d-top-inner {
    width: 90%;
  }
  .interview-d-top-txt {
    padding: 30px;
    bottom: 5%;
  }
  .interview-d-title {
    font-size: 2.4em;
    line-height: 38px;
  }
  .interview-d-name {
    font-size: 2.2em;
  }
}

@media screen and (max-width:767px) {
  /* interview */
  .interview {
    padding: 0 0 100px 0;
  }
  .interview-inner {
    width: 90%;
  }
  .interview-ul li {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .interview-ul-txt-1 {
    font-size: 1.5em;
    line-height: 25px;
  }
  .interview-ul-txt-2 {
    font-size: 1.2em;
    line-height: 18px;
    padding: 20px 0 3px 0;
  }
  .interview-ul-txt-3 {
    font-size: 1.2em;
    line-height: 18px;
  }
  .interview-ul-link {
    margin: 15px 0 0 0;
  }
  /* interview - top */
  .interview-d-top {
    padding: 70px 0 0 0;
  }
  .interview-d-top-inner {
    width: 100%;
    margin: 30px auto 0 auto;
  }
  .interview-d-top-img {
    width: 100%;
  }
  .interview-d-top-txt {
    width: 100%;
    padding: 30px 5% 40px 5%;
    position: static;
    bottom: auto;
    left: auto;
  }
  .interview-d-title {
    font-size: 2em;
    line-height: 34px;
  }
  .interview-d-name {
    font-size: 1.8em;
  }
  .interview-d-name-en {
    font-size: 1.5em;
    margin: 10px 0 0 0;
  }
  .interview-d-post-wrap {
    margin: 20px 0 0 0;
    display: flex;
  }
  .interview-d-post-l {
    font-size: 1.3em;
    border: 1px solid #fff;
    padding: 8px 10px;
  }
  .interview-d-post-r {
    font-size: 1.3em;
    border: 1px solid #fff;
  }
  /* interview - details */
  .interview-d {
    padding: 40px 0 50px 0;
  }
  .interview-d-inner {
    width: 90%;
    margin: 0 auto;
  }
  .interview-d-title-sub {
    font-size: 1.3em;
  }
  .interview-d-title-sub span {
    font-size: 1.8em;
  }
  .interview-d-wrap {
    background-color: rgba(255,255,255,0);
    margin: 0;
    padding: 0;
  }
  .interview-d-hr {
    border-top: 1px dashed #ccc;
    margin: 20px 0;
  }
  .interview-d-title-a {
    font-size: 1.3em;
    line-height: 25px;
    margin: 20px 0 0 0;
  }
  .interview-d-wrap-sub {
    margin: 40px 0 0 0;
    padding: 0;
  }
  .interview-d-q {
    font-size: 1.5em;
    line-height: 25px;
    margin: 10px 0 0 0;
  }
  .interview-d-a {
    font-size: 1.3em;
    line-height: 25px;
    margin: 15px 0 0 0;
  }
  .interview-d-hr-sub {
    margin: 40px 0 0 0;
  }
  .interview-d-img {
    margin: 40px 0 0 0;
    padding: 0;
  }
  .interview-d-img img {
    border-radius: 0;
  }
  /* interview - releted */
  .interview-r {
    padding: 0 0 100px 0;
  }
  .interview-ul-r-wrap {
    width: 90%;
  }
}