@charset "UTF-8";
/* business.css */


/* ===== 追加の共通設定 ===== */
main h2 {
	margin-bottom: 2.2em;
}
main h3 {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 50px;
	margin-bottom: clamp(25px,3vw,40px);
	color: #009e96;
}
h3:before {
	content: "";
	width:  .75em;
	height: .75em;
	min-width:  .75em;
	min-height: .75em;
	display: block;
	margin-top: .45em;
	margin-right: .5em;
	background-color: #009e96;
	border-radius: 50px;
}
h4,
h5 {
	font-size: 18px;
}
h4 {
	margin-bottom: 2em;
	color: #009e96;
}
h5 {
	margin-bottom: 2em;
	color: #009e96;
}





/* ===== ファーストビュー テキスト 設定 ===== */
h1 .img_mask:before {
	background-image: url(../../img/business/h1_business_anim.svg);
}


/* ===== 下層ページリンク ===== */
.business_link {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
}
.business_link li {
	width: calc(100%/3 - 1%);
	height: 18vw;
	max-height: 260px;
	display: block;
	border-radius: 20px;
	overflow: hidden;
}
.business_link li a:before {
	content: "";
	width:  100%;
	height: 100%;
	display: block;
	position: absolute;
	top:  0;
	left: 0;
	background-image: url(../../img/business/link_bio_pc.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
}
li.card_fuel a:before {
	background-image: url(../../img/business/link_fuel_pc.jpg);
}
li.card_sdgs a:before {
	background-image: url(../../img/business/link_sdgs_pc.jpg);
}
.business_link li a {
	width:  100%;
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	justify-content: flex-start;
	padding: 30px;
	padding: min(1.563vw,30px);
}
.business_link li small {
	font-size: 18px;
	font-size: clamp(12px,0.938vw,18px);
	font-weight: 500;
	line-height: 1;
	display: inline-block;
	margin-top: .75em;
	color: #fff;
}
.business_link li img {
	width: 100%;
	height: clamp(40px,2.604vw,50px);
	object-fit: contain;
	object-position: left center;
}


/* ===== 燃料について ===== */
.color_img {
	padding: 50px;
	padding: clamp(25px,5vw,50px);
	border-radius: 20px;
}
.color_img h5 {
	text-align: center;
}
.color_img h5.marS_B {
	margin-bottom: .25em;
}
.color_img img {
	max-width: 1000px;
	margin-left:  auto;
	margin-right: auto;
}



/* ===== バイオマス発電について ===== */
#energy_bio .flex_box .cont_wrap {
	width: 42%;
}
#energy_bio .flex_box .img_wrap {
	width: 50%;
}
#energy_bio p.p_addheight {
	font-size: clamp(12px,1.2vw,16px);
}
/* card imgサイズ調整 */
#energy_bio .color_img {
	padding: clamp(20px,3vw,50px);
}
#energy_bio .color_img h5 {
	margin-bottom: 1em !important;
}
#energy_bio .color_img img {
	width: 80%;
	max-width: 600px;
	display: block;;
}

/* 限定的 改行 */
#energy_bio br.add_blk { display:none; }

@media screen and (max-width:949px) {
	#energy_bio .color_img img {
		width: 90%;
	}
	#energy_bio br.add_blk {
		display: block;
	}	
}
@media screen and (max-width:768px) {
	#energy_bio .color_img img {
		max-width: 350px;
	}
	#energy_bio br.add_blk {
		display: none;
	}
}




/* 石狩地域バイオマス発電所のしくみ */
.chara_flex {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: center;
}
.chara_flex .img_wrap {
	width: 20%;
	margin-right: 50px;
	margin-right: clamp(25px,2.5vw,50px);
}
.chara_flex p {
	width: fit-content;
	min-width: fit-content;
	font-size: clamp(13px,1.3vw,16px);
	font-weight: 500;
	line-height: 1.7em;
	letter-spacing: .15em;
	align-self: center;
}



