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

body {
     min-width:1200px;
   
	margin: 0;
	 /*  フォントの種類  */
  font-family:"Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;;
  
  /*  フォントのサイズ  */
  font-size: 16px;
  
  /*  フォントの色  */
  color: #333;
  
  /* 文字間隔の調整の設定 */
  letter-spacing: 1.5px;
  
  /* 行間の設定 */
  line-height: 2.25;
}

html { scroll-behavior: smooth;}


.head {
	min-width:1260px;
	background:#032B5B;
	
	
}

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

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

.menu > li a {
    display: block;
    background:#032B5B;
	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;
}


#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #032B5B;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

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

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

li.menu__single:hover ul.menu__second-level {
    top: 50px;
	background:#032B5B;
    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);
} 


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


/*---------------コンテンツ----------------*/
.cover {
	width:100%;
	height: 100%;
	
}


.header {
	width: 100%;
	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;
	padding-bottom:10px;
	
}


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



.vision {
	min-width: 1260px;
	height: 600px;
    background-image: url("img/DSC_0074.JPG");
	background-size:cover;
	color: #FFFFFF;
	
}



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

.title {
	text-align: center;
	font-size: 48px;
	font-family: 'Alegreya Sans SC', sans-serif;
	animation: SlideIn 1.6s ;
}

.title2 {
	text-align: center;
	height: 40px;
	font-size: 48px;
	font-family: 'Alegreya Sans SC', sans-serif;
	animation: SlideIn 1.6s ;
}


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


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


.contents0 {
	margin-top:60px; 
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	height: auto;
	

	
	
}
.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
	margin: 10px;
	
}



.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button {
  position: relative;
  z-index: 2;
  background-color: #032B5B;
  border: 2px solid #0c0c0c0;
  color: #FFF;
  line-height: 50px;
  overflow: hidden;
}
.button:hover {
  color: #fff;
}
.button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button:hover::after {
  background: #c0c0c0;
  -webkit-transform: scale(1);
  transform: scale(1);

}	


.button2 {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  margin-left: 15px;
  margin-right:15px;	

}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button2 {
  position: relative;
  z-index: 2;
background-color: #032B5B;
  color: #FFF;
  line-height: 50px;
  overflow: hidden;
}
.button2:hover {
  color: #032B5B;
}
.button2:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button2:hover::after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  background: #d3d3d3;
  
}




/*---------------コンテンツ----------------*/



.contents1 {
	margin-top:60px; 
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: auto;
	
	
	
}



.contents1 h1 {
	width: 500px;
	text-align: center;
	color: #0CA1CF;
	margin-left: auto;
	margin-right: auto;
	
}

.contents1 p {
	text-align: center;
}


.label {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	
}



.contents2 {
	width: 1000px;
	height:300px; 
	margin-top:60px; 
	margin-left: auto;
	margin-right: auto;
	
}

.contents2 h2 {
	width: 500px;
	height: 20px;
	text-align:left;
	color: #0CA1CF;
	
}

.left {
	width: 520px;
	heigt:auto;
	float:left;
	
}

.right {
	width: 400px;
	height: auto;
	float: right;
	text-align:center; 
}


/*---------------コンテンツ----------------*/



.contents3 {
	width: 1000px;
	height:auto; 
	margin-top:60px; 
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}


.contents3 h1 {
	width: 500px;
	text-align: center;
	color: #0CA1CF;
	margin-left: auto;
	margin-right: auto;
}

.contents3 h2 {
	width: 500px;
	text-align: left;
	color: #0CA1CF;
	
}

.cad {
	width: 500px;
	height: auto;
	float:left;
	text-align: center;

	

}

.contents4 {
	width: 1000px;
	height:330px; 
	margin-top:60px; 
	margin-left: auto;
	margin-right: auto;
	
}


.contents4 h2 {
	width: 500px;
	height: 30px;
	text-align: center;
	color: #0CA1CF;
	margin-left: auto;
	margin-right: auto;
}

.contents5 {
	width: 1000px;
	height:auto; 
	margin-top:30px; 
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	
}

.contents5 h2 {
	width: 500px;
	text-align: center;
	color: #0CA1CF;
	margin-left: auto;
	margin-right: auto;
}

.pdf {
	width:330px;
	height: auto;
	float: left;
	text-align: center;
	
}


/*-------------フッター----------------*/

/*-------------------フッター開始------------------------------*/
#footer-wrap {
min-width:1260px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#032B5B;
	color:#FFF;
    
}


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


.sitemap {
	width:180px; 
	text-align:left;
	float: left;
	
}


.sitemap p{
	font-size:20px;
	font-style:normal;
	color:#FFF;
	text-align: center;
	padding-left: 10px;
	
}


.sitemap li{
	font-size:12px;
	color:#FFF;
	padding-left: 20px;
}


#f-logo {
	float: left;
	width:100%;
	
	
}
	
#f-logo p{
	text-align: center;
	color:#FFF;
	
}


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


/*フッター終了*/



