
* {
	box-sizing: border-box;
}

html, body {
	width: 100%;
	height: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;
	
	-ms-overflow-style: none;
	scrollbar-width: none;
}
/*
.page {
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
}
*/
.page {
	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
	-ms-overflow-style: none; /* Edge */
	scrollbar-width: none; /* Firefox */
}
.page::-webkit-scrollbar {
	display: none; /* Chrome,Safari */
}


.slide {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.2em;
	color: white;
	background-size: cover;
	background-position: center;
}
section {
	width: 100%;
}

.top-section{
	position: relative;
	height: 488px;
	overflow: hidden;               /* はみ出し防止 */
}

.top-section .top-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/*
	position: absolute;
	width: 116vw;
	height: auto;
	object-fit: cover;
	z-index: 0;
	max-width: none;
	border: none;
	top: -10%;
	left: -7%;
	*/
}

/* グラデーションは上に重ねる */
.top-section::after{
	content:"";
	position:absolute;
	inset:0;
	/*
	background: linear-gradient(270deg,
		rgba(0,0,0,.2) 0.02%,
		rgba(0,0,0,.41) 27.51%,
		rgba(0,0,0,.5) 50.66%,
		#000 94.1%);
	*/
	z-index: 1;
}


.top-section-inner {
	position: relative;
	padding: 166px 118px 134px 118px;
	z-index:2;
}


.top-title {
	color: #fff;
	font-family: Satoshi;
	font-weight: 500;
	font-style: Medium;
	font-size: 80px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;

	margin-bottom: 24px;
}
.top-title-sub {
	color: #fff;
	font-family: Noto Sans JP;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
}


.pankuzu-list {
	display: flex;
	width: 144px;
	margin-bottom: 48px;
}

.pankuzu-unit {
	color: #fff;
	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 12px;
	leading-trim: NONE;
	line-height: 150%;
	letter-spacing: 0%;
}

.pankuzu-separator {
	position: relative;
	width: 24px;
	height: 18px;
}
.pankuzu-separator img{	
	margin: 0 auto;
	width: 10px;
	height: 16px;
	display: block;
}

.pc_br {
	display: block;
}
.sp_br {
	display: none;
}

img.pc {
	display: block;
}
img.sp {
	display: none;
}


.news-section {
	background: url(/common/asset/news_main.png);
	background-size: cover;
	background-position: calc(50% - 80px) 50%;
	height: 75vh;
	padding: 0;
	padding-top: 96px;
}

.news-hero{
	width: 100%;
	position: relative;
	isolation: isolate;
	max-width: 100%;
	margin: 0 auto;
	aspect-ratio: auto;
	overflow: hidden;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	height: 100%;

	z-index: 10;
}

.news-hero figcaption {
	position: absolute;
	top: 50%;
	display: flex;
	padding: 32px 128px;
	z-index: 1;
	width: 100%;
	height: auto;
	min-height: 0;
	margin: auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.news-hero-title {
	color: #F2F2F2;
	font-family: "Satoshi";
	font-weight: 500;
	font-size: 80px;
	line-height: 100%;
	letter-spacing: 0%;
	height: auto;
	border: none;
	padding: 0;
	margin: 0;
	margin-bottom: 16px;
	font-style: Regular;
}

.news-hero-copy {
	margin: 0;
	color: #F2F2F2;
	opacity: 1;
	font-family: Noto Sans JP;
	font-weight: 500;
	font-style: Regular;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	width: auto;
	display: inline-block;
}

.news-section nav {
	position: absolute;
	top: -30px;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
}

#news-content {
	padding: 115px 180px;
	padding-bottom: 130px;
}

#news-content ul {
	padding: 0;
	margin: 0;
}

#news-content .news-tab {
	display: flex;
	margin: 0;
	gap: 16px;
	flex-wrap: wrap;
}

#news-content .news-tab li {
	flex: auto;
	padding: 0;
	margin: 0;
	border: solid 1px #005EAD;
	border-radius: 4px;
	width: 25%;
	flex: 0 0 calc((100% - 3 * 16px) / 4);
}

#news-content .news-tab li.active {
	color: #fff;
	background: #005EAD;
}

