/* ---------------------
  common
--------------------- */
.f22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 450px) {
  .f22 {
    font-size: 1.6rem;
  }
}

.f36 {
  font-size: 3.6rem;
}
@media screen and (max-width: 834px) {
  .f36 {
    font-size: 2rem;
  }
}

/* ---------------------
  message
--------------------- */
.sec-message__img {
  margin-bottom: 10rem;
}
@media screen and (max-width: 834px) {
  .sec-message__img {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 450px) {
  .sec-message__img {
    margin-bottom: 3rem;
  }
}
.sec-message__img img {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 834px) {
  .sec-message .f48 {
    font-size: 5.4vw;
  }
}
.sec-message .c-txt {
  margin-top: 6rem;
}
@media screen and (max-width: 834px) {
  .sec-message .c-txt {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .sec-message .c-txt {
    margin-top: 2rem;
  }
}
.sec-message__name {
  width: fit-content;
  margin: 5rem 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 834px) {
  .sec-message__name {
    margin-top: 3rem;
  }
}
.sec-message__name-img {
  display: block;
  width: 6em;
}