.title-sp {
  display: none;
}

.fade-left {
  opacity: 0;
  transition: all 0.6s ease;
}
.fade-left h1 {
  letter-spacing: -15px !important;
}
.fade-left p.content {
  letter-spacing: -2px !important;
}

.fade-left.is_video_loaded.is-show {
  opacity: 1;
  transition: opacity 1s ease;
}
.fade-left.is_video_loaded.is-show h1 {
  letter-spacing: 4px !important;
  transition: letter-spacing 0.6s ease;
}
.fade-left.is_video_loaded.is-show p.content {
  letter-spacing: 0px !important;
  transition: letter-spacing 0.6s ease;
}

.fadeTop {
  opacity: 0;
}

.fadeTop.is-show {
  opacity: 1;
  animation: fadeInToTop 0.6s;
}

@keyframes fadeInToTop {
  from {
    transform: translateY(60px);
  }
  to {
    transform: translateX(0);
  }
}
.h_content h1 {
  animation-delay: 0.2s;
}

.h_content .title-pc,
.h_content .title-sp {
  animation-delay: 0.5s;
}

@keyframes fadeLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.top .intro .image {
  width: calc(100% - 14.3rem);
}
.top .intro .image img {
  width: 100%;
  height: auto;
}
.top .intro .content-intro {
  position: relative;
  top: -30.5rem;
}
.top .intro .content-intro .d-flex {
  display: flex;
  justify-content: center;
  gap: clamp(60px, 10vw, 160px);
  align-items: end;
}
.top .intro .content-intro .left {
  flex: 0 0 32.8%;
}
.top .intro .content-intro .left .photo_transfer {
  position: relative;
  overflow: hidden;
}
.top .intro .content-intro .left .photo_transfer img {
  width: 100%;
  height: auto;
  aspect-ratio: 525/702;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}
.top .intro .content-intro .left .photo_transfer img.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
  transition: opacity 0.6s ease, transform 3s ease-in-out;
}
.top .intro .content-intro .right {
  flex: 0 0 40.9%;
}
.top .intro .content-intro .right .title {
  font-family: "Zen-Kaku-Gothic-New-Regular";
  font-size: clamp(27px, 2.5vw, 40px);
  line-height: 1.5;
  max-width: 41.2rem;
  margin-bottom: clamp(32px, 3.5vw, 56px);
  margin-top: 0;
  color: #000000;
  margin-block-start: 0px !important;
}
.top .intro .content-intro .right .desc {
  font-family: "Zen-Kaku-Gothic-New-Regular";
  font-size: clamp(14px, 1vw, 16px);
  margin-bottom: clamp(60px, 7.5vw, 120px);
  max-width: 59.2rem;
  line-height: 2.6;
}
.top .intro .content-intro .right .photo_transfer2 {
  position: relative;
  overflow: hidden;
}
.top .intro .content-intro .right .photo_transfer2 img {
  width: 100%;
  height: auto;
  aspect-ratio: 655/437;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}
