.news-archive {
  margin-bottom: 80px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .news-archive {
    padding: 0 4vw;
    margin-bottom: 5.3333333333vw;
  }
  .news-archive .pagination {
    display: none;
  }
}

.news-list {
  margin-bottom: 40px;
  padding: 0;
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.479338843%;
     -moz-column-gap: 2.479338843%;
          column-gap: 2.479338843%;
}
.news-item {
  background: var(--color-white);
  border: 2px solid var(--color-sub);
  min-height: 170px;
  font-family: "Noto Sans Kannada", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 20px;
  position: relative;
  width: 48.7603305785%;
}
.news-item a {
  position: relative;
  z-index: 2;
  padding: 40px 50px;
  display: block;
  color: var(--color-text);
}
.news-item a:hover {
  text-decoration: none;
}
.news-item::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  display: block;
  border: 1px solid var(--color-sub);
}
.news-item-pubdate {
  color: var(--color-main);
  margin-bottom: 7px;
}
.news-item-title {
  line-height: 1.7777777778;
}
.news-link-btn {
  width: 165px;
  font-family: "Kaisei Opti", serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--color-text);
  position: relative;
  padding-left: 48px;
  padding-right: 70px;
  padding-bottom: 10px;
}
.news-link-btn:hover {
  text-decoration: none;
}
.news-link-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  right: 0;
  bottom: 0;
  width: 30px;
  border-bottom: 1px solid var(--color-text);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.news-link-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid var(--color-text);
}
@media screen and (max-width: 768px) {
  .news {
    margin-bottom: 21.3333333333vw;
  }
  .news-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-body {
    max-width: 92vw;
    margin: 0 auto;
  }
  .news-list {
    margin-bottom: 5.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-item {
    width: 92vw;
    min-height: initial;
    margin: 0 auto 2.6666666667vw;
    position: relative;
  }
  .news-item::after {
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
  }
  .news-item a {
    padding: 4.8vw 5.3333333333vw;
    color: var(--color-text);
  }
  .news-item-pubdate {
    font-size: 2.6666666667vw;
    margin-bottom: 0.8vw;
  }
  .news-item-title {
    line-height: 1.7777777778;
    font-size: 2.9333333333vw;
  }
  .news-link {
    text-align: center;
    padding-right: 0;
  }
  .news-link-btn {
    display: block;
    margin: auto;
  }
}

.news-archive {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .news-archive {
    margin-bottom: 5.3333333333vw;
  }
  .news-archive .pagination {
    display: none;
  }
}

.news-list {
  margin-bottom: 40px;
  padding: 0;
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.479338843%;
     -moz-column-gap: 2.479338843%;
          column-gap: 2.479338843%;
}
.news-item {
  background: var(--color-white);
  border: 2px solid var(--color-sub);
  min-height: 170px;
  font-family: "Noto Sans Kannada", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48.7603305785%;
}
.news-item a {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 40px 50px;
  display: block;
  color: var(--color-text);
}
.news-item a:hover {
  text-decoration: none;
}
.news-item::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  display: block;
  border: 1px solid var(--color-sub);
}
.news-item-pubdate {
  color: var(--color-main);
  margin-bottom: 7px;
}
.news-item-title {
  line-height: 1.7777777778;
}
.news-link-btn {
  width: 165px;
  font-family: "Kaisei Opti", serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--color-text);
  position: relative;
  padding-left: 48px;
  padding-right: 70px;
  padding-bottom: 10px;
}
.news-link-btn:hover {
  text-decoration: none;
}
.news-link-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  right: 0;
  bottom: 0;
  width: 30px;
  border-bottom: 1px solid var(--color-text);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.news-link-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid var(--color-text);
}
@media screen and (max-width: 768px) {
  .news {
    margin-bottom: 21.3333333333vw;
  }
  .news-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-body {
    max-width: 92vw;
    margin: 0 auto;
  }
  .news-list {
    margin-bottom: 5.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-item {
    width: 92vw;
    min-height: initial;
    margin: 0 auto 2.6666666667vw;
    position: relative;
  }
  .news-item::after {
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
  }
  .news-item a {
    padding: 4.8vw 5.3333333333vw;
    color: var(--color-text);
  }
  .news-item-pubdate {
    font-size: 2.6666666667vw;
    margin-bottom: 0.8vw;
  }
  .news-item-title {
    line-height: 1.7777777778;
    font-size: 2.9333333333vw;
  }
  .news-link {
    text-align: center;
    padding-right: 0;
  }
  .news-link-btn {
    display: block;
    margin: auto;
  }
}

.newsArchive__cts--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsArchive__cts--flex--item {
  width: calc(50% - 15px);
  margin-right: 30px;
  background-color: #fff;
}
.newsArchive__cts--flex--item:nth-of-type(2n) {
  margin-right: 0;
}
.newsArchive__cts--flex--item:nth-of-type(n + 3) {
  margin-top: 15px;
}
.newsArchive__cts--flex--item a {
  display: block;
  padding: 32px 83px 32px 33px;
  min-height: 170px;
}
.newsArchive__cts--flex--item a .time {
  font-size: 1.4rem;
}
.newsArchive__cts--flex--item a .txt {
  font-size: 1.6rem;
}
.newsArchive__cts .pagination {
  margin-top: 105px;
  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-family: "Shippori Mincho", serif;
}
.newsArchive__cts .pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
}
.newsArchive__cts .pagination-list li:last-child a::after {
  display: none;
}
.newsArchive__cts .pagination-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2.3rem;
  font-weight: bold;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  color: var(--color-main);
}
.newsArchive__cts .pagination-item-link::after {
  content: "|";
  color: var(--color-main);
  padding: 0.4em;
}
.newsArchive__cts .pagination-item-link:hover {
  text-decoration: none;
  color: color(--color-accent);
}
.newsArchive__cts .pagination-item-link.next::after, .newsArchive__cts .pagination-item-link.prev::after {
  display: none;
}
.newsArchive__cts .pagination-item-link.disabled {
  color: var(--color-main);
  color: #b1b1b1;
  pointer-events: none;
}
.newsArchive__cts .pagination-item-link.active {
  pointer-events: none;
  color: var(--color-accent);
}
.newsArchive__cts .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-top: min(6.25vw, 120px);
}
.newsArchive__cts .pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: min(1.1979166667vw, 23px);
  font-weight: bold;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  color: var(--color-main);
  position: relative;
}
.newsArchive__cts .pagination .page-numbers.current {
  pointer-events: none;
  color: var(--color-accent);
}
.newsArchive__cts .pagination .page-numbers:after {
  content: "|";
  color: var(--color-main);
  padding: 0.4em;
}
.newsArchive__cts .pagination .page-numbers.prev {
  margin-right: min(2.6041666667vw, 50px);
}
.newsArchive__cts .pagination .page-numbers.prev:after {
  display: none;
}
.newsArchive__cts .pagination .page-numbers.next {
  margin-left: min(2.6041666667vw, 50px);
}
.newsArchive__cts .pagination .page-numbers.next:after {
  display: none;
}

