@charset "UTF-8";
/**scss共通***/
img {
  width: 100%;
}

.test {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}

.test {
  content: "\f105";
  font-family: FontAwesome;
}

/**scss共通ここまで***/
#section01 {
  width: 100%;
  background-image: url(../images/sdgs/sdgs_back_pc.jpg);
  background-position: center top;
  background-size: cover;
  padding: 150px 0 40px 0;
}

@media (max-width: 767px) {
  #section01 {
    padding: 70px 0 30px 0;
  }
}

#section01 h2 {
  text-align: center;
  font-weight: bold;
  color: #001B78;
}

#section01 .section__in {
  width: 90%;
  max-width: 784px;
  margin: 0 auto;
}

#section01 .logo_flex {
  width: 65%;
  max-width: 440px;
  margin: 55px auto;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  #section01 .logo_flex {
    margin: 40px auto 25px auto;
  }
}

#section01 .logo_flex figure {
  width: 45%;
  max-width: 187px;
}

#section01 p {
  color: #001B78;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  #section01 p {
    margin-bottom: 30px;
  }
}

#section01 .sdgs_zu {
  width: 100%;
  background-color: #fff;
  padding: 38px;
  border-radius: 20px;
}

#section01 .sdgs_zu img {
  max-width: 702px;
}

@media (max-width: 767px) {
  #section01 .sdgs_zu {
    padding: 5vw;
    border-radius: 6px;
  }
}

#section02 {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 120px 0 100px 0;
}

@media (max-width: 767px) {
  #section02 {
    padding: 60px 0 50px 0;
  }
}

#section02 h3 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 35px auto;
}

#section02 .oceandx_box {
  position: relative;
  width: 100%;
  max-width: 1238px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #section02 .oceandx_box {
    width: 140%;
    margin-left: -20%;
  }
}

#section02 .oceandx_box .base {
  position: relative;
  z-index: 5;
}

#section02 .oceandx_box .shadow1 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#section02 .oceandx_box .shadow2 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  #section02 .oceandx_box .shadow2 {
    width: 100%;
    top: auto;
    bottom: 0;
    transition-delay: 0.25s !important;
  }
}

#section03 {
  width: 100%;
  overflow: hidden;
}

#section03 h3 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 35px auto;
}

#section03 p.bodytext {
  line-height: 200%;
  width: 90%;
  max-width: 784px;
  margin: 0 auto 65px auto;
}

@media (max-width: 767px) {
  #section03 p.bodytext {
    margin: 0 auto 30px auto;
  }
}

#section03 .contena_box1 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 135px auto;
  position: relative;
  padding: 65px 0;
}

@media (max-width: 767px) {
  #section03 .contena_box1 {
    margin: 0 auto 80px auto;
  }
}

#section03 .contena_box1 .back_paper1 {
  position: absolute;
  width: 105%;
  height: 100%;
  top: 0;
  left: -18%;
  background-color: #F7FAFF;
}

@media (max-width: 767px) {
  #section03 .contena_box1 .back_paper1 {
    width: 112%;
    left: -6%;
  }
}

#section03 .contena_box1 .back_paper1::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 32.5%;
  height: 100%;
  background-color: #ECF0F7;
}

#section03 .contena_box1 .back_paper1::before {
  width: 40px;
  height: 40px;
  content: "";
  background-image: url(../images/sdgs/icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 5;
}

@media (max-width: 767px) {
  #section03 .contena_box1 .back_paper1::before {
    width: 20px;
    height: 20px;
    top: 12px;
    left: 12px;
  }
}

#section03 .contena_box1 .inbox {
  position: relative;
  z-index: 2;
}

#section03 .contena_box1 h4 {
  color: #001B78;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  #section03 .contena_box1 h4 {
    margin-bottom: 30px;
  }
}

#section03 .contena_box1 h4 span {
  display: inline-block;
  margin-left: 15px;
  font-weight: 400;
  vertical-align: 4px;
}

@media (max-width: 767px) {
  #section03 .contena_box1 h4 span {
    vertical-align: 0px;
  }
}

#section03 .contena_box1 p.text01 {
  line-height: 200%;
  margin-bottom: 15px;
}

#section03 .contena_box1 .icon {
  width: 433px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  #section03 .contena_box1 .icon {
    width: 60%;
    margin: 0 auto 60px auto;
  }
}

#section03 .contena_box1 .flex_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 60px auto;
}

@media (max-width: 767px) {
  #section03 .contena_box1 .flex_box {
    margin: 0 auto 30px auto;
  }
}

