@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: 14px;
	color: #000;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
#wrapper {
	overflow: hidden;
}
@media screen and (min-width: 767px) {
    /*html,
body {
	min-width: 1260px;
}
*/
}
a {
	color: #000;
	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: #194491;
}
.inner {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.ns_l {
	font-family: noto-sans-cjk-jp,sans-serif;
	font-weight: 300;
	font-style: normal;
}
.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;
}

/*header*/
header {
	width: 100%;
}
header .h_inner {
	max-width: 1500px;
	margin: 0 auto;
	height: 100px;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .h_inner .h_left .logo a {
	display: inline-block;
}
header .h_inner .h_left .logo a img {
	width: 200px;
}
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: 0 15px;
}
header .h_inner .h_right .gnav li {
	float: left;
	margin: 0 1.5em;
	text-align: center;
}
header .h_inner .h_right .gnav li a {
	display: inline-block;
	font-size: 15px;
	color: #000;
	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: #000;
	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: #3E3A39;
	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;
	width: 202px;
	top: 80px;
	right: 10px;
	text-align: center;
	height: 206px;
}
.fixBtn p a {
	display: block;
}
.fixBtn p:hover {
	opacity: .7;
}

/* bnrArea */
.bnrArea {
	background-color: #194491;
}
.bnrArea .inner {
	padding: 20px 20px;
}
.bnrArea .inner ul {
	display: flex;
	justify-content: space-between;
}
.bnrArea .inner ul li {
	width: 24%;
}
.bnrArea .inner ul li a {
	display: block;
}
.bnrArea .inner ul li a:hover {
	opacity: .7;
}

/* footer */
footer {
	position: relative;
}
footer .inner {
	padding: 45px 20px 25px;
}
footer .inner .f_nav {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
footer .inner .f_nav li {
	margin: 0 2em;
}
footer .inner .f_nav li a {
	color: #000;
	font-size: 15px;
	line-height: 1;
	font-weight: 500;
}
footer .inner .f_nav li a:hover {
	color: #194491;
}
footer .inner .snsArea {
	display: flex;
	justify-content: flex-end;
	margin-top: -40px;
}
footer .inner .snsArea ul {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	width: 150px;
}
footer .inner .snsArea li {
	width: 55px;
	margin: 0 10px;
}
footer .inner .snsArea li a {
	display: block;
}
footer .inner .snsArea li a:hover {
	opacity: .7;
}
footer .copy {
	text-align: center;
	padding: 15px 20px;
	font-size: 13px;
	line-hright: 1;
	background-color: #F2F2F2;
}
footer .pagetop {
	position: fixed;
	bottom: 124px;
	right: 25px;
	height: auto;
	z-index: 1000;
}
footer .pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 1.3;
	background-color: #194491;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
	padding-top: 10px;
}

@media screen and (max-width: 1000px) {
	/*header*/
	.toggle {
		display: block;
		top: 35px;
		font-size: 22px;
	}
	header {
		height: 80px;
		width: 100%;
		box-shadow: 0 2px 13px rgba(0, 0, 0, 0.1);
		position: fixed;
		background-color: #fff;
		z-index: 100;
	}
	header .h_inner {
		width: 100%;
		height: inherit;
		display: block;
		padding: 0
	}
	header .h_inner .h_left {
		height: 80px;
		display: flex;
		align-items: center;
		padding-left: 15px;
	}
	header .h_inner .h_right .gnav {
		width: 100%;
		display: none;
		margin-bottom: 0;
		background-color: #fff;
	}
	header .h_inner .h_right .gnav li {
		float: none;
		width: 100%;
		margin: 0 0 5px;
		border-bottom: 1px solid #eee;
	}
	header .h_inner .h_right .gnav li a {
		display: block;
		line-height: inherit;
		padding: 10px 0;
		color: #000;
	}
	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 {
		width: 150px;
		height: 185px;
		top: 95px;
	}	
	
	/* bnrArea */
	.bnrArea .inner ul {
		display: block;
		overflow: hidden;
	}
	.bnrArea .inner ul li {
		float: left;
		width: 48%;
		margin: 5px 1%;
	}
	
	/* footer */
	footer{
		padding-bottom: 96px;
	}
	footer .inner {
		padding: 40px 5vw;
	}
	footer .inner .f_nav {
		display: block;
	}
	footer .inner .f_nav li {
		margin: 15px 0;
		text-align: center;
		display: block;
		padding-bottom: 10px;
		border-bottom: 1px dotted #444;
	}
	footer .inner .f_nav li a {
		font-size: 16px;
	}
	footer .fsubNav {
		height: 100px;
		background-color: #ac040c;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 150;
		width: 100%;
	}
	footer .fsubNav .f_inner {
		width: 100%;
		height: inherit;
		padding: 14px 2vw;
	}
	footer .fsubNav .f_inner h2 {
		display: block;
		background-color: #ac040c;
		margin-bottom: 8px;
		margin-top: 0;
		font-size: 18px;
		line-height: 1.4;
		padding: 6px 10px;
		border-radius: 50px;
		text-align: center;
		font-weight: bold;
		text-shadow: none;
		border: 2px solid #fff;
	}
	footer .fsubNav .f_inner h2 a {
		display: block;
		color: #fff;
	}
	footer .fsubNav .f_inner .desc {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	footer .fsubNav .f_inner .desc .tel, footer .fsubNav .f_inner .desc .contact {
		width: 50%;
		text-align: center;
	}
	footer .fsubNav .f_inner .desc .tel a, footer .fsubNav .f_inner .desc .contact a {
		font-size: 14px;
		color: #fff;
	}
	footer .fsubNav .f_inner .desc span {
		font-size: 18px;
		padding-right: 10px;
	}
	.fa-phone:before {
		content: "\f095";
	}
	.fa-telegram-plane:before {
		content: "\f3fe";
	}
	footer .inner .snsArea {
		margin-top: 0;
		padding-top: 20px;
	}
	footer .inner .snsArea ul {
		width: 100%;
	}
	footer .inner .snsArea li {
		width: 40px;
		margin: 0 8px;
	}
	footer .pagetop a {
		width: 40px;
		height: 40px;
		font-size: 18px;
		line-height: 1;
	}
}

@media screen and (max-width: 767px) {
	.inner {
		width: 100%;
		max-width: 100%;
	}
	header .h_inner .h_left {
		padding-left: 3vw;
	}	
	.bnrArea .inner {
		padding: 20px 5vw;
	}
	footer .inner {
		padding: 30px 8vw;
	}	
	footer .inner .snsArea {
		padding-top: 10px;
	}
}

