@charset "utf-8";
@font-face {
	font-family: "NotoSansJP";
	font-weight: 100 900;
	src: url("../fonts/SourceHanSansJP-VF.otf.woff2") format("woff2"), url("../fonts/SourceHanSansJP-VF.otf") format("opentype");
}

body.cnext-company-page {
	margin: 0;
	color: #17242b;
	background-color: #f4f6f7;
	font-family: "NotoSansJP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	line-height: 1.8;
}

body.cnext-company-page a {
	color: inherit;
}

.company-site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 28px clamp(20px, 5vw, 80px);
	background-color: #fff;
	border-bottom: 1px solid #e4e8eb;
}

.company-site-logo {
	color: #04384c;
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
}

.company-site-nav {
	display: flex;
	align-items: center;
	gap: clamp(18px, 3vw, 44px);
	font-size: 14px;
	font-weight: 700;
}

.company-site-nav a {
	text-decoration: none;
}

.company-site-nav a[aria-current="page"] {
	color: #2bbecf;
}

.company-page-main {
	overflow: hidden;
}

.company-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	align-items: stretch;
	min-height: 520px;
}

.company-hero-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(64px, 9vw, 140px) clamp(24px, 6vw, 96px);
	background-color: #04384c;
	color: #fff;
}

.company-eyebrow {
	margin: 0 0 20px;
	color: #2bbecf;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
}

.company-hero h1 {
	margin: 0;
	font-size: clamp(46px, 7vw, 96px);
	font-weight: 900;
	line-height: 1.05;
}

.company-hero p:last-child {
	max-width: 560px;
	margin: 32px 0 0;
	font-size: clamp(15px, 1.6vw, 18px);
}

.company-hero-image {
	min-height: 520px;
}

.company-hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.company-profile {
	width: min(100% - 40px, 1080px);
	margin: 96px auto 120px;
}

.company-profile-head {
	margin-bottom: 40px;
}

.company-profile-head h2 {
	margin: 0;
	color: #04384c;
	font-size: clamp(34px, 5vw, 64px);
	line-height: 1.1;
}

.company-table {
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
	font-size: 15px;
	line-height: 1.9;
}

.company-table th,
.company-table td {
	padding: 24px 30px;
	border-bottom: 1px solid #e5e8ea;
	vertical-align: top;
	text-align: left;
}

.company-table th {
	width: 28%;
	color: #04384c;
	background-color: #f7f9fa;
	font-weight: 900;
}

.company-business-list {
	margin: 0;
	padding-left: 1.3em;
	list-style: decimal;
}

.company-business-list li + li {
	margin-top: 0.8em;
}

.company-note {
	color: #68747a;
	font-size: 0.9em;
}

@media screen and (max-width: 767px) {
	.company-site-header {
		align-items: flex-start;
		flex-direction: column;
		padding: 22px 20px;
	}

	.company-site-nav {
		width: 100%;
		justify-content: space-between;
		gap: 12px;
		font-size: 12px;
	}

	.company-hero {
		display: flex;
		flex-direction: column;
		min-height: 0;
	}

	.company-hero-text {
		padding: 56px 24px;
	}

	.company-hero-image {
		min-height: 300px;
	}

	.company-profile {
		width: calc(100% - 32px);
		margin: 56px auto 72px;
	}

	.company-table,
	.company-table tbody,
	.company-table tr,
	.company-table th,
	.company-table td {
		display: block;
		width: 100%;
	}

	.company-table {
		font-size: 14px;
	}

	.company-table th {
		padding: 18px 20px 6px;
		border-bottom: none;
	}

	.company-table td {
		padding: 0 20px 18px;
	}

}