#section03 .contena_box1 .flex_box .left {
  width: 44%;
}

@media (max-width: 767px) {
  #section03 .contena_box1 .flex_box .left {
    width: 100%;
    margin-bottom: 30px;
  }
}

#section03 .contena_box1 .flex_box .right {
  width: 44%;
  margin-top: -110px;
}

@media (max-width: 767px) {
  #section03 .contena_box1 .flex_box .right {
    width: 100%;
    margin-top: 0px;
  }
}

#section03 .contena_box1 .flex_box h5 {
  font-weight: 500;
  line-height: 100%;
  padding: 24px 0 20px 0;
}

#section03 .contena_box1 .more_box {
  width: 90%;
  max-width: 545px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #section03 .contena_box1 .more_box {
    width: 100%;
    max-width: 800px;
  }
}

#section03 .contena_box1 .more_box h6 {
  display: inline-block;
  padding: 10px 15px 12px 15px;
  background-color: #001B78;
  border-radius: 25px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  #section03 .contena_box1 .more_box h6 {
    width: 100%;
    text-align: center;
  }
}

#section03 .contena_box1 .more_box .moretext {
  line-height: 160%;
}

#section03 .contena_box2 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 135px auto;
  position: relative;
  padding: 65px 0;
}

@media (max-width: 767px) {
  #section03 .contena_box2 {
    margin: 0 auto 60px auto;
  }
}

#section03 .contena_box2 .back_paper1 {
  position: absolute;
  width: 85%;
  height: 100%;
  top: 0;
  left: 32%;
  background-color: #F7FAFF;
}

@media (max-width: 767px) {
  #section03 .contena_box2 .back_paper1 {
    width: 56%;
    left: 50%;
  }
}

#section03 .contena_box2 .back_paper1::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 36%;
  height: 100%;
  background-color: #ECF0F7;
}

@media (max-width: 767px) {
  #section03 .contena_box2 .back_paper1::after {
    width: 95vw;
    right: 2.5vw;
    height: 50%;
    top: auto;
    bottom: 0;
  }
}

#section03 .contena_box2 .back_paper1::before {
  width: 40px;
  height: 40px;
  content: "";
  background-image: url(../images/sdgs/icon02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 5;
}

@media (max-width: 767px) {
  #section03 .contena_box2 .back_paper1::before {
    width: 20px;
    height: 20px;
    top: 12px;
    right: 12px;
  }
}

#section03 .contena_box2 .inbox {
  position: relative;
  z-index: 2;
}

#section03 .contena_box2 h4 {
  color: #001B78;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  #section03 .contena_box2 h4 {
    margin-bottom: 30px;
  }
}

#section03 .contena_box2 h4 span {
  display: inline-block;
  margin-left: 15px;
  font-weight: 400;
  vertical-align: 6px;
}

@media (max-width: 767px) {
  #section03 .contena_box2 h4 span {
    vertical-align: 0px;
  }
}

#section03 .contena_box2 p.text01 {
  line-height: 200%;
  margin-bottom: 15px;
}

#section03 .contena_box2 .icon {
  width: 575px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  #section03 .contena_box2 .icon {
    width: 80%;
    margin: 0 auto 60px auto;
  }
}

#section03 .contena_box2 .flex_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 60px auto;
}

@media (max-width: 767px) {
  #section03 .contena_box2 .flex_box {
    margin: 0 auto 30px auto;
  }
}

#section03 .contena_box2 .flex_box .left {
  width: 44%;
}

@media (max-width: 767px) {
  #section03 .contena_box2 .flex_box .left {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #666;
    padding-bottom: 30px;
  }
}

#section03 .contena_box2 .flex_box .right {
  width: 44%;
}

@media (max-width: 767px) {
  #section03 .contena_box2 .flex_box .right {
    width: 100%;
  }
}

#section03 .contena_box2 .flex_box h5 {
  font-weight: 500;
  line-height: 100%;
  padding: 24px 0 20px 0;
}

#section03 .contena_box2 .flex_box h5.nobttop {
  padding: 0px 0 20px 0;
}

#section03 .contena_box2 .more_box {
  width: 100%;
  margin: 70px auto 0 auto;
}

@media (max-width: 767px) {
  #section03 .contena_box2 .more_box {
    width: 100%;
    margin: 30px auto 0 auto;
  }
}

#section03 .contena_box2 .more_box h6 {
  display: inline-block;
  padding: 10px 15px 12px 15px;
  background-color: #001B78;
  border-radius: 25px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  #section03 .contena_box2 .more_box h6 {
    width: 100%;
    text-align: center;
  }
}

