@charset "UTF-8";

/*======================　ベース　==========================*/

.fade-show{
  opacity: 0;
  transition-duration: 800ms;
  transition-property: opacity, transform;
  transition-timing-function:ease;
}

.fade-in {
  opacity: 1;
  transition-duration: 800ms;
}

html{
  scroll-behavior: smooth;
}

body{
  font-family: 'Sawarabi Gothic', sans-serif;
  padding-top: 0;
}

.oswald{
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
}

/*　================ SDGS ================ */

.sdgs-mv{
  width: 100%;
  height: 540px;
  background-image: url(../cmn_img/mv.jpg);
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sdgs-title {
  font-size: 72px;
  text-align: center;
  color: #fff;
  font-weight: 900;
  line-height: 1.3;
}

.sdgs-title_small{
  font-size: 21px;
  text-align: center;
  color: #fff;
}

.sdgs-about{
  background-color: #b4c3b1;
  padding: 100px 0;
}

.sdgs-about__flex{
  display: flex;
}

.sdgs-about__flex-item{
  width: 50%;
}

.sdgs-about__img{
  width: 350px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.sdgs-about__logo-hosoku{
  color: #fff;
  text-align: center;
}

.sdgs-about__logo-hosoku_small{
  display: inline-block;
  font-size: 21px;
}

.sdgs-about__logo-hosoku_big{
  font-size: 32px;
  padding-left: 30px;
  display: inline-block;
  font-weight: 500;
  position: relative;
}

.sdgs-about__logo-hosoku_big::before{
  display: inline-block;
  width: 20px;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  height: 1px;
  background-color: #fff;
  content: "";
  position: absolute;
}

.sdgs-about__title{
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}

.sdgs-about__txt{
  font-size: 15px;
  margin-bottom: 15px;
  color: #fff;
}

.sdgs-about__txt:last-of-type{
  margin-bottom: 0;
}

.sdgs-do{
  background-color: #fff;
  padding: 100px 0;
}

.sdgs-do__title{
  text-align: center;
  margin-bottom: 10px;
}

.sdgs-do__logo{
  width: 200px;
  display: inline-block;
}

.sdgs-do-title-txt{
  font-size: 32px;
}

.sdgs-do__main-txt{
  font-size: 15px;
  text-align: center;
}

.sdgs-do__flex{
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sdgs-do__flex-item{
  width: 48.5%;
  margin-bottom: 60px;
}

.sdgs-do__title-middle{
  font-size: 26px;
}

.sdgs-do__title-num{
  font-size: 40px;
  color: #61994a;
  margin-right: 5px;
}

.sdgs-do__item-txt{
  font-size: 15px;
  margin-top: 10px;
}

.sdgs-icon-flex{
  display: flex;
  margin-top: 10px;
}

.sdgs-icon-flex-item{
  width: 19.2%;
  margin-right: 1%;
}

.sdgs-icon-flex-item:last-of-type{
  margin-right: 0;
}

footer.sdgs-footer{
  background-color: #fff;
  border-top: 1px solid #eeeeee;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.sdgs-do__title-middle-txt{
  display: inline-block;
  transform: translateY(-5px);
}

nav.globalMenu.active {
  height: 100%;
}

nav.globalMenu ul {
  overflow-y: scroll;
}

@media screen and (max-width: 1200px) {
  .sdgs-about__logo-hosoku_small {
    font-size: 18px;
  }

  .sdgs-about__logo-hosoku_big {
    font-size: 24px;
  }

  .sdgs-about__title {
    font-size: 28px;
  }

  .sdgs-do__flex {
    margin-top: 60px;
  }
}

@media screen and (max-width: 960px){
  .sdgs-mv {
    height: 380px;
  }

  .sdgs-title {
    font-size: 60px;
  }

  .sdgs-title_small {
    font-size: 18px;
  }

  .sdgs-about__flex {
    flex-direction: column;
  }

  .sdgs-about__title {
    margin-top: 26px;
    text-align: center;
  }

  .sdgs-do__title-middle {
    font-size: 18px;
  }

  .sdgs-do__title-num {
    font-size: 30px;
    margin-right: 0;
  }

  .sdgs-about__flex-item {
    width: 100%;
  }

  .sdgs-icon-flex {
    flex-wrap: wrap;
}

.sdgs-icon-flex-item {
  width: 24.25%;
  margin-bottom: 5px;
}

.sdgs-icon-flex-item:nth-of-type(4) {
  margin-right: 0;
}
}

@media screen and (max-width: 640px){
.sdgs-mv {
  height: 300px;
}
.sdgs-title {
  font-size: 45px;
}

.sdgs-about__img {
  width: 300px;
  max-width: 80%;
}

.sdgs-about {
  padding: 70px 0;
}

.sdgs-about__logo-hosoku_small {
  font-size: 15px;
}

.sdgs-about__logo-hosoku_big {
  font-size: 22px;
}

.sdgs-about__logo-hosoku {
  margin-top: 5px;
}

.sdgs-about__title {
  font-size: 22px;
}

.sdgs-do {
  padding: 70px 0 20px;
}

.sdgs-do__logo {
  width: 170px;
  margin-right: 5px;
}

.sdgs-do-title-txt {
  font-size: 24px;
}

.sdgs-do__main-txt {
  font-size: 14px;
}

.sdgs-do__flex-item {
  width: 100%;
  margin-bottom: 40px;
}

.sdgs-do__title-middle {
  font-size: 20px;
}

.sdgs-do__title-num {
  font-size: 35px;
}

footer.sdgs-footer {
  height: 70px;
}
}

@media screen and (max-width: 400px){
.sdgs-about__logo-hosoku_small {
  font-size: 14px;
}
.sdgs-about__logo-hosoku_big {
  font-size: 20px;
}
.sdgs-about__title {
  font-size: 20px;
}
.sdgs-do__main-txt {
  font-size: 13.4px;
}

.sdgs-do__flex {
  margin-top: 30px;
}
}
