@charset "utf-8";
/* /////////////////////////////
      TOP
///////////////////////////// */
.mv {
  width: 100%;
  height: 100vh;
  position: relative;
}
.mv figure {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 630px;
  transform: translate(-50%,-50%);
}
.about {
  position: relative;
  background-color: #000000;
  padding: 0 0 90px;
}
.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #fff;
}
.about .inner {
  color: #fff;
  position: relative;
  text-align: center;
  z-index: 2;
}

.about .inner figure {
  margin-top: -30px;
  z-index: 2;
}
.about .bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-44%);
}
.support {
  padding-bottom: 50px;
}
.support hr{
  background-color: #000;
}
.support .inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 0 80px;
}
.support .icon_fb {
  margin: 0 auto 40px;;
  width: 44px;
}
.sns_icon {
  max-width: 200px;
  margin: 0 auto;
}
.sdgs {
  padding: 90px 0 110px;
  background-color: #eeeeee;
}
.sdgs h2 {
  font-size: 21px;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-weight: 900;
  background-color: #0098d8;
  margin-bottom: 20px;
}
.sdgs .txt {
  max-width: 600px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 767px) {
  .mv {
    height: 340px;
  }
  .mv figure {
    max-width: 240px;
  }
  .about {
    padding: 0 0 70px;
  }
  .about .bg {
    width: 90%;
    left: 5%;
    top: auto;
    bottom: -50px;
    transform: translateY(0);
  }
  .support .inner {
    padding: 20px 0 50px;
  }
  .app_img {
    width: 200px;
  }
  .support {
    padding-bottom: 10px;
  }
  .sdgs {
    padding: 50px 0;
  }
  .sdgs .txt {
    margin: 0 auto 40px;
  }
  .sdgs h2 {
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  .ttl_sdgs {
    width: 172px;
  }

}
