@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{	height:100%;}
html{
	font-size:62.5%;
    overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form,figure{
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: "palt";
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
	color:#000;
}

a img {
 transition: opacity 0.3s ease-out;
}

img{
	vertical-align: bottom;
}


.inr{
	max-width: 1020px;
	margin: 0 auto;
}

a[href*="tel:"] {
pointer-events: none;
color: #000;
}
@media only screen and (max-width: 1024px) {
	a[href*="tel:"] {
	pointer-events: initial;
	}

	a.fax{
		pointer-events: none!important;
	} 
}

a{
	transition: .3s;
}

a:hover{
	opacity: .7;
}

/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
header .top_bar{
	background: #348dd5;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:15px 0;
	font-size: 16px;
}

header .top_bar span{
	font-weight: bold;
	padding-right: 10px;
}

.hd_inr{
	max-width: 1020px;
	margin: 0 auto;
	display: flex;
	padding: 20px 0;
	justify-content: space-between;
}

.hd_inr h2{
	display: flex;
	align-items: center;
	color: #000;
	font-size: 22px;
	font-weight: bold;
}

.hd_inr h2 img{
	width: 150px;
	margin-right: 20px;
}

.hd_inr div{
	width: 285px;
	text-align: right;
}

.hd_inr div img{
	width: 100%;
}

.hd_inr div p{
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

.hd_inr div h2{
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 48px;
	letter-spacing: -0.05em;
}

.mv_inr{
	position: relative;
	margin-bottom: 6.5rem;
}

.mv_inr h2{
	font-size: 5rem;
	position: absolute;
	font-weight: bold;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	line-height: 1.3;
}

.mv_inr h2 img{
	width: 505px!important;
}

.mv_inr h2 .h1_txt_samll{
	font-size: 22px;
}

.mv_inr h2 .color_blue{
	color: #13a6ea;
}

#mv{
	max-width: 1020px;
	margin: 0 auto;
}

#mv img{
	width: 100%;
}

.mv_inr .btn01{
	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
	margin: 0 auto;
}


.pankuzu{
	display: flex;
	max-width: 1020px;
	margin: 0 auto 15px;
}

.pankuzu li{
	font-weight: bold;
	font-size: 1.4rem;
}

.pankuzu li a{
	color: #0071A9;
	text-decoration: none;
	padding-right: 5px;
}

.pankuzu li a:after{
	content:">";
	margin-left: 5px;
}


#page_top{
	position: fixed;
	width: 70px;
	right: 5%;
	bottom: 30px;
	z-index:99999;
}

#page_top img{
	width: 100%;
}

@media screen and (max-width: 768px){
	header .top_bar{
		text-align: center;
		display: block;
		background: none;
		padding: 0;
	}

	header .top_bar{
		color: #000;
		font-size: 1.3rem;
	}

	header .top_bar span{
		padding-right: 0;
		font-size: 1.5rem;
	}

	.mv_inr{
		margin-bottom: 5.5rem;
	}

	.mv_inr .btn01{
		bottom: -35px;
	}

	.hd_inr{
		width: 90%;
		margin: 0 auto;
		padding: 10px 0;
	}

	.top_bar span{
		margin-bottom: 10px;
		color: #fff;
		padding: 8px 0;
		background: #348dd5;
		display: block;
		width: 100%;
	}

	.hd_inr h2{
		display: block;
	}

	.hd_inr h2 img{
		width: 75px;
	}

	.hd_inr h2 span{
		font-size: 1.2rem;
		display: block;
	}

	.hd_inr div p{
		font-size: 1.2rem;
		margin-top: 10px;
		font-weight: 500;
	}

	.hd_inr div h2{
		justify-content: right;
		font-size: 0;
	}
	

	.hd_inr div h2 img{
		width: 170px;
		margin-right: 0;
	}

	.hd_inr div{
		text-align: right;
		width: auto;
	}


	.mv_inr h2{
		font-size: 5vw;
		right: 22px;
	}

	.mv_inr h2 .h1_txt_samll{
		font-size: 4vw;
	}


	.pankuzu{
		max-width: 90%;
		margin: 0 auto 10px;
	}
	
	.pankuzu li{
		font-size: 1rem;
	}
	
	.pankuzu li a{
		padding-right: 3px;
	}
	
	.pankuzu li a:after{
		margin-left: 3px;
	}

	#page_top{
		width: 50px;
		right: 5%;
		bottom: 20px;
	}

	.mv_inr h2 img{
        width: 58.6vw!important;
    }


}

/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
footer .ft_head{
	background: #0071A9;
	padding: 40px 0;
}

footer .ft_head ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 750px;
	margin: 0 auto 10px;
}


footer .ft_head ul li{
	margin-bottom: 2em;
	padding: 0 1em;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-left: -1px;
}


footer .ft_head ul li:nth-child(4){
	border-right: 1px solid #fff;
}

footer .ft_head ul li a{
	color: #fff;
	font-size: 1.7rem;
}

footer .ft_head_text{
	display: flex;
}

footer .ft_head p{
	color: #fff;
	font-size: 1.7rem;
	line-height: 1.8;
	flex: 1;
	margin-right: 30px;
}

footer .ft_head .ft_head_btn{
	width: 450px;
}

footer .ft_head .ft_head_btn a{
	display: block;
	background: #fff url(../img/icon_right02.png) no-repeat right 22px center;
	background-size: 22px;
	color: #000;
	line-height: 1.6;
	border-radius: 20px;
	font-size: 1.9rem;
	font-weight: bold;
	padding: 10px 50px;
	text-decoration: none;
}

footer .ft_head ul{
	display: flex;
	justify-content: center;
}

footer .ft_head ul li a{
	color: #fff;
	text-decoration:none;
}


footer .ft_btm{
	padding-top: 30px;
}

footer .ft_btm h2{
	font-size: 2.1rem;
	font-weight: bold;
	margin-bottom: 10px;
}

footer .ft_btm p{
	font-size: 1.7rem;
	line-height: 1.8;
}

footer .ft_btm p a{
	color: #000;
	text-decoration: none;
}

footer .copy{
	text-align: center;
	font-size: 1.4rem;
	padding: 60px 0;
}



.sp{
	display: none;
}
@media screen and (max-width: 768px){
	footer .ft_head ul{
		width: 100%;
		justify-content: left;
	}

	footer .ft_head ul li a{
		font-size: 1.4rem;
	}

	footer .ft_head{
		padding: 30px 5%;
	}

	footer .ft_head .ft_head_btn{
		width: 100%;
	}

	footer .ft_head .ft_head_btn a{
		padding: 1em 2em;
		font-size: 1.4rem;
		margin-top: 15px;
	}

	footer .ft_head_text{
		display: block;
	}

	.ft_btm{
		padding: 0 5%;
	}

	footer .ft_head p{
		font-size: 1.3rem;
		margin-bottom: 10px;
	}

	footer .ft_head p br{
		padding-bottom: 10px;
		display: block;
		content: "";
	}

	footer .ft_btm h2{
		font-size: 1.6rem;
	}

	footer .copy{
		text-align: left;
		padding: 3%;
		font-size: 1rem;
	}

	footer .ft_btm p{
		font-size: 1.3rem;
	}

}




/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */


.sp{
	display: none;
}

.pc{
	display: block;
}

.pc_inline{
	display: inline-block;
}


@media screen and (max-width: 768px){
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	.pc_inline{
		display: none;
	}
}
