﻿.wrapper{
	width:1200px;
	margin: 0 auto;
	padding: 170px 0 50px;	}
.page{
	width:100%;
	margin: 0 auto;
	position: relative;	}
.top_h{
	height:70px;
	display: none;
}
.header{
    height: 85px;
    width: 100%;
    background: #123a5f;
	border-bottom: 1px solid #000000;
    position: relative;
    z-index: 9;
    padding: 5px 15px;
    box-shadow: 0 2px 5px 0 rgb(66 103 178 / 35%);
}
.header.header_bg{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}
.top{
	position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: space-between;
    padding: 0px 20px;
}

a.logo01{
	width: 220px;
    height: 100%;
}
a.logo01 img{
    max-height: 100%;
    max-width: 100%;
}	
a.logo01 img.ph{
	display: none;
}
.nav,
.nav li,
.m_nav,
.m_nav li{
	list-style:none;
	padding:0;
	margin:0;}
.nav{
	
}
.m_nav{
	/*flex: 1;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	justify-content: flex-end;
	letter-spacing: 0.1em;	}
.nav li,
.m_nav li{
	position:relative;
	display:block;
	margin: 0 0 0 35px;	}
.nav li a.nav_b01,
.nav li p.nav_b01,
.m_nav li a.nav_b01,
.m_nav li p.nav_b01{
    color: #fff;
    font-size: 18px;	
	padding: 30px 0;
	cursor:pointer;
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-end;	
	text-decoration:none;
	font-weight: 600;
    margin-bottom: 0px;
	letter-spacing: 5px;
}
.nav li a.nav_b01 span,
.nav li p.nav_b01 span,
.m_nav li a.nav_b01 span{
	color: #fff;
	display:inline-block;
	margin:0;}
.m_nav li p.nav_b01 span{
	
}
.nav li a.nav_b01:before,
.nav li p.nav_b01:before,
.m_nav li a.nav_b01:before,
.m_nav li p.nav_b01:before {
    content: "";
    opacity: 0;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #f2b12f;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;}
.nav li:hover a.nav_b01:before,
.nav li:hover p.nav_b01:before,
.m_nav li:hover a.nav_b01:before,
.m_nav li:hover p.nav_b01:before {
    opacity: 1;}
.btn_box01{
	width: 150px;	
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 20px;
	left: 50%;
	z-index: 100;
	margin-top: 25px;
	padding-top: 35px;
	-webkit-transition: opacity .3s,visibility .3s;
	transition: opacity .3s,visibility .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);}
.nav li:hover .btn_box01{
    opacity: 1;
    visibility:visible;}
.btn_box01a{
    position: relative;
    padding: 15px 20px;
    border-radius: 0px;
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);		
}

.btn_box01a a{
	display:block;
	margin: 15px 0;
	font-weight:600;
	text-decoration: none;
	color: #465a74;
}
.btn_box01a a:hover{
	color: #929292;
}
.search{
	position:relative;
	display:block;
	margin: 0 0 0 3vw;}
.search_b01{
	width: 48px;
	height: 48px;
	display: block;
	position:relative;
	z-index:0;
	cursor:pointer;
	border-radius: 2em;
	box-shadow: 0 0 5px rgba(255 255 255);
	padding: 4px;	}
.search_b01a,
a.search_b01b{
	 background: #797979;
	float: right;
	position: relative;
	z-index: 1;
	color: #FFF;
	border-radius: 100%;
	width: 2em;
	height: 2em;
	text-align: center;
	font-size: 20px;
	/* box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.25), 0 1px 1px rgba(0, 0, 0, 0.25); */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	transition-property:all 0.3s;
	-moz-transition:all 0.3s; /* Firefox 4 */
	-webkit-transition:all 0.3s; /* Safari and Chrome */
	-o-transition:all 0.3s; /* Opera */}
a.search_b01b{
	display:none;
	z-index:0;
	position:absolute;
	top:4px;
	right:4px;}
/*
.search_b01:hover a.search_b01b{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;}
	*/
a.search_b01b{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;}
.search_b01 input{
	position:absolute;
	left: 100%;

	top: -5px;
	z-index: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 0em;
	height: 58px;
	background: #f5f5f5;
	color: #666;
	font-size: 14px;
	padding: 5px 0px 5px 0px;
	border: 0;
	border-radius: 5px;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;	}
