@font-face {
  font-family: "Noto Sans JP";
  src: url("../assets/fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2 supports variations"), url("../assets/fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 400 500 600 700;
}
header {
  background-color: #F4F4F4;
}

.post-main .h2-title-group,
.news-main .h2-title-group {
  margin: clamp(60px, 6vw, 100px) auto clamp(100px, 10vw, 150px);
}
.post-main .h2-title-group h3,
.news-main .h2-title-group h3 {
  font-size: clamp(18px, 2vw, 24px);
  margin-bottom: 0.5em;
}
.post-main .h2-title-group h2,
.news-main .h2-title-group h2 {
  margin-bottom: 0;
  font-size: clamp(40px, 9vw, 100px);
  color: #F4F4F4;
}
.post-main .st-table,
.news-main .st-table {
  margin-bottom: clamp(80px, 10vw, 160px);
}

.post-main {
  width: 100%;
  padding-bottom: clamp(40px, 10vw, 140px);
}
.post-main h1 {
  margin: clamp(40px, 10vw, 140px) auto clamp(30px, 6vw, 60px) auto;
  text-align: center;
}
.post-main .breadcrumbs {
  margin: 1.6em 0 1em 0;
  flex-wrap: wrap;
  font-weight: 700;
}
.post-main .breadcrumbs .spacer {
  margin: 0 1em;
}

.post-body {
  position: relative;
  min-height: 40vh;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 40px 2% clamp(40px, 10vw, 100px) 2%;
  overflow-x: hidden;
}
.post-body .post-meta {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 1em;
}
.post-body .post-date {
  width: 35%;
}
.post-body .tag-list {
  width: 60%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: end;
}
.post-body .tag-list a {
  margin: 0.1em 0.5em;
}
.post-body .tag-list a:before {
  content: "#";
}

.nav-elements {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.nav-elements a {
  box-sizing: border-box;
  width: 50%;
}
.nav-elements a:first-child {
  padding-right: 1em;
  text-align: start;
}
.nav-elements a:last-child {
  padding-left: 1em;
  text-align: end;
}

/*# sourceMappingURL=post.css.map */
