@charset "utf-8";


body {
	line-height: 1.6;
	font-weight: 200;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
  	min-height: -webkit-fill-available;
    animation: fadeIn 1.6s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.6s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

html{
  height: -webkit-fill-available;
  scroll-behavior: smooth;
}

body, html {
	position: relative;
	color: #333;
	font: 14px/1.8 'メイリオ', "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #fff;
	height: 100vh;
}


a {
  color: #404040;
  text-decoration: none;
}

a:active, 
a:hover {
  color: #404040;
  text-decoration: none;
}

iframe, img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}

.clearfix:after, .inner:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden
}

.text-center {
  text-align: center
}

ul {
	list-style: none;
}



.i-space4 {
	padding-left: 4px;
}

.i-space6 {
	padding-left: 6px;
}

.i-space8 {
	padding-left: 8px;
}

.i-space12 {
	padding-left: 12px;
}

.i-space18 {
	padding-left: 18px;
}

.i-space99 {
	padding: 0 6px 0 18px;
}



.i-space4r {
	padding-right: 4px;
}

.i-space6r {
	padding-right: 6px;
}

.i-space8r {
	padding-right: 8px;
}

.i-space12r {
	padding-right: 12px;
}

.i-space18r {
	padding-right: 18px;
}






/* # =================================================================
   # splash
   # ================================================================= */

#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	/*background-color: #e5e5e5;*/
	background-color: #fff;
	text-align:center;
	/*color: #000;*/
	z-index: 10000;
}

#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#splash_logo svg {
	width: 640px;
	/*
	width: 90%;
	max-width: 600px;
	height: auto;
	*/
}



/*---------------------------------------------------------------------- */
/* Under 1024px Styles
------------------------------------------------------------------------ */

@media screen and (max-width: 1600px) {

	#splash_logo svg {
		width: 640px;
	}

}


/*---------------------------------------------------------------------- */
/* Under 768px Styles
------------------------------------------------------------------------ */

@media screen and (max-width: 768px) {

	#splash_logo svg {
		width: 500px;
	}

}


/*---------------------------------------------------------------------- */
/* Under 667px Styles
------------------------------------------------------------------------ */

@media screen and (max-width: 667px) {

	#splash_logo svg {
		width: 400px;
	}

}


/*---------------------------------------------------------------------- */
/* Under 424px Styles
------------------------------------------------------------------------ */

@media screen and (max-width: 428px) {

	#splash_logo svg {
		width: 300px;
	}

}


#mask path {
		fill-opacity: 0;
		transition: fill-opacity 1s;
		fill: none;
		stroke: #002f7a;
		stroke-miterlimit: 5;
	}

#mask.done path {
	  fill: #002f7a;
	  fill-opacity: 1;
	  stroke: none;
	}


/*
#mask .st0 {
        fill: #0f345b;
      }
*/









#container {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow-x: hidden;
}

#sub_container {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow-x: hidden;
}

#inquiry {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow-x: hidden;
}


/*===========================================================*/
/*　機能編  スクロール　ヘッダー　*/
/*===========================================================*/


/* header */


#container #header {
	position: fixed;
	width:100%;
	height: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(255,255,255,0.8);
	z-index: 2000;
	/*box-shadow: 0px 4px 10px -5px rgba(179,179,179,0.9);*/
	border-bottom: 1px solid #c3c3c3;
}

@media screen and (max-width:768px) {

	#container #header {
  		height: 120px;  
	}
    
}


#sub_container #header {
	position: fixed;
	width:100%;
	height: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(255,255,255,0.8);
	z-index: 2000;
	/*box-shadow: 0px 4px 10px -5px rgba(179,179,179,0.9);*/
	border-bottom: 1px solid #c3c3c3;
}

@media screen and (max-width:768px) {

	#sub_container #header {
  		height: 120px;  
	}
    
}

#inquiry #header {
	position: fixed;
	width:100%;
	height: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(255,255,255,0.8);
	z-index: 2000;
	/*box-shadow: 0px 4px 10px -5px rgba(179,179,179,0.9);*/
	border-bottom: 1px solid #c3c3c3;
}

