@charset "UTF-8";
/**************************************/
/**************************************
* news / お知らせ
***************************************/
.under__news .under__main {
  position: relative;
  z-index: 0;
}

.news {
  overflow-x: clip;
}

.post-page__ttl-wrap {
  font-weight: 500;
}

.news__content-flex {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: reverse;
          flex-direction: reverse;
  gap: 6%;
}
@media (max-width: 1240px) {
  .news__content-flex {
    padding-block: 30px 60px;
    width: 100%;
    margin: 0 auto;
    display: contents;
  }
}

@media (max-width: 1240px) {
  .news__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1240px) {
  .news__container .news-sidebar {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 50px;
  }
}
@media (max-width: 1240px) {
  .news__container .post-archive {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 1240px) {
  .news__container .news__pagination {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-bottom: 0px;
  }
}

.post-page {
  width: 76%;
  padding-right: 25px;
}
@media (max-width: 1240px) {
  .post-page {
    width: 100%;
    padding-inline: 25px;
  }
}
@media (max-width: 834px) {
  .post-page {
    padding-inline: 0px;
  }
}

.news-sidebar__heading {
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 21px;
}
@media (max-width: 834px) {
  .news-sidebar__heading {
    font-size: 16px;
  }
}

.news-sidebar__list {
  font-size: 16px;
}
@media (max-width: 834px) {
  .news-sidebar__list {
    font-size: 14px;
  }
}

.news-sidebar__item + .news-sidebar__item {
  margin-top: 100px;
}
@media (max-width: 1240px) {
  .news-sidebar__item + .news-sidebar__item {
    margin-top: 40px;
  }
}

.news-sidebar__category-item a {
  color: rgba(255, 255, 255, 0.5);
}
.news-sidebar__category-item a.active {
  color: #fff;
}

.news-sidebar__list-item + .news-sidebar__list-item {
  margin-top: 10px;
}

/* サイドバー */
.news-sidebar {
  width: 24%;
  max-width: 250px;
  padding-inline: 25px;
}
@media (max-width: 1240px) {
  .news-sidebar {
    max-width: none;
    width: 100%;
    padding-inline: 0px;
  }
}

/* カテゴリー */
.news-sidebar__category-list li + li {
  margin-top: 18px;
}

.news-sidebar__select-wrapper {
  position: relative;
  display: inline-block;
  font-family: Inter, sans-serif;
}
.news-sidebar__select-wrapper .news-sidebar__select-box {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px;
}
.news-sidebar__select-wrapper .news-sidebar__select-box:hover {
  cursor: pointer;
}
.news-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);
}

/* アーカイブ */
.news-sidebar__archive-list {
  color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

/**************************************
* News / お知らせ
***************************************/
/* 個別記事 */
.post-single .post-page__ttl {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 834px) {
  .post-single .post-page__ttl {
    font-size: 20px;
  }
}
.post-single .post-page__ttl-area-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin-bottom: 15px;
}
.post-single .post-page__date {
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #fff;
}
.post-single .post-page__category {
  font-weight: 500;
  font-size: 14px;
}
.post-single .post-page__content-body .wp-block-image img {
  height: auto;
  width: 100%;
}
.post-single .news-sidebar {
  padding-inline: 25px;
}
.post-single .post-archive__img {
  margin-bottom: 50px;
}
@media (max-width: 834px) {
  .post-single .post-archive__img {
    margin-bottom: 20px;
  }
}

.post-page__thumbnail {
  margin-bottom: 3rem;
}
@media (max-width: 834px) {
  .post-page__thumbnail {
    margin-bottom: 2rem;
  }
}
.post-page__thumbnail img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.post-page__ttl-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 834px) {
  .post-page__ttl-container {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.post-page__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 1240px) {
  .post-page__meta {
    gap: 15px;
  }
}

.post-page__date {
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 834px) {
  .post-page__date {
    font-size: 13px;
  }
}

.post-archive .post-page__category {
  font-weight: 500;
  color: #000;
  line-height: 1;
  padding: 1rem 1.5rem 0.8rem;
  border-radius: 50px;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* メインコンテンツ箇所 */
.post-page__content {
  width: 100%;
  /* 目次 */
}
.post-page__content .post-page__ttl-wrap {
  margin-bottom: 64px;
}
@media (max-width: 834px) {
  .post-page__content .post-page__ttl-wrap {
    margin-bottom: 20px;
  }
}
.post-page__content .toc_title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: 16px;
  font-family: "Unbounded", sans-serif;
  font-weight: normal !important;
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
}
@media (max-width: 834px) {
  .post-page__content .toc_title {
    font-size: 13px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
    -webkit-transform: skewX(-10deg);
            transform: skewX(-10deg);
  }
}
.post-page__content p + #toc_container {
  margin-top: 6rem;
}
.post-page__content #toc_container {
  border: none;
  padding: 60px 5%;
  margin-bottom: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  font-weight: 300;
}
@media (max-width: 834px) {
  .post-page__content #toc_container {
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 834px) {
  .post-page__content #toc_container ul > ul {
    margin-left: 0;
  }
}
.post-page__content #toc_container a {
  color: inherit;
}
.post-page__content #toc_container a[href^="#H2"],
.post-page__content #toc_container a[href^="#h2"] {
  font-size: 18px;
  display: block;
  padding-left: 22px;
  position: relative;
}
@media (max-width: 834px) {
  .post-page__content #toc_container a[href^="#H2"],
  .post-page__content #toc_container a[href^="#h2"] {
    padding-left: 0;
  }
}
.post-page__content #toc_container a[href^="#H2"]::after,
.post-page__content #toc_container a[href^="#h2"]::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: var(--color_orange);
  top: 0.8rem;
  left: 0;
  z-index: 1;
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.post-page__content #toc_container a[href^="#H2"] + ul,
.post-page__content #toc_container a[href^="#h2"] + ul {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .post-page__content #toc_container a[href^="#H2"] + ul,
  .post-page__content #toc_container a[href^="#h2"] + ul {
    margin-top: 20px;
  }
}
.post-page__content #toc_container a[href^="#H3"],
.post-page__content #toc_container a[href^="#h3"],
.post-page__content #toc_container a[href^="#H4"],
.post-page__content #toc_container a[href^="#h4"],
.post-page__content #toc_container a[href^="#H5"],
.post-page__content #toc_container a[href^="#h5"],
.post-page__content #toc_container a[href^="#H6"],
.post-page__content #toc_container a[href^="#h6"] {
  font-size: 14px;
  display: block;
}
.post-page__content #toc_container .toc_list {
  font-weight: 300;
}
.post-page__content #toc_container .toc_list > li + li {
  margin-top: 45px;
}
@media (max-width: 834px) {
  .post-page__content #toc_container .toc_list > li + li {
    margin-top: 30px;
  }
}
.post-page__content #toc_container .toc_list ul li {
  margin-top: 10px;
}

