@charset "UTF-8";

.page_company_main {
	background: #F5F5F5;
	padding: 145px 0;
}

.page_company_main .title_box .title {
	font-size: 40px;
	letter-spacing: .08em;
	font-weight: 700;
	line-height: 1.4;
}

.breadcrumb {
	margin-top: 1em;
}

.page_company .common_page_wrap {
	padding: 90px 0 145px;
}

.company_profile_sec .cont dl {
	border-top: 1px solid #F44747;
	display: flex;
}

.company_profile_sec .cont dl dt {
	flex-shrink: 0;
	width: 19.5%;
	border-top: 4px solid #F44747;
	padding: 1em;
	font-size: 20px;
	letter-spacing: .08em;
	font-weight: 700;
}

.company_profile_sec .cont dl dd {
	width: 100%;
	font-size: 16px;
	letter-spacing: .08em;
	line-height: 1.5;
	padding: 1.8em 5.3em;
}

.section_access {
	margin: 150px 0;
}

.section_access .box {
	width: 48%;
}

.section_access .box .title {
	font-size: 30px;
	letter-spacing: .1em;
	margin-bottom: .5em;
	padding-left: 60px;
	position: relative;
}

.section_access .box .title:before {
	content: "";
	width: 30px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
}

.section_access .box .address {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
	letter-spacing: .1em;
	margin-bottom: 2em;
}

.section_access .box .map iframe {
	width: 100%;
}

.section_history .cont {
	width: 800px;
	margin-left: 300px;
}

.section_history dl + dl {
	margin-top: 40px;
}

.section_history dl {
	align-items: center;
	justify-content: space-between;
}

.section_history dl dt {
	width: 15%;
	border-right: 1px solid;
}

.section_history dl dd {
	width: 80%;
}

@media (max-width: 750px) {
	.page_company_main {
		padding: 20vw 0;
	}

	.page_company_main .title_box .title {
		font-size: 5.2vw;
	}

	.page_company .common_page_wrap {
		padding: 10vw 0 25vw;
	}

	.company_profile_sec .cont dl {
		display: block;
		padding: 5vw 5vw 4vw;
		position: relative;
	}

	.company_profile_sec .cont dl dt {
		width: 100%;
		border: none;
		padding: 0;
		font-size: 4.1vw;
		margin-bottom: 0.1em;
	}

	.company_profile_sec .cont dl dd {
		font-size: 3.6vw;
		padding: 0;
	}

	.company_profile_sec .cont dl dd a {
		color: #fff;
	}

	.company_profile_sec .cont dl::before {
		content: "";
		width: 18vw;
		height: 4px;
		background: #F44747;
		position: absolute;
		top: 0;
		left: 0;
	}

	.section_access {
		margin: 20vw 0;
	}
	
	.section_access .box {
		width: 100%;
	}

	.section_access .box:first-child {
		margin-bottom: 10vw;
	}
	
	.section_access .box .title {
		font-size: 5vw;
		padding-left: 10vw;
	}
	
	.section_access .box .title:before {
		width: 6vw;
	}
	
	.section_history .cont {
		width: 100%;
		margin-left: 0;
	}
	
	.section_history dl + dl {
		margin-top: 10vw;
	}
	
	.section_history dl dt {
		width: 30%;
	}
	
	.section_history dl dd {
		width: 60%;
	}
}