.interview_bg {
  background: #af2f40;
}
.interview_bnr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 1px;
  position: relative;
  transition: all 0.3s;
}
.interview_bnr:before {
  content: url(../images/interview/arow.png);
  display: block;
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 1;
}
.interview_bnr:last-child {
  margin-bottom: 0;
}
.interview_bnr .bnr_photo {
  width: 50%;
  max-width: 480px;
}
.interview_bnr .bnr_txt {
  width: 50%;
  max-width: 480px;
  color: #c30c24;
}
.interview_bnr .bnr_txt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.interview_bnr .bnr_txt dl {
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.5px;
  text-align: center;
  position: relative;
}
.interview_bnr .bnr_txt dl dt {
  font-size: 16px;
}
.interview_bnr .bnr_txt dl dd {
  font-size: 24px;
}
.interview_bnr .bnr_txt dl:after {
  margin: 20px auto 0;
}
.interview_bnr:nth-child(1) .bnr_txt dl:after {
  content: url(../images/interview/icon_1.png);
  display: block;
  width: 34px;
  height: 32px;
}
.interview_bnr:nth-child(2) .bnr_txt dl:after {
  content: url(../images/interview/icon_1.png);
  display: block;
  width: 34px;
  height: 32px;
}
.interview_bnr:nth-child(3) .bnr_txt dl:after {
  content: url(../images/interview/icon_2.png);
  display: block;
  width: 36px;
  height: 27px;
}
.interview_bnr:nth-child(4) .bnr_txt dl:after {
  content: url(../images/interview/icon_3.png);
  display: block;
  width: 26px;
  height: 31px;
}
.interview_bnr .bnr_link a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.interview_bnr:hover {
  background: #e18692;
}

.interview_bnr:hover .bnr_txt {
  color: #fff;
}

.interview_bnr:hover:nth-child(1) .bnr_txt dl:after {
  content: url(../images/interview/icon_1_on.png);
  display: block;
  margin-top: 20px;
}
.interview_bnr:hover:nth-child(2) .bnr_txt dl:after {
  content: url(../images/interview/icon_1_on.png);
  display: block;
  margin-top: 20px;
}
.interview_bnr:hover:nth-child(3) .bnr_txt dl:after {
  content: url(../images/interview/icon_2_on.png);
  display: block;
  margin-top: 20px;
}
.interview_bnr:hover:nth-child(4) .bnr_txt dl:after {
  content: url(../images/interview/icon_3_on.png);
  display: block;
  margin-top: 20px;
}

.interview_bnr:hover:before {
  content: url(../images/interview/arow_on.png);
}
@media screen and (max-width:1200px) and (min-width: 767px) {

  .interview_bnr:nth-child(1) .bnr_txt dl:after {
    margin-top: 10px;
  }
}
@media screen and (max-width:767px) {
  .interview_bnr:before {
    bottom: 0;
    right: 5px;
  }
  .interview_bnr .bnr_photo {
    width: 45%;
    max-width: inherit;
  }
  .interview_bnr .bnr_txt {
    width: 55%;
    max-width: inherit;
  }
  .interview_bnr .bnr_txt dl {
    line-height: 20px;
    padding-left: 40px;
  }
  .interview_bnr .bnr_txt dl dt {
    font-size: 12px;
  }
  .interview_bnr .bnr_txt dl dd {
    font-size: 16px;
  }
  .interview_bnr .bnr_txt dl:after {
    margin-top: 0 !important;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#interview-key {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 720px;
}
#interview-key .key-img {
  width: 50%;
  position: relative;
  overflow: hidden;
}
#interview-key .key-img:before{
	content: '';
	position: absolute;
	top: -80px;
	left: 0;
	width: 80%;
	height: 120px;
	background: rgba(195,12,36,0.4);
	-webkit-transform: skewY(-10deg);
	-ms-transform: skewY(-10deg);
	-o-transform: skewY(-10deg);
	transform: skewY(-10deg);
}
#interview-key .key-txt {
  width: 50%;
  background: #af2f40;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#interview-key .key-txt:before{
	content: '';
	position: absolute;
	bottom: -80px;
	right: 0;
	width: 80%;
	height: 120px;
	background: rgba(218,218,218,0.2);
	-webkit-transform: skewY(-10deg);
	-ms-transform: skewY(-10deg);
	-o-transform: skewY(-10deg);
	transform: skewY(-10deg);
}
#interview-key .key-txt > div{
	width: 100%;
	max-width: 420px;
	padding: 0 20px;
}
#interview-key .key-txt h2{
	margin-bottom: 80px;
}
#interview-key .key-txt dl {
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.5px;
  padding-bottom: 40px;
}
#interview-key .key-txt dl dt {
  font-size: 16px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
