@charset "utf-8";

#mainVisual__lower {
  background-image: url("../img/bg02.jpg");
}

.mainVisual__lower--content h1:before {
  content: "事業内容";
}

#services__content {
  width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
}

#services__content ul li {
  position: relative;
  margin-bottom: 120px;
}

#services__content ul #sale__agent {
  justify-content: flex-start;
}

#services__content ul li:last-of-type {
  margin-bottom: 0;
}

.services__text {
  color: #fff;
  background-color: rgba(0, 0, 0, .6);
  padding: 40px;
  width: 800px;
  z-index: 1;
  position: absolute;
}

.services__text .lbm__link a {
  color: #fff;
  display: inline;
}

.services__text .lbm__link a:hover {
  border-bottom: 1px solid #fff;
}

.services__text a.lbm__logo {
  display: block;
  width: 300px;
  margin-top: 50px;
}

.services__text a.lbm__logo .white {
  display: inline;
}

.services__text a.lbm__logo .black {
  display: none;
}

.services__text--left {
  left: 0;
  top: 50%;
}

.services__text--right {
  right: 0;
  top: 50%;
}

.services__text h2 {
  font-size: 3.0rem;
  margin: 80px auto 60px;
  position: relative;
}


.services__text h2:before {
  font-size: 6rem;
  position: absolute;
  top: -80px;
  left: 0;
  letter-spacing: -4;
  color: #c9a85b;
}

.services__text h2:after {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 50px;
  height: 1px;
  left: 0;
  background-color: #c9a85b;
}

#services__content ul li:first-of-type .services__text h2:before {
  content: "01";
}

#services__content ul li:nth-of-type(2) .services__text h2:before {
  content: "02";
}

#services__content ul li:nth-of-type(3) .services__text h2:before {
  content: "03";
}

#services__content ul li:nth-of-type(4) .services__text h2:before {
  content: "04";
}


.services__text p {
  font-size: 1.6rem;
  margin-top: 10px;
}

.services__text .services__text--annotation {
  font-size: 1.2rem;
}

.services__image {
  width: 900px;
}

#realEstate__purchase .services__image,
#sale__agent .services__image {
  margin: 0 0 0 auto;
}


@media screen and (max-width:1024px) {
  #services__content {
    width: 100%;
    padding: 120px 20px;
  }

  .services__image {
    width: 100%;
  }
}


@media screen and (max-width:640px) {
  #services__content {
    width: 100%;
    padding: 120px 10px;
  }

  .services__text {
    padding: 20px 10px;
    position: relative;
    color: #282828;
    background-color: #fff;
  }

  .services__text h2 {
    margin: 60px auto;
    text-align: center;
    line-height: 1.5;
  }

  .services__text h2:before {
    font-size: 4rem;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }


  .services__text h2:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .services__text p {
    font-size: 1.4rem;
    text-align: left;
  }

  #services__content ul li {
    flex-direction: column-reverse;
  }

  .services__text a.lbm__logo {
    margin: 40px auto 0;
  }

  .services__text a.lbm__logo .white {
    display: none;
  }

  .services__text a.lbm__logo .black {
    display: inline;
  }

  .services__text .lbm__link {
    text-align: center;
  }

  .services__text .lbm__link a {
    color: #282828;
    text-align: center;
  }

  .services__text .lbm__link a:hover {
    text-decoration: underline;
  }

}