/*===== 2020.03　インタビューのレイアウト調整用 =====*/

/*===== PC =====*/
section.interview_index {
  background: #d5ecf5;
}
section.interview_index .interviewBox {
  margin: 80px auto;
  width: 960px;
  display: flex;
}
section.interview_index .interviewBox .article {
  width: calc( 100% / 2 );
  font-weight: bold;
  letter-spacing: 2px;
}
section.interview_index .interviewBox .article img {
  display: block;
  margin: 0 auto;
}
section.interview_index .interviewBox .article .title {
  margin: 18px 0 0 150px;
  color: #003ca6;
  font-size: 14px;
  line-height: 1.6;
}
section.interview_index .interviewBox .article .name {
  margin: 18px 0 0 150px;
  color: #003ca6;
  font-size: 30px;
}
section.interview_index .interviewBox .article .name span {
  font-size: 20px;
}
section.interview_index .interviewBox .article .btn {
  display: block;
  font-size: 14px;
  width: 180px;
  color: #fff;
  text-align: center;
  padding: 16px 20px;
  margin: 18px 0 0 150px;
  position: relative;
  background: #003f9f;
  transition: all 0.4s;
  border-radius: 1px;
  letter-spacing: 0.1em;
}

section.interview_index .interviewBox .article .btn:after {
  transition: all 0.4s;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  transform: translateX(-10px);
  background: url("../img/index/ico_link_arrow.png") left top no-repeat;
  width: 7px;
  height: 12px;
  opacity: 0;
}
section.interview_index .interviewBox .article .btn:hover {
  text-decoration: none;
  background: #042454;
}
section.interview_index .interviewBox .article .btn:hover:after {
  opacity: 1;
  transform: translateX(0px);
  right: 10px;
}









section.interviewList {
  display: flex;
  
}
section.interviewList a {
  display: block;
  width: calc( 100% / 4);
}
section.interviewList a img {
  width: 100%;
}



section.interview-main .btn_back a {
  display: block;
  background: #E8B125;
  color: #0040A0;
  border: #E8B125 solid 1px;
  letter-spacing: 0.05em;
  width: 260px;
  padding: 13px 0;
  font-weight: bold;
  text-align: center;
  border-radius: 1px !important;
  transition: all 0.4s;
  margin: 0 auto;
}
section.interview-main .btn_back a:after {
  transition: all 0.4s;
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -3px;
  transform: translateX(10px);
  background: url("../img/index/ico_link_arrow2.png") left top no-repeat;
  width: 7px;
  height: 12px;
  margin-top: -6px;
  opacity: 0;
}
section.interview-main .btn_back a:hover {
  background: #f5ffff;
  color: #E8B125;
  border: #E8B125 solid 1px;
  text-decoration: none;
}
section.interview-main .btn_back a:hover:after {
  opacity: 1;
  transform: translateX(0px);
}


/*===== SP =====*/

@media only screen and (max-width:767px) {

  section.interview_index {
    background: #d5ecf5;
  }
  section.interview_index .interviewBox {
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  section.interview_index .interviewBox .article {
    width: 100%;
    font-weight: bold;
    margin-bottom: 80px;
  }
  section.interview_index .interviewBox .article img {
    display: block;
    margin: 0 15vw;
    max-width: 100%;
    width: calc( 100% - 30vw );
  }
  section.interview_index .interviewBox .article .title {
    margin: 18px 0 0 22vw;
    color: #003ca6;
    font-size: 14px;
    line-height: 1.6;
  }
  section.interview_index .interviewBox .article .name {
    margin: 18px 0 0 22vw;
    color: #003ca6;
    font-size: 30px;
  }
  section.interview_index .interviewBox .article .name span {
    font-size: 20px;
  }
  section.interview_index .interviewBox .article .btn {
    display: block;
    font-size: 14px;
    width: 56vw;
    color: #fff;
    text-align: center;
    padding: 16px 20px;
    background: #003ca6;
    margin: 18px 0 0 22vw;
  }

  section.interviewList {
    display: block;
    
  }
  section.interviewList a {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  section.interviewList a img {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }




  section.interview-main .btn_back a {
    display: block;
    background: #E8B125;
    color: #0040A0;
    border: #E8B125 solid 1px;
    letter-spacing: 0.05em;
    width: 80vw;
    padding: 13px 0;
    font-weight: bold;
    text-align: center;
    border-radius: 1px !important;
    transition: all 0.4s;
    margin: 0 auto 50px;
  }
  section.interview-main .btn_back a:after {
    transition: all 0.4s;
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -3px;
    transform: translateX(10px);
    background: url("../img/index/ico_link_arrow2.png") left top no-repeat;
    width: 7px;
    height: 12px;
    margin-top: -6px;
    opacity: 0;
  }
  section.interview-main .btn_back a:hover {
    background: #f5ffff;
    color: #E8B125;
    border: #E8B125 solid 1px;
  }
  section.interview-main .btn_back a:hover:after {
    opacity: 1;
    transform: translateX(0px);
  }


}

