/* =========================================
   news common
========================================= */
.l-news-page {
	/* background: #f8f7f2; */
	/* padding: 0; */
}

/* =========================================
   hero
   single-news.css にあった指定を共通化
========================================= */
div#breadcrumb {
    display: none;
}

div#content {
    padding-top: 0;
    margin-bottom: 20px;
}

.l-news-page .structure-hero {
	padding: 88px 0 0;
}

.l-news-page .structure-hero__head {
	position: relative;
	display: grid;
	gap: 8px;
	padding: 0 0 64px;
}

.l-news-page .structure-hero__en {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.375rem;
	line-height: 1;
	letter-spacing: 0.02em;
	color: var(--lp-color-main);
}

.l-news-page .structure-hero__en::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: currentColor;
}

.l-news-page .structure-hero h1 {
	font-size: clamp(2rem, 4.4vw, 4.5rem);
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: var(--lp-color-main);
}

.l-news-page .structure-hero__crumb {
	position: absolute;
	right: 0;
	bottom: 36px;
	display: inline-flex;
	align-items: center;
	gap: 16px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
}

.l-news-page .structure-hero__crumb a {
	color: #6476b2;
	text-decoration: none;
}

.l-news-page .structure-hero__crumb span {
	position: relative;
	color: var(--lp-color-text);
}

.l-news-page .structure-hero__crumb span::before {
	content: "";
	position: absolute;
	left: -11px;
	top: 50%;
	width: 5px;
	height: 1px;
	background: currentColor;
}

.l-news-page .structure-hero__media {
	width: 98vw;
	margin-left: calc(50% - 49vw);
	margin-right: calc(50% - 49vw);
	position: relative;
	height: min(44vw, 390px);
	min-height: 300px;
	overflow: hidden;
}

.l-news-page .structure-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* structure-hero 直下のつながりを自然に */
.l-news-page > .structure-hero + .l-single-news__container,
.l-news-page > .structure-hero + .news-archive {
	margin-top: 0;
}

/* =========================================
   SWELL standard parts off
========================================= */
.l-news-page .l-topTitleArea,
.l-news-page .c-pageTitle,
.l-news-page .p-pageTitle,
.l-news-page .p-breadcrumb,
.l-news-page .c-topicPath,
.l-news-page .archive-header,
.l-news-page .c-pageHeader,
.l-news-page .p-pageHeader {
	display: none !important;
}

/* 念のため、テーマによってはパンくず内のアイコンも消す */
.l-news-page .p-breadcrumb__itemHome,
.l-news-page .p-breadcrumb__icon,
.l-news-page .icon-home {
	display: none !important;
}

/* single 側で重複しやすい投稿ヘッダー類 */
.single .l-news-page .p-postHead,
.single .l-news-page .p-postContentHead,
.single .l-news-page .c-postTitle,
.single .l-news-page .p-entryTitle,
.single .l-news-page .post_content > header {
	display: none !important;
}

/* wrapper調整 */
.l-news-page,
.l-news-page#content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.l-news-page .l-mainContent,
.l-news-page .l-mainContent__inner,
.l-news-page .l-article,
.l-news-page .l-content,
.l-news-page .l-mainArea,
.l-news-page .post_content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.l-news-page .l-mainContent__inner > *:first-child,
.l-news-page .l-mainArea > *:first-child {
	margin-top: 0 !important;
}

/* =========================================
   single news
========================================= */
.l-news-page .l-single-news__container {
	padding-top: 72px;
	padding-bottom: 96px;
}

.l-news-page .p-single-news {
	max-width: 880px;
	margin: 0 auto;
}

.l-news-page .p-single-news__header {
	margin-bottom: 32px;
}

.l-news-page .p-single-news__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.l-news-page .p-single-news__cat {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	background: #2f354a;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.08em;
}

.l-news-page .p-single-news__date {
	font-size: 14px;
	line-height: 1.6;
	color: #7b7972;
}

.l-news-page .p-single-news__title {
	margin: 0;
	font-size: clamp(1.8rem, 1.4rem + 1vw, 2.4rem);
	line-height: 1.6;
	letter-spacing: 0.04em;
	font-weight: 600;
	color: #2f354a;
}

.l-news-page .p-single-news__thumbnail {
	margin: 0 0 40px;
}

.l-news-page .p-single-news__thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}

.l-news-page .p-single-news__body {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.03em;
	color: #2f354a;
}

.l-news-page .p-single-news__body > *:first-child {
	margin-top: 0;
}

.l-news-page .p-single-news__body p {
	margin: 0 0 1.6em;
}

.l-news-page .p-single-news__body h2,
.l-news-page .p-single-news__body h3,
.l-news-page .p-single-news__body h4 {
	margin-top: 2.2em;
	margin-bottom: 0.8em;
	line-height: 1.6;
	color: #2f354a;
}

.l-news-page .p-single-news__body ul,
.l-news-page .p-single-news__body ol {
	margin: 0 0 1.6em 1.4em;
}

.l-news-page .p-single-news__body img {
	max-width: 100%;
	height: auto;
}

.l-news-page .p-single-news__body a {
	color: #234d80;
	text-decoration: underline;
	word-break: break-word;
}

