@charset "UTF-8";
/*--------------------- index ---------------------*/
.wrap_list_people {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: -60px -20px 0;
}
@media only screen and (max-width: 1080px) {
  .wrap_list_people {
    margin: -60px -15px 0;
  }
}
@media only screen and (max-width: 600px) {
  .wrap_list_people {
    margin: -40px 0 0;
    display: block;
  }
}

.box_people {
  width: 50%;
  margin-top: 60px;
  padding: 0 20px;
}
@media only screen and (max-width: 1080px) {
  .box_people {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 600px) {
  .box_people {
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }
}
.box_people a {
  display: block;
  transition: opacity 0.3s ease;
}
.box_people a:hover {
  opacity: 0.5;
}
.box_people a.comingsoon {
  pointer-events: none;
}
.box_people .interview_ttl {
  margin: 20px 0;
  color: #222;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 1.3;
}
@media only screen and (max-width: 600px) {
  .box_people .interview_ttl {
    font-size: 22px;
  }
}
.box_people .wrap_meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.box_people .wrap_meta .name {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .box_people .wrap_meta .name {
    font-size: 16px;
  }
}
.box_people .wrap_meta .position {
  margin-right: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 3px 8px;
  vertical-align: text-top;
}
@media only screen and (max-width: 768px) {
  .box_people .wrap_meta .position {
    margin-right: 10px;
  }
}
.box_people .wrap_meta .position.p_01 {
  background-color: #e50011;
}
.box_people .wrap_meta .position.p_02 {
  background-color: #b70a64;
}
.box_people .wrap_meta .position.p_03 {
  background-color: #46ac00;
}
.box_people .wrap_meta .position.p_04 {
  background-color: #2196f3;
}

/*--------------------- 詳細 ---------------------*/
.mv_interview {
  padding: 50px 0 60px;
  margin-bottom: 20px;
  background-color: #ffeacc;
}
@media only screen and (max-width: 1080px) {
  .mv_interview {
    padding: 40px 15px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .mv_interview {
    padding: 30px 15px 35px;
  }
}
.mv_interview .ttl_mv_interview {
  position: relative;
  z-index: 10;
}
.mv_interview .ttl_mv_interview .main {
  display: block;
  margin-top: 10px;
  margin-bottom: -0.5em;
  color: rgba(255, 255, 255, 0);
  font-size: 90px;
  line-height: 1;
  -webkit-text-stroke: 2px #f08200;
}
@media only screen and (max-width: 768px) {
  .mv_interview .ttl_mv_interview .main {
    font-size: 14vw;
  }
}
.mv_interview .ttl_mv_interview .sub {
  display: block;
  color: #222;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 1.3;
}
.mv_interview .wrap_box_mv_interview {
  position: relative;
  padding-bottom: 40px;
}
.mv_interview .wrap_box_mv_interview:after {
  content: "";
  display: block;
  position: absolute;
  top: 100px;
  right: 60px;
  bottom: 0;
  left: -100vw;
  background-color: #F9F9F9;
}
.mv_interview .box_mv_interview {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 1080px) {
  .mv_interview .box_mv_interview {
    display: block;
  }
}
.mv_interview .box_mv_interview .wrap_txt_mv_interview {
  order: 1;
  position: relative;
  margin-right: -100%;
  padding: 20px 50px;
  background-color: #fff;
}
@media only screen and (max-width: 1080px) {
  .mv_interview .box_mv_interview .wrap_txt_mv_interview {
    margin-right: auto;
    padding: 15px 20px;
  }
}
.mv_interview .box_mv_interview .wrap_txt_mv_interview .txt_mv_interview {
  flex-shrink: 0;
  margin-bottom: 0.7em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #F2F2F2;
  color: #222;
  font-size: 34px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  .mv_interview .box_mv_interview .wrap_txt_mv_interview .txt_mv_interview {
    font-size: 22px;
  }
}
.mv_interview .box_mv_interview .wrap_txt_mv_interview .wrap_meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.mv_interview .box_mv_interview .wrap_txt_mv_interview .wrap_meta .name {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .mv_interview .box_mv_interview .wrap_txt_mv_interview .wrap_meta .name {
    font-size: 16px;
  }
}
.mv_interview .box_mv_interview .wrap_txt_mv_interview .wrap_meta .position {
  margin-right: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 3px 8px;
  vertical-align: text-top;
}
@media only screen and (max-width: 768px) {
  .mv_interview .box_mv_interview .wrap_txt_mv_interview .wrap_meta .position {
    margin-right: 10px;
  }
}
.mv_interview .box_mv_interview .wrap_txt_mv_interview .wrap_meta .position.p_01 {
  background-color: #e50011;
}
.mv_interview .box_mv_interview .wrap_txt_mv_interview .wrap_meta .position.p_02 {
  background-color: #b70a64;
}
.mv_interview .box_mv_interview .wrap_txt_mv_interview .wrap_meta .position.p_03 {
  background-color: #46ac00;
}
.mv_interview .box_mv_interview .wrap_txt_mv_interview .wrap_meta .position.p_04 {
  background-color: #2196f3;
}
.mv_interview .box_mv_interview .wrap_txt_mv_interview .wrap_sub_meta {
  margin-top: 15px;
}
.mv_interview .box_mv_interview .wrap_txt_mv_interview .wrap_sub_meta > div {
  display: flex;
  flex-wrap: wrap;
}
.mv_interview .box_mv_interview .wrap_txt_mv_interview .wrap_sub_meta > div dt {
  flex-shrink: 0;
}
@media only screen and (max-width: 600px) {
  .mv_interview .box_mv_interview .wrap_txt_mv_interview .wrap_sub_meta > div.like dt {
    width: 100%;
  }
}
.mv_interview .box_mv_interview .img_mv_interview {
  max-width: 710px;
  order: 2;
  margin: 0 0 70px auto;
}
@media only screen and (max-width: 1080px) {
  .mv_interview .box_mv_interview .img_mv_interview {
    max-width: none;
    margin-bottom: 0;
  }
}
.mv_interview .box_mv_interview .img_mv_interview img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* IE10以降 */
@media all and (-ms-high-contrast: none) {
  .mv_interview .ttl_mv_interview .main {
    color: #fff;
    text-shadow: 2px 2px 0 #f08200, -2px -2px 0 #f08200, -2px 2px 0 #f08200, 2px -2px 0 #f08200, 0px 2px 0 #f08200, 0 -2px 0 #f08200, -2px 0 0 #f08200, 2px 0 0 #f08200;
  }
}
.wrap_se_qa {
  padding: 100px 0;
}
@media only screen and (max-width: 1280px) {
  .wrap_se_qa {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 960px) {
  .wrap_se_qa {
    padding: 80px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .wrap_se_qa {
    padding: 40px 15px;
  }
}

.sec_qa {
  padding: 0 15px;
}
@media only screen and (max-width: 960px) {
  .sec_qa {
    padding: 0;
  }
}
.sec_qa + .sec_qa {
  margin-top: 45px;
}
@media only screen and (max-width: 960px) {
  .sec_qa + .sec_qa {
    margin-top: 30px;
  }
}

.sec_qa_wide {
  margin-top: 80px;
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .sec_qa_wide {
    margin-top: 40px;
    padding-bottom: 0;
  }
}
.sec_qa_wide:after {
  content: "";
  position: absolute;
  z-index: -9;
  top: 65px;
  right: 0;
  bottom: 0;
  left: 20vw;
  background-color: #F9F9F9;
}
@media only screen and (max-width: 960px) {
  .sec_qa_wide:after {
    display: none;
  }
}
.sec_qa_wide._reverse:after {
  right: 20vw;
  left: 0;
}
.sec_qa_wide._reverse .box_qa_wide {
  justify-content: flex-end;
}
.sec_qa_wide._reverse .box_qa_wide .item_img {
  order: 2;
}
.sec_qa_wide._reverse .box_qa_wide .item_txt {
  order: 1;
}
.sec_qa_wide + .sec_qa {
  margin-top: 80px;
}
@media only screen and (max-width: 960px) {
  .sec_qa_wide + .sec_qa {
    margin-top: 30px;
  }
}
.sec_qa_wide .inr_qa_wide + .inr_qa_wide {
  margin-top: 45px;
}
@media only screen and (max-width: 960px) {
  .sec_qa_wide .inr_qa_wide + .inr_qa_wide {
    margin-top: 30px;
  }
}
.sec_qa_wide .box_qa_wide {
  display: flex;
}
@media only screen and (max-width: 960px) {
  .sec_qa_wide .box_qa_wide {
    display: block;
  }
}
.sec_qa_wide .box_qa_wide .item_img {
  width: 50%;
}
@media only screen and (max-width: 960px) {
  .sec_qa_wide .box_qa_wide .item_img {
    width: auto;
  }
}
.sec_qa_wide .box_qa_wide .item_img img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.sec_qa_wide .box_qa_wide .item_txt {
  width: 50%;
  max-width: 750px;
  padding: 50px 60px 0;
}
@media only screen and (max-width: 1280px) {
  .sec_qa_wide .box_qa_wide .item_txt {
    padding: 0 35px 0;
  }
}
@media only screen and (max-width: 960px) {
  .sec_qa_wide .box_qa_wide .item_txt {
    max-width: none;
    width: auto;
    padding: 40px 0 0;
  }
}

.sec_qa .inr_qa,
.sec_qa_wide .inr_qa {
  max-width: 808px;
  margin: auto;
}
@media only screen and (max-width: 960px) {
  .sec_qa .inr_qa,
  .sec_qa_wide .inr_qa {
    max-width: none;
  }
}
.sec_qa .dl_qa dt,
.sec_qa_wide .dl_qa dt {
  position: relative;
  margin-bottom: 35px;
  padding: 0.6em;
  background-color: #f08200;
  border-radius: 5px;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .sec_qa .dl_qa dt,
  .sec_qa_wide .dl_qa dt {
    font-size: 22px;
  }
}
@media only screen and (max-width: 960px) {
  .sec_qa .dl_qa dt,
  .sec_qa_wide .dl_qa dt {
    margin-bottom: 20px;
    padding: 0.6em 0.3em;
    font-size: 18px;
    letter-spacing: 0;
  }
}
.sec_qa .dl_qa dt:after,
.sec_qa_wide .dl_qa dt:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 98%;
  left: 0;
  margin: auto;
  width: 23px;
  height: 18px;
  background: url(../../cmn/cmn_img/icon_fukidashi_bottom.svg) center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 960px) {
  .sec_qa .dl_qa dt:after,
  .sec_qa_wide .dl_qa dt:after {
    width: 18px;
    height: 14px;
  }
}
.sec_qa .dl_qa dt .num,
.sec_qa_wide .dl_qa dt .num {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 960px) {
  .sec_qa .dl_qa dt .num,
  .sec_qa_wide .dl_qa dt .num {
    display: block;
    margin: 0 0 8px 0;
    font-size: 20px;
    line-height: 1;
  }
  .sec_qa .dl_qa dt .num:before, .sec_qa .dl_qa dt .num:after,
  .sec_qa_wide .dl_qa dt .num:before,
  .sec_qa_wide .dl_qa dt .num:after {
    content: "－";
    display: inline-block;
    margin: 0 10px;
  }
}
.sec_qa .dl_qa dd,
.sec_qa_wide .dl_qa dd {
  text-align: justify;
  text-justify: inter-ideograph;
}/*# sourceMappingURL=uniq.css.map */