@charset "UTF-8";
@font-face {
	font-family: 'Avenir';
	src: url(/font/avenir.ttf);
}
@font-face {
	font-family: 'YuGoPr6N-R';
	src: url(/font/YuGo/subset/YuGoPr6N-R.otf);
}
@font-face {
	font-family: 'YuGoPr6N-D';
	src: url(/font/YuGo/subset/YuGoPr6N-D.otf);
}
@font-face {
	font-family: 'YuGoPr6N-L';
	src: url(/font/YuGo/subset/YuGoPr6N-L.otf);
}
@font-face {
	font-family: 'YuGoPr6N-M';
	src: url(/font/YuGo/subset/YuGoPr6N-M.otf);
}
@font-face {
	font-family: 'YuGoPr6N-B';
	src: url(/font/YuGo/subset/YuGoPr6N-B.otf);
}


/* news ---------------------------------------*/

.news{padding-bottom: 115px;}
.news-title{padding-bottom: 65px;}

.news-list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: calc((100% - (28.5% * 3)) / 2);
}

.news-list-item{
	width: 28.5%;
	margin-bottom: 60px;
}

.news-list-item a{transition: 0.3s;}

.news-list-item a:hover{opacity: 0.7;}

.news-list-item:first-of-type{margin-left: 0;}

.news-list-item-image{
	margin-bottom: 25px;
	overflow: hidden;
}
.news-list-item-image img{
	transition: 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.news-list-item a:hover .news-list-item-image img{transform:scale(1.05,1.05)}

.news-list-item-data{
	margin-bottom: 7px;
	font-family: 'Avenir';
	font-size: 16px;
	font-weight: lighter;
}

.news-list-item-title{
	font-size: 14px;
	line-height: 2;
	font-family: 'YuGoPr6N-M';
	letter-spacing: 0.7px;
}
.en .news-list-item-title{
	font-family: 'Avenir';
	font-weight: 500;
	letter-spacing: calc(25em / 1000);
}


/* news detail ---------------------------------------*/

/* news detailtop ---------------------*/

.newsdetailtop{margin-bottom: 160px;}
.newsdetail-title{padding-bottom: 65px;}
.newsdetailtop .inner{max-width: 760px;}
.newsdetail-image{
	max-width: 904px;
	padding: 0 20px;
	margin: 0 auto 60px;
}
.newsdetail-content{}

.newsdetail-content-title-wrapper{
	padding-bottom: 15px;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.newsdetail-content-data{
	font-size: 16px;
	font-family: 'Avenir';
	font-weight: lighter;
	margin-bottom: 5px;
	line-height: 2.25;
}

.newsdetail-content-title{
	font-size: 20px;
	font-family: 'YuGoPr6N-B';
	line-height: 1.8;
}
.en .newsdetail-content-title{
	font-family: 'Avenir';
	font-weight: 700;
	letter-spacing: calc(25em / 1000);
}

.newsdetail-content-text-wrapper{margin-bottom: 110px;}


.newsdetail-content-text-wrapper p,
.newsdetail-content-text{
	margin-bottom: 28px;
	font-family: 'YuGoPr6N-M';
	font-size: 14px;
	line-height: 2;
}
.en .newsdetail-content-text-wrapper p,
.en .newsdetail-content-text{
	font-family: 'Avenir';
	font-weight: 500;
	letter-spacing: calc(25em / 1000);
}

.newsdetail-content-text-wrapper p a,
.newsdetail-content-text a{
	transition: 0.3s;
	text-decoration: underline;
}

.newsdetail-content-text-wrapper p a:hover,
.newsdetail-content-text a:hover{opacity: 0.5;}



/* news detailnewest ---------------------*/

.newsdetailnewest{padding-bottom: 120px;}

.newsdetailnewest .section-title{margin-bottom: 40px;}



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

	/* news ---------------------------------------*/

	.news{padding: 0px 35px 110px;}
	.news-title{padding-bottom: 40px;}
	.news-list{display: block;}

	.news-list-item{
		width: 100%;
		margin-bottom: 35px;
	}

	.news-list-item-image{
		margin-bottom: 25px;
		overflow: hidden;
	}

	.news-list-item-data{
		margin-bottom: 10px;
		font-size: 16px
	}

	.news-list-item-title{
		font-size: 14px;
		line-height: 2;
		font-family: 'YuGoPr6N-M';
		letter-spacing: 0.7px;
	}
	.en .news-list-item-title{
		font-family: 'Avenir';
		font-weight: 500;
		letter-spacing: calc(25em / 1000);
	}



	/* news detail ---------------------------------------*/

	/* news detailtop ---------------------*/

	.newsdetailtop{
		padding: 0px 35px 0;
		margin-bottom: 0;
	}

	.newsdetail-title{padding-bottom: 40px;}
	.newsdetail-image{margin-bottom: 15px;}
	.newsdetail-content{}

	.newsdetail-content-title-wrapper{
		padding-bottom: 25px;
		margin-bottom: 40px;
	}

	.newsdetail-content-title{
		font-size: 16px;
		line-height: 1.6;
	}

	.newsdetail-content-text-wrapper{margin-bottom: 90px;}
	.newsdetail-content-text{margin-bottom: 30px;}


	/* news detailnewes ---------------------*/

	.newsdetailnewest{padding: 160px 35px 110px;}


}