/*** ----------------------------------------------------------------------------- 

reset

-----------------------------------------------------------------------------  ***/
.clearfix:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}
.clearfix {
	display:inline-table;
	zoom:1;
}
/*Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0px;
	padding:0px;
}　
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
ol li{
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
 *font-size:100%;
}
legend {
	color:#000000;
}
img {
	vertical-align:bottom;
}
table caption {
	font-weight: bold;
	margin:0 0 5px;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/*** ------------------------------------------------------------------------------ 

HTML5

-----------------------------------------------------------------------------  ***/
#header, footer, nav, section, article, figure, aside {
	display:block;
}
* {
	box-sizing:border-box;
}
i{
	margin: 0 5px 0 0;
}
img{
	max-width: 100%;
}

/*** ------------------------------------------------------------------------------ 

common

-----------------------------------------------------------------------------  ***/
html {
	overflow-y:scroll;
	font-size: 62.5%; 
}
body {
	overflow-x: hidden;
	background: #FFF;
	color:#000;
	line-height: 2.0;
	letter-spacing: 0.05em;
	font-size: calc(1.7rem + (1vw - 0.77rem) * -0.6826);/* 17px~15pxで可変*/
	font-family: 'Noto Sans JP', Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", MS PGothic, "ＭＳ Ｐゴシック", Osaka;
}
 
@media screen and (max-width: 768px) {
    body{
        font-size:1.7rem;/* 17px */
        line-height: 2;
    }
}
@media (min-width: 1061px) {
    body {
        font-size:1.5rem;/* 15px */
    }
}

.inner{
	max-width: 1260px;
	margin: 0 auto;
	box-sizing: border-box;
}
.inner_in{
	max-width: 1060px;
	margin: 0 auto;
	box-sizing: border-box;
}
.pc{ display: block;}
.sp{ display: none;}

@media (max-width:768px){
	.inner{
		padding: 0 20px;
		box-sizing: border-box;
	}
	.inner_in{
		padding: 0 20px;
		box-sizing: border-box;
	}
	.pc{ display: none;}
	.sp{ display: block;}
}


/*** ------------------------------------------------------------------------------ 

リンク

-----------------------------------------------------------------------------  ***/
/* 基本 */
a{
	outline:none;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
a:link {
	color: #2e965c;
	text-decoration: none;
}
a:visited {
	color: #2e965c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a img {
	transition: 0.3s;
}
/*
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
}
#visual a:hover img {
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
}
@media (max-width:768px){
	a:hover img {
		opacity:1;
		filter: alpha(opacity=100);
		-moz-opacity:1;
	}
}
*/



/*** ------------------------------------------------------------------------------ 

header

-----------------------------------------------------------------------------  ***/
header{
	position: relative;
	z-index: 3;
	width: 100%;
}
#sub-header{
	position: fixed;
	top: -250px;
	z-index: 10;
	width: 100%;
	height: 80px;
	transition: 0.5s;
	background: #fff;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.3);
}
#sub-header.fix{
	top: 0;
	transition: 0.3s;
}
#sub-header.fix-pos{
	top: 0 !important;
	transition: 0.3s;
}
header h1,
#sub-header h1{
	position: absolute;
	left: 20px;
	top: 15px;
	z-index: 4;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 2.2rem;
}
header h1 a,
#sub-header h1 a{
	text-decoration: none;
}
header h1 a:link{
	color: #fff;
	text-decoration: none;
}
#sub-header h1 a:link{
	color: #000;
	text-decoration: none;
}

header h1 a img,
#sub-header h1 a img{
	width: 310px;
}
header h1 a span,
#sub-header h1 a span{
	display: inline-block;
	padding: 5px 0 0 15px;
}
header nav,
#sub-header nav{
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
}
header nav ul,
#sub-header nav ul{
	display: flex;
}
header nav ul li,
#sub-header nav ul li{
	display: block;
}
header nav ul li a,
#sub-header nav ul li a{
	display: block;
	padding: 25px 40px;
	position: relative;
}
header nav ul li a:link,
header nav ul li a:visited{
	color: #fff;
	text-decoration: none;
}

