.kv-inner {
  position: relative;
  height: 55.5rem;
  background: linear-gradient(135deg, #1c2a52 63.55%, rgba(0, 141, 188, 0.5) 218.99%);
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.kv-inner__container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 10rem;
}

.kv-inner__graphic {
  position: absolute;
  right: 0;
  top: 2.1rem;
  width: 40rem;
  pointer-events: none;
}

.kv-inner__graphic-img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.6;
  mix-blend-mode: overlay;
}

.kv-inner__content {
  position: relative;
  width: fit-content;
  padding-top: 20.1rem;
}

.kv-inner__title {
  position: relative;
}

.kv-inner__title-en {
  font-family: "Jost", sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
}

.kv-inner__title-dot {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #ffcc02;
  position: absolute;
  top: -1.4rem;
  right: -5.2rem;
}

.kv-inner__subtitle {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 3.6rem;
}

.kv-inner__subtitle-icon {
  width: 1.4rem;
  height: 1.5rem;
  flex-shrink: 0;
  display: block;
}

.kv-inner__subtitle-text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
}

.kv-inner__breadcrumb {
  position: relative;
  padding-bottom: 2.8rem;
}

.kv-inner__breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -2.2rem;
}

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

.kv-inner__breadcrumb-link {
  font-size: 1.4rem;
  font-weight: 400;
  color: #afafaf;
  text-decoration: none;
}

.kv-inner__breadcrumb-separator {
  line-height: 1;
  height: 0.1rem;
  background-color: #B0B0B0;
  width: 8rem;
}

.kv-inner__breadcrumb-current {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
}

@media (max-width: 768px) {
  .kv-inner {
    height: auto;
    min-height: 24rem;
  }
  .kv-inner__container {
    padding: 0 2rem;
    padding-top: 3.5rem;
    gap: 7.6rem;
  }
  .kv-inner__graphic {
    width: 19.3rem;
    top: 4.8rem;
  }
  .kv-inner__content {
    padding-top: 9.5rem;
  }
  .kv-inner__title-dot {
    width: 0.6rem;
    height: 0.6rem;
    top: -0.1rem;
    right: -1.8rem;
  }
  .kv-inner__title {
    width: auto;
  }
  .kv-inner__title-en {
    font-size: 3.6rem;
  }
  .kv-inner__subtitle {
    margin-top: 0.8rem;
    gap: 1.6rem;
  }
  .kv-inner__breadcrumb {
    border-top: 1px solid rgba(176, 176, 176, 0.3);
    padding-bottom: 0;
    margin-left: -1.9rem;
    margin-right: -2rem;
    padding-right: 2rem;
  }
  .kv-inner__breadcrumb-list {
    justify-content: flex-end;
    gap: 0.8rem;
    margin-top: 1.9rem;
    margin-bottom: 1.9rem;
  }
  .kv-inner__breadcrumb-current {
    font-size: 1.2rem;
  }
  .kv-inner__breadcrumb-separator {
    width: 1.6rem;
  }
}
.c-bnr1 {
  border: 0.1rem solid #1c2a52;
  width: 50%;
  max-width: 72rem;
  text-decoration: none;
}
@media (min-width: 1441px) {
  .c-bnr1 {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .c-bnr1 {
    width: 100%;
    border: none;
    border-top: 0.1rem solid #1c2a52 !important;
    border-bottom: 0.1rem solid #1c2a52 !important;
  }
}
.c-bnr1 img {
  transition: all 0.3s ease;
}
.c-bnr1:hover .c-bnr1__inner-image img {
  transform: scale(1.1);
}
.c-bnr1:hover .ani-link__inner-text:not(.is-last) {
  transform: translateY(-100%);
}
.c-bnr1:hover .ani-link__inner-text.is-last {
  transform: translateY(0);
}
.c-bnr1:hover img {
  position: relative;
  transform: translate(40%, -40%);
}
@media (max-width: 768px) {
  .c-bnr1:hover img {
    transform: translate(0, 0);
  }
}
.c-bnr1:hover .ani-link.is-sp .ani-link__inner-text:not(.is-last) {
  transform: translateY(0) !important;
}
.c-bnr1:hover .ani-link.is-sp .ani-link__inner-text.is-last {
  transform: translateY(100%) !important;
}

.c-bnr1__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 3.7rem 4.8rem;
}
@media (min-width: 1441px) {
  .c-bnr1__inner {
    padding: 4rem 4.8rem 4.8rem;
  }
}
@media (max-width: 768px) {
  .c-bnr1__inner {
    padding: 4rem 2.2rem 3.7rem;
  }
}

