@charset "utf-8";

.load-fade.is-show {
  visibility: visible;
  opacity: 1;
}

.load-fade {
  visibility: hidden;
  opacity: 0;
  transition: all 3s;
}

/*reset*/
#mv_Wrap {
  padding-bottom: 100px;
  overflow: visible;
}

#mv_Wrap h2 {
  margin: 0;
}

#mv_Wrap h3 {
  width: auto;
  max-width: inherit;
  margin: inherit;
}

/*共通タイトル*/
#mv_Wrap h2.big_b_ttl {
  font-size: min(10vw, 60px);
  font-weight: 600;
  color: #154778;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 50px auto;
}

.b-text {
  font-size: min(5vw, 30px);
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
  color: #154778;
  line-height: 1.5;
  border-bottom: 2px solid #154778;
  padding-bottom: 15px;
  margin: 50px auto;
  position: relative;
}

.text {
  font-size: 16px;
  font-weight: 600;
  color: #154778;
  letter-spacing: 0.1em;
  line-height: 2.2;
  text-align: left;
}

.text .big {
  display: inline-block;
  line-height: 1.2;
  padding: 10px 5px 0 5px;
  position: relative;
  top: 4px;
}

.text .big img {
  height: 35px;
}

#mv_Wrap:before {
  display: none;
}

/*ハッピーハウスについて*/
[class^="illust-"] {
  position: absolute;
  z-index: 50;
}

.illust-image01 {
  width: 12vw;
  top: 2vw;
  left: -15vw;
}

.illust-image02 {
  width: 9vw;
  top: 3vw;
  right: -10vw;
}

.illust-image03 {
  width: 7vw;
  bottom: 3vw;
  left: -10vw;
}

.illust-image04 {
  width: 11vw;
  bottom: -1vw;
  right: -13vw;
}

.a-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.ttl-inner {
  width: 82%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.logo-mark {
  width: 270px;
  max-width: 90%;
  margin: 0 auto;
}

h3.blue_Ttl {
  width: 70%;
  max-width: 540px;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  background: #0f6fb8;
  border-radius: 100px;
  padding: 15px 0 15px 0;
  margin: 0 auto;
  position: relative;
}

h3.blue_Ttl::before {
  content: "";
  width: 60px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}

h3.blue_Ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}