@media screen and (max-width:768px) {

	#inquiry #header {
  		height: 120px;  
	}
    
}








/*　ヘッダー上下　*/

#header.UpMove {
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}

/* */

#header.DownMove {
	animation: DownAnime 1.0s forwards;
}
@keyframes DownAnime {
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}


/*　header　ページヘッダーロゴ廻り　*/
.header-features {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 14px;
	left: 34px;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #002f7a;
	z-index: 200;
}

.header-features a {
	display: block;
	color: #002f7a;
	z-index: 200;
}	

.header-features br {
	display: none;
}

.header-mark {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 47px;
	left: 34px;
	width: 200px;
	height: 32px;
	z-index: 200;
}

.header-mark a {
	display: block;
	position: absolute;
	width: 200px;
	height: 32px;
}

@media only screen and (max-width: 768px) {

	.header-mark {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 47px;
		left: 34px;
	}
	
}

@media only screen and (max-width: 640px) {

	.header-features {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 14px;
		left: 18px;
		font-size: 0.9em;
		line-height: 1.2em;
		color: #002f7a;
		z-index: 200;
	}

	.header-features br {
		display: block;
	}

	.header-mark {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 54px;
		left: 18px;
		width: 240px;
		height: auto;
	}

}


/* # =================================================================
   # header-inq
   # ================================================================= */


.header-inq {
	display: block;
	position: absolute;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: 28px;
	right: 100px;
	width: 260px;
	height: 64px;
	line-height: 764px;
	text-align: center;
	z-index: 200;
}

.header-inq a {
	display: block;
	width: 260px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fcda57;
	background-color: #001d6d;
	border-radius: 30px;
	font-size: 1.1em;
	font-weight: 700;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 0.5px;
}

.header-inq a span {
	padding: 0 10px 0 0;
}

.header-inq a:hover {
	display: block;
	width: 260px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #001d6d;
	background-color: #fcda57;
	border-radius: 30px;
	font-size: 1.1em;
	font-weight: 700;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 0.5px;
}


@media only screen and (max-width: 660px) {

	.header-inq {
		display: none;
	}

}


/* # =================================================================
   # gnav
   # ================================================================= */


.header-inner {
	display: block;
	position: relative;
	width: 100%;
	height: 120px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	z-index: 100;
}



   
.header-nav {
	display: block;
	position: relative;
	width: 100%;
	height: 120px;
	margin: 0 0 0 0;
	padding: 58px 0 0 260px;
	text-align: left;
	z-index: 100;
	list-style: none;

}


.header-nav ul {
	list-style: none;
	display: block;
	text-align: left;
}

.header-nav ul li {
	position: relative;
	display: block; 
	padding: 0 0 0 0;
	height: 56px;
	zoom:1 ;
	font-weight: 700;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 0.5px;
	float: left;

}

.header-nav ul li a {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	width: auto;
	color: #001d6d;
	padding: 0 18px 0 18px;
	font-size: 1.2em;
	line-height: 1.1em;
}

.header-nav ul li a p {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	height: 56px;
	line-height: 1.1em;
}

.header-nav ul li a:hover {
	display: block;
	position: relative;
	color: #001d6d;
	text-decoration: none;
	border-bottom: 7px solid #001d6d;
}
/*
.header-nav ul li a.current {
	display: block;
	position: relative;
	color: #404040;
	text-decoration: none;
	border-bottom: 5px solid #fcda57;
}
*/
.header-nav ul li.current a {
	display: block;
	position: relative;
	color: #001d6d;
	text-decoration: none;
	border-bottom: 7px solid #fcda57;
}

.header-nav ul li.g2 a {
	display: block;
	position: relative;
	color: #001d6d;
	text-decoration: none;
	border-bottom: 7px solid #fcda57;
}

@media only screen and (max-width: 1400px) {

	.header-nav ul li a {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		width: auto;
		color: #404040;
		padding: 0 16px 0 0;
		font-size: 1.1em;
		line-height: 1.1em;
	}

}


