@charset "utf-8";

/* LP修正 202507
---------------------------------------------*/
.u-block_lp {
    display: inline-block;
}
.disp_tb {
    display: none;
}
.mv {
  background: url(./images/common/top_mv_pc.jpg) no-repeat center center/cover;
  background: url(./images/common/top_mv_pc.webp) no-repeat center center/cover;
  display: block;
  place-items: start;
  padding-top: 100px;
  padding-left: 100px;
  position: relative;
}
.mv-title-balloon {
    margin-inline: 0;
    padding: 0.75rem 3rem;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.mv-title-text {
    text-align: left;
}
.mv-text {
    text-align: left;
    font-size: 2.2rem;
}
.mv-button {
    margin-inline: 0;
    margin-top: 3rem;
}
.mv-img {
    position: absolute;
    right: 0;
    bottom: 3%;
    width: 40%;
    max-width: 700px;
}
.mv-img_kobe {
    position: absolute;
    right: 1%;
    top: 5%;
}
.flow-box-img {
    margin-top: 1rem;
}
.flow-box-subtitle {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}
.flow-box-img img {
    width: 40%;
}
/* レスポンシブ
---------------------------------------------*/
@media screen and (max-width: 1280px) {   
    .disp_tb {
        display: block;
    }
    .mv {
        padding-left: 5%;
        height: auto;
    }
    .mv-img {
        width: 45%;
    }
    .mv-title-text {
    font-size: 4.5rem;
    }
    .mv-title-text-small {
    font-size: 3rem;
    }
}
@media screen and (max-width: 768px) {
    .u-block_lp {
        display: block;
    }
    .mv {
        padding-top: 50px;
    }
    .mv-img {
        bottom: 6%;
    }
    .button {
    padding: 1rem 1.5rem;
    }
}
@media screen and (max-width: 425px) {
    .u-block_lp {
        display: inline-block;
    }
    .disp_tb {
        display: none;
    }
    .mv {
        background: url(./images/common/top_mv_sp.jpg) no-repeat center center/cover;
        background: url(./images/common/top_mv_sp.webp) no-repeat center center/cover;
        text-align: center;
        padding-top: 150px;
        padding-left: 0;
    }
    .mv-img, .mv-img_kobe {
        display: none;
    }
    .mv-content {
        margin: 0 auto;
    }
    .mv-title-balloon {
    padding: 0.5rem 1.8rem;
    background-color: #fbd03e;
    margin-inline: auto;
    font-size: 1rem;
    }
    .mv-title-balloon::after {
        background-color: #fbd03e;
    }
    .mv-title-text {
    font-size: 2.5rem;
    text-align: center;
    }
    .mv-title-text-small {
    font-size: 2rem;
    }
    .mv-text {
        font-size: 1.05rem;
        text-align: center;
    }
    .mv-button {
        margin-top: 2rem;
        margin-inline: auto;
    }
    .flow-box-img img {
        width: 100%;
    }
}

/* マンション用LP調整 202507
---------------------------------------------*/
#taishin-m .mv-img {
    width: 40%;
}
@media screen and (max-width: 1280px) {
    #taishin-m .mv {
        padding-left: 3%;
    }
}
@media screen and (max-width: 768px) {
    #taishin-m .mv {
        padding-left: 5%;
    }
    #taishin-m .mv-img {
        width: 45%;
    }
}
@media screen and (max-width: 425px) {
    #taishin-m .mv {
        padding-left: 0;
    }
}