@charset "UTF-8";
/**************************************
* news, column共通
***************************************/
.post-archive__category-name + .post-archive__category-name {
  margin-left: 0.5em;
}

.post-page__category > a + a {
  margin-left: 0.5em;
}

.post-page__no-entry {
  font-size: 1.6rem;
}

.post__container {
  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;
  margin-left: calc((100vw - min(1550px, 90vw)) / 2);
  gap: 5%;
}
@media (max-width: 834px) {
  .post__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px 0;
    width: 90%;
    margin: 0 auto;
  }
}

.post-page__thumbnail img {
  width: 100%;
  height: auto;
}

.post-area {
  width: 76%;
}
@media (max-width: 834px) {
  .post-area {
    width: 100%;
  }
}

.post-page {
  width: 76%;
}
@media (max-width: 834px) {
  .post-page {
    width: 100%;
  }
}

.post-sidebar__heading {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media (max-width: 499px) {
  .post-sidebar__heading {
    font-size: 1.6rem;
  }
}

@media (max-width: 499px) {
  .post-sidebar__category-list {
    font-size: 1.6rem;
  }
}

.post-sidebar__list {
  font-size: 1.8rem;
}

.post-sidebar__item + .post-sidebar__item {
  margin-top: 5rem;
}
@media (max-width: 834px) {
  .post-sidebar__item + .post-sidebar__item {
    margin-top: 3rem;
  }
}

/* サイドバー */
.post-sidebar {
  width: 24%;
  max-width: 250px;
}
@media (max-width: 834px) {
  .post-sidebar {
    max-width: none;
    width: 100%;
  }
}

/* カテゴリー */
.post-sidebar__category-item a.active,
.post-sidebar__tag-item a.active {
  color: #4f667d;
  border-bottom: 1px solid #4f667d;
  padding-bottom: 0.5rem;
}

.post-sidebar__lists {
  color: #748faa;
  font-size: 1.4rem;
  font-weight: 500;
}
.post-sidebar__lists a {
  color: #748faa;
}

.post-sidebar__lists + .post-sidebar__lists {
  margin-top: 1.2rem;
}

.post-sidebar__select-wrapper {
  position: relative;
  display: inline-block;
  font-family: Inter, sans-serif;
}
.post-sidebar__select-wrapper .post-sidebar__select-box {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px;
}
.post-sidebar__select-wrapper .post-sidebar__select-box:hover {
  cursor: pointer;
}
.post-sidebar__select-wrapper::after {
  content: "";
  pointer-events: none;
  z-index: 3;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #111;
  border-right: 2px solid #111;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

/* アーカイブ */
.post-sidebar__select-wrapper {
  width: 100%;
  max-width: 250px;
}

.post-sidebar__select-box {
  font-size: 1.6rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
  padding: 8px 0;
  font-size: 16px;
}

/**************************************
* News / お知らせ
***************************************/
/* 個別記事 */
.post-page__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

.post-page__date {
  color: #4f667d;
  font-size: 1.6rem;
  border-right: 1px solid #ccc;
  padding-right: 1em;
}

.post-page__category {
  padding-left: 1em;
  color: #748faa;
  font-size: 1.6rem;
}

.post-page__ttl {
  font-size: 2.4rem;
  margin: 1rem 0rem 5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(116, 143, 170, 0.2);
  font-weight: 600;
}
@media (max-width: 834px) {
  .post-page__ttl {
    margin: 0.8rem 0 2rem;
  }
}

.post-archive .post-page__ttl {
  font-size: 1.8rem;
  font-weight: normal;
  margin: 12px 0 24px;
}

.post-page__tag {
  color: var(--pink);
  font-size: 1.4rem;
}

/* メインコンテンツ箇所 */
.post-page__content {
  /* 目次 */
}
.post-page__content .post-page__ttl-wrap {
  margin-bottom: 4rem;
}
@media (max-width: 834px) {
  .post-page__content .post-page__ttl-wrap {
    margin-bottom: 2rem;
  }
}
.post-page__content * + #toc_container {
  margin-top: 4rem;
}
.post-page__content #toc_container ul ul {
  margin-left: 0em;
}
.post-page__content #toc_container {
  border: none;
  position: relative;
  padding: 4rem 5rem 4rem 9rem;
  margin-bottom: 5rem;
}
@media (max-width: 834px) {
  .post-page__content #toc_container {
    padding: 3rem;
    margin-bottom: 3rem;
  }
}
.post-page__content #toc_container::after {
  background-size: contain;
  content: "Index";
  display: inline-block;
  position: absolute;
  pointer-events: none;
  font-weight: 400;
  font-size: 1.2rem;
  color: #748faa;
  font-family: Inter, sans-serif;
  top: 4rem;
  left: 4rem;
  z-index: 1;
  line-height: 0.7;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 834px) {
  .post-page__content #toc_container::after {
    top: 3rem;
    left: 0;
  }
}
.post-page__content #toc_container a[href^="#H2"] {
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(116, 143, 170, 0.2);
  margin-bottom: 10px;
  display: block;
  line-height: 1;
}
.post-page__content #toc_container a[href^="#H3"] {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
}
.post-page__content #toc_container a[href^="#H4"] {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  padding-left: 1em;
  margin-top: 0.5rem;
}
.post-page__content #toc_container a[href^="#H5"] {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  padding-left: 2em;
  margin-top: 0.5rem;
}
.post-page__content #toc_container a[href^="#H6"] {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  padding-left: 3em;
  margin-top: 0.5rem;
}
.post-page__content #toc_container .toc_list > li + li {
  margin-top: 4rem;
}
@media (max-width: 834px) {
  .post-page__content #toc_container .toc_list > li + li {
    margin-top: 3rem;
  }
}

