@charset "UTF-8";

/* 会社概要 */
/* -------------------------------------------------- */
.companyNav {
	margin-bottom: 75px;
	padding: 40px 70px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-content: center;
	gap: 20px;
	background: #F5F6F5;
	font-family: "Zen Old Mincho", serif;
}

#outline {
	margin-bottom: 85px;
}

.outlineList {
	border-top: 2px solid #DADFDC;
}

.outlineList_item {
	min-height: 70px;
	display: grid;
	grid-template-columns: 290px 1fr;
	align-items: stretch;
	border-bottom: 2px solid #DADFDC;
	border-left: 2px solid #DADFDC;
	border-right: 2px solid #DADFDC;
}

.outlineList_item:nth-child(even) {
	background: #F9F9F9;
}

.outlineList dt {
	padding: 20px 24px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 1.5rem;
	line-height: 1.8;
	font-weight: bold;
}

.outlineList dd {
	display: flex;
	align-items: center;
	padding: 19px 30px;
	font-size: 1.5rem;
	line-height: 1.6;
}

.outlineList_list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.outlineList_list li::after {
	content: "／";
	display: inline-block;
}


/* アクセス */
/* ----------------------------------- */

.access_map:not(:last-child) {
	margin-bottom: 95px;
}

.access_map strong {
	padding-right: 20px;
	font-weight: bold;
}

.access_map p {
	padding-top: 10px;
}

.googlemap {
	width: 100%;
	height: 600px;
	background: #F5F6F5;
	overflow: hidden;
}

.googlemap iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.access article p {
	margin-top: 15px;
	font-size: 1.8rem;
	line-height: 1.4;
}

@media screen and (max-width: 1024px) {
	.companyNav {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 767px) {
	.companyNav {
		margin-bottom: 40px;
		padding: 24px 20px;
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.companyNav a {
		padding: 14px 35px 14px 12px;
		font-size: 1.2rem;
		height: 100%;
	}

	#outline {
		margin-bottom: 60px;
	}

	.outlineList .outlineList_item {
		grid-template-columns: 1fr;
	}

	.outlineList dt {
		padding: 16px 18px 0;
		justify-content: flex-start;
		text-align: left;
	}

	.outlineList dd {
		padding: 16px 18px;
		font-size: 1.4rem;
	}

	.googlemap {
		height: 400px;
	}

	.access_map strong {
		display: block;
	}

	.access article p {
		font-size: 1.4rem;
	}

	.access_map:not(:last-child) {
		margin-bottom: 40px;
	}
}
