/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 20 2022 | 06:03:41 */
@charset "UTF-8";



/* home-mv
------------------------------------------- */
#page .home-mv {
  background: #edf2f2;
  position: relative;
}
#page .home-mv__bg {
  height: calc(100vh - 45px);
  min-height: 670px;
}
#page .home-mv__info {
  width: 42%;
  max-width: 800px;
  position: absolute;
  top: 23%;
  left: 4%;
  z-index: 1;
}
#page .home-mv__catch-text {
  font-size: min(1.4vw, 2.2rem);
  letter-spacing: 0.2em;
  font-weight: 500;
  margin-top: 5%;
}
#page .home-mv__kv {
  width: 42%;
  position: absolute;
  top: 24%;
  right: 150px;
}
#page .home-mv__panorama {
  width: 100%;
  position: absolute;
  left: 4%;
  top: max(400px, 54vh);
}
#page .home-mv__panorama-text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: absolute;
  left: min(16%, 260px);
  bottom: 0;
  display: none;
}
#page .mv-slide-text-01 {
  display: block;
}
#page .home-mv__panorama-text a {
  display: block;
  padding: 10px 20px;
  background: #fff;
  transition: background .2s;
}
#page .home-mv__panorama-text a:hover {
  background: #f9e600;
}
#page .home-mv__slide {
  width: 365px;
  box-shadow: 6px 6px 0 #cfd1d1;
  display: none;
}
#page .home-mv__slide-item {
  height: 240px;
}
#page .home-mv__slide.slick-initialized{
  display: block;
}
#page .home-mv__slide .slick-dots {
  text-align: left;
}
#page .home-mv__slide .slick-dots li,
#page .home-mv__slide .slick-dots li button {
  padding: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
#page .home-mv__slide .slick-dots li {
  background: #cfd1d1;
}
#page .home-mv__slide .slick-dots .slick-active {
  background: #223542;
}
#page .home-mv__slide .slick-dots li button:before {
  content: none;
}
#page .home-mv__slide .slick-arrow {
  width: 56px;
  height: 56px;
  background: #223542;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
#page .home-mv__slide .slick-arrow:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  transform: rotate(-45deg);
  opacity: 1;
}
#page .home-mv__slide .slick-next:before {
  border-style: none solid solid none;
  margin-left: -10px;
}
#page .home-mv__slide .slick-prev:before {
  border-style: solid none none solid;
  margin-left: 10px;
}
#page .home-mv__slide .slick-arrow.slick-disabled {
  display: none !important;
}


#page .home-mv__op {
  position: absolute;
  right: 120px;
  bottom: 0;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
#page .home-mv__op .item {
  width: 180px;
  position: relative;
}
#page .home-mv__op .item-history::after {
  content: "";
  display: block;
  background: #e4eaea;
  width: 1px;
  height: 50%;
  position: absolute;
  top: 25%;
  right: 0;
}
#page .home-mv__op .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #223542;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding: 10px;
  height: 56px;
  transition: opacity .2s;
}
#page .home-mv__op .item a:hover {
  opacity: 0.7;
}
#page .home-mv__op .item-icon img {
  vertical-align: middle;
}
#page .home-mv__op .item-history .item-icon {
  width: 15px;
}
#page .home-mv__op .item-recommend .item-icon {
  width: 20px;
}
#page .home-mv__op .item-text {
  display: block;
  margin-left: 10px;
}

#page .home-mv__scroll {
  width: 90px;
  position: absolute;
  left: 50%;
  bottom: -72px;
  transform: translate(-50%);
  text-align: center;
}
#page .home-mv__scroll .text {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
#page .home-mv__scroll .icon {
  display: block;
  width: 90px;
  height: 90px;
  background: #223542;
  border-radius: 50%;
  position: relative;
}
#page .home-mv__scroll .icon::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-style: none solid solid none;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -3px;
}


