@charset "utf-8";

/* ────────────────────────────────────────────

max-width: 767px 

──────────────────────────────────────────── */

:root {
	--main-color: #093F71;
	--second-color: #6B8CAA;
	--lightblue-color: #CED9E3;
}
.companyTop section>div {
	margin-bottom: 50px;
}
.companyTop #topMessage .topMessageImage .topTextBox {
	position: relative;
	margin-bottom: -3%;
	z-index: 2;
	width: 75%;
}
.companyTop #topMessage .topMessageWrap p.sentense {
	font-weight: normal;
}
.companyTop #topMessage .topMessageWrap p.topName {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.1;
	margin-bottom: 30px;
}
.companyTop #companyProfile .sectionTitle {
	background: url(/lib/img/company/top/bg_company_profile_sp.png) no-repeat;
	background-size: 100% 100%;
	padding: 50px 0 300px;
	margin-bottom: 80px;
}
#businessContent h3.mainSentense {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	max-width: none;
	line-height: 1;
}
#businessContent .subTtl{
	margin: 25px auto 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7;
}
.companyTop #businessContent .contentArea .contentBox {
	margin: 20px auto 30px;
}
.companyTop #businessContent .contentArea .contentBox:last-child {
	border-bottom: none;
}
.companyTop #businessContent .contentArea .contentBox h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
}
.companyTop #businessContent .contentArea .contentBox figure {
	width: 100vw;
	margin: 0 calc(50% - 50vw) 10px;
}
.companyTop #businessContent .contentArea .contentBox ul li {
	font-size: 16px;
	line-height: 1.8;
}
.companyTop .tableWrap {
	margin-bottom: 20px;
}
.companyTop .tableWrap dl {
	display: grid;
	grid-template-columns: 2fr 3fr;
}
.companyTop .tableWrap dt {
	color: var(--second-color);
	font-weight: 700;
}
.companyTop .tableWrap dt {
	font-weight: 500;
}
.companyTop .tableWrap dt,
.companyTop .tableWrap dd {
	font-size: 14px;
	line-height: 1.3;
	border-bottom: 1px solid #CED9E3;
	padding: 15px 0;
}
.companyTop .tableWrap dd ul li {
	font-size: 14px;
	line-height: 1.3;
}
.companyTop .tableWrap dd .linkWrap {
	margin-top: 10px;
}
.companyTop .linkWrap a {
	position: relative;
	display: block;
	width: fit-content;
	border-radius: 35px;
	background: #093F71;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 8px 62px;
	text-decoration: none;
}
.companyTop .linkWrap a::after {
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	top: 50%;
	right: 28px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	transform: rotate(45deg) translateY(-50%);
}
#companyPhilosophy .contentsTitle {
	font-size: 24px;
}
#companyPhilosophy .sentence {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#companyPhilosophy .sentence li {
	line-height: 1.7;
}
.companyTop #companyPhilosophy .contentArea {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 90%;
	margin: 0 auto;
}
#companyPhilosophy .companyPhilosophywrap {
	background: url(/lib/img/company/top/bg_logo.png) 45vw center no-repeat;
	background-size: contain;
	padding: 40px 0;
}
#companyPhilosophy .companyPhilosophywrap .contentArea .philosophy .sentence {
	text-align: center;
}