
			* {
				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;
			}





			#event-content {
				padding: 80px 192px;
			}

			.event-top {
				font-family: Noto Sans JP;
				font-weight: 400;
				font-style: Regular;
				font-size: 16px;
				leading-trim: NONE;
				line-height: 180%;
				letter-spacing: 0%;
				margin-bottom: 56px;
			}

			.event-list {
				margin: 0;
			}

			.event-item {
				padding-bottom: 40px;
				border-bottom: 1px solid #D7D7D7;
				margin-bottom: 56px;
			}

			.event-headline {
				display: flex;
				gap: 64px;
			}

			.event-image-area {
				width: 360px;
				flex: 360px 0 0;
				aspect-ratio: 360/238;
			}

			.event-image-area img {
			}
			.event-image {
				width: 100%;
				object-fit: cover;
				border-radius: 4px;
			}

			.event-title {
				font-family: Noto Sans JP;
				font-weight: 700;
				font-style: Bold;
				font-size: 24px;
				leading-trim: NONE;
				line-height: 140%;
				letter-spacing: 0.04em;
				margin-bottom: 24px;
			}

			.event-body {
				font-family: Noto Sans JP;
				font-weight: 400;
				font-style: Regular;
				font-size: 16px;
				leading-trim: NONE;
				line-height: 160%;
				letter-spacing: 0%;
				color: #151515;
				margin-bottom: 24px;
			}

			.event-address-title {
				font-family: Noto Sans JP;
				font-weight: 500;
				font-style: Medium;
				font-size: 18px;
				leading-trim: NONE;
				line-height: 160%;
				letter-spacing: 0%;
				margin-bottom: 8px;
			}

			.event-address {
				font-family: Noto Sans JP;
				font-weight: 400;
				font-style: Regular;
				font-size: 16px;
				leading-trim: NONE;
				line-height: 140%;
				letter-spacing: 0%;
				margin-bottom: 24px;
			}

			.event-button-area {
				display: flex;
				gap: 24px;
			}

			.btn-solid-blue {
				color: #ffffff;
				display: inline-flex;
				align-items: center;
				justify-content: center;

				gap: 16px;
				min-width: 260px;
				font-family: "Noto Sans JP",system-ui,sans-serif;
				height: 56px;
				width: 260px;
				padding: 16px 40px 16px 24px;
				padding-left: 24px;
				border-radius: 64px;
				border: 1px solid #005EAD;
				background: #005EAD;
				color: #F2F2F2;
				text-decoration: none;
				font-weight: 700;
				font-size: 16px;
				position: relative;
			}
			.btn-solid-blue:hover, 
			.btn-solid-blue:active, 
			.btn-solid-blue:focus {
				color: #ffffff;
				text-decoration: none;
			}


			.btn-solid-blue::after {
				content: "";
				position: absolute;
				right: 16px;
				top: 50%;
				transform: translateY(-50%);
				width: 24px;
				height: 24px;
				background: url(/common/asset/btn-bule_arrow.svg) no-repeat center / contain;
			}

			.btn-outline-blue {
				display: inline-flex;
				align-items: center;
				justify-content: center;
				height: 56px;
				min-width: 260px;
				padding: 16px 40px 16px 24px;
				border-radius: 64px;
				border: 1px solid #005EAD;
				background: #fff;
				color: #005EAD;
				text-decoration: none;
				font-family: "Noto Sans JP", system-ui, sans-serif;
				font-weight: 700;
				font-size: 16px;
				line-height: 1;
				position: relative;
				transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .06s ease;
				-webkit-tap-highlight-color: transparent;
			}
			.btn-outline-blue:hover, 
			.btn-outline-blue:active, 
			.btn-outline-blue:focus {
				color: #005EAD;
				text-decoration: none;
			}

			.btn-outline-blue::after {
				content: "";
				position: absolute;
				right: 16px;
				top: 50%;
				transform: translateY(-50%);
				width: 24px;
				height: 24px;
				background: url("/common/asset/event/icon_download.svg") no-repeat center / contain;
			}











			.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;
			}

			#news-content .news-tab li {
				flex: auto;
				padding: 0;
				margin: 10px;
				border: solid 1px #005EAD;
				border-radius: 4px;
				width: 25%;
			}

			#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;
}

.pagination_pc {
	display: flex;
}
.pagination_sp {
	display: none;
}


			#news-content .news-tab li.active A {
				color: #fff;
				background: #005EAD;
				display: block;
				text-decoration: 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){
				.pagination_pc {
					display: none;
				}
				.pagination_sp {
					display: flex;
				}

				.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%;
				}




#event-content {
	padding: 56px 24px;
}

.event-top {
	margin-bottom: 40px;
	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 180%;
	letter-spacing: 0.04em;
}

.event-item {
	padding-bottom: 40px;
	border-bottom: 1px solid #D7D7D7;
	margin-bottom: 56px;
}

.event-headline {
	display: block;
}

.event-image-area {
	width: 100%;
	aspect-ratio: 342/226;
	margin-bottom: 16px;
}

.event-image {
	width: 100%;
	object-fit: cover;
	border-radius: 4px;
	height: auto;
}

.event-title {
	font-family: Noto Sans JP;
	font-weight: 700;
	font-style: Bold;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 140%;
	letter-spacing: 0.04em;
	margin-bottom: 16px;
}

.event-body {
	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 180%;
	letter-spacing: 0%;
	margin-bottom: 16px;
}

.event-address-title {
	font-family: Noto Sans JP;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 160%;
	letter-spacing: 0%;
	margin-bottom: 8px;
}

.event-address {
	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 180%;
	letter-spacing: 0%;
	margin-bottom: 32px;
}

.event-button-area {
	display: block;
	position: relative;
	text-align: center;
}

.btn-solid-blue {
	margin: 0 auto 24px auto;
}






#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 108px;
	margin: 0;
	padding: 8px 0;
	width: 108px;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	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;
}
.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 Variable;
  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% */

}

 #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:1px solid #005EAD;
    border-radius:50%;
  }

  /* 現在ページ */
  .pagination li > span.page-numbers.current{
    background:#005EAD;
    color:#F2F2F2;
    border-color:#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;
  }

  /* 省略記号（…）は円にしない */
  .pagination li > span.page-numbers.dots{
    border:0;
    width:auto;
    height:auto;
    padding:0 6px;
    font-size:18px;
    color:#9C9C9C;
  }




			}
