@charset "utf-8";
.group_lead {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 20px;
		margin: 0 auto 60px;
		max-width: 780px;
}
.group_lead p {
		line-height: 2.2;
		font-weight: 600;
}
.section_col {
		margin-bottom: 60px;
}
.section_col p {
		line-height: 2.0;
		text-align: justify;
}
.kessan_btn {
		margin-top: 40px;
}
.group_holdings {
		margin-top: 50px;
		margin-bottom: 80px;
}
.page_hd.vision {
		font-size: 24px;
		line-height: 1.6;
		text-align: center;
}
.bnr_wearegreen {
		max-width: 582px;
		margin: 30px auto 0;
}
.bnr_wearegreen img {
		width: 100%;
		height: auto;
		border-radius: 10px;
		border: 1px solid #B4B4B4;
		transition: opacity 0.4s;
}
@media (hover: hover) {
		.bnr_wearegreen a:hover img {
				opacity: 0.7
		}
}
@media(max-width: 767px) {
		.page_hd.vision {
				font-size: 20px;
				text-align: center;
		}
}
.group_holdings img {
		width: 100%;
		height: auto;
}
.holdings_grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 80px 60px;
		margin-top: 60px;
}
.holdings_item_thumb img {
		width: 100%;
		height: auto;
		border-radius: 10px;
}
.holdings_item_thumb {
		margin-bottom: 15px;
}
.holdings_item_hd {
		min-height: 6em;
		margin: 0 0 8px
}
.holdings_item_hd.short {
		min-height: 4em;
}
@media(min-width: 768px) {
		.holdings_item_hd {
				display: flex;
				align-items: center
		}
}
.holdings_item_hd h4 {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.5;
		color: #3DAE35;
}
.holdings_item_caption p {
		text-align: justify;
		line-height: 1.8;
}
.group_sb {
		text-align: center;
		font-size: 22px;
		font-weight: 500;
		margin: 40px 0 50px
}
@media(max-width: 767px) {
		.section_col p {
				line-height: 1.8;
		}
		.holdings_grid {
				display: block;
				gap: 0 0;
				margin-top: 60px;
		}
		.holdings_item {
				margin-bottom: 50px;
		}
		.holdings_item_thumb img {
				border-radius: 8px;
		}
		.holdings_item_thumb {
				margin-bottom: 15px;
		}
		.holdings_item_hd {
				min-height: inherit;
		}
		.holdings_item_hd.short {
				min-height: inherit;
		}
		.holdings_item_hd h4 {
				font-size: 18px;
				margin: 0 0 10px
		}
		.group_sb {
				font-size: 18px;
				margin: 35px 0 30px
		}
}