@charset "UTF-8";
/* CSS Document */
.sttl_bg .sub_ttl .s_inner .left h1:before {
	content: "Company";
}
.sttl_bg .sub_ttl .s_inner .right .img {
	background-image: url("../img/company/sub_ttl_img.webp");
}

/* companyArea */
.companyArea .inner {
	padding: 120px 80px;
	margin: 0 auto;
}
.companyArea .inner dl {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #b1b1b1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.companyArea .inner dl:first-of-type {
	padding-top: 30px;
	border-top: 1px solid #b1b1b1;
}
.companyArea .inner dl dt {
	width: 280px;
	color: #6f6f6f;
}
.companyArea .inner dl dd {
	width: calc(100% - 280px);
	word-break: auto-phrase;
}

@media screen and (max-width: 1000px) {
/* companyArea */
	.companyArea .inner {
		padding: 50px 6vw 70px;
	}
}

@media screen and (max-width: 767px) {
/* companyArea */
.companyArea .inner dl {
		padding-bottom: 26px;
		margin-bottom: 26px;
		flex-direction: column;
	}
	.companyArea .inner dl dt {
		width: 100%;
		padding-bottom: 10px;
	}
	.companyArea .inner dl dd {
		width: 100%;
		line-height: 1.4;
	}
}

@media screen and (max-width: 600px) {
	/* companyArea */
		.companyArea .inner {
			padding-bottom: 34px;
		}
	}
