@charset "UTF-8";

#interview2 + section.contents_box01.block_fukidashi_2 .inner_item_img,
#interview + section.contents_box01.block_fukidashi_2 .inner_item_img{
    width: 180px !important;
    aspect-ratio: 1 / 1;
}

#interview2 + section.contents_box01.block_fukidashi_2 .inner_item_img img,
#interview + section.contents_box01.block_fukidashi_2 .inner_item_img img{
    width: 180px !important;
    height: 180px !important;
    border-radius: 0;
}

#interview + section.contents_box01.block_fukidashi_2 .inner_item_img p{
   display:none;
}

#interviewer + section .heading.block_header_4 .h{
  position: relative;
  margin-left:6rem;
  padding-left:1rem;
  background-color:#fff;
}

#interviewer + section .heading.block_header_4 .h:after{
  content:"";
  position: absolute;
  width:100%;
  top: 14px;
  left: -6rem;
  transform:translate(0 , -50%);
  border-bottom:1px solid var(--i_main_color);
  z-index: -1;
}


@media screen and (max-width:768px){
  #interviewer + section .heading.block_header_4 .h{
    margin-left:3rem;
  }

  #interviewer + section .heading.block_header_4 .h:after{
    left: -3rem;
  }

  #interview2 + section.contents_box01.block_fukidashi_2 .wrapper_item,
  #interview + section.contents_box01.block_fukidashi_2 .wrapper_item{
     flex-direction: column;
  }

  #interview2 + section.contents_box01.block_fukidashi_2 .inner_item_img{
    display:none;
  }

  #interview2 + section.contents_box01.block_fukidashi_2 .inner_item_img,
  #interview + section.contents_box01.block_fukidashi_2 .inner_item_img{
     margin-left:auto;
     margin-bottom: 3rem !important;
  }

  #interview2 + section.contents_box01.block_fukidashi_2 .inner_item_txt,
  #interview + section.contents_box01.block_fukidashi_2 .inner_item_txt  {
    width: 100% !important;
    margin-right:0;
  }
}