#news-content .news-tab li A {
	color: #005EAD;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	padding: 8px 20px;
	width: 100%;
	height: 100%;
	display: block;
}

#news-content .news-list{
	list-style: none;
	margin: 70px 12px;
	display: block;
	width: 100%;
	margin-bottom :40px;
}

#news-content .news-item{
	margin:0;
}

#news-content .news-link{
	position: relative;
	align-items: center;
	border: none;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	text-decoration: none;
	color: #151515;
	padding-bottom: 24px;
	display: block;
	border-bottom: 1px solid #D7D7D7;
	margin-bottom: 20px;
	padding-right: 120px;
	width: calc(100% - 25px);
}

#news-content .news-link:hover{
	color: #151515;
	text-decoration: none;
}

#news-content .news-headline{
	display: flex;
	opacity: 1;
	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 0%;
	color: #151515;
}

.news-image-area {
	width: 200px;
	height: 120px;
	border: 1px solid #D7D7D7;
	border-radius: 4px;
	aspect-ratio: 200/120;
}
.news-image {
	width: 100%;
	/*object-fit: cover;*/
	object-fit: scale-down;
	height: 100%;
}

#news-content .news-inner {
	display: flex;
	flex-flow: column;
	padding: 10px 40px;
}

#news-content .news-meta{
	align-items: left;
	min-width: 210px;
	margin-bottom: 20px;
	height: 25px;
}

#news-content .news-meta time{
	opacity: 1;
	font-family: Roboto;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0%;
	margin-right: 10px;
}

#news-content .news-meta .badge{
	display: inline-block;
	border: 1px solid #005EAD;
	background: #005EAD !important;
	color: #fff;
	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0px;
	width: auto;
	border-radius: 4px;
	background: none;
	text-align: center;
	line-height: 22px;
	padding: 4px 22px;
}

#news-content .news-arrow{
	position: absolute;
	top: 50px;
	right: 0;
	width: 40px;
	height: 30px;
	background: url(/common/asset/news_card_arrow1.svg) center / contain no-repeat;
}

/*
.pagination {
	display: flex;
	justify-content: center;
	text-align: center;
}
.pagination li {
	width: 50px;
	height: 50px;
	padding: 14px;
	margin: 9px;
	color: #9C9C9C;
	font-weight: 500;
	font-size: 24px;
	cursor: pointer;
}
.pagination li.right-page{
	margin-right: 20px;
	font-size: 14px;
	color:#005EAD;
}
.pagination li.left-page{
	margin-left: 20px;
	font-size: 14px;
	color:#005EAD;
}


.pagination li.circle {
	border: solid 1px #005EAD;
	border-radius: 50%;
}

.pagination li.active {
	border: solid 1px #005EAD;
	border-radius: 50%;
	background: #005EAD;
	color: #F2F2F2;
}
*/


/* コンテナ */
.pagination{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:18px;               /* li の margin の代わりに間隔を制御 */
	list-style:none;
	padding-left:0;
}
.pagination li{
	margin:0;
}

/* 数字・現在ページ（WPの出力クラスに合わせる） */
.page-numbers {
	border: none;
}


.pagination li > a.page-numbers,
.pagination li > span.page-numbers{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:50px;
	height:50px;
	padding:0;              /* ここに padding を入れない */
	font-weight:500;
	font-size:24px;
	color:##666666;
	text-decoration:none;
	border:none;
	border-radius:50%;

	font-family: Satoshi;
	font-weight: 500;
	font-style: Medium;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	color:#9C9C9C;
}

/* 現在ページ */
.pagination li > span.page-numbers.current{
	background:#005EAD;
	color:#F2F2F2;
	border-color:#005EAD;

	font-family: Satoshi;
	font-weight: 500;
	font-style: Medium;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;

	border:1px solid #005EAD;
}


/* 前へ/次へ（小さめ・余白を旧仕様に） */
.pagination li > a.page-numbers.prev,
.pagination li > a.page-numbers.next{
	width:50px;
	height:50px;
	font-size:14px;
	color:#005EAD;
	displa: flex;

	border:1px solid #005EAD;
}

/* 旧CSSの margin-right/left を prev/next に対応させる */
.pagination a.page-numbers.prev{
	margin-right:20px;
}
.pagination a.page-numbers.next{
	margin-left:20px;
}

