@charset "utf-8";

/*===================
news
===================*/

/* アーカイブページ */
.news__ttlWrap {
  padding-bottom: 30px;
  border-bottom: 1px solid #003161;
}
.news__list {
  margin-bottom: 100px;
}
.news__item {
  padding: 30px 0;
  border-bottom: 1px solid #003161;
}
.news__item a {
  list-style-type: none;
  display: flex;
  justify-content: start;
  align-items: center;
}

.news__itemText {
  font-size: 19px;
  font-weight: 600;
  display: block;
}
.news__itemText.date {
  width: 165px;
  padding-right: 10px;
  letter-spacing: 0.07em;
}
.news__itemText.title {
  width: calc(100% - 160px);
  padding-right: 50px;
  line-height: 1.6;
  position: relative;
}
.news__arrowWrap {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 15px;
  height: 1px;
  transition: all 0.3s;
}
.news__arrow {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #003161;
  position: relative;
}

.news__arrow::after {
  width: 5px;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 2px;
  transform: rotate(45deg);
  background-color: #003161;
  content: "";
  display: block;
}

.news__item a:hover .news__arrowWrap {
  width: 30px;
  right: 10px;
}

/* ページネーション */
ul.pagination {
  margin: 0 auto 56px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  text-align: center;
}
ul.pagination li {
  width: 38px;
  height: 38px;
  position: relative;
  border-bottom: none;
}
ul.pagination li a {
  color: #003161;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #003161;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.pagination li.current a,
ul.pagination li.current a:hover,
ul.pagination li a:hover:not(.arrow) {
  color: #ffffff;
  background-color: #003161;
  border: 1px solid #003161;
}
ul.pagination li a:hover {
  border-radius: 10px;
}
ul.pagination li.current a:hover {
  border-radius: 0;
}

/* シングルページ*/
.single-news__ttlWrap {
  margin-bottom: 30px;
}
.single-news__ttl {
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-weight: 800;
  border-bottom: 1px solid #003161;
}
span.date {
  font-size: clamp(14px, 2.8vw, 19px);
  letter-spacing: 0.1em;
  font-weight: 600;
}

.singleType02__contents h1,
.singleType02__contents h2,
.singleType02__contents h3,
.singleType02__contents h4,
.singleType02__contents h5,
.singleType02__contents h6 {
  margin-bottom: 25px;
  font-weight: bold;
}

.singleType02__contents h1 {
  font-size: 24px;
}

.singleType02__contents h2 {
  font-size: 22px;
}

.singleType02__contents h3 {
  font-size: 20px;
}

.singleType02__contents h4 {
  font-size: 18px;
}

.singleType02__contents h5 {
  font-size: 16px;
}

.singleType02__contents h6 {
  font-size: 14px;
}

.single-information__mv {
  margin-bottom: 40px;
}

/* シングルページネーション */
.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: space-between;
}

.singlePagination ul li.back .btn {
  display: block;
  width: 264px;
  padding: 10px;
  border: 1px solid #003161;
  transition: all 0.3s;
  font-size: 20px;
  font-weight: 500;
  /* text-align: right; */
  text-align: center;
  position: relative;
}
.arrowWrap {
  position: absolute;
  width: 15px;
  height: 1px;
  transition: all 0.3s;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.singlePagination ul li a span.backArrow {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #003161;
  position: relative;
  transition: all 0.3s;
}

.backArrow::after {
  width: 5px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 2px;
  transform: rotate(-45deg);
  background-color: #003161;
  content: "";
  display: block;
}

.singlePagination ul li.back .btn:hover {
  color: #ffffff;
  background-color: #003161;
  border: 1px solid #003161;
  border-radius: 10px;
}

.singlePagination ul li.back .btn:hover .arrowWrap {
  width: 30px;
  left: 10px;
}
.singlePagination ul li.back .btn:hover span.backArrow {
  background-color: #fff;
}
.singlePagination ul li.back .btn:hover span.backArrow::after {
  background-color: #fff;
}

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

.singlePagination ul li.prev a,
.singlePagination ul li.next a {
  width: 100%;
  height: 100%;
  display: block;
  /* line-height: 1; */
  position: relative;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #003161;
}

.singlePagination .arrow {
  position: relative;
  display: inline-block;
  width: 10.9px;
  height: 20.8px;
}

.singlePagination .arrow::before,
.singlePagination .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 9px;
  height: 1px;
  background-color: #003161;
  transform-origin: calc(100% - 1px) 50%;
}

.singlePagination .arrow::before {
  transform: rotate(45deg);
}

.singlePagination .arrow::after {
  transform: rotate(-45deg);
}

.singlePagination ul {
  margin-bottom: 100px;
}

.singlePagination ul li.prev span {
  transform: scale(-1, 1);
}

.singlePagination ul li.prev a:hover,
.singlePagination ul li.next a:hover {
  background-color: #003161;
  border-radius: 10px;
}

.singlePagination ul li.prev a:hover .arrow::before,
.singlePagination ul li.prev a:hover .arrow::after,
.singlePagination ul li.next a:hover .arrow::before,
.singlePagination ul li.next a:hover .arrow::after {
  background-color: #fff;
}

.singlePagination ul li a span {
  width: 100%;
  display: block;
}

.singlePagination ul li a span img {
  /* width: 4px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); */
}

@media screen and (max-width: 800px) {
  /* アーカイブページ */
  .news__item a {
    display: block;
  }
  .news__itemText.date {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .news__itemText.title {
    width: 100%;
    padding-right: 25px;
    font-size: 16px;
  }
  .news__item a.news__link::after {
    top: auto;
    right: 0;
    bottom: 0;
  }
  .news__arrowWrap {
    right: 5px;
  }
  .news__item a:hover .news__arrowWrap {
    width: 20px;
    right: -5px;
  }

  /* シングルページ */
  .singlePagination ul li.back .btn {
    width: 150px;
  }
  .arrowWrap {
    left: 15px;
  }
  .singlePagination ul li.back .btn:hover .arrowWrap {
    width: 25px;
    left: 5px;
  }
}
