@charset "utf-8";

.bg_oheya_alm {
    background-image: url(../img/oheya/alumni/bg_top_oheyaal.jpg);
    min-width: 1200px;
    padding: 50px 0 0;
    height: 575px;
    position: relative;
}

.ttl_sub {
    font-size: var(--fs-4xl);
    text-align: left;
    /* color: var(--home4);*/
}

.ttl_merit {
    font-size: var(--fs-xl);
    margin: 40px 0 10px;
    text-align: left;
}

.ttl_point {
    font-size: var(--fs-5xl);
    font-weight: bold;
    margin-top: -20px;
    /*  color: var(--home4);*/
}

.ttl_point+p {
    font-size: var(--fs-sm);
    text-align: right;
    margin-right: 70px;
    font-weight: normal;
    margin-top: -10px;
}

.main_ttl {
    width: 500px;
    position: relative;
    left: 50%;
    transform: translateX(-100%);
    margin-right: 40px;
    background-color: var(--home4);
    color: white;
    padding: 30px;
    font-weight: bold;
}

.main_ttl>.check_list_circle {
    font-size: var(--fs-xl);
}

.main_ttl>.check_list_circle li::before {
    color: white;
}

.img_girl {
    position: absolute;
    /* relative → 親を基準に絶対配置 */
    width: 430px;
    height: auto;
    left: 50%;
    bottom: -30px;
    transform: translateX(calc(-50% + 50px));
    z-index: 5;
}

.how {
    width: 430px;
    position: absolute;
    background-color: var(--home5);
    top: 22px;
    left: 50%;
    transform: translateX(calc(50%));
    padding: 10px 40px 50px;
}

h2 {
    font-size: var(--fs-2xl);
    color: var(--home4);
    margin: 50px 0 10px;
}

.how h2 {
    font-size: var(--fs-xl);
    margin: 10px 0;
}

.how_ttl {
    width: 100%;
    background-color: var(--home4);
    align-items: center;
}

.how_cercle {
    color: var(--home4);
    background-color: var(--home3);
}

.how h3 {
    color: var(--home3);
    text-align: left;
}

.how_contents {
    background-color: var(--home3);
    padding: 20px;
    margin-bottom: 40px;
}

.btn_color {
    background-color: var(--home4);
    color: white;
    font-size: var(--fs-lg);
    width: 100%;
}

.label_alm {
    background-color: var(--home4);
    color: white;
    margin-top: 20px;
    line-height: var(--fs-2xl);
}

.labeltxt_alm {
    color: var(--home4);
    margin-top: 10px;
    font-size: var(--fs-2xl);
}

.check_list {
    font-weight: bold;
    padding: 10px;
}

ul.check_list li::before {
    color: var(--home4);
}

.greet {
    position: relative;
    /* フローのまま動かせる */
    left: 50%;
    /* ビューポート横中央を基準 */
    transform: translateX(-100%);
    /* 自分幅の半分戻して中央 */
    margin: 0 0 0 50px;
}

.greet h2 {
    text-align: left;
}

.greet a {
    display: block;
    margin: 20px 0;
    color: var(--home4);
    font-size: var(--fs-lg);
    font-weight: bold;
}

@media (max-width: 798px) {
    .bg_oheya_alm {
        min-width: 300px;
    }

    .ttl_sub,
    .ttl_point {
        font-size: var(--fs-3xl);
    }

    .ttl_merit {
        font-size: var(--fs-base);
        margin-top: 10px;
        line-height: 1.2em;
    }

    .img_girl {
        width: 70vw;
        left: 0;
        transform: translateX(-20px);
        bottom: -5px;
    }

    .how {
        position: relative;
        left: 0;
        transform: translateX(0);
        width: 100%;
        padding: 10px;
    }

    .main_ttl,
    .greet {
        left: 0;
        transform: translateX(0);
        padding: 10px;
    }

    .main_ttl {
        width: 70vw;
        margin: 0px 10px 10px auto;
    }

    h2 {
        margin: 5px;
        font-size: var(--fs-xl);
    }

    .greet {
        width: 96%;
        margin: 0 auto;
    }
}