.sec_intro{
	margin-inline:auto;
	padding:60px 0 60px;
	text-align:center;
}
.sec_intro h3{
	font-family:var(--serif);
	font-size:2.2rem;
	font-weight:normal;
}
.sec_intro h3 span{
	font-size:2rem;
	display:block;
}
.sec_intro p{
	margin-top:40px;
	font-size:1.6rem;
}
@media only screen and (max-width: 767px){
	.sec_intro{
		padding:40px 0 40px;
	}
	.sec_intro h3{
		font-size:1.6rem;
	}
	.sec_intro p{
		margin-top:18px;
		font-size:1.4rem;
		padding:0 30px;
		text-align:left;
	}
	.sec_intro h3 span{
		font-size:1.4rem;
	}
}
.p-sdgs_about{
	padding:0 15px 100px;
}
.p-sdgs_about_inner{
	border:15px solid var(--beige);
	padding:50px;
	display:flex;
	gap:70px;
}
.p-sdgs_about_inner div h3{
	font-size:1.9rem;
	font-family:var(--serif);
	margin-bottom:50px;
	font-weight:normal;
}
.p-sdgs_about_inner div{
	flex:1;
}
.p-sdgs_about_inner div p{
	font-size:1.5rem;
}
@media only screen and (max-width: 767px){
	.p-sdgs_about_inner{
		flex-direction:column;
		padding:40px 28px;
		gap:40px;
	}
	.p-sdgs_about_inner div h3{
		font-size:1.7rem;
		text-align:center;
		margin-bottom:30px;
	}
}


.p-sdgs_action{
	background:var(--beige);
	padding-bottom:130px;
}
.p-sdgs_action .sec_midashi{
	margin-bottom:60px;
}
.p-sdgs_action .sec_midashi h4{
	font-size:1.6rem;
	display:flex;
	gap:80px;
	align-items: center;
	font-weight:normal;
}
.p-sdgs_action .sec_midashi span:first-child{
	font-size:2.2rem;
	font-family:var(--serif);
	color:var(--brown);
	display: flex;
	align-items: center;
	font-weight:500;
}
.p-sdgs_action .sec_midashi span:first-child:before {
	border-top: 1px solid;
	content: "";
	width: 40px;
	margin-right: 1em;
}
@media only screen and (max-width: 767px){
	.p-sdgs_action{
		padding-bottom:90px;

		background: linear-gradient(180deg, #fff 0%, #fff 40%, var(--beige) 40%, var(--beige) 100%);

	}
	.p-sdgs_action .sec_midashi{
		margin:40px 0 20px;
	}
	.p-sdgs_action .sec_midashi h4{
		font-size:1.4rem;
		flex-direction:column;
		gap:40px;
	}
	.p-sdgs_action .sec_midashi span:first-child{
		font-size:1.6rem;
		display: block;
		text-align: center;
	}
	.p-sdgs_action .sec_midashi span:first-child:before {
		border-top: none;
	}
}


.p-sdgs_action_1{
	display:flex;
	justify-content:space-between;
	margin-bottom:80px;
	gap:20px;
}

.sdgs_action_box{
	background:#fff;
	width:372px;
	padding:20px;
}
.sdgs_action_box h4{
	font-size:1.7rem;
	font-family:var(--serif);
	margin:20px 0;
	font-weight:normal;
}
.sdgs_action_box p{
	font-size:1.6rem;
	min-height:100px;
	border-bottom:1px solid var(--gray);
}
.sdgs_action_box .iconarea{
	padding-top:25px;
}
@media only screen and (max-width: 767px){
	.p-sdgs_action_1{
		flex-direction:column;
		gap:34px;
	}
	.sdgs_action_box{
		width:100%;
	}
	.sdgs_action_box h4{
		font-size:1.5rem;
	}
	.sdgs_action_box p{
		font-size:1.4rem;
		height:auto;
		padding-bottom:15px;
	}
	.sdgs_action_box .iconarea{
		padding-top:14px;
	}
	.sdgs_action_box .iconarea img{
		height:90px;
	}
}

.p-sdgs_action_2{
	background:#fff;
	padding:30px;
	display:flex;
	gap:50px;
}
.sdgs_action_2_image{
	min-width:447px
}

.sdgs_action_2_detail h5{
	font-size:1.8rem;
	font-family:var(--serif);
	margin:20px 0;
	font-weight:normal;
}
.sdgs_action_2_detail p{
	font-size:1.6rem;
}
.sdgs_action_2_detail p.jcv_link{
	padding:38px 0;
	border-bottom:1px solid var(--gray);
}
.sdgs_action_2_detail .iconarea{
	padding:30px 0 0 0;
}
@media only screen and (max-width: 767px){
	.p-sdgs_action_2{
		flex-direction:column;
		gap:10px;
	}
	.sdgs_action_2_image{
		min-width:auto
	}
	.sdgs_action_2_detail h5{
		font-size:1.5rem;
		margin:20px 0;
	}
	.sdgs_action_2_detail p{
		font-size:1.4rem;
	}
}