header nav ul li a::after{
	position: absolute;
	left: 50%;
	bottom: 15px;
	content: '';
	margin: 0 0 0 -2px;
	width: 2px;
	height: 2px;
	background: none;
	transition: 0.5s;
}
#sub-header nav ul li a::after{
	position: absolute;
	left: 50%;
	bottom: 15px;
	content: '';
	margin: 0 0 0 -2px;
	width: 2px;
	height: 2px;
	background: #fff;
	transition: 0.5s;
}
header nav ul li.contact-btn a::after,
#sub-header nav ul li.contact-btn a::after{
	content: none;
}

.sub-page  header nav ul li a,
.sub-page  header nav ul li a:link,
#sub-header nav ul li a:link{
	color: #2e965c;
	text-decoration: none;
}
header nav ul li.contact-btn a{
	width: 190px;
	text-align: center;
	background: url("../img/icon-mail.svg") no-repeat left 30px center #fff;
	background-size: 25px auto;
	padding: 25px 30px 25px 60px;
	color: #2e965c;
	text-decoration: none;
	transition: 0.3s;
}
.sub-page header nav ul li.contact-btn a,
#sub-header nav ul li.contact-btn a{
	width: 190px;
	text-align: center;
	background: url("../img/icon-mail-w.svg") no-repeat left 30px center #2e965c;
	background-size: 25px auto;
	padding: 25px 30px 25px 60px;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}
header nav .menu-logo{
	display: none;
}
#menu{
	display: none;
}

@media (min-width:769px){
	header nav ul li a:hover::after{
		width: 30px;
		margin: 0 0 0 -15px;
		background: #fff;
	}
	.sub-page header nav ul li a:hover::after,
	#sub-header nav ul li a:hover::after{
		width: 30px;
		margin: 0 0 0 -15px;
		background: #2e965c;
	}
	header nav ul li.contact-btn a:hover{
		background: url("../img/icon-mail-w.svg") no-repeat left 30px center #2e965c;
		background-size: 25px auto;	
		color: #fff;
		text-decoration: none;
	}
	.sub-page header nav ul li.contact-btn a:hover,
	#sub-header nav ul li.contact-btn a:hover{
		background: url("../img/icon-mail.svg") no-repeat left 30px center #ecf6f0;
		background-size: 25px auto;	
		color: #2e965c;
		text-decoration: none;
	}
}
@media (max-width:960px){
	header,
	#sub-header{
		width: 100%;
		height: 70px;
		box-sizing: border-box;
	}
	#sub-header {
		display: none;
	}
	header h1,
	#sub-header h1{
		left: 10px;
		top: 5px;
	}
	header h1 a:link,
	#sub-header h1 a:link{
		color: #000;
		text-decoration: none;
	}
	header h1 a img,
	#sub-header h1 a img{
		width: 220px;
	}
	header nav,
	#sub-header nav{
		display: none;
	}
	header nav{
		position: fixed;
		background: #F5F5F5;
		z-index: 5;
		width: 100%;
		height: 100%;
	}
	header nav .menu-logo{
		display: block;
		background: #F5F5F5;
	}
	header nav .menu-logo a{
		display: block;
		padding: 15px 0 20px 10px;
	}
	header nav .menu-logo a img{
		width: 220px;
	}
	header nav ul{
		display: block;
		width: calc(100% - 25px);
		margin: 0 auto;
	}
	header nav ul li a{
		padding: 10px 15px;
		border-bottom: 1px solid #ccc;
	}
	header nav ul li a:link,
	header nav ul li a:visited{
		color: #2e965c;
		text-decoration: none;
	}
	header nav ul li.contact-btn{
		margin: 15px 0 0;
	}
	header nav ul li.contact-btn a{
		width: 100%;
		margin: 0 auto;
		padding: 10px 15px;
		border-bottom: none;
		background: url("../img/icon-mail-w.svg") no-repeat left 30px center #2e965c;
		background-size: 25px auto;
		color: #fff;
	}
	.sub-page header nav ul li.contact-btn a,
	#sub-header nav ul li.contact-btn a{
		width: calc(100% - 20px);
		margin: 0 auto;
		padding: 20px;
	}
	
	/* menu */
	#menu{
		display: block;
		position: fixed;
		right:0;
		top:0;
		z-index:9999;
		color:#FFFFFF;
		font-size:0.76em;
		height:70px;
		overflow:hidden;
		background: #2e965c;
	}
	#menu:before{
		content:"MENU";
		display:block;
		position:absolute;
		left:0;
		top: 40px;
		width:70px;
		text-align: center;
		font-size:1.2rem;
		z-index:999;
	}
	#menu.close{
		background: url(../img/#header_menu_bg02.png) center 40px no-repeat #664397;
		background-size: auto 7px ;
	}
	#menu a{
	  display: inline-block;
	  position: relative;
	  width: 70px;
	  height:70px;
	  overflow:hidden;
	}
	#menu a span{
	  display: block;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width: 30px;
	  height: 2px;
	  margin: -8px 0 0 -14px;
	  background: #FFF;
	  transition: .2s;
	  text-indent:-9999px;
	}
	#menu a span:before,
	#menu a span:after{
	  display: block;
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0;
	  width: 30px;
	  height: 2px;
	  background: #FFF;
	  transition: .3s;
	}
	#menu a span:before{
	  margin-top: -9px;
	}
	#menu a span:after{
	  margin-top: 7px;
	}
	#menu a .close{
	  background: transparent;
	}
	#menu a .close:before,
	#menu a .close:after{
	  margin-top: 0;
	}
	#menu a .close:before{
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	#menu a .close:after{
	  transform: rotate(-135deg);
	  -webkit-transform: rotate(-135deg);
	}
}





