
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#main {
	margin-bottom: 80px;
}

.pageLead .visual {
	background: url(../image/page_about.jpg) no-repeat center bottom;
	background-size: cover;
}

.pageAbout {
	margin: 0 auto;
	padding: 0 80px;
	max-width: 1600px;
}

.pageAbout p {
	margin-bottom: 30px;
	color: #333;
	font-size: 17px;
	line-height: 2;
	text-indent: 2em;
}

.ttlBox {
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #dcdcdc;
}

.ttlBox h3 {
	float: left;
	color: #000;
	font-size: 40px;
	font-weight: normal;
}

.ttlBox h3 span {
	margin-bottom: 10px;
	padding: 10px 0;
	width: 200px;
	display: block;
	color: #fff;
	font-size: 30px;
	text-align: center;
	background: #4395FF;
	border-radius: 30px;
}

.ttlBox .numsrcoll {
	padding: 10px 0 0;
	width: 40%;
	float: right;
}

.ttlBox .numsrcoll .inner {
	position: relative;
	box-sizing: border-box;
}

.ttlBox .numsrcoll .num {
	width: 33.333333%;
	float: left;
}

.ttlBox .numsrcoll .js-counter {
	margin-bottom: 0;
	color: #0066C7;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	text-indent: 0;
}

.ttlBox .numsrcoll .js-counter span {
	margin-right: 10px;
	color: #0066C7;
    font-size: 70px;
	font-family: impact;
}

.ttlBox .numsrcoll .text {
	margin: 0;
	text-align: center;
	font-size: 17px;
	font-weight: normal;
	color: #666;
	text-indent: 0;
}

.aboutImg {
	margin-bottom: 50px;
	position: relative;
	text-align: right;
}
	
.aboutImg img {
	width: 70%;
}

.aboutImg p {
	position: absolute;
	left: 0;
	top: 45%;
	color: #000;
	font-size: 50px;
	font-weight: bold;
}

.aboutImg p span {
	margin-right: 50px;
}

.pageAbout table {
	margin-bottom: 50px;
	width: 100%;
	font-size: 15px;
	border-collapse: collapse;
}

.pageAbout th {
	width: 20%;
	padding: 15px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
}

.pageAbout td {
	width: 80%;
	padding: 15px 30px;
	border-left: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
}

.culture {
	margin-bottom: 80px;
}

