@charset "UTF-8";
.interview .top-view img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  z-index: 4;
  margin: 0 auto; }
.interview .con_interview {
  margin-top: 60px; }
  .interview .con_interview .box_txt {
    font-size: 14px;
    line-height: 32px; }

@media (max-width: 767px) {
  .interview .con_interview {
    margin-top: 20px; }
    .interview .con_interview .container {
      padding: 0; } }
@media (min-width: 768px) {
  .interview .con_interview .box_img {
    position: relative; }
    .interview .con_interview .box_img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%); } }
