#header:after{
	background-image: url(../img/top/mainVisual.png);
}

/*カノンについて*/
#aboutBox{
	position: relative;
}
#aboutBox .cnt p{
	text-align: center;
	margin-bottom: 15px;
}
#aboutBox .cntImg > div{
	position: absolute;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
#aboutBox .cntImg .cntImg01{
	background-image: url(../img/top/about01.png);
	width: 228px;
	height: 244px;
	left: 5%;
	top: 50px;
}
#aboutBox .cntImg .cntImg02{
	background-image: url(../img/top/about02.png);
	width: 184px;
	height: 193px;
	right: 5%;
	top: 50px;
}
#aboutBox .cntImg .cntImg03{
	background-image: url(../img/top/about03.png);
	width: 190px;
	height: 206px;
	left: 10%;
	bottom: 120px;
}
#aboutBox .cntImg .cntImg04{
	background-image: url(../img/top/about04.png);
	width: 250px;
	height: 278px;
	right: 5%;
	bottom: 120px;
}

/*コロナ対策*/
#covidBox{
	background-color: #fff;
	padding-top: 0;
}
#covidBox .cntTitle{
	background-color: #e95a24;
	padding: 15px 0;
	position: relative;
}
#covidBox .cntTitle:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -15px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #e95a24 transparent transparent transparent;
	border-width: 15px 10px 0 10px;
}
#covidBox .cntTitle .h1{
	color: #fff;
	position: relative;
	display: inline-block;
}
#covidBox .cntTitle .h1:before{
	content:'';
	width: 40px;
	height: 40px;
	position: absolute;
	right: 115%;
	top:0;
	bottom: 0;
	margin: auto;
	background:url(../img/top/covidTitleIcon.png)center/100% no-repeat;
}
#covidBox .cntBox{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
#covidBox .cntBox > div{
	display: inline-block;
}
#covidBox .cntBox .cntImg{
	width: 30%;
	height: 200px;
	margin-right: 4%;
	background:url(../img/top/covidImg.png)center/auto 100% no-repeat;
	vertical-align: middle;
}
#covidBox .cntBox .cntTxt{
	width: 65%;
	vertical-align: middle;
}

/*事業内容*/
#businessBox .cntBox{
	width: 90%;
	max-width: 1100px;
	margin: 100px auto 0;
}
#businessBox .cntBox .cnt{
	border-radius: 20px;
	margin: 0 auto 80px;
	padding: 10px 20px 20px 20px;
    background-size: 100%;
	background-image:linear-gradient(to right, #eec57d 0%, #ff7987 100%, transparent 50%);
	position: relative;
	z-index: 1;
    background-repeat: no-repeat;
}
#businessBox .cntBox .cnt:before{
	content:'';
	position: absolute;
	border: 1px solid #000;
	background-color: #fff;
	bottom: 8px;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	left: 0;
	z-index: -1;
}
#businessBox .cntBox .cnt03:before{
	content:'';
	position: absolute;
	border: 1px solid #000;
	background-color: #fff;
	bottom: 8px;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	left: 0;
	top: -3%;
	z-index: -1;
}

#businessBox .cntBox .cnt .cntImg{
	width: 40%;
	height: 250px;
	margin-right: 4%;
	display: inline-block;
	border-radius: 10px;
}
#businessBox .cntBox .cnt01 .cntImg{
	background:url(../img/business/businessImg01.png)center/100% no-repeat;
}
#businessBox .cntBox .cnt02 .cntImg{
	background:url(../img/business/businessImg02.png)center/100% no-repeat;
}
#businessBox .cntBox .cnt03 .cntImg{
	background:url(../img/business/businessImg03.jpg)center/100% no-repeat;
}
#businessBox .cntBox .cnt .cntTxt{
	width: 55%;
	height: 230px;
	display: inline-block;
	vertical-align: top;
	padding-top: 20px;
	position: relative;	
}
#businessBox .cntBox .cnt .cntTxt03{
	width: 55%;
	height: 285px;
	display: inline-block;
	vertical-align: top;
	padding-top: 20px;
	position: relative;	
}
#businessBox .cntBox .cnt .cntTxt .greenBtn a{
    margin: 30px auto 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom:20px;
    margin: auto;
}
#businessBox .cntBox .cnt .cntTxt h3{
	text-align: left;
}
#businessBox .cntBox .cnt .cntTxt h3:before{
	content:'';
	position: absolute;
	width: 60px;
	height: 70px;
	top: -58px;
}
#businessBox .cntBox .cnt01 .cntTxt h3:before{
	background: url(../img/top/businessNo01.png)center/100% no-repeat;
}
#businessBox .cntBox .cnt02 .cntTxt h3:before{
	background: url(../img/top/businessNo02.png)center/100% no-repeat;
}
#businessBox .cntBox .cnt03 .cntTxt h3:before{
	background: url(../img/top/businessNo03.png)center/100% no-repeat;
}
#businessBox .cntBox .cnt:after{
	content:'';
	position: absolute;
	width: 150px;
	height: 190px;
	right: 0;
	bottom:-80px;
}
#businessBox .cntBox .cnt01:after{
	background: url(../img/top/businessIllust01.png)center/100% no-repeat;
}
#businessBox .cntBox .cnt02:after{
	background: url(../img/top/businessIllust02.png)center/100% no-repeat;
}
#businessBox .cntBox .cnt03:after{
	background: url(../img/top/businessIllust03.png)center/100% no-repeat;
}

