.fv--page {
  background: url(../img/sanu-img-1.webp);
  background-size: cover;
  height: 990px;
  position: relative;
  background-position: center;
}


.fv__deco {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.fv__deco img {
  width: 100%;
}
.fv--page .section__title {
  color: #fff;
  margin-left: 240px;
  margin-left: clamp(1.5rem, -13.929rem + 32.14vw, 15rem);
  position: absolute;
  bottom: 150px;
}
.fv--page .section__title span {
  font-size: 140px;
  font-size: clamp(2.5rem, -4.643rem + 14.88vw, 8.75rem);
}
#breadcrumbs {
  padding-top: 0;
  padding-bottom: 0;
}
.section__title--consept {
  align-items: center;
}
.page-consept__item {
  display: flex;
  gap: 32px;
  padding: 80px 0;
}
.page-consept__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.page-consept__item:nth-of-type(1) {
  margin-top: -80px;
  padding-bottom: 160px;
  background: url(../img/deco-concept-top.webp) no-repeat;
  background-size: cover;
  background-position: bottom;
}
.page-consept__item:nth-of-type(2) {
  padding-top: 60px;
}
.page-consept__item:nth-of-type(3) {
  padding-top: 160px;
  padding-bottom: 160px;
  background: url(../img/deco-concept-center.webp) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.page-consept {
  position: relative;
  gap: 0;
}
/* .page-consept::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/deco-concept-center.svg) no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
} */
.page-consept__item .section__image {
  max-width: 50%;
  width: 100%;
  aspect-ratio: inherit;
}
.page-consept__item .page-consept__body {
  max-width: calc(1440px / 2 - 32px / 2 + 24px);
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.page-consept__item:nth-of-type(odd) .page-consept__body {
  flex-direction: row;
  margin-left: auto;
  padding-left: 24px;
}

.page-consept__item:nth-of-type(even) .page-consept__body {
  flex-direction: row-reverse;
  margin-right: auto;
  padding-right: 24px;
}
.page-consept__line {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 12px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 8px;
}
.page-consept__line::after {
  content: "";
  background: var(--theme-black-dark);
  width: 1px;
  height: 100%;
}

.page-consept__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: baseline;
  flex-grow: 1;
  width: calc(100% - 40px);
}
.page-consept__content .title--md {
  font-size: 40px;
  font-size: clamp(1.5rem, 0.298rem + 2.45vw, 2.5rem);
  text-align: left;
}
.essence {
  counter-reset: essence-counter;
}

.essence__title {
  counter-increment: essence-counter;
  background: var(--thema-yellow);
  font-size: 12px;
  padding: 2px 6px;
  flex: 0 0 200px;
  display: flex;
  align-items: center;
  font-weight: normal;
}

.essence__title::before {
  content: counter(essence-counter) ". ";
  font-weight: bold;
}
.essence {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.essence__item {
  display: flex;
  gap: 16px;
}
.essence__title span {
  margin-left: 8px;
}
.essence__text {
  font-size: 12px;
  flex: 1;
}
.page-consept__item h2 {
  position: relative;
  width: 100%;
}
.page-consept__item h2 span.title {
  line-height: 1;
  white-space: nowrap;
  width: calc(100% + 84px);
  font-size: 120px;
  font-size: clamp(1.5rem, 1.5rem + 6.67vw, 7.5rem);
  position: relative;
  z-index: 1;
  color: #7e807f;
}
.page-consept__item:nth-of-type(odd) h2 span.title {
  text-align: right;
  margin-right: -84px;
}
.page-consept__item:nth-of-type(even) h2 span.title {
  text-align: left;
  margin-left: -84px;
}
.page-consept__item:nth-of-type(4) h2 span.title {
  width: calc(100% + 164px);
  margin-left: -164px;
}
.page-consept__content {
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .fv--page {
    height: 600px;
  }
  .fv--page .section__title {
    margin-left: 24px;
    bottom: 100px;
  }
  .section--page-consept {
    padding-top: 0;
  }
  .page-consept__item {
    flex-direction: column !important;
  }
  .page-consept__item:nth-of-type(1) {
    background: none;
    /* background-size: 100% 100%; */
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    gap: 0;
  }

  .page-consept__item:nth-of-type(1) .page-consept__body {
    background: var(--thema-beige);
    padding-top: 80px;
  }
  .page-consept__item:nth-of-type(1) .section__image {
    background: url(../img/deco-concept-top.webp) no-repeat;
    background-position: top;
    background-size: contain;
    padding-bottom: 100px;
  }
  .page-consept__item:nth-of-type(3) {
    background-size: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-consept__item:nth-of-type(even) {
    flex-direction: column !important;
  }
  .page-consept__item .page-consept__body {
    max-width: 100%;
    width: 100%;
    padding: 0 24px;
    gap: 8px;
    flex-direction: column !important;
  }
  .page-consept__line {
    flex-direction: row;
    writing-mode: inherit;
  }
  .page-consept__line::after {
    width: 100%;
    height: 1px;
  }
  .page-consept__item h2 span.title {
    margin: 0 !important;
    font-size: 32px;
    width: 100% !important;
    text-align: left !important;
  }
  .page-consept__content .title--md {
    font-size: 24px;
  }
  .page-consept__content {
    font-size: 16px;
    width: 100%;
    gap: 24px;
  }
  .page-consept__item .section__image {
    max-width: 100%;
    width: 100%;
    padding: 0 24px;
  }
  /* .page-consept__item .section__image img {
    aspect-ratio: 16/9;
  } */
   .essence__title,
  .essence__text{
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .essence {
    gap: 16px;
  }
  .essence__item {
    flex-direction: column;
    gap: 8px;
  }
  .essence__title {
    width: 100%;
    flex: 1;
  }
}
