@charset "UTF-8";
.head-company .background{
	background-image:url(../img/company/bg-eyecatch.jpg);
}
.philosophy{
	width:960px;
	margin:70px auto 100px;
}
.philosophy__head{
	font-size:3.6rem;
	margin-bottom:60px;
}
.philosophy-info{
	margin-bottom:70px;
}
.philosophy-info__head{
	font-size:2.8rem;
	margin-bottom:30px;
	color:#eb6834;
}
.philosophy-info__desc{
	font-size:1.8rem;
	line-height:2;
}
.philosophy-info__pic{
	margin-top:30px;
}
.greeting{
	width:960px;
	margin:70px auto ;
}
.greeting__head{
	font-size:3.6rem;
	margin-bottom:30px;
}
.greeting__desc{
	font-size:1.8rem;
	line-height:2;
}
.products-flow-info{
	margin-bottom:25px;
	border:solid 1px #000;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:center;
	-webkit-align-items:center;
}
.greeting__person-pic{
	float:right;
	width:400px;
	height:400px;
	border-radius:100%;
	margin:0 0 30px 30px;
}
.greeting__perseon{
	margin:50px 0 0;
	font-size:2.2rem;
}
.company-pic{
	margin:0px 0 100px;
	text-align:center;
}
.wrap-outline{
	overflow:hidden;
	position:relative;
	height:900px !important;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	-webkit-justify-content:center;
	align-items:center;
	-webkit-align-items:center;	
}
.wrap-outline .background{
	position:absolute;
	background-image:url(../img/company/bg-company.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.outline{
	width:calc(960px - 160px - 160px);
	padding: 100px 160px 100px 160px;
	position:relative;
	background:rgba(255,255,255,0.7);
}
.outline__head{
	font-size:3.6rem;
	margin-bottom:44px;
}
.outline__table{
	text-align: center;
	font-size:2.0rem;
	line-height:1.6;
}
.outline__table th{
	width:200px;
	text-align:left;
}
.outline__table td{
	font-size:1.8rem;
	text-align:left;
	padding:10px 0;
}
.factory{
	width:960px;
	margin:60px auto 60px;
}
.factory__head{
	font-size:3.6rem;
	margin-bottom:44px;
}
.factory-info{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
.factory-info__item{
	width:460px;
	line-height:1.6;
	font-size:1.8rem;
}
.factory-info__item-head{
	font-size:2.2rem;
	margin-bottom:16px;
}
.head-txt-strong{
	position: relative;
}
.head-txt-strong:after{
	width:100%;
	content:"";
	position: absolute;
	bottom:-8px;
	left:0;
	border-bottom:solid 1px #eb6834;
}
.txt-strong-color{
	color:#ff0000;
}