@charset "UTF-8";

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

  BLD Group History PC Styles

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

/* Page Header
---------------------------------------------------------- */
.page-header {
  display: block;
  margin: 0 0 120px;
  padding: 0 0 100px;
}
.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: 200px;
}

/* History
---------------------------------------------------------- */
.history-details {
  padding: 0 14%;
  margin: 0 0 80px;
}
.history-details table {
  width: 100%;
  border-top: solid 1px #f0f2f3;
}
.history-details table th {
  width: 30.5555555%;
  text-align: left;
  vertical-align: top;
  padding: 20px 0 0;
}
.history-details table th span {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 400;
  color: #d0d0d0;
  display: inline-block;
  margin: 0 15px 0 0;
}
.history-details table th small {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: inline-block;
}
.history-details table td {
  width: 69.4444445%;
  vertical-align: top;
}
.history-details table td p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.875;
  padding: 30px 140px 30px 30px;
  border-bottom: solid 1px #f0f2f3;
}
.history-details table td p.last-event {
  padding: 30px 140px 120px 30px;
  border-bottom: none;
}
.bt { border-top: solid 1px #f0f2f3; }

/* 不動産事業取扱高ベース純利益
---------------------------------------------------------- */
.rebtv-unit {
  background-color: #f5f7f9;
  padding: 65px 14% 35px;
  margin: 0 0 100px;
}
.rebtv-unit h3 {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.15em;
  text-align: center;
  margin: 0 0 45px;
}

/* Anchor Link
---------------------------------------------------------- */
.anchor-unit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 180px;
}
.anchor-unit a.link-next { margin: 0 40px; }
.anchor-unit a.link-next span::after {
  content: url(../../common/images/arrow.png);
}