.main_body .title_wapper {
  max-width: var(--wp--style--global--wide-size);
  position: relative;
}
.main_body .title_wapper .post_thumb {
  background: url(../images/messages--background.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 165/107;
  overflow: hidden;
  border-radius: 50%/75%;
  display: block;
  background-position: bottom;
}
.main_body .title_wapper .post_thumb img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  display: block;
  -o-object-position: 20% bottom;
     object-position: 20% bottom;
}
.main_body .title_wapper .page_title {
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 20%;
  right: 10%;
  gap: 0.5rem;
  align-items: flex-start;
  margin: 0;
  font-size: 14px;
}
@media screen and (max-width: 330px) {
  .main_body .title_wapper .page_title {
    right: 0;
  }
}
.main_body .title_wapper .page_title span {
  font-size: var(--wp--preset--font-size--small) !important;
  background: #FFF;
  border: 1px solid #000;
  font-size: 1rem;
  letter-spacing: 0.5em;
  padding: 2% 0;
  white-space: nowrap;
}
.main_body .title_wapper + p {
  margin-bottom: 5rem;
  padding-right: 30%;
  font-size: var(--wp--preset--font-size--small);
}
.main_body div.wp-block-group {
  margin-top: 0;
  margin-bottom: 3rem;
}
.main_body div.wp-block-group:last-of-type {
  margin-bottom: 3rem;
}
.main_body div.wp-block-group h3 {
  font-size: var(--wp--preset--font-size--xx-large);
  line-height: 1.7;
  line-break: loose;
  overflow-wrap: normal;
  word-break: keep-all;
}
.main_body div.wp-block-group:nth-of-type(odd) h3 {
  text-align: left;
}
.main_body div.wp-block-group:nth-of-type(even) h3 {
  text-align: right;
}
.main_body div.wp-block-group p {
  margin-top: 2rem;
}
.main_body div.wp-block-group figure {
  margin-top: 2rem;
}
.main_body div.wp-block-group figure img {
  border-radius: 50%/75%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 165/107;
}

.post_index {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
.post_index .title_wapper .post_thumb {
  background-image: url(../images/messages_list--background.png);
  border: 1px solid var(--wp--preset--color--theme-black);
}
.post_index a {
  display: block;
  text-decoration: none;
  color: var(--wp--preset--color--theme-black);
}
.post_index a:hover {
  opacity: 0.5;
}
.post_index div.title_wapper {
  max-width: none;
}/*# sourceMappingURL=messages.css.map */