.p-message {
  position: relative;
  z-index: 10;
  margin-top: 0;
  text-align: center;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message {
    margin-top: -5rem;
  }
}

.p-message__img {
  margin-bottom: 7rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__img {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-message__img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 30%;
       object-position: 30%;
    height: 20rem;
  }
}
.p-message__img .swiper-wrapper {
  transition-timing-function: linear;
}