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

#bg-box {
    width: 100%;
    height: 100vh;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    z-index: -1;
    position: fixed;
    left: 0;
    top: 0;
}

#copy{
	width:auto;
	max-width:1200px;
	padding:240px 10px  340px;
	margin:0 auto;
}

#copy img{
	width:54.91666666666667%;
	height:auto;
}

#contents{
	width:100%;
	max-width:1400px;
	margin:0 auto;
	padding-bottom:100px;
	background:rgba(230,230,230,0.85);
}

#contentsInner{
	width:auto;
	max-width:1200px;
	padding:0 10px 100px;
	margin:0 auto;
}

/* 物件情報 */

#articleList{
	width:100%;
	overflow:hidden;
	position:relative;
	top:-100px;
	margin-bottom:-75px;
}

#articleList li{
	width:23.33333333333333%;
	float:left;
	margin-right:2.166666666666667%;
	margin-bottom:26px;
	background:#fff;
}

#articleList li:nth-child(4n){ margin-right:0;}

.article-thumb{
	width:100%;
	height:75%;
}

.article-thumb a{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}

.article-thumb a img{
	-moz-transition-duration:1s;
	-webkit-transition-duration:1s;
	-o-transition-duration:1s;
	-ms-transition-duration:1s;
}

.article-thumb a img:hover{
	-webkit-transform: scale(1.15);
			transform: scale(1.15);
}

.article-inner{
	width:auto;
	padding:10px;
	color:#333;
}

.article-date{
	font-size:109%;
}

.article-ttl{
	font-size:167%;
	font-weight:bold;
	margin:5px 0;
}

.article-txt{
	font-size:134%;
	margin-bottom:10px;
}

.article-cate{
	width:90px;
	height:30px;
	float:left;
	text-align:center;
	line-height:30px;
	color:#fff;
	font-size:134%;
	font-weight:bold;
}

.article-cate.style1{ background:#17B0E9;}
.article-cate.style2{ background:#F48A19;}

.article-num{
	float:right;
	font-size:134%;
}

.article-num span{
	color:#f08200;
	font-size:150%;
	font-weight:bold;
}

.more{
	width:100%;
	max-width:588px;
	height:60px;
	margin:0 auto;
}

.more a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:60px;
	color:#fff;
	font-size:159%;
	font-weight:bold;
	letter-spacing:0.5px;
	background:#2F599F;
}


/* service */

.headline{
	width:100%;
	text-align:center;
	color:#2F599F;
	letter-spacing:0.5px;
	padding:95px 0 25px;
}

.headline h2{
	font-size:40px;
}

.headline p{
	font-size:159%;
	font-weight:bold;
	margin-top:5px;
}

#serviceList{
	width:100%;
	overflow:hidden;
}

#serviceList li{
	width:49%;
	padding-bottom:90px;
	background:#fff;
	position:relative;
}

.service-txt{
	text-align:center;
	color:#333;
	font-size:134%;
	margin-top:20px;
	padding:0 10px;
}

.service-logo{
	width:auto;
	max-width:255px;
	padding:10px;
	margin:0 auto;
}

.more-half{
	width:100%;
	height:60px;
	position:absolute;
	left:0;
	bottom:20px;
}

.more-half a{
	display:block;
	width:255px;
	height:60px;
	margin:0 auto;
	text-align:center;
	line-height:60px;
	color:#fff;
	font-size:134%;
	background:#2F599F;
}

/* news */

#newsList{
	width:100%;
	padding-top:30px;
	overflow:hidden;
	border-top:1px solid #333;
}

#newsList li{
	width:49.16666666666667%;
	padding:10px;
	margin-bottom:30px;
	background:#fff;
	border:1px solid #ccc;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#newsList li:nth-child(odd){ float:left;}
#newsList li:nth-child(even){ float:right;}

#newsList a{
	width:100%;
	display:table;
}

.news-thumb{
	display:table-cell;
	vertical-align:top;
	width:200px;
	height:133px;
	overflow:hidden;
}

#newsList a .news-thumb img{
	-moz-transition-duration:1s;
	-webkit-transition-duration:1s;
	-o-transition-duration:1s;
	-ms-transition-duration:1s;
}

#newsList a:hover .news-thumb img{
	-webkit-transform: scale(1.15);
			transform: scale(1.15);
}

