@charset "utf-8";
/* =================================
インタビューページ共通
================================= */
.cmn_sec_mainttl{
  padding-bottom: 40px;
  border-bottom: solid 1px #aaaaaa;
}
.cmn_sec_mainttl .area_ttl{
  position: relative;
}
.cmn_sec_mainttl .area_ttl .cmn_ttl_second{
  margin-bottom: 54px;
}
.cmn_sec_mainttl .area_ttl .ttl_en{
  width: 59.9%;
  position: absolute;
  right: 0;
  top: 60px;
}
.cmn_sec_mainttl .area_ttl .ttl_en{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.cmn_sec_mainttl .area_ttl .ttl_en::after{
  content: '';
  -webkit-box-flex: 1;
  flex: 1;
  height: 1px;
  background: #aaaaaa;
}
.cmn_sec_mainttl .area_ttl .ttl_en img{
  width: 456px;
  margin-right:16px;
}
#future .cmn_sec_mainttl .area_ttl .ttl_en img{
  width: 315px;
}
/*wrap_ttl_interview*/
.wrap_ttl_interview figure{
  width: 36.8%;
  margin-right: 3.3%;
}
.wrap_ttl_interview figure .thumb{
  padding-top: 60.8%;
}
.wrap_ttl_interview .area_txt{
  -webkit-box-flex: 1;
  flex: 1;
  padding-top: 52px;
}
.wrap_ttl_interview .area_txt h2{
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1.364;
  margin-bottom: 55px;
}
.wrap_ttl_interview .box_name{
  padding-left: 23px;
  border-left: solid 7px #fff500;
  line-height: 1.333;
}
.wrap_ttl_interview .box_name .belonging{
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.wrap_ttl_interview .box_name .ttl_name{
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 5px;
}
.wrap_ttl_interview .box_name .txt{
  font-size: 15px;
  font-size: 1.5rem;
  padding-right: 3em;
}
@media screen and (max-width :1280px) {
  .cmn_sec_mainttl .area_ttl .ttl_en img{
    width: 350px;
  }  
  /*wrap_ttl_interview*/
  .wrap_ttl_interview .area_txt{
    padding-top: 35px;
  }  
  .wrap_ttl_interview .area_txt h2{
    font-size: 29px;
    font-size: 2.9rem;
    margin-bottom:35px;
  }
  .wrap_ttl_interview .box_name .belonging{
    font-size: 16px;
    font-size: 1.9rem;
  }
  .wrap_ttl_interview .box_name .ttl_name{
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width :834px) {
  .cmn_sec_mainttl{
    padding-bottom: 20px;
  }
  .cmn_sec_mainttl .area_ttl .cmn_ttl_second{
    margin-bottom: 25px;
  }  
  .cmn_sec_mainttl .area_ttl{
    margin-bottom: 13px;
  }
  .cmn_sec_mainttl .area_ttl .ttl_en{
    width: 100%;
    position: relative;
    top: 0;
    margin-top: 15px;
  }
  .cmn_sec_mainttl .area_ttl .ttl_en{
    margin-bottom: 0;
  }
  .cmn_sec_mainttl .area_ttl .ttl_en img{
    width: 274px;
    max-width: 85%;
    margin-right:4px;
  }
  #future .cmn_sec_mainttl .area_ttl .ttl_en img{
    width: 176px;
  }  
  /*wrap_ttl_interview*/
  .wrap_ttl_interview figure{
    width: 100%;
    margin: 0;
  }
  .wrap_ttl_interview .area_txt{
    padding-top: 20px;
  }
  .wrap_ttl_interview .area_txt h2{
    font-size: 22.5px;
    font-size: 2.25rem;
    margin-bottom:20px;
  }
  .wrap_ttl_interview .box_name{
    padding-left: 15px;
    border-width: 6px;
  }
  .wrap_ttl_interview .box_name .belonging{
    font-size: 13.5px;
    font-size: 1.35rem;
  }
  .wrap_ttl_interview .box_name .ttl_name{
    font-size: 22.5px;
    font-size: 2.25rem;
    margin-bottom: 0;
  }
  .wrap_ttl_interview .box_name .txt{
    font-size: 12px;
    font-size: 1.2rem;
    padding-right:0;
  }  
}

/*QA-----------------------------------*/
.sec_content .area_qa dl:nth-child(n+2){
  margin-top: 1.5em;
}
.sec_content .area_qa dl >*{
  position: relative;
  padding-left: 45px;
  line-height: 1.5;
}
.sec_content .area_qa dt::before,
.sec_content .area_qa dd::before{
  position: absolute;
  top: 0;
  left:16px;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.sec_content .area_qa dt::before{
  content: 'Q.';
  color: #c83e3e;
}
.sec_content .area_qa dd::before{
  content: 'A.';
  color: #a5afc9;
}
.sec_content .area_qa dt{
  font-weight: bold;
}
@media screen and (max-width :834px) {
  .sec_content .area_qa dl >*{
    padding-left: 30px;
  }
  .sec_content .area_qa dt::before,
  .sec_content .area_qa dd::before{
    left:5px;
    font-size: 17.5px;
    font-size: 1.75rem;
  }
}
/* =================================
その他の教員メッセージ
================================= */
.sec_others{
  margin-top: 40px;
  padding-bottom: 60px;
  background:url("/common/img_teacher/bg_others.svg")no-repeat top -70px left  30px;
  background-color: #f2f0ed;  
}
#future .sec_others{
  background-image: url("/common/img_future/voice/bg_others.svg");
  background-color: #fbf7eb;  
}
.sec_others h2{
  text-align: center;
  -webkit-transform: translateY(-38px);
  transform: translateY(-38px);
}
.sec_others h2 .en img{
  width: 192px;
}
.sec_others h2 .jp{
  display: block;
  margin-top: 10px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
}
@media screen and (max-width :834px) {
  .sec_others{
    margin-top: 40px;
    padding-bottom: 50px;
    background-size: 189%;
    background-position:top left 10%;
  }
  #future .sec_others{
    background-size: 195%;
    background-position:top 2.8% left 6.6%;
  }  
  .sec_others h2{
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  .sec_others h2 .en img{
    width: 144px;
  }
  .sec_others h2 .jp{
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }  
}



