/* service-problem start */
.service-problem{
	background-image: url("../img/service/img_01.webp");
	background-size: cover;
}
.service-problem .inner{
	padding: 150px 0 110px;
}
.service-problem .secTitle-01-left p::before {
    content: url("../img/common/svg_01_white.svg");
}
.service-problem .secTitle-01-left p,
.service-problem .secTitle-01-left h2{
	color: white;
}
.service-problem .content{
	margin-top: 50px;
}
.service-problem .content ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.service-problem .content ul li{
	box-sizing: border-box;
	width: 33.3333%;
	padding: 40px 0;
}
.service-problem .content ul li p{
	font-size: 2rem;
	font-weight: bold;
	color: white;
	letter-spacing: 3px;
	border-left: solid 1px #fff;
	text-align: center;
	padding: 15px 0;
}
.service-problem .content ul li:nth-of-type(3) p,
.service-problem .content ul li:last-of-type p{
	border-right: solid 1px #fff;
}
/* service-problem end */

/* service-business start */
.service-business{
	padding: 150px 0 0;
}
.service-business .inner{
	max-width: 100%;
}
.service-business .secTitle-01{
	max-width: 1140px;
	margin: 0 auto 100px;
}
.service-business .secTitle-01 .wrapper{
	display: block;
}
.service-business .secTitle-01-left{
	margin-bottom: 40px;
}
.service-business .secTitle-01-right p{
	font-size: 2.5rem;
}
.service-business .content{
	background-image: url("../img/service/img_02.webp");
	background-size: cover;
}
.service-business .content ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.service-business .content ul li{
	box-sizing: border-box;
	width: 50%;
	background-color: rgba(249, 249, 249, 0.85);
	border-left: solid 3px #171D61;
	padding: 40px 50px;
}
.service-business .content ul li:nth-of-type(2),
.service-business .content ul li:nth-of-type(3),
.service-business .content ul li:nth-of-type(6),
.service-business .content ul li:nth-of-type(7){
	background-color: rgba(255, 255, 255, 0.85);
	border-left: solid 3px #AE1E25;
}
.service-business .content ul li h3{
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
}
.service-business .content ul li p{
	letter-spacing: 2px;
}
/* service-business end */

/* service-features start */
.service-features{
	padding: 150px 0;
}
.service-features .secTitle-01{
	margin-bottom: 100px;
}
.service-features .content ul li{
	margin-bottom: 70px;
}
.service-features .content ul li:last-of-type{
	margin-bottom: 0;
}
.service-features .content ul li .wrapper{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: solid 3px #000;
}
.service-features .content ul li:nth-of-type(4) .wrapper{
	padding-bottom: 10px;
}
.service-features .content ul li .wrapper  span{
	display: inline-block;
	font-size: 5rem;
	font-weight: bold;
	margin-right: 30px;
}
.service-features .content ul li .wrapper  h3{
	font-weight: bold;
	text-align: left;
	line-height: 1.5;
}
.service-features .content ul li p{
	letter-spacing: 3px;
	line-height: 2;
	padding-top: 40px;
}
/* service-features end */

/* service-flow start */
.service-flow{
	border-top: solid 1px #DEDEDE;
}
/* service-flow end */



@media screen and (max-width:767px){
	
	
	
	#service .pageHeader .inner{
		padding: 0 0 90px;
	}
	
	/* service-problem start */
	.service-problem{
		background-image: url("../img/service/img_01_sp.webp");
		background-size: cover;
	}
	.service-problem .inner {
		padding: 70px 40px 60px;
	}
	.service-problem .content{
		margin-top: 40px;
	}
	.service-problem .content ul {
    display: block;
	}
	.service-problem .content ul li {
    box-sizing: border-box;
    width: 100%;
		margin: 0 auto;
    padding: 15px 0;
	}
	.service-problem .content ul li p{
		font-size: 1.8rem;
		border-right: solid 1px #fff;
		padding: 5px 0;
	}
	/* service-problem end */
	

	/* service-business start */
	.service-business{
		padding: 70px 0 0;
	}
	.service-business .secTitle-01-left {
    margin-bottom: 30px;
	}
	.service-business .secTitle-01-right p {
    font-size: 1.6rem;
	}
	.service-business .secTitle-01 {
    max-width: 100%;
    margin: 0 auto 50px;
}
	.service-business .content ul li {
    box-sizing: border-box;
    width: 100%;
    background-color: rgba(249, 249, 249, 0.85);
    border-left: solid 3px #171D61;
    padding: 20px 30px;
	}
	.service-business .content ul li:nth-of-type(3),
	.service-business .content ul li:nth-of-type(7){
		background-color: rgba(249, 249, 249, 0.85);
		border-left: solid 3px #171D61;
	}
	.service-business .content ul li:nth-of-type(4),
	.service-business .content ul li:nth-of-type(8){
		background-color: rgba(255, 255, 255, 0.85);
    border-left: solid 3px #AE1E25;
	}
	.service-business .content ul li h3 {
		margin-bottom: 15px;
	}
	/* service-business end */
	

	/* service-features start */
	.service-features{
		padding: 70px 0;
	}
	.service-features .secTitle-01{
		margin-bottom: 50px;
	}
	.service-features .secTitle-01{
		margin-bottom: 40px;
		margin-right: 20px;
	}
	.service-features .content ul li{
		margin-bottom: 30px;
	}
	.service-features .content ul li .wrapper{
		display: block;
		padding-bottom: 10px;
	}
	.service-features .content ul li .wrapper span {
		font-size: 4rem;
		line-height: 1.7;
	}
	.service-features .content ul li p{
		line-height: 1.7;
		padding-top: 25px;
	}

	/* service-features end */
	

	/* service-flow start */
	.service-flow{
		padding: 70px 0;
	}
	/* service-flow end */
	

	
}