@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;
}


/* Google Translate Overrides対応 */
html, body{
  min-height: 0!important;
  height: auto!important;
  position: inherit!important;
}


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

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

html{
  height: -webkit-fill-available;
}

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


a {
  color: #423f3e;
  text-decoration: none;
}

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

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: 8px;
	font-size: 0.8em;
}

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

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

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

.i-navi {
	padding-right: 11px;
	font-size: 0.7em;
}

.i-form {
	padding-right: 11px;
	font-size: 0.9em;
}

.i-space_recruit {
	padding-right: 8px;
	color: #9d1d22;
	font-weight: 700;
}

.i-space_career {
	padding-right: 8px;
	color: #dc801d;
	font-weight: 700;
}





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

#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000;
	text-align:center;
	
	/*
	background-color: #ede9e4;
    background-image: linear-gradient(#ede9e4cf, #ede9e4cf),
    url(../images/noise.png);
    background-repeat: repeat;
    background-size: 100px;
	*/
	
	background-color: #ffffff;
    background-image: linear-gradient(#ffffffcf, #ffffffcf),
    url(../images/noise.png);
    background-repeat: repeat;
    background-size: 100px;
    
}

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

#splash_logo svg {
	width: 640px;
}



/*---------------------------------------------------------------------- */
/* 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: #108b3b;
	stroke-miterlimit: 5;
}

#mask.done path {
  fill: #108b3b;
  fill-opacity: 1;
  stroke: none;
}










#container {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow-x: hidden;
	background-color: #f5f5f5;
	
	/*
	background-color: #ede9e4;
    background-image: linear-gradient(#ede9e4cf, #ede9e4cf),
    url(../images/noise.png);
    background-repeat: repeat;
    background-size: 100px;
    */
    
}

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

#members {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
}


/* # =================================================================
   # header
   # ================================================================= */


#container #header {
	display: block;
	position:fixed;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 160px;
	z-index: 10;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0);
	box-shadow: 0px 4px 10px -5px rgba(75,75,75,0.9);
	backdrop-filter: blur(2px);
	z-index: 100;
}

#sub_container #header {
	display: block;
	position:fixed;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 160px;
	z-index: 10;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0);
	box-shadow: 0px 4px 10px -5px rgba(75,75,75,0.9);
	backdrop-filter: blur(3px);
	z-index: 100;
}

@media only screen and (max-width: 1080px) {
	
	#container #header {
		display: block;
		position:fixed;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 100px;
		z-index: 10;
		top: 0;
		left: 0;
		background-color: rgba(255,255,255,0.1);
		box-shadow: 0px 4px 10px -5px rgba(75,75,75,0.9);
		backdrop-filter: blur(2px);
		z-index: 1000;
	}
	
	#sub_container #header {
		display: block;
		position:fixed;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 100px;
		z-index: 10;
		top: 0;
		left: 0;
		background-color: rgba(255,255,255,0.1);
		box-shadow: 0px 4px 10px -5px rgba(75,75,75,0.9);
		backdrop-filter: blur(2px);
		z-index: 100;
	}

}



#container #header .header_top {
	display: block;
	position:relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 100px;
	background-color: rgba(255,255,255,0.7);
	transition: all .6s;
}

#container #header .header_top.change-color {
	background-color: rgba(232,232,232,0.9);
}

#container #header .header_top:hover {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 100px;
	background-color: rgba(255,255,255,0.95);
    z-index: 100;
	transition: all .6s;
}




#sub_container #header .header_top {
	display: block;
	position:relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 100px;
	background-color: rgba(232,232,232,0.9);
	transition: all .6s;
}

#sub_container #header .header_top:hover {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 100px;
	background-color: rgba(255,255,255,0.95);
    z-index: 100;
	transition: all .6s;
}



/* header_Bt */

.header_Bt {
	display: block;
	position: absolute;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
    top: 16px;
    right: 200px;
    z-index: 200;
	transition: all .5s;
}

.header_Bt ul {
	display: block;
	position: relative;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 38px;
	list-style: none;
	text-align: center;
}

.header_Bt ul li {
	position: relative;
	display: inline-block; 
	margin: 0 0 0 0;
    padding: 0 0 0 0;
	width: auto;
	min-width: 70px;
	height: 34px;
	line-height: 34px;
	width: auto;
	min-width: 80px;
	text-align: center;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	font-size: 0.9em;
	font-style: normal;
}

.header_Bt ul li a {
	position: relative;
	display: inline-block; 
	margin: 0 4px 0 4px;
    padding: 0 40px 0 40px;
	width: auto;
	min-width: 70px;
	height: 34px;
	line-height: 34px;
	width: auto;
	min-width: 80px;
	text-align: center;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	font-style: normal;
	color: #111;
	background-color: #e8e8e8;
	border-radius: 18px;
	box-shadow: 0px 4px 10px -5px rgba(75,75,75,0.9);
}

.header_Bt ul li a:hover {
	position: relative;
	display: inline-block; 
	margin: 0 4px 0 4px;
    padding: 0 40px 0 40px;
	width: auto;
	min-width: 70px;
	height: 34px;
	line-height: 34px;
	width: auto;
	min-width: 80px;
	text-align: center;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	background-color: #108b3b;
	border-radius: 18px;
	box-shadow: 0px 4px 10px -5px rgba(75,75,75,0.9);
}


























/* header_about */

.header_about {
	display: block;
	position: absolute;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
    top: 58px;
    right: 200px;
    z-index: 200;
	transition: all .5s;
}