.newsSingle__cts--box--ttlArea--ttl {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1.3;
  margin-top: 22px;
}
.newsSingle__cts--box--txtArea {
  margin-top: 49px;
}
.newsSingle__cts--box--txtArea p {
  font-size: 1.6rem;
  line-height: 2.4;
  letter-spacing: 0.07em;
  text-align: justify;
  word-break: break-all;
}
.newsSingle__cts--box--txtArea iframe {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .newsArchive__cts--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsArchive__cts--flex--item {
    width: 100%;
    margin-right: 0;
  }
  .newsArchive__cts--flex--item:not(:first-of-type) {
    margin-top: 10px;
  }
  .newsArchive__cts--flex--item a {
    padding: 4% 6%;
    min-height: 88px;
  }
  .newsArchive__cts--flex--item a .time {
    font-size: 2.6666666667vw;
    font-size: 1rem;
  }
  .newsArchive__cts--flex--item a .txt {
    font-size: 2.9333333333vw;
    font-size: 1.1rem;
  }
  .newsArchive__cts .pagination {
    margin-top: 20px;
  }
  .newsArchive__cts .pagination-item-link {
    font-size: 1.3rem;
  }
  .newsArchive .pagination .page-numbers {
    font-size: 3.7333333333vw;
  }
  .newsSingle__cts--box--ttlArea--ttl {
    font-size: 1.5rem;
    margin-top: 12px;
    line-height: 1.5;
  }
  .newsSingle__cts--box--txtArea {
    margin-top: 20px;
  }
  .newsSingle__cts--box--txtArea p {
    font-size: 1.2rem;
    line-height: 2.25;
    letter-spacing: 0em;
  }
}
.news-article {
  border: 2px solid var(--color-sub);
  background: #fff;
  position: relative;
  padding: 70px 115px;
}
.news-article::after {
  position: absolute;
  content: "";
  border: 1px solid var(--color-sub);
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
}
.news-article-inner {
  position: relative;
  z-index: 2;
}
.news-article-header {
  margin-bottom: 60px;
}
.news-article-pubdate {
  font-size: 1.8rem;
  font-family: "Noto Sans Kannada", sans-serif;
  font-weight: 500;
  color: var(--color-main);
}
.news-article-title {
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 1.5em;
  border-bottom: 2px solid var(--color-sub);
}
.news-article-body {
  font-size: 1.6rem;
}
.news-article-body p {
  letter-spacing: 0.05em;
  line-height: 2.375;
}
@media screen and (max-width: 768px) {
  .news-article {
    padding: 6.1333333333vw 6.6666666667vw 17.3333333333vw;
  }
  .news-article-header {
    margin-bottom: 7.4666666667vw;
  }
  .news-article-pubdate {
    font-size: 3.2vw;
  }
  .news-article-title {
    font-size: 4vw;
    padding-bottom: 1.5em;
  }
  .news-article-body {
    font-size: 3.2vw;
  }
}
/*# sourceMappingURL=news.css.map */