@charset "utf-8";
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
.companyPageTitle .inner {
	background-image: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url(../img/company/company-top.jpg);
}
.companyIntro {
	padding: 0 0 7.2rem;
}
.companyIntro .content {
	max-width: 92rem;
	text-align: center;
}
.companyIntro .enTitle {
	margin-bottom: 1.8rem;
	color: #9a2923;
	font-size: 2.4rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
}
.companyIntro h3 {
	margin-bottom: 2.4rem;
	font-size: 3.6rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	line-height: 1.6;
}
.companyIntro .lead {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
}
.sectionHead {
	margin-bottom: 3.8rem;
}
.sectionHead .en {
	margin-bottom: 1rem;
	display: block;
	color: #9a2923;
	font-size: 2.2rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
}
.sectionHead h3 {
	font-size: 3.2rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	line-height: 1.5;
}
.philosophySection {
	padding: 7.4rem 0 8rem;
	background: #f8f9fa;
}
.cultureBox {
	display: grid;
	grid-template-columns: 1fr 42rem;
	gap: 5rem;
	align-items: center;
}
.cultureBox .textBox h4 {
	margin-bottom: 2.4rem;
	font-size: 2.8rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	line-height: 1.65;
}
.cultureBox .textBox p {
	margin-bottom: 1.8rem;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.9;
}
.cultureBox .textBox p:last-child {
	margin-bottom: 0;
}
.cultureBox .photo img {
	width: 100%;
	aspect-ratio: 420 / 320;
	object-fit: cover;
	display: block;
}
.profileSection {
	padding: 8rem 0;
}
.profileCompanyList {
	display: grid;
	gap: 4.2rem;
}
.profileTable {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #d7d7d7;
}
.profileTable th,
.profileTable td {
	padding: 2.4rem 0;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.8;
	text-align: left;
	border-bottom: 1px solid #d7d7d7;
}
.profileTable th {
	width: 22rem;
	color: #9a2923;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
}
.profileTable a {
	text-decoration: underline;
	text-underline-offset: 0.3rem;
}
.accessSection {
	padding: 7.6rem 0 8.4rem;
	background: #f2f2f2;
}
.accessMap iframe {
	width: 100%;
	height: 42rem;
	display: block;
	border: 0;
}
.companyLinks {
	padding: 7rem 0 8rem;
}
.companyLinks ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.8rem;
}
.companyLinks a {
	padding: 2.2rem 2rem 2.6rem;
	min-height: 100%;
	display: block;
	background: #fff;
	border: 1px solid #d8d8d8;
	text-align: center;
}
.companyLinks a:hover {
	opacity: 0.8;
}
.companyLinks img {
	margin-bottom: 1.8rem;
	width: 100%;
	display: block;
}
.companyLinks p {
	font-size: 1.6rem;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	line-height: 1.7;
}
@media all and (max-width: 896px) {
	.companyIntro {
		padding-bottom: 5rem;
	}
	.companyIntro .enTitle {
		margin-bottom: 1rem;
		font-size: 1.7rem;
	}
	.companyIntro h3 {
		margin-bottom: 1.8rem;
		font-size: 2.4rem;
	}
	.companyIntro .lead {
		font-size: 1.5rem;
		text-align: left;
	}
	.sectionHead {
		margin-bottom: 2.8rem;
	}
	.sectionHead .en {
		font-size: 1.7rem;
	}
	.sectionHead h3 {
		font-size: 2.4rem;
	}
	.philosophySection,
	.profileSection,
	.accessSection,
	.companyLinks {
		padding: 5rem 0;
	}
	.cultureBox {
		display: block;
	}
	.cultureBox .textBox {
		margin-bottom: 2.8rem;
	}
	.cultureBox .textBox h4 {
		font-size: 2.1rem;
	}
	.cultureBox .textBox p {
		font-size: 1.5rem;
	}
	.profileCompanyList {
		gap: 3rem;
	}
	.profileTable,
	.profileTable tbody,
	.profileTable tr,
	.profileTable th,
	.profileTable td {
		display: block;
		width: 100%;
	}
	.profileTable th {
		padding: 1.6rem 0 0.4rem;
		font-size: 1.5rem;
		border-bottom: 0;
	}
	.profileTable td {
		padding: 0 0 1.6rem;
		font-size: 1.5rem;
	}
	.accessMap iframe {
		height: 28rem;
	}
	.companyLinks ul {
		display: block;
	}
	.companyLinks li {
		margin-bottom: 1.6rem;
	}
	.companyLinks li:last-child {
		margin-bottom: 0;
	}
	.companyLinks a {
		padding: 1.8rem 1.6rem 2.2rem;
	}
	.companyLinks img {
		margin-bottom: 1.4rem;
	}
	.companyLinks p {
		font-size: 1.4rem;
	}
}
