@charset "UTF-8";
/* CSS Document */
html {
    visibility: hidden;
    opacity: 0;
    transition: 0.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: 15px;
	color: #202020;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
#wrapper {
    overflow: hidden;
}
a {
	color: #202020;
	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: #ffcb00;
}
.inner {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.ns_r {
	font-family: noto-sans-cjk-jp,sans-serif;
	font-weight: 400;
	font-style: normal;
}
.ns_m {
	font-family: noto-sans-cjk-jp,sans-serif;
	font-weight: 500;
	font-style: normal;
}
.ns_b {
	font-family: noto-sans-cjk-jp,sans-serif;
	font-weight: 700;
	font-style: normal;
}
.gm_r {
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	font-style: normal;
}
.gm_m {
	font-family: source-han-serif-japanese,serif;
	font-weight: 500;
	font-style: normal;
}
.gm_b {
	font-family: source-han-serif-japanese,serif;
	font-weight: 700;
	font-style: normal;
}
.gm_h {
	font-family: source-han-serif-japanese,serif;
	font-weight: 700;
	font-style: normal;
}

/*header*/
header {
	width: 100%;
	border-top: 10px solid #00498e;
}
header .h_inner {
	max-width: 1500px;
	margin: 0 auto;
	height: 70px;
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .h_inner .h_left .logo {
	line-height: 0;
	position: static;
	padding: 0;
	display: block;
}
header .h_inner .h_left .logo:before,
header .h_inner .h_left .logo:after {
	display: none;
}
header .h_inner .h_left .logo a {
	display: inline-block;
}
header .h_inner .h_left .logo a img {
	width: 270px;
}
header .h_inner .h_left .logo a:hover {
	opacity: .7;
}
header .h_inner .h_right .gnav {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 15px;
}
header .h_inner .h_right .gnav li {
	margin: 0 1.2em;
	text-align: center;
}
header .h_inner .h_right .gnav .colour a {
	height: 70px;
	display: block;
	background-color: #ffcb00;
	padding: 28px 10px 0;
	font-size: 14px;
}
header .h_inner .h_right .gnav .colour a:hover {
	background-color: #202020;
	color: #ffcb00;
}
header .h_inner .h_right .gnav .colour a:after {
	display: none;
}
header .h_inner .h_right .gnav li a {
	font-size: 14px;
	color: #202020;
	font-weight: 500;
	position: relative;
	line-height: 1;
}
header .h_inner .h_right .gnav li a:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #202020;
	transition: all 0.3s;
	transform: scaleX(0);
}
header .h_inner .h_right .gnav li a:hover:after {
	transform: scaleX(1);
}
.toggle {
	position: fixed;
	top: 15px;
	right: 15px;
	color: #00498e;
	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";
}
.fixBtn p {
  position: fixed;
  z-index: 50;
  transition: all 0.3s;
  display: block;
	top: 120px;
  right: 0px;
  text-align: center;
}
.fixBtn p a {
  display: block;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	writing-mode: vertical-lr;
	background-color: #00498e;
	padding: 25px 20px;
	position: relative;
}
.fixBtn p a:before {
	content: "";
	position: absolute;
	display: block;
	top: 8px;
	bottom: 8px;
	left: 8px;
	right: 8px;
	border: 1px solid #fff;
}
.fixBtn p a span {
  font-size: 35px;
	padding-top: 10px;
}
.fixBtn p:hover {
  right: -12px;
}

/* footer */
footer {
	position: relative;
	background-color: #00498e;
}
footer .inner {
	padding: 30px 20px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
footer .inner .left {
	width: 40%;
	color: #fff;
}
footer .inner .right {
	width: 60%;
	color: #fff;
}
footer .inner .left {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
footer .inner .left .fnav {
	width: 75%;
}
footer .inner .left .fnav_l {
	width: 25%;
}
footer .inner .left p a,
footer .inner .left ul li a {
	color: #fff;
}
footer .inner .left p a:hover,
footer .inner .left ul li a:hover {
	color: #ffcb00;
}
footer .inner .right {
	padding-top: 80px;
}
footer .inner .right .company {
	line-height: 1;
	padding-bottom: 20px;
	font-size: 18px;
}
footer .inner .right .descArea {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
footer .inner .right .descArea .desc {
	width: calc(100% / 2);
	margin-bottom: 25px;
}
footer .inner .right .descArea .desc02 {
	padding-left: 4%;
}

footer .copy {
	text-align: center;
	padding: 5px 20px 15px;
	font-size: 13px;
	color: #fff;
	background-color: #00498e;
}
footer .pagetop {
	position: fixed;
	bottom: 25px;
	right: 25px;
	height: auto;
	z-index: 99;
}
footer .pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 1;
	background-color: #e3e3e3;
	color: #7f7f7f;
	border: 1px solid #7f7f7f;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
	padding-top: 10px;
}


@media screen and (max-width: 1300px){
	header .h_inner .h_right .gnav li {
		margin: 0 0.8em;
	}
}

@media screen and (max-width: 1200px){
	header .h_inner .h_right .gnav li {
		margin: 0 0.6em;
	}
}

@media screen and (max-width: 1100px){
	header .h_inner .h_left .logo a img {
    width: 200px;
	}
	header .h_inner .h_right .gnav .colour a {
		padding: 28px 5px 0;
	}
}

@media screen and (max-width: 1000px) {
	/*header*/
	.toggle {
		display: block;
		top: 35px;
		font-size: 22px;
	}
	header {
		height: 60px;
		width: 100%;
		box-shadow: 0 2px 13px rgba(0, 0, 0, 0.1);
		position: fixed;
		background-color: #fff;
		z-index: 100;
		border-top: 8px solid #00498e;
	}
	header .h_inner {
		width: 100%;
		height: 52px;
		display: block;
		padding: 0
	}
	header .h_inner .h_left {
		padding-left: 15px;
		height: 52px;
	}
	header .h_inner .h_left .logo {
		display: inline-block;
		padding-top: 14px;
	}
	header .h_inner .h_left .logo a img {
		width: 190px;
	}
	header .h_inner .h_right .gnav {
		width: 100%;
    display: none;
    margin-bottom: 0;
    background-color: #fff;
		padding-left: 0;
	}
	header .h_inner .h_right .gnav li {
		width: 100%;
		margin: 0 0 5px;
		border-bottom: 1px solid #eee;
	}
	header .h_inner .h_right .gnav .colour {
		width: 100%;
		padding-bottom: 10px;
	}
	header .h_inner .h_right .gnav li a {
		display: block;
		line-height: inherit;
		padding: 10px 0;
		font-size: 14px;
	}
	header .h_inner .h_right .gnav li a:hover {
		color: #ffcb00;
	}
	header .h_inner .h_right .gnav .colour a {
		background-color: #fff;
		padding: 10px 0;
		height: inherit;
	}	
	header .h_inner .h_right .gnav .colour a:hover {
		background-color: #fff;
	}	
	header .h_inner .h_right .gnav li a:after {
		display: none;
	}
	header .h_inner .h_right .gnav li a:hover:after {
		display: none;
	}
	.fixBtn p {
		top: 95px;
	}	
	
/* footer */
	footer{
		padding-bottom: 86px;
	}
	footer .inner {
		padding: 30px 5vw 0;
		display: block;
	}
	footer .inner .left,
	footer .inner .right { 
		width: 100%;
	}
	footer .inner .left {
		display: block;
	}
	footer .inner .left .fnav {
		width: 100%;
	}
	footer .inner .left .fnav_l {
		width: 100%;
	}
	footer .inner .left .fnav li,
	footer .inner .left .fnav_l {
		text-align: center;
		border-bottom: 1px dotted #eee;
		margin-bottom: 10px;
	}
	footer .inner .left .fnav li a,
	footer .inner .left .fnav_l a {
		display: block;
		padding-bottom: 10px;
	}
	footer .inner .right {
		padding-top: 20px;
	}
	
	footer .fsubNav {
		height: 80px;
		background-color: #F2F2F2;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 150;
		width: 100%;
	}
	footer .fsubNav .f_inner {
		width: 100%;
		height: inherit;
		padding: 10px 2vw 14px;
	}
	footer .fsubNav .f_inner .desc {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	footer .fsubNav .f_inner .desc .service,
	footer .fsubNav .f_inner .desc .contact {
		width: 48%;
		margin: 0 1%;
		text-align: center;
	}
	footer .fsubNav .f_inner .desc .service a,
	footer .fsubNav .f_inner .desc .contact a {
		font-size: 14px;
		color: #fff;
		display: block;
		background-color: #00498e;
		padding: 10px;
		position: relative;
	}
	footer .fsubNav .f_inner .desc .service a:before,
	footer .fsubNav .f_inner .desc .contact a:before {
		content: "";
		position: absolute;
		display: block;
		top: 4px;
		bottom: 4px;
		left: 4px;
		right: 4px;
		border: 1px solid #fff;
	}
	footer .fsubNav .f_inner .desc span {
		font-size: 18px;
		padding-top: 2px;
		display: block;
	}
	footer .pagetop {
		position: fixed;
		bottom: 90px;
		right: 15px;
	}
	footer .pagetop a {
		width: 40px;
		height: 40px;
		font-size: 20px;
		padding-top: 7px;
	}	
}
	
@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
	.inner {
		width: 100%;
		max-width: 100%;
	}
	.bnrArea .inner {
		padding: 20px 5vw;
	}
	footer .inner {
		padding: 30px 8vw;
	}	
	footer .inner .snsArea {
		padding-top: 10px;
	}
}

@media screen and (max-width: 680px) {
	footer .inner .right  {
		text-align: center;
	}
	footer .inner .right .company {
		padding-bottom: 10px;
		font-size: 17px;
	}
	footer .inner .right .descArea {
		display: block;
	}
	footer .inner .right .descArea .desc {
		width: 100%;
		padding-bottom: 20px;
	}
	footer .inner .right .descArea .desc02 {
		padding-left: 0;
		padding-bottom: 20px;
	}
	footer .copy {
		padding: 0 20px 15px;
	}
}
