 @charset "utf-8";

/* =======================================

        CommonElements

======================================= */
body {
	font-size: 14px;
	line-height: 160%;
	color: #1a1d38;
	background: #fcfaf2;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inbox {
	margin:20px 0 30px;
}

img {
	width: 100%;
}


.sp_none {
	display: none;
}



.center {
	text-align: center;
}

.flex {
	
}


.tlt01 {
	font-size: 28px;
	line-height: 110%;
		color:#0066a1;
		margin-bottom: 30px;
		letter-spacing: 0.2em;
}

.tlt01 span {
	font-size: 18px;
	display: block;
}

.tlt02 {
	font-size: 28px;
		line-height: 110%;
		color:#0066a1;
		margin-bottom: 30px;
		letter-spacing: 0.2em;

}

.tlt02 span {
	display: block;
	font-size: 16px;
}



.tlt-font {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

.tlt-eng-font {
	  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}



/*side
--------------------------------------------*/

#navi {

}

/* toggle-panel */
#panel-btn { display: inline-block; position: relative; width: 40px; height: 40px; margin: 2px 0 0 0; border-radius: 50%; background: #fff; /*float: right;margin-right: 10px;*/position: absolute;right: 10px;top: 2px;}
#panel-btn:hover { background: #fff; }
#panel-btn-icon { display: block; position: absolute; top: 50%; left: 50%; width: 14px; height: 2px; margin: -1px 0 0 -7px; background: #0066a1; transition: .2s; }
#panel-btn-icon:before, #panel-btn-icon:after { display: block; content: ""; position: absolute; top: 50%; left: 50%; width: 14px; height: 2px; margin-left: -7px; background: #0066a1; transition: .3s; }
#panel-btn-icon:before { margin-top: -6px; }
#panel-btn-icon:after { margin-top: 4px; }

#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); }

#panel {
		 display: none;
		 margin: 0 0 0 0;
		 padding:0;
		 background: rgb(0,0,0,0.1);
		 position: absolute;
		 top: 48px;
		 width: 100%;
		 z-index: 9999;
		}

nav {

}

nav ul {
	flex-wrap: wrap;
	background: #0066a1;
	border-top: 1px solid #ccc;
	width: 100%;
}
nav li {
text-align: center;
position: relative;	color: #fff;
}


nav li span {
	display: none;
			  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
}


nav li:nth-child(n):after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	width: 1px;
	height: 100%;
	background: #ccc;
}



/*nav li:nth-child(2n) {
	border-left: 1px solid #999;
	margin-left: -1px;
}*/

nav li a {
	text-align: center;
	display:block;
	width:100%;
	padding:15px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	border-bottom:1px solid #999;
	font-size: 12px;
		color: #fff!important;
}



.tel {
	margin-bottom: 10px;
}

.tel a {
	display: block;
	padding: 15px 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}



/*main visual
--------------------------------------------*/


#mv_wrap {
	position: relative;
	width: 100%;
	height: 50vh;
	background: url(../img/mb_bg.jpg) no-repeat center;
	background-size: cover;

}

#header.flex {
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0%;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
		background: rgba(255,255,255,0.8);
	z-index: 9999;
	padding: 14px 0 13px 0px;
}

.h_logo h1 a {
	display: block;
	text-align: center;
	font-size: 18px;
		color: #0066a1;
	  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}


/*main visual
--------------------------------------------*/

.mv_txt {
	position: absolute;
	z-index: 999;
	top: 40%;
	left: 0;
    right: 0;
	padding: 30px;
	font-size: 30px;
	font-weight: bold;
	line-height: 100%;
	color: #0066a1;
	text-align: center;
	text-shadow:
        0px -1px 0 #fff, /* 上 */
        1px -1px 0 #fff, /* 右上 */
        1px 0 0 #fff, /* 右 */
        1px 1px 0 #fff, /* 右下 */
        0 1px 0 #fff, /* 下 */
        -1px 1px 0 #fff, /* 左下 */
        -1px 0 0 #fff, /* 左 */
        -1px -1px 0 white; /* 右上 */
}

.mv_txt span {
	font-size: 22px;
	display: block;
}



