@charset "utf-8";

.concept-copy {
  font-size: clamp(12px, calc(18 / 1200 * 100vw), 18px);
  line-height: 2.444444444;
}
.concept-enheading {
  font-size: clamp(20px, calc(40 / 1200 * 100vw), 40px);
}
@media screen and (max-width: 480px){
  .concept-copy {
    font-size: 14px;
    line-height: 2.142857143;
  }
  .concept-enheading {
    font-size: 24px;
  }
}



.concept {
  position: relative;
  z-index: 1;
}
.concept__photo {
  position: absolute;
  z-index: -1;
}
.concept__photo--1 {
  top: 0;
  left: 0;
  width: max(600px, calc(852 / 1920 * 100%));
  max-width: 100%;
  height: 100%;
}
.concept__photo--2 {
  bottom: 0;
  right: 0;
  width: calc(832 / 1920 * 100%);
  aspect-ratio: 832 / 642;
}
.concept__photo img {
  height: 100%;
  object-fit: cover;
}
.concept__photo--1 img {
  object-position: bottom right;
}
.concept__desc {
  padding-block: max(180px, calc(180 / 1920 * 100vw));
}
.concept__desc__heading {
  font-size: clamp(20px, calc(30 / 1200 * 100vw), 30px);
}
.concept__desc__logo {
  max-width: clamp(300px, calc(400 / 1200 * 100vw), 400px);
  margin-top: 30px;
}
/* .concept__desc__logo__item {
} */
.concept__desc__logo__item--1 {
  fill: rgb(var(--color-blue));
}
.concept__desc__logo__item--6 {
  fill: rgb(var(--color-red));
}
.concept__desc__copy {
  font-size: clamp(14px, calc(20 / 1200 * 100vw), 20px);
  line-height: 2.8;
  --margin-top: 80px;
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .concept__photo--1 {
    width: 40%;
    height: auto;
  }
  .concept__photo--2 {
    width: 60%;
    aspect-ratio: 380 / 253;
  }
}
@media screen and (max-width: 480px){
  .concept__photo--1 {
    width: 208px;
    height: auto;
  }
  .concept__photo--2 {
    width: 100%;
    aspect-ratio: 380 / 253;
  }
  .concept__desc {
    padding-block: 80px;
  }
  .concept__desc__heading {
    font-size: 20px;
  }
  .concept__desc__logo {
    max-width: 200px;
  }
  .concept__desc__copy {
    font-size: 16px;
    line-height: 2.25;
    --margin-top: 60px;
  }
}



