﻿.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-block: 6rem 8rem;
}
.hero-bg {
  position: absolute;
  top: 180px;
  left: -19vw;
  width: 120vw;
  height: 600px;
  background: var(--color-accent);
  transform: rotate(-4deg);
  transform-origin: top left;
  z-index: -1;
}
.hero-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 620px;
}
.hero-img {
  width: 100%;
  max-width: 1144px;
  height: auto;
}
.vision {
  position: relative;
  background: #fff;
  overflow: visible;
  isolation: isolate;
  padding: 200px 0;
}
.vision-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 12rem;
  line-height: 1.1;
  color: #14b7f3;
  margin-bottom: 4rem;
}
.vision-text {
  font-size: 3rem;
  color: #333;
  line-height: 1.6;
}
.vision::before, .vision::after {
  content: "";
  position: absolute;
  left: -12vw;
  width: 124vw;
  height: 10px;
  background: linear-gradient(90deg, #14b7f3 0%, #d0f1fd 100%);
  transform: rotate(-4deg);
  transform-origin: top left;
  pointer-events: none;
  z-index: 2;
}
.vision::before {
  top: 100px;
}
.vision::after {
  bottom: -100px;
}
.about {
  background: #f3f3f3;
  padding-block: 14rem 16rem;
}
.about-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 24rem;
  line-height: 1;
  color: #14b7f3;
}
.about-sub {
  margin-top: 4rem;
  font-size: 5.4rem;
  color: #333;
  font-weight: 700;
}
.about-img {
  margin: 8rem auto;
  max-width: 1130px;
}
.about-img img {
  width: 100%;
  height: auto;
  display: block;
}
.about-text {
  font-size: 3rem;
  color: #333;
  line-height: 1.7;
}
.movie {
  position: relative;
  background: #f3f3f3;
  padding-block: 12rem 35rem;
  isolation: isolate;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0% 100%);
}
.movie-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 6.4rem;
  color: #14b7f3;
  margin-bottom: 2rem;
}
.movie-description {
  font-size: 2.4rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 6rem;
}
.movie-thumbnail {
  max-width: 1152px;
  margin-inline: auto;
}
.movie-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  border: none;
}
.numbers {
  position: relative;
  background: none;
  z-index: 1;
}
.numbers::before {
  content: "";
  position: absolute;
  left: -12vw;
  top: -20px;
  width: 124vw;
  height: 500px;
  background: #9be0fa;
  transform: rotate(-4deg);
  transform-origin: top left;
  z-index: -1;
}
.numbers::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -12vw;
  width: 124vw;
  height: 10px;
  background: linear-gradient(90deg, #14b7f3 0%, #d0f1fd 100%);
  transform: rotate(-4deg);
  transform-origin: top left;
  z-index: 1;
  pointer-events: none;
}
.numbers-bg {
  position: absolute;
  left: -12vw;
  top: 0;
  width: 124vw;
  height: 2200px;
  background: #9be0fa;
  transform: rotate(-4deg);
  transform-origin: top left;
  z-index: -1;
}
.numbers-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 24rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 4rem;
}
.numbers-sub {
  font-size: 5.4rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 8rem;
}
.numbers-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.numbers-list {
  display: grid;
  grid-template-columns: repeat(3, 410px);
  gap: 4rem 4rem;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.numbers-item {
  width: 410px;
  height: 410px;
  background: #fff;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.item-heading {
  font-size: 3.2rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.4;
}
.item-number {
  font-size: 7rem;
  line-height: 1;
  color: #333;
  font-weight: 700;
}
.item-number .unit {
  font-size: 4.8rem;
  font-weight: 700;
  margin-left: 0.2em;
}
.item-note {
  font-size: 3.2rem;
  color: #333;
  margin-top: 1.6rem;
}
.item-graph, .item-arrow {
  max-width: 100%;
  height: auto;
}
.item-row {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  justify-content: center;
}
.numbers-distribution {
  padding: 3rem 1rem;
}
.dist-columns {
  display: flex;
  gap: 2rem;
  justify-content: center;
  height: 100%;
}
.dist-col {
  width: 174px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.dist-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
}
.dist-list {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 1.6rem;
  white-space: pre-line;
  text-align: left;
}
.dist-other {
  /*margin-top: auto;*/
  width: 174px;
  height: 146px;
  background: #e3f2f7;
  font-size: 1.3rem;
  color: #333;
  line-height: 1.6;
  padding: 2rem;
  box-sizing: border-box;
  white-space: pre-line;
  text-align: left;
}
.interview {
  position: relative;
  background: #fff;
  padding-block: 14rem 18rem;
  overflow: hidden;
  isolation: isolate;
}
#interview::after {
  content: "";
  position: absolute;
  left: -12vw;
  top: 94%;
  width: 180vw;
  height: 10px;
  background: linear-gradient(90deg, #14b7f3 0%, #d0f1fd 100%);
  transform: rotate(-4deg);
  z-index: 101;
}
.interview-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 24rem;
  color: #14b7f3;
  margin-bottom: 4rem;
  margin-top: 20rem;
}
.interview-lead {
  font-size: 5.4rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 8rem;
}
.interview-slider {
  width: 100%;
  overflow: visible;
  margin-bottom: 8rem;
  padding-top: 50px;
}
.interview-slider .swiper-slide {
  width: 300px;
  padding: 0 30px 0 18px;
  overflow: visible;
  transition: transform 0.5s ease;
}
.interview-slider .swiper-slide.is-active {
  transform: scale(1.5);
  z-index: 3;
}
.interview-slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  transition: transform 0.5s ease;
}
.interview-cta {
  text-align: right;
}
@media (max-width: 1280px) {
  .numbers-list {
    grid-template-columns: repeat(2, 410px);
  }
}
@media (max-width: 880px) {
  .numbers-list {
    grid-template-columns: 410px;
  }
}
@media (max-width: 768px) {
  .numbers-title {
    font-size: 12rem;
  }
  .numbers-sub {
    font-size: 3rem;
  }
  .numbers-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .interview-title {
    font-size: 12rem;
  }
  .interview-lead {
    font-size: 3rem;
  }
  .about-title {
    font-size: 10rem;
  }
  .about-sub {
    font-size: 3rem;
  }
  .about-text {
    font-size: 2rem;
  }
  .vision-title {
    font-size: 7rem;
  }
  .vision-text {
    font-size: 2rem;
  }
}
@media (max-width: 600px) {
  section, .container, .wrapper {
    box-sizing: border-box;
    max-width: 100%;
  }
  .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
  }
  .swiper-slide {
    flex-shrink: 0;
    max-width: 100vw;
  }
  * {
    box-sizing: border-box;
  }
  .hero {
    padding-block: 4rem 6rem;
  }
  .hero-bg {
    top: 120px;
    left: -30vw;
    width: 170vw;
    height: 210px;
  }
  .hero-img-wrapper {
    min-height: 320px;
  }
  .hero-img {
    max-width: 92%;
  }
  .vision {
    padding: 30px 0 60px;
  }
  .vision-title {
    font-size: 3.5rem;
    margin-bottom: 2rem;
  }
  .vision-text {
    font-size: 1.1rem;
  }
  .vision::before {
    top: -80px;
  }
  .vision::after {
    bottom: -15px;
  }
  .about {
    padding-block: 8rem 3rem;
  }
  .about-title {
    font-size: 7rem;
  }
  .about-sub {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  .about-img {
    margin: 4rem auto;
  }
  .about-text {
    font-size: 1.1rem;
  }
  .movie {
    padding-block: 0rem 20rem;
    clip-path: none;
  }
  .movie-title {
    font-size: 2rem;
  }
  .movie-description {
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
  .movie-thumbnail {
    max-width: 100%;
    padding-inline: 1rem;
  }
  .numbers::before {
    height: 360px;
  }
  .numbers-bg {
    height: 1500px;
    position: absolute;
    left: -27vw;
    top: 0;
    width: 132vw;
    background: #9be0fa;
    transform: rotate(-4deg);
    transform-origin: top left;
    z-index: -1;
  }
  .numbers::before {
    display: none;
  }
  .numbers-title {
    font-size: 7rem;
  }
  .numbers-sub {
    font-size: 2rem;
  }
  .numbers-list {
    .numbers-list {
      grid-template-columns: repeat(2, 1fr);
    }
    gap: 3rem;
  }
  .numbers-list {
    width: 100%;
  }
  .numbers-item {
    width: 175px;
    height: 175px;
    background: #fff;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .item-heading {
    font-size: 1.3rem;
  }
  .item-number {
    font-size: 2rem;
  }
  .item-number .unit {
    font-size: 1rem;
  }
  .item-note {
    font-size: 1rem;
  }
  .dist-columns {
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
  }
  .dist-col {
    width: 50%;
    max-width: 260px;
  }
  .dist-other {
    width: 100%;
    height: auto;
    font-size: 0.5rem;
    padding: 1rem;
  }
  .dist-title {
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
  }
  .dist-list {
    font-size: 0.6rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 1.6rem;
    white-space: pre-line;
    text-align: left;
  }
  .interview-title {
    font-size: 7rem;
  }
  .interview-lead {
    font-size: 2rem;
  }
  .interview-slider {
    padding-top: 20px;
  }
  terview-slider .swiper-slide.is-active {
    transform: scale(1.2);
  }
  .swiper-wrapper {
    padding-left: 2rem;
    justify-content: flex-start;
  }
  .interview-slider .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    transition: transform 0.5s ease;
  }
  .cta-title {
    font-size: 2rem;
  }
  .cta-btn {
    padding: 1.6rem 3rem;
    font-size: 1.6rem;
  }
  .interview-movie-inner {
    max-width: 100%;
    gap: 4rem;
    padding: 6rem 1rem;
  }
  .movie-thumb img {
    border-radius: 6px;
  }
  .footer-left a, .footer-left p {
    font-size: 1.5rem;
  }
  .footer-bottom {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .numbers-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .item-arrow {
    max-width: 30%;
    height: auto;
  }
  .item-graph {
    max-width: 100%;
    height: auto;
  }
}