@charset "utf-8";
/*------------------------------------------------------------
	SDGs
------------------------------------------------------------*/
#main .head01 {
	margin-bottom: 5.4rem;
	text-align: center;	
}
#main .head01 .en {
	margin: 0 auto 0.5rem;
	width: fit-content;
	display: block;
	background-image: -webkit-linear-gradient(left,#071F4C,#0078B7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 5.4rem;
	letter-spacing: 0.28rem;
}
#main .head01 .jp {
	display: block;
	font-size: 2.4rem;
	letter-spacing: 0.3rem;
}
#main .head02 {
	margin-bottom: 1.8rem;
	font-size: 2.2rem;
	letter-spacing: 0.1rem;
}
#main p {
	margin-bottom: 3.8rem;
	letter-spacing: 0.08rem;
	line-height: 2;
}
#main p:last-child {
	margin-bottom: 0;
}
#main .txtBox {
	margin-bottom: 5.8rem;
	padding: 3.2rem 4.2rem 1.5rem;
	background-color: #F9F9F6;
}
#main .txtBox p {
	margin-bottom: 3.5rem;
	line-height: 1.4;
	letter-spacing: 0.06rem;
}
#main .text01 {
	margin: -1.5rem 0 5.8rem;
}
#main .image {
	margin-bottom: 10.8rem;
}
#main .ttlBox {
	margin-bottom: 2.4rem;
	padding-bottom: 1.9rem;
	border-bottom: 0.1rem solid #CCC;
}
#main .head03 {
	display: flex;
	align-items: center;
	gap: 4.2rem;
	font-size: 2.4rem;
	letter-spacing: 0.25rem;
	font-weight: bold;
}
#main .head03 .ttl {
	padding-bottom: 0.5rem;
	display: flex;
	flex-direction: column;
	width: 16rem;
	height: 12rem;
	flex-shrink: 0;
	color: #FFF;
	text-align: center;
	justify-content: center;
	align-self: center;
	background-color: #556D88;
}
#main .head03 .ttl .en {
	margin-top: -0.3rem;
	display: block;
	font-size: 2rem;
	letter-spacing: 0;
	font-weight: 400;
}
#main .imgList {
	display: flex;
	gap: 1rem;
}
#main .imgBox .photoBox img {
	width: 100%;
}
#main .imgBox .title {
	margin-bottom: 2.4rem;
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0.2rem;
}
@media all and (min-width: 897px) {
	#main .mainVisual {
		margin-bottom: 8.5rem;
	}
	#main .ttlBox {
		display: flex;
		justify-content: space-between;
		gap: 1rem;
	}
	#main .imgBox {
		margin: 0 0 8rem 0.2rem;
		display: flex;
		gap: 6rem;
	}
	#main .imgBox .photoBox {
		margin-top: 0.6rem;
		width: 42rem;
		flex-shrink: 0;
	}
}
@media all and (max-width: 896px) {
	#main .head01 .en {
		font-size: 3rem;
		line-height: 1;
	}
	#main .txtBox {
		padding: 2rem 2rem 1.5rem;
	}
	#main .head02 {
		margin-bottom: 1.2rem;
		font-size: 2rem;
	}
	#main .head03 {
		margin-bottom: 2rem;
		font-size: 2rem;
		display: block;
		letter-spacing: 0;
		text-align: center;
	}
	#main .head03 .ttl {
		margin-bottom: 1rem;
		padding: 0.5rem 0;
		width: auto;
		height: inherit;
	}
	#main .head03 .ttl .en {
		font-size: 1.4rem;
	}
	#main .imgList {
		justify-content: center;
	}
	#main .imgList li {
		width: 6rem;
	}
	#main .imgBox,
	#main .imgBox .textBox {
		margin-bottom: 3rem;
	}
	#main .imgBox .title {
		font-size: 1.8rem;
	}
	#main p {
		line-height: 1.8;
	}
}
