
.lowTitleCover {
    position: relative;
}
.lowTitle {
  position: relative;
  padding-bottom: 1.4em;
  font-size: 2rem;
  letter-spacing: 0.17em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 8rem;
}
.lowTitle__en {
  position: absolute;
  bottom: -7.4rem;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-54%);
          transform: translateX(-54%);
  color: #f6f2f0;
  font-family: "Roboto", sans-serif;
  font-size: 22rem;
  font-weight: 700;
  text-transform: uppercase;
  content: "service";
}
.lowTitle span {
  padding-right: 0.54em;
  color: #e5623a;
  font-size: 4.6rem;
  letter-spacing: 0.06em;
}


@media screen and (max-width: 767px) {

  .lowTitle {
    padding-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .lowTitle__en {
    bottom: -5.6rem;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    font-size: 10.5rem;
  }
  .lowTitle span {
    font-size: 2.6rem;
  }
}


/*---------------------------------

Project

---------------------------------*/
/*
    cmnLowMv01
---------------------------------*/
.cmnLowMv01 {
  position: relative;
  padding: 4.8rem 2rem 2.2rem;
}
.cmnLowMv01::before {
  position: absolute;
  top: 42px;
  right: 0;
  z-index: -1;
  width: 80.7rem;
  height: 35rem;
  background: url("../img/common/img_low-mv_bg01_pc.png") no-repeat top right/contain;
  content: "";
}
.cmnLowMv01::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 58.5rem;
  height: 23rem;
  background: url("../img/common/img_low-mv_bg02_pc.png") no-repeat bottom right/contain;
  content: "";
}

.cmnLowMv01__inner {
  position: relative;
  padding: 8.5rem 11rem 8.7rem;
  overflow: hidden;
  border-radius: 10px;
}
.cmnLowMv01__inner::before {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}

.cmnLowMv01__textArea {
  position: relative;
  z-index: 1;
  color: #fff;
}

