@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------
	全ページ共通スタイル
----------------------------------------------------------------------------------------------------*/
/* 要素設定*/
body {
	font-family: Helvetica, Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
	color: #000000;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
}
.mincho {
	font-family: "Times New Roman", Garamond , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
a {
	outline: none;
	color: #000000;
	text-decoration: none;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
a:hover {
	text-decoration: none;
	opacity: 0.7;
}
a img{
	opacity: 1.0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
a:hover img {
	opacity: 0.7;
}

img {
	max-width: 100%;
	height: auto;
}

.w1000{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/*---------------------------------------------------------
 ヘッダー
---------------------------------------------------------*/
.pageHeader{
	background: #DD6A08;
	padding: 20px 0 27px;
}
.pageHeader_inner{
	position: relative;
}
.h_logo{
	position: absolute;
	top: 0;
	left: -110px;
	width: 516px;
}
.h_right{
	float: right;
	margin-top: 40px;
}
.h_right_inner{
}
.h_right_inner p{
	position: relative;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: top left;
	/*background-size: cover;*/
	margin-left: 10px;
	width: 249px;
	height: 59px;
	text-align: center;
	line-height: 0;
	vertical-align: bottom;
}
.h_right_inner .btn_komatsu{
	background-image: url(../img/h_tel01.png);
}
.h_right_inner .btn_kanazawa{
	background-image: url(../img/h_tel02.png);
}
.h_right_inner p a{
	position: absolute;
	top: 39px;
	left: 32px;
	background: #FFFFFF;
	color: #DD6A08;
	width: 217px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
}
.h_right_inner p a:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 55px;
	margin: auto;
	width: 7px;
	height: 5px;
	border: 4px solid transparent;
	border-left: 7px solid #DD6A08;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*---------------------------------------------------------
グローバルナビ
---------------------------------------------------------*/
.gnav_wrap{
	background: #000000;
	padding: 20px 0;
	text-align: center;
	line-height: 1;
}
.gnav ul{
	display: inline-block;
}
.gnav ul li{
	float: left;
	margin-left: 5em;
}
.gnav li:first-child{
	margin-left:0;
}
.gnav ul li a{
	position: relative;
	display: block;
	color: #FFFFFF;
	padding: 12px 0.2em;
	font-size: 19px;
	font-weight: bold;
}
.gnav ul li a:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	margin: auto;
	width: 100%;
	height: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
.home .gnav ul li.gnav01 a:after,
.advantage .gnav ul li.gnav02 a:after,
.facility .gnav ul li.gnav03 a:after,
.company .gnav ul li.gnav04 a:after,
.recruit .gnav ul li.gnav05 a:after,
.contact .gnav ul li.gnav06 a:after,
.gnav ul li a:hover:after{
	background: #70B538;
}

/*---------------------------------------------------------
フッター
 ---------------------------------------------------------*/
.pageFooter{
	position: relative;
	background: #333333;
	padding: 50px 0 45px;
	text-align: center;
}
.pageFooter_inner{}
.f_nav{
	display: inline-block;
	margin-bottom: 110px;
}
.f_nav li {
	float: left;
	margin-left: 5.5em;
}
.f_nav li:first-child {
	margin-left: 0;
}
.f_nav li a{
	color: #FFFFFF;
	font-size: 19px;
	font-weight: bold;
}

.f_middle{
	margin-bottom: 65px;
}
.f_logo {
	float: left;
	margin-left: 20px;
}
.f_address {
	float: right;
	color: #FFFFFF;
	margin-top: 10px;
	font-size: 18px;
	text-align: left;
}
.f_address dl {
	margin-bottom: 25px;
}
.f_address dl:last-child {
	margin-bottom: 0;
}
.f_address dl dt {
	position: absolute;
	width: 7em;
}
.f_address dl dd {
	padding-left: 7em;
}

#copy{
	color: #FFFFFF;
	font-size: 17px;
	text-align: center;
}

/*---------------------------------------------------------
コンテンツ
---------------------------------------------------------*/
/*---------------------------------------------------------
 pageTop
---------------------------------------------------------*/
#pagetop {
	margin: auto;
	max-width: 1160px;
}
#pagetop div {
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: 0;
}
#pagetop a {
	position: relative;
	top: 0;
	display: block;
	background: #000000;
	float: right;
	color: #FFFFFF;
	padding: 25px 0 10px;
	width: 80px;
	height: 80px;
	font-size: 16px; 
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#pagetop a:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	margin: auto;
	width: 7px;
	height: 6px;
	border: 6px solid transparent;
	border-bottom: 7px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*---------------------------------------------------------
 Responsive Setting 
---------------------------------------------------------*/
.sp-none {
	display: block;
}
.all-device-block, .sp-block, .portrait-block {
	display: none;
}
.all-device-inline, .sp-inline, .portrait-inline {
	display: none;
}
#screen-check {
	color: #000000;
	display: none;
}

