.section_interview{
	margin: 20px 0 0px 0;
}
.inner{
	width: 980px;
	margin: 0 auto;
}
.mv .txt_eng,
.others .txt_eng{
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.5;
}
.mv{	
    padding-top: 40px;
    margin-bottom: 100px;
}
.mv .intro{
    z-index: 2;
    position: relative;
    width: 552px;
	min-height: 442px;
	border: 4px solid #5269a9;
	padding: 65px 25px;
	margin-left: -25px;
}
.mv  .intro .txt{
	font-size: 32px;
	line-height: 1.6;
	padding: 40px 0;
}
.mv .intro .name{
	font-size: 22px;
	line-height: 2.4;
	position: relative;
	display: inline-block;
	padding-left: 50px;
}
.mv .intro .name:before{
	content: "";
    position: absolute;
    top: 27px;
    left: 0;
    margin: 0 auto;
    width: 40px;
    height: 1px;
    background: #22325f;
}
.mv .profile{
	width: 640px;
	height: 520px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.detail{
	margin: 0 auto;
	position: relative;
	padding: 0 0 70px 0;
}
.detail h3{
	font-size: 30px;
	font-weight: normal;
	line-height: 1.8;
	padding: 50px 0 0px 0;
    letter-spacing: 7px;
}
.detail .profile{
	z-index: 2;
    position: absolute;
    left: 0;
    margin-top: 80px;
}
.detail h3.ttl{
	padding: 70px 0 40px 0;
}
.detail .description{
	font-size: 16px;
	line-height: 2.12;
	font-family:'Yu Gothic Regular', 'YuGothic Medium', 'YuGothic', '游ゴシック体', serif;
}
.detail .description.txt{
	margin-top: 40px;
}
.detail .description.right_txt{
	font-size: 16px;
	line-height: 2.12;
	position: relative;
    float: right;
    width: 450px;
    margin-top: -10px;
    min-height: 500px;
    padding-top: 80px;
}
.others{
	margin: 70px 0 40px 0;
}
.others h2,
.others h3{
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.05rem;
}
.others h3{
	font-size: 42px;
	line-height: 1.2;
	letter-spacing: 7px;
	margin: 15px auto 60px auto;
}
.others ul li{
	width: 470px;
	background: #f1f3f9;
	margin-bottom: 45px;
}
.others ul li:nth-child(2n){
	float: right;
}
.others .detail{
	padding: 20px 30px 0 30px;
	float: right;
	width: 70%;
}
.others .profile{
	width: 134px;
	height: 134px;
	float: left;
}
.others .txt{
	font-size: 16px;
	line-height: 1.5;
	min-height: 70px;
}

.others .name{
	font-size: 14px;
	line-height: 3;
	color: #333333;
	position: relative;
	display: inline-block;
	padding-left: 50px;
}
.others .name:before{
	content: "";
    position: absolute;
    top: 22px;
    left: 0;
    margin: 0 auto;
    width: 40px;
    height: 1px;
    background: #22325f;
}
.right_box{
	width: 81.2%;
	height: 100%;
	background: #f1f3f9;
	position: absolute;
	top: 0;
	right: 0;
}
/*For tablet*/
@media only screen and (min-width: 980px) and (max-width: 1279px) {
	.inner{
		padding: 0 20px ;
	}
	.mv .intro{
		margin-left: 20px;
	}	
	.detail .profile {
	    width: 44.5%;
	    height: auto;
	}	
	.detail .description.right_txt{
		right: 20px;
	}
	.others ul li{
		width: 48%;
	}
}

/*For SP*/
@media only screen and (max-width: 979px) {
	.section_interview{
		margin: .2rem 0 0rem 0;
	}
	.inner{
		width: 6.25rem;
		margin: 0 auto;
	}
	.mv .txt_eng,
	.others .txt_eng{
		text-transform: uppercase;
		font-size: .22rem;
		font-weight: normal;
		line-height: 1.5;
	}
	.mv{	
	    padding-top: .4rem;
	    margin-bottom: .3rem;
	}
	.mv .intro{
	    z-index: 2;
	    position: relative;
	    width: 100%;
	    min-height: 3.5rem;
	    border: .06rem solid #5269a9;
	    padding: .2rem .4rem;
	    margin-left: 0;
	}
	.mv  .intro .txt{
		font-size: .4rem;
		line-height: 1.5;
		padding: .2rem 0;
		letter-spacing: .03rem;
	}
	.mv .intro .name{
		font-size: .3rem;
		line-height: 2.4;
		position: relative;
		display: inline-block;
		padding-left: .50rem;
		letter-spacing: .03rem;
	}
	.mv .intro .name:before{
		content: "";
	    position: absolute;
	    top: 50%;
	    left: 0;
	    margin: 0 auto;
	    width: .4rem;
	    height: .01rem;
	    background: #22325f;
	    -webkit-transform: translateY(-50%);
	       -moz-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	         -o-transform: translateY(-50%);
	            transform: translateY(-50%);
	}
	.mv .profile{
		width: 100%;
	    height: auto;
	    position: relative;
	    top: -.3rem;
	    right: 0;
	    z-index: 1;
	    margin: 0 auto;
	    text-align: center;
	}
	.detail{
		margin: 0 auto;
		position: relative;
		padding: 0 0 1rem 0;
	}
	.detail h3{
		font-size: .36rem;
		line-height: 1.8;
		padding: 0 0 .6rem 0;
	    letter-spacing: .07rem;
	}
	.detail .profile{
		z-index: 2;
	    position: relative;
	    margin-top: .8rem;
	    width: 5.7rem;
	    height: auto;
	}
	.detail h3.ttl{
		padding: .7rem 0 .4rem 0;
	}
	.detail .description{
		font-size: .28rem;
		line-height: 2.12;
	}
	.detail .description.txt{
		margin-bottom: .6rem;
	}
	.detail .description.right_txt{
		font-size: .28rem;
		line-height: 2.12;
		position: relative;
	    float: none;
	    width: 100%;
	    margin-top: -.1rem;
	    min-height: auto;
	    padding-top: 0;
	}
	.others{
		margin: .7rem auto;
	}
	.others h2,
	.others h3{
		text-align: center;

	}
	.others h3{
		font-size: .42rem;
		line-height: 1.2;
		letter-spacing: .07rem;
		margin: .15rem auto .6rem auto;
	}
	.others ul li{
		width: 100%;
		background: #f1f3f9;
		margin-bottom: .4rem;
	}
	.others ul li:nth-child(2n){
		float: left;
	}
	.others .detail{
		padding: .2rem .3rem 0 .3rem;
		float: right;
		width: 70%;
	}
	.others .profile{
		width: 1.78rem;
    	height: auto;
		float: left;
	}
	.others .txt{
		font-size: .24rem;
		line-height: 1.25;
		min-height: .7rem;
	}

	.others .name{
		font-size: .22rem;
		line-height: 3;
		color: #333333;
		position: relative;
		display: inline-block;
		padding-left: .5rem;
	}
	.others .name:before{
		content: "";
	    position: absolute;
	    top: 50%;
	    left: 0;
	    margin: 0 auto;
	    width: .4rem;
	    height: 1px;
	    background: #22325f;
	}
	.right_box{
		width: 77.5%;
	    height: 97%;
	    background: #f1f3f9;
	    position: absolute;
	    top: .72rem;
	    right: 0;
	}
}