@charset "utf-8";

/* CSS Document */

/*-------*/
figure {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .pageTitle h1 {
    font-size: 2em;
  }
}

/*-------*/

#main {
  margin-bottom: 64px;
}

#main .headLine01 {
  color: #000;
  margin-bottom: 33px;
  white-space: nowrap;
}

#main .headLineText {
  margin-bottom: 60px;
  display: block;
  font-size: 1.6em;
  line-height: 1.8;
  text-align: center;
}

#main .imgBox {
  margin-bottom: 34px;
  background-color: #f0eff0;
}

#main .imgBox .headLine03 {
  margin-bottom: 0;
  padding: 12px 0 13px;
  font-size: 2.5em;
  line-height: 1;
  background-color: #9b9ea3;
}


#main .imgBox .imgBoxPic {
  padding: 30px;
}

#main .imgBox .imgBoxPic > img {
  width: 100%;
}

#main .imgBox01 {
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: #dff2f9;
}

#main .imgBox01 .headLine03 {
  padding: 16px 0 19px;
  font-size: 2.5em;
  font-weight: normal;
  background-color: #006897;
}

#main .headLine03 {
  margin-top: 100px;
  margin-bottom: 50px;
  padding: 16px 0 19px;
  font-size: 3.5em;
  background-color: #006897;
}
@media screen and (max-width: 767px) {
  #main .headLine01 {
    font-size: 4vw;
    white-space: inherit;
    padding: 0 0 7px;
  }
  #main .imgBox01 .headLine03 {
    font-size: 2em;
  }
  #main .headLine03 {
    font-size: 2em;
  }
}

@media all and (-ms-high-contrast:none) {
  #main .imgBox .headLine03 {
    padding: 15px 0 11px;
  }

  #main .imgBox01 .headLine03 {
    padding: 21px 0 14px;
  }
}


/*exclamation*/
.exclamation {
  background-image: url(../img/business/waste-disposal/img_exclamation_mark.png);
  background-size: contain;
  background-color: #fca0c9;
  border: 10px solid #fca0c9;
  border-radius: 50%;
  font-size: 2em;
  font-weight: bold;
  margin: 120px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 260px;
  height: 260px;
}

/*costList*/
.costList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.costItem {
  width: 435px;
}

.costItemTitle {
  color: #fff;
  background-color: #006897;
  font-size: 2.5em;
  text-align: center;
  padding: 8px;
  margin-bottom: 25px;
}
.costSublist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;

}
.costSubItem {
  width: 200px;
  height: 360px;
}
.costSubItemPic {
  width: 100%;
}
.costSubItemPic > img {
  width: 100%;
}
.costSubItemTitle {
  font-weight: bold;
  font-size: 1.75em;
  padding: 8px 0;
}

.costSubItemText {
  text-align: left;
  font-size: 1.4em;
}

@media screen and (max-width: 767px) {
  .costItem {
    width: 100%;
  }
  .costItemTitle {
    font-size: 2em;
  }
  .costSublist {
    width: 100%;
  }
  .costSubItem {
    width: 48%;
    height: auto;
    margin-bottom: 35px;
  }
  .costSubItemTitle {
    font-size: 1.4em;
  }
}



/*performance*/

.performance {}
.performanceImg {
  margin: auto;
  width: 856px;
  height: 650px;
}
.performanceImg > img {
  width: 100%;
}
.performanceTitle {
  color: #fff;
  background-color: #66c4cd;
  text-align: center;
  font-size: 2em;
  width: 750px;
  margin: 100px auto 30px;
  padding: 15px;
}
.performanceText {
  margin-bottom: 46px;
  display: block;
  font-size: 1.5em;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .performanceImg {
    margin: 55px auto;
    width: 100%;
    height: auto;
  }
  .performanceTitle {
    font-size: 1.8em;
    width: 100%;
    margin: 50px auto 30px;
    padding: 15px;
    box-sizing: border-box;
  }
}


/*accomplishList*/
.accomplishList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.accomplishItem {
  width: 435px;
  position: relative;
  margin-bottom: 100px;
}
.accomplishItem::after {
  content: "";
  display: block;
  width: 105px;
  height: 105px;
  background-image: url(../img/business/waste-disposal/icon_arrow.png);
  background-size: contain;
  position: absolute;
  left: calc(50% - 52.5px);
  bottom: 85px;
}

.accomplishItemPic {
  width: 100%;
}
.accomplishItemPic > img {
  width: 100%;
}
.accomplishItemTitle {
  color: #fff;
  background-color: #6c96ca;
  font-size: 2em;
  line-height: 1.8;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  margin: 30px auto;
}
.accomplishItemText {
  color: #fff;
  background-color: #91004f;
  font-size: 1.8em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 285px;
  height: 68px;
  margin: 145px auto 0;
}