@media screen and (max-width: 1249px) {
/*---------------------------------------------------------
 ヘッダー
 ---------------------------------------------------------*/
.h_logo{
	left: 0;
	width: 464px;
}
.h_right{
	margin-top: 29px;
}

/*---------------------------------------------------------
グローバルナビ
---------------------------------------------------------*/
.gnav ul li{
	margin-left: 4.8em;
}
}



/*---------------------------------------------------------
 All SP & Tablet 
 ---------------------------------------------------------*/
@media screen and (max-width:999px) {

	.all-device-none {
		display: none;
	}
	.all-device-block {
		display: block;
	}
	.all-device-inline {
		display: inline;
	}
	#screen-check {
		color: #ff0000;
	}
	
	.w1000{
		margin:0 3%;
	}

	/*---------------------------------------------------------
	 ヘッダー
	---------------------------------------------------------*/
	.h_logo{
		left: -3%;
		width: 280px;
	}
	.h_right{
		margin-top: 13px;
	}
	.h_right_inner p{
		background-size: cover;
		width: 170px;
		height: 40px;
	}
	.h_right_inner p a{
    top: 26px;
    left: 22px;
    width: 148px;
    height: 14px;
    line-height: 14px;
    font-size: 10px;
	}
	.h_right_inner p a:before{
		left: 35px;
		width: 5px;
		height: 3px;
		border: 3px solid transparent;
		border-left: 5px solid #DD6A08;
	}
	
	/*---------------------------------------------------------
	グローバルナビ
	---------------------------------------------------------*/
	.gnav ul li{
		margin-left: 1.8em;
	}
	.gnav ul li a{
		font-size: 15px;
	}
	
	/*---------------------------------------------------------
	フッター
	 ---------------------------------------------------------*/
	.f_nav{
		margin-bottom: 80px;
	}
	.f_nav li {
		margin-left: 2em;
	}
	.f_nav li a{
		font-size: 15px;
	}
	
	.f_middle{
		margin-bottom: 65px;
	}
	.f_address {
		font-size: 14px;
	}
	.f_address dl {
		margin-bottom: 20px;
	}
	
	#copy{
		font-size: 13px;
	}

}


