/*SDGsへの取り組み*/

.sdgs {
    padding-bottom: 120px;
}

.sdgs p {
    font-size: inherit;
}

.sdgs_header {
    margin: 80px auto 50px;
    text-align: center;
}

.sdgs_header .sdgs_title {
    font-size: 46px;
    color: #9E876E;
    padding-top: 18px;
    position: relative;
}

.sec-sd01 .sdgs_title:before {
    content: '';
    background: #9E876E;
    width: 8rem;
    height: 3px;
    display: block;
    position: relative;
    margin: 12px auto;
    top: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.icon-wrap {
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 4px;
    padding-bottom: 40px;
}
.icon_img {
  width: 18%;
  margin: 0 5px;
}
.d-01 {
    transition-delay: 0.1s;
}
.d-02 {
    transition-delay: 0.2s;
}
.d-03 {
    transition-delay: 0.3s;
}
.d-04 {
    transition-delay: 0.4s;
}

.study-contents {
    margin: 60px 0 25px;
}
.study-contents ul {
  padding-left: 1rem;
}

.sec-sd02 {
  margin-top: 60px;
}

h3.sdgs_ttl {
    margin: 40px 0 0;
    font-size: 20px;
    padding: 8px;
    background-color: #ebebeb;
    border-radius: 20px;
    display: inline;
}
h4.sdgs_littl {
    font-size: 20px;
}

.br-sp{
  display: none;
}

.br-PC{
  display: block;
}


.slide02{
  height: 741.23px;
}

.sec-sd01 .intro_box {
  padding-top: 30px;
}

p.sdgs_txt {
  font-size: inherit;
  line-height: 2.4;
  padding: 30px 0;
}


.sec-sd03 .person_box.noda-comment {
  width: 585px!important;
}

.sec-sd03 .n51_person {
  margin-top: 30px;
}

.sec-sd03 .n51_txt {
padding: 30px 0 45px 0;
}

.sec-sd03 {
  padding: 0 15% 0%;
}


@media(max-width: 1199px){
  .sec-sd03 .n51_person {
      margin: 0 auto;
  }

  .sec-sd03 {
    padding: 0 4% 0%;
  }

  .business{
    padding: 0 4% 7%;
  }

  .sec-sd03 .person-area img {
    /*height: 25vw;*/
    width: auto;
  }

  .sd p{
    line-height: 2
  }
  
  p.n51_txt {
    line-height: 2;
  }

  .sec-sd03 .person_box h3.n51_ttl {
    margin: 20px 0;
  }


}



@media (max-width: 767px){

.icon-wrap {
  justify-content: center;
}

.icon_img {
    width: 45%;
    margin: 5px;
}

h4.sdgs_littl {
  font-size: 4vw;
}
p.sdgs_txt {
  padding: 0 0 20px 0;
}

  .sec-sd01 .sdgs_title:before {
    top: 128%;
  }

  .br-sp{
    display: block;
  }

  .br-PC{
    display: none;
  }

  .h3space {
    margin: 15px 0;
    text-align: center;
  }
h3.sdgs_ttl {
  font-size: 4vw;
}
 
  li.st_txt {
    /*float: none;*/
    width: 100%;
    font-size: 14px;
  }
    .sec-sd01 .intro_box {
      padding-top: 15px;
    }


  .sdgs_header .sdgs_title {
    font-weight: 700;
    line-height: 1.4;
    font-size: 28px;
  }

  .study-contents ul {
    margin: 0px auto;
    padding: 6px 0 12px 2rem;
  }

  .study-contents {
    margin: 40px 0 0 0;
  }

  .sec-sd03 .person-area img {
    height: 45vw;
    width: auto;
  }

  .sec-sd01, .sec-sd03{
    padding: 0 4%;
    margin: 0 auto;
  }

  .sec-sd01 .intro_box {
    padding: 0;
  }

  p.n51_txt {
    font-size: 14px;
    padding: 10px 0 0px 0;
    margin-top: 0px;
    line-height: 2;
  }


  .person-area.p03::before {
    width: 280px;
    height: 85px;
    bottom: -50px;
  }

  .sec-sd02 .person_box h3.n51_ttl, .sec-sd03 .person_box h3.n51_ttl {
    font-weight: 700;
  }

  .manage {
    margin-top: 0px;
  }

  .contract {
    margin-top: 35px;
  }

  .sec-sd03 .n51_txt {
    padding: 20px 0 40px 0;
    line-height: 2;
  }

  .sec-sd03 .n51_person {
    margin-top: 0px;
    height: 490px;
  }

  h3.n51_ttl.headline-font-type.noda {
    margin: 20px 0;
  }

  .sd p {
    line-height: 2;
  }

  .sec-sd03.business {
    padding: 0 4% 25% 4%;
}

}