@charset;
/* CSS Document */
body{
	width: 100%;
	line-height: 1.8em;
	background-color:#0F0906;
}
section{
	padding:80px 30px;
}
.header-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	padding-top: 10px;
	background:rgba(11,44,99,0.5);
	z-index: 20;
	box-shadow: 0px 3px 1px -1px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 3px 1px -1px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 3px 1px -1px rgba(0,0,0,0.6);
}

.top-sec{
	z-index: 10;
	background-image: linear-gradient(-30deg, #0F0906, #0b2863);
	top: 500px;
	width: 100%;
}
/*各ページのＴＯＰ画像表示*/
.concept .fix-back{
	background: url("../img/top/main.jpg") no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	height: 500px;
	z-index: 1;
}
.concept .fix-back2{
	background: url("../img/top/main2.jpg") no-repeat 50% 35%;
	background-size: contain;
background-attachment: fixed;
	height: 500px;
	z-index: 1;
}
.concept .fix-back3{
	background: url("../img/top/main3.jpg") no-repeat center bottom;
	background-size: contain;
background-attachment: fixed;
	height: 800px;
	z-index: 1;
}
.concept .fix-back4{
	background: url("../img/top/main4.jpg") no-repeat center bottom;
	background-size: contain;
background-attachment: fixed;
	height: 800px;
	z-index: 1;
}
.catch{
	font-size: 7.5vw;
	text-align: center;
	padding-top: 300px;
}

@media print, screen and (min-width: 750px) and (max-width:900px){
	.catch{
		font-size: 40px;
	}
}
.flex2{
	display: flex;
	justify-content: space-around;
}
/*ナビゲ―ション----------------------- */
/*メインナビ*/
.main-nav ul{
	/*width: 100%;*/
	max-width: 1290px;
	width: 100%;
	margin: 0 auto;/*revise*/
	padding: 10px 0 0 0;
	display: flex;
	justify-content:space-around;
	text-align: center;
}
.main-nav ul li{
	width: 20%;
}
.main-nav ul li a span{
	display: block;
}
.main-nav ul li a{
	display: block;
	border: 2px solid #fff;
	-webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-nav ul li a:hover{
	background:linear-gradient(to bottom right,#FFF,#3047b7 20%,#0b2863);
	border-color: #0b2863;
	letter-spacing: 2px;

}

/*ヘッダー部分*/
.logo{
	width: 140px;
	float: left;
	padding-left: 10px;
}
.logo img{
	width: 100%;
}
.logo-next{
	float: left;
	font-family: "kozuka-gothic-pro",sans-serif;
	letter-spacing: 2px;
	padding: 20px 0 0 20px;
	line-height: 2em;
}
.logo-next span.f30{
	letter-spacing: 4px;
	font-family: "kan415typos-std",sans-serif;
}
.add0{
	vertical-align: 20px;
}
.header-add-inner p a:hover{
	opacity: 0.4;
}
/*ふわっと表示*/
.fade-in {
  transition: opacity 2.8s;
  -moz-transition: opacity 2.8s;
  -webkit-transition: opacity 2.8s;
  -o-transition: opacity 2.8s;
}
/*TOPフッターのサイトマップ*/
.foot{
	background-color: #0F0906;
	padding: 50px 0;
}
footer ul{
	display: -webkit-flex;
	 display: -moz-flex;
	 display: -ms-flex;
	 display: -o-flex;
	display: flex;
	width: 90%;
	justify-content: space-around;
	margin: 0 auto;
	font-size: 14px;
}
footer nav ul li a:before{
	content:">>";
	float: left;
	margin-right: 10px;
}


/*ＦＯＯＴの会社概要*/
.foot-co{
	padding-top: 40px;
}
.foot-co img{
	width: 140px;
	float: left;
	margin-right: 20px;
	padding-bottom: 40px;
	padding-top: 10px;
}
ul.banner li{
	padding: 10px;
	max-width: 200px;
}
ul.banner li img{
	width: 100%;
}

.copy{
	text-align: center;
}

/* スマホスマホスマホ　*/
/* スマホスマホスマホ　*/
/* スマホスマホスマホ　*/
/* スマホスマホスマホ　*/
@media(max-width: 639px) {
	body{

  }
  section{
  	padding:30px 10px;
  }
  .header-wrap{
  	position: fixed;
  	width: 100%;
  	top: 0;
  	padding-top: 6px;
  	background:rgba(11,44,99,0.5);
  	z-index: 20;
  	box-shadow: 0px 3px 1px -1px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 3px 1px -1px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 3px 1px -1px rgba(0,0,0,0.6);
  }
  .top-sec{
  	z-index: 10;
  	background-image: linear-gradient(-30deg, #0F0906, #0b2863);
  	top: 500px;
  	width: 100%;
  }
	.f40{
			font-size: 20px;
		}
		h2 span{
			display: block;
		}
		.logo-next .f30{
			font-size: 16px;
		}
  /*各ページのＴＯＰ画像表示*/
  .concept .fix-back{
  	background: url("../img/top/main.jpg") no-repeat center top;
  	background-size: cover;
  	background-attachment: fixed;
  	height: 400px;
  	z-index: 1;
  }
  .concept .fix-back2{
  	background: url("../img/top/main2.jpg") no-repeat 50% 35%;
  	background-size: cover;
  background-attachment: fixed;
  	height: 200px;
  	z-index: 1;
  }
  .concept .fix-back3{
  	background: url("../img/top/main3.jpg") no-repeat center bottom;
  	background-size: cover;
  background-attachment: fixed;
  	height: 300px;
  	z-index: 1;
  }
  .concept .fix-back4{
  	background: url("../img/top/main4.jpg") no-repeat center bottom;
  	background-size: cover;
  background-attachment: fixed;
  	height: 400px;
  	z-index: 1;
  }
  .catch{
  	font-size: 30px;
		font-weight: bold;
  	text-align: center;
		line-height: 1.6em;
  	padding-top: 200px;
  }
  .flex2{
  	display:block;
		text-align: center;

  }
	.flex2 img{
		width: 44%;
	}
	.m20{
		margin: 4px;
	}
  /*ナビゲ―ション----------------------- */
  /*ヘッダー部分*/
  .logo{
  	width: 17vw;/*80px*/
  	float: left;
  	padding-left: 4px;
  }
  .logo img{
  	width: 100%;
  }
  .logo-next{
  	float: left;
  	font-family: "kozuka-gothic-pro",sans-serif;
  	letter-spacing: 1px;
  	padding: 4px 0 0 10px;
  	line-height: 2em;
  }
  .logo-next span.f30{
  	letter-spacing: 1px;
  	font-family: "kan415typos-std",sans-serif;
  }
  /*.add0{
  	vertical-align: 20px;
  }
  .header-add-inner p a:hover{
  	opacity: 0.4;
  }*/
  /*ふわっと表示*/
  .fade-in {
    transition: opacity 2.8s;
    -moz-transition: opacity 2.8s;
    -webkit-transition: opacity 2.8s;
    -o-transition: opacity 2.8s;
  }
	.inner h1{
		font-size: 16px;
	}
	.pt40{
		padding-top: 0;
	}
	.inner-mini img{
		max-width:100%;
	}
  /*TOPフッターのサイトマップ*/
  .foot{
  	background-color: #0F0906;
  	padding: 30px 0;
  }
  footer ul{
  	width: 100%;
  	display: block;
  }
	footer nav ul li{
		display: inline-block;
		width: 49%;
	}
	footer nav ul li a{
		display: block;
		padding-left: 20px;
	}
  footer nav ul li a:before{
  	content:">";
  	float: left;
  	margin-right: 10px;
  }
  /*ＦＯＯＴの会社概要*/
  .foot-co{
  	padding-top: 20px;
  }
  .foot-co img{
  	width: 80px;
  	float: left;
  	margin-right: 10px;
  	padding-bottom: 10px;
  	padding-top: 10px;
  }
  ul.banner li{
  	padding: 10px;
  	max-width: 200px;
  }
  ul.banner li img{
  	width: 100%;
  }

  .copy{
  	text-align: center;
  }
	/*ナビゲーション*/
	 nav.pure-drawer{
		background-color: #000;
	}
 nav.pure-drawer ul{
	 padding: 10px;
 }
 nav.pure-drawer ul li{
	 border-bottom: 1px dotted #fff;
 }
 nav.pure-drawer ul li a{
	 padding: 10px;
	 display: block;
 }
}
/*　********クリアフィックス*****************　*/
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
@media(min-width: 640px) {
	.pc-none{
		display: none;
	}
}
@media(max-width: 639px) {
	.sp-none{
		display: none;
	}
}

@media(max-width: 1400px)and(min-width: 640px){
	body,section,.fix-back,.header-wrap,header{
		min-width: 1400px;
	}
}