.cmnLowMv01__subTitle {
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.cmnLowMv01__title {
  margin-left: -1rem;
  font-size: 7.2rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
}

.cmnLowMv01__lead {
  margin-top: 2.6rem;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2.5294117647;
}
.cmnLowMv01__lead.mt {
    margin-top: 15rem;
}
.cmnLowMv01__bgAdjust {
  position: absolute;
  top: 150px;
  right: 0;
  z-index: -1;
  width: 3rem;
  height: 65%;
  background-color: #f6f2f0;
}

@media screen and (max-width: 767px) {
  .cmnLowMv01 {
    padding: 7px 10px 32px;
  }
  .cmnLowMv01::before {
    top: 66px;
    width: 265px;
    height: 622px;
    background: url("../img/common/img_low-mv_bg_sp.png") no-repeat top right/contain;
  }
  .cmnLowMv01::after {
    content: none;
  }

  .cmnLowMv01__inner {
    padding: 0;
    border-radius: 0;
  }
  .cmnLowMv01__inner::before {
    content: none;
  }

  .cmnLowMv01__img img {
    border-radius: 8px;
    margin-top: 2rem;
  }

  .cmnLowMv01__textArea {
    color: unset;
    margin-top: 2.7rem;
    padding-right: 26px;
    padding-left: 26px;
  }

  .cmnLowMv01__subTitle {
    font-size: 1.6rem;
  }

  .cmnLowMv01__title {
    margin-top: 3px;
    margin-left: 0;
    color: #e56038;
    font-size: 3rem;
  }

  .cmnLowMv01__lead {
    margin-top: 1.3rem;
    font-size: 1.4rem;
    line-height: 1.94;
  }
.cmnLowMv01__lead.mt {
    margin-top: 0;
}
  .cmnLowMv01__bgAdjust {
    display: none;
  }
}
/*
    cmnLowMv02
---------------------------------*/
.cmnLowMv02 {
  position: relative;
  padding-top: 4.5rem;
  padding-bottom: 17rem;
}
.cmnLowMv02::before {
  position: absolute;
  top: 4.3rem;
  right: 0;
  z-index: -1;
  width: 48%;
  max-width: 81.5rem;
  height: 113rem;
  background: url("../img/common/img_low-mv_bg_pc.png") no-repeat top right/contain;
  content: "";
}
.cmnLowMv02::after {
  position: absolute;
  bottom: 0;
  left: -20px;
  z-index: -1;
  color: #f6f2f0;
  font-family: "Roboto", sans-serif;
  font-size: 21rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  content: "";
}
.cmnLowMv02 .cmnBreadcrumb {
  width: 96%;
}

.cmnLowMv02__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cmnLowMv02__textArea {
  position: relative;
  z-index: 1;
  width: 45%;
}

.cmnLowMv02__title {
  margin-bottom: 0.4em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
}
.cmnLowMv02__title span {
  font-size: 3.2rem;
  letter-spacing: 0.11em;
  white-space: nowrap;
}

.cmnLowMv02__text {
  margin-top: 6.6rem;
  padding-right: 3rem;
}
.cmnLowMv02__text .cmnText:not(:first-child) {
  margin-top: 4.3rem;
}

.cmnLowMv02__img {
  width: 54.6%;
}

@media screen and (max-width: 1500px) {
  .cmnLowMv02__textArea {
    width: 48%;
  }

  .cmnLowMv02__title {
    font-size: 5.5rem;
  }

  .cmnLowMv02__textArea .cmnFillText--lg {
    font-size: 2.2rem;
  }

  .cmnLowMv02__img {
    width: 50%;
  }
}
@media screen and (max-width: 1300px) {
  .cmnLowMv02__text {
    padding-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .cmnLowMv02__textArea {
    width: 50%;
  }

  .cmnLowMv02__img {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .cmnLowMv02 {
    padding-top: 6px;
    padding-bottom: 49px;
  }
  .cmnLowMv02::before {
    top: 52px;
    width: 265px;
    height: 622px;
    background: url("../img/common/img_low-mv_bg_sp.png") no-repeat top right/contain;
  }
  .cmnLowMv02::after {
    left: -6px;
    font-size: 8.5rem;
  }

  .cmnLowMv02__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -2rem;
  }

  .cmnLowMv02__textArea {
    display: contents;
    width: 100%;
  }
  .cmnLowMv02__textArea .cmnFillText--lg {
    font-size: 1.3rem;
  }

  .cmnLowMv02__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0.35em;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 3rem;
  }
  .cmnLowMv02__title span {
    font-size: 1.6rem;
  }

  .cmnLowMv02__subTitle {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 5px;
    padding-left: 5px;
  }

  .cmnLowMv02__text {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 4rem;
    padding-right: 25px;
    padding-left: 25px;
  }
  .cmnLowMv02__text .cmnText {
    font-size: 1.3rem;
  }
  .cmnLowMv02__text .cmnText:not(:first-child) {
    margin-top: 3rem;
  }

  .cmnLowMv02__img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 2.2rem;
  }
}




/*
    buildingMaintenance
---------------------------------*/
.buildingMaintenanceMv .cmnLowMv01__inner {
  background: url("../img/service/img_building-maintenance_mv_pc.jpg") no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .buildingMaintenanceMv .cmnLowMv01__inner {
    background: none;
  }
}




/*
    propertyManagement
---------------------------------*/
.propertyManagementMv .cmnLowMv01__inner {
  background: url("../img/service/img_property-management_mv_pc.jpg") no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .propertyManagementMv .cmnLowMv01__inner {
    background: none;
  }
}




/*
    infectionControl
---------------------------------*/
.infectionControlMv .cmnLowMv01__inner {
  background: url("../img/service/img_infectionControl_mv_pc.jpg") no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .infectionControlMv .cmnLowMv01__inner {
    background: none;
  }
}