body{
    overflow-x:hidden;
}
#contact{
	scroll-margin-top: 100px;
}
.top-section{
	background: url("/lp/hometown_tax/img/bg_hometown-lp_solution.jpg") no-repeat center top;
	background-size: cover;
	position: relative;
	margin-bottom: 4rem;
	overflow: visible;
}
.arrow-img{
	position: absolute;
	top: 3rem;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.first-section, .third-section, .fifth-section {
	position: relative;
	background:#fff;
}
.second-section, .forth-section {
	position: relative;
	background: #F6FBEE;
	overflow: hidden;
}
.first-section::before {
	background-image: url('/lp/hometown_tax/img/first_section_side.png');
}

.rounded-service {
	border-radius: 50rem;
}

/* 波 */
.second-section::before, .forth-section::before, 
.second-section::after, .forth-section::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 0;
}
/* 上の波 */
.second-section::before, .forth-section::before {
	background: url("/lp/hometown_tax/img/bg_hometown-lp_wave_bottom.png")
				    no-repeat center top;
	top: 0;
	background-size: cover;
}
/* 下の波 */
.second-section::after, .forth-section::after {
	background: url("/lp/hometown_tax/img/bg_hometown-lp_wave_top.png")
				    no-repeat center bottom;
	bottom: 0;
	background-size: cover;
}

.second-section > .container{
	position: relative;
	z-index: 1;
	margin: 10rem auto;
}
.forth-section > .container{
	position: relative;
	z-index: 1;
	margin: 10rem auto;
}
.mb-6rem {
	margin-bottom: 6rem;
}

/* 最新情報 テキスト */
.text-main-green {
	color: #248349;
}
.title-link:hover {
	color: #008C28!important;
}


@media(min-width: 992px) {
	.top-main::after{
		position: absolute;
		content: "";
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100px;
		background: url("/lp/hometown_tax/img/bg_hometown-lp_wave_top.svg") no-repeat center bottom;
		background-size: cover;
		z-index: 0;
		pointer-events: none;
	}
}
@media(max-width: 991.98px) {
	.top-section{
		background: #F4F0EF;
	}
	.top-sp{
		position: relative;
	}
	.top-sp img{
		display:block;
		width:100%;
	}
	.top-sp::after{
		content:"";
		position:absolute;
		left:0;
		bottom:0;
		width:100%;
		height:80px;
		background:url("/lp/hometown_tax/img/bg_hometown-lp_wave_top_600.png")
			no-repeat center bottom;
		background-size:100% auto;
		z-index:1;
	}
	.arrow-img{
		width: 23rem;
		top: 2rem;
	}
	.rounded-service {
		border-radius: 3rem;
	}
	.second-section > .container{
		margin: 5rem auto;
	}
	.forth-section > .container{
		margin: 5rem auto;
	}
}
@media(max-width: 575.98px) {
	.second-section::before, .forth-section::before {
		background: url("/lp/hometown_tax/img/bg_hometown-lp_wave_bottom_600.png")
			    no-repeat center top;
	}
	.second-section::after, .forth-section::after {
		background: url("/lp/hometown_tax/img/bg_hometown-lp_wave_top_600.png")
			    no-repeat center bottom;
	}	
}