@charset "utf-8";
/* CSS Document */

@media screen and ( max-width:959px) {
/*******/

#voice #voice-mainvisual{
	top:50px;
}

#voice #voice-mainvisual #voice-title{
	width:80%;
	padding:30px 10%;
	color:#000;
}

#voice #voice-mainvisual #voice-title .job-kind{
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	text-align:left;
}
#voice #voice-mainvisual #voice-title .name{
	font-size:40px;
	font-weight:700;
	line-height:50px;
	text-align:left;
}
#voice #voice-mainvisual #voice-title .detail{
	font-size:14px;
	line-height:20px;
	text-align:left;
}

#voice #voice-mainvisual #voice-title-pink{
	width:80%;
	padding:15px 10%;
	color:#000;
}

#voice #voice-mainvisual #voice-title-pink .job-kind{
	font-size:18px;
	font-weight:bold;
	line-height:normal;
	height:60px;
	text-align:left;
	padding:0;
}
#voice #voice-mainvisual #voice-title-pink .name{
	font-size:40px;
	font-weight:700;
	line-height:50px;
	text-align:left;
}
#voice #voice-mainvisual #voice-title-pink .detail{
	font-size:14px;
	line-height:20px;
	text-align:left;
}



	
/*背景色*/
#voice #bg-color{
	top:50px;
}

/*内容部分*/
#voice #voice-contents{
	width:90%;
	margin:auto;
	padding:50px 0;
}





#voice .obogimg{
	width:80%;
	height:inherit;
	margin:auto;
	display:block;
}

#voice .voice{
	width:48%;
	margin-right:0px;
	margin:0 1%;
	float:left;
	height:330px;
	margin-bottom:50px;
	display:block;
	text-decoration:none;
}

#voice .m-r-none{
	margin-right:0;
}



#voice a.voice .image{
	background-size:contain;
	width:100%;
	height:300px;
	background-position:50% 0%;
}

#voice a.voice:hover .image{	
	background-position:50% 0%;
}



#voice .introduce{
	width:96%;
	margin:0 2%;
	background-color:#fff;
	height:150px;
	position:relative;
	top:-100px;
	padding:20px 20px;
	box-sizing:border-box;
}



#voice a.voice:hover .introduce-blue{
	background-color:#3392BF;
	-webkit-transition: 1.0s ease-in-out;
	-moz-transition: 1.0s ease-in-out;
	-o-transition: 1.0s ease-in-out;
	transition: 1.0s ease-in-out;
}
#voice a.voice:hover .introduce-orange{
	background-color:#F46A4D;
	-webkit-transition: 1.0s ease-in-out;
	-moz-transition: 1.0s ease-in-out;
	-o-transition: 1.0s ease-in-out;
	transition: 1.0s ease-in-out;
}
#voice a.voice:hover .introduce-green{
	background-color:#6BB937;
	-webkit-transition: 1.0s ease-in-out;
	-moz-transition: 1.0s ease-in-out;
	-o-transition: 1.0s ease-in-out;
	transition: 1.0s ease-in-out;
}
#voice a.voice:hover .introduce-pink{
	background-color:#FF6FB7;
	-webkit-transition: 1.0s ease-in-out;
	-moz-transition: 1.0s ease-in-out;
	-o-transition: 1.0s ease-in-out;
	transition: 1.0s ease-in-out;
}
#voice a.voice:hover .introduce-purple{
	background-color:#976FAE;
	-webkit-transition: 1.0s ease-in-out;
	-moz-transition: 1.0s ease-in-out;
	-o-transition: 1.0s ease-in-out;
	transition: 1.0s ease-in-out;
}




#voice .tub{
	font-size:14px;
	color:#FFF;
	text-align:center;
	line-height:26px;
	position:absolute;
	top:-13px;
	left:10px;
	padding:0 20px;
}





#voice .read-more{
	color:#FFF;
	width:100px;
	text-align:center;
	line-height:26px;
	position:absolute;
	bottom:0px;
	right:0px;
	color:#333;
	background-color:#fff;
	font-family: 'Rajdhani', sans-serif;
	padding-left:2px;
}

#voice a.voice:hover .read-more{
	bottom:0px;
	right:0px;
	-webkit-transition: 1.0s ease-in-out;
	-moz-transition: 1.0s ease-in-out;
	-o-transition: 1.0s ease-in-out;
	transition: 1.0s ease-in-out;
}


