.company-content {
	width: 1200px;
	max-width: calc(100% - 40px);
	margin: 60px auto 100px;
}

.company-anchor-nav {
	margin-top: 40px;
	padding: 24px 28px;
	background: #fff;
}

.company-anchor-list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.company-anchor-list a {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	min-width: 180px;
	padding: 0 0 10px;
	border-bottom: 1px solid #111;
	color: #111;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	position: relative;
}

.company-anchor-list a::after {
	content: "";
	width: 0;
	height: 0;
	margin-left: 18px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #111;
	transition: transform 0.3s ease;
}

.company-anchor-list a:hover::after {
	transform: translateY(5px);
}

.company-section {
	margin-top: 80px;
	scroll-margin-top: 130px;
}

.company-section-title {
	margin: 0;
	padding-bottom: 16px;
	border-bottom: 2px solid #018ef4;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.4;
}

.company-section-body {
	margin-top: 32px;
	font-size: 18px;
	line-height: 2;
}

.company-section-body p {
	margin: 0;
}

.company-section-body p + p {
	margin-top: 16px;
}

.company-signature {
	text-align: right;
}

.company-client-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 14px 22px;
}

.company-client-list li {
	position: relative;
	padding: 12px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	background: transparent;
}

.company-client-list li::after {
	content: "/";
	position: absolute;
	top: 50%;
	right: -14px;
	transform: translateY(-50%);
	color: #111;
	font-weight: 400;
}

.company-client-list li:last-child::after {
	content: none;
}

.company-table {
	margin-top: 32px;
	border-top: 1px solid #e5e5e5;
}

.front-company .company-section {
	margin-top: 40px;
}

.company-table-row {
	display: grid;
	grid-template-columns: 240px 1fr;
	border-bottom: 1px solid #e5e5e5;
}

.company-table-head,
.company-table-data {
	margin: 0;
	padding: 24px 0;
	font-size: 18px;
	line-height: 1.8;
}

.company-table-head {
	font-weight: 700;
	color: #111;
}

.company-map-placeholder {
	width: 100%;
	height: 360px;
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	color: #777;
	font-size: 20px;
	font-weight: 600;
}

.company-history {
	margin-top: 32px;
	border-top: 1px solid #e5e5e5;
}

.company-history-row {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 24px;
	padding: 24px 0;
	border-bottom: 1px solid #e5e5e5;
}

.company-history-year,
.company-history-text {
	margin: 0;
	font-size: 18px;
	line-height: 1.8;
}

.company-history-year {
	font-weight: 700;
	color: #018ef4;
}

@media (max-width: 767px) {
	.company-content {
		max-width: calc(100% - 32px);
		margin: 40px auto 80px;
	}

	.company-anchor-nav {
		margin-top: 24px;
		padding: 20px;
	}

	.company-anchor-list {
		flex-direction: column;
		gap: 12px;
	}

	.company-anchor-list a {
		width: 100%;
		min-width: 0;
		font-size: 16px;
	}

	.company-section {
		margin-top: 56px;
		scroll-margin-top: 110px;
	}

	.company-section-title {
		font-size: 28px;
	}

	.company-section-body,
	.company-client-list li,
	.company-table-head,
	.company-table-data,
	.company-history-year,
	.company-history-text {
		font-size: 16px;
	}

	.company-table-row,
	.company-history-row {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.front-company .company-section {
		margin-top: 24px;
	}

	.company-client-list {
		gap: 12px;
	}

	.company-client-list li::after {
		right: -10px;
	}

	.company-table-head,
	.company-table-data {
		padding: 14px 0;
	}

	.company-table-data {
		padding-top: 0;
	}

	.company-map-placeholder {
		height: 240px;
		font-size: 18px;
	}
}
