@charset "utf-8";

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

        CommonElements

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

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


.pc_none {
	display: none;
}


p,a,li,dt,dd {
	color: #1a1d38;
	line-height: 160%;
}

.cmnbox img {
	width: 100%;
	height: auto;
}

.flex {
	display: flex;
}


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

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

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

}

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



.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;
}


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

#mv_wrap {
	position: relative;
	width: 100%;
	height: 100vh;
	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;
}

@media (max-width: 986px) {
#header.flex {
	display: block;
}
#navi ul.flex {
	justify-content: space-between;
	width: 90%;
	margin: auto;
}
}


.h_logo {
	padding: 25px 0 25px 20px;
}

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



#navi li {
      text-align: center; 
}

#navi li:last-child {
	background: #0066a1;
}

#navi li:last-child a {color: #fff;}

#navi li a {
	padding:  28px 10px;
	text-align: center;
	display: block;
	color: #2b2c2c;
	letter-spacing: 0.1em;
	font-size: 12px;
}

#navi li a span {
	display: block;
	font-size: 14px;
	text-align: center;
		  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
}

#navi li.active a {
	color: #fff;
}

.tel {
	margin-bottom: 10px;
}

.tel li,.tel li a {
	color: #fff;
}



/*main visual
--------------------------------------------*/
#mainv {
	

}


.main_copy {
	
}

.mv_txt {
	position: absolute;
	z-index: 999;
	top: 40%;
	padding: 30px;
	font-size: 53px;
	font-weight: bold;
	line-height: 100%;
	color: #0066a1;
	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: 26px;
	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);
}


.com_wrap.flex {
	display: flex;
	position: relative;
}

.img_box {
	width: 50%;
	max-height: 350px;
	overflow: hidden;
	padding: 0 20px 0 0;
	position: relative;
}

.img_box img {
	width: 100%;
	max-width:550px ;
	position: absolute;
	right: 30px;
}

.txt_box {
	width: 50%;
	padding: 0 0 0 30px;
}

.txt_box_in {
	max-width: 500px;
	padding:50px 0;
}

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


/***sec01*****/

#sec01 {
	padding: 50px 0;
}

#sec02 {
	background: #f9f9f9;
}

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

#sec02 .com_wrap.flex {
	width: 1000px;
	margin: auto;
	margin-bottom: 50px;
	position: relative;

}


#sec02 .img_box {
	height: 350px;
}

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


#sec02 .com_wrap.flex:nth-child(2) .img_box {
	order: 2;
}

#sec02 .com_wrap.flex:nth-child(2) .img_box img {
	position: absolute;
	right: 0;
}

#sec02 .com_wrap.flex:nth-child(2) .txt_box {
		order: 1;
		padding:50px 50px 50px 0;
}





#sec03 {

}

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

#sec03 .com_wrap {
	width: 1000px;
	margin: auto;
	margin-bottom: 50px;
	position: relative;

}

#sec03 .com_wrap dl {
	display: flex;
	justify-content: space-between;
	align-items:center;
	border-bottom: 1px solid #939393;
	background: #0066a1;
}

#sec03 .com_wrap dt {
	width: 300px;
/*	background: #0066a1;*/
	color: #fff;
	font-size: 20px; 
	padding: 0px 0 0px 30px;
}

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

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

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

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

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


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

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

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

.contact_box {
	width: 1000px;
	margin: auto;
	background: #0066a1;
	color: #fff;
}


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

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


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

