@charset "utf-8";
/* Copyright 2022 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

PC、タブレット、スマートフォン共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

SDGsの取り組み

------------------------------------------------------------ */

/* SDGsとは?
---------------------------------------------- */
.sec_about{
	background: #E5ECF0;
	padding: 120px 50px;
}

.about{
	max-width: 1120px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}

.about .image{width: 35.71%;}
	
.about .image img{
	width: 100%;
	height: auto;
}

.about .inner{width: 54.46%;}
	
.about .inner h2{
	color: #0270BB;
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 20px;
}

.about .inner .txt{line-height: 2;}

/* ロゴ
---------------------------------------------- */
.logo_sdgs{padding: 100px 0;}

.logo_sdgs .inner{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.logo_sdgs .inner p:nth-of-type(1){padding-right: 42px;}

.logo_sdgs .inner p:nth-of-type(1) img{
	width: 278px;
	height: auto;
}

.logo_sdgs .inner p:nth-of-type(2){
	padding: 10px 0 10px 42px;
	border-left: 1px solid #CBD6DE;
}

.logo_sdgs .inner p:nth-of-type(2) img{
	width: 155px;
	height: auto;
}

.logo_sdgs > p{
	font-size: 1.3rem;
	text-align: center;
}

/* 持続可能な社会の実現のための取り組み
---------------------------------------------- */
.sec_effort{
	background: url("../sdgs/img/bg_sdgs01.jpg") no-repeat right 0;
	background-size: contain;
	padding: 120px 0 120px 3.64vw;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	border-top: 1px solid #CBD6DE;
	position: relative; 
	z-index: 0;
}

.sec_effort .inner{
    padding: 0 7.1%;
    width: 37.83%;
    min-width: 555px;
}

.sec_effort .inner h2{
	color: #0270BB;
	font-size: 3rem;
	line-height: 1.6;
	margin-bottom: 20px;
}

.sec_effort .inner .txt{line-height: 2;}

.sec_effort .inner p{margin-bottom: 20px;}

.sec_effort .inner p:last-of-type{margin-bottom: 0;}

.sec_effort .image{width: 62.17%;}

.sec_effort .image img{
	width: 100%;
	min-height: 560px;
	height: auto;
	object-fit: cover;
}

.wrap_sdgs{padding: 120px 3.64vw;}

.sdgs{
	max-width: 1600px;
	margin: 0 auto;
	padding-top: clamp(600px, 37.5%, 750px);
	margin-bottom: 100px;
	color: #FFF;
	background-size: cover !important;
	position: relative;
	z-index: 0;
}

.sdgs::before{
	font-size: 20rem;
	font-family: "Amiri";
	white-space: nowrap;
	opacity: 0.3;
	letter-spacing: -0.04em;
	line-height: 1;
	position: absolute;
    top: -14px;
    right: -8px;
	z-index: 1;
}

.sdgs:last-of-type{margin-bottom: 0;}

.sdgs:nth-of-type(1){background: url("../sdgs/img/bg_sdgs02.jpg") no-repeat center;}
.sdgs:nth-of-type(2){background: url("../sdgs/img/bg_sdgs03.jpg") no-repeat center;}
.sdgs:nth-of-type(3){background: url("../sdgs/img/bg_sdgs04.jpg") no-repeat center;}

.sdgs:nth-of-type(1)::before{content: "Wellness";}
.sdgs:nth-of-type(2)::before{content: "Environment";}
.sdgs:nth-of-type(3)::before{content: "Bright Future";}

.sdgs .inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 90px 80px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.sdgs .inner .txt{
	width: 60%;
	min-width: 443px;
	padding-right: 20px;
}

.sdgs .inner .txt h2{
	font-size: 3.2rem;
	letter-spacing: 0.2em;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 20px;
}

.sdgs .inner .txt ul li{
	line-height: 1.6;
	margin-bottom: 10px;
	padding-left: 28px;
	position: relative;
}

.sdgs .inner .txt ul li::before{
	content: "―";
	position: absolute;
	top: -1px;
	left: 0;
}

.sdgs .inner .txt ul li:last-of-type{margin-bottom: 0;}

.sdgs:nth-of-type(3) .inner .txt ul{margin-top: 20px;}

.sdgs .inner .item{width: 490px;}
	
.sdgs .inner .item ul{
	display: flex;
	margin: 0 -10px;
}

.sdgs .inner .item ul li{
	width: 33.33%;
	padding: 0 10px;
}

.sdgs .inner .item ul li:last-of-type{margin-right: 0;}

.sdgs .inner .item ul li img{
	width: 100%;
	height: auto;
}


@media only screen and (max-width:1400px){ /* 表示領域が1400px以下の場合に適用するスタイル */

	/* 持続可能な社会の実現のための取り組み
	---------------------------------------------- */
	.sec_effort .inner{
		min-width: 455px;
		padding: 0 4.3%;
	}
	
	
}/*--@media--*/


@media only screen and (max-width:1240px){ /* 表示領域が1240px以下の場合に適用するスタイル */

	/* 持続可能な社会の実現のための取り組み
	---------------------------------------------- */
	.sdgs .inner{padding: 50px;}
	
	.sdgs .inner .txt h2{line-height: 1.4;}
	
	.sdgs .inner .txt h2 br{display: none;}
	
	
}/*--@media--*/


@media only screen and (max-width:1024px){ /* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	SDGsの取り組み

	------------------------------------------------------------ */
	
	/* 持続可能な社会の実現のための取り組み
	---------------------------------------------- */
	.sec_effort{
		background-image:  url("../sdgs/img/bg_sdgs01_sp.jpg");
		background-size: 80%;
		padding: 50px 15px 40px;
		flex-direction: column-reverse;
	}

	.sec_effort .inner{
		padding: 0;
		width: 100%;
		min-width: unset;
	}

	.sec_effort .inner h2{margin-bottom: 30px;}
	
	.sec_effort .image{
		width: 100%;
		margin-bottom: 30px;
	}

	.sec_effort .image img{
		width: 100%;
		min-height: unset;
		height: auto;
	}
	
	.wrap_sdgs{padding: 40px 15px 120px;}

	.sdgs{
		padding-top: 0;
		margin-bottom: 50px;
	}

	.sdgs::before{
		font-size: 12rem;
		top: -11px;
		right: 0px;
	}

	.sdgs:last-of-type{margin-bottom: 0;}

	.sdgs:nth-of-type(1){background: url("../sdgs/img/bg_sdgs02_sp.jpg") no-repeat center;}
	.sdgs:nth-of-type(2){background: url("../sdgs/img/bg_sdgs03_sp.jpg") no-repeat center;}
	.sdgs:nth-of-type(3){background: url("../sdgs/img/bg_sdgs04_sp.jpg") no-repeat center;}

	.sdgs .inner{
		display: flex;
		justify-content: space-between;
		flex-direction: column-reverse;
		padding: 120px 7.5px 40px;
		position: unset;
	}

	.sdgs .inner .txt{
		width: 100%;
		min-width: unset;
		padding: 0 7.5px;
	}

	.sdgs .inner .txt h2{font-size: 2rem;}

	.sdgs:nth-of-type(3) .inner .txt ul{margin-top: 15px;}

	.sdgs .inner .item{
		width: 100%;
		max-width: 369px;
		margin: 0 auto 30px 0;
	}

	.sdgs .inner .item ul{margin: 0;}
	
	.sdgs .inner .item ul li{
		width: 33.33%;
		padding: 0 7.5px;
	}
	
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	SDGsの取り組み

	------------------------------------------------------------ */

	/* SDGsとは?
	---------------------------------------------- */
	.sec_about{padding: 80px 15px;}

	.about{flex-direction: column-reverse;}

	.about .image{
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}

	.about .image img{
		width: 57.97%;
		max-width: 300px;
		height: auto;
	}

	.about .inner{width: 100%;}

	.about .inner h2{
		font-size: 2.4rem;
		margin-bottom: 15px;
	}
	
	/* ロゴ
	---------------------------------------------- */
	.logo_sdgs{padding: 60px 15px;}

	.logo_sdgs .inner p:nth-of-type(1){padding-right: 20px;}

	.logo_sdgs .inner p:nth-of-type(1) img{
		width: 180.24px;
		max-width: 100%;
		height: auto;
	}

	.logo_sdgs .inner p:nth-of-type(2){padding: 0 0 0 20px;}
	
	.logo_sdgs .inner p:nth-of-type(2) img{
		width: 100px;
		max-width: 100%;
		height: auto;
	}
	
	/* 持続可能な社会の実現のための取り組み
	---------------------------------------------- */
	.sec_effort .inner h2{
		font-size: 2.4rem;
		margin-bottom: 15px;
	}
	
	.sdgs::before{
		font-size: 6rem;
		top: -5px;
	}


}/*--@media--*/

