.message__wrapper {
  width: 1200px;
  margin: 0 auto 120px;
  display: flex;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media screen and (max-width: 1280px) {
  .message__wrapper {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 850px) {
  .message__wrapper {
    margin-bottom: 80px;
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 56px;
  }
}
@media screen and (max-width: 450px) {
  .message__wrapper {
    padding: 0 20px;
    margin-bottom: 56px;
    row-gap: 40px;
  }
}
.message__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #10181D;
  line-height: 1.8;
}
.message__text h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #0B7BEC;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 56px;
}
@media screen and (max-width: 850px) {
  .message__text h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 450px) {
  .message__text h2 {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.message__text-main {
  margin-bottom: 56px;
  text-align: justify;
}
@media screen and (max-width: 850px) {
  .message__text-main {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 450px) {
  .message__text-main {
    margin-bottom: 32px;
  }
}
.message__text-main sup {
  font-size: 12px;
  margin: 0 3px;
  top: -4px;
}
.message__text-note {
  font-size: 12px;
  margin-bottom: 56px;
}
@media screen and (max-width: 850px) {
  .message__text-note {
    margin-bottom: 40px;
  }
}
.message__text-note a {
  display: inline;
  color: #10181D;
  text-decoration: underline;
}
.message__text-name {
  text-align: right;
}
.message__img {
  width: 480px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 1280px) {
  .message__img {
    width: max(37.5vw, 300px);
  }
}
@media screen and (max-width: 850px) {
  .message__img {
    width: 300px;
  }
}
@media screen and (max-width: 450px) {
  .message__img {
    width: 205px;
  }
}/*# sourceMappingURL=message.css.map */