@charset "utf-8";
/* main image
------------------------------------------*/
.main-image {
	background-image: var(--bg-path,url(../images/bg-main-shape.png));
/*	background-color: rgba(0, 0, 0, 0.2);
	background-blend-mode: darken;*/
}/*
.main-image__inner .main-image-text {
	text-align: center;
	font-size: 2em;
	color: #fff;
	line-height: 1.4;
	letter-spacing: 0.2em;
	font-weight: bold;
	text-shadow: 2px 2px 6px rgba(0,0,0,1);
}/*
.main {
	padding: 10px 10px 30px;
	margin: auto;
	height: 100%;
	max-width: 1200px;
}*/
.com {
	color: grey;
}
.com h3,
.com h4 {
	color: #333;
}
.com p+p {
	margin-top: 25px;
}

button.btn {
	font-size: 0.9em;
	margin: 40px auto 20px;
}

/* 個別CSS -------------------*/
.page-main {
	max-width: 1200px;
}
.news .grid {
	gap: 20px;
}
.news .com a {
	color: #333;
	text-decoration: none;
	overflow-wrap: anywhere;
}
.news .com h3 {
	margin-bottom: 6px;
	color: #333;
}

.news .com a:hover {
	color: #63AB45;
}
.news-top-ttl,
.news-page-ttl {
	display: none;
}
.news .news-wrapper {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #acacac;
}
.news .image {
	margin-top: 0;
	margin-bottom: 15px;
}
.news .image p {
	margin-top: 5px;
	font-size: 0.9em;
}

.news .news-gallery {
	gap: 0 15px;
}
.news .news-gallery .image__inner {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%;
}
.news .news-gallery .image__inner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


/* 記事リスト */
.news-list {
	gap: 15px 30px !important;
	margin-bottom: 60px;
}
.news-list .news-card {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	box-shadow: 3px 3px 4px rgba(128,128,128,0.3);
	margin-bottom: 15px;
	padding: 20px;
	height: stretch;
}
.news-list .news-card .thumb {
	position: relative;
	border-radius: 10px;
	width: 100%;
	height: 0;
	padding-top: 75%;
	margin-bottom: 40px;
}
.news-list .news-card .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.news-list .news-card .thumb .date {
	position: absolute;
	top: 0;
	right: 15px;
	background: #63AB45;
	border-radius: 0 0 6px 6px;
	padding: 10px;
	text-align: center;
	color: #fff;
	line-height: 1;
}
.news-list .news-card .thumb .date span {
	display: block;
}
.news-list .news-card .thumb .date .day {
	font-size: 1.05em;
	font-weight: bold;
}
.news-list .news-card .thumb .date .month {
	font-size: 0.8em;
}
.news-list .news-card .thumb .category {
	position: absolute;
	left: 15px;
	bottom: -1em;
	background: #F7921E;
	color: #fff;
	padding: 10px 15px 8px;
	font-size: 0.95em;
	line-height: 1;
}
.news-list .news-card h3 {
	margin-bottom: 15px;
	font-size: 1.25em;
	line-height: 1.3;
}
.news-list .news-card .more-link {
	display: inline-block;
	margin-top: 10px;
	color: #333;
	text-decoration: none;
}
.news-list .news-card .more-link::after {
	content: "\0bb";
	margin-top: 5px;
	margin-left: 5px;
	font-size: 1.25em;
	color: #63AB45;
	font-weight: bold;
	line-height: 1;
}
.news-list .news-card .more-link:hover {
	color: #63AB45;
	letter-spacing: 0.05em;
}

.news-category {
	padding: 0;
	margin: 0 auto 30px;
	font-size: 0.9em;
	color: #999;
}
.news-category[data-icon]::before {
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.5em;
	filter: invert(56%) sepia(48%) saturate(674%) hue-rotate(69deg) brightness(97%) contrast(85%);
}


/* タブレット版
==============================================================================*/
@media screen and (max-width:800px) {
	.news-list[data-column="3"],
	.news-list[data-column="4"],
	.news-list[data-column="5"],
	.news-list[data-column="6"] {
		--data-column: 2 !important;
	}
}


/* スマートフォン版
==============================================================================*/
@media screen and (max-width:500px) {
/*	.main-image__inner .main-image-text {
		font-size: 1.5em;
		line-height: 1.2;
		letter-spacing: 0;
	}

	.news-list .news-card h3 {
		font-size: 1.1em;
	}
*/

}
