.header {
	background-color: transparent;
}

@media (max-width: 1080px) {
	.header {
		background-color: #fff;
	}
}

@media (max-width: 768px) {
	.header {
		background-color: #fff;
	}
}

.top-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	height: auto;
	margin-bottom: 48px;
}

.information.inner {
	position: relative;
	transform: none;
	top: 60px;
	left: auto;
	max-width: 800px;
	width: 100%;
	z-index: 10;
}

.sky,
.top_img {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}

.news {
	border: 2px solid #333333;
	border-radius: 20px;
	padding: 24px 18px 18px;
	max-width: 800px;
	width: 100%;
	margin: 0 auto 60px;
	text-align: center;
	background: #fff;
	z-index: 100;
	position: relative;
}

.news .box-title {
	font-size: 18px;
	width: fit-content;
	min-width: unset;
	max-width: unset;
	padding: 10px 25px;
	margin: 20px 0;
}

.news-item {
	margin: 20px 40px;
}
.news-item p {
	font-size: 18px;
}
.news-item .date span {
	display: inline;
}

.pager ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	gap: 30px;
}

.pager li a {
	font-size: 18px;
	text-decoration: none;
	color: #adadad;
	font-weight: 500;
	transition: color 0.3s;
}
.pager li a:hover {
	color: #333;
	text-decoration: underline;
}

.pager li span {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	text-decoration: underline;
}
.page-numbers.dots {
	font-size: 12px;
	text-decoration: none;
	color: #adadad;
}
/* 矢印丸のデザイン */
.arrow-circle.material-symbols-outlined {
	display: inline-flex;
	width: 40px;
	height: 40px;
	font-weight: 400;
	border-radius: 50%;
	background: unset;
	background-color: #eee;
	justify-content: center;
	align-items: center;
	color: #333;
	transition:
		background-color 0.3s,
		color 0.3s;
	font-variation-settings:
		'wght' 400,
		'FILL' 0;
	text-decoration: none;
}
.pager .disable {
	pointer-events: none;
	opacity: 0.3;
}
.pager .disable .arrow-circle {
	background-color: #ddd;
}

.arrow-circle.material-symbols-outlined:hover {
	background-color: #333;
	color: #fff;
}

/* 矢印画像のサイズ */
.arrow-circle.material-symbols-outlined {
	font-size: 20px;
}

.others {
	padding: 0 20px;
}

.others p {
	color: transparent;
	position: relative;
	margin: 70px 0 25px;
}

.others p::before {
	content: 'コープピーアンドエスのサービスはこちら';
	color: #333;
	position: absolute;
}

p.top-text {
	font-size: 28px;
	margin: 128px 0;
}

/* お知らせ詳細 */
.single .news-item {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 20px;
	border: 2px solid #333333;
	border-radius: 20px;
	padding: 40px 20px;
	max-width: 800px;
	width: 100%;
	margin: 0 auto 60px;
	text-align: center;
	background: #fff;
	z-index: 100;
	position: relative;
}
.single .news-item > * {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
}
.single .news-header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-bottom: 2px solid #333;
}
.single h2.news-title {
	text-align: left;
	font-size: 18px;
}
.single .news-item .category {
	margin: 0;
}
.single .news-body {
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	padding-bottom: 1em;
}
.single .news-body a {
	text-decoration: underline;
}
.single .news-footer {
	text-align: left;
	font-weight: 500;
	line-height: 1.8;
}
.single .news-footer .btn_group {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	max-width: 328px;
	margin: 0 auto;
}
.bk-btn.back-white,
.bk-btn.forward-white {
	width: fit-content;
	background-color: #fff;
	border: 2px solid #333333;
	padding: 14px 20px;
	margin: 0;
	flex-grow: 1;
}
.bk-btn.back-white.disabled,
.bk-btn.forward-white.disabled {
	pointer-events: none;
	opacity: 0.3;
	background-color: #eee;
}
.bk-btn.back-white img,
.bk-btn.forward-white img {
	width: 16px;
	height: auto;
}
.bk-btn.back-white p,
.bk-btn.forward-white p {
	color: #333;
	font-size: 14px;
	line-height: 1;
	margin: 0;
	text-align: center;
}
.all-news.return .btn.form {
	width: 100%;
	max-width: 328px;
	margin: 0 auto;
}
.all-news.return .btn.form::after {
	display: none;
}
.all-news.return .btn.form::before {
	content: '';
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	flex-shrink: 0;
	background-color: #fff;
	width: 36px;
	height: 36px;
	background-size: 24px 24px;
	border: 2px solid #333333;
	background-image: url(../img/arrow_back_black.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.breadcrumb {
	margin: 48px auto 83px;
}
.others {
	margin-top: 83px;
	margin-bottom: 128px;
}
@media (max-width: 768px) {
	.top-wrapper {
		margin-top: -50px;
		margin-bottom: 4px;
	}

	.information.inner {
		margin: 0 auto 90px;
		padding: 20px 20px 130px;
	}
	.news {
		padding-bottom: 28px;
	}
	.news-item {
		margin: 0;
	}
	.news-item p {
		font-size: 16px;
	}
	.news-item .date {
		flex-direction: row;
	}
	.news-item .info,
	.news-item .date {
		font-size: 14px;
	}
	.news-item .info {
		width: 100%;
		gap: 0;
		padding: 25px 0 20px;
	}
	.news-text {
		margin: 20px 0;
	}
	.event-container {
		padding: 0;
	}
	.event-container img {
		width: 100%;
		height: auto;
	}
	.bk-btn.back-white,
	.bk-btn.forward-white {
		min-width: 136px;
		gap: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
	}
	.pager {
		padding-top: 30px;
	}
	.pager ul {
		gap: 13px;
		flex-wrap: wrap;
	}
	.all-news.return .btn.form {
		margin-bottom: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
	}
	.others {
		margin-top: 58px;
		margin-bottom: 80px;
	}
	.others p {
		margin: 0 0 28px;
		padding: 0 10px 24px;
	}
	.others p::before {
		content: 'コープピーアンドエスの\Aサービスはこちら';
		white-space: pre-line;
	}
	p.top-text {
		font-size: 16px;
		margin: 80px 0;
		margin-bottom: 128px;
	}
	.single h2.news-title {
		font-size: 16px;
	}
	.single .news-body {
		font-size: 16px;
	}
}
