@charset "UTF-8";
/* CSS Document */
html {
  visibility: hidden;
	opacity:0;
	transition: .3s;
}
html.wf-active, html.loading-delay {
  visibility: visible;
	opacity: 1;
}

*{word-break: break-all;}


body {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}

#wrapper {
	overflow: hidden;
}
@media screen and (min-width: 767px) {
/*html,
body {
	min-width: 1260px;
}
*/
}
a {
	color: #666;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a img {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color: #0092d0;
}
.inner {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.ns_b {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.rdp {
	font-family: ryo-display-plusn, serif;
	font-weight: 700;
	font-style: normal;
}

/*header*/
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	background-color: #fff;
}
header .inner {
	max-width: 1900px;
	height: 100px;
	padding: 0 0 0 20px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
header .inner .logo {
	width: 35%;
}
header .inner .logo a {
	display: inline-block;
	width: 400px;
}
header .inner .logo a img {
	width: 100%;
}
header .inner .logo a:hover {
	opacity: 0.7;
}
header .inner .h_left {
	width: 75%;
}
header .inner .h_left .left {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .inner .h_left .gnav {
	background-color: #0092d0;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
header .inner .h_left .gnav li {
	margin: 0 2em;
	text-align: center;
}
header .inner .h_left .gnav li a {
	display: inline-block;
	line-height: 40px;
	font-size: 1em;
	color: #fff;
}
header .inner .h_left .gnav li a:hover {
	color: #ffe700;
}
header .inner .h_left .contact a {
	display: block;
	text-align: center;
	padding-top: 15px;
	background-color: #0092d0;
	width: 100px;
	height: 100px;
	color: #fff;
}
header .inner .h_left .contact a>img {
	width: 60px;
	padding-bottom: 5px;
}
header .inner .h_left .contact a:hover {
	background-color: #F39800;
}






.toggle {
	position: fixed;
	top: 35px;
	right: 15px;
	color: #0085c3;
	font-size: 30px;
	cursor: pointer;
	z-index: 9999;
	line-height: 0;
	display: none;
}
.toggle:before {
  font-family: "Font Awesome 5 Free";
	font-weight: bold;
  content: "\f0c9";
}
.toggle.open:before {
  content: "\f00d";
}

/* footer */
footer .f_bottom {
	background-color: #0092d0;
	position: relative;
}
footer .f_bottom .inner {
	padding: 20px 20px 25px;
	text-align: center;
}
footer .f_bottom .inner .f_nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
footer .f_bottom .inner .f_nav li {
	margin: 0 1em;
}
footer .f_bottom .inner .f_nav li a {
	color: #fff;
}
footer .f_bottom .inner .f_nav li a:hover {
	color: #ffe700;
}
footer .f_bottom .inner .add {
	padding-top: 5px;
	color: #fff;
}
footer .f_bottom .inner .copy {
	font-size: 13px;
	color: #fff;
	padding-top: 8px;
	text-align: center;
}
footer .f_bottom .pagetop {
	position: absolute;
	top: -40px;
	right: 20px;
}
footer .f_bottom .pagetop a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #ffe700;
	color: #0092d0;
	font-size: 15px;
	cursor: pointer;
	text-align: center;
}



@media screen and (max-width: 1350px) {
	header .inner .logo a {
		 width: 300px;
	}
}


@media screen and (max-width: 1230px) {
	header .inner .h_left .gnav li {
		margin: 0 .8em;
	}
}
@media screen and (max-width: 1150px) {
	header .inner .logo {
		width: 38%;
	}
}

@media screen and (max-width: 980px) {
	header .inner {
    height: 80px;
	}
	header .inner .h_left .gnav li {
    margin: 0 .25em;
}
	header .inner .logo {
    width: 44%;
}
	header .inner .h_left .gnav li a {
    font-size: 13px;
}
	header .inner .h_left .contact a {
		padding-top: 12px;
		width: 80px;
		height: 80px;
	}	
	header .inner .h_left .contact a>img {
		width: 40px;
		padding-bottom: 5px;
	}
}


@media screen and (max-width: 850px) {
	header .inner .logo a {
			width: 250px;
	}
}

@media screen and (max-width: 767px) {
	.inner {
		width: 100%;
	}
	/*header*/
	.toggle {
		display: block;
		top: 32px;
		font-size: 22px;
	}
	header {
		height: 70px;
		min-height: 70px;
		box-shadow: 0 0 12px 2px rgb(0 0 0 / 20%);
	}
	header .inner {
		width: 100%;
		height: auto;
		display: block;
		padding: 0 0;
	}
	header .inner .h_left {
		display: block;
		background-color: #fff;
	}
	header .inner .h_left {
		width: 100%;
	}
	header .inner .logo {
    margin-top: 0;
    padding: 16px 0 16px 3vw;
}
	header .inner .logo a {
		display: inline-block;
		width: 280px;
	}	
	header .inner .h_left {
		display: block;
		background-color: #fff;
	}
	header .inner .h_left .gnav {
		width: 100%;
		display: none;
		margin-top: 0;
		margin-bottom: 0;
		background-color: #0085c3;
		border-top: 1px solid #eee;
	}
	header .inner .h_left .gnav li {
		float: none;
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #eee;
	}
	header .inner .h_left .gnav li a {
		display: block;
		line-height: inherit;
		padding: 15px 0;
	}
	
	/* footer */
	footer .f_bottom .inner {
		padding: 20px 5vw 25px;
	}
	footer .f_bottom .inner .f_nav li {
		margin: 5px 1em;
	}
	footer .f_bottom .inner .add {
		line-height: 1.3;
		padding-top: 20px;
	}	
	footer .f_bottom .inner .copy {
		padding-top: 15px;
	}
	footer .f_bottom .pagetop {
		right: 15px;
	}
}





