@charset "UTF-8";
/*
Theme Name: レスポンシブテンプレート
Theme URI: 
Description: サインズ
Version: 1.0
Author: sains
Author URI: 
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Montserrat:wght@100..900&display=swap');


/******************
画像位置ぞろえ[共通]
******************/

img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	margin-left: auto;
	display:block;
}

img.alignleft{
	text-align: left;
}

/******************
オールクリア[共通]
******************/

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object{
	margin: 0;
	padding: 0;
}
html{
	font-size:62.5%;
}

body{
	/*font-family:"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.8rem;
	font-weight:normal;
	color:#000;
	line-height:1.8;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}

img{
	border:none;
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}

li{
	list-style-type:none;	
}

a{
	color:#323232;
	text-decoration:none;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	backface-visibility: hidden;
}

a:hover{
	color:#27794a;
	backface-visibility: hidden;
}

a img{
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
		outline:none;
	box-shadow: #000 0 0 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

a:hover img{
	opacity:0.7;
	-moz-opacity:0.7;
	-webkit-opacity:0.7;
}

table{
	border-collapse:collapse;
	border-color: #333333;
}

th{
	font-weight:500;
}

td{
	vertical-align:top;
}

*, *::before, *::after {
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	body{
		font-size:1.6rem;
	}
}
/******************
汎用[共通]
******************/

.float_left{
	float:left;
}

.float_right{
	float:right;
}

.clear{
	clear:both;
}

.cenclear{
	clear:both;
	text-align:center;
	padding-top:30px;
}

.txt_center{
	text-align:center;
}


/******************
全体[共通]
******************/

#wrapperTop,#wrapper{
	width:100%;
	overflow:hidden;
}

/******************
ヘッダー[PC]
******************/
#header{
	width:100%;
	height:85px;
	position:fixed;
	top:0;
	z-index:1000;
	transition:.3s;
}

@media print,screen and (min-width: 961px) {
	#wrapperTop, #wrapper{
		width:100%;
		margin:0 auto;
		clear:both;
	}
	.h-color{
		background-color:rgba(255,255,255,0.6);
	}
	.h-color #headerLeft p, .h-color #headerLogo a{
		color:#000;
	}
#headerUpperBox{
	width:90%;
	max-width:1920px;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
