@charset "UTF-8";

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

  BLD Real Estate Business 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;
}

/* Business Intro
--------------------------------------------------------- */
.biz-intro {
  text-align: center;
  margin: 0 0 90px;
}
.biz-intro h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: calc(54 / 24);
  letter-spacing: .05em;
}
.biz-intro p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1.875;
}

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

/* Anchor Navi
--------------------------------------------------------- */
.anchor-nav { background-color: #224685; }
.anchor-nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.anchor-nav ul li a {
  display: block;
  background-color: #f5f7f9;
  transition: all .3s;
}
.anchor-nav ul li a:hover { background-color: #ffffff; }

/* Purchase Intro
--------------------------------------------------------- */
.purchase-intro {
  text-align: center;
  padding: 115px 0 120px;
}
.purchase-intro h3 {
  font-size: 40px;
  font-size: 4.0rem;
  letter-spacing: 0.05em;
  line-height: 1.0;
  margin: 0 0 60px;
}
.purchase-intro p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: calc(30 / 16);
}

/* 買取サービス
--------------------------------------------------------- */
.purchase-service {
  background-color: #f5f7f9;
  padding: 95px 0 70px;
}
.purchase-service h3 {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.0;
  margin: 0 0 55px;
}
.ps-content {
  width: calc(((1200 - 345) / 1200) * 100%);
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 60px;
}
.ps-content:nth-of-type(odd) { margin: 0 0 20px; }
.ps-content:nth-of-type(2n) { margin: 0 0 20px calc((345 / 1200) * 100%); }
.ps-content:last-of-type { margin: 0 0 0 calc((345 / 1200) * 100%); }
.ps-content dl {
  width: 520px;
  padding: 35px 0 0;
  margin: 0 75px 0 0;
}
.ps-content dl dt i {
  position: relative;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  display: inline-block;
  margin: 0 0 25px;
  padding: 0 0 0 2.5px;
}
.ps-content dl dt i::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -5px;
  width: 1px;
  height: 70px;
  display: inline-block;
  background-color: #000000;
  transform: rotate(45deg);
}
.ps-content dl dt h4 {
  font-size: 30px;
  font-size: 3.0rem;
  letter-spacing: 0.15em;
  line-height: 1.6;
  white-space: nowrap;
}
.ps-content dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  line-height: calc(30 / 16);
}
.ps-content figure {
  width: calc((250 / (1200 - 345)) * 100%);
  flex-shrink: 0;
}

/* 取扱物件
--------------------------------------------------------- */
.available-properties { padding: 100px 0 0; }
.available-properties .inner { padding: 0 170px; }
.available-properties h3 {
  position: relative;
  font-size: 30px;
  font-size: 3.0rem;
  letter-spacing: .15em;
  line-height: calc(48 / 30);
  text-align: center;
}
.available-properties h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: dotted 1px #b8b8b8;
}
.available-properties h3 span {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 0 90px;
  display: inline-block;
}
.available-properties .inner > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 0;
  padding: 50px 120px;
  border-bottom: dotted 1px #b8b8b8;
}
.available-properties figure { text-align: center; }
.available-properties figure img {
  width: 100px;
  height: 100px;
  border: solid 1px #b8b8b8;
}
.available-properties figure figcaption {
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: .15em;
  margin: .5em 0 0;
  line-height: 1.4;
}

.property-unit { margin: 100px 0 180px; }
.property-unit .inner { padding: 0 60px; }
.property-unit h3 {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: .075em;
  line-height: calc(48 / 24);
  text-align: center;
  margin: 0 0 40px;
}
.col {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0 0 70px;
}
.col-2 {
  /*
  width: calc((100% - 30px) / 2);
  margin: 0 0 30px;
  */
  background-color: #f5f7f9;
}
.col-3 {
  /*
  width: calc((100% - 60px) / 3);
  */
  background-color: #f5f7f9;
}
.property { border: solid 1px #ebebeb; }
.property dl dt {
  text-align: center;
  background-color: #ffffff;
  padding: 25px 0 0;
}
.property dl dt i {
  position: relative;
  top: .75em;
}
.property dl dt h4 {
  position: relative;
  top: .75em;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  margin: 0;
}
.property.col-2 dl dd { padding: 50px; }
.property.col-3 dl dd { padding: 30px; }
.property dl dd p {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: calc(24 / 14);
}
.see-case {
  position: relative;
  width: 600px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  color: #d8d8d8;
  background-color: #000000;
  transition: all 0.3s;
  margin: 90px auto 0;
}
.see-case:hover { opacity: 0.7; }
.see-case::before {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 200px;
  transform: translateY(-50%) scale(0.5,1.0);
}

.pr-link { display: block; }
.pr-link img { transition: all .3s; }
.pr-link:hover img { opacity: .7; }

/* 調査の段階では費用は一切不要です･･･
--------------------------------------------------------- */
.promo-unit {
  position: relative;
  margin: 0 0 120px;
  display: none;
}
.promo-unit figure {
  position: relative;
  z-index: 1;
}
.promo-unit figure:first-of-type {
  margin: 0 0 -70px;
  padding: 0 46.666666% 0 0;
}
.promo-unit figure:last-of-type {
  margin: -70px 0 0;
  padding: 0 0 0 46.666666%;
}
.promo-unit figure img { width: 100%; }
.promo-catch {
  background-color: #224685;
  padding: 150px 0;
  text-align: center;
  color: #d8d8d8;
}
.promo-catch h3 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.666666;
  margin: 0 0 30px;
}
.promo-catch p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1.875;
}

/* お問合せから売却までの流れ
--------------------------------------------------------- */
.flow-unit {
  background-color: #f5f7f9;
  padding: 150px 0 120px;
  border-bottom: solid 1px #e7e7e7;
  display: none;
}
.flow-unit .inner { padding: 0 60px; }
.flow-unit h3 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.666666;
  margin: 0 0 40px;
  text-align: center;
}
.flow {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 30px 90px 60px 80px;
}
.flow:not(:last-of-type) { margin: 0 0 40px; }
.flow::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 44px 0 44px;
  border-color: #ffffff transparent transparent transparent;
}
.flow:last-of-type::after { content: none; }
.flow dl {
  display: flex;
  align-items: flex-start;
}
.flow dl dt { width: 43%; }
.flow dl dd {
  width: 57%;
  padding: 40px 0 0;
}
.flow i {
  position: relative;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  display: inline-block;
  margin: 0 0 25px;
  padding: 0 0 0 2.5px;
}
.flow i::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -5px;
  width: 1px;
  height: 70px;
  display: inline-block;
  background-color: #000000;
  transform: rotate(45deg);
}
.flow h4 {
  font-size: 30px;
  font-size: 3.0rem;
  letter-spacing: 0.15em;
  line-height: 1.6;
  white-space: nowrap;
}
.flow p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1.875;
}

/* 不動産仲介事業
--------------------------------------------------------- */
.brokerage-unit {
  padding: 200px 0 175px;
  text-align: center;
  border-bottom: solid 1px #e7e7e7;
}
.brokerage-unit h3 {
  font-size: 40px;
  font-size: 4.0rem;
  letter-spacing: 0.05em;
  line-height: 1.0;
  margin: 0 0 60px;
}
.brokerage-unit p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: calc(30 / 16);
}