@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;
	
}


.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: 200px; /* グローバルナビ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);
} 




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




.vision {
	background: url("img/neji.jpg");
	min-width:1260px;
	height:400px;
	margin: 0 auto;
	text-align: center;
	background-size: cover;
	/* じわっと画像が表示される */
 	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;	
	
	
}


.v-mini {
	padding-top:30px;
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.title {
	text-align: left;
	font-size: 50px;
	font-family: 'Alegreya Sans SC', sans-serif;
	animation: SlideIn 1.6s ;
	color: #FFFFFF;
}

.title2 {
	text-align: left;
	margin-top: -40px;
	font-size: 32px;
	font-family: 'Alegreya Sans SC', sans-serif;
	animation: SlideIn 1.6s ;
	color: #FFFFFF;
}

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



/*ナビゲーション*/



.wrap {
	min-width:1260px;
	padding-top:20px;
	height: 80px;
	
}


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);
}


.contents1 {
	margin-top:60px; 
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	width: 1200px;
	text-align: center;

	
	
}

.contents1 h1 {
	width: 800px;
	text-align: center;
	color: #3FA9F5;
	margin-left: auto;
	margin-right: auto;
}

.contents1 p {
	font-size:20px;
}



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

.contents2 h1 {
	width: 800px;
	text-align: center;
	color: #3FA9F5;
	margin-left: auto;
	margin-right: auto;
}

.3mini {
	width:1200px;
	margin-left: auto;
	margin-right: auto;
	


}

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:100%;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
	
}


table.formTable th{
	width:30%;
	font-weight:normal;
	background:#;
	text-align:left;
	color: #000000;
}
/* じわっと画像が表示される */
@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;
  }
}


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



#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; 
}


