/* ==========================================================================
   parts
   ========================================================================== */
@media print, screen and (min-width: 769px) {
  .c-earthContainer-inner .p-txt {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-earthContainer-inner .p-txt {
    margin-bottom: 40px;
  }
}

/* ==========================================================================
   modules
   ========================================================================== */
.m-mvCol-cnt.-img {
  background-image: url("/sustainability/human/img/mv.jpg");
}

.m-relationLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .m-relationLinkList {
    display: block;
  }
}

.m-relationLinkList-item {
  width: calc(100% / 3);
  margin-bottom: 20px;
}

.m-relationLinkList-item.-col2 {
  width: calc(100% / 2);
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .m-relationLinkList-item {
    width: 100%;
  }
}

.p-ttl-02 {
  background-color: #FBF1DD;
  padding: 15px 0 15px 25px;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.29;
  margin-bottom: 40px;
  position: relative;
}

.p-ttl-02::before {
  background-color: #8b8558;
  content: '';
  height: 60%;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7px;
}

@media only screen and (max-width: 768px) {
  .p-ttl-02 {
    font-size: 2.2rem;
  }
}

.table-fix {
  table-layout: fixed;
}

.m-dotList-item {
  font-size: 1.6rem;
  line-height: 1.75;
  text-indent: -1.3em;
  padding-left: 1em;
}

.m-dotList-item::before {
  content: '・';
  display: inline;
  margin-right: 0.3em;
}

@media print, screen and (min-width: 769px) {
  .c-contentsContainer-item {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-contentsContainer-item {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-contentsContainer-item {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-contentsContainer-item {
    margin-bottom: 60px;
  }
}

.m-numList {
  list-style-position: outside;
  padding: 0 0 0 20px;
}

.m-numList-item {
  font-size: 1.6rem;
  line-height: 1.75;
}

.-arrowBottom {
  margin: 0 0 80px;
  position: relative;
}

.-arrowBottom::after {
  content: '';
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  border-style: solid;
  border-width: 40px 75px 0 75px;
  border-color: #8b8558 transparent transparent transparent;
  width: 150px;
}

@media only screen and (max-width: 768px) {
  .-arrowBottom {
    margin: 0 0 50px;
    position: relative;
  }
  
  .-arrowBottom::after {
    content: '';
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    border-style: solid;
    border-width: 30px 55px 0 55px;
    border-color: #8b8558 transparent transparent transparent;
    width: 100px;
  }
}

.-doubleArrowBottom {
  margin: 0 0 90px;
  position: relative;
}

.-doubleArrowBottom::after {
  content: '';
  height: 70px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  background-color: #8b8558;
  clip-path: polygon(100% 40%, 80% 40%, 80% 60%, 100% 60%, 50% 100%, 0% 60%, 20% 60%, 20% 40%, 0 40%, 50% 0);
  width: 150px;
}


@media print, screen and (min-width: 769px) {
  .m-efforts-txt {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .m-efforts-txt {
    margin-bottom: 30px;
  }
}

.m-efforts-hideWrap {
  display: none;
}

.m-efforts-btn {
  display: block;
  text-align: center;
  width: 375px;
  margin: 0 auto;
}

/* ==========================================================================
   components
   ========================================================================== */
.c-headdingContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

@media print, screen and (min-width: 769px) {
  .c-headdingContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-headdingContainer {
    width: 92%;
  }
}

@media only screen and (max-width: 768px) {
  .c-headdingContainer {
    margin-bottom: 47px;
  }
}

.c-mvContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-mvContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-mvContainer {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-mvContainer {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-mvContainer {
    margin-bottom: 60px;
  }
}

.c-earthContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-earthContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-earthContainer {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-earthContainer {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-earthContainer {
    margin-bottom: 60px;
  }
}

.c-earthContainer-inner {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 100px);
  max-width: 1080px;
}

@media only screen and (max-width: 768px) {
  .c-earthContainer-inner {
    width: 100%;
  }
}

.m-shortTableWrap {
  background-color: #FBF1DD;
  padding: 20px;
}

.m-shortTableWrap .m-shortTable-data {
  background-color: #fff;
}

.m-shortTableWrap .m-shortTableTitle {
  color: #8b8558;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.m-shortTableWrap .m-shortTableTitle + * {
  margin-top: 20px;
}