/*
.search:hover input, .search:focus input, .search:focus-within input {
    display: inline-block;
    width: 19em;
    padding: 5px 58px 5px 15px;}*/
a.search_b01b{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;}
.search_b01 input{
    display: inline-block;
    width: 19em;
    padding: 5px 58px 5px 15px;}
.search:hover, .search:focus, .search:focus-within {
    border-radius: 5px 2em 2em 5px;}
.search:focus a.search_b01b, .search:focus-within a.search_b01b{
	z-index: 3;}
.search:hover .search_b01, .search:focus .search_b01, .search:focus-within .search_b01 {
    box-shadow:none;}
.swiper-container {
	width: 90%;
	/*height: 40vw;*/}
.swiper-slide {}
a.ad_box01{}
a.ad_box01 img{
	width:100%;
	/*height:50vw;*/}
.social_b01{
	width: 56px;
	position:fixed;
	bottom:20px;
	right: 20px;
	z-index:1000;	}
.social_b01 a{
	display:block;
	height: 0;
	width: 100%;
	padding-bottom: 100%;
	border-radius: 100%;
	line-height: normal;
	background-position:center;
	background-repeat:no-repeat;
	margin:10px 0 0;
	position:relative;
	overflow: hidden;	}
.social_b01 a:after{
	width:50px;
	height:50px;
	content:"";
	display:block;
	position:absolute;
	right:100%;
	top:0;
	border-radius: 100%;
	background: rgba(255,255,255,0.15);
	transition-property:right 0.3s;
	-moz-transition:right 0.3s; /* Firefox 4 */
	-webkit-transition:right 0.3s; /* Safari and Chrome */
	-o-transition:right 0.3s; /* Opera */	}
.social_b01 a:hover:after{
	right:0%;}

.social_b01a{
	background-color:#00B900;
	background-image:url(../images/symbol/line.svg);
	background-size: auto 55%;	}
.social_b01b{
	background-color:#4267B2;
	background-image:url(../images/symbol/fb.svg);
	background-size: auto 50%;	}
.in_news{
	width:1200px;
	margin:56px auto -230px;
	background:#0f79b5;
	padding:31px 46px 31px 51px;
	-webkit-box-shadow: 0 9px 31px rgb(0,0,0,0.2);
	box-shadow: 0 9px 31px rgb(0,0,0,0.2);
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;	}
.in_t01{
	margin: 0 40px 0 0;
	padding: 5px 40px 5px 0;
	border-right: 1px solid #eaeaea;
	font-size: 19px;
	line-height: 1.4;
	width: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;	}
.in_box01{
    overflow: hidden;
    flex: 1;    }
