.contents01 {
  padding: 10rem 0 0;
}

.contents01__title {
  position: relative;
  z-index: 1;
}

.contents01-image {
  width: 100%;
  max-width: 60rem;
  margin-inline: auto;
  margin-top: -1.25rem;
}

.contents01-image--02 {
  margin-top: 5rem;
}

.contents01-image img {
  height: auto;
  aspect-ratio: 960/480;
}

.contents01-interview {
  margin-top: 5rem;
}

.contents01-note {
  margin-top: 5rem;
}

.contents01-note::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .contents01 {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .contents01 {
    padding: 3.13vw 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contents01 {
    padding: 10.67vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .contents01__title {
    position: relative;
    z-index: 1;
  }
  .contents01-image {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .contents01-image {
    margin-top: -1.25vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contents01-image {
    margin-top: -4.27vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .contents01-image--02 {
    margin-top: 3.13vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contents01-image--02 {
    margin-top: 10.67vw;
  }
}
@media screen and (max-width: 768px) {
  .contents01-image img {
    aspect-ratio: 375/187;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .contents01-interview {
    margin-top: 3.13vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contents01-interview {
    margin-top: 10.67vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .contents01-note {
    margin-top: 3.13vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contents01-note {
    margin-top: 10.67vw;
  }
}