@charset "UTF-8";
.report-heading {
  padding: 32px 64px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top 0 left 0, top 0 right 0, bottom 0 left 0, bottom 0 right 0;
  background-size: 57px auto, 57px auto, 57px auto, 57px auto;
  background-image: url('../images/system/icon_contents_point01.png'), url('../images/system/icon_contents_point02.png'), url('../images/system/icon_contents_point03.png'), url('../images/system/icon_contents_point04.png');
  margin-bottom: 80px;
}
.report-heading p {
  color: #2B2A1E;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
.report-content h3 {
  color: var(--text-text_black, #2B2A1E);
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
.report-content p {
  color: var(--text-text_black, #2B2A1E);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
}
.report-content-heading {
  width: fit-content;
  position: relative;
  margin: 0 auto 40px;
}
.report-content-heading h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  background: var(--text-title-gradation_01, linear-gradient(180deg, #B39500 0%, #955C00 50%, #4E261E 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.report-content-heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -60.5px;
  transform: translateY(-50%);
  width: 100px;
  height: 143px;
  background-image: url('../images/report/symbolmark.webp');
  background-size: cover;
}
.report-content-image,
.report-slider{
  margin: 40px 0;
}
.report-content-image img {
  border: 1px solid var(--secondary-01, #B39D50);
}
.main_slide {
  margin-bottom: 24px;
}
.main_slide .swiper-slide {
  width: 692px !important;
  margin: 0 54px;
}
.main_slide .swiper-slide img{
  border: 1px solid var(--secondary-01, #B39D50);
}
.swiper-button-next, .swiper-button-prev{
  color: transparent;
  width: 44px;
  height: 44px;
  margin: 0;
}
.swiper-button-prev:before,
.swiper-button-next:before {
  content: '';
  display: inline-block;
  width: 44px;
  height: 44px;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-image: url(../images/common/icon_slider_arrow.png);
  position: absolute;
  top: unset;
  bottom: 0;
  left: 0;
}
.swiper-button-next {
  right: 0 !important;
}
.swiper-button-prev {
  left: 0 !important;
}
.swiper-button-next:before {
  transform: scale(-1, 1);
}
.thumb_slide .swiper-slide-active {
  border: 2px solid var(--secondary-01, #B39D50);
}

@media (max-width: 1440px) {
  .report-heading {
    padding: 2.222222222vw 4.444444444vw;
    background-size: 3.958333333vw auto, 3.958333333vw auto, 3.958333333vw auto, 3.958333333vw auto;
    margin-bottom: 5.555555556vw;
  }
  .report-heading p {
    font-size: 1.111111111vw;
  }
  .report-content h3 {
    font-size: 1.805555556vw;
    margin-bottom: 1.388888889vw;
  }
  .report-content p {
    font-size: 1.111111111vw;
  }
  .report-content-heading {
    margin-bottom: 2.777777778vw;
  }
  .report-content-heading h2 {
    font-size: 2.222222222vw;
    margin-bottom: 0.6944444444vw;
  }
  .report-content-heading::before {
    left: -4.201388889vw;
    width: 6.944444444vw;
    height: 9.930555556vw;
  }
  .report-content-image,
  .report-slider {
    margin: 2.777777778vw 0;
  }
  .main_slide {
    margin-bottom: 1.666666667vw;
  }
  .main_slide .swiper-slide {
    width: 48.05555556vw !important;
    margin: 0 3.75vw;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 3.055555556vw;
    height: 3.055555556vw;
  }
  .swiper-button-prev:before,
  .swiper-button-next:before {
    width: 3.055555556vw;
    height: 3.055555556vw;
  }
}
@media(max-width:460px){
  .report-heading {
    padding: 4.266666667vw 6.4vw;
    background-size: 7.733333333vw auto, 7.733333333vw auto, 7.733333333vw auto, 7.733333333vw auto;
    margin-bottom: 12.8vw;
  }
  .report-heading p {
    font-size: 4.266666667vw;
  }
  .report-content h3 {
    font-size: 5.333333333vw;
    margin-bottom: 5.333333333vw;
  }
  .report-content p {
    font-size: 4.266666667vw;
  }
  .report-content-heading {
    margin-bottom: 10.66666667vw;
  }
  .report-content-heading h2 {
    font-size: 7.466666667vw;
    margin-bottom: 2.666666667vw;
  }
  .report-content-heading::before {
    left: -10.2vw;
    top: -9.6vw;
    transform: none;
    width: 26.66666667vw;
    height: 38.13333333vw;
  }
  .report-content-image,
  .report-slider{
    margin: 10.66666667vw 0;
  }
  .report-slider {
    width: 100vw;
    position: relative;
    left: -5.333333333vw;
  }
  .main_slide {
    margin-bottom: 4.266666667vw;
  }
  .main_slide .swiper-slide {
    width: 84vw !important;
    margin: 0 8vw;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 11.73333333vw;
    height: 11.73333333vw;
  }
  .swiper-button-next {
    right: 1.066666667vw !important;
  }
  .swiper-button-prev {
    left: 1.066666667vw !important;
  }
  .swiper-button-prev:before,
  .swiper-button-next:before {
    width: 11.73333333vw;
    height: 11.73333333vw;
  }

}
