@charset "UTF-8";
/* CSS Document */

/*PC*/
@media only screen and (min-width: 768px) {
	/*サービスメニュー新規事業コンサルティング*/
	/*このようなお悩みがある方へおすすめです*/
	.nb_con {
		max-width: 100%;
	}
	
	.nb_con .service-prob-bg {
		background: none;
	}
	
	.nb_con .service-prob {
		position: relative;
		width: 1290px;
		height: auto;
		padding: 50px 60px 60px 60px;
		box-sizing: border-box;
	}
	
	.nb_con .service-prob::before {
		content: "";
		z-index: -1;
		position: absolute;
		bottom: -40px;
		left: -40px;
		width: 1370px;
		height: 250px;
		background-image: url(https://ippo-sakie.com/wp-content/uploads/2020/10/prob_back.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.nb_con .prob-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		height: auto;
	}
	
	.nb_con ul.prob-list {
		position: relative;
		width: 540px;
		height: auto;
		padding-right: 0!important;
	}
	
	/*一歩先への新規事業コンサルティングサービスの流れ*/
	.nb_flow {
		max-width: 1220px;
	}
	
	.nb_flow .flow-list {
		justify-content: center;
	}
	
	.nb_flow .flow-item1 {
		width: 580px;
	}
	
	.nb_flow .flow-item2,
	.nb_flow .flow-item3,
	.nb_flow .flow-item4,
	.nb_flow .flow-item5,
	.nb_flow .flow-item6,
	.nb_flow .flow-item7 {
		width: 290px;
	}
	
	
}

/*SMP*/
@media only screen and (max-width: 768px) {
	
}