@charset "UTF-8";
.property__inner {
  padding: 0 0 5.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .property__inner {
    padding: 0 0 2.7777777778vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .property__inner {
    padding: 0 0 40px 0;
  }
}
.property__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.6666666667vw 4vw;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .property__container {
    width: 100%;
    padding: 0.6944444444vw 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__container {
    padding: 10px 20px;
  }
}
.property__container--title {
  background: linear-gradient(#B6E895 0%, #6FC437 100%);
}
@media screen and (min-width: 768px) {
  .property__container--title {
    margin: 0;
  }
}
.property__container--search {
  display: block;
  background-color: #F3FAEE;
  margin: 0 calc(50% - 50vw) 4vw;
}
@media screen and (min-width: 768px) {
  .property__container--search {
    display: flex;
    margin: 0 0 1.0416666667vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .property__container--search {
    margin: 0 0 15px 0;
  }
}
.property__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .property__wrapper {
    gap: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__wrapper {
    gap: 10px;
  }
}
.property__title {
  font-size: 2rem;
  color: #ffffff;
  font-weight: bold;
  padding-left: 1.2em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .property__title {
    font-size: 2.2rem;
  }
}
.property__title--rent::before {
  position: absolute;
  content: "";
  top: 47%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  background-image: url("../img/index/property_title_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 4.2293333333vw;
  height: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .property__title--rent::before {
    content: "";
    position: absolute;
    background-image: url("../img/index/property_title_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.1013888889vw;
    height: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__title--rent::before {
    content: "";
    position: absolute;
    background-image: url("../img/index/property_title_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 15.86px;
    height: 20px;
  }
}
.property__title--sale::before {
  position: absolute;
  content: "";
  top: 47%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  background-image: url("../img/index/property_title_icon2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 4.776vw;
  height: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .property__title--sale::before {
    content: "";
    position: absolute;
    background-image: url("../img/index/property_title_icon2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.24375vw;
    height: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__title--sale::before {
    content: "";
    position: absolute;
    background-image: url("../img/index/property_title_icon2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 17.91px;
    height: 20px;
  }
}
.property__pulldown {
  position: relative;
}
@media screen and (min-width: 768px) {
  .property__pulldown {
    display: none;
  }
}
.property__pulldown::before {
  content: "";
  position: absolute;
  width: 0.2666666667vw;
  height: 100%;
  right: 8vw;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
  background-color: #707070;
}
.property__pulldown::after {
  content: "";
  position: absolute;
  right: 2.5333333333vw;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 1.7333333333vw solid transparent;
  border-right: 1.7333333333vw solid transparent;
  border-top: 2.9333333333vw solid #3C3C3C;
}
.property__select {
  font-size: 1.5rem;
  font-weight: bold;
  width: 40.2666666667vw;
  height: 7.7333333333vw;
  color: #3C3C3C;
  box-shadow: 0.5333333333vw 0.5333333333vw 0.5333333333vw rgba(0, 0, 0, 0.3);
  padding: 0.5333333333vw 1.3333333333vw;
  border-radius: 1.3333333333vw;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.property__subtitle {
  position: relative;
  font-size: 1.8rem;
  color: #57962B;
  font-weight: bold;
  padding-left: 1em;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .property__subtitle {
    margin-bottom: 0;
  }
}
.property__subtitle::before {
  position: absolute;
  content: "";
  background-color: #57962B;
  width: 1.6vw;
  height: 100%;
  top: 47%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .property__subtitle::before {
    width: 0.4166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__subtitle::before {
    width: 6px;
  }
}
.property__btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #ffffff;
  color: #3C3C3C;
  border-radius: 1.8666666667vw;
  text-decoration: none;
  font-size: 2.3rem;
  font-weight: 700;
  padding: 2.1333333333vw 0 1.0666666667vw 0;
  box-shadow: 0.5333333333vw 0.5333333333vw 0.5333333333vw rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .property__btn {
    font-size: 1.5rem;
    width: 10vw;
    padding: 0.5555555556vw 0 0.2777777778vw 0;
    border-radius: 0.4861111111vw;
    box-shadow: 0.1388888889vw 0.1388888889vw 0.1388888889vw rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 1440px) {
  .property__btn {
    width: 144px;
    padding: 8px 0 4px 0;
    border-radius: 7px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }
}
.property__btn:hover {
  filter: brightness(0.8);
  transition: 0.3s;
}
.property__btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .property__btn {
    display: flex;
  }
}
.property__list {
  display: flex;
  justify-content: space-between;
}
.property__item {
  max-height: 500px;
  height: 100%;
}
.property__item a {
  position: relative;
  border: 0.2666666667vw solid #3C3C3C;
  background-color: #ffffff;
  text-decoration: none;
  color: #3C3C3C;
}
@media screen and (min-width: 768px) {
  .property__item a {
    border: 0.0694444444vw solid #3C3C3C;
  }
}
@media screen and (min-width: 1440px) {
  .property__item a {
    border: 1px solid #3C3C3C;
  }
}
.property__item a:hover {
  filter: brightness(0.8);
  transition: 0.3s;
}
.property__item--new a .property__thumbnail {
  position: relative;
}
.property__item--new a .property__thumbnail::before {
  position: absolute;
  content: "新 築";
  background-color: #F87606;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .property__item--new a .property__thumbnail::before {
    font-size: 1.5rem;
    padding: 0 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__item--new a .property__thumbnail::before {
    padding: 0 10px;
  }
}
.property__favorite {
  position: absolute;
  content: "";
  position: absolute;
  background-image: url("../img/index/property_favorite_icon2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 9.6vw;
  height: 9.6vw;
  top: 1.3333333333vw;
  right: 1.3333333333vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .property__favorite {
    content: "";
    position: absolute;
    background-image: url("../img/index/property_favorite_icon2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    top: 0.6944444444vw;
    right: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__favorite {
    content: "";
    position: absolute;
    background-image: url("../img/index/property_favorite_icon2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
  }
}
.property__favorite button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.property__favorite--active {
  background-image: url(../img/index/property_favorite_icon1.svg);
}
.property__thumbnail {
  width: 43.4666666667vw;
  height: 43.4666666667vw;
}
@media screen and (min-width: 768px) {
  .property__thumbnail {
    width: 18.3333333333vw;
    height: 18.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__thumbnail {
    width: 264px;
    height: 264px;
  }
}
.property__thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.property__post {
  font-size: 1.3rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .property__post {
    font-size: 1.6rem;
  }
}
.property__group {
  padding: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .property__group {
    padding: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__group {
    padding: 10px;
  }
}
.property__unit {
  display: flex;
  justify-content: space-between;
  gap: 2.6666666667vw;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .property__unit {
    gap: 0.6944444444vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .property__unit {
    gap: 10px;
  }
}
.property__rent {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .property__rent {
    line-height: 2.5rem;
    font-size: 2.1rem;
  }
}
.property__rent span {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .property__rent span {
    font-size: 2.5rem;
  }
}
.property__rent .property__color {
  font-size: 1.2rem;
  color: #57962B;
}
@media screen and (min-width: 768px) {
  .property__rent .property__color {
    font-size: 1.4rem;
  }
}
.property__fee {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .property__fee {
    line-height: 2.65rem;
    font-size: 1.6rem;
  }
}
.property__fee span {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .property__fee span {
    font-size: 2rem;
  }
}
.property__fee .property__color {
  font-size: 1.2rem;
  color: #57962B;
}
@media screen and (min-width: 768px) {
  .property__fee .property__color {
    font-size: 1.4rem;
  }
}
.property__fee:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #3C3C3C;
  left: -6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .property__fee:before {
    left: -1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__fee:before {
    left: -25px;
  }
}
.property__text {
  line-height: 1.5;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .property__text {
    line-height: 2;
    font-size: 1.4rem;
  }
}

.property__item {
  display: flex;
}

/* 中のカード（任意のクラス名に変更可）を等高化の対象に */
.property__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* JSで min-height を付与します */
}

.search-bar {
  width: fit-content;
}
.search-bar__form {
  display: flex;
  width: 100%;
  margin: 0 auto;
  margin-right: 26.6666666667vw;
}
@media screen and (min-width: 768px) {
  .search-bar__form {
    width: 41.25vw;
    margin-right: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .search-bar__form {
    width: 594px;
    margin-right: 100px;
  }
}
.search-bar__input {
  width: 80%;
  padding: 1.8666666667vw 2.6666666667vw;
  border-radius: 1.8666666667vw 0 0 1.8666666667vw;
  border: 1px solid #3C3C3C;
  color: #3C3C3C;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .search-bar__input {
    font-size: 1.8rem;
    padding: 0.4861111111vw;
    border-radius: 0.4861111111vw 0 0 0.4861111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .search-bar__input {
    padding: 7px 15px;
    border-radius: 7px 0 0 7px;
  }
}
.search-bar__input::placeholder {
  color: #3C3C3C;
}
.search-bar__input:focus {
  border-radius: 1.8666666667vw 0 0 1.8666666667vw;
}
@media screen and (min-width: 768px) {
  .search-bar__input:focus {
    border-radius: 0.4861111111vw 0 0 0.4861111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .search-bar__input:focus {
    border-radius: 7px 0 0 7px;
  }
}
.search-bar__btn {
  width: 24.184vw;
  border-radius: 0px 1.8666666667vw 1.8666666667vw 0px;
  background-color: #F87606;
  border: 0.2666666667vw solid #3C3C3C;
  border-left: none;
  color: #ffffff;
  padding: 2.1333333333vw 5.3333333333vw;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .search-bar__btn {
    font-size: 2rem;
    width: 6.5277777778vw;
    border-radius: 0px 0.4861111111vw 0.4861111111vw 0px;
    border: 0.0694444444vw solid #3C3C3C;
    padding: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .search-bar__btn {
    width: 94px;
    border-radius: 0px 7px 7px 0px;
    border: 1px solid #3C3C3C;
    padding: 10px;
  }
}

.keyvisual {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 13.3333333333vw 4vw 26.6666666667vw 4vw;
}
@media screen and (min-width: 768px) {
  .keyvisual {
    padding: 0 0 10.4166666667vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual {
    padding: 0 0 150px 0;
    margin-bottom: auto;
  }
}
.keyvisual__title {
  width: 83.608vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .keyvisual__title {
    width: 54.2375vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__title {
    width: 781.02px;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__title {
    width: 850px;
  }
}
.keyvisual__title img {
  width: 100%;
  height: auto;
}

.menu {
  margin-top: -13.3333333333vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .menu {
    margin-top: -10.4166666667vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .menu {
    margin-top: -150px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .menu {
    margin-top: -200px;
  }
}
.menu__title {
  display: block;
  width: fit-content;
  background-color: #57962B;
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 1.8666666667vw 1.8666666667vw 0 0;
  padding: 1.3333333333vw 13.3333333333vw 0 13.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .menu__title {
    font-size: 3.1rem;
    border-radius: 0.4861111111vw 0.4861111111vw 0 0;
    padding: 0.3472222222vw 3.4722222222vw 0 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .menu__title {
    border-radius: 7px 7px 0 0;
    padding: 5px 50px 0px 50px;
  }
}
.menu__list {
  background-color: #ffffff;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  border-radius: 2.1333333333vw;
  border: 1.3333333333vw solid #57962B;
  outline: -1.3333333333vw solid #57962B;
  outline-offset: -1.3333333333vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .menu__list {
    grid-template-columns: repeat(3, 1fr);
    border-radius: 0.5555555556vw;
    border: 0.3472222222vw solid #57962B;
    outline: -0.3472222222vw solid #57962B;
    outline-offset: -0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .menu__list {
    border-radius: 8px;
    border: 5px solid #57962B;
    outline: 5px solid #57962B;
    outline-offset: -5px;
  }
}
.menu__item {
  background: linear-gradient(#fff 0%, #ebebeb 100%);
}
.menu__item:hover {
  filter: brightness(0.8);
  transition: 0.3s;
}
.menu__item a {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 4vw;
}
@media screen and (min-width: 768px) {
  .menu__item a {
    gap: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .menu__item a {
    gap: 15px;
  }
}
.menu__item a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 4.8vw;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  background-image: url("../img/index/menu_img_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 5.8666666667vw;
  height: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .menu__item a::before {
    right: 1.3888888889vw;
    content: "";
    position: absolute;
    background-image: url("../img/index/menu_img_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.5277777778vw;
    height: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .menu__item a::before {
    right: 20px;
    content: "";
    position: absolute;
    background-image: url("../img/index/menu_img_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
  }
}
.menu__img {
  width: 18.6666666667vw;
}
@media screen and (min-width: 768px) {
  .menu__img {
    width: 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .menu__img {
    width: 98px;
  }
}
.menu__img img {
  width: 100%;
  height: auto;
}
.menu__text {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
}
.menu__text span {
  font-size: 1.4rem;
  color: #F87606;
}

.news {
  padding: 5.3333333333vw 0 8vw 0;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 3.4722222222vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .news {
    padding: 50px 0;
  }
}
.news__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .news__wrapper {
    margin: 0 0 0.6944444444vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .news__wrapper {
    margin: 0 0 10px 0;
  }
}
.news__title {
  position: relative;
  font-size: 2.1rem;
  font-weight: bold;
  padding-left: 1.3em;
  color: #57962B;
}
.news__title::before {
  position: absolute;
  content: "";
  top: 47%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  background-image: url("../img/index/news_title_brown_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 4.808vw;
  height: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .news__title::before {
    content: "";
    position: absolute;
    background-image: url("../img/index/news_title_brown_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.2520833333vw;
    height: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__title::before {
    content: "";
    position: absolute;
    background-image: url("../img/index/news_title_brown_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 18.03px;
    height: 20px;
  }
}
.news__btn a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #57962B;
  border-radius: 1.8666666667vw;
  color: #ffffff;
  border: 0.2666666667vw solid #57962B;
  text-decoration: none;
  font-size: 2.3rem;
  font-weight: 700;
  padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 12vw;
  box-shadow: 0.5333333333vw 0.5333333333vw 0.5333333333vw rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .news__btn a {
    font-size: 1.8rem;
    width: 18.75vw;
    padding: 0.6944444444vw 1.3888888889vw 0.6944444444vw 4.8611111111vw;
    border-radius: 0.4861111111vw;
    border: 0.0694444444vw solid #57962B;
    box-shadow: 0.1388888889vw 0.1388888889vw 0.1388888889vw rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 1440px) {
  .news__btn a {
    width: 270px;
    padding: 10px 20px 10px 70px;
    border-radius: 7px;
    border: 1px solid #57962B;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }
}
.news__btn a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 5.3333333333vw;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .news__btn a::before {
    left: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__btn a::before {
    left: 27.68px;
  }
}
.news__btn a:hover {
  background-color: #ffffff;
  color: #57962B;
  border-color: #57962B;
  transition: 0.3s;
}
.news__btn a {
  font-size: 1.5rem;
  font-weight: 600;
  width: 38.4vw;
  padding: 1.6vw 1.3333333333vw 1.0666666667vw 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .news__btn a {
    font-size: 1.5rem;
    width: 10vw;
    padding: 0.4861111111vw 0.8333333333vw 0.2777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__btn a {
    width: 144px;
    padding: 7px 12px 4px;
  }
}
.news__item a {
  position: relative;
  display: block;
  align-items: center;
  background-color: #F7F7F7;
  border-bottom: 0.2666666667vw dotted #AAAAAA;
  padding: 2vw 0.5333333333vw;
  color: #3C3C3C;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .news__item a {
    display: flex;
    padding: 1.0416666667vw;
    gap: 2.7777777778vw;
    border-bottom: 0.0694444444vw dotted #AAAAAA;
  }
}
@media screen and (min-width: 1440px) {
  .news__item a {
    padding: 15px;
    gap: 40px;
    border-bottom: 1px dotted #AAAAAA;
  }
}
.news__item a:hover {
  filter: brightness(0.8);
  transition: 0.3s;
}
.news__item:first-child a {
  border-top: 0.2666666667vw solid #AAAAAA;
}
@media screen and (min-width: 768px) {
  .news__item:first-child a {
    border-top: 0.0694444444vw solid #AAAAAA;
  }
}
@media screen and (min-width: 1440px) {
  .news__item:first-child a {
    border-top: 1px solid #AAAAAA;
  }
}
.news__item:last-child a {
  border-bottom: 0.2666666667vw solid #AAAAAA;
}
@media screen and (min-width: 768px) {
  .news__item:last-child a {
    border-bottom: 0.0694444444vw solid #AAAAAA;
  }
}
@media screen and (min-width: 1440px) {
  .news__item:last-child a {
    border-bottom: 1px solid #AAAAAA;
  }
}
.news__unit {
  display: flex;
  align-items: center;
  gap: 6.4vw;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .news__unit {
    gap: 2.7777777778vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .news__unit {
    gap: 40px;
  }
}
.news__date {
  font-size: 1.5rem;
}
.news__category {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  width: 24vw;
  padding: 0.5333333333vw 1.3333333333vw;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .news__category {
    width: 6.25vw;
    padding: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__category {
    width: 90px;
    padding: 3px;
  }
}
.news__category--brown {
  background-color: #57962B;
}
.news__category--orange {
  background-color: #F87606;
}
.news__category--pink {
  background-color: #FF7373;
}
.news__category--green {
  background-color: #03AAAA;
}
.news__post {
  font-size: 1.6rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .news__post {
    width: auto;
    white-space: wrap;
  }
}

.links {
  padding: 0 0 5.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .links {
    padding: 0 0 3.4722222222vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .links {
    padding: 0 0 50px 0;
  }
}
.links__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .links__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .links__list {
    gap: 20px;
  }
}
.links__item a {
  position: relative;
  width: 100%;
  height: 32vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .links__item a {
    width: auto;
    height: auto;
  }
}
.links__item a img {
  width: 100%;
  height: auto;
  margin-top: -5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .links__item a img {
    margin-top: auto;
  }
}
.links__item a:hover .links__img {
  filter: brightness(0.8);
  transition: 0.3s;
}
.links__item a:hover .links__text {
  background-color: #57962B;
  color: #ffffff;
  transition: 0.3s;
}
.links__text {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  color: #57962B;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 2.6666666667vw;
  border: 1.3333333333vw solid #57962B;
  width: 62.4vw;
  padding: 4vw 4vw 3.2vw 4vw;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .links__text {
    border-radius: 0.6944444444vw;
    border: 0.3472222222vw solid #57962B;
    width: 16.25vw;
    padding: 1.3888888889vw 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .links__text {
    border-radius: 10px;
    border: 5px solid #57962B;
    width: 234px;
    padding: 20px 15px;
  }
}