@charset "UTF-8";
/* news ---------------------------------------*/
.news { 
	padding: 0 20px 120px;
}

.news-head { 
	position: relative;
	margin-bottom: 32px;
}

.news-num { 
	top: 8px;
	left: -40px;
	white-space: nowrap;
}

.news-head .section-title { 
	margin-bottom: 0;
}

.news-cattitle {
	margin: 20px auto 0 20px;
	font-size: 24px;
	font-weight: 700;
}

.news-cattitle strong {
	font-size: 32px;
	font-weight: 700;
}

.news-body { 
	display: flex;
	gap: calc(40 / 1090 * 100%);
}

.news-list { 
	display: flex;
	flex-wrap: wrap;
	gap: 28px 21px;
	flex: 1;
	order: 2;
}

.news-list > li { 
	width: 255px;
}

.news-list-image { 
	width: 100%;
	aspect-ratio: 248 / 144;
	margin-bottom: 8px;
}

.news-list-image img { 
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-list-title { 
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.07em;
}

.news-list-info { 
	position: relative;
}

.news-list-info-date { 

}

.news-list-info-date time { 

}

.news-list-info-date-day { 
	display: block;
	margin-bottom: -6px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.14em;
}

.news-list-info-date-year { 
	display: inline-block;
	position: relative;
	padding-right: 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.07em;
}

.news-list-info-date-year::after {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	font-weight: 700;
	content: '/';
} 


.news-list-info-date-month { 
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.07em;
	color: #fcc800;
}

.news-list-info-category { 
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	background: #fcc800;
	padding: 2px 4px;
}

.news-deco { 
	width: calc(243 / 1090 * 100%);
	order: 1;
}

.news-deco img { 
	width: 100%;
}

.news-nopost {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.14em;
	margin: 40px auto 0 40px;
	order: 2;
}


/* newsdetail ---------------------------------------*/
.newsdetail { 
	padding: 0 20px 120px;
}

.newsdetail-wrapper { 
	display: flex;
	gap: calc(32 / 1090 * 100%);
}

.newsdetail-main { 
	display: flex;
	width: calc(802 / 1090 * 100%);
}

.newsdetail-info { 
	flex: 1;
	flex-shrink: 0;
	position: relative;
	height: min(calc(372 / 1130 * 100vw), 372px);
}

.newsdetail-info-date { 
	position: absolute;
	bottom: 0;
	left: 0;
}

.newsdetail-info-date-day { 
	display: block;
	margin-bottom: -6px;
	font-size: 64px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.14em;
}

.newsdetail-info-date-year { 
	display: inline-block;
	position: relative;
	padding-right: 18px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.07em;
}

.newsdetail-info-date-year::after {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	font-weight: 700;
	content: '/';
} 

.newsdetail-info-date-month { 
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.07em;
	color: #fcc800;
}

.newsdetail-info-category {
	display: inline-block;
	position: absolute;
	top: calc(100% + 12px);
	left: 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	background: #fcc800;
	padding: 4px 6px;
}

.newsdetail-contents { 
	width: calc(640 / 802 * 100%);
}

.newsdetail-image { 
	margin-bottom: 8px;
	width: 100%;
	aspect-ratio: 640 / 372;
}

.newsdetail-image img { 
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newsdetail-title { 
	font-size: 24px;
	font-weight: 700;
	line-height: calc(32 / 18);
}

.entrybody { 
	margin-top: 12px;
}

.entrybody > * {margin-top: 20px;}
.entrybody > *:first-child {margin-top: 0 !important;}

.entrybody h2, .entrybody h3 { 
	font-size: 20px;
	font-weight: 500;
	color: #fcc800;
}

.entrybody p { 
	font-size: 13px;
	font-weight: 500;
	line-height: 2;
	word-break: break-all;
}

.entrybody strong,
.entrybody b { 
	font-weight: 700;
}

.entrybody a { 
	text-decoration: underline;
	color: #fcc800;
}

.entrybody a:hover { 
	opacity: 1;
	text-decoration: none;
}

.entrybody img {
	max-width: 100%;
	width: 100%;
}
.entrybody > * img {margin-top: 0;}

.newsdetail-sub { 
	width: calc(256 / 1090 * 100%);
}

.newsdetail-related { 
	margin-bottom: 36px;
}

.newsdetail-sub-title { 
	font-size: 16px;
	font-weight: 700;
	color: #fcc800;
	margin-bottom: 12px;
}

.newsdetail-related-list { 

}

.newsdetail-related-list > li { 

}

.newsdetail-related-list > li + li { 
	margin-top: 24px;
}

.newsdetail-related-list > li a { 
	display: block;
}

.newsdetail-related-list-image { 
	width: 100%;
	aspect-ratio: 256 / 150;
	margin-bottom: 8px;
}

.newsdetail-related-list-image img { 
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newsdetail-related-list-title { 
	font-size: 12px;
	font-weight: 500;
}

.newsdetail-related-nopost {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.14em;
	margin: 10px auto 0;
}

.newsdetail-cat { 

}

.newsdetail-cat-list { 
	display: flex;
    flex-wrap: wrap;
    gap: 16px 20px;
}

.newsdetail-cat-list > li { 

}

.newsdetail-cat-list > li a { 
	font-size: 14px;
	font-weight: 500;
	text-decoration: underline;
}

.newsdetail-cat-list > li a:hover { text-decoration: none;}


.newsdetail-cat-list > li a span { 

}


/* small pc */
@media screen and (min-width: 768px) and (max-width: 1200px){
	.news-head,
	.news-body {
		padding-left: 30px;
	}

	.news-num {
		left: -10px;
	}

}


/* sp only */
@media screen and (max-width: 767px){
	/* news ---------------------------------------*/
	.news { 
		padding: 0 14px 40px;
	}

	.news-head { 
		margin-bottom: 20px;
		padding-left: 20px;
	}

	.news-num { 
		top: 6px;
		left: -4px;
	}

	.news-cattitle {
		margin: 20px auto 0 10px;
		font-size: 20px;
	}
	
	.news-cattitle strong {
		font-size: 28px;
	}

	.news-body { 
		display: block;
		padding-left: 20px;
	}

	.news-list { 
		display: block;
		margin: 0 auto;
		max-width: 500px;
	}

	.news-list > li { 
		width: 100%;
	}

	.news-list > li + li { 
		margin-top: 32px;
	}

	.news-list-image { 
		margin-bottom: 6px;
	}

	.news-list-title { 
		margin-bottom: 8px;
		font-size: 14px;
	}

	.news-list-info-date-day { 
		margin-bottom: -8px;
		font-size: 30px;
	}

	.news-list-info-date-year { 
		padding-right: 8px;
		font-size: 12px;
	}

	.news-list-info-date-year::after {
		font-size: 12px;
	} 

	.news-list-info-date-month { 
		font-size: 12px;
	}

	.news-list-info-category { 
		font-size: 10px;
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.05em;
		background: #fde311;
		padding: 2px 4px;
	}

	.news-deco { 
		margin: 20px 20px 0 auto;
		width: 100%;
		max-width: 120px;
	}

	.news-nopost {
		font-size: 14px;
		text-align: center;
		margin: 50px auto;
	}


	/* newsdetail ---------------------------------------*/
	.newsdetail { 
		padding: 0 14px 60px;	
	}

	.newsdetail-wrapper { 
		display: block;
	}

	.newsdetail-main { 
		display: block;
		position: relative;
		width: 100%;
	}

	.newsdetail-info { 
		position: unset;
		height: unset;
	}
	
	.newsdetail-info-date { 
		bottom: unset;
		top: calc(202 / 347 * calc(100vw - 28px) + 8px);
	}
	
	.newsdetail-info-date-day { 
		margin-bottom: -6px;
		font-size: 40px;
	}
	
	.newsdetail-info-date-year { 
		padding-right: 16px;
		font-size: 18px;
	}
	
	.newsdetail-info-date-year::after {
		font-size: 18px;
	} 
	
	.newsdetail-info-date-month { 
		font-size: 18px;
	}
	
	.newsdetail-info-category {
		top: calc(202 / 347 * calc(100vw - 28px) + 8px);
		left: unset;
		right: 0;
		font-size: 10px;
		padding: 2px 4px;
	}

	.newsdetail-contents { 
		width: 100%;
	}

	.newsdetail-image { 
		margin-bottom: 74px;
	}

	.newsdetail-title { 
		font-size: 18px;
	}

	.entrybody { 
		margin-top: 20px;
	}

	.entrybody * {margin-top: 10px;}

	.entrybody h2, .entrybody h3 { 
		font-size: 16px;
	}

	.entrybody p { 
	}

	.newsdetail-sub { 
		width: 100%;
		margin-top: 60px;
	}

	.newsdetail-related { 
		margin-bottom: 30px;
	}

	.newsdetail-sub-title { 
		font-size: 18px;
		margin-bottom: 12px;
	}

	.newsdetail-related-list > li + li { 
		margin-top: 28px;
	}

	.newsdetail-related-list-image { 
		margin-bottom: 6px;
	}

	.newsdetail-related-list-title { 
		font-size: 14px;
	}

	.newsdetail-related-nopost {
		font-size: 12px;
	}

	.newsdetail-cat-list { 
		gap: 6px 16px;
	}

	.newsdetail-cat-list > li a { 
		font-size: 14px;
	}


}

/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px){

}