@charset "UTF-8";
#main {
  overflow: visible;
}

/* ▼▼▼ お知らせ 一覧
======================================================*/
.ttl_wrap {
  margin: 32px 0;
}
@media screen and (min-width: 768px), print {
  .ttl_wrap {
    margin: 60px 0;
  }
}

.category_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}
.category_search::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../img/icon_list.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.category_search_text {
  font-weight: 500;
  font-size: var(--Heading-H5);
}

.tag_wrap {
  padding: 16px;
  background: var(--Background-Secondary);
  margin-bottom: 32px;
}
@media screen and (min-width: 768px), print {
  .tag_wrap {
    padding: 32px;
    max-width: 1256px;
    border-radius: 20px;
    margin: 0 auto 60px;
  }
}
.tag_wrap_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.tag_wrap .category_tag {
  padding: 1px 12px 4px;
  border-radius: 100vmax;
  font-weight: 500;
  font-size: var(--Label-X-Small);
  text-align: center;
  background: var(--Background-Tertiary);
  color: var(--Object-Secondary);
}
.tag_wrap .category_tag_primary {
  background: var(--Brand-color-Primary);
  color: var(--Object-Primary-Reverse);
}

.news_list {
  padding: 32px 16px;
  border-radius: 24px;
  background: var(--Object-Primary-Reverse);
  max-width: 1256px;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .news_list {
    padding: 60px;
  }
}
.news_list_container {
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
}

.pull_down_btn_wrap {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pull_down_btn_wrap_text {
  font-weight: 500;
  font-size: var(--Label-Medium);
}
.pull_down_btn_wrap::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_chevron_bl.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

.pull_down_btn {
  position: relative;
  display: block;
  width: 120px;
  padding: 4px 32px 4px 12px;
  background-color: var(--Background-Tertiary);
  border: none;
  border-radius: 100vmax;
  font-weight: 500;
  font-size: var(--Label-X-Small);
  color: var(--Line-Icon-Primary);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.pull_down_btn:focus {
  outline: none;
}
.pull_down_btn option {
  padding: 12px 16px;
  background-color: var(--Background-Secondary);
  color: var(--Line-Icon-Primary);
}

.news_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px), print {
  .news_list_wrap {
    margin-bottom: 32px;
  }
}

.news_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 12px;
  padding: 12px 12px 14px;
  background-color: var(--Background-Primary);
  border-radius: 10px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .news_list_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 16px 16px 18px;
    gap: 0;
  }
}
.news_list_item.external {
  padding-right: 25px;
  position: relative;
}
.news_list_item.external::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url(../img/icon_arrow_outward.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-filter: invert(19%) sepia(6%) saturate(508%) hue-rotate(191deg) brightness(98%) contrast(90%);
          filter: invert(19%) sepia(6%) saturate(508%) hue-rotate(191deg) brightness(98%) contrast(90%);
}
@media screen and (min-width: 768px), print {
  .news_list_item.external::after {
    right: 30px;
    width: 20px;
    height: 20px;
  }
}
.news_list_item:hover {
  border: 1px solid var(--Brand-color-Primary);
}
@media screen and (min-width: 768px), print {
  .news_list_item_header {
    padding: 0px 16px 0px 0px;
  }
}
.news_list_item_header.new::before {
  content: "NEW";
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: var(--Label-Small);
  line-height: 1em;
  letter-spacing: 0.05em;
  color: var(--Brand-color-Primary);
}
@media screen and (min-width: 768px), print {
  .news_list_item_header.new::before {
    display: block;
  }
}
.news_list_item_date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: var(--Label-Small);
  line-height: 1em;
  letter-spacing: 0.05em;
  color: var(--Object-Secondary);
}
@media screen and (min-width: 768px), print {
  .news_list_item_content {
    padding: 0px 0px 0px 16px;
    border-left: 1px solid var(--Line-Primary);
  }
}
.news_list_item_category_wrap {
  margin-bottom: 8px;
}
.news_list_item_category {
  padding: 1px 12px 4px;
  border-radius: 100vmax;
  background: var(--Background-Tertiary);
  font-weight: 500;
  font-size: var(--Label-X-Small);
  color: var(--Object-Secondary);
  margin-right: 8px;
}
.news_list_item_title {
  font-size: var(--Label-Medium);
}
.news_list_item:hover {
  opacity: 0.8;
}

.pagination_wrap {
  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;
  width: 100%;
  margin-top: 32px;
  padding: 0 16px;
}
@media screen and (min-width: 768px), print {
  .pagination_wrap {
    margin-top: 48px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 8px 16px;
  background-color: var(--Object-Primary-Reverse);
  border-radius: 100vmax;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .pagination {
    padding: 8px 65px;
    width: auto;
  }
}

@media screen and (min-width: 768px), print {
  .page-item:not(.page-item-prev):not(.page-item-next) {
    margin: 0 8px;
  }
}
.page-item:not(.page-item-prev):not(.page-item-next):first-of-type {
  margin-left: 0;
}
.page-item:not(.page-item-prev):not(.page-item-next):last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 768px), print {
  .page-item.page-item-prev {
    margin-right: 32px;
  }
}
@media screen and (min-width: 768px), print {
  .page-item.page-item-next {
    margin-left: 32px;
  }
}
.page-item.page-item-prev .page-link, .page-item.page-item-next .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
}
.page-item[aria-disabled=true] .page-link {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.page-link {
  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-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: var(--Heading-H5);
  line-height: 1em;
  color: var(--Line-Icon-Primary);
  text-decoration: none;
  min-width: 36px;
  height: 36px;
  padding: 0;
}
.page-link:hover {
  opacity: 0.7;
}
.page-link-text {
  font-weight: 500;
  font-size: var(--Heading-H6);
  color: var(--Line-Icon-Primary);
  display: none;
}
@media screen and (min-width: 768px), print {
  .page-link-text {
    display: inline-block;
  }
}
.page-link-ellipsis {
  color: var(--Object-Secondary);
  cursor: default;
}
.page-link-ellipsis:hover {
  opacity: 1;
}

.page-item-prev .page-link,
.page-item-next .page-link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
}
.page-item-prev .page-link::after,
.page-item-next .page-link::after {
  position: absolute;
  top: 50%;
  left: -16px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_chevron_bl.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px), print {
  .page-item-prev .page-link::after,
  .page-item-next .page-link::after {
    left: -32px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.page-item-prev .page-link::before,
.page-item-next .page-link::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: -32px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 48px;
  height: 24px;
  border-radius: 100vmax;
  border: 1px solid var(--Brand-color-Primary);
  background: #FFF;
}
@media screen and (min-width: 768px), print {
  .page-item-prev .page-link::before,
  .page-item-next .page-link::before {
    left: -58px;
  }
}

.page-item-next .page-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-item-next .page-link::after {
  left: auto;
  right: -16px;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  rotate: 180deg;
}
@media screen and (min-width: 768px), print {
  .page-item-next .page-link::after {
    right: -42px;
  }
}
.page-item-next .page-link::before {
  left: auto;
  right: -32px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px), print {
  .page-item-next .page-link::before {
    right: -58px;
  }
}

.page-item.active .page-link {
  width: 36px;
  height: 36px;
  background-color: var(--Brand-color-Primary);
  border-radius: 100vmax;
  color: var(--Object-Primary-Reverse);
  cursor: default;
}
.page-item.active .page-link:hover {
  opacity: 1;
}

.end_link.news_list_item {
  position: relative;
  pointer-events: none;
}
.end_link.news_list_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  border-radius: 10px;
}
.end_link.related_link_card {
  pointer-events: none;
  opacity: 0.5;
}