
.cv-type1 {
    position: relative;
    max-width: 1280px;
    margin: 0 1rem 100px;
    padding: 30px 80px;
    background-color: #DF433C;
    border-radius: 50px 0 0 50px;
}

.cv-type1::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -99vw;
    transform: translateY(-50%);
    width: 100vw;
    height: 100%;
    background-color: #DF433C;
}

.cv-type1__inner {
    display: flex;
    justify-content: flex-end;
}

.cv-type1__left {
    padding: 0 100px 0 0;
    border-right: 1px solid #fff;
}

.cv-type1__left__head {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 38px;
    color: #fff;
}

.cv-type1__left__text {
    color: #fff;
}

.cv-type1__right {
    padding: 0 36px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cv-type1__btn {
    margin-bottom: 20px;
}


.cv-type2 {
    position: relative;
    margin-bottom: 80px;
    background-color: #DF433C;
}

.cv-type2__inner {
    position: relative;
}

.cv-type2__inner::before {
    content: "";
    position: absolute;
    bottom: -50px;
    right: -100px;
    width: 100%;
    display: block;
    width: 110px;
    height: 80px;
    background: url(../images/top/cv_dott.png);
    background-size: cover;
}

.cv-type2__inner::after {
    content: "";
    position: absolute;
    top: 20px;
    left: -100px;
    width: 100%;
    display: block;
    width: 110px;
    height: 80px;
    background: url(../images/top/cv_dott.png);
    background-size: cover;
}

.cv-type2__bg {
    position: relative;
    transform: translateY(-30px);
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 30px 0;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 8px 8px 3px rgba(98, 98, 98, 0.18);
}

.cv-type2__bg::after {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 200px;
    height: 133px;
    transform: rotate(-10deg);
    display: block;
    background: url(../images/top/cv_assist.png);
    background-size: cover;
}

.cv-type2__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
    height: 10px;
    background-color: #DF433C;
}

.cv-type2__head {
    font-weight: bold;
    text-align: center;
}

.cv-type2__title {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.cv-type2__title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 700px;
    height: 1px;
    background-color: #AAAAAA;
}


.cv-type2__detail {
    margin-bottom: 20px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .cv-type1::before {
        content: none;
    }
    .cv-type2__bg {
        width: 80%;
    }

    .cv-type2__bg::before {
        width: 50%;
    }

    .cv-type2__title::before {
        width: 70%;
    }

    .cv-type2__detail {
        padding: 0 20px;
        text-align: left;
    }

    .cv-type2__bg::after {
        left: -30px;
        width: 100px;
        height: 66px;
    }

    .cv-type2__inner::before,
    .cv-type2__inner::after {
        content: none;
    }

    .cv-type1 {
        padding: 20px 10px;
        margin: 0 auto 60px 10px;
    }

    .cv-type1__inner {
        display: block;
    }

    .cv-type1__left {
        padding: 0;
        border: none;
    }

    .cv-type1__right {
        padding: 0;
    }

    .cv-type1__left__head {
        text-align: center;
        font-size: 22px;
    }

    .cv-type1__left__text {
        margin-bottom: 10px;
        text-align: center;
    }

}
