@charset "UTF-8";
/* CSS Document */
/* mainArea */
.mainArea .inner {
	background-image:url("../img/company/h1_main.jpg");
}

/* denkiArea */
.companyArea .inner {
	padding: 50px 20px 70px;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}
.companyArea .inner h1 {
	font-size: 26px;
	line-height: 1;
	color: #363636;
	font-weight: 700;
	display: inline-block;
	padding: 0 20px;
	position: relative;
}
.companyArea .inner h1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 28px;
	background-color: #363636;
}
.companyArea .inner h1:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 28px;
	background-color: #363636;
}
.companyArea .inner .txt {
	font-size: 17px;
	line-height: 1.6;
	padding-top: 50px;
	font-weight: 500;
	text-align: left;
}
.companyArea .inner .txt02 {
	font-size: 17px;
	line-height: 1.6;
	padding-top: 20px;
	font-weight: 500;
	text-align: left;
}
.companyArea .inner .area {
	padding: 30px 0 50px;
}
.companyArea .inner .h2Area h2 {
	font-size: 18px;
	font-weight: 500;
	padding-top: 20px;
}
.companyArea .inner .descArea {
	max-width: 600px;
	margin: 0 auto;
	padding: 120px 0 0;
	position: relative;
}
.companyArea .inner .descArea:before {
	content: "";
	position: absolute;
	top: 40px;
	left: 50%;
	width: 30px;
	height: 30px;
	transform: translateX(-50%);
	background-image: url("../img/company/mark.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.companyArea .inner .descArea .company {
	padding-bottom: 30px;
}
.companyArea .inner .descArea .company dl {
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #363636;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.companyArea .inner .descArea .company dl dt {
	width: 25%;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	padding-left: 20px;
}
.companyArea .inner .descArea .company dl dd {
	width: 75%;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	padding-right: 20px;
}
.companyArea .inner .descArea .map {
	padding-bottom: 40px;
	height: 320px;
}

@media screen and (max-width: 1000px) {
	.companyArea .inner h1 {
		font-size: 24px;
	}
	.companyArea .inner h1:before {
		height: 26px;
	}
	.companyArea .inner h1:after {
		height: 26px;
	}
}

@media screen and (max-width: 767px) {
/* companyArea */
	.companyArea .inner {
		padding: 45px 8vw 25px;
		max-width: 100%;
	}
	.companyArea .inner h1 {
		font-size: 22px;
		padding: 0 15px;
	}
	.companyArea .inner h1:before {
		height: 24px;
	}
	.companyArea .inner h1:after {
		height: 24px;
	}
	.companyArea .inner .txt {
		font-size: 15px;
		line-height: 1.4;
		padding-top: 25px;
	}
	.companyArea .inner .txt02 {
		font-size: 15px;
		line-height: 1.4;
		padding: 15px 0 20px;
	}
	.companyArea .inner .area {
		padding: 0 0 20px;
		text-align: left;
	}
	.companyArea .inner .h2Area h2 {
		font-size: 15px;
	}
	.companyArea .inner .descArea {
		max-width: 100%;
		padding: 60px 0 0;
	}	
	.companyArea .inner .descArea .company {
		padding: 30px 0 20px;
	}	
	.companyArea .inner .descArea:before {
		top: 20px;
	}
	.companyArea .inner .descArea .company dl {
		margin-bottom: 10px;
	}
	.companyArea .inner .descArea .company dl dt {
		padding-left: 0;
		font-size: 14px;
		line-height: 1.2;
	}
	.companyArea .inner .descArea .company dl dd {
		font-size: 14px;
		line-height: 1.2;
		padding-right: 0;
	}
	.companyArea .inner .descArea .map {
		padding-bottom: 30px;
		height: 200px;
	}
}

@media screen and (max-width: 500px) {
	.companyArea .inner h1 {
		font-size: 20px;
	}
	.companyArea .inner h1:before {
		height: 22px;
	}
	.companyArea .inner h1:after {
		height: 22px;
	}
	.companyArea .inner ul li {
		padding-bottom: 20px;
	}
	
}













