@charset "utf-8";



#main_box { line-height: 2.0; }



/* side_menu ----------------- */



/* contents ---- */

#content {

  background-color: rgb(47, 143, 129);

  background-image: url(../images/bg.jpg);

  background-repeat: no-repeat;

  background-size: contain;

  background-position: center top;

  color: rgb(255,255,255);

}



.title_sdgs_movie {

  position: relative;

  width: 100%;

  padding-top: 260px;

  /*

  background-image: url(../images/bg_title.jpg);

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center center;

  */

}

.title_sdgs_movie > span {

  display: block;

  position: absolute;

  top: 50%;

  left: 50%;

  width: calc(717 / 1550 * 100%);

  height: calc(94 / 260 * 100%);

  min-width: 500px;

  min-height: 66px;

  max-width: 717px;

  max-height: 94px;

  background-image: url(../images/txt_sdgs_movie.svg);

  background-repeat: no-repeat;

  background-size: contain;

  transform: translate3d(-50%, -50%, 0);

}



@media screen and (max-width:1550px) {

  .title_sdgs_movie {

    padding-top: calc(260 / 1550 * 100%);

  }

}



@media screen and (max-width:767px) {

  .title_sdgs_movie {

    padding-top: 140px;

  }

  .title_sdgs_movie > span {

    min-width: 310px;

    min-height: 42px;

  }

}



.box01 .lede,

.box01 .movie_box {

  width: 100%;

  max-width: 960px;

  margin-right: auto;

  margin-left: auto;

}



.box01 .lede p {

  margin-top: 16px;

  font-size: 18px;

}

.box01 .lede .strong {

  font-weight: 700;

}



.movie_box .movie_frame {

  padding-top: calc(1080 / 1920 * 100%);

  position: relative;

}

.movie_box .movie_frame iframe {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

}



.box01 .sign {

  display: flex;

  justify-content: flex-end;

  width: 100%;

  max-width: 960px;

  line-height: 1.5;

  margin-right: auto;

  margin-left: auto;

}



@media screen and (max-width:767px) {

  #content {

    background-size: 767px 218px;

  }

  

  .box01 .lede p  {

    font-size: 16px;

  }

  .box01 .sign {

    text-align: right;

    font-size: 14px;

  }

}