@charset "UTF-8";
#page.news .news-content .c-page-fv {
  margin-bottom: 0;
}
#page.news .news-content .c-page-ttl {
  color: #000;
}
#page.news .news-content .c-page-sub {
  color: #000;
  margin-bottom: 89px;
}
#page.news .news-content .c-page-sub::after {
  background-color: #000;
  height: 26px;
  bottom: -55px;
}
#page.news .news-content .news-content-bg {
  background-color: #d8d8d8;
  border-radius: 10px 10px 0 0;
  margin-top: -10px;
  position: relative;
  z-index: 2;
  padding: 40px 0 65px 0;
}
#page.news .news-content .news-content-bg.blog-bg {
  background-color: #ebded4;
}
#page.news .news-content .news-article-wr {
  margin-bottom: 50px;
}
#page.news .news-content .news-article-item {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid #000;
}
#page.news .news-content .news-article-item:first-child {
  border-top: 1px solid #000;
}
#page.news .news-content .news-article-day {
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 12px;
}
#page.news .news-content .news-article-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#page.news .news-content .news-article-item-text {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.5714285714;
}
#page.news .news-content .news-article-item-img {
  width: 100%;
  max-width: 45px;
}
#page.news .news-content .c-voice-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
#page.news .news-content .c-voice-pagination img {
  width: 9px;
  height: 8px;
}
#page.news .news-content .page-numbers {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  color: #555050;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.news .news-content .page-numbers:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.news .news-content .page-numbers.current {
  text-decoration: underline;
  text-underline-offset: 9px;
}
@media (min-width: 767px) {
  #page.news .news-content .news-content-bg-pc {
    background-color: #d8d8d8;
    border-radius: 10px 10px 0 0;
    margin-top: -10px;
    position: relative;
    z-index: 2;
    padding: 90px 0 100px 0;
  }
  #page.news .news-content .news-content-bg-pc.blog-bg {
    background-color: #ebded4;
  }
  #page.news .news-content .c-page-sub {
    margin-bottom: 222px;
  }
  #page.news .news-content .c-page-sub::after {
    height: 113px;
    bottom: -150px;
  }
  #page.news .news-content .news-content-bg {
    background-color: unset;
    border-radius: unset;
    margin-top: unset;
    padding: unset;
  }
  #page.news .news-content .news-content-bg.blog-bg {
    background-color: unset;
  }
  #page.news .news-content .news-article-wr {
    margin-bottom: 50px;
  }
  #page.news .news-content .news-article-item {
    padding: 25px 0;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #page.news .news-content .news-article-item:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #page.news .news-content .news-article-item:hover .news-article-item-text {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    opacity: 0.8;
    position: relative;
  }
  #page.news .news-content .news-article-item:hover .news-article-item-text::after {
    width: 100%;
  }
  #page.news .news-content .news-article-item:hover .news-article-item-img {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  #page.news .news-content .news-article-day {
    font-size: 15px;
    letter-spacing: 0.08em;
  }
  #page.news .news-content .news-article-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  #page.news .news-content .news-article-item-text {
    font-size: 18px;
    letter-spacing: 0.04em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.3333333333;
    -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
    position: relative;
  }
  #page.news .news-content .news-article-item-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 1px;
    background: currentColor;
    opacity: 0.6;
    -webkit-transition: width 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: width 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #page.news .news-content .news-article-item-img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 100%;
    max-width: 56px;
    height: 38px;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  }
  #page.news .news-content .page-numbers {
    font-size: 18px;
  }
}

#page.single-news .news-content .c-page-fv {
  margin-bottom: 0;
}
#page.single-news .news-content .c-page-ttl {
  color: #000;
}
#page.single-news .news-content .c-page-sub {
  color: #000;
  margin-bottom: 89px;
}
#page.single-news .news-content .c-page-sub::after {
  background-color: #000;
  height: 26px;
  bottom: -55px;
}
#page.single-news .news-content .news-content-bg {
  background-color: #d8d8d8;
  border-radius: 10px 10px 0 0;
  margin-top: -10px;
  position: relative;
  z-index: 2;
  padding: 40px 0 65px 0;
}
#page.single-news .news-content .news-content-bg.blog-bg {
  background-color: #ebded4;
}
#page.single-news .news-content .news-article-day {
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 12px;
}
#page.single-news .news-content .news-article-title {
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.55;
  margin-bottom: 25px;
}
#page.single-news .news-content .news-article-content p {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 30px;
}
#page.single-news .news-content .news-article-content a {
  font-size: 14px;
  color: #26556d;
  letter-spacing: 0.04em;
  line-height: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.single-news .news-content .news-article-content a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.single-news .news-content .news-article-content img {
  margin: 0 auto 30px auto;
}
#page.single-news .news-content .news-article-content h1,
#page.single-news .news-content .news-article-content h2,
#page.single-news .news-content .news-article-content h3,
#page.single-news .news-content .news-article-content h4,
#page.single-news .news-content .news-article-content h5,
#page.single-news .news-content .news-article-content h6 {
  color: #000;
  font-weight: 700;
  line-height: 1.4;
  margin: 30px 0 15px 0;
}
#page.single-news .news-content .news-article-content h1 {
  font-size: 2em;
  text-align: left;
}
#page.single-news .news-content .news-article-content h2 {
  font-size: 1.7em;
}
#page.single-news .news-content .news-article-content h3 {
  font-size: 1.4em;
}
#page.single-news .news-content .news-article-content h4 {
  font-size: 1.2em;
}
#page.single-news .news-content .news-article-content h5 {
  font-size: 1.05em;
}
#page.single-news .news-content .news-article-content h6 {
  font-size: 0.95em;
}
#page.single-news .news-content .news-article-content ul,
#page.single-news .news-content .news-article-content ol {
  margin: 0 0 6px 0;
  padding: 15px 0;
}
#page.single-news .news-content .news-article-content li {
  margin-bottom: 0.5em;
}
#page.single-news .news-content .news-article-content ol {
  margin-left: 20px;
}
#page.single-news .news-content .news-article-content {
  /* 箇条書き（ul） */
}
#page.single-news .news-content .news-article-content ul li {
  list-style-type: none;
  position: relative;
  padding-left: 6px;
}
#page.single-news .news-content .news-article-content ul li::before {
  content: "";
  background-color: #000;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
