@charset "utf-8";


/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main .headLine01 {
	padding-bottom: 8px;
	margin-bottom: 82px
}


.pageTitle {
	margin-bottom: 64px;
	height: 248px;
}


.pageTitle h1 {
	margin-top: -5px;
}


#main .textUl {
	margin-bottom: 50px;
}


#main .textUl * {
	box-sizing: border-box;
}


#main .textUl li {
	float: left;
	width: 310px;
	height: 390px;
	margin: 0 35px 35px 0;
}


#main .textUl li:nth-child(3n) {
	margin-right: 0;
}


#main .textUl a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px;
}


#main .textUl a:hover {
	opacity: .7;
}


#main .textUl li:nth-of-type(1) a {
	background-image: url(../img/company/feature/numbers/bg01.jpg);
}


#main .textUl li:nth-of-type(2) a {
	background-image: url(../img/company/feature/numbers/bg02.jpg);
}


#main .textUl li:nth-of-type(3) a {
	background-image: url(../img/company/feature/numbers/bg03.jpg);
}


#main .textUl li:nth-of-type(4) a {
	background-image: url(../img/company/feature/numbers/bg04.jpg);
}


#main .textUl li:nth-of-type(5) a {
	background-image: url(../img/company/feature/numbers/bg05.jpg);
}


#main .textUl li:nth-of-type(6) a {
	background-image: url(../img/company/feature/numbers/bg06.jpg);
}


#main .textUl li:nth-of-type(7) a {
	background-image: url(../img/company/feature/numbers/bg07.jpg);
}


#main .textUl li:nth-of-type(8) a {
	background-image: url(../img/company/feature/numbers/bg08.jpg);
}


#main .textUl li:nth-of-type(9) a {
	background-image: url(../img/company/feature/numbers/bg09.jpg);
}


#main .textUl li p {
	color: #fff;
	font-size: 17px;
	line-height: 2;
	text-align: justify;
	text-shadow: 0 0 15px rgba(0, 0, 0, 1), 0 0 15px rgba(0, 0, 0, 1), 0 0 30px rgba(0, 0, 0, 1);
}


#main .textUl li .ttl {
	height: 135px;
	font-size: 25px;
	line-height: 1.5;
	text-align: center;
}


#main .textUl li .ttl span {
	font-size: 90px;
	font-weight: 500;
	line-height: 0.7;
	text-shadow: 0 0 13px rgba(0, 0, 0, 0.8), 0 0 16px rgba(0, 0, 0, 0.5);
}