/*** ------------------------------------------------------------------------------ 

cont

-----------------------------------------------------------------------------  ***/
#cont main section{
	padding: 80px 0;
}


/*** ------------------------------------------------------------------------------ 

visual （下層ページ用）

-----------------------------------------------------------------------------  ***/
.sub-page #visual{
	margin: 80px 0 0;
	height: 360px;
	display: flex;
}
.sub-page #visual .text{
	width: 35%;
	background: url("../../img/business/visual-front-parts.png") no-repeat left top #2e965c;
	background-size: 75% auto;
	display: table;
	position: relative;
}
.sub-page #visual .text::after{
	position: absolute;
	right: -150px;
	top: 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 360px 150px 0 0 ;
	border-color: #2e965c transparent transparent transparent;
}

.sub-page #visual .text .headline{
	display: table-cell;
	height: 360px;
	vertical-align: middle;
}
.sub-page #visual .text .headline::before{
	content: none;
}
.sub-page #visual .text .headline .en{
	font-size: 2.2rem;
	color: #fff;
	margin: 0 0 15px 20%;
	line-height: 1.0;
}
.sub-page #visual .text .headline h1{
	font-size: 4.0rem;
	color: #fff;
	margin: 0 0 0 20%;
	line-height: 1.0;
	letter-spacing: 0.15em;
}
.sub-page #visual .back-image{
	width: 65%;
	height: 325px;
	background: #eee;
}

