@charset "UTF-8";
.pc {
  display: none !important;
}
.tb {
  display: none !important;
}

dl.table:after, .header_menu ul:after, body.frontpage .news dl.table:after, body.frontpage_biz .news dl.table:after, body.company .main:after, body.company .envir_policy_select_wrapper ul:after, body.company .access_map_wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}
*{
		box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ul li, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: small;
  font-weight: normal;
}

body {
  color: #333;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;

  font-size: 80%;
  line-height: 1.75;
	box-sizing: border-box;
}

h2 {
  margin: 0 0 0.5em;
  line-height: 1.35;
  font-size: 180%;
}

h2 ~ h2 {
  margin-top: 1.5em;
}

h3 {
  margin: 0 0 0.5em;
  line-height: 1.35;
  font-size: 140%;
}

h3 ~ h3 {
  margin-top: 1.5em;
}

h2 + h3 {
  margin-top: 0;
}

p + h3 {
  margin-top: 1.5em;
}

table + h3, ul + h3, ol + h3, dl + h3 {
  margin-top: 1.5em;
}

h4 {
  margin: 0 0 0.25em;
  line-height: 1.35;
}

h4 ~ h4 {
  margin-top: 1.5em;
}

h3 + h4 {
  margin-top: 0;
}

p + h4 {
  margin-top: 1.5em;
}

table + h4, ul + h4, ol + h4, dl + h4 {
  margin-top: 1.5em;
}

h5 {
  margin: 0;
  line-height: 1.35;
}

h5 ~ h5 {
  margin-top: 1.5em;
}

p + h5 {
  margin-top: 1.5em;
}

p {
  margin: 0;
}

dl + p {
  margin-top: 1em;
}

p.center {
  text-align: center;
}

p.right {
  text-align: right;
}

a:link {
  color: #319c54;
  text-decoration: none;
}

a:visited {
  color: #319c54;
  text-decoration: none;
}

a:active {
  color: #319c54;
  text-decoration: none;
}

a:hover {
  color: #319c54;
  text-decoration: none;
}

ul, ol, dl {
  margin: 1em 0 0;
}

ul ul {
  margin: 0.45em 0 0;
}

ul li, ol li {
  margin: 0 0 0.45em 1.5em;
  line-height: 1.35;
}

ul.disc {
  list-style: none;
}

ul.disc li {
  position: relative;
  padding: 0 0 0 20px;
  border: none;
}

ul.disc li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #61a2c8;
  content: "\f111";
  top: 0.1em;
  left: 0;
  font-size: 90%;
}

.table {
  background: #fff;
  border-radius: 5px;
  line-height: 1.5;
}

.table dt {
  position: relative;
clear: left;
  float: left;
  width: 35%;
  padding: 10px 0 7px 2.4em;
  border-top: 1px solid #ccc;
}

.table dt:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #5cc88d;
  content: "\f152";
  left: 1em;
}

.table dt:first-child {
  border-top: none;
}

.table dt:first-child + dd {
  border-top: none;
}

.table dd {
  float: left;
  width: 65%;
  padding: 10px 3px 7px 0;
  border-top: 1px solid #ccc;
}

h2 + ul, h3 + ul, h4 + ul, h2 + ol, h3 + ol, h4 + ol, h2 + dl, h3 + dl, h4 + dl {
  margin-top: 0;
}

img {
  border: none;
}

img.center {
  display: block;
  margin: 1em auto;
}

img.left {
  float: left;
}

img.right {
  float: right;
}

table {
  margin: 1em 0 0;
}

h2 + table, h3 + table, h4 + table {
  margin-top: 0;
}
aside.eyecatch {
}
body header {
  padding: 0 0 0;
}

aside.eyecatch .inner {
  width: 100%;
	max-width: 1000px;
  margin: 0 auto;
  padding-top: 5px;
}

aside.eyecatch .inner h2 {
  font-size: 225%;
  color: #666;
}

aside.eyecatch .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

aside.eyecatch .inner ul li {
  float: left;
  margin: 0;
  padding: 2px 20px 1px;
  border-right: 1px solid #999;
}

aside.eyecatch .inner ul li:first-child {
  border-left: 1px solid #999;
}

.site_header {
  margin: 0 ;
padding: 8px;	width: 70%;
}

.site_header .sp {
  width: 100%;    max-width: 300px;
}

.header_menu {
  clear: both;
	display: none;
}

.header_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #fff;
}

.header_menu ul li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}

.header_menu ul li img {
  display: none;
}
.header_menu ul.snsnavi {
	margin: 0;padding: 0;border: 0;

}
.header_menu ul.snsnavi li {
	width: 25%;
}
.header_menu ul.snsnavi li img {
  display: block;
	margin: auto;
}
.header_menu ul.snsnavi li a {
	border: 0;
}
.header_menu ul.snsnavi li:nth-child(2n) a {
	border: 0;
}

.header_menu ul li:nth-child(2n) a {
  border-left: 1px solid #fff;
}

.header_menu ul li:nth-child(7) {
  width: 100%;
}

