@charset "UTF-8";

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

  BLD Group Common LP Styles

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

/* Lead
---------------------------------------------------------- */
.lead {
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #eaeaea;
}
.lead h2 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

/* Page Header
---------------------------------------------------------- */
.page-header {
  position: relative;
  margin: 25px 0 0;
}
.page-header figure { overflow: hidden; }
.page-header figure img {
  width: 100%;
  height: 680px;
  object-fit: cover;
}
.page-header .contents-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 100px;
}
.page-header .contents-area h2 { margin: 40px 0 20px ;  }
.page-header .contents-area > p:last-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header .contents-area > p:last-of-type img { 
	width: 252px !important;
	margin: 0 10px; 
}

/* お取扱物件種別
---------------------------------------------------------- */
.sec01 { text-align: center; }
.sec01 figure { overflow: hidden; }
.sec01 figure img {
  width: 100%;
  height: 1280px;
  object-fit: cover;
}
.sec01 .contents-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sec01 .heading {
  color: #ffffff;
  margin: 0 0 35px;
}
.sec01 p {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.8;
  color: #ffffff;
}
.property-content {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 0;
  margin: 50px 0 0;
  background: rgba(255,255,255,0.6);
}
.property-item {
  width: 320px;
  height: 210px;
  border: solid 1px #2854a4;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 10px 20px;
}
.property-item a {
  text-decoration: none;
  color: #000000;
  transition: all 0.3s;
  pointer-events: none;
}
.property-item a:hover { opacity: 0.7; }
.property-item h4 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin: 20px 0 0;
}

/* 私たちの強み
---------------------------------------------------------- */
.sec02 figure { overflow: hidden; }
.sec02 figure img {
  width: 100%;
  height: 2520px;
  object-fit: cover;
}
.sec02 .contents-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sec02 .contents-area .inner {
  padding: 0 120px;
}
.sec02 .contents-area p {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 35px 0;
}
.reason-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: rgba(255,255,255,0.8);
  margin: 30px 0 0;
}
.reason-item dl { padding: 55px 0 0 40px; }
.reason-item dl dt {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin: 0 0 15px;
}
.reason-item dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  padding: 0 40px 0 0;
}

