#global_environment .container:before,
#global_environment .container:after,
#global_environment .title span:before,
#global_environment .title:after,
#global_environment .yellow_underline:after {
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
	z-index: 0;
}

#global_environment .container:before,
#global_environment .container:after {
	position: absolute;
	top: 0;
	z-index: 0;
}

#global_environment {
	background-image: url(../img/global_environment/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

#global_environment .container {
	position: relative;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#global_environment .title {
	position: relative;
	font-family: TsukushiBRoundGothic, sans-serif;
	font-weight: bold;
	text-align: center;
}

#global_environment .title span:before {
	background-image: url(../img/global_environment/leaf.png);
	display: inline-block;
}

#global_environment .title:after {
	position: absolute;
	left: 50%;
	background-image: url(../img/global_environment/title_underline.png);
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
}

#global_environment .title span {
	position: relative;
	z-index: 2;
}

#global_environment p {
	position: relative;
	font-weight: bold;
	z-index: 5;
}

#global_environment .yellow_underline {
	position: relative;
	z-index: 2;
}

#global_environment .yellow_underline:after {
	position: absolute;
	left: 50%;
	background-color: var(--yellow);
	opacity: .3;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

@media (min-width: 1440px) {
	#global_environment {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	#global_environment .container:before {
		left: -40px;
		height: 501px;
		width: 332px;
	}

	#global_environment .container:after {
		right: -30px;
		height: 540px;
		width: 392px;
	}

	#global_environment .title {
		font-size: 50px;
		line-height: 67px;
		margin-bottom: 40px;
	}

	#global_environment .title span:before {
		height: 62px;
		-webkit-transform: translateY(12px);
		    -ms-transform: translateY(12px);
		        transform: translateY(12px);
		width: 67px;
	}

	#global_environment .title:after {
		bottom: -10px;
		height: 54px;
	}

	#global_environment p {
		font-size: 18px;
		line-height: 51px;
	}

	#global_environment p .logo_name {
		font-size: 22px;
	}

	#global_environment .yellow_underline:after {
		bottom: -5px;
		height: 12px;
	}
}

@media (max-width: 1440px) and (min-width: 751px) {
	#global_environment {
		padding-top: calc(100vw * 75 / 1440);
		padding-bottom: calc(100vw * 75 / 1440);
	}

	#global_environment .container:before {
		left: calc(100vw * -40 / 1440);
		height: calc(100vw * 501 / 1440);
		width: calc(100vw * 332 / 1440);
	}

	#global_environment .container:after {
		right: calc(100vw * -30 / 1440);
		height: calc(100vw * 540 / 1440);
		width: calc(100vw * 392 / 1440);
	}

	#global_environment .title {
		font-size: calc(100vw * 50 / 1440);
		line-height: calc(100vw * 67 / 1440);
		margin-bottom: calc(100vw * 40 / 1440);
	}

	#global_environment .title span:before {
		height: calc(100vw * 62 / 1440);
		-webkit-transform: translateY(calc(100vw * 12 / 1440));
		    -ms-transform: translateY(calc(100vw * 12 / 1440));
		        transform: translateY(calc(100vw * 12 / 1440));
		width: calc(100vw * 67 / 1440);
	}

	#global_environment .title:after {
		bottom: calc(100vw * -10 / 1440);
		height: calc(100vw * 54 / 1440);
	}

	#global_environment p {
		font-size: calc(100vw * 18 / 1440);
		line-height: calc(100vw * 51 / 1440);
	}

	#global_environment p .logo_name {
		font-size: calc(100vw * 22 / 1440);
	}

	#global_environment .yellow_underline:after {
		bottom: calc(100vw * -2 / 1440);
		height: calc(100vw * 13 / 1440);
	}
}

@media (min-width: 751px) {
	#global_environment .container:before {
		background-image: url(../img/global_environment/left_bg.png);
	}

	#global_environment .container:after {
		background-image: url(../img/global_environment/right_bg.png);
	}
}

@media (max-width: 750px) {
	#global_environment {
		padding-top: calc(100vw * 70 / 750);
		padding-bottom: calc(100vw * 70 / 750);
	}

	#global_environment .container:before {
		background-image: url(../img/global_environment/left_bg_sp.png);
		left: calc(100vw * 10 / 750);
		height: calc(100vw * 620 / 750);
		width: calc(100vw * 120 / 750);
	}

	#global_environment .container:after {
		background-image: url(../img/global_environment/right_bg_sp.png);
		right: calc(100vw * 10 / 750);
		height: calc(100vw * 630 / 750);
		width: calc(100vw * 120 / 750);
	}

	#global_environment .title {
		font-size: calc(100vw * 44 / 750);
		line-height: calc(100vw * 58 / 750);
		margin-bottom: calc(100vw * 50 / 750);
	}

	#global_environment .title span:before {
		height: calc(100vw * 50 / 750);
		-webkit-transform: translateY(calc(100vw * 12 / 750));
		    -ms-transform: translateY(calc(100vw * 12 / 750));
		        transform: translateY(calc(100vw * 12 / 750));
		width: calc(100vw * 54 / 750);
	}

	#global_environment .title:after {
		bottom: calc(100vw * -10 / 750);
		height: calc(100vw * 48 / 750);
	}

	#global_environment p {
		font-size: calc(100vw * 25 / 750);
		line-height: calc(100vw * 70 / 750);
	}

	#global_environment p .logo_name {
		font-size: calc(100vw * 26 / 750);
	}

	#global_environment .yellow_underline:after {
		bottom: calc(100vw * -5 / 750);
		height: calc(100vw * 12 / 750);
	}

	#global_environment .examples .item {
		width: calc(100% / 4);
	}

	#global_environment .examples .item:not(:last-child) {
		margin-right: calc(100vw * 35 / 750);
	}
}