.top .intro .content-intro .right .photo_transfer2 img.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
  transition: opacity 0.6s ease, transform 3s ease-in-out;
}
.top .intro .content-intro .photo_transfer,
.top .intro .content-intro .photo_transfer2 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}
.top .intro .content-intro .photo_transfer.is-inview,
.top .intro .content-intro .photo_transfer2.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.top .fade-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.top .fade-left.is-show {
  opacity: 1;
  transform: translateX(0);
}
.top .thoughts {
  position: relative;
  top: -5rem;
}
.top .thoughts .head .icon {
  text-align: center;
  margin-bottom: 3.4rem;
}
.top .thoughts .head .icon img {
  max-width: 4.7rem;
  margin-bottom: 1.4rem;
}
.top .thoughts .head .icon .th {
  font-family: "CormorantSC-Regular";
  font-size: 2rem;
  line-height: 1;
  color: #6E6E6E;
}
.top .thoughts .head .text {
  font-family: "Zen-Kaku-Gothic-New-Medium";
  font-size: 2.2rem;
  color: #000000;
  line-height: 2.5;
  text-align: center;
  margin-bottom: clamp(60px, 12.5vw, 200px);
  padding-left: 2rem;
}
.top .thoughts .image img {
  max-width: 100%;
}
.top .property {
  padding: 20rem 0 25.1rem;
}
.top .property .head {
  padding: 0 8rem;
  margin-bottom: 10rem;
}
.top .property .head .title {
  font-family: "CormorantSC-Regular";
  font-size: clamp(45px, 5.625vw, 90px);
  line-height: 1;
  color: #000000;
  margin-bottom: 1.7rem;
}
.top .property .head .desc {
  font-family: "Zen-Kaku-Gothic-New-Medium";
  font-size: clamp(18px, 1.4375vw, 23px);
  line-height: 1;
  color: #000000;
}
.top .property .property-new {
  margin-bottom: 18.5rem;
}
.top .property .property-new .list {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 1rem;
  justify-content: end;
}
.top .property .property-new .list .item {
  max-width: clamp(350px, 29.06vw, 465px);
  width: 100%;
  position: relative;
}
.top .property .property-new .list .item::after {
  content: "";
  width: 82%;
  height: 1px;
  background-color: #DDDDDD;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top .property .property-new .list .item .card-media {
  margin-bottom: 3rem;
}
.top .property .property-new .list .item .card-media:hover .image img {
  transform: scale(1.05);
  transition: 0.5s all;
}
.top .property .property-new .list .item .card-media:hover .image .btn .btn_arrow {
  opacity: 1;
  transform: scale(1);
}
.top .property .property-new .list .item .card-media:hover .image .btn .btn_arrow .wrap_img img {
  opacity: 1;
  animation: arrowLTR 0.5s ease-in;
}
.top .property .property-new .list .item .card-media:hover .image .btn .btn_arrow .wrap_img::after {
  animation: arrowWipe 0.5s forwards;
}
.top .property .property-new .list .item .card-media .image {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 465/620;
  overflow: hidden;
}
.top .property .property-new .list .item .card-media .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
  transform: scale(1);
}
.top .property .property-new .list .item .card-media .image .post-tags {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  display: flex;
  gap: 1rem 0.5rem;
  width: calc(100% - 40px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.top .property .property-new .list .item .card-media .image .post-tags.post-tags-red {
  bottom: 6rem;
}
.top .property .property-new .list .item .card-media .image .post-tags .tags {
  background: #fff;
  padding: 0.35rem 1.3rem;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 1.4rem;
  color: #000;
}
.top .property .property-new .list .item .card-media .image .post-tags .tags.badge-red {
  background: #C83A1C;
  color: #fff;
  border-color: #C83A1C;
}
.top .property .property-new .list .item .card-media .image .btn {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
.top .property .property-new .list .item .card-media .image .btn .btn_arrow {
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease;
  transition-delay: 0.2s;
  width: 59px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  margin: auto;
  margin-top: 8rem;
}
.top .property .property-new .list .item .card-media .image .btn .btn_arrow .wrap_img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.top .property .property-new .list .item .card-media .image .btn .btn_arrow .wrap_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1.6rem;
  max-height: 1.4rem;
}
.top .property .property-new .list .item .card-body {
  width: 82%;
}
.top .property .property-new .list .item .card-body .card-title {
  font-family: "Zen-Kaku-Gothic-New-Bold";
  font-size: clamp(14px, 1.25vw, 20px);
  color: #000000;
  line-height: 150%;
  margin-bottom: 3rem;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.top .property .property-new .list .item .card-body .card-title .title-mobile {
  display: none;
}
.top .property .property-new .list .item .card-body .card-title .title-desktop {
  display: inline;
}
@media (max-width: 767px) {
  .top .property .property-new .list .item .card-body .card-title .title-mobile {
    display: inline;
  }
  .top .property .property-new .list .item .card-body .card-title .title-desktop {
    display: none;
  }
}
.top .property .property-new .list .item .card-body .price,
.top .property .property-new .list .item .card-body .area,
.top .property .property-new .list .item .card-body .total_floor-area {
  font-family: "Zen-Kaku-Gothic-New-Regular";
  font-size: 1.6rem;
  color: #000000;
  margin-bottom: 1rem;
  line-height: 1;
}
.top .property .property-new .list .item .card-body .price span,
.top .property .property-new .list .item .card-body .area span,
.top .property .property-new .list .item .card-body .total_floor-area span {
  font-family: "Zen-Kaku-Gothic-New-Regular";
}
.top .property .property-new .list .item .card-body .list-tag {
  margin-top: 2rem;
}
.top .property .property-new .list .item .card-body .list-tag .tag-pill {
  display: inline-block;
  font-family: "Zen-Kaku-Gothic-New-Regular";
  font-size: 1.3rem;
  color: #6E6E6E;
}
.top .property .property-new .list .item .card-body .name {
  margin-top: 3rem;
}
.top .property .property-new .list .item .card-body .name .title,
.top .property .property-new .list .item .card-body .address .title {
  font-family: "CormorantSC-Regular";
  font-size: 1.4rem;
  color: #000000;
  margin-bottom: 0;
}
.top .property .property-new .list .item .card-body .name .value,
.top .property .property-new .list .item .card-body .address .value {
  font-family: "Zen-Kaku-Gothic-New-Medium";
  font-size: 1.4rem;
  color: #000000;
  padding-bottom: 1rem;
}
.top .property .slide-new .list {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 1rem;
  justify-content: end;
  width: clamp(370px, 88.44%, 1415px);
  margin-left: auto;
  margin-bottom: 6rem;
}
.top .property .slide-new .list .item {
  max-width: clamp(280px, 29.06vw, 380px);
  width: 100%;
  position: relative;
}
.top .property .slide-new .list .item::after {
  content: "";
  width: 64.6%;
  height: 1px;
  background-color: #DDDDDD;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top .property .slide-new .list .item .card-media {
  margin-bottom: 2.5rem;
}
.top .property .slide-new .list .item .card-media .image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  cursor: pointer;
  overflow: hidden;
}
.top .property .slide-new .list .item .card-media .image:hover img {
  transform: scale(1.05);
  transition: 0.5s all;
}
.top .property .slide-new .list .item .card-media .image:hover .btn .btn_arrow {
  opacity: 1;
  transform: scale(1);
}
.top .property .slide-new .list .item .card-media .image:hover .btn .btn_arrow .wrap_img img {
  opacity: 1;
  animation: arrowLTR 0.5s ease-in;
}
.top .property .slide-new .list .item .card-media .image:hover .btn .btn_arrow .wrap_img::after {
  animation: arrowWipe 0.5s forwards;
}
.top .property .slide-new .list .item .card-media .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
  transform: scale(1);
}
.top .property .slide-new .list .item .card-media .image .post-tags {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  display: flex;
  gap: 0.5rem;
  width: calc(100% - 40px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.top .property .slide-new .list .item .card-media .image .post-tags.post-tags-red {
  bottom: 6rem;
}
.top .property .slide-new .list .item .card-media .image .post-tags .tags {
  background: #fff;
  padding: 0.35rem 1.3rem;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 1.4rem;
  color: #000;
}
.top .property .slide-new .list .item .card-media .image .post-tags .tags.badge-red {
  background: #C83A1C;
  color: #fff;
  border-color: #C83A1C;
}
.top .property .slide-new .list .item .card-media .image .btn {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
.top .property .slide-new .list .item .card-media .image .btn .btn_arrow {
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  width: 59px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  margin: auto;
  margin-top: 8rem;
}
.top .property .slide-new .list .item .card-media .image .btn .btn_arrow .wrap_img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.top .property .slide-new .list .item .card-media .image .btn .btn_arrow .wrap_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  max-width: 1.6rem;
  max-height: 1.4rem;
}
.top .property .slide-new .list .item .card-body {
  width: 64.6%;
}
.top .property .slide-new .list .item .card-body .card-title {
  font-family: "Zen-Kaku-Gothic-New-Bold";
  font-size: clamp(14px, 1.25vw, 20px);
  color: #000000;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.top .property .slide-new .list .item .card-body .card-title .title-mobile {
  display: none;
}
.top .property .slide-new .list .item .card-body .card-title .title-desktop {
  display: inline;
}
.top .property .slide-new .list .item .card-body .list-tag {
  margin-bottom: 2.5rem;
  min-height: 1.95rem;
}
@media (max-width: 767px) {
  .top .property .slide-new .list .item .card-body .card-title .title-mobile {
    display: inline;
  }
  .top .property .slide-new .list .item .card-body .card-title .title-desktop {
    display: none;
  }
}
.top .property .slide-new .list .item .card-body .price,
.top .property .slide-new .list .item .card-body .area,
.top .property .slide-new .list .item .card-body .total_floor-area {
  font-family: "Zen-Kaku-Gothic-New-Regular";
  font-size: 1.4rem;
  color: #000000;
  margin-bottom: 1rem;
}
.top .property .slide-new .list .item .card-body .list-tag .tag-pill {
  display: inline-block;
  font-family: "Zen-Kaku-Gothic-New-Regular";
  font-size: 1.3rem;
  color: #6E6E6E;
}
.top .property .slide-new .list .item .card-body .name {
  min-height: 5.2rem;
}
.top .property .slide-new .list .item .card-body .name .title,
.top .property .slide-new .list .item .card-body .address .title {
  font-family: "CormorantSC-Regular";
  font-size: 1.4rem;
  color: #000000;
  margin-bottom: 0;
}
.top .property .slide-new .list .item .card-body .name .value,
.top .property .slide-new .list .item .card-body .address .value {
  font-family: "Zen-Kaku-Gothic-New-Medium";
  font-size: 1.4rem;
  color: #000000;
  padding-bottom: 1rem;
}
.top .property .slide-new .list .slick-list {
  margin: 0 -5px;
}
.top .property .slide-new .list .slick-slide {
  width: auto;
  padding: 0 5px;
  box-sizing: border-box;
}
.top .property .slide-new .nav {
  display: flex;
  gap: 2rem;
  margin-bottom: 5.9rem;
  justify-content: end;
  padding: 0 8rem;
}
.top .property .slide-new .nav .prev,
.top .property .slide-new .nav .next {
  width: 5.9rem;
  height: 5.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #6E6E6E;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.top .property .slide-new .nav img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.6rem;
  height: 1.4rem;
  opacity: 1;
}
.top .property .slide-new .nav .next::after {
  content: "";
  background-image: url(../images/next.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 14px;
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}
.top .property .slide-new .nav .prev::after {
  content: "";
  background-image: url(../images/prev.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 14px;
  position: absolute;
  left: 70%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}
.top .property .slide-new .nav .next:hover img {
  opacity: 0;
  transition: all 0.5s ease;
}
.top .property .slide-new .nav .next:hover::after {
  opacity: 1;
  left: 50%;
  transition: all 0.5s ease-in;
  transition-delay: 0.5s;
}
.top .property .slide-new .nav .prev:hover img {
  opacity: 0;
  transition: all 0.5s ease;
}
.top .property .slide-new .nav .prev:hover::after {
  opacity: 1;
  left: 50%;
  transition: all 0.5s ease-in;
  transition-delay: 0.5s;
}
@keyframes slideFadeFromLeft {
  from {
    left: 30%;
    opacity: 0;
  }
  to {
    left: 50%;
    opacity: 1;
  }
}
@keyframes slideFadeFromRight {
  from {
    left: 70%;
    opacity: 0;
  }
  to {
    left: 50%;
    opacity: 1;
  }
}
.top .property .slide-new .see_more .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top .property .slide-new .see_more .flex .btn_more {
  font-family: "Zen-Kaku-Gothic-New-Medium";
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: max-content;
  color: #000000;
  font-size: 1.6rem;
}
.top .property .slide-new .see_more .flex .btn_more .text {
  position: relative;
  line-height: 2;
}
.top .property .slide-new .see_more .flex .btn_more .text::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #6E6E6E;
  bottom: 0px;
  left: 0;
}
.top .property .slide-new .see_more .flex .btn_more:hover .text::after {
  transform: scaleX(1);
}
.top .property .slide-new .see_more .flex .btn_more .arrow {
  width: 59px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F5;
  border-radius: 50%;
  overflow: hidden;
}
.top .property .slide-new .see_more .flex .btn_more .arrow .img {
  overflow: hidden;
  position: relative;
  display: flex;
}
.top .property .slide-new .see_more .flex .btn_more .arrow .img::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background-color: #ffffff;
  position: absolute;
}
.top .banner-f {
  display: flex;
  flex-wrap: nowrap;
}
.top .banner-f .ban-f_item {
  display: inline-block;
  width: 50%;
  position: relative;
  overflow: hidden;
}
.top .banner-f .ban-f_item:hover > img {
  transform: scale(1.038);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.top .banner-f .ban-f_item img {
  transition: 0.5s all;
  width: 100%;
}
.top .banner-f .ban-f_item .ban-f_content {
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.top .banner-f .ban-f_item .ban-f_content .ban-f___title {
  color: #ffffff;
  text-align: center;
}
.top .banner-f .ban-f_item .ban-f_content .ban-f___title .t1 {
  font-size: 90px;
  line-height: 105%;
  font-family: "CormorantSC-Regular";
}
.top .banner-f .ban-f_item .ban-f_content .ban-f___title .t2 {
  font-size: 23px;
  line-height: 105%;
  font-family: "Zen-Kaku-Gothic-New-Medium";
}
@keyframes arrowWipe {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes arrowLTR {
  from {
    left: 20%;
  }
  to {
    left: 50%;
  }
}
@keyframes mymove {
  from {
    left: 0px;
  }
  to {
    left: 20px;
  }
}
.top .about .content-about .d-flex {
  display: flex;
  justify-content: space-between;
}
.top .about .content-about .d-flex .left {
  max-width: calc(100% - 39.2rem);
  width: calc(100% - clamp(17rem, 24.5vw, 392px));
}
.top .about .content-about .d-flex .left .top {
  display: flex;
  align-items: center;
}
.top .about .content-about .d-flex .left .top .image img {
  max-width: 515px;
}
.top .about .content-about .d-flex .left .top .intro-about {
  position: relative;
  left: -16rem;
  margin-top: 35px;
  text-align: center;
}
.top .about .content-about .d-flex .left .top .intro-about .icon {
  margin-bottom: 2.6rem;
}
.top .about .content-about .d-flex .left .top .intro-about .icon img {
  max-width: 5.5rem;
}
.top .about .content-about .d-flex .left .top .intro-about .title {
  font-family: "CormorantSC-Regular";
  font-size: clamp(3rem, 5.625vw, 9rem);
  line-height: 1;
  margin-bottom: 1.7rem;
  color: #000000;
}
.top .about .content-about .d-flex .left .top .intro-about .text {
  font-family: "Zen-Kaku-Gothic-New-Medium";
  color: #000000;
  line-height: 1;
  margin-bottom: clamp(2.4rem, 3.875vw, 6.2rem);
}
.top .about .content-about .d-flex .left .top .intro-about .desc {
  font-family: "Zen-Kaku-Gothic-New-Regular";
  font-size: 1.6rem;
  line-height: 2.5;
  color: #000000;
  margin-bottom: clamp(1.6rem, 2.625vw, 4.2rem);
}
.top .about .content-about .d-flex .left .top .intro-about .see_more .flex .btn_more {
  font-family: "Zen-Kaku-Gothic-New-Medium";
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  color: #000000;
  font-size: 1.6rem;
}
.top .about .content-about .d-flex .left .top .intro-about .see_more .flex .btn_more .text {
  position: relative;
  margin-bottom: 0;
  line-height: 1.8;
}
.top .about .content-about .d-flex .left .top .intro-about .see_more .flex .btn_more .text::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #6E6E6E;
  bottom: 0px;
  left: 0;
}
.top .about .content-about .d-flex .left .top .intro-about .see_more .flex .btn_more:hover .text::after {
  transform: scaleX(1);
}
.top .about .content-about .d-flex .left .top .intro-about .see_more .flex .btn_more .arrow {
  width: 59px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F5;
  border-radius: 50%;
  overflow: hidden;
}
.top .about .content-about .d-flex .left .top .intro-about .see_more .flex .btn_more .arrow .img {
  overflow: hidden;
  position: relative;
  display: flex;
}
.top .about .content-about .d-flex .left .top .intro-about .see_more .flex .btn_more .arrow .img::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background-color: #ffffff;
  position: absolute;
}
.top .about .content-about .d-flex .left .bottom .auto-scroll-wrapper {
  overflow: hidden;
  width: 100%;
}
.top .about .content-about .d-flex .left .bottom .auto-scroll-track {
  display: flex;
  width: max-content;
  animation: scroll 80s linear infinite;
}
.top .about .content-about .d-flex .left .bottom .auto-scroll-track .item {
  flex-shrink: 0;
  max-width: 51.2rem;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.top .about .content-about .d-flex .right {
  max-width: clamp(17rem, 24.5vw, 392px);
}
.top .about .content-about .d-flex .right .image {
  position: relative;
  height: 100%;
  aspect-ratio: 3/4;
}
.top .about .content-about .d-flex .right .image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.top .about .content-about .d-flex .right .image .text {
  font-family: "Zen-Kaku-Gothic-New-Regular";
  font-size: 1.8rem;
  line-height: 1.2;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  position: absolute;
  left: 48%;
  top: 49%;
  transform: translateY(-50%);
  letter-spacing: 4px;
}
.top .about .content-about .d-flex .right .auto-scroll-wrapper {
  overflow: hidden;
  width: 100%;
}
.top .about .content-about .d-flex .right .auto-scroll-track {
  display: flex;
  width: max-content;
  animation: scroll 80s linear infinite;
}
.top .about .content-about .d-flex .right .auto-scroll-track .item {
  flex-shrink: 0;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-40%);
  }
}
.top .testimonials {
  padding: 25rem 8rem;
}
.top .testimonials .head {
  margin-bottom: 6rem;
}
.top .testimonials .head .title {
  font-family: "CormorantSC-Regular";
  font-size: clamp(50px, 5.625vw, 90px);
  line-height: 1;
  color: #000000;
  margin-bottom: 1.7rem;
}
.top .testimonials .head .desc {
  font-family: "Zen-Kaku-Gothic-New-Medium";
  font-size: clamp(14px, 1.4375vw, 23px);
  line-height: 1;
  color: #000000;
}
.top .testimonials .list {
  margin-bottom: 10rem;
}
.top .testimonials .list .item {
  padding: 4rem 0;
  border-bottom: 1px solid #DDDDDD;
}
.top .testimonials .list .item:hover .d-flex .left .image img {
  transform: scale(1.05);
  transition: 0.5s all;
}
.top .testimonials .list .item .d-flex {
  display: flex;
  align-items: center;
  gap: 6rem;
}
.top .testimonials .list .item .d-flex .left .image {
  max-width: 83.5rem;
  overflow: hidden;
  position: relative;
  display: block;
}
.top .testimonials .list .item .d-flex .left .image img {
  width: 100%;
  object-fit: cover;
  transition: 0.5s all;
  transform: scale(1);
}
.top .testimonials .list .item .d-flex .right .title {
  font-family: "Zen-Kaku-Gothic-New-Medium";
  font-size: clamp(1.4rem, 1.25vw, 2rem);
  line-height: 1.5;
  color: #000000;
  margin-bottom: 3rem;
}
.top .testimonials .list .item .d-flex .right .desc {
  font-family: "Zen-Kaku-Gothic-New-Regular";
  font-size: clamp(1rem, 1vw, 1.6rem);
  line-height: 2.5;
  color: #000000;
  margin-bottom: 3rem;
}
.top .testimonials .list .item .d-flex .right .btn_more {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
.top .testimonials .list .item .d-flex .right .btn_more.about_more {
  justify-content: flex-start;
}
.top .testimonials .list .item .d-flex .right .btn_more.about_more .arrow {
  background-color: #F5F5F5;
}
.top .testimonials .list .item .d-flex .right .btn_more .text {
  position: relative;
  font-family: "Zen-Kaku-Gothic-New-Medium";
  font-size: clamp(1.2rem, 1vw, 1.6rem);
  line-height: 185%;
  color: #000;
}
.top .testimonials .list .item .d-flex .right .btn_more .text::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #6E6E6E;
  bottom: 0px;
  left: 0;
}
.top .testimonials .list .item .d-flex .right .btn_more .arrow {
  width: 59px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F5;
  border-radius: 50%;
}
.top .testimonials .see_more .flex .btn_more {
  font-family: "Zen-Kaku-Gothic-New-Medium";
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  color: #000000;
  font-size: 1.6rem;
}
.top .testimonials .see_more .flex .btn_more .text {
  position: relative;
  margin-bottom: 0;
  line-height: 1.8;
}
.top .testimonials .see_more .flex .btn_more .text::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #6E6E6E;
  bottom: 0px;
  left: 0;
}
.top .testimonials .see_more .flex .btn_more:hover .text::after {
  transform: scaleX(1);
}
.top .testimonials .see_more .flex .btn_more .arrow {
  width: 59px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F5;
  border-radius: 50%;
  overflow: hidden;
}
.top .testimonials .see_more .flex .btn_more .arrow .img {
  overflow: hidden;
  position: relative;
  display: flex;
}
.top .testimonials .see_more .flex .btn_more .arrow .img::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background-color: #ffffff;
  position: absolute;
}
.top .management {
  background-image: url(./../images/bg-management.jpg);
  background-size: cover;
  background-position: center;
  padding: clamp(4rem, 6.875vw, 11rem) clamp(4.5rem, 7.875vw, 12.6rem) clamp(3.8rem, 6.5625vw, 6.5rem) clamp(3rem, 5.3125vw, 8.5rem);
}
.top .management .d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top .management .d-flex .left {
  margin-bottom: 4.5rem;
}
.top .management .d-flex .left .title {
  font-family: "CormorantSC-Regular";
  font-size: clamp(50px, 5.625vw, 90px);
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 1.7rem;
}
.top .management .d-flex .left .desc {
  font-family: "Zen-Kaku-Gothic-New-Medium";
  font-size: clamp(14px, 1.4375vw, 23px);
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: clamp(2.4rem, 3.75vw, 6rem);
}
.top .management .d-flex .left .text {
  font-family: "Zen-Kaku-Gothic-New-Medium";
  font-size: 1.6rem;
  line-height: 2.5;
  color: #FFFFFF;
  margin-bottom: clamp(1.6rem, 2.5vw, 4rem);
}
.top .management .d-flex .left .see_more .flex .btn_more {
  font-family: "Zen-Kaku-Gothic-New-Medium";
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2rem;
  color: #000000;
  font-size: 1.6rem;
}
.top .management .d-flex .left .see_more .flex .btn_more .text {
  position: relative;
  margin-bottom: 0;
  line-height: 1.8;
}
.top .management .d-flex .left .see_more .flex .btn_more .text::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  bottom: 0px;
  left: 0;
}
.top .management .d-flex .left .see_more .flex .btn_more:hover .text::after {
  transform: scaleX(1);
}
.top .management .d-flex .left .see_more .flex .btn_more .arrow {
  width: 59px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F5;
  border-radius: 50%;
  overflow: hidden;
}
.top .management .d-flex .left .see_more .flex .btn_more .arrow .img {
  overflow: hidden;
  position: relative;
  display: flex;
}
.top .management .d-flex .left .see_more .flex .btn_more .arrow .img::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background-color: #ffffff;
  position: absolute;
}
.top .management .d-flex .right .image {
  margin-bottom: 4rem;
}
.top .management .d-flex .right .image img {
  max-width: 385px;
}
.top .experience {
  background-color: #F5F5F5;
  padding: 20rem 8.5rem 18.5rem;
}
.top .experience .d-flex {
  display: flex;
  gap: clamp(3.2rem, 5.375vw, 8.6rem);
  align-items: center;
}
.top .experience .d-flex .left {
  display: flex;
  gap: clamp(1.6rem, 2.4375vw, 3.9rem);
}
.top .experience .d-flex .left .image:first-child {
  padding-top: 10.8rem;
}
.top .experience .d-flex .left .image img {
  max-width: 310px;
}
.top .experience .d-flex .right {
  margin-top: 8rem;
}
.top .experience .d-flex .right .title {
  font-family: "CormorantSC-Regular";
  font-size: clamp(50px, 5.625vw, 90px);
  line-height: 1;
  color: #000000;
  margin-bottom: 1.8rem;
}
.top .experience .d-flex .right .desc {
  font-family: "Zen-Kaku-Gothic-New-Medium";
  font-size: clamp(14px, 1.4375vw, 23px);
  line-height: 1;
  color: #000000;
  margin-bottom: 8rem;
}
.top .experience .d-flex .right .text {
  font-family: "Zen-Kaku-Gothic-New-Regular";
  font-size: clamp(1.2rem, 1vw, 1.6rem);
  line-height: 2.5;
  color: #000000;
  margin-bottom: clamp(1.6rem, 2.5vw, 4rem);
}
.top .experience .d-flex .right .see_more .flex .btn_more {
  font-family: "Zen-Kaku-Gothic-New-Medium";
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2rem;
  color: #000000;
  font-size: 1.6rem;
}
.top .experience .d-flex .right .see_more .flex .btn_more .text {
  position: relative;
  margin-bottom: 0;
  line-height: 1.8;
}
.top .experience .d-flex .right .see_more .flex .btn_more .text::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #6E6E6E;
  bottom: 0px;
  left: 0;
}
.top .experience .d-flex .right .see_more .flex .btn_more:hover .text::after {
  transform: scaleX(1);
}
.top .experience .d-flex .right .see_more .flex .btn_more .arrow {
  width: 59px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
}
.top .experience .d-flex .right .see_more .flex .btn_more .arrow .img {
  overflow: hidden;
  position: relative;
  display: flex;
}
.top .experience .d-flex .right .see_more .flex .btn_more .arrow .img::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background-color: #ffffff;
  position: absolute;
}
.top .synthetic .d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top .synthetic .d-flex .c-left {
  margin-left: 8rem;
  max-width: clamp(17rem, 43.75vw, 70rem);
  width: 100%;
}
.top .synthetic .d-flex .c-left .list a:first-child .item {
  padding-top: 0;
}
.top .synthetic .d-flex .c-left .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: clamp(2rem, 3.125vw, 5rem);
  padding-bottom: clamp(2rem, 3.125vw, 5rem);
  border-bottom: 1px solid #F5F5F5;
}
.top .synthetic .d-flex .c-left .list .item .left .title {
  font-family: "CormorantSC-Regular";
  font-size: clamp(2.4rem, 3.75vw, 6rem);
  color: #000000;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.top .synthetic .d-flex .c-left .list .item .left .text {
  font-family: "Zen-Kaku-Gothic-New-Medium";
  font-size: clamp(1.4rem, 1.25vw, 2rem);
  line-height: 1;
  color: #000000;
}
.top .synthetic .d-flex .c-left .list .item .arrow {
  width: 59px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F5;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.top .synthetic .d-flex .c-left .list .item .arrow::after {
  position: absolute;
  content: "";
  width: 1.6rem;
  height: 1.4rem;
  left: 30%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/ic_arrow_red.svg") no-repeat;
  opacity: 0;
}
.top .synthetic .d-flex .c-left .list .item .arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.6rem;
  height: 1.4rem;
  opacity: 1;
}
.top .synthetic .d-flex .c-left .list .item-link {
  position: relative;
  display: block;
}
.top .synthetic .d-flex .c-left .list .item-link:hover img {
  left: 60%;
  opacity: 0;
  transition: left 0.5s ease, opacity 0.5s ease;
}
.top .synthetic .d-flex .c-left .list .item-link:hover .arrow::after {
  left: 50%;
  opacity: 1;
  transition: opacity 0.5s ease, left 0.5s ease;
  transition-delay: 0.5s;
}
.top .synthetic .d-flex .c-left .list .item-link:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #000000;
  animation: moveLeftToRightBorderBottom 0.7s forwards;
  animation-timing-function: linear;
}
.top .synthetic .d-flex .c-right {
  width: 60rem;
  max-width: 100%;
}
.top .synthetic .d-flex .c-right img {
  width: 100%;
}

