.interview_section{
  padding-top: 200px;
  padding-bottom: 150px;
}
.interview_section .breadcrumb_list{
  margin-top: 0;
}
.interview_detail_breadcrumb_list{
  margin-left: 7%;
}
.interview_intro{
  display: flex;
  align-items: flex-start;
  margin-top: 80px;
  margin-bottom: 80px;
}
.interview_thumb{
  width: 40%;
  margin-right: 5%;
  position: relative;
}
.interview_thumb::before{
  content: "";
  display: block;
  padding-top: calc(368/300*100%);
}
.interview_thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
}
.interview_right{
  width: 55%;
  margin-top: 50px;
}
.interview_comment{
  margin: 0 0 30px;
  font-size: 35px;
  font-family: "noto_b";
}
.interview_name{
  margin: 0 0 5px;
  font-size: 23px;
}
.interview_info{
  font-size: 23px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.interview_info_year{
  width: 25%;
}
.interview_info_symbol{
  width: 5%;
}
.interview_info_language{
  width: 70%;
}
.interview_introduction{
  font-size: 23px;
}

.interview_career{
  padding: 45px 80px;
  box-sizing: border-box;
  background: #F7F7F7;
  border-radius: 30px;
}
.interview_career_midashi{
  margin: 0 0 45px;
  color: #307672;
  font-size: 26px;
  font-family: "noto_b";
}
.interview_career_items{
  padding-left: 55px;
  border-left: 3px solid #307672;
  margin-left: 15px;
  position: relative;
}
.interview_career_items::before,
.interview_career_items::after{
  content: "";
  width: 3px;
  height: 10px;
  background: #307672;
  position: absolute;
  bottom: 0;  
}
.interview_career_items::before{
  transform: rotate(30deg);
  left: 0;  
}
.interview_career_items::after{
  transform: rotate(-30deg);
  left: -6px;  
}
.interview_career_item{
  margin-bottom: 35px;
}
.interview_career_item:last-child{
  margin-bottom: 0;
}
.interview_career_item_year{
  margin: 0 0 5px;
  color: #307672;
  font-family: "noto_b";
  font-size: 20px;
  position: relative;
}
.interview_career_item_year::before{
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #307672;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -71px;
  transform: translateY(-50%);
}
.interview_career_item_txt{
  font-size: 18px;
  line-height: calc(30/18);
}
.interview_qa_item:nth-child(1){
  margin-left: 7%;
  margin-bottom: 130px;
}
.interview_qa_item:nth-child(2){
  margin-right: 7%;
  margin-bottom: 130px;
}
.interview_qa_item{
  display: flex;
  align-items: flex-start;
}
.interview_qa{
  width: 60%;  
  margin-top: 50px;
}
.interview_qa_item:nth-child(1) .interview_qa{
  margin-right: 10%;
}
.interview_qa_item:nth-child(2) .interview_qa{
  margin-left: 10%;
}
.interview_qa_wrapper{
  margin-top: 120px;
}
.interview_midashi{
  font-size: 35px;
  margin-bottom: 60px;
}
.interview_midashi .midashi::after{
  height: 5px;
}
.interview_answer{
  line-height: calc(34/18);
}
.interview_img{
  width: 30%;
  position: relative;
}
.interview_img::before{
  content: "";
  display: block;
  padding-top: calc(585/390*100%);
}
.interview_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.interview_qa_item:nth-child(1) .interview_img img{
  border-radius: 30px 0 0 30px;
}
.interview_qa_item:nth-child(2) .interview_img img{
  border-radius: 0 30px 30px 0;
}
.interview_qa_wideimg{
  width: 100%;
  position: relative;
}
.interview_qa_wideimg::before{
  content: "";
  display: block;
  padding-top: calc(495/1400*100%);
}
.interview_qa_wideimg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.interview_qa_item:last-child{
  display: block;
  margin-top: 100px;
}


.interview_other_section{
  background: #F7F7F7;
  padding-top: 100px;
  padding-bottom: 100px;
}
.interview_other_items{
  display: flex;
  align-items: flex-start;
  /* grid-template-columns: 1fr 1fr 1fr; */
}
.interview_other_items .recruit_inteview_item{
  margin-right: 5%;
  width: 30%;
}
.interview_other_items .recruit_inteview_item:last-child{
  margin-right: 0;
}


@media(max-width: 670px){

  .interview_section{
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .interview_intro{
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
  }
  .interview_thumb{
    width: 60vw;
    margin: 0 auto;
  }
  .interview_right{
    width: 100%;
  }
  .interview_comment{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .interview_name{
    font-size: 14px;
    margin: 0;
  }
  .interview_info{
    font-size: 14px;
    margin-bottom: 25px;
  }
  .interview_info_year{
    width: 25%;
  }
  .interview_info_language{
    width: 70%;
  }
  .interview_introduction{
    font-size: 14px;
  }
  .interview_career.margin200{
    margin-left: 5%;
    margin-right: 5%;
    padding: 30px 20px;
  }
  .interview_career_midashi{
    font-size: 18px;
    margin-bottom: 30px;
  }
  .interview_career_items{
    padding-left: 25px;
  }
  .interview_qa_item:nth-child(1){
    margin-left: 0;
    margin-bottom: 70px;
    flex-direction: column-reverse;
  }
  .interview_qa_item:nth-child(2){
    margin-right: 0;
    margin-bottom: 70px;
    flex-direction: column;
  }
  .interview_career_item_year{
    font-size: 14px;
  }
  .interview_career_item_year::before{
    left: -41px;
  }
  .interview_career_item_txt{
    font-size: 14px;
  }
  .interview_qa_wrapper{
    margin-top: 70px;
  }
  .interview_qa{
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 40px;
    width: auto;
  }
  .interview_midashi{
    font-size: 18px;
    margin-bottom: 25px;
  }
  .interview_img{
    width: 75%;
  }
  .interview_img::before{
    padding-top: calc(320 / 292 * 100%);
  }
  .interview_qa_item:nth-child(1) .interview_img{
    margin: 0 0 0 auto;    
  }  
  .interview_qa_item:nth-child(2) .interview_img{
    margin: 0 auto 0 0;    
  }
  .interview_qa_item:nth-child(1) .interview_qa{
    margin-right: 5%;
  }
  .interview_qa_item:nth-child(2) .interview_qa{
    margin-left: 5%;
  }
  .interview_qa_wideimg::before{
    padding-top: calc(236 / 400 * 100%);
  }
  .interview_qa_item:last-child{
    margin-top: 45px;
  }
  .interview_qa_item.margin200{
    margin-left: 5%;
    margin-right: 5%;    
  }


  .interview_other_section{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .interview_other_items{
    overflow: hidden;
  }
  .interview_other_wrapper.margin200{
    margin-right: 0;
  }
  .interview_other_items .recruit_inteview_item{
    margin-right: 15px;
  }
  .interview_other_items .recruit_inteview_item{
    width: 200px;
  }

}