@media screen and (max-width: 767px) {
  .accomplishItem {
    width: 90%;
    position: relative;
    margin: 50px auto;
  }
}



/*type*/

.typeList {
  width: 1000px;
  background-color: #65c8d0;
  background-image: url(../img/business/waste-disposal/type_list_bg.png);
  background-size: contain;
  height: 1866px;
  position: relative;
}

.typeItem {
  position: absolute;
}
.typeItem::before {
  content: "";
  display: block;
  border-left: 1px solid #000;
  position: absolute;
}
.typeItemName {
  color: #fff;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  display: block;
  font-size: 1.8em;
  height: 30px;
}

.typeItemPic {
  width: 455px;
  height: 245px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}
.typeItemPic > img {
  width: 50%;
  height: auto;
}
.typeItemPic.verticalLine {
  width: 225px;
  height: inherit;
  display: block;
}
.typeItemPic.verticalLine > img {
  width: 100%;
}
.typeItemTitle {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 2.2em;
}
.typeItemText {
  color: #fff;
  font-size: 1.4em;
}


.typeItem:nth-of-type(1) {
  width: 355px;
  top:60px;
  left: 65px;
}
.typeItem:nth-of-type(1)::before {
  height: 780px;
  top: 40px;
  left: 0;
}
.typeItem:nth-of-type(1) .typeItemName {
  width: 270px;
  padding-left: 25px;
}
.typeItem:nth-of-type(1) .typeItemPic {
  padding-left: 25px;
}
.typeItem:nth-of-type(1) .typeItemTitle {
  padding-left: 25px;
}
.typeItem:nth-of-type(1) .typeItemText {
  padding-left: 25px;
  width: 330px;
}
.typeItem:nth-of-type(2) {
  width: 485px;
  top: 180px;
  right: 30px;
}
.typeItem:nth-of-type(2) .typeItemName {
  padding-left: 35px;
}
.typeItem:nth-of-type(2) .typeItemPic {
  padding-left: 35px;
}
.typeItem:nth-of-type(2) .typeItemTitle {
  padding-left: 35px;
}
.typeItem:nth-of-type(2) .typeItemText {
  padding-left: 35px;
}

.typeItem:nth-of-type(3) {
  width: 540px;
  top: 1155px;
  left: 50px;
}
.typeItem:nth-of-type(3) .typeItemText {
  width: 465px;
}

.typeItem:nth-of-type(4) {
  width: 310px;
  top: 1065px;
  right: 0;
}
.typeItem:nth-of-type(4)::before {
  height: 350px;
  top: -310px;
  right: 80px;
}
.typeItem:nth-of-type(4) .typeItemName {
  width: 230px;
}

.typeItem:nth-of-type(4) .typeItemText {
  width: 275px;
}


