@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;
}

#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;
}

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

#mv_Wrap:before {
  display: none;
}

/*不動産業界とは*/
.ttl-inner {
  width: 82%;
  max-width: 800px;
  margin: 0 auto;
}

.w-illust01 {
  width: 90%;
  max-width: 1000px;
  margin: 40px auto 0;
}

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

.work-link-box {
  background-image: url(../img/bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

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

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

h3.blue_Ttl .en {
  display: block;
  margin-bottom: 14px;
}

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

.link-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}

.link-flex li {
  width: 23.5%;
}

.link-flex li a {
  display: block;
  transition: all 0.5s;
}

.link-flex li a:hover {
  opacity: 0.7;
}

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

.detail-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
}

.detail-box .detail-flex:nth-of-type(n+2) {
  margin-top: 120px;
}

.detail-flex .text-box {
  width: 62.5%;
  background: #fff;
  border-radius: 10px;
  height: auto;
  position: relative;
}

.detail-flex .text-box .illust {
  display: block;
  height: auto;
  position: absolute;
}

.detail-flex .image-box {
  width: 35%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  border-radius: 15px;
}

.detail-flex .image-box.image01 {
  background-image: url(../img/w-image01.png);
  background-position: top center;
}

.detail-flex .image-box.image02 {
  background-image: url(../img/w-image03.png);
}

.detail-flex .image-box.image03 {
  background-image: url(../img/w-image05.png);
}

.detail-flex .image-box.image04 {
  background-image: url(../img/w-image07.png);
  background-position: center;
}

.detail-ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  background: #036eb8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px 30px 20px 30px;
}

.num,
.txt {
  display: block;
}

.num {
  margin-right: 20px;
}

.num img {
  height: 35px;
  width: auto;
  max-width: auto;
}

.text-area {
  padding: 40px 30px 40px 30px;
}

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

.link-interview {
  text-align: right;
  margin-top: 40px;
}

.link-interview a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #274771;
  border: 2px solid #274771;
  background: #fff;
  border-radius: 30px;
  padding: 20px 60px 20px 40px;
  position: relative;
  transition: all 0.5s;
}

.link-interview a::before {
  content: "";
  border: 12px solid transparent;
  border-left: 11px solid #274771;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.link-interview a:hover {
  color: #fff;
  background: #274771;
  border: 2px solid #274771;
}

.link-interview a:hover::before {
  border-left: 11px solid #fff;
}

.detail-flex .text-box .i01 {
 width: 138px;
    top: -7%;
    right: 6%;
}

.detail-flex .text-box .i02 {
  width: 90px;
    top: -8%;
    right: 6%;
}

.detail-flex .text-box .i03 {
width: 102px;
    top: -7%;
    right: 6%;
}

.detail-flex .text-box .i04 {
  width: 122px;
    top: -9%;
    right: 6%;
}

#ancher01 {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

#ancher02,
#ancher03,
#ancher04 {
  padding-top: 30px;
  margin-top: -30px;
}

.pc_image {
  display: block;
}

.sp_image {
  display: none;
}

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

  /*reset*/
  #mv_Wrap {
    padding-top: 0;
    padding-bottom: 50px;
  }

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

  .fuwa01 {
    top: 0%;
  }

  .fuwa02 {
    top: 5%;
  }

  .fuwa03 {
    top: 4%;
  }

  .fuwa04 {
    top: 2%;
  }


}

/* sp専用 */
@media only screen and (max-width: 767px) {
  /*不動産業界とは*/
  .b-text {
    letter-spacing: 0.5px;
    margin: 30px auto 20px;
  }

  .text {
    font-size: 14px;
  }

  .work-link-box {
    padding: 50px 0;
  }

  .w-illust01 {
    margin: 20px auto 0;
  }

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

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

  h3.blue_Ttl::before {
    width: 40px;
    right: -2px;
  }

  .link-flex {
    margin-top: 40px;
  }

  .link-flex li {
    width: 48%;
  }

  .link-flex li:nth-of-type(n + 3) {
    margin-top: 4%;
  }

  .detail-box {
    padding: 50px 0;
  }

  .detail-box .detail-flex:nth-of-type(n+2) {
    margin-top: 80px;
  }

  .detail-flex .text-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .detail-flex .image-box {
    width: 100%;
    padding: 45vw;
  }

  .detail-flex .text-box .i01 {
    width: 78px;
    top: 2%;
    right: 6%;
}

  .detail-flex .text-box .i02 {
    width: 60px;
    top: -2%;
    right: 6%;
}

  .detail-flex .text-box .i03 {
    width: 65px;
    top: -2%;
    right: 6%;
}

.detail-flex .text-box .i04 {
    width: 70px;
    top: 4%;
    right: 6%;
}

  .detail-ttl {
    font-size: 18px;
    padding: 20px 30px 20px 20px;
  }


  .text-area {
    padding: 20px 20px 20px 20px;
  }

  .detail-text {
    font-size: 14px;
  }

  .num img {
    height: 25px;
  }

  .link-interview {
    margin-top: 20px;
  }

  .link-interview a {
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 15px 0;
  }

  .link-interview a::before {
    border: 8px solid transparent;
    border-left: 7px solid #274771;
    right: 4px;
    transform: translateY(-50%);
  }

  #ancher01 {
    padding-top: 70px;
    margin-top: -70px;
  }

  #ancher02,
  #ancher03,
  #ancher04 {
    padding-top: 0px;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 500px) {
  .pc_image {
    display: none;
  }

  .sp_image {
    display: block;
  }
}