/* 各見出し */
.post-page__content-body p {
  font-size: 1.4rem;
  line-height: 2;
}
.post-page__content-body .wp-block-heading {
  margin-top: 5rem;
}
@media (max-width: 834px) {
  .post-page__content-body .wp-block-heading {
    margin-top: 3rem;
  }
}
.post-page__content-body .wp-block-heading [id^=H2],
.post-page__content-body .wp-block-heading [id^=H3],
.post-page__content-body .wp-block-heading [id^=H4],
.post-page__content-body .wp-block-heading [id^=H5],
.post-page__content-body .wp-block-heading [id^=H6] {
  margin-bottom: 2.7rem;
}
@media (max-width: 834px) {
  .post-page__content-body .wp-block-heading [id^=H2],
  .post-page__content-body .wp-block-heading [id^=H3],
  .post-page__content-body .wp-block-heading [id^=H4],
  .post-page__content-body .wp-block-heading [id^=H5],
  .post-page__content-body .wp-block-heading [id^=H6] {
    margin-bottom: 10px;
  }
}
.post-page__content-body .wp-block-heading [id^=H2] {
  font-weight: 600;
  font-size: 2.2rem;
  display: block;
  padding-left: 1em;
  border-left: 1px solid rgba(116, 143, 170, 0.6);
}
.post-page__content-body .wp-block-heading [id^=H3] {
  font-size: 2.2rem;
  font-weight: 600;
  display: block;
}
.post-page__content-body .wp-block-heading [id^=H4] {
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  padding-left: 2em;
  position: relative;
}
.post-page__content-body .wp-block-heading [id^=H4]::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #748faa;
  width: 2.6rem;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
.post-page__content-body .wp-block-heading [id^=H5] {
  font-size: 1.8rem;
  font-weight: 600;
  display: inline-block;
  padding-left: 1em;
  position: relative;
  line-height: 1.8;
}
.post-page__content-body .wp-block-heading [id^=H5]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 12px;
  height: 12px;
  background-color: rgba(116, 143, 170, 0.6);
  border-radius: 50%;
}
.post-page__content-body .wp-block-heading [id^=H6] {
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-block;
  border-bottom: 1px solid #28323b;
  display: inline;
}

