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

/*全体*/
#mediaBox .cntDisc{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 50px;
}
#mediaBox .cntDisc p{
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 2px;
}
#mediaBox .cntBox > div{
	padding: 50px 0;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}

/*媒体*/
#mediaBox{
	padding-bottom: 180px;
}/*
#mediaBox .cntBox01 > div p{
	width: 400px;
	height: 50px;
	font-size: 3rem;
	color: #333;
	letter-spacing: 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}*/
#mediaBox .cntBox01::after {
	content:'';
	width: 200px;
	height: 250px;
	position: absolute;
	bottom: -170px;
	right: 0;
	background:url(../img/media/media_Illust.png)center/100% no-repeat;
}
#mediaBox .cntBox01 > div{
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	justify-content: center;
}
#mediaBox .cntBox01 .mediaCnt{
	max-width: 475px;
}
#mediaBox .cntBox01 .mediaCnt .cntTxt{
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
	color: #ff7987;
}
#mediaBox .cntBox01 .mediaCnt .cntImg img{
	border-radius: 15px;
	border: 2px solid #84be3f;
}
/*TAB*/
@media screen and (max-width:899px){
	/*メインビジュアル*/
	#mainVisual #keyVisual:after{
		background-image: url(../img/media/mainVisual.png);
	}
}
/*SP*/
@media screen and (max-width:480px){
	/*メディア*/
	/*事業内容*/
	#mediaBox .cntDisc{
		margin: 0 auto 30px;
	}
	#mediaBox .cntDisc p{
		font-size: 1.6rem;
		letter-spacing: 1px;
	}
	#mediaBox .cntBox01 > div p{
		width: 100%;
		font-size: 2.5rem;
		letter-spacing: 3px;
	}
	#mediaBox .cntBox01 > div:after{
		width: 180px;
		height: 230px;
	}
	#mediaBox .cntBox01 > div{
		gap: 30px;
	}
	#mediaBox .cntBox01 .mediaCnt .cntTxt{
		font-size: 2rem;
		margin-bottom: 10px;
	}
}