@charset "utf-8";

/****************************** PC・SP ******************************/
.specialist{}

/*  ========================================= */

/*  ---------------------------- */
.specialist #mainVisual{
	width:100%;
	min-width:1200px;
	margin:0 auto;
}
.specialist #mainVisual #mainV{
	/* height:690px; */
	position:relative;
	background-color:#fff;
	text-align:center;
	overflow:hidden;
	margin:0 auto;
}
.specialist #mainVisual #mainV h2{
	position:absolute;
	z-index:10;
	width:100%;
	max-width:1300px;
	margin:0 auto;
	left:0;
	right:0;
}
.specialist #mainVisual #mainV .mainVpht{
	position:absolute;
	margin:0 auto;
	z-index:20;
	bottom:0;
	width:100%;
	max-width:1300px;
	left:0;
	right:0;
}
.specialist #mainVisual #mainV .mainVtxt{
	position:absolute;
	margin:0 auto;
	bottom:20px;
	z-index:30;
	width:100%;
	max-width:1300px;
	left:0;
	right:0;
}
.specialist #mainVisual #personjump{
	display:none;
}

/* vol29- ================== */
/* .specialist .oneperson #mainV{
	height:600px !important;
} */
.specialist .oneperson #mainV h2{
	max-width:1250px !important;
	bottom:0;
}
.specialist #mainVisual #mainV .mainVpht{
	max-width:1250px !important;
}
.specialist #mainVisual #mainV .mainVtxt{
	max-width:1250px !important;
}



/*  ---------------------------- */
#gankomono{
	min-width: 1200px;
	height:400px;
	background:url(../../interview/images/bg_gankomono.gif) no-repeat 0 0;
	background-size:cover;
	margin-bottom:0px;
	color:#FFF;
	text-align:center;
}
#gankomono h2{
	width:575px;
	padding-top:90px;
	margin:0 auto 35px;
}
#gankomono p{
	text-align:center;

}


/*  ---------------------------- */
.specialist .specialistArea{
	width:100%;
	min-width:1200px;
}
.specialist .specialistArea .profileImg{
	height:480px;
	margin-bottom:20px;
}
.specialist .specialistArea .akamatsuJP{
	background:url(../../interview/vol28/images/profile_akamatsu.jpg) no-repeat center center;
	background-size:cover;}
.specialist .specialistArea .tanakaJP{
	background:url(../../interview/vol28/images/profile_tanaka.jpg) no-repeat center center;
	background-size:cover;}
.specialist .specialistArea .shikiyamaJP{
	background:url(../../interview/vol29/images/profile_shikiyama.jpg) no-repeat center top;
	background-size:cover;}
.specialist .specialistArea .team_densoJP{
	background:url(../../interview/vol31/images/profile_team_denso.jpg) no-repeat center top;
	background-size:cover;}
.specialist .specialistArea .profile_kimura{
	background:url(../../interview/vol32/images/profile_img.jpg) no-repeat center top;
	background-size:cover;}
.specialist .specialistArea .profile_abe{
	background:url(../../interview/vol33/images/profile_img.jpg) no-repeat center center;
	background-size:cover;}
	
.specialist .specialistArea .specialBox{
	width:100%;
}
.profileBox{
	width:70%;
	margin-top:50px;
	margin-bottom:50px;
	padding:0 15%;
}

.profileBox .profilename{
	font-size:14px;
	margin-top:30px;
	padding-top:30px;
	border-top:1px dotted #c6c6c6;
	line-height:24px;
}
.profileBox .profiletext{
	margin-top:5px;
	font-size:14px;
	line-height:24px;
	letter-spacing:0px;
}
.profileBox .profilename strong{
	font-weight:700;
}
.profileBox .profilecopy{
	color:#00a7ac;
	font-weight:200;
	font-size:26px;
	font-weight: bold;
}
.qaBox{
	width:90%;
	padding:0 5%;
	margin-bottom: 50px;
}
.qaBox .question{
	font-size:24px;
	font-weight:700;
	line-height:32px;
	margin-bottom:20px;
	padding:14px 0 20px 80px;
	background:url(../../images/ico_question.gif) no-repeat left top;
}
.qaBox .answer{
	font-size:30px;
	font-weight:700;
	line-height:42px;
	color:#00a7ac;
	padding:8px 0 20px 80px;
	background:url(../../images/ico_answer.gif) no-repeat left top;
}
.interviewBox{
	width:100%;
	min-width: 1200px;
	padding:0;
	margin-bottom:60px;
}
.interviewBox .interviewTxt{
	width:40%;
	padding:0 5% 0 5%;
}
.interviewBox .interviewTxt p{
	margin-bottom:30px;
}
.interviewBox .interviewTxt p span{
	font-size: 13px;
	padding-left: 1em;
	text-indent: -1em;
	padding-top: 10px;
	display: block;
	line-height: 24px;
}
.interviewBox .interviewImg{
	width:50%;
}
.specialist .floatR{
	float:right;
}
.specialist .floatL{
	float:left;
}