.culture li{
	float: left;
	width: 23%;
	padding: 10px;
	margin: 0 1%;
	border: 1px solid #d3d3d3;
	background: #fff;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}

.culture li > span{
	display: block;
	width: 100%;
	overflow: hidden;
}

.culture li > span img{
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}

.culture li .ab5-txt{
}

.culture li .ab5-txt .ab5-t{
	margin-top: 10px;
	line-height: 60px;
	font-size: 30px;
	border-bottom: 1px solid #e1e1e1;
}

.culture li .ab5-txt .ab5-t span{
	font-family: 'CenturyGothic';
	text-transform: uppercase;
	font-size: 25px;
	margin-left: 12px;
	color: #999;
}

.culture li .ab5-txt .ab5-p{
	margin-top: 15px;
	font-size: 18px;
	color: #1c1c1c;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.culture li .ab5-txt .ab5-p p {
	margin: 0;
	text-indent: 0;
}

.area {
	margin-bottom: 50px;
}

.area ul {
	margin: 0 auto;
	max-width: 1500px;
	min-width: 1200px;
}

@media all and (min-width: 767px) and (max-width: 1200px) {
	.area ul {
		margin: 0 40px;
		max-width: inherit;
		min-width: inherit;
	}
}

.area li {
	margin: 0 1%;
	padding: 50px 0;
	width: 31.3333%;
	float: left;
	color: #333;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
}

.area li img {
	margin: 0 auto 10px;
	display: block;
	width: 90px;
}

.area li span {
	margin-top: 15px;
	padding-top: 10px;
	display: block;
	color: #666;
	font-size: 16px;
	font-weight: normal;
	position: relative;
}

.area li span:before {
	margin-left: -15px;
	width: 30px;
	height: 3px;
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	background: #4395FF
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main {
		margin-bottom: 40px;
	}
		
	.pageAbout {
		margin: 0 20px;
		padding: 0;
		max-width: inherit;
	}
	
	.pageAbout p {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 1.8;
	}
	
	.ttlBox {
		margin-bottom: 20px;
		padding-bottom: 15px;
	}
	
	.ttlBox h3 {
		float: none;
		color: #000;
		font-size: 22px;
		font-weight: normal;
		text-align: center;
	}
	
	.ttlBox h3 span {
		margin: 0 auto 10px;
		padding: 10px 0;
		width: 150px;
		display: block;
		font-size: 18px;
		border-radius: 30px;
	}
	
	.ttlBox .numsrcoll {
		padding: 10px 0 0;
		width: auto;
		float: none;
	}
	
	.ttlBox .numsrcoll .num {
		text-align: center;
	}
	
	.ttlBox .numsrcoll .js-counter {
		margin-bottom: 0;
		font-size: 15px;
		text-align: center;
	}
	
	.ttlBox .numsrcoll .js-counter span {
		margin-right: 10px;
		font-size: 40px;
	}
	
	.ttlBox .numsrcoll .text {
		margin: 0;
		text-align: center;
		font-size: 17px;
		font-weight: normal;
		color: #666;
	}

	.aboutImg img {
		width: 100%;
	}
		
	.aboutImg p {
		display: none;
	}
	
	.pageAbout table {
		margin-bottom: 30px;
		border-collapse: collapse;
	}
	
	.pageAbout th {
		width: 30%;
		padding: 15px;
		font-weight: bold;
		border-bottom: 1px dotted #ccc;
		border-top: 1px dotted #ccc;
	}
	
	.pageAbout td {
		width: 70%;
		padding: 15px;
	}
	
	.culture {
		margin-bottom: 40px;
	}
	
	.culture li{
		float: none;
		width: auto;
		padding: 10px;
		margin: 0 0 20px;
	}
	
	.area {
		margin-bottom: 30px;
	}
	
	.area ul {
		margin: 0 auto;
		max-width: inherit;
		min-width: inherit;
	}
	
	.area li {
		margin: 0 0 20px;
		padding: 30px 0;
		width: auto;
		float: none;
		font-size: 20px;
	}
	
	.area li img {
		margin: 0 auto 10px;
		width: 80px;
	}
	
	.area li span {
		margin-top: 15px;
		padding-top: 10px;
	}
	
}

.btmBox {
	padding-bottom: 0;
	overflow: hidden;
	position: relative;
}

.btmBox .inner {
	position: relative;
}

.btmBox .textBox {
	margin: 0 auto;
	max-width: 1400px;
}

.vjs-loading-spinner {
	display: none !important;
}

.i-video-text{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	color: #fff;
	/* min-height: 510px; */
	background-repeat: no-repeat!important;
	background: none;
}

.i-video-tp{
	font-size: 36px;
	line-height: 56px;
	font-weight: bold;
}

.i-video-ta{
	margin-top: 60px;
}

.i-video-ta a{
	display: block;
	float: left;
	line-height: 50px;
	border-radius: 25px;
	padding: 0 36px;
	font-size: 18px;
	color: #fff;
	background: #4395FF;
}

.i-video-ta a:hover{
	opacity: 0.7;
}

@media (max-width: 1199px) {
	.btmBox {
		padding-bottom: 60px;
	}
	
	.i-video-text {
		background: url(../image/banner.jpg);
		background-size: cover;
	}
	
	#video1{
		display: none!important;
	}
	.i-video-text{
		position: relative;
		left: auto;
		top: auto;
		float: left;
		width: 100%;
		padding: 50px 20px;
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		transform: translateY(-0%);
		box-sizing: border-box;
		/* background: url(../images/video-bg.jpg) no-repeat; */
	}
	.i-video-tp {
	    font-size: 22px;
	    line-height: 36px;
	}
	.i-video-ta {
	    margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.i-video-tp {
	    font-size: 14px;
	    line-height: 1.6;
	}
	.i-video-ta {
	    margin-top: 15px;
	}
	.i-video-ta a {
	    padding: 0 20px;
	    line-height: 36px;
	    border-radius: 18px;
	    font-size: 14px;
	}
}

@media (max-width: 991px) {
	.i-video-tp {
	    font-size: 18px;
	    line-height: 1.8;
	}
	.i-video-ta {
	    margin-top: 20px;
	}
	.i-video-ta a {
	    padding: 0 28px;
	    line-height: 40px;
	    border-radius: 20px;
		font-size: 16px;
	}
	.i-about .i-ab-p {
		width: 100%;
		max-width: 100%;
	}
}

