.real-estate-page .property-section {
  padding: 40px 0px 80px;
  background: #f4f4f4;
}
.real-estate-page .property-section .property__container {
  width: 100%;
  max-width: 1238px;
  margin: 0 auto;
}
.real-estate-page .property-section .property__heading {
  text-align: left;
  margin-bottom: 32px;
}
.real-estate-page .property-section .property__heading .property__title {
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
  color: #393C41;
}
.real-estate-page .property-section .property__heading .property__subtitle {
  color: var(--A6A9AB, #A6A9AB);
  text-align: justify;
  font-family: Oswald;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 24px;
  letter-spacing: normal;
}
.real-estate-page .property-section .property__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 32px;
}
.real-estate-page .property-section .property__item {
  background: #f4f4f4;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  box-sizing: border-box;
  border-right: 1px solid #A6A9AB;
  border-bottom: 1px solid #A6A9AB;
}
.real-estate-page .property-section .property__item:nth-child(3n+1) {
  border-left: 1px solid #A6A9AB;
}
.real-estate-page .property-section .property__item:nth-child(-n+3) {
  border-top: 1px solid #A6A9AB;
}
.real-estate-page .property-section .property__item .property__item-image {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}
.real-estate-page .property-section .property__item .property__item-image .hero__id-pc {
  position: absolute;
  top: 34px;
  left: 24%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.real-estate-page .property-section .property__item .property__item-image .hero__id-pc .hero__symbol-img {
  width: 105px;
  height: 100%;
  object-fit: contain;
  display: block;
}
.real-estate-page .property-section .property__item .property__item-image .hero__id-pc .hero__id-blog {
  display: block;
  font-size: 10px;
  font-weight: 300;
  color: #A6A9AB;
  line-height: 1.2;
}
.real-estate-page .property-section .property__item .property__item-image .property__item-thumb {
  width: 240px;
  height: 240px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.real-estate-page .property-section .property__item .property__item-image .property__item-thumb .main__image {
  width: 240px;
  height: 240px;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.real-estate-page .property-section .property__item .property__item-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.real-estate-page .property-section .property__item .property__item-content {
  padding: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.real-estate-page .property-section .property__item .property__item-content .hero__id-sp {
  display: none;
}
.real-estate-page .property-section .property__item .property__item-text-sp {
  display: none;
}
.real-estate-page .property-section .property__item .property__item-text-pc {
  flex: 1;
  margin-right: 16px;
}
.real-estate-page .property-section .property__item .property__item-header {
  margin-bottom: 8px;
}
.real-estate-page .property-section .property__item .property__item-header .property__item-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #393C41;
  margin: 0;
}
.real-estate-page .property-section .property__item .property__item-excerpt {
  color: #666666;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0;
}
.real-estate-page .property-section .property__item .property__item-arrow {
  position: relative;
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  align-self: end;
}
.real-estate-page .property-section .property__item .property__item-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: transform 0.5s ease;
  z-index: 0;
}
.real-estate-page .property-section .property__item .property__item-arrow img {
  width: 11px;
  height: 7px;
  transition: transform 0.5s ease;
  position: relative;
  z-index: 1;
}
.real-estate-page .property-section .property__item .property__item-link:hover .property__item-arrow::before {
  transform: rotate(-24deg);
}
.real-estate-page .property-section .property__item .property__item-link:hover .property__item-arrow img {
  animation: arrowFly 0.6s ease-in-out;
  animation-delay: 0.2s;
}
.real-estate-page .property-section .property__item:hover .property__item-thumb .main__image {
  transform: scale(1.1);
}
.real-estate-page .property-section .property__more {
  text-align: right;
}
.real-estate-page .property-section .property__more .property__more-button.btn--filled {
  background-color: #393C41;
  color: #ffffff;
}
.real-estate-page .property-section .property__more .property__more-button .btn__plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  position: relative;
  background: #ffffff;
}
.real-estate-page .property-section .property__more .property__more-button .btn__plus::before, .real-estate-page .property-section .property__more .property__more-button .btn__plus::after {
  content: "";
  position: absolute;
  background: #393C41;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.real-estate-page .property-section .property__more .property__more-button .btn__plus::before {
  width: 12px;
  height: 1px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.real-estate-page .property-section .property__more .property__more-button .btn__plus::after {
  width: 1px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.real-estate-page .property-section .property__empty {
  text-align: center;
  color: #A6A9AB;
  font-size: 16px;
}

@media (max-width: 960px) {
  .real-estate-page .property-section {
    padding: 56px 16px;
  }
  .real-estate-page .property-section .property__container {
    max-width: 343px;
  }
  .real-estate-page .property-section .property__heading {
    margin-bottom: 40px;
  }
  .real-estate-page .property-section .property__heading .property__title {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: normal;
  }
  .real-estate-page .property-section .property__heading .property__subtitle {
    margin-top: 16px;
  }
  .real-estate-page .property-section .property__grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
  }
  .real-estate-page .property-section .property__item {
    border-right: 1px solid #A6A9AB;
  }
  .real-estate-page .property-section .property__item:nth-child(3n+1) {
    border-left: none;
  }
  .real-estate-page .property-section .property__item:nth-child(-n+3) {
    border-top: none;
  }
  .real-estate-page .property-section .property__item:nth-child(2n+1) {
    border-top: none;
    border-left: 1px solid #A6A9AB;
  }
  .real-estate-page .property-section .property__item:nth-child(-n+2) {
    border-top: 1px solid #A6A9AB;
  }
  .real-estate-page .property-section .property__item .property__item-image {
    width: 100%;
    padding-top: 0;
  }
  .real-estate-page .property-section .property__item .property__item-image .hero__id-pc {
    display: none;
  }
  .real-estate-page .property-section .property__item .property__item-image .property__item-thumb {
    width: 139.5px;
    height: 139.5px;
  }
  .real-estate-page .property-section .property__item .property__item-image .property__item-thumb .main__image {
    width: 139.5px;
    height: 139.5px;
  }
  .real-estate-page .property-section .property__item .property__item-content {
    padding: 16px 16px 10px;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .real-estate-page .property-section .property__item .property__item-content .hero__id-sp {
    z-index: 2;
    display: flex;
    flex-direction: column;
  }
  .real-estate-page .property-section .property__item .property__item-content .hero__id-sp .hero__symbol-img {
    width: 55px;
    height: 38px;
  }
  .real-estate-page .property-section .property__item .property__item-content .property__item-thumb {
    width: 139.5px;
    height: 139.5px;
  }
  .real-estate-page .property-section .property__item .property__item-content .property__item-thumb .main__image {
    width: 139.5px;
    height: 139.5px;
  }
  .real-estate-page .property-section .property__item .property__item-text-sp {
    display: block;
    flex: 1;
  }
  .real-estate-page .property-section .property__item .property__item-text-pc {
    display: none;
  }
  .real-estate-page .property-section .property__item .property__item-header {
    padding: 20px 16px 16px;
    margin-bottom: 0;
  }
  .real-estate-page .property-section .property__item .property__item-header .property__item-title {
    color: #393C41;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 130%;
    min-height: auto;
  }
  .real-estate-page .property-section .property__item .property__item-arrow {
    width: 26px;
    height: 26px;
  }
  .real-estate-page .property-section .property__item .property__item-arrow img {
    width: 10px;
    height: 6px;
  }
}