@charset "UTF-8";
/*Variable
－－－－－－－*/
/*
ブレークポイント

基本  1920px
ipad 1050px
sp   767px;

コンテンツ幅1000px

*/
.p-front-fv {
  position: relative;
  overflow: hidden;
}
.p-front-fv__slide {
  width: 100%;
}
.p-front-fv__slide.slick-dotted.slick-slider {
  margin-bottom: 40px;
}
.p-front-fv__slide .slick-dots {
  bottom: -35px;
}
.p-front-fv__slide .slick-dots li {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .p-front-fv__slide .slick-dots li {
    margin: 0 5px;
    opacity: 0.8;
  }
}
.p-front-fv__slide .slick-dots li button:before {
  content: "□";
  font-size: 26px;
  color: #707070;
  opacity: 1;
}
.p-front-fv__slide .slick-dots li button:before:hover {
  opacity: 1;
}
.p-front-fv__slide .slick-dots li.slick-active button:before {
  content: "■";
}
.p-front-fv__item {
  position: relative;
}
.p-front-fv__img {
  width: 100%;
}
.p-front-fv__img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1920/833;
}
@media screen and (max-width: 767px) {
  .p-front-fv__img img {
    aspect-ratio: 430/486;
  }
}
.p-front-fv__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96%;
  max-width: 971px;
  margin: auto;
  padding: 24px 35px 22px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.54);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1050px) {
  .p-front-fv__copy {
    width: 85%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-front-fv__copy {
    width: 85%;
    padding: 15px 10px 15px;
  }
}
@media screen and (max-width: 380px) {
  .p-front-fv__copy {
    width: 95%;
  }
}
.p-front-fv__title {
  font-family: "Noto Serif JP", serif !important;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
}
@media screen and (max-width: 1050px) {
  .p-front-fv__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-fv__title {
    font-size: 32px;
  }
}
.p-front-fv__text {
  font-family: "Noto Serif JP", serif !important;
  margin-top: 18px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-front-fv__text {
    font-size: 16px;
  }
}

.p-front-banners {
  padding: 27px 0 0;
  background-color: #fff;
  overflow: hidden;
}
.p-front-banners__list {
  display: flex;
  gap: 10px;
  width: 100%;
}
.p-front-banners__list.slick-dotted.slick-slider {
  margin-bottom: 40px;
}
.p-front-banners__list .slick-dots {
  bottom: -35px;
}
.p-front-banners__list .slick-dots li {
  margin: 0;
}
.p-front-banners__list .slick-dots li button:before {
  content: "□";
  font-size: 26px;
  color: #707070;
  opacity: 1;
}
.p-front-banners__list .slick-dots li button:before:hover {
  opacity: 1;
}
.p-front-banners__list .slick-dots li.slick-active button:before {
  content: "■";
}
.p-front-banners__item {
  display: block;
  flex: 1 1 0;
  min-width: 0;
  margin-inline: 5px;
}
.p-front-banners__item img {
  display: block;
  width: 100%;
  aspect-ratio: 1132/504;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-front-concept {
  padding: 100px 0 0px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-concept {
    padding: 60px 0 0px;
  }
}
.p-front-concept__inner {
  position: relative;
  width: 100%;
  min-height: 510px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-front-concept__inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
    padding-inline: 20px;
  }
}
.p-front-concept__body {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  width: 50%;
  min-height: 418px;
  padding: 90px 70px 130px 0px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 1200px) {
  .p-front-concept__body {
    width: 56%;
    padding: 60px 70px 80px 0px;
  }
}
@media screen and (max-width: 1050px) {
  .p-front-concept__body {
    width: 66%;
    padding: 60px 40px 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-concept__body {
    position: relative;
    width: 100%;
    padding: 30px 20px 30px 20px;
  }
}
.p-front-concept__content {
  width: 430px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-front-concept__content {
    width: 100%;
  }
}
.p-front-concept__lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .p-front-concept__lead {
    font-size: 16px;
  }
}
.p-front-concept__title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
}
@media screen and (max-width: 767px) {
  .p-front-concept__title {
    font-size: 16px;
  }
}
.p-front-concept__text {
  margin-top: 50px;
  font-size: 14px;
  line-height: 2.14;
}
@media screen and (max-width: 767px) {
  .p-front-concept__text {
    margin-top: 30px;
  }
}
.p-front-concept__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  min-height: 45px;
  margin: 36px auto 0;
  padding-left: 18px;
  border: 1px solid #707070;
  font-size: 14px;
  line-height: 1;
  background-color: #fff;
}
.p-front-concept__button::after {
  content: "";
  width: 18px;
  height: 6px;
  margin-left: 8px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: skewX(45deg);
}
.p-front-concept__img {
  width: 56%;
  margin-left: auto;
  padding-top: 65px;
}
@media screen and (max-width: 1050px) {
  .p-front-concept__img {
    width: 70%;
    padding-top: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-concept__img {
    width: 100%;
    margin: 0;
    padding-top: 0;
  }
}
.p-front-concept__img img {
  display: block;
  width: 100%;
}

.p-front-event {
  padding: 100px 0 100px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-event {
    padding: 60px 0 60px;
  }
}
.p-front-event__inner {
  width: 100%;
  max-width: 825px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .p-front-event__inner {
    padding-inline: 20px;
  }
}
.p-front-event #js-iemiru-cms-index-page {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-front-event #js-iemiru-cms-index-page {
    margin-top: 30px;
  }
}
.p-front-event__list {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-front-event__list {
    margin-top: 30px;
  }
}
.p-front-event__item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .p-front-event__item {
    flex-direction: column;
    gap: 20px;
  }
}
.p-front-event__item + .p-front-event__item {
  margin-top: 58px;
}
.p-front-event__img {
  display: block;
  flex: 0 0 164px;
  background-color: #ddd;
}
.p-front-event__img img {
  display: block;
  width: 100%;
  aspect-ratio: 164/121;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-front-event__body {
  flex: 1 1 auto;
  padding-top: 8px;
}
.p-front-event__labels {
  display: flex;
  gap: 7px;
}
.p-front-event__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 19px;
  padding: 0 8px;
  border: 1px solid #777;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  background-color: #fff;
}
.p-front-event__label--primary {
  color: #fff;
  border-color: #111;
  background-color: #111;
}
.p-front-event__name {
  margin-top: 16px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-front-event__name {
    font-size: 16px;
  }
}
.p-front-event__link {
  display: inline-block;
  margin-top: 18px;
  color: #1594d1;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-front-event__link {
    font-size: 14px;
  }
}
.p-front-event__date {
  margin-top: 20px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
}
.p-front-event__place {
  margin-top: 4px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
}

