.reportSec{

}
.reportSec__topTtlBox{
  padding: 3.02vw 0 3.07vw;
  background-color: #E0A81B;
}
.reportSec__topTtlBox .reportSec__inner{
  margin-top: 0;
}
.reportSec__inner{
  padding: 0 18vw;
  margin-top: 5.2vw;

}
.reportSec__topTtl{
  font-size: 4.8rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.458;
}
.reportSec__reportBox--02{
  margin-top: 5.2vw;
}
.reportSec__topTxt{
  font-size: 2rem;
  letter-spacing: .1em;
  line-height: 1.45;
  font-weight: 700;
  margin-top: 5.2vw;
}
.reportSec__ttl{
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0;
  color: #E0A81B;
  font-weight: 700;
}
.reportSec__ttl--l{
  text-align: left;
}
.reportSec__flex{
  display: flex;
  justify-content: flex-start;
  align-items: center;

}
.reportSec__flex--01{
  margin-top: 4.01vw;
  margin-bottom: 2.6vw;
}
.reportSec__flex--02{
  margin-bottom: 2.6vw;
}
.reportSec__rTxt{
  font-size: 2rem;
  letter-spacing: .1em;
  font-weight: 700;
  margin-left: 5.2vw;
  text-align: left;
}
.reportSec__linkBox{
  padding: 5.364vw 0;
  background-color: #F7F7F7;
  margin-top: 5.2vw;
}
.reportSec__linkInner{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 4vw;
}
.btn_blk__report{
  margin: 0;
}
.btn_blk__report--01{
  margin-right: 8.3vw;
}
.spi{
  display: none;
}



/* SP版 */
@media screen and (max-width: 767px) {
  .reportSec__topTtlBox{
    padding: 10.6% 0;
  }
  .reportSec__topTtlBox .reportSec__inner{
    padding: 0 3.2%;
    margin-top: 0;
  }
  .reportSec__topTtl{
    font-size:2.5rem;
  }
  .reportSec__inner{
    margin-top: 0;
    padding: 14.6% 5.3% 12.2%;
  }
  .reportSec__topTxt{
    font-size: 1.4rem;
  }
  .reportSec__ttl{
    font-size: 2.4rem;
  }
  .reportSec__flex{
    flex-direction: column;
    align-items: center;
  }
  .reportSec__flex--01{
    margin-top: 10%;
    margin-bottom: 5%;
  }
  .reportSec__reportBox{
    padding: 13% 0 12.2%;
    margin-top: 0;
  }
  .reportSec__rTxt{
    font-size: 1.5rem;
    margin-left: 0;
    text-align: center;
    margin-top: 1.4%;
  }
  .reportSec__linkBox{
    margin-top: 0;
    padding: 10% 5.3%;
  }
  .reportSec__linkInner{
    flex-direction: column;
    margin-top: 10%;
  }
  .btn_blk__report--01{
    margin-bottom: 6%;
  }
  .spi{
    display: block!important;
  }
}

/* 2024のcss */
.reportSec__smallTxt{
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.5;
  margin-top: 1.04vw;
}
.reportSec__2024ItemBox{
  margin-top: 5.2vw;
}
.reportSec__2024Ttl{
  padding-left:.72vw;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .1em;
}
.reportSec__2024Ttl:after{
  position: absolute;
  content: "";
  width: .31vw;
  height: 1.45vw;
  background-color: #E0A81B;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.reportSec__2024ItemBoxInner{
  display: flex;
  margin-top: 1.45vw;
}
.reportSec__2024Item{
  width: 16.04vw;
}
.reportSec__2024Item--l01{
  margin-right: 12.44vw;
}
.reportSec__2024Item--02{
  width: 20.15vw;
}
.reportSec__2024Item--l02{
  margin-right: 8.33vw;
}
.reportSec__2024Item--03{
  width: auto;
  padding-bottom: 5.3%;
}
.reportSec__2024Item--l03{
  margin-right: 6.8vw;
}
.reportSec__2024ItemTtl{
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .04em;
  margin-bottom: 10px;
}
.reportSec__img{
  display: block;
  width: 100%;
} 
.reportSec__img--2024{
  border: 1px solid #000;
} 
.reportSec__img--03{
  margin-top: 1.45vw;
  width: 25.36vw;
} 

.reportSec__2024ItemLinkBox{
  margin-top: 20px;
}
.reportSec__2024ItemLink{
  font-size: 1.6rem;
  letter-spacing: .04em;
  font-weight: 500;
  color: #F29301;
  display: block;
  text-decoration: underline;
}
.reportSec__2024ItemLink--top{
  margin-bottom: 7px;
}
.reportSec__2024txt{
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .04em;
}
.reportSec__2024txt--top{
  margin-top: 20px;
}
.reportSec__2024txt--en{
}

/* 2024SP版 */
@media screen and (max-width: 767px) {
  .reportSec__reportBox--03{
    padding-top: 0;
    padding-bottom: 0;
  }
  .reportSec__smallTxt{
    font-size: 100%;
    margin-top: 1.5rem;
  }
  .reportSec__2024ItemBox{
    margin-top: 4.2rem;
  }
  .reportSec__2024Ttl{
    font-size: 1.8rem;
    padding-left: 2.5vw;
  }  
  .reportSec__2024Ttl:after{
    width: 1vw;
    height: 5.4vw;
  }
  .reportSec__2024ItemBoxInner{
    margin-top: 1.5rem;
    flex-direction: column;
  }
  .reportSec__2024Item{
    width: 100%!important;
    margin-right: 0!important;
  }
  .reportSec__2024Item--03{
    padding-bottom: 0;
  }
  .reportSec__2024Item:first-of-type{
    margin-bottom: 8vw;
  }
  .reportSec__img--03{
    width: 100%;
  }
  .reportSec__img--03{
    margin-top: 3.5vw;
  } 
  
}

/* TOPページ追加 */
.sec_report{
  background-color: #E0A81B;
}
.sec_report h2{
  color: #000000;
}
.sec_report__inner{
  width: 30.625vw;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 4.16vw;
}
.img_rp{
  width: 11.979vw;
}
.sec_report__lead{
  font-size:2rem;
  font-weight: 700;
  text-align: center; 
  margin-bottom: 4.375vw;
}

/* SP版TOPページ追加 */
@media screen and (max-width: 767px) {
  .sec_report__lead{
    font-size:1.6rem;
    margin-bottom: 2.4em;
  }
  .sec_report__inner{
    flex-direction: column;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .img_rp{
    width: 100%;
  }
  .img_rp:first-of-type{
    margin-bottom: 8vw;
  }
}