/* home-section__title
------------------------------------------- */
#page .home-section__title {
  color: #223542;
  line-height: 1.2;
}
#page .home-section__title .title-en {
  font-size: 5.5rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#page .home-section__title .title-ja {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 0.2em;
}


/* home-property
------------------------------------------- */
#page .home-property__list {
  margin-left: -4%;
  margin-right: -4%;
}
#page .home-property__list .item {
  padding: 2% 5%;
  width: 33.33%;
}
#page .home-property__list .item-btn {
  margin: 30px auto 0;
  max-width: 220px;
}
#page .home-property__list .item-btn a {
  display: block;
  background: #223542;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px;
  text-align: center;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  transition: background .2s;
}
#page .home-property__list .item-btn a:hover {
  color: #223542;
  background: #f9e600;
}
#page .home-property__list .item-btn .text {
  position: relative;
}


/* home-land
------------------------------------------- */
#page .home-land {
  position: relative;
  z-index: 2;
}
#page .home-land__inner {
  max-width: 1920px;
  margin: auto;
}
#page .home-land__block {
  width: 50%;
  padding: 230px 4%;
  position: relative;
}
#page .home-land__block::before {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#page .home-land__new::before {
  background: #edf2f2;
  transform: skewX(-30deg);
  left: -100%;
}
#page .home-land__used::before {
  background: #f9e600;
  transform: skewX(-30deg);
  right: -100%;
}
#page .home-land__block-title {
  width: 100%;
  position: absolute;
}
#page .home-land__block-title .title-en {
  font-size: 7rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  display: block;
  position: absolute;
}
#page .home-land__block-title .title-ja {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  display: block;
  position: absolute;
}
#page .home-land__new-title {
  top: -38px;
  left: 8%;
}
#page .home-land__used-title {
  bottom: 40px;
  right: 8%;
}
#page .home-land__new-title .title-ja {
  top: 80px;
  left: 0;
}
#page .home-land__used-title .title-ja {
  top: -35px;
  right: 0;
}
#page .home-land__new-title .title-en {
  left: 0;
}
#page .home-land__used-title .title-en {
  right: 0;
}
#page .home-land__block-img {
  width: 94%;
  max-width: 763px;
}
#page .home-land__new-img {
  margin-left: -10%;
}
#page .home-land__used-img {
  margin-left: auto;
}

#page .home-land__block-link {
  width: 100%;
  align-items: center;
  position: absolute;
}
#page .home-land__new-link {
  left: 8%;
  top: 80px;
}
#page .home-land__used-link {
  right: 8%;
  bottom: 80px;
}
#page .home-land__block-link-list {
  width: 260px;
  margin-right: 30px;
}
#page .home-land__block-link-list .item-row {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
#page .home-land__new-link-list .item-row {
  justify-content: right;
}
#page .home-land__block-link-list .item-alpha {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  background: #223542;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: background .2s;
}
#page .home-land__block-link-list .item-text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#page .home-land__new-link-list a:hover .item-alpha {
  color: #223542;
  background: #f9e600;
}
#page .home-land__used-link-list a:hover .item-alpha {
  color: #223542;
  background: #edf2f2;
}

#page .home-land__btn-more {
  flex: 1;
  position: relative;
}
#page .home-land__btn-more .text {
  display: inline-block;
  min-width: 252px;
  text-align: center;
  border-radius: 50px;
  line-height: 1.4;
  padding: 7px 20px 10px;
  position: relative;
  z-index: 1;
  transition: background .2s;
}
#page .home-land__new-btn-more .text {
  background: #f9e600;
  color: #223542;
}
#page .home-land__used-btn-more .text {
  background: #edf2f2;
  color: #223542;
}
#page .home-land__btn-more .text-en,
#page .home-land__btn-more .text-ja {
  display: block;
}
#page .home-land__btn-more .text-en {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#page .home-land__btn-more .text-ja {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#page .home-land__btn-more .arw {
  display: inline-block;
  background: #223542;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#page .home-land__btn-more .arw::before {
  content: "";
  display: inline-block;
  background: #223542;
  width: 3px;
  height: 6px;
  position: absolute;
  right: 6px;
  bottom: 1px;
  transform: skewX(60deg);
}
#page .home-land__btn-more a:hover .text {
  color: #fff;
  background: #223542;
}