.p-front-techno {
  padding: 80px 0 116px;
  background-color: #eaeaea;
}
@media screen and (max-width: 767px) {
  .p-front-techno {
    padding: 50px 0 70px;
  }
}
.p-front-techno__inner {
  width: 100%;
  max-width: 825px;
  margin: 0 auto;
  text-align: center;
}
.p-front-techno__catch {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  padding: 0 40px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1050px) {
  .p-front-techno__catch {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-techno__catch {
    padding: 0 30px;
    font-size: 20px;
  }
}
.p-front-techno__catch::before, .p-front-techno__catch::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 68px;
  border-top: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-front-techno__catch::before, .p-front-techno__catch::after {
    height: 38px;
  }
}
.p-front-techno__catch::before {
  left: 0;
  border-left: 2px solid #111;
}
.p-front-techno__catch::after {
  right: 0;
  border-right: 2px solid #111;
}
.p-front-techno__movie {
  margin-top: 30px;
}
.p-front-techno__movie iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  aspect-ratio: 16/9;
}
.p-front-techno__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  min-height: 80px;
  margin: 30px auto 0;
  padding-left: 18px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.02em;
  background-color: #062363;
}
@media screen and (max-width: 767px) {
  .p-front-techno__button {
    min-height: 50px;
  }
}
.p-front-techno__button::after {
  content: "";
  width: 18px;
  height: 6px;
  margin-left: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skewX(45deg);
}

