@charset "UTF-8";
/*
---------------------------------------------
Color
---------------------------------------------
*/
/*
---------------------------------------------
Font
---------------------------------------------
*/
/*
---------------------------------------------
Flex
---------------------------------------------
*/
/*
---------------------------------------------
Media Query
---------------------------------------------
*/
/*
---------------------------------------------
Line Break (display control)
---------------------------------------------
*/
/*
---------------------------------------------
hoverするときのみ設定するメディアクエリ
---------------------------------------------
*/
.main {
  padding-top: 80px;
}
@media screen and (min-width: 1024px) {
  .main {
    padding-top: 120px !important;
  }
}

.section {
  padding: 1.5rem 1rem !important;
}
@media screen and (min-width: 768px) {
  .section {
    padding: 56px 1rem !important;
  }
}

.section__inner {
  gap: 2rem !important;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .section__inner {
    gap: 3rem !important;
  }
}

.section--news-list {
  background: #E9F0EB;
  padding-bottom: 2.5rem !important;
}
@media screen and (min-width: 768px) {
  .section--news-list {
    padding-bottom: 5rem !important;
  }
}

.section__inner--news-list {
  max-width: 1100px !important;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  font-size: 12px;
  letter-spacing: 1.2px;
  max-width: calc(960px + 8%);
}

.breadcrumb__link {
  color: #0E8140;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .breadcrumb__link:hover {
    opacity: 0.6;
  }
}

.breadcrumb__arrow::before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.875rem;
  margin-top: 0.3rem;
  background-image: url("../icon/icon-news-pankuzu-slash.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.breadcrumb__current {
  color: #231815;
}

.news-list__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 32px 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
  color: #231815;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .news-list__heading {
    padding: 0.75rem 0;
    text-align: center;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4rem; /* 160% */
    letter-spacing: 0.25rem;
  }
}
.news-list__heading::before, .news-list__heading::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #231815;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .news-list__heading::before, .news-list__heading::after {
    width: 25px;
  }
}

.news-list__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 866px;
  margin: 0 auto;
}

.news-list__list {
  list-style: none;
  margin: 0;
  padding: 2.5rem;
  background: #ffffff;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .news-list__list {
    width: 100%;
    border-radius: 1rem;
    margin: 0 auto;
  }
}

.news-list__item {
  border-bottom: 1px solid #A7A7A7;
}
.news-list__item:last-child {
  border-bottom: none;
}

.news-list__link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 0;
  color: #231815;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .news-list__link {
    gap: 0.5rem;
    padding: 0.75rem;
  }
}
.news-list__link {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .news-list__link:hover {
    opacity: 0.6;
  }
}

.news-list__dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1;
  color: #231815;
}
@media screen and (min-width: 768px) {
  .news-list__dl {
    flex-direction: row;
    gap: 32px;
  }
}

.news-list__dt {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .news-list__dt {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.news-list__dd {
  flex: 1;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  .news-list__dd {
    line-height: 2.25rem;
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
  }
}

.news-list__link-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.pagination {
  display: flex;
  justify-content: center;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .pagination {
    padding-top: 3rem;
  }
}

.pagination__list {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 32px;
}

.pagination__item:nth-of-type(1) {
  margin-right: 0.5rem;
}
.pagination__item:last-child {
  margin-left: 0.5rem;
}

.pagination__item {
  width: 32px;
  line-height: 32px;
}

.pagination__link {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0E8140;
  border-radius: 0.25rem;
  background: #ffffff;
  color: #0E8140;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .pagination__link:hover {
    opacity: 0.6;
  }
}
.pagination__link--active {
  background: #0E8140;
  border-color: #0E8140;
  color: #ffffff;
  pointer-events: none;
}
.pagination__link--prev, .pagination__link--next {
  border: none;
}
.pagination__link--prev img, .pagination__link--next img {
  display: block;
}
.pagination__link--disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: default;
}

.pagination__ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0E8140;
}

.news-actions {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .news-actions {
    padding-top: 5rem;
  }
}

.news-actions__back {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  border: 2px solid #0E8140;
  border-radius: 32px;
  background: #ffffff;
  color: #0E8140;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  width: 19.375rem;
  position: relative;
  justify-content: center;
  margin: 0 auto;
}
.news-actions__back svg {
  position: absolute;
  right: 1.5rem;
}
.news-actions__back {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .news-actions__back:hover {
    opacity: 0.6;
  }
}
.news-actions__back-icon {
  flex-shrink: 0;
}