.list02{
    border-top: 1px dashed #ddd;}
.in_box01 a,
.list02 a{
	width:100%;
	letter-spacing: 0.05em;
	margin:10px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;	}
.list02 a{
    border-bottom: 1px dashed #ddd;
    padding: 0 0 10px 0;}
.in_box01 a time,
.list02 a time{
	width: auto;
	margin-right: 40px;
	font-size: 14px;
	line-height: 30px;
	font-weight: 700;
	color: #BDBDBD;	}
.in_box01 a p,
.list02 a p{
	flex:1;
	line-height: 2;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	text-overflow : ellipsis;
	white-space : nowrap;	}
.new_title a p{
    flex: 1;
    line-height: 2;
    font-size: 16px;
    color: #0f79b5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.in_box01 a:hover p,
.list02 a:hover p{
	color:#ea5307}
.section02{
	padding:185px 0 112px;
	width:100%;


	background:linear-gradient(-156.56deg,#ebebeb -15.59%,hsla(0,0%,100%,0) 58.91%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;	}
.in_box02{
	width: 440px;
	padding:0 80px;	}
.in_box02 h2{
    font-weight: bold;
    font-size: 32px;
    line-height: 1;    }
.in_box02 h2 span{
	display:block;
	font-size:20px;
	margin: 0 0 12px;
	color: #ea5307;
	letter-spacing: 0.015em;	}
.in_box02 h3{
    margin: 2em 0;
    line-height: 1.75;}
.in_box03{
	flex:1;
	overflow:hidden;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;}
.btn01{}
.btn01 a{
	display:inline-block;
	padding: 14px 35px;
	margin: 0 7px;
	position:relative;
	letter-spacing: 0.05em;
	font-size: 17px;
	color: #FFF;
	line-height: 1;	}
.btn01 a:after{
	content:"";
	display:block;
	transform: skewX(-15deg);
	background:#434343;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border-radius: 3px;
	transition-property:all 0.3s;
	-moz-transition:all 0.3s; /* Firefox 4 */
	-webkit-transition:all 0.3s; /* Safari and Chrome */
	-o-transition:all 0.3s; /* Opera */	}
.btn01 a span{
	position:relative;
	z-index:1;
	font-weight: 500;	}
.btn01 a:hover:after{
	transform: skewX(0deg);
	background: #ea5307;}



.btn02{}
.btn02 a{
	display:inline-block;
	padding: 14px 35px;
	margin: 0 7px;
	position:relative;
	letter-spacing: 0.05em;
	font-size: 17px;
	color: #21283d;
	line-height: 1;
	text-shadow: none;}
.btn02 a:after{
	content:"";
	display:block;
	transform: skewX(-15deg);
	background: #FFF;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border-radius: 3px;
	transition-property:all 0.3s;
	-moz-transition:all 0.3s; /* Firefox 4 */
	-webkit-transition:all 0.3s; /* Safari and Chrome */
	-o-transition:all 0.3s; /* Opera */}
.btn02 a span{
	position:relative;
	z-index:1;
	font-weight: 500;	}
.btn02 a:hover:after{
	transform: skewX(0deg);
	background: #ea5307;}
.btn02 a:hover{
	color: #FFFFFF;}


.pro_box01{
	display:block;
	margin: 0 80px 0 0;
	width: calc(100% / 3 - 80px);	}
.pro_box02{
	display:block;
	margin: 0 15px 30px;
	width: calc(100% / 3 - 30px);}
.pro_box01a{
	display:block;
	width:100%;
	height:0;
	padding-bottom:68%;
	border-radius: 6px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	transition-property:all 0.3s;
	-moz-transition:all 0.3s; /* Firefox 4 */
	-webkit-transition:all 0.3s; /* Safari and Chrome */
	-o-transition:all 0.3s; /* Opera */	}
.pro_box01b{
	padding: 15px 0;	}
.pro_box01b h4{
	font-size: 22px;
	font-weight: bold;	}
.pro_box01c{
	padding: 7px 0;	}
.pro_box01c h2{
	font-size: 16px;
	font-weight: 500;
	text-align: center;}
.pro_box01:hover .pro_box01a{
	opacity:0.75;}
.section01{padding: 0 0 192px 0;}
.section03{
	padding: 100px calc(80px + 10%);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-image:url(../images/10904134_xl.jpg);
	background-size:cover;	}
.in_box04{
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;	}
.in_box04a{
	flex:1;
	color:#FFF;
	letter-spacing: 0.1em;
	overflow:hidden;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.95);	}
.in_box04b{
	width:600px;
	margin:0 0 0 80px;}
.in_box04b img{
	width:100%;
	height:	auto}
.in_box04a h3{
	line-height:1.1;
	font-size:40px;
	display:block;
	margin:0 0 0.5em 0;}
.in_box04a h4{
	font-size: 16px;
	line-height:1.7;
	margin:0 0 1.65em 0;}

.social_b02{
	display: flex;
    justify-content: center;
}
.social_b02 a{
	display:inline-block;
	font-size: 35px;
	line-height: 1.2;	}
.social_b02 a.social_b02a{
	margin: 0 0.5em 0 0;}
.social_b02 a.social_b02a:hover{
    color: #00b900;}
.social_b02 a.social_b02b:hover{
    color: #4267b2;}
.page_top{
	width:100%;
	padding:100px calc(80px + 10%);
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;}
.page_top01a{
    letter-spacing: 0.1em;
    color:#FFF;
    text-shadow: 0.05em 0.05em 0.2em rgba(0,0,0,0.75);    }
.page_top01a h1{
	font-size: 24px;
	display:block;
	font-weight: bold;}
.page_top01a p{
	font-size:80px;	
	line-height: 1;}
.page_top01a p span{
	font-weight: bold;
	display:block;}
.page_top01b{
    width: 520px;
    height: 402px;
    overflow: hidden;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transition: clip-path .75s cubic-bezier(0.190, 1.000, 0.220, 1.000) .2s;
    position:absolute;
    right: calc(80px + 10% + 180px);
    bottom: -100px;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-25deg,0);
    transform: skew(-25deg,0);    }
.page_top01b span{
	display:block;
	width: 707px;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: skew(25deg,0);
	transform: skew(25deg,0);
	max-width: none;}
.route{}
.route b{
	display:inline-block;	}
.route span{}
.contact{
	width: calc(100% - 25px);
	margin: 0 auto 131px;
	padding: 32px 32px 0;
	-webkit-box-shadow: 0 23px 45px rgb(120 2 2 / 21%);
	box-shadow: 0 23px 45px rgb(120 2 2 / 21%);
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;}

.contact_row{
width:100%;
display: flex;
margin-left: 20px;}

.contact_box{
width:50%;display: flex;
}
.contact_box_l{width:15%;}

.contact_t01{
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #777;
    margin: 0 0 20px 0;}
.re_b01{
    color: #f00;
    display: inline-block;
    width: 1em;}
.contact01{
    width: calc(50% - 15px);
    margin: 0 0 15px;}
.contact02{
    width: 100%;
    margin: 0 0 15px;}
.contact01 label,
.contact02 label{
    font-size: 15px;
    display: block;
    margin: 0 0 7px;
    color: #828282;}
.contact01 p,
.contact02 p{}
.contact01 p input,
.contact02 p input{
    width: 100%;
    border: 2px solid #b5b5b5;
    padding: 0 12px;
    height: 50px;
    border-radius: 6px;}
.contact02 p textarea{
    width: 100%;
    border: 2px solid #b5b5b5;
    padding: 12px;
    border-radius: 6px;}

.code_i01{
	width:100%;
	display: -webkit-box;

	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;}
.code_i01 p{
    flex: 1;}
.code_i01 img{
    margin: 0 0 0 0.5em;}


.cont_b01{
	width:100%;
	text-align:right;}
.cont_b01 a{
	display:inline-block;
	padding: 14px 35px;
	margin: 0 7px;
	position:relative;
	letter-spacing: 0.05em;
	font-size: 17px;
	color: #FFF;
	line-height: 1;
	transform: translateY(50%);}
.cont_b01 a:after{
	content:"";
	display:block;
	transform: skewX(-15deg);
	background:#434343;

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border-radius: 3px;
	transition-property:all 0.3s;
	-moz-transition:all 0.3s; /* Firefox 4 */
	-webkit-transition:all 0.3s; /* Safari and Chrome */
	-o-transition:all 0.3s; /* Opera */	}
.cont_b01 a span{
	position:relative;
	z-index:1;
	font-weight: 500;	}
.cont_b01 a:hover:after{
	transform: skewX(0deg);
	background: #ea5307;}
.list01{
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;}
.product{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;}
.pro_left{
	width:250px;}
.pro_right{
	width:calc(100% - 250px);
	padding:0 0 0 30px;}

.pro_box03{
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;}
.pro_box03a{
	width:400px;}
.pro_box03b{
	width:calc(100% - 400px);
	overflow:hidden;
	padding: 0 0 0 60px;}
.pro_t01{
    display: block;
    margin: 0 0 30px;
    font-weight: bold;
    padding: 0 0 0 22px;
    font-size: 24px;
    background-image: url(../images/symbol/icon01y.svg);
    background-position: left top 11px;
    background-repeat: no-repeat;
    background-size: 12px;
    }
.photo01{
	display:block;
	width:100%;
	height:0;
	padding-bottom: 100%;
	background-color:#f2f2f2;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;}
	
.service_box{
	width:100%;
	padding:0 0 0 30px;
}
.back01{
    margin: 30px 0 0 0;
    text-align: right;}
.time01{
	font-size: 14px;
	line-height: 30px;
	color: #858585;
	display: block;
	margin: 0 0 10px;}
.mobile_menu{
    position: absolute;
    top: 15px;
    left: 35px;
}
.menu{
	display:none;
	position: absolute;
    left: 15px;
    top: 15px;
    z-index: 9999;}
.nav-icon2 {
  width: 40px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-top: 45px;
  margin-right: 20px;
  }
.nav-icon2 {}

.nav-icon2 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background: #123a5f;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;}

.nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;}

.nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;}

.nav-icon2 span:nth-child(1), .nav-icon2 span:nth-child(2) {
  top: 0px;}

.nav-icon2 span:nth-child(3), .nav-icon2 span:nth-child(4) {
  top: 13px;}

.nav-icon2 span:nth-child(5), .nav-icon2 span:nth-child(6) {
  top: 26px;}

.nav-icon2.open span:nth-child(1),.nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);}

.nav-icon2.open span:nth-child(2),.nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);}

.nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 6px;}

.nav-icon2.open span:nth-child(2) {
  left: calc(50% - 4px);
  top: 6px;}

.nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;}

.nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;}

.nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 18px;
}

.nav-icon2.open span:nth-child(6) {
  left: calc(50% - 4px);
  top: 18px;
  }
.m_nav{
    width: 100%;
    display: block;
	margin-top:20px;}
.mobile{
	display:none;}
.mobile{
	width: 0%;
	max-height: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-transform: translate(0,0px);
	transform: translate(0,0px);
	visibility: visible;
	opacity: 1;
	position: fixed;
	z-index: 1100;
	top: 0;
	background: #f8f8f8;
	color: #FFF;
	left: auto;
	right: 0px;
	padding: 0;
	transition: width .75s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s;}
.mobileOn{
    width: 85%;
    max-width: 300px;
    left: 0px;
    right: auto;
    transition: width .75s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s;}
.mobile_content_box{
	padding: 50px 0px 15px;
}	
.body_off{
	overflow-y:inherit;}
.search_box01{
	width:100%;
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	justify-content: flex-start;}
.search_box01 p{
	flex:1;}
.search_box01 p input{
    width: 100%;
    height: 50px;
    padding: 0 1em;
    border: none;
    font-size: 18px;
    background: rgba(255,255,255,0.20);
    color: #FFF;
    border-radius: 3px 0 0 3px;
}
.search_box01 p input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:rgba(255,255,255,0.7);
  opacity: 1; /* Firefox */
}

.search_box01 p input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:rgba(255,255,255,0.7);
}

