/*------------------------------------------------------------------------------
								MEDIA
------------------------------------------------------------------------------*/
#interview-area {
	min-height: calc(100vh - 582px);
	color: #FFFFFF;
	position: relative;
}
.interview-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url("../../img/interview/interview-bg.jpg") no-repeat center top / cover;
	box-sizing: border-box;
}
.interview {
	width: 100%;
	min-width: 1280px;
	max-width: 1600px;
	margin: 0 auto;
	box-sizing: border-box;
	padding:0 70px 100px;
	position: relative;
	overflow: hidden;
}
.left-box {
	float: left;
	width: 36%;
}
.left-box h3 {
	font-family: "Noto Serif JP", serif;
	font-weight: 800;
	color: #c81e09;
	font-size: 36px;
	line-height: 1.5em;
}

@media screen and (max-width: 1600px) {
.left-box h3 {
	font-size: 2.25vw;
}
}

@media screen and (max-width: 1280px) {
.left-box h3 {
	font-size: 28.8px;
}
}

.left-box h3 span {
	margin-left: -0.5em;
}
.left-box ul {
	width: 94%;
}
.left-box ul li {
	position: relative;
	font-weight: 700;
	line-height: 1.5em;
	padding: 0.3em 0 0.3em 0.5em;
	margin-bottom: 2px;
	font-size: 18px;
}
.left-box ul li.act {
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	background: #000000 url("../../img/common/arrow-w.png") no-repeat right 0.5em center / 1em;
	color: #FFFFFF;
}
.left-box ul li.nomal {
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	background: #c81e09 url("../../img/common/arrow-w.png") no-repeat right 0.5em center / 1em;
}
.left-box ul li.nomal:hover {
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	background: rgba(200,30,9,0.75) url("../../img/common/arrow-w.png") no-repeat right 0.5em center / 1em;
}

.left-box ul li a {
	text-indent: -99999px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.right-box {
	float: right;
	width: 60%;
	box-sizing: border-box;
	background: rgba(0,0,0,0.8);
}
.right-box li {
	width: 100%;
	box-sizing: border-box;
	padding: 40px 40px;
}
.right-box li h4 {
	font-size: 28px;
	line-height: 1em;
	font-weight: 800;
	border-bottom: 1px dotted #FFFFFF;
	padding: 0px!important;
	padding-bottom: 25px!important;
	margin-bottom: 15px;
}
.right-box li p {
	text-align: justify;
	font-size: 18px;
	line-height: 2em;
	text-indent: 1em;
}

@media screen and (max-width: 1000px) {
/*------------------------------------------------------------------------------
								MEDIA
------------------------------------------------------------------------------*/
#interview-area {
	min-height: calc(100vh - 382px);
	color: #FFFFFF;
	position: relative;
}
.interview-bg {
	height: 120vh;
	position: fixed;
	background: url("../../img/interview/interview-bg.jpg") no-repeat left -58vw bottom 10vw / cover;
}
.interview {
	min-width: 740px;
	max-width: 1000px;
	padding:0 40px 45vw;
}
.left-box {
	float: none;
	width: 100%;
}
.left-box h3 {
	font-size: 6vw;
}
.left-box ul {
	width: 100%;
}
.left-box ul li {
	margin-bottom: 0.5vw;
	font-size: 3.2vw;
	line-height: 2em;
}
.left-box ul li.act {
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	background: #000000 url("../../img/common/arrow-w.png") no-repeat right 0.5em center / 1em;
	color: #FFFFFF;
}
.left-box ul li.nomal {
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	background: #c81e09 url("../../img/common/arrow-w.png") no-repeat right 0.5em center / 1em;
}
.left-box ul li.nomal:hover {
	-webkit-transition: none;
	transition:         none;
	background: #c81e09 url("../../img/common/arrow-w.png") no-repeat right 0.5em center / 1em;
}
.right-box {
	float: none;
	width: 100%;
}
.right-box li {
	padding: 40px 40px;
}
.right-box li h4 {
	font-size: 4vw;
	padding-bottom: 3vw!important;
	margin-bottom: 2vw;
}
.right-box li p {
	font-size: 3vw;
}

}

@media print{
}