@charset "UTF-8";
/* --------------------------------------------
   不動産をお探しの方へ
-------------------------------------------- */
.mct-estate__arrow {
  text-align: center;
}
.mct-estate__arrow img {
  width: 10%;
}

.mct-estate__case {
  width: 100%;
  max-width: 1030px;
  margin-right: auto;
  margin-left: auto;
}

.mct-estate__item-text {
  font-size: 2.375em;
}

.bottom-line {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffe294));
  background-image: -webkit-linear-gradient(transparent 65%, #ffe294 35%);
  background-image: linear-gradient(transparent 65%, #ffe294 35%);
}

.mct-estate-top {
  margin-bottom: 1.875em;
  padding: 1.25em;
  background-image: url(../../images/bg_mct_estate_top.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}

.mct-estate-top__text {
  font-size: 2.125em;
}

.green-one {
  color: #006934;
}

.mct-estate-top__text--secondary {
  margin-top: 1.875em;
  font-size: 1em;
  line-height: 3;
  text-align: center;
}

.mct-estate-top-list {
  margin-top: 1.875em;
  padding-bottom: 1.875em;
}

.mct-estate-top__item {
  width: 25%;
  margin-right: 2.5%;
  margin-left: 2.5%;
}

.green-bg {
  padding: 0.5em;
  background-color: #cfeaa9;
  font-size: 1.125em;
}

.yellow-bg {
  padding: 0.5em;
  font-size: 1.125em;
}

.yellow {
  margin-right: 0.625em;
  padding: 0.5em;
  background-color: #ffe98d;
}

.not-yellow {
  background: #fff;
  font-weight: normal;
}

.mct-estate__case-txt {
  margin-top: 1.6666666667em;
  padding-bottom: 5em;
  font-size: 1.125em;
  line-height: 1.75;
  text-align: left;
}

.mct-estate__case--other {
  margin-top: 5em;
  padding: 1.25em;
  border: 1px solid #804f21;
  background-image: url(../../images/bg_estate_item.png);
}

.mct-estate__case-title--other {
  -webkit-transform: translateY(-90%);
  display: inline-block;
  padding: 0.5em 5em;
  transform: translateY(-90%);
  border-radius: 28px;
  background-color: #bc9462;
  color: #ffffff;
  font-size: 1.4375em;
  text-align: center;
}

.mct-estate__case-cnt-left {
  width: 60%;
}
.mct-estate__case-cnt-left img {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.mct-estate__case-cnt-right img {
  width: 100%;
}

.mct-estate__case--us {
  margin-top: 5em;
  padding: 1.25em;
  border: 5px solid #0da167;
  background-image: url(../../images/bg_estate_item.png);
}

.mct-estate__case-title--us {
  -webkit-transform: translateY(-90%);
  display: inline-block;
  padding: 0.5em 2.5em;
  transform: translateY(-90%);
  border-radius: 38px;
  background-color: #0da167;
  color: #ffffff;
  font-size: 2.0625em;
  text-align: center;
}

.mct-estate__case-cnt-top img {
  width: 100%;
}

.mct-estate__case-cnt-bottom {
  padding-bottom: 1.3636363636em;
  font-size: 1.375em;
  font-weight: bold;
}

.txt-red {
  color: #b80d23;
}

.estate-more-btn {
  display: block;
  width: 15.125em;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1900px) {
  /* 不動産をお探しの方へ */
}

@media screen and (max-width: 1700px) {
  /* 不動産をお探しの方へ */
}

@media screen and (max-width: 1540px) {
  /* 不動産をお探しの方へ */
}

@media screen and (max-width: 1260px) {
  /* 不動産をお探しの方へ */
}

@media screen and (max-width: 1024px) {
  /* 不動産をお探しの方へ */
}

@media screen and (max-width: 768px) {
  /* 不動産をお探しの方へ */
  .mct-estate__item-text {
    font-size: 1.75em;
  }
  .mct-estate-top {
    padding-bottom: 3.75em;
  }
  .mct-estate__case-cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mct-estate__case-cnt-left img {
    -webkit-transform: translateY(-15%);
    width: 70%;
    transform: translateY(-15%);
  }
  .mct-estate__case-cnt-right img {
    -webkit-transform: translateY(-10%);
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    transform: translateY(-10%);
  }
  .mct-estate__case-title--us {
    font-size: 1.875em;
    line-height: 1;
  }
  .mct-estate__case-cnt-top img {
    -webkit-transform: translateY(-3%);
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    transform: translateY(-3%);
  }
  .mct-estate__case-cnt-bottom {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 480px) {
  /* 不動産をお探しの方へ */
  .mct-estate__item-text {
    font-size: 1.25em;
  }
  .mct-estate-top {
    margin-bottom: 0.625em;
    padding: 0.625em;
    padding-bottom: 1.25em;
    background-size: cover;
  }
  .mct-estate-top__text {
    font-size: 1.375em;
  }
  .mct-estate-top__text--secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-size: 4vw;
    line-height: 1.2;
  }
  .mct-estate-top-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 1.875em;
  }
  .mct-estate-top__item {
    width: 47%;
    margin-right: 1%;
    margin-left: 0;
  }
  .mct-estate-top__item:nth-of-type(2) {
    margin-right: 0;
    margin-left: 1%;
  }
  .mct-estate-top__item:last-of-type {
    margin-right: 0;
  }
  .green-bg {
    margin-bottom: 0.625em;
    padding: 0.25em;
    font-size: 1em;
  }
  .yellow-bg {
    margin-top: 0.625em;
    margin-bottom: 1.25em;
    padding: 0.25em;
    font-size: 1em;
  }
  .yellow {
    padding: 0.25em;
  }
  .mct-estate__case-txt {
    margin-top: 1.25em;
    padding-bottom: 0;
    font-size: 1em;
  }
  .mct-estate__case--other {
    margin-top: 3em;
  }
  .mct-estate__case-title--other {
    -webkit-transform: translateY(-75%);
    padding: 0.5em 2.5em;
    transform: translateY(-75%);
  }
  .mct-estate__case-cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mct-estate__case-cnt-left img {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  .mct-estate__case-cnt-right img {
    -webkit-transform: translateY(-10%);
    width: 100%;
    transform: translateY(-10%);
  }
  .mct-estate__case-title--us {
    -webkit-transform: translateY(-75%);
    padding: 0.5em 1.25em;
    transform: translateY(-75%);
    font-size: 1.8125em;
  }
  .mct-estate__case-cnt-top img {
    -ms-flex-item-align: start;
    -webkit-transform: translateY(-7.5%) scale(1.05, 1.05);
    align-self: flex-start;
    width: 100%;
    transform: translateY(-7.5%) scale(1.05, 1.05);
  }
  .mct-estate__case-cnt-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .mct-estate__case-cnt-bottom {
    padding-bottom: 0;
    font-size: 1.25em;
  }
}