@charset "utf-8";
/*------------------------------------------------------------
	business
------------------------------------------------------------*/
#main .sec01 {
	padding-bottom: 8rem;
}
#main .sec01 .imgBox:not(:last-child) {
	margin-bottom: 10.9rem;
}
#main .sec01 .img {
	margin-top: -5.2rem;
	width: 43.36%;
}
#main .sec01 .img img {
	width: 100%;
}
#main .sec01 .textBox {
	width: 50%;
}
#main .sec01 .textBox .headLine04 {
	margin-bottom: 4rem;
}
#main .sec01 .textBox p {
	line-height: 2;
}
#main .sec01 .bgBox {
	width: 45.1%;
	margin-top: -2.9rem;
	padding: 3rem 7.3rem 2rem;
	border-radius: 3rem;
	background-color: #F5F6F3;
	box-sizing: border-box;
}
#main .sec01 ul {
	position: relative;
}
#main .sec01 ul::before {
	position: absolute;
	left: 6.3rem;
	top: 0;
	width: 0.3rem;
	bottom: 1rem;
	background-color: #155CAD;
	content: "";
}
#main .sec01 li {
	padding-bottom: 1rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main .sec01 li .ico {
	width: 13rem;
}
#main .sec01 li p {
	width: calc(100% - 15rem);
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.6;
}
#main .sec01 li span {
	margin-bottom: 0.6rem;
	display: block;
	font-weight: 700;
	font-size: 1.8rem;
}
#main .sec02 {
	padding: 8rem 0 10rem;
	background-color: #F1F8E4;
}
#main .sec02 .topText {
	margin-bottom: 6rem;
	line-height: 2;
}
@media all and (max-width: 896px) {
	#main .sec01 {
		padding-bottom: 3.9rem;
	}
	#main .sec01 .imgBox:not(:last-child) {
		margin-bottom: 2.9rem;
	}
	#main .sec01 .img {
		margin: 0 0 3.1rem;
		width: 100%;
		order: -1;
		text-align: center;
	}
	#main .sec01 .img img {
		width: 22rem;
	}
	#main .sec01 .textBox {
		width: 100%;
	}
	#main .sec01 .textBox .headLine04 {
		margin-bottom: 2rem;
	}
	#main .sec01 .bgBox {
		width: 100%;
		margin: 0 0 3.1rem;
		padding: 2rem 2rem 1rem;
		border-radius: 1rem;
	}
	#main .sec01 ul::before {
		left: 3.8rem;
	}
	#main .sec01 li .ico {
		width: 8rem;
	}
	#main .sec01 li p {
		margin-top: -0.6rem;
		width: calc(100% - 9rem);
		font-size: 1.3rem;
	}
	#main .sec01 li span {
		margin-bottom: 0.4rem;
		font-size: 1.5rem;
	}
	#main .sec02 {
		padding: 3.7rem 0 5rem;
	}
	#main .sec02 .topText {
		margin-bottom: 3rem;
	}
}