/* home-other
------------------------------------------- */
#page .home-others {
  height: 550px;
  position: relative;
  margin-top: -1px;
}
#page .home-others__inner {
  height: 100%;
}
#page .home-others__title .title-en {
  font-size: 7rem;
}
#page .home-others__title .title-ja {
  font-size: 2.5rem;
}
#page .home-others__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#page .home-others__cont {
  position: relative;
}
#page .home-others__satei {
  position: absolute;
  right: 0;
  bottom: 0;
}
#page .home-others__satei-btn {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  position: absolute;
  right: -60px;
  bottom: -60px;
}
#page .home-others__satei-text {
  width: 186px;
  position: absolute;
  left: -27px;
  top: -25px;
}
#page .home-others__satei-btn a::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: .3s;
}
#page .home-others__satei-logo {
  width: 179px;
  position: absolute;
  left: 13%;
  top: 29%;
}

#page .home-others__satei a:hover::before {
  width: 120%;
  height: 116%;
}


#page .home-others__btn-more {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#page .home-others__btn-more .text {
  display: inline-block;
  min-width: 252px;
  text-align: center;
  border-radius: 50px;
  line-height: 1.4;
  padding: 7px 20px 10px;
  position: relative;
  z-index: 1;
  transition: background .2s;
}
#page .home-others__btn-more .text {
  color: #fff;
  background: #223542;
}
#page .home-others__btn-more .text-en,
#page .home-others__btn-more .text-ja {
  display: block;
}
#page .home-others__btn-more .text-en {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#page .home-others__btn-more .text-ja {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#page .home-others__btn-more .arw {
  display: inline-block;
  background: #223542;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#page .home-others__btn-more .arw::before {
  content: "";
  display: inline-block;
  background: #223542;
  width: 3px;
  height: 6px;
  position: absolute;
  right: 6px;
  bottom: 1px;
  transform: skewX(60deg);
}
#page .home-others__btn-more a:hover .text {
  color: #223542;
  background: #f9e600;
}



/* home-recommend
------------------------------------------- */
#page .home-recommend__title .title-icon {
  display: block;
  width: 117px;
  margin: 0 auto 40px;
}
#page .home-recommend__bkn-list .bkn-block {
  margin-left: -1.5%;
  margin-right: -1.5%;
}
#page .home-recommend__bkn .bkn {
  width: 25%;
  padding: 1.5%;
}

#page .home-recommend__bkn {
  padding: 40px 0;
}


/* home-cmn__btn-more
------------------------------------------- */
#page .home-cmn__btn-more {
  position: relative;
}
#page .home-cmn__btn-more .text {
  display: inline-block;
  min-width: 206px;
  text-align: center;
  background: #223542;
  color: #fff;
  border-radius: 30px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  transition: background .2s;
}
#page .home-cmn__btn-more .arw {
  display: inline-block;
  background: #223542;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#page .home-cmn__btn-more .arw::before {
  content: "";
  display: inline-block;
  background: #223542;
  width: 3px;
  height: 6px;
  position: absolute;
  right: 6px;
  bottom: 1px;
  transform: skewX(60deg);
}
#page .home-cmn__btn-more a:hover .text {
  color: #223542;
  background: #f9e600;
}




