@charset "utf-8";
[v-cloak] {
  display: none;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.str-main {
  overflow: hidden;
}

.common {
  position: relative;
}
.common picture {
  display: block;
}
.common img {
  display: block;
}
@media screen and (max-width: 768px) {
  .common img {
    width: 100%;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

.mod-link-text {
  /* /assets/css/common.cssから移植 */
  vertical-align: top;
  color: #333;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 22px;
}

.mod-link-text::before {
  background-image: url(/assets/images/icon-arrow-02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  transition: transform 0.2s ease-in-out;
}

@media screen and (min-width: 769px) {
  .mod-link-text {
    padding-left: 24px;
  }
  .mod-link-text::before {
    top: 3px;
    width: 16px;
    height: 16px;
  }
  .mod-link-text:active::before,
  .mod-link-text:focus::before,
  .mod-link-text:hover::before {
    transform: translate3d(4px, 0, 0);
  }
}
/**
 * ----------------------------------------
 * Vue.js animation
 * ----------------------------------------
 */
.fade-enter-active {
  transition: opacity 1s;
}
.fade-leave-active {
  transition: opacity 1s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

.js-accordion__trigger {
  position: relative;
}
.js-accordion__target {
  overflow: hidden;
}
.js-accordion__target-enter-active {
  transition: all 0.5s ease-in-out;
}
.js-accordion__target-leave-active {
  transition: all 0.5s ease-in-out;
}
.js-accordion__target-enter, .js-accordion__target-leave-to {
  opacity: 0;
}

:root {
  --fade-translate-x: 0px;
  --fade-translate-y: 0px;
  --fade-duration: 500ms;
}

/* 表示方向 */
.up {
  --fade-translate-x: 0px;
  --fade-translate-y: 50px;
}

.down {
  --fade-translate-x: 0px;
  --fade-translate-y: -50px;
}

.fromLeft {
  --fade-translate-x: -50px;
  --fade-translate-y: 0px;
}

.fromRight {
  --fade-translate-x: 50px;
  --fade-translate-y: 0px;
}

.jsFade {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
  transition-delay: 0ms;
  transform: translate(var(--fade-translate-x), var(--fade-translate-y));
}
.jsFade.speed--100 {
  transition-delay: 100ms;
}
.jsFade.speed--200 {
  transition-delay: 200ms;
}
.jsFade.speed--300 {
  transition-delay: 300ms;
}
.jsFade.speed--400 {
  transition-delay: 400ms;
}
.jsFade.speed--500 {
  transition-delay: 500ms;
}
.jsFade.speed--600 {
  transition-delay: 600ms;
}
.jsFade.speed--700 {
  transition-delay: 700ms;
}
.jsFade.speed--800 {
  transition-delay: 800ms;
}
.jsFade.speed--900 {
  transition-delay: 900ms;
}
.jsFade.speed--1000 {
  transition-delay: 1000ms;
}
.jsFade.speed--1100 {
  transition-delay: 1100ms;
}
.jsFade.speed--1200 {
  transition-delay: 1200ms;
}
.jsFade.speed--1300 {
  transition-delay: 1300ms;
}
.jsFade.speed--1400 {
  transition-delay: 1400ms;
}
.jsFade.speed--1500 {
  transition-delay: 1500ms;
}
.jsFade.speed--1600 {
  transition-delay: 1600ms;
}
.jsFade.speed--1700 {
  transition-delay: 1700ms;
}
.jsFade.speed--1800 {
  transition-delay: 1800ms;
}
.jsFade.speed--1900 {
  transition-delay: 1900ms;
}
.jsFade.speed--2000 {
  transition-delay: 2000ms;
}
.jsFade.speed--2100 {
  transition-delay: 2100ms;
}
.jsFade.speed--2200 {
  transition-delay: 2200ms;
}
.jsFade.speed--2300 {
  transition-delay: 2300ms;
}
.jsFade.speed--2400 {
  transition-delay: 2400ms;
}
.jsFade.speed--2500 {
  transition-delay: 2500ms;
}
.jsFade.speed--2600 {
  transition-delay: 2600ms;
}
.jsFade.speed--2700 {
  transition-delay: 2700ms;
}
.jsFade.speed--2800 {
  transition-delay: 2800ms;
}
.jsFade.speed--2900 {
  transition-delay: 2900ms;
}
.jsFade.speed--3000 {
  transition-delay: 3000ms;
}
.jsFade.delay--100 {
  transition-delay: 100ms;
}
.jsFade.delay--200 {
  transition-delay: 200ms;
}
.jsFade.delay--300 {
  transition-delay: 300ms;
}
.jsFade.delay--400 {
  transition-delay: 400ms;
}
.jsFade.delay--500 {
  transition-delay: 500ms;
}
.jsFade.delay--600 {
  transition-delay: 600ms;
}
.jsFade.delay--700 {
  transition-delay: 700ms;
}
.jsFade.delay--800 {
  transition-delay: 800ms;
}
.jsFade.delay--900 {
  transition-delay: 900ms;
}
.jsFade.delay--1000 {
  transition-delay: 1000ms;
}
.jsFade.delay--1100 {
  transition-delay: 1100ms;
}
.jsFade.delay--1200 {
  transition-delay: 1200ms;
}
.jsFade.delay--1300 {
  transition-delay: 1300ms;
}
.jsFade.delay--1400 {
  transition-delay: 1400ms;
}
.jsFade.delay--1500 {
  transition-delay: 1500ms;
}
.jsFade.delay--1600 {
  transition-delay: 1600ms;
}
.jsFade.delay--1700 {
  transition-delay: 1700ms;
}
.jsFade.delay--1800 {
  transition-delay: 1800ms;
}
.jsFade.delay--1900 {
  transition-delay: 1900ms;
}
.jsFade.delay--2000 {
  transition-delay: 2000ms;
}
.jsFade.delay--2100 {
  transition-delay: 2100ms;
}
.jsFade.delay--2200 {
  transition-delay: 2200ms;
}
.jsFade.delay--2300 {
  transition-delay: 2300ms;
}
.jsFade.delay--2400 {
  transition-delay: 2400ms;
}
.jsFade.delay--2500 {
  transition-delay: 2500ms;
}
.jsFade.delay--2600 {
  transition-delay: 2600ms;
}
.jsFade.delay--2700 {
  transition-delay: 2700ms;
}
.jsFade.delay--2800 {
  transition-delay: 2800ms;
}
.jsFade.delay--2900 {
  transition-delay: 2900ms;
}
.jsFade.delay--3000 {
  transition-delay: 3000ms;
}

.jsScrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

body::before {
  display: block;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../images/pc/20241220/index-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  content: "";
}
@media screen and (max-width: 768px) {
  body::before {
    background-image: url(../images/sp/20241220/index-bg.jpg);
  }
}

main {
  border-bottom: 20px solid #ffffff;
  color: #152484;
}
main .onlyPC {
  display: block;
}
@media screen and (max-width: 768px) {
  main .onlyPC {
    display: none;
  }
}
main .onlySP {
  display: none;
}
@media screen and (max-width: 768px) {
  main .onlySP {
    display: block;
  }
}
main sup {
  font-size: 0.6em;
}
main .inner {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.common__container--white {
  background-color: #ffffff;
}

.mv {
  position: relative;
  width: 100%;
  background: url(../images/pc/20241220/index-bg-mv.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mv {
    background: none;
  }
}

.about {
  position: relative;
  background: url(../images/pc/20241220/index-bg-about.png) no-repeat center center #ffffff;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .about {
    background: url(../images/sp/20241220/index-bg-about.png) no-repeat center center #ffffff;
    background-size: 100%;
  }
}
.about::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 50px;
  background: linear-gradient(to right, #00135e 18%, #20ace5);
  content: "";
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .about::before {
    height: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .about::before {
    height: 12.2666666667vw;
  }
}
.about > .inner {
  padding: 140px 0 50px 0;
}
@media screen and (max-width: 1200px) {
  .about > .inner {
    padding: 11.6666666667vw 0 4.1666666667vw 0;
  }
}
@media screen and (max-width: 768px) {
  .about > .inner {
    padding: 28.2666666667vw 0 7.3333333333vw 0;
  }
}
.about__title {
  width: 42.9166666667%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about__title {
    width: 68.6666666667%;
  }
}
.about__sub {
  margin-top: 3.9166666667%;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .about__sub {
    margin-top: 4.6666666667vw;
  }
}
.about__sub span {
  display: inline-block;
  padding: 1.1666666667% 2.9166666667%;
  border: 1px solid #052770;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .about__sub span {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .about__sub span {
    padding: 0.6666666667vw 11.7333333333vw;
    font-size: 3.2vw;
    line-height: 1.5833333333;
  }
}
.about__lead {
  margin-top: 4.3333333333%;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.9166666667;
}
@media screen and (max-width: 1200px) {
  .about__lead {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .about__lead {
    margin-top: 6.6666666667vw;
    font-size: 4.5333333333vw;
    line-height: 1.6470588235;
  }
}
.about__lead + .about__lead {
  margin-top: 1em;
}
.about__lead > span {
  background: linear-gradient(transparent 70%, #aed7f3 70%);
}
.about__note {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 73.3333333333%;
  margin: 4.3333333333% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .about__note {
    display: block;
    width: 100%;
    margin-top: 11.2vw;
    padding: 0 3.7333333333vw;
  }
}
.about__note > li {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .about__note > li {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .about__note > li {
    font-size: 3.2vw;
    line-height: 1.3333333333;
  }
}
.about__note > li:nth-child(2) {
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .about__note > li:nth-child(2) {
    margin-left: 0;
  }
}

.report {
  padding-top: 198px;
  padding-bottom: 240px;
  background: url(../images/pc/20241220/index-bg-decoration.png) repeat-y center top 140px;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  .report {
    padding-top: 16.5vw;
    padding-bottom: 20vw;
    background: url(../images/pc/20241220/index-bg-decoration.png) repeat-y center top 11.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .report {
    padding-top: 38.2666666667vw;
    padding-bottom: 34.6666666667vw;
    background: none;
  }
}
.report__list {
  width: 66.6666666667%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .report__list {
    width: 89.3333333333%;
  }
}
.report__item {
  position: relative;
  background: url(../images/pc/20241220/index-bg-report-item-bottom.png) no-repeat right bottom #ffffff;
  background-size: 10.375%;
}
@media screen and (max-width: 768px) {
  .report__item {
    background-size: 13.7333333333vw;
  }
}
.report__item::before {
  display: block;
  position: absolute;
  top: -68px;
  left: 0;
  width: 100%;
  height: 108px;
  background: url(../images/pc/20241220/index-bg-report-item-top.png) no-repeat center top;
  background-size: 100%;
  content: "";
}
@media screen and (max-width: 1200px) {
  .report__item::before {
    top: -5.6666666667vw;
    height: 9vw;
  }
}
@media screen and (max-width: 768px) {
  .report__item::before {
    top: -23.6vw;
    height: 28.9333333333vw;
    background: url(../images/sp/20241220/index-bg-report-item-top.png) no-repeat center top;
    background-size: 100%;
  }
}
.report__item + .report__item {
  margin-top: 27.25%;
}
@media screen and (max-width: 768px) {
  .report__item + .report__item {
    margin-top: 39.6vw;
  }
}
@media screen and (max-width: 768px) {
  .report__item--01 .report__item--inner {
    padding: 0 5.9701492537% 17.1641791045% 5.9701492537%;
  }
}
@media screen and (max-width: 768px) {
  .report__item--01 .report__item--inner .point + .point {
    margin-top: 12.8vw;
  }
}
.report__item--01 .report__flex {
  margin-top: 4.4444444444%;
}
@media screen and (max-width: 768px) {
  .report__item--01 .report__flex {
    margin-top: 4.2666666667vw;
  }
}
.report__item--04 .report__item--title {
  top: -136px;
}
@media screen and (max-width: 1120px) {
  .report__item--04 .report__item--title {
    top: -11.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .report__item--04 .report__item--title {
    top: -27.2vw;
  }
}
.report__item--04 .report__item--inner {
  padding: 5.5% 5% 9.375% 5%;
}
@media screen and (max-width: 768px) {
  .report__item--04 .report__item--inner {
    padding: 10% 5.9701492537% 15.223880597% 5.9701492537%;
  }
}
.report__item--04 .report__item--inner .point__copy {
  margin: 9.0277777778% 0 3.0555555556% 0;
}
@media screen and (max-width: 768px) {
  .report__item--04 .report__item--inner .point__copy {
    margin: 12.6666666667vw 0 4.2666666667vw 0;
  }
}
.report__item--number {
  position: absolute;
  top: -138px;
  left: -40px;
  width: 140px;
}
@media screen and (max-width: 1200px) {
  .report__item--number {
    top: -11.5vw;
    left: -3.3333333333vw;
    width: 11.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .report__item--number {
    top: -24.1333333333vw;
    left: -2.2666666667vw;
    width: 20.5333333333vw;
  }
}
.report__item--title {
  display: inline-block;
  position: absolute;
  top: -103px;
  left: 110px;
  width: auto;
  padding-bottom: 0.625%;
  border-bottom: 8px solid #20aee5;
  font-size: 45px;
  font-weight: 700;
  transform: scale(0.88, 1);
  transform-origin: left center 0;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .report__item--title {
    top: -8.5833333333vw;
    left: 9.1666666667vw;
    border-bottom: 0.6666666667vw solid #20aee5;
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .report__item--title {
    top: -27.2vw;
    left: 20.5333333333vw;
    border-bottom: 1.0666666667vw solid #20aee5;
    font-size: 6.4vw;
  }
}
.report__item--title > span {
  display: block;
  white-space: nowrap;
}
.report__item--title > span:nth-child(1) {
  position: relative;
  z-index: 2;
}
.report__item--title > span:nth-child(2) {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.8);
  -webkit-text-stroke: 8px rgba(255, 255, 255, 0.8);
  text-stroke: 8px rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1200px) {
  .report__item--title > span:nth-child(2) {
    -webkit-text-stroke: 0.6666666667vw rgba(255, 255, 255, 0.8);
    text-stroke: 0.6666666667vw rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 768px) {
  .report__item--title > span:nth-child(2) {
    -webkit-text-stroke: 1.0666666667vw rgba(255, 255, 255, 0.8);
    text-stroke: 1.0666666667vw rgba(255, 255, 255, 0.8);
  }
}
.report__item--title > span > span {
  margin: 0 -0.5em;
}
.report__item--inner {
  position: relative;
  padding: 3% 5% 11.25% 5%;
}
@media screen and (max-width: 768px) {
  .report__item--inner {
    padding: 0 5.9701492537% 27.3134328358% 5.9701492537%;
  }
}
.report__item--copy {
  margin-right: -1em;
  margin-left: -1em;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.7777777778;
}
@media screen and (max-width: 1200px) {
  .report__item--copy {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .report__item--copy {
    font-size: 4vw;
    line-height: 1.7333333333;
  }
}
.report__item--copy + .report__item--copy {
  margin-top: 1em;
}
.report__item--point {
  margin-top: 6.9444444444%;
}
@media screen and (max-width: 768px) {
  .report__item--point {
    margin-top: 10.4vw;
  }
}
.report__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 3.0555555556%;
}
@media screen and (max-width: 768px) {
  .report__flex {
    display: block;
    margin-top: 4.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .report__flex--modal .report__flex--right {
    margin-top: 13.8666666667vw;
  }
}
.report__flex--left, .report__flex--right {
  width: 48.6111111111%;
}
@media screen and (max-width: 768px) {
  .report__flex--left, .report__flex--right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .report__flex--right {
    margin-top: 4vw;
  }
}
.report__flex + .report__flex {
  margin-top: 6.3888888889%;
}
@media screen and (max-width: 768px) {
  .report__flex + .report__flex {
    margin-top: 13.8666666667vw;
  }
}
.report__critic {
  margin-top: 7.5%;
}
@media screen and (max-width: 768px) {
  .report__critic {
    margin-top: 7.4666666667vw;
  }
}
.report__critic--name {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .report__critic--name {
    display: block;
  }
}
.report__critic--image {
  width: 18.0555555556%;
}
@media screen and (max-width: 768px) {
  .report__critic--image {
    width: 44.0677966102%;
    margin: 0 auto;
  }
}
.report__critic--text {
  width: 33.3333333333%;
  margin-left: 2.7777777778%;
}
@media screen and (max-width: 768px) {
  .report__critic--text {
    width: 55.9322033898%;
    margin: 4vw auto 0 auto;
  }
}
.report__critic--text > dl > dt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .report__critic--text > dl > dt {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .report__critic--text > dl > dt {
    font-size: 4vw;
    text-align: center;
  }
}
.report__critic--text > dl > dd {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 8.3333333333%;
  border-bottom: 2px solid #02acee;
}
@media screen and (max-width: 768px) {
  .report__critic--text > dl > dd {
    margin-top: 3.7333333333vw;
    padding-bottom: 0.8vw;
    border-bottom: 0.5333333333vw solid #02acee;
  }
}
.report__critic--text > dl > dd > strong {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .report__critic--text > dl > dd > strong {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .report__critic--text > dl > dd > strong {
    font-size: 5.8666666667vw;
  }
}
.report__critic--text > dl > dd > span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .report__critic--text > dl > dd > span {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .report__critic--text > dl > dd > span {
    font-size: 3.2vw;
  }
}
.report__critic--career {
  position: relative;
  margin-top: 4.2857142857%;
  padding-left: 2.7777777778%;
}
@media screen and (max-width: 768px) {
  .report__critic--career {
    margin-top: 8vw;
    padding-left: 4vw;
  }
}
.report__critic--career::before, .report__critic--career::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  content: "";
}
@media screen and (max-width: 1200px) {
  .report__critic--career::before, .report__critic--career::after {
    width: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .report__critic--career::before, .report__critic--career::after {
    width: 2.1333333333vw;
  }
}
.report__critic--career::before {
  height: 100%;
  background-color: #152484;
}
.report__critic--career::after {
  height: 12px;
  background-color: #fff100;
}
@media screen and (max-width: 1200px) {
  .report__critic--career::after {
    height: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .report__critic--career::after {
    height: 2.1333333333vw;
  }
}
.report__critic--career > h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .report__critic--career > h4 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .report__critic--career > h4 {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.report__critic--career > p {
  margin-top: 1.4285714286%;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7333333333;
}
@media screen and (max-width: 1200px) {
  .report__critic--career > p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .report__critic--career > p {
    margin-top: 2vw;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}
.report__overview {
  margin-top: 9.1666666667%;
}
@media screen and (max-width: 768px) {
  .report__overview {
    margin-top: 8.5333333333vw;
  }
}
.report__overview > dt, .report__overview > dd {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .report__overview > dt, .report__overview > dd {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .report__overview > dt, .report__overview > dd {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.report__btn {
  width: 75.1388888889%;
  margin: 2.7777777778% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .report__btn {
    width: 108.813559322%;
    margin: 3.0508474576% -4.406779661% 0 -4.406779661%;
  }
}
.report__btn a {
  display: block;
}
.report .point + .point {
  margin-top: 10.5555555556%;
}
@media screen and (max-width: 768px) {
  .report .point + .point {
    margin-top: 20.5333333333vw;
  }
}
.report .point__title {
  position: relative;
  width: 89.1666666667%;
}
@media screen and (max-width: 768px) {
  .report .point__title {
    width: 98.9830508475%;
  }
}
.report .point__title::before {
  display: block;
  position: absolute;
  top: -18px;
  left: 13px;
  width: 80px;
  height: 80px;
  content: "";
}
@media screen and (max-width: 1200px) {
  .report .point__title::before {
    top: -1.5vw;
    left: 1.0833333333vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .report .point__title::before {
    top: -2.6666666667vw;
    left: 0;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.report .point__title--01::before {
  background: url(../images/pc/20241220/index-ps-report-point-number-01.png) no-repeat center center;
  background-size: 100%;
}
.report .point__title--02::before {
  background: url(../images/pc/20241220/index-ps-report-point-number-02.png) no-repeat center center;
  background-size: 100%;
}
.report .point__title--03::before {
  background: url(../images/pc/20241220/index-ps-report-point-number-03.png) no-repeat center center;
  background-size: 100%;
}
.report .point__title--04::before {
  background: url(../images/pc/20241220/index-ps-report-point-number-04.png) no-repeat center center;
  background-size: 100%;
}
.report .point__title + .point__lead {
  margin-top: 3.0555555556%;
}
@media screen and (max-width: 768px) {
  .report .point__title + .point__lead {
    margin-top: 5.3333333333vw;
  }
}
.report .point__title--image {
  width: 100%;
}
.report .point__title--text {
  position: absolute;
  top: 48%;
  left: 104px;
  width: 100%;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  transform: translateY(-50%) scale(0.88, 1);
  transform-origin: left center 0;
  line-height: 1.1666666667;
}
@media screen and (max-width: 1200px) {
  .report .point__title--text {
    left: 8.6666666667vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .report .point__title--text {
    left: 15.7333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.3125;
  }
}
.report .point__title--text > span {
  margin: 0 -0.5em;
}
.report .point__copy {
  position: relative;
  margin-top: 3.4722222222%;
  padding-left: 3.8888888889%;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5454545455;
}
@media screen and (max-width: 1200px) {
  .report .point__copy {
    font-size: 1.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .report .point__copy {
    margin-top: 4.6666666667vw;
    padding-left: 5.8666666667vw;
    font-size: 4vw;
    line-height: 1.4666666667;
  }
}
.report .point__copy::before {
  display: block;
  position: absolute;
  top: 10px;
  left: 4px;
  width: 14px;
  height: 14px;
  background-color: #152484;
  content: "";
  transform: rotate(45deg);
}
@media screen and (max-width: 1200px) {
  .report .point__copy::before {
    top: 0.8333333333vw;
    left: 0.3333333333vw;
    width: 1.1666666667vw;
    height: 1.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .report .point__copy::before {
    top: 1.3333333333vw;
    left: 0.6666666667vw;
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}
.report .point__lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7777777778;
}
@media screen and (max-width: 1200px) {
  .report .point__lead {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .report .point__lead {
    font-size: 3.7333333333vw;
    line-height: 1.6428571429;
  }
}
.report .point__lead + .point__lead {
  margin-top: 1em;
}
.report .point__note {
  margin-top: 0.5em;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .report .point__note {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .report .point__note {
    font-size: 3.2vw;
    line-height: 1.3333333333;
  }
}
.report .modal__image {
  position: relative;
}
.report .modal__image--pic {
  width: 100%;
  border: 1px solid #052770;
  cursor: pointer;
}
.report .modal__image--plus {
  position: absolute;
  right: -5px;
  bottom: -24px;
  width: 8.5714285714%;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .report .modal__image--plus {
    right: -0.4166666667vw;
    bottom: -2vw;
  }
}
@media screen and (max-width: 768px) {
  .report .modal__image--plus {
    right: 0;
    bottom: -14.1333333333vw;
    width: 15.593220339%;
  }
}
.report .modal__note {
  margin-top: 2.2857142857%;
  padding-right: 10%;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .report .modal__note {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .report .modal__note {
    margin-top: 1.0666666667vw;
    padding-right: 19.4915254237%;
    font-size: 3.2vw;
    line-height: 1.4166666667;
  }
}

.float {
  position: fixed;
  z-index: 3000;
  right: 0;
  bottom: 50px;
}
@media screen and (max-width: 768px) {
  .float {
    bottom: 0;
  }
}
.float#float {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
.float#float.-active {
  opacity: 1;
  pointer-events: all;
}
.float a {
  display: block;
  width: 284px;
}
@media screen and (max-width: 1200px) {
  .float a {
    width: 23.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .float a {
    width: 100%;
  }
}

.modal-fixed {
  display: none;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.modal-fixed.-active {
  display: block;
}
.modal-fixed > .modal-fixed__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3137254902);
  cursor: pointer;
}
.modal-fixed__content {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  max-width: 900px;
  width: 90vw;
  transform: translate(-50%, -50%);
}
.modal-fixed__content.-active {
  display: block;
}
.modal-fixed__content > .modal-fixed__img {
  width: 100%;
}