.pageTop {
	position: fixed;
	bottom: 6%;
	right: 3%;
	z-index: 9999;
}



/****cmn parts****/


.btn01 {
	display: block;
	border:1px solid #252525;
	border-radius: 5px;
	padding: 15px;
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
	font-weight: bold;
}

.arrow {
	  position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    width: 90%;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arrow::before{
    right: 13px;
    width: 7px;
    height: 3px;
    background: #000;
}
.arrow::after{
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




.sp_btn_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.6 );
	z-index: 999;
}


.sp_btn_area p {
	text-align: center;
	color: #fff;
	padding: 5px 0;
	border-bottom: 1px solid #fff;
}

.sp_btn_area .sp_btn_area_inner {
    position: relative;
    margin: 0px auto;
	margin-right: 0px;
}
.sp_btn_area .sp_btn_area_inner .sp_btn_area_inner_btn {
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
	line-height: 1.3;
    
}
.inquiry_btn {
    background-color: #068BF1;
    -webkit-border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	width: 80%;
    font-size: 18px;
    font-weight: bold;
}
.inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
.sp_btn_area_inner span{
	color: #fff;
}
#siteBottom{
	margin-bottom: 85px;
}

.sp_btn_area_inner ul {
	display: flex;
}

.sp_btn_area_inner li {
	width: 50%;
	text-align: center;
}

.sp_btn_area_inner li:nth-child(1) {
	border-right: 1px solid #fff;
}

.sp_btn_area_inner li a {
	padding: 12px 0;
	color: #fff;
	display: block;
}





.com_wrap.flex {
}

.img_box {
	padding: 0 0 0 0;
	
}

.img_box img {
	width: 100%;
}

.txt_box {
}

.txt_box_in {
	padding: 20px;
}

.txt_box_in p {
	font-size: 16px;
}


/***sec01*****/

#sec01 {
	padding: 0px 0 50px 0;
}

#sec01 .img_box {
	padding: 15px;
}


#sec02 {
	background: #f0f0f0;
}

#sec02 h2 {
	text-align: center;
	padding: 100px 0 50px 0;
}

#sec02 .com_wrap.flex {
	margin-bottom: 0px;

}


#sec02 .img_box {
margin-bottom: 30px;	
}

#sec02 .txt_box {
	padding: 0px 20px 50px 20px;
}






#sec03 {

}

#sec03 h2 {
	text-align: center;
	padding: 100px 0 50px 0;
}

#sec03 .com_wrap {
	margin-bottom: 50px;
	width: 94%;
	margin: auto;

}

#sec03 .com_wrap dl {
	border-bottom: 1px solid #939393;
	background: #0066a1;
}

#sec03 .com_wrap dt {
	color: #fff;
	font-size: 16px; 
	padding: 8px 0 8px 12px;
}

#sec03 .com_wrap dd {
	font-size: 16px;
padding: 12px 0 12px 12px;
background: #fff;
}

#sec04 h2 {
	text-align: center;
	padding: 100px 0 0px 0;
}

#sec04 .com_wrap {
	margin-bottom: 50px;
}

#sec04 p {
	text-align: center;
	margin-bottom: 50px;
}

#sec04 iframe {
	width: 100%;
	height: 350px;
}


#sec05 {
	background: #f9f9f9;
	padding-bottom: 60px;
}

#sec05 h2 {
	text-align: center;
	padding: 100px 0 0px 0;
}

#sec05 .com_wrap {
	margin-bottom: 50px;
}
#sec05 p {
	text-align: center;
	margin-bottom: 30px;
	font-size: 16px;
	color: #0066a1;
	font-weight: bold;
}

.contact_box {
	width: 90%;
	margin: auto;
	color: #fff;
}


.contact_box li a {
	color: #fff;
	font-size: 30px;
	display: block;
	padding:30px 0;
	letter-spacing: 0.1em;
}
.contact_box li a span {
	font-size: 22px;
}

.contact_box li {
	width: 100%;
	margin:10px auto;
	background: #0066a1;
	text-align: center;
}


.copy {
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #0066a1;
	padding:15px 0;
}


