/* ==================================================
 * ACJ 新着情報
 * ================================================== */

.acj-latest-news,
.acj-latest-news * {
	box-sizing: border-box;
}

.acj-latest-news {
	--acj-news-navy: #07365e;
	--acj-news-blue: #1d6c9e;
	--acj-news-cream: #f7f4ec;
	--acj-news-line: #d7e0e8;
	--acj-news-text: #172638;
	--acj-news-muted: #697585;
	--acj-news-mincho: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Times New Roman", serif;

	position: relative;
	width: 100%;
	margin: 0;
	padding: 78px 20px 84px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
	overflow: hidden;
}

.acj-latest-news::before {
	content: "NEW";
	position: absolute;
	right: -18px;
	top: 15px;
	color: rgba(7, 54, 94, 0.035);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(130px, 18vw, 280px);
	font-weight: 700;
	line-height: 1;
	pointer-events: none;
}

.acj-latest-news__inner {
	position: relative;
	z-index: 1;
	width: min(1160px, 100%);
	margin: 0 auto;
}

.acj-latest-news__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin: 0 0 28px;
	padding: 0 0 22px;
	border-bottom: 1px solid var(--acj-news-line);
}

.acj-latest-news__heading {
	min-width: 0;
}

.acj-latest-news__label {
	margin: 0 0 10px !important;
	padding: 0 !important;
	color: var(--acj-news-blue);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.24em;
}

.acj-latest-news__title {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
	color: var(--acj-news-navy) !important;
	font-family: var(--acj-news-mincho) !important;
	font-size: clamp(24px, 3vw, 32px) !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	letter-spacing: 0.08em !important;
	text-decoration: none !important;
}

.acj-latest-news__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	min-height: 46px;
	padding: 0 7px 0 0;
	border: 0 !important;
	border-bottom: 1px solid var(--acj-news-navy) !important;
	background: none !important;
	box-shadow: none !important;
	color: var(--acj-news-navy) !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none !important;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.acj-latest-news__more-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid #b9c9d8;
	border-radius: 50%;
	background: #fff;
	font-size: 17px;
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.acj-latest-news__more:hover {
	color: var(--acj-news-blue) !important;
	border-color: var(--acj-news-blue) !important;
}

.acj-latest-news__more:hover .acj-latest-news__more-arrow {
	background: var(--acj-news-navy);
	color: #fff;
	transform: translateX(3px);
}

.acj-latest-news__list {
	border-top: 3px solid var(--acj-news-navy);
	background: #fff;
	box-shadow: 0 14px 42px rgba(7, 54, 94, 0.07);
}

.acj-latest-news__item {
	position: relative;
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr) 104px;
	align-items: stretch;
	min-height: 132px;
	margin: 0;
	background: #fff;
	border-bottom: 1px solid var(--acj-news-line);
	transition: background-color 0.2s ease;
}

.acj-latest-news__item:last-child {
	border-bottom: 0;
}

.acj-latest-news__item:hover {
	background: #fbfcfd;
}

.acj-latest-news__date {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 22px 16px;
	background: var(--acj-news-navy);
	color: #fff;
	text-align: center;
}

.acj-latest-news__year {
	display: block;
	margin: 0 0 8px;
	color: #d7b65c;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.25em;
}

.acj-latest-news__date time {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 27px;
	font-weight: 520;
	line-height: 1;
	letter-spacing: 0.04em;
}

.acj-latest-news__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 24px 34px;
}

.acj-latest-news__category {
	display: inline-flex;
	align-self: flex-start;
	margin: 0 0 10px;
	padding: 5px 10px;
	border-radius: 999px;
	background: #eaf3f8;
	color: var(--acj-news-blue);
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
}

.acj-latest-news__post-title {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
	font-family: var(--acj-news-mincho) !important;
	font-size: clamp(18px, 2vw, 23px) !important;
	font-weight: 700 !important;
	line-height: 1.65 !important;
	letter-spacing: 0.035em !important;
	word-break: normal;
	overflow-wrap: anywhere;
}

.acj-latest-news__post-title a,
.acj-latest-news__post-title a:link,
.acj-latest-news__post-title a:visited {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-bottom: 0 !important;
	background: none !important;
	background-image: none !important;
	box-shadow: none !important;
	color: var(--acj-news-navy) !important;
	font-family: inherit !important;
	text-decoration: none !important;
}

.acj-latest-news__post-title a:hover {
	background: none !important;
	background-image: none !important;
	box-shadow: none !important;
	color: var(--acj-news-blue) !important;
	text-decoration: none !important;
}

.acj-latest-news__excerpt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 8px 0 0 !important;
	padding: 0 !important;
	color: var(--acj-news-muted);
	font-size: 13px;
	line-height: 1.8;
}

.acj-latest-news__item-link,
.acj-latest-news__item-link:link,
.acj-latest-news__item-link:visited {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 0 !important;
	border-left: 1px solid var(--acj-news-line) !important;
	background: none !important;
	background-image: none !important;
	box-shadow: none !important;
	color: var(--acj-news-navy) !important;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-decoration: none !important;
}

.acj-latest-news__item-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid #b8cbdb;
	border-radius: 50%;
	background: #fff;
	font-size: 19px;
	letter-spacing: 0;
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.acj-latest-news__item-link:hover {
	background: none !important;
	background-image: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.acj-latest-news__item-link:hover .acj-latest-news__item-arrow {
	background: var(--acj-news-navy);
	color: #fff;
	transform: translateX(3px);
}

.acj-latest-news__mobile-more {
	display: none;
	margin-top: 26px;
	text-align: center;
}

@media (max-width: 767px) {
	.acj-latest-news {
		padding: 52px 15px 58px;
	}

	.acj-latest-news::before {
		top: 32px;
		right: -10px;
		font-size: 128px;
	}

	.acj-latest-news__header {
		margin-bottom: 20px;
		padding-bottom: 17px;
	}

	.acj-latest-news__title {
		font-size: 30px !important;
	}

	.acj-latest-news__more--desktop {
		display: none;
	}

	.acj-latest-news__item {
		grid-template-columns: 82px minmax(0, 1fr);
		min-height: 112px;
	}

	.acj-latest-news__date {
		padding: 18px 8px;
	}

	.acj-latest-news__date time {
		font-size: 21px;
	}

	.acj-latest-news__content {
		padding: 18px 48px 18px 16px;
	}

	.acj-latest-news__post-title {
		font-size: 17px !important;
		line-height: 1.65 !important;
	}

	.acj-latest-news__excerpt {
		-webkit-line-clamp: 2;
		font-size: 12px;
	}

	.acj-latest-news__item-link {
		position: absolute;
		right: 12px;
		bottom: 12px;
		display: block;
		border: 0 !important;
		font-size: 0;
	}

	.acj-latest-news__item-arrow {
		width: 32px;
		height: 32px;
		font-size: 15px;
	}

	.acj-latest-news__mobile-more {
		display: block;
	}
}