.header_menu ul li a {
  display: block;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.header_menu ul li a:after {
  content: attr(data-text);
  color: #fff;
}

.goto_business {
  display: block;
  padding: 10px 0;
  text-align: center;
  background: #00A39B;
}

.goto_business:after {
  content: attr(data-text);
  color: #fff;
}

.goto_business span {
  display: none;
}

a.btn_pagetop {
  display: block;
  padding: 10px 0 5px;
  background: #43A53F;
  text-align: center;
}

.footer_inner {
  padding: 40px 15px;
}

.head_address {
	padding: 0 1em;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin: 0 1em 8px;
}

.branch_address {
	line-height: 1.5;
	margin-left: 1em;
    padding: 0 1em;
}

.address_break {
  display: block;
  margin: 15px 0 0 -1em;
  font-weight: bold;
}
.zip {
  display: block;
  margin: 0 0 0;
  font-weight: bold;
}
.tel {
  display: block;
  margin: 0 0 0;
  font-weight: bold;
}

.address_break:after {
  content: "\A";
  white-space: pre;
}

.footer_logo {
  text-align: center;
}

.footer_logo h3 {
  margin: 50px 0 25px;
}

.footer_logo ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer_logo ul li {
  margin: 5px 0;
  padding: 0;
}

.copyright {
  display: block;
  padding: 13px 0 10px;
  background: #43A53F;
  text-align: center;
	color: #fff;
	font-size: 110%;
	font-weight: normal;
}

body.business .business_footer {
	margin: 5px auto 0;

}

body.business .business_footer ul {
	  margin: 50px auto 0;
	  padding: 0 0 10px;
	  list-style: none;display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
	width: 100%;
	max-width: 760px;
}

body.business .business_footer ul li {
	margin: 30px 0 0;
	padding: 0 0;
	text-align: center;
	position: relative;
    height: 58vw;
    max-height: 232px;
    min-height: 210px;	width: 50%;
	flex-grow: 1;
}
body.business .business_footer ul li.goto_ecoworks {

}
body.business .business_footer ul li a {
	width: 95%;
	margin: auto;
	height: 100%;
	position: relative;	display: block;
	text-align: center;
}
body.business .business_footer ul li a>img {
	max-width: 90%;

	margin: auto;
	height: auto;
	left: 0;
	right: 0;
	display: block;position: absolute;	bottom: 2em;

}
body.business .business_footer ul li .balloon {
	position: absolute;  margin: auto;
	left: 0;
	right: 0;
	top: 0;
	height: auto;
}
	
body.business .business_footer ul li .balloon img{
	max-width: 40vw;
	height: auto;
}
	
body.business .business_footer ul li .caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	padding-top: 5px;
	font-weight: bold;
	text-align: center;
}
body.business .business_footer ul li .caption small {
	display: none;
}


body.business .business_footer ul li a:link, body.business .business_footer ul li a:visited {
  color: #333;
}
.sidebar {
    margin: 0 10px;
}
.sub_nav {
  margin: 50px 0 0;
}

.sub_nav div {
  margin: 0 auto 10px;
	width: 100%;
	
}
.sub_nav div img {
	width: 100%; height: auto;
}

.sub_nav .recruit {
  margin: 20px 0;
  padding: 12px 0;
  background: #fceabb;
  background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  border-radius: 5px;
  font-size: 115%;
  text-align: center;
}

.sub_nav .recruit a {
	display: block;
}
.sub_nav .recruit a:link, .sub_nav .recruit a:visited {
  color: #fff;
}

.sub_nav .ecoworks {
  margin: 20px 0;
}

body.company .faq {
  margin: 20px 0;
}

body.company .faq h3 {
  padding: 5px 15px 0;
  background: #f8b500;
  border-radius: 5px 5px 0 0;
  font-size: 150%;
  color: #fff;
}

body.company .faq h3 .subheading {
  display: block;
  margin: 3px -15px 0;
  padding: 3px 15px;
  background: #fceabb;
  border-bottom: 1px solid #f8b500;
  font-size: 75%;
  color: #f8b500;
}

body.company .faq ul {
  margin: 0;
  padding: 0 0 7px;
  border-bottom: 1px solid #f8b500;
  list-style: none;
}

body.company .faq ul li {
  margin: 0 0 0 10px;
  padding: 5px 0 5px 20px;
  position: relative;
}

body.company .faq ul li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #ffae78;
  content: "\f054";
  left: 0.5em;
}

.sub_nav .greenbiz {
  margin: 20px 0;
}

.sub_nav .water_project {
  margin: 20px 0;
}
.header_inner{
	position: relative;
}
.site_category{
	position: absolute;
    height: 3rem;
    width: 3rem;
    right: 10px;
    top: 10px;
    margin: auto;
}
    #humberger {
	position: relative;
    height: 3rem;
    width: 3rem;
    display: inline-block;
    box-sizing: border-box;
    background-color: #fff;
    border: .1rem solid #ccc;
    border-radius: 50%;
    }
    #humberger i {
		position: absolute;
		left: 0;
		height: 3px;
		width: 2rem;
		margin: auto;
		top: 0;
		background-color: #888;
		border-radius: 3px;
		display: inline-block;
		box-sizing: border-box;
		bottom: 0;
		right: 0;
    }
    #humberger i:nth-of-type(1) {
          top: 1rem;
    }
    #humberger i:nth-of-type(2) {
    }
    #humberger i:nth-of-type(3) {
      bottom: 1rem;
    }
    #humberger.off i:nth-of-type(1) {
		top: 0;
		transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		
    }
    #humberger.off i:nth-of-type(2) {
      display: none;
    }
    #humberger.off i:nth-of-type(3) {
      bottom: 0;
		transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
    }