@charset "UTF-8";
/* -------------------------
 * MV
 * ------------------------- */
.message__under-mv {
  background: url(../img/message/mv.webp) no-repeat center top/cover;
}

/* -------------------------
 * コンテンツ
 * ------------------------- */
.message__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media (max-width: 639px) {
  .message__img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.message__img {
  width: 90%;
  min-width: 525px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 639px) {
  .message__img {
    min-width: auto;
    width: 100%;
  }
}

.message__profile {
  background-color: #faf4ed;
  padding: 2rem 3rem;
  position: absolute;
  right: 0;
  bottom: -4.5rem;
  width: auto;
  min-width: 25rem;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-width: 639px) {
  .message__profile {
    position: static;
    width: 100%;
    padding-inline: 0;
    width: 90%;
    margin: 0 auto;
    text-align: right;
  }
}

.message__profile-name span {
  font-size: 2.2rem;
  margin-left: 1.8rem;
}
@media (max-width: 639px) {
  .message__profile-name span {
    font-size: 1.8rem;
  }
}

.message__txt-wrap {
  margin-top: 8rem;
}
@media (max-width: 639px) {
  .message__txt-wrap {
    margin-top: 2rem;
  }
}

.message__txt + .message__txt {
  margin-top: 1.2rem;
}

@media (max-width: 399px) {
  .message__catch.under-catch {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=message.css.map */