/* ベース */
html{
  font-size: 62.5%;
}

body{
  color: #222222;
  font-size: 1.2rem;
  font-family: "メイリオ";
  line-height: 140%;
  background-color: #e6e6e6;
  margin: 0px 0px 0px 0px;
  scrollbar-3dlight-color:#010f29;
  scrollbar-arrow-color:#010f29;
  scrollbar-base-color:#ffffff;
  scrollbar-darkshadow-color:#ffccff;
  scrollbar-face-color:#ffccff;
  scrollbar-highlight-color:#ffffff;
  scrollbar-shadow-color:#010f29;
}

/*--------　タグ初期設定　--------*/
div,p,dl,dt,dd,ul,li {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
li {list-style-type: none;}
a {text-decoration: none;}

/*--------　wrapper　枠・背景の設定　--------*/
#wrapper,
#wrapper01,
#wrapper02 {
  width: 100%;
  margin: 0px auto;
}
#wrapper01 {
  background-repeat: no-repeat;
  background-color: #fff;
  border-style: solid;
  border-color: #ccc;
  box-shadow: 0 0 10px 4px #ccc;
}
#wrapper03 {
  background-repeat: no-repeat;
  border-style: solid;
  border-color: #ccc;
  border-width: 0px 1px;
}
.top {
  background-image: url(../img/wall_1.jpg);
  background-size: 105%;
  background-position: -50px -60px;
}
.profile {
  background-image: url(../img/wall_profile.jpg);
  background-size: 110%;
  background-position: -45px -45px;
}
.company {
  background-image: url(../img/wall_company.jpg);
  background-size: 105%;
  background-position: 0px 10px;
}
.recruitment {
  background-image: url(../img/wall_recruitment.jpg);
  background-size: 100%;
  background-position: 0px -70px;
}
.business,
.message {background-color:#f0f0f0;}

/*--------　header　ヘッダーの設定　--------*/
#header {
  width: 100%;
  color: #6cb92c;
  font-size: 1rem;
  font-weight:bolder;
  font-family: "ヒラギノ角ゴ StdN W8";
  line-height: 110%;
  background-color: #fff;
  padding: 0px 0px 10px 0px;
}
#header #logo {
  width: 95%;
  margin: 0px auto;
}
#header #logo span {font-size: 120%;}
#header  #logo img {
  display: block;
  width:30%;
  padding: 10px 0px 5px 0px;
}

/*--------　ナビゲーションの設定　--------*/
#navi {display: none;}
#link_b {display: none;}
#pagetitle p span a:visited,
#pagetitle p span a:link {color: #fff;}
.link a:visited,
.link a:link {color: #000;}
#pagetitle p span a:hover,
#pagetitle p span a:active,
.link a:hover,
.link a:active {color: red;}

/*--------　footer　フッターの設定　--------*/
#footer {
  width: 100%;
  color:#fff;
  font-size:1.0rem;
  text-align: center;
  background-color: #6cb92c;
  padding: 5px 0px 10px 0px;
}
#footer span {
  display: inline-block;
  width:100%;
}
#footer span.sp1 {line-height:180%;}
#footer span.sp2 {line-height:140%;}


/*===================　共通設定　=====================*/
/*--------　contents　--------*/
#contents,
#contents2{width: 100%;}
#contents dl{
  margin: 0px auto 50px auto;
}

/*--------　pagetitle　--------*/
#pagetitle {
  width: 100%;
  border-style: solid;
  border-color: #666;
  border-width: 1px 0px 0px 0px;
}
#pagetitle h1 {
  color: #111111;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 2px;
  padding: 15px 0px;
}
#pagetitle h1 span {
  display: block;
  color: #ff00ff;
  font-size: 60%;
  font-weight: bold;
  letter-spacing: 0px;
  padding: 0px 0px 8px 0px;
}
#pagetitle p {
  width: 100%;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  background-color: #808080;
  padding: 5px 0px 5px 0px;
  margin-bottom: 20px;
}
#pagetitle p span {
  display: inline-block;
  padding: 0px 5px 0px 5px;
}
#pagetitle p span img {
  width: 16px;
  vertical-align: text-top;
  margin: 2px 0px 0px 2px;
}

