.news {
  width: 100%;
  margin: 0 auto;
  padding: 3.4666666667vw 0 16vw;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 2.0833333333vw 0 3.4722222222vw;
    max-width: 71.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .news {
    padding: 30px 0 50px;
    max-width: 1025px;
  }
}
.news__title {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 1.353;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news__title {
    font-size: 2.6rem;
  }
}
.news__title span {
  display: inline-block;
  font-size: 4.5rem;
  color: #61C6B2;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .news__title span {
    font-size: 6rem;
    margin-bottom: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__title span {
    margin-bottom: 5px;
  }
}
.news__title {
  margin: 0 0 0;
}
@media screen and (min-width: 768px) {
  .news__title {
    margin: 0 0 2.4305555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__title {
    margin: 0 0 35px;
  }
}
@media screen and (min-width: 768px) {
  .news__wrapper {
    display: flex;
    gap: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__wrapper {
    gap: 60px;
  }
}
.news__container {
  flex-grow: 1;
}
.news__list {
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .news__list {
    margin-bottom: 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__list {
    margin-bottom: 70px;
  }
}
.news__item {
  position: relative;
  font-family: "Noto Sans Japanese", sans-serif;
  cursor: pointer;
  border-bottom: 0.2666666667vw solid #E5E5E5;
  padding: 6.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .news__item {
    border-bottom: 0.0694444444vw solid #E5E5E5;
    padding: 2.4305555556vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .news__item {
    border-bottom: 1px solid #E5E5E5;
    padding: 35px 0;
  }
}
.news__link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.news__thumbnail {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 62.4vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .news__thumbnail {
    width: 23.125vw;
    height: 16.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__thumbnail {
    width: 333px;
    height: 234px;
  }
}
.news__thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  height: auto;
  object-fit: cover;
}
.news__unit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 13.3333333333vw;
  row-gap: 2.6666666667vw;
  margin: 4.5333333333vw 0 4vw;
}
@media screen and (min-width: 768px) {
  .news__unit {
    justify-content: left;
    column-gap: 3.4722222222vw;
    row-gap: 0.6944444444vw;
    margin: 1.3888888889vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .news__unit {
    column-gap: 50px;
    row-gap: 10px;
    margin: 20px 0;
  }
}
.news__group {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news__group {
    gap: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__group {
    gap: 10px;
  }
}
.news__date {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #939393;
}
.news__category {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19.2vw;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #61C6B2;
  color: #ffffff;
  padding: 0.5333333333vw;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .news__category {
    width: 4.8611111111vw;
    padding: 0.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__category {
    width: 70px;
    padding: 2px;
  }
}
.news__category--blue {
  background-color: #56C3D1;
}
.news__category--orange {
  background-color: #FBB14E;
}
.news__category--red {
  background-color: #FF8375;
}
.news__category--green {
  background-color: #61C6B2;
}
.news__subtitle {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news__subtitle {
    font-size: 2.7rem;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__subtitle {
    margin-bottom: 20px;
  }
}
.news__text {
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 600;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .news__text {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__text {
    margin-bottom: 20px;
  }
}
.news__btn {
  position: relative;
  z-index: 2;
  width: 42.6666666667vw;
  height: 10.4vw;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .news__btn {
    width: 10.7638888889vw;
    height: 2.5694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__btn {
    width: 155px;
    height: 37px;
  }
}
.news__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: inherit;
  height: inherit;
  color: #61C6B2;
  text-decoration: none;
  font-size: inherit;
  font-weight: bold;
  background-color: #ffffff;
  border-radius: 13.3333333333vw;
  border: 0.2666666667vw solid #61C6B2;
}
@media screen and (min-width: 768px) {
  .news__btn a {
    border-radius: 3.4722222222vw;
    border: 0.0694444444vw solid #61C6B2;
  }
}
@media screen and (min-width: 1440px) {
  .news__btn a {
    border-radius: 50px;
    border: 1px solid #61C6B2;
  }
}
.news__btn a:hover {
  filter: brightness(0.8);
  transition: 0.3s ease;
}
.news__btn a::before {
  position: absolute;
  content: "";
  width: 3.1946666667vw;
  height: 2.664vw;
  top: 50%;
  right: 4.5333333333vw;
  transform: translateY(-50%);
  background-image: url(../img/module/btn_arrow_right_icon2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .news__btn a::before {
    width: 0.8319444444vw;
    height: 0.69375vw;
    right: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__btn a::before {
    width: 11.98px;
    height: 9.99px;
    right: 17px;
  }
}
.news__btn a::before {
  width: 2.488vw;
  height: 2.072vw;
  right: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news__btn a::before {
    width: 0.6479166667vw;
    height: 0.5395833333vw;
    right: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__btn a::before {
    width: 9.33px;
    height: 7.77px;
    right: 10px;
  }
}