@media only screen and (max-width: 1100px) {

	.header-nav {
		display: none;

	}

}



.nav-list {
	list-style: none;
	display: flex;
	justify-content: space-around;
	padding: 0;
	margin: 0;
}
/*
.header-nav ul li.current a {
	display: block;
	position: relative;
	color: #404040;
	border-bottom: 6px solid #001d6d;
}
*/



/* ▼ 押し下げられる領域 ▼ */
.dropdown-area {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width:100%;
	background: #fff;
	overflow: hidden;
	height: 0;
	transition: height 0.5s ease;
	/*border-radius: 0 0 8px 8px;*/
	box-shadow: 0px 4px 10px -5px rgba(179,179,179,0.8);
	z-index: 1000;
}

/* 表示中 */
.dropdown-area.open {
  height: auto;
}

/* 中身 */
.dropdown-content {
	display: none;
	position: relative;
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	min-height: 139px;
	margin: 0 auto;
	padding: 20px 0;
}

.dropdown-content.active {
	display: block;
}

.dropdown-content ul {
	display: block;
	list-style: none;
	padding: 8px 0 0 40px;
	margin: 0 0 0 0;
	width: auto;
	height: auto;
	flex-wrap: wrap;
	gap: 20px;
	overflow: hidden;
}

.dropdown-content li a {
	display: block;
	position: relative;
	padding: 0 16px 4px 12px;
	margin: 0 6px 8px 4px;
	width: auto;
	height: 34px;
	line-height: 34px;
	font-size: 1.1em;
	color: #001d6d;
	text-decoration: none;
	transition:all .6s;
	float: left;
}

.dropdown-content li a:hover {
	display: block;
	position: relative;
	padding: 0 16px 4px 12px;
	margin: 0 6px 8px 4px;
	height: 34px;
	line-height: 34px;
	color: #fcda57;
	background-color: #001d6d;
	border-radius: 3px;
	transition:all .3s;
}

@media only screen and (max-width: 1400px) {


}







/*===========================================================*/
/*　openbtn　*/
/*===========================================================*/


.openbtn {
	display: block;
	position:fixed;
	top: 23px;
	right: 22px;
	z-index: 9999;
	cursor: pointer;
	width: 70px;
	height:70px;
	background-color: #001d6d;
	box-sizing: border-box;
	border-radius: 50%;
}

.openbtn_un {
	display: block;
	position:fixed;
	top: 92px;
	right: 22px;
	width: 70px;
	text-align: center;
	font-size: 0.9em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	color: #001d6d;
	z-index: 9999;
}

.openbtn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 20px;
	height: 3px;
	border-radius: 2px;
	background-color: #fcda57;
	width: 30px;
}

.openbtn span:nth-of-type(1) {
	top:20px;	
}

.openbtn span:nth-of-type(2) {
	top:33px;
}

.openbtn span:nth-of-type(3) {
	top:45px;
}
/*
.openbtn.active {
	display: block;
	position:fixed;
	top: 23px;
	right: 25px;
	z-index: 9999;
	cursor: pointer;
	width: 70px;
	height:70px;
	background-color: #b7ae9b;
	box-sizing: border-box;
	border: 1px solid #d4d4d4;
}
*/
.openbtn.active span {
	background-color: #fcda57;
}


.openbtn.active span:nth-of-type(1) {
	top: 28px;
	left: 20px;
    transform: translateY(6px) rotate(-45deg);
    width: 30px;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
	top: 40px;
	left: 20px;
    transform: translateY(-6px) rotate(45deg);
    width: 30px;
}



@media screen and (max-width:540px) {
	
	.openbtn {
		width:70px;
		height: 70px;
		top: 23px;
		right: 22px;
	}

}

/*===========================================================*/
/* クリックしたら スマートデバイスナビ出現 */
/*===========================================================*/


