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

#header {
	position:absolute;
	left:0;
	top:0;
	z-index:100;
}

#visual{
	width:100%;
	margin-bottom:60px;
	color:#464646;
	position:relative;
}

#visualInner{
	width:100%;
	position:absolute;
	left:0;
	top:30%;
	z-index:10;
}

#visualTxt-en{
	font-size:62px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:1.2;
}

#visualTxt-jp{
	font-size:184%;
	margin-top:15px;
}

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

#service{
	width:100%;
	padding:50px 0 80px;
	background:#E6E6E6;
}

.top-headline{
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
	font-size:54px;
	font-weight:bold;
	line-height:1;
}

.top-headline:after{
	display:block;
	content:"";
	width:60px;
	height:3px;
	background:#444;
	margin-top:15px;
}

#serviceWrap{
	width:100%;
	max-width:1460px;
	float:right;
	padding-left:120px;
	padding-bottom:30px;
	border-bottom:3px solid #C8C8C8;
	box-sizing:border-box;
}

/*.serviceItem{ width:25%;}*/

.serviceItem{ width:20%;}

.serviceHd{
	color:#464646;
	font-size:226%;
	line-height:1;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:30px;
}

.serviceTxt{
	color:#464646;
	font-size:134%;
	margin-top:10px;
}

.serviceImg{
	width:100%;
	position:relative;
}

.serviceImg:before{
	display:block;
	content:"";
	width:100%;
	height:100%;
	background:rgba(35,24,21,.85);
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	opacity:0;
	transition:all 0.2s ease-out;
}

.serviceImg span{
	display:block;
	width:140px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:20;
	opacity:0;
	transition:all 0.2s ease-out;
}


.serviceItem:hover .serviceImg span,
.serviceItem:hover .serviceImg:before{ opacity:1;}

/*------------------------------------------------------------ 
    COMPANY
------------------------------------------------------------*/  

#company{
	padding:130px 0 280px;
	color:#fff;
	background:#232323 url(../img/bg-company.jpg) no-repeat 50% 50%;
	background-size:cover;
}

#companyInner{
	width:55.75815738963532%;
	float:right;
}

#companyHd{
	font-family:Arial, Helvetica, sans-serif;
	font-size:54px;
	font-weight:bold;
	line-height:1;
}

#companyTxt{
	font-size:134%;
	line-height:1.8;
	margin-top:100px;
}

#companyBtn{
	width:260px;	
	height:50px;
	margin-top:100px;
}

#companyBtn a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:48px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:134%;
	font-weight:bold;
	border:1px solid #fff;
	box-sizing:border-box;
	transition:all 0.2s ease-out;
}

#companyBtn a:hover{
	color:#232323;
	background:#fff;
}

/*------------------------------------------------------------ 
    TOPICS
------------------------------------------------------------*/  

#topics{ margin-top:90px;}

#topics .top-headline{ text-align:center;}

#topics .top-headline:after{
	margin-right:auto;
	margin-left:auto;
}

#topicsWrap{
	width:100%;
	padding:85px 0;
	margin-top:90px;
	background:#E6E6E6;
}

.topicsItem{
	width:23.73310810810811%;
	margin-bottom:20px;
	background:#fff;
}

.style1 .topics-flag{ background:#C5413B;}
.style2 .topics-flag{ background:#46B62A;}
.style3 .topics-flag{ background:#3475CD;}
.style4 .topics-flag{ background:#FFAA14;}

.topicsInner{
	width:auto;
	padding:40px 10px 10px;
	position:relative;
}

.topics-flag{
	width:105px;
	line-height:32px;
	padding:0 15px;
	font-size:134%;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	left:10px;
	top:-16px;
	z-index:10;
}

.topics-ttl{
	font-size:134%;
	margin-bottom:20px;
}

.style1 .topics-ttl{ color:#c5413b;}
.style2 .topics-ttl{ color:#46b62a;}
.style3 .topics-ttl{ color:#3475cd;}
.style4 .topics-ttl{ color:#ffaa14;}

.topics-txt{
	font-size:117%;
	color:#464646;
	line-height:1.6;
}

#moreBtn{
	width:280px;
	height:50px;
	margin:60px auto 0;
}

#moreBtn a{
	display:block;
	width:100%;
	text-align:center;
	line-height:50px;
	color:#fff;
	font-size:134%;
	letter-spacing:2px;
	background:#464646;
}

#moreBtn a span{
	letter-spacing:normal;
	padding-left:10px;
}

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

@media screen and (max-width: 1024px){

#visualTxt-en{ font-size:6vw;}

#serviceWrap{
	padding-left:25px;
	padding-right:25px;
	margin-top:30px;
}

.serviceHd{ font-size:175%;}

#company{ padding:100px 0 200px;}
#companyInner{
	width:auto;
	text-align:center;
	float:none;
}

#companyBtn{ margin:80px auto 0;}

}

@media screen and (min-width: 789px){


/* 1つ足りない時 */
.topicsItem:nth-child(4n+3):last-child{ margin-right:25.4222972972973%;}

/* 2つ足りない時 */
.topicsItem:nth-child(4n+2):last-child{ margin-right:50.84459459459459%;}

/* 3つ足りない時 */
.topicsItem:nth-child(4n+1):last-child{ margin-right:76.2668918918919%;}

}


@media screen and (max-width: 788px){
　
#visualTxt-jp{ font-size:150%;}

.top-headline,
#companyHd{ font-size:36px;}

.topicsItem{ width:calc(50% - 10px);}

#serviceWrap{ padding-bottom:10px;}

.serviceItem{
	width:50%;
	padding-bottom:20px;
}

#companyInner{
	width:auto;
	padding:0 15px;
	text-align:center;
	float:none;
}

#companyBtn{
	margin:75px auto 0;
}


}

@media screen and (max-width: 788px) and (min-width: 561px){

.topicsItem:nth-child(odd):last-child{ margin-right:52.53378378378378%;}

}

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

#visual{
	height:100vh;
	background:url(../img/visual.jpg) no-repeat 50% bottom;
	background-size:cover;
}

#visualTxt-en{ font-size:5.2vw;}

#visualTxt-jp{
	font-size:125%;
	margin-top:10px;
}

.top-headline,
#companyHd{ font-size:234%;}

#serviceWrap{
	padding-right:15px;
	padding-left:15px;
	border-bottom-width:2px;
}

.serviceImg span{ width:70px;}

.serviceHd{
	margin-top:20px;
	font-size:150%;
}

.serviceTxt,
#companyTxt{ font-size:117%;}

#company{ padding:75px 0 140px;}

#companyTxt,
#companyBtn{ margin-top:50px;}

#topics{ margin-top:60px;}

#topicsWrap{
	margin-top:60px;
	padding:60px 0;
}

.topicsItem{ width:100%;}

#moreBtn{ margin-top:40px;}



}