/* 省略記号（…）は円形にしない */
.pagination li > span.page-numbers.dots{
	border:0;
	width:auto;
	height:auto;
	padding:14px 6px;
	font-size:24px;
	color:#9C9C9C;
	border:none;
}

.pagination li A:hover,
.pagination li A:active,
.pagination li A:focus {
	text-decoration: none;
}


#news-content .news-tab li.active A {
	color: #fff;
	background: #005EAD;
	display: block;
	text-decoration: none;
}


.pagination_pc {
	display: flex;
}
.pagination_sp {
	display: none;
}

#news-content .news-tab li A {
	color: #005EAD;
	text-decoration: none;
}

#news-content .news-tab li.active A {
	color: #fff;
	text-decoration: none;
}

#news-content .news-tab li.active A:hover {
	text-decoration: none;
}


@media (max-width: 1024px){
	.pc_br {
		display: none;
	}
	.sp_br {
		display: block;
	}
	img.pc {
		display: none;
	}
	img.sp {
		display: block;
	}

	.top-section{
		height: 240px;
	}

	.top-section .top-bg {
		/*
		object-position: revert;
		width: 206%;
		height: auto;
		top: -80px;
		left: -70%;
		*/
	}

	.top-section::after {
		linear-gradient(270deg, rgba(0,0,0,.2) 0.02%, rgba(0,0,0,.41) 27.51%, rgba(0,0,0,.5) 50.66%)
	}

	.pankuzu-list {
		margin-bottom: 32px;
	}

	.top-section-inner {
		padding: 72px 24px 40px 24px;
	}

	.pankuzu-unit {
		color: #fff;
		font-family: Noto Sans JP;
		font-weight: 400;
		font-style: Regular;
		font-size: 12px;
		leading-trim: NONE;
		line-height: 150%;
		letter-spacing: 0%;
	}

	.top-title {
		font-family: Satoshi;
		font-weight: 500;
		font-style: Medium;
		font-size: 48px;
		leading-trim: NONE;
		line-height: 100%;
		letter-spacing: 0%;

		margin-bottom: 16px;
	}

	.top-title-sub {
		color: #fff;
		font-family: Noto Sans JP;
		font-weight: 500;
		font-style: Medium;
		font-size: 14px;
		leading-trim: NONE;
		line-height: 100%;
		letter-spacing: 0%;
	}

	#news-content {
		padding: 32px 24px 56px 24px;
	}

	#news-content .news-tab {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		margin: 0;
		margin-bottom: 0px;
		margin-bottom: 40px;
		justify-content: flex-start;
	}

	#news-content .news-tab li {
		flex: 0 0 auto;
		margin: 0;
		padding: 8px;
		width: auto;
		text-align: center;
		cursor: pointer;
		white-space: nowrap;
		min-width: 108px;
	}

	#news-content .news-tab li A {
		color: #005EAD;
		padding: 0;
	}

	#news-content .news-tab li.active A {
		color: #fff;
	}

	#news-content .news-tab li.active A:hover {
		text-decoration: none;
	}

	#news-content .news-link {
		margin: 0;
		width: 100%;
		height: auto;
		padding: 24px 0;
		display: flex;
		gap: 8px;
	}


	#news-content .news-headline {
		display: flex;
		margin-bottom: 0;
		gap: 8px;
	}

	.news-image-area {
		width: 81px;
		height: 74px;
		border: 1px solid #D7D7D7;
		border-radius: 4px;
		flex: 0 0 81px;
		display:none;
	}

	.news-image {
		width: 100%;
		object-fit: cover;
		height: 100%;
	}

	#news-content .news-inner {
		display: block;
		padding: 0;
		margin: 0;
		width: 100%;
	}

	#news-content .news-arrow {
		top: auto;
		bottom: auto;
		margin-top: 0;
		flex: 1 1 27px;
		display: block;
		position: relative;
		right: 0;
		width: 27px;
		height: 16px;
	}

	#news-content .news-list {
		margin: 0;
	}

	#news-content .news-meta {
		width: 100%;
		display: block;
		margin-bottom: 8px;
	}


	#news-content .news-meta time {
		opacity: 1;
		margin-right: 16px;
		font-family: Satoshi;
		font-weight: 500;
		font-style: Medium;
		font-size: 14px;
		leading-trim: NONE;
		line-height: 100%;
		letter-spacing: 0%;
	}

	#news-content .news-meta .badge {
		display: inline-block;
		border: 1px solid #005EAD;
		background: #005EAD !important;
		color: #fff;
		width: 64px;
		border-radius: 4px;
		text-align: center;
		padding: 2px 0;
		font-family: Noto Sans JP;
		font-weight: 400;
		font-style: Regular;
		font-size: 12px;
		leading-trim: NONE;
		line-height: 160%;
		letter-spacing: 0%;
		width: auto;
		padding: 2px 8px;
	}

	#news-content .news-headline {
		color: #151515;
		font-family: Noto Sans JP;
		font-weight: 400;
		font-style: Regular;
		font-size: 14px;
		line-height: 140%;
		letter-spacing: 0%;
		font-family: Noto Sans JP;
		font-weight: 400;
		font-style: Regular;
		font-size: 14px;
		leading-trim: NONE;
		line-height: 140%;
		letter-spacing: 0%;
		width:100%;
	}

	.news-text-area {
		display: flex;
		gap: 8px;
		align-items: center;
		width: 100%;
	}

	.news-text {
		font-family: Noto Sans JP;
		font-weight: 400;
		font-style: Regular;
		font-size: 14px;
		leading-trim: NONE;
		line-height: 140%;
		letter-spacing: 0%;

		/* 重要：flex子要素が縮められるように */
		min-width: 0;

		/* ここがマルチライン省略の核心 */
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;  /* 2行に制限 */
		    line-clamp: 2;   /* 対応ブラウザ向け */
		overflow: hidden;
		text-overflow: ellipsis;

		font-size: 14px;
		line-height: 1.4;       /* ＝ 140% */

		width: 100%;
	}

	#news-content .news-arrow {
		top: auto;
		bottom: auto;
		margin-top: 0;
		flex: 0 0 27px;
		display: block;
		position: relative;
		right: 0;
		width: 27px;
		height: 16px;
	}

	#news-content .news-list {
		padding-bottom: 25px;
	}

	/*
	.pagination {
		display: flex;
		justify-content: space-evenly;
		text-align: center;
		gap: 0;
	}

	.pagination li {
		width: 40px;
		height: 40px;
		padding: 0;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.pagination li.left-page {
		margin-left: 0;
	}
	.pagination li.right-page {
		margin-left: 0;
	}
	.pagination li a {
		display: block;
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	*/

	.pagination{
		display:flex;
		justify-content: space-evenly; /* ご希望どおり */
		align-items:center;
		gap:0;
		list-style:none;
		padding-left:0;
		text-align:center;
	}

	.pagination li{
		margin:0;        /* li ではサイズ指定しない */
		padding:0;
	}

	/* 数字・現在ページ（円形） */
	.pagination li > a.page-numbers,
	.pagination li > span.page-numbers{
		display:inline-flex;
		align-items:center;
		justify-content:center;
		width:40px;
		height:40px;
		padding:0;
		font-weight:500;
		font-size:18px;
		color:#9C9C9C;
		text-decoration:none;
		border:none;
		border-radius:50%;
	}

	/* 現在ページ */
	.pagination li > span.page-numbers.current{
		background:#005EAD;
		color:#F2F2F2;
		border-color:#005EAD;
		border:1px solid #005EAD;
	}

	/* 前へ・次へ（WPは prev/next クラスを付与） */
	.pagination li > a.page-numbers.prev,
	.pagination li > a.page-numbers.next{
		width:40px;
		height:40px;
		font-size:12px;      /* 数字より小さめ */
		color:#005EAD;
		border:1px solid #005EAD;
	}

	/* 省略記号（…）は円にしない */
	.pagination li > span.page-numbers.dots{
		border:0;
		width:auto;
		height:auto;
		padding:0 6px;
		font-size:18px;
		color:#9C9C9C;
		border:none;
	}

	.pagination_pc {
		display: none;
	}
	.pagination_sp {
		display: flex;
	}

}