#g-nav {
	display: block;
	position:fixed;
	top: 0;
	right: -600px;
	width: 480px;
	height: 100vh; 
	background-color: #e5e5e5;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	transition: all 0.8s;
	box-shadow: 0px 0px 6px 4px rgba(70, 70, 70, 0.3);
	z-index: 3000;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
    right: 0;
    width: 480px;
}


/*ナビゲーションの縦スクロール*/

#g-nav #g-nav-content {
	position: fixed;
	z-index: 999; 
	width: 480px;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#g-nav #g-nav-content::-webkit-scrollbar{
	display: none;
}

.g-nav-header {
	display: block;
	position: relative;
	width:100%;
	height: 120px;
	z-index: 3000;
}

@media screen and (max-width:768px) {

	#g-nav {
		display: block;
		position:fixed;
		z-index: 3000;
		top: 0;
		right: -1000px;
		width: 100%;
		height: 100vh; 
		background-color: #e5e5e5;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		transition: all 0.6s;
	}
	
	#g-nav.panelactive {
	    right: 0;
	    width: 100%;
	}

	#g-nav #g-nav-content {
		position: fixed;
		z-index: 999; 
		width: 100%;
		height: 100vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.g-nav-header {
  		height: 120px;  
	}
    
}






/*　header　ページヘッダーロゴ廻り　*/
/*
#g-nav .sm-header-mark {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 36px;
	left: 34px;
	z-index: 100;
}

#g-nav .sm-company-name {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 48px;
	left: 108px;
	color: #404040;
	font-size: 1.7em;
	height: 35px;
	line-height: 35px;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	letter-spacing: -1px;
	z-index: 100;
}

#g-nav .sm-company-name span {
	padding: 0 8px 0 0;
	font-size: 0.7em;
	line-height: 35px;
	vertical-align:middle;
	color: #fff;
}


#g-nav .sm-company-name a {
	color: #fff;
}

#g-nav .sm-company-name a:hover {
	color: #fff;
	text-decoration: none;
}



@media only screen and (max-width: 768px) {

	#g-nav .sm-header-mark {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 20px;
		left: 34px;
		z-index: 100;
	}
	
	#g-nav .sm-company-name {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 32px;
		left: 108px;
		color: #404040;
		font-size: 1.7em;
		height: 35px;
		line-height: 35px;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
		text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
		letter-spacing: -1px;
		z-index: 100;
	}

}


@media only screen and (max-width: 520px) {

	#g-nav .sm-header-mark {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 20px;
		left: 18px;
	}
	
	#g-nav .sm-company-name {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 32px;
		left: 88px;
		color: #404040;
		font-size: 1.3em;
		height: 35px;
		line-height: 1.3em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
		text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
		letter-spacing: -1px;
	}

	#g-nav .sm-company-name span {
		display: block;
		padding: 0 8px 0 0;
		font-size: 0.8em;
		line-height: 1.3em;
		vertical-align:middle;
		color: #fff;
	}

}


@media only screen and (max-width: 375px) {

	#g-nav .sm-header-mark {
		display: none;
	}
	
	#g-nav .sm-company-name {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 32px;
		left: 24px;
	}

}
*/






	
	

#gnavSp {
	display: block;
	position: relative;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: right;
}

@media only screen and (max-width: 920px) {
	
	#gnavSp {
		display: block;
		position: relative;
		width: 100%;
		padding: 0 0 0 0;
		margin: 0 0 40px 0;
	}
	
}

@media only screen and (max-width: 640px) {
	
	#gnavSp {
		display: block;
		position: relative;
		width: 100%;
		padding: 0 0 140px 0;
		margin: 0 0 40px 0;
	}
	
}




	
 
#gnavSp li {
	list-style: none;
}
      
#gnavSp .first {
	display: block;
	width: 100%;
	margin: 0 0 0 0;
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
	border-bottom: none;
}

@media only screen and (max-width: 768px) {
	  
	#gnavSp .first {
		display: block;
		width: 100%;
		margin: 0 0 0 0;
		border-top: 1px solid #404040;
		border-bottom: 1px solid #404040;
		border-bottom: none;
	}	  
	  
}  
	
