@charset "utf-8";
/* =========================================================
   news.css — News系ページ専用
   News一覧 / カテゴリ別 / 記事詳細（本文スタイル・ページャー・サイド）
   共通部分（リセット/ヘッダー/ナビ/フッター/パンくず等）は common.css。
   ========================================================= */

@media screen and (max-width: 900px) {
.page-container {
    padding-right: 15px;
    padding-left: 15px; }
}
@media screen and (max-width: 600px) {
.page-container {
    padding-right: 15px;
    padding-left: 15px; }
}
@media screen and (max-width: 900px) {
.layout-lr__left, .layout-lr__right {
    width: 100%;
    padding: 0; }
}

@keyframes link-line {
  0% {
    transform: scaleX(1);
    transform-origin: right; }
  49% {
    transform: scaleX(0);
    transform-origin: right; }
  50% {
    transform: scaleX(0);
    transform-origin: left; }
  100% {
    transform: scaleX(1);
    transform-origin: left; } }@media screen and (min-width: 1091px) {
.link a:hover:before {
    right: -3px; }
  .link a:hover:after {
    animation: link-line 0.3s cubic-bezier(0.51, 0.2, 0.31, 0.91); }
}
@media screen and (max-width: 900px) {
.nav-bar span {
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--text);
    left: 0;
    transition: 0.3s cubic-bezier(0.51, 0.2, 0.31, 0.91); }
  .nav-bar span:nth-child(1) {
    top: 0; }
  .nav-bar span:nth-child(2) {
    bottom: 0; }
  .nav-bar.is-active span {
    width: 112%; }
  .nav-bar.is-active span:nth-child(1) {
    transform: rotate(25deg) translate(-1px, 7px); }
  .nav-bar.is-active span:nth-child(2) {
    transform: rotate(-25deg) translate(-1px, -6px); }
}
@media screen and (min-width: 1091px) {
.nav__list-item--home a:hover {
    opacity: .5; }
}
@media screen and (min-width: 1091px) {
.nav__list-item a:hover {
    color: var(--sub-text); }
}
@media screen and (max-width: 900px) {
.nav__logo img {
    width: 152px; }
  .nav__inner {
    padding: 125px 20px 100px;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .nav__list-item a {
    padding: 18px 0 17px;
    display: block; }
  .nav__list-item--home a {
    padding: 0; }
  .nav__list-item--home a img {
    width: 57px; }
}
@media screen and (max-width: 900px) {
.footer__logo img {
    width: 101px; }
}

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }@media screen and (max-width: 900px) {
.page-container {
    padding-right: 15px;
    padding-left: 15px; }
}
@media screen and (max-width: 600px) {
.page-container {
    padding-right: 15px;
    padding-left: 15px; }
}
@media screen and (max-width: 900px) {
.layout-lr__left, .layout-lr__right {
    width: 100%;
    padding: 0; }
}

@keyframes link-line {
  0% {
    transform: scaleX(1);
    transform-origin: right; }
  49% {
    transform: scaleX(0);
    transform-origin: right; }
  50% {
    transform: scaleX(0);
    transform-origin: left; }
  100% {
    transform: scaleX(1);
    transform-origin: left; } }@media screen and (min-width: 1091px) {
.link a:hover:before {
    right: -3px; }
  .link a:hover:after {
    animation: link-line 0.3s cubic-bezier(0.51, 0.2, 0.31, 0.91); }
}

.post > * {
  margin-bottom: 40px; }
.post > *:last-child {
  margin-bottom: 0; }
.post, .post pre, .post code, .post blockquote {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2.13;
  color: var(--text); }@media screen and (max-width: 900px) {
.post, .post pre, .post code, .post blockquote {
    line-height: 2; }
}

.post__head {
  display: flex;
  flex-wrap: wrap;
  font-family: "Cabin", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: var(--sub-text);
  margin-bottom: 18px; }
.post__date {
  white-space: nowrap;
  margin-right: 9px; }
.post__cate {
  display: flex;
  flex-wrap: wrap;
  gap: 4px .5em; }
.post .is-layout-flex {
  gap: 15px 22px; }
.post img {
  max-width: 100%;
  height: auto; }
.post h1 {
  font-weight: 500;
  font-size: 25px;
  line-height: 45px;
  letter-spacing: .1em;
  margin-bottom: 36px; }
.post h2 {
  font-size: 20px;
  line-height: 38px;
  letter-spacing: .1em;
  padding-bottom: 14px;
  border-bottom: solid 1px var(--text);
  margin: 50px 0 25px; }
.post h3 {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: .1em;
  padding-left: 21px;
  margin: 50px 0 30px;
  position: relative; }
.post h3:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1px;
  width: 1px;
  height: calc(100% - 12px);
  background: var(--text); }
