body {
  overflow: unset;
  text-align: justify;
}
body.admin-bar {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  body.admin-bar {
    padding-top: 46px;
  }
}
@media screen and (max-width: 767px) {
  body header {
    position: sticky;
    top: 0;
  }
}

.page-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .page-header {
    padding: 16px 32px;
  }
}
.page-header.column {
  background-color: #efefef;
}
.page-header hgroup {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.page-header hgroup .en {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .page-header hgroup .en {
    font-size: 24px;
  }
}
.page-header hgroup .ja {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .page-header hgroup .ja {
    font-size: 12px;
  }
}

.column-wrap {
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .column-wrap {
    padding-inline: 32px;
  }
}
.column-wrap .column-head {
  margin-bottom: 40px;
}
.column-wrap .column-head .article-thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  margin-bottom: 1em;
  border-radius: 3px;
}
.column-wrap .column-head .single-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .column-wrap .column-head .single-title {
    font-size: 18px;
  }
}
.column-wrap .column-head .article-time {
  font-size: 14px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .column-wrap .column-head .article-time {
    font-size: 11px;
  }
}
.column-wrap .column-head .article-author {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 16px;
  line-height: 1.5;
  align-items: center;
}
.column-wrap .column-head .article-author img {
  width: 60px;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
  background-color: #efefef;
  border-radius: 50%;
}
.column-wrap .column-head .article-author .intro {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .column-wrap .column-head .article-author .intro {
    font-size: 11px;
  }
}
.column-wrap .column-head .article-author .name {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .column-wrap .column-head .article-author .name {
    font-size: 14px;
  }
}
.column-wrap .column-body {
  font-size: 16px;
  line-height: 1.75;
}
.column-wrap .column-body a {
  display: inline-block;
  color: #0033cc;
}
.column-wrap .column-body .wp-block-image {
  max-width: 90%;
  height: auto;
  margin-block: 1em;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .column-wrap .column-body .wp-block-image {
    max-width: unset;
  }
}
.column-wrap .column-body .wp-block-image .wp-element-caption {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column-wrap .column-body .wp-block-image .wp-element-caption {
    font-size: 11px;
  }
}
.column-wrap .column-body p:not(:last-of-type) {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .column-wrap .column-body p {
    font-size: 15px;
  }
}
.column-wrap .column-body h2,
.column-wrap .column-body h3,
.column-wrap .column-body h4,
.column-wrap .column-body h5,
.column-wrap .column-body h6 {
  font-weight: bold;
  margin-block: 1em 0.8em;
}
.column-wrap .column-body h2 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .column-wrap .column-body h2 {
    font-size: 21px;
  }
}
.column-wrap .column-body h3 {
  font-size: 24px;
  background-color: #efefef;
  padding: 0.4em;
}
@media screen and (max-width: 767px) {
  .column-wrap .column-body h3 {
    font-size: 18px;
  }
}
.column-wrap .column-body h4,
.column-wrap .column-body h5,
.column-wrap .column-body h6 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .column-wrap .column-body h4,
  .column-wrap .column-body h5,
  .column-wrap .column-body h6 {
    font-size: 16px;
  }
}
.column-wrap .column-body .wp-block-list {
  font-size: 16px;
  list-style: disc;
  padding-left: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .column-wrap .column-body .wp-block-list {
    font-size: 15px;
  }
}
.column-wrap .column-body .wp-block-list li:not(:last-child) {
  margin-bottom: 0.5em;
}
.column-wrap .column-body strong,
.column-wrap .column-body b {
  font-weight: bold;
}

.column-profile {
  background-color: #efefef;
  padding: 24px;
}
.column-profile .headline {
  font-weight: bold;
  margin-bottom: 1em;
}
.column-profile .explain {
  font-size: 14px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .column-profile .explain {
    font-size: 12px !important;
  }
}