#headerLeft{
	margin-top:26px;
	transition:.3s;
}
.h-color #headerLeft{
	margin-top:5px;
}
#headerLeft p{
	color:#fff;
	font-weight:500;
	line-height:1.2;
}
#headerLogo{
	font-size: 3.6rem;
	font-weight: bold !important;
}
#headerLogo span{
	font-size:2.5rem;
	padding-right:10px;
}
#headerLogo a{
	color:#fff;
	line-height:1;
	letter-spacing:0.5rem;
	display: flex;
    align-items: end;
}
#headerMainBox{
	max-width:1100px;
	width: calc(100% - 320px);
	background-color:rgba(255,255,255,0.6);
	margin-top:30px;
	padding:10px 60px 12px;
	border-radius:100vh;
	transition:.3s;
}
.h-color #headerMainBox{
	margin-top:10px;
	background-color:unset;
}
.headerMenu{
}
.headerMenu ul li a{
	display:block;
	font-weight:500;
	transition: .3s;
	padding:5px;
}
	.headerMenu #menu-navi{
		display:flex;
		justify-content: space-between;
		margin:0 2%;
	}
	.headerMenu ul li{
		position:relative;
	}
	.headerMenu ul li:hover > a{
		transition: .3s;
	}
	.headerMenu a:hover{
		text-decoration:none;
	}
	.headerMenu ul li ul {
		position: absolute;
		top: 90%;
		left: 0;
		right: 0;
		width:160px;
		margin: auto;
		box-sizing: border-box;
		padding: 0;
		background: #fff;
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
		box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
		visibility: hidden;
		opacity: 0;
		z-index: 100;
	}
	.headerMenu ul li:hover ul {
		top: 95%;
		visibility: visible;
		opacity: 1;
	}
	.headerMenu ul li ul li {
		clear: both;
		margin: 0;
		padding: 0;
		width: 100% !important;
		border-bottom: 2px dotted #878787;
	}
	.headerMenu ul li ul li:last-child{
		border:none;
	}
	.headerMenu ul li ul li a {
		text-align: left;
		position: relative;
		padding: 6px 10px 6px 34px;
		font-size:1.6rem;
		font-weight:500;
	}
	.headerMenu ul li ul li a:hover {
		background-color:#32865e;
		color:#fff;
	}
	.headerMenu ul li ul li a::after {
		position: absolute;
		margin: auto;
		content: '';
		vertical-align: middle;
		top: 45%;
		left: 15px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #32865e;
		border-right: 2px solid #32865e;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.headerMenu ul li ul li a:hover::after {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	.sphInquiryBox{
		display:none;
	}
}
@media screen and (min-width: 1341px) and (max-width: 1460px) {
	#headerUpperBox{
		width:98%;
	}
	#headerMainBox{
		max-width:900px;
		width: calc(100% - 300px);
		padding:10px 20px 12px;
	}
}
@media screen and (min-width: 961px) and (max-width: 1340px) {
	#headerUpperBox{
		width:98%;
	}
	#headerMainBox{
		max-width:760px;
		width: calc(100% - 280px);
		padding:10px 15px 12px;
	}
	#headerLogo{
		font-size:3rem;
		font-weight:bold !important;
	}
	#headerLogo span{
		font-size:2rem;
	}
	.headerMenu ul li a{
		font-size:1.4rem;
	}
	.headerMenu ul li ul li a{
		font-size:1.4rem;
	}
}
/******************
ヘッダー[スマートフォン]
******************/
@media screen and (max-width: 960px) {
	body.headerMenuActive{
		position:fixed;
		width: 100%;
		height: 100%;
	}
	#wrapperTop,#wrapper{
		padding-top:60px;
	}
	#header{
		height:60px;
		position: fixed;
		z-index:1000;
		top: 0;
		left: 0;
		width: 100%;
		transition: .3s;
		background-color:white;
		box-shadow:1px 1px 2px #ccc;
	}
	#headerLeft{
		font-size:1.2rem;
		line-height:1.2;
		width:calc(98% - 60px);
		margin:5px 0 0 2%;
	}
	#headerLogo{
		font-size:2.5rem;
		font-weight:bold !important;
	}
	#headerLogo span{
		font-size:1.6rem;
		margin-right:10px;
	}
	#hMenuBtnWrap {
		position:fixed;
		z-index:5500;
		top:0px;
		right:0px;
		width:60px;
		height:60px;
		cursor:pointer;
		-webkit-transition:opacity .2s ease .3s, top 0s ease .3s;
		-moz-transition:opacity .2s ease .3s, top 0s ease .3s;
		-ms-transition:opacity .2s ease .3s, top 0s ease .3s;
		transition:opacity .2s ease .3s, top 0s ease .3s;
		background-color:#fff;
		transition: .3s;
	}
	#hMenuBtnWrap .hMenuBtnBox {
		padding:12px 12px 10px 13px;
		-webkit-transition:all .3s ease;
		-moz-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}
	.hMenuBtnBox:after,
	.hMenuBtnBox:before,
	.hMenuBtnBox div.hMenuBtnMiddle:before {
		content:"";
		display:block;
		width:15px;
		height:2px;
		margin:2px 0;
		background-color:#92959E;
		-webkit-transition:all .25s ease;
		-moz-transition:all .25s ease;
		-ms-transition:all .25s ease;
		transition:all .25s ease;
		outline:1px solid transparent;
	}
	#header .morph-menu-active{
		position:fixed;
		background-color:transparent;
	}
	#header .morph-menu-active .hMenuBtnBox:after,
	#header .morph-menu-active .hMenuBtnBox:before,
	#header .morph-menu-active .hMenuBtnBox div.hMenuBtnMiddle:before {
		background-color:#32865e;
	}
	#headerMenuWrap {
		position:relative;
		top:60px;
		width:250px;
		margin:0;
		-webkit-transform:translate3d(0,0,0);
		-webkit-overflow-scrolling:touch;
		-webkit-transition:all .2s ease;
		-moz-transition:all .2s ease;
		-ms-transition:all .2s ease;
		transition:all .2s ease;
	}
	#header .morph-menu-active .hMenuBtnBox{
		padding:20px 12px 17px 13px;
	}
	.headerMenu{
		width:100%;
		height:100%;
	}
	#header .headerMenu ul li a{
		border-top:1px solid #a0a0a0;
		font-size:1.6rem;
		display:block;
		padding:12px 10px 12px 34px;
		position:relative;
	}
	#header .headerMenu ul li a.spToggle{
		padding:12px 10px 6px 34px;
	}
	#header .headerMenu ul li a::before{
		content: '';
		position: absolute;
		top: 24px;
		left: 15px;
		width: 7px;
		height: 7px;
		border-top: 2px solid #32865e;
		border-right: 2px solid #32865e;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#header .headerMenu ul li:last-child a{
		border-bottom:1px solid #a0a0a0;
	}
	.headerMenu ul li a, #sp-contactBox ul li a {
		opacity:0;
		-webkit-transform:translateX(30px);
		-moz-transform:translateX(30px);
		transform:translateX(30px);
	}
	#header .headerMenuWrap-active .headerMenu ul li a, #header .headerMenuWrap-active #sp-contactBox ul li a {
		opacity:1;
		-webkit-transform:translateX(0);
		-moz-transform:translateX(0);
		transform:translateX(0);
	}
	#header .headerMenuWrap-active #sp-contactBox ul li a{
		-webkit-transition:opacity .3s ease .25s, -webkit-transform .5s ease .25s;
		-moz-transition:opacity .3s ease .25s, -moz-transform .5s ease .25s;
		transition:opacity .3s ease .25s, transform .5s ease .25s;
	}
	#header .headerMenuWrap-active .headerMenu ul li:nth-child(1) a {
		-webkit-transition:opacity .3s ease .2s, -webkit-transform .5s ease .2s;
		-moz-transition:opacity .3s ease .2s, -moz-transform .5s ease .2s;
		transition:opacity .3s ease .2s, transform .5s ease .2s;
	}
	#header .headerMenuWrap-active .headerMenu ul li:nth-child(2) a {
		-webkit-transition:opacity .3s ease .25s, -webkit-transform .5s ease .25s;
		-moz-transition:opacity .3s ease .25s, -moz-transform .5s ease .25s;
		transition:opacity .3s ease .25s, transform .5s ease .25s;
	}
	#header .headerMenuWrap-active .headerMenu ul li:nth-child(3) a {
		-webkit-transition:opacity .3s ease .3s, -webkit-transform .5s ease .3s;
		-moz-transition:opacity .3s ease .3s, -moz-transform .5s ease .3s;
		transition:opacity .3s ease .3s, transform .5s ease .3s;
	}
	#header .headerMenuWrap-active .headerMenu ul li:nth-child(4) a {
		-webkit-transition:opacity .3s ease .35s, -webkit-transform .5s ease .35s;
		-moz-transition:opacity .3s ease .35s, -moz-transform .5s ease .35s;
		transition:opacity .3s ease .35s, transform .5s ease .35s;
	}
	#header .headerMenuWrap-active .headerMenu ul li:nth-child(5) a {
		-webkit-transition:opacity .3s ease .4s, -webkit-transform .5s ease .4s;
		-moz-transition:opacity .3s ease .4s, -moz-transform .5s ease .4s;
		transition:opacity .3s ease .4s, transform .5s ease .4s;
	}
	#header .headerMenuWrap-active .headerMenu ul li:nth-child(6) a {
		-webkit-transition:opacity .3s ease .45s, -webkit-transform .5s ease .45s;
		-moz-transition:opacity .3s ease .45s, -moz-transform .5s ease .45s;
		transition:opacity .3s ease .45s, transform .5s ease .45s;
	}
	#header .headerMenuWrap-active .headerMenu ul li:nth-child(7) a {
		-webkit-transition:opacity .3s ease .5s, -webkit-transform .5s ease .5s;
		-moz-transition:opacity .3s ease .5s, -moz-transform .5s ease .5s;
		transition:opacity .3s ease .5s, transform .5s ease .5s;
	}
	#header .headerMenuWrap-active .headerMenu ul li:nth-child(8) a {
		-webkit-transition:opacity .3s ease .55s, -webkit-transform .5s ease .55s;
		-moz-transition:opacity .3s ease .55s, -moz-transform .5s ease .55s;
		transition:opacity .3s ease .55s, transform .5s ease .55s;
	}
	#header .headerMenuWrap-active .headerMenu ul li:nth-child(9) a {
		-webkit-transition:opacity .3s ease .6s, -webkit-transform .5s ease .6s;
		-moz-transition:opacity .3s ease .6s, -moz-transform .5s ease .6s;
		transition:opacity .3s ease .6s, transform .5s ease .6s;
	}
	#header .headerMenuWrap-active .headerMenu ul li:nth-child(10) a {
		-webkit-transition:opacity .3s ease .65s, -webkit-transform .5s ease .65s;
		-moz-transition:opacity .3s ease .65s, -moz-transform .5s ease .65s;
		transition:opacity .3s ease .65s, transform .5s ease .65s;
	}
	.headerMenu #menu-sub-navi {
		list-style:none;
		margin:0;
		padding:0;
	}
	.headerMenu #menu-sub-navi li {
		position:relative;
		margin:0;
		padding:0;
		border:none;
		z-index:auto;
	}
	#header .headerMenu ul li #menu-sub-navi{
		margin-bottom:6px;
	}
	#header .headerMenu ul li #menu-sub-navi li a{
		padding:0px 5px 8px 50px;
		border:none;
	}
	#header .headerMenu ul li #menu-sub-navi li a::before {
		position: absolute;
		top: 12px;
		left: 34px;
		margin: auto;
		content: '';
		vertical-align: middle;
		width: 7px;
		height: 7px;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		background: #32865e;
	}