#voice .yellow{
	background-color:#FBC149;
}
#voice .blue{
	background-color:#67b1d6;
}
#voice .orange{
	background-color:#F47324;
}
#voice .green{
	background-color:#88cb58;
}
#voice .pink{
	font-size:12px;
	line-height:15px;
	background-color:#F9C;
	top:-18px;
	left:16px;
	padding:3px 20px;
}
#voice .purple{
	background-color:#8E5EA8;
}





#voice a.voice h2{
	margin:0;
	line-height:25px;
	height:50px;
	text-decoration:none;
	color:#000;
	margin:0;
	display:block;
	font-size:18px;
	font-size:16px;
}

#voice a.voice hr{
	border:0;
	border-bottom:#ccc solid 1px;
	width:50%;
	margin-right:50%;
	text-align:left;
	display:block;
}

#voice a.voice p{
	font-size:12px;
	text-decoration:none;
	color:#333;
	margin:0;
	display:block;
}

#voice a.voice:hover h2{
	color:#fff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#voice a.voice:hover hr{
	border-bottom:#fff solid 1px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#voice a.voice:hover p{
	color:#fff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}



#voice #total-photo{
	display:none;
}



/*******************/


#voice #voice-menu{
	background:rgba(51,51,51,0.7);
	width:100%;
	padding:10px 10px 0 10px;
	position:fixed;
	bottom:0;
	right:0;
	left:0;
	height:130px;
	box-sizing:border-box;
}

#voice #voice-menu-bottom{
	background:rgba(61,61,61,1);
	width:100%;
	padding:10px 10px 0 10px;
	height:130px;
	position:relative;
	top:50px;
	box-sizing:border-box;
}

	
#voice .voice-menu{
	width:100%;
	margin:auto;
}






#voice .voice-menu .image{
	background-position:80% 40px;
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:9.5%;
	margin:0 0.25%;
	height:130px;
	text-decoration:none;
}

#voice .voice-menu .image:hover{
	background-position:80% 0%;
}

#voice .voice-menu .image .voice-no-green{
	background-image:url(../voice_data/kind_green.png);
}
#voice .voice-menu .image .voice-no-blue{
	background-image:url(../voice_data/kind_blue.png);
}
#voice .voice-menu .image .voice-no-orange{
	background-image:url(../voice_data/kind_orange.png);
}
#voice .voice-menu .image .voice-no-purple{
	background-image:url(../voice_data/kind_purple.png);
}
#voice .voice-menu .image .voice-no-pink{
	background-image:url(../voice_data/kind_pink.png);
}


#voice .voice-menu .image .voice-no{
	font-size:18px;
	line-height:35px;
	padding-top:0px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	width:100%;
	height:40px;
	background-size:auto 40px;
	background-repeat:no-repeat;
	background-position:50% 0;
	font-family: 'Rajdhani', sans-serif;
}




#voice .voice-menu .image:hover .voice-no{
	display:none;
}


#voice .voice-menu .image .job-kind{
	display:block;
	width:90%;
	height:20px;
	line-height:20px;
	margin-top:60px;
	display:block;
	text-align:center;
	color:#FFF;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	font-weight:bold;
	border:#FFF solid 1px;
	border-bottom:none;
	box-sizing:border-box;
	font-size:12px;
	z-index:300;
}

#voice .voice-menu .image .job-kind-green{
	background-color:#6ab936;
	background-color:#b3d465;
	background-color:#8fcb68;
}
#voice .voice-menu .image .job-kind-blue{
	background-color:#0bc9e5;
	background-color:#66e7f9;
	background-color:#48d7ec;
}
#voice .voice-menu .image .job-kind-orange{
	background-color:#f5694c;
	background-color:#f28a76;
}
#voice .voice-menu .image .job-kind-purple{
	background-color:#976eae;
	background-color:#c490bf;
}
#voice .voice-menu .image .job-kind-pink{
	background-color:#ff6eb7;
	background-color:#f091d0;
}





}




@media screen and (min-width:0px) and ( max-width:599px) {
/*******/

#voice .none-sp{
	display:none;
}

