@charset "utf-8";
/* CSS Document */



body {
	width:100%;
	margin: 0;
	 /*  フォントの種類  */
  font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  
  /*  フォントのサイズ  */
  font-size: 18px;
  
  /*  フォントの色  */
  color: #333;
  
  /* 文字間隔の調整の設定 */
  letter-spacing: 1.5px;
  
  /* 行間の設定 */
  line-height: 1.75;
	

	
	
}

html,body{
    width: 100%;
	
}


.cover {
	width:100%;
	height: 100%;
	
}



.head {
	margin-top:20px;
	min-width:1260px;
	background:#2B4C62;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 2;
}


.header {
	width: 80%;
	height :auto;
	margin: 0px auto;	
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
}

.header img {
	float: left;
	padding: 0;
	border-style: none;
}


#header-left {
	width:550px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}



#header-center {
	
	height:auto;
	float:right;
	font-size:12px;
	overflow:hidden;
	text-align:center;
	
	
}


div#header-right {
	width:210px;
	height:auto;
	float: right;
	margin-top:25px;
	
}



.menu {
    position: relative;
    height: 50px;
    width: 1260px;
    margin: 0 auto;
	list-style: none;
	
	
	
}

.menu > li {
    float: left;
    width: 210px; /* グローバルナビ4つの場合 */
    height: 50px;
    line-height: 50px;
	list-style: none;
	text-align: center;
}

.menu > li a {
    display: block;
    background:#2B4C62;
	text-decoration: none;
	color: #FFFFFF;
}

.menu > li a:hover {
    color: #FFFFFF;
	
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
	
}

.menu > li:hover {
    background: #FFFFFF;
    -webkit-transition: all .5s;
    transition: all .5s;
	
}

.menu__second-level li {
    border-top: 1px solid #111;
}


/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}


/*------------------ドロップダウン-----------------*/
.menu > li.menu__single {
    position: relative;
	
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #2B4C62;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
	background:#2B4C62;
    visibility: visible;
    opacity: 0.8;
	list-style: none;
}

.fade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}

.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
} 




/*------------------メイン画像-----------------*/


.main-vision .image-vw {
	width:100%;
}


.main-vision {
 position   : relative;
  min-width  : 1260px;
  height     : 800px;
  overflow   : hidden;
background: #000000;
	
}



.main-vision .bgImg {
   position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  animation  : bgAnime 22s infinite;   /* 3画像 × 各5s = 15s */
	
}

.main-vision .src1{
background-image : url("img/mono１.png");   /* 背景の画像を指定 */
background-size: cover;


}



.main-vision .src2{
background-image : url("img/mono3.png"); /* 背景の画像を指定 */
background-size: cover;
animation-delay  : 5s;
}


.main-vision .src3{
background-image : url("img/mono2.png"); /* 背景の画像を指定 */
background-size: cover;
animation-delay  : 13s;
}


/* --- 前面の文字定義 ----- */
.main-vision .boxString{
  width:55%;
  position   : absolute;
  display    : inline-block;
  padding    : 5px;
           /* 半透明の青 */
  
  opacity: 0.8;
  top        : 35%;                               /* 中央寄せ */
  left       : 45%;
  transform  : translate(-50%,-50%);
  
	

}


.main-vision .boxString-mini {
	color:#C50018;
	
}

.chal {
	font-size: 70px;
	animation: SlideIn 1.6s ;
	margin-top: -20px;
}

.catch {
	font-size: 50px;
	animation: SlideIn 1.6s ;
	margin-top: -80px;
}


a.btn2 {
  border: 2px solid #C50018;
  border-radius: 0;
  background: #fff;
  padding: 5px 20px;
  font-size: 20px;
}

a.btn2:hover {
  color: #FFFFFF;
  background: #C50018;
}



@keyframes SlideIn {
  0% {
    opacity: 0;/*蛻晄悄迥ｶ諷九〒縺ｯ騾乗・縺ｫ*/
    transform: translateX(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*---------------コンテンツ----------------*/
@keyframes bgAnime {
  0% {
		opacity: 0;
	}
	
	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}


/*-------------------コンテンツ開始------------------------------*/





nav ul{
display: table;
margin: 0 auto;
padding: 0 ;
width: 1260px;
color: #000000;
	
}

nav li{
display: table-cell;
width: 150px;
margin-left:20px;
margin-right: 20px;
font-weight:bold;
font-size: 18px;
color: #FFF6F6;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	
}



nav a{
display: block;
width: 100%;
text-decoration: none;
color: #000000;
padding-bottom: 5px;
}


a,
a span {
  display: inline-block;
}
a span {
  transition: .5s;
}
a:hover span {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

.cover {
	width: 100%;
	height: auto;
	background: #EEEFEF;
}



.contents3 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
	height: auto;
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
	
	
}



.contents3 h2 {
	color: #0CA1CF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}



.tech {
	width: 300px;
	height: auto;
	float:left;
	margin-left: 40px;
	margin-right: 20px;
	
	
}

.tech2 {
	width: 700px;
	float: right;
	margin-right: 20px;
	text-align: left;
	line-height: 2em;
}


.tech img:hover { opacity: 0.6; filter: brightness(110%); }
/*その他と主な共通部分は省略*/


a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
  padding: 5px 20px;
  font-size: 14px;
}

a.btn-border:hover {
  color: #fff;
  background: #000;
}


/* じわっと画像が表示される */
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}
 
/*古いブラウザ用*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}




.contents4 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
	height: auto;
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
	
	
}



.contents4 h2 {
	color: #0CA1CF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.mov {
	width: 300px;
	height: auto;
	float:left;
	margin-left: 40px;
	margin-right: 20px;
	
	
}

/*-------------------フッター開始------------------------------*/



#footer {
	min-width:1260px;
	height:200px;
	margin-top: -15px;
	margin-left:auto;
	margin-right:auto;
	background-color:#2B4C62;
	color:#FFF;
}

#footer-wrap-in {
	width:1000px;
	margin: 40px auto;
	padding: 5px;
	overflow: hidden;
}

.sitemap {
	width:200px; 
	height: 100px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	float: left;
	
}


a.white:link {
text-decoration:none;
color : #ffffff; 
}
a.white:visited {
text-decoration:none;
color : #ffffff; 
}
a.white:active {
text-decoration:none;
color : #ffffff; 
}
a.white:hover {
text-decoration:none;
color : #ffffff; 
}


