@charset "UTF-8";

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

  BLD Group Real Estate PC Styles

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

/* Page Header
---------------------------------------------------------- */
.page-header {
  display: block;
  margin: 0;
  padding: 0;
}
.page-header .heading {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 36%;
  padding: 0 0 0 14%;
  height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-header .heading h2 {
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.0;
}
.page-header .heading h2 small {
  font-size: 0.326086956em;
  color: #d8d8d8;
  letter-spacing: 0.2em;
  display: block;
  margin: 0 0 10px;
}
.page-header > div:last-of-type {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 0 0 36%;
}
.page-header > div:last-of-type figure { height: 480px; }
.page-header > div:last-of-type figure img {
  height: 480px;
  object-fit: cover;
}
.page-header > span {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f5f7f9;
  display: inline-block;
  width: 100%;
  height: 100px;
}

/* Intro
---------------------------------------------------------- */
.re-intro {
  position: relative;
  display: grid;
}
.re-intro-summary {
  z-index: 1;
  grid-area: 1 / 1;
  padding: 40px calc(350 / 1500 * 100%) 85px calc(540 / 1500 * 100%);
}
.re-intro-summary h3 {
  font-size: 30px;
  font-size: 3.0rem;
  letter-spacing: .15em;
  line-height: calc(48 / 30);
  margin: 0 0 40px;
}
.re-intro-summary p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .15em;
  line-height: calc(30 / 16);
  margin: 0 0 40px;
}
.re-intro > span {
  width: 100%;
  grid-area: 1 / 1;
  background-color: #f5f7f9;
  display: inline-block;
}

/* Link Button
---------------------------------------------------------- */
.re-link-btn {
  position: relative;
  font-size: 20px;
  font-size: 2.0rem;
  letter-spacing: .075em;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  color: #000000;
  width: 480px;
  line-height: 68px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  display: block;
}
.re-link-btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) scale(0.5, 1.0);
  display: inline-block;
}
.re-link-btn:hover {
  color: #ffffff;
  background-color: #000000;
}
.re-link-btn:hover::after { color: #ffffff; }

/* Real Estate Business
---------------------------------------------------------- */
.re-biz-unit {
  padding: 115px 0;
  background: url(../images/bld-group_real-estate_bg.png) repeat-y 0 0;
  background-size: cover;
}
.re-biz-contents {
  padding: 140px 0;
  background-color: #ffffff;
}
.re-biz-contents:first-of-type { margin: 0 0 115px; }
.re-biz-contents h2 {
  font-size: 46px;
  font-size: 4.6rem;
  letter-spacing: .15em;
  text-align: center;
  margin: 0 0 25px;
}
.re-biz-contents p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .15em;
  line-height: calc(30 / 16);
  padding: 0 230px;
}
.main-re-handled {
  width: calc(100% - (165px * 2));
  margin: 75px auto 0;
  padding: 0 0 50px;
  border-bottom: dotted 1px #b8b8b8;
}
.main-re-handled h3 {
  position: relative;
  font-size: 30px;
  font-size: 3.0rem;
  letter-spacing: .15em;
  line-height: calc(48 / 30);
  text-align: center;
  margin: 0 0 50px;
}
.main-re-handled h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: dotted 1px #b8b8b8;
}
.main-re-handled h3 span {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 0 .5em;
  display: inline-block;
}
.re-handled-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 70px;
  padding: 0 35px;
}
.re-handled-items figure { text-align: center; }
.re-handled-items figure img {
  width: 100px;
  height: 100px;
  border: solid 1px #b8b8b8;
}
.re-handled-items figure figcaption {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .15em;
  margin: .5em 0 0;
}
.re-biz-contents:first-of-type a {
  width: calc(100% - (165px * 2));
  margin: 45px auto 0;
  display: block;
  transition: all .3s;
}
.re-biz-contents:first-of-type a:hover { opacity: .7; }
.re-biz-contents:last-of-type figure {
  width: calc(100% - (165px * 2));
  margin: 85px auto 0;
}

/* Link
---------------------------------------------------------- */
.re-link-unit {
  text-align: center;
  background-color: #224685;
  padding: 80px 0;
}
.re-link-unit p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .15em;
  line-height: calc(30 / 16);
  color: #d8d8d8;
  margin: 0 0 50px;
}
.re-link-unit .re-link-btn { margin: auto; }