@charset "utf-8";

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

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

img{
	text-align: center;
}

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

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

.newsArticle{
	padding: 20rem 0 0;
}

.newsCont{
	width: 58.85%;
	margin: 0 auto;
}

.newsHead .day{
	font-weight: 400;
	letter-spacing: normal;
	color: rgba(255,255,255,.5);
	line-height: 1;
	padding-left: 1rem;
}

.client{
	font-size: clamp(12px, 1.2rem, 14px);
	line-height: 1;
}

.articleMeta{
	padding-bottom: 2rem;
}

.newsHead h2{
	font-size: clamp(20px,3.2rem,36px);
	line-height: 1.6;
	font-weight: 700;
}

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

.newsTag-listItem{
	display: inline-block;
	font-size: clamp(12px,1.2rem,12px);
	line-height: 1.6;
	letter-spacing: normal;
	padding: .4rem 1.2rem;
	border-radius: 5px;
	background-color: #CCFA00;
}

/* .newswrap{
padding-top: 8rem;
} */

.newsDetail{
	margin: 0 auto;
	padding-top: 6rem;
}

.newsDetail h2{
	font-weight: 700;
	padding-top: 3rem;
	border-top: solid 1px rgba(255,255,255,.1);
	font-size: clamp(18px,2.8rem,32px);
	line-height: 1.6;
	margin: 8rem 0 4rem;
}

.newsDetail h3{
	font-weight: 700;
	font-size: clamp(16px,2.4rem,28px);
	line-height: 1.6;
	padding-left: 4rem;
	position: relative;
	margin: 4rem 0 3rem;
}

.newsDetail h3::before{
	content: "";
	display: block;
	width: 3rem;
	height: 1px;
	background-color: #171717;
	position: absolute;
	left: 0;
	top: 2rem;
}

.newsDetail h4{
	font-size: clamp(14px,2rem,24px);
	font-weight: 700;
	line-height: 1.6;
	margin: 4rem 0 3rem;
}

.newsDetail p{
	margin-top: 2rem;
}

.newsDetail a,.projectArticle a{
	color: #F173AB;
	text-decoration: underline;
}

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

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



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


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

	.newsArticle{
		padding: 14rem 0 12rem;
	}

	.newsCont{
		width: 100%;
		padding: 0 2rem;
	}

	.newsHead h2{
		font-size: 2rem;
	}

	.newsTag-listItem{
		font-size: 1rem;
	}

	.newswrap{
		padding-top: 3rem;
	}

	.newsDetail{
		width: 100%;
		padding-top: 0;
	}

	.newsDetail h2{
		padding-top: 3rem;
		font-size: 2rem;
		margin: 6rem 0 4rem;
	}

	.newsDetail h3{
		font-size: 1.8rem;
		padding-left: 3rem;
		margin: 4rem 0 3rem;
	}

	.newsDetail h4{
		font-size: 1.8rem;
		margin: 4rem 0 3rem;
	}

	.newsDetail h3::before{
		width: 2rem;
		top: 1.4rem;
	}

	.newsDetail p{
		margin-top: 2rem;
	}


}