@charset "UTF-8";
body {
  font-feature-settings: "palt";
  font-family: "Noto Serif JP", "Playfair Display", "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: "Playfair Display", sans-serif;
  font-size: 20px;
  font-size: min(2vw, 20px);
  letter-spacing: 3.92px;
  color: #fff;
  margin: 2rem auto 0;
  padding: 0.5em;
  border-radius: 15px;
  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(88, 88, 88, 0.768627451);
}
.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-color: #ac953a;
  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(0, 0, 0, 0.5);
  font-family: "Playfair Display", sans-serif;
  font-size: min(3vw, 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--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:hover {
  background-color: #646464;
}
.view_more--detail:hover .icon {
  right: 5%;
}
@media (max-width: 768px) {
  .view_more--detail:hover .icon {
    right: 6%;
  }
}

.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: "Playfair Display", sans-serif;
  font-size: min(5vw, 58px);
  letter-spacing: 0.2em;
}
@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(1.5vw, 20px);
  font-family: "Zen Old Mincho", sans-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: 1601px) {
  .rt-bg01 {
    background: #646464 url(../../report/images/report01-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: 1601px) {
  .rt-bg02 {
    background: #646464 url(../../report/images/report02-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;
  /* &::before{
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #646464;
      mix-blend-mode: multiply;
  } */
}
@media screen and (min-width: 1601px) {
  .rt-bg03 {
    background: #646464 url(../../report/images/report03-2x.jpg) center/cover no-repeat;
  }
}
@media (max-width: 768px) {
  .rt-bg03 {
    height: min(80vw, 600px);
    background: #646464 url(../../report/images/report03-bg__sp.jpg) center center/100% auto no-repeat;
  }
}

.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: 1601px) {
  .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__pc.jpg") center center / cover no-repeat; */
  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 {
  font-weight: bold;
  text-decoration: underline;
  -webkit-text-decoration-color: #ac953a;
  /* Safari */
  text-decoration-color: #ac953a;
  text-decoration-thickness: 3px;
  /* 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: center;
  align-items: center;
  flex-wrap: nowrap;
  padding-bottom: min(9%, 89px);
  gap: 2vw;
}
@media (max-width: 768px) {
  .dfflex {
    flex-direction: column;
    gap: 3vw;
  }
}

.report-mv {
  position: relative;
}
.report-mv::before {
  content: "image";
  position: absolute;
  letter-spacing: 0.1em;
  display: block;
  color: #fff;
  font-size: 13px;
  bottom: 2%;
  right: 2%;
}

.reportTitle {
  position: absolute;
  top: 50%;
  left: -5%;
  letter-spacing: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .reportTitle {
    top: min(50%, 330px);
    top: 28%;
    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", sans-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: #f0f0f0;
}

.report01 {
  background: #d0c9bf !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);
    color: #000;
  }
}
.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 {
    color: #000;
    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 {
    border-bottom: 1px solid #000;
    font-size: min(4vw, 37px);
    padding-bottom: 1.5vw;
    margin-bottom: 1.5vw;
  }
}

.reportNav {
  background-color: #2d3232;
  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: "Playfair Display", sans-serif;
  font-size: min(3.35vw, 38px);
  letter-spacing: 3.92px;
  padding-bottom: 0.35em;
}
@media (max-width: 768px) {
  .reportNav .report-list__item dt {
    font-size: min(8.25vw, 57px);
  }
}
.reportNav .report-list__item dd {
  font-size: 20px;
  font-size: min(2.25vw, 20px);
  font-size: min(1.5vw, 20px);
  font-family: "Zen Old Mincho", sans-serif;
}
@media (max-width: 768px) {
  .reportNav .report-list__item dd {
    font-size: min(4vw, 32px);
  }
}

.reportSec_title {
  text-align: center;
  font-size: 32px;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 2;
  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_content p,
.reportSec_content .notSec {
  padding-bottom: min(5%, 70px) !important;
  font-size: 18px;
  line-height: 2.5;
  letter-spacing: 1.8px;
}
@media (max-width: 768px) {
  .reportSec_content p,
  .reportSec_content .notSec {
    font-size: min(3.6vw, 27px);
  }
}
.reportSec_content p:last-child {
  padding-bottom: min(9%, 80px);
}
.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", sans-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_working {
  position: relative;
}
.reportSec_working::after {
  content: "Go-Working Space";
  font-family: "Playfair Display", sans-serif;
  position: absolute;
  display: block;
  z-index: 2;
  color: #000;
  letter-spacing: 3.92px;
  font-size: 28px;
  font-size: min(3vw, 28px);
  bottom: 2%;
  right: 5%;
}
@media (max-width: 768px) {
  .reportSec_working::after {
    /* margin: 0 auto 5%; */
    letter-spacing: 5px;
    font-size: min(6vw, 50px);
  }
}
@media (max-width: 768px) {
  .reportSec_working {
    margin: 0 auto 3%;
  }
}
.reportSec_gym {
  position: relative;
}
.reportSec_gym::after {
  content: "Gym";
  font-family: "Playfair Display", sans-serif;
  position: absolute;
  display: block;
  z-index: 2;
  color: #000;
  letter-spacing: 3.92px;
  font-size: 28px;
  font-size: min(3vw, 28px);
  bottom: 2%;
  right: 5%;
}
@media (max-width: 768px) {
  .reportSec_gym::after {
    letter-spacing: 5px;
    font-size: min(6vw, 50px);
  }
}
.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_ftype {
  position: relative;
}
.reportSec_ftype::before {
  content: "";
  display: block;
  position: absolute;
  right: 3%;
  top: 5%;
  width: 216px;
  height: 119px;
  background: url(../../report/images/SVG/report03-f-type__pc.svg) center center/100% 100% no-repeat;
}
@media (max-width: 768px) {
  .reportSec_ftype::before {
    width: 45vw;
    height: 20vw;
    background: url(../../report/images/SVG/report03-f-type__sp.svg) center center/100% 100% no-repeat;
  }
}
.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_caption {
  border: 1px solid #000;
  padding: 4%;
  counter-reset: note;
  list-style: none;
}
@media (max-width: 768px) {
  .reportSec_caption {
    font-size: 2.75vw;
  }
}
.reportSec_caption li {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 2;
  counter-increment: note;
  position: relative;
  padding-left: 2em;
}
.reportSec_caption li::before {
  content: "※" counter(note);
  position: absolute;
  left: 0;
}

.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_rooftop-garden {
    position: relative;

    &::after {
        content: "Rooftop Garden";
        font-family: "Playfair Display", sans-serif;
        position: absolute;
        display: block;
        color: #fff;
        letter-spacing: 3.92px;
        font-size: 28px;
        font-size: min(3vw, 28px);
        bottom: 2%;
        left: 3.5%;

        @include sp {
            letter-spacing: 5px;
            font-size: min(6vw, 50px);
        }
    }
} */
.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: #c9d3d8;
  padding-bottom: 3%;
}
@media (max-width: 768px) {
  .report03 {
    padding-bottom: 5%;
  }
}

.report-image {
  /* margin: 0% auto min(5%, 58px); */
  padding: min(5%, 58px) 0 0;
}
@media (max-width: 768px) {
  .report-image {
    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;
  }
}

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