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

}
.second-mv .img{
  background-image: url(../../img/sdgs/mv.png);
  width: 100%;
  height: 334px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px;
  margin-bottom: 59px;
}
.content01{
  padding: 72px 0 104px;
}
.content01 .inner{
  display: flex;
  justify-content: space-between;
  gap: 66px;
  align-items: center;
}
.content01 .text{
  width: 548px;
}
.content01 .text h2{
  color: var(--blue);
  padding-bottom: 28px;
}
.content02{
  padding: 86px 0 96px;
  background-color: var(--white);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}
.content02 .intro {
  padding-bottom: 40px;
}
.content02 .intro h3{
  font-size: 28px;
  font-weight: bold;
  color: var(--blue);
  text-align: center;
  padding-bottom: 41px;
}
.content02 .intro ul{
  display: flex;
  justify-content: center;
  gap: 16px;
}
.content02 .intro ul li img{
  width: 136px;
  height: 136px;
}
.content02 .action .box{
  padding-top: 65px;
  border-top: 1px solid var(--bordergray);
}
.content02 .action .box:first-child{
  padding-bottom: 57px;
}
.content02 .action .box .img{
  position: relative;
}
.content02 .action .box .img .number{
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 64px;
  color: var(--orange);
  background-color: var(--white);
  padding: 21px 27px 2px;
  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: 32px;
  line-height: 1;
}
.content02 .action .box .flex{
  display: flex;
  justify-content: space-between;
  padding-top: 44px;
  gap: 85px;
}
.content02 .action .box .flex .text{
  padding-left: 23px;
}
.content02 .action .box .flex .text .catch{
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 19px;
}
.content02 .action .box .flex .text p{
  width: 816px;
}
.content02 .action .box .flex .icon{
  padding-right: 56px;
  padding-top: 10px;
}
.content02 .action .box .flex .icon ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  width: 100%;
}
.content02 .action .box .flex .icon ul li{
  width: 45%;
}
.content02 .action .box .flex .icon img{
  width: 100px;
  height: 100px;
  object-fit: cover;
}