*{
    margin:0;
    padding:0;
    min-height: 0;
    min-width : 0;
}
.bk_red{
    background:rgb(213,25,63);
}
.col-Wht{
    color:#fff;
}
.font-b{
    font-weight:bold;
}
.mt50{
    margin-top:50px;
}
.mt-60{
    margin-top:60px;
}
.mt80{
    margin-top:80px;
}
.fs02rem{
    font-size:2rem;
}
.fs03rem{
    font-size:3rem;
}

.display-f{
    display:flex;
}
.jtfy-ctr{
    justify-content:center;
}
.jtfy-sard{
    justify-content:space-around;
}
.alnitm-ctr{
    align-items:center;
}
.w50per{
    width:50%;
}


.i_wrapper{
    width:100%;
    margin:0 auto;
}
.i_header-box_inner{
    margin-top:3rem;
    position:relative;
}
.i_header-box{
    position:relative;
}
.i_header_box_inner{
    right:5%;
    height:100%;
    position:absolute;
    z-index:2;
    background:url(https://xacti-co.com/wp-content/uploads/2026/01/thumbimage.png);
    background-size:contain;
    width:26%;
    background-repeat:no-repeat;
    background-position:bottom;
}
.i_head_box{
    position: absolute;
    z-index: 5;
    left: 2%;
    top:10%;
    display:flex;
    align-items:center;
}

.i_head01{
    font-size: calc(26px + 10 * (100vw - 1023px) / 897);
    border-left:10px solid rgb(213,25,63);
    padding-left:0.5rem;
}
.i_head02{
    margin-top:2%;
    font-size: calc(15px + 5 * (100vw - 1023px) / 897);
}


.zoom-fade-wrapper{
    width:100%;
    height:calc(250px + 230 * (100vw - 1023px) / 897);
    margin:0 auto;
    position:relative;
    overflow: hidden;
}

.lead-title{
    font-size: calc(16px + 16 * (100vw - 1023px) / 897);
}

.i_l-01_inner{
    padding:1%;
}

.fa-add01{
    background:#fff;
    color:#3d3d3d;
    border-radius:999px;
    width:2rem;
    height:2rem;
    margin-left:1rem;
    display:flex;
    justify-content:center;
    align-items:center;
    float:right;
}
.fa-angle-right:before {
    line-height: 1.3;
    margin-left: 0.5rem;
}

.link-btn01 a{
    display: inline-block;
    margin:1rem 0;
    background:#3d3d3d;
    color:#fff;
    font-weight:bold;
    border-radius:999px;
    border:2px solid #fff;
    padding:0.5rem 0.5rem 0.5rem 2rem;
    font-size:1.5rem;
    text-decoration: none;
    line-height:1.2;
}

.hover-content{
    position:relative;
}

.single-hover-content{
    display:none;
    position:absolute;
    top:0;
}

.xbp-img img{
    width:100%;
    height:auto;
    max-width:400px;
    display: block;
    margin:0 auto;
}

@media screen and (max-width:1023px){
    .lead-title{
        font-size: calc(16px + 5 * (100vw - 769px) / 254);
    }
    .link-btn01 a{
        font-size:1.2rem;
    }
    .fa-add01{
        width:1.5rem;
        height:1.5rem;
    }

}

@media screen and (max-width:768px){

    .m_display-b{
        display:block;
    }
    .m_w100per{
        width:100%;
    }
    .link-btn01{
        text-align: center;
    }
    .i_head01_box_inner {
        width:40%;
    }
    .i_header_box_inner{
        width:40%;
    }
    .i_head_box{
        align-items:end;
        top:0;
    }
    .i_head02{
        margin-bottom:8%;
    }


}




