@charset "UTF-8";

/* ▼▼▼ 事業案内
======================================================*/

/* ▼ トップ
----------------------------------------*/

/* メイン */
#biss_wrap .biss_around{
  counter-reset: biss_num 0;
	padding-bottom: 150px;
}
#biss_wrap .biss_around li{
	padding: 50px 0;
}
#biss_wrap .biss_around li:first-child{
	padding-top: 0;
}
#biss_wrap .biss_around li:nth-child(2n){
	background: #D4013B;
}
#biss_wrap .biss_around .biss_flex{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
  align-content: center;
}
#biss_wrap .biss_around li:nth-child(2n) .biss_flex{
	flex-flow: row-reverse;
}
#biss_wrap .biss_around .txt_wrap{
	-webkit-flex: 0 0 41.2%;
	-ms-flex: 0 0 41.2%;
	flex: 0 0 41.2%;
	width: 41.2%;
	max-width: 41.2%;
}
#biss_wrap .biss_around li:nth-child(2n+1) h3{
	color: #D4013B;
}
#biss_wrap .biss_around li:nth-child(2n) h3,
#biss_wrap .biss_around li:nth-child(2n) p{
	color: #FFF;
}
#biss_wrap .biss_around h3{
	font-size: 26px;
}
#biss_wrap .biss_around li h3::before{
  counter-increment: biss_num;
  content: counter(biss_num,decimal-leading-zero)".";
	padding-right: 5px;
	font-size: 40px;
	font-weight: normal;
	font-family: 'Bebas Neue', 'Noto Sans JP',sans-serif;
	vertical-align: middle;
}
#biss_wrap .biss_around h3 span{
	vertical-align: middle;
}
#biss_wrap .biss_around p{
	line-height: 2;
}
#biss_wrap .biss_around p + a.more_btn{
	margin: 30px auto 0 0;
  padding: 16px 0;
}
#biss_wrap .biss_around p + a.more_btn::after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#biss_wrap .biss_around .img_wrap{
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	width: 50%;
	max-width: 50%;
}
/* THE GEN */
#gen_wrap .gen_intro{
	margin-bottom: 50px;
}
#gen_wrap .gen_intro p{
	line-height: 2;
}
#gen_wrap .gen_around{
	position: relative;
}
#gen_wrap .gen_around li{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
	-ms-align-items: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 70px;
	padding: 45px 50px;
}
#gen_wrap .gen_around li:nth-child(2n){
	justify-content: flex-start;
}
#gen_wrap .gen_around .txt_wrap{
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	width: 50%;
	max-width: 590%;
	position: relative;
}
#gen_wrap .gen_around .txt_wrap::before{
	content: '';
	width: 100%;
	height: 100%;
	background: #D4013B;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#gen_wrap .gen_around .txt_inner{
	padding: 50px;
}
#gen_wrap .gen_around .txt_wrap h3,
#gen_wrap .gen_around .txt_wrap p{
	color: #FFF;
	position: relative;
	z-index: 2;
}
#gen_wrap .gen_around .txt_wrap h3{
	font-size: 26px;
}
#gen_wrap .gen_around .txt_wrap h3 span{
	vertical-align: middle;
}
#gen_wrap .gen_around .txt_wrap p{
	line-height: 2;
}
#gen_wrap .gen_around .img_wrap{
	-webkit-flex: 0 0 63.3%;
	-ms-flex: 0 0 63.3%;
	flex: 0 0 63.3%;
	width: 63.3%;
	max-width: 760px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
}
#gen_wrap .gen_around li:nth-child(1) .img_wrap{
	background: url(../img/business/gen_img01_pc.jpg) no-repeat center center/cover;
}
#gen_wrap .gen_around li:nth-child(2) .img_wrap{
	background: url(../img/business/gen_img02_pc.jpg) no-repeat center center/cover;
}
#gen_wrap .gen_around li:nth-child(3) .img_wrap{
	background: url(../img/business/gen_img03_pc.jpg) no-repeat center center/cover;
}
#gen_wrap .gen_around li:nth-child(2n+1) .img_wrap{
	left: 50px;
}
#gen_wrap .gen_around li:nth-child(2n) .img_wrap{
	right: 50px;
}

/* ▼▼▼ ~768px
======================================================*/
@media screen and (max-width: 768px) {


	/* メイン */
	#biss_wrap .biss_around{
		padding-bottom: 70px;
	}
	#biss_wrap .biss_around li{
		padding: 45px 0 50px;
	}
	#biss_wrap .biss_around li:first-child{
		padding-top: 0;
	}
	#biss_wrap .biss_around .biss_flex{
		display: block;
	}
	#biss_wrap .biss_around .txt_wrap{
		width: 100%;
		max-width: 100%;
	}
  #biss_wrap .biss_around h3{
		font-size: 18px;
	}
	#biss_wrap .biss_around li h3::before{
		font-size: 26px;
	}
	#biss_wrap .biss_around p + a.more_btn{
		margin: 30px auto 0;
	}
	#biss_wrap .biss_around .img_wrap{
		width: 100%;
		max-width: 100%;
	}
	/* THE GEN */
	#gen_wrap{
		padding-bottom: 100px;
	}
	#gen_wrap .gen_intro p{
		line-height: 1.6;
	}
	#gen_wrap .gen_around li{
		display: block;
		margin-bottom: 45px;
		padding: 0 20px;
	}
	#gen_wrap .gen_around .txt_wrap{
		width: 100%;
		max-width: 100%;
		padding: 50px 0 10px;
		position: relative;
	}
	#gen_wrap .gen_around .txt_inner{padding: 0;}
	#gen_wrap .gen_around .txt_wrap::before{
		width: 100vw;
		height: calc(100% + 50px);
		left: -20px;
	}
	#gen_wrap .gen_around .txt_wrap h3{
		font-size: 18px;
	}
	#gen_wrap .gen_around .img_wrap{
		width: 100%;
		max-width: 100%;
		height: calc(26px + 65.15vw);
		margin: 0 auto;
		padding: 0;
		position: relative;
		z-index: 3;
	}
	#gen_wrap .gen_around li:nth-child(1) .img_wrap{
		background: url(../img/business/gen_img01_sp.jpg) no-repeat center center/cover;
	}
	#gen_wrap .gen_around li:nth-child(2) .img_wrap{
		background: url(../img/business/gen_img02_sp.jpg) no-repeat center center/cover;
	}
	#gen_wrap .gen_around li:nth-child(3) .img_wrap{
		background: url(../img/business/gen_img03_sp.jpg) no-repeat center center/cover;
	}
	#gen_wrap .gen_around li:nth-child(2n+1) .img_wrap{
		left: 0;
	}
	#gen_wrap .gen_around li:nth-child(2n) .img_wrap{
		right: 0;
	}
}