@media screen and (max-width: 420px) {
	
	#gnavSp .first {
		display: block;
		width: 100%;
		margin: 0 0 0 0;
		border-top: 1px solid #404040;
		border-bottom: 1px solid #404040;
		border-bottom: none;
	}	  

}


  
#gnavSp .first > li > a {
	display: block;
	position: relative;
	/*background-color: #fff;*/
	padding: 0 0 0 12px;
	font-size: 1.3em;
	color: #001d6d;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	border-bottom: 1px solid #404040;
	text-decoration: none;
	width: 100%;
	height: 72px;
	line-height: 72px;
}

/*
#gnavSp .first > li.inqnav > a {
	display: block;
	background-color: #f7b550;
	padding: 0.8em 0.7em;
	font-size: 1.3em;
	color: #fff;
	border-bottom: 1px solid #fff;
	width: 100%;
}      
*/       
        
#gnavSp .first > li > a strong,
#gnavSp .first > li > a em {
          display: block; }
          
#gnavSp .first > li > a:hover {
          text-decoration: none; }
          
#gnavSp .first > li > a em {
          font-size: 8px;
          line-height: 1.2; }
          
          
#gnavSp .first > li.a > a {
        color: #001d6d;
        border-bottom: 1px solid #7b7b7b; 
}
        
        
        
        
        
        
#gnavSp .first > li.b > a {
	color: #fff;
	background-color: #898989;
	border-bottom: 1px solid #6e6e6e;
	font-style: normal; 
}
        
#gnavSp .first > li.c > a {
	color: #fff;
	background-color: #eeb845;
	border-bottom: 1px solid #6e6e6e;
}  
        
#gnavSp .first > li.d > a {
	color: #fff;
	background-color:  #0168b7;
	border-bottom: 1px solid #6e6e6e;
}  
        
#gnavSp .first > li.e > a {
	color: #fff;
	background-color: #62cce7;
	border-bottom: 1px solid #6e6e6e;
}   
        
 #gnavSp .first > li.f > a {
	color: #001d6d;
	background-color: #fcda57;
	border-bottom: 1px solid #6e6e6e;
} 

         
        

#gnavSp .first > li.drop > a .sign {
	display: block;
	position: absolute;
	top: 21px;
	right: 18px;
	width: 30px;
	height: 30px;
	background-image: url(../images/square-plus-regular.svg);
}
        
#gnavSp .first > li.drop > a.active .sign {
	display: block;
	position: absolute;
	top: 21px;
	right: 18px;
	width: 30px;
	height: 30px;
	background-image: url(../images/square-minus-regular.svg); 
}

#gnavSp .first > li.drop > a .sign svg path {
	fill: #001d6d;
}
          
#gnavSp .first > li.drop li {
        border-top: 1px solid #d4d4d4; }
        
#gnavSp .first > li.drop li br {
		display: none; }
        
#gnavSp .first > li.drop li:first-child {
         border-top: 0; }
         
#gnavSp .first > li.drop li:last-child {
	border-bottom: 1px solid #48565e; 
}
          
#gnavSp .first > li.drop li a {
	display: block;
	background-color: #fff;
	padding: 0 0 0 32px;
	font-size: 1.1em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 1px;
	color: #001d6d;
	text-decoration: none;
	height: 52px;
	line-height: 52px;
}

#gnavSp .first > li.drop li a:hover {
	display: block;
	background-color: #001d6d;
	padding: 0 0 0 32px;
	font-size: 1.1em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	color: #fcda57;
	text-decoration: none;
	height: 52px;
	line-height: 52px;
}
          
#gnavSp .first > li .dropList {
	display: none;
}
        
        
        
        
        
        
        
#gnavSp .second {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	display: table;
	width: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	  -ms-flex-align: center;
	      align-items: center; 
}
              
#gnavSp .second a {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding: 0.8em 0.7em;
	color: #fff;
	line-height: 1.2; 
}
        
#gnavSp .second a:first-child {
	border-right: 1px solid #7a7a7a; 
}
          
#gnavSp .third {
	background-color: #11a4a7;
	padding: 1.2em; 
}
      
