html {
  scroll-padding-top: 80px;
}
.l-container._report {
  max-width: 1000px;
  margin: 0 auto;
}

.p-report-mv {
  position: relative;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}

.p-report-mv__img  {
  width: 100%;
  border-radius: 30px;
}

.p-report-mv__txt {
  position: absolute;
  top: 20%;
  right: 50%;
  width: max-content;
  color: #263B74;
  font-weight: bold;
  /* font-size: clamp(3rem, -0.022rem + 6.3vw, 4.7rem); */
  font-size: 7vw;
  line-height: 1.5;
  text-align: right;
  transform: translate(50%, -50%);
}

.p-report-mv__txt > span {
  display: block;
  margin-top: 1.2rem;
  margin-top: 1.2vw;
  margin-right: 1rem;
  /* font-size: clamp(1.4rem, 0.333rem + 2.22vw, 2rem); */
  font-size: 3.5vw;
  letter-spacing: 2.5px;
}

@media screen and (min-width: 768px){
  .p-report-mv {
    width: calc(100% - 60px);
    padding: 0 30px;
  }

  .p-report-mv__txt {
    top: 50%;
    right: 50%;
    width: 90%;
    font-size:min(3vw,47px);
    transform: translate(50%, -50%);
  }

  .p-report-mv__txt > span {
    margin-right: 2.5rem;
    font-size:min(1.3vw,20px);
  }
}


/* ttl */
.p-report-2025__ttl__outer {
  display: flex;
}

.p-report-2025__ttl__outer._center {
  justify-content: center;
}

.p-report-2025__ttl__outer > ._num {
  margin-right: 1rem;
  color: #263B74;
  font-size: clamp(5.9rem, 0.922rem + 10.37vw, 8.7rem);
  font-family: Poppins, sans-serif;
}

.p-report-2025__ttl__outer > ._num._white {
  color: white;
}

.p-report-2025__ttl {
  display: inline-block;
  margin-bottom: 26px;
  color: #263B74;
  font-weight: 600;
  font-size: clamp(0.875em, 0.653em + 0.46vw, 1em);
  font-family: Poppins, sans-serif;
  line-height :1;
}

.p-report-2025__ttl._white {
  color: white;
}

.p-report-2025__ttl > span {
  display: block;
}

.p-report-2025__ttl span._en {
  font-size: clamp(4.4rem, 2.267rem + 4.44vw, 5.6rem);
  line-height: 1.2;
  letter-spacing: 6px;
}

.p-report-2025__ttl span._ja {
  display: block;
  margin-top: 2rem;
  font-size: clamp(1.4rem, 1.044rem + 0.74vw, 1.6rem);
  line-height: 1.5;
  transform: translateY(-40%);
}

.p-report-2025__txt {
  margin-bottom: 20px;
  font-size: clamp(1.8rem, 0.733rem + 2.22vw, 2.4rem);
  line-height: 1.5;
}

@media screen and (max-width: 768px){
  .p-report-2025__ttl__outer > ._num {
    line-height: 1;
  }
}

@media screen and (min-width: 768px){

  .p-report-2025__ttl__outer {
    align-items: end;
  }

  .p-report-2025__ttl__outer > ._num {
    margin-right: 2rem;
  }

  .p-report-2025__ttl span._ja {
    display: inline-block;
    margin-left: 1rem;
  }
}

/* sub title */
.p-report__ttl._lv2 {
  position: relative;
  margin: 60px 0 30px;
  padding-top: 30px;
  font-weight: 400;
  /* font-size: clamp(2.8rem, 2.089rem + 1.48vw, 3.2rem); */
  font-size: clamp(2rem, 1.289rem + 1.48vw, 2.4rem);
  line-height: 1.5
}
.p-report__ttl._lv2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 6px;
  background: linear-gradient(92.05deg, #3164C4 1.68%, #334A87 98.35%);
  border-radius: 4px;
  content:"";
}

.p-report__ttl._lv2-2 {
  margin-bottom: 25px;
  color: #263B74;
  font-weight: 500;
  font-size: clamp(2.8rem, 2.089rem + 1.48vw, 3.2rem);
  line-height: 1.5;
}

.p-report__ttl._lv3 {
  margin: 30px 0 10px;
  color: #263B74;
  font-weight: 500;
  font-size: 2.4rem;
}

.p-report__ttl._lv3._gray {
  color: #666666;
}

.p-report__ttl._lv4 {
  position: relative;
  margin: 30px 0 16px;
  padding-left: 20px;
  color: #263B74;
  font-weight: 500;
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
}

.p-report__ttl._lv4:before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 12px;
  height: 1px;
  background: #263B74;
  content:"";
}

@media screen and (min-width: 768px){
  .p-report__ttl._lv2 {
    position: relative;
    margin: 90px 0 60px;
  }

  .p-report__ttl._lv3 {
    margin: 60px 0 22px;
  }

  .p-report__ttl._lv4 {
    margin: 60px 0 16px;
    padding-left: 30px;
  }

  .p-report__ttl._lv4:before {
    top: 15px;
    width: 20px;
  }
}

/* about */
.p-report-2025-about {
  position: relative
}

