@charset "utf-8";
/* common fv */
.common_fv__inner {
	padding-bottom: 0;
}
.common_fv__ttl {
	width: 63%;
}
.common_fv__img {
	width: 38%;
}
/* company_content */
.company_content {
	padding-bottom: 10rem;
}
.company_detail {
	background: #efefef;
	padding: 5rem;
	margin-bottom: 8rem;
}
.company_detail dl {
	display: flex;
	font-size: 1.7rem;
	margin: 0 0 2.5rem;
}
.company_detail dl:last-child {
	margin-bottom: 0;
}
.company_detail dt {
	width: 12rem;
	line-height: 2;
}
.company_detail dd {
	line-height: 2;
}
.company_access__ttl {
	margin: 0 0 6rem;
	font-size: 2.2rem;
	color: #b10000;
	border-bottom: 2px solid #d3d3d3;
	padding-bottom: 1rem;
}
.company_access__inner {
	justify-content: space-between;
}
.access_map {
	width: 47%;
}
.access_map__inner {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	/* 16:9のアスペクト比 */
	height: 0;
}
.access_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.access_info {
	width: 47%;
	font-size: 1.7rem;
}
.access_info h4 {
	margin: 0 0 2rem;
	position: relative;
	padding-left: 2.5rem;
}
.access_info h4::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	background: #b10000;
	width: 18px;
	height: 18px;
	border-radius: 5rem;
}
.access_address {
	line-height: 2;
}
.access_metro {
	position: relative;
	padding-left: 2.5rem;
}
.access_metro::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	height: 2px;
	width: 14px;
	background: #b10000;
}
@media screen and (max-width: 768px){
	.common_fv__ttl {
		width: 100%;
		padding-top: 3rem;
	}
	.common_fv h2 {
		margin-bottom: 5rem;
	}
	/* company_content */
	.company_content {
		padding-bottom: 7rem;
	}
	.company_detail {
		padding: 5rem 3rem;
		margin-bottom: 5rem;
	}
	.company_detail dl {
		font-size: 1.3rem;
		margin-bottom: 2rem;
	}
	.company_detail dt {
		width: 30%;
	}
	.company_detail dd {
		margin: 0;
		width: 70%;
	}
	.company_access {
		padding: 0 3rem;
	}
	.company_access__ttl {
		margin: 0 0 3.5rem;
		font-size: 1.8em;
	}
	.company_access__inner {
		flex-direction: column-reverse;
	}
	.access_map {
		width: 100%;
	}
	.access_info {
		width: 100%;
		font-size: 1.4rem;
		padding-bottom: 2.5rem;
	}
	.access_info h4 {
		padding-left: 2rem;
		margin: 0;
	}
	.access_info h4::before {
		width: 14px;
		height: 14px;
	}
	.access_metro {
		padding-left: 2rem;
	}
	.access_metro::before {
		width: 10px;
	}
}
