@charset "utf-8";

/* ---------------------------------------
* 共通
------------------------------------------ */


.wp-block-image,.wp-block-group .wp-block-image,.article figure{
	margin: 4rem auto 0;
}

img{
	width: 100%;
	height: auto;
	text-align: center;
}

.wp-block-image :where(figcaption),figcaption{
	font-size: clamp(12px,1.4rem,14px);
	color: #999999;
	line-height: 1.6;
	margin-bottom: unset;
	text-align: center;
}

:root {
	--primary: #64CAB2;
	--bg-b: #1A1C23;
	--bg-b02: #313339;
	--font-w60: rgba(255,255,255,.6);
	--font-w40: rgba(255,255,255,.4);
	--font-w30: rgba(255,255,255,.3);
	--border:#fff;
	--border-w20:rgba(255,255,255,.2);
}

.backIndex{
	padding-top: 16rem;
}

.backIndex a{
	padding: 4rem 0;
	border-top: solid 1px #fff;
	justify-content: center;
}

.backIndex a span{
	display: inline-block;
}

.backIndex a span:first-of-type{
	width: 4rem;
	height: 4rem;
	position: relative;
	margin-top: 0.3rem;
	transition: all .3s;
}

.backIndex a:hover span:first-of-type{
	transform: translateX(-1rem);
}

.backIndex a span:first-of-type svg{
	position: absolute;
	left: 0;
	top: 0;
}

.backIndex a span:last-of-type{
	text-transform: uppercase;
	font-size: clamp(24px,4rem,56px);
	padding-left: 3rem;
}

/* ---------------------------------------
* 共通
------------------------------------------ */

/* ---------------------------------------
* NEWS
------------------------------------------ */

.s-blogMain .s-blogHead{
	padding-top: 0;
}

.s-blogTag{
	padding-bottom: 1rem;
}

.s-blogTag p{
	font-size: clamp(10px,1.2rem,14px);
	color: var(--font-w40);
}

.s-blogTtl{
	font-size: clamp(12px,2.8rem,32px);
	line-height: 1.6;
}

.s-blogTag-list{
	padding-top: 2rem;
	column-gap: 1rem;
}

.s-voiceTag-list{
	padding-bottom: 1rem;
}

.s-blogTag-listItem p{
	display: inline-block;
	background-color: #42A4AF;
	padding: .2rem 1rem;
	line-height: 1.6;
	font-size: clamp(10px,1.2rem,14px);
}

.s-blogHead p{
	font-size: clamp(10px,1.4rem,16px);
	padding-bottom: .8rem;
}

.s-blogDetail{
	width: 91.7%;
	margin: 8rem auto 0;
}

.s-voiceDetail{
	width: 91rem;
}

.s-blogDetail h2{
	font-size: clamp(18px,2.4rem,28px);
	line-height: 1.6;
	padding-bottom: 2rem;
	margin: 6rem 0 3rem;
	border-bottom: solid 1px rgba(0,0,0,.2);
}

.s-blogDetail h3{
	font-size: clamp(16px,2rem,24px);
	line-height: 1.6;
	margin: 3rem 0 2.4rem;
}

.s-blogDetail p{
	margin-top: 2.4rem;
}

/* .s-blogDetail img{
margin-top: 4rem;
} */

.s-voiceImg .img{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.s-voiceImg .img::after{
	content: "";
	display: block;
	padding-top: 46.3%;
}



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

	/* ---------------------------------------
	* 共通
	------------------------------------------ */

	.wp-block-image,.wp-block-group .wp-block-image,.article figure{
		margin: 4rem auto 0;
	}

	.article iframe{
		width: 100%;
	}

	.wp-block-image :where(figcaption),figcaption{
		font-size: 1.2rem;
	}

	.backIndex {
		padding-top: 8rem;
	}

	.backIndex a{
		padding: 2rem 0;
	}

	.backIndex a span:first-of-type{
		width: 2.8rem;
		height: 2.8rem;
	}

	.backIndex a span:last-of-type{
		font-size: 2rem;
		padding-left: 1.6rem;
	}
	/* ---------------------------------------
	* NEWS
	------------------------------------------ */

	.s-blogArticleMain .s-blogHead{
		padding-top: 0;
	}

	.s-blogTag{
		padding-bottom: 1rem;
	}

	.s-blogTag p{
		font-size: 1.2rem;
	}

	.s-blogTtl{
		font-size: 2.4rem;
	}

	.s-voiceWrap .s-blogTtl{
		font-size: 2rem;
	}

	.s-blogTag-list{
		padding-top: 1.6rem;
		column-gap: .4rem;
	}

	.s-blogTag-listItem p{
		padding: .2rem 1rem;
		font-size: 1.2rem;
	}

	.s-blogDetail{
		width: 100%;
		margin: 6rem auto 0;
	}

	.s-voiceDetail {
		width: 100%;
		padding: 0 2.4rem;
	}

	.s-blogDetail h2{
		font-size: 2rem;
		padding-bottom: 2rem;
		margin: 6rem 0 3rem;
	}

	.s-blogDetail h3{
		font-size: 1.8rem;
		margin: 3rem 0 2.4rem;
	}

	.s-blogDetail p{
		margin-top: 2.4rem;
	}

	/* 	.s-blogDetail img{
	margin-top: 4rem;
} */

	.s-voiceImg .img::after {
		padding-top: 75%;
	}

	.s-blogHead p{
		font-size: 1.2rem;
		padding-bottom: .8rem;
	}


}