@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
.p-message {
  text-align: center;
}
.p-message__title {
  margin: 40px 0;
  font-size: 3.7rem;
  font-weight: normal;
}
.p-message__img {
  width: 300px;
  margin: 0 auto;
}
.p-message__name {
  margin: 30px 0 0;
  font-size: 2.6rem;
  font-weight: normal;
}
.p-message__contents {
  margin: 30px 0 20px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px){
  .p-message__title {
    font-size: 5.3333333333vw;
  }
  .p-message__img {
    width: 80vw;
  }
  .p-message__name {
    font-size: 4.5333333333vw;
  }
  .p-message__contents {
    font-size: 3.6vw;
    line-height: 1.7;
  }
}