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

/*******
  header
*******/
.header{

	background:  url("main_bg.jpg");
	background-repeat: no-repeat,repeat;
	background-position: top center,center;
	background-size: 1366px 600px;
	height: 600px;
	padding-top: 20px;
	box-sizing: border-box;
	background-color: #ffffff;
}
@media screen and (max-width:786px){
	.header{
		height: auto;
		padding-bottom: 70px;
			
		background:  url("main_bg.jpg");
		background-repeat: no-repeat,repeat;
		background-position: top center,center;
		background-size:cover;
	}
}
@media screen and (max-width:600px){
	.header{
		
		height: auto;
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
@media screen and (max-width:400px){
	.header{

		height: auto;
	
	}
}



.header h1{
	text-align: center;	
}

.header h1 .h1box{
	width: 710px;
	margin: auto;
	position: relative;
	max-width: calc(100% - 0px);
}
@media screen and (max-width:600px){
	.header h1 .h1box{
		width:calc(100% - 0px);
		
	}
}

.header h1 .h1box .h1_1{
	animation-name:anime1;
    animation-duration: 1.2s;
	animation-delay: 0.5s;
	animation-fill-mode:forwards;
	position: relative;
	opacity: 0;
	width: 410px;
	max-width: calc(100% - 0px);
	margin: auto;
	
	display: block;

	
}
@keyframes anime1{
    0%{
		transform: translateY(-20px);
        opacity: 0;
    }
    100%{
		transform: translateY(0px);
        opacity: 1;
    }
}

.header h1 .h1box .h1_1 img{
	max-width: 100%;
}
.header h1 .h1box .h1_2{
	animation-name:anime1_2;
    animation-duration: 1.4s;
	animation-delay: 0.3s;
	animation-fill-mode:forwards;
	position: relative;
	 opacity: 0;
	/*
	width: 577px;*/
	width: 620px;
	max-width: calc(100% - 0px);
	margin: auto;
	top: 75px;
	
	display: block;
	left: 0px;
}
@keyframes anime1_2{
    0%{
		
        opacity: 0;
		transform: scale(0.9);
    }
    100%{
		transform: scale(1);
        opacity: 1;
    }
}

.header h1 .h1box .h1_2 img{
	max-width: 100%;
}
@media screen and (max-width:600px){
	.header h1 .h1box .h1_2{
		width:calc(100% - 40px);
		text-align: center;
			top: 0px;
		margin: 0 auto;
		box-sizing: border-box;
	}
}




.header .h1box img{
	position: absolute;
	top: 0px;
	left: 0px;
}
@media screen and (max-width:600px){
	.header .h1box img{
position: relative;
	top: 0;
	left: -0px;
	}
}




.header .lead{
	width: auto;
	margin: auto;


	max-width: calc(100% - 20px);
	padding-top: 320px;
	padding-bottom: 0%;
	box-sizing: border-box;
}
@media screen and (max-width:600px){
	.header .lead{
		padding-top: 10px;
		max-width: calc(100% - 0px);
	}
}





.header .lead .ty1{
	font-size: 17px;
	line-height: 1.3em;
	font-weight: bold;
	text-align: center;
	color: #2689b6;
	
	width: 410px;
	margin: auto;
	margin-bottom: 5px;
	max-width: calc(100% - 0px);
}

.header .lead .ty1 img{
	max-width: 100%;
}



.header .lead .ty2{
	color: #000000;
	text-align: center;
	font-size: 13px;
	line-height: 1.6em;
	font-weight: bold;
	
	text-shadow:0.5px 0.5px 0 #FFF, -0.5px -0.5px 0 #FFF,
              -0.5px 0.5px 0 #FFF, 0.5px -0.5px 0 #FFF,
              0px 0.5px 0 #FFF,  0-0.5px 0 #FFF,
              -0.5px 0 0 #FFF, 0.5px 0 0 #FFF;
	
	width: 470px;
	margin: auto;
	position: relative;
	display: block;
    left: 110px;

}
@media screen and (max-width:786px){
	.header .lead .ty2{
        left: 18%;
        width: 65%;
	}
}

@media screen and (max-width:600px){
	.header .lead .ty2{
		text-align: left;
		left: 0px;
		width: calc(100% - 40px);
	}
	.header .lead .ty2 br {
		display: none;
	}
	.header .lead .ty2 img{
		max-width: 100%;
	}
}

.header .lead .ty2 img{
	max-width: 100%;
}


.header .lead .ty3{
	font-size: 11px;
	color: #ffffff;
	margin: auto;
	text-align: center;
    left: -230px;
    top: -25px;

    position: relative;
	
text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
-1px 1px 0 #000, 1px -1px 0 #000,
0px 1px 0 #000,  0-1px 0 #000,
-1px 0 0 #000, 1px 0 0 #000;
}
@media screen and (max-width:600px){
	.header .lead .ty3{
		left: 10px;
		text-align: left;
		width: 90%;

		font-size: 10px;
		 top: 0px;
	}
}



.header .inner{
	width: 1100px;
	margin: auto;
	background: url("main_img.jpg")no-repeat top right;
	background-size: 837px 500px;
	padding: 120px 0 70px 0;
	position: relative;
}
.header .inner h1 img{
	background:rgba(0,0,0,0);
}
@media screen and (max-width:786px){
	.header .inner{
		width: auto;
		padding: 0px 0 0px 0;
		background: url()no-repeat top right;
	}
	.header .inner h1 img{
		width: 100%;
	}
	.header .inner h1{

	}
}

.content_wr{
	padding-bottom: 50px;
}

@media screen and (max-width:600px){
	.content_wr{
		padding-bottom: 30px;

	}
}
.anime2{
	opacity: 0;
	animation-name:anime2;
    animation-duration: 1.3s;
	animation-delay: 1.5s;
	animation-fill-mode:forwards;
	position: relative;
}
@keyframes anime2{
    0%{

        opacity: 0;
    }
    100%{
	
        opacity: 1;
    }
}


.topbtn_inner {
    position: relative;
    height: calc(100% - 550px);
}

.topback_btn_ty1{
	top: 20px;
}