.p-report-2025-about:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  padding: 80px 0 100px;
  background: url(../img/bg-about.png);
  background-size: cover;
  content:"";
}

/* contents */
.p-report-2025-contents {
  position: relative;
  z-index:1;
  padding: 40px 0 60px;
  background: url(../img/bg-contents.jpg);
  background-position: center;
  background-size: cover;
}

.p-report-2025-contents:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #2E59C7B2;
  content: "";
}

.p-report-2025-contents__lists {
  display: flex;
  flex-wrap: wrap;
  list-style-type: "";
}

.p-report-2025-contents__lists li {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% / 2 - 1rem);
  margin-bottom: 2rem;
  margin-left: 2rem;
  color:#263b74;
  font-weight: 600 ;
  font-size: clamp(1.4rem, 0.689rem + 1.48vw, 1.8rem);
  background: rgba(255, 255, 255, 0.8);
  border: 4px solid white;
  border-radius: 10px;
}

.p-report-2025-contents__lists a {
  display: block;
  width: 100%;
  padding: 37px 45px 16px 16px;
}

.p-report-2025-contents__lists a:before{
  top: 57%;
  right: 1rem;
}
.p-report-2025-contents__lists a:after {
  top: 57%;
  right: 1.7rem;
}

.p-report-2025-contents__lists li ._num {
  position: absolute;
  top: 0;
  color: white;
  font-size:clamp(2.3rem, 1.233rem + 2.22vw, 2.9rem);
  line-height: 1.5;
}