/*最新のお知らせ*/
#topicBox .cntBox{
	max-width: 1000px;
	margin: 0 auto;
}
#topicBox .cntBox ul{
	border-top: none;
}
#topicBox .cntTxt{
	width: 52%;
	padding: 0 3% 3% 3%; 
    height: 350px;
	border-radius: 20px;
	background-image: linear-gradient(to right, #eec57d 0%, #ff7987 100%, transparent 50%);
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: middle;
	margin-left: -10px;
}
#topicBox .cntTxt:before{
	content:'';
	position: absolute;
	border: 1px solid #000;
	background-color: #fff;
	bottom: 8px;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	left: 0;
	z-index: -1;
}
#topicBox .cntTxt h3{
	font-size: 1.5rem;
	line-height: 20px;
}
#topicBox .cntImg{
	width: 40%;
	height: 360px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 20px;
	background: url(../img/topic/topicImg.png)center 22%/100% no-repeat;
}
#topicBox .cntTxt .greenBtn a{
	margin: 35px auto 0;
}

/*TAB*/
@media screen and (max-width:899px){
	/*メインビジュアル*/
	#mainVisual #keyVisual:after{
		background-image: url(../img/top/mainVisual.png);
	}
	/*カノンについて*/
	#aboutBox .cntImg{
		display: none;	
	}
	/*コロナ対策*/
	#covidBox .cntBox .cntTxt,#covidBox .cntBox .cntImg{
		width: 100%;
		display: block;
	}
	.mainCntBox h3{
		line-height: 40px;
	}
	#covidBox .cntBox .cntImg{
		margin-bottom: 30px;
	}
	/*事業内容*/
	#businessBox .cntBox .cnt{
		padding: 10px 5% 20px;
	}
	#businessBox .cntBox .cnt .cntTxt{
		display: block;
		width: 100%;
		height: auto;
	}
	#businessBox .cntBox .cnt .cntImg{
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	#businessBox .cntBox .cnt .cntTxt h3{
		text-align: center;
	}
	#businessBox .cntBox .cnt .cntTxt .greenBtn a{
		position: static;
		margin: 30px auto;
	}
	#businessBox .cntBox .cnt .cntTxt h3:before{
		left: 0;
		right: 0;
		margin: auto;
	}
	#businessBox .cntBox .cnt:after{
		right: 2%;
		bottom: -85px;
	}
	/*最新のお知らせ*/
	#topicBox .cntImg{
		width: 80%;
		margin: 0 auto;
		display: block;
		background-position: center top;
	}
	#topicBox .cntTxt{
		width: 95%;
		display: block;
		margin: -12% auto 0;
	}

}
/*SP*/
@media screen and (max-width:480px){
	/*カノンについて*/
	#aboutBox .cnt p{
		font-size: 1.5rem;
	}
	/*事業内容*/
	#businessBox .cntBox{
		margin: 70px auto 20px;
	}
	#businessBox .cntBox .cnt:last-child{
		margin-bottom: 0;
	}
	#businessBox .cntBox .cnt .cntTxt h3{
		font-size: 2rem;
	    line-height: 35px;
	    margin-bottom: 20px;
	}
	#businessBox .cntBox .cnt .cntImg{
		height: 200px;
		margin-bottom: 20px;
	}
	#businessBox .cntBox .cnt:after{
	    right: -5%;
	    bottom: -90px;
        width: 125px;
    	height: 170px;
	}
	#businessBox .cntBox .cnt .cntTxt .greenBtn a{
		margin: 20px auto;
	}
	/*最新のお知らせ*/
	#topicBox .cntImg{
		width: 95%;
		height: 250px;
	}
	#topicBox .cntTxt{
		height: 400px;
	}
	#topicBox .cntTxt .greenBtn a{
		margin-top: 20px;
	}
}

