@charset "UTF-8";
body {
  font-feature-settings: "palt";
  font-family: "Noto Serif JP", "Bellefair", "Zen Old Mincho", sans-serif;
}

/* 共通*/
.-w860 {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 859px) {
  .-w860 {
    width: 90%;
  }
}

.-w1060 {
  width: 100%;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}

.anchorPoint {
  display: block;
  visibility: hidden;
  position: absolute;
  margin-top: -3px;
  padding-top: 3px;
}
@media (max-width: 768px) {
  .anchorPoint {
    margin-top: -18vw;
    padding-top: 18vw;
  }
}

@media screen and (max-width: 768px) {
  .-w1278,
  .-w960 {
    width: 90%;
    margin: 0 auto;
  }
  .page_section {
    padding: 6% 0;
  }
}
/* Button */
.view_more--report {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 82%;
  max-width: 389px;
  border: 1px solid #fff;
  font-family: "Bellefair", sans-serif;
  font-size: 20px;
  font-size: min(2vw, 20px);
  letter-spacing: 3.92px;
  color: #646464;
  background: #fff;
  margin: 2rem auto 0;
  padding: 0.5em;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.view_more--report .icon {
  width: 16px !important;
  height: 3em;
  display: block;
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.view_more--report:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.view_more--report:hover .icon {
  top: 60%;
}
@media (max-width: 768px) {
  .view_more--report {
    width: 100%;
    padding: 3% 0.5em;
    max-width: 90%;
    font-size: min(3.5vw, 24px);
  }
}

.view_more_bottom-report {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 82%;
  /* max-width: 389px; */
  max-width: 460px;
  background: linear-gradient(45deg, #a59680 0%, #848064 100%);
  font-family: "Noto Serif JP", sans-serif;
  font-size: 26px;
  letter-spacing: 3px;
  color: #fff;
  margin: 2rem auto 0;
  padding: 1.35em 0.5em;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .view_more_bottom-report {
    margin: 2rem auto 3vw;
    width: 100%;
    max-width: 653.5px;
    font-size: min(5vw, 39px);
  }
}
.view_more_bottom-report .icon {
  position: absolute;
  width: min(5.5vw, 46px);
  right: 6%;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .view_more_bottom-report .icon {
    width: 8vw;
    right: 8%;
  }
}
.view_more_bottom-report:hover {
  background-color: #a4a564;
}
.view_more_bottom-report:hover .icon {
  right: 4%;
}

.view_more--detail {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 440px;
  background-color: rgba(255, 255, 255, 0.79);
  font-family: "Bellefair", sans-serif;
  font-size: min(3vw, 26px);
  letter-spacing: 3px;
  color: #000;
  padding: 1.35em 0.5em;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .view_more--detail {
    font-size: min(5vw, 36px);
    max-width: 653.5px;
    /* margin: 2vw auto 0; */
  }
}
.view_more--detail .icon {
  position: absolute;
  width: min(5.5vw, 46px);
  right: 8%;
  top: 100%;
  transform: translateY(-200%);
  margin-top: -6px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .view_more--detail .icon {
    width: 8vw;
    right: 8%;
  }
}
.view_more--detail .txt {
  position: absolute;
  font-size: 12px;
  right: 8%;
  bottom: 13px;
  letter-spacing: 0.05em;
}
.view_more--detail:hover .icon {
  right: 5%;
}
@media (max-width: 768px) {
  .view_more--detail:hover .icon {
    right: 6%;
  }
}

.view_more--detail.model-link {
  color: #969696;
  position: relative;
  pointer-events: none;
}

.report-header {
  position: relative;
  width: 100%;
  height: 350px;
  margin: 0 auto;
  background-blend-mode: multiply;
}
.report-header dl {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.report-header dl img {
  width: 69px;
  height: 116px;
}
@media (max-width: 768px) {
  .report-header dl img {
    width: clamp(69px, 14vw, 98px);
    height: clamp(116px, 27vw, 197px);
  }
}
.report-header dl dl {
  position: relative;
}
.report-header dl dl::before {
  content: "";
  color: #fff;
  width: 2px;
  height: 15px;
  display: block;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}
.report-header dl dt {
  font-family: "Bellefair", sans-serif;
  font-size: min(5vw, 58px);
  letter-spacing: 0.2em;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .report-header dl dt {
    line-height: 1.25;
    letter-spacing: 5px;
    font-size: min(12vw, 87px);
    font-size: min(9vw, 65px);
  }
}
.report-header dl dd {
  font-size: min(2.6vw, 24px);
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
@media (max-width: 768px) {
  .report-header dl dd {
    font-size: min(4vw, 30px);
    padding-top: 1.666667vw;
  }
}

.page_header__report {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 750px;
  height: 46vw;
  /* background: url("../../report/images/report-bg__pc.jpg") center center / cover no-repeat; */
  background: url("../../report/images/report-bg_2x.jpg") center/cover no-repeat;
}
@media (max-width: 768px) {
  .page_header__report {
    height: min(100vw, 700px);
    height: 100vw;
    background: url("../../report/images/report-bg__sp.jpg") center/cover no-repeat;
  }
}
.page_header__report::before {
  content: "image";
  position: absolute;
  letter-spacing: 0.1em;
  display: block;
  color: #fff;
  font-size: 13px;
  bottom: 2%;
  right: 2%;
}

/* Background */
.rt-bg01 {
  position: relative;
  background: #646464 url(../../report/images/report01-bg__pc.jpg) center center/cover no-repeat;
}
@media screen and (min-width: 1600px) {
  .rt-bg01 {
    background: #646464 url(../../report/images/report01-bg-2x.jpg) center/cover no-repeat;
  }
}
@media (max-width: 768px) {
  .rt-bg01 {
    height: min(66vw, 500px);
    background: #646464 url(../../report/images/report01-bg__sp.jpg) center center/100% auto no-repeat;
  }
}

.rt-bg02 {
  background: #646464 url(../../report/images/report02-bg__pc.jpg) center center/cover no-repeat;
}
@media screen and (min-width: 1600px) {
  .rt-bg02 {
    background: #646464 url(../../report/images/report02-bg-2x.jpg) center/cover no-repeat;
  }
}
@media (max-width: 768px) {
  .rt-bg02 {
    height: min(80vw, 600px);
    background: #646464 url(../../report/images/report02-bg__sp.jpg) center center/100% auto no-repeat;
  }
}

.rt-bg03 {
  position: relative;
  display: block;
  background: #646464 url(../../report/images/report03-bg__pc.jpg) center center/cover no-repeat;
}
@media screen and (min-width: 1600px) {
  .rt-bg03 {
    background: #646464 url(../../report/images/report03-bg-2x.jpg) center/cover no-repeat;
  }
}
@media (max-width: 768px) {
  .rt-bg03 {
    height: min(80vw, 600px);
    background: url(../../report/images/report03-bg__sp.jpg) center center/100% auto no-repeat;
  }
}
.rt-bg03 {
  /* &::before{
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #646464;
      mix-blend-mode: multiply;
  } */
}

.rt-bg04 {
  width: 100%;
  height: 600px;
  margin: 0% auto;
  padding-block: 5%;
  background-blend-mode: multiply;
  position: relative;
  display: block;
  background: rgba(0, 0, 0, 0.69) url(../../report/images/report04-bg__pc.jpg) center center/cover no-repeat;
}
@media screen and (min-width: 1600px) {
  .rt-bg04 {
    background: rgba(0, 0, 0, 0.69) url(../../report/images/report04-bg-2x.jpg) center/cover no-repeat;
  }
}
@media (max-width: 768px) {
  .rt-bg04 {
    height: auto;
    background: #646464 url(../../report/images/report04-bg__sp.jpg) center center/100% auto no-repeat;
  }
}

.report01-04s {
  position: relative;
  max-width: 2400px;
  width: 100%;
  margin: 0 auto;
  height: 500px;
  background: url("../../report/images/report01-04-2x.jpg") center center/cover no-repeat;
}
@media (max-width: 768px) {
  .report01-04s {
    height: min(57vw, 675px);
    background: url("../../report/images/report01-04__sp.jpg") center center/100% auto no-repeat;
  }
}

.report02-02 {
  margin: 0 auto 3%;
}

.report02-02s {
  position: relative;
  max-width: 2400px;
  width: 100%;
  margin: 0 auto 5%;
  height: 500px;
  /* background: url("../../report/images/report02-02__pc.jpg") center center / cover no-repeat; */
  background: url("../../report/images/report02-02-2x.jpg") center center/cover no-repeat;
}
@media (max-width: 768px) {
  .report02-02s {
    height: min(89vw, 675px);
    background: url("../../report/images/report02-02__sp.jpg") center center/100% auto no-repeat;
  }
}

.sub-line {
  /* Safari */
  background: linear-gradient(transparent 60%, #ebd5be 60%);
  /* position: relative;
  display: -webkit-inline-box;
  color: #000 !important;
  font-weight: 600;
  z-index: 2;

  &::before {
      content: "";
      position: absolute;
      display: block;
      height: 4px;
      left: 0;
      bottom: 6%;
      width: 100%;
      z-index: -1;
      background-color: #ac953a;
  } */
}

.dfflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding-bottom: min(9%, 89px);
  gap: 2vw;
}
@media (max-width: 768px) {
  .dfflex {
    flex-direction: column;
    gap: 3vw;
    text-align: center;
    font-size: min(15px, 2.65vw);
  }
}

.dfflex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding-bottom: min(9%, 89px);
  gap: 2vw;
}
@media (max-width: 768px) {
  .dfflex-center {
    flex-direction: column;
    gap: 3vw;
    text-align: center;
    font-size: min(15px, 2.65vw);
  }
}

.dfflex-nowrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding-bottom: min(9%, 89px);
  gap: 1vw;
}
@media (max-width: 768px) {
  .dfflex-nowrap {
    gap: 3vw;
  }
}

.report-mv {
  position: relative;
}

.reportTitle {
  position: absolute;
  top: 50%;
  left: -5%;
  letter-spacing: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .reportTitle {
    top: min(44%, 285px);
    left: 50%;
    width: 90%;
    max-width: 642px;
    transform: translate(-50%, -50%);
  }
}
.reportTitle img {
  display: block;
  width: 87.5%;
}
@media screen and (min-width: 2601px) {
  .reportTitle img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .reportTitle img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
.reportTitle__text p {
  color: #fff;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: min(8vw, 50px);
  font-size: clamp(33px, 4.5vw, 50px);
  /* margin-top: 2%; */
}
@media (max-width: 768px) {
  .reportTitle__text p {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    font-size: min(10vw, 56px);
    letter-spacing: 0.09em;
    font-size: min(7vw, 56px);
  }
}

.reportBrack-bg {
  background-color: #323232;
}

.report01 {
  background: #fff !important;
}

.reportBrack {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 5%;
  margin-top: clamp(2%, 2vw, 8%);
  gap: 1.2vw;
}
@media (max-width: 768px) {
  .reportBrack {
    gap: 3vw;
    padding-block: 4%;
    width: 90%;
    margin: 0 auto;
  }
}
.reportBrack img {
  width: clamp(80px, 7.2vw, 126px);
  height: auto;
}
@media (max-width: 768px) {
  .reportBrack img {
    width: 35%;
  }
}

.reportInfo dt {
  color: #fff;
  display: inline-block;
  font-size: min(1.35vw, 18px);
  /* font-size: 0.88em; */
  font-size: clamp(0.68em, 1.35vw, 13px);
}
.reportInfo dt em {
  font-size: min(3vw, 24px);
  /* font-size: 2em; */
  font-size: clamp(15px, 2.5vw, 24px);
}
@media (max-width: 768px) {
  .reportInfo dt em {
    font-size: min(8vw, 49px);
  }
}
@media (max-width: 768px) {
  .reportInfo dt {
    font-size: min(3.6vw, 27px);
  }
}
.reportInfo dd {
  line-height: 1.76;
  font-size: min(1.35vw, 13px);
  /* font-size: 0.88em; */
  font-size: clamp(0.68em, 1.35vw, 13px);
  color: #fff;
}
@media (max-width: 768px) {
  .reportInfo dd {
    font-size: min(3.25vw, 23px);
  }
}
.reportInfo dd:first-child {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.26em;
  font-size: min(2vw, 18px);
  font-size: clamp(0.8em, 2vw, 18px);
  /* font-size: 1.2em; */
}
@media (max-width: 768px) {
  .reportInfo dd:first-child {
    font-size: min(4vw, 37px);
    padding-bottom: 1.5vw;
    margin-bottom: 1.5vw;
  }
}

.reportNav {
  background: linear-gradient(180deg, #9d8e80 0%, #808064 100%);
  padding-block: 5%;
}
@media (max-width: 768px) {
  .reportNav {
    padding-block: min(10vw, 80px);
  }
}
.reportNav .report-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .reportNav .report-list {
    flex-direction: column;
    row-gap: 3.25em;
  }
}
.reportNav .report-list__item {
  width: 33%;
  color: #fff;
}
@media (max-width: 768px) {
  .reportNav .report-list__item {
    width: 100%;
  }
}
.reportNav .report-list__item img {
  width: 69px;
  height: 116px;
}
@media (max-width: 768px) {
  .reportNav .report-list__item img {
    width: clamp(69px, 14vw, 98px);
    height: clamp(116px, 27vw, 197px);
  }
}
.reportNav .report-list__item dl {
  position: relative;
}
.reportNav .report-list__item dl::before {
  content: "";
  color: #fff;
  width: 2px;
  height: 15px;
  display: block;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}
.reportNav .report-list__item dt {
  font-family: "Bellefair", sans-serif;
  font-size: min(2.25vw, 30px);
  letter-spacing: 3.92px;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .reportNav .report-list__item dt {
    font-size: min(7.25vw, 57px);
  }
}
.reportNav .report-list__item dd {
  font-size: min(1.5vw, 20px);
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
@media (max-width: 768px) {
  .reportNav .report-list__item dd {
    font-size: min(4vw, 32px);
  }
}

.reportSec_title {
  text-align: center;
  font-size: 32px;
  color: #805b22;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.7;
  letter-spacing: 0.15em;
  padding: min(5%, 58px) 0 min(6%, 70px);
}
@media (max-width: 768px) {
  .reportSec_title {
    /* font-size: min(7vw, 48px); */
    font-size: min(6vw, 48px);
  }
}
.reportSec_title span {
  color: #ac95ac;
  color: #ac953a;
  font-weight: 600;
}
.reportSec_title-sub {
  padding: min(3.25%, 40px) 0;
}
.reportSec_title-top-sub {
  padding: 0 0 min(3.25%, 40px);
}
.reportSec_title-bottom {
  padding: min(5%, 58px) 0 min(2%, 12px);
}
.reportSec_title-top {
  padding: 0 0 min(2%, 58px);
}
.reportSec_content p,
.reportSec_content .notSec {
  padding-bottom: min(5%, 70px) !important;
  font-size: 18px;
  line-height: 2.5;
  letter-spacing: 1.8px;
  text-align: left;
}
@media (max-width: 768px) {
  .reportSec_content p,
  .reportSec_content .notSec {
    font-size: min(3.6vw, 27px);
  }
}
.reportSec_room p {
  text-align: center;
  font-family: "Noto Serif CJK JP", serif;
  font-size: 13px;
  padding-top: 1em;
}
.reportSec_center {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2vw;
  padding-bottom: min(5%, 66px);
}
@media (max-width: 768px) {
  .reportSec_center {
    flex-direction: column;
    padding-bottom: min(6%, 70px);
    row-gap: 6vw;
  }
}
.reportSec_grahp p {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
  font-family: "Noto Serif JP", sans-serif;
  font-size: min(1.35vw, 13px);
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .reportSec_grahp p {
    font-size: 2.75vw;
  }
}
.reportSec_options {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  margin: 0 auto 5%;
  max-height: 320px;
}
@media (max-width: 768px) {
  .reportSec_options {
    max-height: inherit;
    flex-wrap: wrap;
    height: auto;
    margin: min(7vw, 60px) auto min(7vw, 100px);
  }
}
.reportSec_options--left {
  width: 36%;
  padding: 4%;
  display: flex;
  flex-direction: column;
  gap: 3%;
  justify-content: center;
  box-sizing: border-box;
  background-color: #f0f0f0;
}
@media (max-width: 768px) {
  .reportSec_options--left {
    width: 100%;
    padding: 3em 3%;
  }
}
.reportSec_options--left dt {
  display: block;
  margin: 0 auto;
}
.reportSec_options--left dt .tebra,
.reportSec_options--left dt .platinum {
  width: 106px;
  height: 106px;
}
@media (max-width: 768px) {
  .reportSec_options--left dt .tebra,
  .reportSec_options--left dt .platinum {
    width: min(236px, 32vw);
    height: min(236px, 32vw);
  }
}
.reportSec_options--left dd {
  font-size: min(2.6vw, 24px);
  color: #6a5226;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  text-align: center;
  display: block;
  margin: 3% auto 0;
  /* max-width: 172px; */
}
@media (max-width: 768px) {
  .reportSec_options--left dd {
    max-width: calc(100vw - 160px);
    font-size: min(5.95vw, 61px);
  }
}
.reportSec_options--left dd .report02-07 {
  display: block;
  margin: 0 auto;
  max-width: 172px;
}
@media (max-width: 768px) {
  .reportSec_options--left dd .report02-07 {
    max-width: calc(100vw - 160px);
  }
}
.reportSec_options--right {
  width: 64%;
}
.reportSec_options--right img {
  display: block;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
@media (max-width: 768px) {
  .reportSec_options--right {
    width: 100%;
    height: auto;
  }
}
.reportSec_options .platinum-right {
  padding: 6% 4%;
  line-height: min(41px, 4.5vw);
  font-size: 18px;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .reportSec_options .platinum-right {
    font-size: 3.6vw;
    line-height: 2.5;
  }
}
.reportSec-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0% auto;
  display: block;
  background: url(../../report/images/report-bg__pc.png) center top/contain no-repeat;
}
@media screen and (min-width: 1600px) {
  .reportSec-wrap {
    background: url(../../report/images/report-bg@2x.jpg) center top/contain no-repeat;
  }
}
@media (max-width: 768px) {
  .reportSec-wrap {
    background: url("../../report/images/report-bg__sp.jpg") center top/100% auto no-repeat;
  }
}
.reportSec_conts {
  position: relative;
  width: 100%;
  max-width: 404px;
}
@media (max-width: 768px) {
  .reportSec_conts {
    max-width: 100%;
  }
}
.reportSec_cap {
  margin: 3% auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.35vw, 13px);
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .reportSec_cap {
    font-size: 2.75vw;
  }
}
.reportSec_atype {
  position: relative;
}
.reportSec_atype::before {
  content: "";
  display: block;
  position: absolute;
  right: 3%;
  bottom: 5%;
  width: 207px;
  height: 103px;
  background: url(../../report/images/SVG/report03-a-type.svg) center center/100% 100% no-repeat;
}
@media (max-width: 768px) {
  .reportSec_atype::before {
    width: 45vw;
    height: 20vw;
  }
}
.reportSec_ctype {
  position: relative;
}
.reportSec_ctype::before {
  content: "";
  display: block;
  position: absolute;
  right: 3%;
  top: 5%;
  background: url(../../report/images/SVG/report03-c-type.svg) center center/100% 100% no-repeat;
  width: 216px;
  height: 119px;
}
@media (max-width: 768px) {
  .reportSec_ctype::before {
    width: 45vw;
    height: 20vw;
  }
}
.reportSec_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto min(5%, 55px);
  gap: 1rem 0px;
}
.reportSec_list li p {
  font-size: 16px;
  position: relative;
  border-left: 8px solid #c2c2c2;
  padding-left: 10px;
  margin-bottom: 0.9rem;
}
.reportSec_list li span {
  display: block;
  margin-top: 1em;
  text-align: center;
  font-size: 13px;
  width: calc(100% - 0.5em);
}
.reportSec_list li span.left {
  text-align: left;
  margin-top: 1em;
}
@media (min-width: 769px) {
  .reportSec_list li {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  .reportSec_list li:nth-child(3n) {
    margin-right: 0;
  }
  .reportSec_list li span {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .reportSec_list {
    gap: 2rem 0px;
    justify-content: space-between;
  }
  .reportSec_list li {
    width: calc(50% - 0.25em);
    width: 48%;
  }
  .reportSec_list li p {
    font-size: min(3vw, 24px);
  }
  .reportSec_list li span {
    font-size: clamp(8px, 2.25vw, 15px);
  }
}
.reportSec_caption--box {
  border: 1px solid #000;
  padding: 2% 3%;
}
@media (max-width: 768px) {
  .reportSec_caption--box {
    padding: 4%;
  }
}
.reportSec_caption--item01 {
  counter-reset: note;
  list-style: none;
  padding-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .reportSec_caption--item01 {
    font-size: 2.75vw;
  }
}
.reportSec_caption--item01 li {
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.04em;
  font-size: 13px;
  line-height: 2;
  counter-increment: note;
  position: relative;
  padding-left: 2em;
}
.reportSec_caption--item01 li::before {
  content: "※";
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .reportSec_caption--item01 li {
    font-size: clamp(13px, 2.5vw, 20px);
  }
}
.reportSec_caption--item02 {
  counter-reset: note;
  list-style: none;
}
@media (max-width: 768px) {
  .reportSec_caption--item02 {
    font-size: 2.75vw;
  }
}
.reportSec_caption--item02 li {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0em;
  line-height: 2;
  counter-increment: note;
  position: relative;
  padding-left: 2em;
}
.reportSec_caption--item02 li::before {
  content: "※" counter(note);
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .reportSec_caption--item02 li {
    font-size: clamp(13px, 2.5vw, 20px);
  }
}

.reportSec-0102 {
  position: relative;
}
.reportSec-0102::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5%;
  left: 5%;
  background: url(../../report/images/SVG/img-report01-02.svg) center center/100% 100% no-repeat;
  width: min(21vw, 250px);
  height: min(16vw, 200px);
}
@media (max-width: 768px) {
  .reportSec-0102::before {
    width: min(42vw, 250px);
    height: min(30vw, 200px);
  }
}
.reportSec-0102::after {
  content: "image";
  position: absolute;
  display: block;
  letter-spacing: 0.1em;
  z-index: 2;
  color: #000;
  font-size: 13px;
  bottom: 3%;
  right: 2%;
}

.reportSec_0206 {
  position: relative;
}
.reportSec_0206::after {
  content: "image";
  letter-spacing: 0.1em;
  position: absolute;
  display: block;
  z-index: 2;
  color: #fff;
  font-size: 13px;
  bottom: 3%;
  right: 2%;
}

.report03 {
  background: #ffffff;
  padding-bottom: 3%;
}
@media (max-width: 768px) {
  .report03 {
    padding-bottom: 5%;
  }
}

.report-image {
  /* margin: 0% auto min(5%, 58px); */
  padding: min(5%, 58px) 0;
}
@media (max-width: 768px) {
  .report-image {
    display: block;
    /* margin: 0 auto 6%; */
    text-align: center;
  }
}

.report-image02 {
  padding: 0 0 min(5%, 58px);
}
@media (max-width: 768px) {
  .report-image02 {
    display: block;
    text-align: center;
  }
}

.report-image-bottom {
  padding: 0 0 min(10vw, 100px);
}
@media (max-width: 768px) {
  .report-image-bottom {
    display: block;
    /* margin: 0 auto 6%; */
    text-align: center;
  }
}

.report04 {
  text-align: center;
  color: #fff;
}
.report04-title {
  font-size: 30px;
  letter-spacing: 1.92px;
  line-height: 2;
}
@media (max-width: 768px) {
  .report04-title {
    font-size: min(6vw, 45px);
  }
}
.report04-list__item {
  width: 100%;
  margin: 3rem 0 0;
  max-width: 300px;
}
@media (max-width: 768px) {
  .report04-list__item {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
    display: contents;
  }
}

/*# sourceMappingURL=style_report.css.map */
