:root {
  --viewport-width: 100vw;
  --b: calc(var(--viewport-width) / 160);
}

@media screen and (max-width: 550px) {
  :root {
    --viewport-width: max(100vw, 550px);
    --b: calc(var(--viewport-width) / 55);
  }
}
.segment {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.js-FadeIn {
  opacity: 0;
  transform: translateY(10%);
}

#loft3 .detail {
  position: relative;
  padding: 14rem 20% 13rem;
  background: #def0ea;
  border-top: 4px solid #007440;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #loft3 .detail {
    padding: 14rem 10% 13rem;
  }
}
@media screen and (max-width: 550px) {
  #loft3 .detail {
    padding: 0 5%;
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
#loft3 .detail .deco1 {
  top: 5%;
  right: 0;
  width: 42rem;
  z-index: -1;
}
@media screen and (max-width: 550px) {
  #loft3 .detail .deco1 {
    top: 0;
    width: 240px;
  }
}
#loft3 .detail .deco2 {
  bottom: 5%;
  left: 0;
  width: 42rem;
  z-index: -1;
}
@media screen and (max-width: 550px) {
  #loft3 .detail .deco2 {
    bottom: 0;
    width: 240px;
  }
}
#loft3 .detail p {
  display: block;
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 550px) {
  #loft3 .detail p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
#loft3 .detail p strong {
  color: #007440;
  font-size: max(2.1rem, 18px);
  font-weight: 600;
  line-height: 0;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 550px) {
  #loft3 .detail p strong {
    font-size: 18px;
  }
}
#loft3 .detail > img {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 550px) {
  #loft3 .detail > img {
    margin-bottom: 50px;
  }
}
#loft3 .detail > img.accent {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 550px) {
  #loft3 .detail > img.accent {
    margin-bottom: 20px;
  }
}
#loft3 .exp {
  padding-top: 11rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 550px) {
  #loft3 .exp {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
#loft3 .exp__title {
  padding: 25px 0;
  margin-bottom: 6rem;
  border-left: 6px solid #007440;
  background: linear-gradient(to right, rgba(0, 116, 64, 0.2), rgba(224, 237, 232, 0.2));
}
@media screen and (max-width: 550px) {
  #loft3 .exp__title {
    padding: 20px 0;
    margin-bottom: 50px;
  }
}
#loft3 .exp__title b {
  color: #007440;
  font-size: max(2.2rem, 14px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-left: max(5rem, 25px);
}
@media screen and (max-width: 550px) {
  #loft3 .exp__title b {
    font-size: 14px;
    margin-left: 25px;
  }
}
#loft3 .exp__detail {
  gap: max(2rem, 20px);
  display: flex;
}
@media screen and (max-width: 768px) {
  #loft3 .exp__detail {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  #loft3 .exp__detail {
    gap: 20px;
  }
}
#loft3 .exp__detail .imageBox {
  flex: 1;
}
#loft3 .exp__detail .imageBox p {
  display: block;
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: max(3rem, 20px);
}
@media screen and (max-width: 550px) {
  #loft3 .exp__detail .imageBox p {
    font-size: 14px;
    margin-top: 20px;
  }
}
#loft3 .exp__detail .imageBox p strong {
  color: #007440;
  font-size: max(2.1rem, 18px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 550px) {
  #loft3 .exp__detail .imageBox p strong {
    font-size: 18px;
  }
}/*# sourceMappingURL=loft3.css.map */