/*--------　information　--------*/
dl.information {width: 100%;}
dl.information dt {
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
dl.information dt span {
  display: block;
  color: #6cb92c;
  font-size: 70%;
  letter-spacing: 0px;
}
dl.information dd.dd_box {
  width: 90%;
  font-size: 1.2rem;
  line-height: 140%;
  border-style: solid;
  border-color: #666;
  border-width: 1px;
  box-shadow: 0 0 10px 4px #ccc;
  background-color: #fff;
  margin: 20px auto;
  padding: 10px;
}
dl.information dd.comment {
  width: 90%;
  margin: 0px auto;
  padding: 20px 0px;
}
dl.information dd.dd_box div p.comment {
  width: 95%;
  font-size: 1rem;
  line-height: 120%;
  margin: 0px auto;
  padding: 20px 0px;
}

/*===============　トップページの設定　=============*/
#contents_t {width: 100%;}
#wrapper02 h1 {
  color :#333;
  font-size: 2.0rem;
  text-align: center;
  padding: 20px 0px;
}
#wrapper02 h1 img {
  width: 18px;
  vertical-align: top;
  margin-left: 10px;
}
/*--------　main_img　メインイメージの設定　--------*/
#main_img {width: 100%;}
#main_img img {
  max-width: 100%;
  height:auto;
}
/*--------　info1　事業案内他　--------*/
#contents_t ul#info {
  width: 90%;
  margin: 0px auto;
}
#info li {
  border-style: solid;
  border-color: #6cb92c;
  border-width: 0px 0px 0px 6px;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
#info dl { width:100%;}
#info dt {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 5px 0px 0px 10px;
}
#info dt span {
  display: block;
  color: #6cb92c;
  font-size: 90%
}
#info dd {
  color: #333;
  padding: 10px 0px 0px 10px;
}
#info div {
  width: 90%;
  margin: 10px auto;
}
#info div img {
  max-width: 100%;
  height: auto;
}
.info2 {
  text-align: center;
  margin: 0px 0px 40px 0px;
}
.info2 img {
  max-width: 90%;
  height: auto;
}

/*================　事業案内ページの設定　===============*/
dl#environmental,
dl#product {width: 100%;}
/*--------　business　共通設定　--------*/
dl.business,
dl.business2,
dl.business3 {
  position: relative;
  top: -25px;
  left: 0px;
  width: 90%;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: 0px;
  margin: 0px auto 20px auto;
}
dl.business,
dl.business2,
dl.business3 {
  border-style: solid;
  border-color: #666;
  border-width: 1px;
  box-shadow: 0 0 10px 4px #ccc;
  background-color: #fff;
  padding: 10px;
}
dl.business dt,
dl.business2 dt,
dl.business3 dt {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}
dl.business dt span {font-size: 75%;}
dl.business dd.link {
  font-size: 1.1rem;
  text-align: right;
}
dl.business dd.link span {
  display: inline-block;
  padding: 0px 2px;
}
dl.business dd.link img,
dl.business3 ul.link li img {
  width: 12px;
  padding: 5px 0px 0px 2px;
}
/*--------　イメージ写真の設定　--------*/
/*--------　m_photo1 2 3　--------*/
ul#m_photo1,
ul#m_photo2,
ul#m_photo3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
li.m_ph1 {width:210px;height:140px;}
li.m_ph2 {width:110px;height:140px;}
li.m_ph1 img {
  width: 210px;
  height: 140px;
  object-fit: cover;
}
li.m_ph2 img {
  width: 110px;
  height: 70px;
  object-fit: cover;
}
/*--------　photo2　--------*/
dd.photo2 {
  width: 100%;
}
.photo2 span.ph1 {width: 80%;}
.photo2 span.ph2 {width: 80%;}
.photo2 span img {
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}
.photo2 span span img {
  width: 180px;
  height:auto;
  margin: 0px 0px 20px 40px;
}
/*--------　flow　ゴミ処理の流れ　--------*/
dl.business dd ul#flow {padding-top: 10px;}
ul#flow li {padding: 5px 0px;}
ul#flow dt,
ul#flow dd {
  text-align: left;
  padding: 0px 0px 5px 0px;
}
#flow dt {font-size: 1.3rem;}
#flow dd.com {font-size: 1.2rem;}
#flow dd.photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#flow .photo p {
  position: relative;
  width:48%;
  margin: 2px 2px;
}
#flow dd.photo p.p2 span {display: none;}
#flow dd.photo p.p3 {display: none;}

