@charset "UTF-8";

.wp-pagenavi {
  position: relative;
  margin-top: 3.5rem;
  text-align: center;
}

.pagination {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 0;
}

.pagination .prev,
.pagination .next {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  vertical-align: middle;
  border-radius: 50%;
  transition: background-color 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
  transform: translateY(-50%);
}

.pagination .prev .btn-arw,
.pagination .next .btn-arw {
  width: 2.7rem;
  height: 2.7rem;
}

.pagination .prev .btn-arw svg,
.pagination .next .btn-arw svg {
  width: 100%;
  height: 100%;
  fill: #cb1414;
  stroke: #fff;
}

.pagination .prev {
  left: 0;
}

.pagination .prev .btn-arw {
  transform: scale(-1, 1);
}

.pagination .next {
  right: 0;
}

.pagination .pager {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.2rem;
  margin: 0 0.5rem;
  font-weight: 700;
  line-height: 1;
  color: #cb1414;
  letter-spacing: 0;
  vertical-align: middle;
  border: 1px solid #cb1414;
  border-radius: 50%;
  transition: color 0.4s ease, background-color 0.4s ease;
  font-size: 12px;
  font-size: 1.2rem;
}

.pagination .pager.current {
  color: #fff;
  background: #cb1414;
}

.singlenavi {
  position: relative;
  display: flex;
  justify-content: center;
}

.singlenavi .prev,
.singlenavi .next {
  position: absolute;
  top: 0;
}

.singlenavi .prev {
  left: 0;
  justify-content: flex-end;
  padding: 0.25rem 2rem 0.25rem 4rem;
}

.singlenavi .prev .btn-arw {
  right: auto !important;
}

.singlenavi .prev .btn-arw {
  left: 1.4rem;
  transform: scale(-1, 1);
}

.singlenavi .next {
  right: 0;
  padding: 0.25rem 4rem 0.25rem 2rem;
}

.singlenavi .page-back {
  justify-content: center;
  width: 12rem;
  padding: 0.25rem 1rem;
  background: #7f2100;
  border: 1px solid #7f2100;
}

.news-sorter__list {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 2.15rem;
}

.news-sorter__item {
  position: relative;
  padding-right: 1.3rem;
  margin: 0 1.2rem 0.75rem 0;
}

.news-sorter__item.is-active>a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.3rem;
  color: #fff;
  background: #666;
  border-radius: 2rem;
}

.news-sorter__item.is-active.--news>a {
  background: #cb1414;
}

.news-sorter__item.is-active.--press>a {
  background: #1f8bc1;
}

.news-sorter__item.is-active.--seminar>a {
  background: #38af6b;
}

.news-sorter__item.is-active.--blog>a {
  background: #d69e00;
}

.news-sorter__item:last-child::after {
  display: none;
}

.news-sorter__item::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.6rem;
  margin-top: -0.8rem;
  content: "";
  background: #dadada;
}

.news-sorter__item a {
  position: relative;
  display: block;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.news-cont {
  position: relative;
  padding: 3rem 0 6rem;
}

.news-cont__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -2rem;
}

.news-cont__item {
  margin-bottom: 2rem;
}

.news-cont__item a {
  position: relative;
  display: block;
}

.news-cont__item .meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
  font-size: 0;
}

.news-cont__item .time {
  position: relative;
  font-weight: 400;
  line-height: 1.35;
  color: #cb1414;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.news-cont__item .post-type {
  position: relative;
  padding-left: 1em;
  margin-left: 1em;
  font-weight: 400;
  line-height: 1.35;
  color: #cb1414;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.news-cont__item .post-type::before {
  position: absolute;
  top: 10%;
  left: 0;
  width: 1px;
  height: 80%;
  content: "";
  background: #cb1414;
}

.news-cont__item .img {
  margin-bottom: 1rem;
  overflow: hidden;
}

.news-cont__item .img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 37/24;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.7, 1);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.news-cont__item .ttl {
  display: -webkit-box;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  font-size: 1.4rem;
}

.news-cont__item .tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0.35rem -1rem -0.5rem 0;
  font-size: 0;
}

.news-cont__item .tags a {
  display: inline-block;
  margin: 0 1rem 0.5rem 0;
  font-weight: 700;
  line-height: 1.5;
  color: #969696;
  letter-spacing: 0;
  font-size: 10px;
  font-size: 1rem;
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {

  .pagination .pager:hover {
    color: #fff;
    background: #cb1414;
  }

  .singlenavi .page-back:hover {
    color: #7f2100;
  }

  .news-sorter__item a:hover .img img {
    opacity: 0.6;
    transform: scale(1.03);
  }

  .news-cont__item a:hover .img img {
    opacity: 0.6;
    transform: scale(1.03);
  }
}

@media screen and (min-width: 768px) {
  .wp-pagenavi {
    margin-top: 7rem;
  }

  .pagination {
    width: 56rem;
  }

  .pagination .prev,
  .pagination .next {
    width: 4.2rem;
    height: 4.2rem;
  }

  .pagination .prev .btn-arw,
  .pagination .next .btn-arw {
    width: 4.2rem;
    height: 4.2rem;
  }

  .pagination .pager {
    width: 4rem;
    height: 4rem;
    margin: 0 1rem;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .singlenavi .c-btn {
    width: 21rem;
  }

  .singlenavi .prev {
    padding: 0.5rem 3rem 0.5rem 6rem;
  }

  .singlenavi .prev .btn-arw {
    left: 2rem;
  }

  .singlenavi .next {
    padding: 0.5rem 6rem 0.5rem 3rem;
  }

  .singlenavi .page-back {
    width: 20rem;
    padding: 0.5rem 4rem;
  }

  .news-sorter__list {
    margin: 0 0 2.15rem;
  }

  .news-sorter__item {
    padding-right: 2.5rem;
    margin: 0 2.4rem 0.75rem 0;
  }

  .news-sorter__item.is-active>a {
    padding: 0.5rem 1.3rem;
  }

  .news-sorter__item::after {
    top: 52%;
    height: 2rem;
    margin-top: -1rem;
  }

  .news-sorter__item a {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .news-cont {
    padding: 4rem 0 10rem;
  }

  .news-cont__list {
    margin: 0 -2.25rem -8.35rem;
  }

  .news-cont__item {
    width: 33.3334%;
    padding: 0 2.25rem;
    margin-bottom: 8.35rem;
  }

  .news-cont__item .time {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .news-cont__item .post-type {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .news-cont__item .img {
    margin-bottom: 1rem;
  }

  .news-cont__item .ttl {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .news-cont__item .tags a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {


  .singlenavi .prev,
  .singlenavi .next {
    width: 10rem;
  }
}