@media screen and (max-width: 767px) {

  .typeList {
    width: 100%;
    background-color: #65c8d0;
    background-image: none;
    height: auto;
    padding: 30px;
    box-sizing: border-box;
  }

  .typeItem {
    position: inherit;
  }
  .typeItem::before {
    display: none;
  }
  .typeItem:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .typeItemName {
    color: #000;
    font-size: 1.6em;
    font-weight: bold;
  }

  .typeItemPic {
    width: 100%;
    height: inherit;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
  .typeItemPic > img {
    width: 50%;
  }
  .typeItemPic.verticalLine {
    width: 100%;
    height: inherit;
    display:flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
  .typeItemPic.verticalLine > img {
    width: 50%;
  }
  .typeItemTitle {
    color: #000;
    font-size: 1.8em;
  }
  .typeItemText {
    color: #000;
  }


  .typeItem:nth-of-type(1) {
    width: 100%;
    top:inherit;
    left: inherit;
  }

  .typeItem:nth-of-type(1) .typeItemName {
    width: 100%;
    padding-left: 0;
  }
  .typeItem:nth-of-type(1) .typeItemPic {
    padding-left: 0;
  }
  .typeItem:nth-of-type(1) .typeItemTitle {
    padding-left:0;
  }
  .typeItem:nth-of-type(1) .typeItemText {
    padding-left: 0;
    width: 100%;
  }
  .typeItem:nth-of-type(2) {
    width: 100%;
    top: inherit;
    right: inherit;
  }
  .typeItem:nth-of-type(2) .typeItemName {
    padding-left: 0;
  }
  .typeItem:nth-of-type(2) .typeItemPic {
    padding-left: 0;
  }
  .typeItem:nth-of-type(2) .typeItemTitle {
    padding-left: 0;
  }
  .typeItem:nth-of-type(2) .typeItemText {
    padding-left: 0;
  }

  .typeItem:nth-of-type(3) {
    width: 100%;
    top: inherit;
    left: inherit;
  }
  .typeItem:nth-of-type(3) .typeItemText {
    width:  100%;
  }

  .typeItem:nth-of-type(4) {
    width: 100%;
    top: inherit;
    right: inherit;
  }

  .typeItem:nth-of-type(4) .typeItemName {
    width: 100%;
  }

  .typeItem:nth-of-type(4) .typeItemText {
    width: 100%;
  }
}


/*twitter*/

.twitter .headLine03 {
  background-image: url(../img/business/waste-disposal/icon_zero.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-top: 5px solid #006897;
  border-bottom: 5px solid #006897;
}

.twitterLink {
  width: 650px;
  height: 430px;
  margin: auto;
  background-image: url(../img/business/waste-disposal/twitter_bg.png);
  background-size: cover;
  background-position: bottom center;
}
.twitterLinkButton {
  width: 100%;
  height: 100%;
  display: block;
}
.twitterLinkButtonTitle {
  color: #fff;
  font-size: 2.4em;
  width: 100%;
  height: 110px;
  background-color: #083c6d;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.twitterLinkButtonTitle::after {
  content: "";
  display: block;
  background-image: url(../img/business/waste-disposal/icon_point01.png);
  width: 67px;
  height: 72px;
  position: absolute;
  right: 80px;
  top:0;
}
.twitterLinkButtonImg {
  width: 427px;
  height: 192px;
  margin-top: -10px;
  margin-left: 30px;
  z-index: 10;
  position: absolute;
}
.twitterLinkButtonImg > img {
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 767px) {
  .twitterLink {
    width: 50%;
    max-width: 650px;
    min-width: 300px;
    height:auto;
    min-height: 240px;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #61c3e3;
  }
  .twitterLinkButton {
    width: 100%;
    height: 100%;
  }
  .twitterLinkButtonTitle {
    color: #fff;
    font-size: 1.6em;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #083c6d;
    display: block;
    box-sizing: border-box;
  }
  .twitterLinkButtonTitle::after {
    display: block;
    width: 32.5px;
    height: 35.5px;
    background-size: contain;
    right:0;
    top:0;
  }
  .twitterLinkButtonImg {
    width: 40%;
    height: auto;
    margin-top: -10px;
    margin-left: -5px;
  }
  .twitterLinkButtonImg > img {
    width: 100%;
    height: 100%;
  }
}



/*feature*/
.feature .headLine03 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.feature .headLine03 > span {
  font-size: 1.7em;
}

.featureList {
  width: 1000px;
  height: 1430px;
  position: relative;
  background-image: url(../img/business/waste-disposal/feature_list_bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top 420px center;
}

.featureItem {
  position: absolute;
}
.featureItem::before {
  content: "";
  display: block;
  border-left: 1px solid #000;
  position: absolute;
}

.featureItemPic {
  padding-top: 30px;
}
.featureItemPic > img {
  width: 100%;
}

.featureItemTitle {
  color: #000;
  padding-bottom: 15px;
  font-size: 2.1em;
  border-bottom: 1px solid #000;
  height: 85px;
  box-sizing: border-box;
}
.featureItemText {
  color: #000;
  font-size: 1.4em;
  padding-top: 20px;
  text-align: justify;
}



.featureItem:nth-of-type(1) {
  width: 460px;
  box-sizing: border-box;
  top: 0;
  right: 0;
}

.featureItem:nth-of-type(1)::before {
  height: 440px;
  top: 85px;
  left: 0;
}
.featureItem:nth-of-type(1) .featureItemTitle {
  padding-left: 75px;
}
.featureItem:nth-of-type(1) .featureItemText {
  width: 385px;
  padding-left: 75px;
}
.featureItem:nth-of-type(1) .featureItemPic {
  width: 385px;
  padding-left: 75px;
}


.featureItem:nth-of-type(2) {
  width: 295px;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
}
.featureItem:nth-of-type(2)::before {
  height: 290px;
  top: -170px;
  left: 0;
}
.featureItem:nth-of-type(2) .featureItemTitle {
  height: 120px;
  padding-left: 30px;
}
.featureItem:nth-of-type(2) .featureItemText {
  width: 295px;
  padding-left: 30px;
  box-sizing: border-box;
}
.featureItem:nth-of-type(2) .featureItemPic {
  width: 295px;
  padding-left: 30px;
  box-sizing: border-box;
}


.featureItem:nth-of-type(3) {
  width: 440px;
  bottom: 0;
}
.featureItem:nth-of-type(3)::before {
  height: 145px;
  top: -60px;
  right: 0;
}

.featureItem:nth-of-type(3) .featureItemText {
  width: 385px;
}


.featureItem:nth-of-type(4) {
  width: 330px;
  top: 0;
  left: 0;
}
.featureItem:nth-of-type(4)::before {
  height: 580px;
  top: 85px;
  right: 0;
}
.featureItem:nth-of-type(4) .featureItemPic {
  width: 280px;
}
.featureItem:nth-of-type(4) .featureItemText {
  width: 280px;
}
.featureItem:nth-of-type(4) .lineButton {
  color: #fff;
  background-color: #91004f;
  display: inline-block;
  padding: 5px 38px 6px 18px;
  margin-top: 10px;
  font-size: 1.7em;
  font-weight: bold;
  border-radius: 20px;
  box-shadow: 2.5px 2.5px 0 #ea9797;
  position: relative;
}
.featureItem:nth-of-type(4) .lineButton::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  right: 9px;
  top: calc(50% - 8px);
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.featureItem:nth-of-type(4) .lineButton::after {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 4px 6px;
  border-color: rgba(145, 0, 79, 0) rgba(145, 0, 79, 0) rgba(145, 0, 79, 0) rgba(145, 0, 79, 1);
  right: 7px;
  top: calc(50% - 4px);
  width: 0;
  height: 0;
}


@media screen and (max-width: 767px) {
  .featureList {
    width: 100%;
    height: auto;
    position: inherit;
    background-image: none;
  }
  .featureList::before {
    content: "";
    background-image: url(../img/business/waste-disposal/feature_list_bg.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 70%;
    height:300px;
    margin: 25px auto;
  }
  .featureItem {
    position: inherit;
    margin-bottom: 50px;
  }
  .featureItem::before {
    display:none;
  }

  .featureItemPic {
    padding-top: 30px;
    width: 100%;
  }
  .featureItemTitle {
    text-align: center;
    height: auto;
  }
  .featureItemTitle::before {
    color: #91004f;
    font-size: 3.5em;
    display: block;
    width: 100px;
    height: auto;
    margin: 25px auto;
  }

  .featureItem:nth-of-type(1) {
    width: 100%;
  }

  .featureItem:nth-of-type(1) .featureItemTitle {
    padding-left: 0;
  }
  .featureItem:nth-of-type(1) .featureItemTitle::before {
    content: "1";
  }
  .featureItem:nth-of-type(1) .featureItemText {
    width: 100%;
    padding-left: 0;
  }
  .featureItem:nth-of-type(1) .featureItemPic {
    width: 100%;
    padding-left: 0;
  }

  .featureItem:nth-of-type(2) {
    width: 100%;
  }

  .featureItem:nth-of-type(2) .featureItemTitle {
    height: auto;
    padding-left: 0;
  }

  .featureItem:nth-of-type(2) .featureItemTitle::before {
    content: "2";
  }
  .featureItem:nth-of-type(2) .featureItemText {
    width: 100%;
    padding-left:0;
  }
  .featureItem:nth-of-type(2) .featureItemPic {
    width: 100%;
    padding-left: 0;
  }

  .featureItem:nth-of-type(2) .featureItemTitle {
    content: "2";
    height: auto;
    padding-left: 0;
  }
  .featureItem:nth-of-type(3) {
    width: 100%;
  }
  .featureItem:nth-of-type(3) .featureItemText {
    width: 100%;
  }
  .featureItem:nth-of-type(3) .featureItemTitle::before {
    content: "3";
  }
  .featureItem:nth-of-type(4) {
    width: 100%;
  }
  .featureItem:nth-of-type(4) .featureItemTitle::before {
    content: "4";
  }
  .featureItem:nth-of-type(4) .featureItemPic {
    width: 100%;
  }
  .featureItem:nth-of-type(4) .featureItemText {
    width: 100%;
  }
  .featureItem:nth-of-type(4) .lineButton {
    width: 200px;
    display: block;
    margin: 25px auto 0;
    padding: 5px 38px 6px 25px;
    text-align: center;
  }
}



/*linkList*/
.linkList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 345px;
  margin-left: auto;
  padding-top: 100px;
}
.linkItem {
  width: 74px;
  height: 74px;
  margin-left: 15px;
}
.linkItemButton {
  width: 100%;
  height: 100%;
  display: block;
}
.linkItemButton > img{
  width: 100%;
  height: 100%;
}

.linkItemButton:hover {
  opacity: 0.5;
}
.linkItem.for-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .linkList {
    width: 100%;
    margin: auto;
    justify-content: center;
    padding-top: 0px;
  }
  .linkItem {
    width: 50px;
    height: 50px;
    margin: 0 5px;
/*    margin: 0 15px;*/
  }
  .linkItem.for-sp {
    display: block;
  }
}
