@charset "UTF-8";

/*---------- Zbg -----------*/
html,body{
	height:100%;
	}

body,h1,h2,ul,li,address{
	margin:0;
	padding:0;
	background:transparent;
}



body{
	background-color:#000;}
	
address{
		font-style:normal;
		background-color:#0B1565;
		text-align:center;
		padding:30px 0 30px 0;
}


/*---------- \ -----------*/

.bg {
 /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  /* またはabsolute; */
  top: 0px;
  left:0px;
}


@media screen and (max-width: 1024px){
  img.bg {
  left: 50%;
  margin-left: -512px; }
}
 
div#container {
  position: relative;
}

div#content{
	width:980px;
	margin:0 auto;
	}
div.content02{
	width:712px;
	margin:0 auto;
	}	
body{
	color:#FFF;
	}
	
.h1_1
	{
	text-indent:-9999em;
	background-color:#0B1565;
	padding:30px 0 20px 0;
	} 
.logo{
	position:absolute;
	left:200px
	}
.indexPic{
	margin:0 auto;
	}
.clear {
    clear:both;　/*floatの解除*/
}



/*foundation*/
.topPic{
	width:980px;
	height:2788px;
	margin:0 auto;
	}
.fd01{
	z-index:1;
	position:relative;
	width:980px;
	height:490px;
	}
.fd02{
	font-size:1.8em;
	line-height: 2em;　
	z-index:2;
	position:relative;
	bottom:150px;
	left:450px;
	margin: 0 0 -112px 0;
	}	
.fd03{
	width:275px;
	height:267px;
	position:relative;
	margin:30px 0 130px 150px;
	float:left;
	}
.fd04{
	width:248px;
	height:335px;
	position:relative;
	margin:0 0 0 150px;
	float:left;
	}	
.fd05{
	width:248px;
	height:40px;
	margin:10px 0 0 150px;
	}
.fd06{
	width:784px;
	margin:0 98px 60px 98px;
	}	
.fd07{
	background-image: url("img/img08.png");
	background-repeat:repeat-y;
	width:auto;
	height:197px;
	font-size:0.95em;
	line-height: 120%;
	margin:0px;
	padding:40px 20px 0px 20px;
	}
.fd08{
	background-image: url("img/img10.png");
	background-repeat:no-repeat;
	width:712px;
	height:313px;
	margin:0px 0 -230px 0px;
	padding:230px 0px 0px 50px;
	line-height:130%;
	}
.fd09{
	background-image:url("img/img07.png");	
	background-repeat:no-repeat;
	width:712px;
	height:697px;
	margin:0;
	}
p.fd10{
	font-size:0.95em;
	line-height: 120%;
	position:relative;
	top:105px;
	left:210px;
	width:210px;
	margin:0;
	}
p.fd11{
	font-size:0.95em;
	line-height: 120%;
	position:relative;
	top:160px;
	left:210px;
	width:210px;
	margin:0;
	}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 p.fd11 {
	position:relative;
	top:167px;
	left:210px;
	width:210px;
	margin:0;}
}
@-moz-document url-prefix() {
 p.fd11 {
	position:relative;
	top:167px;
	left:210px;
	width:210px;
	margin:0;
	}
}

	
.content02 dt{
	color:#FFF200;
	}

/*foundation */

/*company*/
.campany02{
	width:980px;
	background-color:#fff;
	}
.table01{
	border: solid 1px #036; border-collapse: collapse;
	color:#036;
	}	
/*company*/























.btn01 {
	text-align:center;
       color: #fff;
       text-decoration: none;
       background-color: #dda0dd;
       display: block;
       width: 150px;
       height: 150px;
       line-height: 150px;
       border-radius: 50%;
        /*ここで動く速度とか設定*/ 
       transition: all 1s ease;
       -webkit-transition: all 1s ease;
   }
   .btn01:hover {
       transform: rotate(1080deg);
       -webkit-transform: rotate(1080deg);
   }
   

/*
.btn01{
	background-image: url(img/pact_front.png);
	 width: 190px;
       height: 186px;
}
*/

 .btn02 {
       color: #dda0dd;
       display: block;
       text-decoration: none;
       background-color: #fff;
       width: 150px;
       padding: 30px 0;
   }
   .btn02:hover {
       animation: shake 0.2s linear infinite;
       -webkit-animation: shake 0.2s linear infinite;
   }
@-webkit-keyframes shake {
       0% { transform: translate(3px, 2px) rotate(0deg); }
       10% { transform: translate(-2px, -3px) rotate(-1deg); }
       20% { transform: translate(-4px, 0px) rotate(1deg); }
       30% { transform: translate(0px, 3px) rotate(0deg); }
       40% { transform: translate(2px, -2px) rotate(1deg); }
       50% { transform: translate(-2px, 3px) rotate(-1deg); }
       60% { transform: translate(-4px, 2px) rotate(0deg); }
       70% { transform: translate(3px, 2px) rotate(-1deg); }
       80% { transform: translate(-2px, -2px) rotate(1deg); }
       90% { transform: translate(2px, 4px) rotate(0deg); }
       100% { transform: translate(2px, -3px) rotate(-1deg); }
   }
   	
   
   
.btn05 {
    color: #fff;
    display: block;
    text-decoration: none;
    width: 200px;
    position: relative;
    perspective: 300px;
    -webkit-perspective: 300px;
}

.btn05 span {
    text-align: center;
    display: block;
    width: 200px;
    padding: 30px 0;
    background-color: #a7dd7d;
    position:absolute;
    top: 0;
    margin-top: -30px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: 0.8s;
}
.btn05 .back {
    background-color: #61a84d;
    transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}

.btn05:hover .front {
    transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}

.btn05:hover .back {
    transform:rotateY(360deg);
    -webkit-transform:rotateY(360deg);
}

	

