@charset "UTF-8";

/* ==========================================================

  BLD Group Our Business PC Styles

========================================================== */

/* Page Header
--------------------------------------------------------- */
.page-header { margin: 0 0 140px; }
.page-header > div:last-of-type figure { height: 480px; }
.page-header > div:last-of-type figure img {
  height: 480px;
  object-fit: cover;
}
.page-header > div:last-of-type dl { margin: 40px 0 0; }
.page-header > div:last-of-type dl dt {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin: 0 0 15px;
  text-align: justify;
}
.page-header > div:last-of-type dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.15em;
  text-align: justify;
}

@media screen and (min-width:1501px) {
  .page-header > div:last-of-type dl {
    padding: 0 46.5% 0 0;
  }
}
@media screen and (max-width:1500px) {
  .page-header > div:last-of-type dl {
    padding: 0 21% 0 0;
  }
}

/* Business Content
--------------------------------------------------------- */
.biz-content { background-color: #f5f7f9; }
.biz-content > p {
  position: relative;
  width: 54%;
}
.biz-content > p img {
  width: 100%;
  height: auto;
}
.biz-content > div {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50%;
  background-color: #ffffff;
  padding: 80px 14% 80px 70px;
}
.biz-content > div.fadeInLeft {
  opacity: 0;
  transform: translate(75px, -50%);
  -webkit-transform: translate(75px, -50%);
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
}
.biz-content > div.fadeInLeft.scrollIn {
  opacity: 1;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.biz-content > div h3 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin: 0 0 20px;
}
.biz-content > div h3 small {
  font-size: 0.41666666em;
  line-height: 1.3;
  letter-spacing: 0.2em;
  color: #d8d8d8;
  display: block;
}
.biz-content > div p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.15em;
  margin: 0 0 40px;
}

.food {
  margin: 120px  0 120px 0;
}

/* 取り扱い物件
--------------------------------------------------------- */
.handling-property {
  padding: 135px 0 240px;
  text-align: center;
}
.handling-property .inner {
  padding: 0 60px;
}
.handling-property h3 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin: 0 0 25px;
}
.handling-property p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.15em;
}
.property-unit {
  background-color: #f5f7f9;
  padding: 40px 40px 20px;
  margin: 45px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.property-item {
  width: 320px;
  height: 210px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 0 20px;
}
.property-item a {
  text-decoration: none;
  color: #000000;
  transition: all 0.3s;
}
.property-item a:hover {
  opacity: 0.7;
}
.property-item h4 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin: 20px 0 0;
}

/* Link Banner
--------------------------------------------------------- */
.bnr {
  padding: 0 14%;
  margin: 40px 0 120px;
}