@media (max-width:960px){
	.sub-page #visual{
		margin: 0;
	}
}
@media (max-width:768px){
	.sub-page #visual{
		height: 220px;
	}
	.sub-page #visual .text{
		width: 48%;
	}
	.sub-page #visual .text{
		background: url("../../img/business/visual-front-parts.png") no-repeat left top  #2e965c;
		background-size: 100% auto;
	}
	.sub-page #visual .text::after{
		right: -75px;
		border-width: 220px 75px 0 0 ;
		border-color: #2e965c transparent transparent transparent;
	}
	.sub-page #visual .text .headline{
		height: 220px;
	}
	.sub-page #visual .text .headline .en{
		font-size: 4.0vw;
		margin: 0 0 5px 10%;
	}
	.sub-page #visual .text .headline h1{
		font-size: 6.0vw;
		margin: 0 0 0 10%;
		line-height: 1.5;
	}
	.sub-page #visual .back-image{
		width: 55%;
		height: 200px;
	}
}


/*** ------------------------------------------------------------------------------ 

topic-pass （パンくず）

-----------------------------------------------------------------------------  ***/



/*** ------------------------------------------------------------------------------ 

footer

-----------------------------------------------------------------------------  ***/
footer{
	background: url("../img/ft-bg.png") no-repeat center center #004625;
	background-size: auto 100%;
	padding: 60px 0;
}
footer .ft-cont{
	display: flex;
	align-items: center;
}
footer .ft-cont #ft-info{
	width: 50%;
	color: #fff;
}
footer .ft-cont #ft-info .ft-logo{
	font-size: 2.2rem;
	line-height: 1.0;
}
footer .ft-cont #ft-info .ft-logo a{
	color: #fff;
	padding: 10px 0;
	display: block;
}
footer .ft-cont #ft-info .ft-logo a img{
	max-width: 310px;
}
footer .ft-cont #ft-info p{
	font-size: 1.3rem;
	line-height: 1.84;
	letter-spacing: .15rem;
}
footer .ft-cont ul{
	width: 50%;
	display: flex;
	justify-content: space-between;
}
footer .ft-cont ul li {
	width: calc(100% / 4);
}
footer .ft-cont ul li a{
	color: #fff;
	display: block;
	text-align: center;
	font-size: 1.3rem;
	border-right: 1px solid #fff;
	line-height: 1.5;
	letter-spacing: .15rem;
}
footer .ft-cont ul li:last-child a{
	border-right: none;
}
footer small{
	color: #fff;
	font-size: 1.2rem;
	display: block;
	margin: 40px 0 0;
	letter-spacing: .15rem;
}
@media (max-width:768px){
	footer{
		background: url("../img/ft-bg-sp.png") no-repeat center bottom #004625;
		background-size: 100% auto;
		padding: 30px 0 20px;
	}
	footer .ft-cont{
		display: block;
	}
	footer .ft-cont #ft-info{
		width: 100%;
		margin: 0 0 20px;
		text-align: center;
	}
	footer .ft-cont #ft-info a{
		color: #fff;
	}
	footer .ft-cont #ft-info a:last-of-type{
		pointer-events: none;
	}
	footer .ft-cont ul{
		width: 100%;
		display: block;
	}
	footer .ft-cont ul li {
		width: 100%;
	}
	footer .ft-cont ul li a{
		color: #fff;
		text-align: left;
		padding: 15px 0;
		border-right: none;
		border-bottom: 1px solid #fff;
		text-decoration: none;
	}
	footer small{
		margin: 20px 0 0;
		text-align: center;
	}
}


