.indexNews__list {
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  margin-top: 2.60417vw;
}
@media screen and (max-width: 768px) {
  .indexNews__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  .indexNews__list {
    margin-top: 4vw;
  }
}

.indexNews__thumb {
  overflow: hidden;
  border-radius: 12.5px;
}
.indexNews__thumb.-border {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.indexNews__thumb img {
  width: 100%;
}

.indexNews__header {
  margin-top: 1.28571em;
}
@media screen and (max-width: 900px) {
  .indexNews__header {
    margin-top: 0.85714em;
  }
}

.indexNews__cat {
  display: block;
  color: rgb(172, 180, 193);
  font-size: 0.625vw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .indexNews__cat {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .indexNews__cat {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 900px) {
  .indexNews__cat {
    font-size: 2.93333vw;
  }
}

.indexNews__date {
  display: block;
  color: rgb(172, 180, 193);
  font-size: 0.625vw;
  font-weight: 700;
  margin-right: 0.78125vw;
  margin-top: 0px;
}
@media screen and (min-width: 769px) {
  .indexNews__date {
    margin-top: 1.6em;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .indexNews__date {
    margin-top: 1.33333em;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 900px) {
  .indexNews__date {
    font-size: 2.93333vw;
    margin-right: 1.6vw;
  }
}

.section-ttl {
  box-sizing: border-box;
}

.section-ttl__wrap {
  box-sizing: border-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .section-ttl__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}

.section-ttl__en {
  color: rgb(0, 169, 224);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 2.60417vw;
  opacity: 0;
  transform: translate3d(0px, 100%, 0px);
}
.section-ttl__en.-anime {
  animation: page_ttl_en 1.2s linear 0s forwards;
}
.section-ttl__en.-show:not(.-anime) {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 900px) {
  .section-ttl__en {
    font-size: 7.46667vw;
  }
}

.section-ttl__ja {
  margin-left: 1.04167vw;
  color: #000;
  font-weight: 700;
  font-size: 1.04167vw;
  opacity: 0;
  transition: all 2s linear 1s;
}
.section-ttl__ja.-anime, .section-ttl__ja.-show:not(.-anime) {
  opacity: 1;
}

.-ja .indexNews__thumb img {
  width: 20.1562vw;
  height: 10.3125vw;
  object-position: center center;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .-ja .indexNews__thumb img {
    width: 44vw;
    height: 22.9333vw;
  }
}

.indexNews__content {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .indexNews__content {
    width: calc(100% - 18.5714em);
  }
}
@media screen and (max-width: 768px) {
  .indexNews__content {
    margin-top: 2.5em;
  }
}

.indexNews__item {
  width: 24.2%;
}
@media screen and (min-width: 769px) {
  .indexNews__item {
    width: 31%;
  }
}
@media screen and (max-width: 768px) {
  .indexNews__item {
    width: 47.5%;
  }
}
@media screen and (max-width: 900px) {
  .indexNews__item {
    width: 47.6%;
    margin-bottom: 5.86667vw;
  }
}

.indexNews__header--dt {
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.indexNews__name {
  font-size: 0.9375vw;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 769px) {
  .indexNews__name {
    margin-top: 0.75em;
    letter-spacing: 0.03em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .indexNews__name {
    margin-top: 0.85714em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 900px) {
  .indexNews__name {
    font-size: 3.2vw;
    letter-spacing: 0.05em;
    -webkit-line-clamp: 5;
  }
}

.indexNews__button {
  margin-top: 2.60417vw;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .indexNews__button {
    margin-top: 0.833333vw;
  }
}

.indexNews__button--link {
  width: 8.33333vw;
  background: rgb(238, 241, 249);
  border-radius: 0.520833vw;
  text-align: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0.78125vw 0px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .indexNews__button--link {
    width: 7.46667vw;
    background: transparent;
    border-radius: 0px;
    padding: 0px;
  }
}

.indexNews__button--text {
  position: relative;
  font-size: 0.729167vw;
  font-weight: 700;
  box-sizing: border-box;
  margin-left: -1em;
}
.indexNews__button--text::after {
  content: "";
  border-top: 1px solid rgb(0, 0, 0);
  border-right: 1px solid rgb(0, 0, 0);
  width: 0.46875vw;
  height: 0.46875vw;
  position: absolute;
  top: 15%;
  right: -1em;
  transform: rotate(45deg);
}

.home__news .section-ttl__en {
  margin: 0px auto;
}

@keyframes effect-visible {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
body.page-home .home__news {
  margin-bottom: 0;
  padding: 5.5555555556vw 0;
  background: transparent;
}
@media screen and (max-width: 900px) {
  body.page-home .home__news {
    padding: 13.3333333333vw 0;
    background: transparent;
  }
}
body.page-home .home__news .section__inner {
  width: 100%;
  max-width: 79.1666666667vw;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 900px) {
  body.page-home .home__news .section__inner {
    max-width: 100%;
    padding: 0 4vw;
  }
}
body.page-home .home__news .section-ttl {
  margin: 0 0 3.4722222222vw;
}
@media screen and (max-width: 900px) {
  body.page-home .home__news .section-ttl {
    margin-bottom: 8vw;
  }
}
body.page-home .home__news .section-ttl__wrap {
  align-items: baseline;
  gap: 0.6944444444vw;
}
@media screen and (max-width: 900px) {
  body.page-home .home__news .section-ttl__wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
body.page-home .home__news .section-ttl__en {
  margin: 0;
  color: #00a9e0;
  font-family: "Montserrat", sans-serif;
  font-size: 2.3611111111vw;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  body.page-home .home__news .section-ttl__en {
    font-size: 7.4666666667vw;
    line-height: 7.4666666667vw;
  }
}
body.page-home .home__news .section-ttl__ja {
  margin: 0;
  color: #00a9e0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.9722222222vw;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  body.page-home .home__news .section-ttl__ja {
    font-size: 3.2vw;
    line-height: 7.4666666667vw;
  }
}
body.page-home .home__news .indexNews__content {
  width: 100%;
  margin-top: 0;
}
body.page-home .home__news .indexNews__list {
  display: flex;
  gap: 2.0833333333vw;
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  body.page-home .home__news .indexNews__list {
    flex-wrap: wrap;
    gap: 5.3333333333vw 4vw;
  }
}
body.page-home .home__news .indexNews__item {
  width: 18.2291666667vw;
  margin: 0;
}
@media screen and (max-width: 900px) {
  body.page-home .home__news .indexNews__item {
    width: 44vw;
  }
}
body.page-home .home__news .indexNews__link {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 1.0416666667vw;
}
@media screen and (max-width: 900px) {
  body.page-home .home__news .indexNews__link {
    border-radius: 4vw;
  }
}
body.page-home .home__news .indexNews__thumb {
  overflow: hidden;
  border-radius: 0;
  border: 0;
}
body.page-home .home__news .indexNews__thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 262.5/137.8;
  object-fit: cover;
  object-position: center;
}
body.page-home.-ja .home__news .indexNews__thumb img {
  width: 100%;
  height: auto;
}
body.page-home .home__news .indexNews__header {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  box-sizing: border-box;
  margin-top: 0;
  padding: 1.1111111111vw 1.25vw 1.3888888889vw;
}
@media screen and (max-width: 900px) {
  body.page-home .home__news .indexNews__header {
    padding: 3.2vw 3.2vw 4.2666666667vw;
  }
}
body.page-home .home__news .indexNews__header--dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.0416666667vw;
  margin: 0 0 0.6944444444vw;
}
@media screen and (max-width: 900px) {
  body.page-home .home__news .indexNews__header--dt {
    gap: 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
body.page-home .home__news .indexNews__date,
body.page-home .home__news .indexNews__cat {
  display: inline-block;
  margin: 0;
  color: #8b8b8b;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 500;
  letter-spacing: -0.011em;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  body.page-home .home__news .indexNews__date,
  body.page-home .home__news .indexNews__cat {
    font-size: 2.6666666667vw;
  }
}
body.page-home .home__news .indexNews__name {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.9722222222vw;
  font-weight: 500;
  letter-spacing: -0.011em;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 900px) {
  body.page-home .home__news .indexNews__name {
    font-size: 3.2vw;
    line-height: 1.5;
    -webkit-line-clamp: 4;
  }
}
body.page-home .home__news .indexNews__button {
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 900px) {
  body.page-home .home__news .indexNews__button {
    margin-top: 8vw;
  }
}
body.page-home .home__news .indexNews__button--link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 11.1805555556vw;
  height: 2.7777777778vw;
  padding: 0.6944444444vw 2.0833333333vw;
  border-radius: 0.6944444444vw;
  background: #fff;
  color: #000;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
body.page-home .home__news .indexNews__button--link:hover, body.page-home .home__news .indexNews__button--link:focus-visible {
  opacity: 1;
  background: rgb(0, 169, 224);
  color: #fff;
}
body.page-home .home__news .indexNews__button--link:hover .indexNews__button--text, body.page-home .home__news .indexNews__button--link:focus-visible .indexNews__button--text {
  color: #fff;
}
body.page-home .home__news .indexNews__button--link:hover .indexNews__button--text::after, body.page-home .home__news .indexNews__button--link:focus-visible .indexNews__button--text::after {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 900px) {
  body.page-home .home__news .indexNews__button--link {
    min-width: 0;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    padding: 0;
    border-radius: 2.3333333333vw;
    background: #00a9e0;
    box-shadow: none;
  }
  body.page-home .home__news .indexNews__button--link::before {
    content: "";
    width: 1.6vw;
    height: 2.6666666667vw;
    background: url("../img/top/kv-news-arrow.svg") center/contain no-repeat;
  }
}
body.page-home .home__news .indexNews__button--text {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.9722222222vw;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  transition: color 0.3s ease;
}
body.page-home .home__news .indexNews__button--text::after {
  content: "";
  display: inline-block;
  border: 0;
  width: 0.5555555556vw;
  height: 0.8333333333vw;
  margin-left: 0.4em;
  position: static;
  background: url("../img/top/news-arrow.svg") center/contain no-repeat;
  transform: none;
  transition: filter 0.3s ease;
}
@media screen and (max-width: 900px) {
  body.page-home .home__news .indexNews__button--text {
    display: none;
  }
}
/*# sourceMappingURL=news.css.map */