/* 取扱事例
---------------------------------------------------------- */
.sec03 {
  padding: 140px 0 125px;
  background-color: #e4efff;
}
.sec03 .inner { padding: 0 60px; }
.case-unit {
  position: relative;
  padding: 70px 60px 60px;
  background-color: #ffffff;
  margin: 35px 0 0;
}
.case-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.case02 .case-item, .case03 .case-item, .case04 .case-item { flex-direction: row-reverse; }
.case-item figure { flex-shrink: 0; }
.case01 figure , .case05 figure{ width: 340px; }
.case02 figure { width: 460px; }
.case03 figure {
  width: 460px;
  text-align: center;
}
.case04 figure {
  width: 460px;
  text-align: center;
}
.case02 figure img:last-of-type {
  width: 235px;
  float: right;
  margin: 30px 0 0;
}
.case03 figure img:last-of-type {
  width: 215px;
  margin: 30px 0 0;
}
.case04 figure img:last-of-type {
  width: 215px;
  margin: 30px 0 0;
}
.case01 .case-item > div, .case05 .case-item > div { padding: 0 0 0 55px; }
.case02 .case-item > div, .case03 .case-item > div, .case04 .case-item > div { padding: 0 55px 0 0; }
.ci-heading h3 {
  font-size: 30px;
  font-size: 3.0rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.ci-spec { margin: 5px 0 0; }
.ci-spec span {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #464646;
  margin: 0 1em 0 0;
}
.ci-spec span::before {
  content: "";
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.25em;
  background-color: #f2f2f2;
  height: 20px;
  line-height: 20px;
  padding: 0 1em;
  margin: 0 0.5em 0 0;
  display: inline-block;
}
.ci-spec span.spec01::before { content: "地域"; }
.ci-spec span.spec02::before { content: "種別"; }
.ci-spec span.spec03::before { content: "店舗"; }
.case-item > div dl {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.case-item > div dl dt {
  font-weight: 600;
  color: #254d8a;
  margin: 35px 0 10px;
}
.case-item > div dl dd p { line-height: 1.875; }
.case-item > div dl dd p span { font-weight: 600; }
.case01 .case-item > div dl dd img { float: right; }
.case05 .case-item > div dl dd img { float: right; }
.other-case {
  margin: 80px 0 0;
  text-align: center;
}

/* 売却までの流れ
---------------------------------------------------------- */
.sec04 figure { overflow: hidden; }
.sec04 figure img {
  width: 100%;
  height: 1140px;
  object-fit: cover;
}
.sec04 .contents-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sec04 .contents-area .inner {
  padding: 0 60px;
}
.sec04 .heading { margin: 0 0 35px; }
.flow {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 30px 55px 60px 80px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
}
.flow:not(:last-of-type) { margin: 0 0 40px; }
.flow::after {
  content: url("../images/bre-lp_sec04_triangle.png");
  position: absolute;
  bottom: -39.5px;
  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: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  line-height: 1.875;
}

/* Catch
---------------------------------------------------------- */
.sec05 figure { overflow: hidden; }
.sec05 figure img {
  width: 100%;
  height: 790px;
  object-fit: cover;
}
.sec05 .contents-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* よくあるご質問
---------------------------------------------------------- */
.sec06 {
  padding: 150px 0 100px;
  background-color: #e4efff;
}
.sec06 .inner { padding: 0 60px; }
.sec06 .heading { margin: 0 0 35px; }
.faq {
  padding: 35px 35px 35px 55px;
  background-color: #ffffff;
  margin: 0 0 20px;
}
.faq dl dt {
  position: relative;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.15em;
  line-height: 1.6;
  color: #2854a4;
  cursor: pointer;
}
.faq dl dt::after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 2.5em;
  font-weight: 300;
}
.faq dl dt.is-opened::after { content: "ー"; }
.faq dl dd { padding: 35px 0 0; }
.faq dl dd p {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  line-height: 2.0;
}

/* お問合せフォーム
---------------------------------------------------------- */
.inquiry {
  font-family: "RyoTextPlusN-Regular", serif;
  font-weight: 400;
  width: 56.6666666%;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  margin: 60px auto 90px;
  text-align: left;
}
.inquiry-unit dl {
  font-family: "RyoTextPlusN-Regular", serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}
.inquiry-unit dl dt {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.inquiry-unit dl dd { margin: 0 0 60px; }
.inquiry [type="text"],
.inquiry [type="email"],
.inquiry [type="tel"] {
  height: 50px;
  border: solid 1px #dcdcdc;
  padding: 0 1em;
}
.inquiry textarea {
  border: solid 1px #dcdcdc;
  padding: 1em;
}
::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  color: #c9c9c9;
}
::-moz-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  color: #c9c9c9;
}
:-ms-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  color: #c9c9c9;
}

/* Select */
.inquiry select {
  width: 270px;
  height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  padding: 0 0 0 1em;
}
.select-wrap {
  position: relative;
  width: 270px;
  height: 50px;
  border: solid 1px #e4e4e4;
}
.select-wrap::after {
  content: "▼";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  color: #9c9c9c;
  background-color: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* Radio Button */
.contact-hours {
  display: flex;
  align-items: center;
}
.contact-hours label {
  display: flex;
  align-items: center;
  margin: 0;
}
.contact-hours label [type="radio"] { display: none; }
.contact-hours label [type="radio"] + span {
  position: relative;
  padding: 0.15em 0 0 40px;
  margin: 0 80px 0 0;
}
.contact-hours label [type="radio"] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 3px #d4d4d4;
}
.contact-hours label [type="radio"]:checked + span::before {
  border: solid 3px #073190;
}
.contact-hours label [type="radio"]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #073190;
}

/* 個人情報保護方針に同意する */
.agreement {
  text-align: center;
  letter-spacing: 0;
}
.agreement p { margin: 0 0 35px; }