/*** ------------------------------------------------------------------------------ 

contact-cont

-----------------------------------------------------------------------------  ***/
#cont main #contact-cont{
	background: #f4f4f5;
	padding: 145px 0;
}
#contact-cont .inner_in .contact-box{
	max-width: 965px;
	margin: 0 auto;
	background: #fff;
	border-left: 7px solid #004625;
	box-sizing: border-box;
	display: flex;
	padding: 65px 95px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.4);
}
#contact-cont .inner_in .contact-box .box01{
	width: 40%;
	border-right: 1px solid #004625;
	box-sizing: border-box;
	color: #004625;
}
#contact-cont .inner_in .contact-box .box01 p.en{
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 2.2rem;
	position: relative;
	letter-spacing: 0.1em;
}
#contact-cont .inner_in .contact-box .box01 p.en::before{
	position: absolute;
	left: -100px;
	top: 22px;
	content: '';
	width: 70px;
	height: 2px;
	background: #004625;
}
#contact-cont .inner_in .contact-box .box01 h3.ja{
	font-size: 3.0rem;
	margin: 0 0 15px;
}
#contact-cont .inner_in .contact-box .box02{
	width: 60%;
	color: #004625;
	padding: 0 0 0 60px;
	box-sizing: border-box;
}
#contact-cont .inner_in .contact-box .box02 .tel{
	margin: -20px 0 10px;
}
#contact-cont .inner_in .contact-box .box02 .tel a{
	font-size: 5.5rem;
	font-family: 'Barlow Semi Condensed', sans-serif;
	color: #004625;
	text-decoration: none;
	line-height: 1.0;
}
#contact-cont .inner_in .contact-box .box02 .tel a img{
	max-width: 385px;
}
#contact-cont .inner_in .contact-box .box02 .tel-txt{
	font-size: 1.4rem;
	margin: 0 0 20px;
	padding: 0 0 0 40px;
	color: #004625;
}
#contact-cont .inner_in .contact-box .box02 .btn a{
	border: 1px solid #004625;
	background: url("../img/arrow.svg") no-repeat right 20px center #004625;
	background-size: 10px auto;
	text-align: center;
	letter-spacing: 0.1em;
	text-indent: 3rem;
}
#contact-cont .inner_in .contact-box .box02 .btn a span{
	position: relative;
}
#contact-cont .inner_in .contact-box .box02 .btn a span::before{
	position: absolute;
	left: -40px;
	top: 5px;
	content: '';
	width: 26px;
	height: 19px;
	background: url("../img/icon-mail-w.svg") no-repeat center center;
	background-size: 26px auto;
}
@media (min-width:769px){
	#contact-cont .inner_in .contact-box .box02 .btn a:hover{
		background: url("../img/arrow.svg") no-repeat right 10px center #004625;
		background-size: 10px auto;
	}
}
@media (max-width:768px){
	#cont main #contact-cont{
		padding: 60px 0;
	}
	#contact-cont .inner_in .contact-box .box01 p.en::before{
		position: absolute;
		left: 50%;
		top: inherit;
		bottom: -10px;
		content: '';
		margin: 0 0 10px -35px;
		width: 70px;
		height: 2px;
		background: #004625;
	}
	#contact-cont .inner_in .contact-box{
		border-left: 4px solid #004625;
		display: block;
		padding: 30px 20px;
	}
	#contact-cont .inner_in .contact-box .box01{
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #004625;
		padding: 0 0 30px;
		text-align: center;
	}
	#contact-cont .inner_in .contact-box .box02{
		width: 100%;
		padding: 30px 0 0;
		text-align: center;
	}
	#contact-cont .inner_in .contact-box .box02 .btn{
		margin: 0 auto;
	}
}

/*** ------------------------------------------------------------------------------ 

headline

-----------------------------------------------------------------------------  ***/
.headline{
	margin: 0 0 75px;
	position: relative;
}
.headline::before{
	position: absolute;
	left: -35px;
	top: 23px;
	content: '';
	width: 20px;
	height: 1px;
	background: #2e965c;
}
.headline .en{
	font-size: 2.2rem;
	font-family: 'Barlow Semi Condensed', sans-serif;
	color: #2e965c;
	letter-spacing: 0.1em;
}
.headline h2{
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0.15em;
}
@media (max-width:768px){
	.headline{
		margin: 0 0 35px;
	}
}


