/* MV */
.mv__sub-copy{
    margin:10px auto;
    padding: 15px;
    width: clamp(500px, 45.2702702703vw, 670px);
    color:#fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    background: #3AA7C2 0% 0% no-repeat padding-box;
    border: 3px solid #F6AC2D;
}
.mv_ctabtn{
    margin: 30px auto;
    width: 220px;
}
.mv_ctabtn a{
    position: relative;
    display: block;
    padding: 5px 10px;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #E60012 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 5px #0000004D;
    border: 2px solid #FFFFFF;
    border-radius: 34px;
}
.mv_ctabtn a::before{
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 14px;
    width: 10px;
    height: calc(14px / 2 * tan(60deg));
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #ffffff;   
}
section.mv{
    position: relative;
    margin-bottom: 70px;
}
.mv-picture{
    position: absolute;
    margin-left: 20vw;;
    bottom: -120px;
    left: 50%;
    width: min(420 / 1200 * 100vw, 420px);
    
}
.mv_scroll{
    position: absolute;
    margin: auto;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
}
.mv_scroll::before{
    content: "";
    position: absolute;
    top: 26px;
    left: calc(50% - 4px);
    width: 12px;
    height: calc(10px / 2 * tan(60deg));
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #000;   
}

/* 従来の家探しとスムカウの違い */
.diff h3{
    margin: 30px auto 50px;
    width: fit-content;
    text-align: center;
    color:#EE782B;
    font-size: 1.85rem;
}
.diff h3::after{
    content: "";
    display: block;
    margin-left:-10%;
    width: 120%;
    height: 5px;
    background:  right / contain no-repeat url('../img/common/line2.png');
}
.flows{
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}
.bflow,.sflow{
    position: relative;
    width: 400px;
    margin:0 30px;
    border-radius: 20px;
}
.bflow{
    background:#EFEFEF;
}
.sflow{
    background:#FEEBBE;
    border-radius: 20px;
}
.bflow__title,.sflow__title{
    padding:10px;
    text-align: center;
    font-size: 1.15rem;
    font-weight: bold;
    border-radius: 20px;
}
.bflow__title{
    color: #898989;
    background: #ffffff;
    border:2px solid #898989;
}
.sflow__title{
    color: #ffffff;
    background: #F6AC2D;
    border:2px solid #EE782B;
}
.flows ul{
    margin:20px;
    counter-reset: number;
}
.flows ul li{
    margin-bottom: 20px;
}
.flows ul li::after{
    content: "";
    display: block;
    margin: 20px auto 10px;
    width: 40px;
    height: calc(20px / 2 * tan(60deg));
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.bflow  ul li::after{
    background: #898989;   
}
.sflow  ul li::after{
    background: #F6AC2D;   
}
.flows ul li p{
    margin-bottom: 10px;
}
.flows ul li p::before{
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  color:#ffffff;
}
.bflow  ul li p::before{
  background:#898989;
}
.sflow  ul li p::before{
  background:#EE782B;
}
.flow__untit{
    margin: 0 20px;
    padding:10px;
    text-align: center;
    font-size: 1.15rem;
    font-weight: bold;
    border-radius: 20px;
}
.bflow .flow__untit{
    background: #ffffff;
}
.sflow .flow__untit{
    color:#ffffff;
    background: #F6AC2D;
}
.flow__com{
    margin: 20px;
    text-align: center;
}
.bflow .flow__com{
    color:#3AA7C2;
}
.sflow .flow__com{
    color: #EE782B;
}
.sflow_picture{
    position: absolute;
    bottom: -6vw;
    right: -12vw;
    max-width: 18vw;
}

/* スムカウの特徴 */
section.feature{
    margin: 0 30px;
    padding-bottom: 80px;
}
.feature-list__title{
    color: #ee782b;
}
.feature-list__text{
    padding: 10px;
    text-align: center;
    background: #ffffff;
    border-radius: 20px;
}
.feature__image{
    position: absolute;
    right:-25px;
    left: unset;
}

/* ご利用の流れ */
.flow__list{
    margin:20px auto 100px;
    max-width: 680px;
    counter-reset: number;
}
.flow__list li{
    position: relative;
    margin-bottom: 50px;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: bold;
    background: #3aa7c2;
    border:2px solid #EE782B;
    border-radius: 35px
}
.flow__list li::before{
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  color:#ffffff;
  background:#EE782B;
}
.flow__list li::after{
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% - 20px);
    margin: 20px auto 10px;
    width: 40px;
    height: calc(20px / 2 * tan(60deg));
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #EE782B;   
}


/* スマホ */
@media (max-width: 767px) {
    section.mv{
        margin-bottom: 30px;
    }
    .mv {
        height: 100vh;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }
    .mv__title{
        width: auto;
        height: calc(100vh - 215px);
    }
    .mv__title-main{
        position: relative;
        margin: 15vh 5vh 0 5vh;
        z-index: 10;
    }
    .mv__sub-copy{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        width: 100%;
        height: 18vh;
        font-size: 5vw;
        z-index: 0;
    }
   .mv__sub-copy::before{
        content: "";
        position: absolute;
        display: block;
        bottom: 10vh;
        right: -10vw;
        width: 50vw;
        height: 80vw;
        background:  right / contain no-repeat url('../img/hiromi_02.webp');
        z-index: -100;
   }
   .mv__sub-copy::after{
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        right: -0;
        width: 100%;
        height: 100%;
        background:#3AA7C2 ;
        border: 3px solid #F6AC2D;
        z-index: -10;
   }
    .mv-picture{
        display: none;
    }

    /* 従来の家探しとスムカウの違い */
    .diff h3{
        margin: 0 auto 30px;
        width: 100%;
        font-size: 1.25rem;
    }
    .diff h3::after{
        width: 90%;
        margin: auto;
    }
    .flows{
        display: block;
    }
    .bflow,.sflow{
        width: 100%;
        margin: 0 auto 30px;
        padding-bottom: 20px;
    }
    .sflow_picture{
        max-width: 50vw;
        bottom: -30vw;

    }
    .flow__list li{
        padding-left: 40px;
    }
    .howto{
        padding: 30px 0 50px;
    }
    .howto-point__round p{
        line-height: 1.5;
        padding-top: 10px;
    }

    .plan-block{
        padding-bottom: 70px
    }

    /* スムカウの特徴 */
    .feature-list{
        margin-top: 20px;
        gap: 50px;
    }
    .feature-list__item{
        gap: 20px;
    }
    section.feature{
        margin: 0 10px;
    }
    .feature__image{
        position: absolute;
        right:-12px;
    }


}