#page.single-news .news-content .news-article-content {
  /* 番号付き（ol） */
}
#page.single-news .news-content .news-article-content ol li {
  list-style-type: decimal;
}
#page.single-news .news-content .news-article-content {
  /* 引用 */
}
#page.single-news .news-content .news-article-content blockquote {
  border-left: 1px solid #000;
  background-color: #f3f3f3;
  padding: 10px 10px;
  margin: 1.5em 0;
  color: #1f2438;
  font-style: italic;
  position: relative;
}
#page.single-news .news-content .news-article-content {
  /* 引用内テキスト */
}
#page.single-news .news-content .news-article-content blockquote p {
  margin: 0;
}
#page.single-news .news-content .news-article-content {
  /* 引用の装飾（クオートマーク） */
}
#page.single-news .news-content .news-article-content blockquote::before {
  content: "“";
  font-size: 2em;
  color: #000;
  position: absolute;
  top: -10px;
  left: -1px;
}
#page.single-news .news-content .news-article-content {
  /* 引用の出典 */
}
#page.single-news .news-content .news-article-content cite {
  display: block;
  margin-top: 0.8em;
  font-size: 0.85em;
  text-align: right;
  opacity: 0.7;
}
#page.single-news .news-content .news-article-content {
  /* 画像キャプション */
}
#page.single-news .news-content .news-article-content .wp-caption {
  text-align: center;
  font-size: 0.9em;
  color: #1f2438;
}
#page.single-news .news-content .news-article-content .wp-caption-text {
  margin-top: 0.5em;
}
#page.single-news .news-content .c-single-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  border-top: 1px solid #000;
  padding: 21px 0 0 0;
  position: relative;
}
#page.single-news .news-content .c-single-pager a {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
}
#page.single-news .news-content .c-single-pager .pager-archive {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 90px;
  height: 20px;
  white-space: nowrap;
}
#page.single-news .news-content .c-single-pager .pager-archive.en-pager-archive {
  width: 100px;
}
@media (min-width: 767px) {
  #page.single-news .news-content .news-content-bg-pc {
    background-color: #d8d8d8;
    border-radius: 10px 10px 0 0;
    margin-top: -10px;
    position: relative;
    z-index: 2;
    padding: 90px 0 100px 0;
  }
  #page.single-news .news-content .news-content-bg-pc.blog-bg {
    background-color: #ebded4;
  }
  #page.single-news .news-content .c-page-sub {
    margin-bottom: 222px;
  }
  #page.single-news .news-content .c-page-sub::after {
    height: 113px;
    bottom: -150px;
  }
  #page.single-news .news-content .news-content-bg {
    background-color: unset;
    border-radius: unset;
    margin-top: unset;
    padding: unset;
  }
  #page.single-news .news-content .news-content-bg.blog-bg {
    background-color: #ebded4;
  }
  #page.single-news .news-content .news-article-day {
    font-size: 18px;
    letter-spacing: 0.16em;
    margin-bottom: 34px;
  }
  #page.single-news .news-content .news-article-title {
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 2.0666666667;
    margin-bottom: 50px;
  }
  #page.single-news .news-content .news-article-content p {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 2.2222222222;
    margin-bottom: 70px;
  }
  #page.single-news .news-content .news-article-content p:last-child {
    margin-bottom: 0;
  }
  #page.single-news .news-content .news-article-content a {
    font-size: 18px;
    color: #26556d;
    letter-spacing: 0.08em;
    line-height: 2.2222222222;
    margin-bottom: 70px;
  }
  #page.single-news .news-content .news-article-content img {
    margin: 0 auto 70px auto;
  }
  #page.single-news .news-content .c-single-pager {
    margin-top: 70px;
    padding: 48px 0 0 0;
  }
  #page.single-news .news-content .c-single-pager a {
    font-size: 18px;
    letter-spacing: 0.08em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #page.single-news .news-content .c-single-pager a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
  }
  #page.single-news .news-content .c-single-pager .pager-archive {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 130px;
    height: 25px;
  }
  #page.single-news .news-content .c-single-pager .pager-archive.en-pager-archive {
    width: 140px;
  }
}