@charset "UTF-8";

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

  BLD Group Profile 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;
}

/* Profile
---------------------------------------------------------- */
.profile-unit {
  padding: 0 14%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 120px 0 200px;
}
.profile-unit > p { width: 35.1851851%; }
.profile-unit > p img {
  width: 100%;
  height: auto;
}
.profile-unit > table {
  width: 58.888888%;
  border-top: solid 1px #f0f2f3;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.15em;
}
.profile-unit > table th {
  display: block;
  text-align: left;
  padding: 30px 0 8px;
}
.profile-unit > table td {
  display: block;
  padding: 8px 0 30px;
  border-bottom: solid 1px #f0f2f3;
}

/* Organization Chart
---------------------------------------------------------- */
.organization-chart {
  padding: 100px 14%;
  background-color: #f5f7f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.organization-chart h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.0;
}
.organization-chart h2 small {
  font-size: 0.41666666em;
  color: #d8d8d8;
  letter-spacing: 0.2em;
  display: block;
  margin: 0 0 10px;
}
.organization-chart > div {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-size: 2.0rem;
  letter-spacing: 0.15em;
  padding: 0 12.666666vw 0 0;
}
.organization-chart > div p { margin: 0 25px 0 0; }
.organization-chart > div ul li {
  position: relative;
  padding: 0 0 0 25px;
}
.organization-chart > div ul li:first-of-type { top: -62.5px; }
.organization-chart > div ul li:last-of-type { top: 62.5px; }
.organization-chart > div ul li a.link-next {
  padding: 0 0 10px;
  transform: scale(0.82);
  transform-origin: 0 0;
}
.organization-chart > div ul li a.link-next span::after { padding: 0 0 0 10px; }

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