/*メインビジュアル*/
#header:after{
	background-image: url(../img/business/mainVisual.png);
	max-width: 1100px;
	background-position: right 20px; 
}

/*全体*/
#businessBox .cntDisc{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 50px;
}
#businessBox .cntDisc p{
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 2px;
}
#businessBox .cnt{
	margin: 50px auto 100px;
}
#businessBox .cnt:last-child{
	margin-bottom: 0;
}
#businessBox .cntBox > div{
	padding: 50px 0;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
#businessBox .cntImg{
	width: 44%;
	height: 300px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border-radius: 10px;
}
#businessBox .cntImg03{
	width: 74%;
	height: 360px;
  margin-bottom: -100px;
}
#businessBox .cntImg:before{
	content:'';
	width: 150px;
	height: 165px;
	position: absolute;
	left: -70px;
	top: -90px;
}
#businessBox .cnt01 .cntImg:before{
	background: url(../img/business/business_no01.png)center/100% no-repeat;
}
#businessBox .cnt02 .cntImg:before{
	background: url(../img/business/business_no02.png)center/100% no-repeat;
}
#businessBox .cnt03 .cntImg:before{
	background: url(../img/business/business_no03.png)center/100% no-repeat;
}
#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 .cntBox01 .cntTxt{
	display: inline-block;
	width: 49%;
	border-radius: 20px;
    padding: 20px 3% 40px;
    background-size: 100%;
    background-image: linear-gradient(to right, #eec57d 0%, #ff7987 100%, transparent 50%);
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    vertical-align: middle;
    text-align: center;
    margin-left: -10px;
}
#businessBox .cntBox01 .cntTxt03{
	width: 80%;
	margin-left: 12.5%;;
}
#businessBox .cntBox01 .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;
}
.test{
	display: flex;
	border-bottom: solid 2px #b7b7b7;
	padding: 10px 0;
	justify-content: space-between;
}
.test dd:first-child{
	flex:3;
}
.test dd:nth-child(2){
	flex:1;
	text-align: right;
	font-weight: bold;
	width: 70%;
}
.test dd:last-child{
	flex:2;
	text-align: right;
	font-weight: bold;
}
.kaigo dd span{
	font-size: 1.6rem;
	line-height: 0;
	margin-left: -8px;
}
.cnt03 .kaigo dd span{
	font-size: 1.3rem;
}
/* .border-bottom-none{
	border-bottom: none;
	margin-bottom: 0;
} */
.test02{
	text-align: left;
	font-size: 1.4rem;
	margin-top: 20px;;
}
.test03{
	text-align: left;
}
.test04{
	display: flex;
	/* margin-bottom: 17px; */
}
.subtitle{
	font-size: 1.4rem;
	letter-spacing: 0;
}
#businessBox .cntBox01 .cntTxt p{
	text-align: left;
	letter-spacing: 2px;
}
#businessBox .cntBox01 .cntTxt dl{
	margin-top: 30px;
	text-align: right;
}
#businessBox .cntBox01 .cntTxt dt{
    text-align: center;
    width: 147px;
    margin-bottom: 20px;
    background-color: #84be3f;
    border-radius: 50px;
    box-shadow: 1px 1px 2px #ccc;
    height: 30px;
    line-height: 30px;
    color: #fff;
    letter-spacing: 4px;
    font-size: 1.6rem;
    font-weight: bold;
}
.dd01{
	/* line-height: 30px; */
	letter-spacing: 2px;
	width: 100%;
	line-height: 1.5;
	grid-row: 1/2;
	grid-column: 1/3;
}
.dd01-title{
	width: 250%;
}
.width-narrow{
	line-height: 30px;
	letter-spacing: 2px;
	width: 100%;
	text-align: right;
}
#businessBox .cntBox01 .cntTxt dl:first-of-type{
	text-align: left;
}
#businessBox .cntBox01 .cntTxt dl li{
	font-size: 1.4rem;
	line-height: 25px;
	padding-left: 10px;
}
/*案内*/
#businessBox .cntBox02{
	padding-top: 50px;
}
#businessBox .cntBox02 > div{
	max-width: 900px;
	border-top: 2px dashed #333;
	border-left: 2px dashed #333;
	border-bottom: 2px dashed #333;
	padding:30px 5%; 
	border-radius: 30px 0 0 30px;
	position: relative;
}
#businessBox .cntBox02-item{
	max-width: 900px;
	margin: 0 auto;
	border-top: 2px dashed #333;
	border-left: 2px dashed #333;
	border-bottom: 2px dashed #333;
	padding:30px 5%; 
	border-radius: 30px 0 0 30px;
	position: relative;
}
/* #businessBox .cntBox02 > div:before{
	content:'';
	width: 300px;
	height: 220px;
	position: absolute;
	background: url(../img/business/info_Illust.png)center/100% no-repeat;
	bottom:-50px;
	right: 20%;
	z-index: 5;
} */
.cntTxt02::before{
	content:'';
	width: 300px;
	height: 220px;
	position: absolute;
	background: url(../img/business/info_Illust.png)center/100% no-repeat;
	bottom:-50px;
	right: 20%;
	z-index: 5;
}
/* #businessBox .cntBox02 > div:after{
	content:'';
	width: 55%;
	height: 10px;
	position: absolute;
	bottom:-5px;
	right: 0;
	background-color: #fcf9eb;
	z-index: 4;
} */
.cntTxt02:after{
	content:'';
	width: 55%;
	height: 10px;
	position: absolute;
	bottom:-5px;
	right: 0;
	background-color: #fcf9eb;
	z-index: 4;
}
/* #businessBox .cntBox02 .cntTxt{
	width: 50%;
} */
.cntTxt02{
	width: 100%;
}
/* #businessBox .cntBox02 .cntTxt p{
	font-weight: bold;
	letter-spacing: 2px;
} */
.cntTxt02 p{
	font-weight: bold;
	letter-spacing: 2px;
}
.cntTxt02-wrapper{
  padding: 0px 0 50px;
}
/*TAB*/
@media screen and (max-width:899px){
	/*メインビジュアル*/
	#mainVisual #keyVisual:after{
		background-image: url(../img/business/mainVisual.png);
	}
	/*事業内容*/
	#businessBox .cntBox .cnt{
		margin: 80px auto;
	}
	#businessBox .cntBox .cnt .cntImg{
		width: 100%;
		margin: 0 auto 30px;
		display: block;
		height: 250px;
		border-radius: 10px;
	}
	#businessBox .cntBox01 .cntTxt{
		width: 90%;
		display: block;
		margin: 0 auto;
		padding: 10px 5% 50px;
	}
	.mainCntBox h3{
		margin-bottom: 50px;
		padding-top: 20px;
	}
	#businessBox .cntImg:before{
		width: 120px;
		height: 130px;
		top: -180px;
		left: -11%;
	}
	#businessBox .cntBox .cnt03 .cntImg{
		background-position: center 30%;
	}
	.cntTxt02-wrapper{
		padding: 70px 70px 120px;
	}
	.cntTxt02{
		width: 100%;
	}
	.cntTxt02:before{
		width: 220px;
		height: 170px;
		bottom: -125px;
		right: 0;
	}
	.cntTxt02:after{
		display: none;
	}
}
/*SP*/
@media screen and (max-width:480px){
	/*メインビジュアル*/
	#mainVisual #copyText .copy{
		font-size: 2rem;
	}
	#mainVisual #copyText .copy span{
		font-size: 2.4rem;
	}
	/*事業内容*/
	#businessBox .cntDisc{
		margin: 0 auto 30px;
	}
	#businessBox .cntDisc p{
		font-size: 1.6rem;
		letter-spacing: 1px;
	}
	#businessBox .cnt .cntImg:before{
		top:-190px;
		margin: auto;
		left: -12%;
	}
	#businessBox .cnt:first-child{
		margin-top: 10px;
	}
	#businessBox .cnt:last-child{
		margin-bottom: 20px;
	}
	#businessBox .cnt:last-child .cntImg:before{
		top: -160px;
	}
	#businessBox .cntImg:before{
		width: 100px;
		height: 110px;
	}
	#businessBox .cntBox01 h3{
		margin-bottom: 20px;
	}
	#businessBox .cntBox .cnt .cntImg{
		height: 200px;
	}
	#businessBox .cntBox .cnt02{
		margin-bottom: 80px;
	}
	#businessBox .cntBox01 .cntTxt dd{
		letter-spacing: 1px;
		line-height: 30px;;
	}
	#businessBox .cntBox01 .cntTxt dd .textRight{
		text-align: right;
		display: block;
		line-height: 20px;
	}
	#businessBox .cntBox01 .cntTxt dd ul{
		margin-top: 10px;
	}
	.cntTxt02-wrapper{
		padding: 0px 20px 120px;
		margin-top: -20px;
	}
	.cnt03 .kaigo{
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	#businessBox .cntBox02 > div{
		padding: 30px 5%;
	}
}

/* grid-template-columns: 2fr 3fr; */