@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');
/* -----------------------------------------
 reset.css
----------------------------------------- */
html,body{
  -webkit-overflow-scrolling: touch;
	height: 100%;
}
html,body,h1,h2,h3,h4,h5,h6,p,div,
ul,ol,li,dl,dt,dd,
table,caption,th,td,
form,button,label,address,blockquote,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border:0;
	outline:0;
	font-size: 100%;
	font-weight: normal;
}
body {
	line-height:1;
	font-family: "游明朝体", "Yu Mincho", YuMincho, 'Noto Serif JP',"ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
	list-style:none;
}
hr {
	display: none;
}
img,abbr {
	border: none;
	vertical-align: bottom;
}
ul,ol,li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,td {
	text-align: left;
}
/* clearfix */
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

body {
	font-size: 14px;
	color: #000000;
	line-height:1.8;
	letter-spacing: 1px;
	text-align: left;
	-webkit-text-size-adjust: 100%;
}
html,body {
    height: 100%;
}
#contents{
	position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
#contents:before {
/*
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
	background-color: grey;
	z-index: 1100;
*/
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:focus {
	outline: none;
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
input:focus, 
select:focus, 
textarea:focus {
	outline: none;
}
img {
	width: 100%;
	height: auto;
}

ol, ul, dl {
    		list-style: none;
			font-style: normal;
			font-weight: 400;
		}

/*----------------------------------------- 
スタートフェードイン
----------------------------------------- */

.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 380px;
}
/*----------------------------------------- 
header
----------------------------------------- */
.header_wrapper{
	height: 80px;
	width: 100%;
}
/*----------------------------------------- 
共通パーツ
----------------------------------------- */


/* page-top */
.page-top {
	position: relative;
	margin: 0;
	padding: 0;

}
.page-top p {
	margin: 0;
	padding: 0;
	position: fixed;
	right: 20px;
	bottom: 20px;
}
.page-top a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 22px;
	background-color: #000000;
	background-size: 12px 8px;
	color: #fff;
}
.page-top>p>a span{
position: relative;
    top: 10px;
    left: 14px;	
}



/*-----------------------------------------
slide-menu-btn スマホ用メニューボタン
----------------------------------------- */

.slide-menu-btn {
	position: absolute;
	top: 15px;
	right: 25px;
	z-index: 10000;
}
.slide-menu-nav {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 50px 0;
	background-color:#ffffff;
	z-index: 9000;
}
.slide-menu-nav a {
	display: inline-block;
	margin: 16px 0 16px;
	font-size: 16px;
	color: #000000;
	text-align: center;
	letter-spacing: 1.5px;
}
.slide-menu-nav a:hover {
	text-decoration: none;
}
.slide-menu-nav .gnav {
	position: relative;
	font-weight: 400;
	text-align: center;
}

.slide-menu-nav .gnav a {
	position: relative;
}

.slide-menu-nav {
	text-align: center;
}

.slide-menu-nav .website .fa-desktop {
	font-size: 8px;
}

/* menu-trigger */
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 10px;
	height: 22px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000000;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 5px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 11px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(0.1px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

/*サイドmenu
----------------------------------------- */
#global-head {
	position: fixed;
	color: #033560;
	width: 260px;
	text-align: center;
	padding-top: 60px;
	z-index: 100;
}

#sidebar {
	font-size: 15px;
	padding-top: 120px;
	width: 260px;
	height: 100%;
	position: fixed;
	color: #333;
	background: #fff;
	text-align: center;
}

#global-nav ul {
	list-style: none;
	margin-left: 0;
}
#global-nav > ul > li {
	position: relative;
}

#global-nav a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 15px 0;
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
	text-align: left;
    padding-left: 30px;
}
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
	color: #fff;
	background: #333;
}
#global-nav li>ul >li a{
	padding-left: 45px;
	background-color: #fafafa;
} 
#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
	width: 230px;
}

