.mainTitle {
  background-image: url(/recruit_site/images/interview/main_title_bg.png);
}

/*=====================================================
  interViewList
=====================================================*/
.interViewList {
  width: 100%;
  margin: 0;
  padding: 0;
}
.interViewList ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 64px 0;
}
@media print, screen and (min-width: 768px) {
  .interViewList ul {
    gap: 64px 24px;
  }
}
@media print, screen and (min-width: 1280px) {
  .interViewList ul {
    gap: 64px 48px;
  }
}
.interViewList ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .interViewList ul li {
    width: calc(50% - 12px);
  }
}
@media print, screen and (min-width: 1280px) {
  .interViewList ul li {
    width: calc(50% - 24px);
  }
}
.interViewList ul li a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  line-height: 1.6;
  color: var(--base-font-color);
}
@media print, screen and (min-width: 1280px) {
  .interViewList ul li a img {
    transition: all 0.2s;
  }
  .interViewList ul li a:hover .interViewList__photo img {
    transform: scale(1.1);
  }
  .interViewList ul li a:hover .button {
    background-color: var(--button-hover);
    color: var(--white) !important;
    background-image: url("/recruit_site/images/icon_arrow_white_m_right.svg");
    background-position: right 6px center;
    border-color: var(--button-hover);
  }
}
.interViewList ul li .interViewList__photo {
  width: 100%;
  margin: 0 0 16px 0;
  padding: 0;
  display: block;
  overflow: hidden;
}
.interViewList ul li .interViewList__lead {
  width: 100%;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  font-size: 24px;
  font-size: 1.3333333333rem;
  font-weight: 700;
  color: var(--base-color);
}
.interViewList ul li .interViewList__nameJa {
  width: 100%;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  font-size: 20px;
  font-size: 1.1111111111rem;
  font-weight: 700;
  line-height: 1;
}
.interViewList ul li .interViewList__nameEn {
  width: 100%;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  font-size: 12px;
  font-size: 0.6666666667rem;
  font-weight: 700;
  color: var(--darkGray);
  text-transform: uppercase;
  line-height: 1;
}
.interViewList ul li .interViewList__dep {
  width: 100%;
  margin: 0 0 24px 0;
  padding: 0;
  display: block;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 700;
  line-height: 1;
}