/*basic*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.flex {
  display: flex;
  justify-content: space-between;
}

#main {
  display: block;
  overflow: hidden;
  transition: 0.2s;
  padding: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  #main {
    padding: 0 0 0 0;
  }
}

img {
  max-width: 100%;
  height: auto;
}
/* import */
.SDGs a, .SDGs img {
  transition: 0.3s;
}
.SDGs img {
  max-width: 100%;
  height: auto;
}
.SDGs picture {
  display: block;
}
.SDGs .mv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs .mv {
    overflow: hidden;
  }
}
.SDGs .mv:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/mv-cap.webp);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .SDGs .mv:after {
    width: 130%;
    margin-left: -15%;
  }
}
@media screen and (max-width: 767px) {
  .SDGs .mv .bg img {
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
.SDGs .mv h1 {
  width: 562px;
  position: absolute;
  z-index: 2;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .SDGs .mv h1 {
    width: 45%;
    margin: 0 auto;
    transform: translateX(0);
    top: 2%;
    left: 22%;
  }
}
.SDGs .mv .mv1 {
  position: absolute;
  z-index: 2;
  top: 12vw;
  left: 17vw;
  width: 21%;
}
@media screen and (max-width: 767px) {
  .SDGs .mv .mv1 {
    width: 25%;
    left: 7vw;
    top: 12vw;
  }
}
.SDGs .mv .mv2 {
  position: absolute;
  z-index: 3;
  bottom: 8.3%;
  left: 52.5%;
  width: 26%;
}
@media screen and (max-width: 767px) {
  .SDGs .mv .mv2 {
    width: 33%;
    left: 54%;
  }
}
.SDGs .mv .mv3 {
  position: absolute;
  z-index: 2;
  bottom: 10%;
  right: 7%;
  width: 28%;
}
@media screen and (max-width: 767px) {
  .SDGs .mv .mv3 {
    width: 35%;
    right: 1.5%;
  }
}
@media screen and (max-width: 767px) {
  .SDGs .cap {
    padding: 10% 0 10% 0;
  }
}
.SDGs .cap dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .SDGs .cap dl {
    flex-direction: column;
    gap: 15px;
  }
}
.SDGs .cap dl dt {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .SDGs .cap dl dt {
    width: 217px;
    margin: 0 auto;
  }
}
.SDGs .cap dl dd {
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .SDGs .cap dl dd {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .SDGs .cap dl dd {
    padding: 0 7.5%;
    font-feature-settings: "palt";
  }
}
.SDGs .icons {
  background-color: #CBEBC8;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs .icons {
    padding: 10% 0;
  }
}
.SDGs .icons:before, .SDGs .icons:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  background-color: #fff;
  left: 0;
}
@media screen and (max-width: 767px) {
  .SDGs .icons:before, .SDGs .icons:after {
    height: 25px;
  }
}
.SDGs .icons:before {
  clip-path: polygon(0 0, 100% 0, 0 100%);
  top: 0;
}
.SDGs .icons:after {
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  bottom: 0;
}
.SDGs .icons dl dt {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .SDGs .icons dl dt {
    width: 50%;
    margin: 0 auto 10px auto;
  }
}
.SDGs .icons dl dd ul {
  width: 90%;
  max-width: 865px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5vw 1%;
}
.SDGs .icons dl dd ul li {
  width: 10%;
}
@media screen and (max-width: 767px) {
  .SDGs .icons dl dd ul li {
    width: 15%;
  }
}
.SDGs .title {
  position: relative;
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .SDGs .title {
    padding: 10% 0;
  }
}
.SDGs .title p {
  display: inline-block;
  position: relative;
  text-align: center;
}
.SDGs .title p:before {
  content: "";
  width: 247px;
  height: 150px;
  background-image: url(../img/pape1.webp);
  background-size: cover;
  position: absolute;
  top: -90px;
  right: -70px;
}
@media screen and (max-width: 767px) {
  .SDGs .title p:before {
    width: 207px;
    height: 125px;
    margin: -10vw 0 0 auto;
    position: static;
    display: block;
  }
}
.SDGs .mnv {
  background-color: #CBEBC8;
  padding: 30px 0 160px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs .mnv {
    padding: 0 0 15vw 0;
  }
}
.SDGs .mnv:before, .SDGs .mnv:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  background-color: #fff;
  left: 0;
}
@media screen and (max-width: 767px) {
  .SDGs .mnv:before, .SDGs .mnv:after {
    height: 25px;
  }
}
.SDGs .mnv:before {
  clip-path: polygon(0 0, 100% 0, 0 100%);
  top: 0;
}
.SDGs .mnv:after {
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .SDGs .mnv:after {
    display: none;
  }
}
.SDGs .mnv ul {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  gap: 1%;
}
@media screen and (max-width: 767px) {
  .SDGs .mnv ul {
    flex-direction: column;
    align-items: center;
    gap: 5vw;
  }
}
.SDGs .mnv ul li {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .SDGs .mnv ul li {
    width: 80%;
  }
}
.SDGs .mnv ul li a {
  display: block;
}
.SDGs .mnv ul li a dl dt {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .SDGs .mnv ul li a dl dt {
    max-width: none;
    width: 75%;
    margin: 0 auto 10px auto;
  }
}
.SDGs .mnv ul li a dl dt img {
  width: auto;
  height: 90px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .SDGs .mnv ul li a dl dt img {
    height: auto;
  }
}
.SDGs-area_content {
  background-color: #fff;
  border-radius: 50px;
  max-width: 980px;
  margin: 0 auto;
  padding: 45px 45px 0 45px;
  margin-bottom: 25px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content {
    border-radius: 40px;
    padding: 7.5% 5% 0 5%;
  }
}
.SDGs-area_content h4 {
  font-size: 28px;
  line-height: 1.7;
  font-feature-settings: "palt";
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content h4 {
    font-size: 4.75vw;
  }
}
.SDGs-area_content h4 span {
  display: inline-block;
  text-align: left;
  background-image: url(../img/line1.webp);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: auto 7px;
  padding-bottom: 5px;
}
.SDGs-area_content ul.icon {
  display: flex;
  gap: 7px;
}
.SDGs-area_content ul.icon li {
  width: 60px;
}
.SDGs-area_content.sus1 {
  display: grid;
  grid-template: "pic1 pic1 title" auto "pic1 pic1 txt1" auto "pic1 pic1 pic2" auto "pic3 pic5 pic4" auto "pic3 pic5 icon" auto "pic3 pic5 btn" auto/149px 1fr 431px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus1 {
    grid-template: "pic1 pic1" auto "title title" auto "txt1 txt1" auto "pic2 pic2" auto "icon icon" auto "btn btn" auto "pic4 pic4" auto "pic3 pic5" auto/100px 1fr;
  }
}
.SDGs-area_content.sus1 .fig1 {
  grid-area: pic1;
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus1 .fig1 {
    padding-right: 0;
  }
}
.SDGs-area_content.sus1 .fig1:after {
  content: "";
  background-image: url(../img/sdgs-mark1.webp);
  background-size: cover;
  width: 150px;
  height: 150px;
  position: absolute;
  left: -80px;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus1 .fig1:after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus1 .fig1:after {
    left: -40px;
    top: -40px;
  }
}
.SDGs-area_content.sus1 h4 {
  grid-area: title;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus1 h4 {
    margin-top: 10%;
  }
}
.SDGs-area_content.sus1 .txt1 {
  grid-area: txt1;
  font-size: 16px;
  line-height: 1.7;
  margin: 10px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus1 .txt1 {
    font-size: 3.75vw;
  }
}
.SDGs-area_content.sus1 .fig2 {
  grid-area: pic2;
}
.SDGs-area_content.sus1 .icon {
  grid-area: icon;
  margin: 40px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus1 .icon {
    margin: 20px 0;
  }
}
.SDGs-area_content.sus1 .btn {
  grid-area: btn;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus1 .btn {
    margin-bottom: 0;
  }
}
.SDGs-area_content.sus1 .fig3 {
  grid-area: pic3;
  margin: auto 0 0 0;
}
.SDGs-area_content.sus1 .fig4 {
  grid-area: pic4;
  margin: 55px 0 0 -45px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus1 .fig4 {
    margin: 12% auto -8% auto;
    width: 90%;
  }
}
.SDGs-area_content.sus1 .fig5 {
  grid-area: pic5;
  margin: auto 0 -25px 0;
  position: relative;
}
.SDGs-area_content.sus1 .fig5:before {
  content: "";
  background-image: url(../img/kira1.webp);
  background-size: cover;
  width: 118px;
  height: 85px;
  position: absolute;
  top: 0;
  left: -120px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus1 .fig5:before {
    width: 73px;
    height: 53px;
    left: -80px;
  }
}
.SDGs-area_content.sus2 {
  display: grid;
  grid-template: "pic1 pic1 title title" auto "pic1 pic1 txt1 txt1" auto "pic1 pic1 btn btn" auto "pic2 pic4 pic4 pic3" auto "pic2 pic5 pic5 pic3" auto/268px 1fr 1fr 200px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus2 {
    grid-template: "pic1 pic1" auto "title title" auto "txt1 txt1" auto "pic2 pic4" auto "pic5 pic3" auto "btn btn" auto/1fr 1fr;
  }
}
.SDGs-area_content.sus2 .fig1 {
  grid-area: pic1;
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus2 .fig1 {
    padding-right: 0;
  }
}
.SDGs-area_content.sus2 .fig1:after {
  content: "";
  background-image: url(../img/sdgs-mark1.webp);
  background-size: cover;
  width: 150px;
  height: 150px;
  position: absolute;
  left: -80px;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus2 .fig1:after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus2 .fig1:after {
    left: -40px;
  }
}
.SDGs-area_content.sus2 h4 {
  grid-area: title;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus2 h4 {
    margin: 5% 0 2% 0;
  }
}
.SDGs-area_content.sus2 .txt1 {
  grid-area: txt1;
  font-size: 16px;
  line-height: 1.7;
  margin: 10px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus2 .txt1 {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus2 .txt1 {
    margin-bottom: 15%;
  }
}
.SDGs-area_content.sus2 .fig2 {
  grid-area: pic2;
  margin: auto 0 0 -30px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus2 .fig2 {
    margin-left: -40px;
    width: 120%;
    position: relative;
  }
}
.SDGs-area_content.sus2 .fig3 {
  grid-area: pic3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus2 .fig3 {
    width: 85%;
    margin: 15% 0 0 auto;
    z-index: 2;
  }
}
.SDGs-area_content.sus2 .fig3:after {
  content: "";
  background-image: url(../img/kira2.webp);
  background-size: cover;
  width: 93px;
  height: 94px;
  position: absolute;
  top: 20px;
  left: -90px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus2 .fig3:after {
    width: 60px;
    height: 60px;
    left: 20px;
    top: -70px;
  }
}
.SDGs-area_content.sus2 .fig4 {
  grid-area: pic4;
  margin: auto auto auto -60px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus2 .fig4 {
    margin-top: -10px;
  }
}
.SDGs-area_content.sus2 .fig5 {
  grid-area: pic5;
  margin: 0 0 auto auto;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus2 .fig5 {
    width: 140%;
    margin-top: -5%;
    position: relative;
  }
}
.SDGs-area_content.sus2 .btn {
  grid-area: btn;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus2 .btn {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus2 .btn .c-btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus2 .btn .c-btn a {
    justify-content: space-between;
    padding: 7px 20px 7px 40px;
  }
}
.SDGs-area_content.sus3 {
  padding: 30px 85px 0 85px;
  position: relative;
  display: grid;
  grid-template: "title title title" auto "txt1 . txt2" auto "txt4 . txt3" auto "v1 . txt3" auto/1fr 20px 1fr;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus3 {
    padding: 7.5% 5% 10% 5%;
    grid-template: "title" auto "txt1" auto "v1" auto "txt2" auto "txt3" auto "txt4" auto/1fr;
  }
}
.SDGs-area_content.sus3:after {
  content: "";
  position: absolute;
  background-image: url(../img/sdgs-mark1.webp);
  background-size: cover;
  width: 150px;
  height: 150px;
  right: -20px;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus3:after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus3:after {
    left: -20px;
  }
}
.SDGs-area_content.sus3 h4 {
  grid-area: title;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus3 h4 {
    margin-bottom: 20px;
  }
}
.SDGs-area_content.sus3 h4:before, .SDGs-area_content.sus3 h4:after {
  content: "";
  position: absolute;
  background-size: cover;
  top: 0;
}
.SDGs-area_content.sus3 h4:before {
  background-image: url(../img/kira1.webp);
  width: 116px;
  height: 74px;
  left: 90px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus3 h4:before {
    width: 65px;
    height: 43px;
    left: 0;
    top: auto;
    bottom: -50px;
    transform: rotate(45deg);
  }
}
.SDGs-area_content.sus3 h4:after {
  background-image: url(../img/kira4.webp);
  width: 119px;
  height: 80px;
  right: 70px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus3 h4:after {
    width: 60px;
    height: 39px;
    right: -10px;
    top: -10px;
  }
}
.SDGs-area_content.sus3 dl {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus3 dl {
    margin-bottom: 7.5%;
  }
}
.SDGs-area_content.sus3 dl dt {
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #326F82;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus3 dl dt {
    font-size: 4.5vw;
    margin-bottom: 5px;
  }
}
.SDGs-area_content.sus3 .txt1 {
  grid-area: txt1;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus3 .txt1 {
    margin-bottom: 0;
  }
}
.SDGs-area_content.sus3 .txt2 {
  grid-area: txt2;
}
.SDGs-area_content.sus3 .txt3 {
  grid-area: txt3;
}
.SDGs-area_content.sus3 .txt3 span {
  margin-top: 15px;
  display: block;
  font-size: 12px;
}
.SDGs-area_content.sus3 .txt4 {
  grid-area: txt4;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus3 .txt4 {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus3 .txt4 {
    margin-bottom: 0;
  }
}
.SDGs-area_content.sus3 .v1 {
  grid-area: v1;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus3 .v1 {
    display: grid;
    grid-template: "dd dt" auto/1fr;
    margin-top: -10vw;
    margin-bottom: 7.5%;
  }
}
.SDGs-area_content.sus3 .v1 dt {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus3 .v1 dt {
    grid-area: dt;
    width: 120%;
    margin: auto 0 0 -20%;
  }
}
.SDGs-area_content.sus3 .v1 dd {
  margin: -52px 0 0 -60px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus3 .v1 dd {
    grid-area: dd;
    margin: 0 0 0 -10vw;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus3 .v1 dd img {
    max-width: none;
    height: auto;
    width: 144px;
    height: 190px;
  }
}
.SDGs-area_content.sus4 {
  padding-right: 0;
  padding-bottom: 20px;
  margin-bottom: 85px;
  position: relative;
  display: grid;
  grid-template: "pic1 title v1" 65px "pic1 txt1 v1" auto ". . v1" auto "btn btn btn" auto/295px 1fr 210px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus4 {
    padding-bottom: 20px;
    margin-bottom: 20%;
    padding-right: 5%;
    position: relative;
    display: grid;
    grid-template: "pic1 pic1" auto "title title" auto "txt1 txt1" auto "btn btn" auto "v1 v1" auto/1fr 1fr;
  }
}
.SDGs-area_content.sus4 h4 {
  grid-area: title;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus4 h4 {
    padding: 0;
    text-align: center;
    margin: 5% 0 2% 0;
  }
}
.SDGs-area_content.sus4 .fig1 {
  grid-area: pic1;
  position: relative;
}
.SDGs-area_content.sus4 .fig1:after {
  content: "";
  background-image: url(../img/sdgs-mark1.webp);
  background-size: cover;
  width: 150px;
  height: 150px;
  position: absolute;
  left: -80px;
  top: -70px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus4 .fig1:after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus4 .fig1:after {
    left: -40px;
  }
}
.SDGs-area_content.sus4 .txt1 {
  grid-area: txt1;
  font-size: 16px;
  line-height: 1.7;
  padding-left: 25px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus4 .txt1 {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus4 .txt1 {
    padding: 0;
  }
}
.SDGs-area_content.sus4 .btn {
  grid-area: btn;
  text-align: center;
  padding-right: 125px;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus4 .btn {
    padding: 0;
    margin: 7.5% 0;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus4 .btn .c-btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus4 .btn .c-btn a {
    justify-content: space-between;
    padding: 7px 10px 7px 40px;
  }
}
.SDGs-area_content.sus4 .v1 {
  grid-area: v1;
  display: flex;
  flex-direction: column-reverse;
  margin: -80px -20px 0 0;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus4 .v1 {
    margin: 0;
    flex-direction: row;
  }
}
.SDGs-area_content.sus4 .v1 dt {
  width: 310px;
  margin: -35px 0 0px -110px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus4 .v1 dt {
    width: 120%;
    margin: 0;
  }
}
.SDGs-area_content.sus4 .v1 dd {
  margin: 0 0px 0 auto;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.sus4 .v1 dd {
    margin: 0 -5vw -20px 0;
  }
}
.SDGs-area_content.ene1 {
  display: grid;
  grid-template: "pic1 pic1 . title" 60px "pic1 pic1 . txt1" max-content "pic1 pic1 . pic2" auto "v1 v1 . pic2" auto "pic4 pic5 . pic3" auto "pic4 pic5 . icon" auto "pic4 pic5 . btn" auto/149px 1fr 40px 431px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene1 {
    display: block;
    position: relative;
    padding-bottom: 1px;
  }
}
.SDGs-area_content.ene1 h4 {
  grid-area: title;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene1 h4 {
    align-items: center;
  }
}
.SDGs-area_content.ene1 .fig1 {
  grid-area: pic1;
  position: relative;
}
.SDGs-area_content.ene1 .fig1:before {
  content: "";
  position: absolute;
  background-image: url(../img/sdgs-mark2.webp);
  background-size: cover;
  width: 150px;
  height: 150px;
  top: -45px;
  left: -80px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene1 .fig1:before {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene1 .fig1:before {
    left: auto;
    right: -40px;
    top: -55px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene1 .fig1:after {
    content: "";
    position: absolute;
    background-image: url(../img/kira2a.webp);
    background-size: cover;
    width: 58px;
    height: 55px;
    right: 75px;
    top: -70px;
  }
}
.SDGs-area_content.ene1 .txt1 {
  grid-area: txt1;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene1 .txt1 {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene1 .txt1 {
    margin: 5% 0;
  }
}
.SDGs-area_content.ene1 .fig2 {
  grid-area: pic2;
  margin: -30px 0 auto 0;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene1 .fig2 {
    margin: 5% 0;
  }
}
.SDGs-area_content.ene1 .v1 {
  grid-area: v1;
  text-align: center;
  margin-top: -75px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene1 .v1 {
    margin: -13vw auto 0 auto;
  }
}
.SDGs-area_content.ene1 .v1 dd {
  margin: -40px 0 0 -25px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene1 .v1 dd {
    margin: -8.5vw 0 0 0;
  }
}
.SDGs-area_content.ene1 .icon {
  grid-area: icon;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene1 .icon {
    margin: 5% 0;
  }
}
.SDGs-area_content.ene1 .icon li {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene1 .icon li {
    width: 60px;
  }
}
.SDGs-area_content.ene1 .btn {
  grid-area: btn;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene1 .btn {
    margin: 7.5% 0 15% 0;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene1 .btn .c-btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene1 .btn .c-btn a {
    padding-left: 10px;
    font-size: 3.5vw;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene1 .btn .c-btn a span {
    margin-left: 0;
  }
}
.SDGs-area_content.ene1 .fig3 {
  grid-area: pic3;
  margin-left: -40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene1 .fig3 {
    margin-left: 0;
  }
}
.SDGs-area_content.ene1 .fig3:before {
  content: "";
  position: absolute;
  background-image: url(../img/kira2a.webp);
  background-size: cover;
  width: 81px;
  height: 77px;
  right: -25px;
  top: -80px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene1 .fig3:before {
    display: none;
  }
}
.SDGs-area_content.ene1 .fig4 {
  grid-area: pic4;
  margin: auto 0 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene1 .fig4 {
    width: 100px;
    position: absolute;
    left: 5%;
    bottom: 0;
  }
}
.SDGs-area_content.ene1 .fig4:before {
  content: "";
  position: absolute;
  background-image: url(../img/kira2b.webp);
  background-size: cover;
  width: 178px;
  height: 107px;
  left: -30px;
  top: -120px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene1 .fig4:before {
    width: 107px;
    height: 65px;
    left: 0;
    top: -60px;
  }
}
.SDGs-area_content.ene1 .fig5 {
  grid-area: pic5;
  margin: 0 -30px -25px 0;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene1 .fig5 {
    width: 175px;
    margin: -20px 5% -25px auto;
  }
}
.SDGs-area_content.ene3 {
  display: grid;
  padding-top: 25px;
  padding-left: 55px;
  grid-template: "pic1 . tl1" max-content "pic1 . txt1" auto "pic1 . txt2" auto "pic1 . icon" auto "pic2 . txt3" auto "v1 v1 v1" auto "pic3 . tl2" auto "pic3 . txt4" auto "pic5 . icon2" auto "pic5 pic4 v2" auto "pic5 btn btn" auto/1fr 40px 1fr;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 {
    display: block;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
.SDGs-area_content.ene3 .fig1 {
  grid-area: pic1;
  position: relative;
  width: 110%;
  margin-left: -10%;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .fig1 {
    margin: 0 auto 5% auto;
    width: 90%;
  }
}
.SDGs-area_content.ene3 .fig1:after {
  content: "";
  position: absolute;
  width: 118px;
  height: 85px;
  background-image: url(../img/kira2e.webp);
  background-size: cover;
  right: -20px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .fig1:after {
    width: 87px;
    height: 62px;
  }
}
.SDGs-area_content.ene3 .tl1 {
  grid-area: tl1;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .tl1 {
    margin-top: 7.5%;
  }
}
.SDGs-area_content.ene3 .txt1 {
  grid-area: txt1;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .txt1 {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .txt1 {
    margin: 5% 0;
  }
}
.SDGs-area_content.ene3 .txt2 {
  grid-area: txt2;
}
.SDGs-area_content.ene3 .txt2 dt {
  font-size: 21px;
  font-weight: bold;
  color: #326FBB;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .txt2 dt {
    font-size: 4.5vw;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 10px;
  }
}
.SDGs-area_content.ene3 .ic1 {
  grid-area: icon;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .ic1 {
    margin: -5% 0 15% 5%;
  }
}
.SDGs-area_content.ene3 .txt3 {
  grid-area: txt3;
  margin: auto 0;
  position: relative;
}
.SDGs-area_content.ene3 .txt3:after {
  content: "";
  position: absolute;
  width: 95px;
  height: 97px;
  background-image: url(../img/kira2f.webp);
  background-size: cover;
  right: -10px;
  top: -10px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .txt3:after {
    width: 62px;
    height: 64px;
    top: -30px;
  }
}
.SDGs-area_content.ene3 .txt3 dt {
  font-size: 21px;
  font-weight: bold;
  color: #326FBB;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .txt3 dt {
    text-align: center;
    font-size: 4.5vw;
    line-height: 1.4;
  }
}
.SDGs-area_content.ene3 .txt3 dd {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .txt3 dd {
    font-size: 3.75vw;
  }
}
.SDGs-area_content.ene3 .fig2 {
  grid-area: pic2;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .fig2 {
    margin-top: 5%;
  }
}
.SDGs-area_content.ene3 .v1 {
  grid-area: v1;
  margin-bottom: 35px;
  display: grid;
  place-content: center;
  grid-template: "vd1 vt1 vd2" auto "vd1 vt2 vd2" auto/206px 374px 252px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .v1 {
    grid-template: "vt1 vt1" auto "vt2 vt2" auto "vd1 vd2"/1fr 1fr;
    margin: 10% 0;
  }
}
.SDGs-area_content.ene3 .v1 .vt1 {
  grid-area: vt1;
  margin: auto auto 0 -30px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .v1 .vt1 {
    margin: 0;
    width: 85%;
  }
}
.SDGs-area_content.ene3 .v1 .vd1 {
  grid-area: vd1;
  margin: auto 0 0 0;
}
.SDGs-area_content.ene3 .v1 .vd1 img {
  display: block;
  margin: auto 0 auto auto;
}
.SDGs-area_content.ene3 .v1 .vt2 {
  grid-area: vt2;
  margin: 15px -20px auto auto;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .v1 .vt2 {
    width: 80%;
    margin: -7% 0 0 auto;
  }
}
.SDGs-area_content.ene3 .v1 .vd2 {
  grid-area: vd2;
  margin: auto auto auto 0;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .v1 .vd2 {
    margin: auto 0 0 0;
    transform: scale(1.2);
    transform-origin: center bottom;
  }
}
.SDGs-area_content.ene3 .fig3 {
  grid-area: pic3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .fig3 {
    margin: 15% 0 5% 0;
  }
}
.SDGs-area_content.ene3 .fig3:after {
  content: "";
  position: absolute;
  background-image: url(../img/sdgs-mark2.webp);
  background-size: cover;
  width: 150px;
  height: 150px;
  top: -25px;
  left: -95px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .fig3:after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .fig3:after {
    left: -40px;
  }
}
.SDGs-area_content.ene3 .tl2 {
  grid-area: tl2;
  margin-bottom: 5px;
}
.SDGs-area_content.ene3 .txt4 {
  grid-area: txt4;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .txt4 {
    margin: 5% 0;
  }
}
.SDGs-area_content.ene3 .txt4 dt {
  font-size: 21px;
  font-weight: bold;
  color: #326FBB;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .txt4 dt {
    font-size: 4.75vw;
    margin-bottom: 1px;
  }
}
.SDGs-area_content.ene3 .txt4 dd {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .txt4 dd {
    font-size: 3.75vw;
  }
}
.SDGs-area_content.ene3 .txt4 dd span {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
.SDGs-area_content.ene3 .ic2 {
  grid-area: icon2;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .ic2 {
    margin-bottom: 10%;
  }
}
.SDGs-area_content.ene3 .btn {
  grid-area: btn;
  margin-bottom: 40px;
  margin-right: -20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .btn {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .btn .c-btn {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .btn .c-btn a {
    padding: 7px 10px;
    font-size: 3.25vw;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .btn .c-btn a span {
    margin: 0;
  }
}
.SDGs-area_content.ene3 .v2 {
  grid-area: v2;
  display: flex;
  transform: translateX(70px);
  margin-top: -65px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .v2 {
    margin: 10% 0 0 0;
    transform: translateX(0);
    align-items: center;
  }
}
.SDGs-area_content.ene3 .v2 dt {
  margin-right: 0px;
}
.SDGs-area_content.ene3 .v2 dd {
  margin: auto 0 0 0;
}
.SDGs-area_content.ene3 .fig4 {
  grid-area: pic4;
  width: 375px;
  margin: auto 0 30px -80px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .fig4 {
    margin: 0 0 0 auto;
    width: 80%;
  }
}
.SDGs-area_content.ene3 .fig5 {
  grid-area: pic5;
  margin: auto auto 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .fig5 {
    width: 60%;
    margin: -20% auto -25px 5%;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene3 .fig5:after {
    content: "";
    position: absolute;
    width: 74px;
    height: 53px;
    background-image: url(../img/kira2e.webp);
    background-size: cover;
    right: -90px;
    top: 50px;
  }
}
.SDGs-area_content.ene4 {
  display: grid;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 50px;
  grid-template: ". pic1 . tl1 ." max-content ". pic1 . txt1 ." max-content ". pic1 . ic1 ." 1fr "area area area area area" auto ". v1 v1 v1 ." auto ". pic3 pic4 pic2 ." auto ". pic3 pic4 btn ." auto/50px 1fr 30px 1fr 50px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 {
    display: block;
    position: relative;
    padding-bottom: 10%;
  }
}
.SDGs-area_content.ene4 h4 {
  grid-area: tl1;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 h4 {
    align-items: center;
    margin: 10% 0 5% 0;
  }
}
.SDGs-area_content.ene4 .txt1 {
  grid-area: txt1;
  font-size: 16px;
  line-height: 1.7;
  margin: 10px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .txt1 {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .txt1 {
    width: 85%;
    margin: 5% auto;
  }
}
.SDGs-area_content.ene4 .icon {
  grid-area: ic1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .icon {
    width: 85%;
    margin: 0 auto;
  }
}
.SDGs-area_content.ene4 .icon:after {
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../img/kira2g.webp);
  background-size: cover;
  width: 93px;
  height: 94px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .icon:after {
    width: 83px;
    height: 84px;
  }
}
.SDGs-area_content.ene4 .fig1 {
  grid-area: pic1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .fig1 {
    width: 85%;
    margin: 0 auto;
  }
}
.SDGs-area_content.ene4 .fig1:after {
  content: "";
  background-image: url(../img/sdgs-mark2.webp);
  background-size: cover;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -20px;
  left: -85px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .fig1:after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .fig1:after {
    top: -40px;
    left: -40px;
  }
}
.SDGs-area_content.ene4 .a1 {
  grid-area: area;
  margin-top: 50px;
  background-color: #F5F4E7;
  padding: 40px 60px 0 60px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .a1 {
    padding: 10% 7.5% 10% 7.5%;
    flex-direction: column;
    gap: 5vw;
  }
}
.SDGs-area_content.ene4 .a1 dl {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .a1 dl {
    width: 100%;
  }
}
.SDGs-area_content.ene4 .a1 dl dt {
  font-size: 22px;
  font-weight: bold;
  color: #326FBB;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .a1 dl dt {
    font-size: 4.5vw;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.SDGs-area_content.ene4 .a1 dl dd {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .a1 dl dd {
    font-size: 3.75vw;
  }
}
.SDGs-area_content.ene4 .a1 dl dd:nth-of-type(1) {
  position: relative;
}
.SDGs-area_content.ene4 .a1 dl dd:nth-of-type(1):before {
  content: "";
  background-image: url(../img/sdgs-mark2.webp);
  background-size: cover;
  width: 150px;
  height: 150px;
  width: 120px;
  height: 120px;
  position: absolute;
  top: -15px;
  left: -30px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .a1 dl dd:nth-of-type(1):before {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .a1 dl dd:nth-of-type(1):before {
    left: -50px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .a1 dl:nth-of-type(1) dd:nth-of-type(3) img {
    max-width: none;
    width: 110%;
  }
}
.SDGs-area_content.ene4 .a1 dl:nth-of-type(2) dd:nth-of-type(3) img {
  max-width: none;
  width: 110%;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .a1 dl:nth-of-type(2) dd:nth-of-type(3) img {
    width: 105%;
  }
}
.SDGs-area_content.ene4 .v1 {
  grid-area: v1;
  margin-bottom: 35px;
  display: grid;
  position: relative;
  place-content: center;
  grid-template: "vd1 vt1 vd2" 1fr "vd1 vt2 vd2" auto/231px 406px 204px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .v1 {
    display: block;
    margin-top: 10%;
  }
}
.SDGs-area_content.ene4 .v1:before {
  content: "";
  position: absolute;
  background-image: url(../img/kira2h.webp);
  background-size: cover;
  width: 215px;
  height: 86px;
  right: -45px;
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .v1:before {
    width: 145px;
    height: 58px;
    right: 0%;
    bottom: -30px;
  }
}
.SDGs-area_content.ene4 .v1 .vt1 {
  grid-area: vt1;
  margin: auto auto 0 -40px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .v1 .vt1 {
    width: 85%;
    margin: 0 auto;
  }
}
.SDGs-area_content.ene4 .v1 .vd1 {
  grid-area: vd1;
  margin: auto 0 0 0;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .v1 .vd1 {
    width: 45%;
    margin: -9% auto 0 0;
  }
}
.SDGs-area_content.ene4 .v1 .vd1 img {
  display: block;
  margin: auto 0 auto auto;
}
.SDGs-area_content.ene4 .v1 .vt2 {
  grid-area: vt2;
  margin: 15px -10px auto auto;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .v1 .vt2 {
    width: 52%;
    margin: -40% 5% 0 auto;
  }
}
.SDGs-area_content.ene4 .v1 .vd2 {
  grid-area: vd2;
  margin: auto auto auto 0;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .v1 .vd2 {
    width: 37%;
    margin: -13% 5% 0 auto;
  }
}
.SDGs-area_content.ene4 .fig2 {
  grid-area: pic2;
  margin-left: -80px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .fig2 {
    width: 85%;
    margin: 0 auto;
  }
}
.SDGs-area_content.ene4 .fig3 {
  grid-area: pic3;
  width: 164px;
  margin: auto 0 0 -80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .fig3 {
    margin: 0;
    width: 30%;
    position: absolute;
    left: 5%;
    bottom: 3%;
  }
}
.SDGs-area_content.ene4 .fig3:before {
  content: "";
  position: absolute;
  top: -120px;
  right: -60px;
  background-image: url(../img/kira2e.webp);
  background-size: cover;
  width: 118px;
  height: 85px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .fig3:before {
    width: 96px;
    height: 69px;
    left: 0;
    top: -80px;
  }
}
.SDGs-area_content.ene4 .fig4 {
  grid-area: pic4;
  width: 241px;
  margin-left: -270px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .fig4 {
    margin: -20vw 5% 0 auto;
    width: 55%;
  }
}
.SDGs-area_content.ene4 .btn {
  grid-area: btn;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .btn {
    width: 85%;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .btn .c-btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .btn .c-btn a {
    justify-content: space-between;
    padding: 7px 10px;
    font-size: 3.25vw;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.ene4 .btn .c-btn span {
    margin: 0;
  }
}
.SDGs-area_content.egao1 {
  padding: 55px 0 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 {
    padding-top: 7.5%;
  }
}
.SDGs-area_content.egao1:before {
  content: "";
  background-image: url(../img/kira3a.webp);
  background-size: cover;
  width: 113px;
  height: 108px;
  position: absolute;
  right: 65px;
  top: 30px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1:before {
    display: none;
  }
}
.SDGs-area_content.egao1 h4 {
  text-align: center;
  font-size: 38px;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 h4 {
    font-size: 4.5vw;
  }
}
.SDGs-area_content.egao1 .txt1 {
  font-size: 18px;
  line-height: 1.7;
  padding: 0 85px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .txt1 {
    padding: 0 7.5% 8% 7.5%;
    margin-bottom: 10px;
    font-size: 4vw;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .txt1:before {
    content: "";
    background-image: url(../img/kira3a.webp);
    background-size: cover;
    width: 70px;
    height: 63px;
    position: absolute;
    right: 5%;
    bottom: 0px;
  }
}
.SDGs-area_content.egao1 .fig1 {
  padding: 0 85px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .fig1 {
    padding: 0 5%;
    margin-bottom: 5px;
  }
}
.SDGs-area_content.egao1 .fig2 {
  padding: 0 85px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .fig2 {
    padding: 0 5%;
  }
}
.SDGs-area_content.egao1 .fig2:after {
  content: "";
  background-image: url(../img/sdgs-mark3.webp);
  background-size: cover;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -90px;
  right: -25px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .fig2:after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .fig2:after {
    left: 0;
    top: auto;
    bottom: -80px;
  }
}
.SDGs-area_content.egao1 .v1 {
  position: relative;
  padding: 0 85px;
  margin-top: -70px;
  display: grid;
  place-content: center;
  grid-template: "vd1 vt1 vd2" auto "vd1 vt2 vd2" auto/233px 376px 223px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .v1 {
    margin: 5% 0 0 0;
    padding: 0 5%;
    grid-template: "vt1 vt2" auto "vd1 vd2" auto/1fr 1fr;
  }
}
.SDGs-area_content.egao1 .v1 .vt1 {
  grid-area: vt1;
  margin: 120px auto 0 0px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .v1 .vt1 {
    margin: auto 0 0 0 0;
    transform: scale(1.1);
  }
}
.SDGs-area_content.egao1 .v1 .vd1 {
  grid-area: vd1;
  margin: auto 0 0 0;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .v1 .vd1 {
    display: none;
  }
}
.SDGs-area_content.egao1 .v1 .vd1 img {
  display: block;
  margin: auto 0 auto auto;
}
.SDGs-area_content.egao1 .v1 .vt2 {
  grid-area: vt2;
  margin: -20px -20px auto auto;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .v1 .vt2 {
    margin: auto 0 0 0;
  }
}
.SDGs-area_content.egao1 .v1 .vd2 {
  grid-area: vd2;
  margin: 0 0 auto auto;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .v1 .vd2 {
    display: none;
  }
}
.SDGs-area_content.egao1 .a1 {
  background-color: #F5F4E7;
  border-radius: 0 0 50px 50px;
  padding: 55px;
  display: grid;
  position: relative;
  grid-template: "title title" auto "pic3 v2" auto "txt2 txt2" auto "icon btn" auto/330px 1fr;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .a1 {
    display: block;
    padding: 7.5%;
  }
}
.SDGs-area_content.egao1 .a1:before {
  content: "";
  position: absolute;
  top: 45px;
  left: 35px;
  background-image: url(../img/kira3b.webp);
  background-size: cover;
  width: 118px;
  height: 85px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .a1:before {
    display: none;
  }
}
.SDGs-area_content.egao1 .a1 h5 {
  grid-area: title;
  font-size: 28px;
  line-height: 1.7;
  font-weight: bold;
  color: #FF9364;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .a1 h5 {
    font-size: 4.75vw;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .a1 h5:after {
    content: "";
    position: absolute;
    top: -25px;
    right: -15px;
    background-image: url(../img/kira3a.webp);
    background-size: cover;
    width: 72px;
    height: 68px;
  }
}
.SDGs-area_content.egao1 .a1 .v2 {
  grid-area: v2;
  display: grid;
  margin: 0 0 0 -80px;
  grid-template: "vt1 vd1" auto "vd2 vd1" auto "vd2 vt2" auto;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .a1 .v2 {
    margin: 0;
    grid-template: "vt1 vt1" auto "vd2 vd1" auto "vt2 vt2" auto/110px 1fr;
  }
}
.SDGs-area_content.egao1 .a1 .v2 .vt1 {
  grid-area: vt1;
  width: 400px;
  margin-right: -150px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .a1 .v2 .vt1 {
    margin: 0;
    width: auto;
  }
}
.SDGs-area_content.egao1 .a1 .v2 .vd1 {
  grid-area: vd1;
  width: 335px;
  margin: 0 15px 0 auto;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .a1 .v2 .vd1 {
    width: 120%;
    margin: -30% 10% 0 -5%;
  }
}
.SDGs-area_content.egao1 .a1 .v2 .vt2 {
  grid-area: vt2;
  width: 385px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .a1 .v2 .vt2 {
    width: 80%;
    margin: -5% 0 0 auto;
  }
}
.SDGs-area_content.egao1 .a1 .v2 .vd2 {
  grid-area: vd2;
  width: 172px;
  margin: auto 0 0 auto;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .a1 .v2 .vd2 {
    width: auto;
    margin: auto 0 0 0;
    transform: translateX(-18%);
  }
}
.SDGs-area_content.egao1 .a1 .fig3 {
  grid-area: pic3;
  margin: auto 0 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .a1 .fig3 {
    margin-top: 10%;
  }
}
.SDGs-area_content.egao1 .a1 .fig3:after {
  content: "";
  position: absolute;
  background-image: url(../img/sdgs-mark3.webp);
  background-size: cover;
  width: 150px;
  height: 150px;
  top: -70px;
  left: -100px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .a1 .fig3:after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .a1 .fig3:after {
    left: auto;
    right: -20px;
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .a1 .fig3:before {
    content: "";
    position: absolute;
    top: -85px;
    left: -15px;
    background-image: url(../img/kira8.webp);
    background-size: cover;
    width: 69px;
    height: 70px;
  }
}
.SDGs-area_content.egao1 .a1 .txt2 {
  grid-area: txt2;
  font-size: 16px;
  line-height: 1.7;
  margin: 60px 0 40px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .a1 .txt2 {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .a1 .txt2 {
    margin: 5% 0;
  }
}
.SDGs-area_content.egao1 .a1 .txt2:after {
  content: "";
  position: absolute;
  right: 40px;
  top: 0;
  background-image: url(../img/kira3c.webp);
  background-size: cover;
  width: 150px;
  height: 161px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .a1 .txt2:after {
    display: none;
  }
}
.SDGs-area_content.egao1 .a1 .icon {
  grid-area: icon;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .a1 .icon {
    margin: 5% 0 10% 0;
  }
}
.SDGs-area_content.egao1 .a1 .btn {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .a1 .btn .c-btn {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao1 .a1 .btn .c-btn a {
    justify-content: space-between;
  }
}
.SDGs-area_content.egao3 {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 50px;
  display: grid;
  position: relative;
  grid-template: ". title title title ." auto ". pic1 . txt1 ." auto ". pic1 . ic1 ." auto ". pic1 . btn ." auto ". v1 v1 v1 ." auto "area area area area area" auto/75px 380px 20px 1fr 75px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 {
    display: block;
  }
}
.SDGs-area_content.egao3:before, .SDGs-area_content.egao3:after {
  content: "";
  position: absolute;
  background-size: cover;
}
.SDGs-area_content.egao3:before {
  background-image: url(../img/kira3d.webp);
  width: 108px;
  height: 131px;
  left: 80px;
  top: 50px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3:before {
    display: none;
  }
}
.SDGs-area_content.egao3:after {
  background-image: url(../img/kira3e.webp);
  width: 70px;
  height: 80px;
  top: 60px;
  right: 125px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3:after {
    right: 6%;
    top: 2%;
    background-image: url(../img/kira3g.webp);
    width: 51px;
    height: 58px;
  }
}
.SDGs-area_content.egao3 h4 {
  grid-area: title;
  align-items: center;
  font-size: 38px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 h4 {
    font-size: 4.5vw;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-left: 3em;
  }
}
.SDGs-area_content.egao3 .fig1 {
  grid-area: pic1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .fig1 {
    width: 85%;
    margin: 0 auto;
  }
}
.SDGs-area_content.egao3 .fig1:after {
  content: "";
  position: absolute;
  background-image: url(../img/sdgs-mark3.webp);
  background-size: cover;
  width: 150px;
  height: 150px;
  left: -115px;
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .fig1:after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .fig1:after {
    left: -40px;
    bottom: -30px;
  }
}
.SDGs-area_content.egao3 .txt1 {
  grid-area: txt1;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .txt1 {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .txt1 {
    width: 85%;
    margin: 10% auto 5% auto;
  }
}
.SDGs-area_content.egao3 .ic1 {
  grid-area: ic1;
  margin: 15px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .ic1 {
    width: 85%;
    margin: 5% auto;
  }
}
.SDGs-area_content.egao3 .btn {
  grid-area: btn;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .btn .c-btn {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .btn .c-btn a {
    justify-content: space-between;
    font-size: 3.25vw;
    padding: 7px 10px 7px 15px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .btn .c-btn a span {
    margin: 0;
  }
}
.SDGs-area_content.egao3 .v1 {
  grid-area: v1;
  margin-top: -10px;
  display: grid;
  place-content: center;
  grid-template: "vd1 vt1 vd2" auto "vd1 vt2 vd2" auto/275px 383px 262px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .v1 {
    margin: 10% 0;
    grid-template: "vt1 vt1" auto "vd1 vd2" auto "vt2 vt2"/1fr 1fr;
  }
}
.SDGs-area_content.egao3 .v1 .vt1 {
  grid-area: vt1;
  width: 337px;
  margin: 100px auto 0 -30px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .v1 .vt1 {
    width: 90%;
    margin: 0 auto;
  }
}
.SDGs-area_content.egao3 .v1 .vd1 {
  grid-area: vd1;
  margin: auto 0 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .v1 .vd1 {
    margin-top: -13vw;
  }
}
.SDGs-area_content.egao3 .v1 .vd1:after {
  content: "";
  position: absolute;
  background-image: url(../img/kira3f.webp);
  background-size: cover;
  width: 77px;
  height: 55px;
  left: -25px;
  bottom: 100px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .v1 .vd1:after {
    display: none;
  }
}
.SDGs-area_content.egao3 .v1 .vt2 {
  grid-area: vt2;
  width: 327px;
  margin: -20px -10px auto auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .v1 .vt2 {
    width: 90%;
    margin: -10vw auto 0 auto;
    z-index: 2;
  }
}
.SDGs-area_content.egao3 .v1 .vd2 {
  grid-area: vd2;
  margin: auto 0 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .v1 .vd2 {
    margin: auto 0 0 0;
  }
}
.SDGs-area_content.egao3 .v1 .vd2:after {
  content: "";
  position: absolute;
  background-image: url(../img/kira3h.webp);
  background-size: cover;
  width: 68px;
  height: 68px;
  left: -25px;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .v1 .vd2:after {
    display: none;
  }
}
.SDGs-area_content.egao3 .a1 {
  grid-area: area;
  background-color: #F5F4E7;
  border-radius: 0 0 50px 50px;
  padding: 50px 70px 0 70px;
  display: grid;
  position: relative;
  grid-template: "tl tl tl" auto "pic1 . txt1" max-content "pic1 . ic1" max-content "pic1 . btn" auto "v2 v2 v2" auto "v3 v3 v3" auto/1fr 30px 1fr;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .a1 {
    display: block;
    padding: 10% 5% 0 5%;
    border-radius: 0 0 40px 40px;
  }
}
.SDGs-area_content.egao3 .a1:before {
  content: "";
  position: absolute;
  top: 17px;
  right: 30px;
  background-image: url(../img/kira3b.webp);
  background-size: cover;
  width: 118px;
  height: 85px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .a1:before {
    width: 77px;
    height: 55px;
    left: 10px;
    top: 10px;
  }
}
.SDGs-area_content.egao3 .a1 h4 {
  font-size: 28px;
  margin-bottom: 30px;
  grid-area: tl;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .a1 h4 {
    font-size: 4.5vw;
    padding-left: 0;
    align-items: center;
  }
}
.SDGs-area_content.egao3 .a1 .fig2 {
  grid-area: pic1;
  position: relative;
}
.SDGs-area_content.egao3 .a1 .fig2:after {
  content: "";
  background-image: url(../img/sdgs-mark3.webp);
  background-size: cover;
  width: 150px;
  height: 150px;
  position: absolute;
  left: -110px;
  top: -70px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .a1 .fig2:after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .a1 .fig2:after {
    left: auto;
    right: -20px;
    top: -30px;
  }
}
.SDGs-area_content.egao3 .a1 .txt2 {
  grid-area: txt1;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .a1 .txt2 {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .a1 .txt2 {
    margin: 5% 0;
  }
}
.SDGs-area_content.egao3 .a1 .ic1 {
  grid-area: ic1;
  margin: 15px 0;
}
.SDGs-area_content.egao3 .a1 .btn {
  grid-area: btn;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .a1 .btn {
    margin: 10% 0;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .a1 .btn .c-btn {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .a1 .btn .c-btn a {
    justify-content: space-between;
    font-size: 3.75vw;
    padding: 7px 10px 7px 35px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .a1 .btn .c-btn a span {
    margin: 0;
  }
}
.SDGs-area_content.egao3 .a1 .v2 {
  grid-area: v2;
  display: flex;
  margin-top: 30px;
  transform: translateX(30px);
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .a1 .v2 {
    display: none;
  }
}
.SDGs-area_content.egao3 .a1 .v2 dd {
  position: relative;
}
.SDGs-area_content.egao3 .a1 .v2 dd .ig2 {
  position: absolute;
  right: -85px;
  bottom: 0;
}
.SDGs-area_content.egao3 .a1 .v3 {
  grid-area: v3;
  display: grid;
  margin: -260px 0 0 -70px;
  grid-template: "vd1 vt1 vd2" auto "vd1 vt2 vd2" auto/200px 244px 111px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .a1 .v3 {
    display: none;
  }
}
.SDGs-area_content.egao3 .a1 .v3 .vt1 {
  grid-area: vt1;
  width: 337px;
  margin: 80px auto 0 -30px;
}
.SDGs-area_content.egao3 .a1 .v3 .vd1 {
  grid-area: vd1;
  margin: auto 0 0 0;
}
.SDGs-area_content.egao3 .a1 .v3 .vt2 {
  grid-area: vt2;
  width: 327px;
  margin: -30px -10px auto auto;
  position: relative;
}
.SDGs-area_content.egao3 .a1 .v3 .vd2 {
  grid-area: vd2;
  margin: auto 0 0 auto;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content.egao3 .a1 .fig4 {
    width: 105%;
    margin-top: 10%;
    margin-left: -2.5%;
  }
}
.SDGs-area_content2 {
  max-width: 980px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50px;
  margin-bottom: 25px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2 {
    width: 85%;
  }
}
.SDGs-area_content2 h4 {
  font-size: 28px;
  line-height: 1.7;
  font-feature-settings: "palt";
  font-weight: bold;
  color: #64B27B;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2 h4 {
    font-size: 4.75vw;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2 h4 {
    line-height: 1.3;
  }
}
.SDGs-area_content2 h4 span {
  display: inline-block;
  text-align: left;
  background-image: url(../img/line1.webp);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: auto 7px;
  padding-bottom: 5px;
}
.SDGs-area_content2 ul.icon {
  display: flex;
  gap: 7px;
}
.SDGs-area_content2 ul.icon li {
  width: 60px;
}
.SDGs-area_content2.sus5 {
  position: relative;
  display: grid;
  padding-bottom: 60px;
  grid-template: "title title title title title" auto ". tl1 tl1 tl1 ." auto ". pic1 . txt1 ." auto ". pic1 . icon ." auto ". txt2 . txt3 ." auto "area1 area1 area1 area1 area1" auto ". tl2 tl2 tl2 ." auto ". pic2 . txt4 ." auto ". pic2 . icon2 ." auto "area2 area2 area2 area2 area2" auto ". tl3 tl3 tl3 ." auto ". pic3 . txt5 ." auto ". pic3 . icon3 ." auto ". pic3 . v1 ." auto ". txt6 . txt7 ." auto/65px 1fr 40px 1fr 65px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 {
    display: block;
    padding-bottom: 10%;
  }
}
.SDGs-area_content2.sus5 p {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 p {
    font-size: 3.75vw;
  }
}
.SDGs-area_content2.sus5 p span {
  display: block;
  font-size: 13px;
}
.SDGs-area_content2.sus5 dl dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.SDGs-area_content2.sus5 dl dd.txt {
  font-size: 16px;
  line-height: 1.7;
  padding: 20px 5px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 dl dd.txt {
    font-size: 3.75vw;
  }
}
.SDGs-area_content2.sus5 .SDGs-area_titles {
  grid-area: title;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .SDGs-area_titles {
    margin-bottom: 5%;
  }
}
.SDGs-area_content2.sus5 .tl1 {
  grid-area: tl1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .tl1 {
    margin-bottom: 5%;
  }
}
.SDGs-area_content2.sus5 .fig1 {
  grid-area: pic1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .fig1 {
    width: 85%;
    margin: 0 auto;
  }
}
.SDGs-area_content2.sus5 .fig1:before {
  content: "";
  position: absolute;
  background-image: url(../img/sdgs-mark1.webp);
  background-size: cover;
  width: 150px;
  height: 150px;
  left: -115px;
  top: -75px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .fig1:before {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .fig1:before {
    left: -40px;
    top: -50px;
  }
}
.SDGs-area_content2.sus5 .txt1 {
  grid-area: txt1;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .txt1 {
    width: 85%;
    margin: 5% auto;
  }
}
.SDGs-area_content2.sus5 .ic1 {
  grid-area: icon;
  margin: 10px 0 25px 0;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .ic1 {
    width: 85%;
    margin: 10px auto;
  }
}
.SDGs-area_content2.sus5 .txt2 {
  grid-area: txt2;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .txt2 {
    width: 85%;
    margin: 10px auto;
  }
}
.SDGs-area_content2.sus5 .txt3 {
  grid-area: txt3;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .txt3 {
    width: 85%;
    margin: 10px auto;
  }
}
.SDGs-area_content2.sus5 .a1 {
  margin: 25px 0 35px 0;
  grid-area: area1;
  background-color: #F5F4E7;
  padding: 35px 75px 55px 75px;
  position: relative;
  display: grid;
  grid-template: "tl tl tl" auto "pic1 . txt1" auto "pic1 . icon" auto/1fr 35px 1fr;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .a1 {
    display: block;
    padding: 7.5%;
  }
}
.SDGs-area_content2.sus5 .a1:before, .SDGs-area_content2.sus5 .a1:after {
  content: "";
  position: absolute;
  background-size: cover;
}
.SDGs-area_content2.sus5 .a1:before {
  background-image: url(../img/kira1.webp);
  width: 118px;
  height: 85px;
  right: 50px;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .a1:before {
    right: 5%;
    top: -30px;
    width: 70px;
    height: 50px;
  }
}
.SDGs-area_content2.sus5 .a1:after {
  background-image: url(../img/kira6.webp);
  width: 85px;
  height: 97px;
  left: 15px;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .a1:after {
    width: 65px;
    height: 75px;
    left: auto;
    right: 15px;
    bottom: -30px;
  }
}
.SDGs-area_content2.sus5 .a1 h4 {
  margin-bottom: 15px;
  grid-area: tl;
}
.SDGs-area_content2.sus5 .a1 .fig2 {
  grid-area: pic1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .a1 .fig2 {
    width: 100%;
  }
}
.SDGs-area_content2.sus5 .a1 .fig2:before {
  content: "";
  position: absolute;
  background-image: url(../img/sdgs-mark1.webp);
  background-size: cover;
  width: 150px;
  height: 150px;
  left: -120px;
  top: -98px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .a1 .fig2:before {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .a1 .fig2:before {
    left: -40px;
    top: -40px;
  }
}
.SDGs-area_content2.sus5 .a1 .txt4 {
  grid-area: txt1;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .a1 .txt4 {
    width: 100%;
    margin: 5% 0;
  }
}
.SDGs-area_content2.sus5 .a1 .icon {
  grid-area: icon;
}
.SDGs-area_content2.sus5 .tl2 {
  grid-area: tl2;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .tl2 {
    margin-bottom: 15px;
  }
}
.SDGs-area_content2.sus5 .fig2 {
  grid-area: pic2;
  position: relative;
}
.SDGs-area_content2.sus5 .fig2:before {
  content: "";
  position: absolute;
  background-image: url(../img/sdgs-mark1.webp);
  background-size: cover;
  width: 150px;
  height: 150px;
  left: -120px;
  top: -98px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .fig2:before {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .fig2:before {
    left: -40px;
    top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .fig2 {
    width: 85%;
    margin: 0 auto;
  }
}
.SDGs-area_content2.sus5 .txt4 {
  grid-area: txt4;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .txt4 {
    width: 85%;
    margin: 5% auto;
  }
}
.SDGs-area_content2.sus5 .ic2 {
  grid-area: icon2;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .ic2 {
    width: 85%;
    margin: 0 auto 15% auto;
  }
}
.SDGs-area_content2.sus5 .a2 {
  grid-area: area2;
  margin: 25px 0 35px 0;
  background-color: #F5F4E7;
  padding: 35px 5px 0px 75px;
  position: relative;
  display: grid;
  grid-template: "tl tl tl" auto "pic1 . txt1" auto "pic1 . icon" auto "pic1 . v1" auto/1fr 35px 1fr;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .a2 {
    display: block;
    padding: 10% 7.5% 0 7.5%;
  }
}
.SDGs-area_content2.sus5 .a2:before, .SDGs-area_content2.sus5 .a2:after {
  content: "";
  position: absolute;
  background-size: cover;
}
.SDGs-area_content2.sus5 .a2:before {
  background-image: url(../img/kira1.webp);
  width: 118px;
  height: 85px;
  right: 10px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .a2:before {
    right: 5%;
    top: -30px;
    width: 70px;
    height: 50px;
  }
}
.SDGs-area_content2.sus5 .a2:after {
  background-image: url(../img/kira6.webp);
  width: 85px;
  height: 97px;
  left: 15px;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .a2:after {
    width: 65px;
    height: 75px;
    left: 5px;
  }
}
.SDGs-area_content2.sus5 .a2 h4 {
  grid-area: tl;
  margin-bottom: 15px;
}
.SDGs-area_content2.sus5 .a2 .fig2 {
  grid-area: pic1;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .a2 .fig2 {
    width: 100%;
  }
}
.SDGs-area_content2.sus5 .a2 .txt4 {
  grid-area: txt1;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .a2 .txt4 {
    width: 100%;
  }
}
.SDGs-area_content2.sus5 .a2 .icon {
  grid-area: icon;
}
.SDGs-area_content2.sus5 .a2 .v1 {
  grid-area: v1;
  display: flex;
  align-items: flex-end;
  margin-top: -70px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .a2 .v1 {
    margin-top: 0;
    width: 110%;
  }
}
.SDGs-area_content2.sus5 .a2 .v1 dt {
  margin: 0 -30px 60px 0;
}
.SDGs-area_content2.sus5 .tl3 {
  grid-area: tl3;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .tl3 {
    margin-bottom: 15px;
  }
}
.SDGs-area_content2.sus5 .fig3 {
  grid-area: pic3;
  position: relative;
}
.SDGs-area_content2.sus5 .fig3:before {
  content: "";
  position: absolute;
  background-image: url(../img/sdgs-mark1.webp);
  background-size: cover;
  width: 150px;
  height: 150px;
  left: -120px;
  top: -50px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .fig3:before {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .fig3:before {
    left: -40px;
    top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .fig3 {
    width: 85%;
    margin: 0 auto;
  }
}
.SDGs-area_content2.sus5 .txt5 {
  grid-area: txt5;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .txt5 {
    width: 85%;
    margin: 5% auto;
  }
}
.SDGs-area_content2.sus5 .ic3 {
  grid-area: icon3;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .ic3 {
    width: 85%;
    margin: 0 auto;
  }
}
.SDGs-area_content2.sus5 .v2 {
  grid-area: v1;
  display: flex;
  align-items: center;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .v2 {
    width: 100%;
    margin-top: 5%;
  }
}
.SDGs-area_content2.sus5 .v2 dt {
  width: calc(100% - 168px);
  margin-top: 50px;
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .v2 dt {
    width: calc(100% - 128px);
    transform: translateX(20px);
    margin-left: 0;
    margin-top: 0;
  }
}
.SDGs-area_content2.sus5 .v2 dt img {
  width: 125%;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .v2 dt img {
    width: 100%;
  }
}
.SDGs-area_content2.sus5 .v2 dd {
  width: 168px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .v2 dd {
    width: 120px;
    margin-left: 0;
  }
}
.SDGs-area_content2.sus5 .txt6 {
  grid-area: txt6;
  margin-top: -35px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .txt6 {
    width: 85%;
    margin: -11.5vw auto 0 auto;
  }
}
.SDGs-area_content2.sus5 .txt6 dt {
  margin-bottom: 0;
}
.SDGs-area_content2.sus5 .txt6 dd {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .txt6 dd {
    padding: 0.5em 0 !important;
  }
}
.SDGs-area_content2.sus5 .txt7 {
  grid-area: txt7;
  margin-top: -35px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.sus5 .txt7 {
    width: 85%;
    margin: 5% auto 0 auto;
  }
}
.SDGs-area_content2.sus5 .txt7 dt {
  margin-bottom: 0;
}
.SDGs-area_content2.sus5 .txt7 dd {
  padding-bottom: 0 !important;
}
.SDGs-area_content2.ene2 {
  position: relative;
  display: grid;
  padding-bottom: 0px;
  grid-template: "title title title title title" auto ". tl1 tl1 tl1 ." max-content ". pic1 . txt1 ." max-content ". pic1 . icon ." max-content ". pic1 . v1 ." auto ". pic1 . v2 ." auto ". btn btn btn ." 1fr "area area area area area" auto/50px 1fr 45px 1fr 50px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 {
    grid-template: "title title title title title" auto ". tl1 tl1 tl1 ." max-content ". pic1 . txt1 ." max-content ". pic1 . icon ." max-content ". pic1 . v1 ." auto ". pic1 . v2 ." auto ". btn btn btn ." 1fr "area area area area area" auto/7.5% 1fr 45px 1fr 7.5%;
    display: block;
  }
}
.SDGs-area_content2.ene2 .SDGs-area_titles {
  grid-area: title;
  margin-bottom: 40px;
}
.SDGs-area_content2.ene2 .tl1 {
  grid-area: tl1;
  margin-bottom: 25px;
  color: #326FBB;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .tl1 {
    margin-bottom: 15px;
  }
}
.SDGs-area_content2.ene2 .tl1:after {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  background-image: url(../img/kira2c.webp);
  background-size: cover;
  width: 86px;
  height: 85px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .tl1:after {
    width: 54px;
    height: 53px;
    right: 10px;
  }
}
.SDGs-area_content2.ene2 .fig1 {
  grid-area: pic1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .fig1 {
    width: 85%;
    margin: 0 auto;
  }
}
.SDGs-area_content2.ene2 .fig1:after {
  content: "";
  position: absolute;
  background-image: url(../img/sdgs-mark2.webp);
  background-size: cover;
  width: 150px;
  height: 150px;
  top: -135px;
  left: -100px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .fig1:after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .fig1:after {
    left: -45px;
    top: -120px;
  }
}
.SDGs-area_content2.ene2 .txt1 {
  grid-area: txt1;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .txt1 {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .txt1 {
    width: 85%;
    margin: 5% auto;
  }
}
.SDGs-area_content2.ene2 .icon {
  grid-area: icon;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .icon {
    width: 85%;
    margin: 5% auto;
  }
}
.SDGs-area_content2.ene2 .icon li {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .icon li {
    width: 65px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .icon:before {
    content: "";
    position: absolute;
    top: -30px;
    right: -10px;
    background-image: url(../img/kira2d.webp);
    background-size: cover;
    width: 55px;
    height: 71px;
  }
}
.SDGs-area_content2.ene2 .v1 {
  grid-area: v1;
  display: flex;
  flex-direction: row-reverse;
  margin-top: -75px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .v1 {
    margin-top: 5%;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .v1 dt {
    transform: scale(0.95) translate(-7vw, -10vw);
  }
}
.SDGs-area_content2.ene2 .v1 dd {
  margin-right: -20px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .v1 dd {
    width: 120px;
    margin: 0 0 0 0;
    transform: translateX(-10px);
  }
}
.SDGs-area_content2.ene2 .v2 {
  grid-area: v2;
  display: flex;
  align-items: flex-end;
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .v2 {
    margin-top: -22vw;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .v2 dt {
    padding-left: 5%;
    transform: scale(1.2);
    transform-origin: 0 0;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .v2 dd {
    position: relative;
  }
}
.SDGs-area_content2.ene2 .btn {
  grid-area: btn;
  text-align: right;
  margin: 20px 0 50px 0;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .btn {
    width: 90%;
    margin: 20% auto 10% auto;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .btn .c-btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .btn .c-btn a {
    justify-content: space-between;
    padding: 7px 10px;
    font-size: 3.25vw;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .btn .c-btn a span {
    margin: 0;
  }
}
.SDGs-area_content2.ene2 .a1 {
  grid-area: area;
  background-color: #F5F4E7;
  padding: 35px 80px;
  border-radius: 0 0 50px 50px;
  display: grid;
  position: relative;
  grid-template: "title title title title" auto "pic1 . txt1 txt1" auto "pic1 . icon pic2" auto "btn btn btn btn" auto/390px 40px 80px 1fr;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .a1 {
    display: block;
    padding: 10% 7.5%;
  }
}
.SDGs-area_content2.ene2 .a1:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 40px;
  background-image: url(../img/kira2d.webp);
  background-size: cover;
  width: 65px;
  height: 83px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .a1:before {
    display: none;
  }
}
.SDGs-area_content2.ene2 .a1:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url(../img/kira2e.webp);
  background-size: cover;
  width: 94px;
  height: 67px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .a1:after {
    width: 77px;
    height: 55px;
    right: 10px;
    top: 10px;
  }
}
.SDGs-area_content2.ene2 .a1 h4 {
  grid-area: title;
  margin-bottom: 15px;
  color: #326FBB;
}
.SDGs-area_content2.ene2 .a1 .fig2 {
  grid-area: pic1;
  position: relative;
}
.SDGs-area_content2.ene2 .a1 .fig2:after {
  content: "";
  position: absolute;
  background-image: url(../img/sdgs-mark2.webp);
  background-size: cover;
  width: 150px;
  height: 150px;
  top: -65px;
  left: -120px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .a1 .fig2:after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .a1 .fig2:after {
    top: -60px;
    left: -40px;
  }
}
.SDGs-area_content2.ene2 .a1 .txt4 {
  grid-area: txt1;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .a1 .txt4 {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .a1 .txt4 {
    margin: 5% 0;
  }
}
.SDGs-area_content2.ene2 .a1 .icon {
  grid-area: icon;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .a1 .icon {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .a1 .icon:before {
    display: none;
  }
}
.SDGs-area_content2.ene2 .a1 .fig3 {
  grid-area: pic2;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .a1 .fig3 {
    padding: 0;
  }
}
.SDGs-area_content2.ene2 .a1 .btn {
  grid-area: btn;
  padding-right: 40px;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .a1 .btn {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .a1 .btn .c-btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene2 .a1 .btn .c-btn a {
    font-size: 3.75vw;
    padding: 7px 10px 7px 20px;
  }
}
.SDGs-area_content2.ene6 .SDGs-ene_content2_area {
  padding: 35px 75px;
  display: grid;
  position: relative;
  grid-template: "title title title" auto "pic1 . txt1" auto "pic1 . ic1" auto "pic1 . btn" auto/1fr 35px 1fr;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene6 .SDGs-ene_content2_area {
    padding: 12% 7.5%;
    display: block;
  }
}
.SDGs-area_content2.ene6 .SDGs-ene_content2_area:nth-of-type(odd) {
  background-color: #F5F4E7;
}
.SDGs-area_content2.ene6 .SDGs-ene_content2_area:before, .SDGs-area_content2.ene6 .SDGs-ene_content2_area:after {
  content: "";
  position: absolute;
  background-size: cover;
  z-index: 2;
}
.SDGs-area_content2.ene6 .SDGs-ene_content2_area:nth-of-type(2):before {
  background-image: url(../img/kira2e.webp);
  width: 90px;
  height: 64px;
  top: 10px;
  right: 25px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene6 .SDGs-ene_content2_area:nth-of-type(2):before {
    width: 59px;
    height: 42px;
    right: 5px;
  }
}
.SDGs-area_content2.ene6 .SDGs-ene_content2_area:nth-of-type(2):after {
  background-image: url(../img/kira2i.webp);
  width: 85px;
  height: 97px;
  left: 45px;
  bottom: -35px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene6 .SDGs-ene_content2_area:nth-of-type(2):after {
    width: 69px;
    height: 79px;
    left: 0;
  }
}
.SDGs-area_content2.ene6 .SDGs-ene_content2_area:nth-of-type(3) .fig1:after {
  display: none;
}
.SDGs-area_content2.ene6 .SDGs-ene_content2_area:nth-of-type(4):after {
  background-image: url(../img/kira2i.webp);
  width: 85px;
  height: 97px;
  top: -30px;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene6 .SDGs-ene_content2_area:nth-of-type(4):after {
    width: 69px;
    height: 79px;
    right: 5px;
  }
}
.SDGs-area_content2.ene6 .SDGs-ene_content2_area:nth-of-type(5):before {
  background-image: url(../img/kira2e.webp);
  width: 90px;
  height: 64px;
  top: -15px;
  right: 0px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene6 .SDGs-ene_content2_area:nth-of-type(5):before {
    width: 86px;
    height: 62px;
    top: -30px;
  }
}
.SDGs-area_content2.ene6 .SDGs-ene_content2_area:nth-of-type(5):after {
  background-image: url(../img/kira2i.webp);
  width: 85px;
  height: 97px;
  left: 15px;
  bottom: 5px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene6 .SDGs-ene_content2_area:nth-of-type(5):after {
    width: 69px;
    height: 79px;
    left: 0;
    bottom: -25px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene6 .SDGs-ene_content2_area:nth-of-type(5) .fig1:after {
    left: auto;
    right: -40px;
  }
}
.SDGs-area_content2.ene6 .SDGs-ene_content2_area:nth-of-type(6):after {
  background-image: url(../img/kira2i.webp);
  width: 85px;
  height: 97px;
  bottom: 90px;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene6 .SDGs-ene_content2_area:nth-of-type(6):after {
    width: 69px;
    height: 79px;
    bottom: 120px;
  }
}
.SDGs-area_content2.ene6 .SDGs-ene_content2_area h4 {
  grid-area: title;
  color: #326FBB;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene6 .SDGs-ene_content2_area h4 {
    font-size: 4.5vw;
  }
}
.SDGs-area_content2.ene6 .SDGs-ene_content2_area .fig1 {
  grid-area: pic1;
  position: relative;
}
.SDGs-area_content2.ene6 .SDGs-ene_content2_area .fig1:after {
  content: "";
  position: absolute;
  background-image: url(../img/sdgs-mark2.webp);
  background-size: cover;
  width: 150px;
  height: 150px;
  width: 102px;
  height: 102px;
  top: -60px;
  left: -60px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene6 .SDGs-ene_content2_area .fig1:after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene6 .SDGs-ene_content2_area .fig1:after {
    left: -50px;
    top: -20px;
  }
}
.SDGs-area_content2.ene6 .SDGs-ene_content2_area .txt1 {
  grid-area: txt1;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene6 .SDGs-ene_content2_area .txt1 {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene6 .SDGs-ene_content2_area .txt1 {
    margin: 5% 0;
  }
}
.SDGs-area_content2.ene6 .SDGs-ene_content2_area .icon {
  grid-area: ic1;
  margin: 20px 0 30px 0;
}
.SDGs-area_content2.ene6 .SDGs-ene_content2_area .btn {
  grid-area: btn;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene6 .SDGs-ene_content2_area .btn .c-btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene6 .SDGs-ene_content2_area .btn .c-btn a {
    justify-content: space-between;
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.ene6 .SDGs-ene_content2_area .btn .c-btn a span {
    margin: 0;
  }
}
.SDGs-area_content2.egao2 .SDGs-egao_content2_area {
  padding: 35px 30px 35px 55px;
  display: grid;
  position: relative;
  grid-template: "title title title" auto "pic1 . txt1" auto "pic1 . ic1" auto "pic1 . btn" auto/1fr 35px 1fr;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.egao2 .SDGs-egao_content2_area {
    padding: 7.5% 5%;
    display: block;
  }
}
.SDGs-area_content2.egao2 .SDGs-egao_content2_area:nth-of-type(2) {
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.egao2 .SDGs-egao_content2_area:nth-of-type(2):before {
    content: "";
    position: absolute;
    background-image: url(../img/kira3e.webp);
    background-size: cover;
    width: 53px;
    height: 60px;
    top: auto;
    top: 12%;
    right: 5%;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.egao2 .SDGs-egao_content2_area:nth-of-type(2):after {
    content: "";
    position: absolute;
    background-image: url(../img/kira3d.webp);
    background-size: cover;
    width: 70px;
    height: 84px;
    top: auto;
    bottom: 15%;
    right: 5%;
  }
}
.SDGs-area_content2.egao2 .SDGs-egao_content2_area:nth-of-type(3) {
  background-color: #F5F4E7;
  position: relative;
  border-radius: 0 0 50px 50px;
}
.SDGs-area_content2.egao2 .SDGs-egao_content2_area:nth-of-type(3):after {
  content: "";
  position: absolute;
  width: 118px;
  height: 85px;
  background-image: url(../img/kira3b.webp);
  background-size: cover;
  top: 35px;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.egao2 .SDGs-egao_content2_area:nth-of-type(3):after {
    width: 77px;
    height: 55px;
    top: auto;
    bottom: 15%;
    right: 5%;
  }
}
.SDGs-area_content2.egao2 .SDGs-egao_content2_area h4 {
  grid-area: title;
  color: #FF9364;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.egao2 .SDGs-egao_content2_area h4 {
    margin-bottom: 25px;
  }
}
.SDGs-area_content2.egao2 .SDGs-egao_content2_area .fig1 {
  grid-area: pic1;
  position: relative;
}
.SDGs-area_content2.egao2 .SDGs-egao_content2_area .fig1:after {
  content: "";
  position: absolute;
  background-image: url(../img/sdgs-mark3.webp);
  background-size: cover;
  width: 150px;
  height: 150px;
  top: -55px;
  left: -125px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.egao2 .SDGs-egao_content2_area .fig1:after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.egao2 .SDGs-egao_content2_area .fig1:after {
    left: -30px;
    top: -25px;
  }
}
.SDGs-area_content2.egao2 .SDGs-egao_content2_area .txt1 {
  grid-area: txt1;
  font-size: 16px;
  line-height: 1.7;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.egao2 .SDGs-egao_content2_area .txt1 {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.egao2 .SDGs-egao_content2_area .txt1 {
    padding: 0;
    margin: 5% 0;
  }
}
.SDGs-area_content2.egao2 .SDGs-egao_content2_area .icon {
  grid-area: ic1;
  margin: 20px 0;
}
.SDGs-area_content2.egao2 .SDGs-egao_content2_area .btn {
  grid-area: btn;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.egao2 .SDGs-egao_content2_area .btn .c-btn {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.egao2 .SDGs-egao_content2_area .btn .c-btn a {
    justify-content: space-between;
    font-size: 3.25vw;
    padding: 7px 10px 7px 15px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.egao2 .SDGs-egao_content2_area .btn .c-btn a span {
    margin: 0;
  }
}
.SDGs-area_content2.egao5 {
  margin-bottom: 50px;
}
.SDGs-area_content2.egao5 .SDGs-egao_content2_area {
  padding: 35px 30px 35px 55px;
  display: grid;
  position: relative;
  grid-template: "title title title" auto "pic1 . txt1" auto "pic1 . ic1" auto "pic1 . btn" auto/1fr 35px 1fr;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.egao5 .SDGs-egao_content2_area {
    padding: 10% 5%;
    display: block;
  }
}
.SDGs-area_content2.egao5 .SDGs-egao_content2_area:after {
  content: "";
  position: absolute;
  width: 85px;
  height: 97px;
  background-image: url(../img/kira3g.webp);
  background-size: cover;
  bottom: 15px;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.egao5 .SDGs-egao_content2_area:after {
    left: auto;
    right: 5%;
    bottom: 15%;
    width: 62px;
    height: 71px;
  }
}
.SDGs-area_content2.egao5 .SDGs-egao_content2_area:nth-of-type(3) {
  background-color: #F5F4E7;
  position: relative;
  border-radius: 0 0 50px 50px;
}
.SDGs-area_content2.egao5 .SDGs-egao_content2_area:nth-of-type(3):after {
  content: "";
  position: absolute;
  width: 118px;
  height: 85px;
  background-image: url(../img/kira3b.webp);
  background-size: cover;
  top: 5px;
  left: auto;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.egao5 .SDGs-egao_content2_area:nth-of-type(3):after {
    right: auto;
    left: 15px;
    top: -10px;
    width: 61px;
    height: 44px;
  }
}
.SDGs-area_content2.egao5 .SDGs-egao_content2_area:nth-of-type(3) .fig1:after {
  display: none;
}
.SDGs-area_content2.egao5 .SDGs-egao_content2_area h5 {
  grid-area: title;
  color: #FF9364;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.egao5 .SDGs-egao_content2_area h5 {
    font-size: 5vw;
    line-height: 1.4;
  }
}
.SDGs-area_content2.egao5 .SDGs-egao_content2_area .fig1 {
  grid-area: pic1;
  position: relative;
}
.SDGs-area_content2.egao5 .SDGs-egao_content2_area .fig1:after {
  content: "";
  position: absolute;
  background-image: url(../img/sdgs-mark3.webp);
  background-size: cover;
  width: 150px;
  height: 150px;
  top: -55px;
  left: -125px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.egao5 .SDGs-egao_content2_area .fig1:after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.egao5 .SDGs-egao_content2_area .fig1:after {
    left: auto;
    right: -35px;
    top: -25px;
  }
}
.SDGs-area_content2.egao5 .SDGs-egao_content2_area .txt1 {
  grid-area: txt1;
  font-size: 16px;
  line-height: 1.7;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.egao5 .SDGs-egao_content2_area .txt1 {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.egao5 .SDGs-egao_content2_area .txt1 {
    padding: 0;
    margin: 5% 0;
  }
}
.SDGs-area_content2.egao5 .SDGs-egao_content2_area .ic1 {
  grid-area: ic1;
  margin: 20px 0;
}
.SDGs-area_content2.egao5 .SDGs-egao_content2_area .btn {
  grid-area: btn;
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.egao5 .SDGs-egao_content2_area .btn .c-btn {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.egao5 .SDGs-egao_content2_area .btn .c-btn a {
    justify-content: space-between;
    font-size: 3.25vw;
    padding: 7px 15px 7px 20px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_content2.egao5 .SDGs-egao_content2_area .btn .c-btn a span {
    margin: 0;
  }
}
.SDGs-area_captions {
  position: relative;
  padding: 40px 0 0 0;
  background-color: #fff;
  display: grid;
  place-content: center;
  place-items: center;
  margin-bottom: 35px;
  grid-template: "pic1 h4 pic2" auto "pic1 cap pic2" auto/322px max-content 285px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_captions {
    grid-template: "h4 h4" auto "cap cap" auto "pic1 pic2" auto/1fr 1fr;
  }
}
.SDGs-area_captions:before, .SDGs-area_captions:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 18px;
  background-image: url(../img/line2.webp);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: auto 18px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_captions:before, .SDGs-area_captions:after {
    background-size: auto 9px;
    height: 9px;
  }
}
.SDGs-area_captions:before {
  top: -9px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_captions:before {
    top: -4.5px;
  }
}
.SDGs-area_captions:after {
  bottom: -9px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_captions:after {
    bottom: -4.5px;
  }
}
.SDGs-area_captions h4 {
  grid-area: h4;
  text-align: center;
  font-size: 28px;
  line-height: 1.7;
  font-weight: bold;
  margin: auto 0 15px 0;
}
@media screen and (max-width: 767px) {
  .SDGs-area_captions h4 {
    font-size: 4.75vw;
  }
}
.SDGs-area_captions h4 span {
  display: inline-block;
  border-bottom: 2px solid #B9B9B9;
}
.SDGs-area_captions h4 em {
  color: #8BD126;
}
.SDGs-area_captions p {
  grid-area: cap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
  margin: 0 0 auto 0;
}
@media screen and (max-width: 767px) {
  .SDGs-area_captions p {
    font-size: 4.75vw;
    margin-bottom: 5%;
  }
}
.SDGs-area_captions p span {
  background: linear-gradient(transparent 70%, #CBEE9E 70%);
}
.SDGs-area_captions .fig1 {
  grid-area: pic1;
  margin: auto 0 0 0;
  transform: translateX(20px);
}
@media screen and (max-width: 767px) {
  .SDGs-area_captions .fig1 {
    width: 130%;
    transform: translateX(15%);
  }
}
.SDGs-area_captions .fig2 {
  grid-area: pic2;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .SDGs-area_captions .fig2 {
    margin: auto 5% auto 0;
  }
}
.SDGs-area_captions.ene5 {
  margin-bottom: 50px;
}
.SDGs-area_captions.ene5 h4 em {
  color: #5BA7D3;
}
.SDGs-area_captions.ene5 p span {
  background: linear-gradient(transparent 70%, #DBEBFF 70%);
}
@media screen and (max-width: 767px) {
  .SDGs-area_captions.ene5 .fig1 {
    width: 110%;
    transform: translateX(5%);
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_captions.ene5 .fig2 {
    margin: auto 5% auto 0;
  }
}
.SDGs-area_captions.egao4 {
  margin-bottom: 50px;
}
.SDGs-area_captions.egao4 h4 em {
  color: #FF9364;
}
.SDGs-area_captions.egao4 p span {
  background: linear-gradient(transparent 70%, #FFDCCB 70%);
}
@media screen and (max-width: 767px) {
  .SDGs-area_captions.egao4 .fig1 {
    width: 130%;
    transform: translateX(10%);
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_captions.egao4 .fig2 {
    width: 120%;
    margin: auto 5% auto 0;
    transform: translateX(-5%) translateY(10%);
  }
}
.SDGs-area_titles {
  background-color: #6DC8AE;
  border-radius: 50px 50px 0 0;
  position: relative;
  display: flex;
  height: 165px;
}
@media screen and (max-width: 767px) {
  .SDGs-area_titles {
    border-radius: 40px 40px 0 0;
    border: 2px solid #fff;
    height: auto;
    display: grid;
    grid-template: "title title" auto "v1 v2" auto/1fr 1fr;
  }
}
.SDGs-area_titles.ene {
  background-color: #9DB2FF;
}
@media screen and (max-width: 767px) {
  .SDGs-area_titles.ene {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_titles.ene h4 {
    margin: 11% auto 5% auto;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_titles.ene .t1 {
    width: 110%;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_titles.ene .t2 {
    width: 140%;
    margin: auto 0 0 -40%;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_titles.ene.ene2 .t1 {
    width: 120%;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_titles.ene.ene2 .t2 {
    width: 130%;
    margin: auto 0 0 -20%;
  }
}
.SDGs-area_titles.egao {
  background-color: #FFA047;
}
@media screen and (max-width: 767px) {
  .SDGs-area_titles.egao h4 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_titles.egao .t1 {
    width: 115%;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_titles.egao .t2 {
    width: 140%;
    margin: auto 0 0 -30%;
  }
}
.SDGs-area_titles.egao2 {
  background-color: #FFA047;
}
@media screen and (max-width: 767px) {
  .SDGs-area_titles.egao2 h4 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_titles.egao2 .t1 {
    width: 145%;
    margin: auto 0 0 -18%;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-area_titles.egao2 .t2 {
    width: 135%;
    margin: auto 0 0 -35%;
  }
}
.SDGs-area_titles h4 {
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .SDGs-area_titles h4 {
    grid-area: title;
    width: 90%;
    margin: 7.5% auto 0 auto;
  }
}
.SDGs-area_titles .t1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .SDGs-area_titles .t1 {
    position: static;
    grid-area: v1;
    width: 120%;
  }
}
.SDGs-area_titles .t2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .SDGs-area_titles .t2 {
    position: static;
    grid-area: v2;
    width: 120%;
    margin: auto 0 0 -20%;
  }
}
.SDGs .c-mov {
  width: 738px;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  .SDGs .c-mov {
    width: 85%;
    padding: 7px;
    border-radius: 10px;
    margin: 15% auto 20% auto;
  }
}
.SDGs .c-mov a {
  position: relative;
  display: block;
}
.SDGs .c-mov a .movie-modal-wrap .ico-movie {
  display: none;
}
.SDGs .c-mov a:before {
  content: "";
  width: 162px;
  height: 94px;
  background-image: url(../img/mov-tl.webp);
  background-size: cover;
  position: absolute;
  top: -30px;
  right: -40px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .SDGs .c-mov a:before {
    width: 72px;
    height: 40px;
    right: -20px;
    top: -15px;
  }
}
.SDGs .c-mov a:after {
  content: "";
  width: 113px;
  height: 113px;
  background-image: url(../img/mov-play.webp);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .SDGs .c-mov a:after {
    width: 50px;
    height: 50px;
  }
}
.SDGs .c-mov a dl.dl1 dt {
  width: 432px;
  position: absolute;
  top: -50px;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .SDGs .c-mov a dl.dl1 dt {
    width: 85%;
    left: -5%;
    top: -15vw;
  }
}
.SDGs .c-mov a dl.dl1 dd {
  width: 183px;
  position: absolute;
  left: -75px;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .SDGs .c-mov a dl.dl1 dd {
    width: 25%;
    left: -7%;
    bottom: -7px;
  }
}
.SDGs .c-mov a dl.dl1 dd:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  background-image: url(../img/mov-kira.webp);
  background-size: cover;
  width: 63px;
  height: 72px;
}
@media screen and (max-width: 767px) {
  .SDGs .c-mov a dl.dl1 dd:before {
    width: 31px;
    height: 35px;
    left: -7%;
    top: -25vw;
  }
}
.SDGs .c-mov a dl.dl2 dt {
  width: 353px;
  position: absolute;
  bottom: -40px;
  right: 120px;
}
@media screen and (max-width: 767px) {
  .SDGs .c-mov a dl.dl2 dt {
    width: 75%;
    right: 13vw;
    bottom: -15vw;
  }
}
.SDGs .c-mov a dl.dl2 dd {
  width: 197px;
  position: absolute;
  right: -55px;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .SDGs .c-mov a dl.dl2 dd {
    width: 30%;
    right: -10%;
    bottom: -7px;
  }
}
.SDGs .c-mov a dl.dl2 dd:before {
  content: "";
  position: absolute;
  top: -25px;
  right: -50px;
  background-image: url(../img/mov-kira.webp);
  background-size: cover;
  width: 63px;
  height: 72px;
}
@media screen and (max-width: 767px) {
  .SDGs .c-mov a dl.dl2 dd:before {
    width: 31px;
    height: 35px;
    right: -2%;
    top: -20vw;
  }
}
.SDGs .c-mov a:hover {
  opacity: 1;
}
.SDGs .c-mov a:hover * {
  opacity: 1;
}
.SDGs .c-mov a:hover:after {
  opacity: 0.6;
}
.SDGs .c-btn {
  display: inline-block;
}
.SDGs .c-btn a {
  background-color: #5980DF;
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
  padding: 9px 15px 9px 30px;
  text-decoration: none;
  border-radius: 25px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .SDGs .c-btn a {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .SDGs .c-btn a {
    font-size: 3.75vw;
    padding: 7px 10px 7px 20px;
  }
}
.SDGs .c-btn a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 18px;
  background-color: #fff;
  margin-left: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs .c-btn a span {
    width: 30px;
    height: 30px;
  }
}
.SDGs .c-btn a span:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #5191E4;
  border-left: 2px solid #5191E4;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .SDGs .c-btn a span:after {
    width: 7px;
    height: 7px;
  }
}
.SDGs .c-btn a .m-icon.m-icon-blank {
  display: none;
}
.SDGs .c-btn a:hover {
  opacity: 0.8;
}
.SDGs .c-reserve {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  padding: 20px 0 0 0;
}
@media screen and (max-width: 1350px) {
  .SDGs .c-reserve {
    gap: 0px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs .c-reserve {
    flex-direction: column;
  }
}
.SDGs .c-reserve a {
  position: relative;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .SDGs .c-reserve a {
    width: 95%;
    margin-left: 5%;
    margin-top: 0;
  }
}
.SDGs .c-reserve a img {
  position: relative;
  z-index: 2;
}
.SDGs .c-reserve a:after {
  content: "";
  background: no-repeat 0 0/100% auto;
  position: absolute;
  transition: 0.26s ease;
  pointer-events: none;
  background-image: url(../img/reserve-btn-bg.webp);
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
}
.SDGs .c-reserve a:hover {
  opacity: 1;
}
.SDGs .c-reserve a:hover img {
  opacity: 1;
  transform: translateY(10px);
}
.SDGs .c-reserve .pic {
  margin-left: -160px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1350px) {
  .SDGs .c-reserve .pic {
    margin-left: -90px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs .c-reserve .pic {
    width: 50%;
    display: block;
    margin: -5% auto 0 auto;
  }
}
.SDGs .c-how {
  background-color: #fff;
}
.SDGs .c-how a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  min-height: 320px;
  background-size: cover;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .SDGs .c-how a {
    min-height: inherit;
    padding: 10% 0;
    font-size: 5vw;
    background-position: center center;
  }
}
.SDGs .c-how a:after {
  content: "";
  width: 49px;
  height: 49px;
  background-image: url(../img/icon-next_1.svg);
  background-size: cover;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .SDGs .c-how a:after {
    width: 35px;
    height: 35px;
  }
}
.SDGs .c-how a:hover {
  opacity: 0.6;
}
.SDGs .c-how.holo a {
  background-image: url(../img/bg1.webp);
}
@media screen and (max-width: 767px) {
  .SDGs .c-how.holo a {
    background-image: url(../img/bg1-sp.webp);
  }
}
.SDGs .c-how.ene a {
  background-image: url(../img/bg2.webp);
}
@media screen and (max-width: 767px) {
  .SDGs .c-how.ene a {
    background-image: url(../img/bg2-sp.webp);
  }
}
.SDGs .side-nav {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 514px;
  right: 0;
  top: 310px;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.26s, visibility 0.26s;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .SDGs .side-nav {
    display: none;
  }
}
.SDGs .side-nav.is-fixed {
  opacity: 1;
  visibility: visible;
}
.SDGs .side-nav ul li {
  width: 52px;
  margin-top: 5px;
}
.SDGs a[target=_blank] .m-icon.m-icon-blank {
  display: none;
}
.SDGs-sus {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-sus {
    background-image: url(../img/area1-bg_1.webp);
    background-size: 30px;
    position: relative;
    padding-top: 1px;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-sus:after {
    content: "";
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 45px;
    background-color: #CBEBC8;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
}
.SDGs-sus:before {
  content: "";
  width: 163px;
  height: 150px;
  background-image: url(../img/area1-1.webp);
  background-size: cover;
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-100px);
}
@media screen and (max-width: 767px) {
  .SDGs-sus:before {
    top: 0px;
    z-index: 2;
    position: relative;
    display: block;
    margin: -50px auto 0 auto;
    transform: translateX(-210px);
  }
}
.SDGs-sus h2 {
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .SDGs-sus h2 {
    width: 90%;
  }
}
.SDGs-sus .bg {
  background-image: url(../img/area1-bg_1.webp);
  background-size: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .SDGs-sus .bg {
    background-size: 30px;
  }
}
.SDGs-sus .bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70px;
  background-color: #fff;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  top: 0;
}
@media screen and (max-width: 767px) {
  .SDGs-sus .bg:before {
    display: none;
  }
}
.SDGs-sus h3 {
  max-width: 805px;
  margin: 45px auto 20px auto;
}
@media screen and (max-width: 767px) {
  .SDGs-sus h3 {
    width: 85%;
  }
}
.SDGs-ene {
  text-align: center;
  position: relative;
  margin-top: 150px;
}
.SDGs-ene:before {
  content: "";
  width: 181px;
  height: 157px;
  background-image: url(../img/area2-1.webp);
  background-size: cover;
  position: absolute;
  z-index: 2;
  top: -60px;
  left: 50%;
  transform: translateX(-100px);
}
.SDGs-ene h2 {
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .SDGs-ene h2 {
    width: 90%;
  }
}
.SDGs-ene .bg {
  background-image: url(../img/area2-bg_1.webp);
  background-size: 90px;
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .SDGs-ene .bg {
    background-size: 60px;
  }
}
.SDGs-ene .bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70px;
  background-color: #fff;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  top: 0;
}
@media screen and (max-width: 767px) {
  .SDGs-ene .bg:before {
    height: 30px;
  }
}
.SDGs-ene h3.h3a {
  max-width: 900px;
  margin: 45px auto 20px auto;
}
@media screen and (max-width: 767px) {
  .SDGs-ene h3.h3a {
    width: 90%;
  }
}
.SDGs-ene h3.h3b {
  max-width: 980px;
  margin: 25px auto 15px auto;
}
@media screen and (max-width: 767px) {
  .SDGs-ene h3.h3b {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-ene .c-mov a dl.dl1 dt {
    top: -18vw;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-ene .c-mov a dl.dl1 dd {
    width: 30%;
    left: -11%;
  }
}
.SDGs-ene .c-mov a dl.dl2 dt {
  right: 150px;
}
@media screen and (max-width: 767px) {
  .SDGs-ene .c-mov a dl.dl2 dt {
    right: 13vw;
  }
}
.SDGs-egao {
  text-align: center;
  position: relative;
  margin-top: 150px;
}
.SDGs-egao:before {
  content: "";
  width: 163px;
  height: 150px;
  background-image: url(../img/area3-1.webp);
  background-size: cover;
  position: absolute;
  z-index: 2;
  top: -60px;
  left: 50%;
  transform: translateX(-100px);
}
.SDGs-egao h2 {
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .SDGs-egao h2 {
    width: 85%;
  }
}
.SDGs-egao .bg {
  background-image: url(../img/area3-bg_1.webp);
  background-size: 90px;
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .SDGs-egao .bg {
    background-size: 70px;
  }
}
.SDGs-egao .bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70px;
  background-color: #fff;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  top: 0;
}
@media screen and (max-width: 767px) {
  .SDGs-egao .bg:before {
    height: 25px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
}
.SDGs-egao h3 {
  max-width: 805px;
  margin: 45px auto 20px auto;
}
@media screen and (max-width: 767px) {
  .SDGs-egao h3 {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .SDGs-egao h3.h3b {
    width: 72%;
  }
}
.SDGs-egao .c-mov a dl.dl1 dd {
  width: 222px;
  left: -105px;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .SDGs-egao .c-mov a dl.dl1 dd {
    width: 32%;
    left: -13%;
  }
}
.SDGs-egao .c-mov a dl.dl1 dd:before {
  top: 80px;
  left: -50px;
  width: 85px;
  height: 97px;
}
@media screen and (max-width: 767px) {
  .SDGs-egao .c-mov a dl.dl1 dd:before {
    width: 31px;
    height: 35px;
    left: 10px;
    top: -80px;
  }
}
.SDGs-egao .c-mov a dl.dl2 dd {
  width: 257px;
  right: -125px;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .SDGs-egao .c-mov a dl.dl2 dd {
    width: 35%;
    right: -18%;
  }
}
.SDGs-egao .c-mov a dl.dl2 dd:before {
  top: -25px;
  right: -10px;
  width: 85px;
  height: 97px;
}
@media screen and (max-width: 767px) {
  .SDGs-egao .c-mov a dl.dl2 dd:before {
    width: 29px;
    height: 30px;
    top: -90px;
    right: 30px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .glb-pageWrapper {
    min-width: 1000px;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .banner-common {
    top: 130px;
  }
}
.container-second {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .container-second {
    padding: 0 15px;
  }
}
.for_bnr a {
  display: block;
  max-width: 720px;
  width: 90%;
  margin: 60px auto;
}

/*# sourceMappingURL=sdgs.css.map */