@charset "utf-8";

/*===================
news
===================*/
.news__item a {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 33px;
  padding-bottom: 39px;
  padding-left: 22px;
  padding-right: 62px;
  border-bottom: 1px solid #ccc;
}
.news__item:last-child a {
  margin-bottom: 0;
}
.news__flex {
  width: 275px;
  display: flex;
  align-items: center;
}
.news__date {
  color: #123a55;
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  width: 115px;
  line-height: 1;
}
.news__category {
  color: #123a55;
  font-size: 13px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  width: calc(100% - 115px);
  max-width: 130px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.news__title {
  font-size: 13px;
  width: calc(100% - 275px);
  line-height: 1.75;
}

.low__contents {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 0 30px;
}
.low__item1 {
  width: 71%;
  max-width: 764px;
}
.low__item2 {
  width: 27%;
  max-width: 316px;
  padding-top: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  align-self: flex-start;
}
.low__menu {
  text-align: left;
}
.low__menu:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.low__menuTitle {
  color: #123a55;
  font-size: 15px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.low__menuListItem {
  margin-bottom: 10px;
}
a.low__menuListLink {
  display: block;
  padding: 5px 0 5px 15px;
  font-size: 13px;
  line-height: 1.2;
  position: relative;
}
a.low__menuListLink::after {
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  background: url(../imgs/news/arrow_right.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.low__menuListLink {
  display: block;
  padding: 5px 0 5px 15px;
  font-size: 13px;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
}
.low__menuListLink:hover {
  opacity: 0.7;
}
.low__menuListLink select {
  cursor: pointer;
}
.low__menuListLink::after {
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  background: url(../imgs/news/arrow_right.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

/* シングルページ */
.single-news__wrap {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.single-news__wrap .news__flex {
  width: fit-content;
  margin-bottom: 10px;
}
.single-news__wrap .news__category {
  max-width: 100%;
}
.single-news__title {
  font-size: 21px;
  line-height: 1.75;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.information__list--nopost {
  font-size: 13px;
  line-height: 1.75;
}

/* アーカイブページネーション */
.paginationWrap {
  padding-top: 67px;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 7px;
}
.pagination li.current,
.pagination li a {
  color: #123a55;
  font-size: 13px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 50%;
}
.pagination li.current,
.pagination li.current a {
  color: #fff;
  background-color: #123a55;
  border: none;
}
.pagination li.prev,
.pagination li.next {
  position: relative;
}
.pagination li.prev::after,
.pagination li.next::before {
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}
.pagination li.prev::after {
  background: url("../imgs/news/btn_arrow_lft.svg") center center / cover no-repeat;
}
.pagination li.next::before {
  background: url("../imgs/news/btn_arrow_rgt.svg") center center / cover no-repeat;
}

/* シングルページネーション */
.singlePagination {
  width: 100%;
  max-width: 775px;
  padding-top: 90px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.singlePagination ul {
  max-width: 550px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.singlePagination ul li.back a {
  color: #123a55;
  font-size: 13px;
  line-height: 1;
}

.singlePagination ul li.prev,
.singlePagination ul li.next {
  width: 29px;
  height: 29px;
  position: relative;
}

.singlePagination ul li.prev a,
.singlePagination ul li.next a {
  color: #123a55;
  font-size: 13px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 50%;
}
.singlePagination li.prev::after,
.singlePagination li.next::before {
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}
.singlePagination li.prev::after {
  background: url("../imgs/news/btn_arrow_lft.svg") center center / cover no-repeat;
}
.singlePagination li.next::before {
  background: url("../imgs/news/btn_arrow_rgt.svg") center center / cover no-repeat;
}

@media screen and (max-width: 980px) {
  .low__contents {
    display: block;
  }
  .low__item1 {
    width: 100%;
    max-width: 100%;
  }

  .low__item2 {
    width: 100%;
    max-width: 913px;
    height: auto;
    margin: 0 auto 50px;
    overflow-x: auto;
    scrollbar-color: #b6b6b6 #fcf8f2;
    position: relative;
    top: 0;
  }
  .low__menu {
    width: max-content;
    max-width: initial;
    padding-bottom: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .low__menu:not(:last-child) {
    padding-bottom: 0;
    margin-bottom: 30px;
    border-bottom: none;
  }
  .low__menuList {
    display: flex;
    justify-content: start;
    align-items: center;
    white-space: nowrap;
  }
  a.low__menuListLink::after,
  .low__menuListLink::after {
    right: 0;
  }
  .low__menuTitle {
    width: 100px;
    margin-bottom: 0;
    margin-right: 3%;
  }
  .low__menuListItem {
    margin-bottom: 0;
    margin-right: 15px;
  }
  a.low__menuListLink {
    padding: 0 15px 0 0;
    line-height: 1.75;
  }
  .low__menuListLink {
    padding: 0 15px 0 0;
  }
}

@media screen and (max-width: 750px) {
  .single-news__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .news__item a {
    display: block;
    padding-top: 23px;
    padding-bottom: 29px;
    padding-left: 15px;
  }
  .news__flex {
    width: 100%;
    margin-bottom: 10px;
  }
  .news__date {
    width: 100px;
  }
  .news__category {
    width: calc(100% - 100px);
    max-width: 100%;
  }
  .news__title {
    width: 100%;
  }
}
