@charset "utf-8";
#sdgs .sub_main_visual_box {background-image: url(../img/sdgs/main.jpg);}

.sec_inner{
  max-width: 1000px;
}

/*　sec1
---------------------------------------------------------*/
.sec1{
  background-color: #131e7b;
  color: #fff;
  text-align: center;
  padding: 100px 0 150px;
  position: relative;
  z-index: 1;
}
.sec1 .declaration{
  font-size: 46px;
  margin-bottom: 40px;
  font-weight: 400;
}
.sec1 p{
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {
  .sec1{
    padding: 65px 0 100px;
  }
  .sec1 .declaration{
    font-size: 30px;
    margin-bottom: 30px;
  }
  .sec1 p{
    font-size: 15px;
  }
}

/*　sec2
---------------------------------------------------------*/
.sec2{
  position: relative;
  z-index: 2;
  /* color: #fff; */
  color: #131e7b;
  padding: 30px 0 150px;
}
.sec2 .frame{
  /* background-color: #131e7b; */
  background-color: #fff;
}
.sec2 .title_default span{
  color: #131e7b;
}

.action_cols{
  display: flex;
  flex-wrap: wrap;
  gap: 0 100px;
  margin-top: 50px;
}
.action_item_upper{
  flex-basis: calc((100% - 100px) / 2);
  /* border-top: 3px solid #fff; */
  border-top: 3px solid #131e7b;
  padding: 30px 0 25px;
}
.action_item_lower{
  flex-basis: calc((100% - 100px) / 2);
  margin-bottom: 80px;
  /* background-color: #263085; */
  background-color: #40499c;
  /* background-color: #3E48A3; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}

.action_item_upper.item01{
  order: 1;
}
.action_item_lower.item01{
  order: 3;
}
.action_item_upper.item02{
  order: 2;
}
.action_item_lower.item02{
  order: 4;
}
.action_item_upper.item03{
  order: 5;
}
.action_item_lower.item03{
  order: 7;
}
.action_item_upper.item04{
  order: 6;
}
.action_item_lower.item04{
  order: 8;
}


.action_title{
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}

.action_p{
  line-height: 2.2;
  font-weight: 400;
}
.attempt_box{
  margin-bottom: 15px;
  color: #fff;
}
.attempt_title{
  font-size: 17px;
  margin-bottom: 18px;
  font-weight: 500;
}
.attempt_list li{
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 400;
  position: relative;
  padding-left: 10px;
}
.attempt_list li::before{
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.sdgs_list{
  display: flex;
  gap: 0 5px;
}
.sdgs_list li{
  flex-basis: calc((100% - 20px) / 5);
}
.sdgs_list li img{
  width: 100%;
}

@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {
  .sec2{
    padding: 20px 0 100px;
  }
  .action_cols{
    margin-top: 35px;
  }
  .action_item_upper{
    flex-basis: 100%;
    border-top: 3px solid #fff;
    padding: 20px 0 20px;
  }
  .action_item_lower{
    flex-basis: 100%;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
  }

  .action_item_upper.item01{
    order: 1;
  }
  .action_item_lower.item01{
    order: 2;
  }
  .action_item_upper.item02{
    order: 3;
  }
  .action_item_lower.item02{
    order: 4;
  }
  .action_item_upper.item03{
    order: 5;
  }
  .action_item_lower.item03{
    order: 6;
  }
  .action_item_upper.item04{
    order: 7;
  }
  .action_item_lower.item04{
    order: 8;
  }
  .action_title{
    font-size: 17px;
    margin-bottom: 10px;
  }
  .attempt_title{
    font-size: 15px;
    margin-bottom: 12px;
  }
  .attempt_list li{
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
}

/*　sec3
---------------------------------------------------------*/
.sec3{
  position: relative;
  z-index: 1;
  padding: 40px 0 140px;
  background-color: #f5f5f5;
}
.sec3 .frame{
  background-color: #f5f5f5;
}
.sec3_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  background-color: #fff;
}
.sec3_box .sec3_box_img{
  width: 45%;
}
.sec3_box .sec3_box_text{
  width: 48.5%;
}
.sec3_box .sec3_box_text h3{
  font-size: 26px;
}
.sec3_box .sec3_box_text p{
  margin-top: 25px;
}

#pageFooter {
  padding-top: 50px;
}
#pageFooter .frame{
  transform: none;
  margin-top: 0;
}
@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {
  .sec3{
    padding: 40px 0 90px;
  }
  .sec3_box{
    display: block;
    padding: 20px;
  }
  .sec3_box .sec3_box_img{
    width: 100%;
    margin-bottom: 20px;
  }
  .sec3_box .sec3_box_text{
    width: 100%;
  }
  .sec3_box .sec3_box_text h3{
    font-size: 20px;
  }
  .sec3_box .sec3_box_text p{
    margin-top: 15px;
  }

  #pageFooter {
    padding-top: 20px;
  }
}