#flow .photo p img {
  max-width: 100%;
  height: auto;
}
#flow .photo p span {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  font-size: 65%;
  line-height: 120%;
  border-color: #666;
  border-style: solid;
  border-width: 1px;
  background-image: url(../img/bg_02.png);
  padding: 4px;
}
/*--------　business2　物販事業　--------*/
dl.business2 dt {font-size: 1.3rem;}
dl.business2 dd.comment,
dl.business2 dd.comment2 {
  width: 90%;
  font-size: 1.2rem;
  line-height: 140%;
  margin: 5px auto;
}
dl.business2 dd.flex-box {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  flex-direction:column;
  justify-content: space-around;
  margin: 20px auto;
}
dd.flex-box div.box1,
dd.flex-box div.box2,
dd.flex-box div.box3,
dd.flex-box div.ph,
dd.flex-box div.ph2 {width: 100%;}
dd.flex-box div.ph2 span {width: 45%;}
dd.flex-box div.ya {
  width: 100%;
  height: 50px;
  padding: 10px 0px 0px 100px;
}
dd.flex-box p {text-align: ceter;}
dd.flex-box div.ph {padding: 10px 0px;}
dd.flex-box div.ph2 {
  display: flex;
  flex-direction:row;
  justify-content: space-between;
}
dd.flex-box div.ph img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
dd.flex-box div.ph2 span img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin: 10px 2px;
}
dd.flex-box div.box1 ul,
dd.flex-box div.box2 ul,
dd.flex-box div.box3 {
  font-size:1.4rem;
  border-style: solid;
  border-width: 1px;
  padding: 10px 5px 10px 10px;
  margin: 5px 0px 10px 0px;
}
dd.flex-box div.box1 ul {border-color: #3f93cc;}
dd.flex-box div.box2 ul {border-color: #ff3fff;}
dd.flex-box div.box3 {border-color: #ffff3f;}

dd.flex-box div.box1 span,
dd.flex-box div.box2 span,
dd.flex-box div.box3 span,
dd.flex-box div.ph span {
  display: block;
  text-align: center;
}
dd.flex-box div.box3 span {
  font-weight: bold;
  text-align: left;
}
dl.business2 dd.flex-box ul li {
  padding: 2px 0px;
}
dl.business2 dd.flex-box div.box1 ul li {line-height: 150%;}
dd.flex-box div.ya img {
  transform: rotate(90deg);
  width: 40px;
  margin: 0px 0px;
}
/*--------　business3　人材支援事業　--------*/
dl.business3 dd.flex-box {
  width: 95%;
  margin: 20px auto;
}
dl.business3 dd.flex-box div.ph {
  padding-top: 20px;
}
dl.business3 ul {margin: 5px 0px;}
dl.business3 ul.ul1 li {
  font-size: 90%;
  line-height:150%;
  padding-bottom: 20px;
}
dl.business3 ul.link li {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 5px;
}

/*====================　企業情報ページの設定　====================*/
/*--------　possession　保有・許可関係　--------*/
p.subtitle {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 20px 0px 5px 10px;
}
/*--------　kyoninka　許認可　--------*/
.kyoninka ul {
  width: 100%;
  border-style: solid;
  border-color: #666;
  border-width: 1px;
  padding: 10px;
}
.kyoninka li {
  color: #000;
  padding-bottom: 10px;
}
.kyoninka li span {
  display: block;
  padding-left: 4px;
}
.kyoninka li span.sp1 {
  border-style: solid;
  border-color: #666;
  border-width: 1px;
  background-color: #e6e6e6;
  padding-left : 10px;
  margin-bottom: 2px;
}
/*--------　syaryo　車両・重機　--------*/
.syaryo p.box {
  font-size: 1rem;
  line-height: 130%;
  border-style: solid;
  border-color: #666;
  border-width: 1px;
  padding: 5px;
  margin-top: 5px;
}
.syaryo ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin:20px auto 0px auto;
}
.syaryo li {width: 40%}
.syaryo li {
  text-align: center;
  margin-bottom:10px;
}
.syaryo li img {
  width: 125px;
  height: 125px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0px;
}
.syaryo li.li2 img {
  object-position:right bottom;
}
.syaryo li.li4 img,
.syaryo li.li5 img,
.syaryo li.li6 img {
  object-position: left bottom;
}
/*--------　gijutusya　技術者　--------*/
.gijutusya {
  margin-bottom: 20px;
}
/*--------　privacy　個人情報保護方針　--------*/
#privacy ul {
  width: 90%;
  font-size: 1rem;
  line-height: 130%;
  margin: 10px auto 0px auto;
}
#privacy li {
  margin-bottom: 10px;
}
#privacy li span {
  color: #000;
  font-size: 1.1rem;
  display: block;
  padding-bottom: 4px;
}

