.article-index,
.article-detail {
	width: 100%;
	max-width: none;
	margin-bottom: 4em;
}

.article-page-title,
.article-section-title {
	color: #16303a;
	font-weight: bold;
}

.article-page-title {
	line-height: 1.45;
	word-break: break-word;
}

.article-section-title {
	line-height: 1.4;
}

.article-copy {
	margin: 0;
	color: #4d5b63;
	font-size: 14px;
	line-height: 1.8;
}

.article-card.article-surface,
.article-detail-main,
.article-index-empty {
	background: #fff;
	border-radius: 12px;
}

.article-card.article-surface {
	border: 1px solid #d9e8ec;
}

.article-top-notice-tag {
	display: inline-flex;
	align-items: center;
	margin-right: 8px;
	padding: 2px 8px;
	border-radius: 4px;
	background: #2f63c5;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	vertical-align: middle;
	font-size: 14px;
}

.article-top-notice-tag-text {
	margin-right: 0 !important;
}

.article-breadcrumb {
	margin-bottom: 24px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 12px;
}

.cmn_breadcrumb li {
	line-height: 1.7;
}

.article-breadcrumb li::after {
	content: ">";
	margin-left: 8px;
	color: #999;
}

.article-breadcrumb li:last-child::after {
	display: none;
}

.article-breadcrumb a {
	color: #2f63c5;
	text-decoration: none;
}

.article-breadcrumb a:hover {
	text-decoration: underline;
}

.article-index-head {
	margin-bottom: 24px;
	padding: 28px 24px;
	background: linear-gradient(135deg, #2f63c5, #6fa8ea);
	color: #fff;
	border-radius: 12px;
}

.article-index-title {
	margin: 0 0 8px;
	font-size: 30px;
	line-height: 1.3;
}

.article-index-text {
	line-height: 1.7;
	color: #fff;
}

.article-index-list,
.article-related-list {
	display: grid;
	gap: 20px;
}

.article-card {
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.article-card:hover,
.article-related-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(47, 99, 197, 0.12);
}

.article-card-panel,
.article-related-item-panel {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 20px;
	padding: 20px;
	color: inherit;
	text-decoration: none;
}

.article-card-thumb,
.article-related-item-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5fafb;
	border-radius: 10px;
	border: 1px solid #ddd;
	aspect-ratio: 3 / 2;
	overflow: hidden;
}

.article-card-thumb.is-fallback-logo,
.article-related-item-thumb.is-fallback-logo {
	padding: 20px;
}

.article-card-thumb img,
.article-related-item-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article-card-thumb.is-fallback-logo img,
.article-related-item-thumb.is-fallback-logo img {
	object-fit: contain;
}

.article-card-meta,
.article-detail-meta,
.article-related-item-label {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	background: #eef5ff;
	border-radius: 999px;
	color: #2f63c5;
	font-size: 12px;
	font-weight: bold;
}

.article-meta-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.article-published-at {
	margin-left: auto;
	color: #6a7780;
	font-size: 13px;
	line-height: 1.5;
	white-space: nowrap;
}

.article-card-title {
	margin: 12px 0 10px;
	font-size: 24px;
}

.article-card-footer,
.article-related-item-footer {
	margin-top: 16px;
	display: flex;
	justify-content: flex-end;
}

.article-card-link,
.article-related-item-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #2f63c5;
	font-weight: bold;
}

.article-card-panel:hover .article-card-link-text,
.article-related-item-panel:hover .article-related-item-link-text {
	text-decoration: underline;
}

.article-index-empty {
	padding: 48px 24px;
	text-align: center;
}

.article-detail-main {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding: 24px;
}

.article-detail-header {
	margin-bottom: 30px;
}

.article-detail-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: min(100%, 600px);
	min-height: 240px;
	max-height: 360px;
	overflow: hidden;
	border: 1px solid #ddd;
}

.article-detail-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article-detail-title {
	margin: 14px 0 0;
	font-size: 32px;
}

.article-detail-body {
	color: #314047;
	font-size: 16px;
	line-height: 1.9;
	word-break: break-word;
}

.article-detail-body img {
	max-width: 100%;
	height: auto;
}

.entry-consultation-cta,
.entry-locked-job-banner {
	margin-top: 40px;
}

