@charset "utf-8";



/*============================
MV
============================*/
#mv {
  background-image: url(../img/estate/mv.jpg);
}


/*============================
不動産事業
============================*/
#estate {
  padding: 1.7rem 0 1.2rem;
}

@media screen and (max-width: 640px) {
  #estate {
    padding: 0.8rem 0 0.5rem;
    overflow: hidden;
  }
}

#estate .lead {
  font-size: 0.4rem;
  font-weight: 800;
  line-height: 1.5;
  margin-top: 1.4rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 640px) {
  #estate .lead {
    font-size: 0.21rem;
    margin-top: 2.5rem;
  }
}

#estate .ph_01 {
  max-width: 9rem;
  width: 100%;
  position: absolute;
  top: 1.3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 640px) {
  #estate .ph_01 {
    left: -0.5rem;
    transform: translateX(0);
  }
}
#estate .ph_02 {
  max-width: 5.4rem;
  width: 100%;
  position: absolute;
  top: 5.8rem;
  right: -1.5rem;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #estate .ph_02 {
    max-width: 3rem;
    top: 3.5rem;
    right: -0.5rem;
  }
}

#estate .text {
  font-size: 0.16rem;
  line-height: 2;
  margin-top: 3.7rem;
  position: relative;
  z-index: 5;
  max-width: 6.3rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #estate .text {
    font-size: 0.15rem;
    margin-top: 1.5rem;
  }
}