/*=================　代表挨拶ページの設定　=============*/
/*--------　message　--------*/
dl#message dd.dd_box {
  padding: 20px 10px;
}
dl#message dd.dd_box img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  float: right;
}
dl#message dd.dd_box img.nodisp {display: none;}

dl#message dd.dd_box p {
  width: 90%;
  color: #000;
  background-color: #f0f0f0;
  margin: 10px auto;
  padding: 15px 5px;
}
dl#message dd.dd_box p span {
  display: block;
  width: 90%;
  font-size: 1.2rem;
  text-align: center;
  border-style: solid;
  border-color: #666;
  border-width: 1px 0px;
  margin: 0px auto 10px auto;
  padding: 5px 0px;
}

/*=================　会社概要ページの設定　==============*/
/*--------　profile　--------*/
dl#profile dd.dd_box {margin: 20px auto;}
/*--------　gaiyo　会社概要　--------*/
.gaiyo {
  border-style: solid;
  border-color: #666;
  border-width: 1px 1px 0px 1px;
  background-color: #e6e6e6;
}
.gaiyo li {
  border-style: solid;
  border-color: #666;
  border-width: 0px 0px 1px 0px;
}
.gaiyo span {display: inline-block;}
.gaiyo span.sp1 {
  width: 20%;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  padding-top: 2px;
}
.gaiyo span.sp2 {
  width: 75%;
  border-style: solid;
  border-color: #666;
  border-width: 0px 0px 0px 1px;
  background: #fff;
  padding: 2px 0px 2px 5px;
}
/*--------　jigyosyo　事業所　--------*/
div#jigyosyo p {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
div#jigyosyo ul {
  position: relative;
  width: 100%;
  margin: 0px auto;
}
div#jigyosyo ul li.ph img {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
div#jigyosyo ul li.add {
  position: relative;;
  z-index: 10;
  text-shadow: 3px 3px 5px #fff;
  padding-top: 40px;
}
div#jigyosyo ul li.add span {
  display: block;
  font-size: 105%;
  padding-bottom: 5px;
}
#jigyosyo ul li.map iframe {
  width: 250px;
  height: 200px;
  margin: 5px auto 0px auto;
  border-style: solid;
  border-color: #666;
  border-width: 1px;
}

/*================　採用情報ページの設定　==============*/
/*--------　bosyuu　募集要項　--------*/
div#bosyuu ul {
  width: 85%;
  font-size: 1.2rem;
  border-style: solid;
  border-color: #666;
  border-width: 1px;
  background-color: #fff;
  box-shadow: 0 0 10px 4px #ccc;
  margin: 10px auto 20px auto;
  padding: 20px 15px 20px 15px;
}
div#bosyuu ul li.ttl {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom : 5px;
}
div#bosyuu ul li.inf {
}
div#bosyuu ul li.ttl span {font-size: 120%;}
div#bosyuu ul li.inf span.sp1 {
  display: block;
  width:70px;
  text-align: center;
  border-style: solid;
  border-color: #666;
  border-width: 1px;
  background-color: #e6e6e6;
  margin: 6px 0px 2px 0px;
}
div#bosyuu ul li.inf span.sp2 {
  display: block;
}

/*=================　お問い合わせページの設定　=========*/
/*--------　contact　お問い合わせ　--------*/
dl#contact dd.dd_box p.comment {
  width: 90%;
  text-align: left;
  margin: 0px auto 20px auto;
}

#contact ul {
  width: 95%;
  border-style: solid;
  border-color: #666;
  border-width: 1px 1px 0px 1px;
  margin: 0px auto;
}
#contact li {
  width: 100%;
  border-style: solid;
  border-color: #666;
  border-width: 0px 0px 1px 0px;
  background-color: #e6e6e6;
}
#contact li span {
  display: block;
  border-style: solid;
  border-color: #666;
}
#contact li span.sp1 {
  text-align: left;
  border-width: 0px;
  padding: 2px 0px 0px 10px;
}
#contact li span.sp2 {
  width: 96%;
  background: #fff;
  border-width: 0px;
  padding: 2px 2px 2px 5px;
}
#contact input,
#contact textare {
  padding: 2px;
  margin: 1px 5px 2px 0px;
}
#contact input.text1,
#contact input.text2 {width: 90%;}
#contact input.text0 {width: 30%;}
#contact textarea {
  width: 90%;
  height: 100px;
}
#contact form p {
  text-align: center;
  padding: 10px 0px 20px 0px;
}
.rs {color: red;}
