@charset "UTF-8";
.sp:not(.pc) ,.tb:not(.pc){
  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 .jinzai_philosophy: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: 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::after {
  content: "";
  display: block;
  clear: both;
}

.table dt {
  position: relative;
  float: left;
  width: 220px;
  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: 462px;
  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 {
  height: 180px;
  background: #e8f2d9 url("../images/company/header_image.png") center center no-repeat;
}
body header {
  padding: 25px 0 14px;
}

.eyecatch .inner {
  width: 980px;
  margin: 0 auto;
  padding-top: 80px;
	position: relative;
}

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

aside.eyecatch .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
	display: flex;
	justify-content: space-between;
}

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

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

.header_inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  min-width: 1080px;
  margin: 0 auto;
	height: 104px;
}

.site_header {
 margin-left: 20px; float: left;
}

.site_category {
  float: right;
  width: 170px;
  margin-bottom: 40px;
}

.header_menu {
  clear: both;
	position: absolute;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
}

.header_menu ul {
  width: 1002px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
display: flex;justify-content: space-between;
}

.header_menu ul li {
  margin: 0;
  padding: 12px 0;
  border-right: 1px solid #fff;
}

.header_menu ul li:first-child {
  border-left: 1px solid #fff;
}

a.goto_business {
	display: block;
	position: absolute;
	top: 35px;
	right: 0;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 55px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #fff;
	font-weight: bold;
	color: #fff;box-shadow:0px 0px 12px 6px rgba(0,0,0,0.25);
}
.snsnavi{
	position: absolute;
	list-style-type: none;
	top: -25px;right: 0;
	display: flex;
}
.snsnavi li{
	margin:0 5px;padding: 0;
}




