#news {
  background: url(../img/news-bg.png) center center / cover no-repeat;
  padding-top: 96px;
  padding-bottom: 90px;
}

@media screen and (max-width: 999px) {
  #news {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.news__container {
  max-width: 1122px;
  width: 100%;
  margin-left: auto;
  overflow-x: clip;
}

@media screen and (max-width: 999px) {
  .news__container {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.news__head {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.news__head p {
  font-family: "Cormorant Garamond";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
}

.news__head h2 {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.08em;
  color: #fff;
}

.news__content {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2.1428571429;
  text-align: left;
  color: #fff;
  margin-top: 13px;
  margin-bottom: 35px;
}

.news__itemsWrapper {
}

.news__items {
  display: flex;
}

.news__items .slick-track {
  display: flex !important;
  gap: 25px !important;
}

.news__items .slick-slide {
  height: auto !important;
}

.news__items .slick-slide > div {
  height: 100%;
}

.news__item {
  width: 34.225%;
  width: 385px !important;
  position: relative;
  height: 100%;
  display: flex !important;
  flex-direction: column;
}

@media screen and (max-width: 999px) {
  .news__item {
    width: 335px !important;
    min-height: auto;
  }
}

.news__item a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.news__itemCat {
  position: absolute;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  background-color: #ec572e;
  padding: 3px 13px 4px 12px;
}

.news__itemImage {
  width: 100%;
}

.news__itemText {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 27px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.news__itemHead {
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 26px;
  text-align: left;
  color: #1c1c1c;
  border-bottom: 1px solid #121212;
  padding-bottom: 12px;
  padding-left: 11px;
  margin-left: 25px;
  position: relative;
  padding-top: 23px;
  /* flex-grow: 1; */
}

.news__itemHead::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 43%;
  width: 3px;
  height: 35%;
  background-color: #ec572e;
}
.news__itemContent {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 24px;
  text-align: left;
  color: #1c1c1c;
  padding: 8px 21px 0;
  flex-grow: 1;
}
.news__itemMore {
  text-align: right;
  font-family: "Cormorant Garamond";
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #000;
  flex-grow: 1;
}

.news__itemMore p {
  display: inline-block;
  margin-top: 37px;
  margin-right: 23px;
  padding-right: 20px;
  position: relative;
}

.news__itemMore p::after {
  background: url(../img/bottom-arrow.svg) center center / contain no-repeat;
  height: 8.85px;
  width: 120.15px;
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  right: 0;
}

.news__more {
  font-family: "Cormorant Garamond";
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #fff;
  margin-top: 70px;
  padding-left: 18%;
  position: relative;
}

@media screen and (max-width: 999px) {
  .news__more {
    margin-top: 20px;
  }
}

.news__more::before {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 16%;
  background-color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