/* sub-menu icon */
#global-nav .sub-menu-head {
	position: relative;
}
#global-nav .sub-menu-head:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #033560;
	border-right: 1px solid #033560;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#global-nav .sub-menu-head2:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #033560;
	border-right: 1px solid #033560;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* sub-menu */
#global-nav .sub-menu-nav {
	position: fixed;
	background: #033560;
	color: #fff;
	top: 0;
	padding-top: 90px;
	left: 260px;
	width: 0;
	height: 100%;
	overflow: hidden;

	-moz-transition: width .2s ease-out;
	-webkit-transition: width .2s ease-out;
	transition: width .2s ease-out;
}
#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
	border-color: #fff;
}
#global-nav .sub-menu-nav a {
	color: #fff;
}
#global-nav .sub-menu-nav a:hover {
	color: #033560;
	background: #fff;
}
/* nav-toggle */
#nav-toggle {
	display: none;
	position: absolute;
	top: 26px;
	right: 40px;
	height: 32px;
}
#nav-toggle > div {
	position: relative;
	width: 40px;
}
#nav-toggle span {
	width: 100%;
	height: 1px;
	left: 0;
	display: block;
	background: #333;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

/*-----------------------------------------
メニューバーがスクロールで変色
-------------------------------------------*/


#overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/*@media screen and (min-width: 320px) {*/
	#main-in {
		padding-left: 0;
	}

	#global-head {
		width: 100%;
		padding: 10px;
		background: rgba(255,255,255,.8);
		display: -webkit-flex;
		display: flex;
	}

	#sidebar {
		/*display: none;*/
		position: fixed;
		right: -300px;
		top: 0;
		height: 100%;
		width: 300px;
		color: #333;
		background: #fff;
		-webkit-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}

	/* サブメニューは開けない */
	#global-nav .sub-menu-head:after,
	#global-nav .sub-menu-nav {
		display: none;
	}
	#nav-toggle {
		display: block;
	}

	/* nav open */
	.open {
		overflow: hidden;
	}
	.open #overlay {
		display: block;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-300px,0,0);
		transform: translate3d(-300px,0,0);
	}

	/* #nav-toggle close */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #333 !important;
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
		background: #333 !important;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background: #333 !important;
	}

	/* z-index */
	#overlay {
		z-index: 200;
	}
	#sidebar {
		z-index: 300;
	}
	#nav-toggle {
		z-index: 400;
		position: fixed;
	}
/* sub-menu icon */
#global-nav .sub-menu-head {
	position: relative;
}
#global-nav .sub-menu-head a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#global-nav .sub-menu-head a:hover::after{
		border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}


	#sidebar {
		right: -350px;
		width: 350px;
		padding-top: 75px;
		overflow: scroll;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-350px,0,0);
		transform: translate3d(-350px,0,0);
		overflow: scroll;
	}



/*----------------------------------------------
ドロップダウンメニュー
------------------------------------------------*/
	.ul_passive{
			display: none;
			position: relative;
		}
		.a_after{
			display: inline-block;
			width: 100%;
			height: 100%;
			cursor: pointer;
		}
		.a_after::after{
			content: "";
			position: absolute;
			top: 0;
			bottom: 0;
			right: 25px;
			margin: auto;
			vertical-align: middle;
			width: 8px;
			height: 8px;
			border-top: 1px solid #333;
			border-right: 1px solid #333;
			-moz-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}
		.a_after:hover::after{
			border-top: 1px solid #FFFFFF;
			border-right: 1px solid #FFFFFF;
		}
		.ul_active{
			display: block;
			transition: 2s;
		}
		.a_after2::after{
			content: "";
			position: absolute;
			top: -100px;
			bottom: 0;
			right: 25px;
			margin: auto;
			vertical-align: middle;
			width: 8px;
			height: 8px;
			border-top: 1px solid #333;
			border-right: 1px solid #333;
			-moz-transform: rotate(135deg);
			-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.a_after2:hover::after{
			border-top: 1px solid #fff;
			border-right: 1px solid #fff;
		}