.section-01 {
	position: relative;
}
.section-01.p-05 {
	padding: 6rem 5rem 3rem;
}
.section-01 .silhoutte {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.section-01 .silhoutte > img {
	display: block;
	width: 100%;
}
.section-02 {
	background: #c0e5c6;
	margin-top: -1px;
}

@media only screen and (max-width: 768px) {
	.section-01.p-05 {
		padding: 5rem 1rem 2rem;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
	.section-01.p-05 {
		padding: 6rem 2rem 2rem;
	}
}