@charset "UTF-8";
/*----------
	corporate_profile
----------*/
/* 企業データ */
.profile-data__officer-sttl {
	margin: 26px 0 6px;
	font-size: 1.6rem;
	font-weight: bold;
}
.profile-data__officer-sttl:first-child {
	margin-top: 0;
}
.profile-data__officer, .profile-data__license {
	text-align: left;
	font-size: 1.4rem;
}
.profile-data__officer th, .profile-data__license th {
	width: 147px;
	padding-right: 1em;
}
.profile-data__qualified-personnel {
	font-size: 1.4rem;
}
.profile-data__qualified-personnel th {
	text-align: left;
}
.profile-data__qualified-personnel td {
	text-align: right;
	white-space: nowrap;
	padding-left: 2em;
}
@media (min-width: 768px), print {
	.profile-data__officer-sttl {
		margin: 25px 0 15px;
	}
	.profile-data__officer-sttl:first-child {
		margin-top: 0;
	}
	.profile-data__officer, .profile-data__license {
		font-size: 1.6rem;
	}
	.profile-data__officer th, .profile-data__license th {
		width: 195px;
		padding-right: 1em;
	}
	.profile-data__qualified-personnel {
		font-size: 1.6rem;
	}
	.profile-data__qualified-personnel td {
		padding-left: 5.5em;
	}
}

/* アクセスマップ */
.profile-access {
	margin-top: 10px;
}
.profile-access__address {
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
}
.profile-access__address-logo {
	display: flex;
	width: 172px;
	padding-right: 20px;
}
.profile-access__address-name {
	margin-bottom: 3px;
	font-size: 1.4rem;
	font-weight: bold;
}
.profile-access__address-text {
	font-size: 1.4rem;
}
.profile-access__visitor-sttl {
	margin-top: 0;
}
@media (min-width: 768px), print {
	.profile-access {
		display: flex;
		justify-content: space-between;
		margin-top: 80px;
	}
	.profile-access__address {
		display: block;
		margin-bottom: 0;
		text-align: left;
	}
	.profile-access__address-logo {
		display: block;
		width: 211px;
		margin-bottom: 14px;
		padding-right: 0;
	}
	.profile-access__address-name {
		margin-bottom: 6px;
		font-size: 1.6rem;
	}
	.profile-access__address-text {
		font-size: 1.6rem;
	}
	.profile-access__visitor-sttl {
		margin-bottom: 30px;
	}
	.profile-access__visitor-text {
		margin-bottom: 0;
	}
}

/* 印刷対応 override */
@media print {
	.c-button__inner,
	.c-table th,
	.c-heading-secondary::after,
	.c-heading-tertiary::before,
	.c-heading-quaternary::before {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
}



/* logo img */
.philosophy-logo {
	max-width: 350px;
	margin: 60px auto 40px;
}
@media (min-width: 768px), print {
	.philosophy-logo {
		max-width: 633px;
		margin-bottom: 60px;
	}
}

