@charset "utf-8";
.header{
	background:linear-gradient(180deg,#000000 0%,#000000 90%,#ffffff 90%,#ffffff 100%);
	color: #ffffff;
}

.inner{
	max-width: 1080px;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
}

header{
	padding-top: 30px;
}

.header .logo > div{
	font-size: 12px;
	margin-bottom: 5px;
}

.tel{
	margin-right: 20px;
}

.tel a{
	color: #ffffff;
	font-size: 26px;
	letter-spacing: 2px;
}

.tel a img{
	margin-right: 5px;
	vertical-align: sub;
}

.tel > div{
	font-size: 13px;
}

.link-btn{
	background: #2162b1;
	border-radius: 5px;
	line-height: 45px;
	text-align: center;
	width: 170px;
}

.link-btn:hover{
	background: #3a7ac7;
}

.link-btn a{
	color: #ffffff;
	display: block;
}

.link-btn2{
	border-radius: 5px;
	line-height: 50px;
	text-align: center;
	width: 225px;
}

.link-btn2:hover{
	opacity: 0.8;
}


.link-btn2.white{
	background: #ffffff;
}

.link-btn2.black{
	background: #000000;
}

.link-btn2.blue{
	background: #2162b1;
}

.link-btn2 a{
	display: block;
	font-weight: bold;
}

.link-btn2.white a{
	color: #2162b1;
}

.link-btn2.black a,
.link-btn2.blue a{
	color: #ffffff;
}
.link-btn2.blue input{
	color: #ffffff;
	background: none;
	border: 0;
	font-size: 100%;
	font-weight: bold;
}

.link-btn2:after {
    content: "\f105";
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	right: 15px;
	top: 0px;
}

.link-btn2.white:after{
	color: #2162b1;
}

.link-btn2.black:after,
.link-btn2.blue:after{
	color: #ffffff;
}

.header nav{
	height: 45px;
	margin-top: 40px;
}

.header nav li{
	font-size: 15px;
	height: 45px;
	position: relative;
}

.header nav li:hover:after,
.header nav li.active:after{
	background: #2162b1;
	bottom: 0;
	content: "";
	display: block;
	height: 7px;
	left: 0;
	position: absolute;
	width: 100%;
}

.header nav a{
	color: #ffffff;
	height: 100%;
	padding: 0 20px;
	width: 100%;
}

.mv img{
	width: 100%;
}

.mv h1{
	background: #000000;
	display: table;
	font-size: 34px;
	line-height: 45px;
	padding: 5px 10px;
	position: absolute;
	top: 40%;
	z-index: 100;
}

.section{
	padding: 30px 0 50px;
}

footer{
	background: #000000;
	color: #ffffff;
	padding: 60px 0;
	position: relative;
}

footer h4{
	font-size: 24px;
}

footer .center-block .logo{
	font-size: 14px;
}

footer .center-block .logo > div{
	margin-bottom: 5px;
}

footer .right-block{
	width: 288px;
}

.copy{
	background: #2162b1;
	color: #ffffff;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
}

.page-top{
	background: #2162b1;
	border-radius: 5px;
	color: #ffffff;
	bottom: 20px;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 50px;
	z-index: 100;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.page-top img{
	vertical-align: baseline;
}

/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px){
	.menu-btn{
		position: absolute;
		right: 0;
		top: 0;
	}

	#panel-btn{
		display: inline-block;
		position: relative;
		width: 60px;
		height: 60px;
		background: #2162b1;
	}

	#panel-btn-icon{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 35px;
		height: 3px;
		margin: -1px 0 0 -18px;
		background: #ffffff;
		transition: .2s;
	}

	#panel-btn-icon:before, #panel-btn-icon:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 35px;
		height: 3px;
		background: #ffffff;
		transition: .3s;
	}

	#panel-btn-icon:before{
		margin-top: -11px;
	}

	#panel-btn-icon:after{
		margin-top: 8px;
	}

	#panel-btn .close{
		background: transparent;
	}

	#panel-btn .close:before, #panel-btn .close:after{
		margin-top: 0;
	}

	#panel-btn .close:before{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	#panel-btn .close:after{
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	
	.header{
		margin-bottom: 40px;
	}
	
	.header nav{
		background: #2162b1;
		height: auto;
		line-height: 45px;
		margin-top: 0;
		position: absolute;
		top: 60px;
		width: 100%;
		z-index: 1000;
	}
	
	.header nav .flex{
		display: block;
	}
	
	.header nav li{
		border-top: 1px solid #ffffff;
		font-size: 15px;
		padding: 0;
		text-align: center;
		position: relative;
	}
	
	.header nav li:after {
	    content: "\f105";
		font-family: FontAwesome;
		font-size: 24px;
		font-weight: bold;
		position: absolute;
		right: 50px;
		top: 0px;
	}

	
	.header nav a {
		display: block;
	}
	
	.header-out{
		position: relative;
		height: 60px;
	}
	
	.header-out header{
		background: #000000;
		position: fixed;
		width: 100%;
		z-index: 9999;
	}

	.inner {
		padding-left: 0;
		padding-right: 0;
		max-width: unset;
	}
	
	header{
		padding-top: 0;
		line-height: 60px;
	}

	header .logo{
		float: unset;
		margin-left: 20px;
		width: 200px;
	}
	
	header .logo img{
		vertical-align: middle;
	}
	
	.mv{
		margin-bottom: 40px;
	}
	
	.mv h1 {
//bottom: -40px;
		font-size: 24px;
		line-height: 40px;
		padding: 5px 20px;
		top: 80%;
	}
	
	footer{
		padding-bottom: 0;
	}
	
	footer h4 {
		font-size: 20px;
		text-align: center;
	}
	
	footer .flex{
		display: block;
		text-align: center;
		width: 100%;
	}
	
	footer .link-btn{
		margin: 15px auto 25px;
	}
	
	footer .addr{
		display: table;
		margin: 15px auto 20px;
		text-align: left;
	}

	footer .right-block{
		width: 100%;
	}
	
	.copy {
		font-size: 12px;
		letter-spacing: 0;
		line-height: 40px;
	}

}