.header_about ul {
	display: block;
	position: relative;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 38px;
	list-style: none;
	text-align: center;
}

.header_about ul li {
	position: relative;
	display: inline-block; 
	margin: 0 0 0 0;
    padding: 0 0 0 0;
	width: auto;
	min-width: 70px;
	height: 34px;
	line-height: 34px;
	width: auto;
	min-width: 80px;
	text-align: center;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	font-size: 1.1em;
	font-style: normal;
}

.header_about ul li a {
	position: relative;
	display: inline-block; 
	margin: 0 2px 0 2px;
    padding: 0 18px 0 18px;
	width: auto;
	min-width: 70px;
	height: 34px;
	line-height: 34px;
	width: auto;
	min-width: 80px;
	text-align: center;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	font-style: normal;
	color: #111;
}

.header_about ul li a:hover {
	position: relative;
	display: inline-block; 
	margin: 0 2px 0 2px;
    padding: 0 18px 0 18px;
	width: auto;
	min-width: 70px;
	height: 34px;
	line-height: 34px;
	width: auto;
	min-width: 80px;
	text-align: center;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	/*border-bottom: 5px solid #111;*/

	background-color: #108b3b;
	border-radius: 18px;
}

.header_about ul li a.purple:hover {
	background-color: #8e87b0;
}

.header_about ul li a.blue:hover {
	background-color: #879fb0;
}

.header_about ul li a.green:hover {
	background-color: #8db087;
}

.header_about ul li a.pink:hover {
	background-color: #d599a8;
}

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

	.header_Bt,
	.header_about {
		display: none;
	}

}









.header_top .open-serch {
	position: absolute;
	display: block;
	top: 14px;
	right: 100px;
	background:url("../images/search_w.svg") no-repeat center center;
	background-size: 36px 36px;
	width: 72px;
	height: 72px;
	border-radius: 36px;
	background-color: #108b3b;
	cursor: pointer;
	z-index: 200;
}

/*クリック後、JSでボタンに btnactive クラスが付与された後の見た目*/
.header_top .open-serch.btnactive {
	background:url("../images/close_w.svg") no-repeat center center;
	background-size: 36px 36px;
	width: 72px;
	height: 72px;
	border-radius: 36px;
	background-color: #108b3b;
	cursor: pointer;
}


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

	.header_top .open-serch {
		display: none;
	}
	
}


/*検索窓背景*/

.header_top #search-wrap {
  position: absolute;
	top: 0;
	right: 184px;
	z-index: 200;
	opacity: 0;
	width:0;
	transition: all 0.4s;
	border-radius: 37px;
}

.header_top #search-wrap.panelactive {
	opacity: 1;
	z-index: 300;
	width: 50%;
	max-width: 650px;
	height: 74px;
	padding: 20px 28px 18px 28px;
	top: 13px;
	background-color: #d6d5d5;
}


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

	.header_top #search-wrap {
	  position: absolute;
		top: 100px;
		right: 0;
		z-index: 200;
		opacity: 0;
		width:0;
		transition: all 0.4s;
		border-radius: 5px;
	}
	
	.header_top #search-wrap.panelactive{
		opacity: 1;
		z-index: 200;
		width: 100%;
		max-width: 1200px;
		height: 74px;
		padding: 20px 28px 18px 28px;
		top: 100px;
		background-color: #d6d5d5;
	}
	
}


/*検索窓*/
.header_top #search-wrap #searchform {
	display: none;/
}


.header_top #search-wrap.panelactive #searchform {
	display: block; 
	background-color:#fff;
}

/*==検索フォームの設定*/

/*==テキスト入力とボタンinput共通設定*/
.header_top #search-wrap.panelactive input{
	-webkit-appearance:none;/*SafariやChromeのデフォルトの設定を無効*/
	outline: none;
	cursor: pointer;
	color: #666;
}

/*テキスト入力input設定*/
.header_top #search-wrap input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	max-width: calc(100% - 0.5em - 40px );
	border: none;
	border-bottom:2px solid #ccc;
	transition: all 0.5s;
	letter-spacing: 0.05em;
	height: 36px;
	padding: 10px;
	border-radius: 23px;
	background-color:#fff;
}

.header_top #search-wrap input[type=image]{
  position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 20px;
	right: 26px;
	width: 30px;
	height: auto;
}

/*テキスト入力inputにフォーカスされたら*/
.header_top #search-wrap input[type="text"]:focus {
	background:#f6f6f6;
}

/*ボタンinput設定*/
.header_top #search-wrap.panelactive input[type="submit"] {
	position: absolute;
	top:10px;
	right:30px;
	background:url("../img/icon_search.svg") no-repeat right;
	background-size: 20px 20px;
	width:30px;
	height: 60px;
}










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

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

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









.head_logo {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 20px;
	left: 60px;
	width: 305px;
	height:auto;
    z-index: 5000;  
}

.head_logo a {
	display: block;
	color: #0f3675;
	text-decoration: none;
}
	
.head_logo_s {
	display: none;
}

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

	.head_logo {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 20px;
		left: 30px;
		width: 305px;
		height:auto;
	    z-index: 5000;  
	}
	
	.head_logo a {
		display: block;
		color: #0f3675;
		text-decoration: none;
	}

}


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

	.head_logo {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 20px;
		left: 22px;
		width: 305px;
		height:auto;
	    z-index: 5000;
	}

}

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

	.head_logo {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 20px;
		left: 16px;
		width: 305px;
		height:auto;
	    z-index: 5000;
	}

}

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

	.head_logo {
		display: none;
	}

	.head_logo_s {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 20px;
		left: 16px;
		width: 192px;
		height:auto;
	    z-index: 5000;
	}

}




