@charset "UTF-8";
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-green: #007b89;
  --en-font: "optima-nova-lt-pro", sans-serif;
  --jp-font: "游明朝", "Yu Mincho", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
}

#facada .secondary-heading {
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 80px;
}

.mv-text {
  font-family: "optima-nova-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: clamp(5rem, 5vw, 9rem);
  inset: 0;
  left: 10px;
  position: absolute;
  top: 10px;
}
.mv-text-lr {
  writing-mode: sideways-lr;
  text-orientation: mixed;
}
@media screen and (max-width: 767px) {
  .mv-text {
    font-size: 6vw;
  }
}

.caption.has-bg {
  left: auto;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 0.4em 0.6em;
  margin: 0;
}
.caption.is-out {
  bottom: -25px;
  left: 0;
}

.general-section .inner {
  background: #fff;
  padding: 140px 20px 100px;
  max-width: 1500px;
}
@media screen and (max-width: 767px) {
  .general-section .inner {
    padding: 32px 20px;
  }
}

.facade {
  background: url(../images/design/bg01.webp) no-repeat top right;
  background-size: 50% auto;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .facade {
    background-size: 70% auto;
    background-position: top 2% right;
    padding-bottom: 50px;
  }
}
.facade::before {
  background: url(../images/design/bg02.webp) no-repeat center top;
  background-size: 180% auto;
  content: "";
  height: 100%;
  left: 0;
  max-height: 1050px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -2;
}
@media screen and (min-width: 1600px) {
  .facade::before {
    background-size: 100% auto;
  }
}
.facade::after {
  background: url(../images/design/bg03.webp) no-repeat top center;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  left: 0;
  height: 80%;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .facade::after {
    background-position: bottom center;
    background-size: 100% auto;
  }
}
.facade-wrap {
  margin: 0 auto 15px;
  padding: 150px 0 240px 150px;
  position: relative;
  max-width: 1500px;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .facade-wrap {
    padding: 150px 0 240px 30px;
  }
}
@media screen and (max-width: 767px) {
  .facade-wrap {
    padding: 32px 20px 100px;
  }
}
.facade-wrap .en-font {
  font-size: clamp(3rem, 4.2vw, 4.2rem);
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .facade-wrap .en-font {
    margin-bottom: 20px;
  }
}
.facade-wrap .caption {
  bottom: 0;
  position: absolute;
  right: 0;
}
.facade .inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .facade .inner {
    width: 100%;
  }
}
.facade-detail {
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 80px;
  max-width: 1300px;
}
@media screen and (max-width: 767px) {
  .facade-detail {
    margin: 0 auto 50px;
  }
}
.facade-detail-img {
  width: 49.2307692308%;
}
@media screen and (max-width: 767px) {
  .facade-detail-img {
    width: 100%;
  }
}
.facade-detail-text {
  padding: 0 30px;
  position: relative;
  width: 49.2307692308%;
}
@media screen and (max-width: 767px) {
  .facade-detail-text {
    padding: 0;
    width: 100%;
  }
}
.facade-detail-text .facade-heading {
  color: #007B89;
  font-size: clamp(2.8rem, 3.7vw, 3.7rem);
  line-height: 1.2;
  margin-bottom: 15px;
  padding-bottom: 20px;
  position: relative;
  width: calc(100% - 130px);
}
.facade-detail-text .facade-heading .en-font {
  font-size: clamp(2.2rem, 2.4vw, 2.4rem);
}
.facade-detail-text .facade-heading .fz_l {
  font-size: 147%;
}
.facade-detail-text .facade-heading .fz_m {
  font-size: 123%;
}
.facade-detail-text .facade-heading::after {
  background: #007B89;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
}
.facade-detail-text .flex-wrapper {
  justify-content: space-between;
}
.facade-detail-text .flex-wrapper .circle {
  align-items: center;
  background: #AC9666;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: clamp(1.6rem, 3.2vw, 3.2rem);
  height: 110px;
  justify-content: center;
  width: 110px;
}
@media screen and (max-width: 767px) {
  .facade-detail-text .flex-wrapper .circle {
    height: 4em;
    top: -2.5em;
    width: 4em;
  }
}
.facade-detail-text .note {
  font-size: clamp(1.8rem, 2.4vw, 2rem);
}
.facade-detail:nth-child(even) {
  flex-direction: row-reverse;
}
.facade-list {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1300px;
}
@media screen and (max-width: 767px) {
  .facade-list {
    margin-top: 80px;
  }
}
.facade-list li {
  margin-bottom: 48px;
  width: 31.3846153846%;
}
@media screen and (max-width: 767px) {
  .facade-list li {
    margin-bottom: 30px;
    width: 100%;
  }
}
.facade-list dt {
  color: #007B89;
  font-size: clamp(2rem, 2.4vw, 2.4rem);
  margin: 20px auto 10px;
}
.facade-list dt .ls {
  letter-spacing: -0.1em;
}
.facade-list dd {
  font-size: clamp(14px, 13.6px + 0.125vw, 16px);
  line-height: 1.5;
}/*# sourceMappingURL=design.css.map */