.news-detail__content *:not(h1, h2, h3, h4, h5, h6), .other__date, .other__title, .pagination .page-numbers {
  font-size: var(--tdfs-body);
  font-family: Noto Sans JP;
  font-weight: 300;
  line-height: 2;
}
.custom-breadcrumb__item {
  font-size: var(--tdfs-body-s);
  font-family: Noto Sans JP;
  font-weight: 300;
  line-height: 1.7;
}
.page-header {
  position: relative;
  overflow: hidden;
}
.page-header__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.page-header__image-container:before {
  content: "";
  display: block;
  padding-top: 31.25%;
}
.page-header__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .page-header__image-container:before {
    padding-top: 73.3333333333%;
  }
}
.page-header__image-container {
  opacity: 0;
}
.page-header__image-container img {
  transform: scale(1.05);
}
.page-header__image-container::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(103, 148, 255, 0.2);
}
.page-header__title-wrapper {
  position: absolute;
  z-index: 3;
  bottom: -5px;
  left: 0;
  background-color: #FFFFFF;
  border-top-right-radius: 2.0833333333vw;
  padding: 2.0833333333vw;
}
@media screen and (max-width: 1440px) {
  .page-header__title-wrapper {
    border-top-right-radius: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .page-header__title-wrapper {
    border-top-right-radius: 3.1290743155vw;
  }
}
@media screen and (max-width: 480px) {
  .page-header__title-wrapper {
    border-top-right-radius: 5vw;
  }
}
@media screen and (max-width: 375px) {
  .page-header__title-wrapper {
    border-top-right-radius: 6.4vw;
  }
}
@media screen and (max-width: 1440px) {
  .page-header__title-wrapper {
    padding: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .page-header__title-wrapper {
    padding: 2.0860495437vw 3.1290743155vw;
  }
}
@media screen and (max-width: 480px) {
  .page-header__title-wrapper {
    padding: 3.3333333333vw 5vw;
  }
}
@media screen and (max-width: 375px) {
  .page-header__title-wrapper {
    padding: 4.2666666667vw 6.4vw;
  }
}
.page-header__title {
  margin-bottom: 1.4583333333vw;
}
@media screen and (max-width: 1440px) {
  .page-header__title {
    margin-bottom: 1.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .page-header__title {
    margin-bottom: 2.6075619296vw;
  }
}
@media screen and (max-width: 480px) {
  .page-header__title {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .page-header__title {
    margin-bottom: 5.3333333333vw;
  }
}
.page-header__subtitle {
  color: #153175;
}

.custom-breadcrumb {
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 10V0L5.5 5L0.5 10Z' fill='%23153175'/%3E%3C/svg%3E");
  --bs-breadcrumb-item-padding-x: 0.8854166667vw;
  display: block;
  text-align: center;
  margin: 1.25vw 0.625vw;
  white-space: nowrap;
  overflow: auto;
}
@media screen and (max-width: 1440px) {
  .custom-breadcrumb {
    --bs-breadcrumb-item-padding-x: 1.1805555556vw;
  }
}
@media screen and (max-width: 767px) {
  .custom-breadcrumb {
    --bs-breadcrumb-item-padding-x: 2.2164276402vw;
  }
}
@media screen and (max-width: 480px) {
  .custom-breadcrumb {
    --bs-breadcrumb-item-padding-x: 3.5416666667vw;
  }
}
@media screen and (max-width: 375px) {
  .custom-breadcrumb {
    --bs-breadcrumb-item-padding-x: 4.5333333333vw;
  }
}
@media screen and (max-width: 1440px) {
  .custom-breadcrumb {
    margin: 1.6666666667vw 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .custom-breadcrumb {
    margin: 3.1290743155vw 1.5645371578vw;
  }
}
@media screen and (max-width: 480px) {
  .custom-breadcrumb {
    margin: 5vw 2.5vw;
  }
}
@media screen and (max-width: 375px) {
  .custom-breadcrumb {
    margin: 6.4vw 3.2vw;
  }
}
.custom-breadcrumb__item {
  display: inline-block;
  color: #153175;
  font-weight: 400;
  line-height: 1.7;
}
.custom-breadcrumb__item a {
  color: currentColor;
  text-decoration: none;
}
.custom-breadcrumb__item > * {
  color: currentColor;
  border-bottom: 1px solid #D4D4D4;
}
.custom-breadcrumb__item.active {
  color: #153175;
}

.section-title {
  text-align: center;
}
.section-title__icon-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 1.9791666667vw;
}
@media screen and (max-width: 1440px) {
  .section-title__icon-container {
    max-width: 2.6388888889vw;
  }
}
@media screen and (max-width: 767px) {
  .section-title__icon-container {
    max-width: 4.9543676662vw;
  }
}
@media screen and (max-width: 480px) {
  .section-title__icon-container {
    max-width: 7.9166666667vw;
  }
}
@media screen and (max-width: 375px) {
  .section-title__icon-container {
    max-width: 10.1333333333vw;
  }
}
.section-title__icon-container:before {
  content: "";
  display: block;
  padding-top: 94.7368421053%;
}
.section-title__icon-container .ratio-item {
  -o-object-fit: contain;
     object-fit: contain;
}
.section-title__icon-container {
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 1440px) {
  .section-title__icon-container {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .section-title__icon-container {
    margin-bottom: 0.7822685789vw;
  }
}
@media screen and (max-width: 480px) {
  .section-title__icon-container {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 375px) {
  .section-title__icon-container {
    margin-bottom: 1.6vw;
  }
}
.section-title__title {
  font-family: Noto Sans JP;
  font-size: 1.6666666667vw;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
  color: #153175;
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .section-title__title {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .section-title__title {
    font-size: 3.3898305085vw;
  }
}
@media screen and (max-width: 480px) {
  .section-title__title {
    font-size: 5.4166666667vw;
  }
}
@media screen and (max-width: 375px) {
  .section-title__title {
    font-size: 6.9333333333vw;
  }
}

.news-list {
  padding: 6.25vw 0vw;
}
@media screen and (max-width: 1440px) {
  .news-list {
    padding: 8.3333333333vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .news-list {
    padding: 4.1720990874vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .news-list {
    padding: 6.6666666667vw 0vw;
  }
}
@media screen and (max-width: 375px) {
  .news-list {
    padding: 8.5333333333vw 0vw;
  }
}
.news-list .dropdown-menu .dropdown-item {
  font-family: Noto Sans JP;
  font-weight: 600;
  font-size: 0.9375vw;
  line-height: 1.6;
  color: #8B9097;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .news-list .dropdown-menu .dropdown-item {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .news-list .dropdown-menu .dropdown-item {
    font-size: 2.0860495437vw;
  }
}
@media screen and (max-width: 480px) {
  .news-list .dropdown-menu .dropdown-item {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .news-list .dropdown-menu .dropdown-item {
    font-size: 4.2666666667vw;
  }
}
.news-list .dropdown-menu .dropdown-item:hover, .news-list .dropdown-menu .dropdown-item.active {
  background-color: unset;
  color: #153175;
}
.news-list__year-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.3333333333vw;
  gap: 0.8333333333vw;
}
@media screen and (max-width: 1440px) {
  .news-list__year-wrapper {
    margin-bottom: 4.4444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .news-list__year-wrapper {
    margin-bottom: 5.2151238592vw;
  }
}
@media screen and (max-width: 480px) {
  .news-list__year-wrapper {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .news-list__year-wrapper {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 1440px) {
  .news-list__year-wrapper {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .news-list__year-wrapper {
    gap: 2.0860495437vw;
  }
}
@media screen and (max-width: 480px) {
  .news-list__year-wrapper {
    gap: 3.3333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .news-list__year-wrapper {
    gap: 4.2666666667vw;
  }
}
.news-list__year {
  position: relative;
  font-family: Noto Sans JP;
  font-weight: 600;
  font-size: 0.9375vw;
  line-height: 1.6;
  color: #8B9097;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .news-list__year {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .news-list__year {
    font-size: 2.0860495437vw;
  }
}
@media screen and (max-width: 480px) {
  .news-list__year {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .news-list__year {
    font-size: 4.2666666667vw;
  }
}
.news-list__year::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.9895833333vw;
  height: 0.4166666667vw;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='8' viewBox='0 0 20 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4653_6227)'%3E%3Cpath d='M15 2L10 5L5 2' stroke='%23153175' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4653_6227'%3E%3Crect width='8' height='19' fill='white' transform='translate(19.5) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1440px) {
  .news-list__year::before {
    width: 1.3194444444vw;
  }
}
@media screen and (max-width: 767px) {
  .news-list__year::before {
    width: 2.4771838331vw;
  }
}
@media screen and (max-width: 480px) {
  .news-list__year::before {
    width: 3.9583333333vw;
  }
}
@media screen and (max-width: 375px) {
  .news-list__year::before {
    width: 5.0666666667vw;
  }
}
@media screen and (max-width: 1440px) {
  .news-list__year::before {
    height: 0.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .news-list__year::before {
    height: 1.0430247718vw;
  }
}
@media screen and (max-width: 480px) {
  .news-list__year::before {
    height: 1.6666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .news-list__year::before {
    height: 2.1333333333vw;
  }
}
.news-list__year:hover, .news-list__year.active {
  color: #153175;
}
.news-list__year-more {
  background-color: transparent;
  border: 0;
  border-radius: 6px;
}
.news-list__year-more.active {
  background: linear-gradient(180deg, #143175 0%, #5770AA 100%);
  color: #FFFFFF;
}

.news-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 3.75vw;
  margin-bottom: 6.6666666667vw;
  padding: 0vw;
  text-decoration: none;
  color: #000000;
  flex-wrap: wrap;
}
.news-card__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 21.875vw;
}
@media screen and (max-width: 1440px) {
  .news-card__image-container {
    max-width: 29.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .news-card__image-container {
    max-width: 54.7588005215vw;
  }
}
@media screen and (max-width: 480px) {
  .news-card__image-container {
    max-width: 87.5vw;
  }
}
@media screen and (max-width: 375px) {
  .news-card__image-container {
    max-width: 112vw;
  }
}
.news-card__image-container:before {
  content: "";
  display: block;
  padding-top: 60.7142857143%;
}
.news-card__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .news-card__image-container {
    max-width: 6.25vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1440px) {
  .news-card__image-container {
    max-width: 8.3333333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .news-card__image-container {
    max-width: 15.6453715776vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .news-card__image-container {
    max-width: 25vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .news-card__image-container {
    max-width: 32vw;
  }
}
@media screen and (max-width: 767px) {
  .news-card__image-container:before {
    padding-top: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .news-card {
    gap: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .news-card {
    gap: 1.0430247718vw;
  }
}
@media screen and (max-width: 480px) {
  .news-card {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .news-card {
    gap: 2.1333333333vw;
  }
}
@media screen and (max-width: 1440px) {
  .news-card {
    margin-bottom: 8.8888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .news-card {
    margin-bottom: 4.1720990874vw;
  }
}
@media screen and (max-width: 480px) {
  .news-card {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .news-card {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width: 1440px) {
  .news-card {
    padding: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .news-card {
    padding: 0vw;
  }
}
@media screen and (max-width: 480px) {
  .news-card {
    padding: 0vw;
  }
}
@media screen and (max-width: 375px) {
  .news-card {
    padding: 0vw;
  }
}
.news-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12.5vw;
  height: 3.125vw;
  background-color: transparent;
  z-index: -1;
  border-top: 1px solid #153175;
  border-right: 1px solid #153175;
}
@media screen and (max-width: 1440px) {
  .news-card::before {
    width: 16.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .news-card::before {
    width: 7.8226857888vw;
  }
}
@media screen and (max-width: 480px) {
  .news-card::before {
    width: 12.5vw;
  }
}
@media screen and (max-width: 375px) {
  .news-card::before {
    width: 16vw;
  }
}
@media screen and (max-width: 1440px) {
  .news-card::before {
    height: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .news-card::before {
    height: 7.8226857888vw;
  }
}
@media screen and (max-width: 480px) {
  .news-card::before {
    height: 12.5vw;
  }
}
@media screen and (max-width: 375px) {
  .news-card::before {
    height: 16vw;
  }
}
.news-card:last-child {
  margin-bottom: 0;
}
.news-card__date {
  margin-bottom: 0.4166666667vw;
}
@media screen and (max-width: 1440px) {
  .news-card__date {
    margin-bottom: 0.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .news-card__date {
    margin-bottom: 1.0430247718vw;
  }
}
@media screen and (max-width: 480px) {
  .news-card__date {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .news-card__date {
    margin-bottom: 2.1333333333vw;
  }
}
.news-card__badge {
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 1440px) {
  .news-card__badge {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .news-card__badge {
    margin-bottom: 2.0860495437vw;
  }
}
@media screen and (max-width: 480px) {
  .news-card__badge {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .news-card__badge {
    margin-bottom: 4.2666666667vw;
  }
}
@media (max-width: 767px) {
  .news-card__badge {
    flex: 1 1 100%;
  }
}
.news-card__content {
  flex: 1 1 0;
}
.news-card__description {
  margin-bottom: 0;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.3333333333vw;
  line-height: 2;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1440px) {
  .news-card__description {
    max-height: 4.4444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .news-card__description {
    max-height: 7.3011734029vw;
  }
}
@media screen and (max-width: 480px) {
  .news-card__description {
    max-height: 11.6666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .news-card__description {
    max-height: 14.9333333333vw;
  }
}
.news-card__button-wrapper {
  text-align: right;
  margin-top: 1.25vw;
}
@media screen and (max-width: 1440px) {
  .news-card__button-wrapper {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .news-card__button-wrapper {
    margin-top: 2.0860495437vw;
  }
}
@media screen and (max-width: 480px) {
  .news-card__button-wrapper {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .news-card__button-wrapper {
    margin-top: 4.2666666667vw;
  }
}
@media (max-width: 767px) {
  .news-card__button-wrapper {
    flex: 1 1 100%;
    text-align: center;
  }
}

.news-detail {
  padding: 6.25vw 0vw;
}
@media screen and (max-width: 1440px) {
  .news-detail {
    padding: 8.3333333333vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .news-detail {
    padding: 4.1720990874vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .news-detail {
    padding: 6.6666666667vw 0vw;
  }
}
@media screen and (max-width: 375px) {
  .news-detail {
    padding: 8.5333333333vw 0vw;
  }
}
.news-detail__image-container {
  max-width: 100%;
  height: auto;
}
.news-detail__image-container img {
  width: 100%;
  height: auto;
}
.news-detail__date {
  margin-bottom: 0.4166666667vw;
}
@media screen and (max-width: 1440px) {
  .news-detail__date {
    margin-bottom: 0.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .news-detail__date {
    margin-bottom: 1.0430247718vw;
  }
}
@media screen and (max-width: 480px) {
  .news-detail__date {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .news-detail__date {
    margin-bottom: 2.1333333333vw;
  }
}
.news-detail__badge {
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 1440px) {
  .news-detail__badge {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .news-detail__badge {
    margin-bottom: 2.6075619296vw;
  }
}
@media screen and (max-width: 480px) {
  .news-detail__badge {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .news-detail__badge {
    margin-bottom: 5.3333333333vw;
  }
}
.news-detail__content {
  color: #000000;
}
.news-detail__content h1, .news-detail__content h2, .news-detail__content h3, .news-detail__content h4, .news-detail__content h5, .news-detail__content h6 {
  color: #153175;
}
.news-detail__content *:not(h1, h2, h3, h4, h5, h6) {
  line-height: 1.7;
}
.news-detail__content p {
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 1440px) {
  .news-detail__content p {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .news-detail__content p {
    margin-bottom: 3.1290743155vw;
  }
}
@media screen and (max-width: 480px) {
  .news-detail__content p {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 375px) {
  .news-detail__content p {
    margin-bottom: 6.4vw;
  }
}

.other {
  padding-bottom: 6.25vw;
  --swiper-navigation-size: 1.0416666667vw;
  --swiper-navigation-top-offset: 30%;
  --swiper-navigation-sides-offset: -70px;
  --swiper-navigation-color: #153175;
}
.other__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.other__image-container:before {
  content: "";
  display: block;
  padding-top: 60.7142857143%;
}
.other__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .other {
    padding-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .other {
    padding-bottom: 4.1720990874vw;
  }
}
@media screen and (max-width: 480px) {
  .other {
    padding-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .other {
    padding-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width: 1440px) {
  .other {
    --swiper-navigation-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .other {
    --swiper-navigation-size: 1.1734028683vw;
  }
}
@media screen and (max-width: 480px) {
  .other {
    --swiper-navigation-size: 1.875vw;
  }
}
@media screen and (max-width: 375px) {
  .other {
    --swiper-navigation-size: 2.4vw;
  }
}
.other .swiper-button-prev, .other .swiper-button-next {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  border: 1px solid #153175;
  border-radius: 0.4166666667vw;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .other .swiper-button-prev, .other .swiper-button-next {
    width: 3.4722222222vw;
  }
}
@media screen and (max-width: 767px) {
  .other .swiper-button-prev, .other .swiper-button-next {
    width: 3.9113428944vw;
  }
}
@media screen and (max-width: 480px) {
  .other .swiper-button-prev, .other .swiper-button-next {
    width: 6.25vw;
  }
}
@media screen and (max-width: 375px) {
  .other .swiper-button-prev, .other .swiper-button-next {
    width: 8vw;
  }
}
@media screen and (max-width: 1440px) {
  .other .swiper-button-prev, .other .swiper-button-next {
    height: 3.4722222222vw;
  }
}
@media screen and (max-width: 767px) {
  .other .swiper-button-prev, .other .swiper-button-next {
    height: 3.9113428944vw;
  }
}
@media screen and (max-width: 480px) {
  .other .swiper-button-prev, .other .swiper-button-next {
    height: 6.25vw;
  }
}
@media screen and (max-width: 375px) {
  .other .swiper-button-prev, .other .swiper-button-next {
    height: 8vw;
  }
}
@media screen and (max-width: 1440px) {
  .other .swiper-button-prev, .other .swiper-button-next {
    border-radius: 0.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .other .swiper-button-prev, .other .swiper-button-next {
    border-radius: 1.0430247718vw;
  }
}
@media screen and (max-width: 480px) {
  .other .swiper-button-prev, .other .swiper-button-next {
    border-radius: 1.6666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .other .swiper-button-prev, .other .swiper-button-next {
    border-radius: 2.1333333333vw;
  }
}
@media (max-width: 767px) {
  .other .swiper-button-prev, .other .swiper-button-next {
    width: 5.2151238592vw;
    height: 5.2151238592vw;
  }
}
@media (max-width: 480px) {
  .other .swiper-button-prev, .other .swiper-button-next {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
}
.other__card {
  text-decoration: none;
}
.other__content {
  text-align: center;
  border: 1px solid #D5DAE8;
  padding: 0.5208333333vw;
  margin-top: 0.5208333333vw;
}
@media screen and (max-width: 1440px) {
  .other__content {
    padding: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .other__content {
    padding: 1.3037809648vw;
  }
}
@media screen and (max-width: 480px) {
  .other__content {
    padding: 2.0833333333vw;
  }
}
@media screen and (max-width: 375px) {
  .other__content {
    padding: 2.6666666667vw;
  }
}
@media screen and (max-width: 1440px) {
  .other__content {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .other__content {
    margin-top: 1.3037809648vw;
  }
}
@media screen and (max-width: 480px) {
  .other__content {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 375px) {
  .other__content {
    margin-top: 2.6666666667vw;
  }
}
.other__date {
  color: #000000;
  margin-bottom: 0;
  line-height: 1.7;
}
.other__title {
  font-weight: 600;
  color: #153175;
  margin-bottom: 0;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.other__inner {
  position: relative;
  padding: 0vw;
}
@media screen and (max-width: 1440px) {
  .other__inner {
    padding: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .other__inner {
    padding: 0vw 5.2151238592vw;
  }
}
@media screen and (max-width: 480px) {
  .other__inner {
    padding: 0vw 8.3333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .other__inner {
    padding: 0vw 10.6666666667vw;
  }
}
@media (max-width: 767px) {
  .other__inner {
    padding-left: 7.8226857888vw;
    padding-right: 7.8226857888vw;
  }
}
@media (max-width: 480px) {
  .other__inner {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }
}
@media (max-width: 767px) {
  .other {
    --swiper-navigation-sides-offset: 0;
  }
}

.back {
  background-color: #153175;
  padding: 2.8645833333vw 0vw;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .back {
    padding: 3.8194444444vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .back {
    padding: 5.2151238592vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .back {
    padding: 8.3333333333vw 0vw;
  }
}
@media screen and (max-width: 375px) {
  .back {
    padding: 10.6666666667vw 0vw;
  }
}

.pagination .page-numbers {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.pagination .page-numbers li {
  flex-shrink: 0;
}
.pagination .page-numbers .page-numbers {
  width: 1.5625vw;
  height: 1.5625vw;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  color: #8B9097;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .pagination .page-numbers .page-numbers {
    width: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers .page-numbers {
    width: 3.9113428944vw;
  }
}
@media screen and (max-width: 480px) {
  .pagination .page-numbers .page-numbers {
    width: 6.25vw;
  }
}
@media screen and (max-width: 375px) {
  .pagination .page-numbers .page-numbers {
    width: 8vw;
  }
}
@media screen and (max-width: 1440px) {
  .pagination .page-numbers .page-numbers {
    height: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers .page-numbers {
    height: 3.9113428944vw;
  }
}
@media screen and (max-width: 480px) {
  .pagination .page-numbers .page-numbers {
    height: 6.25vw;
  }
}
@media screen and (max-width: 375px) {
  .pagination .page-numbers .page-numbers {
    height: 8vw;
  }
}
.pagination .page-numbers .page-numbers:hover, .pagination .page-numbers .page-numbers.current {
  color: #153175;
}
.pagination .page-numbers .page-numbers.next, .pagination .page-numbers .page-numbers.prev {
  width: auto;
}/*# sourceMappingURL=news.css.map */