.navi_logo_s {
	display: none;
}

.navi_logo {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 20px;
	left: 18px;
	width: 305px;
	height:auto;
    z-index: 5000;  
}

.navi_logo a {
	display: block;
	text-decoration: none;
}

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

	.navi_logo {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 20px;
		left: 18px;
		width: 305px;
		height:auto;
	    z-index: 5000;
	}

}

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

	.navi_logo {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 20px;
		left: 18px;
		width: 305px;
		height:auto;
		z-index: 5000;
	}

}

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

	.navi_logo {
		display: none;
	}

	.navi_logo_s {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 20px;
		left: 16px;
		width: 192px;
		height:auto;
	    z-index: 5000;
	}

}






/* # =================================================================
   # gnav 2025 For Shiraishi
   # ================================================================= */
   
   
.g-nav {
	display: block;
	position: relative;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 60px;
	background-color: rgba(255,255,255,0.55);
    z-index: 100;
	transition: all .5s;
}

.g-nav.change-color {
	background-color: rgba(223,223,223,0.9);
}

.g-nav:hover {
	display: block;
	position: relative;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 60px;
	background-color: rgba(255,255,255,0.95);
    z-index: 100;
	transition: all .5s;	
}

.g-nav ul {
	display: block;
	position: absolute;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
    top: 0;
    right: 100px;
    height: 60px;
	list-style: none;
	text-align: center;
}

.g-nav ul li {
	position: relative;
	display: inline-block; 
	width: auto;
	min-width: 70px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	font-style: normal;
}

.g-nav ul li:last-child {

}


.g-nav ul li.head a {
	display: block;
	color: #423f3e;
	padding: 0 10px 0 10px;
	margin: 0 10px 0 10px;
    font-size: 1.1em;
	height: 60px;
	line-height: 60px;
	width: 110px;
}

.g-nav ul li.head a:hover,
.g-nav ul li.head a.current {
	display: block;
	color: #423f3e;
	margin: 0 10px 0 10px;
	height: 55px;
	line-height: 50px;
	border-top: 5px solid #108b3b;
	width: 110px;
}

.g-nav ul li.head2 a {
	display: block;
	color: #423f3e;
	padding: 0 10px 0 10px;
	margin: 0 10px 0 10px;
    font-size: 1.1em;
	height: 60px;
	line-height: 60px;
	width: 180px;
}

.g-nav ul li.head2 a:hover,
.g-nav ul li.head2 a.current {
	display: block;
	color: #423f3e;
	margin: 0 10px 0 10px;
	height: 55px;
	line-height: 50px;
	border-top: 5px solid #108b3b;
	width: 180px;
}

.g-nav ul li a.campaign {

}

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

	.g-nav {
		display: none;
	}

}


.g-nav ul li a .jp{
  display: none;
}
.g-nav ul li a:hover .en{
  display: none;
}
.g-nav ul li a:hover .jp{
  display: inline;
}







/**/

/*== 2階層目の共通設定 */

/*下の階層を持っているulの指定*/
.g-nav li.has-child ul {
	position: absolute;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	left: -8px;
	top: 61px;
	z-index: 100;
	width: 300px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}

.g-nav li.has-child:last-child ul {
	position: absolute;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	left: -28px;
	top: 61px;
	z-index: 100;
	width: 300px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}



/*hoverしたら表示*/
.g-nav li.has-child:hover > ul,
.g-nav li.has-child ul li:hover > ul,
.g-nav li.has-child:active > ul,
.g-nav li.has-child ul li:active > ul {
	visibility: visible;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	opacity: 1;
	z-index: 100;
}

/*ナビゲーションaタグの形状*/
.g-nav li.has-child .sub-menu li {
	display: block;
	position: relative;
	width: 293px;
	height: 46px;
	line-height: 46px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	/*background-color: #5f5f66;*/
	letter-spacing: -0.5px;
	text-align: left;
	border-top: none;
}

.g-nav li.has-child .sub-menu li a {
	display: block;
	position: relative;
	width: 293px;
	height: 45px;
	line-height: 45px;
	padding: 0 0 0 0;
	margin: 0 0 1px 0;
	font-size: 1.1em;
	letter-spacing: -0.5px;
	background-color: #5f5f66;
	border-left: 7px solid #5f5f66;
	color: #e8e8e8;
	border-top: none;
	transition: all .8s;
}

.g-nav li.has-child .sub-menu li a:hover,
.g-nav li.has-child .sub-menu li a:active {
	display: block;
	position: relative;
	width: 293px;
	height: 45px;
	line-height: 45px;
	padding: 0 0 0 0;
	margin: 0 0 1px 0;
	letter-spacing: -0.5px;
	text-decoration: none;
	background-color: #108b3b;
	border-left: 7px solid #e8e8e8;
	color: #e8e8e8;
	border-top: none;
	transition: all .4s;
}


.g-nav li.has-child .sub-menu li a span {
	margin: 0 0 0 0;
	padding: 0 0 0 18px;
}











