@charset "utf-8";

/*====================================================================

共通

====================================================================*/

/*--------------------------------------------------------------------
#mv
--------------------------------------------------------------------*/
#figure #mv {
	font-family: "Hiragino Mincho ProN","游明朝体", "Yu Mincho", YuMincho,"HG明朝E","ＭＳ Ｐ明朝", serif;
	padding: 35px 0;
	margin-bottom: 30px;
	text-align: center;
}
#figure #mv h1 {
	font-size: 34px;
	font-weight: normal;
	line-height: 40px;
}

#figure #mv p {
	color: #9cbb1c;
	line-height: 22px;
	padding-top: 6px;
}

#figure .sp_br {
	display: none;
}

@media print, screen and (max-width: 768px) {
	#figure #mv {
		padding: 20px 0;
	}
	#figure #mv h1 {
		font-size: 24px;
		line-height: 30px;
	}
	#figure #mv p {
		padding-top: 3px;
	}

}

@media print, screen and (max-width: 480px) {
	#figure #mv {
		margin-bottom: 20px;
	}
	#figure .sp_br {
		display: block;
	}
}

/*====================================================================

求める人物像

====================================================================*/

/*--------------------------------------------------------------------
#mv
--------------------------------------------------------------------*/
#figure #mv {
	background: #efefef;
}

#figure h2 {
	font-family: "Hiragino Mincho ProN","游明朝体", "Yu Mincho", YuMincho,"HG明朝E","ＭＳ Ｐ明朝", serif;
	font-size: 34px;
	font-weight: normal;
	line-height: 48px;
	text-align: center;
	margin-bottom: 60px;
}


/*--------------------------------------------------------------------
.figure_list
--------------------------------------------------------------------*/
#figure .figure_list {
	display: table;
	width: 100%;
	margin-bottom: 50px;
}
#figure .figure_list dt,
#figure .figure_list dd {
	display: table-cell;
	vertical-align: top;
}
#figure .figure_list dt {
	width: 60px;
}
#figure .figure_list dd h3 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 5px;
}


@media print, screen and (max-width: 768px) {
	#figure h2 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 40px;
	}
	#figure .figure_list {
		margin-bottom: 40px;
	}
	#figure .figure_list dt {
		width: 50px;
		padding-right: 10px;
	}
	#figure .figure_list dd h3 {
		font-size: 18px;
	}
}

@media print, screen and (max-width: 480px) {
	#figure h2 {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	#figure .figure_list {
		margin-bottom: 30px;
	}
	#figure .figure_list dt {
		width: 45px;
	}
	#figure .figure_list dd h3 {
		font-size: 16px;
	}
}


/*--------------------------------------------------------------------
.voice
--------------------------------------------------------------------*/
.voice {
	background: #eae8e1 url(../img/img01.jpg) no-repeat bottom right;
	padding: 60px 0 60px 40px;
	margin-bottom: 100px;
}
.voice .block01 {
	margin-bottom: 25px;
}
.voice .sp_img {
	display: none;
}

@media print, screen and (max-width: 992px) {
	.voice {
		padding: 30px 0 30px 40px;
		background-size: 30% auto;
	}
	.voice .block02 p {
		width: 75%;
	}
}

@media print, screen and (max-width: 768px) {
	.voice {
		padding-right: 20px;
		padding-left: 30px;
		margin-bottom: 50px;
		background-size: 40% auto;
	}
	.voice .block02 p:nth-child(1) {
		width: 80%;
	}
}

@media print, screen and (max-width: 480px) {
	.voice {
		background: #eae8e1;
		padding: 20px 0 0 20px;
	}
	.voice .block01 {
		padding-right: 20px;
	}
	.voice .block02 {
		background: url(../img/img01.jpg) no-repeat bottom right;
		background-size: 145px auto;
		padding-bottom: 20px;
	}
	.voice .block02 p:nth-child(1) {
		padding-right: 20px;
		width: 100%;
	}
	.voice .block02 p:nth-child(2) {
		width: 70%;
	}
	.voice .sp_img {
		display: block;
		float: right;
		width: 150px;
	}
}