/* ===== SDGsについて ===== */
#about_sdgs .middle_wrap .p_addheight {
	margin-bottom: 2em;
}
#about_sdgs dt {
	font-weight: normal;
	margin-bottom: .25em;
}
#about_sdgs dd a {
	word-break: break-all;
	color: #009e96 !important;
}
/* SDGsへの取り組み */
.sdgs_flex {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.sdgs_card {
	width: calc(100%/3 - 1.25%);
	padding: 60px 20px 20px;
	padding-top: clamp(20px,3vw,60px);
	border-radius: 20px;
	background-color: #e0f3f2;
}
.sdgs_card .img_wrap {
	width: 55%;
	margin: 0 auto 40px;
	margin-bottom: clamp(20px,3vw,40px);
}
.sdgs_card .color_box {
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
}
.sdgs_card h4 {
	text-align: center;
	margin-bottom: 1em;
}
.sdgs_card li {
	line-height: 1.5;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	word-break: break-all;
}
.sdgs_card li + li {
	margin-top: .5em;
}
.sdgs_card li:before {
	content: "・";
	font-size: 1em;
	display: inline-block;
	margin-right: .25em;
}



/* ===== SDGs FIT制度 & FIP制度 ===== */
.sdgs_flex {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
}
.sdgs_flex .cont_wrap {
	width: 42%;
}
.sdgs_flex .cont_wrap p {
	font-size: clamp(12px,1.2vw,16px);
}
.sdgs_flex .color_img  {
	width: 53%;
	align-self: flex-start;
}
.sdgs_flex .color_img h5,
.mar_emB {
	margin-bottom: 1em;
}
.sdgs_flex .color_img img {
	width: 90%;
	max-width: 480px;
	display: block;
	margin-left:  auto;
	margin-right: auto;
}













@media screen and (max-width:949px) {
	/* ===== SDGsについて ===== */
	/* SDGsへの取り組み */
	.sdgs_card {
		width: calc(100%/2 - 1.5%);
		border-radius: 15px;
	}
	.sdgs_card:nth-of-type(n+3) {
		margin-top: 3%;
	}
 
}





@media screen and (max-width:768px) {
	/* ===== 追加の共通設定 ===== */
	main h2 {
		margin-bottom: 1.5em;
	}

	/* ===== 下層ページリンク ===== */
	.business_link {
		flex-wrap: wrap;
	}
	.business_link li {
		width: 100%;
		height: 53.333vw;
		border-radius: 10px;
	}
	.business_link li + li {
		margin-top: 20px;
	}
	.business_link li a {
		padding: 20px;
	}
	.business_link li img {
		height: 40px;
	}
	.business_link li small {
		font-size: 14px;
	}


	/* ===== 燃料について ===== */
	.color_img {
		padding: 25px 20px !important;
		padding: clamp(25px,6.667vw,30px) clamp(20px,5.333vw,30px) !important;
		border-radius: 10px;
	}
	.color_img.life_img {
		padding: 0 !important;
	}
	.life_img .overflow_wrap img {
		padding: 25px 20px;
		padding: clamp(25px,6.667vw,30px) clamp(20px,5.333vw,30px);
	}

	.color_img h5 {
		font-size: 16px;
		margin-bottom: 1.25em;
	}


	/* ===== バイオマス発電について ===== */
	main h3 {
		width: 100%;
		display: inline-block;
		text-align: center;
		margin-bottom: 20px;
	}
	main h3:before {
		content: none;
	}
	h4 {
		margin-bottom: 20px;
	}
	#energy_bio .flex_box .cont_wrap,
	#energy_bio .flex_box .img_wrap {
		width: 100%;
	}
	#energy_bio p.p_addheight {
		font-size: 14px;
	}

	/* 仕組み */
	.overflow_wrap {
		width: 100%;
		overflow-x: scroll;
	}
	.overflow_wrap img {
		min-width: 700px;
		display: block;
	}
	.life_img.color_img {
		padding: 0;
	}
	.life_img .overflow_wrap img {
		min-width: 800px;
		padding: 25px 20px;
	}

	/* キャラ */
	.chara_flex .img_wrap {
		width: 35%;
		max-width: 160px;
		margin-right: 20px;
	}
	.chara_flex p {
		width: 65%;
		min-width: inherit;
		font-size: 12px;
		font-size: clamp(12px,3.2vw,16px);
	}


	/* ===== SDGsについて ===== */
	/* SDGsへの取り組み */
	.sdgs_card {
		width: 100%;
		padding-top: 30px;
	}
	.sdgs_card + .sdgs_card {
		margin-top: 30px;
	}
	.sdgs_card .img_wrap {
		margin-bottom: 30px;
	}
	.sdgs_card li {
		font-size: 16px;
	}
	.color_img img {
		max-width: 350px;
	}
	.sdgs_box {
		padding: 25px;
		padding: clamp(25px,6.667vw,30px);
	}


	/* ===== SDGs FIT制度 & FIP制度 ===== */
	#sec_sdgs h4.marL_T {
		margin-top: clamp(40px,10.667vw,60px) !important;
	}
	.sdgs_flex {
		flex-wrap: wrap;
	}
	.sdgs_flex .cont_wrap,
	.sdgs_flex .color_img  {
		width: 100%;
	}
	.sdgs_flex .cont_wrap {
		margin-bottom: 30px;
	}
	.sdgs_flex .cont_wrap p {
		font-size: 14px;
	}
	.sdgs_flex .color_img img {
		width: 100%;
		max-width: 450px;
	}


}