.p-front-modelhouse {
  padding: 110px 0 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-modelhouse {
    padding: 60px 0 10px;
  }
}
.p-front-modelhouse__list {
  display: flex;
  gap: 15px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-front-modelhouse__list {
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
}
.p-front-modelhouse__item {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
}
.p-front-modelhouse__img {
  display: block;
  overflow: hidden;
  border-radius: 45px;
}
.p-front-modelhouse__img img {
  display: block;
  width: 100%;
  aspect-ratio: 565/406;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-front-modelhouse__name {
  margin-top: 24px;
  color: #666;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-front-modelhouse__name {
    margin-top: 20px;
    font-size: 18px;
  }
}
.p-front-modelhouse__text {
  margin-top: 14px;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-front-modelhouse__text {
    margin-top: 10px;
  }
}
.p-front-modelhouse__more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
  padding: 0 10px 17px 0;
  border-bottom: 1px solid #707070;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}
.p-front-modelhouse__more::after {
  content: "";
  width: 18px;
  height: 6px;
  margin-left: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: skewX(45deg);
}

.p-front-products {
  padding: 100px 0 25px;
  background-color: #fff;
}
@media screen and (max-width: 1050px) {
  .p-front-products {
    padding: 60px 0 10px;
  }
}
.p-front-products__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-front-products__list {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
}
.p-front-products__item {
  border: 1px solid #eaeaea;
  background-color: #fff;
}
.p-front-products__img {
  display: block;
}
.p-front-products__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 560/599;
}
.p-front-products__body {
  min-height: 132px;
  padding: 40px 20px 20px 25px;
}
@media screen and (max-width: 767px) {
  .p-front-products__body {
    min-height: auto;
    padding: 30px 20px 20px 20px;
  }
}
.p-front-products__name {
  color: #2e6580;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-front-products__name {
    font-size: 16px;
  }
}
.p-front-products__name--blue {
  color: #062363;
}
.p-front-products__name--brown {
  color: #803c2e;
}
.p-front-products__text {
  margin-top: 20px;
  color: #2e6580;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-front-products__text {
    margin-top: 10px;
  }
}
.p-front-products__text--blue {
  color: #062363;
}
.p-front-products__text--brown {
  color: #803c2e;
}
.p-front-products__more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  min-height: 42px;
  margin: 20px 0 0 auto;
  padding-left: 18px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  background-color: #2e6580;
}
.p-front-products__more--blue {
  background-color: #062363;
}
.p-front-products__more--brown {
  background-color: #803c2e;
}
.p-front-products__more::after {
  content: "";
  width: 18px;
  height: 6px;
  margin-left: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skewX(45deg);
}