/* Checkbox */
.agreement label {
  justify-content: center;
}
.agreement label span { margin: 0; }
.agreement label [type="checkbox"] { display: none; }
.agreement label [type="checkbox"] + span {
  position: relative;
  padding: 0 0 0 50px;
}
.agreement label [type="checkbox"] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: 0;
  width: 38px;
  height: 38px;
  border: solid 1px #dcdcdc;
}
.agreement label [type="checkbox"]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 10px;
  width: 19px;
  height: 38px;
  transform: rotate(40deg);
  border-bottom: 4px solid #26509a;
  border-right: 4px solid #26509a;
}

/* ボタン */
.btn-unit {
  text-align: center;
  margin: 60px 0 0;
}
.form-btn {
  width: 260px;
  height: 66px;
  font-family: serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  color: #d8d8d8;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  border: 0;
  padding: 0;
}
.reset, .return { background: #464646 !important; }
.submit { background: #26509a !important; }

.required {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  color: #d8d8d8;
  background-color: #26509a;
  text-align: center;
  display: inline-block;
  width: 46px;
  height: 27px;
  line-height: 27px;
  border-radius: 5px;
  margin: 0 0 0 10px;
}
.code-search {
  height: 50px;
  line-height: 50px;
  background-color: #464646;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  color: #d8d8d8;
  padding: 0 20px;
  text-decoration: none;
  display: inline-block;
  margin: 0 0 0 20px;
}
.w40 { width: 40%; }
.w100 { width: 100%; }
.error { color: #ff0000; }

/* bxSlider Overwrite
---------------------------------------------------------- */
.bx-wrapper {
  position: relative;
  margin: 0 auto 240px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img { width: 100%; }
.bx-wrapper figure figcaption {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 5px 0 0;
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: nome;
  border: none;
  left: 0;
  background: #fff;
}
.bx-wrapper .bx-pager {
  position: absolute;
  right: 21%;
  bottom: -60px;
  width: auto;
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #e7e7e7;
  text-indent: -9999px;
  display: block;
  width: 30px;
  height: 1px;
  margin: 0;
  outline: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  position: relative;
  top: -2px;
  height: 3px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover { background: #e7e7e7; }
.bx-wrapper .bx-pager.bx-default-pager a.active { background: #2754a4; }

/* Modal Styles
---------------------------------------------------------- */
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.modal__bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content{
  background: #ffffff;
  padding: 8% 9.333333%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 64%; /* 960/1500 */
  height: auto;
}
a.js-modal-close {
  position: fixed;
  top: 33px;
  right: 33px;
}

/* 確認･完了画面 */
.confirm .modal, .thanks .modal { display: inherit; }
.confirm .inquiry-unit h2 {
  font-family: "RyoTextPlusN-Regular", serif;
  font-weight: 400;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.15em;
  line-height: 1.0;
  text-align: center;
  border-bottom: solid 1px #eeeeee;
  margin: 0 0 70px;
}
.confirm .inquiry-unit p {
  font-family: "RyoTextPlusN-Regular", serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1.875;
  text-align: center;
}
.confirm .inquiry-unit .inquiry dl dd { margin: 0 0 30px; }

@media screen and (max-width:750px) {
  .confirm .inquiry-unit h2 {
    font-size: 4.8vw; /* 36/750 */
    margin: 0 0 13.333333%; /* 100/750 */
  }
  .confirm .inquiry-unit p {
    font-size: 3.2vw; /* 24/750 */
    line-height: 1.666666;
    letter-spacing: 0;
  }
  .confirm .inquiry-unit .btn-unit {
    margin: 11.333333% 0 0; /* 85px 0 0 */
  }
  .confirm .inquiry-unit .form-btn {
    width: 38.6666666vw; /* 290/750 */
    height: 13.333333vw; /* 100/750 */
    font-size: 3.2vw; /* 24/750 */
    margin: 0;
  }
  .modal__content{
    padding: 20.666666% 11.3333333%; /* 155px 85px */
    width: 86.666666%; /* 650/750 */
  }
  a.js-modal-close {
    top: 5.333333%; /* 40/750 */
    right: 5.333333%; /* 40/750 */
    width: 3.6vw; /* 27/750 */
  }
}