#voice #voice-mainvisual{
	position:relative;
	top:50px;
	width:100%;
	background-repeat:no-repeat;
	background-position:80% 0;
	background-size:auto 100%;
}
/*
#voice .mv-ushitani{
	background-image:url(../voice_data/mv_ushitani_sp.png);
}
#voice .mv-akiyama{
	background-image:url(../voice_data/mv_akiyama_sp.png);
}
#voice .mv-arakawa{
	background-image:url(../voice_data/mv_arakawa_sp.png);
}
#voice .mv-hatano{
	background-image:url(../voice_data/mv_hatano_sp.png);
}
#voice .mv-hurukawa{
	background-image:url(../voice_data/mv_hurukawa_sp.png);
}
#voice .mv-hashiba{
	background-image:url(../voice_data/mv_hashiba_sp.png);
}
#voice .mv-kanbe{
	background-image:url(../voice_data/mv_kanbe_sp.png);
}
#voice .mv-hasegawa{
	background-image:url(../voice_data/mv_hasegawa_sp.png);
}
#voice .mv-niwata{
	background-image:url(../voice_data/mv_niwata_sp.png);
}
#voice .mv-ishida{
	background-image:url(../voice_data/mv_ishida_sp.png);
}
#voice .mv-takeda{
	background-image:url(../voice_data/mv_takeda_sp.png);
}
#voice .mv-nakayama{
	background-image:url(../voice_data/mv_nakayama_sp.png);
}
#voice .mv-kawamorita{
	background-image:url(../voice_data/mv_kawamorita_sp.png);
}
#voice .mv-haga{
	background-image:url(../voice_data/mv_haga_sp.png);
}
#voice .mv-hosokoshi{
	background-image:url(../voice_data/mv_hosokoshi_sp.png);
}
#voice .mv-hirata{
	background-image:url(../voice_data/mv_hirata_sp.png);
}
*/

#voice .mv-yellow{
	/*
	background-color:#b3d465;
	*/
	border:none;
}
#voice .mv-green{
	/*
	background-color:#b3d465;
	*/
	border:none;
}
#voice .mv-blue{
	/*
	background-color:#66e7f9;
	*/
	border:none;
}
#voice .mv-orange{
	/*
	background-color:#f28a76;
	*/
	border:none;
}
#voice .mv-purple{
	/*
	background-color:#c490bf;
	*/
	border:none;
}
#voice .mv-pink{
	/*
	background-color:#f091d0;
	*/
	border:none;
}



#voice #voice-mainvisual #voice-title{
	width:90%;
	padding:30px 5%;
	color:#000;
	height:120px;
}

#voice #voice-mainvisual #voice-title .job-kind{
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	text-align:left;
}
#voice #voice-mainvisual #voice-title .name{
	font-size:30px;
	font-weight:700;
	line-height:50px;
	text-align:left;
}
#voice #voice-mainvisual #voice-title .detail{
	font-size:14px;
	line-height:20px;
	text-align:left;
	display:block;
	margin-right:10px;
}

#voice #voice-mainvisual #voice-title-pink{
	width:90%;
	padding:15px 5%;
	color:#000;
	height:150px;
}

#voice #voice-mainvisual #voice-title-pink .job-kind{
	font-size:12px;
	font-weight:bold;
	line-height:normal;
	line-height:20px;
	padding:10px 0;
	height:auto;
	text-align:left;
}
#voice #voice-mainvisual #voice-title-pink .name{
	font-size:30px;
	font-weight:700;
	line-height:50px;
	text-align:left;
}
#voice #voice-mainvisual #voice-title-pink .detail{
	font-size:14px;
	line-height:20px;
	text-align:left;
	display:block;
	margin-right:10px;
}

#voice .for-sp{
	display:inline;
}

#voice .for-pc{
	display:block;
}




#voice .obogimg{
	width:80%;
	height:inherit;
	margin:auto;
	display:block;
}

#voice .voice{
	float:none;
	width:100%;
	margin-right:0px;
	height:inherit;
	margin-bottom:40px;
	
	display:block;
	text-decoration:none;
	
	position:relative;
}

#voice .m-r-none{
	margin-right:0;
}










#voice a.voice .image{
	width:30%;
	margin-left:5%;
	margin-right:0%;
	background-size:100% auto;
	height:100px;
	background-position:0% 0%;
	float:left;
	
	position:absolute;
	right:0;
	bottom:0;
	
	z-index:100;



}

#voice a.voice:hover .image{	
	background-position:0% 0%;
	
	
	
}




#voice .introduce{
	width:100%;
	box-sizing:border-box;
	margin:0 0%;
	margin-right:5%;
	padding:20px 20px;
	height:auto;
	top:0px;
	float:left;
	
	
	background-color:#fff;
	position:relative;
}



