.cta {
    padding: 20px 0 30px;
}

.cta > a {
    display: block;
}

.cta > a:first-child {
    margin-bottom: 20px;
    padding: 0 20px;
}

header {
    position: relative;
}

header li {
    position: fixed;
    top: 0;
    z-index: 9999;
}

header li img {
    height: 9vw;
}

header li:first-child {
    right: 32vw;
}

header li:last-child {
    right: 5vw;
}

footer {
    font-size: 14px;
}

footer ul { 
    border-bottom: #ccc solid 1px;
}
footer li a {
    padding: 20px 10px;
    position: relative;
    display: block;
    border-top: #ccc solid 1px;
}
footer li a::before{
    width: 8px;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: 20px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

footer p {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #000;
}

section {
    position: relative;
}

section .btn_cv {
    width: 70%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

section .btn_cv.cv_01 {
    bottom: 12vw;
}

section .btn_cv.cv_02 {
    bottom: 3vw;
}

section .btn_cv.cv_03 {
    bottom: 11vw;
}

section .btn_cv.cv_04 {
    top: 75vw;
}

section .btn_cv.cv_05 {
    bottom: 11vw;
}

section .btn_cv.cv_06 {
    bottom: 20vw;
}