/*************************************************

about-mv

*************************************************/
.about-mv {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .about-mv {
    margin-bottom: 3.5rem;
  }
}
.about-mv img {
  width: 100%;
}

/*************************************************

about-leads

*************************************************/
.about-leads {
  width: min(100rem, 100% - 4rem);
  margin: 0 auto 15rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-leads {
    margin-bottom: 6rem;
    text-align: left;
  }
}

.about-leads__title {
  margin-bottom: 5rem;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about-leads__title {
    margin-bottom: 2.5rem;
  }
}

.about-leads__text {
  font-size: 1.6rem;
  line-height: 2;
}

/*************************************************

about-tenantbox

*************************************************/
.about-tenantbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(112rem, 100% - 3rem);
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .about-tenantbox {
    display: block;
    width: min(60rem, 100% - 3rem);
  }
}

.about-tenantbox__img {
  width: 62.0535714286%;
}
@media screen and (max-width: 992px) {
  .about-tenantbox__img {
    width: 100%;
  }
}
.about-tenantbox__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-tenantbox__letters {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-item-align: center;
      align-self: center;
  width: 37.9464285714%;
  padding: 2rem 7rem;
}
@media screen and (max-width: 992px) {
  .about-tenantbox__letters {
    width: 100%;
    padding: 2rem 2.5rem;
  }
}

.about-tenantbox__title {
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
}

.about-tenantbox__text {
  font-size: 1.4rem;
  line-height: 1.5;
}

.about-tenantbox__btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 5rem;
  margin-top: 2.2rem;
  color: #000;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  background-color: #ed6c00;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .about-tenantbox__btn {
    font-size: 1.6rem;
  }
}