@keyframes moveLeftToRightBorderBottom {
  from {
    left: -5px;
    width: 0%;
  }
  to {
    left: 0px;
    width: 100%;
  }
}
@media (max-width: 1599px) {
  .top .intro .image {
    width: calc(100% - 11.6rem);
  }
  .top .intro .content-intro .right .title {
    font-size: 3.25rem;
    margin-top: 6rem;
    margin-bottom: 4.4rem;
    max-width: 34rem;
  }
  .top .intro .content-intro .right .desc {
    font-size: 1.3rem;
  }
  .top .thoughts {
    top: -10rem;
  }
  .top .thoughts .head .icon {
    margin-bottom: 3rem;
  }
  .top .thoughts .head .icon img {
    max-width: 3.9rem;
    margin-bottom: 1.1rem;
  }
  .top .thoughts .head .icon .th {
    font-size: 1.6rem;
  }
  .top .thoughts .head .text {
    font-size: 1.79rem;
  }
  .top .property {
    padding: 10rem 0 21.1rem;
  }
  .top .property .head {
    padding: 0 6.5rem;
    margin-bottom: 8rem;
  }
  .top .property .property-new {
    margin-bottom: 15rem;
  }
  .top .property .property-new .list .item .card-body .card-title {
    font-size: 1.87rem;
    line-height: 1.5;
  }
  .top .property .property-new .list .item .card-body .list-tag {
    min-height: 1.711rem;
  }
  .top .property .property-new .list .item .card-body .list-tag .tag-pill {
    font-size: 1.14rem;
  }
  .top .property .property-new .list .item .card-body .name {
    min-height: 4.422rem;
    margin-top: 2.5rem;
  }
  .top .property .property-new .list .item .card-body .name .title,
  .top .property .property-new .list .item .card-body .name .value {
    font-size: 1.14rem;
  }
  .top .property .property-new .list .item .card-body .price,
  .top .property .property-new .list .item .card-body .area,
  .top .property .property-new .list .item .card-body .total_floor-area {
    margin-bottom: 0.9rem;
    font-size: 1.3rem;
  }
  .top .property .property-new .list .item .card-media {
    margin-bottom: 2.4rem;
  }
  .top .property .property-new .list .item .card-media .image .post-tags {
    gap: 0.8rem 0.4rem;
    bottom: 1.5rem;
  }
  .top .property .property-new .list .item .card-media .image .post-tags.post-tags-red {
    bottom: 5rem;
  }
  .top .property .property-new .list .item .card-media .image .post-tags .tags {
    padding: 0.55rem 1.13rem;
    line-height: 1;
    font-size: 1.14rem;
  }
  .top .property .property-new .list .item .card-media .image .btn .btn_arrow {
    width: 4.8rem;
    height: 4.8rem;
  }
  .top .property .property-new .list .item .card-media .image .btn .btn_arrow .wrap_img img {
    width: 14px;
    height: 11.98px;
  }
  .top .property .slide-new .list {
    margin-bottom: 5rem;
  }
  .top .property .slide-new .list .item {
    max-width: 30.8rem;
  }
  .top .property .slide-new .list .item .card-body .card-title {
    font-size: 1.63rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  .top .property .slide-new .list .item .card-body .list-tag {
    margin-bottom: 2rem;
  }
  .top .property .slide-new .list .item .card-body .list-tag .tag-pill {
    font-size: 1.14rem;
  }
  .top .property .slide-new .list .item .card-body .name .title,
  .top .property .slide-new .list .item .card-body .name .value {
    font-size: 1.14rem;
  }
  .top .property .slide-new .list .item .card-body .price,
  .top .property .slide-new .list .item .card-body .area,
  .top .property .slide-new .list .item .card-body .total_floor-area {
    margin-bottom: 0.9rem;
    font-size: 1.3rem;
  }
  .top .property .slide-new .list .item .card-media {
    margin-bottom: 2rem;
  }
  .top .property .slide-new .list .item .card-media .image .post-tags {
    gap: 0.8rem 0.4rem;
    bottom: 1.5rem;
  }
  .top .property .slide-new .list .item .card-media .image .post-tags.post-tags-red {
    bottom: 5rem;
  }
  .top .property .slide-new .list .item .card-media .image .post-tags .tags {
    padding: 0.55rem 1.13rem;
    line-height: 1;
    font-size: 1.14rem;
  }
  .top .property .slide-new .list .item .card-media .image .btn .btn_arrow {
    width: 4.8rem;
    height: 4.8rem;
  }
  .top .property .slide-new .list .item .card-media .image .btn .btn_arrow .wrap_img img {
    width: 13px;
    height: 11px;
  }
  .top .property .slide-new .see_more .flex .btn_more {
    font-size: 1.3rem;
    gap: 1.6rem;
  }
  .top .property .slide-new .see_more .flex .btn_more .arrow {
    width: 4.8rem;
    height: 4.8rem;
  }
  .top .property .slide-new .see_more .flex .btn_more .arrow img {
    width: 1.4rem;
    height: 1.198rem;
  }
  .top .property .slide-new .nav {
    padding: 0 6.3rem;
    margin-bottom: 4.1rem;
    padding-left: 2rem;
  }
  .top .property .slide-new .nav .prev,
  .top .property .slide-new .nav .next {
    max-width: 4.8rem;
    max-height: 4.8rem;
  }
  .top .property .slide-new .nav .prev::after,
  .top .property .slide-new .nav .next::after {
    width: 14px;
    height: 11.98px;
    background-size: contain;
  }
  .top .property .slide-new .nav .prev img,
  .top .property .slide-new .nav .next img {
    width: 1.4rem;
    height: 1.198rem;
  }
  .top .banner-f .btn_arrow {
    width: 4.8rem;
    height: 4.8rem;
  }
  .top .banner-f .btn_arrow .wrap_img img {
    width: 1.3rem;
    height: 1.1rem;
  }
  .top .about .content-about .d-flex .left {
    max-width: calc(100% - 37.19rem);
    width: 100%;
  }
  .top .about .content-about .d-flex .left .top .intro-about {
    margin-top: 2rem;
    left: -13rem;
  }
  .top .about .content-about .d-flex .left .top .intro-about .icon {
    margin-bottom: 2.8rem;
  }
  .top .about .content-about .d-flex .left .top .intro-about .icon img {
    max-width: 4.5rem;
  }
  .top .about .content-about .d-flex .left .top .intro-about .title {
    font-size: 7.3rem;
    margin-bottom: 1.3rem;
  }
  .top .about .content-about .d-flex .left .top .intro-about .text {
    font-size: 1.8rem;
    margin-bottom: 5rem;
  }
  .top .about .content-about .d-flex .left .top .intro-about .desc {
    font-size: 1.3rem;
    width: 44.2rem;
  }
  .top .about .content-about .d-flex .left .top .intro-about .see_more .flex .btn_more .text {
    font-size: 1.3rem;
  }
  .top .about .content-about .d-flex .left .top .intro-about .see_more .flex .btn_more .arrow {
    width: 4.8rem;
    height: 4.8rem;
  }
  .top .about .content-about .d-flex .left .top .intro-about .see_more .flex .btn_more .arrow img {
    width: 1.4rem;
    height: 1.198rem;
  }
  .top .about .content-about .d-flex .left .top .image img {
    max-height: 85rem;
  }
  .top .about .content-about .d-flex .left .bottom .auto-scroll-track .item {
    max-width: 51.2rem;
  }
  .top .about .content-about .d-flex .right .image {
    aspect-ratio: 3/4;
    overflow: hidden;
    position: relative;
  }
  .top .about .content-about .d-flex .right .auto-scroll-track .item:last-child {
    margin-left: -1px;
  }
  .top .about .content-about .d-flex .right .auto-scroll-track .item img {
    object-fit: contain;
  }
  .top .testimonials {
    padding: 20.3rem 6.5rem;
  }
  .top .testimonials .head {
    margin-bottom: 8rem;
  }
  .top .testimonials .head .title {
    font-size: 7.3rem;
    margin-bottom: 1.3rem;
  }
  .top .testimonials .head .desc {
    font-size: 1.8rem;
  }
  .top .testimonials .list {
    margin-bottom: 8rem;
  }
  .top .testimonials .list .item {
    padding: 3.2rem 0;
  }
  .top .testimonials .list .item:first-child {
    padding-top: 0;
  }
  .top .testimonials .list .item .d-flex {
    gap: 4.8rem;
  }
  .top .testimonials .list .item .d-flex .left .image {
    max-width: 67.8rem;
  }
  .top .testimonials .list .item .d-flex .right .title {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
  .top .testimonials .list .item .d-flex .right .desc {
    font-size: 1.3rem;
    margin-bottom: 2.4rem;
  }
  .top .testimonials .list .item .d-flex .right .btn_more .text {
    font-size: 1.3rem;
  }
  .top .testimonials .list .item .d-flex .right .btn_more .arrow {
    width: 4.8rem;
    height: 4.8rem;
  }
  .top .testimonials .list .item .d-flex .right .btn_more .arrow img {
    width: 1.4rem;
    height: 1.198rem;
  }
  .top .testimonials .see_more .flex .btn_more {
    gap: 1.6rem;
  }
  .top .testimonials .see_more .flex .btn_more .text {
    font-size: 1.3rem;
    margin-left: 5rem;
  }
  .top .testimonials .see_more .flex .btn_more .arrow {
    width: 4.8rem;
    height: 4.8rem;
  }
  .top .testimonials .see_more .flex .btn_more .arrow img {
    width: 1.4rem;
    height: 1.198rem;
  }
  .top .management {
    padding: 9rem 6.5rem 5.5rem 6.5rem;
  }
  .top .management .d-flex .left {
    margin-bottom: 3rem;
  }
  .top .management .d-flex .left .title {
    font-size: 7.3rem;
    margin-bottom: 1.3rem;
  }
  .top .management .d-flex .left .desc {
    font-size: 1.8rem;
    margin-bottom: 4.8rem;
  }
  .top .management .d-flex .left .text {
    font-size: 1.3rem;
    margin-bottom: 3.1rem;
  }
  .top .management .d-flex .left .see_more .flex .btn_more {
    justify-content: start;
  }
  .top .management .d-flex .left .see_more .flex .btn_more .text {
    font-size: 1.3rem;
  }
  .top .management .d-flex .left .see_more .flex .btn_more .arrow {
    width: 4.8rem;
    height: 4.8rem;
  }
  .top .management .d-flex .right .image {
    margin-bottom: 3.2rem;
    padding-right: 3.7rem;
  }
  .top .management .d-flex .right .image img {
    max-width: 31.4rem;
  }
  .top .experience {
    padding: 16.2rem 6.9rem 15rem 6.9rem;
  }
  .top .experience .d-flex .left .image {
    max-width: 26rem;
  }
  .top .experience .d-flex .left .image:first-child {
    padding-top: 8.8rem;
  }
  .top .experience .d-flex .right {
    margin-top: 7rem;
  }
  .top .experience .d-flex .right .title {
    font-size: 7.3rem;
    margin-bottom: 1.4rem;
  }
  .top .experience .d-flex .right .desc {
    font-size: 1.8rem;
    margin-bottom: 6.4rem;
  }
  .top .experience .d-flex .right .text {
    font-size: 1.3rem;
    margin-bottom: 3.2rem;
  }
  .top .experience .d-flex .right .see_more .flex .btn_more {
    justify-content: start;
  }
  .top .experience .d-flex .right .see_more .flex .btn_more .text {
    font-size: 1.3rem;
  }
  .top .experience .d-flex .right .see_more .flex .btn_more .arrow {
    width: 4.8rem;
    height: 4.8rem;
  }
  .top .synthetic .d-flex .c-left {
    margin-left: 6.2rem;
    max-width: 56.8rem;
  }
  .top .synthetic .d-flex .c-left .list .item {
    padding-bottom: 4rem;
  }
  .top .synthetic .d-flex .c-left .list .item .left .title {
    font-size: 4.8rem;
    margin-bottom: 1.3rem;
    letter-spacing: 1px;
  }
  .top .synthetic .d-flex .c-left .list .item .right img {
    max-width: 4.8rem;
  }
  .top .synthetic .d-flex .c-right {
    width: 100%;
    max-width: 48.8rem;
  }
}
@media (max-width: 1513px) {
  .top .about .content-about .d-flex .left {
    max-width: calc(100% - 33rem);
  }
}
@media (max-width: 1345px) {
  .top .about .content-about .d-flex .left {
    max-width: calc(100% - 30rem);
  }
}
@media (max-width: 1217px) {
  .top .about .content-about .d-flex .left {
    max-width: calc(100% - 27rem);
  }
}
@media (max-width: 1200px) {
  .top .intro .content-intro .right .title,
  .top .intro .content-intro .right .desc {
    text-align: center;
    max-width: 100%;
  }
  .top .management .d-flex {
    flex-wrap: wrap;
  }
  .top .testimonials .list .item .d-flex {
    flex-wrap: wrap;
  }
  .top .testimonials .list .item .d-flex .left {
    width: 100%;
  }
  .top .testimonials .list .item .d-flex .left .image {
    max-width: 100%;
  }
  .top .synthetic .d-flex {
    gap: 4rem;
  }
}
@media (max-width: 1100px) {
  .banner-f .ban-f_item .ban-f_content .ban-f___title .t1 {
    font-size: 50px;
    line-height: 105%;
    font-family: "CormorantSC-Regular";
  }
  .top .intro .content-intro {
    top: -20rem;
  }
  .top .property {
    padding: 10rem 0 15rem;
  }
  .top .property .property-new .list {
    justify-content: start;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .top .property .property-new .list .item {
    flex: 0 0 calc(33.333% - 0.8rem);
    max-width: calc(33.333% - 0.8rem);
  }
  .top .testimonials {
    padding: 15rem 8rem;
  }
  .top .management .d-flex .left .text {
    font-size: 1.4rem;
  }
}
@media (max-width: 1095px) {
  .top .about .content-about .d-flex .left {
    max-width: calc(100% - 24rem);
  }
}
@media (max-width: 1024px) {
  .top .content-intro .d-flex {
    flex-direction: column;
    gap: 40px;
  }
  .top .content-intro .left,
  .top .content-intro .right {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .top .intro .content-intro {
    top: 0;
  }
  .top .intro .content-intro .d-flex .right {
    padding: 0 2rem;
    margin-bottom: 10rem;
  }
  .top .intro .content-intro .d-flex .right .title {
    max-width: 100%;
  }
  .top .thoughts {
    top: 0;
  }
  .top .property .slide-new .list .item {
    max-width: 100%;
  }
  .top .about .content-about .d-flex .left .top .intro-about .desc {
    width: 100%;
    font-size: 1.4rem;
    padding: 0 4.1rem;
  }
  .top .management .d-flex {
    gap: 2rem;
  }
}
@media (max-width: 1095px) {
  .top .about .content-about .d-flex .left {
    max-width: calc(100% - 21rem);
  }
}
@media (max-width: 850px) {
  .top .about .content-about .d-flex .left {
    max-width: calc(100% - 18rem);
  }
}
@media (max-width: 768px) {
  .title-pc {
    display: none;
  }
  .title-sp {
    display: block !important;
  }
  .common_banner.home .h_content h1 {
    font-size: 5.6rem;
    letter-spacing: -0.05em;
    margin-bottom: 1.1rem;
  }
  .common_banner.home .h_content h4 {
    font-size: 1.6rem;
    margin-top: 0;
  }
  .common_banner.home .h_content {
    bottom: 4rem;
    left: 2rem;
  }
  .top .banner-f {
    display: flex;
    flex-wrap: unset;
    flex-direction: column;
  }
  .top .banner-f .ban-f_item {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .top .banner-f .ban-f_item:hover > img {
    transition: 0.3s all;
  }
  .top .banner-f .ban-f_item > img {
    transition: 0.3s all;
    width: 100%;
    height: 390px;
    object-fit: cover;
  }
  .top .banner-f .ban-f_item .ban-f_content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .top .banner-f .ban-f_item .ban-f_content .ban-f___title {
    color: #ffffff;
    text-align: center;
  }
  .top .banner-f .ban-f_item .ban-f_content .ban-f___title .t1 {
    display: block;
    font-size: 45px;
    line-height: 100%;
    font-family: "CormorantSC-Regular";
  }
  .top .banner-f .ban-f_item .ban-f_content .ban-f___title .t2 {
    display: block;
    font-size: 18px;
    line-height: 100%;
    font-family: "Zen-Kaku-Gothic-New-Medium";
  }
  .top .banner-f .ban-f_item .btn_arrow {
    margin-top: 9rem;
  }
  .top .banner-f .ban-f_item .btn_arrow .wrap_img img {
    left: 50%;
    opacity: 1;
  }
  .top .intro .image {
    width: 100%;
  }
  .top .intro .content-intro {
    top: -14px;
  }
  .top .intro .content-intro .d-flex {
    display: block;
  }
  .top .intro .content-intro .d-flex .left {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-left: 2.6rem;
    margin-bottom: 8rem;
  }
  .top .intro .content-intro .d-flex .left .ic-v {
    max-width: 2.4rem;
  }
  .top .intro .content-intro .d-flex .left .photo_transfer img {
    max-width: clamp(24rem, 61.538vw, 768px);
  }
  .top .intro .content-intro .d-flex .right .title {
    margin-top: 8rem;
    margin-bottom: 3.1rem;
    text-align: start;
    font-size: 2.7rem;
  }
  .top .intro .content-intro .d-flex .right .desc {
    text-align: start;
    font-size: 1.4rem;
    margin-bottom: 6rem;
  }
  .top .thoughts {
    top: -1.5rem;
  }
  .top .thoughts .head .text {
    font-size: 1.6rem;
    margin-bottom: 6rem;
    line-height: 2;
    padding-left: 0;
  }
  .top .thoughts .head .icon {
    margin-bottom: 3rem;
  }
  .top .thoughts .head .icon img {
    max-width: 3.7rem;
  }
  .top .thoughts .image img {
    width: 100%;
    object-fit: cover;
  }
  .top .property {
    padding: 8.3rem 0 10rem;
  }
  .top .property .head {
    padding: 0 2rem;
    margin-bottom: 6rem;
  }
  .top .property .head .title {
    margin-bottom: 1.1rem;
    font-size: 4.5rem;
  }
  .top .property .property-new {
    padding: 0 2rem;
    margin-bottom: 10rem;
  }
  .top .property .property-new .list {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }
  .top .property .property-new .list .item {
    flex: 0 0 calc(50% - 0.6rem);
    max-width: calc(50% - 0.6rem);
  }
  .top .property .property-new .list .item::after {
    width: 100%;
  }
  .top .property .property-new .list .item .card-media .image .post-tags {
    gap: 1rem 0.5rem;
    left: 1.5rem;
  }
  .top .property .property-new .list .item .card-media .image .post-tags .tags {
    font-size: 1.2rem;
    padding: 0.7rem 0.9rem;
  }
  .top .property .property-new .list .item .card-media .image .btn {
    right: 1.5rem;
    bottom: 1.5rem;
  }
  .top .property .property-new .list .item .card-media .image .btn .btn_arrow {
    opacity: 1;
  }
  .top .property .property-new .list .item .card-media .image .btn .btn_arrow .wrap_img {
    max-width: 4.3rem;
    max-height: 4.3rem;
  }
  .top .property .property-new .list .item .card-media .image .btn .btn_arrow .wrap_img img {
    left: 50%;
    max-width: 1.4rem;
    max-height: 1.2rem;
    opacity: 1;
  }
  .top .property .property-new .list .item .card-body .card-title {
    letter-spacing: 1.3px;
    font-size: 20px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-bottom: 2rem;
  }
  .top .property .property-new .list .item .card-body .price,
  .top .property .property-new .list .item .card-body .area,
  .top .property .property-new .list .item .card-body .total_floor-area {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
  }
  .top .property .property-new .list .item .card-body .name {
    margin-top: 2rem;
  }
  .top .property .property-new .list .item .card-body .name .value {
    font-size: 1.4rem;
    padding-bottom: 1.2rem;
  }
  .top .property .property-new .list .item .card-body .name .title {
    font-size: 1.2rem;
  }
  .top .property .slide-new .list {
    margin-left: initial;
    width: 100%;
    padding-left: 2rem;
    margin-bottom: 3rem;
  }
  .top .property .slide-new .list .item::after {
    width: 100%;
  }
  .top .property .slide-new .list .item .card-body {
    width: 100%;
  }
  .top .property .slide-new .list .item .card-body .list-tag {
    margin-bottom: 2rem;
  }
  .top .property .slide-new .list .item .card-media .image .btn {
    right: 1.5rem;
    bottom: 1.5rem;
  }
  .top .property .slide-new .list .item .card-media .image .btn .btn_arrow {
    opacity: 1;
  }
  .top .property .slide-new .list .item .card-media .image .btn .btn_arrow .wrap_img {
    max-width: 4.3rem;
    max-height: 4.3rem;
  }
  .top .property .slide-new .list .item .card-media .image .btn .btn_arrow .wrap_img img {
    left: 50%;
    max-width: 1.4rem;
    max-height: 1.2rem;
    opacity: 1;
  }
  .top .property .slide-new .nav {
    padding: 0 2rem;
    gap: 1rem;
    margin-bottom: 4rem;
  }
  .top .property .slide-new .nav img {
    max-width: 4.3rem;
  }
  .top .property .slide-new .see_more .flex .btn_more {
    gap: 1.2rem;
  }
  .top .property .slide-new .see_more .flex .btn_more .text {
    line-height: 1.8;
    font-size: 1.4rem;
  }
  .top .about .content-about .d-flex {
    display: block;
  }
  .top .about .content-about .d-flex .left {
    max-width: 100%;
    width: 100%;
  }
  .top .about .content-about .d-flex .left .top {
    display: block;
  }
  .top .about .content-about .d-flex .left .top .intro-about {
    left: 0;
    top: -7.8rem;
  }
  .top .about .content-about .d-flex .left .top .intro-about .icon {
    margin-bottom: 14px;
  }
  .top .about .content-about .d-flex .left .top .intro-about .title {
    font-size: 4.5rem;
  }
  .top .about .content-about .d-flex .left .top .intro-about .text {
    font-size: 1.8rem;
    margin-bottom: 6rem;
  }
  .top .about .content-about .d-flex .left .top .intro-about .desc {
    margin-bottom: 3.8rem;
  }
  .top .about .content-about .d-flex .left .top .intro-about .see_more .flex .link {
    font-size: 1.4rem;
  }
  .top .about .content-about .d-flex .left .top .intro-about .see_more .flex img {
    max-width: 4.3rem;
  }
  .top .about .content-about .d-flex .left .top .intro-about .see_more .flex .btn_more .text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .top .about .content-about .d-flex .right {
    max-width: 100%;
    margin-top: -20px;
  }
  .top .about .content-about .d-flex .right .image {
    aspect-ratio: unset;
  }
  .top .about .content-about .d-flex .right .image .text {
    font-size: 1.4rem;
  }
  .top .about .content-about .d-flex .bottom .auto-scroll-wrapper {
    overflow: hidden;
    width: 100%;
  }
  .top .about .content-about .d-flex .bottom .auto-scroll-track {
    display: flex;
    width: max-content;
    animation: scroll 80s linear infinite;
  }
  .top .about .content-about .d-flex .bottom .auto-scroll-track .item {
    flex-shrink: 0;
    max-width: 33rem;
  }
  @keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  .top .testimonials {
    padding: 10rem 2rem;
  }
  .top .testimonials .head {
    margin-bottom: 6rem;
  }
  .top .testimonials .head .title {
    font-size: 4.5rem;
  }
  .top .testimonials .head .desc {
    font-size: 1.8rem;
  }
  .top .testimonials .list {
    margin-bottom: 4rem;
  }
  .top .testimonials .list .item {
    padding: 6rem 0 3rem;
  }
  .top .testimonials .list .item .d-flex {
    flex-wrap: wrap;
    gap: 3rem;
  }
  .top .testimonials .list .item .d-flex .right {
    width: 100%;
  }
  .top .testimonials .list .item .d-flex .right .title {
    font-size: 1.8rem;
    margin-bottom: 1.1rem;
  }
  .top .testimonials .list .item .d-flex .right .desc {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 2rem;
  }
  .top .testimonials .list .item .d-flex .right .link .text {
    font-size: 1.4rem;
  }
  .top .testimonials .list .item .d-flex .right .link img {
    max-width: 4.3rem;
  }
  .top .testimonials .list .item .d-flex .right .btn_more {
    gap: 1.5rem;
  }
  .top .testimonials .list .item .d-flex .right .btn_more .text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .top .testimonials .see_more .flex .btn_more .text {
    margin-left: 0;
    font-size: 1.4rem;
  }
  .top .testimonials .see_more .flex .link {
    font-size: 1.4rem;
  }
  .top .testimonials .see_more .flex img {
    max-width: 4.3rem;
  }
  .top .management {
    padding: 10rem 2rem 8rem 2rem;
  }
  .top .management .d-flex {
    display: block;
  }
  .top .management .d-flex .left {
    margin-bottom: 8rem;
  }
  .top .management .d-flex .left .title {
    font-size: 4.5rem;
    margin-bottom: 1rem;
  }
  .top .management .d-flex .left .desc {
    font-size: 1.8rem;
    margin-bottom: 6rem;
  }
  .top .management .d-flex .left .text {
    margin-bottom: 4rem;
  }
  .top .management .d-flex .left .see_more .flex {
    justify-content: start;
  }
  .top .management .d-flex .left .see_more .flex .link {
    font-size: 1.4rem;
  }
  .top .management .d-flex .left .see_more .flex .link img {
    max-width: 4.3rem;
  }
  .top .management .d-flex .left .see_more .flex .btn_more {
    gap: 1.5rem;
  }
  .top .management .d-flex .left .see_more .flex .btn_more .text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .top .management .d-flex .right {
    text-align: center;
  }
  .top .management .d-flex .right .image {
    margin-bottom: 2rem;
    padding-right: 0;
  }
  .top .management .d-flex .right .image img {
    max-width: 100%;
  }
  .top .experience {
    padding: 10rem 2rem;
  }
  .top .experience .d-flex {
    display: block;
  }
  .top .experience .d-flex .left {
    justify-content: center;
    margin-bottom: 6rem;
  }
  .top .experience .d-flex .left .image:first-child {
    padding-top: 5.5rem;
  }
  .top .experience .d-flex .left .image img {
    max-width: 100%;
  }
  .top .experience .d-flex .right {
    margin-top: 0;
  }
  .top .experience .d-flex .right .title {
    font-size: 4.5rem;
    margin-bottom: 1rem;
  }
  .top .experience .d-flex .right .desc {
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
  .top .experience .d-flex .right .text {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 4rem;
  }
  .top .experience .d-flex .right .see_more .flex {
    justify-content: start;
  }
  .top .experience .d-flex .right .see_more .flex .link {
    font-size: 1.4rem;
  }
  .top .experience .d-flex .right .see_more .flex .link img {
    max-width: 4.3rem;
  }
  .top .experience .d-flex .right .see_more .flex .btn_more {
    gap: 1.5rem;
  }
  .top .experience .d-flex .right .see_more .flex .btn_more .text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .top .synthetic .d-flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 6rem;
  }
  .top .synthetic .d-flex .c-left {
    padding: 0 2rem 10rem;
    max-width: 100%;
    margin-left: 0;
  }
  .top .synthetic .d-flex .c-left .list .item {
    padding: 3rem 0;
  }
  .top .synthetic .d-flex .c-left .list .item .left .title {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    letter-spacing: 0;
  }
  .top .synthetic .d-flex .c-left .list .item .left .text {
    font-size: 1.6rem;
  }
  .top .synthetic .d-flex .c-left .list .item .right img {
    max-width: 4.3rem;
  }
  .top .synthetic .d-flex .c-right {
    width: 100%;
    max-width: 100%;
  }
  .top .synthetic .d-flex .c-right img {
    width: 100%;
  }
  .top .btn_arrow {
    opacity: 1 !important;
    width: 4.3rem !important;
    height: 4.3rem !important;
  }
  .top .btn_arrow .wrap_img::after {
    animation: mymove 0.5s forwards;
    animation-timing-function: linear;
  }
}
@media (max-width: 600px) {
  .top .property .slide-new .list .slick-slide {
    max-width: 28rem;
  }
}
@media (max-width: 576px) {
  .top .property .property-new .list {
    justify-content: start;
    padding-left: 0;
    padding-right: 0;
  }
  .top .property .property-new .list .item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*# sourceMappingURL=home.css.map */
