@charset "UTF-8";
/*------------------------------------------------------------
 * 共通
------------------------------------------------------------*/
.adjust-width.-small {
  max-width: 1040px;
}

/*------------------------------------------------------------
 * NEWS一覧
------------------------------------------------------------*/
.breadcrumb {
  background-color: #d9f1ff;
}
.breadcrumb .breadcrumb-list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem 3.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5.6rem 20px 5.6rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb .breadcrumb-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4rem 20px 6.4rem;
    gap: 0.8rem 3rem;
  }
}
.breadcrumb .breadcrumb-list li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumb .breadcrumb-list li a,
.breadcrumb .breadcrumb-list li span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #0055a2;
  text-decoration: none;
}
.breadcrumb .breadcrumb-list li span {
  color: rgba(0, 85, 162, 0.5);
}
@media screen and (min-width: 769px) {
  .breadcrumb .breadcrumb-list li span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
  }
}
.breadcrumb .breadcrumb-list li:not(:last-child) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.breadcrumb .breadcrumb-list li:not(:last-child)::after {
  position: absolute;
  content: "";
  background: url("/assets/images/character/menu-arrow.svg") center/contain no-repeat;
  width: 8px;
  height: 6px;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: -2.4rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb .breadcrumb-list li:not(:last-child)::after {
    right: -2rem;
  }
}
.breadcrumb .breadcrumb-list li:first-child::before {
  content: "";
  background: url("/assets/images/character/gallery-yu-ma.png") center/contain no-repeat;
  width: 5.1rem;
  height: 5.5rem;
  display: inline-block;
  margin-right: 0.8rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb .breadcrumb-list li:first-child::before {
    width: 2.6rem;
    height: 2.8rem;
    margin-right: 0.4rem;
  }
}
.breadcrumb .breadcrumb-list li:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.news-section .news-container {
  padding-top: 0;
}
.news-section .pagination .nav-links {
  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;
}
.news-section .pagination .page-numbers {
  margin: 0 0.4rem;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 6px rgba(15, 143, 223, 0.16);
  box-shadow: 0 4px 6px rgba(15, 143, 223, 0.16);
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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.4rem;
  line-height: 1;
  color: #0f8fdf;
  font-family: "Ultra", serif;
  text-decoration: none;
}
.news-section .pagination .page-numbers.current {
  background-color: #0f8fdf;
  color: #fff;
}
.news-section .pagination .page-numbers.dots {
  background-color: transparent;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  box-shadow: none;
  width: auto;
  height: auto;
  margin-top: 7px;
}
.news-section .pagination .page-numbers.next, .news-section .pagination .page-numbers.prev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-section .pagination .page-numbers.next::after, .news-section .pagination .page-numbers.prev::after {
  content: "";
  -webkit-mask: url("/assets/images/character/pagination-arrow.svg") center/contain no-repeat;
  mask: url("/assets/images/character/pagination-arrow.svg") center/contain no-repeat;
  width: 1.6rem;
  height: 1.2rem;
  background-color: #0f8fdf;
}
.news-section .pagination .page-numbers.prev {
  margin-right: 1.2rem;
}
.news-section .pagination .page-numbers.prev::after {
  margin-right: 2px;
}
.news-section .pagination .page-numbers.next {
  margin-left: 1.2rem;
}
.news-section .pagination .page-numbers.next::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 2px;
}

/*------------------------------------------------------------
 * NEWS詳細
------------------------------------------------------------*/
.news-detail-section {
  background-color: #d9f1ff;
  border-radius: 0 0 20rem 20rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .news-detail-section {
    border-radius: 0 0 8rem 8rem;
    padding-bottom: 7.9rem;
  }
}
.news-detail-section h1 {
  font-size: 2.4rem;
  margin-bottom: 1.9rem;
}
@media screen and (max-width: 768px) {
  .news-detail-section h1 {
    font-size: 2.2rem;
    margin-bottom: 2.3rem;
  }
}
.news-detail-section .date {
  font-size: 1.4rem;
  line-height: 1.42;
}
.news-detail-section .content {
  margin: 4rem 0 8.8rem;
}
@media screen and (max-width: 768px) {
  .news-detail-section .content {
    margin: 2rem 0 4.8rem;
  }
}
.news-detail-section .content p {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .news-detail-section .content p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.news-detail-section .news-detail-pager-sp,
.news-detail-section .news-detail-pager-single-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .news-detail-section .news-detail-pager-sp,
.news-detail-section .news-detail-pager-single-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.news-detail-section .news-detail-pager-sp {
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .news-detail-section .news-detail-pager-single-sp {
    margin-top: 4rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.news-detail-section .news-detail-pager {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .news-detail-section .news-detail-pager {
    display: none;
  }
}
.news-detail-section .news-detail-prev,
.news-detail-section .news-detail-next,
.news-detail-section .news-detail-list {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .news-detail-section .news-detail-prev,
.news-detail-section .news-detail-next,
.news-detail-section .news-detail-list {
    width: 16rem;
  }
}
.news-detail-section .news-detail-prev a,
.news-detail-section .news-detail-next a,
.news-detail-section .news-detail-list a {
  height: 56px;
  padding: 5px 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .news-detail-section .news-detail-prev a,
.news-detail-section .news-detail-next a,
.news-detail-section .news-detail-list a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .news-detail-section .news-detail-prev a:hover,
.news-detail-section .news-detail-next a:hover,
.news-detail-section .news-detail-list a:hover {
    border: 6px solid rgba(0, 115, 187, 0.3);
  }
}
.news-detail-section .news-detail-prev a,
.news-detail-section .news-detail-next a {
  color: #0f8fdf;
  -webkit-transition: color 0.3s, border 0.3s, background-color 0.3s;
  transition: color 0.3s, border 0.3s, background-color 0.3s;
}
@media screen and (min-width: 769px) {
  .news-detail-section .news-detail-prev a:hover,
.news-detail-section .news-detail-next a:hover {
    color: #0055a2;
  }
  .news-detail-section .news-detail-prev a:hover::before, .news-detail-section .news-detail-prev a:hover::after,
.news-detail-section .news-detail-next a:hover::before,
.news-detail-section .news-detail-next a:hover::after {
    background-color: #0055a2;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}
.news-detail-section .news-detail-prev a::after {
  display: none;
}
.news-detail-section .news-detail-prev a::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.8rem;
  background-color: #0f8fdf;
  -webkit-mask: url(/assets/images/character/menu-arrow.svg) center/contain no-repeat;
  mask: url(/assets/images/character/menu-arrow.svg) center/contain no-repeat;
  left: 1.6rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.news-detail-section .news-detail-next a::after {
  width: 1rem;
  height: 0.8rem;
  background-color: #0f8fdf;
  right: 1.6rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.news-detail-section .news-detail-list a::after {
  display: none;
}