@charset "UTF-8";
.second-mv {
  position: relative;
}
.second-mv::after{
  content: "";
  background-color: var(--lightgray);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 53.466667vw;
  z-index: -1;
}
.second-mv .inner::after{
  content: "";
  background-image: url(../../img/sdgs/mv_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 51.46666666666667vw;
  height: 14.266666666666666vw;
  position: absolute;
  bottom: 2.666667vw;
  right: 0;

}
.second-mv .img{
  background-image: url(../../img/sdgs/mv_sp.png);
  width: 100%;
  height: 61.6vw;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 11.733333333333333vw;
}
.content01{
  background-color: var(--lightgray);
  padding: 10.666666666666666vw 0 21.333333333333332vw;
}
.content01 .text{
  width: 100%;
  padding-top: 9.6vw;
}
.content01 .text h2{
  color: var(--blue);
  padding-bottom: 8.533333333333333vw;
}
.content02{
  padding: 12.8vw 0 21.333333333333332vw;
  background-color: var(--white);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}
.content02 .intro {
  padding-bottom: 12.266666666666666vw;
}
.content02 .intro h3{
  font-size: 5.333333333333333vw;
  font-weight: bold;
  color: var(--blue);
  text-align: center;
  padding-bottom: 7.466666666666667vw;
}
.content02 .intro ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3.2vw;
  width: 100%;
  padding-inline: 8.533333333333333vw;
}
.content02 .intro ul li{
  width: 30%;
}
.content02 .intro ul li img{
  width: 22.4vw;
  height: 22.4vw;
}
.content02 .action .box{
  padding-top: 8.533333333333333vw;
  border-top: 1px solid var(--bordergray);
}
.content02 .action .box:first-child{
  padding-bottom: 13.066666666666666vw;
}
.content02 .action .box .img{
  position: relative;
}
.content02 .action .box .img .number{
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 8.533333333333333vw;
  color: var(--orange);
  background-color: var(--white);
  padding: 4.266666666666667vw 7.466666666666667vw 0.5333333333333333vw 4.266666666666667vw;
  border-top-right-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 0.9;
}
.content02 .action .box .img .number::before{
  content: "Action";
  font-size: 4.266666666666667vw;
  line-height: 1;
}
.content02 .action .box .flex{
  padding-top: 9.6vw;
}
.content02 .action .box .flex .text .catch{
  font-size: 4.266666666666667vw;
  font-weight: bold;
  padding-bottom: 7.466666666666667vw;
}
.content02 .action .box .flex .icon{
  padding-top: 8.533333333333333vw;
}
.content02 .action .box .flex .icon ul{
  display: flex;
  gap: 2.1333333333333333vw;
  width: 100%;
}
.content02 .action .box .flex .icon img{
  width: 19.733333333333334vw;
  height: 19.733333333333334vw;
  object-fit: contain;
}