/* 社会貢献への取り組み
=========================================================================
=========================================================================*/
/* PAGE TITLE
=========================================================================*/
#title {
	margin: 0 auto 101px;
	padding-top: 145px;
	width: 100%;
	height: 420px;
	text-align: center;
	background: url(../img/special/sdgs_title_bg.jpg) center top no-repeat;
	background-size: cover;	
}
#title .title_01 {
	margin: 0 auto 30px;
	width: 397px;
}
#title h1 {
	position: relative;
	display: inline-block;
	margin-bottom: 37px;
	padding: .2em 1.5em;
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1em;
	color: #333333;
	z-index: 2;
}
#title h1::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: -1;
	transform: scale(0, 1);
	transform-origin: left;
}
#title h1.reveal::after {
	animation: reveal-text 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s forwards;
}
@keyframes reveal-text {
	100% {
		transform: scale(1, 1);
	}
}
#title h2 {
	position: relative;
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1em;
	color: #FFF;
}

/* SECTION 01
=========================================================================*/
#sec_01 .title {
	margin: 0 auto 60px;
	padding: 71px 58px 60px;
	width: 892px;
	background: #F2F5F2;
}
@media screen and (max-width: 892px) {
	#sec_01 .title {
		width: 100%;
	}
}
#sec_01 .title h2 {
	display: inline;
	position: relative;
	padding: 0.25em 0.75em;
	font-weight: bold;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1em;
	color: #FFF;
	z-index: 2;
}
#sec_01 .title h2::before {
	content: "";
	position: absolute;
	top: -40px;
	left: -46px;
	width: 138px;
	height: 20px;
	background: url(../img/special/sdgs_sec_01_h2_catch.svg) center center no-repeat;
	background-size: contain;
	transform: rotate(-4deg);
}
#sec_01 .title h2::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00A73C;
	z-index: -1;
	transform: scale(0, 1);
	transform-origin: left;
}
#sec_01 .title h2.reveal::after {
	animation: reveal-text 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s forwards;
}

#sec_01 .title h3 {
	margin: 20px 0 36px;
	width: 180px;
}
#sec_01 .title p {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.8em;
	color: #000;
}

#sec_01 .container {
	margin: 0 auto 100px;
	width: 740px;
}
@media screen and (max-width: 1010px) {
	#sec_01 .container {
		padding: 0 15px;
		width: 100%;
	}
}
#sec_01 .container .photo {
	margin-left: -119px;
	width: 499px;
}
@media screen and (max-width: 1010px) {
	#sec_01 .container .photo {
		margin-left: -20px;
	}
}
#sec_01 .container .headline {
	position: relative;
	margin: -225px -82px 62px auto;
	padding: 52px 37px 37px 50px;
	width: 520px;
	background: #F2F5F2;
	box-shadow: 2px 2px 12px rgba(0,0,0,.16);
	z-index: 2;
}
@media screen and (max-width: 1010px) {
	#sec_01 .container .headline {
		margin: -225px -20px 62px auto;
	}
}
#sec_01 .container h4 {
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.6em;
	color: #333;
}
#sec_01 .container ul {
	display: flex;
	justify-content: flex-end;
}
#sec_01 .container ul li {
	margin-left: 3px;
	width: 77px;
}

#sec_01 .container p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.142857em;
	color: #333;
}

/* SECTION 02
=========================================================================*/
#sec_02 {
	overflow: hidden;
	padding: 100px 15px;
	width: 100%;
	height: 600px;
	text-align: center;
	background: url(../img/special/sdgs_sec_02_bg.jpg) center top no-repeat;
	background-size: cover;	
}
#sec_02 h2 {
	position: relative;
	margin-bottom: 100px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1em;
	color: #FFF;
}	
#sec_02 h2::after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 154px;
	height: 1px;
	background: #FFF;
	transform: scale(0, 1);
	transform-origin: center;
}
#sec_02 h2.reveal::after {
	animation: reveal-text 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
@keyframes reveal-text {
	100% {
		transform: scale(1, 1);
	}
}
#sec_02 ul {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 926px;
	color: #FFF;
}
@media screen and (max-width: 926px) {
	#sec_02 ul {
		width: 100%;
	}
}
#sec_02 ul li {
	width: 409px;
}
#sec_02 h3 {
	margin-bottom: 44px;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.68em;
}
#sec_02 p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.142857em;
	text-align: left;
}

/* SECTION 03
=========================================================================*/
#sec_03 {
	margin: 0 auto;
	padding: 95px 0 60px;
	width: 890px;
}
@media screen and (max-width: 920px) {
	#sec_03 {
		padding: 95px 15px 60px;
		width: 100%;
	}
}
#sec_03 .title {
	margin: 0 auto 100px;
}
#sec_03 .title h2 {
	display: inline;
	position: relative;
	padding: 0.25em 0.75em;
	font-weight: bold;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1em;
	color: #FFF;
	z-index: 2;
}
#sec_03 .title h2::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #D39736;
	z-index: -1;
	transform: scale(0, 1);
	transform-origin: left;
}
#sec_03 .title h2.reveal::after {
	animation: reveal-text 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s forwards;
}
#sec_03 .title h3 {
	margin: 20px 0 36px;
	width: 773px;
}
#sec_03 .title p {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.8em;
	color: #000;
}
#sec_03 .container {
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #333;
}
#sec_03 .container .photo {
	width: calc(332 / 890 * 100%)
}
#sec_03 .container .photo > div {
	position: relative;
}
#sec_03 .container .photo span {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 49px 11px 9px;
	width: 142px;
	height: 72px;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1em;
	color: #FFF;
	text-align: right;
	z-index: 2;
}
#sec_03 .container .photo span::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 72px 142px;
	border-color: transparent transparent #d39736 transparent;
	z-index: -1;
}
#sec_03 .container .text {
	width: calc(509 / 890 * 100%)
}
#sec_03 .container h4 {
	margin-bottom: 33px;
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.6em;
}
#sec_03 .container p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.142857em;
}