/* .smartart {
} */
.smartart__content {
  padding-block: 190px 180px;
}
.smartart__content__group + .smartart__content__group {
  margin-top: 125px;
}
.smartart__content__group__head {
  align-items: baseline;
  gap: 40px 60px;
  margin-bottom: 85px;
}
.smartart__content__group__head__enheading {
  flex: 0 1 auto;
  font-size: clamp(58px, calc(78 / 1200 * 100vw), 78px);
}
.smartart__content__group__head__enheading::first-letter {
  font-size: calc(120 / 78 * 100%);
  line-height: 1cap;
}
.smartart__content__group--smart .smartart__content__group__head__enheading::first-letter {
  color: rgb(var(--color-blue));
}
.smartart__content__group--art .smartart__content__group__head__enheading::first-letter {
  color: rgb(var(--color-red));
}
.smartart__content__group__head__heading {
  flex: 1;
  font-size: clamp(20px, calc(30 / 1200 * 100vw), 30px);
  line-height: 1.5;
}
.smartart__content__group__bnr {
  box-sizing: border-box;
  box-shadow: 0 0 40px rgba(0, 0, 0, .1);
  padding: 45px min(calc(80 / 1320 * 100%), 80px) 45px 45px;
  gap: 45px calc(75 / 1200 * 100%);
  background: #fff;
}
.smartart__content__group__bnr + .smartart__content__group__bnr {
  margin-top: 60px;
}
.smartart__content__group__bnr__photo {
  width: calc(480 / 1200 * 100%);
  align-self: flex-start;
}
.smartart__content__group__bnr__desc {
  flex: 1;
}
.smartart__content__group__bnr__desc__heading {
  font-size: clamp(20px, calc(40 / 1200 * 100vw), 40px);
}
.smartart__content__group__bnr__desc__copy {
  font-size: clamp(14px, calc(24 / 1200 * 100vw), 24px);
  line-height: 2.25;
  --margin-top: 50px;
}
.smartart__content__group__bnr__desc__more {
  margin-top: 75px;
  margin-left: auto;
}
.smartart__content__group__debeloper {
  max-width: 920px;
}
.smartart__content__group__ex {
  margin-top: 80px;
  gap: 45px calc(75 / 1320 * 100%);
}
.smartart__content__group__ex__photo {
  width: calc(600 / 1320 * 100%);
  align-self: flex-start;
}
.smartart__content__group__ex__photo__item {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.smartart__content__group__ex__photo__item--3 {
  grid-column: 1 / 3;
}
.smartart__content__group__ex__desc {
  flex: 1;
}
/* .smartart__content__group__ex__desc__copy {
} */
@media screen and (max-width: 480px){
  .smartart__content {
    padding-block: 80px;
  }
  .smartart__content__group + .smartart__content__group {
    margin-top: 60px;
  }
  .smartart__content__group__head {
    gap: 40px 0;
    margin-bottom: 40px;
    justify-content: center;
  }
  .smartart__content__group__head__enheading {
    font-size: 39px;
  }
  .smartart__content__group__head__enheading::first-letter {
    font-size: calc(60 / 39 * 100%);
  }
  .smartart__content__group__head__heading {
    flex: 1 0 100%;
    font-size: 18px;
    line-height: 2.111111111;
    text-align: center;
  }
  .smartart__content__group__bnr {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 16px 16px 36px;
    gap: 30px 0;
    justify-content: center;
  }
  .smartart__content__group__bnr + .smartart__content__group__bnr {
    margin-top: 40px;
  }
  .smartart__content__group__bnr__photo {
    width: 100%;
  }
  .smartart__content__group__bnr__desc {
    flex: 0 1 260px;
  }
  .smartart__content__group__bnr__desc__heading {
    font-size: 24px;
  }
  .smartart__content__group__bnr__desc__copy {
    font-size: 16px;
    line-height: 2.125;
    --margin-top: 30px;
  }
  .smartart__content__group__bnr__desc__more {
    margin-top: 40px;
  }
  .smartart__content__group__debeloper {
    max-width: 266px;
  }
  .smartart__content__group__ex {
    margin-top: 40px;
    gap: 30px 0;
    max-width: 300px;
  }
  .smartart__content__group__ex__photo {
    width: 100%;
  }
  .smartart__content__group__ex__desc {
    flex: 1 0 100%;
  }
}



.facade {
  margin-top: 180px;
}
/* .facade__heading {
} */
.facade__copy {
  --margin-top: 40px;
}
.facade__photo {
  margin-top: 65px;
}
/* .facade__photo__link {
} */
@media screen and (max-width: 480px){
  .facade {
    margin-top: 80px;
  }
  .facade__photo {
    margin-top: 40px;
  }
}



.landplan {
  margin-top: 180px;
}
/* .landplan__heading {
} */
.landplan__copy {
  --margin-top: 40px;
}
.landplan__photo {
  margin-top: 60px;
}
/* .landplan__photo__link {
} */
.landplan__merit {
  max-width: 1120px;
  margin-top: 90px;
  box-sizing: border-box;
  padding: 85px min(calc(80 / 1120 * 100%), 80px);
  gap: 40px 30px;
  background: rgba(var(--color-blue), .05);
}
.landplan__merit__desc {
  flex: 1;
}
.landplan__merit__desc__enheading {
  font-size: clamp(11px, calc(14 / 1200 * 100vw), 14px);
}
.landplan__merit__desc__heading {
  font-size: clamp(20px, calc(30 / 1200 * 100vw), 30px);
  line-height: 1.833333333;
  --margin-top: 30px;
}
.landplan__merit__desc__list {
  margin-top: 40px;
  grid-template-columns: 100%;
  gap: 20px 0;
}
.landplan__merit__desc__list__item {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
}
.landplan__merit__desc__list__item__num {
  width: calc(25 / 17 * 1em);
  height: calc(25 / 17 * 1em);
  place-items: center;
  align-self: start;
  margin-right: calc(15 / 17 * 1em);
  border-radius: 100%;
  font-size: clamp(13px, calc(17 / 1200 * 100vw), 17px);
  background: rgb(var(--color-blue));
}
.landplan__merit__desc__list__item__copy {
  font-size: clamp(12px, calc(18 / 1200 * 100vw), 18px);
  line-height: 1.5;
}
.landplan__merit__photo {
  width: calc(500 / 960 * 100%);
}
@media screen and (max-width: 480px){
  .landplan {
    margin-top: 80px;
  }
  .landplan__photo {
    margin-top: 40px;
  }
  .landplan__merit {
    margin-top: 45px;
    padding: 40px 30px;
    gap: 50px 0;
  }
  .landplan__merit__desc {
    flex: 1 0 100%;
  }
  .landplan__merit__desc__enheading {
    font-size: 14px;
    text-align: center;
  }
  .landplan__merit__desc__heading {
    font-size: 20px;
    line-height: 1.8;
    --margin-top: 20px;
    text-align: center;
  }
  .landplan__merit__desc__list {
    margin-top: 35px;
  }
  .landplan__merit__desc__list__item__num {
    width: calc(20 / 13 * 1em);
    height: calc(20 / 13 * 1em);
    margin-right: calc(10 / 13 * 1em);
    font-size: 13px;
  }
  .landplan__merit__desc__list__item__copy {
    font-size: 14px;
    line-height: 2;
  }
  .landplan__merit__photo {
    width: 100%;
  }
}



.interview {
  margin-top: 150px;
}
.interview__content {
  position: relative;
  z-index: 1;
  padding-block: 100px;
}
.interview__content__photo {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.interview__content__photo img {
  height: 100%;
  object-fit: cover;
}
.interview__content__photo::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(var(--color-deepblue), .6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.interview__content__group {
  max-width: 1350px;
  grid-template: "enheading . photo" auto
  "desc . photo" 1fr
  / minmax(0, 1fr) 30px calc(600 / 1350 * 100%);
  align-items: start;
}
.interview__content__group__enheading {
  grid-area: enheading;
  font-size: clamp(50px, calc(70 / 1200 * 100vw), 70px);
  line-height: 1.285714286 !important;
  word-break: break-all;
}
.interview__content__group__photo {
  grid-area: photo;
  align-self: center;
}
.interview__content__group__desc {
  grid-area: desc;
  margin-top: 70px;
}
/* .interview__content__group__desc__copy {
} */
.interview__content__group__desc__btn {
  max-width: 360px;
  margin-top: 80px;
}
@media screen and (max-width: 480px){
  .interview {
    margin-top: 80px;
  }
  .interview__content {
    padding-block: 60px;
  }
  .interview__content__photo::after {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .interview__content__group {
    max-width: 300px;
    grid-template: "enheading" auto
    "photo" auto
    "desc" auto
    / 100%;
  }
  .interview__content__group__enheading {
    font-size: 30px;
    line-height: 1.333333333 !important;
    text-align: center;
  }
  .interview__content__group__photo {
    margin-top: 40px;
  }
  .interview__content__group__desc {
    margin-top: 40px;
  }
  .interview__content__group__desc__btn {
    margin-top: 40px;
  }
}