/* MAIN WRAPPER
**************************************************/
/* main wrapper */
	#headerMenuMainWrap {
		position:fixed;
		z-index:3500;
		top:0;
		right:0;
		width:250px;
		height:100%;
		margin:0;
		padding:0;
		overflow:hidden !important;
		-webkit-transform:translateX(310px);
		-moz-transform:translateX(310px);
		-ms-transform:translateX(310px);
		transform:translateX(310px);
		-webkit-transition:all .4s cubic-bezier(.37,.15,.32,.94);
		-moz-transition:all .4s cubic-bezier(.37,.15,.32,.94);
		-ms-transition:all .4s cubic-bezier(.37,.15,.32,.94);
		transition:all .4s cubic-bezier(.37,.15,.32,.94);
	}
	#header .headerMenuMainWrap-active {
		-webkit-transform:translateX(0);
		-moz-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0);
	}
	#header .headerMenuMainWrap-active #sp-contactBox ul li{
		-webkit-transform:translateX(0);
		-moz-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0);
	}
/* main inner wrapper */
	.headerMenuMainBox {
		position:relative;
		width:287px;
		height:100%;
		overflow-y:scroll !important;
		overflow-x:hidden;
		/* smooth scroll on iOS */
		-webkit-overflow-scrolling:touch;
		-webkit-transition:all .4s cubic-bezier(.37,.15,.32,.94);
		-moz-transition:all .4s cubic-bezier(.37,.15,.32,.94);
		-ms-transition:all .4s cubic-bezier(.37,.15,.32,.94);
		transition:all .4s cubic-bezier(.37,.15,.32,.94);
		transition-duration:0.5s;
	}
/* content inner */
	.headerMenuMain {
		/* 100.1% to get around mobile Safari's schrinking address bar conflict */
		height:100.1%;
	}
/* sidebar background overlay */
	#headerMenuBgOverlay {
		position:fixed;
		z-index:2500;
		top:-1000%;
		left:0;
		right:0;
		width:100%;
		/* 110% height to avoid iOS browser scroll mishap */
		height:110%;
		background-color:#000;
		opacity:0;
		display:block;
		-webkit-transition:top 0s ease .35s, opacity .35s ease;
		-moz-transition:top 0s ease .35s, opacity .35s ease;
		-ms-transition:top 0s ease .35s, opacity .35s ease;
		transition:top 0s ease .35s, opacity .35s ease;
	}
	#header .headerMenuBgOverlay-active {
		top:0;
		opacity:.5;
		-webkit-transition:top 0s ease 0s, opacity .35s ease;
		-moz-transition:top 0s ease 0s, opacity .35s ease;
		-ms-transition:top 0s ease 0s, opacity .35s ease;
		transition:top 0s ease 0s, opacity .35s ease;
	}
/* if absolute positioning active */
	.morph-absolute {
		position:absolute;
	}
/* Morph menu */
	.hMenuBtnBox::after, .hMenuBtnBox::before, .hMenuBtnBox div.hMenuBtnMiddle::before {
		background-color: #92959e;
		content: "";
		display: block;
		height: 2px;
		margin: 8px 0;
		outline: 1px solid transparent;
		-webkit-transition: all 0.25s ease 0s;
		-moz-transition: all 0.25s ease 0s;
		-ms-transition: all 0.25s ease 0s;
		transition: all 0.25s ease 0s;
		width:35px;
	}
/* main background */
	#headerMenuBg {
		position:fixed;
		z-index:3400;
		top:0;
		right:0;
		width:250px;
		height:100%;
		margin:0;
		padding:0;
		background-color:#fff;
		display:block;
		-webkit-transform:translateX(310px);
		-moz-transform:translateX(310px);
		-ms-transform:translateX(310px);
		transform:translateX(310px);
		-webkit-transition:all .4s cubic-bezier(.37,.15,.32,.94);
		-moz-transition:all .4s cubic-bezier(.37,.15,.32,.94);
		-ms-transition:all .4s cubic-bezier(.37,.15,.32,.94);
		transition:all .4s cubic-bezier(.37,.15,.32,.94);
		transition-duration:0.5s;
	}
	#header .headerMenuBgActive {
		-webkit-transform:translateX(0);
		-moz-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0);
	}
/* menu button */
	.hMenuBtnBox:after,
	.hMenuBtnBox:before,
	.hMenuBtnBox div.hMenuBtnMiddle:before {
		background-color: #32865e;
	}
/* main menu button hover */
	.hMenuBtnBox:hover:after,
	.hMenuBtnBox:hover:before,
	.hMenuBtnBox:hover div.hMenuBtnMiddle:before {
		background-color: #32865e;
	}
/* menu button active */
	#header .morph-menu-active .hMenuBtnBox:after,
	#header .morph-menu-active .hMenuBtnBox:before,
	#header .morph-menu-active .hMenuBtnBox div.hMenuBtnMiddle:before { 
		background-color: #32865e;
	}
