@charset "UTF-8";

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

  BLD Real Estate Index PC Styles

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

/* Loader
--------------------------------------------------------- */
.loader-unit {
  position: fixed;
  z-index: 998;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #ffffff;
  transition: all 1s;
  opacity: 1;
  visibility: visible;
}
.loader-unit.is-active {
  opacity: 0;
  visibility: hidden;
}
.loader {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #2754a4;
  opacity: 0;
  visibility: hidden;
}
.loader.is-active {
  opacity: 1;
  visibility: visible;
}
.loader_logo {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.loader_logo.is-active {
  opacity: 1;
  visibility: visible;
}
.loader_logo svg {
  width: 12.5vw;
}
@media screen and (max-width:1440px) {
  .loader_logo svg { width: 15.625vw; }
}
@media screen and (max-width:1024px) {
  .loader_logo svg { width: 18.75vw; }
}
@media screen and (max-width:768px) {
  .loader_logo svg { width: 25vw; }
}
@media screen and (max-width:480px) {
  .loader_logo svg { width: 31.25vw; }
}

/* SVG Animation
--------------------------------------------------------- */

/* Loader */
#loader-mask path {
  fill-opacity: 0; /* 最初は透過0で見えない状態 */
  transition: fill-opacity .5s; /* カラーがつく際のアニメーション0.5秒で変化 */
  fill: none; /* 塗りがない状態 */
  stroke: #ffffff; /* 線の色 */
}
#loader-mask.done path {
  fill: #ffffff; /* 塗りの色 */
  fill-opacity: 1; /* 透過1で見える状態 */
  stroke: none; /* 線の色なし */
}

/* Real Estate */
#re-mask path {
  fill-opacity: 0; /* 最初は透過0で見えない状態 */
  transition: fill-opacity .5s; /* カラーがつく際のアニメーション0.5秒で変化 */
  fill: none; /* 塗りがない状態 */
  stroke: #2754a4; /* 線の色 */
}
#re-mask.done path {
  fill: #2754a4; /* 塗りの色 */
  fill-opacity: 1; /* 透過1で見える状態 */
  stroke: none; /* 線の色なし */
}

/*
.st0 {
  fill: none;
  stroke: #2754a4;
  stroke-linejoin: round;
}
*/

/* Page Header
--------------------------------------------------------- */
.page-header .inner { padding: 0 60px; }
.page-header figure {
  height: 830px;
  overflow: hidden;
}
.page-header img {
  width: 100%;
  height: auto;
}
.page-header h2 {
  font-size: 60px;
  font-size: 6.0rem;
  line-height: 1.666666;
  margin: 0 0 30px;
}
.intro {
  position: relative;
  padding: 100px 0;
}
.intro .inner {
  position: relative;
  z-index: 1;
}
.intro h3 {
  position: absolute;
  top: -160px;
  left: 0;
}
.intro p {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  line-height: 2.0;
  text-align: center;
}
.intro .link-next {
  width: fit-content;
  display: block;
  margin: 40px auto 0;
}
.intro .inner + span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  display: block;
}

/* Heading
--------------------------------------------------------- */
.heading {
  font-size: 46px;
  font-size: 4.6rem;
  letter-spacing: 0.15em;
}
.heading small {
  font-size: 0.326086956em;
  color: #d8d8d8;
  letter-spacing: 0.2em;
  display: block;
}