.post h4 {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: .1em;
  margin: 50px 0 15px; }
.post h5, .post h6 {
  font-weight: bold;
  margin-bottom: 15px; }
.post p a {
  line-height: 25px;
  font-weight: 500;
  color: var(--blue);
  display: inline-block;
  position: relative;
  padding: 0 21px 0 0; }
.post p a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent var(--blue);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-35%); }
.post p a:after {
  width: 100%;
  height: 1px;
  background: var(--text);
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: var(--blue);
  bottom: 0; }@media screen and (min-width: 1091px) {
.post p a:hover:before {
    right: -3px; }
  .post p a:hover:after {
    animation: link-line 0.3s cubic-bezier(0.51, 0.2, 0.31, 0.91); }
}

.post .wp-block-image figcaption {
  margin: 11px 0 0;
  font-size: 13px;
  letter-spacing: .1em; }
.post .wp-block-gallery {
  gap: 25px 22px !important; }
.post .wp-block-gallery .wp-block-image {
  width: calc(50% - 11px) !important; }
.post .wp-block-gallery .wp-block-image img {
  object-fit: contain !important;
  object-position: left top;
  width: auto;
  height: auto; }
.post .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  margin: 6px 0 0;
  font-size: 13px;
  letter-spacing: .05em;
  padding: 0;
  text-align: left;
  background: none;
  position: static;
  color: var(--text); }
.post .wp-block-table {
  overflow: visible;
  margin: 0; }
.post .wp-block-table table {
  border: solid 1px var(--text); }
.post .wp-block-table table th, .post .wp-block-table table td {
  border: solid 1px var(--text);
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 25px;
  padding: 11px 11px 10px;
  vertical-align: middle; }
.post .wp-block-table table thead {
  border: 0;
  background: var(--sub-bg-dark); }
.post .wp-block-table table thead th {
  text-align: center; }
.post .wp-block-table table tbody td {
  border-top-style: dashed;
  border-bottom-style: dashed; }
.post .wp-block-table figcaption {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 25px;
  margin-top: 14px; }
.post .wp-block-button__link {
  background: none;
  border: solid 1px var(--text);
  color: var(--text);
  border-radius: 0;
  font-size: inherit;
  line-height: 1.5;
  padding: 8px 25px;
  min-width: 200px;
  max-width: 100%;
  display: block;
  text-align: center; }@media screen and (min-width: 1091px) {
.post .wp-block-button__link:hover {
    background: var(--text);
    color: var(--white); }
}

.post .wp-block-quote {
  background: var(--sub-bg-dark);
  padding: 20px; }
.post .wp-block-quote cite {
  color: var(--sub-text); }
.post pre {
  white-space: nowrap;
  overflow: scroll;
  background: var(--sub-bg);
  padding: 20px; }@media screen and (max-width: 900px) {
.post > * {
    margin-bottom: 30px; }
  .post__head {
    margin-bottom: 13px; }
  .post .is-layout-flex {
    justify-content: center; }
  .post h1 {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 42px;
    text-align: left;
    margin-bottom: 26px; }
  .post h2 {
    font-size: 18px;
    line-height: 35px;
    padding-bottom: 20px;
    margin: 44px 0 21px; }
  .post h3 {
    font-size: 16px;
    line-height: 30px;
    margin: 60px 0 20px; }
  .post h3:before {
    top: 6px; }
  .post h4 {
    font-size: 16px;
    line-height: 30px;
    margin: 42px 0 17px; }
  .post .wp-block-image figcaption {
    margin-top: 9px; }
  .post .wp-block-gallery .wp-block-image {
    width: 100% !important; }
  .post .wp-block-gallery .wp-block-image img {
    width: 100% !important; }
  .post .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    margin-top: 9px;
    letter-spacing: .1em; }
  .post .wp-block-table figcaption {
    font-size: 11px;
    line-height: 20px;
    margin-top: 8px; }
}
@media screen and (max-width: 600px) {
.post .wp-block-button {
    display: block;
    width: 100%; }
  .post .wp-block-button__link {
    width: 100%; }
}

