.news {
  width: 100%;
  padding: 6.6666666667vw 0 16vw;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 4.1666666667vw 0 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .news {
    padding: 60px 0 90px;
  }
}
.news__head {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    gap: 0;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__head {
    margin-bottom: 10px;
  }
}
.news__title {
  position: relative;
  font-size: 1.5rem;
  color: #999999;
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news__title {
    font-size: 1.6rem;
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__title {
    padding-bottom: 10px;
  }
}
.news__title span {
  font-size: 2rem;
  color: #585656;
}
@media screen and (min-width: 768px) {
  .news__title span {
    font-size: 3rem;
  }
}
.news__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58.1333333333vw;
  height: 0.8vw;
  background: linear-gradient(to right, #999 0%, #999 50%, #585656 50%, #585656 100%);
}
@media screen and (min-width: 768px) {
  .news__title::before {
    width: 15.1388888889vw;
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__title::before {
    width: 218px;
    height: 3px;
  }
}
.news__title {
  margin-bottom: 0;
}
.news__right {
  display: flex;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news__right {
    gap: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__right {
    gap: 10px;
  }
}
.news__text {
  color: #585656;
  font-size: 1.5rem;
}
.news__select {
  position: relative;
  z-index: 1;
  min-width: 22.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news__select {
    min-width: 5.9027777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__select {
    min-width: 85px;
  }
}
.news__select::after {
  z-index: 0;
  position: absolute;
  display: inline-block;
  content: "";
  right: 2.1333333333vw;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/module/select_bottom_icon1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.2533333333vw;
  height: 2.1866666667vw;
}
@media screen and (min-width: 768px) {
  .news__select::after {
    width: 0.8472222222vw;
    height: 0.5694444444vw;
    right: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__select::after {
    width: 12.2px;
    height: 8.2px;
    right: 8px;
  }
}
.news__select select {
  background-color: #F7F7F7;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  color: #505050;
  padding: 0.8vw 6.6666666667vw 0.8vw 2.6666666667vw;
  border: none;
  border-radius: 0.5333333333vw;
}
@media screen and (min-width: 768px) {
  .news__select select {
    padding: 0.2083333333vw 1.7361111111vw 0.2083333333vw 0.6944444444vw;
    border-radius: 0.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__select select {
    padding: 3px 25px 3px 10px;
    border-radius: 2px;
  }
}
.news__select option {
  font-size: 1.3rem;
}
.news__list {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .news__list {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__list {
    margin-bottom: 40px;
  }
}
.news__item a {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  gap: 1.3333333333vw;
  padding: 2.6666666667vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .news__item a {
    font-size: 1.6rem;
    flex-direction: row;
    gap: 2.4305555556vw;
    padding: 1.0416666667vw 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__item a {
    gap: 35px;
    padding: 15px 20px;
  }
}
.news__item a:hover {
  filter: brightness(0.8);
  transition: 0.5s ease;
}
.news__item:nth-child(odd) a {
  background-color: #ffffff;
}
.news__item:nth-child(even) a {
  background-color: #F7F7F7;
}
.news__wrapper {
  display: flex;
  gap: 8vw;
}
@media screen and (min-width: 768px) {
  .news__wrapper {
    gap: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__wrapper {
    gap: 30px;
  }
}
.news__subtitle {
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .news__subtitle {
    font-size: 1.6rem;
  }
}
.news__date {
  width: 7.5em;
  white-space: nowrap;
}
.news__category {
  width: 4em;
  white-space: nowrap;
}
.news__group {
  display: flex;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news__group {
    gap: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__group {
    gap: 10px;
  }
}