/* 新着情報
--------------------------------------------------------- */
.news {
  padding: 120px 0;
  margin: 0;
  background-color: #f5f7f9;
}
.news .inner { padding: 0 60px; }
.news .heading {
  font-size: 40px;
  font-size: 4.0rem;
}
.news-contents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.news-contents ul {
  width: 78.7037037%;
  border-top: solid 1px #e7e7e7;
  margin: 0 0 35px;
}
.news-contents ul li {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  padding: 30px 5px 30px 20px;
  border-bottom: solid 1px #e7e7e7;
}
.news-contents ul li a {
  color: #000000;
  text-decoration: none;
}
.news-contents ul li a::after {
  content: url(../common/images/arrow.png);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.news-contents ul li a span {
  display: inline-block;
  vertical-align: top;
}
.news-contents ul li a span:first-of-type {
  width: 15%;
  margin: 0 2.5% 0 0;
}
.news-contents ul li a span:last-of-type {
  width: 80%;
}
.news p {
  float: right;
}

/* 私たちがスピードをもって正しい査定・買取ができる理由
--------------------------------------------------------- */
.sec01 { display: none; }
.sec01 .inner { padding: 0 60px; }
.sec01 h3 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.666666;
  text-align: center;
  margin: 0 0 75px;
}
.sec01 p {
  text-align: center;
  margin: 0 0 65px;
}
.reason {
  position: relative;
  margin: 0 0 100px;
}
.reason > div {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 50%;
  background-color: #ffffff;
  padding: 45px 0 20px 40px;
}
.reason > div h4 {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.05;
  line-height: 1.6;
  margin: 0 0 20px;
}
.reason > div span {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  display: inline-block;
}

/* 事業内容
--------------------------------------------------------- */
.sec02 {
  padding: 170px 0 180px;
  text-align: center;
}
.sec02 .inner { padding: 0 60px; }
.biz-content-unit { padding: 0; }
.biz-content-unit a img { transition: all .3s; }
.biz-content-unit a:hover, .biz-content-unit a:hover img { opacity: .7; }
.biz-content-unit ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
  margin: 40px 0 60px;
}
.biz-content-unit ul li a figure figcaption {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  padding-top: 10px;
}
.biz-content-unit ul li a {
  color: #000000;
  text-decoration: none;
  transition: all .3s;
}
.biz-content-unit ul + a { display: block; }

.biz-content-unit > p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1.875;
  margin: 30px 0 35px;
  display: none;
}
.biz-content {
  display: none;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 50px;
}
.property-item {
  width: 320px;
  height: 210px;
  border: solid 1px #f0f0f0;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 0 20px;
}
.property-item a {
  text-decoration: none;
  color: #000000;
  transition: all 0.3s;
}
.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;
}

/* 取扱事例
--------------------------------------------------------- */
.sec03 {
  padding: 0 0 190px;
  text-align: center;
}
.sec03 .inner { padding: 0 60px; }
.sec03 h3.heading { margin: 0 0 40px; }
/*
.sec03 figure {
  position: relative;
  top: -120px;
  float: right;
  width: 64%;
  display: none;
}
.sec03 figure img {
  width: 100%;
}
*/
.case {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.case p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin: 35px 0 55px;
}

.inc-case-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case-item.col-3 {
  width: calc((100% - 60px) / 3);
  margin: 0 0 30px;
  text-align: left;
}
.case-item figure a {
  text-decoration: none;
  transition: all 0.3s;
}
.case-item figure a img { transition: all 0.3s; }
.case-item figure a:hover img { opacity: 0.7; }
.case-item figure a figcaption {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: #000000;
  padding: 0 10px;
  margin: 20px 0;
}
.case-item p { padding: 0 10px; }
.tag {
  font-size: 12px;
  font-size: 1.2rem;
  color: #2854a4;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: solid 1px #2854a4;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  margin: 0 7px 7px 0;
  white-space: nowrap;
  /*
  transition: all 0.3s;
  */
}
/*
.tag:hover {
  color: #ffffff;
  background-color: #2854a4;
}
*/

/* 会社概要
--------------------------------------------------------- */
.sec04 {
  display: flex;
  align-items: center;
  background-color: #f5f7f9;
}
.sec04 figure { width: 50%; }
.sec04 figure img {
  width: 100%;
}
.about {
  position: relative;
  width: 50%;
  padding: 0 0 0 6.666666%; /* 100/1500 */
}
.about ul { margin: 80px 0 0; }
.about ul li:first-of-type { margin: 0 0 60px; }
.about ul li:first-of-type a:first-of-type { margin: 0 60px 0 0; }

/* リンクバナー
--------------------------------------------------------- */
.bnr {
  padding: 80px 0;
  border-bottom: solid 1px #e7e7e7;
  display: none;
}
.bnr .inner { padding: 0 60px; }
.bnr a img { transition: all 0.3s; }
.bnr a:hover img { opacity: 0.7; }