@charset "UTF-8";



.cv-chp-mst-dmst {
    position: relative;
    width: 100%;
}

.cp_cv_btn {
    position: absolute;
    bottom: 3%;
    width: 100%;
}
.cp_cv_btn-btm {
    position: absolute;
    bottom: 2.1%;
    width: 100%;
}

.cv-btn-mst-dmst {
    display: block;
    width: 78%;
    margin: 0 0 4.9% 11.5%;
}


.cv-tel {
    bottom: 14%;
    left: 25%;
    font-size: 50px;
    font-weight: 700;
    font-family: system-ui;
}
.cv-tel a {
    color: #032c6c;
}

.cv-email {
    bottom: 8%;
    left: 26%;
    font-size: 33px;
    font-weight: 700;
    font-family: system-ui;
}

.mv_01 {
    position: relative;
    overflow: hidden;
}
/* mv_mov */
.mov-clip {
    position: absolute;
    margin: 0 auto;
    top: 24.4%;
    right: -19.3%;
    width: 197%;
    -webkit-clip-path: circle(10.5% at center 44%);
    clip-path: circle(10.5% at center 44%);
}

.mv_text {
    position: absolute;
    top: 45.1%;
    left: 4.8%;
    width: 26.5%;
}

@media screen and (max-width:768px) {
    .cv-tel {
        font-size: 7vw;
    }
    
    .cv-email {
        font-size: 5vw;
    }
    
}

/* 追従CV */
#cv-btn {
    z-index: 2;
    position: fixed;
    bottom: 10px;
    opacity: 0;
    width: 1px;
    transition: all .5s 0s ease;
}
#content img.btn-active {
    opacity: 1;
    margin-left: 7px;
    width: 100%;
}
@media screen and (min-width: 768px) {
    #content img.btn-active {
        margin-left: 18px;
        width: 620px;
    }
}