@charset "UTF-8";

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

  BLD Real Estate Our Strengths PC Styles

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

/* Page Header
--------------------------------------------------------- */
.page-header {
  border-bottom: solid 1px #eeeeee;
}
.page-header .inner { padding: 0 60px; }
.page-header h2 {
  font-size: 60px;
  font-size: 6.0rem;
  line-height: 1.666666;
  letter-spacing: 0.15em;
  margin: 0 0 60px;
}
.page-header h3 {
  position: relative;
  bottom: -10px;
  font-size: 72px;
  font-size: 7.2rem;
  letter-spacing: 0.2em;
  line-height: 1.0;
  color: #f4f4f4;
  text-align: right;
}

/* Strength Intro
--------------------------------------------------------- */
.strength-intro {
  text-align: center;
  margin: 0 0 120px;
}
.strength-intro h3 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.666666;
  margin: 0 0 55px;
}
.strength-intro p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1.875;
}

/* Interval
--------------------------------------------------------- */
.interval img {
  width: 100%;
  height: auto;
}

/* 私たちがスピードをもって正しい査定・買取りができる理由
--------------------------------------------------------- */
.reason-unit {
  padding: 200px 0 20px;
  border-bottom: solid 1px #e7e7e7;
}
.reason-unit h3 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.666666;
  text-align: center;
  margin: 0 0 60px;
}
.reason {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 100px;
}
.reason:nth-of-type(odd) { padding: 0 14% 0 0; }
.reason:nth-of-type(even) {
  padding: 0 0 0 14%;
  flex-direction: row-reverse;
}
.reason figure {
  width: 45.333333%;
  flex-shrink: 0;
}
.reason figure img { width: 100%; }
.reason:nth-of-type(odd) > div { padding: 0 0 0 4.666666%; }
.reason:nth-of-type(even) > div { padding: 0 4.666666% 0 0; }
.reason i {
  position: relative;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  display: inline-block;
  margin: 0 0 25px;
}
.reason i::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -5px;
  width: 1px;
  height: 70px;
  display: inline-block;
  background-color: #000000;
  transform: rotate(45deg);
}
.reason h4 {
  font-size: 30px;
  font-size: 3.0rem;
  letter-spacing: 0.15em;
  line-height: 1.6;
  margin: 0 0 25px;
}
.reason p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1.875;
}