/*下層アバウトページ*/

/*企業理念 philosophy*/
#philosophy {
	margin-top: 100px;
	padding-bottom: 150px;
	background: url(../img/abuotus/philosophy_bg.jpg)center bottom/100% auto no-repeat;
}
#philosophy .cntBox {
	text-align: center;
	margin-top: 52px;
}
#philosophy .cntCopy {
	font-size: 39px;
	letter-spacing: 0.05em;
	line-height: 1.71794;
	color: #222;
	position: relative;
	z-index: 1;
}
.philosophy-text-wrapper{
	max-width: 875px;
  	margin: 0 auto;
  	width: 90%;
	margin-top: 60px;
}
.philosophy-text{
	text-align: left;
	max-width: 844px;
	position: relative;
	font-size: 18px;
	color: #444444;
	line-height: 2;
	margin: 0 auto 35px;
}
.philosophy-text::before{
	content: "";
	display: inline-block;
	height: 2px;
	width: 17px;
	border-radius: 1px;
	position: absolute;
	left: -30px;
  	top: 18px;
}
.philosophy-text01::before{
	background-color: #1283CC;
}
.philosophy-text02::before{
	background-color: #B82C69;
}
.philosophy-text03::before{
	background-color: #3A7F40;
}
.philosophy-text04::before{
	background-color: #E3A623;
}
#philosophy .cntText {
	margin-top: 56px;
	line-height: 2.5;
	color: #444;
	position: relative;
	z-index: 1;
}
#philosophy .cntImg {
	width: 100%;
	position: relative;
	margin-top: -60px;
}
#philosophy .cntImg::before {
	content: "";
	display: block;
	padding-top: 20.2049%;
}
#philosophy .cntImg img {
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-position: center;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
div.map{
	border: 2px solid #3A7F40;
	background-color: #3A7F40;
	width: 90%;
	max-width:800px;
	height:373px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 18px;
}
div.map iframe{
	mix-blend-mode: hard-light;
}
.access-text{
	text-align: center;
	margin-bottom: 18px;
}
.cntBtn-map{
	width: 300px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.cntBtn-map a svg {
	fill: #FFF;
	transition: all .3s ease 0s;
	vertical-align: -2px;
	margin-right: 5px;
}
.cntBtn-map a:hover svg{
	fill: #3A7F40;
}


@media screen and (max-width: 767px) {
	#philosophy {
		margin-top: 50px;
		padding-bottom: 50px;
		background-size: 150%;
	}
	#philosophy .cntBox {
		margin-top: 26px;
	}
	#philosophy .cntCopy {
		font-size: 2.7rem;
		display: inline-block;
		padding-left: 20px;
		padding-right: 20px;
	}
	#philosophy .cntCopy::before {
		top: 30px;
		width: 93%;
		transform: translateX(0);
		left: 4%;
		height: 10px;
	}
	#philosophy .cntCopy::after {
		bottom: 51px;
		width: 93%;
		transform: translateX(0);
		left: 4%;
		height: 10px;
	}
	#philosophy .cntText {
		margin-top: 28px;
		padding-right: 20px;
		padding-left: 20px;
	}
	#philosophy .cntImg {
		margin-top: 20px;
	}
	.philosophy-text-wrapper{
		max-width: 85%;
	}
	.philosophy-text{
		font-size: 16px;
	}
	.philosophy-text::before{
		left: -23px;
	}
}

/*会社概要 company*/
#company {
	padding-top: 58px;
	padding-bottom: 80px;
	background-color: #FDF8F0;
}
#company .cntBox {
	width: 928px;
	max-width: 100%;
	margin: 60px auto 0;
	padding-left: 25px;
	padding-right: 25px;
}
#company .cntRow:first-child {
	border-top: 1px solid #9B9B9B;
}
#company .cntRow {
	display: flex;
	align-items: baseline;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #9B9B9B;
}
#company .cntDt {
	letter-spacing: 0.05em;
	color: #222;
	width: 196px;
}
#company .cntDd {
	line-height: 1.53;
	width: calc(100% - 196px);
	color: #222;
}
#company .cntBtn {
	margin-top: 60px;
	display: flex;
	justify-content: center;
}
#company .cntBtn a {
	background-color: #3A7F40;	
}
#company .cntCopy {
	margin-top: 17px;
	text-align: center;
	font-size: 14px;
}


@media screen and (max-width: 767px) {
	#company {
		padding-top: 29px;
		padding-bottom: 40px;
	}
	#company .cntBox {
		margin-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#company .cntDt {
		width: 120px;
	}
	#company .cntDd {
		width: calc(100% - 120px);
	}
	#company .cntDt{
		padding-left: 5px;
		font-size: 1.4rem;
	}
	#company .cntDd{
		font-size: 1.4rem;
	}
	.access-title{
		margin-top: 60px;
	}
	#contact .cntTitleContact h1{
		font-size: 22px;
	}
}