/*  */
/*
.open-serch {
	position: absolute;
	display: block;
	top: 40px;
	right: 108px;
	background:url("../images/search_w.svg") no-repeat center center;
	background-size: 40px 40px;
	width: 95px;
	height: 95px;
	background-color: #108b3b;
	cursor: pointer;
	z-index: 100;
}

.open-serch.btnactive {
	background:url("../images/close_w.svg") no-repeat center center;
	background-size: 40px 40px;
	width: 95px;
	height: 95px;
	background-color: #108b3b;
	cursor: pointer;
}


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

	.open-serch {
		display: none;
	}
	
}
*/

/*検索窓背景*/

#search-wrap {
  position: absolute;
	top: 150px;
	right: 0;
	z-index: -1;
	opacity: 0;
	width:0;
	transition: all 0.4s;
	border-radius: 5px 0 0 5px;
}

#search-wrap.panelactive {
	opacity: 1;
	z-index: 9999;
	width: 50%;
	max-width: 640px;
	padding: 20px;
	top: 135px;
	background-color: #d6d5d5;
}


@media only screen and (max-width: 1150px) {
	
	#search-wrap.panelactive{
		opacity: 1;
		z-index: 9999;
		width: 100%;
		max-width: 1150px;
		padding: 20px;
		top: 135px;
		background-color: #d6d5d5;
	}
	
}


/*検索窓*/
#search-wrap #searchform {
	display: none;/
}


#search-wrap.panelactive #searchform{
	display: block; 
	background-color:#fff;
}

/*==検索フォームの設定*/

/*==テキスト入力とボタンinput共通設定*/
#search-wrap input{
	-webkit-appearance:none;/*SafariやChromeのデフォルトの設定を無効*/
	outline: none;
	cursor: pointer;
	color: #666;
}

/*テキスト入力input設定*/
 #search-wrap input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	max-width: calc(100% - 0.5em - 40px );
	border: none;
	border-bottom:2px solid #ccc;
	transition: all 0.5s;
	letter-spacing: 0.05em;
	height: 46px;
	padding: 10px;
	border-radius: 23px;
	background-color:#fff;
}

#search-wrap input[type=image]{
  position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 25px;
	right: 26px;
	width: 30px;
	height: auto;
}

/*テキスト入力inputにフォーカスされたら*/
 #search-wrap input[type="text"]:focus {
	background:#f6f6f6;
}

/*ボタンinput設定*/
 #search-wrap input[type="submit"] {
	position: absolute;
	top:10px;
	right:30px;
	background:url("../img/icon_search.svg") no-repeat right;
	background-size: 20px 20px;
	width:30px;
	height: 60px;
}




/*google_translate*/

#google_translate {
	position: absolute;
	top: 4px;
	right: 85px;
	padding: 0 24px 0 24px;
	margin: 0 0 0 0;
	width: auto;
	height: 1.8em;
	line-height: 1.8em;
}


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

	#google_translate {
		position: absolute;
		top: 4px;
		right: 0;
		padding: 0 24px 0 24px;
		margin: 0 0 0 0;
		width: auto;
		height: 1.8em;
		line-height: 1.8em;
	}

}


































/* # =================================================================
   # footer
   # ================================================================= */ 


#footer {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 560px;
	/*background-color: #f5f5f5;*/
	
	background-color: #ffffff;
    background-image: linear-gradient(#ffffffcf, #ffffffcf),
    url(../images/noise.png);
    background-repeat: repeat;
    background-size: 100px;
    
	overflow: hidden;
}

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

	#footer {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
		min-height: 780px;
		/*background-color: #f5f5f5;*/
	}

}





/* # =================================================================
   # .footer_Links
   # ================================================================= */ 

.footer_links {
	display: block;
	position: relative;
	padding: 50px 0 30px 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	background-color: #e8e8e8;
	overflow: hidden;
}

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


.footer_links_inner ul {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
}

.footer_links_inner ul li {
	display: inline-block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 20px 20px 20px;
	width: 560px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	font-size: 2.1em;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 400;
	font-style: normal;
	border-radius: 8px;
	letter-spacing: 1px;
}

.footer_links_inner ul li a {
	display: inline-block;
	position: relative;
	width: 560px;
	height: 120px;
	color: #fff;
	background-color: #108b3b;
	/*background-color: rgba(95,95,102, 0.8);*/
	border-radius: 8px;
	/*border: 1px solid #5f5f66;*/
}


.footer_links_inner ul li a:hover p {
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 1);
}

/*
.footer_links_inner ul li.company a:hover {
	background-image: url(../images/links_bg_01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 8px;
}

.footer_links_inner ul li.recruit a:hover {
	background-image: url(../images/links_bg_02.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 8px;
}
*/


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

	.footer_links_inner ul li {
		display: inline-block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 20px auto;
		width: 90%;
		max-width: 560px;
		height: 120px;
		line-height: 120px;
		text-align: center;
		font-size: 1.8em;
		font-family: "M PLUS 1p", sans-serif;
		font-weight: 400;
		font-style: normal;
		border-radius: 4px;
		letter-spacing: 1px;
	}
	
	.footer_links_inner ul li a {
		display: inline-block;
		position: relative;
		margin: 0 auto 20px auto;
		width: 100%;
		max-width: 560px;
		height: 120px;
		line-height: 120px;
	}

}



.footer_links_inner3 {
	clear: both;
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 18px auto 0 auto;
	width: 95%;
	max-width: 1600px;
	height: auto;
	overflow: hidden;
}


.footer_links_inner3 ul {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
}

.footer_links_inner3 ul li {
	display: inline-block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 16px 20px 16px;
	width: 360px;
	height: 140px;
	line-height: 140px;
	border-radius: 8px;
}

