@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
:root {
	--fontFamily_sansSerif : "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
	--color_dark : #262626;
	--color_light : #ffffff;
	--color_main : #f5f5f3;
	--color_sub : #cccccc;
	--color_sub2 : #f5f5f3;
	--color_acc : #ed7c02;
	--fz_h1 : 52px;
	--fz_xs : 15px;
	--fz_sm : 16px;
	--fz_md : 18px;
	--fz_lg : 24px;
	--fz_xl : 36px;
	--fw_sm : 400;
	--fw_md : 700;
	--fw_lg : 900;
	--lh_sm : 1.25;
	--lh_md : 1.667;
	--lh_lg : 2;
	--lh_xl : 2.25;
}
@media screen and (max-width: 768px) {
	:root {
		--fz_h1 : 26px;
		--fz_xs : 12px;
		--fz_sm : 14px;
		--fz_md : 16px;
		--fz_lg : 18px;
		--fz_xl : 22px;
		--lh_sm : 1.25;
		--lh_md : 1.5;
		--lh_lg : 1.667;
		--lh_xl : 2;
	}
}

.company_info_area .inner,.company_map_area .inner {
	width : 90%;
	max-width : 800px;
	margin : 0 auto;
}

.company_info_area dl {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-align : start;
	align-items : flex-start;
	-ms-flex-align : start;
	-webkit-box-pack : justify;
	-ms-flex-pack : justify;
	justify-content : space-between;
	width : 100%;
	height : auto;
	padding : 30px 15px;
}
@media screen and (max-width: 768px) {
	.company_info_area dl {
		-webkit-box-orient : vertical;
		-webkit-box-direction : normal;
		-ms-flex-direction : column;
		flex-direction : column;
		-webkit-box-pack : start;
		-ms-flex-pack : start;
		justify-content : flex-start;
		padding : 20px 5%;
	}
}
.company_info_area dl:nth-child(n+2) {
	border-top : 1px solid var(--color_sub);
}
.company_info_area dl dt {
	font-size : var(--fz_md);
	font-weight : var(--fw_lg);
	width : 170px;
	color : var(--color_acc);
}
@media screen and (max-width: 768px) {
	.company_info_area dl dt {
		width : 100%;
	}
}
.company_info_area dl dd {
	font-size : var(--fz_sm);
	font-weight : var(--fw_sm);
	width : calc(100% - 170px);
	color : var(--color_dark);
}
@media screen and (max-width: 768px) {
	.company_info_area dl dd {
		width : 100%;
		margin-top : 20px;
	}
}
.company_info_area dl dd ul {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-align : start;
	align-items : flex-start;
	-ms-flex-align : start;
	-webkit-box-pack : start;
	-ms-flex-pack : start;
	justify-content : flex-start;
}
.company_info_area dl dd ul:nth-child(n+2) {
	margin-top : 20px;
}
@media screen and (max-width: 768px) {
	.company_info_area dl dd ul:nth-child(n+2) {
		margin-top : 10px;
	}
}
.company_info_area dl:nth-child(7) {
	-webkit-box-align : center;
	align-items : center;
	-ms-flex-align : center;
}
.company_info_area dl:nth-child(7) dd ul {
	-webkit-box-align : center;
	align-items : center;
	-ms-flex-align : center;
}
.company_info_area dl:nth-child(7) dd ul li:nth-child(2) {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-align : center;
	align-items : center;
	-ms-flex-align : center;
	-webkit-box-pack : center;
	-ms-flex-pack : center;
	justify-content : center;
	width : 108px;
	height : 81px;
	margin-left : 50px;
}
.company_info_area dl:nth-child(7) dd ul li:nth-child(2) img {
	width : 100%;
	height : 100%;
	object-fit : cover;

	-o-object-fit : cover;
}
.company_info_area dl:last-child dd ul li small {
	font-size : 14px;
	display : block;
	margin-top : 20px;
	padding-left : 1em;
	text-indent : -1em;
}
@media screen and (max-width: 768px) {
	.company_info_area dl:last-child dd ul li small {
		font-size : 12px;
		margin-top : 10px;
	}
}
@media screen and (max-width: 768px) {
	.company_info_area dl:last-child dd ul li:nth-child(1) {
		width : 50px;
	}
}
.company_info_area dl:last-child dd ul li:nth-child(1) br {
	display : none;
}
@media screen and (max-width: 768px) {
	.company_info_area dl:last-child dd ul li:nth-child(1) br {
		display : block;
	}
}
@media screen and (max-width: 768px) {
	.company_info_area dl:last-child dd ul li:nth-child(2) {
		width : calc(100% - 50px);
		padding-left : 1em;
		text-indent : -1em;
	}
}

.company_map_area {
	margin : 30px auto 0;
}
.company_map_area .company_img_box {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	overflow : hidden;
	-webkit-box-align : center;
	align-items : center;
	-ms-flex-align : center;
	-webkit-box-pack : center;
	-ms-flex-pack : center;
	justify-content : center;
	width : 100%;
	max-width : 800px;
	height : 350px;
	border-radius : 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
	.company_map_area .company_img_box {
		height : 200px;
		border-radius : 15px 15px 0 0;
	}
}
.company_map_area .company_img_box img {
	width : 100%;
	height : 100%;
	object-fit : cover;

	-o-object-fit : cover;
}
.company_map_area .company_map_box {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	overflow : hidden;
	-webkit-box-align : center;
	align-items : center;
	-ms-flex-align : center;
	-webkit-box-pack : center;
	-ms-flex-pack : center;
	justify-content : center;
	width : 100%;
	max-width : 800px;
	height : 350px;
	border-radius : 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
	.company_map_area .company_map_box {
		height : 250px;
		border-radius : 0 0 15px 15px;
	}
}
.company_map_area .company_map_box iframe {
	width : 100%;
	height : 100%;
}
/*# sourceMappingURL=layout.css.map */