/*** ------------------------------------------------------------------------------ 

btn

-----------------------------------------------------------------------------  ***/
.btn{
	max-width: 350px;
	margin: 0;
}
.btn a{
	display: block;
	background: url("../img/arrow.svg") no-repeat right 20px center #2e965c;
	background-size: 10px auto;
	border:1px solid #2e965c;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 2.2rem;
	line-height: 1.0;
	color: #fff;
	padding: 30px 75px;
	text-decoration: none;
	transition: 0.3s;
	position: relative;
}
.btn a::before{
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
	width: 52px;
	height: 1px;
	background: #fff;
}
.btn.white a{
	border:1px solid #004625;
	background: url("../img/arrow-gr.svg") no-repeat right 20px center #fff;
	background-size: 10px auto;
	color: #004625;
}
.btn.white a::before{
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
	width: 52px;
	height: 1px;
	background: #004625;
}
@media (min-width:789px){
	.btn a:hover{
		background: url("../img/arrow.svg") no-repeat right 10px center #2e965c;
		background-size: 10px auto;
	}
	.btn.white a:hover{
		border:1px solid #004625;
		background: url("../img/arrow-gr.svg") no-repeat right 10px center #fff;
		background-size: 10px auto;
		color: #004625;
	}
}



/*** ------------------------------------------------------------------------------ 

sidemenu

-----------------------------------------------------------------------------  ***/
#sidemenu{
	position: fixed;
	right: -100%;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	transition:all 0.5s;
}
#sidemenu.current{
	right: 0%;
}
#sidemenu #sidemenu_cont{
	width: 90%;
	height: 100%;	
	padding: 80px 0 40px;
	box-sizing: border-box;
	margin: 0 0 0 auto;
	background: #F7F7F7;
}
#sidemenu .menu-cont,
#sidemenu .menu-recruit-sidemenu-container{
	/*padding: 80px 10% 0 10%;*/
	padding: 0 10%;
	height: 100%;
	overflow-y: scroll;
}
#sidemenu .menu-cont > ul,
#sidemenu .menu-recruit-sidemenu-container > ul {
	padding: 30px 0 0; 
}
#sidemenu .menu-cont ul li,
#sidemenu .menu-recruit-sidemenu-container ul li{
	font-size: 1.6rem;
	font-weight: bold;
}
#sidemenu .menu-cont  ul li a,
#sidemenu .menu-recruit-sidemenu-container  ul li a{
	padding: 5px 0;
	display: block;
}

#sidemenu .menu-recruit-sidemenu-container #menu-recruit-sidemenu > li:nth-child(4) > a,
#sidemenu .menu-recruit-sidemenu-container #menu-recruit-sidemenu > li:nth-child(5) > a,
#sidemenu .menu-recruit-sidemenu-container #menu-recruit-sidemenu > li:nth-child(7) > a,
#sidemenu .menu-recruit-sidemenu-container #menu-recruit-sidemenu > li:nth-child(8) > a,
#sidemenu .menu-recruit-sidemenu-container #menu-recruit-sidemenu > li:nth-child(4) > a,
#sidemenu .menu-recruit-sidemenu-container #menu-recruit-sidemenu > li:nth-child(5) > a,
#sidemenu .menu-recruit-sidemenu-container #menu-recruit-sidemenu > li:nth-child(7) > a,
#sidemenu .menu-recruit-sidemenu-container #menu-recruit-sidemenu > li:nth-child(8) > a{
	pointer-events: none;
}