.p-front-features {
  padding: 100px 0 60px;
}
@media screen and (max-width: 767px) {
  .p-front-features {
    padding: 60px 0 30px;
  }
}
.p-front-features__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 60px;
  padding-inline: 15px;
}
@media screen and (max-width: 767px) {
  .p-front-features__list {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 30px;
    padding-inline: 20px;
  }
}
.p-front-features__item {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #ddd;
}
.p-front-features__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.56);
}
.p-front-features__item img {
  display: block;
  width: 100%;
  aspect-ratio: 458/459;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-front-features__content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 90%;
  color: #fff;
  transform: translate(-50%, -42%);
}
.p-front-features__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
@media screen and (max-width: 1050px) {
  .p-front-features__row {
    flex-direction: column;
  }
}
.p-front-features__number {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  font-family: "Noto Serif JP", serif !important;
  letter-spacing: -0.01em;
  font-style: italic;
}
@media screen and (max-width: 1050px) {
  .p-front-features__number {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-features__number {
    font-size: 24px;
  }
}
.p-front-features__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .p-front-features__title {
    font-size: 16px;
  }
}
.p-front-features__more {
  position: relative;
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  min-height: 42px;
  margin: 20px auto 0;
  padding-left: 18px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.p-front-features__more::after {
  content: "";
  width: 18px;
  height: 6px;
  margin-left: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skewX(45deg);
}

.p-front-works {
  padding: 100px 0 200px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-works {
    padding: 60px 20px 100px;
  }
}
.p-front-works__slider {
  width: 100%;
  margin-top: 60px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front-works__slider {
    margin-top: 30px;
  }
}
.p-front-works__list {
  width: 100%;
}
.p-front-works__item {
  min-width: 0;
}
.p-front-works__img {
  display: block;
}
.p-front-works__img img {
  display: block;
  width: calc(100% - 1px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 460/307;
}
.p-front-works__title {
  margin-top: 20px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-front-works__title {
    font-size: 14px;
  }
}
.p-front-works__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 438px;
  min-height: 110px;
  margin: 50px auto 0;
  padding-left: 18px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  background-color: #062363;
}
@media screen and (max-width: 767px) {
  .p-front-works__button {
    width: 100%;
    min-height: 60px;
  }
}
.p-front-works__button::after {
  content: "";
  width: 18px;
  height: 6px;
  margin-left: 24px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skewX(45deg);
}

.p-front-after {
  margin-bottom: 120px;
  padding: 70px 0 100px;
  background-color: #eaeaea;
}
@media screen and (max-width: 767px) {
  .p-front-after {
    margin-bottom: 60px;
    padding: 50px 0 60px;
  }
}
.p-front-after__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .p-front-after__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.p-front-after__item {
  display: block;
  text-align: center;
}
.p-front-after__caption {
  display: block;
  margin-top: 17px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-front-after__caption {
    margin-top: 10px;
    font-size: 14px;
  }
}

.p-front-roomtour {
  position: relative;
  padding: 58px 0 174px;
  background: url("../images/roomtour-bg.jpg") center/cover no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front-roomtour {
    padding: 50px 0 70px;
  }
}
.p-front-roomtour__inner {
  position: relative;
  z-index: 1;
}
.p-front-roomtour__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .p-front-roomtour__list {
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 30px auto 0;
  }
}
.p-front-roomtour__item {
  background-color: #fff;
  text-align: center;
}
.p-front-roomtour__movie iframe {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-front-roomtour__title {
  padding: 25px 15px 28px;
  font-size: 16px;
  font-family: "Noto Serif JP", serif !important;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-front-roomtour__title {
    padding: 20px 15px 20px;
    font-size: 14px;
  }
}
.p-front-roomtour__title span {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.p-front-instagram {
  padding: 50px 0 40px;
  background-color: #fff;
}
.p-front-instagram__icon {
  position: relative;
  top: 3px;
  display: inline-block;
  margin: -6px 15px 0 0;
}
.p-front-instagram__follow {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
  padding: 0 50px 25px;
  background: url(../images/illust-fukidshi01.png) no-repeat 50% 100%;
  background-size: contain;
  color: #666;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.01em;
}
.p-front-instagram__list {
  display: flex;
  width: 100%;
  padding: 21px 0 15px;
  background-color: #efefef;
}

.p-front-recruit {
  padding: 100px 0 10px;
}
@media screen and (max-width: 767px) {
  .p-front-recruit {
    padding: 60px 0 10px;
  }
}
.p-front-recruit__banner {
  display: block;
}

.p-front-estate {
  padding: 100px 0 40px;
}
@media screen and (max-width: 767px) {
  .p-front-estate {
    padding: 60px 0 20px;
  }
}
.p-front-estate__content {
  display: grid;
  grid-template-columns: 344px 1fr;
  gap: 75px;
  align-items: start;
  margin: 70px auto 0;
}
@media screen and (max-width: 1050px) {
  .p-front-estate__content {
    grid-template-columns: 280px 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-estate__content {
    grid-template-columns: 100%;
    gap: 30px;
    margin: 30px auto 0;
  }
}
.p-front-estate__slider .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 345/220;
}
.p-front-estate__slider .slick-dots {
  bottom: -50px !important;
}
@media screen and (max-width: 767px) {
  .p-front-estate__slider .slick-dots {
    bottom: -30px !important;
  }
}
.p-front-estate__slider .slick-dots li button:before {
  font-family: "slick" !important;
  font-size: 30px !important;
}
.p-front-estate__link {
  display: block;
  position: relative;
}
.p-front-estate__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: calc(100% - 40px);
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
}
.p-front-estate__body {
  padding-top: 12px;
}
@media screen and (max-width: 1050px) {
  .p-front-estate__body {
    padding-top: 0;
  }
}
.p-front-estate__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1050px) {
  .p-front-estate__title {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-estate__title {
    font-size: 18px;
  }
}
.p-front-estate__text {
  margin-top: 19px;
  line-height: 1.88;
  letter-spacing: -0.02em;
}
.p-front-estate__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 306px;
  min-height: 70px;
  margin: 13px 0 0 auto;
  padding-left: 18px;
  border: 1px solid #888;
  font-size: 16px;
  line-height: 1;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-estate__button {
    margin: 20px auto 0 auto;
    font-size: 14px;
  }
}
.p-front-estate__button::after {
  content: "";
  width: 18px;
  height: 6px;
  margin-left: 10px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: skewX(45deg);
}