#interview-key .key-txt dl dt:before {
  display: block;
  margin-right: 15px;
}
#interview-key .key-txt dl dd {
  font-size: 32px;
  margin-top: 10px;
}
#interview-key .key-txt p{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 30px 20px;
}
#interview_1 #interview-key .key-img {
  background: url('../images/interview/interview_1_key_img.jpg') no-repeat center top / cover;
}
#interview_1 #interview-key .key-txt dl dt:before {
  content: url(../images/interview/icon_1_on.png);
  width: 34px;
  height: 32px;
}

#interview_2 #interview-key .key-img {
  background: url('../images/interview/interview_2_key_img.jpg') no-repeat center top / cover;
}
#interview_2 #interview-key .key-txt dl dt:before {
  content: url(../images/interview/icon_1_on.png);
  width: 34px;
  height: 32px;
}

#interview_3 #interview-key .key-img {
  background: url('../images/interview/interview_3_key_img.jpg') no-repeat center top / cover;
}
#interview_3 #interview-key .key-txt dl dt:before {
  content: url(../images/interview/icon_2_on.png);
  width: 34px;
  height: 32px;
}

#interview_4 #interview-key .key-img {
  background: url('../images/interview/interview_4_key_img.jpg') no-repeat center top / cover;
}
#interview_4 #interview-key .key-txt dl dt:before {
  content: url(../images/interview/icon_3_on.png);
  width: 34px;
  height: 32px;
}
#interview_5 #interview-key .key-img {
  background: url('../images/interview/interview_5_key_img.jpg') no-repeat center top / cover;
}
#interview_5 #interview-key .key-txt dl dt:before {
  content: url(../images/interview/icon_1_on.png);
  width: 34px;
  height: 32px;
}
#interview_6 #interview-key .key-img {
  background: url('../images/interview/interview_6_key_img.jpg') no-repeat center top / cover;
}
#interview_6 #interview-key .key-txt dl dt:before {
  content: url(../images/interview/icon_2_on.png);
  width: 34px;
  height: 32px;
}

#interview_7 #interview-key .key-img {
  background: url('../images/interview/interview_7_key_img.png') no-repeat center top / cover;
}
#interview_7 #interview-key .key-txt dl dt:before {
  content: url(../images/interview/icon_2_on.png);
  width: 34px;
  height: 32px;
}
#interview_8 #interview-key .key-img {
  background: url('../images/interview/interview_8_key_img.png') no-repeat center top / cover;
}
#interview_8 #interview-key .key-txt dl dt:before {
  content: url(../images/interview/icon_2_on.png);
  width: 34px;
  height: 32px;
}
#interview_9 #interview-key .key-img {
  background: url('../images/interview/interview_9_key_img.png') no-repeat center top / cover;
}
#interview_9 #interview-key .key-txt dl dt:before {
  content: url(../images/interview/icon_2_on.png);
  width: 34px;
  height: 32px;
}

@media screen and (max-width:1200px) and (min-width: 767px) {
  #interview-key {
    height: 600px;
  }
  #interview-key .key-txt h2{
    width: 60%;
    margin-bottom: 50px;
  }
	#interview_1 #interview-key .key-img:before{	
		top: -100px;
	}
	#interview_1 #interview-key .key-txt:before{
		bottom: -100px;
	}
}
@media screen and (max-width:767px) {
	#interview-key{
		height: auto;
	}
	#interview_1 #interview-key .key-img{
		width: 100%;
		height: 300px;
	}
	#interview_1 #interview-key .key-img:before{	
		top: -100px;
	}
	#interview-key .key-txt{
		width: 100%;
		padding: 40px 4%;	
	}
	#interview_1 #interview-key .key-txt:before{
		bottom: -100px;
	}
	#interview-key .key-txt h2{
		width: 150px;
		margin-bottom: 30px;
	}
	#interview-key .key-txt dl{
		padding-bottom: 25px;
	}
	#interview-key .key-txt dl dt{
		font-size: 14px;
	}
	#interview-key .key-txt dl dd{
		font-size: 24px;
	}
	#interview-key .key-txt p{
		padding: 15px;
	}

  
	#interview_5 #interview-key .key-img{
		width: 100%;
		height: 300px;
	}
	#interview_5 #interview-key .key-img:before{	
		top: -100px;
	}
	#interview_5 #interview-key .key-txt:before{
		bottom: -100px;
	}
  
	#interview_7 #interview-key .key-img{
		width: 100%;
		height: 300px;
    background-position: center -50px;
	}
	#interview_7 #interview-key .key-img:before{	
		top: -100px;
	}
	#interview_7 #interview-key .key-txt:before{
		bottom: -100px;
	}
	#interview_8 #interview-key .key-img{
		width: 100%;
		height: 300px;
	}
	#interview_8 #interview-key .key-img:before{	
		top: -100px;
	}
	#interview_8 #interview-key .key-txt:before{
		bottom: -100px;
	}
	#interview_9 #interview-key .key-img{
		width: 100%;
		height: 300px;
	}
	#interview_9 #interview-key .key-img:before{	
		top: -100px;
	}
	#interview_9 #interview-key .key-txt:before{
		bottom: -100px;
	}
}


