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

.p-message__title {
  font-size: 3rem;
  letter-spacing: -0.05em;
  line-height: 1.31;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__title {
    font-size: 4.6rem;
  }
}

.p-message__text {
  font-weight: 700;
  line-height: 1.8;
  margin: 3rem 0 25rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__text {
    margin: 3.9rem 0 8.5rem;
  }
}

.p-message__navi_title {
  font-size: 2rem;
  line-height: 1.14;
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__navi_title {
    font-size: 3.6rem;
  }
}

.p-message__img {
  position: absolute;
}
.p-message__img.__01 {
  left: 2rem;
  bottom: 24.5rem;
  width: 11.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__img.__01 {
    left: 4rem;
    top: 1.6rem;
    bottom: auto;
    width: 26.6rem;
  }
}
.p-message__img.__02 {
  right: 1rem;
  bottom: 27.5rem;
  width: 17.8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__img.__02 {
    right: 4.4rem;
    top: 3.5rem;
    bottom: auto;
    width: 28.8rem;
  }
}