@charset "UTF-8";

/*///////////////////// font-face 読み込み例 ///////////////////////////*/

  .l-main *{
      font-family: "Zen Kaku Gothic Antique", sans-serif;
      box-sizing: border-box;
      font-size: 16px;
      font-weight: 400;
  }

  .l-main {
      width: 100%;
      background: #FFF;
      padding-bottom: 0;
  }

  .contents__inner {
    width: 1140px;
    margin: 0 auto;
    position: relative;
  }

  [class*="contents__wrap--"] {
    padding-block: 119px;
    position: relative;
  }

  .contents__ttlbox {
    margin-bottom: 32px;
    position: relative;
  }
  .contents__title {
    color: #121414;
    font-family: var(--font-family-lato);
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 4.8px;
    text-align: center;
    line-height: 1.25;
  }

  .contents__subtitle {
    color: #121414;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    padding-left: 13px;
  }

    .contents__subtitle::before {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
    left: -2px;
    width: 10px;
    height: 10px;
    background: url(../images/top/title-icon.svg) center / cover no-repeat;
  }

  .contents__subtitle span {
    color: #1D6ABC;
    font-size: 16px;
    font-weight: 500;
  }

  .man__img--height img { 
    height: 100vh;
    width: 100%;
    object-fit: cover;
    }