.footer_links_inner3 ul li a {
	display: inline-block;
	position: relative;
	width: 360px;
	height: 140px;
	border-radius: 8px;
}

.footer_links_inner3 ul li a:hover {
	opacity: 0.6;
}

.footer_links_inner3 ul li img {
	border-radius: 8px;
}


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

	.footer_links_inner ul li {
		display: inline-block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		width: 90%;
		max-width: 360px;
		height: auto;
	}
	
	.footer_links_inner ul li a {
		display: inline-block;
		position: relative;
		margin: 18px auto 0 auto;
		width: 100%;
		max-width: 360px;
		height: auto;
	}
	
	.footer_links_inner3 ul li {
		display: inline-block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		width: 90%;
		max-width: 360px;
		height: auto;
	}
	
	.footer_links_inner3 ul li a {
		display: inline-block;
		position: relative;
		margin: 0 auto 18px auto;
		width: 100%;
		max-width: 360px;
		height: auto;
	}

}




/* # =================================================================
   # .footer_mid
   # ================================================================= */ 

.footer_mid {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.footer_mid_inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 95%;
	max-width: 1600px;
}

@media screen and (max-width:640px) {
	
	.footer_mid_inner {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
	}	
	
}
	
	
/*01*/

.footer_mid_inner01 {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 110px;
}



.footer_mid_inner01 .sns {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 44px;
	right: 0;
}

.footer_mid_inner01 .sns li {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 10px 10px 10px;
	float: left;
	width: 35px;
	height: 35px;
	font-size: 3.2em;
	line-height: 1em;
}


.footer_mid_inner01 .sns li a.tw:hover {
	color: #1DA1F2;
}

.footer_mid_inner01 .sns li a.in:hover {
	color: #e7356f;
}

.footer_mid_inner01 .sns li a.fa:hover {
	color: #0865fe;
}




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

	.footer_mid_inner01 .sns {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 50px 0 50px 0;
		top: 0;
		right: 0;
		text-align: center;
	}
	
	.footer_mid_inner01 .sns li {
		display: inline-block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 10px 10px 10px;
		float: none;
		width: 35px;
		height: 35px;
		font-size: 3.2em;
		line-height: 1em;
	}

}



.footer_mid_inner01 .txt {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 64px;
	left: 0;
}

.footer_mid_inner01 .txt li {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	font-size: 1.2em;
	line-height: 1em;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: -0.5px;
}

.footer_mid_inner01 .txt li a {
	margin: 0 8px 8px 8px;
	color: #5f5f66;
	text-decoration: none;
}

.footer_mid_inner01 .txt li a:hover {
	text-decoration: underline;
}

.footer_mid_inner01 .txt li a span {
	padding-right: 6px;
	font-size: 0.8em;
}

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

	.footer_mid_inner01 .txt {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 0;
		left: 0;
		border-top: 1px solid #5f5f66;
	}

	.footer_mid_inner01 .txt li {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		float: none;
		width: 100%;
		height: 64px;
		line-height: 64px;
		font-size: 1.2em;
		font-family: "BIZ UDPGothic", serif;
		font-weight: 400;
		letter-spacing: 1px;
		border-bottom: 1px solid #5f5f66;
	}
	
	.footer_mid_inner01 .txt li a {
		display: block;
		position: relative;
		padding: 0 0 0 22px;
		margin: 0 0 0 0;
		width: 100%;
		height: 64px;
		line-height: 64px;
		text-decoration: none;
		border-bottom: 1px solid #5f5f66;
	}
	
	.footer_mid_inner01 .txt li a:hover {
		text-decoration: none;
		background-color: #fff;
	}
	
	.footer_mid_inner01 .txt li a span {
		padding-right: 6px;
		font-size: 0.8em;
	}

}








/*02*/

.footer_mid_inner02 {
	display: block;
	position: relative;
	padding: 26px 0 26px 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 300px;
	border-top: 1px solid #5f5f66;
	border-bottom: 1px solid #5f5f66;
	overflow: hidden;
}


/*タイトル*/
.title_area {
	display: block;
	position: relative;
	padding: 0 22px 0 0;
	margin: 0 0 0 0;
	width: 50%;
	height: auto;
	min-height: 250px;
	border-right: 1px solid #5f5f66;
	float: left;
}

@media screen and (max-width:1300px) {
	
	.title_area {
		display: block;
		position: relative;
		padding: 0 22px 0 0;
		margin: 0 0 24px 0;
		width: 100%;
		height: auto;
		min-height: 150px;
		border-right: none;
		float: none;
		text-align: center;
	}	
	
}

.title_area .title {
	display: block;
	position: relative;
	padding: 46px 0 0 0;
	margin: 0 0 0 0;
	font-size: 3.4em;
	line-height: 1em;
	letter-spacing: -1.5px;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 400;
}

.title_area .sub_title {
	display: block;
	position: relative;
	padding: 4px 0 0 0;
	margin: 0 0 0 0;
	font-size: 1.4em;
	line-height: 1em;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: -0.5px;
}

.title_area .lead {
	display: block;
	position: relative;
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
	font-size: 1.2em;
	line-height: 1.6em;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	letter-spacing: 1px;
}

.title_area .lead a {
	padding: 18px 0 0 0;
	font-size: 1.3em;
	line-height: 2em;
	color: #9d1d22;
	text-decoration: underline;
}






/*電話*/
.tel_area {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 25%;
	height: auto;
	min-height: 250px;
	border-right: 1px solid #5f5f66;
	float: left;
}