/*---------------------------------------------------------
 All SP 
---------------------------------------------------------*/
	@media screen and (max-width: 679px) {
	.sp-none {
		display: none;
	}
	.sp-block {
		display: block;
	}
	.sp-inline {
		display: inline;
	}

	body {
	font-size: 14px;
	min-width: 100%;
	}

	/*---------------------------------------------------------
	 ヘッダー
	---------------------------------------------------------*/
	.pageHeader{
		padding: 0;
		height: 60px;
	}
	.pageHeader_inner{
		margin: 0;
	}
	.h_logo{
		position: absolute;
		top: 10px;
		left: 1%;
		width: 208px;
	}
	.h_right{
		float: none;
		margin-top: 0;
	}
	.h_right_inner{
		display: none;
	}
	
	/*---------------------------------------------------------
	グローバルナビ
	 ---------------------------------------------------------*/
	.gnav_wrap{
	}
	
	/*　スマホメニュー
	---------------------------------------------------------- */
	#h_sp {
		display: block;
	}
	#h_sp #sp_nav {
		position: relative;
		top: 0;
		padding: 60px 0 20px;
		width: 100%;
		background: #DD6A08;
		display: none;
		opacity: 0.98;
		z-index: 10000;
	}
	#h_sp #sp_nav .sp_gnav ul {
		padding: 0;
	}
	#h_sp #sp_nav .sp_gnav li {
		position: relative;
		text-shadow: 0 -1px rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    border-top: 1px solid rgba(255,255,255,0.1);
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: left;
	}
	#h_sp #sp_nav .sp_gnav li:first-child {
    border-top: none;
	}
	#h_sp #sp_nav .sp_gnav li a {
		position: relative;
		display: block;
		padding: 8px 10px;
		width: 100%;
		color: #fff;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#h_sp #sp_nav .sp_gnav li a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		bottom: auto;
		left: auto;
		right: 10px;
		width: 7px;
		height: 7px;
		margin-top: -3.5px;
		background: none;
		opacity: 1;
		border-top: solid 1px #FFF;
		border-right: solid 1px #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#h_sp #sp_nav .access {
		background: #9e5210;
		margin: 20px 15px 0;
		padding: 30px 20px;
	}
	#h_sp #sp_nav .access p{
		position: relative;
		display: block;
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 230px auto;
		margin: 0 auto;
		width: 230px;
		height: 54px;
		text-align: center;
		line-height: 0;
	}
	#h_sp #sp_nav .access p.btn_komatsu{
		background-image: url(../img/h_tel01.png);
		margin-bottom: 20px;
	}
	#h_sp #sp_nav .access p.btn_kanazawa{
		background-image: url(../img/h_tel02.png);
	}
	#h_sp #sp_nav .access p a{
		position: absolute;
    top: 36px;
    left: 29px;
    background: #FFFFFF;
    color: #DD6A08;
    width: 201px;
    height: 18px;
    line-height: 20px;
    font-size: 13px;
    font-weight: bold;
	}
	#h_sp #sp_nav .access p a:before{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 55px;
		margin: auto;
		width: 7px;
		height: 5px;
		border: 4px solid transparent;
		border-left: 7px solid #DD6A08;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#panel-btn {
		position: absolute;
		display: block;
		width: 40px;
		height: 40px;
		top: 10px;
		right: 3%;
		margin: 0;
		opacity: 0.9;
		z-index: 10001;
	}
	#panel-btn-text {
		display: block;
		position: absolute;
		top: 50%;
		margin-top: 6px;
		width: 100%;
		color: #fff;
		font-size: 11px;
		text-align: center;
		transition: .2s;
	}
	#panel-btn-icon {
		display: block;
		position: absolute;
		top: 35%;
		left: 50%;
		width: 30px;
		height: 2px;
		margin: -1px 0 0 -15px;
		background: #fff;
		transition: .2s;
	}
	#panel-btn-icon:before, #panel-btn-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 30px;
		height: 2px;
		background: #fff;
		transition: .3s;
	}
	#panel-btn-icon:before {
		margin-top: -8px;
	}
	#panel-btn-icon:after {
		margin-top: 7px;
	}
	#panel-btn .close {
		background: transparent;
	}
	#panel-btn .close:before, #panel-btn .close:after {
		margin-top: 0;
	}
	#panel-btn .close:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#panel-btn .close:after {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.close {
		display: none;
	}
	
	/*---------------------------------------------------------
	フッター
	 ---------------------------------------------------------*/
	.pageFooter{
		padding: 30px 0 25px;
	}
	.f_nav{
		display: none;
	}
	
	.f_middle{
		margin-bottom: 35px;
	}
	.f_logo {
		float: none;
		margin-left: 0;
		margin-bottom: 30px;
		text-align: center;
	}
	.f_logo img {
		width: 72px;
	}
	.f_address {
		float: none;
		margin-top: 0;
		text-align: center;
	}
	.f_address dl {
		margin-bottom: 25px;
	}
	.f_address dl:last-child {
		margin-bottom: 0;
	}
	.f_address dl dt {
		position: relative;
		width: 100%;
	}
	.f_address dl dd {
		padding-left: 0;
	}
	.f_address dl dd a {
		color: #FFFFFF;
	}
	
	#copy{
		font-size: 11px;
	}
	
	/*---------------------------------------------------------
	コンテンツ
	---------------------------------------------------------*/
	/*---------------------------------------------------------
	 pageTop
	---------------------------------------------------------*/
	#pagetop a {
		padding: 15px 0 5px;
		width: 46px;
		height: 46px;
		font-size: 11px;
		line-height: 1.2;
	}
	#pagetop a:before {
		top: 2px;
		width: 5px;
		height: 4px;
		border: 4px solid transparent;
		border-bottom: 5px solid #FFFFFF;
}
