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

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

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


/*ナビゲーション*/



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


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

nav li{
display: table-cell;
width: 150px;
margin-left:20px;
margin-right: 20px;
font-size: 18px;
color: #817F7D;
font-family: "小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;

	
}



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


a,
a span {
  display: inline-block;
}




.vision {
	background: url("../img/header.png");
	min-width:1260px;
	height:250px;
	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: 30px;
	font-family: 'Alegreya Sans SC', sans-serif;
	animation: SlideIn 1.6s ;
	color: #FFFFFF;
}

.title2 {
	text-align: left;
	margin-top: 0px;
	font-size: 25px;
	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);
  }
}

.contents0 {
	min-width:1260px;
	height:auto;
	margin: 0 auto;
	color: black;
	background-position: center;
	background-repeat: no-repeat;
	background: #EEEFEF;
		
}



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

	
	
}

.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: 1100px;
	height:auto;
	text-align: center;
	overflow: hidden;
	
	
		
}

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




#item {
	width:335px;
	height:auto;
	float:left;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 25px;
	

}


/* じわっと画像が表示される */
@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;
  }
}


.contents3 {
	min-width:1260px;
	height:auto;
	margin: 0 auto;
	color: black;
	background-position: center;
	background-repeat: no-repeat;
	background: #EEEFEF;
		
}


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

.contents4 {
	width:1180px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	
}




.contents4right {
	width:1150px;
	margin-top: 0px;
	font-size: 20px;
}


.button005 a {
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 220px;
	height: 40px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	font-size: 18px;
    background: rgb(149,202,252);
    background: linear-gradient(270deg, rgba(149,202,252,1) 0%, rgba(107,182,255,1) 100%);
	text-decoration:none;
}
.button005 a:hover {
    background: rgb(117,188,255);
    background: linear-gradient(270deg, rgba(117,188,255,1) 0%, rgba(62,159,252,1) 100%);
	
}


.form {
	width:750px;
	height: auto;
	height:auto;
	margin-bottom: 40px;
	margin-top:40px;
	margin-left: auto;
	margin-right: auto;
	
	
}

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



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



/*フッター終了*/
