@charset "UTF-8";
/* ---------------- style ----------------- */
body {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
}

.wrap {
    width: 100vw;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.wrap a:hover {
    opacity: 0.6;
}

.wrap .cv-btn-area {
    position: relative;
}

.wrap .cv-btn {
    position: absolute;
    bottom: 48%;
    left: 50%;
    width: calc(682/750*100%);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.wrap .cv-02 {
    background-color: #e1f2ff;
    padding-bottom: 3%;
}