.contents01 {
  padding: 10rem 0 0;
}

.contents01__title,
.contents02__title,
.contents03__title,
.contents04__title {
  position: relative;
  margin-top: 5rem;
  z-index: 1;
}

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

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

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

.contents01-interview,
.contents02-interview,
.contents03-interview,
.contents04-interview {
  margin-top: 5rem;
}

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

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

@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,
  .contents02,
  .contents03,
  .contents04 {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .contents01__title,
  .contents02__title,
  .contents03__title,
  .contents04__title {
    margin-top: 3.13vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contents01__title,
  .contents02__title,
  .contents03__title,
  .contents04__title {
    margin-top: 10.67vw;
  }
}
@media screen and (max-width: 768px) {
  .contents01-image,
  .contents02-image,
  .contents03-image,
  .contents04-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,
  .contents02-image,
  .contents03-image,
  .contents04-image {
    margin-top: -1.25vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contents01-image,
  .contents02-image,
  .contents03-image,
  .contents04-image {
    margin-top: -4.27vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .contents01-image--02,
  .contents02-image--02,
  .contents04-image--02 {
    margin-top: 3.13vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contents01-image--02,
  .contents02-image--02,
  .contents04-image--02 {
    margin-top: 10.67vw;
  }
}
@media screen and (max-width: 768px) {
  .contents01-image img,
  .contents02-image img,
  .contents03-image img,
  .contents04-image img {
    aspect-ratio: 375/187;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .contents01-interview,
  .contents02-interview,
  .contents03-interview,
  .contents04-interview {
    margin-top: 3.13vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contents01-interview,
  .contents02-interview,
  .contents03-interview,
  .contents04-interview {
    margin-top: 10.67vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .contents04-note {
    margin-top: 3.13vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contents04-note {
    margin-top: 10.67vw;
  }
}