.news-info{
	display:table-cell;
	vertical-align:top;
	padding-left:10px;
}

.news-cate{
	display:inline-block;
	vertical-align:middle;
	width:100px;
	height:32px;
	margin-right:15px;
	text-align:center;
	line-height:32px;
	color:#fff;
	letter-spacing:0.5px;
	font-size:109%;
	font-weight:bold;
}

.news-cate.style1{ background:#CC3333;}
.news-cate.style2{ background:#66CC66;}

.news-date{
	display:inline-block;
	vertical-align:middle;
	color:#333;
	line-height:32px;
	font-size:134%;
}

.news-txt{
	color:#333;
	font-size:134%;
	margin-top:15px;
}

.more2{
	padding:10px 0 20px;
	border-bottom:1px solid #333;
}

.more2 a{
	display:block;
	width:100px;
	height:32px;
	margin:0 auto;
	text-align:center;
	line-height:32px;
	color:#fff;
	font-size:117%;
	font-weight:bold;
	background:#2F599F;
}


/* recruit */

#recruit{
	width:auto;
	min-height:600px;
	padding:0 10px;
	text-align:center;
	background:url(../img/bg_recruit.jpg) no-repeat 50% 50% / cover;
}

#recruit h3{
	color:#fff;
	font-size:40px;
	font-weight:bold;
	padding-top:80px;
}

.recruit-txt{
	color:#fff;
	font-size:32px;
	line-height:1.5;
	margin:80px 0 120px;
}

.recruit-more{
	width:100%;
	max-width:588px;
	height:60px;
	margin:0 auto;
}

.recruit-more a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:60px;
	color:#fff;
	font-size:159%;
	font-weight:bold;
	letter-spacing:0.5px;
	background:#CC3333;
}


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


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

#copy{ padding:120px 10px  220px;}

/* 物件情報 */

#articleList li{
	width:47.78156996587031%;
	margin-right:4.436860068259386%;
}

#articleList li:nth-child(2n){ margin-right:0;}

/* news */

#newsList li{ width:100%;}

#newsList li:nth-child(odd),
#newsList li:nth-child(even){ float:none;}

/* recruit */

#recruit h3{
	font-size:32px;
}

.recruit-txt{
	font-size:234%;
	margin:80px 0 100px;
}

}


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

#bg-box{
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity: .5;
	-khtml-opacity: .5;
	background-size:100% 400px;
	background-repeat:no-repeat;
	background-color:rgba(230,230,230,0.85);
}

#copy img{ width:100%;}

#contents{ background:none;}
#contents,
#contentsInner{ padding-bottom:50px;}


/* 物件情報 */

#articleList{
	top:-75px;
	margin-bottom:-60px;
}

#articleList li{
	width:100%;
	float:none;
	margin-right:0;
	margin-bottom:20px;
}

.article-ttl{ font-size:150%;}

.article-txt,
.article-cate,
.article-num,
.news-date{ font-size:125%;}

.more,
.recruit-more{ height:50px;}

.more a,
.recruit-more a{
	line-height:50px;
	font-size:134%;
}

/* service */

.headline{
	padding:45px 0 25px;
}

.headline h2{
	font-size:234%;
}

.headline p{
	font-size:134%;
}

#serviceList li{
	width:100%;
	float:none;
	margin-bottom:20px;
	padding-bottom:80px;
}

.service-txt{
	font-size:109%;
	margin-top:15px;
}

.service-logo{
	max-width:128px;
	padding-bottom:0;
}

.more-half{
	height:50px;
	bottom:15px;
}

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


/* news */

#newsList{
	padding-top:20px;
}

#newsList li{
	margin-bottom:20px;
}

#newsList a{ display:block;}

.news-thumb{
	display:block;
	width:100%;
	height:66.5%;
	margin-bottom:10px;
}

.news-info{
	display:block;
	padding-left:0;
}


.news-txt{
	font-size:125%;
	padding-bottom:10px;
}

.more2{ padding-top:0;}


/* recruit */

#recruit{
	min-height:inherit;
	padding:0 10px 60px;
}

#recruit h3{
	font-size:234%;
	padding-top:60px;
}

.recruit-txt{
	color:#fff;
	font-size:175%;
	margin:40px 0;
}


}