/* menu button active hover */
	#header .morph-menu-active .hMenuBtnBox:hover:after,
	#header .morph-menu-active .hMenuBtnBox:hover:before,
	#header .morph-menu-active .hMenuBtnBox:hover div.hMenuBtnMiddle:before { 
		background-color: #32865e;
	}
/* menu button animations (-/X) */
/* top bar animation (3 lines) */
	#header .morph-menu-active .hMenuBtnBox:before {
		margin:0;
		transform:translateY(9px) rotate(40deg);
		-moz-transform:translateY(9px) rotate(40deg);
		-ms-transform:translateY(9px) rotate(40deg);
		-webkit-transform:translateY(9px) rotate(40deg);
	}
/* bottom bar animation (3 lines) */
	#header .morph-menu-active .hMenuBtnBox:after {
		margin:0;
		transform:translateY(-11px) rotate(-40deg);
		-moz-transform:translateY(-11px) rotate(-40deg);
		-ms-transform:translateY(-11px) rotate(-40deg);
		-webkit-transform:translateY(-11px) rotate(-40deg);
	}
/* middle bar fade out (3 lines) */
	#header .morph-menu-active div.hMenuBtnMiddle:before {
		opacity:0;
		-webkit-transition:all .15s ease;
		-moz-transition:all .15s ease;
		-ms-transition:all .15s ease;
		transition:all .15s ease;
	}
	#headerMenuMainWrap {
		transition-duration:0s;
		-webkit-transition-duration:0s;
		-moz-transition-duration:0s; 
		-o-transition-duration:0s;
		-ms-transition-duration:0s;
	}
	.sphInquiryBox{
		width:94%;
		margin:40px auto;
		opacity: 0;
		-webkit-transform: translateX(310px);
		-moz-transform: translateX(310px);
		-ms-transform: translateX(310px);
		transform: translateX(310px);
		-webkit-transition: all .4s cubic-bezier(.37,.15,.32,.94);
		-moz-transition: all .4s cubic-bezier(.37,.15,.32,.94);
		-ms-transition: all .4s cubic-bezier(.37,.15,.32,.94);
		transition: all .4s cubic-bezier(.37,.15,.32,.94);
		transition-duration: 0.4s;
		padding-bottom:40px;
	}
	#header .headerMenuWrap-active .sphInquiryBox {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition:opacity .3s ease .2s, -webkit-transform .5s ease .2s;
		-moz-transition:opacity .3s ease .2s, -moz-transform .5s ease .2s;
		transition:opacity .3s ease .2s, transform .5s ease .2s;
	}
	.sphInquiryTtl{
		font-weight:bold;
		text-align:center;
		padding:2px 5px 3px;
		color:#fff;
		background-color:#32865e;
	}
	.sphTel{
		text-align:center;
	}
	.sphTel a{
		font-family: "Montserrat", sans-serif;
		font-size:2.4rem;
		font-weight: 500;
		line-height: 1.4;
		display:inline-block;
		margin:20px auto;
		padding: 0 5px 0 35px;
		background-image: url('./images/top/tel.svg');
		background-size: 24px auto;
		background-position: 5px center;
		background-repeat: no-repeat;
	}
	.sphContact a{
		font-size:1.5rem;
		font-weight: 500;
		line-height: 1.4;
		display: block;
		text-align: center;
		border: 2px solid #000;
		border-radius: 100vh;
		padding: 10px 20px 11px 50px;
		background-image: url('./images/top/mail.svg');
		background-size: 20px auto;
		background-position: 25px center;
		background-repeat: no-repeat;
		position: relative;
		transition: .3s;
	}
}
/******************
コンテンツボックス[共通]
******************/
.pc-none{
	display:none;
}
#mainImg{
	background-color:#27794a;
	background-image: url('./images/top/top-image.jpg');
	background-size: cover;
	background-position: right top;
	background-repeat: no-repeat;
	padding-top:100vh;
	position:relative;
	overflow:hidden;
	margin-bottom:120px;
}
#imgTxt{
	position:absolute;	
	top:45%;
	left:0;
	right:0;
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
	width:90%;
	max-width:1400px;
	margin:auto;
}
#imgLink{
	position:absolute;	
	bottom:5%;
	right:5%;
	-ms-transform: translate(-5,-5%);
	transform: translate(-5%,-5%);
	margin:auto;
	width:25%;
	text-align:right;
}
#imgLink a{
	display:inline-block;
	border-radius:100vh;
	transition:.3s;
}
#imgLink a:hover{
	background-color:#fff;
}
#contents{
	width:100%;
	overflow:hidden;
	margin:0 auto;
	clear:both;
	position:relative;
	z-index:1;
	background-color:#f1f5f7;
}
#wrapperTop #main{
}
.midashiBox{
	margin:auto;
	text-align:center;
	position:relative;
}
.topMidashi2{
	font-family: "Montserrat", sans-serif;
	font-size:6rem;
	font-weight:500;
	display:inline-block;
	margin:0 auto 60px;
	letter-spacing:0.1rem;
	position:relative;
	line-height:1;
}
.topMidashi2b{
	font-family: "Montserrat", sans-serif;
	font-size:6rem;
	font-weight:500;
	color:#fff;
	display:inline-block;
	margin:0 auto 60px;
	letter-spacing:0.1rem;
	position:relative;
	line-height:1;
}
.md-color1{
	color:#76ae5f;
	margin-right:10px;
}
.md-color2{
	color:#32865e;
}
.md2-jp{
	font-family:'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size:2rem;
	letter-spacing:0.2rem;
	display:block;
	margin-top:20px;
}
.md2-img{
	max-width:240px;
	margin:10px auto 0;
	line-height:1;
	display:block;
}
.md2-img img{
	display:block;
}
#md-img1{
	padding:20px 100px 0;
	background-image: url('./images/top/bird1.svg');
	background-size: 80px auto;
	background-position: right top;
	background-repeat: no-repeat;
}
#md-img2{
	padding:20px 120px 0;
	background-image: url('./images/top/bird2.svg');
	background-size: 100px auto;
	background-position: left center;
	background-repeat: no-repeat;
}
#md-img3{
	padding:20px 100px 0;
	background-image: url('./images/top/bird3.svg');
	background-size: 70px auto;
	background-position: right center;
	background-repeat: no-repeat;
}
#md-img4{
	padding:20px 100px 0;
	background-image: url('./images/top/tree.svg');
	background-size: 70px auto;
	background-position: right center;
	background-repeat: no-repeat;
}
#md-img5{
	padding:20px 140px 0;
	background-image: url('./images/top/bird4.svg');
	background-size: 120px auto;
	background-position: right 20px;
	background-repeat: no-repeat;
}
#md-img6{
	padding:20px 100px 0;
	background-image: url('./images/top/tree.svg');
	background-size: 70px auto;
	background-position: right center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 960px) {
	#mainImg{
		padding-top:70%;
	}
	.topMidashi2, .topMidashi2b{
		font-size:5rem;
	}
}
@media screen and (max-width: 768px) {
	.sp-none{
		display:none;
	}
	.pc-none{
		display:block;
	}
	#imgTxt{
		width:70%;
	}
	#mainImg{
		padding-top:100%;
		margin-bottom:40px;
	}
	.topMidashi2, .topMidashi2b{
		font-size:4rem;
		margin:0 auto 40px;
		letter-spacing:0;
	}
	.md2-jp{
		margin-top:5px;
	}
	.md2-img{
		max-width:200px;
	}
	#md-img1{
		padding:46px 20px 0;
		background-size: 60px auto;
		background-position: right top;
	}
	#md-img2{
		padding:46px 35px 0;
		background-size: 80px auto;
		background-position: left top;
	}
	#md-img3{
		padding:20px 60px 0;
		background-size: 50px auto;
	}
	#md-img4{
		padding:20px 60px 0;
		background-size: 50px auto;
	}
	#md-img5{
		padding:20px 100px 0;
		background-size: 90px auto;
	}
	#md-img6{
		padding:20px 60px 0;
		background-size: 50px auto;
	}
}
/*3つの強み*/
.topMidashi3a{
	font-size:2.6rem;
	font-weight:500;
	line-height:1.4;
	margin:0 auto 30px;
	padding:5px 0 0 45px;

	position:relative;
}
.topMidashi3a span{
	display:block;
}
#md-num1{
	background-image: url('./images/top/num1.svg');
	background-size: 30px auto;
	background-position: left top;
	background-repeat: no-repeat;
}
#md-num2{
	background-image: url('./images/top/num2.svg');
	background-size: 30px auto;
	background-position: left top;
	background-repeat: no-repeat;
}
#md-num3{
	background-image: url('./images/top/num3.svg');
	background-size: 30px auto;
	background-position: left top;
	background-repeat: no-repeat;
}
#edgeBox{
	width:94%;
	max-width:1200px;
	margin:0 auto 120px;
}
#edgeBox {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	grid-auto-flow: column;
	gap:60px;
}
/*
.edge-div1 { grid-area: 1 / 1 / 2 / 2; }
.edge-div2 { grid-area: 2 / 1 / 3 / 2; }
.edge-div3 { grid-area: 1 / 2 / 2 / 3; }
.edge-div4 { grid-area: 2 / 2 / 3 / 3; }
.edge-div5 { grid-area: 1 / 3 / 2 / 4; }
.edge-div6 { grid-area: 2 / 3 / 3 / 4; }
*/
.edgeFrame{
	position:relative;
}
.edge-div1{
	order: 1;
}
.edge-div2{
	order: 2;
}
.edge-div3{
	order: 4;
	position:relative;
}
.edge-div4{
	order: 3;
}
.edge-div5{
	order: 5;
}
.edge-div6{
	order: 6;
}
.edge-div3::before{
	position:absolute;
	top:-10%;
	left:-35%;
	content:"";
	width:200px;
	height:3px;
	background-color:#32865e;
	transform: rotate(-37deg);
	z-index:-1;
}
.edge-div3::after{
	position:absolute;
	top:-10%;
	right:-35%;
	content:"";
	width:200px;
	height:3px;
	background-color:#32865e;
	transform: rotate(37deg);
	z-index:-1;
}
.txt-color1{
	font-size:2rem;
	font-weight:bold;
	color:#008c39;
}
.edgeTxt{
	padding-right:4%;
}
.edgeImg{
	width:100%;
	margin:auto;
	text-align:center;
	border:3px solid #32865e;
	border-radius:20px;
	background-color:#f1f5f7;
	position:relative;
	z-index:1;
}
.edgeImg p{
	width:90%;
	max-width:200px;
	padding:80px 0px;
	margin:auto;
}
@media screen and (max-width: 1160px) {
	.topMidashi3a span{
		display:inline;
	}
	.edge-div3::before{
		top:-20%;
		left:-50%;
		width:300px;
	}
	.edge-div3::after{
		top:-20%;
		right:-50%;
		width:300px;
	}
}
@media screen and (max-width: 960px) {
	#edgeBox{
		display:block;
		margin:0 auto 100px;
	}
	.edgeImg{
		width:90%;
		max-width:340px;
		margin:20px auto 60px;
	}
	.edgeImg p{
		max-width: 160px;
		padding:40px 0;
	}
	.edge-div3::before, .edge-div3::after{
		position:static;
		content:unset;
	}
}
@media screen and (max-width: 768px) {
	.topMidashi3a{
		font-size:2.2rem;
		padding:0 0 0 28px;
		margin-bottom:15px;
	}
	#md-num1, #md-num2, #md-num3{
		background-size: 20px auto;
		background-position:left 2px;
	}
	.txt-color1{
		font-size:1.8rem;
	}
}
@media screen and (max-width: 460px) {
	.edgeImg{
		max-width:180px;
	}
	.edgeImg p{
		width: 60%;
		max-width: 140px;
		padding:20px 0;
	}
}
/*事業内容*/
.topMidashi3b{
	font-family: "Montserrat", sans-serif;
	font-size:4rem;
	font-weight:500;
	line-height:1.4;
	color:#32865e;
	margin:0 auto 30px;
	position:relative;
	text-align:center;
}
.md3-jp{
	font-family:'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size:2rem;
	color:#000;
	display:block;
	margin-top:20px;
}
.serviceBox{
	position:relative;
	display:flex;
	align-items: flex-end;
	justify-content: flex-end;
	min-height: 600px;
	margin:0 auto 80px;
}
.serviceLeft{
	display: flex;
	width: 94%;
	max-width: 1200px;
	margin-inline: auto;
	position:relative;
	z-index:10;
}
.serviceRight{
	display: flex;
	justify-content: flex-end;
	width: 94%;
	max-width: 1200px;
	margin-inline: auto;
	position:relative;
	z-index:10;
}
.serviceFrame{
	width:560px;
	padding:80px 50px 40px;
	background: rgba(255, 255, 255, 0.7);
	border-radius:20px;
	box-shadow:3px 6px 20px #a5bfcb;
}
.serviceImg{
	position: absolute;
	top: 0;
	right: 0;
	width: 60vw;
	height: 100%;
}
.serviceImg2{
	position: absolute;
	top: 0;
	left: 0;
	width: 60vw;
	height: 100%;
}
.serviceImg img{
	border-radius:20px 0 0 20px;
}
.serviceImg2 img{
	border-radius:0 20px 20px 0;
}
.serviceImg img, .serviceImg2 img{
	object-fit:cover;
	height:90%;
}
.serviceTxt{
	max-width:310px;
	margin:auto;
}
.serviceLink{
	margin-top:30px;
	max-width:240px;
	margin-left:auto;
}
.serviceLink a{
	line-height:1.4;
	text-align:center;
	background-color:#fff;
	border:2px solid #32865e;
	padding:10px 50px 10px 20px;
	border-radius:100vh;
	display:block;
	position:relative;
	transition:.3s;
}
.serviceLink a::before{
	position:absolute;
	top:-1px;
	right:-1px;
	content:'';
	width:47px;
	height:47px;
	background-color:#32865e;
	background-image: url('./images/top/arrow2.svg');
	background-size: 20px auto;
	background-position: center;
	background-repeat: no-repeat;
	border-radius:100vh;
}
.serviceLink a:hover{
	color:#000;
	background-color:#e1e4dc;
}
.serviceBox2{
	position:relative;
	display:none;
	align-items: center;
	margin:0 auto 120px;
}
.serviceLeft2{
	width: 30%;
	margin:0 15% 0 5%;
}
.serviceFrame2{
	max-width:600px;
	margin:auto;
}
.serviceImg3{
	width:50%;
}
.serviceImg3 img{
	border-radius:0 20px 20px 0;
}
@media screen and (max-width: 1360px) {
	.serviceLeft2{
		width: 40%;
		margin:0 5%;
	}
	.serviceImg img, .serviceImg2 img{
		height:500px;
	}
}
@media screen and (max-width: 960px) {
	.serviceBox2{
		/*
		display:block;
		*/
	}
	.serviceLeft2{
		width:90%;
		margin:40px auto 0;
	}
	.serviceFrame2{
		max-width:684px;
	}
	.serviceImg3{
		width:100%;
	}
	.serviceImg3 img{
		border-radius:0;
	}
	.serviceLink{
		margin:30px auto 0;
		max-width:200px;
	}
}
@media screen and (max-width: 768px) {
	.topMidashi3b{
		font-size:3.5rem;
		margin:0 auto 20px;
	}
	.md3-jp{
		font-size:1.8rem;
		margin-top:5px;
	}
	.serviceBox{
		display:block;
		min-height:auto;
	}
	.serviceFrame{
		width:100%;
		padding:40px 20px;
		margin:60px auto 0;
		background-color:rgba(255, 255, 255, 0.8);
	}
	.serviceImg, .serviceImg2 {
		width: 100vw;
	}
	.serviceImg img, .serviceImg2 img{
		border-radius:0;
		height:auto;
	}
	.serviceTxt{
		max-width:90%;
	}
	.serviceLink a::before{
		width:44px;
		height:44px;
	}
}
/*作業実績*/
#worksBg{
	margin-bottom:120px;
	background-color:#000;
	padding:80px 0;
}
#worksBox{
	width:94%;
	max-width:1200px;
	margin:auto;
}
#worksFrame{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#worksFrame li{
	width:32%;
}
#worksFrame li{
	color:#fff;
	display:block;
}
.worksImg{
	overflow:hidden;
	border-radius:20px;
}
.worksImg img{
	border-radius:20px;
	height: auto;
	/*
	transition: transform .6s ease;
	*/
}
.worksImg:hover img {
	/*
	opacity:1;
	transform: scale(1.1);
	*/
}
.worksTxt{
	margin-top:10px;
}
.worksLink{
	margin-top:30px;
	max-width:200px;
	margin-left:auto;
}
.worksLink a{
	line-height:1.4;
	text-align:center;
	background-color:#fff;
	border:2px solid #fff;
	padding:10px 50px 10px 20px;
	border-radius:100vh;
	display:block;
	position:relative;
	transition:.3s;
}
.worksLink a::before{
	position:absolute;
	top:0px;
	right:0px;
	content:'';
	width:45px;
	height:45px;
	background-color:#32865e;
	background-image: url('./images/top/arrow2.svg');
	background-size: 20px auto;
	background-position: center;
	background-repeat: no-repeat;
	border-radius:100vh;
}
.worksLink a:hover{
	color:#000;
	background-color:#e1e4dc;
}
@media screen and (max-width: 960px) {
	.worksLink{
		margin:30px auto 0;
	}
}
@media screen and (max-width: 768px) {
	#worksFrame{
		display:block;
	}
	#worksFrame li{
		width:100%;
		max-width:400px;
		margin:0 auto 30px;
	}
	.worksLink a::before{
		width:42px;
		height:42px;
	}
}
/*エリア*/
#areaBg{
	position:relative;
	background-image: url('./images/top/map.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top:42%;
	width:60%;
	margin-left:auto;
}
#areaBox{
	position:absolute;
	top:50%;
	left:-30%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width:324px;
}
#areaImg{
	max-width:200px;
	margin:0 auto 40px;
}
#areaTxt{
	font-size:2rem;
	font-weight:500;
	text-indent: -2rem;
	padding-left: 2rem;
}
@media screen and (max-width: 1360px) {
	#areaBg{
		width:80%;
		padding-top:57%;
	}
	#areaBox{
		left:-20%;
	}
	#areaImg{
		max-width:120px;
	}
}
@media screen and (max-width: 768px) {
	#areaBox{
		width:40%;
	}
	#areaImg{
		width:60%;
		max-width:140px;
		margin-bottom:20px;
	}
	#areaTxt{
		font-size:1.4rem;
		text-indent: -1.4rem;
		padding-left: 1.4rem;
		line-height:1.4;
	}
}
@media screen and (max-width: 460px) {
	#areaBg{
		width:90%;
		padding-top:70%;
	}
	#areaBox{
		left:-10%;
	}
}
/*採用情報*/
#recruitBg{
	margin-bottom:120px;
	padding:80px 0;
	background-color:#32865e;
}
.topMidashi3c{
	font-size:3rem;
	font-weight:500;
	line-height:1.4;
	letter-spacing:0.1rem;
	margin-bottom:30px;
}
.recruitBox{
	color:#fff;
	position:relative;
	display:flex;
	align-items: center;
	flex-direction: row-reverse;
	margin:auto;
}
.recruitLeft{
	width: 30%;
	margin:0 5% 0 15%;
}
.recruitFrame{
	max-width:530px;
	margin:auto;
	/*
	padding:80px 50px 40px;
	background: rgba(255, 255, 255, 0.7);
	border-radius:20px;
	box-shadow:3px 6px 20px #a5bfcb;
	*/
}
.recruitImg{
	width:50%;
}
.recruitImg img{
	border-radius:20px 0 0 20px;
}
.recruitLink{
	margin-top:30px;
	max-width:200px;
	margin-left:auto;
}
.recruitLink a{
	line-height:1.4;
	text-align:center;
	background-color:#fff;
	border:2px solid #fff;
	padding:10px 50px 10px 20px;
	border-radius:100vh;
	display:block;
	position:relative;
	transition:.3s;
}
.recruitLink a::before{
	position:absolute;
	top:0px;
	right:0px;
	content:'';
	width:45px;
	height:45px;
	background-color:#32865e;
	background-image: url('./images/top/arrow2.svg');
	background-size: 20px auto;
	background-position: center;
	background-repeat: no-repeat;
	border-radius:100vh;
}
.recruitLink a:hover{
	color:#000;
	background-color:#e1e4dc;
}
@media screen and (max-width: 1360px) {
	.recruitLeft{
		width:40%;
		margin:0 5%;
	}
}
@media screen and (max-width: 960px) {
	.recruitBox{
		display:block;
	}
	.recruitLeft{
		width:90%;
		margin:40px auto 0;
	}
	.recruitImg{
		width:100%;
	}
	.recruitImg img{
		border-radius:0;
	}
	.recruitFrame{
		max-width:684px;
	}
	.topMidashi3c{
		font-size:2.4rem;
		text-align:center;
	}
	.recruitLink {
		margin:30px auto 0;
	}
}
@media screen and (max-width: 768px) {
	.recruitLink a::before {
		width: 43px;
		height: 42px;
	}
	.topMidashi3c{
		font-size:2rem;
		display:table;
		text-align:left;
		margin:0 auto 30px;
	}
}
/*お知らせ*/
#infoBox{
	width:94%;
	max-width:800px;
	margin:0 auto 120px;
}
#infoBox ul li{
	padding:15px 0;
	border-bottom:1px solid #000;
	overflow:hidden;
	display:flex;
}
.infoDate{
	width:170px;
	padding:0 50px 0 5px;
	letter-spacing:0.1em;
}
.infoTitle{
	width:calc(100% - 230px);
	display:block;
	padding-right:5px;
}
#infoLink{
	margin:50px auto 0;
	max-width:240px;
}
#infoLink a{
	line-height:1.4;
	text-align:center;
	background-color:#fff;
	border:2px solid #32865e;
	padding:10px 50px 10px 20px;
	border-radius:100vh;
	display:block;
	position:relative;
	transition:.3s;
}
#infoLink a::before{
	position:absolute;
	top:-1px;
	right:-1px;
	content:'';
	width:47px;
	height:47px;
	background-color:#32865e;
	background-image: url('./images/top/arrow2.svg');
	background-size: 20px auto;
	background-position: center;
	background-repeat: no-repeat;
	border-radius:100vh;
}
#infoLink a:hover{
	color:#000;
	background-color:#e1e4dc;
}
@media screen and (max-width: 960px) {
	#infoLink{
		max-width:200px;
	}
}
@media screen and (max-width: 768px) {
	#infoBox ul li{
		display:block;
	}
	.infoDate{
		padding:0 0 0 5px;
	}
	.infoTitle{
		width:96%;
		display:block;
		margin-left:4%;
	}
	#infoLink a::before{
		width:44px;
		height:44px;
	}
}
/*お問い合わせ*/
#contactBg{
	background-color:#f1f5f7;
}
#wrapper #contactBg{
	padding-top:80px;
}
#contactWrap{
	width:94%;
	max-width:1080px;
	margin:auto;
	background-image: url('./images/common/contact-bg.png');
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
}
#contactBg{
	/*
	background-image: url('./images/top/contact-bg.png');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	*/
}
#contactBox{
	width:94%;
	margin:auto;
	text-align:center;
	padding:80px 0 120px;
}
#contactTxt1{
	font-size:2.5rem;
	font-weight:bold;
	color:#fff;
	margin-bottom:10px;
}
#contactTxt2{
	font-size:2rem;
	font-weight:bold;
	color:#fff;
	line-height:1.4;
}
#contactTxt3{
	font-weight:500;
	margin:0 auto 10px;
	letter-spacing:0.2rem;
}
#contactTxt4{
	font-size:2.4rem;
	font-weight:500;
	line-height:1.4;
	color:#fff;
	margin:20px auto 30px;
}
#contactFrame{
	max-width:600px;
	margin:50px auto 0;
	/*
	display:flex;
	justify-content: space-around;
	*/
	background-color:#fff;
	border-radius:20px;
	box-shadow:2px 2px 20px #000;
}
#contactLeft{
	margin:auto;
	/*
	display:flex;
	flex-direction: column;
	*/
	padding:30px 20px 40px;
}
#contactTel{
	max-width:400px;
	margin:0 auto;
	font-family: "Montserrat", sans-serif;	
	font-size:4rem;
	font-weight:500;
	line-height:1.4;
	padding:0 20px 0 60px;
	background-image: url('./images/top/tel.svg');
	background-size: 46px auto;
	background-position: left center;
	background-repeat: no-repeat;
	letter-spacing:0.1rem;
}
#contactTime{
	letter-spacing:0.2rem;
}
#contactMail{
	max-width:400px;
	width:100%;
	margin:30px auto 0;
}
#contactMail a{
	font-size:2rem;
	font-weight:500;
	line-height:1.4;
	letter-spacing:0.2rem;
	display:block;
	text-align:center;
	border:2px solid #000;
	border-radius:100vh;
	padding:10px 20px 10px 40px;
	background-image: url('./images/top/mail.svg');
	background-size: 24px auto;
	background-position: 10% center;
	background-repeat: no-repeat;
	position:relative;
	transition:.3s;
}
#contactMail a::before{
	position:absolute;
	top:-2px;
	right:-2px;
	content:'';
	width:52px;
	height:52px;
	background-color:#fff;
	background-image: url('./images/top/arrow1.svg');
	background-size: 14px auto;
	background-position: center;
	background-repeat: no-repeat;
	border-radius:100vh;
	border:2px solid #000;
	transition:.3s;
}
#contactMail a:hover{
	color:#000;
	background-color:#e1e4dc;
}
#contactMail a:hover::before{
	background-color:#32865e;
	background-image: url('./images/top/arrow2.svg');
}
#contactImg{
	width:40px;
	margin:20px auto 0;
}
@media screen and (max-width: 960px) {
	#contents{
		padding-top:0px;
	}
}
@media screen and (max-width: 768px) {
	#contactTxt1{
		font-size:2rem;
	}
	#contactTxt2{
		font-size:1.6rem;
	}
	#contactWrap{
		background-size:auto;
	}
	#contactFrame{
		box-shadow:2px 2px 10px #000;
	}
}
@media screen and (max-width: 540px) {
	#contactBox{
		padding:50px 0 120px;
	}
	#contactLeft{
		padding:15px 10px 20px;
	}
	#contactTel {
		max-width:300px;
		font-size: 3rem;
		padding: 0 5px 0 40px;
		background-size: 30px auto;
		background-position: 10px center;
	}
	#contactMail{
		max-width:300px;
		margin-top:15px;
	}
	#contactMail a{
		font-size:1.6rem;
		padding:10px 20px 10px 30px;
		letter-spacing:0;
	}
	#contactMail a::before{
		width:46px;
		height:46px;
	}
}
/******************
フッター(中部)[共通]
******************/

