@charset "utf-8";
/*!
 * about CSS
 * ---------------------------------------------
 * 下層ページのcss
 *
 */
@import 'slick.css';
@import 'slick-theme.css';

/*===================================
	element
=====================================*/
/*  sprite
---------------------------------*/

/*{
	background-image: url(../images/base/sprite.png);
	background-repeat: no-repeat;
}*/

/*===================================
	element
=====================================*/
/*  contHead , summary
---------------------------------*/

.contHead {
	text-align: center;
}
.contHead h2 {
	margin-right: 0;
	padding: 70px 0 0;
	border-right: none;
	font-size: 38px;
	line-height: 1.2;
}
.contHead h2 span {
	display: block;
	margin: 20px 0 0 0;
}
.aboutSec {
	padding-bottom: 100px;
}
.summary {
	font-size: 18px;
	text-align: center;
	line-height: 1.8;
}

/*  aboutList
---------------------------------*/

.aboutList {
	margin: 75px auto 54px;
	text-align: center;
	line-height: 1.6;
}
.aboutList li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 370px;
	height: 513px;
	margin: 0 15px 28px;
	padding: 210px 0 0;
	border: solid 1px #e90f20;
	border-radius: 2px;
}
.aboutList li:before {
	display: block;
	position: absolute;
	top: 50px;
	left: 50%;
	width: 145px;
	height: 145px;
	margin-left: -72px;
	background: url(../images/about/icon.png) no-repeat;
	background-size: 300px 300px;
}
.aboutList li:nth-of-type(1):before {
	background-position: 0 0;
}
.aboutList li:nth-of-type(2):before {
	background-position: -150px 0;
}
.aboutList li:nth-of-type(3):before {
	background-position: 0 -150px;
}
.aboutList li:nth-of-type(4):before {
	background-position: -150px -150px;
}
.aboutList b {
	display: block;
	position: absolute;
	top: 39px;
	left: 92px;
	width: 65px;
	height: 65px;
	padding: 10px 0 0;
	border-radius: 50%;
	background: #e90f20;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}
.aboutList b span {
	display: block;
	margin-top: 5px;
	font-size: 24px;
}
.aboutList p strong {
	display: block;
	font-size: 24px;
	font-weight: 700;
}
.aboutList p:nth-of-type(2) {
	margin: 1em 28px;
	text-align: left;
}
/*  btn
---------------------------------*/

.move.execute {
	text-align: center;
}
.move.execute a {
	display: inline-block;
	width: auto;
	height: 54px;
	line-height: 54px;
	padding: 0 2em;
}
.move.execute.arrow a:after {
	width: 10px;
	height: 10px;
	margin: -2px 0 0 4px;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
.newMember a {
	display: block;
	width: 634px;
	height: 75px;
	line-height: 75px;
	margin: auto;
	background: #e90f20;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}


@media screen and (max-width: 752px) {
	/*===================================
		element
	=====================================*/
	/*  contHead , summary
	---------------------------------*/

	.contHead h2 {
		padding: 0;
		font-size: 45px;
	}
	.aboutSec {
		padding-bottom: 150px;
	}
	.summary {
		font-size: 26px;
	}

	/*  aboutList
	---------------------------------*/

	.aboutList {
		margin: 100px auto 120px;
	}
	.aboutList li {
		display: block;
		width: auto;
		height: auto;
		margin: 0 50px 50px;
		padding: 420px 0 40px;
		border-width: 2px;
		border-radius: 4px;
	}
	.aboutList li:before {
		top: 90px;
		width: 290px;
		height: 290px;
		margin-left: -145px;
		background-size: 600px 600px;
	}
	.aboutList li:nth-of-type(2):before {
		background-position: -300px 0;
	}
	.aboutList li:nth-of-type(3):before {
		background-position: 0 -300px;
	}
	.aboutList li:nth-of-type(4):before {
		background-position: -300px -300px;
	}
	.aboutList b {
		top: 50px;
		width: 140px;
		height: 140px;
		padding: 35px 0 0;
		font-size: 34px;
	}
	.aboutList b span {
		font-size: 40px;
	}
	.aboutList p strong {
		font-size: 38px;
	}
	.aboutList p:nth-of-type(2) {
		margin: 1em 40px;
	}

	/*  btn

	---------------------------------*/

	.move.execute a {
		height: 65px;
		line-height: 65px;
		margin: 1em auto;
		padding: 0 1em;
	}
	.move.execute.arrow a:after {
		width: 20px;
		height: 20px;
		margin: -4px 0 0 4px;
		border-bottom-width: 2px;
		border-left-width: 2px;
	}
	.newMember a {
		width: 660px;
		height: 85px;
		line-height: 85px;
		font-size: 30px;
	}

}
