@charset "utf-8";
.under-mv .img{
  position: relative;
}
.under-mv .img span{
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  color: #fff;
}


.img{
  position: relative;
}
.img span{
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  color: #fff;
}


.img-sec{
  position: relative;
}
.img-sec.facade .img span{
  color: #000;
}
.img-sec .inner{
  max-width: 1200px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: left;
}
.img-sec .inner .txt-box{
  width: 43%;
}
.img-sec .inner .txt-box .en{
  margin: 0 0 60px;
}
.img-sec .inner .txt-box .midashi{
  margin: 0 0 40px;
  font-size: clamp(18px,2.2vw,28px);
  line-height: 1.4;
  font-weight: bold;
}
.img-sec .inner .txt-box .txt{
  font-size: clamp(12px,1.2vw,14px);
  line-height: 2.4;
  font-weight: bold;
}
.img-sec.facade .inner{
  color: #fff;
}
.img-sec.entrance .inner{
  color: #fff;
}
.img-sec.entrance .inner .txt-box{
  margin-left: auto;
}
.img-sec.facade .inner .txt-box .en{
  max-width: 200px;
}
.img-sec.entrance .inner .txt-box .en{
  max-width: 280px;
}
@media screen and (max-width: 810px) {
  .img-sec.facade .img span{
    color: #fff;
  }
  .img-sec .inner{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    text-align: center;
  }
  .img-sec .inner .txt-box{
    width: 100%;
    padding: 40px 0 50px;
  }
  .img-sec .inner .txt-box .en{
    margin: 0 auto 40px;
  }
  .img-sec .inner .txt-box .midashi{
    margin: 0 0 20px;
  }
  .img-sec .inner .txt-box .txt{
    line-height: 2;
  }
  .img-sec.facade .inner,
  .img-sec.entrance .inner{
    color: #555a5f;
  }
  .img-sec.entrance .inner .txt-box{
    margin-left: auto;
  }
  .img-sec.facade .inner .txt-box .en{
    max-width: 180px;
  }
  .img-sec.entrance .inner .txt-box .en{
    max-width: 260px;
  }
}

.landplan{
  padding: 80px 0;
}
.landplan .sec-tit{
  text-align: center;
  color: #555a5f;
  font-size: clamp(24px,3.2vw,40px);
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 810px) {
  .landplan{
    padding: 10px 0 40px;
  }
}

.garden{
  background-color: #f7f6f5;
  padding: 90px 0;
  position: relative;
}
.garden:before{
  content: '';
  width: 60%;
  max-width: 530px;
  position: absolute;
  top: 0;
  right: 0;
  height: 230px;
  background: url(../../images/design/cherry-blossoms.png) no-repeat top right / contain;
  mix-blend-mode: multiply;
}
.garden .inner{
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  color: #645336;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.garden .txt1{
  font-size: clamp(18px,2.4vw,28px);
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
  width: 100%;
  text-align: center;
}
.garden .txt1 span{
  display: block;
  padding-bottom: 10px;
  border-bottom: solid 1px #4d5c63;
  width: fit-content;
  margin: 0 auto;
}
.garden .txt2{
  width: 45%;
  font-size: clamp(16px,1.8vw,22px);
  line-height: 2;
}
.garden .txt2 strong{
  font-size: clamp(24px,3.2vw,46px);
  line-height: 0;
}
.garden .txt-box .txt1 span{
  display: block;
  width: 120px;
  margin-right: 20px;
}
.garden .pyramid{
  width: 50%;
}
.garden .pyramid span{
  display: block;
  font-size: clamp(10px,1.2vw,14px);
  line-height: 1.4;
  margin-top: 5px;
  text-align: right;
}
@media screen and (max-width: 810px) {
  .garden{
    padding: 70px 0 40px;
  }
  .garden:before{
    width: 80%;
    background-position: top right -30px;
  }
  .garden .inner{
    display: block;
  }
  .garden .txt-box{
  }
  .garden .txt1{
    margin: 0 0 15px;
  }
  .garden .txt2{
    font-size: clamp(16px,1.8vw,22px);
    line-height: 2;
    text-align: center;
    width: 100%;
  }
  .garden .pyramid{
    max-width: 440px;
    width: 100%;
    margin: 30px auto 0;
  }
  .garden .pyramid span{
    display: block;
    font-size: clamp(10px,1.2vw,14px);
    line-height: 1.4;
    margin-top: 5px;
    text-align: right;
  }
}

.concept{
  margin: 40px auto 0;
}
@media screen and (max-width: 810px) {
  .concept{
    margin: 30px auto 0;
  }
}