@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;800&display=swap");
* {
  font-family: "M PLUS 1p", sans-serif;
}

.section05 {
  position: relative;
  padding-right: 30px;
  padding-bottom: 5%;
}
@media screen and (max-width: 900px) {
  .section05 {
    padding-right: 0;
    padding-bottom: 15%;
  }
}
.section05 .inner {
  aspect-ratio: 1000/465;
  max-width: 1000px;
}
@media screen and (max-width: 900px) {
  .section05 .inner {
    aspect-ratio: 318/180;
    width: 84.8%;
  }
}
.section05 .inner img {
  width: 100%;
  height: 100%;
  border-radius: 0 30px 30px 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 40%;
     object-position: center 40%;
}/*# sourceMappingURL=section05.css.map */