.message_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7.1rem;
  margin: 13.7rem 0 17.6rem;
}
@media screen and (max-width: 767px) {
  .message_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 8rem 0;
    gap: 2.6rem;
  }
}

.message_card + .message_card {
  margin-top: 10.5rem;
}
@media screen and (max-width: 767px) {
  .message_card + .message_card {
    margin-top: 6.2rem;
  }
}

.message_imgBox {
  width: 42.59%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  position: sticky;
  top: 23.7rem;
}
@media screen and (max-width: 767px) {
  .message_imgBox {
    width: 100%;
  }
}

.message_title {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .message_title {
    font-size: 2.3rem;
    line-height: 1.5;
  }
}

.message_desc {
  margin-top: -0.8rem;
  letter-spacing: 0.03em;
  line-height: 1.63;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .message_desc {
    margin-top: 0;
  }
}

.message_desc + .message_desc {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .message_desc + .message_desc {
    margin-top: 1.5rem;
  }
}

.message_note {
  margin-top: 3.4rem;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.57;
}

.message_titleBottom {
  margin-top: 3.2rem;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
}

.message_depBottom {
  font-size: 1.6rem;
}

.message .mv_titleJp {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .message .mv_titleJp {
    margin-top: 0;
  }
}