.post-page__back-btn {
  margin: 10rem auto 0;
}
@media (max-width: 834px) {
  .post-page__back-btn {
    margin-top: 3rem;
  }
}

/* アーカイブ */
@media (max-width: 834px) {
  .post-archive .post-page__ttl {
    font-size: 2.2rem;
  }
}
@media (max-width: 499px) {
  .post-archive .post-page__ttl {
    font-size: 1.8rem;
  }
}
.post-archive .post-page__ttl-wrap {
  width: 58%;
}
@media (max-width: 639px) {
  .post-archive .post-page__ttl-wrap {
    width: 100%;
  }
}

.post-archive__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 834px) {
  .post-archive__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 1.5rem;
  }
}

/**************************************
* news / お知らせ
***************************************/
.news-archive .post-archive__list {
  margin-top: -3rem;
}
@media (max-width: 834px) {
  .news-archive .post-archive__list {
    margin-top: -2rem;
  }
}
.news-archive .post-archive__item a {
  padding: 3rem 0;
}
@media (max-width: 834px) {
  .news-archive .post-archive__item a {
    padding: 2rem 0;
  }
}

.post-archive__category-name {
  color: #748faa;
  font-size: 1.2rem;
}

.post-archive__ttl {
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 834px) {
  .post-archive__ttl {
    width: 100%;
  }
}

.post-archive__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.post-archive__year-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.post-archive__date--year {
  font-size: 1.2rem;
}

.post-archive__date--month {
  font-size: 1.5rem;
  line-height: 1;
}

.post-archive__date--day {
  font-size: 3.8rem;
  line-height: 1;
}

.post-archive__img {
  max-width: 368px;
  aspect-ratio: 368/250;
  width: 34%;
  height: auto;
}
@media (max-width: 834px) {
  .post-archive__img {
    width: 40%;
  }
}
@media (max-width: 639px) {
  .post-archive__img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.post-archive__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-archive .post-page__content .post-page__ttl-wrap {
  margin-bottom: 0;
}

/**************************************
* journal / ジャーナルコラム
***************************************/
/* アーカイブページ */
.post-archive__category span + span {
  margin-left: 0.5em;
}

.journal-archive .post-archive__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9rem 4%;
}
@media (max-width: 499px) {
  .journal-archive .post-archive__list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 5rem;
  }
}
.journal-archive .post-archive__link {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.journal-archive .post-archive__body {
  width: 100%;
}
.journal-archive .post-archive__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.journal-archive .post-archive__date {
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #ccc;
}
.journal-archive .post-archive__new {
  font-size: 1.2rem;
  border-radius: 50px;
  color: #fff;
  background-color: #748faa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 0.5rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 200;
  margin-bottom: 1rem;
}
.journal-archive .post-archive__category {
  color: #748faa;
}
.journal-archive .post-archive__img {
  max-width: none;
  width: 100%;
  margin-bottom: 3rem;
  aspect-ratio: 497/300;
  height: auto;
  overflow: hidden;
}
@media (max-width: 639px) {
  .journal-archive .post-archive__img {
    margin-bottom: 20px;
  }
}
.journal-archive .post-archive__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 499px) {
  .journal-archive .post-archive__img {
    margin-bottom: 20px;
  }
}
.journal-archive .post-archive__ttl {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.post-sidebar__archive-months {
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.2rem;
  color: #748faa;
  margin-top: 1rem;
}
.post-sidebar__archive-months li + li {
  margin-top: 1rem;
}

.post-sidebar__archive-toggle {
  background: none;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
  text-align: left;
  font-weight: 500;
  color: #748faa;
}

.post-sidebar__archive-toggle.is-open {
  color: #4f667d;
}

.post-sidebar__archive-year-list-item {
  line-height: 1.3;
}

.post-sidebar__archive-year-list-item + .post-sidebar__archive-year-list-item {
  margin-top: 1.2rem;
}/*# sourceMappingURL=post-common.css.map */