
/* CSS Document */

/*==================================================

top-contents
=================================================*/

.main-image {
	width: 100%;
	position: relative;
	line-height: 0;
	z-index: 6!important;
	margin: 130px auto 0;
}
.main-title {
	width: 100%;
	position: relative;
	line-height: 0;
	z-index: 6!important;
	margin: 130px auto 0;
	background: url("../img/common/blueline_back.png") left top repeat;
	border-bottom:5px solid #fcf051;
}
.main-interview {
	width: 100%;
	position: relative;
	line-height: 0;
	z-index: 6!important;
	margin: 130px auto 0;
}
.main-title .titleimg{
	width: 60%;
	padding: 5% 0;
	margin: 0 auto;
	max-width:400px;
}
.main-title .title{
	padding: 5% 0;
	margin: 0 auto;
}


.main-title .title_en{
	color: #fff;
	font-size: 4.0rem;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #fcf051;
	font-family: 'Questrial', sans-serif;
	text-align: center;
}
.main-title .title_jp{
	color: #fff;
	font-size: 2.3rem;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	font-weight: 700;
	text-align: center;
}

.main-interview .Photo{
	width: 70%;
	position: relative;
	line-height: 0;
	margin: 0px 0 0 30%;
	padding-top: 30px;
}

.main-interview .title{
	position: absolute;
	top: 20%;
	left: 5%;
	width: 40%;
	max-width: 380px;
}
.main-interview .profile{
	position: absolute;
	bottom: 5%;
	width: 35%;
	left: 5%;
	max-width: 380px;
}
.main-interview .title_en{
	font-size: 4.0rem;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #377dc2;
	font-family: 'Questrial', sans-serif;
	text-align: left;
	margin-bottom: 20px;
}
.main-interview .title_jp{
	letter-spacing: 0.05em;
	text-align: left;
}
.main-interview .profile{
	letter-spacing: 0.05em;
	text-align: right;
	line-height: 1.8em;
}
.main-interview .profile .name{
	font-size: 2.0rem;
	font-weight: 500;
	color: #377dc2;
	margin: 10px;
}

.main-interview .profile p{
	text-align: right;
}


@media only screen and (min-width:1px) and (max-width: 960px) {

.main-image {
	margin: 70px auto 0;
}
.main-title {
	margin: 70px auto 0;
}
	
.main-interview {
	margin: 70px auto 0;
}
.main-title .title_en{
	color: #fff;
	font-size: 3.0rem;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #fcf051;
	font-family: 'Questrial', sans-serif;
}
.main-title .title_jp{
	color: #fff;
	font-size: 2.0rem;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	font-weight: 700;
}
.main-interview .profile{
	position: absolute;
	bottom: 0%;
	width: 40%;
	left: 5%;
	max-width: 380px;
	text-align: left;
}
.main-interview .profile .name{
	font-size: 1.8rem;
	font-weight: 500;
	color: #377dc2;
	margin: 0px;
}
.main-interview .profile p{
	text-align: left;
}
	
.main-interview .title{
	top: 15%;
	left: 5%;
	width: 80%;
	max-width: 380px;
}
	
}

@media only screen and (min-width:1px) and (max-width: 768px) {


.main-title .titleimg,
.main-title .title{
	padding: 8% 0;
}

	  
.main-interview .Photo{
	width: 60%;
	position: relative;
	line-height: 0;
	margin: 0px 0 0 40%;
	padding-top: 20px;
}
	
.main-interview .title_en{
	font-size: 3.0rem;
	}
.main-interview .profile{
	position: relative;
	margin: 0 5%;
	bottom:inherit;
	width: inherit;
	left: inherit;
	text-align: left;
	max-width: inherit;
}
.main-interview .profile p{
	text-align: left;
}
	
.main-interview .title{
	top: 8%;
	left: 5%;
	width: 80%;
	max-width: 380px;
}	
	
}
@media only screen and (min-width:1px) and (max-width: 480px) {


	.main-interview .Photo{
		width: 90%;
		margin: 20px 0 0 auto;
	}
.main-interview .title{
	position: relative;
	left: inherit;
	top: inherit;
	margin: 0 5%;
	max-width: inherit;
	width: 90%;
}	
.main-interview .title_en{
	margin-bottom: 0px;
	text-align: center;
	font-size: 2.0rem;
	margin: 10px auto;
}
.main-interview .title_jp{
	text-align: center;
	margin-bottom: 10px;
}
	
.main-interview .profile{
	position: relative;
	margin: 0 auto;
	bottom:inherit;
	width: inherit;
	left: inherit;
	text-align: center;
	padding: 10px;
	background: #f5f5f5;
}
.main-interview .profile .name{
	font-size: 1.5rem;
}
.main-interview .profile p{
	text-align: center;
}
	
}

footer{
	border-top:3px solid #377dc2;
}
