body,
main {
  background-color: #030B1C;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

main section {
  max-width: 100%;
}
@media (max-width: 768px) {
  main section {
    padding-inline: 3.5vw;
  }
}

.inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-inline: 20px;
}
@media (max-width: 768px) {
  .inner {
    padding-inline: 0;
  }
}

.main-content {
  background-image: repeating-linear-gradient(to right, transparent 0, transparent 198px, rgba(255, 255, 255, 0.1) 198px, rgba(255, 255, 255, 0.1) 200px);
}
@media (max-width: 768px) {
  .main-content {
    background-image: repeating-linear-gradient(to right, transparent 0, transparent calc(21.0526315789vw - 2px), rgba(255, 255, 255, 0.1) calc(21.0526315789vw - 2px), rgba(255, 255, 255, 0.1) 21.0526315789vw);
  }
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.fadein.scrollin {
  opacity: 1;
  transform: translateY(0);
}

.mv {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-inline: 0;
}

.mv__logo {
  width: 100%;
  max-width: 1200px;
}

.message {
  padding-top: 150px;
  text-align: center;
  margin-bottom: 216px;
}
@media (max-width: 768px) {
  .message {
    padding-top: 21.0526315789vw;
    margin-bottom: 21.0526315789vw;
  }
}

.message__catch {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.8em;
  margin: 0 0 30px 0;
}
@media (max-width: 768px) {
  .message__catch {
    font-size: 5.2631578947vw;
    margin: 0 0 7.8947368421vw 0;
  }
}

.flow-char {
  display: inline-block;
}

.message__desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
}
@media (max-width: 768px) {
  .message__desc {
    font-size: 3.6842105263vw;
    text-align: left;
  }
}

.report {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .report {
    padding-bottom: 34.2105263158vw;
  }
}

.report__header {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .report__header {
    gap: 5.2631578947vw;
    margin-bottom: 7.8947368421vw;
  }
}

.report__title-en {
  font-family: "Oswald", sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 28px 0;
}
@media (max-width: 768px) {
  .report__title-en {
    font-size: 18.4210526316vw;
    margin-bottom: 5.2631578947vw;
  }
}

.report__title-ja {
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
}

.report__cards {
  display: flex;
  gap: 30px 15px;
  width: 100%;
}
@media (max-width: 1200px) {
  .report__cards {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .report__cards {
    gap: 7.3684210526vw 4.2105263158vw;
  }
}

.report__card {
  width: 100%;
  max-width: 390px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1200px) {
  .report__card {
    width: calc(33.333% - 10px);
    min-width: 300px;
  }
}
@media (max-width: 768px) {
  .report__card {
    width: 42.1052631579vw;
    min-width: auto;
    gap: 3.6842105263vw;
  }
}

.report__card-image {
  width: 100%;
  background-color: #D9D9D9;
  overflow: hidden;
  aspect-ratio: 390/260;
}
@media (max-width: 768px) {
  .report__card-image {
    aspect-ratio: 160/107;
  }
}

.report__card-image img {
  aspect-ratio: 390/260;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .report__card-image img {
    aspect-ratio: 160/107;
  }
}

.report__card-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 768px) {
  .report__card-content {
    gap: 4.2105263158vw;
  }
}

.report__date {
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}
@media (max-width: 768px) {
  .report__date {
    font-size: 3.1578947368vw;
  }
}

.report__card-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 2em;
  margin: 0;
}
@media (max-width: 768px) {
  .report__card-title {
    font-size: 3.6842105263vw;
  }
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .footer {
    padding: 10.5263157895vw 0;
  }
}

.footer__img {
  max-width: 640px;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .footer__img {
    margin: 0 auto 18.4210526316vw;
  }
}

.footer__img img {
  width: 100%;
  height: auto;
  display: block;
}

.footer-banner__copyright {
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  margin: 0;
}/*# sourceMappingURL=style.css.map */