/*1220*/
@media screen and (max-width: 1220px) {
a.goto_business {
	top: 130px;
	right: 1%;
	width: 120px;
	height: 40px;
	line-height: 40px;
		border-radius: 5px;z-index: 100;
	}
}
.frontpage a.goto_business {
	background: #26b7bc;
	background: -moz-linear-gradient(top, #26b7bc 0%, #91d5d5 100%);
	background: -webkit-linear-gradient(top, #26b7bc 0%,#91d5d5 100%);
	background: linear-gradient(to bottom, #26b7bc 0%,#91d5d5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26b7bc', endColorstr='#91d5d5',GradientType=0 );
}
.frontpage_biz a.goto_business {
	background: #6c9bd2;
	background: -moz-linear-gradient(top, #6c9bd2 0%, #a4bee3 100%);
	background: -webkit-linear-gradient(top, #6c9bd2 0%,#a4bee3 100%);
	background: linear-gradient(to bottom, #6c9bd2 0%,#a4bee3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c9bd2', endColorstr='#a4bee3',GradientType=0 );
}

.eyecatch_inner {
  width: 1080px;
  margin: 0 auto;
	position: relative;
}

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

footer {
  padding-bottom: 100px;
  border-top: 7px solid #43A53F;
}

.footer_inner {
  width: 950px;
  margin: 0 auto;
  padding: 40px 0;
}

.footer_address {
  float: left;
  width: 719px;
  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: 230px;
  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;
}

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





body.company.philosophy .philosophy_wrapper {
  margin: -15px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px 5px rgba(127, 127, 127, 0.2);
}

body.company.philosophy .philosophy_wrapper h3 {
  border: none;
  background: none;
  text-align: center;
  font-size: 200%;
}

body.company.philosophy .philosophy_wrapper h4 {
  margin-left: -0.5em;
  border: none;
  color: #00A39B;
}

body.company.philosophy .philosophy_wrapper h4:before {
  content: "｜｜";
  padding-right: 1em;
  font-size: 115%;
}

body.company.philosophy .philosophy_wrapper h4:after {
  content: "｜｜";
  padding-left: 1em;
  font-size: 115%;
}

body.company.philosophy .philosophy_wrapper h5 {
  position: relative;
  padding-left: 15px;
  color: #00A39B;
}

body.company.philosophy .philosophy_wrapper h5:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #00A39B;
  content: "\f111";
  top: 0.1em;
  left: 0;
  font-size: 90%;
}

body.company.philosophy .vi_wrapper {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

body.company.philosophy .vi_wrapper .tomasei_pale_blue {
  color: #0098d9;
}

body.company.philosophy .vi_wrapper .tomasei_blue {
  color: #004094;
}

body.company.philosophy .vi_wrapper .tomasei_green {
  color: #00a968;
}

body.company.philosophy .vi_wrapper .vi {
  display: block;
  margin: 1.5em auto;
}

body.company.philosophy .vi_wrapper .vi_copy {
  margin: 1.5em 0;
  text-align: center;
  font-weight: bold;
  font-size: 150%;
  line-height: 1.5;
}

body.company.philosophy .vi_wrapper .vi_appendix {
  margin: 1.5em 0;
}

body.company.philosophy .vi_wrapper .copy {
  display: block;
  margin: 3em auto 1em;
}

body.company.philosophy .management_policy_wrapper {
  margin-bottom: 30px;
  padding: 20px 30px;
  background: #F7FAEE;
}

body.company.philosophy .management_policy_wrapper .management_policy_heading {
  margin: 0 0 1.5em 50px;
  font-size: 135%;
  font-weight: bold;
}

body.company.philosophy .mission_wrapper {
  margin-bottom: 30px;
  text-align: center;
}

body.company.philosophy .mission_wrapper .mission {
  display: block;
  margin: 1.5em auto;
}

body.company.philosophy .mission_wrapper h4 {
  margin-left: 0;
}

body.company.philosophy .mission_wrapper h5 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 150%;
  color: #333;
}

body.company.philosophy .mission_wrapper h5:before {
  content: none;
  position: static;
}

body.company.philosophy .vision_wrapper {
  margin-bottom: 30px;
  padding: 20px 30px;
  background: #F7FAEE;
}

body.company.philosophy .vision_wrapper .vision_heading {
  margin: 0 0 1.5em 50px;
  font-size: 135%;
  font-weight: bold;
}

body.company.philosophy .vision_wrapper h5 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 150%;
  color: #333;
  text-align: left;
}

body.company.philosophy .vision_wrapper h5:before {
  content: none;
  position: static;
}

body.company.philosophy .fundamental_policy_wapper {
  margin-bottom: 30px;
  padding: 0 30px;
}

body.company.philosophy .iso_policy_wrapper {
  margin-bottom: 30px;
  padding: 20px 30px;
  background: #F7FAEE;
}

body.company.philosophy .admission_policy_wrapper {
  margin-bottom: 30px;
  padding: 0 30px;
}

body.company.philosophy .admission_detail_wrapper {
  padding: 20px 30px;
  background: #F7FAEE;
}

body.company.philosophy .admission_detail_wrapper p {
  margin-left: 1em;
}

body.company.env_policy .tomasei_diagram {
  float: right;
  width: 400px;
  height: auto;
  margin-left: 20px;
}

body.company.env_policy .action_policy {
  margin-left: 2em;
}

body.company.env_policy .env_policy_select_wrapper {
  margin: 35px 0 20px;
  width: 100%;
  border-bottom: 3px solid #999;
}

body.company.env_policy .env_policy_select_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.company.env_policy .env_policy_select_wrapper ul li {
  cursor: pointer;
  float: left;
  width: 195px;
  margin: 0 5px;
  padding: 13px 10px 10px;
  border: 1px solid #ccc;
  border-bottom: none;
  box-shadow: 0px -6px 6px -1px rgba(127, 127, 127, 0.2) inset;
  border-radius: 10px 10px 0 0;
  text-align: center;
}

body.company.env_policy .env_policy_select_wrapper ul li:first-child {
  margin-left: 30px;
}

body.company.env_policy .env_policy_select_wrapper ul li.select {
  background: #ffec90;
}

body.company.env_policy .env_policy_image_wrapper {
  width: 600px;
  margin: 1.5em auto;
  padding: 20px 0;
  background: #fff;
  text-align: center;
  border-radius: 10px;
}

body.company.env_policy .env_policy_image_wrapper ~ .env_policy_image_wrapper {
  display: none;
}

body.company.env_policy .env_policy_objective_wrapper {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

body.company.env_policy .env_policy_objective_wrapper h5 {
  font-weight: bold;
  color: #26904f;
}

body.company.env_policy .env_policy_objective_wrapper .env_policy_achievement {
  font-size: 135%;
  color: #ff6600;
}

body.company.env_policy .save_action {
  margin-left: 2em;
}

body.company.env_cert .excellent_mark_heading {
  margin-top: 50px;
  padding-bottom: 0;
  border-bottom: none;
  text-align: center;
}

body.company.env_cert .excellent_mark {
  display: block;
  margin: 20px auto 40px;
}

body.company.env_cert .excellent_desc {
  margin: 30px 50px;
  padding: 15px 15px 13px 15px;
  background: #fff;
  border-left: 15px solid #00A39B;
}

body.company.env_cert .excellent_desc h5 {
  float: left;
  width: 150px;
  min-height: 60px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}

body.company.env_cert .excellent_desc p {
  width: 420px;
  float: right;
}

body.company.env_action h4 {
  margin-top: 30px;
  padding-bottom: 0;
  border-bottom: none;
}

body.company.env_action h4 ~ h4 {
  margin-top: 40px;
}

body.company.env_action ul.disc li:before {
  color: #00A39B;
}

body.company.env_action .iso_cert_figure {
  margin: 30px 50px;
  padding: 15px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
}

body.company.env_action .iso_application_list {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  border-collapse: collapse;
}

body.company.env_action .iso_application_list tr:first-child th, body.company.env_action .iso_application_list tr:first-child td {
  border-top: none;
}

body.company.env_action .iso_application_list tr th, body.company.env_action .iso_application_list tr td {
  padding: 7px 10px;
  border-top: 1px solid #ccc;
}

body.company.env_action .iso_application_list tr th {
  width: 220px;
}
body.business .business_footer {
  margin-bottom: 30px;
  background: #D0FCE3;
}

body.business .business_footer ul {
  width: 1060px;
  margin: 100px auto 0;
  padding: 0 0 10px;
  list-style: none;
}

body.business .business_footer ul li {
  float: left;
  margin: 0;
  padding: 0 20px;
  text-align: center;
}

body.business .business_footer ul li.goto_dev {
  height: 95px;
  margin-top: -70px;
  padding-top: -9px;
}

body.business .business_footer ul li.goto_dev .balloon {
  margin-bottom: 28px;
}

body.business .business_footer ul li.goto_envir {
  height: 96px;
  margin-top: -70px;
  padding-top: -10px;
}

body.business .business_footer ul li.goto_envir .balloon {
  margin-bottom: 28px;
}

body.business .business_footer ul li.goto_ecoworks {
  height: 72px;
  margin-top: -70px;
  padding-top: -1px;
}

body.business .business_footer ul li.goto_ecoworks .balloon {
  margin-bottom: 56px;
}

body.business .business_footer ul li.goto_icd {
  width: 165px;
  margin-top: -70px;
}

body.business .business_footer ul li.goto_icd .balloon {
  margin-bottom: -30px;
}

body.business .business_footer ul li .balloon {
  display: block;
}

body.business .business_footer ul li .balloon img {
  width: 165px;
  height: auto;
}

body.business .business_footer ul li .caption {
  display: block;
  padding-top: 5px;
  font-weight: bold;
}

body.business .business_footer ul li a:link, body.business .business_footer ul li a:visited {
  color: #333;
}
body .sidebar .recruit {
  margin: 20px 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;
}

body .sidebar .recruit a{
  padding: 12px 10px;
  color: #fff;
	display: block;
}
body .sidebar .recruit a:link, body .sidebar .recruit a:visited {
  color: #fff;
}
