@charset "UTF-8";

/* ==========================================================================
   common
   ======================================================================= */

.interview-hd__img {
  background-image: url(../img/recruit-interview/hd_02.jpg);
}


/* ==========================================================================
   pc
   ======================================================================= */

@media all and (min-width: 768px){

.interview--1 .interview-block:nth-child(2) .interview-block__body{
  margin-top: calc((50 / 1120) * 100%);
}

}


/* ==========================================================================
   responsive adjustment
   ======================================================================= */
@media all and (min-width: 767px) and (max-width: 1079px){
}


/* ==========================================================================
   sp
   ======================================================================= */
@media all and (max-width: 767px){

.interview-hd__img {
  background-position: 45% 50%;
}

}