@media screen and (max-width:1300px) {
	
	.tel_area {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 50%;
		height: auto;
		min-height: 250px;
		border-right: 1px solid #5f5f66;
		float: left;
	}
	
}
	
.tel_area .icon {
	display: block;
	position: relative;
	padding: 34px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 3.2em;
	line-height: 1em;
	color: #5f5f66;
}

.tel_area .info {
	display: block;
	position: relative;
	padding: 18px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 1.3em;
	line-height: 1em;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
}

.tel_area .tel {
	display: block;
	position: relative;
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 2.2em;
	line-height: 1em;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	letter-spacing: -1.5px;
}

.tel span {
	display: block;
	position: relative;
	padding: 18px 0 0 0;
	font-size: 0.5em;
	letter-spacing: 1px;
	line-height: 1.2em;
}







/* メール採用 */
.mail_recruit_area {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 16%;
	height: auto;
	min-height: 250px;
	border-right: 1px solid #5f5f66;
	float: left;
}

@media screen and (max-width:1300px) {
	
	.mail_recruit_area {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 33%;
		height: auto;
		min-height: 250px;
		border-right: 1px solid #5f5f66;
		float: left;
	}
	
}
	
.mail_recruit_area .icon {
	display: block;
	position: relative;
	padding: 34px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 3.2em;
	line-height: 1em;
	color: #5f5f66;
}

.mail_recruit_area .info {
	display: block;
	position: relative;
	padding: 18px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
}

.mail_recruit_area .form {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 24px auto 0 auto;
	width: 160px;
	height: 48px;
}
	
.mail_recruit_area .form a {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 160px;
	height: 48px;
	line-height: 47px;
	color: #e8e8e8;
	background-color: #5f5f66;
	text-align: center;
	font-size: 1.1em;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	letter-spacing: 1px;
	border: 1px solid #5f5f66;
	border-radius: 24px;
}

.mail_recruit_area .form a:hover {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 24px auto 0 auto;
	width: 160px;
	height: 48px;
	line-height: 47px;
	color: #e8e8e8;
	background-color: #108b3b;
	text-align: center;
	font-size: 1.1em;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	letter-spacing: 1px;
	border: 1px solid #108b3b;
	border-radius: 24px;
}

.mail_recruit_area .form a span {
	position: absolute;
	top: 0;
	right: 8px;
	font-size: 0.8em;
}

.mail_recruit_area .form a:hover span {
	position: absolute;
	top: 0;
	right: 6px;
	font-size: 0.8em;
}









/* メール */
.mail_area {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 16%;
	height: auto;
	float: left;
	border-right: 1px solid #5f5f66;
	min-height: 250px;
}

.second {
	border-right: 1px solid #5f5f66;
}

@media screen and (max-width:1300px) {
	
	.mail_area {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 33%;
		height: auto;
		float: left;
	}	
	
}
	
.mail_area .icon {
	display: block;
	position: relative;
	padding: 34px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 3.2em;
	line-height: 1em;
	color: #5f5f66;
}

.mail_area .info {
	display: block;
	position: relative;
	padding: 18px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
}

.mail_area .mail {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 24px auto 0 auto;
	width: 160px;
	height: 48px;
}
	
.mail_area .mail a {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 160px;
	height: 48px;
	line-height: 47px;
	color: #e8e8e8;
	background-color: #5f5f66;
	text-align: center;
	font-size: 1.1em;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	letter-spacing: 1px;
	border: 1px solid #5f5f66;
	border-radius: 24px;
}

.mail_area .mail a:hover {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 24px auto 0 auto;
	width: 160px;
	height: 48px;
	line-height: 47px;
	color: #e8e8e8;
	background-color: #108b3b;
	text-align: center;
	font-size: 1.1em;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	letter-spacing: 1px;
	border: 1px solid #108b3b;
	border-radius: 24px;
}

.mail a span {
	position: absolute;
	top: 0;
	right: 8px;
	font-size: 0.8em;
}

.mail a:hover span {
	position: absolute;
	top: 0;
	right: 6px;
	font-size: 0.8em;
}



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

	.footer_mid_inner02 {
		display: none;
	}

}
























/*03*/

.footer_mid_inner03 {
	display: block;
	position: relative;
	padding: 24px 0 18px 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}


.footer_mid_inner03 .txt {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: right;
}

.footer_mid_inner03 .txt li {
	display: inline-block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 1.2em;
	line-height: 1em;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: -0.5px;
}

.footer_mid_inner03 .txt li a {
	margin: 0 8px 8px 8px;
	color: #5f5f66;
	text-decoration: none;
}

.footer_mid_inner03 .txt li a:hover {
	text-decoration: underline;
}

.footer_mid_inner03 .txt li a span {
	padding-right: 6px;
	font-size: 0.8em;
}






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

	.footer_mid_inner03 {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.footer_mid_inner03 .txt {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 0;
		left: 0;
	}

	.footer_mid_inner03 .txt li {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		float: none;
		width: 100%;
		height: 64px;
		line-height: 64px;
		font-size: 1.2em;
		font-family: "BIZ UDPGothic", serif;
		font-weight: 400;
		text-align: left;
		letter-spacing: 1px;
		border-bottom: 1px solid #5f5f66;
	}
	
	.footer_mid_inner03 .txt li a {
		display: block;
		position: relative;
		padding: 0 0 0 22px;
		margin: 0 0 0 0;
		width: 100%;
		height: 64px;
		line-height: 64px;
		text-decoration: none;
		border-bottom: 1px solid #5f5f66;
	}
	
	.footer_mid_inner03 .txt li a:hover {
		text-decoration: none;
		background-color: #fff;
	}
	
	.footer_mid_inner03 .txt li a span {
		padding-right: 6px;
		font-size: 0.8em;
	}

}




















