@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: 16px;
	color: #333;
	line-height: 1.6;
	letter-spacing: 0em;
}
#wrapper {
    overflow: hidden;
}
a {
	color: #fff;
	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: #6680E1;
}
.inner {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.ns_m {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.ns_sb {
	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;
}
.ns_br {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 900;
	font-style: normal;
}


/*header*/
header {
	height: 110px;
	width: 100%;
	position: fixed;
	z-index: 100;
}
header .h_inner {
	max-width: 1880px;
	margin: 0 auto;
	padding: 18px 20px 0;
	display: flex;
	justify-content: space-between;
}
header .h_inner .h_left .h_logo {
	width: 250px;
	padding-top: 10px;
}
header .h_inner .h_left .h_logo a:hover {
	opacity: .7;
}

header .h_inner .h_right .appArea {
	padding-bottom: 12px;
}
header .h_inner .h_right .appArea ul {
	display: flex;
	justify-content: flex-end;
}
header .h_inner .h_right .appArea ul li {
	width: 136px;
}
header .h_inner .h_right .appArea ul li a {
	display: block;
}
header .h_inner .h_right .appArea ul li a:hover {
	opacity: .7;
}
header .h_inner .h_right .appArea ul li:first-of-type {
	margin-right: 10px;
}
header .h_inner .h_right .appArea ul li:last-of-type {
	margin-right: 24px;
}
header .h_inner .h_right .gnavArea .gnav {
	display: flex;
	justify-content: center;
	padding-left: 15px;
	z-index: 100;
}
header .h_inner .h_right .gnavArea .gnav li {
	text-align: center;
	width: 120px;
}
header .h_inner .h_right .gnavArea .gnav li a {
	font-size: 18px;
	color: #333;
	font-family: poppins,sans-serif;
	font-weight: 600;
	font-style: normal;
}
header .h_inner .h_right .gnavArea .gnav li a:hover {
	color: #FFFF26;
}

label {
	display: block;
	cursor: pointer;
	font-size: 18px;
	color: #333;
	font-weight: 700;
}
#type1 {
    display: none;
}
.service ul {
	margin: 6px 0 0 0;
	background :#fff;
	list-style: none;
}

.service li {
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#type1:checked ~ #links1 li {
	height: 28px;
	opacity: 1;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#type1:checked ~ #links1 li a {
	font-size: 15px;
}
#type1:checked ~ #links1 li a:hover {
	color: #FFFF26;
}

/* footer */
footer {
	background-color: #fff;
}
footer .pagetop {
	position: fixed;
	bottom: 25px;
	right: 25px;
	height: auto;
	z-index: 1000;
}
footer .pagetop a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 1;
	border-radius: 50px;
	background-color: #fff;
	color: #6680E1;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	padding-top: 9px;
	border: 1px solid #6680E1;
}
footer .inner {
	padding: 50px 20px 70px;
	text-align: center;
}
footer .inner .f_logo {
	width: 100px;
	margin: 0 auto;
}
footer .inner .f_logo a {
	display: block;
}
footer .inner .f_logo a:hover {
	opacity: .7;
}
footer .inner .copy {
	padding-top: 16px;
	font-size: 12px;
}

@media screen and (max-width: 1000px) {
	.inner {
		width: 100%;
		max-width: 100%;
	}
	
	/*header*/
	.toggle {
		position: fixed;
		top: 14px;
		right: 16px;
		color: #333;
		font-size: 26px;
		cursor: pointer;
		z-index: 9999;
		width: 26px;
		height: 26px;
		line-height: 26px;
		text-align: center;
	}
	.toggle:before {
		font-family: "Font Awesome 5 Free";
		font-weight: bold;
		content: "\f0c9";
	}
	.toggle.open:before {
		content: "\f00d";
	}
	header {
		height: 60px;
		width: 100%;
		box-shadow: 0 2px 13px rgba(0, 0, 0, 0.1);
		position: fixed;
		background-color: rgba(255,255,255,.8);
		z-index: 100;
	}
	header .h_inner {
		width: 100%;
		height: inherit;
		display: block;
		padding: 0
	}
	header .h_inner .h_left {
		padding-left: 16px;
		height: 52px;
	}
	header .h_inner .h_left .h_logo {
		width: 140px;
		padding-top: 14px;
	}
	header .h_inner .h_right .gnavArea {
		position: fixed;
		z-index: 2;
		top: 0;
		overflow: hidden;
		width: 100vw;
		height: 100%;
		background-color: #6680E1;
		overflow-y: scroll;
	}
	.toggle_t {
		display: none;
	}
	
	header .h_inner .h_right .gnavArea .gnav {
		display: block;
		width: 100%;
		background-color: transparent;
		margin-top: 64px;
		padding-left: 0;
	}
	header .h_inner .h_right .gnavArea .gnav li {
		width: 100%;
		margin: 0;
		padding: 8px 0;
	}
	header .h_inner .h_right .gnavArea .gnav li a {
		display: block;
		font-size: 16px;
		font-weight: 500;
		padding: 8px 0;
		text-align: center;
		color: #fff;
	}
	header .h_inner .h_right .gnavArea.is_show {
		right: 0;
		opacity: 1;
	}
	
/* footer */
	footer .inner {
		padding: 50px 5vw;
	}
	footer .inner .f_logo {
		width: 80px;
	}
	footer .pagetop {
		position: fixed;
		bottom: 25px;
		right: 25px;
		height: auto;
		z-index: 50;
	}
	footer .pagetop a {
		display: block;
		width: 40px;
		height: 40px;
		line-height: 1;
		border-radius: 50px;
		background-color: #fff;
		color: #5DC9E1;
		font-size: 18px;
		cursor: pointer;
		text-align: center;
		padding-top: 10px;
		border: 1px solid #5DC9E1;
	}
}
	

@media screen and (max-width: 600px) {
	footer .inner .f_logo {
		width: 60px;
	}
}



