﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    TOP css
------------------------------------------------------------*/  

#header{ height:inherit;}

.rslides{
	clear:both;
	width:100%;
	overflow:hidden;
	position:relative;
}

.rslides li{ width:100%;}

/*------------------------------------------------------------ 
    ABOUT 
------------------------------------------------------------*/  

#about{
	width:100%;
	margin:85px 0 120px;
	position:relative;
}

#about:before{
	display:block;
	content:"";
	width:45.22222222222222%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background:url(../img/bg-about.png) no-repeat;
	background-size:cover;
	z-index:-1;
}

#aboutInner{
	width:100%;
	padding:50px 0;
	max-width:580px;
	text-align:center;
}

.more{
	width:100%;
	max-width:220px;
	height:46px;
	margin:20px auto 0;
}

.more a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:46px;
	color:#fff;
	font-size:125%;
	background:#011586;
}


/*------------------------------------------------------------ 
    SERVICE
------------------------------------------------------------*/  

#service{
	width:auto;
	padding:13% 15px 0;
	background:url(../img/bg-service.png) no-repeat 50% 0;
	background-size:contain;
}

.column{
	width:auto;
	max-width:1160px;
	padding:65px 20px 0;
	margin:0 auto;
	background:#fff;
}

.service-column{
	width:auto;
	min-height:300px;
	padding:50px 0 20px;
	overflow:hidden;
	position:relative;
	box-sizing:border-box;
}

.service-column.left {
	padding-left :55.20833333333333%;
	margin-top:30px;
}

.service-column.right{ padding-right:55.20833333333333%;}

.service-column:before{
	display:block;
	content:"";
	width:50%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}

.service-column.left:before{
	background-image:url(../img/bg-works.png);
	left:0;
}

.service-column.right:before{
	background-image:url(../img/bg-tenjou.png);
	right:0;
}

.subHd{
	color:#021586;
	font-size:167%;
	line-height:1;
	padding-bottom:15px;
}


/*------------------------------------------------------------ 
    RECRUIT
------------------------------------------------------------*/  

#recruit{
	width:auto;
	padding:24% 15px 0;
	margin-top:180px;
	background:url(../img/bg-recruit.png) no-repeat 50% 0;
	background-size:contain;
}

.recruit-column{
	width:47.91666666666667%;
	text-align:center;
	margin-top:20px;
}

.recruit-img{
	width:100%;
	margin-bottom:25px;
}



/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  


/* TABLET */
@media screen and (max-width: 788px){

#about{ margin:60px 0 120px;}

#about:before{
	width:100%;
	height:0;
	position:static;
	padding-top:58.72235872235872%;
	background-position:50% 0;
	overflow:hidden;
}

#aboutInner{
	padding:35px 0 0;
	max-width:100%;
}


/* SERVICE */

.column{ padding:45px 15px 0;}

.service-column{ padding-top:35px;}

.column .inner{ padding:0;}

.subHd{ font-size:150%;}


/* RECRUIT */

#recruit{ margin-top:120px;}


}


/* SP */
@media screen and (max-width: 560px){

#about{ margin:50px 0 100px;}

.more{
	margin-top:15px;
	height:40px;
}

.more a{
	font-size:117%;
	line-height:40px;
}


/* SERVICE */

.column{ padding-top:30px;}

.service-column{
	min-height:auto;
	padding:0;
}

.service-column.left {
	padding-left :0;
	margin-top:20px;
}

.service-column.right{
	padding-right:0;
	margin-top:30px;
}

.service-column:before{
	width:100%;
	height:0;
	padding-top:62.5%;
	position:static;
	margin-bottom:20px;
}

.subHd{
	font-size:134%;
	padding-bottom:12px;
}


/* RECRUIT */

#recruit{ margin-top:100px;}

.recruit-column{
	width:100%;
	float:none;
}

.recruit-column.fr{ margin-top:30px;}

.recruit-img{ margin-bottom:20px;}



}





