@charset "UTF-8";
.contents_inner .step_box .step_num.row_box {
}


/*-----------------------------------

	contents

-----------------------------------*/
#mainvisual_lower_block.pattern03{
	z-index: -1;
}
#mainvisual_lower_block.pattern03 .mv_lw_txt_box{
	display: block;
	padding: 125px 0 0;
}

@media screen and (max-width: 970px){
}
@media screen and (max-width: 640px){
	#mainvisual_lower_block.pattern03 .mv_lw_txt_box {
        height: auto;
        padding: 0 0 60px;
    }
}

/*-----------------------------------

	step_block

-----------------------------------*/
#step_block{
	padding: 0 0 432px;
	margin-top: -160px;
}

#step_block .step_box{
	position: relative;
	background: #fff;
	border: 6px solid #88C7A5;
	border-radius: 25px;
	padding: 60px 32px 37px;
	z-index: 1;
	max-width: 880px;
    width: 100%;
	margin: auto;
}
#step_block .step_box:not(:first-child){
	margin-top: 112px;
}
#step_block .step_box:not(:first-child)::before,
#step_block .step_box:not(:first-child)::after{
	content: "";
	position: absolute;
	top: -118px;
	left: 0;
	right: 0;
	margin: auto;
	height: 155px;
	width: 1px;
	background: #000;
}
#step_block .step_box:not(:first-child)::after{
	transform: rotate(45deg);
	height: 30px;
	left: 22px;
	top: 12px;
}
#step_block .step_box .step_num{
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: flex-start;
	padding: 22px 32px 0;
	border-bottom: 1px solid #88C7A5;
	font-size: 22px;
	letter-spacing: 0.1em;
	font-weight: 700;
}
#step_block .step_box .step_num span{
	font-size: 96px;
	color: #38AF80;
	padding-left: 10px;
	padding-bottom: 5px;
	line-height: 1;
	font-family: "Barlow", serif;
	font-weight: 600;
}
#step_block .step_box .box_ttl{
	padding-bottom: 60px;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
}
#step_block .step_box .box_ttl span{
	color: #38AF80;
}
#step_block .step_box .box_txt{
	width: 60.5%;
	font-weight: 300;
	font-size: 14px;
	line-height: 2;
	text-align: justify;
}
#step_block .step_box .icon_box{
	position: absolute;
	right: 30px;
	bottom: 40px;
	width: 300px;
}
#step_block .step_box .bottom_on_img {
    /* bottom: 155px; */
	bottom: 37px;
}
#step_block .bottom_txt {
	max-width: 880px;
	width: 100%;
	font-weight: 300;
	font-size: 14px;
	line-height: 2;
	text-align: justify;
	margin-top: 12px;
	/*border-top: 1px solid #e5e5e5;
	padding-top: 12px;*/
	background: #e1f3e9;
    padding: 10px 15px;
    border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}
#step_block .bottom_txt span {
	font-weight: 500;
}
@media screen and (max-width: 940px){
	#step_block .step_box .box_txt{
		width: 55%;
	}
}
@media screen and (max-width: 840px){
	#step_block .step_box:not(:first-child){
		margin-top: 50px;
	}
	#step_block .step_box:not(:first-child)::before{
		top: -56px;
		height: 75px;
	}
	#step_block .step_box:not(:first-child)::after{
		top: 3px;
		left: 14px;
		height: 20px;
	}
	#step_block .step_box{
		padding: 35px 20px 20px;
	}
	#step_block .step_box .step_num{
		font-size: 16px;
		padding: 10px 20px 0;
	}
	#step_block .step_box .step_num span{
		font-size: 60px;
		padding-left: 5px;
		padding-bottom: 7px;
	}
	#step_block .step_box .box_ttl{
		font-size: 18px;
		padding-bottom: 35px;
	}
	#step_block .step_box .icon_box{
		bottom: 20px;
		right: 20px;
		width: 200px;
	}
	#step_block .step_box .bottom_on_img {
		/* bottom: 135px; */
		bottom: 20px;
	}
}
@media screen and (max-width: 640px){
	#step_block{
		padding: 50px 0 100px;
		margin-top: 0;
	}
	#step_block .step_box{
		padding: 20px;
	}
	#step_block .step_box:not(:first-child){
		margin-top: 35px;
	}
	#step_block .step_box:not(:first-child)::before{
		top: -41px;
		height: 55px;
	}
	#step_block .step_box:not(:first-child)::after{
		left: 10px;
		top: 3px;
		height: 12px;
	}
	#step_block .step_box .step_num{
		font-size: 14px;
		letter-spacing: 0.05em;
		position: static;
		justify-content: center;
		margin: 0 auto 15px;
		padding: 0 20px;
	}
	#step_block .step_box .step_num span{
		font-size: 40px;

	}
	#step_block .step_box .box_ttl{
		font-size: 16px;
		padding-bottom: 20px;
	}
	#step_block .step_box .box_txt{
		width: 100%;
		padding-bottom: 75px;
	}
	#step_block .step_box .icon_box{
		width: 150px;
	}
	/* #step_block .bottom_txt {
		padding-bottom: 75px;
	} */
	/* #step_block .step_box .bottom_on_txt {
		padding-bottom: 0px;
	} */
	#step_block .step_box .bottom_on_img {
        bottom: 20px;
	}
}