#gnavSp .fifth {
	background-color: #a9a9a9;
	padding: 1.2em; 
}
      
#gnavSp .third a {
	display: block;
	width: 100%;
	border-radius: 4px;
	text-align: center;
	line-height: 1.2;
	padding: 0.7em;
	font-size: 14px;
	background-color: #f6f5f5;
	border: 1px solid #d0d0d0;
	color: #11a4a7; 
}
        
#gnavSp .fifth a {
	display: block;
	width: 90%;
	border-radius: 4px;
	text-align: center;
	line-height: 1.2;
	padding: 0.7em 5% 0.7em 5%;
	font-size: 16px;
	background-color: #357e8b;
	border: 2px solid #fff;
	color: #fff;
}   
 






#gnavInfo {
	display: block;
	width: 45%;
	padding: 5% 0 50px 5%;
	margin: 0 0 0 0;
	float: left;
	overflow: hidden;
}

@media only screen and (max-width: 920px) {
	
	#gnavInfo {
		display: block;
		width: 95%;
		padding: 0 0 50px 0;
		margin: 30px 2.5% 40px 2.5%;
	}
	
}

@media only screen and (max-width: 640px) {
	
	#gnavInfo {
		display: block;
		width: 100%;
		padding: 0 0 0 0;
		margin: 30px 0 40px 0;
	}
	
}



#gnavInfo .txt_01 {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #404040;
	font-size: 5.6em;
	line-height: 0.84em;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	letter-spacing: -1px;
	text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.3);
	z-index: 100;
	text-align: left;
}

#gnavInfo .txt_02 {
	display: block;
	position: relative;
	padding: 40px 0 0 0;
	margin: 0 0 0 0;
	color: #404040;
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	text-shadow: 1px 2px 2px rgba(255, 255, 255, 0.3);
	z-index: 100;
	text-align: left;
}

#gnavInfo .txt_03 {
	display: block;
	position: relative;
	padding: 8px 0 0 0;
	margin: 0 0 0 0;
	color: #404040;
	font-size: 2.2em;
	line-height: 1.3em;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	text-shadow: 1px 2px 2px rgba(255, 255, 255, 0.3);
	z-index: 100;
	text-align: left;
}

@media only screen and (max-width: 1100px) {

	#gnavInfo .txt_01 {
		display: block;
		position: relative;
		padding: 0 0 0 22px;
		margin: 0 0 0 0;
		color: #404040;
		font-size: 4.2em;
		line-height: 0.84em;
	}
	
	#gnavInfo .txt_02 {
		display: block;
		position: relative;
		padding: 40px 0 0 22px;
		margin: 0 0 0 0;
		color: #404040;
		font-size: 1.2em;
		line-height: 1.1em;
	}
	
	#gnavInfo .txt_03 {
		display: block;
		position: relative;
		padding: 8px 0 0 22px;
		margin: 0 0 0 0;
		color: #404040;
		font-size: 1.6em;
		line-height: 1.3em;
	}

}


@media only screen and (max-width: 440px) {

	#gnavInfo .txt_01 {
		display: block;
		position: relative;
		padding: 60px 0 0 0;
		margin: 0 0 0 0;
		color: #404040;
		font-size: 3.8em;
		line-height: 0.84em;
		text-align: center;
	}
	
	#gnavInfo .txt_02 {
		display: block;
		position: relative;
		padding: 40px 0 0 0;
		margin: 0 0 0 0;
		color: #404040;
		font-size: 1.1em;
		line-height: 1.1em;
		text-align: center;
	}
	
	#gnavInfo .txt_03 {
		display: block;
		position: relative;
		padding: 8px 0 0 0;
		margin: 0 0 0 0;
		color: #404040;
		font-size: 1.5em;
		line-height: 1.3em;
		text-align: center;
	}

}



















#gnavFoot {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 60px 0 140px 0;
	margin: 0 0 0 0;
}