.news {
  width: 1040px;
  max-width: 100%;
  margin: 154px auto 106px;
  padding-right: 43px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.news__ttl {
  font-family: "Cabin", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-size: 55px;
  letter-spacing: 0.2em;
  color: var(--text);
  line-height: 1;
  width: 100%;
  margin-bottom: 183px; }
.news__sub-ttl {
  font-size: 20px;
  line-height: 38px;
  letter-spacing: .1em;
  padding-bottom: 14px;
  border-bottom: solid 1px var(--text);
  margin-bottom: 60px; }
.news__main {
  width: 650px;
  max-width: calc(100% - 260px); }
.news__side {
  width: 200px;
  margin-left: 60px; }
.news__list a {
  display: block; }@media screen and (min-width: 1091px) {
.news__list a:hover {
    color: var(--sub-text); }
}

.news__list-head {
  display: flex;
  margin-bottom: 15px;
  color: var(--sub-text);
  font-family: "Cabin", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em; }
/* 日付に固定幅を持たせ、文字数によらずカテゴリの開始位置を全行そろえる */
.news__list-date {
  width: 130px;
  flex-shrink: 0;
  margin-right: 22px; }
.news__list-cate {
  letter-spacing: .1em; }
.news__list-ttl {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 35px; }@media screen and (max-width: 900px) {
.news__list-head {
    margin-bottom: 16px; }
  .news__list-ttl {
    line-height: 32px; }
}

.news__list-item {
  border-bottom: solid 1px var(--sub-gray-lt); }
.news__list-item a {
  padding: 41px 0 33px; }
.news__list-item:first-child a {
  padding-top: 0; }@media screen and (max-width: 900px) {
.news__list-item a {
    padding: 36px 0 30px; }
}
@media screen and (min-width: 901px) {
.news__list-item a {
    padding: 61px 0 15px; }
  .news__list-head {
    font-size: 15px; }
  .news__list-ttl {
    font-size: 18px; }
}
@media screen and (max-width: 1200px) {
.news {
    padding-right: 0; }
}
@media screen and (max-width: 900px) {
.news {
    margin: 52px 0 -4px; }
  .news__main {
    width: 100%;
    max-width: 100%; }
  .news__side {
    width: 100%;
    margin: 96px 0 0; }
  .news__ttl {
    margin: 0 0 108px -4px; }
  .news__sub-ttl {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 45px;
    padding-bottom: 12px; }
  .news__list-item a {
    padding: 37px 0 30px; }
}

.news-detail .news__ttl {
  margin-bottom: 180px; }
.news-detail .side {
  margin-top: 8px; }
.news-detail .pager {
  margin-top: 131px; }@media screen and (max-width: 900px) {
.news-detail .news__ttl {
    margin-bottom: 91px; }
  .news-detail .news__side {
    margin-top: 140px; }
  .news-detail .side {
    margin-top: 0; }
  .news-detail .pager {
    margin-top: 101px; }
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 59px;
  width: fit-content;
  margin: 103px auto 0; }
/* display:noneだとflex項目が消えてAll/＞が寄るため、場所は保持したまま隠す */
.pager__arrow--disabled {
  visibility: hidden; }
.pager__prev {
  transform: rotate(180deg); }
.pager__prev a svg, .pager__prev a svg *, .pager__next a svg, .pager__next a svg * {
  transition: inherit; }@media screen and (min-width: 1091px) {
.pager__prev a:hover path, .pager__next a:hover path {
    stroke: var(--sub-text); }
}

.pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 40px;
  font-family: "Cabin", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-size: 15px;
  letter-spacing: 0.2em;
  color: var(--sub-gray-lt); }@media screen and (min-width: 1091px) {
.pager__list-item a:hover {
    color: var(--text); }
}

.pager__list-item--all {
  margin: 1px 57px 0; }
.pager__list-item--all a {
  padding-bottom: 2px;
  color: var(--text);
  position: relative; }
.pager__list-item--all a:before {
  width: 100%;
  height: 1px;
  background: var(--text);
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: calc(100% - .15em); }@media screen and (min-width: 1091px) {
.pager__list-item--all a:hover:before {
    animation: link-line 0.3s cubic-bezier(0.51, 0.2, 0.31, 0.91); }
}

.pager .current {
  color: var(--text);
  cursor: initial; }@media screen and (max-width: 900px) {
.pager {
    margin-top: 80px;
    width: 100%;
    justify-content: space-between; }
}

.side {
  margin-top: 5px; }
.side__block {
  margin-top: 56px; }
.side__block:first-child {
  margin-top: 0; }
.side__block .is-active .side__icn02 {
  transform: none; }
.side__ttl {
  font-family: "Cabin", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--sub-text);
  position: relative;
  user-select: none;
  padding-right: 35px;
  cursor: pointer; }
.side__ttl .side__icn01, .side__ttl .side__icn02 {
  content: '';
  width: 18px;
  height: 1px;
  position: absolute;
  top: 25%;
  right: 0;
  background: var(--text);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.side__ttl .side__icn02 {
  transform: rotate(90deg); }
.side__list {
  margin-top: 24px; }
.side__list-item {
  font-family: "Cabin", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.6;
  margin-top: 12px; }
.side__list-item:first-child {
  margin-top: 0; }
.side__list-item a {
  display: block; }@media screen and (min-width: 1091px) {
.side__list-item a:hover {
    color: var(--sub-text); }
}
@media screen and (max-width: 900px) {
.side {
    margin-top: 0; }
}