/*///////////////////// メイン画像 ///////////////////////////*/

  .mv {
    position: relative;
    margin-bottom: 42px;
  }

  
  .mv__content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
    text-align: center;
  }
  
  .mv__title {
    font-family: var(--font-family-inter);
    font-size: 50px;
    line-height: 1.21;
    margin: 0 0 20px;
  }
  
  .mv__subtitle {
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
  }

  /*///////////////////// メイン画像したのボタン ///////////////////////////*/

  .main__viewbox--link {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -64px;
    z-index: 1;
    }


  .main__viewbox--list {
    display: flex;
    justify-content: center;
    gap: 30px;
    }

  [class*="main__viewbox__item--"] a {
    display: flex;
    height: 130px;
    width: 360px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
    justify-content: center;
    align-items: center;
    padding: 10px 4px;
    border: 2px solid #fff;
    }
     [class*="main__viewbox__item--"] a:hover {
      opacity: 1;
      border: 2px solid #1D6ABC;
    }

    [class*="main__viewbox__item--"] a:hover .main__viewbox--img {
      opacity: 1;
       background: linear-gradient(96deg,#005EEA  18.76%, #00B7F8 101.58%);
    }
  .main__viewbox__item--rent {
   
  }

  .main__viewbox--img {
    width: 120px;
    height: 120px;
    background: linear-gradient(96deg, #00B7F8 18.76%, #005EEA 101.58%);
    flex-shrink: 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    }

  .main__view--text {
    color: #1D6ABC;
    font-size: 24px;
    font-weight: 500;
    width: 230px;
    text-align: center;
    }

      .main__view--text span {
          color: #1D6ABC;
          font-family: "Lato", sans-serif;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          display: block;
          text-align: center;
          letter-spacing: 0.1em;
          }





  /*///////////////////// 首都圏のお部屋探しも物件管理もハナグループへお任せください！ ///////////////////////////*/
  
 
  

  .contents__wrap--about .contents__inner {
    position: relative;
  }

  .contents__wrap--about .contents__inner::before {
    position: absolute;
    width: 911px;
    height: 702px;
    content: "";
    right: -69px;
    top: -161px;
    background: url(../images/top/map__img.webp) center / cover no-repeat;
    z-index: 0;
  }
  
  .about__title {
    font-size: 40px;
    line-height: 1.6;
    font-weight: 500;
    color: var(--color-text);
    margin: 0 0 30px;
  }
  
  .about__text {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    margin: 0;
    color: #000;
  }

  .about__title--span {
    background: linear-gradient(180deg, #1866B1 60.1%, #1F2869 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: 500;
      }

  .about__content {
    width: 490px;
  }
  
  .about__map {
    position: relative;
    width: 600px;
    height: 600px;
    background: url('/images/top/map-bg.svg') no-repeat center center;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
  }
  
  .map {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .map__marker {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  
  .map__marker--kitasenju {
    top: 30%;
    right: 30%;
  }
  
  .map__marker--kokubunji {
    top: 40%;
    right: 40%;
  }
  
  .map__marker--shinjuku {
    top: 35%;
    left: 35%;
  }
  
  .map__marker--kawasaki {
    bottom: 35%;
    left: 30%;
  }
  
  .map__marker--urayasu {
    bottom: 30%;
    right: 25%;
  }
  
  .map__icon {
    width: 40px;
    height: 40px;
  }
  
  .map__label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 12px;
    border-radius: 2px;
    color: var(--color-white);
    font-size: 16px;
    line-height: 1.8;
    white-space: nowrap;
  }
  
  .map__label--navy {
    background: var(--color-navy);
  }
  
  .map__label--red {
    background: var(--color-red);
  }
  
  .map__label--blue {
    background: var(--color-blue);
  }

  .contents__wrap--shop {
    background:#F2F7FB;
  }
  
  
  .shop__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 21px 21px;
    position: relative;
  }

    .shop__list::before {
    content: '';
    position: absolute;
    bottom: -82px;
    margin: auto;
    right: 34px;
    width: 80px;
    height: 243px;
    background: url(../images/top/shop__illustration.svg) center / cover no-repeat;
  }
  
  .shop-card {
    background: var(--color-white);
    border-radius: 10px;
    padding: 235px 17px 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
    width: 366px;
    height: 456px;
    position: relative;
    border: 2px solid #fff;
    position: relative;
  }
  
  .shop-card__image {
    width: 310px;
    height: 225px;
    border-radius: 0px 10px 0 10px;
    overflow: hidden;
    position: absolute;
    right: -2px;
    top: -2px;
  }
  
  .shop-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .shop-card__area {
    display: inline-block;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 500;
    color: var(--color-navy);
    margin: 0 0 15px;
    position: absolute;
    top: 23px;
    left: 16px;
    writing-mode: vertical-lr;
    letter-spacing: 0.1em;
  }
  
  .shop-card__area--red {
    color: #B80412;
  }
  
  .shop-card__area--blue {
    color: var(--color-blue);
  }
  
  .shop-card__name {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    margin: 0 0 5px;
  }
  
  .shop-card__info {
    display: flex;
    gap: 15px;
    margin-bottom: 18px;
  }
  
  .shop-card__tel {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  .shop-card__label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 21px;
    background: #D1E3F2;
    border-radius: 2px;
    font-family: var(--font-family-inter);
    font-size: 14px;
    line-height: 1.21;
    padding: 2px 4px;
  }
  
  .shop-card__value {
    font-family: var(--font-family-inter);
    font-size: 14px;
    line-height: 1.21;
    letter-spacing: 0.02em;
  }
  
  .shop-card__address {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    min-height: 81px;
  }
  
  .shop-card__more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-family: var(--font-family-lato);
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--color-primary);
    text-decoration: none;
    border-top: 1px solid #E4E4E4;
    padding-top: 20px;
  }

  .shop-card__more span {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 500;
  }
  
.shop-card__more img {
  width: 20px;
  height: 20px;
}

.shop-card a:hover {
  opacity: 1;
  }

.shop-card a:hover .shop-card__image img {
  transform: scale(1.08);
  transition: transform 0.4s ease-in-out;
  }

  .shop-card .shop-card__image img {
      transform: scale(1.0);
      transition: transform 0.4s ease-in-out; 
  }

  .shop-card:hover a::before {
    border: 2px solid #1D6ABC;
    width: 368px;
    height: 456px;
    position: absolute;
    left: -2px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
    position: absolute;
    content: "";
    z-index: 1;
    pointer-events: none;
  }


.search {
  position: relative;
  padding: 100px 0;
  background: url('/images/top/mv.jpg') no-repeat center center;
  background-size: cover;
}

.search::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 106, 188, 0.3);
  backdrop-filter: blur(10px);
}

.search .container {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
}

.search__main {
}

.search__header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: var(--color-white);
  padding: 20px 40px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
}

.search__title {
  font-family: var(--font-family-lato);
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
  color: var(--color-text);
}

.search__subtitle {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  margin: 0;
  color: var(--color-text);
}

.search__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.search__input {
  position: relative;
}

.search__textbox {
  width: 100%;
  height: 50px;
  padding: 0 60px 0 20px;
  background: #FBFBFB;
  border: 1px solid #9F9F9F;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.8;
  color: #9F9F9F;
}

.search__button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: var(--color-primary);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search__button img {
  width: 20px;
  height: 20px;
}

.search__row {
  display: flex;
  gap: 30px;
}


.search-method__icon {
  width: 24px;
  height: 24px;
}

.search-method__text {
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-primary);
  font-weight: 500;
}

.search__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.search-tagbtn:hover {
  opacity: 1;
  background: #1F2869;
}

.search-tagbtn:hover .search-tag__text {
  color: #fff;
  }

