.root.container.responsivegrid {
	background-image: url("../images/company/purpose/bg_purpose.jpg") !important;
	background-repeat: no-repeat;
	background-position: center 130px;
	background-size: cover;
	background-color: #f2f2f2;
	width: 100%;
	height: 100%;
}


.wrapper {
	position: relative;
}

h1 {
	position: relative;
	z-index: 1;
}

h2.purpose_h2 {
	font-weight: 500;
	font-size: 60px;
}

h2.purpose_h2 span {
	background: linear-gradient(90deg, #48C4E9 0%, #0262C9 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

h3.purpose_h3 {
	font-size: 38px;
	margin-top: 8px;
}

h4.purpose_h4 {
	font-size: 32px;
	margin-top: 48px;
	font-weight: 500;
}

h4.purpose_h4 span{
	display: inline-block;
	background: linear-gradient(90deg, #48C4E9 0%, #0262C9 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.purpose_section_1,
.purpose_section_2,
.purpose_section_3 {
	position: relative;
}

.purpose_section_3 {
	padding-bottom: 80px;
}

.purpose_section_1 .text,
.purpose_section_2 .text,
.purpose_section_3 .text {
	z-index: 1;
	position: relative;
}

.purpose_section_1 p,
.purpose_section_2 p,
.purpose_section_3 p {
	font-size: 18px;
	margin-top: 32px;
	line-height: 2;
}

.purpose_section_1 p,
.purpose_section_1 h2.purpose_h2,
.purpose_section_1 h3.purpose_h3 {
	text-align: left;
}

.purpose_section_2 p,
.purpose_section_2 h2.purpose_h2,
.purpose_section_2 h3.purpose_h3 {
	text-align: right;
}

.purpose_section_3 p,
.purpose_section_3 h2.purpose_h2,
.purpose_section_3 h3.purpose_h3 {
	text-align: center;
}


.deco_1 {
	position: absolute;
	top: 70px;
	left: -230px;
	width: 390px;
	height: 365px;
	display: block;
	z-index: 0;
}


.deco_2 {
	position: absolute;
	top: -60px;
	right: -64px;
	width: 334px;
	height: 312px;
	display: block;
	z-index: 0;
}


.deco_3 {
	position: absolute;
	top: calc(50% - 200px);
	right: -140px;
	width: 564px;
	height: 536px;
	display: block;
	z-index: 0;
}

.deco_4 {
	position: absolute;
	top: calc(50% - 50px);
	left: -400px;
	width: 681px;
	height: 524px;
	display: block;
	z-index: 0;
}

.deco_5 {
	position: absolute;
	top: calc(50% - 150px);
	right: -300px;
	width: 363px;
	height: 349px;
	display: block;
	z-index: 0;
}




.js-fade {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s, visibility 1s, transform 1s, filter 1s;
	transform: scale(0.9);
	filter: blur(20px);
}

.js-fade.d05 {
	transition-delay: 0.5s;
}

.js-fade.d1 {
	transition-delay: 1s;
}

.inview {
	opacity: 1;
	filter: blur(0);
	transform: scale(1.0);
	visibility: visible;
}



@media screen and (max-width: 976px) {

	.root.container.responsivegrid {
		background-position: center 80px;
	}

	h2.purpose_h2 {
		font-size: 38px;
	}

	h3.purpose_h3 {
		font-size: 24px;
		margin-top: 16px;
	}


	.purpose_section_1 p {
		text-align: left;
		font-size: 16px;
		margin-top: 24px;
	}

	.purpose_section_1 h2.purpose_h2,
	.purpose_section_1 h3.purpose_h3 {
		text-align: center;
	}

	h4.purpose_h4 {
		text-align: center;
		font-size: 26px;
		margin-top: 32px;
	}

	.purpose_section_2 p {
		text-align: left;
		font-size: 16px;
		margin-top: 24px;
	}

	.purpose_section_2 h2.purpose_h2,
	.purpose_section_2 h3.purpose_h3 {
		text-align: center;
	}

	.purpose_section_3 p {
		text-align: left;
		font-size: 16px;
		margin-top: 24px;
	}

	.purpose_section_3 h2.purpose_h2,
	.purpose_section_3 h3.purpose_h3 {
		text-align: center;
	}


	.purpose_section_1 {
		padding-top: 74vw;
	}

	.purpose_section_2 {
		padding-top: 56vw;
	}

	.purpose_section_3 {
		padding-top: 30vw;
	}


	.deco_1 {
		display: none;
	}

	.deco_2 {
		display: none;
	}

	.deco_3 {
		top: 0px;
		right: -10vw;
		width: 80vw;
		height: auto;
	}

	.deco_4 {
		top: 0px;
		left: -10vw;
		width: 74vw;
		height: auto;
	}

	.deco_5 {
		top: -20vw;
		right: -26vw;
		width: 50vw;
		height: auto;
	}



}