/* =========================================
   archive news
========================================= */
.l-news-page .news-archive {
	padding: 72px 0 96px;
}

.l-news-page .news-archive__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px 32px;
}

.l-news-page .news-archive__empty {
	font-size: 16px;
	line-height: 1.8;
	color: #2f354a;
	text-align: center;
	padding: 40px 0;
}

/* =========================================
   news card
========================================= */
.l-news-page .news-card {
	height: 100%;
}

.l-news-page .news-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
	background: #fff;
	transition: opacity 0.3s ease;
}

.l-news-page .news-card__link:hover {
	opacity: 0.82;
	color: inherit;
}

.l-news-page .news-card__thumb {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #e8e6de;
}

.l-news-page .news-card__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.l-news-page .news-card__thumb--placeholder {
	background: linear-gradient(135deg, #ece9df 0%, #e2ddd1 100%);
}

.l-news-page .news-card__body {
	padding: 22px 20px 24px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.l-news-page .news-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}

.l-news-page .news-card__cat {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 10px;
	background: #2f354a;
	color: #fff;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 0.08em;
}

.l-news-page .news-card__date {
	font-size: 13px;
	line-height: 1.5;
	color: #7b7972;
}

.l-news-page .news-card__title {
	margin: 0;
	font-size: 18px;
	line-height: 1.7;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: #2f354a;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* =========================================
   pagination
========================================= */
.l-news-page .news-archive .navigation.pagination {
	margin-top: 56px;
}

.l-news-page .news-archive .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.l-news-page .news-archive .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 12px;
	border: 1px solid #d8d2c4;
	background: #fff;
	color: #2f354a;
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
	transition: opacity 0.3s ease;
}

.l-news-page .news-archive .page-numbers:hover {
	opacity: 0.8;
	color: #2f354a;
}

.l-news-page .news-archive .page-numbers.current {
	background: #2f354a;
	border-color: #2f354a;
	color: #fff;
}

nav.p-single-news__pager {
    text-align: center;
    margin-top: 40px;
}

/* =========================================
   section-contact
========================================= */
.l-news-page .top-contact {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 0;
}

/* =========================================
   responsive
========================================= */
@media (max-width: 1024px) {
	.l-news-page .news-archive__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 32px 24px;
	}
}

@media (max-width: 767px) {
  .l-news-page .structure-hero {
    padding-top: 24px;
  }

  .l-news-page .structure-hero__head {
    padding-bottom: 14px;
    gap: 6px;
  }

  .l-news-page .structure-hero__en {
    font-size: 0.6875rem;
  }

  .l-news-page .structure-hero h1 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .l-news-page .structure-hero__crumb {
    position: static;
    justify-self: end;
    margin-top: 8px;
    gap: 10px;
    font-size: 0.75rem;
  }

  .l-news-page .structure-hero__crumb span::before {
    left: -7px;
    width: 4px;
  }
	
	.l-news-page {
		padding: 0;
	}

	.l-news-page .structure-hero__crumb {
		position: static;
		gap: 12px;
		margin-top: 8px;
		font-size: 0.75rem;
		flex-wrap: wrap;
	}

	.l-news-page .structure-hero__media {
  		width: 98vw;
  		margin-left: calc(50% - 49vw);
  		margin-right: calc(50% - 49vw);
		height: 36vw;
		min-height: 0;
	}

	.l-news-page .l-single-news__container {
		padding-top: 48px;
		padding-bottom: 64px;
	}

	.l-news-page .p-single-news__header {
		margin-bottom: 24px;
	}

	.l-news-page .p-single-news__meta {
		gap: 10px;
		margin-bottom: 16px;
	}

	.l-news-page .p-single-news__thumbnail {
		margin-bottom: 28px;
	}

	.l-news-page .p-single-news__body {
		font-size: 15px;
		line-height: 1.95;
	}

	.l-news-page .news-archive {
		padding: 48px 0 64px;
	}

	.l-news-page .news-archive__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.l-news-page .news-card__body {
		padding: 18px 16px 20px;
	}

	.l-news-page .news-card__title {
		font-size: 16px;
		line-height: 1.65;
	}

	.l-news-page .news-archive .navigation.pagination {
		margin-top: 40px;
	}

	.l-news-page .news-archive .page-numbers {
		min-width: 40px;
		height: 40px;
		font-size: 13px;
	}
}

.p-single-news__archive-link {
	margin-top: 24px;
	text-align: center;
}

.p-single-news__archive-btn {
	display: inline-block;
	min-width: 220px;
	padding: 14px 24px;
	border: 1px solid #2f3b56;
	border-radius: 999px;
	color: #2f3b56;
	text-decoration: none;
	font-weight: 700;
	line-height: 1.4;
	transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.p-single-news__archive-btn:hover {
	background: #2f3b56;
	color: #fff;
	border-color: #2f3b56;
}

@media (max-width: 767px) {
	.p-single-news__archive-link {
		margin-top: 20px;
	}

	.p-single-news__archive-btn {
		min-width: 200px;
		padding: 12px 20px;
		font-size: 0.95rem;
	}
}