.footer_copyright {
	display: block;
	position: relative;
	padding: 24px 0 0 0;
	margin: 0 auto 0 auto;
	color: #404040;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

.footer_copyright br {
	display: none;
}

@media screen and (max-width: 630px) {

	.footer_copyright br {
		display: block;
	}

}










/* #footer */

#footer {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #2e2e2e;
	z-index: 2;
}

.footer-inner {
	display: block;
	position: relative;
	padding: 40px 0 40px 0;
	margin: 0 auto 0 auto;
	width: 95%;
	max-width: 1600px;
	height: auto;
	overflow: hidden;
}

@media screen and (max-width: 1200px) {

	.footer-inner {
		display: block;
		position: relative;
		padding: 40px 0 40px 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

}








#footer-com {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 20%;
	min-width: 280px;
	height: 100%;
	float: left;
}

.footer-logo {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 28px 0;
	width: 200px;
	height: auto;
}


.footer-place {
	display: block;
	position: relative;
	padding: 0 0 22px 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

.footer-complace {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #fff;
	font-size: 1.3em;
	line-height: 1.8em;
	font-weight: 700;
	font-family: "BIZ UDPGothic", sans-serif;
}

.footer-post {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

.footer-add {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

@media screen and (max-width: 1200px) {
	
	#footer-com {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 35px;
		width: 280px;
		float: none;
	}

}
















#footer-link {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 75%;
	height: auto;
	min-height: 350px;
	color: #fff;
	overflow: hidden;
	float: right;
}

.footer-link-inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 95%;
	max-width: 1800px;
}

@media screen and (max-width: 1200px) {
	
	#footer-link {
		clear: both;
		display: block;
		position: relative;
		padding: 40px 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		float: none;
	}	

	.footer-link-inner {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
	}

}








.link-main-ti {
	display: block;
	position: relative;
	padding: 0 0 8px 8px;
	margin: 0 0 10px 0;
	width: 100%;
	font-size: 1.3em;
	line-height: 1.1em;
	color: #fff; 
	border-bottom: 1px solid #fff;
	font-weight: 700;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 2px;
}

.link-main-ti span {
	display: none;
}


/*
.link-main {
	display: block;
	position: relative;
	padding: 0 0 40px 0;
	margin: 0 1% 0 1%;
	width: 18%;
	height: auto;
	float: left;
	overflow: hidden;
}
*/

.link-main {
	display: block;
	position: relative;
	padding: 0 0 40px 0;
	margin: 0 1.5% 0 1.5%;
	width: 22%;
	height: auto;
	float: left;
	overflow: hidden;
}

@media screen and (max-width: 1500px) {
	
	.link-main {
		display: block;
		position: relative;
		padding: 0 0 40px 0;
		margin: 0 1.5% 0 1.5%;
		width: 30.3%;
		height: auto;
		float: left;
		overflow: hidden;
	}

}

@media screen and (max-width: 920px) {

	.link-main {
		display: block;
		position: relative;
		padding: 0 0 40px 0;
		margin: 0 1% 0 1%;
		width: 48%;
		height: auto;
		float: left;
	}

}

@media screen and (max-width: 768px) {

	.link-main {
		display: block;
		position: relative;
		padding: 0 0 40px 0;
		margin: 0 auto 0 auto;
		width: 90%;
		height: auto;
		float: none;
	}

}



.link-main li a {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 12px;
	font-size: 1em;
	line-height: 200%;
	color: #fff; 
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

.link-main li a:hover {
	color: #fcda57;
	text-decoration: underline;
}

@media screen and (max-width: 640px) {

	.link-main {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
		float: none;
	}

	.link-main-ti {
		display: block;
		position: relative;
		padding: 0 0 8px 18px;
		margin: 0 0 0 0;
		width: 100%;
		height: 60px;
		line-height: 60px;
		color: #fff; 
		background-color: #999999;
		font-size: 1.4em;
		border-bottom: 1px solid #999999;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
		letter-spacing: 2px;
		border-left: 6px solid #fff;
	}

	.link-main-ti span {
		display: block;
		position: absolute;
		top: 0;
		right: 18px;
	}



	.link-main li {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 54px;
		line-height: 54px;
		font-size: 1.1em;
		color: #c3c3c3; 
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
	}
	
	.link-main li a {
		display: block;
		position: relative;
		padding: 0 0 0 18px;
		margin: 0 0 0 0;
		width: 100%;
		height: 54px;
		line-height: 54px;
		color: #c3c3c3; 
		background-color: #2e2e2e;
		border-bottom: 1px solid #999999;
	}
	
	.link-main li a:hover {
		color: #fcda57; 
		text-decoration: none;
		background-color: #001d6d;
		border-bottom: 1px solid #999999;
	}

}


@media screen and (max-width: 640px) {

	#footer-link {
		display: none;
	}
	
}

