@charset "utf-8";
/**
 * style.css
 */

/* index
--------------------------------------------------*/
body {
	background: #000;
}


#wrapper {
	opacity: 0;
}


/* layout */
#whole {
	z-index: 10000;
	position: relative;/* relative */
	top: 100vh;
	width: 100%;
	min-width: 1200px;
	padding: 0;
	margin: 0;
	background: #fff;
}

.ie8 #whole {
	top:1000px;
}


#fade {
	width: 100%;
	height: 10000%;
	display: none;
	background: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9000000;
}

#scrollDown{
	text-align: center;
	z-index: 3;
	position: absolute;
	width: 100%;
}
#mainCopy{
	position: absolute;
	text-align: center;
	z-index: 2;
	width: 1000px;
	margin-left: -500px;
	left: 50%;
}
#mainCopy .copyEn{
	font-family: "Roboto Condensed";
    font-size: 614%;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
    text-align: center;
    color: #fff;
    opacity: 0.85;
    position: relative;
}
#mainCopy .copyJp{
    font-size: 142%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: relative;
}

@media all and (-ms-high-contrast:none){
*::-ms-backdrop, #mainCopy .copyEn{
	letter-spacing: 0;
}
}
.ie8 #mainCopy .copyEn{
    font-size: 510%;
	letter-spacing: 0;
}

.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1020px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  /* またはabsolute; */
  top: 0;
  left: 0;
  background: url(../imgs/main02.jpg) no-repeat;
  background-size: cover;
}

#over01 {
	z-index: 2;
	position: absolute;
	display: none;
}
#over02 {
	z-index: 2;
	position: absolute;
	display: none;
}


/* header */
#header {
	position: absolute;
	width: 100%;
	min-width: 1020px;
	z-index: 100;
}
#header h1{
	position: absolute;
	left: 30px;
	top:13px;
}
#header #gNav{
	position: absolute;
	top: 35px;
	right: 30px;
}
#header #gNav ul li{
	float: left;
	background:url(../common/imgs/hdr-line.gif) no-repeat top 10px left;
}
#header #gNav ul li a{
	padding:5px 30px 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#header #gNav ul li:first-child{
	background:none;
}




/* 共通
--------------------------------------------------*/
/* container */
#container {
}
/* content */
#content {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
/*	background: #e6e6e6; */
	/*background: #011849;*//* 青 */
	background: #fff;
	position: relative;
	overflow: hidden;
}
.section {
	width: 50%;
}
.section .txtCopy{
	font-size: 114%;
	margin-bottom: 50px;
	line-height: 1.8;
}
.secInner {
	padding: 100px 20%;
	min-width: 370px;
}
/* title */
.titleWrap{
	margin-bottom: 30px;
}
.titleWrap .title{
	font-size: 428%;
	font-family: "Roboto Condensed";
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #011849;
	display: table;
}
.titleWrap .title span{
	font-size: 23%;
	font-family: inherit;
	letter-spacing: 0;
	font-weight: normal;
	display: table-cell;
	vertical-align: middle;
	background: url(../common/imgs/line.png) no-repeat left 15px center;
	padding-left: 40px;
}




.sectionImg {
	width: 50%;
	height: 900px;
	position: relative;
	z-index: 1;
}
#img01.sectionImg {
	float: left;
	background: url(../imgs/img01.jpg) center 0 no-repeat;
	top: 0px;
}
#img02.sectionImg {
	float: right;
	background: url(../imgs/img02.jpg) center 0 no-repeat;
	top: 0px;
}

#img03.sectionImg {
	float: left;
	background: url(../imgs/img03.jpg) center 0 no-repeat;
	top: 0px;
	margin-top: 0px;
}
#img04.sectionImg {
	float: right;
	background: url(../imgs/img04.jpg) center 0 no-repeat;
	top: 0px;
	margin-top: 0px;
}





/* NEWS
--------------------------------------------------*/

#news.section {
	float: right;
	position:relative;
	top: 0px;
	opacity: 1;
	padding-top: 80px;
	margin-top: -80px;
}
#news .secInner {
	min-height: 450px;
}
#news.section .post{
	margin-bottom: 40px;
	border-top: 1px dashed #bababa;
}
#news.section .post dl{
	border-bottom: 1px dashed #bababa;
	padding: 15px 0;
}
#news.section .post dl dt{
	font-family: "Roboto Condensed";
	float: left;
	font-size: 114%;
	font-weight: 700;
	width: 25%;
}
#news.section .post dl dd{
	float: left;
	width: 75%;
}
#news.section .post a{
	text-decoration: none;
}
#news.section .post a:hover{
	text-decoration: underline;
}


/* SERVICES
--------------------------------------------------*/
#services.section {
	float: left;
	position:relative;
	top: 0px;
	margin-top: -100px;
}

/* WORKS
--------------------------------------------------*/
#works.section {
	float: right;
	position:relative;
	top: 0px;
	margin-top: -200px;
}


/* ABOUT
--------------------------------------------------*/
#about.section {
	float: left;
	position:relative;
	top:0px;
	margin-top: -200px;
}