/* # =================================================================
   # .footer_end
   # ================================================================= */ 


.footer_end {
	display: block;
	position: relative;
	padding: 0 0 50px 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.footer_end_inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 95%;
	max-width: 1600px;
}

.footer_logo {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 305px;
	height:auto;
}

.footer_copy {
	display: block;
	position: relative;
	padding: 10px 0 40px 4px;
	margin: 0 0 0 0;
	text-align: left;
	color: #333;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", serif;
	letter-spacing: 0.5px;
}

.footer_copy br {
	display: none;
}

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

	.footer_end_inner {
		display: block;
		position: relative;
		padding: 40px 0 0 0;
		margin: 0 auto 0 auto;
		width: 90%;
		max-width: 960px;
	}

	.footer_copy {
		display: block;
		position: relative;
		padding: 18px 0 90px 4px;
		margin: 0 0 0 0;
		text-align: left;
		color: #333;
		font-size: 1.3em;
		line-height: 1.5em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", serif;
		letter-spacing: 0.5px;
	}

	.footer_copy br {
		display: block;
	}

}








/* # =================================================================
   # .footer_end_plus
   # ================================================================= */ 


.footer_end_plus {
	display: none;
}

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

	.footer_end_plus {
		position: fixed;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		bottom: -88px;
		left: 0;
		width: 100%;
		height: 88px;
		z-index: 5000;
		
		background-color: #ffffff;
	    background-image: linear-gradient(#ffffffcf, #ffffffcf),
	    url(../images/noise.png);
	    background-repeat: repeat;
	    background-size: 100px;
	    
		transition: all 0.4s;
		display: block; 
	}
	
	.footer_end_plus.show {
		bottom: 0;
		left: 0;
		transition: all 0.4s;
		display: block; 
	}

	
	
	

	.footer_end_plus ul {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 88px;
		border-top: 1px solid #5f5f66;
	}

	.footer_end_plus ul li {
		display: block;
		position: relative;
		padding: 18px 0 0 0;
		margin: 0 0 0 0;
		width: 33%;
		height: 88px;
		text-align: center;
		font-size: 2.4em;
		line-height: 1em;
		border-right: 1px solid #5f5f66;
		float: left;
	}

	.footer_end_plus ul li:last-child {
		border-right: none;
	}
		
	.footer_end_plus ul li a {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 88px;
		text-align: center;
	}
	
	.footer_end_plus ul li a span {
		display: block;
		padding: 12px 0 0 0;
		text-align: center;
		font-size: 0.34em;
		line-height: 0.8em;
		letter-spacing: 2px;
	}

}





















/*===========================================================*/
/* MENU
/*===========================================================*/

/*
.openbtn {
	display: none;
}
*/

.openbtn {
	display: block;
	position:fixed;
	z-index: 9999; 
	top: 12px;
	right: 18px;
	cursor: pointer;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	color: #e8e8e8;
	background-color: #108b3b;
}

.openbtn.active {
	background-color: #108b3b;
	cursor: pointer;
}

@media only screen and (max-width: 768px) {
	
	.openbtn {
		position:fixed;
		z-index: 9999; 
		top: 12px;
		right: 18px;
		cursor: pointer;
		width: 72px;
		height: 72px;
		color: #e8e8e8;
		background-color: #108b3b;
	}	
	
}

/*==================================================

===================================*/

/*
.openbtn{
	position: relative;
	background:#DBB82E;
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 5px;
}
*/

/*ボタン内側*/

.openbtn span {
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 18px;
    height: 3px;
	background-color: #fff;
  }

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

.openbtn span:nth-of-type(2) {
	top: 34px;
  	width: 30%;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
    top: 22px;
    left: 21px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
}

.openbtn.active span:nth-of-type(2) {
    top: 34px;
    left:21px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
}

.openbtn p {
	display: block;
	position: absolute;
	top: 50px;
	left: 0;
	width: 72px;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 0.7em;
	line-height: 1.1em;
	font-weight: 600;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 0.5px;
	color: #fff;
	/*color: #a89c8e;*/
}


/*===========================================================*/
/*
/*===========================================================*/

/*
#g-nav {
	display: none;
}
*/	
	
#g-nav {
	display: block;
	position:fixed;
	top: 0;
	right: -110%;
	width: 100%;
	height: 100vh; 
	background-color: #fff;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	transition: all 0.8s;
	z-index: 5000;
	
	box-shadow: 0px 0px 10px 4px rgba(50, 50, 50, 0.2);
}

#g-nav.panelactive {
    right: 0;
    width: 450px;
}


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

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

.g-nav-content_inner {
	display: block;
	position: relative;
	padding: 0 0 0 12px;
	margin: 0 0 0 0;
	width: 100%;
	height: 100px;
	z-index: 50;
}


/* naviトップ */
.header_inner {
	display: block;
	position:relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 100px;
	/*background-color: rgba(255,255,255,0.95);*/
	background-color: #e9e9e9;
	transition: all .6s;
}




#gnavSp_area {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
	margin: 0 0 180px 0;
	border-top: 1px solid #cfcfcf;
	/*border-left: 1px solid #f8f8f8;*/
	/*background-color: #eeebe5;*/
	background-color: #fff;
}

