@charset "UTF-8";
/* default settings */
.kv-container .kv {
  display: block;
  padding: 0 0 25%;
  background-color: #707070;
  position: relative;
}
@media (max-width: 768px) {
  .kv-container .kv {
    padding: 0 0 50%;
  }
}
.kv-container .kv img.kv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.kv-container .kv-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
@media (min-width: 769px) {
  .kv-container .kv .inner {
    max-width: 62.8125rem;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .kv-container .kv .inner {
    padding: 0 2.5rem;
  }
}
.kv-container .kv h1 {
  margin: 0;
  font-size: 1.625rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;
  color: #161f20;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .kv-container .kv h1 {
    font-size: 1.1875rem;
  }
}
.kv-container .kv h1 .en {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.kv-container .kv h1 .en.--split {
  height: 1.625rem;
  line-height: 1.625rem;
  border-right: 1px solid #707070;
  padding-right: 1.125rem;
  margin-right: 1.25rem;
}
@media (max-width: 768px) {
  .kv-container .kv h1 .en.--split {
    height: 1.5rem;
    line-height: 1.5rem;
    padding-right: 1rem;
    margin-right: 0.8125rem;
    font-size: 1.25rem;
  }
}
.kv-container .kv h1 .jp {
  display: inline-block;
  font-family: "AotoGothicStdN-L", sans-serif;
}
.kv-container .kv h1 {
  color: #fff;
}
.kv-container .kv h1 .en.--split {
  border-color: #fff;
}

.sec-1 {
  position: relative;
  padding: 0 0;
}
@media (max-width: 768px) {
  .sec-1 {
    padding: 0 0;
  }
}
.sec-1 .inner {
  max-width: 56.625rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .sec-1 .inner {
    padding: 0 2.5rem;
  }
}
.sec-1 .sec__title {
  margin: 0;
  font-weight: 300;
  font-size: 1.625rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;
  color: #161F20;
}
@media (max-width: 768px) {
  .sec-1 .sec__title {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
  }
}
.sec-1 .sec__title .en {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.sec-1 .sec__title .en.--split {
  height: 1.5625rem;
  line-height: 1.5625rem;
  border-right: 0.0625rem solid #161F20;
  padding-right: 1.125rem;
  margin-right: 1.25rem;
}
@media (max-width: 768px) {
  .sec-1 .sec__title .en.--split {
    height: 1.5rem;
    line-height: 1.5rem;
    padding-right: 1rem;
    margin-right: 1rem;
  }
}
.sec-1 .sec__title--white {
  color: #fff;
}
.sec-1 .sec__title--white .en.--split {
  border-color: #fff;
}
.sec-1 #cate-list-trigger {
  position: relative;
  top: 0.0625rem;
}
@media (max-width: 768px) {
  .sec-1 #cate-list-trigger {
    top: 2.8125rem;
  }
}
.sec-1 .fixed-container {
  position: sticky;
  background-color: #fff;
  z-index: 9;
}
.sec-1 .fixed-container.--is-fixed {
  position: fixed;
  left: auto;
  z-index: 9;
}
@media (min-width: 769px) {
  .sec-1 .fixed-container {
    -webkit-transform: translateX(3.3125rem);
            transform: translateX(3.3125rem);
  }
}
.sec-1 .cate__list {
  list-style: none;
  margin: 0;
  padding: 2.5rem 0 2.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0625rem;
  background-color: #fff;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .sec-1 .cate__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
    padding: 6.75rem 0 1.5rem;
  }
}
@media (min-width: 769px) {
  .sec-1 .cate__list .cate__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.sec-1 .cate__list .cate__link {
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #BEBEBE;
  text-decoration: none;
  display: block;
  border-bottom: 0.0625rem solid #BEBEBE;
  text-align: center;
  padding-bottom: 0.3125rem;
}
.sec-1 .cate__list .cate__link.--active {
  font-weight: 400;
  color: #161f20;
  border-color: #707070;
}
@media (max-width: 768px) {
  .sec-1 .cate__list .cate__link {
    font-size: 0.75rem;
    line-height: 1.75rem;
    padding: 0 0.5625rem;
    border: 0.0625rem solid #E3E3E3;
    min-width: 3.5625rem;
  }
}
.sec-1 .year__list {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transform: translate(-9.5625rem, 6.75rem);
          transform: translate(-9.5625rem, 6.75rem);
}
@media (min-width: 769px) {
  .sec-1 .year__list {
    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.8375rem;
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .sec-1 .year__list {
    -webkit-transform: none;
            transform: none;
    top: 4.375rem;
    left: 0;
    z-index: 2;
    background-color: #fff;
    padding-inline: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
}
.sec-1 .year__list .year__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .sec-1 .year__list .year__item {
    padding-inline: 1rem;
  }
  .sec-1 .year__list .year__item:not(.js-sp-click) {
    padding-block: 0.5rem;
  }
  .sec-1 .year__list .year__item:last-child {
    padding-bottom: 1rem;
  }
}
.sec-1 .year__list .year__link {
  font-weight: normal;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  text-align: left;
  color: #161f20;
  opacity: 0.5;
  text-decoration: none;
  display: block;
  text-align: left;
  position: relative;
}
@media (max-width: 768px) {
  .sec-1 .year__list .year__link {
    font-size: 0.75rem;
  }
}
.sec-1 .year__list .year__link > .--jp {
  font-weight: 300;
}
.sec-1 .year__list .year__link.--active {
  opacity: 1;
  color: #161f20;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .sec-1 .year__list .year__link.--active {
    font-size: 0.75rem;
  }
}
.sec-1 .year__list .year__link.--active::after {
  content: "";
  display: block;
  width: 0.6875rem;
  height: 0.8125rem;
  background: url(/assets/img/page-top/icon-greater.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -0.8125rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .sec-1 .year__list .year__link.--active::after {
    right: auto;
    top: 0.125rem;
    left: -1rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
.sec-1 .news__sort-container {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-bottom: 0.25rem;
  margin-bottom: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .sec-1 .news__sort-container {
    padding-bottom: 0.3125rem;
    margin-bottom: 0.625rem;
  }
}
.sec-1 .news__sort-container .news__sort-item {
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #707070;
  text-decoration: none;
  display: inline-block;
  height: 1.5rem;
  background: transparent;
  vertical-align: top;
  padding: 0.3125rem 0.625rem;
  padding-left: 0.4375rem;
  border-radius: 1.0625rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .sec-1 .news__sort-container .news__sort-item {
    padding-left: 0.625rem;
    font-size: 0.6875rem;
  }
}
.sec-1 .news__sort-container .news__sort-item > .__btn-close {
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background-size: contain;
  vertical-align: top;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-right: 0.4375rem;
  position: relative;
}
.sec-1 .news__sort-container .news__sort-item > .__btn-close::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.0625rem;
  background-color: #707070;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-55%, -35%) rotate(45deg);
          transform: translate(-55%, -35%) rotate(45deg);
}
.sec-1 .news__sort-container .news__sort-item > .__btn-close::after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.0625rem;
  background-color: #707070;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-55%, -35%) rotate(-45deg);
          transform: translate(-55%, -35%) rotate(-45deg);
}
.sec-1 .news__list-container {
  position: relative;
  -webkit-transform: translateX(3.3125rem);
          transform: translateX(3.3125rem);
  z-index: 0;
}
@media (max-width: 768px) {
  .sec-1 .news__list-container {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.sec-1 .news__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .sec-1 .news__list {
    margin-top: 0;
    gap: 0.9375rem;
  }
}
.sec-1 .news__list > li {
  width: 100%;
}
.sec-1 .news-block {
  position: relative;
}
@media (min-width: 769px) {
  .sec-1 .news-block {
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .sec-1 .news-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #F6F6F6;
  }
}
.sec-1 .news-block .__cate-container {
  grid-column: 2/4;
}
.sec-1 .news-block .__link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.sec-1 .news-block .__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #F6F6F6;
  pointer-events: none;
}
.sec-1 .news-block .__inner {
  display: grid;
  grid-template-columns: 8.1875rem auto auto;
  grid-template-rows: repeat(3, auto);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 1.5rem;
}
@media (max-width: 768px) {
  .sec-1 .news-block .__inner {
    display: block;
    padding-block: 2.5rem 2.75rem;
  }
}
@media (max-width: 768px) {
  .sec-1 .news-block.--icon-greater:after {
    content: "";
    display: block;
    width: 0.375rem;
    height: 0.6875rem;
    background: url("/assets/img/page-top/icon-greater.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sec-1 .news-block.--icon-greater:after {
    right: 1rem;
  }
}
@media (min-width: 769px) {
  .sec-1 .news-block.--icon-greater .__link:after {
    content: "";
    position: absolute;
    display: block;
    width: 0.375rem;
    height: 0.6875rem;
    background: url("/assets/img/page-top/icon-greater.svg") no-repeat center center;
    background-size: contain;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .sec-1 .news-block.--icon-greater .__link:after {
    right: 1rem;
  }
}
.sec-1 .news-block .__date {
  grid-column: 1/2;
  padding-left: 2.6875rem;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  text-align: left;
  color: #707070;
  position: relative;
  margin: 0;
  padding-top: 0.0625rem;
}
@media (max-width: 768px) {
  .sec-1 .news-block .__date {
    position: absolute;
    top: 0.5rem;
    left: 8.75rem;
    padding-left: 0;
    font-size: 0.6875rem;
  }
}
.sec-1 .news-block .__date::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
  width: 0.5625rem;
  height: 0rem;
  background: transparent;
  border-top: 0.0625rem solid #707070;
}
@media (max-width: 768px) {
  .sec-1 .news-block .__date::before {
    left: -1.125rem;
    margin-top: 0;
  }
}
.sec-1 .news-block .__title {
  grid-column: 1/4;
  font-family: "Inter", "AotoGothicStdN", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: justify;
  color: #161f20;
  margin: 0;
  padding-left: 1.5rem;
  padding-right: 6.875rem;
  padding-top: 0.875rem;
  grid-column-start: 1;
}
.sec-1 .news-block .__title br {
  display: none;
}
@media (max-width: 768px) {
  .sec-1 .news-block .__title {
    font-size: 0.875rem;
    font-weight: 300;
    padding-top: 0.3125rem;
    padding-left: 1.25rem;
    padding-right: 0;
    max-width: 16.25rem;
    line-height: 1.25rem;
  }
}
.sec-1 .news-block .__cate {
  font-family: "Inter", "AotoGothicStdN", sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #161f20;
  text-decoration: none;
  height: 1.5rem;
  background: transparent;
  border: 0.0625rem solid #707070;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 0.75rem;
  vertical-align: top;
  padding-top: 0.125rem;
}
@media (max-width: 768px) {
  .sec-1 .news-block .__cate {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.6875rem;
    width: 7.0625rem;
    height: 1.9375rem;
    font-weight: 300;
    padding-top: 0;
  }
}
.sec-1 .news-block > .__tag-container {
  grid-column: 1/4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding-right: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 769px) {
  .sec-1 .news-block > .__tag-container {
    margin-top: 0.6875rem;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .sec-1 .news-block > .__tag-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-inline: 1.25rem;
    padding-bottom: 0.875rem;
  }
}
.sec-1 .news-block > .__tag-container .__tag {
  width: auto;
  height: 1.5rem;
  border-radius: 0.75rem;
  background: #fff;
  padding-inline: 0.875rem;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #707070;
  text-decoration: none;
}
@media (max-width: 768px) {
  .sec-1 .news-block > .__tag-container .__tag {
    font-size: 0.6875rem;
    line-height: 1.4375rem;
    padding-inline: 0.625rem;
  }
}
.sec-1 .year__list-sp {
  width: 4.6875rem;
  position: absolute;
  top: 4.375rem;
  left: 0;
  z-index: 2;
  background-color: #fff;
}
.sec-1 .year__list-sp select {
  display: none;
}
.sec-1 .year__list-sp .custom-select {
  position: relative;
}
.sec-1 .year__list-sp .custom-select:before {
  content: "";
  display: block;
  width: 0.6875rem;
  height: 0.8125rem;
  background: url(/assets/img/page-top/icon-greater.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 0.125rem;
  left: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.sec-1 .year__list-sp .select-selected {
  position: relative;
  padding-inline: 1rem;
  cursor: pointer;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
}
.sec-1 .year__list-sp .select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: #fff;
  font-size: 0.75rem;
  color: rgba(22, 31, 32, 0.5);
  letter-spacing: 0.01em;
}
.sec-1 .year__list-sp .select-items div {
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.sec-1 .year__list-sp .select-hide {
  display: none;
}
.sec-1 .__arrow-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sec-1 .__arrow {
  display: inline-block;
  height: 0.9375rem;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  margin: 0;
  margin-top: 4rem;
  position: relative;
  padding-left: 5.375rem;
  font-family: "Inter", "AotoGothicStdN", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1;
  text-align: left;
  color: #161f20;
  text-decoration: none;
}
@media (min-width: 769px) {
  .sec-1 .__arrow {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .sec-1 .__arrow:hover {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .sec-1 .__arrow {
    height: 0.9375rem;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    margin-top: 4rem;
    padding-left: 4.8125rem;
  }
}
.sec-1 .__arrow::before {
  content: "";
  background: url("/assets/img/page-top/icon-seemore-no-text.svg") no-repeat right bottom;
  background-size: 100% auto;
  display: inline-block;
  width: 4.375rem;
  height: 0.8125rem;
  position: absolute;
  left: 0;
  bottom: 0.125rem;
}
@media (max-width: 768px) {
  .sec-1 .__arrow::before {
    width: 4.375rem;
    height: 0.8125rem;
    bottom: 0.1875rem;
  }
}
.sec-1 .__arrow--white {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.sec-1 .__arrow .__text-container {
  position: relative;
  display: block;
}
.sec-1 .__arrow .__text-container > .__hover-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media (min-width: 769px) {
  .sec-1 .__arrow:hover .__default-text {
    opacity: 0;
    visibility: hidden;
  }
  .sec-1 .__arrow:hover .__hover-text {
    display: block;
  }
}
@media (max-width: 768px) {
  .sec-1 .__arrow {
    margin-top: 2.875rem;
  }
}
.sec-1 .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;
  margin-top: 2.75rem;
}
@media (max-width: 768px) {
  .sec-1 .pagination {
    margin-top: 1.75rem;
  }
}
.sec-1 .pagination__arr {
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  width: 0.75rem;
  height: 0.75rem;
  position: relative;
  background: none;
}
.sec-1 .pagination__arr:before {
  content: "";
  position: absolute;
  border: solid #707070;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 0.25rem;
  top: 0;
}
.sec-1 .pagination__arr--prev:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 0.1875rem;
}
.sec-1 .pagination__arr--next:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0.1875rem;
}
.sec-1 .pagination__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 0.5rem;
  line-height: 0;
  list-style: none;
  margin: 0;
}
.sec-1 .pagination__nav .nav-item {
  padding-inline: 0.25rem;
}
.sec-1 .pagination__nav .nav-item a, .sec-1 .pagination__nav .nav-item span {
  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: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  color: #707070;
  font-weight: 400;
  border: 1px solid transparent;
  border-radius: 100%;
  font-size: 0.75rem;
}
.sec-1 .pagination__nav .nav-item span.dot {
  width: 0.875rem;
}
.sec-1 .pagination__nav .nav-item span.dot:after {
  content: "…";
  position: relative;
  line-height: 1;
  top: -0.25rem;
}
.sec-1 .pagination__nav .nav-item a {
  text-decoration: none;
}
.sec-1 .pagination__nav .nav-item.is-active span {
  border-color: #707070;
}