/* home-news
------------------------------------------- */
#page .home-news__title {
  max-width: 920px;
  border-bottom: 1px solid #475c68;
}
#page .home-news__title .title-en {
  font-size: 4rem;
  font-weight: bold;
  margin-right: 20px;
  letter-spacing: 0.05em;
  line-height: 1;
  display: inline-block;
}
#page .home-news__title .title-ja {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  display: inline-block;
}
#page .home-news__inner {
  position: relative;
}
#page .home-news__img {
  width: 200px;
  position: absolute;
  right: 0;
  top: -100px;
}
#page .home-news__article {
  border-bottom: 1px solid #475c68;
}
#page .home-news__article a {
  display: block;
  padding: 20px 0;
}
#page .home-news__article:first-child a {
  max-width: 920px;
}
#page .home-news__article .article-title {
  font-weight: bold;
  line-height: 1.4;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .home-news__btn-more {
  width: 50%;
}

#page .home-news__list .es-list-wrapper {
  padding: 0;
}
#page .home-news__list .es-list {
  font-size: inherit;
}
#page .home-news__list .es-list li {
  border: none;
  border-bottom: 1px solid #475c68;
  padding: 0;
}
#page .home-news__list .es-list li a {
  display: block;
  padding: 20px 0;
}
#page .home-news__list .es-list li:first-child a {
  max-width: 920px;
}
#page .home-news__list .es-list li .wrap {
  font-size: inherit;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .home-news__list .es-list li .date {
  letter-spacing: 0.05em;
}


/* home-content
------------------------------------------- */
#page .home-content__inner {
  max-width: 1300px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
#page .home-content__wrap {
  position: relative;
  border-radius: 36px;
}
#page .home-content__title {
  position: relative;
  z-index: 2;
  top: -13px;
}
#page .home-content__desc {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#page .home-content__col .col-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#page .home-content__list {
  margin-left: -2%;
  margin-right: -2%;
}
#page .home-content__col {
  width: 33.33%;
  padding: 2%;
}
#page .home-content__col a {
  display: block;
  transition: opacity .2s;
}
#page .home-content__col a:hover {
  opacity: 0.7;
}
#page .home-content__col .col-img {
  margin: auto;
}
#page .home-content__col-01 .col-img {
  width: 206px;
}
#page .home-content__col-02 .col-img {
  width: 214px;
}
#page .home-content__col-03 .col-img {
  width: 244px;
}


/* home-flow
------------------------------------------- */
#page .home-flow__row {
  align-items: center;
}
#page .home-flow__info {
  width: 570px;
  padding-right: 60px;
}
#page .home-flow__img {
  flex: 1;
}

/* home-staff
------------------------------------------- */
#page .home-staff__title {
  position: relative;
  top: -12px;
}
#page .home-staff__img {
  max-width: 1448px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: -5px;
}
#page .home-staff__btn-more .text {
  min-width: 278px;
}