#gnavSp {
	display: block;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	
}

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

	#g-nav {
		position:fixed;
		width: 100%;
		height: 100vh; 
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		transition: all 0.8s;
		background-image: none;
		z-index: 5000;
	}

	#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;
	}

}



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

@media only screen and (max-width: 1480px) {
	  
	#gnavSp .first {
		display: block;
		width: 100%;
		margin: 0 0 0 0;
		/*border-top: 1px solid #cbcbcb;*/
		border-bottom: 1px solid #cbcbcb;
		border-bottom: none;
	}	  
	  
}  
	
	
/*
@media screen and (max-width: 560px) {
	
	#gnavSp .first {
		display: block;
		width: 100%;
		margin: 0 0 0 0;
		border-top: 1px solid #cbcbcb;
		border-bottom: 1px solid #cbcbcb;
		border-bottom: none;
	}	  

}
*/

  
#gnavSp .first > li > a {
	display: block;
	background-color: #f4f4f4;
	padding: 0 0 0 18px;
	font-size: 1.3em;
	color: #a89c8e;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	width: 100%;
	height: 62px;
	line-height: 62px;
}

/*
#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: #423f3e;
    background-color: #e8e8e8;
    border-bottom: 1px solid #fff;
}

#gnavSp .first > li.b > a {
	color: #423f3e;
	background-color: #eeebe5;
	border-bottom: 1px solid #fff;
}
        
#gnavSp .first > li.c > a {
	color: #423f3e;
	background-color: #d6d5d5;
	border-bottom: 1px solid #fff;
}  
        
#gnavSp .first > li.d > a {
	color: #e8e8e8;
	background-color:  #7c759e;
	border-bottom: 1px solid #fff;
}  
        
#gnavSp .first > li.e > a {
	color: #e8e8e8;
	background-color: #738da0;
	border-bottom: 1px solid #fff
}   
  
#gnavSp .first > li.f > a {
    color: #423f3e;
    background-color: #e8e8e8;
	border-bottom: 1px solid #fff;
}  
        
#gnavSp .first > li.g > a {
	color: #fff;
	background-color: #108b3b;
	border-bottom: 1px solid #fff;
}  

/*採用情報*/
#gnavSp .first > li.v > a {
	color: #e8e8e8;
	background-color: #9d1d22;
	border-bottom: 1px solid #fff;
}  

	
	
	

#gnavSp .first > li.f > a {
        background-position: right 20px center;
        background-repeat: no-repeat;
        background-image: url(../images/icon-bg-plus_02.png); 
        background-size:  26px 26px;
}
        
#gnavSp .first > li.f > a.active {
		background-image: url(../images/icon-bg-mainas_02.png); 
		background-size:  26px 26px;
}

#gnavSp .first > li.g > a {
        background-position: right 20px center;
        background-repeat: no-repeat;
        background-image: url(../images/icon-bg-plus_03.png); 
        background-size:  26px 26px;
}
        
#gnavSp .first > li.g > a.active {
		background-image: url(../images/icon-bg-mainas_03.png); 
		background-size:  26px 26px;
}



          
#gnavSp .first > li.drop li {
        border-top: 1px solid #cbcbcb; }
        
#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 #cbcbcb; }
          
#gnavSp .first > li.drop li a {
		display: block;
		background-color: #fff;
		padding: 0 0 0 38px;
		font-size: 1.1em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
		color: #423f3e;
		text-decoration: none;
		height: 52px;
		line-height: 52px;
}



#gnavSp .first > li.drop li.long a {
		display: block;
		position: relative;
		background-color: #fff;
		padding: 0 0 0 18px;
		font-size: 1.1em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
		color: #423f3e;
		text-decoration: none;
		height: 82px;
		vertical-align: middle;
}

#gnavSp .first > li.drop li.long a .icon_mid {
		display: block;
		padding: 0 6px 0 0;
		height: 82px;
		line-height: 82px;
		font-size: 0.8em;
		vertical-align: middle;
}

#gnavSp .first > li.drop li.long a .danraku {
		position: absolute;
		width: 100%;
		height: auto;
		top: 14px;
		left: 8px;
		padding: 0 24px 0 30px;
		font-size: 1em;
		line-height: 1.8em !important;
		letter-spacing: 0;
}

#gnavSp .first > li.drop li.long a .danraku br {
		display: block;
}
          
#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: 100%;
        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; }   
 






#g-nav .footer-copy {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 95%;
	height: auto;
	min-height: 50px;
	overflow: hidden;
}

#g-nav .footer-copy p {
	display: block;
	position: relative;
	padding: 0 0 18px 0;
	margin: 0 0 0 0;
	text-align: center;
	color: #333;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 0.5px;
}

#g-nav .footer-copy p br {
	display: none;
}

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

	#g-nav .footer-copy {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		bottom: 0;
		left: 0;
		width: 95%;
		height: auto;
		min-height: 80px;
	}

	#g-nav .footer-copy p {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		text-align: left;
		color: #333;
		font-size: 1.2em;
		line-height: 1.6em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
		letter-spacing: 0.5px;
	}

	#g-nav .footer-copy p br {
		display: block;
	}

}













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

#page-top a {
	display: block;
	width: 60px;
	height: 60px;
	color: #108b3b;
	font-size: 3.2em;
	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: 18px;
	bottom: 24px;
	z-index: 1000;
	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: 640px) {

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

}



