@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .ttlBox {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 4.3rem 7.4rem 0.5rem;
}
#main .ttlBox .headLine01 {
	margin-bottom: 0;
	margin-left: 0;
	max-width: 28rem;
}
#main .tagUl{
	padding-top: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	flex: 1;
	justify-content: flex-end;
}
#main .tagUl a {
	padding: 0.25rem 1.3rem;
	text-align: center;
	min-width: 8rem;
	display: flex;
	justify-content: center;
	font-size: 1.1rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.1em;
	border-radius: 10vmax;
	background-color: #F4AB45;
	border: 2px solid #F4AB45;
}
#main .tagUl a:hover {
	opacity: 0.7;
}
#main .tagUl .item1 a {
	color: #56BBA1;
	border-color: #56BBA1;
	background-color: transparent;
}
#main .tagUl .item2 a {
	color: #36A1D1;
	border-color: #36A1D1;
	background-color: transparent;
}
#main .tagUl .item3 a {
	color: #000000;
	border-color: #EC8DB8;
	background-color: transparent;
}
#main .newsList li {
	margin-bottom: 6.8rem;
}
#main .newsList li:last-child {
	margin-bottom: 0;
}
#main .newsList a {
	padding: 5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	/* background-color: #fff; */
	border-radius: 2rem;
	position: relative;
	z-index: 1;
	background: repeating-linear-gradient(49deg, #FADDEA, #FADDEA 0.4rem, transparent 0, transparent 0.75rem);
}
#main .newsList a:hover {
	opacity: 0.7;
}
#main .newsList a:after {
	background-color: #fff;
	position: absolute;  
	border-radius: 2rem;
	top: 1rem;
	bottom: 1rem;
	left: 1rem;
	right: 1rem;  
	content: ""; 
	z-index: -1;
}
#main .newsList .photoBox {
	width: 36rem;
	margin-right: 5rem;
	aspect-ratio: 720 / 400;
	position: relative;
}
#main .newsList .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1rem;
}
#main .newsList .textBox {
	flex: 1;
	padding: 0.2rem 8rem 0 0;
	background: url(../img/common/icon04.png) no-repeat right center;
	background-size: 3.7rem auto;
}
#main .newsList p {
	line-height: 2.4;
	font-weight: 500;
	letter-spacing: 0.06em;
	font-feature-settings: normal;
}
#main .newsList .ttl2 {
	margin-bottom: 1.5rem;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
	line-height: 1.6;
	margin-top: 1rem;
}
#main .newsList .txt {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
	line-height: 2;
}
.wp-pagenavi {
    padding-top: 10.4rem;
    clear: both;
    text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    letter-spacing: 0.06em;
    padding: 0.6rem 0.5rem;
    margin: 0 0.15rem;
    font-weight: 500;
    min-width: 4.1rem;
    min-height: 4.1rem;
    color: #333;
	border-radius: 100%;
    box-sizing: border-box;
	background-color: transparent;
}
.wp-pagenavi .current {
	background-color: #EC8DB8;
}
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink { 
	margin: 0 3rem;
}
.wp-pagenavi .nextpostslink img,
.wp-pagenavi .previouspostslink img {
	width: 1rem;
	display: block;
}
#single .newsBox {
	margin: 0 0.5rem 6.7rem;
}
#single .newsBox .headLine01 {
	margin-left: 0;
}
#main .topicsBox {
	margin-bottom: 8.9rem;
	padding: 6.5rem 9rem 7.4rem;
	border-radius: 2rem;
	position: relative;
	z-index: 1;
	background: repeating-linear-gradient(49deg, #FADDEA, #FADDEA 0.4rem, transparent 0, transparent 0.75rem);
}
#main .topicsBox:after {
	background-color: #fff;
	position: absolute;  
	border-radius: 2rem;
	top: 1rem;
	bottom: 1rem;
	left: 1rem;
	right: 1rem;  
	content: ""; 
	z-index: -1;
}
#main .topicsBox p {
	margin-bottom: 5rem;
	line-height: 2.4;
	font-feature-settings: normal;
	font-weight: 500;
	letter-spacing: 0.06em;
}
#main .topicsBox p a {
	text-decoration: underline;
}
#main .topicsBox .bigPhoto img {
	border-radius: 1rem;
}
#single .link {
	margin: 0 auto;
	max-width: 63.5rem;
	text-align: center;
	position: relative;
}
#single .link a {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}
#single .link a:hover {
	opacity: 0.7;
}
#single .link span {
	display: inline-block;
}
#single .link .prevLink {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding: 0 0 0.3rem 2.5rem;
	background: url(../img/common/icon02.png) no-repeat left center;
	background-size: 1rem auto;
}
#single .link .nextLink {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	padding: 0 2.5rem 0.3rem 0;
	background: url(../img/common/icon03.png) no-repeat right center;
	background-size: 1rem auto;
}
#single .wp-block-image img {
	border-radius: 1rem;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:not(.nextpostslink):not(.previouspostslink):hover {
		background-color: #EC8DB8;
	}
	.wp-pagenavi .nextpostslink:hover,
	.wp-pagenavi .previouspostslink:hover {
		opacity: 0.7; 
	}
	#single #pagePath {
		margin-bottom: 9rem;
	}
	#main .topicsBox p a:hover {
		text-decoration: none;
	}
}

@media all and (max-width: 896px) {
	#main .ttlBox {
		margin: 0 0 5rem;
		display: block;
	}
	#main .ttlBox .headLine01 {
		max-width: inherit;
	}
	#main .tagUl {
		justify-content: flex-start;
	}
	#main .newsList a {
		padding: 4rem 3rem;
		display: block;
		border-radius: 1rem;
	}
	#main .newsList a::after {
		border-radius: 1rem;
	}
	#main .newsList .photoBox {
		width: auto;
		margin: 0 0 2rem;
	}
	#main .newsList .textBox {
		padding: 0 0 6rem;
		background-position: center bottom;
	}
	#main .newsList p {
		line-height: 1.8;
	}
	#main .newsList .ttl2 {
		font-size: 2rem;
		line-height: 1.5;
	}
	#main .newsList li {
		margin-bottom: 4rem;
	}
	.wp-pagenavi {
		margin: 0 -2rem;
		padding-top: 5rem;
	}
	.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
		margin: 0 1rem;
	}
	#single .newsBox {
		margin: 0 0 5rem;
	}
	#main .topicsBox {
		margin-bottom: 6rem;
		padding: 4rem 3rem 6rem;
		border-radius: 1rem;
	}
	#main .topicsBox::after {
		border-radius: 1rem;
	}
	#main .topicsBox p {
		line-height: 1.8;
		margin-bottom: 3rem;
	}
	#single .link {
		max-width: inherit;
	}
	#single .link .nextLink,
	#single .link .prevLink {
		padding-bottom: 0;
	}
}