/* vol29- ================== */
.interviewBox .interviewImg span{
	display:block;
	font-size:13px;
	line-height:1.8;
	padding:10px 5% 0;
	width:90%;
}

/* 20190110 */
#mainVisual{
	margin-top: 136px;
}
#mainV{
	position: relative;
}
.mainText{
	position: absolute;
	left: 8%;
	bottom: 40%;
	padding: 20px 20px;
	background-color: #00a7ac;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

/****************************** PC only ******************************/
@media screen and (min-width: 768px){

}

/****************************** SP only ******************************/
@media screen and (max-width: 767px){

/* SP_ ========================================= */

.specialist p{
	text-align:left;
}

/* SP_ ---------------------------- */
.specialist #mainVisual{
	width:100%;
	min-width:100%;
	/*margin:0 auto;*/
}
.specialist #mainVisual #mainV{
	height:100%;
	position:relative;
	/*min-height: 550px;
	background-color:#fff;
	text-align:center;
	overflow:hidden;
	margin:0 auto;*/
}
.specialist #mainVisual #mainV h2{
	max-width:100%;
	/*position:absolute;
	z-index:10;
	width:100%;
	margin:0 auto;
	left:0;
	right:0;*/
}
.specialist #mainVisual #mainV .mainVpht{
	max-width:100%;
	bottom:auto;
	top: 0;
	/*position:absolute;
	margin:0 auto;
	z-index:20;
	width:100%;
	left:0;
	right:0;*/
}
.specialist #mainVisual #mainV .mainVtxt{
	max-width:100%;
	/*position:absolute;
	margin:0 auto;
	bottom:20px;
	z-index:30;
	width:100%;
	left:0;
	right:0;*/
}
.specialist #mainVisual #personjump{
	display:block;
	background-color:#fff;
	padding:10px 19.5% 20px 21.5%;
	margin:0 auto;
}
.specialist #mainVisual #personjump img{
	/*height:40px;*/
}

/* vol29- ================== */
.specialist .oneperson #mainV{
	height:100% !important;
	/* min-height: 900px !important; */
}
.specialist .oneperson #mainV h2{
	max-width:100% !important;
	bottom:inherit;
	top:0;
}
.specialist #mainVisual #mainV .mainVpht{
	max-width:100% !important;
}
.specialist #mainVisual #mainV .mainVtxt{
	max-width:100% !important;
}



/* SP_ ---------------------------- */
#gankomono{
	min-width: 100%;
	height:350px;
	/*background:url(../../interview/images/bg_gankomono.gif) no-repeat 0 0;
	background-size:cover;
	margin-bottom:0px;
	color:#FFF;
	text-align:center;*/
}
#gankomono h2{
	width:80%;
	padding-top:50px;
	margin:0 auto 35px;
}
#gankomono p{
	text-align:left;
	font-size: 15px;
	padding: 0 5%;

}


/* SP_ ---------------------------- */
.specialist .specialistArea{
	width:100%;
	min-width:100%;
	margin-bottom: 60px;
}
.specialist .specialistArea .profileImg{
	height:320px;
	margin-bottom:20px;
}
/*.specialist .specialistArea .akamatsuJP{
	background:url(../../interview/vol28/images/profile_akamatsu.jpg) no-repeat center center;
	background-size:cover;
}*/
.specialist .specialistArea .tanakaJP{
	background:url(../../interview/vol28/images/profile_tanaka.jpg) no-repeat right center;
	background-size:cover;
}
.specialist .specialistArea .team_densoJP{
	background:url(../../interview/vol31/images/profile_team_denso.jpg) no-repeat center top;
	background-size:contain;}
