@charset "UTF-8";
.front-page {
  overflow: hidden;
}

.front-page .headline {
  margin-bottom: calc(8px * 8);
  text-align: center;
}

@media screen and (max-width: 959px) {
  .front-page .headline {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .front-page .headline {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

.front-page .headline__sub {
  display: block;
  margin-bottom: calc(8px * 3);
  font-size: 8.0rem;
  font-weight: 900;
  font-family: "Figtree", sans-serif;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media screen and (max-width: 959px) {
  .front-page .headline__sub {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .front-page .headline__sub {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .front-page .headline__sub {
    font-size: 6.4rem;
  }
}

@media screen and (max-width: 1023px) {
  .front-page .headline__sub {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 959px) {
  .front-page .headline__sub {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .front-page .headline__sub {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 519px) {
  .front-page .headline__sub {
    font-size: 2.4rem;
  }
}

.front-page .headline__main {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 1279px) {
  .front-page .headline__main {
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  .front-page .headline__main {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .front-page .headline__main {
    font-size: 1.4rem;
  }
}

.front-page .headline.--left {
  text-align: left;
}

@media screen and (max-width: 959px) {
  .front-page .headline.--left {
    text-align: center;
  }
}

.hero {
  margin-bottom: calc(8px * 20);
}

@media screen and (max-width: 959px) {
  .hero {
    margin-bottom: calc((8px * 20) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .hero {
    margin-bottom: calc((8px * 20) * 0.5);
  }
}

.hero .hero-inner {
  position: relative;
  padding-top: calc(8px * 7);
  margin: 0 auto;
  max-width: 1680px;
}

@media screen and (max-width: 959px) {
  .hero .hero-inner {
    padding-top: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-inner {
    padding-top: calc((8px * 7) * 0.5);
  }
}

.hero .hero-inner::before {
  content: '';
  position: absolute;
  top: 12%;
  right: 0;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 360px;
  height: auto;
  background: url("/wp-content/themes/itreat_base/dist/img/common/symbol-deco.svg") no-repeat center/contain;
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .hero .hero-inner::before {
    content: none;
  }
}

.hero .hero-inner .hero-catch {
  margin-bottom: calc(8px * 6);
  padding: 0 64px;
  max-width: 1088px;
}

@media screen and (max-width: 959px) {
  .hero .hero-inner .hero-catch {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-inner .hero-catch {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .hero .hero-inner .hero-catch {
    padding: 0 32px;
  }
}

@media screen and (max-width: 959px) {
  .hero .hero-inner .hero-catch {
    padding: 0 24px;
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-inner .hero-catch {
    padding: 0 16px;
  }
}

.hero .hero-inner .hero-slide {
  position: relative;
}

.hero .hero-inner .hero-slide__img .slick-slide {
  height: 100% !important;
}

.hero .hero-inner .hero-slide__img .slick-slide a {
  position: relative;
}

.hero .hero-inner .hero-slide__img .slick-slide a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #111111 0%, transparent 50%, transparent 100%);
  opacity: 0.72;
  z-index: 1;
}

.hero .hero-inner .hero-slide__img .slick-slide a .slide-txt {
  position: absolute;
  bottom: 16px;
  left: 16px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #ffffff;
  z-index: 2;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 1279px) {
  .hero .hero-inner .hero-slide__img .slick-slide a .slide-txt {
    position: absolute;
    bottom: 12px;
    left: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 959px) {
  .hero .hero-inner .hero-slide__img .slick-slide a .slide-txt {
    position: absolute;
    bottom: 8px;
    left: 8px;
    font-size: 1rem;
  }
}

.hero .hero-inner .hero-slide__img .slick-slide a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.hero .hero-inner .hero-slide__img:nth-of-type(1), .hero .hero-inner .hero-slide__img:nth-of-type(3) {
  width: 18%;
  aspect-ratio: 13/18;
}

@media screen and (max-width: 959px) {
  .hero .hero-inner .hero-slide__img:nth-of-type(1), .hero .hero-inner .hero-slide__img:nth-of-type(3) {
    width: 100%;
  }
}

.hero .hero-inner .hero-slide__img:nth-of-type(1) .slick-wrap, .hero .hero-inner .hero-slide__img:nth-of-type(3) .slick-wrap {
  height: 100% !important;
}

.hero .hero-inner .hero-slide__img:nth-of-type(1) .slick-wrap .slick-list, .hero .hero-inner .hero-slide__img:nth-of-type(3) .slick-wrap .slick-list {
  height: 100% !important;
}

.hero .hero-inner .hero-slide__img:nth-of-type(1) .slick-wrap .slick-list .slick-track, .hero .hero-inner .hero-slide__img:nth-of-type(3) .slick-wrap .slick-list .slick-track {
  height: 100%;
}

.hero .hero-inner .hero-slide__img:nth-of-type(1) .slick-wrap .slick-list .slick-track div, .hero .hero-inner .hero-slide__img:nth-of-type(3) .slick-wrap .slick-list .slick-track div {
  height: 100%;
}

.hero .hero-inner .hero-slide__img:nth-of-type(1) a, .hero .hero-inner .hero-slide__img:nth-of-type(3) a {
  position: relative;
  display: block !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero .hero-inner .hero-slide__img:nth-of-type(1) a img, .hero .hero-inner .hero-slide__img:nth-of-type(3) a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hero .hero-inner .hero-slide__img:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 959px) {
  .hero .hero-inner .hero-slide__img:nth-of-type(1) {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: calc(50% - 8px);
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-inner .hero-slide__img:nth-of-type(1) {
    width: calc(50% - 4px);
  }
}

.hero .hero-inner .hero-slide__img:nth-of-type(3) {
  position: absolute;
  right: 0;
  bottom: 9px;
}

@media screen and (max-width: 959px) {
  .hero .hero-inner .hero-slide__img:nth-of-type(3) {
    position: initial;
    width: calc(50% - 8px);
    margin-left: auto;
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-inner .hero-slide__img:nth-of-type(3) {
    width: calc(50% - 4px);
  }
}

.hero .hero-inner .hero-slide__img:nth-of-type(2) {
  width: 61%;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .hero .hero-inner .hero-slide__img:nth-of-type(2) {
    width: 100%;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-inner .hero-slide__img:nth-of-type(2) {
    margin-bottom: 0;
  }
}

.hero .hero-inner .hero-slide__img:nth-of-type(2) a {
  display: block;
  margin: 0 auto;
  aspect-ratio: 11/7;
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .hero .hero-inner .hero-slide__img:nth-of-type(2) a {
    width: 100%;
  }
}

.hero .hero-inner .hero-slide__img:nth-of-type(2) a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.news .news-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 960px;
}

@media screen and (max-width: 959px) {
  .news .news-unit {
    position: relative;
    display: block;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 519px) {
  .news .news-unit {
    padding-bottom: 64px;
  }
}

.news .news-unit__ttl {
  width: 100%;
  max-width: 200px;
}

@media screen and (max-width: 959px) {
  .news .news-unit__ttl {
    max-width: 100%;
  }
}

.news .news-unit__ttl .headline-news {
  margin-bottom: 32px;
  font-size: 4rem;
  font-weight: bold;
  font-family: "Figtree", sans-serif;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .news .news-unit__ttl .headline-news {
    margin-bottom: 24px;
    font-size: 3.2rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .news .news-unit__ttl .headline-news {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 519px) {
  .news .news-unit__ttl .headline-news {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 959px) {
  .news .news-unit__ttl .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
}

.news .news-unit__content {
  width: calc(100% - 240px);
}

@media screen and (max-width: 959px) {
  .news .news-unit__content {
    width: 100%;
  }
}

.news .news-unit__content .news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: solid 1px #111111;
}

@media screen and (max-width: 519px) {
  .news .news-unit__content .news-list__item {
    display: block;
  }
}

.news .news-unit__content .news-list__item:first-child {
  border-top: solid 1px #111111;
}

.news .news-unit__content .news-list__item .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 160px;
}

@media screen and (max-width: 959px) {
  .news .news-unit__content .news-list__item .news-meta {
    width: 148px;
  }
}

@media screen and (max-width: 519px) {
  .news .news-unit__content .news-list__item .news-meta {
    margin-bottom: 4px;
  }
}

.news .news-unit__content .news-list__item .news-meta__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 2px 2px;
  width: 70px;
  height: 24px;
  font-size: 1.2rem;
  font-family: "Figtree", sans-serif;
  border: solid 1px #111111;
  line-height: 1.4;
}

.news .news-unit__content .news-list__item .news-meta__cate:hover {
  background: #111111;
  color: #ffffff;
}

.news .news-unit__content .news-list__item .news-ttl {
  width: calc(100% - 176px);
}

@media screen and (max-width: 959px) {
  .news .news-unit__content .news-list__item .news-ttl {
    width: calc(100% - 164px);
  }
}

@media screen and (max-width: 519px) {
  .news .news-unit__content .news-list__item .news-ttl {
    width: 100%;
  }
}

.news .news-unit__content .news-list__item .news-ttl a {
  line-height: 1.4;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news .news-unit__content .news-list__item .news-ttl a:hover {
  text-decoration: underline;
}

.about .headline {
  margin-bottom: calc(8px * 15);
}

@media screen and (max-width: 959px) {
  .about .headline {
    margin-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about .headline {
    margin-bottom: calc((8px * 15) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .about .headline {
    margin-bottom: calc(8px * 8);
  }
}

@media screen and (max-width: 959px) and (max-width: 959px) {
  .about .headline {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 959px) and (max-width: 519px) {
  .about .headline {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

.about .about-content {
  position: relative;
  padding-left: 192px;
}

@media screen and (max-width: 1279px) {
  .about .about-content {
    padding-left: 168px;
  }
}

@media screen and (max-width: 1023px) {
  .about .about-content {
    padding-left: 128px;
  }
}

@media screen and (max-width: 959px) {
  .about .about-content {
    padding-left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 959px) and (max-width: 519px) {
  .about .about-content {
    text-align: left;
  }
}

.about .about-content .about-lead {
  margin-bottom: calc(8px * 8);
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

@media screen and (max-width: 959px) {
  .about .about-content .about-lead {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about .about-content .about-lead {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .about .about-content .about-lead {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .about .about-content .about-lead {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .about .about-content .about-lead {
    font-size: 2rem;
    text-align: center;
  }
}

@media screen and (max-width: 959px) {
  .about .about-content .about-vsl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 519px) {
  .about .about-content .about-vsl {
    margin-bottom: 32px;
  }
}

.about .about-content .about-vsl img:nth-of-type(1) {
  position: absolute;
  bottom: 104px;
  left: -120px;
  width: 100%;
  max-width: 200px;
}

@media screen and (max-width: 959px) {
  .about .about-content .about-vsl img:nth-of-type(1) {
    position: absolute;
    top: 0px;
    bottom: auto;
    left: 0;
    width: 20%;
    max-width: 100%;
  }
}

.about .about-content .about-vsl img:nth-of-type(2) {
  position: absolute;
  top: -96px;
  right: -120px;
  width: 47%;
  max-width: 560px;
}

@media screen and (max-width: 959px) {
  .about .about-content .about-vsl img:nth-of-type(2) {
    position: static;
    width: 74%;
    max-width: 100%;
  }
}

.about .about-content .about-vsl img:nth-of-type(3) {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 224px;
}

@media screen and (max-width: 959px) {
  .about .about-content .about-vsl img:nth-of-type(3) {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;
    width: 20%;
    max-width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .about .about-content .btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.achievements {
  position: relative;
  padding-bottom: calc(8px * 12);
}

@media screen and (max-width: 959px) {
  .achievements {
    padding-bottom: calc((8px * 12) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .achievements {
    padding-bottom: calc((8px * 12) * 0.5);
  }
}

.achievements:before {
  content: '';
  position: absolute;
  top: calc(60% - 104px);
  left: 0;
  width: 100%;
  height: 104px;
  background: #4C4C4C;
  z-index: -1;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

@media screen and (max-width: 959px) {
  .achievements:before {
    top: calc(40% - 104px);
  }
}

@media screen and (max-width: 519px) {
  .achievements:before {
    top: calc(20% - 80px);
    height: 80px;
  }
}

.achievements:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: #4C4C4C;
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .achievements:after {
    height: 60%;
  }
}

@media screen and (max-width: 519px) {
  .achievements:after {
    height: 80%;
  }
}

.achievements .achievements-list {
  margin-bottom: calc(8px * 8);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .achievements .achievements-list {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .achievements .achievements-list {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .achievements .achievements-list {
    gap: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .achievements .achievements-list {
    gap: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .achievements .achievements-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 519px) {
  .achievements .achievements-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

.achievements .achievements-list__item {
  position: relative;
}

.achievements .achievements-list__item .achievements-vsl {
  position: relative;
  margin-bottom: 12px;
}

@media screen and (max-width: 959px) {
  .achievements .achievements-list__item .achievements-vsl {
    margin-bottom: 8px;
  }
}

.achievements .achievements-list__item .achievements-vsl:before {
  content: '契約済み';
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px;
  font-size: 1.2rem;
  font-weight: bolder;
  color: #ffffff;
  background: #0BA299;
  line-height: 1;
  z-index: 1;
}

@media screen and (max-width: 519px) {
  .achievements .achievements-list__item .achievements-vsl:before {
    font-size: 1rem;
  }
}

.achievements .achievements-list__item .achievements-vsl a {
  position: relative;
  display: block;
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
}

.achievements .achievements-list__item .achievements-vsl a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.achievements .achievements-list__item .achievements-vsl a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.achievements .achievements-list__item .achievements-dtl .achievements-ttl {
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #ffffff;
}

@media screen and (max-width: 519px) {
  .achievements .achievements-list__item .achievements-dtl .achievements-ttl {
    font-size: 1.2rem;
  }
}

.achievements .btn a {
  color: #111111;
  background: #ffffff;
}

.achievements .btn a:after {
  background: #111111;
}

.achievements .btn a:hover {
  color: #ffffff;
  background: #111111;
}

.achievements .btn a:hover::after {
  background: #ffffff;
}

@media screen and (max-width: 959px) {
  .properties .properties-lead {
    text-align: center;
  }
}

.properties .saled {
  margin-bottom: calc(8px * 20);
}

@media screen and (max-width: 959px) {
  .properties .saled {
    margin-bottom: calc((8px * 20) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .properties .saled {
    margin-bottom: calc((8px * 20) * 0.5);
  }
}

.properties .managed {
  position: relative;
  padding-top: calc(8px * 12);
  padding-bottom: calc(8px * 12);
  background: #f7f7f7;
}

@media screen and (max-width: 959px) {
  .properties .managed {
    padding-top: calc((8px * 12) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .properties .managed {
    padding-top: calc((8px * 12) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .properties .managed {
    padding-bottom: calc((8px * 12) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .properties .managed {
    padding-bottom: calc((8px * 12) * 0.5);
  }
}

.properties .managed:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  aspect-ratio: 16/1;
  width: 100%;
  max-width: 1440px;
  height: auto;
  background: url("/wp-content/themes/itreat_base/dist/img/top/featured-properties.svg") no-repeat center/contain;
}

.properties .properties-unit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 959px) {
  .properties .properties-unit {
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 519px) {
  .properties .properties-unit {
    padding-bottom: 64px;
  }
}

.properties .properties-unit__ttl {
  width: 200px;
}

@media screen and (max-width: 959px) {
  .properties .properties-unit__ttl {
    width: 100%;
  }
}

.properties .properties-unit__ttl .properties-ttl {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 959px) {
  .properties .properties-unit__ttl .properties-ttl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 519px) {
  .properties .properties-unit__ttl .properties-ttl {
    margin-bottom: 32px;
  }
}

.properties .properties-unit__ttl .properties-ttl__main {
  margin-bottom: calc(8px * 2);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .properties .properties-unit__ttl .properties-ttl__main {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .properties .properties-unit__ttl .properties-ttl__main {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .properties .properties-unit__ttl .properties-ttl__main {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 959px) {
  .properties .properties-unit__ttl .properties-ttl__main {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 519px) {
  .properties .properties-unit__ttl .properties-ttl__main {
    font-size: 2rem;
  }
}

.properties .properties-unit__ttl .properties-ttl__sub {
  font-weight: bold;
  font-family: "Figtree", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .properties .properties-unit__ttl .properties-ttl__sub {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 959px) {
  .properties .properties-unit__ttl .properties-ttl__sub {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .properties .properties-unit__ttl .properties-ttl__sub {
    font-size: 1.2rem;
  }
}

.properties .properties-unit__content {
  width: calc(100% - 280px);
}

@media screen and (max-width: 959px) {
  .properties .properties-unit__content {
    width: 100%;
  }
}

.properties .properties-unit__content .saled-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media screen and (max-width: 959px) {
  .properties .properties-unit__content .saled-list {
    position: relative;
  }
}

@media screen and (max-width: 519px) {
  .properties .properties-unit__content .saled-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.properties .properties-unit__content .saled-list .saled-vsl {
  position: relative;
  margin-bottom: 12px;
  display: block;
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .properties .properties-unit__content .saled-list .saled-vsl {
    margin-bottom: 8px;
  }
}

.properties .properties-unit__content .saled-list .saled-vsl img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.properties .properties-unit__content .saled-list .saled-vsl.--new::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  width: 103px;
  height: 56px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/new-deco.svg") no-repeat center/contain;
  z-index: 1;
}

.properties .properties-unit__content .saled-list .saled-dtl {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .properties .properties-unit__content .saled-list .saled-dtl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .properties .properties-unit__content .saled-list .saled-dtl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.properties .properties-unit__content .saled-list .saled-dtl .saled-ttl {
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 519px) {
  .properties .properties-unit__content .saled-list .saled-dtl .saled-ttl {
    font-size: 1.2rem;
  }
}

.properties .properties-unit__content .saled-list .btn {
  position: initial;
}

.properties .properties-unit__content .saled-list .btn a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
}

.properties .properties-unit__content .managed-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media screen and (max-width: 959px) {
  .properties .properties-unit__content .managed-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media screen and (max-width: 519px) {
  .properties .properties-unit__content .managed-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.properties .properties-unit__content .managed-list .managed-vsl {
  position: relative;
  margin-bottom: 12px;
  display: block;
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .properties .properties-unit__content .managed-list .managed-vsl {
    margin-bottom: 8px;
  }
}

.properties .properties-unit__content .managed-list .managed-vsl img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.properties .properties-unit__content .managed-list .managed-vsl.--new::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  width: 103px;
  height: 56px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/new-deco.svg") no-repeat center/contain;
  z-index: 1;
}

.properties .properties-unit__content .managed-list .managed-dtl {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .properties .properties-unit__content .managed-list .managed-dtl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .properties .properties-unit__content .managed-list .managed-dtl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.properties .properties-unit__content .managed-list .managed-dtl .managed-ttl {
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 519px) {
  .properties .properties-unit__content .managed-list .managed-dtl .managed-ttl {
    font-size: 1.2rem;
  }
}

.properties .properties-unit__content .managed-list .btn {
  position: initial;
}

.properties .properties-unit__content .managed-list .btn a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
}

@media screen and (max-width: 959px) {
  .properties .properties-unit .btn.--properties {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
}

.recruit .rectuit-bnr {
  display: block;
  max-width: 880px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.recruit .rectuit-bnr:hover {
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}

.access .access-unit {
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: calc(8px * 10);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 959px) {
  .access .access-unit {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit {
    display: block;
  }
}

.access .access-unit__ttl {
  max-width: 360px;
}

@media screen and (max-width: 959px) {
  .access .access-unit__ttl {
    margin-bottom: 32px;
    max-width: 100%;
    text-align: center;
  }
}

.access .access-unit__ttl .access-hotline {
  margin-bottom: calc(8px * 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 959px) {
  .access .access-unit__ttl .access-hotline {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit__ttl .access-hotline {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.access .access-unit__ttl .access-hotline a {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .access .access-unit__ttl .access-hotline a {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit__ttl .access-hotline a {
    font-size: 1.6rem;
  }
}

.access .access-unit__ttl .access-map em {
  font-weight: bold;
}

.access .access-unit__vsl {
  width: calc(100% - 440px);
}

@media screen and (max-width: 1279px) {
  .access .access-unit__vsl {
    width: calc(100% - 400px);
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit__vsl {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
  }
}

.access .gmap {
  position: relative;
}

.access .gmap iframe {
  display: block;
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 959px) {
  .access .gmap iframe {
    height: 360px;
  }
}

@media screen and (max-width: 767px) {
  .access .gmap iframe {
    height: 320px;
  }
}

@media screen and (max-width: 519px) {
  .access .gmap iframe {
    height: 240px;
  }
}

.access .gmap .btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

@media screen and (max-width: 959px) {
  .access .gmap .btn {
    bottom: 32px;
  }
}

@media screen and (max-width: 519px) {
  .access .gmap .btn {
    bottom: 24px;
  }
}

/*# sourceMappingURL=../../maps/pages/top.css.map */