.interview_ttl {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #c30c24;
  border-left: 2px solid #c30c24;
  font-weight: 400;
  padding: 5px 15px;
  margin-bottom: 40px;
}
.interview_txt p {
  margin-bottom: 30px;
}
.interview_txt p:last-child {
  margin-bottom: 0;
}
.interview_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.interview_list li {
  width: 45%;
}
@media screen and (max-width:767px) {
  .interview_ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .interview_txt p {
    margin-bottom: 15px;
  }
  .interview_list li {
    width: 100%;
    padding-bottom: 20px;
  }
  .interview_list li:last-child {
    padding-bottom: 0;
  }
}
.interview_navi {
  background: #af2f40;
  padding: 50px 0;
}
.interview_navi h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 40px;
}
.interview_navi h2 a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url('../images/interview/arow_on.png') no-repeat center top / 100% auto;
  width: 30px;
  height: 6px;
  margin-left: 20px;
}
.interview_navi h2 a:hover{
}
.interview_navi ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #c30c24;
}
.interview_navi ul li {
  width: 25%;
  max-width: 240px;
  border-right: 1px solid #c30c24;
  box-sizing: border-box;
}
.interview_navi ul li:last-child {
  border-right: 0;
}
.interview_navi ul li a {
  width: 100%;
  min-height: 115px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #c30c24;
  background: #fff;
  position: relative;
  text-align: center;
  padding: 23px 0 22px;
  transition: all 0.3s;

}

.interview_navi ul li a:before {
  content: '';
  display: block;
  background: url('../images/interview/arow.png') no-repeat center top / 100% auto;
  position: absolute;
  bottom: 10px;
  right: 10px;
  transition: all 0.3s;
  width: 30px;
  height: 6px;
}
.interview_navi ul li a:after {
  width: 100%;
  display: block;
  margin-top: 15px;
  transition: all 0.3s;
}
.interview_navi ul li:nth-child(1) a:after {
  content: url(../images/interview/icon_1.png);
}
.interview_navi ul li:nth-child(2) a:after {
  content: url(../images/interview/icon_1.png);
}
.interview_navi ul li:nth-child(3) a:after {
  content: url(../images/interview/icon_2.png);
}
.interview_navi ul li:nth-child(4) a:after {
  content: url(../images/interview/icon_3.png);
}

.interview_navi ul li a:hover {
  background: #e18692;
  color: #fff;
  text-decoration: none;
}
.interview_navi ul li a:hover:before {
  background: url('../images/interview/arow_on.png') no-repeat center top / 100% auto;
}
.interview_navi ul li.active a {
  background: #212121;
  color: #fff;
}
.interview_navi ul li.active a:before {
  display: none;
}
.interview_navi ul li:nth-child(1).active a:after, .interview_navi ul li:nth-child(1) a:hover:after {
  content: url(../images/interview/icon_1_on.png);
}
.interview_navi ul li:nth-child(2).active a:after, .interview_navi ul li:nth-child(2) a:hover:after {
  content: url(../images/interview/icon_1_on.png);
}
.interview_navi ul li:nth-child(3).active a:after, .interview_navi ul li:nth-child(3) a:hover:after {
  content: url(../images/interview/icon_2_on.png);
}
.interview_navi ul li:nth-child(4).active a:after, .interview_navi ul li:nth-child(4) a:hover:after {
  content: url(../images/interview/icon_3_on.png);
}

@media screen and (max-width:767px) {
  .interview_navi ul li {
    border-bottom: 0;
  }
  .interview_navi ul li {
    width: 50%;
    max-width: inherit;
    border-bottom: 1px solid #c30c24;
  }
  .interview_navi ul li:last-child {
    border-right: 1px solid #c30c24;
  }
}