.specialist .specialistArea .specialBox{
	width:100%;
}
.profileBox{
	width:90%;
	margin-top:40px;
	margin-bottom:40px;
	padding:0 5%;
}
.profileBox .profilename{
	font-size:13px;
	/*margin-top:15px;
	padding-top:15px;
	border-top:1px dotted #dddddd;
	line-height:24px;*/
}
.profileBox .profiletext{
	font-size:13px;
	/*margin-top:5px;
	line-height:24px;
	letter-spacing:0px;*/
}
.profileBox .profilename strong{
	/*font-weight:700;*/
}
.profileBox .profilecopy{
	font-size:20px;
	line-height:1.6;
	margin-bottom:6px;
	/*color:#00a7ac;
	font-weight:200;*/
}
.qaBox{
	width:90%;
	padding:0 5%;
	margin-bottom: 30px;
}
.qaBox .question{
	font-size:18px;
	font-weight:700;
	min-height: 60px;
	line-height:30px;
	margin-bottom:20px;
	padding:0 0 0px 80px;
	background:url(../../images/ico_question.gif) no-repeat left top;
}
.qaBox .question.onequestion{
	line-height:60px;
}
.qaBox .answer{
	font-size:25px;
	line-height:38px;
	padding:0 0 0 80px;
	/*font-weight:700;
	color:#00a7ac;
	background:url(../../interview/images/ico_answer.gif) no-repeat left top;*/
}
.interviewBox{
	width:90%;
	min-width: 90%;
	padding:0 5%;
	margin-bottom:30px;
}
.interviewBox .interviewTxt{
	width:100%;
	padding:0;
}
.interviewBox .interviewTxt p{
	margin-bottom:25px;
}
.interviewBox .interviewTxt p span{
	/*font-size: 13px;
	padding-left: 1em;
	text-indent: -1em;
	padding-top: 10px;
	display: block;
	line-height: 24px;*/
}
.interviewBox .interviewImg{
	width:85%;
	margin: 0 auto;
}
.specialist .interviewBox .floatR{
	float:none;
}
.specialist .interviewBox .floatL{
	float:none;
}
/* vol29- ================== */
.interviewBox .interviewImg span{
	/*display:block;
	font-size:13px;
	line-height:1.8;*/
	padding:10px 0 0;
	width:100%;
}
/* vol31- ================== */
.specialist.vol31JP .specialistArea .profileImg{
	height:auto;
	padding-top: 45%;
	margin-bottom: 5px;
}



/* 20190110 */
.mainText{
	left: 0;
	bottom: 30%;
	padding: 5px;
	font-size: 12px;
}
#mainVisual {
    margin-top: 0;
}

}



/* @media screen and (max-width: 650px){
	
	.specialist .oneperson #mainV{min-height: 750px !important;}

}
@media screen and (max-width: 600px){
	
	.specialist .oneperson #mainV{min-height: 700px !important;}

}
@media screen and (max-width: 550px){
	
	.specialist .oneperson #mainV{min-height: 640px !important;}

}
@media screen and (max-width: 500px){
	
	.specialist .oneperson #mainV{min-height: 580px !important;}

}
@media screen and (max-width: 450px){
	
	.specialist .oneperson #mainV{min-height: 540px !important;}

}
@media screen and (max-width: 425px){
	
	.specialist .oneperson #mainV{min-height: 510px !important;}

}
@media screen and (max-width: 400px){

	.specialist #mainVisual #mainV{min-height:480px;}
	.specialist .oneperson #mainV{min-height: 480px !important;}
	
}
@media screen and (max-width: 375px){

	.specialist .oneperson #mainV{min-height: 450px !important;}

}
@media screen and (max-width: 350px){

	.specialist .oneperson #mainV{min-height: 420px !important;}

}
@media screen and (max-width: 320px){

	.specialist .oneperson #mainV{min-height: 400px !important;}

} */