#footer{
	clear:both;
	width:100%;
	padding:30px 0 0;
	overflow:hidden;
	margin:auto;
	background-color:#000;
	color:#fff;
}
#footerBox{
	width:96%;
	max-width:1100px;
	margin:10px auto 30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	overflow:hidden;
}
#footerLeft{
	width:250px;
}
#footerAdd{
	clear:both;
	overflow:hidden;
}
#footerSub{
	font-weight:500;
	line-height:1.4;
}
#footerLogo a{
	font-size:3rem;
	font-weight:bold;
	letter-spacing:0.4rem;
	color:#fff;
	line-height:1.2;
}
#footerLogo a span{
	font-size:1.8rem;
	margin-right:10px;
}
#footerAdd{
	font-size:1.6rem;
	margin-top:15px;
}
.footerTel{
	font-size:1.6rem;
}
.footerTel a{
	color:#fff;
}
#footerRight{
	width:calc(95% - 250px);
}
#footerNavi{
	display:flex;
	flex-wrap:wrap;
} 
#footerNavi li {
	width:23%;
	margin:0 0 10px 2%;
	font-size:1.4rem;
}
#footerNavi li a.navi-link, #footerNavi li span.navi-link{
	color:#fff;
	position: relative;
	display: inline-block;
	padding: 0 5px 2px 20px;
	vertical-align: middle;
	text-decoration: none;
	overflow:hidden;
}
#footerNavi li a.navi-link::before, #footerNavi li span.navi-link::before{
	content: '';
	position: absolute;
	top: 10px;
	left: 4px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#footerNavi li a.navi-link::after {
	position: absolute;
	bottom: 0;
	left: -80px;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