#voice a.voice:hover .introduce-blue{
	background-color:#3392BF;
	-webkit-transition: 1.0s ease-in-out;
	-moz-transition: 1.0s ease-in-out;
	-o-transition: 1.0s ease-in-out;
	transition: 1.0s ease-in-out;
}
#voice a.voice:hover .introduce-orange{
	background-color:#F46A4D;
	-webkit-transition: 1.0s ease-in-out;
	-moz-transition: 1.0s ease-in-out;
	-o-transition: 1.0s ease-in-out;
	transition: 1.0s ease-in-out;
}
#voice a.voice:hover .introduce-green{
	background-color:#6BB937;
	-webkit-transition: 1.0s ease-in-out;
	-moz-transition: 1.0s ease-in-out;
	-o-transition: 1.0s ease-in-out;
	transition: 1.0s ease-in-out;
}
#voice a.voice:hover .introduce-pink{
	background-color:#FF6FB7;
	-webkit-transition: 1.0s ease-in-out;
	-moz-transition: 1.0s ease-in-out;
	-o-transition: 1.0s ease-in-out;
	transition: 1.0s ease-in-out;
}
#voice a.voice:hover .introduce-purple{
	background-color:#976FAE;
	-webkit-transition: 1.0s ease-in-out;
	-moz-transition: 1.0s ease-in-out;
	-o-transition: 1.0s ease-in-out;
	transition: 1.0s ease-in-out;
}




#voice .tub{
	font-size:12px;
	color:#FFF;
	width:auto;
	text-align:center;
	line-height:20px;
	position:absolute;
	top:-10px;
	left:26px;
	padding:0 20px;
}





#voice .read-more{
	display:none;
	
	color:#FFF;
	width:100px;
	text-align:center;
	line-height:26px;
	position:absolute;
	bottom:0px;
	right:0px;
	color:#333;
	background-color:#fff;
	font-family: 'Rajdhani', sans-serif;
	padding-left:2px;
}

#voice a.voice:hover .read-more{
	bottom:5px;
	right:5px;
	-webkit-transition: 1.0s ease-in-out;
	-moz-transition: 1.0s ease-in-out;
	-o-transition: 1.0s ease-in-out;
	transition: 1.0s ease-in-out;
}



#voice .blue{
	background-color:#67b1d6;
}
#voice .orange{
	background-color:#f6846c;
}
#voice .green{
	background-color:#88cb58;
}
#voice .pink{
	background-color:#F9C;
	font-size:10px;
}
#voice .purple{
	background-color:#aa89bd;
}





#voice a.voice h2{
	font-size:18px;
	line-height:25px;
	height:auto;
	
	width:80%;
	
	margin:0;
	text-decoration:none;
	color:#000;
	margin:0;
	display:block;
}

#voice a.voice hr{
	margin:10px 0;
	margin-right:50%;
	
	border:0;
	border-bottom:#ccc solid 1px;
	width:50%;
	text-align:left;
	display:block;
}

#voice a.voice p{
	font-size:12px;
	line-height:14px;
	height:28px;
	text-decoration:none;
	color:#333;
	margin:0;
	display:block;


}

#voice a.voice:hover h2{
	color:#fff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#voice a.voice:hover hr{
	border-bottom:#fff solid 1px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#voice a.voice:hover p{
	color:#fff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}



#voice #total-photo{
	width:90%;
	height:300px;
	margin:auto;
	float:none;
	text-align:center;
	overflow:hidden;
}

#voice #Q-and-A{
	width:100%;
	margin:auto;
	float:none;
}

#voice .Q-yellow,.Q-green,.Q-blue,.Q-orange,.Q-purple,.Q-pink{
	line-height:25px;
	min-height:50px;
	padding-top:12.5px;
	padding-left:60px;
	font-weight:bold;
	font-size:16px;
	width:96%;
	box-sizing:border-box;
	margin:0 2%;
	background-repeat:no-repeat;
	background-size:50px auto;
}

#voice .Q-yellow{
	background-image:url(../voice_data/Q_yellow.png);
	color:#F4A11E;
}
#voice .Q-green{
	background-image:url(../voice_data/Q_green.png);
	color:#6bb937;
}
#voice .Q-blue{
	background-image:url(../voice_data/Q_blue.png);
	color:#0DC9E5;
}
#voice .Q-orange{
	background-image: url(../voice_data/Q_orange.png);
	color: #F46A4D;
}
#voice .Q-purple{
	background-image: url(../voice_data/Q_purple.png);
	color: #976FAE;
}
#voice .Q-pink{
	background-image: url(../voice_data/Q_pink.png);
	color: #FF6FB7;
}

