@charset "utf-8";

.topContainer {
  max-width: 1082px;
  margin: 0 auto;
  padding: 0 16px;
}

.topSection {
  margin: 0 min(calc(50% - 50vw), -16px);
  padding: 60px max(calc(50vw - 50%), 16px) 70px;
}

.topHeading {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 40px;
}

.topHeading .subHeading {
  display: block;
  color: #39a79c;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  visibility: visible;
}

.topBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 60px;
  background-color: #2aab9f;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 30px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.topBtn > span {
  position: relative;
  padding-right: 20px;
  line-height: 1;
}

.topBtn > span::after {
  position: absolute;
  content: '';
  top: 5px;
  right: 0px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .topSection {
    padding-top: 50px;
    padding-bottom: 55px;
  }

  .topHeading {
    font-size: 24px;
    margin-bottom: 35px;
  }

  .topHeading .subHeading {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .topBtn {
    width: 260px;
    height: 50px;
    border-radius: 25px;
  }

  .topBtn > span {
    padding-right: 18px;
  }
}

.searchByArea {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #2aab9f;
  color: #fff;
}

.searchByArea .inputArea {
  display: flex;
  align-items: center;
  padding: 0 30px;
  margin-bottom: 55px;
}

.searchByArea .inputArea__heading {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.2;
}

.searchByArea .inputArea__subHeading {
  display: block;
  font-size: 16px;
  visibility: visible;
}

.searchByArea .inputArea__propertyCount {
  font-size: 45px;
  padding: 0 5px;
  visibility: visible;
}

.searchByArea .inputArea__form {
  flex: 1;
  position: relative;
  margin-left: 20px;
}

.searchByArea .inputArea__input {
  width: 100%;
  height: 74px;
  padding-left: 2em;
  padding-right: 260px;
  font-size: 16px;
  border: none;
  border-radius: 37px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.searchByArea .inputArea__input::placeholder {
  color: #b1b1b1;
}

.searchByArea .inputArea__submitBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 230px;
  padding-left: 30px;
  background-color: #0d2725;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 52px;
  border: none;
  border-radius: 30px;
  transform: translateY(-50%);
  transition: all 0.3s;
  cursor: pointer;
  appearance: none;
}

.searchByArea .inputArea__submitBtn:hover {
  opacity: 0.7;
}

.searchByArea .inputArea__submitBtn::before {
  content: '';
  position: absolute;
  left: 45px;
  width: 30px;
  height: 31px;
  background-image: url(/furnished/img/new-top/search-by-area/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.searchByArea .linkArea {
  display: flex;
  justify-content: space-between;
}

.searchByArea .linkArea__searchBtnsContainer {
  display: flex;
  justify-content: space-between;
  width: 46%;
}

.searchByArea .linkArea__searchBtn {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 31%;
  height: 150px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #0d2725;
  border-radius: 8px;
  padding: 25px 0;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.searchByArea .linkArea__searchBtn::before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.searchByArea .linkArea__searchBtn--train::before {
  background-image: url(/furnished/img/new-top/search-by-area/train.svg);
  width: 76px;
  height: 76px;
  margin-bottom: 10px;
}

.searchByArea .linkArea__searchBtn--area::before {
  background-image: url(/furnished/img/new-top/search-by-area/area.svg);
  width: 96px;
  height: 91px;
}

.searchByArea .linkArea__searchBtn--hand::before {
  background-image: url(/furnished/img/new-top/search-by-area/hand.svg);
  width: 76px;
  height: 76px;
  margin-bottom: 10px;
}

.searchByArea .linkArea__popularAreas {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 49%;
}

.searchByArea .linkArea__headingContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.searchByArea .linkArea__heading {
  font-size: 20px;
  font-weight: 700;
}

.searchByArea .linkArea__allAreasLink {
  position: relative;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding-right: 12px;
}

.searchByArea .linkArea__allAreasLink::after {
  position: absolute;
  content: '';
  top: 5px;
  right: 0;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.searchByArea .linkArea__areaBtnsContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.searchByArea .linkArea__areaBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23%;
  height: 45px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  border-radius: 8px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.searchByArea .linkArea__areaBtn:nth-of-type(n+5) {
  margin-top: 15px;
}

@media screen and (max-width: 1000px) {
  .searchByArea .inputArea__input {
    padding-right: 210px;
  }

  .searchByArea .inputArea__submitBtn {
    width: 180px;
    font-size: 18px;
  }

  .searchByArea .inputArea__submitBtn::before {
    left: 30px;
    width: 25px;
    height: 26px;
  }

  .searchByArea .linkArea__searchBtn {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .searchByArea {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .searchByArea .inputArea {
    display: block;
    padding: 0;
    margin-bottom: 30px;
  }

  .searchByArea .inputArea__heading {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }

  .searchByArea .inputArea__subHeading {
    font-size: 14px;
  }

  .searchByArea .inputArea__propertyCount {
    font-size: 36px;
  }

  .searchByArea .inputArea__form {
    margin-left: 0px;
  }

  .searchByArea .inputArea__input {
    height: 45px;
    padding-left: 1.5em;
    padding-right: 110px;
    font-size: 14px;
  }

  .searchByArea .inputArea__submitBtn {
    right: 6px;
    width: auto;
    padding-left: 30px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 36px;
  }

  .searchByArea .inputArea__submitBtn::before {
    left: 10px;
    width: 15px;
    height: 15px;
  }

  .searchByArea .linkArea {
    display: block;
  }

  .searchByArea .linkArea__searchBtnsContainer {
    width: 100%;
    margin-bottom: 30px;
  }

  .searchByArea .linkArea__searchBtn {
    width: 31%;
    height: 106px;
    font-size: 12px;
    padding: 20px 0;
  }

  .searchByArea .linkArea__searchBtn--train::before {
    margin-bottom: 5px;
  }

  .searchByArea .linkArea__searchBtn--hand::before {
    margin-bottom: 5px;
  }

  .searchByArea .linkArea__popularAreas {
    width: 100%;
  }

  .searchByArea .linkArea__headingContainer {
    display: block;
  }

  .searchByArea .linkArea__heading {
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
  }

  .searchByArea .linkArea__allAreasLink {
    display: flex;
    justify-content: flex-end;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .searchByArea .linkArea__areaBtn {
    height: 40px;
    font-size: 15px;
    border-radius: 5px;
  }

  .searchByArea .linkArea__areaBtn:nth-of-type(n+5) {
    margin-top: 10px;
  }
}

.properties {
  background-color: #f4fafb;
}

.properties__heading {
  margin-bottom: 25px;
}

.properties__tabsContainer {
  display: flex;
  list-style: none;
  margin-bottom: 35px;
}

.properties__tab {
  width: 25%;
  color: #71777f;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding: 25px 0;
  border-bottom: 5px solid #0d2725;
  cursor: pointer;
}

.properties__tab--active {
  color: #1a202c;
  font-weight: 700;
  border-bottom-color: #2aab9f;
}

.properties__itemsContainer {
  display: none;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.properties__itemsContainer--active {
  display: flex;
}

.properties .property {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 31.5%;
  font-weight: 500;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.properties .property:not(:nth-of-type(3n+1)) {
  margin-left: calc((100% - (31.5% * 3)) / 2);
}

.properties .property:nth-of-type(n+4) {
  margin-top: 35px;
}

.properties .property__label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  background-color: #ffaa32;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 0 48px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.properties .property__img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.properties .property__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  padding: 15px 20px 20px;
}

.properties .property__number {
  color: #b1b1b1;
  font-size: 12px;
  margin-bottom: 3px;
}

.properties .property__heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding-right: 60px;
  margin-bottom: 8px;
}

.properties .property__heartIconContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  /* top: 45px; */
  right: 24px;
  cursor: pointer;
  transition: all 0.3s;
  z-index:3;
}

.properties .property__heartIconContainer:hover {
  opacity: 0.7;
}

.properties .property__heartIcon {
  width: 25px;
  margin-bottom: 2px;
}

.properties .property__heartIconText {
  font-size: 7px; 
}

.properties .property__address,
.properties .property__size,
.properties .property__peopleCount {
  position: relative;
  font-size: 14px;
  padding-left: 30px;
  margin-bottom: 2px;
}

.properties .property__address::before,
.properties .property__size::before,
.properties .property__peopleCount::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.properties .property__address::before {
  background-image: url(/furnished/img/new-top/address.svg);
}

.properties .property__size::before {
  background-image: url(/furnished/img/new-top/size.svg);
}

.properties .property__peopleCount::before {
  background-image: url(/furnished/img/new-top/person.svg);
}

.properties .property__tagsContainer {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 5px 0 10px;
  padding:0;
  z-index:3;
}

.properties .property__tag {
  font-size: 13px;
  margin-right: 16px;
}

.properties .property__btnsContaner {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  z-index:3;
}

.properties .property__detailBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  line-height: 38px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #b1b1b1;
  border-radius: 20px;
}

.properties .property__inquiryBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  line-height: 38px;
  background-color: #2aab9f;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 20px;
}

.properties .property__inquiryBtn > span {
  position: relative;
  padding-left: 25px;
}

.properties .property__inquiryBtn > span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 21px;
  height: 16px;
  background-image: url(/furnished/img/new-top/properties/mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}

@media screen and (max-width: 1000px) {
  .properties .property {
    width: 48%;
  }

  .properties .property:not(:nth-of-type(3n+1)) {
    margin-left: 0;
  }

  .properties .property:not(:nth-of-type(2n+1)) {
    margin-left: calc((100% - (48% * 2)));
  }

  .properties .property:nth-of-type(n+4) {
    margin-top: 0;
  }

  .properties .property:nth-of-type(n+3) {
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  .properties__heading {
    margin-bottom: 20px;
  }

  .properties__tabsContainer {
    margin-bottom: 10px;
  }

  .properties__tab {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
    padding: 10px 0;
    border-bottom-width: 4px;
  }

  .properties__itemsContainer {
    flex-wrap: nowrap;
    margin-bottom: 30px;
    margin-left: -10px;
    margin-right: -16px;
    overflow-x: scroll;
  }

  .properties .property:not(:nth-of-type(2n+1)) {
    margin-left: auto;
  }

  .properties .property:nth-of-type(n+3) {
    margin-top: auto;
  }

  .properties .property {
    width: auto;
    margin: 10px 16px 18px 0;
  }

  .properties .property:first-of-type {
    margin-left: 10px;
  }

  .properties .property__label {
    height: 27px;
    font-size: 13px;
    padding: 0 30px;
  }

  .properties .property__img {
    width: 280px;
    height: 180px;
  }

  .properties .property__content {
    padding: 15px 12px 20px;
  }

  .properties .property__heading {
    padding-right: 45px;
  }

  .properties .property__heartIconContainer {
    top: 40px;
    right: 16px;
  }

  .properties .property__address,
  .properties .property__size,
  .properties .property__peopleCount {
    font-size: 13px;
    padding-left: 25px;
  }

  .properties .property__address::before,
  .properties .property__size::before,
  .properties .property__peopleCount::before {
    width: 18px;
    height: 18px;
  }

  .properties .property__tag {
    font-size: 12px;
    margin-right: 8px;
  }

  .properties .property__detailBtn {
    font-size: 13px;
  }

  .properties .property__inquiryBtn {
    font-size: 13px;
  }

  .properties .property__inquiryBtn > span {
    padding-left: 20px;
  }

  .properties .property__inquiryBtn > span::before {
    width: 17px;
    height: 13px;
  }
}

.topBanners {
  display: flex;
  justify-content: space-between;
}

.topBanners__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 135px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  border-radius: 8px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.topBanners__item--about {
  background-image: url(/furnished/img/new-top/banners/about.jpg);
  background-size: cover;
}

.topBanners__item--works {
  background-image: url(/furnished/img/new-top/banners/works.jpg);
  background-size: cover;
}

.topBanners__description {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .topBanners {
    display: block;
  }

  .topBanners__item {
    width: 100%;
    height: 120px;
    font-size: 20px;
  }

  .topBanners__item:first-of-type {
    margin-bottom: 20px;
  }

  .topBanners__description {
    font-size: 15px;
  }
}

.pickups {
  overflow: hidden;
}

.pickups__heading {
  text-align: left;
}

.pickups__itemsContainer {
  position: relative;
  overflow-x: clip;
  margin-left: -10px;
  margin-right: -50px;
}

.pickups_slideNavBtnsContainer {
  position: absolute;
  bottom: calc(100% + 30px);
  right: 50px;
  display: flex;
}

.pickups_slideNavBtn {
  position: relative;
  width: 55px;
  height: 55px;
  border: 1px solid #2aab9f;
  border-radius: 50%;
  transition: all 0.3s;
  cursor: pointer;
}

.pickups_slideNavBtn:first-of-type {
  margin-right: 20px;
}

.pickups_slideNavBtn:hover {
  opacity: 0.7;
}

.pickups_slideNavBtn::before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  border-right: 2px solid #2aab9f;
  border-bottom: 2px solid #2aab9f;
}

.pickups_slideNavBtn--prev::before {
  top: 19px;
  left: 23px;
  transform: rotate(135deg);
}

.pickups_slideNavBtn--next::before {
  top: 19px;
  left: 15px;
  transform: rotate(-45deg);
}

.pickups_slideNavBtn--disabled {
  border-color: #b1b1b1;
  cursor: auto;
}

.pickups_slideNavBtn--disabled:hover {
  opacity: 1;
}

.pickups_slideNavBtn--disabled::before {
  border-color: #b1b1b1;
}

.pickups .pickup {
  display: flex;
  width: calc(100% - 60px) !important;
  min-height: 380px;
  margin-left: 10px;
  border-radius: 8px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.pickups .pickup:not(:last-of-type) {
  margin-right: 50px;
}

.pickups .pickup__img {
  width: 42%;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.pickups .pickup__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 50px;
}

.pickups .pickup__heading {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.pickups .pickup_description {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  white-space: normal;
}

.pickups .pickup__detailArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.pickups .pickup__address,
.pickups .pickup__size,
.pickups .pickup__peopleCount {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding-left: 30px;
  margin-bottom: 5px;
}

.pickups .pickup__address::before,
.pickups .pickup__size::before,
.pickups .pickup__peopleCount::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.pickups .pickup__address::before {
  background-image: url(/furnished/img/new-top/address.svg);
}

.pickups .pickup__size::before {
  background-image: url(/furnished/img/new-top/size.svg);
}

.pickups .pickup__peopleCount::before {
  background-image: url(/furnished/img/new-top/person.svg);
}

.pickups .pickup__number {
  font-size: 13px;
  font-weight: 500;
  margin-top: 15px;
}

.pickups .pickup__detailBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 10px;
  left: 20px;
  width: 60px;
  height: 60px;
  background-color: #2aab9f;
  border-radius: 50%;
}

.pickups .pickup__detailBtn::before {
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  background-image: url(/furnished/img/new-top/pickups/arrow.svg);
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 1000px) {
  .pickups .pickup__content {
    padding: 30px;
  }

  .pickups .pickup__detailBtn {
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .pickups__heading {
    margin-bottom: 70px;
  }

  .pickups__itemsContainer {
    margin-right: -20px;
  }

  .pickups_slideNavBtnsContainer {
    bottom: calc(100% + 15px);
    right: 20px;
  }

  .pickups_slideNavBtn {
    width: 50px;
    height: 50px;
  }

  .pickups_slideNavBtn:first-of-type {
    margin-right: 15px;
  }

  .pickups_slideNavBtn::before {
    width: 12px;
    height: 12px;
  }

  .pickups_slideNavBtn--prev::before {
    top: 17px;
    left: 20px;
  }

  .pickups_slideNavBtn--next::before {
    top: 17px;
    left: 14px;
  }

  .pickups .pickup {
    flex-direction: column;
    width: calc(100% - 30px) !important;
    min-height: 500px;
  }

  .pickups .pickup:not(:last-of-type) {
    margin-right: 20px;
  }

  .pickups .pickup__img {
    width: 100%;
    height: 200px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .pickups .pickup__content {
    flex: 1;
    padding: 15px 15px 20px;
  }

  .pickups .pickup__heading {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .pickups .pickup_description {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .pickups .pickup__address,
  .pickups .pickup__size,
  .pickups .pickup__peopleCount {
    font-size: 13px;
    padding-left: 25px;
    margin-bottom: 2px;
  }

  .pickups .pickup__address::before,
  .pickups .pickup__size::before,
  .pickups .pickup__peopleCount::before {
    width: 18px;
    height: 18px;
  }

  .pickups .pickup__number {
    font-size: 12px;
    margin-top: 10px;
  }
}

.searchByCondition {
  background-color: #f9f9f9;
}

.searchByCondition__heading > span {
  visibility: visible;
}

.searchByCondition__itemsContainer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.searchByCondition__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 15%;
  height: 158px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  border-radius: 8px;
  padding: 25px 0;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.searchByCondition__item:not(:nth-of-type(6n+1)) {
  margin-left: calc((100% - (15% * 6)) / 5);
}

.searchByCondition__item:nth-of-type(n+7) {
  margin-top: 25px;
}

.searchByCondition__item::before {
  content: '';
  width: 85px;
  height: 85px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.searchByCondition__item--zero::before {
  background-image: url(/furnished/img/new-top/search-by-condition/zero.svg);
}

.searchByCondition__item--meeting::before {
  background-image: url(/furnished/img/new-top/search-by-condition/meeting.svg);
}

.searchByCondition__item--furniture::before {
  background-image: url(/furnished/img/new-top/search-by-condition/chair.svg);
}

.searchByCondition__item--skeleton::before {
  background-image: url(/furnished/img/new-top/search-by-condition/ceiling.svg);
}

.searchByCondition__item--station::before {
  background-image: url(/furnished/img/new-top/search-by-condition/train.svg);
}

.searchByCondition__item--new::before {
  background-image: url(/furnished/img/new-top/search-by-condition/new-building.svg);
}

.searchByCondition__item--venture::before {
  background-image: url(/furnished/img/new-top/search-by-condition/growth.svg);
}

.searchByCondition__item--terrace::before {
  background-image: url(/furnished/img/new-top/search-by-condition/balcony.svg);
}

.searchByCondition__item--cafe::before {
  background-image: url(/furnished/img/new-top/search-by-condition/cafe.svg);
}

.searchByCondition__item--bar::before {
  background-image: url(/furnished/img/new-top/search-by-condition/bar.svg);
}

.searchByCondition__item--designers::before {
  background-image: url(/furnished/img/new-top/search-by-condition/art.svg);
}

.searchByCondition__item--toilet::before {
  background-image: url(/furnished/img/new-top/search-by-condition/toilet.svg);
}

@media screen and (max-width: 1000px) {
  .searchByCondition__item {
    width: 22%;
  }

  .searchByCondition__item:not(:nth-of-type(6n+1)) {
    margin-left: 0;
  }

  .searchByCondition__item:not(:nth-of-type(4n+1)) {
    margin-left: calc((100% - (22% * 4)) / 3);
  }

  .searchByCondition__item:nth-of-type(n+7) {
    margin-top: 0;
  }

  .searchByCondition__item:nth-of-type(n+5) {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .searchByCondition__heading > span {
    display: block;
  }

  .searchByCondition__itemsContainer {
    margin-bottom: 45px;
  }

  .searchByCondition__item {
    flex-direction: row;
    justify-content: flex-start;
    width: 48.5%;
    height: auto;
    font-size: 13px;
    line-height: 1;
    padding: 15px 0 15px 8px;
  }

  .searchByCondition__item:not(:nth-of-type(4n+1)) {
    margin-left: 0;
  }

  .searchByCondition__item:not(:nth-of-type(2n+1)) {
    margin-left: calc(100% - (48.5% * 2));
  }

  .searchByCondition__item:nth-of-type(n+5) {
    margin-top: 0;
  }

  .searchByCondition__item:nth-of-type(n+3) {
    margin-top: 10px;
  }

  .searchByCondition__item::before {
    width: 25px;
    height: 25px;
    margin-bottom: 0;
    margin-right: 7px;
  }
}

.searchByStation__itemsContainer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.searchByStation__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23.8%;
  height: 80px;
  font-size: 22px;
  color: #fff;
  border-radius: 8px;
  background-size: cover;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.searchByStation__item:not(:nth-of-type(4n+1)) {
  margin-left: calc((100% - (23.8% * 4)) / 3);
}

.searchByStation__item:nth-of-type(n+5) {
  margin-top: 20px;
}

.searchByStation__item--shinjuku {
  background-image: url(/furnished/img/new-top/search-by-station/shinjuku.jpg);
}

.searchByStation__item--shibuya {
  background-image: url(/furnished/img/new-top/search-by-station/shibuya.jpg);
}

.searchByStation__item--tokyo {
  background-image: url(/furnished/img/new-top/search-by-station/tokyo.jpg);
}

.searchByStation__item--shimbashi {
  background-image: url(/furnished/img/new-top/search-by-station/shimbashi.jpg);
}

.searchByStation__item--roppongi {
  background-image: url(/furnished/img/new-top/search-by-station/roppongi.jpg);
}

.searchByStation__item--ginza {
  background-image: url(/furnished/img/new-top/search-by-station/ginza.jpg);
}

.searchByStation__item--akihabara {
  background-image: url(/furnished/img/new-top/search-by-station/akihabara.jpg);
}

.searchByStation__item--akasaka {
  background-image: url(/furnished/img/new-top/search-by-station/akasaka.jpg);
}

@media screen and (max-width: 768px) {
  .searchByStation__itemsContainer {
    margin-bottom: 45px;
  }

  .searchByStation__item {
    width: 48.5%;
    height: 65px;
    font-size: 20px;
  }

  .searchByStation__item:not(:nth-of-type(4n+1)) {
    margin-left: 0;
  }

  .searchByStation__item:not(:nth-of-type(2n+1)) {
    margin-left: calc(100% - (48.5% * 2));
  }

  .searchByStation__item:nth-of-type(n+5) {
    margin-top: 0;
  }

  .searchByStation__item:nth-of-type(n+3) {
    margin-top: 10px;
  }
}

.searchBySize__itemsContainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.searchBySize__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23.5%;
  height: 55px;
  background-color: #0d2725;
  font-size: 18px;
  color: #fff;
  border-radius: 28px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.searchBySize__item:not(:nth-of-type(4n+1)) {
  margin-left: calc((100% - (23.5% * 4)) / 3);
}

.searchBySize__item:nth-of-type(n+5) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .searchBySize__item {
    width: 48.5%;
    height: auto;
    font-size: 16px;
    padding: 10px 0;
  }

  .searchBySize__item:not(:nth-of-type(4n+1)) {
    margin-left: 0;
  }

  .searchBySize__item:not(:nth-of-type(2n+1)) {
    margin-left: calc(100% - (48.5% * 2));
  }

  .searchBySize__item:nth-of-type(n+5) {
    margin-top: 0;
  }

  .searchBySize__item:nth-of-type(n+3) {
    margin-top: 10px;
  }
}

.achievements__description {
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
}

.achievements__main {
  display: flex;
  margin-bottom: 30px;
}

.achievements__blocksContainer {
  width: 372px;
  margin-top: 20px;
}

.achievements .block {
  color: #fff;
  padding: 15px 35px;
  background-color: #2aab9f;
  border-radius: 8px;
}

.achievements .block:not(:last-of-type) {
  margin-bottom: 20px;
}

.achievements .block__heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.achievements .block__note {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  visibility: visible;
}

.achievements .block__number {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}

.achievements .block__unit {
  font-size: 20px;
  margin-left: 5px;
}

.achievements__userCountContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  margin-left: 55px;
}

.achievements__userCountHeading {
  font-size: 24px;
  font-weight: 700;
}

.achievements__arrowImg {
  position: absolute;
  top: 45px;
  left: 0;
  width: 315px;
}

.achievements .graph {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  list-style: none;
  margin-bottom: 25px;
  padding: 0 45px;
  border-bottom: 1px solid #000;
  height:100%;
}

.achievements .graph__item {
  position: relative;
  height:100%;
  display:flex;
  flex-direction: column;
  justify-content:end;
}

.achievements .graph__userCount {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 8px;
}

.achievements .graph__bar {
  width: 80px;
  margin: 0 25px;
}

.achievements .graph__bar--1 {
  height: 95px;
  background-color: #d9d9d9;
}

.achievements .graph__bar--2 {
  height: 178px;
  background-color: #a6b4b3;
}

.achievements .graph__bar--3 {
  height: 268px;
  background-color: #57beb4;
}

.achievements .graph__bar--4 {
  height: 325px;
  background-color: #39a79c;
}

.achievements .graph__year {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .achievements__main {
    display: block;
  }

  .achievements__blocksContainer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .achievements .block {
    width: 32%;
    padding: 15px 10px;
  }

  .achievements .block:not(:last-of-type) {
    margin-bottom: 0;
  }

  .achievements .block__heading {
    font-size: 15px;
    text-align: center;
    margin-bottom: 5px;
  }

  .achievements .block__note {
    font-size: 12px;
    text-align: center;
  }

  .achievements .block__number {
    text-align: center;
  }

  .achievements__userCountContainer {
    margin-left: 0;
  }

  .achievements .graph {
    justify-content: space-around;
  }

  .achievements .graph__bar {
    width: 110px;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .achievements__description {
    font-size: 15px;
    text-align: left;
    margin-bottom: 20px;
  }

  .achievements__main {
    margin-bottom: 20px;
  }

  .achievements__blocksContainer {
    display: block;
  }

  .achievements .block {
    width: 100%;
    padding: 10px 15px;
  }

  .achievements .block:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .achievements .block__number {
    font-size: 36px;
  }

  .achievements__userCountHeading {
    font-size: 22px;
  }

  .achievements__arrowImg {
    top: 30px;
    left: 0;
    width: 220px;
  }

  .achievements .graph {
    padding: 20px 10px 0;
    height:200px;
  }

  .achievements .graph__userCount {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .achievements .graph__bar {
    width: 60px;
  }

  .achievements .graph__bar--1 {
    height: 64px;
  }

  .achievements .graph__bar--2 {
    height: 120px;
  }

  .achievements .graph__bar--3 {
    height: 181px;
  }

  .achievements .graph__bar--4 {
    height: 220px;
  }

  .achievements .graph__year {
    font-size: 14px;
  }
}

.fullWidthBox {
  position: relative;
  display: flex;
  background-color: #f9f9f9;
}

.fullWidthBox__img {
  width: 50%;
}

.fullWidthBox__img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  background-image: url(/furnished/img/new-top/full-width-box/office.jpg);
  background-size: cover;
}

.fullWidthBox__content {
  width: 50%;
  /* padding-left: max(min(calc(50vw - 50%), 140px), 40px); */
  padding-left: max(min(calc(50vw - 50%), 100px), 40px);
}

.fullWidthBox__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.fullWidthBox__description {
  font-size: 16px;
  margin-bottom: 35px;
}

.fullWidthBox__btn {
  margin-left: 0;
}

@media screen and (max-width: 1000px) {
  .fullWidthBox__description {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .fullWidthBox {
    display: block;
  }

  .fullWidthBox__img {
    width: 100%;
    height: 200px;
  }

  .fullWidthBox__img::before {
    width: 100%;
    height: 200px;
  }

  .fullWidthBox__content {
    width: 100%;
    padding-left: 0;
  }

  .fullWidthBox__heading {
    font-size: 24px;
    text-align: center;
    margin-bottom: 35px;
  }

  .fullWidthBox__description {
    font-size: 15px;
  }

  .fullWidthBox__btn {
    margin-left: auto;
  }
}

.faq__itemsContainer {
  padding: 0 115px;
  margin-bottom: 60px;
}

.faq__item {
  min-height: 80px;
  padding: 0 50px;
  border-radius: 40px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.faq__item--open {
  background-color: #f4fafb;
}

.faq__item:not(:last-of-type) {
  margin-bottom: 25px;
}

.faq__questionContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.faq__question {
  flex:1;
  font-size: 16px;
  font-weight: 700;
  margin-right: 30px;
}

.faq__btn {
  position: relative;
  width: 41px;
  height: 41px;
  background-color: #2aab9f;
  border-radius: 50%;
  transition: all 0.3s;
}

.faq__btn:hover {
  opacity: 0.7;
}

.faq__btn::before,
.faq__btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transform: translate(-50%, -50%);
}

.faq__btn::after {
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: all 0.3s;
}

.faq__item--open .faq__btn::after {
  transform: translate(-50%, -50%);
}

.faq__answer {
  font-size: 14px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}

.faq__answerInner {
  padding-bottom: 25px;
}

@media screen and (max-width: 1000px) {
  .faq__itemsContainer {
    padding: 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .faq__itemsContainer {
    padding: 0;
    margin-bottom: 45px;
  }

  .faq__item {
    padding-left: 15px;
    padding-right: 10px;
    border-radius: 20px;
  }

  .faq__item:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .faq__questionContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .faq__question {
    font-size: 14px;
    margin-right: 10px;
  }

  .faq__answer {
    font-size: 13px;
  }

  .faq__answerInner {
    padding-bottom: 20px;
    padding-right: 5px;
  }
}

.marketPrice__main {
  display: flex;
}

.marketPrice__img {
  width: 380px;
}

.marketPrice__content {
  flex: 1;
  margin-left: 70px;
  padding-top: 30px;
}

.marketPrice__description {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.marketPrice__btnsContainer {
  display: flex;
  flex-wrap: wrap;
}

.marketPrice__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 45px;
  background-color: #2aab9f;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 23px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.marketPrice__btn:not(:nth-of-type(3n+1)) {
  margin-left: calc((100% - (30% * 3)) / 2);
}

.marketPrice__btn:nth-of-type(n+4) {
  margin-top: 15px;
}

@media screen and (max-width: 1000px) {
  .marketPrice__main {
    flex-direction: column-reverse;
    align-items: center;
  }

  .marketPrice__img {
    width: 40%;
  }

  .marketPrice__content {
    margin-left: 0;
    padding-top: 0;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .marketPrice__img {
    width: 80%;
  }

  .marketPrice__content {
    margin-bottom: 20px;
  }

  .marketPrice__description {
    font-size: 15px;
  }

  .marketPrice__btn {
    width: 48.5%;
    font-size: 15px;
  }

  .marketPrice__btn:not(:nth-of-type(3n+1)) {
    margin-left: 0;
  }

  .marketPrice__btn:not(:nth-of-type(2n+1)) {
    margin-left: calc(100% - (48.5% * 2));
  }

  .marketPrice__btn:nth-of-type(n+4) {
    margin-top: 0;
  }

  .marketPrice__btn:nth-of-type(n+3) {
    margin-top: 10px;
  }
}

.columns__itemsContainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.columns__item {
  display: flex;
  flex-direction: column;
  width: 31.5%;
  border-radius: 8px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
  position:relative;
  /* padding-bottom:20px; */
  transition:opacity 0.3s;
}
.columns__item .columns__dates {
  text-align:right;
  margin-bottom:5px;
}
.columns__item .tod {
  font-size:14px;
  background-color:#2AAB9F;
  color:#fff;
  padding:5px 15px;
  border-radius:30px;
  position:absolute;
  right:10px;
  bottom:10px;
  margin-bottom:0;
}

.columns__img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.columns__content {
  padding: 20px 20px 30px;
}

.columns__title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  white-space: normal;
}

.columns__description {
  color: #333;
  font-size: 14px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  white-space: normal;
}

@media screen and (max-width: 768px) {
  .columns__itemsContainer {
    flex-wrap: nowrap;
    margin-bottom: 30px;
    margin-left: -10px;
    margin-right: -16px;
    overflow-x: scroll;
  }

  .columns__item {
    width: auto;
    margin: 10px 16px 18px 0;
  }

  .columns__item:first-of-type {
    margin-left: 10px;
  }

  .columns__img {
    width: 280px;
    height: 180px;
  }

  .columns__content {
    padding: 15px 12px 20px;
  }

  .columns__description {
    font-size: 15px;
  }
}

.works__itemsContainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.works__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 31.5%;
  border-radius: 8px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.works__label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  background-color: #0d2725;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0 36px;
}

.works__img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.works__content {
  padding: 20px 20px 30px;
}

.works__title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  white-space: normal;
}

.works__description {
  color: #333;
  font-size: 14px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  white-space: normal;
}

@media screen and (max-width: 1000px) {
  .works__label {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .works__itemsContainer {
    flex-wrap: nowrap;
    margin-bottom: 30px;
    margin-left: -10px;
    margin-right: -16px;
    overflow-x: scroll;
  }

  .works__item {
    width: auto;
    margin: 10px 16px 18px 0;
  }

  .works__item:first-of-type {
    margin-left: 10px;
  }

  .works__label {
    height: 27px;
    font-size: 13px;
  }

  .works__img {
    width: 280px;
    height: 180px;
  }

  .works__content {
    padding: 15px 12px 20px;
  }

  .works__description {
    font-size: 15px;
  }
}

.ctaEmail {
  position: relative;
  background-image: url(/furnished/img/new-top/ctaEmail/meeting.jpg);
  background-size: cover;
  background-position: center;
}

.ctaEmail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 67, 65, 0.7);
}

.ctaEmail__content {
  position: relative;
  z-index: 1;
}

.ctaEmail__heading {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}

.ctaEmail__description {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.ctaEmail__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 70px;
  background-color: #2aab9f;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 35px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {
  .ctaEmail__heading {
    font-size: 20px;
    line-height: 1.4;
  }

  .ctaEmail__description {
    font-size: 15px;
    margin-bottom:25px;
  }

  .ctaEmail__btn {
    width: 300px;
    height: 64px;
    border-radius: 32px;
  }
}

.ctaTel {
  padding: 30px 0;
  background-color: #0d2725;
}

.ctaTel__content {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0;
}

.ctaTel__number {
  position: relative;
  width: auto;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  margin: 0 15px;
  padding-left: 50px;
}

.ctaTel__number::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(/furnished/img/new-top/ctaTel/tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .ctaTel {
    padding: 20px 0;
  }

  .ctaTel__content {
    flex-direction: column;
    align-items: center;
    font-size: 14px;
  }

  .ctaTel__number {
    font-size: 24px;
    margin: 8px 0;
    padding-left: 38px;
  }

  .ctaTel__number::before {
    width: 30px;
    height: 30px;
  }
}

label[for="policy"] {
  font-size:85%;
}
.fv-form dd .errbox {
  font-size:65% !important;
  padding:3px 12px !important;
  bottom:-20px !important;
}
.notemail {
  font-size:75% !important;
}