.sec_wrap.mt_minus {
  margin-top: -8.75rem;
  padding-top: 8.75rem;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  background-position: center top !important;
}
}
.bg_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.interviewBlock {
  justify-content: center;
}
.interviewBlock > li {
  /*width: 25%;*/
  width: calc(100%/4);
  text-align: center;
  /*margin: 0 15px 25px;*/
  padding: 0 15px 25px;
}
.interviewBlock > li > img {
  margin-bottom: 10px;
}
.interviewBlock > li > p {
  font-size: 15px;
}

.img_width {
  width: 37%;
  padding-left: 30px;
}
.d_none {
  display: none;
}


/** Tab
-----------------------------------------------------------------------------**/
@media screen and (min-width:768px) and ( max-width:1023px) {
  .sec_wrap.mt_minus {
    /*margin-top: -8.7rem;
    padding-top: 8.7rem;*/
  }
  .interviewBlock > li > p {
    font-size: 1.48vw;
  }
}
/** SP
-----------------------------------------------------------------------------**/
@media screen and (max-width: 767px) {
  .sec_wrap.mt_minus {
    margin-top: -4.7rem;
    padding-top: 4.7rem;
  }
  .interviewBlock {
    justify-content: center;
  }
  .interviewBlock > li {
    width: 49%;
    text-align: center;
    margin: 0 0 20px;
  }
  .interviewBlock > li:nth-child(even) {
    margin-left: 1%;
  }
  .interviewBlock > li > p {
    font-size: 3.2vw;
  }
}