@charset "utf-8";

/*************************************************
 * Description: 【トップ】当サイトについて
 * Package: about
 * Author: Japan Electronic Industrial Arts Co.Ltd.
 * Update: 2017/11/
 * Notes: 
*************************************************/
#block_about {
	background: url(../../../img/block/about/bg.jpg) no-repeat 0 0;
	background-size: cover;
	padding: 0;
	margin: 0 auto;
}

/* ==============================================
 * about
=============================================== */
#block_about_bihaku {
}
#block_about_bihaku .wrap {
}
#block_about_bihaku .text {
	color: #333333;
	text-align: justify;
}
#block_about_bihaku .about_bihaku_btn {
}
@media ( max-width: 767px ) {
	#block_about_bihaku {
	}
	#block_about_bihaku .wrap {
		padding: 10px;
	}
	#block_about_bihaku .text {
		font-size: 13px;
	}
	#block_about_bihaku .about_bihaku_btn {
		margin-top: 10px;
	}
}
@media ( min-width: 768px ) and ( max-width: 979px ) {
	#block_about_bihaku {
	}
	#block_about_bihaku .wrap {
		padding: 0 30px;
	}
	#block_about_bihaku .text {
		font-size: 13px;
	}
	#block_about_bihaku .about_bihaku_btn {
		margin-top: 30px;
		text-align: center;
	}
}
@media ( min-width: 980px ) {
	#block_about_bihaku {
	}
	#block_about_bihaku .wrap {
		/*padding: 0 40px 40px;*/
		max-width: 700px;
		margin: 0 auto;
	}
	#block_about_bihaku .text {
		font-size: 13px;
		line-height: 1.67;
	}
	#block_about_bihaku .about_bihaku_btn {
		margin-top: 45px;
		text-align: center;
	}
}
@media ( min-width: 1280px ) {
	#block_about_bihaku {
		overflow: hidden;
	}
	#block_about_bihaku .wrap {
		max-width: 100%;
		width: 50%;
		float: right;
		padding: 3.125vw 5.2vw;
		box-sizing: border-box;
	}
}


/* ==============================================
 * commit
=============================================== */
#block_about_commit {
	max-width: 1530px;
	margin: 0 auto;
}
#block_about_commit .commit_list {
}
#block_about_commit .commit_list li {
}
#block_about_commit .commit_list .area_title {
}
#block_about_commit .commit_list h3 {
	width: 100%;
	padding-top: 100%;
	height: 0;
	border: solid 2px #937E59;
	border-radius: 50%;
	box-sizing: border-box;
	position: relative;
}
#block_about_commit .commit_list h3 .pic {
	display: block;
	width: calc(100% - 10px);
	height:  calc(100% - 10px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-repeat: no-repat;
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
	z-index: 1;
}

#block_about_commit .commit_list h3 .title {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 21px;
	color: #555555;
	text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}
#block_about_commit .commit_list .text {
	color: #333333;
}
@media ( max-width: 767px ) {
	#block_about_commit {
		padding: 10px;
	}
	#block_about_commit .commit_list li {
	}
	#block_about_commit .commit_list li + li {
		margin-top: 10px;
	}
	#block_about_commit .commit_list .area_title {
		max-width: 250px;
		margin: 0 auto;
	}
	#block_about_commit .commit_list h3 {
	}
	#block_about_commit .commit_list h3 .title {
		font-size: 20px;
	}
	#block_about_commit .commit_list .text {
		font-size: 13px;
		margin-top: 10px;
	}
}
@media ( min-width: 768px ) {
	#block_about_commit .commit_list {
		display: flex;
		justify-content: space-between;
	}
	#block_about_commit .commit_list li {
		flex: 0 1 auto;
		width: calc((100% - 6vw) / 3);
		margin-left: 3vw;
		max-width: 459px;
	}
	#block_about_commit .commit_list li:first-child {
		margin-left: 0;
	}
	#block_about_commit .commit_list .text {
		font-size: 13px;
		line-height: 1.67;
		max-width: 400px;
		margin: 1.5em auto 0;
	}
}
@media ( min-width: 768px ) and ( max-width: 979px ) {
	#block_about_commit {
		padding: 0 30px 30px;
	}
}
@media ( min-width: 980px ) {
	#block_about_commit {
	padding: 0 40px 20px;
	}
}