/* @media max-767
------------------------------------------- */
@media only screen and (max-width: 767px) {

  #page .home-mv__op {
    display: none;
  }
  #page .home-mv__bg {
    min-height: 420px;
    max-height: 600px;
    height: 140vw;
  }
  #page .home-mv__info {
    width: 92%;
    max-width: 400px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
  #page .home-mv__kv {
    width: 80%;
    max-width: 400px;
    right: auto;
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    margin: auto;
  }
  #page .home-mv__catch-text {
    font-size: min(4vw, 1.8rem);
  }
  #page .home-mv__scroll {
    width: 50px;
    bottom: -52px;
  }
  #page .home-mv__scroll .icon {
    width: 50px;
    height: 50px;
  }
  #page .home-mv__scroll .text {
    font-size: 1.2rem;
  }
  #page .home-mv__scroll .icon::after {
    border-width: 2px;
    width: 16px;
    height: 16px
  }
  #page .home-mv__panorama {
    position: relative;
    padding: 0 30px;
    padding-top: 30px;
    top: auto;
    left: auto;
  }
  #page .home-mv__panorama-text {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    position: absolute;
    left: auto;
    bottom: -26px;
    right: 0;
  }
  #page .home-mv__slide {
    width: 100%;
  }
  #page .home-mv__slide .slick-arrow {
    width: 50px;
    height: 50px;
  }
  #page .home-mv__slide .slick-arrow:before {
    width: 16px;
    height: 16px;
    border-width: 2px;
  }


  #page .home-section__title .title-en {
    font-size: 2.8rem;
  }
  #page .home-section__title .title-ja {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }

  #page .home-property__list {
    margin-left: -10px;
    margin-right: -10px;
    justify-content: center;
  }
  #page .home-property__list .item {
    padding: 10px;
    margin-bottom: 10px;
    width: 50%;
  }
  #page .home-property__list .item-btn a {
    font-size: 1.4rem;
  }
  #page .home-property__list .item-btn {
    margin-top: 20px;
  }

  #page .home-land {
    padding-top: 0;
  }
  #page .home-land__block {
    width: 100%;
    padding: 36% 20px 3%;
  }
  #page .home-land__new {
    padding-bottom: 15%;
  }
  #page .home-land__new::before {
    transform: skewY(-15deg);
    left: 0;
  }
  #page .home-land__used::before {
    transform: skewY(-15deg);
    right: 0;
  }
  #page .home-land__new-title {
    top: 5%;
    left: 20px;
  }
  #page .home-land__used-title {
    top: 5%;
    right: 20px;
  }
  #page .home-land__block-title .title-en {
    font-size: 5rem;
  }
  #page .home-land__block-title .title-ja {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  #page .home-land__block-title .title-ja {
    top: 60px;
  }

  #page .home-land__block-img {
    margin: auto;
  }
  #page .home-land__block-link {
    flex-wrap: wrap;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 2;
  }
  #page .home-land__btn-more {
    flex: auto;
    order: 2;
  }
  #page .home-land__block-link-list {
    width: 100%;
    order: 1;
    padding: 20px 0;
  }
  #page .home-land__block-link-list .item-row {
    justify-content: flex-start;
    padding: 6px 0;
  }
  #page .home-land__block-link-list .item-alpha {
    font-size: 1.6rem;
    width: 30px;
    height: 30px;
  }
  #page .home-land__block-link-list .item-text {
    font-size: 1.6rem;
  }
  #page .home-land__btn-more .text-en {
    font-size: 2rem;
  }
  #page .home-land__btn-more .text-ja {
    font-size: 1.2rem;
  }
  #page .home-land__btn-more .text {
    min-width: 220px;
  }


  #page .home-others {
    height: auto;
  }
  #page .home-others__inner {
    padding-top: 80px;
    padding-bottom: 150px;
  }
  #page .home-others__title .title-en {
    font-size: 5rem;
  }
  #page .home-others__title .title-ja {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  #page .home-others__btn-more {
    width: 100%;
  }
  #page .home-others__btn-more .text-ja {
    font-size: 1.2rem;
  }
  #page .home-others__btn-more .text {
    min-width: 220px;
  }


  #page .home-recommend__title .title-icon {
    width: 80px;
    margin: 0 auto 25px;
  }
  #page .home-recommend__bkn .bkn {
    width: 50%;
  }
  #page .home-others__satei-btn {
    width: 200px;
    height: 200px;
  }
  #page .home-others__satei-logo {
    width: 110px;
    left: 10%;
    top: 28%;
  }
  #page .home-others__satei-text {
    width: 145px;
  }


  #page .home-news__title .title-en {
    font-size: 2.8rem;
    margin-right: 10px;
  }
  #page .home-news__title .title-ja {
    font-size: 1.4rem;
  }
  #page .home-news__img {
    width: 100px;
    top: -80px;
  }
  #page .home-news__btn-more {
    width: 100%;
  }


  #page .home-content__wrap {
    border-radius: 20px;
  }
  #page .home-content__desc {
    text-align: left;
    max-width: 100%;
  }
  #page .home-content__col {
    width: 100%;
    padding: 0 2% 40px;
  }
  #page .home-content__col .col-title {
    margin-bottom: 20px;
  }

  #page .home-flow__info {
    width: 100%;
    padding-right: 0;
  }
  #page .home-flow__img {
    flex: auto;
    max-width: 80%;
    margin: 40px auto 0;
  }



}
