@charset "UTF-8";

/* 共通 */

.de-box {
  background: #fff;
  padding: 100px 0;
}


/*コピーエリア */
.page-ttl02 {
  background-image: url(../img/page-ttl.jpg);
}

.copy-area {
  text-align: center;
  color: #fff;
  background: #2e1800;
  padding: 100px 0;
}

.copy-area .catch-copy {
  width: 60%;
  max-width: 540px;
  margin: 0 auto;
}

.copy-area .sub-copy {
  font-size: 20px;
  margin: 50px 0;
  letter-spacing: 0.2em;
  line-height: 2;
}

.copy-area .text {
  letter-spacing: 0.2em;
  line-height: 2;
}

/* エントランスアプローチ */

.sec-ttl {
  text-align: center;
  position: relative;
}

.sec-ttl::after {
  content: "";
  width: 100px;
  height: 1px;
  background: #4d3115;
  display: block;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.sec-ttl img {
  width: auto;
  height: 26px;
}

.sec-sub {
  color: #4d3115;
  font-size: 20px;
  margin: 70px 0 50px;
  letter-spacing: 0.15em;
  line-height: 1.8;
  text-align: center;
}

.sec-txt {
  text-align: center;
  margin-top: 40px;
  letter-spacing: 0.15em;
  line-height: 2;
}

.green-plan {
  width: 90%;
  max-width: 1000px;
  background: #efedec;
  margin: 40px auto 0;
  padding: 2.5%;
}

.gp-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gp-ttl img {
  width: auto;
  height: 24px;
}

.gp-ttl::after {
  border-top: 1px solid #4d3115;
  content: "";
  width: 60%;
}

.gp-box {
  margin-top: 30px;
  justify-content: space-between;
  align-items: center;
}

.gp-txt {
  width: 35%;
  line-height: 2;
}

.gp-pic {
  width: 60%;
  background: #fff;
  padding: 2.5%;
}

/* エントランスラウンジ */

.pt-0 {
  padding-top: 0;
}

.desc {
  margin-top: 80px;
  margin-bottom: 40px;
  justify-content: space-between;
  align-items: center;
}

.lo-txt {
  width: 38%;
}

.lo-txt .sec-sub {
  margin: 0 0 30px;
  text-align: left;
}

.detail {
  line-height: 2;
}

.lo-pic {
  width: 58%;
}

/* ファサードデザイン */

.facade {
  background: #2e1800;
}

.facade .sec-ttl::after {
  background: #fff;
}

.facade .sec-sub {
  color: #fff;
  margin-bottom: 40px;
}

.facade .text {
  color: #fff;
  text-align: center;
  line-height: 2;
  margin-bottom: 80px;
}

.architect {
  width: 90%;
  max-width: 1000px;
  border: 1px solid #fff;
  color: #FFF;
  margin: 60px auto 0;
  padding: 3%;
}

.arc-ttl img {
  width: auto;
  height: 24px;
}

.arc-box {
  justify-content: space-between;
}

.arc-desc {
  width: 70%;
}

.arc-sub {
  margin: 40px 0 30px;
  font-size: 20px;
}

.arc-txt {
  line-height: 2;
  font-size: 15px;
}

.arc-pic {
  width: 25%;
}

.arc-pic .profile {
  margin-top: 16px;
}

.profile p {
  font-size: 20px;
  line-height: 1.2;
}

.profile .en {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 12px;
}

.profile .job {
  font-size: 15px;
}

.gaikan {
  margin-top: 80px;
  justify-content: space-between;
}

.gaikan-desc {
  color: #fff;
  width: 45%;
}

.gaikan-sub {
  margin: 25% 0 6%;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 2;
}

.gaikan-txt {
  line-height: 2;
  letter-spacing: 0.2em;
  font-size: 15px;
}

.gaikan-pic {
  width: 50%;
}

/* ランドスケーププラン */

.landscape {
  background: #efedec;
}

.landscape .sec-txt {
  margin-top: 70px;
}

.lp-pic {
  width: 90%;
  max-width: 1000px;
  margin: 40px auto 0;
}

.grid {
  margin-top: 80px;
  display: grid;
  gap: 4%;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.grid-item {
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
}

.grid-item::before {
  content: "";
  display: inline-block;
  height: 43px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: -22px;
  left: 15px;
}

.grid-item:nth-of-type(1)::before {
  width: 51px;
  background-image: url('../img/de15.png');
}

.grid-item:nth-of-type(2)::before {
  background-image: url('../img/de17.png');
  width: 63px;
}

.grid-item:nth-of-type(3)::before {
  background-image: url('../img/de19.png');
  width: 64px;
}

.grid-item:nth-of-type(4)::before {
  background-image: url('../img/de21.png');
  width: 64px;
}

.grid-item:nth-of-type(5)::before {
  background-image: url('../img/de23.png');
  width: 64px;
}

.grid-item:nth-of-type(4),
.grid-item:nth-of-type(5) {
  margin-top: 10%;
}

.grid-item:nth-of-type(2) p {
  line-height: 1.4;
  margin-top: 6%;
}

.grid-item p {
  width: 48%;
  margin: 4% 4% 0% 4.5%;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.5;
}

.grid-item p .sm-txt {
  font-size: 10px;
  letter-spacing: 0.05em;
}

.grid-item figure img {
  width: 190px;
  height: auto;
  object-fit: cover;
}

@media (max-width: 1086px) {

  .gp-ttl::after {
    width: 50%;
  }

  .grid-item figure img {
    width: 260px;
  }


  .grid-item:nth-of-type(3),
  .grid-item:nth-of-type(4),
  .grid-item:nth-of-type(5) {
    margin-top: 5%;
  }

}

/*=======================================
TAB_縦~SP
=======================================*/
@media (max-width: 820px) {

  /* 共通 */

  .de-box {
    padding: 50px 0;
  }

  /*コピーエリア */

  .copy-area {
    padding: 50px 0;
  }

  .copy-area .catch-copy {
    width: 75%;
    max-width: 540px;
    margin: 0 auto;
  }

  .copy-area .sub-copy {
    font-size: 16px;
    margin: 30px 0;
  }

  .copy-area .text {
    font-size: 14px;
  }

  /* エントランスアプローチ */

  .sec-ttl {
    text-align: center;
    position: relative;
  }

  .sec-ttl::after {
    width: 60px;
    bottom: -18px;
  }

  .sec-ttl img {
    width: auto;
    height: 17px;
  }

  .sec-sub {
    font-size: 16px;
    margin: 45px 0 25px;
  }

  .sec-txt {
    font-size: 14px;
    margin-top: 30px;
    line-height: 1.8;
  }

  .green-plan {
    margin: 30px auto 0;
    padding: 5.5% 4%;
  }

  .gp-ttl img {
    height: 15px;
  }

  .gp-ttl::after {
    width: 28%;
  }

  .gp-box {
    margin-top: 20px;
    flex-direction: column;
  }

  .gp-txt {
    width: 100%;
    line-height: 1.5;
    font-size: 14px;
  }

  .gp-pic {
    width: 100%;
    padding: 3%;
    margin-top: 5%;
  }

  .gp-pic .cap_txt {
    letter-spacing: 0;
    bottom: -16px;
  }

  /* エントランスラウンジ */

  .desc {
    margin-top: 45px;
    margin-bottom: 30px;
    flex-direction: column;
  }

  .lo-txt {
    width: 100%;
  }

  .lo-txt .sec-sub {
    margin: 0 0 20px;
    text-align: center;
  }

  .detail {
    font-size: 14px;
    line-height: 1.8;
  }

  .lo-pic {
    width: 100%;
    margin-top: 20px;
  }

  /* ファサードデザイン */

  .facade .sec-sub {
    margin-bottom: 20px;
  }

  .facade .text {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 40px;
  }

  .facade figcaption.cap_txt {
    color: #fff;
    text-shadow: 0 0 5px #000;
  }

  .architect {
    margin: 40px auto 0;
    padding: 6% 5%;
  }

  .arc-ttl {
    text-align: center;
  }

  .arc-ttl img {
    height: 17px;
  }

  .arc-box {
    flex-direction: column-reverse;
  }

  .arc-desc {
    width: 100%;
  }

  .arc-sub {
    margin: 20px 0 20px;
    font-size: 16px;
    text-align: center;
  }

  .arc-txt {
    line-height: 1.8;
    font-size: 14px;
  }

  .arc-pic {
    width: 100%;
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: space-between;
  }

  .arc-pic figure {
    width: 36%;
  }

  .arc-pic .profile {
    width: 60%;
    margin-top: 0;
  }
  .profile p {
    font-size: 16px;
    line-height: 1.5;
  }


  .profile .en {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }

  .profile .job {
    font-size: 13px;
  }

  .gaikan {
    margin-top: 50px;
    flex-direction: column;
  }

  .gaikan-desc {
    width: 100%;
  }

  .gaikan-sub {
    margin: 0;
    font-size: 16px;
    text-align: center;
  }

  .gaikan-txt {
    line-height: 1.7;
    font-size: 14px;
    margin: 20px 0;
  }

  .gaikan-pic {
    width: 100%;
  }

  /* ランドスケーププラン */

  .landscape .sec-txt {
    margin-top: 45px;
  }

  .lp-pic {
    margin: 20px auto 0;
  }

  .grid {
    margin-top: 60px;
    margin-bottom: 40%;
    gap: 4%;
  }

  .grid-item::before {
    top: -20px;
  }

  .grid-item:nth-of-type(1)::before {
    width: 41px;
  }

  .grid-item:nth-of-type(2)::before {
    width: 51px;
  }

  .grid-item:nth-of-type(3)::before {
    width: 51px;
  }

  .grid-item:nth-of-type(4)::before {
    width: 51px;
  }

  .grid-item:nth-of-type(5)::before {
    width: 51px;
  }

  .grid-item p {
    font-size: 14px;
  }

  .grid-item p .sm-txt {
    font-size: 10px;
    letter-spacing: 0.05em;
  }

  .grid-item figure img {
    width: 190px;
  }

}

@media (max-width: 694px) {
  .grid-item figure img {
    width: 240px;
  }

  .grid-item:nth-of-type(3),
  .grid-item:nth-of-type(4),
  .grid-item:nth-of-type(5) {
    margin-top: 0;
  }

}