@charset "utf-8";

/*-------------------------------
	お知らせ一覧
-------------------------------*/

.News__inner{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.News__sidebar{
	width: 26rem;
	position: sticky;
	top: var(--header-height);
}

.News__list-wrap{
	width: calc(100% - 26rem);
}

.News__pagenavi{
	margin-top: 7rem;
	width: 100%;
}
.News__pagenavi .wp-pagenavi{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.News__pagenavi .wp-pagenavi > *{
	width: 4.6rem;
	height: 4.6rem;
	border-radius: 50%;
	border: 1px solid #b2b2b2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.News__pagenavi .wp-pagenavi > *{
	font-family: var(--jp);
	font-size: 1.4rem;
	font-weight: 400;
	position: relative;
	z-index: 5000;
	overflow: hidden;
	opacity: 1 !important;
}
.News__pagenavi .wp-pagenavi > .current::before,
.News__pagenavi .wp-pagenavi > *::before{
	transition: var(--transition);
	background: var(--maincolor);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0);
	z-index: -1;
	border-radius: 50%;
}
.News__pagenavi .wp-pagenavi > *:not(:last-child){
	margin-right: 1.5rem;
}
.News__pagenavi .wp-pagenavi .C-Arrow{
	width: 1.4rem;
	height: .9rem;
}
.News__pagenavi .wp-pagenavi > .current,
.News__pagenavi .wp-pagenavi > *:hover{
	color: #fff;
	border-color: transparent;
}
.News__pagenavi .wp-pagenavi > .current::before,
.News__pagenavi .wp-pagenavi > *:hover::before{
	transform: translate(-50%,-50%) scale(1);
}
.News__pagenavi .wp-pagenavi > .previouspostslink .C-Arrow{
	transform: scale(-1,1);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.News__sidebar{
		width: 20rem;
	}
	.News__list-wrap{
		width: calc(100% - 20rem);
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.News__inner{
		flex-direction: column;
	}

	.News__sidebar{
		width: 100%;
		position: static;
	}

	.News__list-wrap{
		width: 100%;
	}

	.News__pagenavi{
		margin-top: 7.2rem;
	}
	.News__pagenavi .wp-pagenavi > *{
		width: 8rem;
		height: 8rem;
	}
	.News__pagenavi .wp-pagenavi > *{
		font-size: 2.6rem;
	}
	.News__pagenavi .wp-pagenavi > *:not(:last-child){
		margin-right: 3rem;
	}
	.News__pagenavi .wp-pagenavi .C-Arrow{
		width: 2.4rem;
		height: 1.6rem;
	}
	.News__pagenavi .wp-pagenavi .current{
		background: var(--maincolor);
		border: none;
		color: #fff;
	}

}



/*-------------------------------
	お知らせ詳細
-------------------------------*/

.Single__data{
	width: 100%;
	margin-bottom: 1rem;
	display: flex;
	column-gap: 2.2rem;
	align-items: center;
	justify-content: flex-start;
}
.Single__data-time{
	line-height: 1;
	display: inline-block;
}
.Single__data-category{
	font-family: var(--jp);
	min-width: 8.4rem;
	height: 2.8rem;
	border-radius: 1.4rem;
	font-size: 1.2rem;
	border: 1px solid #b2b2b2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Single__part-wrap{
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 5rem;
	padding-bottom: 10rem;
}
.Single__part-wrap > *:last-child{
	margin-bottom: 0 !important;
}
.Single__part1:not(:first-child){
	margin-top: 9rem;
}
.Single__part2{
	font-size: 2.6rem;
	margin-bottom: 2rem;
	line-height: calc(3.4 / 2.6);
}

.Single__part3{
	margin-bottom: 3.5rem;
}

.Single__part4{
	width: 100%;
	margin-bottom: 5rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Single__part4-text{
	width: calc(100% - 25rem);
	padding-right: 4rem;
}
.Single__part4-image{
	width: 25rem;
}
.Single__part4-image-inner{
	width: 100%;
	display: block;
}
.Single__part4-image-inner img{
	width: 100%;
	display: block;
}
.Single__part4-image-caption{
	font-family: var(--jp);
	margin-top: 1rem;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
}
.Single__part5{
	width: 100%;
	margin-bottom: 5rem;
}
.Single__part5-inner{
	width: 100%;
	display: block;
}
.Single__part5 img{
	width: 100%;
}
.Single__part5-caption{
	font-family: var(--jp);
	margin-top: 1rem;
	font-size: 1.4rem;
	line-height: 1.5;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Single__data{
		margin-bottom: 1.5rem;
		column-gap: 2.6rem;
	}
	.Single__data-category{
		min-width: 16.8rem;
		height: 5.6rem;
		border-radius: 2.8rem;
		font-size: 2.4rem;
	}
	.Keyvisual.-single .Keyvisual__titleJp{
		font-size: 5.9rem;
		line-height: calc(8.9 / 5.9);
	}

	.Single__part-wrap{
		margin-bottom: 5rem;
		padding-bottom: 10rem;
	}
	.Single__part1:not(:first-child){
		margin-top: 13.5rem;
	}
	.Single__part2{
		font-size: 3.6rem;
		margin-bottom: 2.5rem;
		line-height: calc(5.4 / 3.6);
	}

	.Single__part3{
		margin-bottom: 8.5rem;
	}

	.Single__part4{
		margin-bottom: 8rem;
		flex-direction: column;
	}
	.Single__part4-text{
		width: 100%;
		margin-bottom: 4rem;
		padding-right: 0;
	}
	.Single__part4-image{
		width: 100%;
		max-width: 40rem;
		margin-left: auto;
		margin-right: auto;
	}
	.Single__part4-image-caption{
		margin-top: 1.5rem;
		font-size: 2.5rem;
	}
	.Single__part5{
		margin-bottom: 8rem;
	}
	.Single__part5-caption{
		margin-top: 1.5rem;
		font-size: 2.5rem;
	}

}