/* 各見出し */
.post-page__content-body p {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 834px) {
  .post-page__content-body p {
    font-size: 14px;
  }
}
.post-page__content-body .wp-block-heading {
  margin-top: 30px;
  display: block;
}
.post-page__content-body .wp-block-heading + p {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .post-page__content-body .wp-block-heading + p {
    margin-top: 15px;
  }
}
.post-page__content-body p + .wp-block-heading {
  margin-top: 40px;
}
.post-page__content-body h2.wp-block-heading {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}
@media (max-width: 834px) {
  .post-page__content-body h2.wp-block-heading {
    font-size: 20px;
  }
}
.post-page__content-body h2.wp-block-heading::after {
  background: #fff;
  content: "";
  position: absolute;
  width: 18%;
  height: 1px;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.post-page__content-body h3.wp-block-heading {
  font-size: 22px;
  font-weight: 300;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 834px) {
  .post-page__content-body h3.wp-block-heading {
    font-size: 18px;
  }
}
.post-page__content-body h3.wp-block-heading::after {
  background: #fff;
  content: "";
  position: absolute;
  width: 18%;
  height: 1px;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.post-page__content-body h4.wp-block-heading {
  font-size: 20px;
  font-weight: 300;
  padding-left: 42px;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 834px) {
  .post-page__content-body h4.wp-block-heading {
    font-size: 16px;
  }
}
.post-page__content-body h4.wp-block-heading::before {
  background: #748faa;
  content: "";
  position: absolute;
  width: 26px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
.post-page__content-body h5.wp-block-heading {
  font-size: 18px;
  font-weight: 300;
  position: relative;
  padding-left: 24px;
}
@media (max-width: 834px) {
  .post-page__content-body h5.wp-block-heading {
    font-size: 16px;
  }
}
.post-page__content-body h5.wp-block-heading::before {
  background: rgba(255, 255, 255, 0.6);
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
.post-page__content-body h6.wp-block-heading {
  font-size: 18px;
  font-weight: 300;
  border-bottom: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .post-page__content-body h6.wp-block-heading {
    font-size: 16px;
  }
}

/* -------------------------
 * アーカイブ
 * ------------------------- */
.post-archive__link {
  display: grid;
  grid-template-columns: 320fr 665fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 9%;
     -moz-column-gap: 9%;
          column-gap: 9%;
}
@media (max-width: 1240px) {
  .post-archive__link {
    grid-template-columns: 25% 1fr;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}
@media (max-width: 834px) {
  .post-archive__link {
    grid-template-columns: 1fr;
  }
}
.post-archive__link .material-symbols-outlined {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  font-size: 18px;
}
@media (max-width: 834px) {
  .post-archive__link .material-symbols-outlined {
    margin-left: auto;
  }
}
.post-archive__link:hover .material-symbols-outlined {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.post-archive__img {
  width: 100%;
  height: auto;
}
@media (max-width: 1240px) {
  .post-archive__img {
    margin-bottom: 30px;
  }
}

.post-archive__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 300/225;
}

.post-page__item-body {
  display: grid;
  grid-template-columns: 565fr 16fr;
  -webkit-column-gap: 12%;
     -moz-column-gap: 12%;
          column-gap: 12%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1240px) {
  .post-page__item-body {
    grid-template-columns: 1fr auto;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}
@media (max-width: 834px) {
  .post-page__item-body {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

.post-page__excerpt {
  line-height: 2;
}

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

.post-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}

.post-archive__item {
  border-bottom: 1px solid #50575e;
  padding-inline: 3%;
}
@media (max-width: 834px) {
  .post-archive__item {
    padding-inline: 0;
  }
}
.post-archive__item:first-child {
  padding-bottom: 30px;
}
@media (max-width: 834px) {
  .post-archive__item:first-child {
    padding-bottom: 20px;
  }
}
.post-archive__item:not(:first-child) {
  padding-block: 30px;
}
@media (max-width: 834px) {
  .post-archive__item:not(:first-child) {
    padding-block: 20px;
  }
}/*# sourceMappingURL=news.css.map */