@charset "UTF-8";
.sp:not(.tb) ,.pc:not(.tb){
  display: none !important;
}

dl.table:after, .header_menu ul:after, .footer_inner:after, body.frontpage .group_company_inner:after, body.frontpage .group_company_inner ul:after, body.frontpage .news dl.table:after, body.frontpage .body_menu:after, body.frontpage_biz .news dl.table:after, body.frontpage_biz .body_menu:after, body.company .eyecatch_inner ul:after, body.company .main:after, body.company.access .access_map_wrapper:after, body.company.env_policy .env_policy_select_wrapper ul:after, body.company.env_cert .excellent_desc:after, body.business .eyecatch_inner ul:after, body.business .customer_wrapper:after, body.business .business_item h4:after, body.business .business_footer ul:after ,
header .header_inner nav.header_menu ul:after, aside.eyecatch .inner ul:after, .main:after, footer .footer_inner:after, .company .main .body .envir_policy_select_wrapper ul:after, .company .main .body .access_map_wrapper:after, .recruit .main .body .news:after, .recruit .main .body .recruit_desc:after, .recruit .main .body .voice_employee:after, .recruit .main .body .fukuri_special:after, .recruit .main .body .csr_activity_wrapper:after, .recruit .main .body .csr_activity_triple_wrapper:after, .recruit .main .body .csr_activity_pager ul:after, .development .main .body .working_image:after, .environment .main .body .figure_wrapper:after, .environment .main .body .working_image:after, .environment .main .body ul.container_box_fee:after, .business .business_footer ul:after, .abstract .main .body .general_customer .business_item h4:after, .abstract .main .body .business_customer .business_item h4:after, .business.index .business_index_wrapper .business_item:after, .business.index .business_index_wrapper .business_item h4:after, .front_page .group_company .inner:after, .front_page .group_company .inner ul:after, .front_page .news dl.table:after, .front_page .main .body nav.body_menu:after, .ecoworks .main .body ul.ecoworks_flow:after, .icd .main .body .working_image:after, .icd .icd_result_triple_wrapper:after, .business_top .main .body .general_customer .business_item h4:after, .car .car_wrapper:after, .car .car_triple_wrapper:after, .muki_recycle:after {

  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

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;
}
*{
		box-sizing: border-box;
}
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;
}

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::after {
  content: "";
  display: block;
  clear: both;
}

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

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

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

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

.table dd {
  float: left;
  width: 66%;
  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;
}
body header {
  padding: 25px 0 0;
}

.site_header {
  margin: 20px 25px;
}
aside.eyecatch {
  height: 180px;
  background: #e8f2d9 url("../images/company/header_image.png") center center no-repeat;
}

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

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

.header_menu {
  clear: both;
}

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

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

.header_menu ul li img {
  display: none;
}

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

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

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

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

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

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

.header_menu ul li a {
  display: block;
  padding: 10px;
  text-align: center;
  border-top: 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;
}
.snsnavi{
	position: absolute;
	list-style-type: none;
	top: 0;right: 0;
	display: flex;
}
.snsnavi li{
	margin:0 5px;padding: 0;
}

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

.footer_inner {
  padding: 40px 15px;
}
.footer_inner {
  width: 98%;
  margin: 0 auto;
  padding: 40px 0;
}

.footer_address {
  float: left;
  width: 70%;
  border-right: 1px solid #ccc;
}

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

.footer_logo {
  float: right;
  width: 30%;
  text-align: center;
}

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

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

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

.head_address {
  margin-bottom: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
	text-align: left;
}

.branch_address {
	text-align: left;
	line-height: 1.5;
	display: flex;flex-wrap: wrap;
	
}
.branch_address div {
	width: 50%;
	
}

.address_break {
  display: block;
  margin: 15px 0 0 -1em;
  font-size: 115%;
  font-weight: bold;
  color: #00A39B;
}
.branch_address .tel {
  display: block;
  margin: 0 0 0;
}

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

.footer_logo {
  text-align: center;
}

.footer_logo h3 {
  margin: 60px 0 15px;
}

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

.footer_logo ul li {
  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: 140px auto 0;
  background: #D0FCE3;
}

body.business .business_footer ul {
	  margin: 0 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: 900px;
}

body.business .business_footer ul li {
	margin: -100px 0 0;
	padding: 0 0;
	text-align: center;
	position: relative;
	height: 250px;
	flex-grow: 1;
}
body.business .business_footer ul li.goto_ecoworks {
	flex-grow: 2;
}
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 {
	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;
	height: auto;
}
	
body.business .business_footer ul li .balloon img{
	width: 20vw;
	max-width: 100%;
	height: auto;
}
body.business .business_footer ul li.goto_ecoworks .balloon img{
	width: 20vw;
	max-width: 50%;
	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;
}
.sub_nav {
  margin: 50px 0 0;
	display: flex;
	width: 100%;
	justify-content: space-around;align-items: center;
}
.sub_nav div {
margin: 10px;
	width: 24vw;

}
.sub_nav div a{
	width: 100%;
	height: auto;
	display: block;
}
.sub_nav div img{
	width: 100%;
	height: auto;
}

.sub_nav .recruit {
  margin: 0 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;
    width: 210px;
	position: relative;
}
.sub_nav .recruit a{
padding: 0 0;
	color: #fff;
    display: block;
   height: 14vw;
    line-height: 14vw;

}

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