@font-face {
  font-family: "Genjyuu";
  src: url("../fonts/GenJyuuGothic-Bold.eot");
  src: url("../fonts/GenJyuuGothic-Bold.woff") format("woff"), url("../fonts/GenJyuuGothic-Bold.woff2") format("woff2");
}
html {
  font-size: 100%;
}
@media (max-width: 1250px) {
  html {
    font-size: 1.28vw;
  }
}
@media (min-width: 376px) and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

.archive__contents,
.single__contents {
  display: grid;
  grid-template-columns: 72.5% 21.6666%;
  -webkit-column-gap: 4.375rem;
     -moz-column-gap: 4.375rem;
          column-gap: 4.375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .archive__contents,
  .single__contents {
    grid-template-columns: 1fr;
    row-gap: 3.125rem;
    padding-bottom: 2.8125rem;
  }
}

.single__contents {
  padding-bottom: 5.1875rem;
}

.archive__item {
  padding-right: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .archive__item {
    padding-right: 5px;
    padding-bottom: 5px;
  }
}

.archive__item .link {
  display: grid;
  grid-template-columns: 16.25rem 1fr;
  -webkit-column-gap: 1.0625rem;
     -moz-column-gap: 1.0625rem;
          column-gap: 1.0625rem;
  padding: 1.0625rem 2.5rem 1.1875rem 1.375rem;
  border-radius: 10px;
  border: 3px solid #5d63a3;
  background: #fff;
  position: relative;
  -webkit-box-shadow: #5d63a3 10px 10px;
          box-shadow: #5d63a3 10px 10px;
}
.archive__item .link::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.875rem;
  width: 0.625rem;
  height: 1rem;
  background: url(../img/news-arrow.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .archive__item .link {
    grid-template-columns: 7.8125rem 1fr;
    padding: 0.75rem 0.9375rem 0.9375rem 0.8125rem;
    -webkit-box-shadow: #5d63a3 5px 5px;
            box-shadow: #5d63a3 5px 5px;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
  .archive__item .link::after {
    content: none;
  }
}

.archive__item + .archive__item {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .archive__item + .archive__item {
    margin-top: 1.25rem;
  }
}

.archive__item .catch {
  width: 16.25rem;
  height: 10rem;
  border-radius: 10px;
  overflow: hidden;
}
.archive__item .catch img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .archive__item .catch {
    width: 7.8125rem;
    height: 4.8125rem;
    border-radius: 5px;
  }
}

.archive__item .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .archive__item .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.archive__item .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.archive__item .cat span,
.single__meta .cat li span {
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-block;
  padding: 5px 1.0625rem;
  border-radius: 5px;
  color: #fff;
  line-height: 1.428;
}
@media screen and (max-width: 767px) {
  .archive__item .cat span,
  .single__meta .cat li span {
    font-size: 0.75rem;
    line-height: 1.4166;
  }
}

.archive__item .cat span,
.single__meta .cat li span {
  background: #5d63a3;
}
.archive__item .cat .infomation,
.single__meta .cat li .infomation {
  background: #5d63a3;
}
.archive__item .cat .course-event,
.single__meta .cat li .course-event {
  background: #B3D541;
}
.archive__item .cat .media,
.single__meta .cat li .media {
  background: #A1CDE0;
}

@media screen and (max-width: 767px) {
  .single__meta .cat li span {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .archive__item .cat {
    margin-top: 6px;
  }
  .archive__item .cat span {
    font-size: 12px;
    padding: 5px 10px;
  }
}

.archive__item .date,
.single .date {
  color: #db4c2d;
  margin-left: 1.25rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.142;
}

@media screen and (max-width: 767px) {
  .archive__item .date {
    margin-left: 0;
  }
}

.archive__item .title {
  font-weight: 700;
  font-size: 18px;
  margin-top: 1rem;
  line-height: 1.444;
}
@media screen and (max-width: 767px) {
  .archive__item .title {
    margin-top: 9px;
    position: relative;
    grid-area: 2/1/3/3;
    padding-right: 0.9375rem;
  }
  .archive__item .title::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 0.625rem;
    height: 1rem;
    background: url(../img/news-arrow.png) no-repeat center center/contain;
  }
}

.pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination {
  margin: 66px auto 0px;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin: 41px auto 0px;
  }
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5D63A3;
}

.page-numbers {
  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-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .page-numbers {
    padding-bottom: 0.625rem;
  }
}

.page-numbers + .page-numbers {
  margin-left: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .page-numbers + .page-numbers {
    margin-left: 1.25rem;
  }
}

.page-numbers.prev img,
.page-numbers.next img {
  width: 3.75rem;
  height: 3.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .page-numbers.prev,
  .page-numbers.next {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.page-numbers.next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-numbers.dots {
  border: none;
}

.page-numbers.current {
  position: relative;
}
.page-numbers.current::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.5rem;
  height: 2px;
  background: #db4c2d;
}
@media screen and (max-width: 767px) {
  .page-numbers.current::after {
    width: 1.25rem;
  }
}

.single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single .cat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single .cat li + li {
  margin-left: 10px;
}

.single .date {
  margin-left: 20px;
}

.single .ttl {
  font-weight: 700;
  font-size: 28px;
  color: #5d63a3;
  margin-top: 0.875rem;
  line-height: 1.71;
}
@media screen and (max-width: 767px) {
  .single .ttl {
    font-size: 1.375rem;
    line-height: 1.454;
    margin-top: 1.3125rem;
  }
}

.single .catch {
  width: 76.296%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.6875rem;
}
.single .catch img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single .catch {
    margin-top: 20px;
    width: 100%;
  }
}

.single__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single__pagination p:nth-child(1) {
  text-align: left;
}

.single__pagination p:nth-child(2) {
  text-align: center;
}

.single__pagination p:nth-child(3) {
  text-align: right;
}

.single__pagination a {
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 700;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  border-radius: 30px;
  border: 2px solid #5d63a3;
  background: #fff;
  color: #5D63A3;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}
.single__pagination a:hover {
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .single__pagination a {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.single__pagination .archive a {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}
@media screen and (max-width: 767px) {
  .single__pagination .archive a {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}

.single__pagination .prev a,
.single__pagination .next a {
  color: #fff;
  background: #5d63a3;
  position: relative;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.single__pagination .prev a::before,
.single__pagination .next a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 12px;
  background: url(../img/single-arrow.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .single__pagination .prev a,
  .single__pagination .next a {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.single__pagination .prev a::before {
  left: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .single__pagination .prev a::before {
    left: 10px;
  }
}

.single__pagination .next a::before {
  right: 1.25rem;
  top: 50%;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
@media screen and (max-width: 767px) {
  .single__pagination .next a::before {
    right: 10px;
  }
}

.news-side__ttl {
  color: #5D63A3;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
}

.news-side__box {
  margin-top: 10px;
  border-radius: 20px;
  background: #fff;
  padding: 1.5rem 1.875rem;
}

.news-side__text {
  font-weight: 700;
}

.news-side__cats {
  margin-top: 0.8125rem;
  padding-left: 1.25rem;
}

.news-side__cats .tab-menu + .tab-menu {
  margin-top: 0.6875rem;
}

.news-side__cats .tab-menu a {
  font-weight: 700;
  color: #5D63A3;
  text-decoration: underline;
}