.search-tag__icon {
  width: 24px;
  height: 24px;
  background: #F6F7FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}



.search-tag__text {
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-navy);
  font-weight: 500;
}

.contents__wrap--voice::before {
  content: '';position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 410px;
  background: #F2F7FB;
}

.contents__wrap--voice {
  padding-bottom: 0;
}


/* Staff Section */

.contents__wrap--staff::before {
  content: '';position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 410px;
  background: #F2F7FB;
}

.contents__wrap--staff {
  padding-bottom: 0;
}

.contents__wrap--staff .contents__title::before {
    content: '';
    position: absolute;
    top: 35px;
    bottom: 0;
    margin: auto;
    right: 376px;
    width: 80px;
    height: 128px;
    background: url(../images/top/staff-icon.svg) center / cover no-repeat;
}

.staff__tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}

.staff__tab {
  min-width: 160px;
  padding: 15px;
  background: var(--color-white);
  border: 1px solid var(--color-primary);
  border-radius: 30px;
  color: var(--color-primary);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}

.staff__tab--active {
  background: var(--color-primary);
  color: var(--color-white);
}

.staff__panel {
  display: none;
}

.staff__panel--active {
  display: block;
}

.staff__slider {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.staff .swiper {
  width: 1140px;
  margin: 0 auto;
  overflow: hidden;
}

.staff .swiper-wrapper {
  display: flex;
}

.staff .swiper-slide {
  width: 270px !important;
}

.no-swiper {
  justify-content: start;
  gap: 20px;
}

.noslide__wrap .slide-pager__box {
justify-content: center;
}

.staff-card {
  width: 270px;
  background: var(--color-white);
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
}

.staff-card__image {
  position: relative;
  width: 100%;
  height: 270px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.staff-card__image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.staff-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-card__content {
  padding: 20px;
}

.staff-card__position {
  font-size: 14px;
  line-height: 1;
  color: var(--color-primary);
  margin: 0 0 10px;
}

.staff-card__name {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  margin: 0;
}

.count__nav {
  width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.count__pagination {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-family-lato);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
}



.contents__prev,
.contents__next {
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  background: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contents__prev img {
  transform: rotate(180deg);
}

.staff__more {
  width: 200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  background: var(--color-primary);
  border-radius: 30px;
  color: var(--color-white);
  font-family: var(--font-family-lato);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.staff__more img {
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
  filter: brightness(0) invert(1);
}

/* WORRIES */

.contents__wrap--worries {
  background: url(../images/top/worries__bg.webp) center / cover no-repeat;
  height: 576px;
  padding-top: 114px;
}
.worries__sabttl {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 38px 0 21px;
}
.worries__sabttl--list {
  border-radius: 50px;
  background: #CEE0EE;
  border-radius: 50px;
  width: 141px;
  height: 30px;
  display: flex;
  margin-right: 10px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
}
.worries__sabttl--blue {
  color: #1D6ABC;
  font-weight: 500;
  font-size: 24px;
}
.worries__textbox {
  display: flex;
  justify-content: center;
  gap: 28px;
  position: relative;
}

.worries__textbox::before {
    content: '';
    position: absolute;
    bottom: -111px;
    margin: auto;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background: url(../images/top/worries__arrow.webp) center / cover no-repeat;
}


.worries__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  margin-top: 17px;
}
.worries__item {
  padding-left: 20px;
  position: relative;
  font-weight: 500;
}

.worries__item::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -9px;
    width: 20px;
    height: 20px;
    background: url(../images/top/worries__check.svg) center / cover no-repeat;
}


/* SOLUTION */

.contents__wrap--solution {
    background: url(../images/top/solution__bg.webp) center / cover no-repeat;
    height: 569px;
}

.contents__wrap--solution .contents__title,
.contents__wrap--solution .contents__subtitle,
.contents__wrap--solution .solution__sabttlbox,
.solution__text  {
  color: #fff;

}

.contents__wrap--solution .solution__sabttlbox {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 21px;
}

.solution__text {
  text-align: center;
  line-height: 1.8;
}

.solution__brn {
  width: 360px;
  height: 80px;
  background: #fff;
  color: #1D6ABC;
  position: relative;
  margin: 30px auto;
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding-left: 90px;
  font-size: 18px;
  border: 1px solid #fff;
  font-style: normal;
  font-weight: 500;
  }

  .solution__brn::before {
    content: "";
    position: absolute;
    width: 27px;
    height: 22px;
    background: url(/images/top/mail-icon.svg) center / cover no-repeat;
    left: 52px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

    .solution__brn:hover::before {
    background: url(/images/top/mail-icon_on.svg) center / cover no-repeat;
  }

      .solution__brn:hover {
        opacity: 1;
        background: linear-gradient(96deg, #005EEA 18.76%, #00B7F8 101.58%);
        color: #fff;
        border: 1px solid #fff;
      }

.contents__wrap--solution .contents__ttlbox {
    position: absolute;
    display: flex;
    align-items: flex-start;
    left: -13px;
}

.contents__wrap--solution .contents__title {
    text-orientation: sideways;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    line-height: 1.15;
}

.contents__wrap--solution .contents__subtitle {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    padding-left: 0;
    padding-top: 16px;
    letter-spacing: 0.15em;
    font-weight: 500;
}

.contents__wrap--solution .contents__subtitle::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -42px;
    width: 10px;
    height: 11px;
    background: url(../images/top/whitetitle-icon.svg) center / cover no-repeat;
}

.contents__wrap--solution .contents__title {
  position: relative;
  }

  .contents__wrap--solution .contents__title::before {
    content: '';
    position: absolute;
    left: -14px;
    bottom: -524px;
    margin: auto;
    top: -42px;
    width: 132px;
    height: 138px;
    background: url(../images/top/solution-icon.svg) center / cover no-repeat;
}

/* banner */
.banner__list {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.banner__btn {
  display: block;
  border-radius: 16px;
}



/* News Section */
.contents__wrap--news::before {
    content: '';
    position: absolute;
    top: 0;
    margin: auto;
    right: 0;
    width: 50%;
    height: 410px;
    background: #F2F7FB;
    z-index: 0;
}

.contents__wrap--news .contents__subtitle {text-align: start;margin: 0 0px 0 21px;}

.contents__wrap--news .contents__inner {
  display: flex;
  padding: 60px 60px 80px;
  gap: 42px;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  position: relative;
}

.contents__wrap--news .contents__inner::before {
    content: '';
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 72px;
    width: 136px;
    height: 136px;
    background: url(../images/top/news-icon.svg) center / cover no-repeat;
    content: '';
}

.contents__wrap--news .management__more {
    width: 190px;
    padding: 0;
    gap: 10px;
    justify-content: start;
    background: rgba(0,94,234,0);
    color: #1D6ABC;
    height: 52px;
    border: 1px solid #fff;
}

.contents__wrap--news .contents__title {
   margin-top: 17px;
}

.contents__wrap--news .management__more span {
    padding-left: 20px;
    font-size: 15px;
}

.management__more:hover {
background: linear-gradient(96deg, #00B7F8 18.76%, #005EEA 101.58%);
opacity: 1;
}

.news__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}

.news-card {
  padding: 29px 0 31px;
  background: var(--color-white);
  width: 765px;
  border-bottom: 1px solid #DBDBDB;
}

.news-card__date time {
  display: block;
  font-family: var(--font-family-lato);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: var(--color-primary);
  margin-bottom: 15px;
}

.news-card__title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.news-card__tags {
  display: flex;
  gap: 10px;
}

.news-card__tag {
  padding: 5px 15px;
  background: var(--color-primary);
  border-radius: 15px;
  color: var(--color-white);
  font-size: 12px;
  line-height: 1;
}

.news__more {
  width: 200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  background: var(--color-primary);
  border-radius: 30px;
  color: var(--color-white);
  font-family: var(--font-family-lato);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
}

.news__more img {
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
  filter: brightness(0) invert(1);
}


.news__listbox {position: relative;}

.news-ttlbox {
  display: flex;
  gap: 10px;
  align-items: center;
  }

.news-card__date time{
  color: #1D6ABC;
  font-family: var(--font-family-lato);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  margin-bottom: 0;
  }

.news-card__title {
  font-size: 16px;
  font-weight: 500;
  }

.news-text,
.news-text *{
  color: #9F9F9F;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  }

.news__morebtn:hover {
  background: #fff;
  border: 1px solid var(--color-primary);
}

 .scrollbar-content.vertical{
            max-height: 423px;
            width: 792px;
        }

        .simplebar-track.simplebar-vertical{
            background: #E2E2E2;
            width: 5px;
            border-radius: 3px;
            top: 20px;
        }

        .simplebar-scrollbar.simplebar-visible:before {
            width: 5px;
            background-color: #1D6ABC;
            border-radius: 4px;
            opacity: 1;
            left: 0;
        }

/* ブログ */

.contents__wrap--blog::before {
    content: '';
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    width: 72%;
    height: 410px;
    background: #F2F7FB;
    z-index: 0;
}

.contents__wrap--blog .contents__ttlbox::before {
    content: '';
    position: absolute;
    top: -110px;
    bottom: 0;
    margin: auto;
    right: -65px;
    width: 200px;
    height: 189px;
    background: url(../images/top/blog__illustrator.webp) center / cover no-repeat;
}

.blog__item {
  width: 366px;
  height: 409px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
  }

  .blog__item a:hover .blog-card__image img {
    transform: scale(1.08);
    transition: transform 0.4s ease-in-out;
  }


  .blog__item a:hover {
    opacity: 1;
      }



.blog-card__image {
  width: 366px;
  height: 275px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card__position 
{
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 9px;
  }

.blog-card__time time
{
  color: #1D6ABC;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--font-family-lato);
  letter-spacing: 0.11em;
}

.blog-card__content {
  padding: 13px 16px;
}

.blog-card__name {
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  }

.blog-info {
  padding: 12px;
}

.contents__wrap--blog .morebtn__box {
  margin-top: 33px;
}

/* aboutsu */
.contents__wrap--aboutsu {
  background: url(../images/top/aboutsu__bg.webp) center / cover no-repeat;
  height: 848px;
}

.contents__wrap--aboutsu .contents__subtitle::before {
 background: url(../images/top/whitetitle-icon.svg) center / cover no-repeat;
}

.contents__wrap--aboutsu .contents__ttlbox::before {
    content: '';
    position: absolute;
    top: -50px;
    bottom: 0;
    margin: auto;
    right: 657px;
    width: 204px;
    height: 148px;
    background: url(../images/top/aboutsu-icon.webp) center / cover no-repeat;
}

.contents__wrap--aboutsu .contents__title,
.aboutsu__text,
.contents__wrap--aboutsu .contents__subtitle  {
  color: #fff;
  text-align: start;
  margin: 0 auto 0 0;
}

.aboutsu__box {
  width: 597px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.about__boximg  {
    position: absolute;
    top: -3px;
    margin: auto;
    right: -930px;
    width: 883px;
    height: 496px;
}

.aboutsu__text {
  line-height: 1.95;
}

.about__boximg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





/* management*/


.contents__wrap--management .contents__ttlbox {
  position: relative;
  margin-bottom: 28px;
  width: 1140px;
  margin: 0 auto 28px;
}

.contents__wrap--management .contents__ttlbox::before {
  content: '';
  position: absolute;
  top: 33px;
  bottom: 0;
  margin: auto;
  right: 207px;
  width: 130px;
  height: 115px;
  background: url(../images/top/management-icon.webp ) center / cover no-repeat;
}

.contents__wrap--management {
  position: relative;
}

.management__slider {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.swiper {
  width: 1150px;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  width: 270px !important;
}

.swiper-slide a:hover {
opacity: 1;
}

.swiper__buttons {
  display: flex;
    gap: 10px;
}

.property-card {
  width: 270px;
  background: var(--color-white);
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
}

.property-card__image {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.property-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contents__wrap--management .swiper-slide a .property-card__image img {
  transform: scale(1.0);
  transition: transform 0.4s ease-in-out;
}

.contents__wrap--management .swiper-slide a:hover .property-card__image img {
  transform: scale(1.08);
  transition: transform 0.4s ease-in-out;
}

.property-card__label {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 25px;
  background: var(--color-navy);
  border-radius: 3px;
  color: var(--color-white);
  font-family: var(--font-family-lato);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

.property-card__favorite {
  position: absolute;
  top: 14px;
  right: 13px;
  width: 30px;
  height: 28px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.property-card__favorite img {
  width: 100%;
  height: 100%;
}

.property-card__content {
  padding: 10px 20px 10px;
}

.property-card__content--price {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #E4E4E4;
}

.property-card__price {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.property-card__price-value .price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
}

.property-card__price-value {
  font-size: 14px;
  font-weight: 500;
}

.property-card__price-unit {
  font-size: 14px;
  line-height: 1.45;
}

.property-card__spec {
  font-size: 14px;
  line-height: 1.8;
  color: #9F9F9F;
  font-weight: 500;
}

.property-card__divider {
  border: none;
  border-top: 1px solid #E4E4E4;
}

.property-card__title {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  margin: 0 0 3px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.property-card__info {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}

.property-card__info--address {
  display: flex;
  gap: 17px;
}

.property-card__info:last-child {
  margin-bottom: 0;
}

.property-card__icon {
  width: 13px;
  height: 12px;
  margin-top: 4px;
}

.property-card__text {
  font-size: 14px;
  color: #9F9F9F;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 25px;
  font-weight: 500;
}

.contents__wrap--management .property-card {
height: 326px;
}

.management__nav {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: end;
}

.management__pagination {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-family-lato);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.management__current {
  color: var(--color-text);
}

.management__separator,
.management__total {
  color: var(--color-text);
}

.management__buttons {
  display: flex;
  gap: 10px;
}

.management__prev,
.management__next {
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  background: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.management__prev img {
  transform: rotate(180deg);
}

.management__more {
  width: 260px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 19px;
  background: var(--color-primary);
  border-radius: 30px;
  color: var(--color-white);
  font-family: var(--font-family-lato);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.management__more span {
  padding-left: 14px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.15em;
  }

.management__more img {
  width: 49px;
  height: 20px;
}
.shop-card__more img {
    width: 49px;
    height: 20px;
  }

.contents__wrap--video {
  padding: 0 0 100px;
}

.contents__wrap--video .contents__ttlbox::before {
    content: '';
    position: absolute;
    top: -10px;
    bottom: 0;
    margin: auto;
    left: 356px;
    width: 93px;
    height: 96px;
    background: url(../images/top/video-icon.webp) center / cover no-repeat;
}

.contents__wrap--video .slide-pager__box {margin-top: 25px;}



.video__list {
  width: 1140px;
  margin: 0 auto 30px;
  overflow: hidden;
}



.video-card__thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #D9D9D9;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}

.video-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-card__play-icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent var(--color-white);
  margin-left: 4px;
}





 .bx-wrapper .bx-prev{
    background: url(/images/prev.webp) no-repeat!important;
    left: -39px!important;
}
 .bx-wrapper .bx-next{
    background: url(/images/next.webp) no-repeat!important;
    right: -39px!important;
 }
.movie_div{
    position: relative;
}
.bottom_link {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    border: none;
}
.bottom_link a {
    color: #fff;
    font-size: 15px;
    padding: 3px 0;
    display: block;
    font-weight: normal;
    text-align: center;
}
.movie iframe {
    border: none;
}
.ytp-title-text {
    vertical-align: top;
    padding-top: 8px;
    font-size: 15px;
}

.movie {
    margin-bottom: 47px;
    position: relative;
}
.ytp-chrome-top{
	left: 0px;
    right: 0px;
    top: 0;
}
.html5-video-player a{
	font-size: 14px;
}
.ytp-title-text {
    padding: 5px 0 0 0px;
}
.movie div div p a:hover {
    opacity: 0.7;
}

.movie-div iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Voice Section */
.voice {
  padding: 100px 0;
  background: var(--color-white);
}

.voice .container {
  max-width: 1140px;
  margin: 0 auto;
}

.voice__header {
  text-align: center;
  margin-bottom: 60px;
}

.voice__title {
  font-family: var(--font-family-lato);
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
  color: var(--color-text);
}

.voice__subtitle {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  margin: 0;
  color: var(--color-text);
}

.voice__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}

.voice-card {
  display: flex;
  gap: 30px;
  padding: 30px;
  background: var(--color-white);
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
}

.voice-card__image {
  width: 270px;
  height: 270px;
  flex-shrink: 0;
}

.voice-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.voice-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}

.voice-card__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 0 20px;
  color: var(--color-text);
}

.voice-card__text {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  color: var(--color-text);
}

.voice-card__info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.voice-card__name {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: var(--color-text);
}

.voice-card__age {
  font-size: 14px;
  line-height: 1;
  color: var(--color-text);
  position: relative;
  padding-left: 15px;
}

.voice-card__age::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: var(--color-text);
}

.voice__more {
  width: 200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  background: var(--color-primary);
  border-radius: 30px;
  color: var(--color-white);
  font-family: var(--font-family-lato);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.voice__more img {
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
  filter: brightness(0) invert(1);
}

.contents__wrap--voice .property-card,
.contents__wrap--staff .property-card {
  height: 301px;
  overflow: hidden;
  }

  .contents__wrap--voice .contents__inner::before {
    content: '';
    position: absolute;
    bottom: 86px;
    margin: auto;
    left: -119px;
    width: 261px;
    height: 122px;
    background: url(../images/top/voice-icon.svg) center / cover no-repeat;
  }

    .contents__wrap--voice .contents__inner {
    min-height: 713px;
  }

.contents__wrap--voice .slide-pager__box,
.contents__wrap--staff .slide-pager__box 
{margin-top: 27px;}

.contents__wrap--search {
    background: url('../images/top/search__bg.webp') no-repeat center center;
    height: 790px;
  }
  
  
  .search__main {
    position: relative;
    background: var(--color-white);
    padding: 77px 78px 78px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  }
  
  
  .search__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  
  .search__input {
    position: relative;
    width: 363px;
  }
  
  .search__textbox {
    width: 100%;
    height: 50px;
    padding: 0 60px 0 20px;
    background: #FBFBFB;
    border: 1px solid #9F9F9F;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.8;
    color: #9F9F9F;
  }
  
  .search__button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: var(--color-primary);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .search__button img {
    width: 20px;
    height: 20px;
  }
  
  .search__row {
    display: flex;
    gap: 30px;
  }
  
  .search__methods {
    display: flex;
    gap: 10px;
  }



    .free-wordsearch__ttl {
        font-weight: 500;
        position: relative;
    }

    #org-freeword--top::placeholder {
        color: #9F9F9F;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0;
        font-family: "Zen Kaku Gothic Antique";
        appearance: none;
            }
    
    #org-freeSearchForm--top {
        border-radius: 5px;
        border: 1px solid #9F9F9F;
        overflow: hidden;
        display: flex;
        align-items: center;
        background: #FBFBFB;
    }
    #org-freeword--top {
        width: 83%;
        height: 60px;
        border: none;
        box-sizing: border-box;
        color: #000;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-radius: 0 0 0 0;
        padding-left: 16px;
        background: #FBFBFB;
        font-weight: 500;
    }
    #org-freewordSubmit--top {
        width: 62px;
        height: 50px;
        border: none;
        font-size: 0;
        padding: 0;
        background: url(/images/top/search-btn.svg) center / contain no-repeat;
        background-size: 49px;
    }

      #org-freewordSubmit--top:hover {
        background: url(/images/top/search-btn_on.svg) center / contain no-repeat;
        width: 62px;
        height: 49px;
    }

  

  
  [class*="search-method--"] {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 15px 0px;
    background: #EEF6FF;
    border: 1px solid var(--color-primary);
    border-radius: 5px;
    text-decoration: none;
    width: 188px;
    padding-left: 52px;
    position: relative;
    font-weight: 500;
  }

  [class*="search-method--"]:hover {
    background: var(--color-primary);
    opacity: 1;
  }

    [class*="search-method--"]:hover .search-method__text {
    color: #fff;
  }

  .search-method--line {
    padding-left: 61px;
  }

  .search-method--map {
    padding-left: 60px;
  }
  
  .search-method__icon {
    width: 24px;
    height: 24px;
  }
  
  .search-method__text {
    font-size: 16px;
    line-height: 1.8;
    color: var(--color-primary);
  }

  [class*="search-method--"]::before {
   position: absolute;
   content: "";
   left: 17px;
   top: 0;
   bottom: 0;
   margin: auto;
   width: 30px;
   height: 30px;
}

  .search-method--area:before {
    background: url(../images/top/icon-area.svg)center / cover no-repeat;
      }

      
  .search-method--area:hover:before {
    background: url(../images/top/icon-area_on.svg)center / cover no-repeat;
      }

  .search-method--line:before {
  background: url(../images/top/icon-line.svg)center / cover no-repeat;
  left: 26px;
  }
     .search-method--line:hover:before {
  background: url(../images/top/icon-line_on.svg)center / cover no-repeat;
}

  .search-method--map:before {
  background: url(../images/top/icon-map.svg)center / cover no-repeat;
  left: 26px;
  }

      .search-method--map:hover:before {
      background: url(../images/top/icon-map_on.svg)center / cover no-repeat;
        }
  
  .search__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .search-tagbtn {
    align-items: center;
    background: #EFF1FF;
    border: 1px solid var(--color-navy);
    border-radius: 10px;
    text-decoration: none;
    flex-direction: column;
    display: flex;
    padding: 30px 0 0;
    margin-inline: auto;
    width: 188px;
    height: 188px;
  }

  .search-tagbtn--new .search-tag__icon img {
    width: 55px;
    height: 55px;
}
    
  .search-tag__icon {
    background: #F6F7FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
  }
  
  .search-tag__icon img {
    width: 60px;
    height: 60px;
  }
  
  .search-tag__text {
    font-size: 16px;
    line-height: 1.8;
    color: var(--color-navy);
  }

  .search__topbox {
    display: flex;
    justify-content: center;
    gap: 30px;
  }














  .swiper-slide {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}



.slide__imgbox img {
  transform: scale(1.0);
  transition: transform 0.4s ease-in-out; 
}

.slide__imgbox:hover img {
  transform: scale(1.08);
  transition: transform 0.4s ease-in-out;
}

.property-card__img {
  overflow: hidden;
}

.property-card__img {
  width: 270px;
  height: 203px;
  }
.property-card .property-card__img img {
  transform: scale(1.0);
  transition: transform 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-card .property-card__img:hover img {
  transform: scale(1.08);
  transition: transform 0.4s ease-in-out;
}


.swiper {
  /* overflow: visible!important; */
}

.contents__wrap--customer {
  padding: 120px 0;
}

.slider__option {
  display: flex;
  justify-content: end;
  gap: 19px;
  align-items: center;
  margin: 0 auto;
}

.swiper-pagination {
      position: unset;
    width: auto !important;
    z-index: 1;
    letter-spacing: 0;
   }

  .contents__wrap--customer  .slide_imglist img {
    object-fit: contain;
  }

  .contents__wrap--customer  .slide__imgbox {
   background: #eee;
  }

  .swiper-pagination span {
font-family: var(--font-family-lato);
font-size: 14px;
font-weight: 500;
  }
/* 矢印カスタマイズ */

.slider__option span.swiper-pagination-bullet {
  margin: 0 5px !important;
  border-radius: 10px;
  opacity: 1;
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0);
  border: 1px solid #003365;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  background: url(/images/top/slider_rightbluearrow.webp) center / cover no-repeat;
}

.slider__option .swiper-button-prev {
  transform: rotate(180deg);
}

.slider__option span.swiper-pagination-bullet-active{
  background: #003365;
}

.slider__option .swiper-button-prev, .slider__option .swiper-button-next {
  position: unset;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin: 0;
  z-index: 1;
  transition: 0.4s;
  align-items: start;
  position: relative;
  left: 0;
}

.slider__option .swiper-button-prev, .slider__option .swiper-button-next {
 background: url(/images/top/slide__arrow.svg) center / cover no-repeat;
 border-radius: 0%;
 width: 40px;
 height: 40px;
}

.slider__option .swiper-button-prev:hover, .slider__option .swiper-button-next:hover {
 background: url(/images/top/slide__arrow__on.svg) center / cover no-repeat;
 opacity: 1;
}

.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}

.slide-pager__box {
  display: flex;
  justify-content: end;
  gap: 275px;
  width: 1140px;
  margin: 20px auto 0;
  align-items: center;
}

.tab-ttl__box {
  position: relative;
}
.tab-ttl__text {
  font-size: 40px;
  font-weight: 500;
  color: #AF9D61;
  position: relative;
  z-index: 1;
}
.tab-enttl__text {
  position: absolute;
  z-index: 0;
  font-size: 90px;
  font-weight: revert-layer;
  color: #f1f0e6;
  top: -80px;
}

.contents__wrap--blog .property-card {height: 390px;}



/* タブスタイル */
.tab-buttons {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 40px auto 28px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #DBDBDB;
  padding: 0;
}

.tab-btn {
  font-size: 16px;
  cursor: pointer;
  color: #1F2869;
  transition: all 0.3s ease;
  min-width: 223px;
  min-height: 39px;
  border: none;
  font-weight: 500;
  width: 283px;
  border-right: 1px solid #DBDBDB;
  background: #fff;
}

.tab-btn:last-child {
border-right: none;
}

.tab-btn--red {
  color: #B80412;
}

.tab-buttons .tab-btn--red.active {
  background-color: #B80412;
  color: #fff;
  opacity: 1;
}


.tab-buttons button.active {
  background-color: #1F2869;
  color: #fff;
  opacity: 1;
}

.tab-content {
  display: none;
  max-width: 1200px;
  margin: auto;
  min-height: 520px;
}

.tab-content.active {
  display: block;
}

.blog__title {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 3px;
}

.orgblog__list {
  display: flex;
  justify-content: center;
  gap: 20px;
}

 .l-contents .bkn_favorite {
      background: url(/images/top/favorite_icon.svg) no-repeat center;
      background-size: 100%;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 12px;
      right: 13px;
      margin: 0;
      bottom: inherit;
  }

  .l-contents .bkn_favorite.is-checked {
      background: url(/images/top/favorite_icon_on.svg) no-repeat center;
      background-size: 100%;
      margin: 0;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 10px;
      right: 13px;
      margin: 0;
  }

.property-address {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  font-weight: 500;
}