@media (max-width: 768px) {
	#sidemenu .menu-cont  ul li a:hover,
	#sidemenu .menu-recruit-sidemenu-container  ul li a:hover{
		text-decoration: none;
	}
}
#sidemenu .menu-cont ul li .sub-menu li,
#sidemenu .menu-recruit-sidemenu-container ul li .sub-menu li{
	font-size: 1.6rem;
	font-weight: bold;
}
#sidemenu .menu-cont ul li .sub-menu li a,
#sidemenu .menu-recruit-sidemenu-container ul li .sub-menu li a{
	display: block;
	padding: 5px 0;
	box-sizing: border-box;
	text-decoration: none;
	position: relative;
}
#sidemenu .menu-cont ul li .sub-menu li a::before,
#sidemenu .menu-recruit-sidemenu-container ul li .sub-menu li a::before{
	content: '\2015';
	color: #1E2BDE;
	margin: 0 5px 0 0;
}
@media (min-width: 769px) {
	#sidemenu{
		padding: 0;
	}
	#sidemenu #sidemenu_cont{
		width: 440px;
		padding: 150px 0 0;
	}
	#sidemenu .menu-cont,
	#sidemenu .menu-recruit-sidemenu-container{
		/*width: 440px;
		padding: 200px 0 0 80px;*/
	}
	#sidemenu .menu-recruit-sidemenu-container::-webkit-scrollbar {
		display:none;
	}
	#sidemenu .menu-cont > ul,
	#sidemenu .menu-recruit-sidemenu-container > ul {
		padding: 0; 
	}
	#sidemenu .menu-cont ul li,
	#sidemenu .menu-recruit-sidemenu-container ul li{
		font-size: 2.0rem;
	}
	
	#sidemenu .menu-recruit-sidemenu-container  ul li a:hover{
		color: #1E2BDE;
		text-decoration: none;
	}
}
#menu-bg{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 4;
	background: url("../img/menu-bg.png") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
#menu-bg.current{
	opacity: 1;
	visibility: visible;
}



/*** ------------------------------------------------------------------------------ 

scroll animation

-----------------------------------------------------------------------------  ***/
/* fadeUp */
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .fadeUp{
		opacity:1;
	}
}


@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(150px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .fadeUpTrigger{
		opacity:1;
	}
}



/*** ------------------------------------------------------------------------------ 

流れるテキスト

-----------------------------------------------------------------------------  ***/
/*全共通*/

.slide-in {
	overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
	display: inline-block;

}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}


/*** ------------------------------------------------------------------------------ 

googlemap レスポンシブ

-----------------------------------------------------------------------------  ***/
@media (max-width:768px){
	.googlemap {
		height: 0;
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
	}
	.googlemap iframe {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}
}


/*** ------------------------------------------------------------------------------ 

ページ内リンクズレ対策

-----------------------------------------------------------------------------  ***/
.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}


/*** ------------------------------------------------------------------------------ 

modal_window

-----------------------------------------------------------------------------  ***/
#lean_overlay{
	position: fixed;
	z-index:1000; 
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}
.modal_cont{
	position: absolute;
	left: -100%;
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 40px;
	width: 880px;
	box-sizing: border-box;
	top: 10% !important;
/*	overflow: hidden;*/
}
.modal_cont .text strong{
	display: block;
	font-size: 2.0rem;
	margin: 15px 0 0;
}
.modal_close{ 
	position: absolute;
	top: -30px;
	right: -30px;
	display: block; 
	width: 60px;
	height: 60px; 
	z-index: 2;
	background: #333;
	border-radius: 50%;
}

.modal_close::before,
.modal_close::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px; /* 棒の幅（太さ） */
  height: 30px; /* 棒の高さ */
  background: #fff;
}
.modal_close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.modal_close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}


@media (max-width:768px){
	.modal_cont{
		width: calc(100% - 40px);
		margin: 0 auto;
		padding: 20px;
		top: 80px !important;
	}
	.modal_close{ 
		position: absolute;
		top: -20px;
		right: -20px;
		display: block; 
		width: 40px;
		height: 40px; 
		z-index: 2;
		background: #333;
		border-radius: 50%;
	}
	.modal_close::before,
	.modal_close::after { /* 共通設定 */
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width: 3px; /* 棒の幅（太さ） */
	  height: 20px; /* 棒の高さ */
	  background: #fff;
	}
	.modal_cont .text strong{
		font-size: 1.8rem;
		margin: 10px 0 0;
	}
}