.entry-locked-job-banner {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 16px;
	align-items: center;
	padding: 12px 18px;
	background: linear-gradient(135deg, #f7faff, #eef5ff);
	border: 1px solid #d7e3fb;
	border-radius: 12px;
}

.entry-locked-job-banner__body {
	text-align: center;
	max-width: none;
}

.entry-locked-job-banner__visual {
	height: 164px;
	min-height: 0;
	border-radius: 10px;
	overflow: hidden;
	background: #dfe9fb url("../img/common/st-hun.png") center center / cover no-repeat;
}

.entry-locked-job-banner__title {
	margin: 0 0 8px;
	color: #ff5722;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.3;
}

.entry-locked-job-banner__text {
	margin: 0 0 8px;
	color: #394b69;
	font-size: 14px;
	line-height: 1.6;
}

.entry-locked-job-banner__button,
.entry-consultation-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 28px;
	border-radius: 999px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.entry-locked-job-banner__button {
	height: 52px;
	min-height: 52px;
	padding: 0 22px;
	background: linear-gradient(135deg, #2f63c5, #4d84ea);
	box-shadow: 0 5px 0 rgba(47, 99, 197, 0.2);
	font-size: 16px;
	font-weight: 700;
}

.entry-locked-job-banner__button:hover,
.entry-consultation-cta__button:hover {
	transform: translateY(-1px);
}

.entry-locked-job-banner__button:hover {
	box-shadow: 0 18px 32px rgba(47, 99, 197, 0.22);
}

.entry-locked-job-banner__note,
.entry-consultation-cta__note {
	display: block;
	margin-top: 8px;
	color: #6a7780;
	font-size: 12px;
	line-height: 1.4;
}

.entry-consultation-cta {
	position: relative;
	padding: 36px 32px;
	border-radius: 18px;
	overflow: hidden;
	background: linear-gradient(135deg, #2f63c5, #5d92ef);
	text-align: center;
}

.entry-consultation-cta__deco {
	position: absolute;
	top: -54px;
	right: -28px;
	width: 180px;
	height: 180px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
}

.entry-consultation-cta__deco::after {
	content: "";
	position: absolute;
	left: -34px;
	bottom: -48px;
	width: 160px;
	height: 160px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
}

.entry-consultation-cta__title,
.entry-consultation-cta__text,
.entry-consultation-cta__button,
.entry-consultation-cta__note {
	position: relative;
	z-index: 1;
}

.entry-consultation-cta__title {
	margin: 0 0 12px;
	color: #fff;
	font-size: 30px;
	line-height: 1.3;
}

.entry-consultation-cta__text {
	margin: 0 auto;
	max-width: 840px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 15px;
	line-height: 1.9;
}

.entry-consultation-cta__mark {
	display: inline-block;
	padding: 0 6px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.18);
	color: #fff96a;
	font-weight: bold;
}

.entry-consultation-cta__button {
	margin: 22px auto 0;
	background: #fff;
	color: #2f63c5;
	box-shadow: none;
}

.entry-consultation-cta__button:hover {
	box-shadow: 0 12px 24px rgba(15, 38, 87, 0.14);
}

.entry-consultation-cta__note {
	text-align: center;
	color: rgba(255, 255, 255, 0.82);
}

.article-related {
	margin-top: 40px;
	padding: 28px 24px;
	background: linear-gradient(135deg, #f7fbff, #eff5ff);
	border-radius: 16px;
}

.article-related-head {
	margin-bottom: 20px;
}

.article-related-title {
	font-size: 24px;
}

.article-related-item {
	background: #fff;
	border: 1px solid #d9e8ec;
	border-radius: 12px;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.article-related-item-title {
	margin: 12px 0 0;
	font-size: 20px;
}

.article-related-more {
	margin-top: 20px;
	text-align: center;
}

.article-related-more-link {
	display: inline-block;
	min-width: 220px;
	padding: 10px 18px;
	border: 1px solid #8fb4e8;
	border-radius: 999px;
	background: #fff;
	color: #2f63c5;
	font-weight: bold;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.article-related-more-link:hover {
	background: #2f63c5;
	border-color: #2f63c5;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.article-index,
	.article-detail {
		margin-bottom: 3em;
	}

	.cmn_breadcrumb li {
		line-height: 1.45;
	}

	.article-index-head {
		padding: 20px 16px;
	}

	.article-index-title,
	.article-detail-title {
		font-size: 24px;
	}

	.article-card-panel,
	.article-related-item-panel {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 16px;
	}

	.article-card-title,
	.article-related-item-title,
	.article-related-title {
		font-size: 20px;
	}

	.article-meta-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.article-published-at {
		margin-left: 0;
	}

	.article-detail-main {
		padding: 0;
	}

	.article-related {
		padding: 20px 16px;
	}

	.entry-locked-job-banner {
		display: block;
		padding: 12px;
	}

	.entry-locked-job-banner__body {
		text-align: center;
	}

	.entry-locked-job-banner__visual {
		height: 112px;
		margin-bottom: 8px;
	}

	.entry-locked-job-banner__title {
		margin-bottom: 6px;
		font-size: 18px;
	}

	.entry-locked-job-banner__text {
		margin-bottom: 8px;
		font-size: 11px;
		line-height: 1.55;
	}

	.entry-locked-job-banner__button {
		height: 42px;
		min-height: 42px;
		padding: 0 14px;
		font-size: 13px;
	}

	.entry-locked-job-banner__note {
		margin-top: 6px;
		font-size: 10px;
	}

	.entry-consultation-cta {
		padding: 28px 20px;
	}

	.entry-consultation-cta__title {
		font-size: 24px;
	}

	.entry-consultation-cta__text br {
		display: none;
	}
}
