.keyvisual {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.keyvisual__title {
  width: 73.0666666667vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__title {
    width: 51.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__title {
    width: 748px;
  }
}
.keyvisual__title img {
  width: 100%;
  height: auto;
}

.news {
  width: 100%;
  padding: 8vw 0 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 2.3611111111vw 0 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .news {
    padding: 34px 0 25px;
  }
}
.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: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news__title {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__title {
    margin-bottom: 10px;
  }
}
.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;
  }
}

.property {
  width: 100%;
}
.property__title {
  position: relative;
  font-size: 1.5rem;
  color: #999999;
  text-align: center;
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .property__title {
    font-size: 1.6rem;
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__title {
    padding-bottom: 10px;
  }
}
.property__title span {
  font-size: 2rem;
  color: #585656;
}
@media screen and (min-width: 768px) {
  .property__title span {
    font-size: 3rem;
  }
}
.property__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  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) {
  .property__title::before {
    width: 15.1388888889vw;
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__title::before {
    width: 218px;
    height: 3px;
  }
}
.property__title {
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .property__title {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__title {
    margin-bottom: 40px;
  }
}
.property__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  column-gap: 2.6666666667vw;
  row-gap: 4vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .property__group {
    justify-content: center;
    gap: 1.3888888889vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .property__group {
    gap: 20px;
  }
}
.property__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E5E5E5;
  font-size: 1.5rem;
  width: 21.0666666667vw;
  height: 9.0666666667vw;
  padding-bottom: 0.5333333333vw;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .property__tab {
    font-size: 1.6rem;
    width: 6.25vw;
    height: 2.7777777778vw;
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .property__tab {
    width: 90px;
    height: 40px;
  }
}
.property__tab--active {
  background-color: #585656;
  color: #ffffff;
}
.property__container {
  display: none;
  background-color: #F7F7F7;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  border-top: 1.3333333333vw solid #585656;
}
@media screen and (min-width: 768px) {
  .property__container {
    border-top: 0.3472222222vw solid #585656;
  }
}
@media screen and (min-width: 1440px) {
  .property__container {
    border-top: 5px solid #585656;
  }
}
.property__container--active {
  display: block;
}
.property__unit {
  width: 100%;
  margin: 0 auto;
  max-width: calc(100% - 4vw);
  padding: 3.4666666667vw 0 14.6666666667vw;
}
@media screen and (min-width: 768px) {
  .property__unit {
    max-width: 76.3888888889vw;
    padding: 2.4305555556vw 0 4.5138888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__unit {
    max-width: 1100px;
    padding: 35px 0 65px;
  }
}
.property__list {
  width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 2.9333333333vw;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .property__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.0833333333vw;
    max-width: 76.3888888889vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__list {
    gap: 30px;
    max-width: 1100px;
    margin-bottom: 40px;
  }
}
.property__item {
  position: relative;
  background-color: #ffffff;
  padding: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .property__item {
    padding: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__item {
    padding: 17px;
  }
}
.property__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.property__category {
  display: inline-block;
  background-color: #313131;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.2666666667vw 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .property__category {
    padding: 0.4166666667vw 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__category {
    padding: 6px 10px;
  }
}
.property__category--mansion {
  background-color: #313131;
}
.property__category--sale {
  background-color: #999999;
}
.property__category--detached {
  background-color: #313131;
}
.property__category--owner {
  background-color: #707070;
}
.property__thumbnail {
  position: relative;
  width: 100%;
  height: 28vw;
  overflow: hidden;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .property__thumbnail {
    width: 21.5277777778vw;
    height: 14.9305555556vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__thumbnail {
    width: 310px;
    height: 215px;
    margin-bottom: 15px;
  }
}
.property__thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  height: auto;
  object-fit: cover;
}
.property__wrapper {
  display: flex;
  gap: 2.9333333333vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .property__wrapper {
    gap: 0.6944444444vw;
    margin-bottom: 0.9027777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__wrapper {
    gap: 10px;
    margin-bottom: 13px;
  }
}
.property__subtitle {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .property__subtitle {
    font-size: 1.4rem;
    margin-bottom: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__subtitle {
    margin-bottom: 14px;
  }
}
.property__content {
  display: flex;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .property__content {
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__content {
    margin-bottom: 18px;
  }
}
.property__price {
  font-weight: 700;
  font-size: 0.9rem;
  color: #393838;
  line-height: 1.3rem;
  letter-spacing: 0.001em;
  padding-right: 2.1333333333vw;
  border-right: 0.2666666667vw solid #707070;
}
@media screen and (min-width: 768px) {
  .property__price {
    font-size: 1.4rem;
    line-height: 2.1rem;
    padding-right: 1.0416666667vw;
    border-right: 0.0694444444vw solid #707070;
  }
}
@media screen and (min-width: 1440px) {
  .property__price {
    padding-right: 15px;
    border-right: 1px solid #707070;
  }
}
.property__price span {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .property__price span {
    font-size: 2.1rem;
  }
}
.property__detail {
  font-weight: 700;
  font-size: 1.1rem;
  color: #393838;
  line-height: 1.3rem;
  padding: 0 2.1333333333vw;
  border-right: 0.2666666667vw solid #707070;
}
@media screen and (min-width: 768px) {
  .property__detail {
    font-size: 1.4rem;
    line-height: 2.1rem;
    padding: 0 1.0416666667vw;
    border-right: 0.0694444444vw solid #707070;
  }
}
@media screen and (min-width: 1440px) {
  .property__detail {
    padding: 0 15px;
    border-right: 1px solid #707070;
  }
}
.property__detail:last-child {
  padding-right: 0;
  border-right: 0;
}
.property__map {
  position: relative;
  font-size: 1rem;
  color: #393838;
  padding-left: 1.1em;
}
@media screen and (min-width: 768px) {
  .property__map {
    font-size: 1.2rem;
    padding-left: 1.4em;
  }
}
.property__map::before {
  position: absolute;
  content: "";
  content: "";
  position: absolute;
  background-image: url("../img/index/property_map_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.024vw;
  height: 2.9786666667vw;
  top: 0.5333333333vw;
  left: 0;
}
@media screen and (min-width: 768px) {
  .property__map::before {
    top: 0.2083333333vw;
    content: "";
    position: absolute;
    background-image: url("../img/index/property_map_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 0.7298611111vw;
    height: 1.0743055556vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__map::before {
    top: 3px;
    content: "";
    position: absolute;
    background-image: url("../img/index/property_map_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 10.51px;
    height: 15.47px;
  }
}
.property__btn {
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0 auto;
  max-width: 76vw;
  width: auto;
  height: 15.2vw;
}
@media screen and (min-width: 768px) {
  .property__btn {
    font-size: 2rem;
    width: 28.3333333333vw;
    height: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__btn {
    width: 408px;
    height: 60px;
  }
}
.property__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: inherit;
  height: inherit;
  text-decoration: none;
  font-size: inherit;
  background-color: #313131;
  color: #ffffff;
  border: 0.2666666667vw solid #ffffff;
  box-shadow: 0 0 0 1.6vw #313131, 0 0 0 1.8666666667vw #313131;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .property__btn a {
    border: 0.0694444444vw solid #ffffff;
    box-shadow: 0 0 0 0.4166666667vw #313131, 0 0 0 0.4861111111vw #313131;
  }
}
@media screen and (min-width: 1440px) {
  .property__btn a {
    border: 1px solid #ffffff;
    box-shadow: 0 0 0 6px #313131, 0 0 0 7px #313131;
  }
}
.property__btn a:hover {
  border-color: #313131;
  background-color: #ffffff;
  color: #313131;
  transition: 0.5s ease;
  box-shadow: 0 0 0 1.6vw #ffffff, 0 0 0 1.8666666667vw #313131;
}
@media screen and (min-width: 768px) {
  .property__btn a:hover {
    box-shadow: 0 0 0 0.4166666667vw #ffffff, 0 0 0 0.4861111111vw #313131;
  }
}
@media screen and (min-width: 1440px) {
  .property__btn a:hover {
    box-shadow: 0 0 0 6px #ffffff, 0 0 0 7px #313131;
  }
}
.property__btn a:hover::before {
  background-image: url(../img/module/btn_arrow_right_icon2.svg);
}
.property__btn a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 4vw;
  width: 6.0453333333vw;
  height: 3.8426666667vw;
  transform: translateY(-50%);
  background-image: url(../img/module/btn_arrow_right_icon1.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .property__btn a::before {
    right: 1.0416666667vw;
    width: 1.5743055556vw;
    height: 1.0006944444vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__btn a::before {
    right: 15px;
    width: 22.67px;
    height: 14.41px;
  }
}

.about__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .about__list {
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 0.1388888889vw solid #ffffff;
  }
}
@media screen and (min-width: 1440px) {
  .about__list {
    border-bottom: 2px solid #ffffff;
  }
}
.about__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  gap: 8vw;
  height: 64vw;
  cursor: pointer;
  border-bottom: 0.5333333333vw solid #ffffff;
}
@media screen and (min-width: 768px) {
  .about__item {
    gap: 7.4305555556vw;
    height: 34.7222222222vw;
    border-right: 0.1388888889vw solid #ffffff;
    border-bottom: none;
  }
}
@media screen and (min-width: 1440px) {
  .about__item {
    gap: 107px;
    height: 500px;
    border-right: 2px solid #ffffff;
  }
}
.about__item:last-child {
  border-right: none;
}
.about__item--business {
  background-image: url(../img/index/about_item_bg1.jpg);
}
.about__item--company {
  background-image: url(../img/index/about_item_bg2.jpg);
}
.about__item--recruit {
  background-image: url(../img/index/about_item_bg3.jpg);
}
.about__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.about__title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.33em;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .about__title {
    font-size: 2rem;
  }
}
.about__title span {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .about__title span {
    font-size: 2.6rem;
  }
}
.about__btns {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 66.6666666667vw;
  height: 18.6666666667vw;
  gap: 2.6666666667vw;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .about__btns {
    width: 24.3055555556vw;
    height: 7.4305555556vw;
    gap: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .about__btns {
    width: 350px;
    height: 107px;
    gap: 10px;
  }
}
.about__btns--center {
  width: 93.3333333333vw;
  gap: 1.6vw;
}
@media screen and (min-width: 768px) {
  .about__btns--center {
    width: 24.3055555556vw;
    gap: 0.4861111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .about__btns--center {
    width: 350px;
    gap: 7px;
  }
}
.about__btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #313131;
}
@media screen and (min-width: 768px) {
  .about__btn a {
    font-size: 1.8rem;
  }
}
.about__btn a:hover {
  background-color: #ffffff;
  color: #313131;
  transition: 0.5s ease;
}

.info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 13.3333333333vw 0 16vw;
  gap: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .info {
    flex-direction: row;
    padding: 6.25vw 0;
    gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .info {
    padding: 90px 0;
    gap: 20px;
  }
}
.info__title {
  display: block;
  width: fit-content;
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding-left: 16vw;
  margin: 0 auto 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .info__title {
    font-size: 2.6rem;
    padding-left: 5.2083333333vw;
    margin: 0 0 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .info__title {
    padding-left: 75px;
    margin: 0 0 40px;
  }
}
.info__title::before {
  position: absolute;
  content: "";
  content: "";
  position: absolute;
  background-image: url("../img/index/info_title_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .info__title::before {
    content: "";
    position: absolute;
    background-image: url("../img/index/info_title_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 3.8888888889vw;
    height: 3.8888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .info__title::before {
    content: "";
    position: absolute;
    background-image: url("../img/index/info_title_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 56px;
    height: 56px;
  }
}
.info__text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .info__text {
    font-size: 1.8rem;
  }
}
.info__banner {
  width: 92vw;
  cursor: pointer;
  transition: 0.5s ease;
}
@media screen and (min-width: 768px) {
  .info__banner {
    width: 47.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .info__banner {
    width: 684px;
  }
}
.info__banner img {
  width: 100%;
  height: auto;
}
.info__banner:hover {
  filter: brightness(0.8);
  transition: 0.5s ease;
}