#voice .YELL-yellow,.YELL-green,.YELL-blue,.YELL-purple,.YELL-orange,.YELL-pink{
	line-height:25px;
	min-height:50px;
	padding-top:12.5px;
	padding-left:60px;
	font-weight:bold;
	font-size:16px;
	width:96%;
	box-sizing:border-box;
	margin:0 2%;
	background-repeat:no-repeat;
	background-size:50px auto;
}
#voice .YELL-yellow{
	background-image:url(../voice_data/YELL_yellow.png);
	color:#F4A11E;
}
#voice .YELL-green{
	background-image:url(../voice_data/YELL_green.png);
	color:#6bb937;
}
#voice .YELL-blue{
	background-image: url(../voice_data/YELL_blue.png);
	color: #0DC9E5;
}
#voice .YELL-purple{
	background-image: url(../voice_data/YELL_purple.png);
	color: #976FAE;
}
#voice .YELL-orange{
	background-image: url(../voice_data/YELL_orange.png);
	color: #F46A4D;
}
#voice .YELL-pink{
	background-image: url(../voice_data/YELL_pink.png);
	color: #FF6FB7;
}

#voice .A{
	width:90%;
	margin:20px 5%;
	padding-left:0px;
	font-size:14px;
}








/*******************/


#voice #voice-menu{
	background:rgba(51,51,51,0.7);
	width:100%;
	padding:10px 10px 0 10px;
	position:fixed;
	bottom:0;
	right:0;
	left:0;
	height:80px;
	box-sizing:border-box;
}

#voice #voice-menu-bottom{
	background:rgba(61,61,61,1);
	width:100%;
	padding:10px 10px 0 10px;
	height:80px;
	position:relative;
	top:50px;
	box-sizing:border-box;
}

	
#voice .voice-menu{
	width:100%;
	margin:auto;
}






#voice .voice-menu .image{
	background-position:80% 28px;
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:9.5%;
	margin:0 0.25%;
	height:80px;
	text-decoration:none;
	background-size:100%;
}

#voice .voice-menu .image:hover{
	background-position:80% 0%;
}

#voice .voice-menu .image .voice-no-green{
	background-image:url(../voice_data/kind_green.png);
}
#voice .voice-menu .image .voice-no-blue{
	background-image:url(../voice_data/kind_blue.png);
}
#voice .voice-menu .image .voice-no-orange{
	background-image:url(../voice_data/kind_orange.png);
}
#voice .voice-menu .image .voice-no-purple{
	background-image:url(../voice_data/kind_purple.png);
}
#voice .voice-menu .image .voice-no-pink{
	background-image:url(../voice_data/kind_pink.png);
}


#voice .voice-menu .image .voice-no{
	font-size:16px;
	line-height:23px;
	padding-top:0px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	width:100%;
	height:25px;
	background-size:auto 25px;
	background-repeat:no-repeat;
	background-position:50% 0;
	font-family: 'Rajdhani', sans-serif;
}




#voice .voice-menu .image:hover .voice-no{
	display:none;
}


#voice .voice-menu .image .job-kind{
	display:block;
	width:90%;
	height:20px;
	line-height:20px;
	margin-top:60px;
	display:block;
	text-align:center;
	color:#FFF;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	font-weight:bold;
	border:#FFF solid 1px;
	border-bottom:none;
	box-sizing:border-box;
	font-size:12px;
	z-index:300;
}

#voice .voice-menu .image .job-kind-green{
	background-color:#6ab936;
	background-color:#b3d465;
	background-color:#8fcb68;
}
#voice .voice-menu .image .job-kind-blue{
	background-color:#0bc9e5;
	background-color:#66e7f9;
	background-color:#48d7ec;
}
#voice .voice-menu .image .job-kind-orange{
	background-color:#f5694c;
	background-color:#f28a76;
}
#voice .voice-menu .image .job-kind-purple{
	background-color:#976eae;
	background-color:#c490bf;
}
#voice .voice-menu .image .job-kind-pink{
	background-color:#ff6eb7;
	background-color:#f091d0;
}


}