.Pages {
  background: #f5f5f5;
}
.News {
  position: relative;
  padding-top: 100px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .News {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 480px) {
  .News {
    padding-top: 110px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 44px;
  }
}
.News-Bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 532px;
}
@media screen and (max-width: 768px) {
  .News-Bg {
    display: none;
  }
}
.News-Bg img {
  width: 100%;
  height: inherit;
}
.News-BgSp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
  display: none;
}
@media screen and (max-width: 768px) {
  .News-BgSp {
    display: block;
  }
}
.News-BgSp img {
  width: 100%;
  height: inherit;
}
.News-Inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 1028px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .News-Inner {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.News-Inner-Container {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .News-Inner-Container-Head {
    padding-left: 10px;
  }
}
.News-Inner-Container-Head-Headline {
  height: 100px;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100px;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .News-Inner-Container-Head-Headline {
    height: 60px;
    font-size: 60px;
  }
}
.News-Inner-Container-Head-Sub {
  margin-top: 8px;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .News-Inner-Container-Head-Sub {
    font-size: 12px;
  }
}
.News-Inner-Container-Table {
  margin-top: 48px;
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .News-Inner-Container-Table {
    margin-top: 28px;
    padding: 4px 12px 8px;
  }
}
.News-Inner-Container-Table-Item:last-child .News-Inner-Container-Table-Item-Inner {
  border-bottom: none;
}
.News-Inner-Container-Table-Item-Inner {
  border-bottom: 1px solid #111;
  padding-top: 32px;
  padding-bottom: 32px;
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #111;
}
@media screen and (max-width: 480px) {
  .News-Inner-Container-Table-Item-Inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.News-Inner-Container-Table-Item-Inner-Title {
  flex: none;
  width: 25%;
  font-size: 33px;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  .News-Inner-Container-Table-Item-Inner-Title {
    width: 80px;
    font-size: 20px;
  }
}
.News-Inner-Container-Table-Item-Inner-Text {
  flex: auto;
  width: 75%;
  font-size: 20px;
  font-weight: normal;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  .News-Inner-Container-Table-Item-Inner-Text {
    font-size: 14px;
  }
}
.News-Inner-Container-Table-Item-Inner-Text .Sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .News-Inner-Container-Table-Item-Inner-Text .Sp {
    display: block;
  }
}
.News-Inner-Container-Pagination {
  margin-top: 34px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.News-Inner-Container-Pagination > * + * {
  margin-left: 8px;
}
.News-Inner-Container-Pagination-Prev {
  background: transparent;
  color: #111;
  width: 52px;
  height: 52px;
  border-radius: 9999px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.News-Inner-Container-Pagination-Prev a {
  width: 14px;
}
.News-Inner-Container-Pagination-To {
  background: #111;
  color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 9999px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.News-Inner-Container-Pagination-To.isActive {
  background: #fff;
  color: #111;
}
.News-Inner-Container-Pagination-Next {
  background: transparent;
  color: #111;
  width: 52px;
  height: 52px;
  border-radius: 9999px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.News-Inner-Container-Pagination-Next a {
  width: 14px;
}