h3.blue_Ttl .en {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

h3.blue_Ttl .blue-text {
  display: block;
}

h3.blue_Ttl .en img {
  width: auto;
  height: 16px;
}

.correlation-box {
  background: #cee0f0;
  background-image: url(../img/bg01.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 100px 0 28% 0;
  position: relative;
}

.a-image01 {
  width: 90%;
  max-width: 800px;
  margin: 40px auto 0;
}

.ancher {
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  max-width: 800px;
  position: absolute;
  bottom: -6%;
  left: 50%;
  transform: translateX(-50%);
}

.ancher li {
  width: 48%;
}

.ancher li:nth-of-type(1) {
  margin-right: 4%;
}

.overview-box {
  background: #cee0f0;
  padding: 200px 0 100px 0;
}

.overview {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}

.overview-inner {
  position: relative;
  z-index: 2;
}

.overview dl {
  display: flex;
  letter-spacing: 1px;
}

.overview dl dt {
  width: 25%;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  background: #17467c;
  padding: 20px 20px 20px 20px;
}

.overview dl dd {
  width: 75%;
  font-weight: 600;
  color: #17467c;
  background: #fff;
  padding: 20px 20px 20px 40px;
}

.overview dl:nth-of-type(n + 2) {
  margin-top: 10px;
}

.ttl-illust01 {
  width: 60px;
  position: absolute;
  top: -20px;
  right: 10px;
}

.ttl-illust02 {
  width: 90px;
  position: absolute;
  top: -30px;
  right: 20px;
}

.step-box {
  background: #cee0f0;
  padding: 40px 0 100px 0;
}

.step {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}

.step-flex {
  flex-wrap: wrap;
  justify-content: space-between;
}

.step-flex:nth-of-type(n + 2) {
  margin-top: 100px;
}

.step-flex .text-area {
  width: 48.34%;
}

.step-flex .image-area {
  width: 44.66%;
}

.bbttl {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 1.5px;
  color: #154778;
  margin-bottom: 40px;
}

.marker {
  background: linear-gradient(transparent 70%, #fff000 70%);
}

.outline-link {
  display: block;
  width: 90%;
  max-width: 320px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #17467c;
  background: #17467c;
  text-align: center;
  padding: 20px 0;
  margin: 40px auto 0;
  position: relative;
  transition: all .5s;
}

.outline-link::before {
  display: block;
  color: #fff;
  content: '▶';
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 10px;
  transform: translateY(-50%);
}


.outline-link:hover {
  opacity: 0.7;
}

#ancher01,
#ancher02 {
  padding-top: 80px;
  margin-top: -80px;
}

@media only screen and (max-width: 1180px) {
  .bbttl {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .text {
    font-size: 14px;
    line-height: 1.8;
  }

  .text .big {
    padding: 4px 4px 0 4px;
    top: 0;
  }

  .text .big img {
    width: auto;
    height: 25px;
    max-width: auto;
  }

  .illust-image01 {
    width: 9vw;
    top: 1vw;
    left: -7vw;
  }

  .illust-image02 {
    right: 5vw;
  }

  .illust-image03 {
    width: 7vw;
    bottom: -8vw;
    left: 0vw;
  }

  .illust-image04 {
    width: 11vw;
    bottom: 6vw;
    right: -3vw;
  }
}

@media only screen and (max-width: 900px) {

  /*mv*/
  #mv_Wrap {
    padding-bottom: 60px;
  }

  #mv_Wrap h2.big_b_ttl {
    width: 100%;
    letter-spacing: 0;
    padding-top: 50px;
  }


}

/* sp専用 */
@media only screen and (max-width: 767px) {

  /*不動産業界とは*/
  .b-text {
    letter-spacing: 0.5px;
    margin: 30px auto 20px;
  }

  .text {
    font-size: 14px;
  }

  h3.blue_Ttl {
    width: 90%;
    font-size: 16px;
  }

  h3.blue_Ttl .en img {
    height: 9px;
  }

  h3.blue_Ttl::before {
    width: 24px;
    right: -12px;
  }

  .logo-mark {
    width: 160px;
  }

  .text .big {
    font-size: 1.8em;
    letter-spacing: 0;
  }

  .illust-image01 {
    width: 20vw;
    top: -6vw;
    left: -6vw;
  }

  .illust-image02 {
    width: 20vw;
    top: 1vw;
    right: -6vw;
  }

  .illust-image03 {
    width: 19vw;
    bottom: -23vw;
    left: -1%;
  }

  .illust-image04 {
    width: 22vw;
    bottom: -21vw;
    right: 0vw;
  }

  .correlation-box {
    padding: 60px 0 64% 0;
  }

  .a-image01 {
    margin: 20px auto 0;
  }

  .ttl-illust01 {
    width: 40px;
  }

  .ttl-illust02 {
    width: 50px;
    top: -9px;
    right: 0px;
  }

  .overview-box {
    padding: 100px 0 30px 0;
  }

  .overview dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    white-space: nowrap;
    padding: 14px 10px 14px 10px;
  }

  .overview dl dd {
    font-size: 14px;
    padding: 14px 10px 14px 15px;
  }

  .outline-link {
    font-size: 16px;
  }

  .step-flex:nth-of-type(n + 2) {
    margin-top: 60px;
  }

  .step-flex .text-area {
    width: 100%;
    margin-bottom: 10px;
  }

  .step-flex .image-area {
    width: 100%;
  }

  .bbttl {
    font-size: 20px;
    margin-bottom: 20px;
  }

  #ancher01,
  #ancher02 {
    padding-top: 50px;
    margin-top: -50px;
  }
}

