#page.in.news .c-fv .c-fv-ttl:before {
  content: "";
  width: calc(100% + 44px);
  height: 100%;
  background: #000;
  opacity: 0.2;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: -22px;
  z-index: -1;
  mix-blend-mode: multiply;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
#page.in.news .c-fv .c-fv-lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#page.in.news .c-fv .c-fv-lead:before {
  content: "";
  width: calc(100% + 20px);
  height: 100%;
  background: #000;
  opacity: 0.2;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -1;
  mix-blend-mode: multiply;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
#page.in.news .news-archive {
  padding: 140px 0 0;
}
#page.in.news .news-archive .news-archive-list {
  margin: 52px 0 65px;
  border-top: 0.6px solid #6C6B6A;
}
#page.in.news .news-archive .news-archive-list-item {
  border-bottom: 0.6px solid #6C6B6A;
}
#page.in.news .news-archive .news-archive-list-item .link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 87px 60px 1fr 60px 20px;
  grid-template-columns: 87px 1fr 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 60px;
  color: #707070;
  padding: 15px 0;
}
#page.in.news .news-archive .news-archive-list-item .link:after {
  content: "";
  width: 20px;
  height: 8px;
  background: url(../img/common/arrow_red.png) no-repeat center/contain;
}
#page.in.news .news-archive .news-archive-list-item .date {
  font-weight: 700;
  padding-left: 2px;
}
#page.in.news .news-archive .news-archive-list-item .title {
  font-size: 14px;
  line-height: normal;
}
#page.in.news .news-archive .pagenation {
  margin-top: 65px;
  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;
  font-weight: 500;
}
#page.in.news .news-archive .pagenation .page-numbers {
  color: #6C6B6A;
  margin: 0 8px;
}
#page.in.news .news-archive .pagenation .page-numbers.current {
  color: #AD033B;
}
#page.in.news .news-archive .pagenation .page-numbers.prev,
#page.in.news .news-archive .pagenation .page-numbers.next {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  margin: 0 0 0 20px;
  background: #AD033B;
  width: 70px;
  height: 56px;
  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;
  border-radius: 0 100px 100px 0;
  position: relative;
}
#page.in.news .news-archive .pagenation .page-numbers.prev:before,
#page.in.news .news-archive .pagenation .page-numbers.next:before {
  content: "";
  width: 16px;
  height: 10px;
  background: url(../img/common/arrow_white.png) no-repeat center/contain;
}
#page.in.news .news-archive .pagenation .page-numbers.prev:after,
#page.in.news .news-archive .pagenation .page-numbers.next:after {
  content: "";
  width: 0;
  height: calc(100% - 20px);
  border-right: 1px dashed #fff;
  position: absolute;
  left: 0;
  top: 10px;
  display: none;
}
#page.in.news .news-archive .pagenation .page-numbers.prev {
  border-radius: 100px 0 0 100px;
}
#page.in.news .news-archive .pagenation .page-numbers.prev:before {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#page.in.news .news-archive .pagenation .page-numbers.prev ~ .page-numbers.next {
  margin-left: 0;
}
#page.in.news .news-archive .pagenation .page-numbers.prev ~ .page-numbers.next:after {
  display: block;
}
#page.in.news .news-single {
  padding: 70px 0 0;
}
#page.in.news .news-single .news-single-date {
  font-size: 16px;
  font-weight: 700;
  color: #AD033B;
  margin-bottom: 40px;
}
#page.in.news .news-single .news-single-ttl {
  color: #2C2323;
  font-size: 21px;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 0.6px solid #AD033B;
  margin-bottom: 35px;
}
#page.in.news .news-single .news-single-body {
  font-size: 14.5px;
  line-height: 1.793;
  color: #2C2323;
  word-break: break-word;
}
#page.in.news .news-single .news-single-body a {
  text-decoration: underline;
}
#page.in.news .news-single .news-single-body > * + * {
  margin-top: 16px;
}
#page.in.news .news-single .news-single-body strong {
  font-weight: 700;
}
#page.in.news .news-single .news-single-body .wp-block-table thead {
  border-bottom: 0;
  font-weight: 700;
}
#page.in.news .news-single .news-single-body h2 {
  font-size: 18px;
  margin: 40px 0 16px;
}
#page.in.news .news-single .news-single-body h2:first-child {
  margin-top: 0;
}
#page.in.news .news-single .news-single-body h2:last-child {
  margin-bottom: 0;
}
#page.in.news .news-single .news-single-body ul > li {
  padding-left: 1em;
  position: relative;
}
#page.in.news .news-single .news-single-body ul > li:before {
  content: "";
  width: 0.25em;
  height: 0.25em;
  background: currentColor;
  border-radius: 50%;
  position: absolute;
  left: 0.5em;
  top: 0.75em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#page.in.news .news-single .news-single-back {
  margin-top: 120px;
}
#page.in.news .news-single .news-single-back-btn {
  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;
  width: 200px;
  max-width: 100%;
  height: 40px;
  border: 1px solid #A9ADB1;
  color: #A9ADB1;
  margin-left: auto;
  font-size: 13.28px;
  font-weight: 700;
  position: relative;
}
#page.in.news .news-single .news-single-back-btn:before {
  content: "";
  width: 20px;
  height: 8px;
  background: url(../img/common/arrow_red.png) no-repeat center/contain;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-filter: brightness(0) saturate(100%) invert(74%) sepia(7%) saturate(172%) hue-rotate(169deg) brightness(93%) contrast(87%);
          filter: brightness(0) saturate(100%) invert(74%) sepia(7%) saturate(172%) hue-rotate(169deg) brightness(93%) contrast(87%);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media screen and (max-width: 767px) {
  #page.in.news .c-fv .c-fv-lead:before {
    display: none;
  }
  #page.in.news .news-archive {
    padding: 60px 0;
  }
  #page.in.news .news-archive .news-archive-list {
    margin: 50px 0 60px;
  }
  #page.in.news .news-archive .news-archive-list-item .link {
    -ms-grid-columns: 1fr 30px 25px;
    grid-template-columns: 1fr 25px;
    gap: 5px 30px;
  }
  #page.in.news .news-archive .news-archive-list-item .link:after {
    width: 25px;
    height: 10px;
  }
  #page.in.news .news-archive .news-archive-list-item .date {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    padding: 0;
    font-size: 16.5px;
  }
  #page.in.news .news-archive .news-archive-list-item .title {
    line-height: 1.59;
  }
  #page.in.news .news-archive .pagenation {
    margin-top: 60px;
  }
  #page.in.news .news-archive .pagenation .page-numbers {
    margin: 0 6px;
  }
  #page.in.news .news-archive .pagenation .page-numbers.prev,
  #page.in.news .news-archive .pagenation .page-numbers.next {
    margin-left: 16px;
    width: 56px;
    height: 44px;
  }
  #page.in.news .news-archive .pagenation .page-numbers.prev:before,
  #page.in.news .news-archive .pagenation .page-numbers.next:before {
    width: 14px;
    height: 9px;
  }
  #page.in.news .news-single {
    padding: 28px 0 0;
  }
  #page.in.news .news-single .news-single-date {
    font-size: 16.5px;
    margin-bottom: 23px;
  }
  #page.in.news .news-single .news-single-ttl {
    font-size: 17.5px;
    line-height: 1.43;
    padding-bottom: 24px;
    margin-bottom: 35px;
  }
  #page.in.news .news-single .news-single-back {
    margin-top: 70px;
  }
  #page.in.news .news-single .news-single-back-btn {
    margin: 0 auto;
    width: 238px;
    height: 50px;
    font-size: 16.61px;
  }
  #page.in.news .news-single .news-single-back-btn:before {
    left: 17px;
    width: 25px;
    height: 10px;
  }
}
@media (hover: hover) {
  #page.in.news .news-archive .news-archive-list-item .link:hover {
    color: #AD033B;
    background: rgba(249, 142, 136, 0.28);
  }
  #page.in.news .news-archive .pagenation a.page-numbers:hover {
    color: #AD033B;
  }
  #page.in.news .news-archive .page-numbers.prev:hover {
    padding-right: 10px;
  }
  #page.in.news .news-archive .page-numbers.next:hover {
    padding-left: 10px;
  }
  #page.in.news .news-single .news-single-body a:hover {
    opacity: 0.7;
  }
  #page.in.news .news-single .news-single-back-btn:hover {
    background: #A9ADB1;
    color: #fff;
  }
  #page.in.news .news-single .news-single-back-btn:hover:before {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}