#footerNavi li a.navi-link:hover::after {
	left: 0px;
	opacity: 1;
	visibility: visible;
}
/*
#footerNavi li a.navi-link:hover, #footerSubNavi li a:hover{
	color:#27794a;
}
*/
#footerSubNavi{
	display:block;
	margin:5px 0 5px 20px;
}
#footerSubNavi li{
	width:auto;
	margin:0;
	line-height:1.2;
}
#footerSubNavi li a{
	color:#fff;
	display:inline-block;
	padding:2px 4px 4px 12px;
	overflow:hidden;
	position:relative;
}
#footerSubNavi li a::before{
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 0;
	margin: auto;
	content: '';
	vertical-align: middle;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
#footerSubNavi li a::after {
	position: absolute;
	bottom: 0;
	left: -80px;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
#footerSubNavi li a:hover::after {
	left: 0px;
	opacity: 1;
	visibility: visible;
}
#copyRight{
	clear:both;
	text-align:center;
	font-size:1.4rem;
	padding:20px 0;
	line-height:1.4em;
}

#pageTopBtn{
	clear:both;
	z-index:100;
	display:block;
	position: fixed;
	bottom: 60px;
	right: 1%;
}

/******************
フッター[スマホ]
******************/

@media screen and (max-width: 960px) {
	#footerBox{
		display:block;
	}
	#footerLeft{
		max-width:300px;
		width:96%;
		margin:0 auto 40px;
		text-align:center;
	}
	#footerRight{
		width:100%;
		float:none;
	}
	#pageTopBtn{
		width:56px;
		bottom: 30px;
		right: 10px;
	}
}
@media screen and (max-width: 768px) {
	#footerNavi li{
		width:31.333%;
	}
	#footerSubNavi li{
		width:auto;
	}
	#copyRight{
		font-size:1.2rem;
		padding:10px 0;
	}
}
@media screen and (max-width: 640px) {
	#footerNavi li{
		width:46%;
		margin:0 0 10px 4%;
	}
	#footerSubNavi li{
		width:auto;
		margin:auto;
	}
}
@media print{

body{
	width:1600px;
}

#wrapperTop,#wrapper{
	padding-top:0;
	overflow:visible !important;
}

#wrapperTop #header, #wrapper #header{
	position: relative;
}

}

@page{
	margin: 16mm 10mm;
}

@-moz-document url-prefix(){
@page{
	margin: auto;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0){
@page{
	margin: auto;
}
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}