.p-front-posts {
  padding: 100px 0 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-posts {
    padding: 60px 0 10px;
  }
}
.p-front-posts .top-blognews-wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-front-posts .top-blognews-wrap {
    flex-direction: column;
    gap: 50px;
  }
}
.p-front-posts .top-blog-wrap,
.p-front-posts .top-news-wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-front-posts .top-blog-wrap,
.p-front-posts .top-news-wrap {
    width: 100%;
  }
}
.p-front-posts .top-blog-wrap {
  margin-right: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-front-posts .top-blog-wrap {
    margin-right: 0;
  }
}
.p-front-posts .top-news-wrap {
  margin-left: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-front-posts .top-news-wrap {
    margin-right: 0;
  }
}
.p-front-posts .top-blog-wrap > ul {
  margin-top: 34px;
  border-top: 1px solid #eaeaea;
}
.p-front-posts .top-blog-wrap > ul > li > a {
  display: block;
  padding: 13px 0px 13px;
  border-bottom: 1px solid #eaeaea;
  height: 130px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-front-posts .top-blog-wrap > ul > li > a {
    height: 130px;
  }
}
.p-front-posts .top-news-wrap > ul {
  margin-top: 34px;
  border-top: 1px solid #eaeaea;
}
.p-front-posts .top-news-wrap > ul > li > a {
  display: block;
  padding: 20px 0px 13px;
  border-bottom: 1px solid #eaeaea;
  height: 130px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-front-posts .top-news-wrap > ul > li > a {
    height: 110px;
  }
}
.p-front-posts .bn-thumbnail {
  margin-right: 3vw;
  float: left;
}
.p-front-posts .bn-thumbnail img {
  width: 100px;
  height: 100px;
}
.p-front-posts .bn-content h3 {
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-front-posts .bn-content h3 {
    font-size: 16px;
  }
}
.p-front-posts .bn-content p {
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}
.p-front-posts .top-blog-wrap .news-category {
  padding: 10px;
  border: solid 1px #707070;
  background-color: #fff;
  vertical-align: middle;
}
.p-front-posts .top-news-wrap .news-category {
  padding: 10px;
  background-color: #eaeaea;
  vertical-align: middle;
}
.p-front-posts .top-blog-wrap .bn-content {
  padding-top: 7px;
  width: calc(100% - 100px - 3vw);
  float: right;
}
.p-front-posts .top-blognews .bn-content h3 {
  margin-top: 23px;
}

.p-front-contact-banners {
  padding: 36px 0 10px;
  background-color: #fff;
}
.p-front-contact-banners__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-front-contact-banners__inner {
    grid-template-columns: 1fr;
  }
}
.p-front-contact-banners__item {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #ddd;
}
.p-front-contact-banners__item img {
  display: block;
  width: 100%;
}
.p-front-contact-banners__arrow {
  position: absolute;
  right: 30px;
  bottom: 50px;
  width: 59px;
  height: 59px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.p-front-contact-banners__arrow::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 18px;
  width: 18px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skewX(45deg);
}

.p-front-sns {
  padding: 100px 0 100px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-sns {
    padding: 40px 0 60px;
  }
}
.p-front-sns__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 110px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-front-sns__list {
    gap: 30px;
  }
}
.p-front-sns__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .p-front-sns__link {
    width: 60px;
  }
}