body {
  font-family: Inter, "Noto Sans JP", sans-serif;
  line-height: 1.8;
  margin: 0;
}

.lower-page {
  padding-bottom: 80px;
  width: 100%;
}

@media screen and (width >= 900px) {
  .lower-page {
    padding-bottom: 128px;
  }
}
.pagination {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
  width: 100%;
}

.pagination__arrow {
  align-items: center;
  border-radius: 999px;
  display: flex;
  height: 40px;
  justify-content: center;
  overflow: hidden;
  padding: 8px 20px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.2s ease;
  width: 64px;
}

.pagination__arrow::after {
  background: url("/assets/image/button-texture.png") 0 0/1000px 1000px repeat;
  border-radius: 999px;
  content: "";
  inset: 0;
  opacity: 0.05;
  position: absolute;
  z-index: 2;
}

.pagination__arrow::before {
  background-color: #e0f2fe;
  border-radius: 999px;
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.pagination__arrow:hover {
  opacity: 0.9;
}

.pagination__arrow-icon {
  display: block;
  height: 11px;
  position: relative;
  width: 16px;
  z-index: 3;
}

.pagination__arrow--disabled {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}

.pagination__arrow--prev .pagination__arrow-icon {
  transform: rotate(180deg);
}

.pagination__item {
  align-items: center;
  color: #173d96;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.2;
  min-width: 48px;
  padding: 8px 20px;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pagination__item:hover {
  opacity: 0.7;
}

.pagination__item--current,
.pagination__item--ellipsis {
  color: #1e293b;
  text-decoration: none;
}

.pagination__item--current {
  font-weight: 700;
}

.pagination__item--ellipsis {
  cursor: default;
}

.pagination__item--current:hover,
.pagination__item--ellipsis:hover {
  opacity: 1;
}

.pagination__list {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination__list-item {
  align-items: center;
  display: flex;
}

@media screen and (width <= 899px) {
  .pagination {
    gap: 12px;
  }
  .pagination__arrow {
    height: 30px;
    padding: 6px 15px;
    width: 48px;
  }
  .pagination__arrow-icon {
    height: 7px;
    width: 10px;
  }
  .pagination__item {
    font-size: 16px;
    min-width: 36px;
    padding: 6px 12px;
  }
}body {
  font-family: Inter, "Noto Sans JP", sans-serif;
  line-height: 1.8;
  margin: 0;
}

.lower-page {
  padding-bottom: 80px;
  width: 100%;
}

@media screen and (width >= 900px) {
  .lower-page {
    padding-bottom: 128px;
  }
}
.radio-buttons {
  background-color: #f1f5f9;
  border-radius: 16px;
  padding: 36px 40px 40px;
  width: 100%;
}

.radio-buttons__fieldset {
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  min-inline-size: 0;
  padding: 0;
}

.radio-buttons__title {
  color: #1e293b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  padding: 0;
}

.radio-buttons__options {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}

.radio-buttons__option {
  cursor: pointer;
  position: relative;
}

.radio-buttons__input {
  block-size: 1px;
  clip-path: inset(50%);
  inline-size: 1px;
  margin: -1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.radio-buttons__chip {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  color: #475569;
  display: inline-flex;
  gap: 4px;
  padding: 12px 16px 12px 12px;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.radio-buttons__indicator {
  background-color: #ffffff;
  border: 1px solid #64748b;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 20px;
  width: 20px;
}

.radio-buttons__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.radio-buttons__input:checked + .radio-buttons__chip {
  background-color: #bae6fd;
  border-color: transparent;
  color: #1e293b;
}

.radio-buttons__input:checked + .radio-buttons__chip .radio-buttons__indicator {
  border: 5px solid #0369a1;
}

.radio-buttons__input:focus-visible + .radio-buttons__chip {
  outline: 2px solid #0369a1;
  outline-offset: 2px;
}

.radio-buttons__input:disabled + .radio-buttons__chip {
  opacity: 0.5;
}

@media screen and (width <= 899px) {
  .radio-buttons {
    padding: 24px;
  }
}body {
  font-family: Inter, "Noto Sans JP", sans-serif;
  line-height: 1.8;
  margin: 0;
}

.lower-page {
  padding-bottom: 80px;
  width: 100%;
}

@media screen and (width >= 900px) {
  .lower-page {
    padding-bottom: 128px;
  }
}
.news-archive__empty {
  color: #475569;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin: 24px 0 0;
  text-align: center;
}

.news-archive__filters {
  margin-bottom: 24px;
}

.news-archive__items {
  border-top: 1px solid #e2e8f0;
}

.news-archive__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.news-archive {
  padding: 48px 24px 0;
  width: 100%;
}

.news-archive__pagination {
  margin-top: 48px;
}

@media screen and (width >= 900px) {
  .news-archive__filters {
    margin-bottom: 40px;
  }
  .news-archive {
    padding: 80px 40px 0;
  }
  .news-archive__pagination {
    margin-top: 80px;
  }
}body {
  font-family: Inter, "Noto Sans JP", sans-serif;
  line-height: 1.8;
  margin: 0;
}

.lower-page {
  padding-bottom: 80px;
  width: 100%;
}

@media screen and (width >= 900px) {
  .lower-page {
    padding-bottom: 128px;
  }
}
.page-title {
  padding: 0 40px;
  width: 100%;
}

.page-title__container {
  background-color: #e0f2fe;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  padding: 80px 68px 96px;
  position: relative;
  width: 100%;
}

.page-title__container::before {
  background-image: var(--bg-image);
  background-position: center;
  background-size: cover;
  border-radius: 24px;
  content: "";
  inset: 0;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.page-title__en {
  color: #173d96;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.page-title__main {
  background: linear-gradient(to right, #075985 0%, #1e293b 30%);
  background-clip: text;
  color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
  position: relative;
  z-index: 1;
}