#section03 .contena_box2 .more_box .moretext {
  line-height: 160%;
}

#section03 .contena_box3 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 135px auto;
  position: relative;
  padding: 65px 0;
}

@media (max-width: 767px) {
  #section03 .contena_box3 {
    margin: 0 auto 80px auto;
  }
}

#section03 .contena_box3 .back_paper1 {
  position: absolute;
  width: 135%;
  height: calc(100% - 140px);
  top: 140px;
  left: -18%;
  background-color: #F7FAFF;
}

@media (max-width: 767px) {
  #section03 .contena_box3 .back_paper1 {
    width: 112%;
    height: calc(100% - 28vw);
    top: 28vw;
    left: -6%;
  }
}

#section03 .contena_box3 .back_paper1::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 90%;
  height: 54%;
  background-color: #ECF0F7;
}

@media (max-width: 767px) {
  #section03 .contena_box3 .back_paper1::after {
    width: 100%;
    bottom: 0;
    right: 0;
    height: 40%;
  }
}

#section03 .contena_box3 .back_paper1::before {
  width: 40px;
  height: 40px;
  content: "";
  background-image: url(../images/sdgs/icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 5;
}

@media (max-width: 767px) {
  #section03 .contena_box3 .back_paper1::before {
    width: 20px;
    height: 20px;
    top: -25vw;
    left: 12px;
  }
}

#section03 .contena_box3 .inbox {
  position: relative;
  z-index: 2;
}

#section03 .contena_box3 h4 {
  color: #001B78;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  #section03 .contena_box3 h4 {
    margin-bottom: 30px;
  }
}

#section03 .contena_box3 h4 span {
  display: inline-block;
  margin-left: 15px;
  font-weight: 400;
  vertical-align: 4px;
}

@media (max-width: 767px) {
  #section03 .contena_box3 h4 span {
    vertical-align: 0px;
  }
}

#section03 .contena_box3 p.text01 {
  line-height: 200%;
  margin-bottom: 15px;
}

#section03 .contena_box3 .icon {
  width: 357px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  #section03 .contena_box3 .icon {
    width: 60%;
    margin: 0 auto 60px auto;
  }
}

#section03 .contena_box3 .flex_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 0px auto;
}

@media (max-width: 767px) {
  #section03 .contena_box3 .flex_box {
    margin: 0 auto 0px auto;
  }
}

#section03 .contena_box3 .flex_box .left {
  width: 19%;
}

@media (max-width: 767px) {
  #section03 .contena_box3 .flex_box .left {
    width: 100%;
    margin-bottom: 30px;
  }
}

#section03 .contena_box3 .flex_box .mid {
  width: 36%;
}

@media (max-width: 767px) {
  #section03 .contena_box3 .flex_box .mid {
    width: 100%;
    margin-bottom: 20px;
  }
}

#section03 .contena_box3 .flex_box .right {
  width: 36%;
}

@media (max-width: 767px) {
  #section03 .contena_box3 .flex_box .right {
    width: 100%;
  }
}

#section03 .contena_box3 .more_box {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #section03 .contena_box3 .more_box {
    width: 100%;
    max-width: 800px;
  }
}

#section03 .contena_box3 .more_box h6 {
  display: inline-block;
  padding: 10px 15px 12px 15px;
  background-color: #001B78;
  border-radius: 25px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  #section03 .contena_box3 .more_box h6 {
    width: 100%;
    text-align: center;
  }
}

#section03 .contena_box3 .more_box .moretext {
  line-height: 160%;
}

.f42 {
  font-size: 42px;
  line-height: 125%;
}

@media (max-width: 767px) {
  .f42 {
    font-size: 6.8vw;
    letter-spacing: 0.1em;
    line-height: 135%;
  }
}

.f24 {
  font-size: 24px;
  line-height: 200%;
}

@media (max-width: 767px) {
  .f24 {
    font-size: 5.3vw;
  }
}

.f20 {
  font-size: 20px;
  line-height: 200%;
}

@media (max-width: 767px) {
  .f20 {
    font-size: 4.6vw;
  }
}

.f18 {
  font-size: 18px;
  line-height: 200%;
}

@media (max-width: 767px) {
  .f18 {
    font-size: 4.6vw;
  }
}

.f16 {
  font-size: 16px;
  line-height: 140%;
}

@media (max-width: 767px) {
  .f16 {
    font-size: 4.2vw;
  }
}
