@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); */
  font-size: clamp(3rem, 4.2vw, 4.2rem);
  margin-bottom: .4em;
  line-height: 1.3;
}
#facada .tertiary-heading {
  margin-bottom: 1em;
  font-size: clamp(2rem, 3vw, 3rem);
}
.facade-top-list .lead{
  margin-bottom: 1.2em;
}

.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;
}


.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;
}


.facade-section{
  margin-bottom: 120px;
  /* background:url(../images/design/facade-bg-02.webp) no-repeat center bottom , url(../images/design/facade-bg-01.webp) no-repeat center top ; */
  background:url(../images/design/facade-bg.webp) no-repeat center center;
  background-size: cover;
}
.general-section.facade-section .inner{
  background: transparent;
}
.facade-top-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
}
.facade-top-item:first-child{
  max-width: 500px;
}
.facade-top-item:last-child{
  max-width: 340px;
}
.facade-perse{
  margin-top: -840px;
  width: 79%;
  position: relative;
  bottom: -4.5vw;
}
.design-img.left{
  padding: 0 calc((100% - 1166px) / 2) 0 0;
  margin-right: 16px;
}
.design-img.right{
  padding: 0 0 0 calc((100% - 1166px) / 2);
  margin-left: 16px;
}
.design-head{
  display: grid;
  grid-template-columns:1fr 60% ;
  gap: 80px;
  align-items: center;
}
.design-head-item .note{
  margin-bottom: 0;
}
.design-head-item:last-child{
  position: relative;
}
.design-head-item:last-child::before{
  content: '';
  display: block;
  position: absolute;
  left: -39.5px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #CCCCCC;
}
.bg-right{
  padding-bottom: 60px;
  background:url(../images/design/bg-right.webp) no-repeat center bottom;
  background-size: 100%;
}
.bg-left{
  padding-bottom: 60px;
  background:url(../images/design/bg-left.webp) no-repeat center bottom;
  background-size: 100%;
}
.bg-center{
  padding-bottom: 60px;
  background:url(../images/design/bg-center.webp) no-repeat center bottom;
  background-size: 100%;
}
.design-block{
  margin-top: 56px;
}
.design-lists{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
.design-list-title{
  margin-top: .8em;
      font-size: 2.4rem;
          height: 2.4em;
}
.design-list-title .is-small{
  font-size: 70%;
}
.design-list-title::after{
  content: '';
  margin-top: 20px;
  display: block;
  height: 1px;
  width: 40px;
  background: #007B89;
}
.design-list-title sub{
  vertical-align: baseline;
  position: relative;
  top: -.2em;
  margin-left: .6em;
}
.design-list-badge{
  position: absolute;
  top: 16px;
  left: 16px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  background: #AC9666;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .facade-section{
    margin-bottom: 32px;
    /* background:url(../images/design/facade-bg-02.webp) no-repeat center bottom , url(../images/design/facade-bg-01.webp) no-repeat center top ; */
    background:url(../images/design/facade-bg.webp) no-repeat center center;
    background-size: cover;
  }
  .general-section.facade-section .inner{
    background: transparent;
  }
  .facade-top-wrap{
    gap: 16px;
  }
  .facade-top-item:first-child{
    max-width: 100%;
  }
  .facade-top-item:last-child{
    max-width: 100%;
    /* width: calc(100% - 64px); */
    margin: 0 auto;
  }
  .facade-top-lists{
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .facade-top-list{
    width: calc(50% - 4px);
  }
  .facade-top-list .lead{
    font-size: 1.4rem;
  }
  .facade-perse{
    margin-top: -220px;
        width: 85%;
        position: relative;
        bottom: -4.5vw;
        margin-left: -10vw;
  }
  .design-block {
    margin-top: 32px;
  }
  .bg-right{
    padding-top: 8px;
    padding-bottom: 20px;
    background:url(../images/design/bg-right.webp) no-repeat center bottom;
    background-size: 100%;
  }
  .bg-left{
    padding-top: 8px;
    padding-bottom: 20px;
    background:url(../images/design/bg-left.webp) no-repeat center bottom;
    background-size: 100%;
  }
  .bg-center{
    padding-top: 8px;
    padding-bottom: 20px;
    background:url(../images/design/bg-center.webp) no-repeat center bottom;
    background-size: 100%;
  }
  .design-head{
    grid-template-columns: 1fr;
    gap: 0;
  }
  .design-lists {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: calc(100% - 64px);
  }
  .design-lists.view-lists {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
  }
  .design-list-title {
    margin-top: 1.2em;
    font-size: 1.8rem;
    min-height: 2em;
    height: auto;
    margin-bottom: .8em;
  }
  .design-list-title::after {
    content: '';
    margin-top: 12px;
  }
  .design-list-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 68px;
    height: 68px;
    font-size: 1.8rem;
  }
}