.interview .anchor {
  background-color: #fff;
  padding-bottom: 20px;
}
.interview .anchor .list_item {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.interview .anchor .item {
  display: flex;
  flex-basis: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .interview .anchor .item {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .interview .anchor .item {
    flex-basis: 100%;
  }
}
.interview .anchor .item a {
  display: block;
  border: 6px solid #eb7323;
}
.interview .anchor .item a .thumb {
  width: 100%;
  height: 0;
  padding-top: 75%;
  background-color: #ddd;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.interview .anchor .item a .thumb .title {
  color: #fff;
  font-weight: bold;
  padding: 10px;
  background-color: #eb7323;
  position: absolute;
  top: 0;
  left: 0;
}
.interview .anchor .item a .thumb .in_preparation {
  color: #aaa;
  letter-spacing: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.interview .anchor .item a .txt {
  padding: 10px;
  color: #000;
  line-height: 1.3;
  text-align: justify;
  font-size: 14px;
}
.interview .anchor .item a .txt .title {
  font-weight: bold;
  font-size: 18px;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}
.interview .anchor .item a .txt .name small {
  font-size: 0.8rem;
}
.interview .interview_list .item {
  padding: 50px 0;
}
.interview .interview_list .item .item_header {
  margin-bottom: 30px;
}
.interview .interview_list .item .item_header .main_thumb {
  width: 100%;
  height: 0;
  padding-top: 60%;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.interview .interview_list .item .item_header .main_thumb .title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 20px;
  background-color: #eb7323;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .interview .interview_list .item .item_header .main_thumb .title {
    font-size: 16px;
    padding: 10px;
  }
}
.interview .interview_list .item .item_header .main_thumb .in_preparation {
  color: #aaa;
  letter-spacing: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.interview .interview_list .item .item_header .item_title {
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .interview .interview_list .item .item_header .item_title {
    font-size: 20px;
  }
}
.interview .interview_list .item .item_header .profile {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .interview .interview_list .item .item_header .profile {
    padding: 25px 15px 15px;
  }
}
.interview .interview_list .item .item_header .profile .title {
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .interview .interview_list .item .item_header .profile .title {
    margin-bottom: 15px;
  }
}
.interview .interview_list .item .item_header .profile .dl {
  display: flex;
  margin-bottom: 20px;
  line-height: 1.3;
  border-top: solid 1px #ddd;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .interview .interview_list .item .item_header .profile .dl {
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 10px;
  }
}
.interview .interview_list .item .item_header .profile .dl dt {
  white-space: nowrap;
  font-weight: bold;
  min-width: 120px;
}
@media screen and (max-width: 767px) {
  .interview .interview_list .item .item_header .profile .dl dt {
    min-width: 95px;
  }
}
.interview .interview_list .item .item_header .profile .dl.name span {
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .interview .interview_list .item .item_header .interviewer {
    font-size: 14px;
  }
}
.interview .interview_list .item .item_header .interviewer .title {
  font-weight: bold;
  margin-bottom: 10px;
}
.interview .interview_list .item .item_header .interviewer .dl dt {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.interview .interview_list .item .item_header .interviewer .dl dt .interviewer_thumb {
  width: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.interview .interview_list .item .item_header .interviewer .dl dd {
  color: #333;
  line-height: 1.5;
}
.interview .interview_list .item .item_body {
  font-weight: 500;
  padding: 10px 30px 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .interview .interview_list .item .item_body {
    font-size: 15px;
  }
}
.interview .interview_list .item .item_body .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  padding: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  .interview .interview_list .item .item_body .title {
    font-size: 20px;
    padding: 30px 0 10px;
  }
}
.interview .interview_list .item .item_body .image {
  margin-bottom: 20px;
}
.interview .interview_list .item .item_body .image img {
  width: 100%;
}
.interview .interview_list .item .item_body .des {
  color: #333;
  line-height: 1.5;
  font-size: calc(18 / 16 * 1rem);
  text-align: justify;
}
.interview .interview_list .back_menu {
  color: #eb7323;
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .interview .interview_list .back_menu {
    font-size: 16px;
    padding: 25px;
  }
}
.interview .interview_list .pagenavi {
  padding-bottom: 100px;
  position: relative;
}
.interview .interview_list .pagenavi a {
  color: #eb7323;
  font-size: 20px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .interview .interview_list .pagenavi a {
    font-size: 16px;
    padding: 25px;
  }
}
.interview .interview_list .pagenavi .btn_back_list {
  width: 150px;
  text-align: center;
  margin: 0 auto;
}
.interview .interview_list .pagenavi .btn_prev,
.interview .interview_list .pagenavi .btn_next {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.interview .interview_list .pagenavi .btn_prev {
  margin-left: -150px;
}
@media screen and (max-width: 767px) {
  .interview .interview_list .pagenavi .btn_prev {
    margin-left: -100px;
  }
}
.interview .interview_list .pagenavi .btn_next {
  margin-left: 150px;
}
@media screen and (max-width: 767px) {
  .interview .interview_list .pagenavi .btn_next {
    margin-left: 100px;
  }
}
.interview.archive .pager {
  flex-wrap: wrap;
  justify-content: center;
  margin: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .interview.archive .pager {
    margin-top: 40px;
  }
}
.interview.archive .pager .page-numbers {
  border: 2px solid #463933;
  color: #463933;
  font-weight: 700;
  line-height: 2.25;
  text-align: center;
  box-sizing: border-box;
  display: block;
  margin: 0 10px;
  width: 40px;
}
.interview.archive .pager .page-numbers.current {
  background-color: #eb7323;
  border-color: #eb7323;
  color: #fff;
}
.interview.archive .pager .page-numbers.prev,
.interview.archive .pager .page-numbers.next {
  border: none;
  width: auto;
}