.search_box01 p input::-ms-input-placeholder { /* Microsoft Edge */
  color:rgba(255,255,255,0.7);
}

.search_box01 a{
	display:block;
	width: 55px;
	height: 50px;
	color: #FFF;
	background: #e95306;
	line-height: 1;
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: center;
	justify-content: center;
	border-radius: 0 3px 3px 0;
	}

.nav_row{
	display: flex;
    width: calc(100% - 220px);
    justify-content: space-between;
}
.right_nav{
	list-style: none;   
	padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.right_nav > li{
    position: relative;
    display: block;
    margin: 0 0 0 20px;	
}
.right_nav > li > a{
	color: #fff;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 0px;
	
}
.right_nav > li.search_btn{}
.right_nav > li.search_btn > a{
    font-size: 28px;	
}
.right_nav > li.member_ii_btn{
    border: 1px solid #a1a1a1;
    padding: 5px 10px;
    letter-spacing: 5px;
    border-radius: 5px;	
}
.right_nav > li.member_in_btn{
	border: 2px solid #ffffff;
    padding: 5px 10px;
    letter-spacing: 5px;
    border-radius: 5px;
    background: #d8a12b;
}
.right_nav > li.member_in_btn > a{
    color: #123a5f;
    font-weight: 900;	
}
.right_nav > li .btn_box01{
	width: 150px;
}
.right_nav > li:hover .btn_box01{
	opacity: 1;
    visibility: visible;	
}
.btn_box01a .menu_list,
.btn_box01a .member_out{
	text-align: center;
}
.btn_box01a .menu_list{
    border-bottom: 1px solid #a1a1a1;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 1430px) {

	
}

@media only screen and (max-width: 1200px) {
.search_b01 input{
	position:absolute;
	left: auto;
	right:0;
	top: -5px;
	z-index: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 0em;
	height: 58px;
	background: #f5f5f5;
	color: #666;
	font-size: 14px;
	padding: 5px 0px 5px 0px;
	border: 0;
	border-radius: 5px;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;	}
}
@media only screen and (max-width: 1300px) {
	
a.logo01 {
    width: 330px;
	text-align: center;
}
a.logo01 img.ph{
    display: block;	
}
a.logo01 img.pc{
	display: none;
}
.top{
	width:100%;
    justify-content: center;	
	}
.top_h{
	height: 80px;	}
.in_news{
}
.wrapper {
    width: 100%;
	padding:50px 15px 50px;
}
}
.header_ad_box{
	display: none;
}
@media only screen and (max-width: 1300px) {
.header{
	height: 100px;
	background: #fff;
    border-top: 3px solid #123a5f;	
}
a.logo01 p {
	padding-bottom: 15%;
	
	margin-top: 15px;
    margin-left: 20px;
}
.nav_row{
	position: absolute;
    width: auto;
    right: 10px;
}
.right_nav > li.search_btn{
	display: none;
}
.right_nav > li > a{
	color: #123a5f;
}
.nav{
display:none;}
.search{
display:none;}	
.menu{
display:block;}
.mobile{
display:block;}

.m_nav li{
	margin:0;
	width: 100%;
    border-bottom: 1px solid #efefef;	}
.m_nav li a.nav_b01, .m_nav li p.nav_b01 {
	color: #000;
	padding: 10px;
	font-size: 22px;
	justify-content: space-between;}
.m_nav li a.nav_b01:before, .m_nav li p.nav_b01:before,
.btn_box01a:before {
display:none;}
.nav-icon2 {
	margin-top: 20px;
	margin-right: 15px;}
.btn_box01a a{
	font-size:18px;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.25);}
	
.btn_box01 {
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    margin-top: 0;
    padding-top: 0;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: inherit;
    display: none;}
.btn_box01a{
	background: #ffffff00;
    text-align: left;
	padding: 5px 20px;
}	
img.nav_icon{
    width: 40px;
}
}
@media only screen and (max-width: 1024px) {


}
@media only screen and (max-width: 992px) {
.header{
    height: auto;
}
.top{
    height: 45px;
}
.header_ad_box{
	display: block;
}	
.header_ad_box img{
	width: 100%;
}	

a.logo01{
    width: 230px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.nav-icon2 {
	width: 24px;
    height: 25px;	
	margin-top: 0px;
	margin-right: 15px;
}
.nav-icon2 span{
    height: 2px;	
}	
.nav-icon2 span:nth-child(3), .nav-icon2 span:nth-child(4) {
    top: 8px;
}
.nav-icon2 span:nth-child(5), .nav-icon2 span:nth-child(6) {
    top: 16px;
}
.nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 9px;
}

.nav-icon2.open span:nth-child(6) {
  left: calc(50% - 4px);
  top: 9px;
}
.m_nav li a.nav_b01,
.m_nav li p.nav_b01,
.btn_box01a a{
	font-size: 16px;
}
.right_nav > li.member_ii_btn,
.right_nav > li.member_in_btn{
    padding: 0px 5px;
	font-size: 14px;
}
.right_nav > li.member_ii_btn > a{
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
}


@media only screen and (max-width: 769px) {
a.logo01 p {
	margin-top: 15px;    
	margin-left: 15px;
}
.top {
    width: 100%;
    justify-content: left;
    padding-left: 40px;
}
}
@media only screen and (max-width: 610px) {
a.logo01{
	width: calc(100% - 120px);
}

}	
@media only screen and (max-width: 426px) {

}

/*右側固定*/
.fixed_right {
    overflow: hidden;
    position: fixed;
    bottom: 40%;
    right: 2%;
    z-index: 10;
    width: 30px;
    height: auto;
    text-align: center;
    line-height: 21px;
    color: #9ba47b;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: 0.2s;
    font-size: 16px;
    opacity: 0.8;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.2s ease-in;
}
.fixed_right_icon{
	position: relative;
	right: 0px;
	width:100%;
	padding: 5px;
    border-radius: 50%;
    margin-bottom: 15px;	
	transition: all 0.2s ease-in;
}
.fixed_right.boxoff .fixed_right_icon{
	right: -50px;
}
.fixed_right_icon a{
	color: white;	
}
.fixed_right_on_off{
	position: relative;
	background-color: #bfbfbf;
	right: -50px;
	transition: all 0.2s ease-in;
}
.fixed_right_on_off a{
	color: white;
}
.fixed_right:hover .fixed_right_on_off{
	right: 0px;
}
/*icon */
.fixed_right_facebook{
	background-color: #4267B2;
}
.fixed_right_line{
	background-color: #00c300;
}
.fixed_right_mail{
	background-color: #7d7d7d;
}
.fixed_right_instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgb(0 0 0 / 25%);
}
@media only screen and (max-width: 760px) {
.fixed_right {
	bottom: 5%;
}

}
.nav li p.nav_b01 > a{
	color: #fff;
}
.m_nav li a.nav_b01 > span{
	color: #000;
}