.c-bnr1__inner-label {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .c-bnr1__inner-label {
    margin-bottom: 1.5rem;
  }
}

.c-bnr1__inner-label-link {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: #1c2a52;
  text-decoration: none;
  gap: 1.6rem;
  padding: 0 1.6rem 0 1.4rem;
  height: 4rem;
  width: fit-content;
  border: 0.1rem solid #1c2a52;
  border-radius: 9.9rem;
  transition: all 0.3s ease-in-out;
  min-width: 14.5rem;
}
@media (min-width: 1441px) {
  .c-bnr1__inner-label-link {
    padding: 0 1rem 0 1.5rem;
    height: 4rem;
    max-width: 14.5rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c-bnr1__inner-label-link {
    margin-top: 2.5rem;
    align-self: flex-start;
    margin-left: -0.5rem;
  }
}
.c-bnr1__inner-label-link span {
  padding-bottom: 0.2rem;
}

.c-bnr1__inner-title {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1;
  color: #1c2a52;
  text-transform: uppercase;
  margin: 0;
}

.c-bnr1__inner-subtitle {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0;
  color: #1c2a52;
}

.c-bnr1__inner-image {
  width: 100%;
  height: 28.8rem;
  overflow: hidden;
  border-radius: 0.8rem;
}
@media (max-width: 768px) {
  .c-bnr1__inner-image {
    height: 16rem;
    border-radius: 0.4rem;
  }
}
.c-bnr1__inner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .c-bnr1__inner-label-link.is-sp {
    display: flex !important;
  }
}

.c-bnr1__inner-label-link__icon-wrap {
  display: flex;
  width: 1.4rem;
  height: 1.3rem;
  transition: transform 0.3s ease;
}
.c-bnr1__inner-label-link__icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-business-partner__link:hover .c-bnr1__inner-label-link__icon-wrap {
  transform: translate(40%, -40%);
}

.pg-news__content {
  padding: 16rem 12rem;
  background-color: #ffffff;
  padding-bottom: 16rem;
}
@media (max-width: 768px) {
  .pg-news__content {
    padding: 8rem 2.2rem;
  }
}
.pg-news__content.has-pagination {
  padding-bottom: 9.6rem;
}
@media (max-width: 768px) {
  .pg-news__content.has-pagination {
    padding-bottom: 2.4rem;
  }
}

.cta.for-primary {
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .cta.for-primary {
    flex-direction: column;
  }
}

.pg-news__wrapper {
  display: flex;
  gap: 4rem;
  max-width: 100%;
}
@media (max-width: 768px) {
  .pg-news__wrapper {
    flex-direction: column;
    gap: 6rem;
  }
}

.pg-news__sidebar {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
  width: 17rem;
  flex-shrink: 0;
  position: sticky;
  top: 16rem;
  max-height: calc(100vh - 16rem);
  overflow-y: auto;
}
@media (max-width: 768px) {
  .pg-news__sidebar {
    position: relative;
    top: auto;
    max-height: none;
    overflow-y: visible;
    width: 100%;
    flex-direction: row;
    gap: 2.4rem;
    border-bottom: none;
  }
}

.pg-news__category-item {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 0;
  text-decoration: none;
  color: #1c2a52;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  transition: opacity 0.3s ease;
  border: none;
  background: none;
  cursor: pointer;
}
.pg-news__category-item:hover {
  opacity: 0.7;
}
.pg-news__category-item.is-active {
  font-weight: 600;
}
@media (max-width: 768px) {
  .pg-news__category-item.is-active {
    border-bottom: 2px solid #1c2a52;
  }
}
@media (max-width: 768px) {
  .pg-news__category-item {
    padding: 0 0.8rem;
    height: 2.8rem;
    gap: 1.6rem;
    justify-content: center;
  }
}

