@charset "UTF-8";
/* CSS Document */

/*******
 COMMON
*******/

body{
	/*text-align: center;*/
	margin: auto;
	width: 100%;
	font-size: 0px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif ;
	color:#333333;	
}
img {
	vertical-align:bottom;
}
.sp{
    display: none;
    }


@media screen and (min-width:425px){
.sp{
    display: block;
    }
.pc{
    display: none;
    }	
}

.mb0{
	margin-bottom: 0px!important;
}
.mb10{
	margin-bottom: 10px!important;
}
.mb30{
	margin-bottom: 30px!important;
}
.mb50{
	margin-bottom: 50px!important;
}
.mb80{
	margin-bottom: 80px!important;
}

.mt30{
	margin-top: 30px!important;
}

.empty-mt120{
	margin-top: 120px;
}
.empty-mb50{
	margin-bottom: 50px;
}

.wrapper{
  background-image: url(bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
	
	width:100%;
	overflow: hidden;
}

@media screen and (max-width:769px){
.empty-mt120{
	margin-top: 0;
}

}



/*******
haeder
*******/
header{
	background: url("mainbg.png")top center;
	background-size: cover;
	width:100%;
	margin: 0 auto;
}


header h1{
	max-width: 1100px;	
	margin: 0 auto;
	padding: 40px 20px 0;
	position: relative;
	text-align: center;
}
header h1 img{
	width: 100%;
	
}
header h1 p{
	font-size: 1.8rem;
	line-height: 1.3;
	text-align: center;
	padding: 20px;
	font-feature-settings: "palt";
	letter-spacing: 0.1rem;

 
	background: rgba(0, 36, 66, 0.7);
	position: absolute;
	bottom: 10px;
	height: auto;
	left: 13.636363%;
	right: 13.636363%;
	color: #fff;
	
	transition-duration: 0.2s;
}

@media screen and (max-width:769px){
	header h1 p{
	font-size: 1.4rem;
	letter-spacing: 0.05rem;
			
	padding: 15px ;
	bottom: 5px;
}
}
@media screen and (max-width:580px){
	header h1 p{
	font-size: 1.2rem;
	bottom: -50px;
	left: 8.5%;
	right: 8.5%;
/*	background: rgba(0, 36, 66, 0.6);*/	
}		
}
@media screen and (max-width:426px){
	header h1 p{		
	font-size: 1.0rem;
}	
}


header h1 img{
	max-width: 100%;
}

/*----------リード-----------*/

header .leadbox{
	width: 900px;
	margin: auto;
	padding: 45px 0 ;	
	max-width: calc(100% - 40px);
	margin-bottom: 70px;
	/*border-top:1px solid #cccccc;*/
	
}

header .leadbox p{
	font-size: 17px;
	text-align: left;
	line-height: 2em;
	color:#005eb0;
	width: 800px;
	margin: auto;
	max-width: calc(100% - 40px);
}

@media screen and (max-width:769px){
	header .leadbox{
		padding: 25px 0 25px;
		margin-bottom: 40px;
	}
	header .leadbox p{
	font-size: 14px;
	line-height: 1.7em;		
	max-width: calc(100% - 20px);		
	}	
}
@media screen and (max-width:580px){
	header .leadbox{
		padding: 70px 0 25px;
	}	
	
}

/*******
content
*******/
.content{
	max-width: 1000px;
	margin: 0 auto 30px;
	background-color: #ffffff;
	padding: 70px 20px 50px;
	overflow: hidden;
}



/*----------h2-----------*/

/*.content h2{
	background: url("h2border.jpg"),url("h2border.jpg");
	background-size: 1000px 3px;
	background-repeat: no-repeat;
	background-position: top center,bottom center;
	font-size: 32px;
	text-align: center;
	color: #22a9bc;
	color: #22a9bc;
	padding: 35px 0 35px 0px;
	margin-bottom: 35px;
	font-weight: normal;
}*/


.section-heading{
	position: relative;
	margin:10px 0 50px;
	padding-bottom: 30px;
	font-feature-settings: "palt";
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-align: center;
}
.section-heading::before{
	content: " ";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 80px;
	height: 5px;
	background: #005eb0;
	transform: translateX(-50%);
}
.section-heading::after{
	content: " ";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 5px;
	background:#00A3FF;
}


.txt_inner{
	max-width: 800px;
	margin: 0 auto;

}.txt_inner .text{
	font-size: 16px;
	text-align: left;
	line-height: 2em;
	margin-bottom: 30px;
	color: #333333;
}

@media screen and (max-width:1000px){
.content{
	max-width:100%;
	padding:40px 5% ;
}
}
@media screen and (max-width:769px){

	.section-heading{
	font-size: 1.3rem;
	line-height: 1.2;		
	margin-bottom: 30px;
	}
	
.txt_inner{
	width: 100%;

}	
}
/*----------img_center-----------*/

.img_center{
	width: 80%;
	margin: auto;
	margin-bottom: 30px;
	max-width: calc(100% - 0px);
}
/*.content .img_center a{
	display: block;
	transition-duration: 0.3s;
}
.content .img_center a:hover{
	opacity: 0.5;
}*/
.img_center img{
	max-width: 100%;
}

/*.content .img_center .cap{
	width: 800px;
	margin: auto;
	font-size: 13px;
	text-align: left;
	color: #22a9bc;
	margin-top: 10px;
	font-weight: bold;
}*/


.img_center2{
	width: 100%;
	margin: 0 auto;
/*	background-color: #ffff;*/
}
.img_center2 img{
	max-width: 100%;
	height: auto
}

/*----------img_left-----------*/

.img_left{
	/*width: 450px;*/
	width: 40%;
	float: left;
	/*margin:5px 40px 40px -50px;*/
	margin:5px 40px 30px 0;
}
/*@media screen and (max-width:1000px){
	.content .img_left{
		margin:5px 40px 40px 0px;
	}
}*/
@media screen and (max-width:769px){
.img_left{
		/*width: 300px;*/
		float:none;
		display: block;
		margin: 0 auto 30px; 
		width: 80%;
	}
}
/*@media screen and (max-width:600px){
	.content .img_left{
		width:100%;
	}
}*/

.img_left img{
	max-width: 100%;
}
.img_left .cap{
	font-size: 13px;
	color: #333333;
	/*font-weight: bold;*/
	margin-top: 10px;
	line-height: 1.7;
}

.img_left .cap b{
	font-size: 20px;
	font-weight: normal;
}



/*----------img_right-----------*/

.img_right{
	/*width: 450px;*/
	width: 40%;
	float: right;
	/*margin:5px -50px 40px 40px;*/
	margin:5px 0 30px 40px;
}
/*@media screen and (max-width:1000px){
	.content .img_right{
		margin:5px 0px 40px 40px;
	}
}*/
@media screen and (max-width:769px){
.img_right{
		/*width: 300px;*/
		float:none;
		display: block;
		margin: 0 auto 30px;
		width: 80%;		
	}
}

/*@media screen and (max-width:600px){
	.content .img_right{
		width:100%;
	}
}*/


.img_right img{
	max-width: 100%;
}
.img_right .cap{
	font-size: 13px;
	color: #333333;
	/*font-weight: bold;*/
	margin-top: 10px;
	text-align: right;
	line-height: 1.7;
}
@media screen and (max-width:769px){
 .img_right .cap{
		text-align: left;
	}
}

.img_right .cap b{
	font-size: 20px;
	font-weight: normal;
}


/*.img_pc{
	display: block;
}
.img_sp{
	display: none;
}

@media screen and (max-width:600px){
	.img_pc{
		display: none;
	}
	.img_sp{
		display: block;
	}
}
*/

/*******
contact
*******/

.contact{
	background-color:#E6EDF2;
	padding: 45px 5% ;
	margin: 0 auto;
}
.contact-inner{
    max-width: 800px;
	margin: 0 auto;
	
}
.contact .ttl{
	font-size: 1.6rem;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #1d6eb5;
	width:100%;
	color:#1d6eb5;
}
.contact .ty1{
	font-size: 1.1rem;
	line-height: 2.0em;
	margin-bottom: 15px;
}
@media screen and (max-width:769px){
.contact .ttl{
	font-size: 1.4rem;
	margin-bottom: 20px;
	padding-bottom: 0;
}	
.contact .ty1{
	font-size: 0.9rem;
	line-height: 1.5em;
	margin-bottom: 15px;	
}	
}

.contact .box{
	margin-top: 50px;
}



/* pageTop
----------------------------------------*/
.pagetop {
  z-index: 999;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 60px;
  height: 60px;
}
.pagetop a {
  display: block;
  opacity: 1;
  transition: 0.5s;
}
.pagetop a:hover,
.pagetop a:active {
    opacity: .6;
}
@media screen and (max-width: 768px){
  .pagetop {
    right: 5px;
    bottom: 5px;
    width: 30px;
    height: 30px;
  }
  .pagetop a {
    opacity: .9;
  }
  .pagetop img{
    width: 30px;
    height: 30px;
  }
}
	
.ft_line{
	border-top: 1px solid #999;
}
			