@media screen and (max-width: 460px) {

	#footer-link {
		display: none;
	}

}








#footer-end {
	display: block;
	position: relative;
	padding: 40px 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 100px;
	color: #fff;
	background: #2e2e2e;
	overflow: hidden;
}

.footer-end-inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 90%;
	max-width: 1800px;
	height: auto;
}

@media screen and (max-width: 920px) {
	
	.footer-end-inner {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		width: 90%;
		max-width: 1800px;
		height: auto;
	}	
	
}

@media screen and (max-width: 640px) {
	
	#footer-end {
		display: block;
		position: relative;
		padding: 40px 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
		min-height: 100px;
		color: #fff;
		background: #2e2e2e;
		overflow: hidden;
	}

}

.footer-copy {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	color: #fff;
	text-align: center;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

.footer-copy br {
	display: none;
}

@media screen and (max-width: 640px) {

	.footer-end-inner {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
	}
	
	.footer-copy {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 35px;
		color: #fff;
		text-align: left;
		font-size: 1.2em;
		line-height: 1.4em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
	}

	.footer-copy br {
		display: block;
	}

}





.page_title_list li .m_logo {
	display: block;
	position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: -26px;
		left: 140px;
		width: 40%;
		max-width: 180px;
		height: auto;
		max-height: 16px;
}

.page_title_list li .m_logo img {
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
}




/* # =================================================================
   # float-buttons
   # ================================================================= */



.index_bt {
	display: block;
	position: fixed;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	bottom: 10px;
	right: 6px;
	z-index: 92999;
}

.float-buttons {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 360px;
	height: auto;
	z-index: 2999;
}

.float-buttons li a.fl_btn {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 10px 10px;
	width: 110px; 
	height: auto;
	overflow: hidden;
	float: right;
	z-index: 2999;
}

.float-buttons li a.fl_btn img {
  display: block;
  width: 100%;
  height: auto;
}

/* 通常画像（下） */
.float-buttons li .fl_normal {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

/* ホバー画像（上） */
.float-buttons li .fl_hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: block;
  width: 100%;
  height: auto;
}

/* ホバー時 */
.float-buttons li a.fl_btn:hover .fl_hover {
  opacity: 1;
}


@media only screen and (max-width: 768px) {

	.index_bt {
		display: block;
		position: fixed;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		bottom: 10px;
		right: 12px;
		z-index: 2999;
	}

	.float-buttons {
		display: table-cell;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 94px;
		height: auto;
		min-height: 270px;
		z-index: 2999;
		vertical-align: bottom;
	}

	.float-buttons li a.fl_btn {
		position: relative;
		display: block;
		padding: 0 0 0 0;
		margin: 0 0 10px 10px;
		width: 80px; 
		height: auto;
		overflow: hidden;
		float: left;
		z-index: 2999;
		vertical-align: bottom;
	}

}





















/* # =================================================================
   # page-top
   # ================================================================= */

#page-top a {
	display: block;
	width: 60px;
	height: 60px;
	transition:all 0.3s;
}

#page-top a img {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 60px;
	height: 60px;
}

#page-top {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 2999;
	opacity: 0;
	transform: translateX(100px);
	
}

#page-top.LeftMove{
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

#page-top.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}

@media screen and (max-width: 480px) {

	#page-top,
	#page-top a {
		display: none;
	}

}