.pg-news__category-all {
  font-weight: 600;
}

.pg-news__category-icon {
  display: block;
  width: 0.338rem;
  height: 1.6rem;
  flex-shrink: 0;
  background-color: transparent;
}
@media (max-width: 768px) {
  .pg-news__category-icon {
    display: none;
  }
}

.pg-news__category-item.is-active .pg-news__category-icon {
  background-color: #1c2a52;
}

.pg-news__category-text {
  display: block;
  font-size: 1.6rem;
}

.pg-news__list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .pg-news__list {
    gap: 1.6rem;
  }
}
.pg-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  width: 99rem;
}
@media (max-width: 768px) {
  .pg-news__list {
    width: 100%;
  }
}
.pg-news__list li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pg-news__list .c-news__item {
  display: flex;
  align-items: center;
  gap: 8rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1c2a52;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  padding-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .pg-news__list .c-news__item {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    padding-bottom: 0.8rem;
    margin-bottom: 0;
  }
}
.pg-news__list .c-news__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 0.1rem;
  background-color: #1c2a52;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .pg-news__list .c-news__item::before {
    width: 100%;
    height: 0.1rem;
    background-color: #1c2a52;
    border-bottom: none;
  }
}
.pg-news__list .c-news__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: rgba(28, 42, 82, 0.2);
}
@media (max-width: 768px) {
  .pg-news__list .c-news__item::after {
    height: 0;
  }
}
.pg-news__list .c-news__item:hover::before {
  width: 100%;
}
.pg-news__list .c-news__item:hover svg {
  transform: translate(40%, -40%);
}
.pg-news__list .c-news__item p {
  margin: 0;
}
.pg-news__list .c-news__item .c-news__item-date {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
  width: 9rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .pg-news__list .c-news__item .c-news__item-date {
    height: 1.6rem !important;
    line-height: 1.6rem !important;
  }
}
.pg-news__list .c-news__item .c-news__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 180%;
  text-transform: capitalize;
  width: 70rem;
  min-height: 4.7rem;
  max-width: 90%;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .pg-news__list .c-news__item .c-news__item-title {
    height: 3.2rem !important;
    max-height: 3.2rem !important;
    line-height: 3.2rem !important;
    width: 28rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
  }
}
.pg-news__list .c-news__item svg {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: 0;
  top: 1.6rem;
  transition: all 0.3s ease;
  flex-shrink: 0;
  color: #1c2a52;
}
@media (max-width: 768px) {
  .pg-news__list .c-news__item svg {
    position: absolute;
    right: 0.8rem;
    top: 1.6rem;
  }
}

.pg-news__list-wrapper {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media (max-width: 768px) {
  .pg-news__list-wrapper {
    gap: 3.2rem;
  }
}

.pg-news__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  font-family: "Jost", sans-serif;
  font-size: 1.4rem;
}
.pg-news__pagination a.page-numbers,
.pg-news__pagination span.page-numbers {
  justify-content: center;
  min-width: 3.2rem;
  min-height: 3.2rem;
  padding: 0.4rem 0.8rem;
  text-decoration: none;
  color: #1c2a52;
  border: 1px solid #1c2a52;
  border-radius: 0.4rem;
  transition: all 0.3s ease;
  text-align: center;
}
.pg-news__pagination a.page-numbers:hover,
.pg-news__pagination span.page-numbers:hover {
  background-color: #1c2a52;
  color: #ffffff;
}
.pg-news__pagination a.page-numbers.current,
.pg-news__pagination span.page-numbers.current {
  background-color: #1c2a52;
  color: #ffffff;
  border-color: #1c2a52;
}
.pg-news__pagination .pg-news__pagination-label {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .pg-news__pagination {
    font-size: 1.2rem;
  }
  .pg-news__pagination a.page-numbers,
  .pg-news__pagination span.page-numbers {
    min-width: 2.8rem;
    min-height: 2.8rem;
    padding: 0.3rem 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

/*# sourceMappingURL=news.css.map */