/* More SAISAN!
=========================================================================
=========================================================================*/
#more_sisan {
	padding: 80px 15px;
	width: 100%;
	height: 373px;
	text-align: center;
	background: url(../img/common/more_sisan_bg.jpg) center top no-repeat;
	background-size: cover;	
}
#more_sisan h2 {
	margin: 0 auto 64px;
	width: 195px;
}
#more_sisan ul {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin: 0 auto;
	width: 748px
}
@media screen and (max-width: 778px) {
	#more_sisan ul {
		width: 100%;
	}
}
#more_sisan ul li {
	position: relative;
	overflow: hidden;
	width: calc(178 / 748 * 100%);
	background: #FFF;
}


/*  スマホ（767px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {
	/* PAGE TITLE
	=========================================================================*/
	#title {
		margin-top: 60px;
		margin-bottom: 0;
		padding-top: 52px;
		height: 260px;
		text-align: center;
		background: url(../img/special/sdgs_title_bg@2x.jpg) center top no-repeat;
		background-size: cover;	
	}
	#title .title_01 {
		margin: 0 auto 27px;
		width: 270px;
	}
	#title h1 {
		margin-bottom: 27px;
		font-size: 22px;
		font-size: 2.2rem;
	}
	#title h2 {
		font-size: 20px;
		font-size: 2.0rem;
	}
	
	/* SECTION 01
	=========================================================================*/
	#sec_01 .title {
		margin: 0 auto 30px;
		padding: 71px 15px 30px;
	}
	#sec_01 .title h2 {
		font-size: 21px;
		font-size: 2.1rem;
	}
	#sec_01 .title h2::before {
		top: -40px;
		left: -7px;
	}
	#sec_01 .title h3 {
		margin: 13px 0 42px;
		width: 122px;
	}
	#sec_01 .title p {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8em;
	}

	#sec_01 .container {
		margin: 0 auto 80px;
		padding: 0;
	}
	#sec_01 .container .photo {
		margin: 0 auto;
		width: calc(329 / 375 * 100%);
	}
	#sec_01 .container .headline {
		margin: 0 auto 28px;
		padding: 34px 30px 50px 30px;
		width: 100%;
	}
	#sec_01 .container h4 {
		margin-bottom: 30px;
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.6em;
	}
	#sec_01 .container ul {
		justify-content: space-between;
	}
	#sec_01 .container ul li {
		margin: 0 0.4%;
		width: calc(77 / 315 * 100%);
	}
	#sec_01 .container p {
		padding: 0 15px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.928571em;
	}
	
	/* SECTION 02
	=========================================================================*/
	#sec_02 {
		padding: 100px 15px 0;
		width: 100%;
		height: auto;
		background: url(../img/special/sdgs_sec_02_bg@2x.jpg) center top no-repeat #1C1B1B;
		background-size: cover;	
	}
	#sec_02 h2 {
		margin-bottom: 90px;
		font-size: 24px;
		font-size: 2.4rem;
	}	
	#sec_02 ul {
		display: block;
		margin: 0 auto;
		width: 100%;
		color: #FFF;
	}
	#sec_02 ul li {
		margin-bottom: 80px;
		width: 100%;
	}
	#sec_02 h3 {
		margin-bottom: 40px;
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.727272em;
	}
	#sec_02 p {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.928571em;
	}
	
	/* SECTION 03
	=========================================================================*/
	#sec_03 {
		padding: 90px 15px 60px;
			width: 100%;
	}
	#sec_03 .title {
		margin: 0 auto 60px;
	}
	#sec_03 .title h2 {
		font-size: 14px;
		font-size: 1.4rem;
	}
	#sec_03 .title h3 {
		margin: 20px 0 36px;
		width: 292px;
	}
	#sec_03 .title p {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.928571em;
	}
	#sec_03 .container {
		margin-bottom: 60px;
		display: block;
	}
	#sec_03 .container .photo {
		margin-bottom: 24px;
		width: 100%;
	}
	#sec_03 .container .text {
		width: 100%;
	}
	#sec_03 .container h4 {
		margin-bottom: 24px;
		font-size: 20px;
		font-size: 2.0rem;
	}
	#sec_03 .container p {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.928571em;
	}

	
	
	/* More SAISAN!
	=========================================================================
	=========================================================================*/
	#more_sisan {
		padding: 45px 15px 33px;
		height: auto;
	}
	#more_sisan h2 {
		margin: 0 auto 38px;
		width: 104px;
	}
	#more_sisan ul li {
		position: relative;
		overflow: hidden;
		margin-bottom: 5px;
		width: calc(178 / 359 * 100%);
		background: #FFF;
	}

}