@media screen and (max-width: 768px){
  .p-report-2025-contents__lists li:nth-child(odd) {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px){
  .p-report-2025-contents {
    padding: 80px 0 100px;
  }
  .p-report-2025-contents__lists {
    flex-wrap: wrap;
  }

  .p-report-2025-contents__lists::after {
    flex-grow:1;
    width: calc(100% / 3 - 5rem);
    min-width: 295px;
    margin: 2.5rem;
    content: "";
  }

  .p-report-2025-contents__lists li {
    flex-grow: 1;
    width: calc(100% / 3 - 2rem);
    min-width: 295px;
    margin: 1rem;
    margin-bottom: 3rem;
    border: 5px solid white;
    border-radius: 20px;
  }
}



/* bg */
.p-report-bg__grd {
  position: relative;
  padding: 40px 0 60px;
  background: linear-gradient(180deg, #FFFFFF 0%, #ebf2ff 50%);
}

/* .p-report-bg__outer {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  overflow: hidden;
} */

.p-report-bg-circle {
  position: relative;
  z-index: 1;
  padding: 40px 0 0;
  overflow: hidden;
}

.p-report-bg-circle:before {
  position: absolute;
  z-index: -1;
  width: 128px;
  height: 128px;
  background: url(../img/bg01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content:"";
}

.p-report-bg-circle._01:before  {
  top: 15%;
  right: 5%;
  z-index: -1;
}

.p-report-bg-circle._02:before  {
  top: 15%;
  right: 5%;
}

.p-report-bg-circle._03:after  {
  position: absolute;
  right: 20%;
  bottom: 10%;
  z-index: -1;
  display: none;
  width: 140px;
  height: 140px;
  background: url(../img/bg01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content:"";
}

.p-report-bg-circle._04:before {
  position: absolute;
  top: 0%;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: auto;
  background: url(../img/bg04_sp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-50%);
  content: "";
}

.p-report-bg {
  position: relative;
  padding-top: 40px;
  overflow: hidden;
}

.p-report-bg._01:before {
  position: absolute;
  top: 15%;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 115%;
  background: url(../img/bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  content:"";
}

.p-report-bg._02:before {
  position: absolute;
  top: 0;  
  bottom: 0;
  left: 40%;
  z-index: -1;
  width: 100%;
  background: url(../img/bg03.png);
  background-repeat: no-repeat;
  background-size: contain;
  content:"";
}

.p-report-bg._03:before {
  position: absolute;
  top: -80px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 150%;
  background: url(../img/bg02.png);
  background-repeat: no-repeat;
  background-size: contain;
  content:"";
}

@media screen and (min-width: 768px){
  .p-report-bg__grd {
    padding: 80px 0 120px;
  }

  .p-report-bg-circle {
    padding: 90px 0 0;
  }

  .p-report-bg-circle:before {
    width: 200px;
    height: 200px;
  }

  .p-report-bg-circle._01:before  {
    top: 10%;
    left: 10%;
  }

  .p-report-bg-circle._02:before  {
    top: 5%;
    right: 9%;
  }

  .p-report-bg-circle._03:after  {
    display: block;
  }

  .p-report-bg-circle._04:before {
    top: 26%;
    width: 81%;
    height: auto;
    background: url(../img/bg04.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .p-report-bg {
    padding-top: 80px;
  }

  .p-report-bg._03:before {
    width: 115%;
    background-size: cover;
  }
}

/* data */
.p-report-data__lists {
  display: flex;
  flex-wrap: wrap;
  list-style-type: "";
}

.p-report-data__lists li {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  margin-left: 0;
  color:#263b74;
  font-weight: 600 ;
  font-size: clamp(1.4rem, 0.689rem + 1.48vw, 1.8rem);
  background: rgba(255, 255, 255, 1);
  border: 4px solid white;
  border-radius: 10px;
}

.p-report-data__lists a {
  display: block;
  width: 100%;
  padding: 20px 26px;
}

.p-report-data__lists a:after {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: inline-block;
  width: 20px;
  height: 1.25em;
  background-image: url(https://ir.itfor.co.jp/img/icon-pdf.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
}

@media screen and (max-width: 768px){
  .p-report-data__lists li:nth-child(odd) {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px){
  .p-report-2025-contents {
    padding: 80px 0 100px;
  }
  .p-report-2025-contents__lists {
    flex-wrap: wrap;
  }

  .p-report-data__lists li {
    width: calc(100% / 2 - 2rem);
    margin-left: 2rem;
    border-radius: 20px;
  }
}

/* compornent */
.u-text-lg {
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
}

.u-border-radius > img  {
  border-radius: 20px;
}

.c-report-btn {
  margin: 1.6rem 0;
  padding: 0;
}

.c-report-btn__link {
  position: relative;
  display: inline-block;
  padding-right: 3rem;
  color: #263b74;
  font-size: clamp(1.4rem, 0.689rem + 1.48vw, 1.8rem);
  text-decoration: none;
}

.c-report-btn__link:hover {
  color: #263b74;;
}

.c-report-btn__arrow::before {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #263b74;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.c-report-btn__arrow::after {
  position: absolute;
  top: 50%;
  right: .7rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M30.44%2017.5l-14-14L20%200l20%2020-20%2020-3.56-3.5%2014-14H0v-5h30.44z%22/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M30.44%2017.5l-14-14L20%200l20%2020-20%2020-3.56-3.5%2014-14H0v-5h30.44z%22/%3E%3C/svg%3E");  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
 
.c-report-btn__arrow._white::before {
  background-color: white;
}

.c-report-btn__arrow._white::after {
  background-color: #263B74;
}

.c-report-btn__arrow._down::after {
  transform: rotate(90deg)  translateX(-50%);
}

.c-report-card {
  padding: 14px 15px 20px;
  background: rgb(255, 255, 255);
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px #0000002E;
}

.c-report-card img {
  width: 100%;
  border-radius: 10px;
}

.c-report-card-ttl {
  color: #263B74;
  font-size: clamp(1.4rem, 1.044rem + 0.74vw, 1.6rem);
}

.c-report-card__txt {
  margin: 15px 0;
  font-size:clamp(1.2rem, 0.844rem + 0.74vw, 1.4rem);
}

.c-report-card__link {
  position: relative;
  color: #263B74;
}

.c-report-card__link:after {
  position: absolute;
  top: 50%;
  right: -24px;
  display: inline-block;
  width: 20px;
  height: 1.25em;
  background-image: url(https://ir.itfor.co.jp/img/icon-pdf.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
}

@media screen and (min-width: 768px){
  .u-border-radius > img  {
    border-radius: 30px;
  }

  .c-report-card {
    padding: 22px 28px;
    border-radius: 30px;
    box-shadow: 0px 0px 20px 0px #0000002E;
  }

  .c-report-card img {
    border-radius: 20px;
  }

}

/* slider */
.c-slider__container {
  position: relative;
  width: 100vw;
  margin-bottom: 40px;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}

.c-slider__container._bg:after {
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: -1;
  width: 98%;
  height: 150px;
  background: linear-gradient(70.22deg, #3A6CC5 23.43%, #77BBEB 73.55%);
  border-radius: 150px 0 0 150px;
  content: "";
}

.c-slider__container._bg._bg-r:after {
  left :0;
  border-radius: 0 150px 150px 0;
  
}

.c-slider-card__outer {
  margin: 15px !important;
}

.c-splide-arrows {
  position: absolute;
  top: 50%;
}

.c-splide-arrow {
  position: absolute; 
  top: 50%;
  z-index: 5;
  width: 40px;
  height: 40px;
  color: #333333;
  background: #333333;
  border: none;
  border-radius: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.c-splide-arrow::after {
  position: absolute;
  top: 50%;
  right: 50%;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #fff;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M30.44%2017.5l-14-14L20%200l20%2020-20%2020-3.56-3.5%2014-14H0v-5h30.44z%22/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M30.44%2017.5l-14-14L20%200l20%2020-20%2020-3.56-3.5%2014-14H0v-5h30.44z%22/%3E%3C/svg%3E");  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.c-splide-arrow-prev:after {
  transform: rotate(180deg) translate(-50%, 50%);
}

.c-splide-arrow-prev {
  left: -18px;
}

.c-splide-arrow-next {
  right: -18px;
}

@media screen and (min-width: 768px){
  .c-slider__container {
    margin-bottom: 80px;
  }

  .c-slider__container._bg:after {
    bottom: -80px;
    height: 65%;
  }

  .c-splide-arrow {
    width: 54px;
    height: 54px;
  }
  .c-splide-arrow-prev {
    left: -27px;
  }

  .c-splide-arrow-next {
    right: -27px;
  }
}













