p,h2,h1{
  margin-block-start: 0em;
  margin-block-end: 0em;
}
h1{
  font-size: 0px;
}
.interview_main{
  background:#f7f7f7;
  /* margin-top: 80px; */
}
.interview_top_container {
  position: relative;
}
.interview_top_img {
  height: 31.25vw;
  object-fit: cover;
  width: 100%;
  position: relative;
}
.img_title{
  color: #ffffff;
  bottom: 4.25vw;
  font-size: 2vw;
  left: 6.51vw;
  position: absolute;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
}
.interview_card{
  background: #ffffff;
  padding: 4.16vw 6.25vw;
  margin-top: -3.07vw;
}
.interview_card_profile{
  display: flex;
  align-items: center;
}
.name_jp{
  font-size: 1.6vw;
  color:#242424;
  border-bottom:2px solid #d65050 ;
  padding-bottom: 0.625vw;
}

.interview_tag{
  background: #969696;
  color: #ffffff;
  font-size: 0.77vw;
  border-radius: 17px;
  padding:0.26vw 0.416vw;
}

.interview_tag_wrapper{
  padding-bottom: 0.625vw;
}

.name_en{
  font-size:1.04vw ;
  color: #646676;
  margin: 0 0.83vw;
  padding-bottom: 0.625vw;
}
.viewmore_btn{
  transition: 0.8s ease-out;
}
.viewmore_open{
  border-bottom: #000000 solid 1px;
  width: 98px;
  box-sizing: border-box;
}
.viewmore_close{
  border-bottom: #000000 solid 1px;
  margin-top: 14px;
  width: 64px;
}
.viewmore_text,.viewmore_text_close{
  font-size: 15px;
  position: relative;
  color: #000000;
}
.viewmore_text::after{
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background:url(../img/icon_more_12.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom:4px;
  left: 86px;
}
.viewmore_text_close::after{
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background:url(../img/icon_close.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom:4px;
  left: 52px;
}
.interview_tag_sp{
  font-size: 10px;
  background: #969696;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 12.5px;
  font-weight: bold;
  font-family: "游ゴシック体 Pr6N B","Yu Gothic Pr6N B", sans-serif;
  display: inline-block;
}
.interview_profile{
  font-size: 0.93vw;
  color: #242424;
  line-height: 2;
  margin-top: 1.25vw;
}

.interview_tag_sp.isHide{
  display: none;
}



@media only screen and (min-width: 769px) {
  .interview_main{
    margin-top: 8.05vw;
  }
}

@media screen and (max-width:768px){
  .interview_main{
    margin-top: 52px;
  }
  .interview_top_container {
    display: flex;
    flex-direction: column-reverse;
  }
  .interview_top_img{
    /* height: 320px; */
    height: 350px;
  }
  .img_title{
    font-size: 19px;
    height: initial;
    left: initial;
    right: initial;
    padding: 15px 15px 25px;
    width: initial;
  }
  .interview_card{
    padding: 23px 16px;
  }
  .name_jp{
    font-size: 22px;
    padding-bottom: 4px;
  }
  .name_en{
    font-size: 16px;
    margin: 0 12px;
    padding-bottom: 4px;
  }
  .profile_text_wrapper{
    /* max-height: 184px;
    overflow: hidden; */
  }
  .interview_profile{
    font-size: 14px;
    margin: 12px 0 16px 0;
  }
  .interview_tag{
    font-size: 10px;
    padding: 5px 8px;
    border-radius: 12.5px;
  }
}

.topic_path{
  display: flex;
  border-top:1px solid #d4d5db;
  border-bottom:1px solid #d4d5db;
  padding: 1.25vw 0;
  margin-top: 2.5vw;
}
.topic_pre,.topic_arrow{
  font-size: 0.729vw;
  color:#000000 ;
  font-weight: bold;
  font-family: "游ゴシック体 Pr6N B","Yu Gothic Pr6N B", sans-serif;
}
.topic_current{
  font-size: 0.729vw;
  color: #646676;
  font-weight: bold;
  font-family: "游ゴシック体 Pr6N B","Yu Gothic Pr6N B", sans-serif;
}
.topic_arrow{
  font-style:normal;
}
.topic_arrow:hover{
  color: #000000;
}
.topic_current:hover{
  color: #646676;
}
@media screen and (max-width:768px){
  .topic_path{
    padding:24px 0;
    margin-top: 24px;
  }
  .topic_pre,.topic_arrow,.topic_current{
    font-size: 14px;
  }
}
.content1{
  margin-top: 4.016vw;
}
.last_content{
  padding-bottom: 6.5vw;
}
.content_right{
  padding: 6.25vw 0;
}
.content_left{
  padding-top: 6.25vw;
}
.interview_content_center{
  padding: 6.25vw 0;
}
.interview_content_container{
  padding: 0 6.875vw;
}
.interview_content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.interview_content_img{
  /* width: 33.55vw;
  height: 29.28vw; */
  width: 44.9vw;
  height: 30.7vw;
  object-fit: cover;
}
.img_left{
  margin-right: 10vw;
}
.img_right{
  margin-left: 10vw;
}
.interview_content_title {
  color:#000000;
  font-size: 1.25vw;
  margin-bottom: 2.5vw;
}
.interview_content_text{
  font-size: 0.93vw;
  line-height: 2.22;
  color: #5f5f5f;
}
.interview_content_text_conteiner{
  width: 33.45vw;
}
.interview_content_title_bg_white{
  color:#000000;
  font-size: 1.25vw;
  margin-bottom: 2.5vw;
  text-align: center;
}
.interview_bg_white_img{
  width: 100%;
  /* height: 26.04vw; */
  object-fit: cover;

  height: 27.16vw;
}
.interview_content_title_bg_white{
  text-align: center;
}
@media screen and (max-width:768px){
  .content1{
    margin-top: 24px;
  }
  .interview_content_container{
    padding: 0 16px;
  }
  .interview_content{
    flex-direction: column;
    align-items: center;
  }
  .img_left{
    margin-right: 0;
  }
  .img_right{
    margin-left: 0;
  }
  .last_content{
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .content-right{
    padding:24px 0;
  }
  .content_right{
    padding: 24px 0;
  }
  .interview_content_img{
    width: 100%;
    /* height: 210px; */

    height: 100%;
    object-fit: cover;
  }
  .interview_content_text_conteiner{
    width: 100%;
  }
.interview_content_title, .interview_content_title_bg_white {
  font-size: 16px;
}
.interview_content_text{
    font-size: 14px;
  }
  .interview_content_title{
    text-align: center;
    margin: 24px 0 16px 0;
  }
  .interview_bg_white{
    padding-bottom: 0;
  }
  .interview_content_title_bg_white{
    text-align: center;
    margin: 12px 0 16px 0;
  }
  .interview_content_center{
    padding: 24px 0;
  }
  .interview_bg_white_img{
    display: none;
  }
}
/***スライダー***/
.interviewSlider_inner{
  padding:6.25vw 20.36vw 8.68vw 20.36vw;
}
.interviewSlider_inner h1 {
  font-family: "Roboto", serif;
  font-size: 1.61vw;
  margin-bottom: 1vw;
}
.interview_slider_title{
  margin-bottom:2.5vw;
  width: 5.26vw;
}
.interview_slider_title_graduate {
  margin-bottom:2.5vw;
  width: 9.26vw;
}
.interview_slider_card{
  width: 18vw;
}
.interview_card_wrapper{
  position: relative;
}

.interview_cards_wrapper{ 
  position: relative;
}
.slick-dots {
  top: 110%;
}
.interview_slider_card{
  margin: 0 1.5vw 0 0;
}
.interview_slider_icon{
  /* width: 18.9vw;
  height: 13.95vw; */
  object-fit: cover;
  transition: .4s ease;

  /* height: 16.10vw;
  width: 17.96vw; */

  height: 20.1vw;
  width: 20.96vw;
}
.toInterviewDetail{
  overflow: hidden;
  display: block;
  width: 100%;
}
.interview_slider_card:hover .toInterviewDetail img{
  transform: scale(1.1);
  z-index: 0;
}
.interview_layers{
  position: relative;
  overflow: hidden;
  width: 100%;
}
.mask{
 background: url(../img/bg_mask.svg);
 width:  100%;
 /* height: 13.95vw; */
 position: absolute;
 top: 0;
 z-index: 10;
 display: none;

 height: 100%;
}
.interview_slider_card:hover .mask{
  /* display: block; */
  transition: 0.3s ease-out;

  display: flex;
  align-items: center;
}
.view_more_text{
  color: #ffffff;
  margin:0 auto;
  text-align: center;
  /* padding-top: 6.3vw; */
}
.interview_title{
  font-size: 1.145vw;
  margin: 1.25vw 0;
  width: 16.9vw;
  color: #242424;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.interview_profile_text{
  font-size: 0.9735vw;
  width: 16.9vw;
  color: #242424;
  width: 18.96vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow:hidden;
  margin-bottom: 8px;
}
.interview_title:hover,.interview_agentName:hover{
  color: #242424;
}
.interview_agentName_wrapper{
  display: flex;
  align-items: center;
}
.interview_agentName{
  color: #242424;
  font-size: 0.9375vw;
}
.interview_slider_bar{
  display: block;
  width: 1px;
  height: 0.9375vw;
  background: #000000;
  margin: 0 0.46vw;
}
.to_article{
  display: flex;
  margin-top: 8px;
  justify-content: space-between;
}
.to_article_arrow{
  width: 1.25vw;
}
.interview_slider_card:hover .to_article_arrow{
  opacity: 80%;
  transition: 0.3s ease-out;
}
.interview_slider_tag{
  font-size: 0.729vw;
  color: #5f5f5f;
}
@media screen and (min-width:769px){
  .interview_slider_icon.visible-sp {
    display: none !important;
  }
}
@media screen and (max-width:768px){
  .interview_cards_wrapper{
    display: flex;
    overflow: scroll;
    height: auto;
  }
  .interview_cards_wrapper::-webkit-scrollbar {
    display:none;
  }
  .interview_slider_title{
    width: 64px;
    margin-bottom: 24px;
  }
  .interview_slider_title_graduate {
    width: 105px;
    margin-bottom: 24px;
  }
  .interviewSlider_inner{
    padding: 48px 0px 24px 16px;
  }
  .interviewSlider_inner h1 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .interview_slider_card{
    margin: 0 8px;
    width: 280px;
  }
  .interview_slider_card:first-child{
    margin: 0 8px 0 0;
  }
  .interview_slider_icon{
    width: 280px;
    height: 260px;
  }
  .interview_slider_card:hover .mask,.mask,.view_more_text{
    display: none;
  }
  .interview_title{
    width: 280px;
    font-size: 14px;
    margin-top: 14px;
    margin-bottom: 4px;
  }
  .interview_profile_text{
    font-size: 14px;
    width: 280px;
    margin-bottom: 4px;
  }
  .interview_agentName{
    font-size: 14px;
  }
  .interview_agentName_en{
    font-size: 13px;
  }
  .interview_slider_tag{
    font-size: 12px;
  }
  .to_article{
    margin-top: 5px;
  }
  .to_article_arrow{
    width: 24px;
  }
  .interview_slider_bar{
    width: 1px;
    height: 14px;
    margin: 0 4px;
  }
  .interview_slider_icon.visible-pc {
    display: none !important;
  }
}
