@charset "UTF-8";

.mainVisual {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.mainVisual__picture img {
  width: 100%;
  height: 100vh;
  object-position: center;
  object-fit: cover;
}

.mainVisual__capIn {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
}

.mainVisual .title-page {
  color: #ffffff;
  position: absolute;
  bottom: 6.375%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}

.mainVisual::after {
  content: '';
  width: 100%;
  height: 18.75%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  bottom: 0%;
  position: absolute;
}


.wrap-content {
  padding: 120px 0 0;
  color: #ffffff;
}

.wrap-content .title01 {
  text-align: center;
  margin-bottom: 200px;
}


/* facade */
.facade {
  padding: 0 0 16rem;
  position: relative;
}

.facade .title01 {
  margin: 0 0 150px;
}

.facade .facade-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.facade .facade-inner .facade-txt {
  width: 55%;
  padding: 20px 0 0;
}

.facade .facade-inner .facade-img {
  width: 41%;
  position: absolute;
  bottom: 0;
  right: -4%;
}

.facade .facade-inner .facade-img .capIn {
  bottom: 5%;
}

.facade .facade-inner .facade-txt .title02 {
  margin: 0 0 28px;
}

.facade .facade-inner .facade-txt .title02 sup {
  font-size: 12px;
}

.facade .material {
  margin: 60px 0 0;
}

.facade .material .tit-material {
  background: #ffffff;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.2em;
  padding: 8px 13px;
  font-family: "Ovo", serif;
  line-height: 1;
  margin: 0 0 10px;
}

.facade .material .list-img {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 10px 0 0;
}

.facade .material .caption {
  text-align: right;
  width: 100%;
  margin: 5px 0 0;
}

/* approach */
.w-full {
  margin: 0 0 60px;
  overflow: hidden;
}

.block-cnt:not(:last-child) {
  margin-bottom: 180px;
}

.block-cnt .title02 {
  text-align: center;
  margin: 0 0 40px;
}

.block-cnt .s-desc {
  text-align: center;
}

.approach {
  margin: 160px 0 0;
}

.block-cnt .title01 {
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .wrap-content {
    padding: 60px 0 0;
  }

  .block-cnt .s-desc {
    text-align: left;
  }

  .facade .title01 {
    margin: 0 0 10px;
  }

  .facade {
    padding: 0 0 6rem;
  }

  .facade .facade-inner .facade-txt {
    width: 100%;
    padding-top: 30px;
  }

  .facade .facade-inner .facade-img {
    position: unset;
    width: 100%;
    margin: 40px 0 0;
    order: -1;
  }

  .facade .facade-inner .facade-img .capIn {
    bottom: 3%;
  }

  .block-cnt:not(:last-child) {
    margin: 0 0 100px;
  }

  .block-cnt .title01 {
    margin: 0 0 20px;
  }

  .block-cnt .title02 {
    margin: 0 0 20px;
  }

  .w-full {
    margin: 0px 0 30px;
  }
}



/* .bottomArea {
  color: #ffffff;
  padding-top: 80px;
  font-size: 12px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .bottomArea {
    padding: 40px 20px;
  }
} */