@charset "utf-8";

.anchor_wrap {
    margin-bottom: 100px;
}

.hero {
    margin-bottom: 50px;
}

.hero_text {
    text-align: center;
    margin-bottom: 50px;
}

.hero_img {
    text-align: center;
    padding: 100px 30px;
    background: #F7F7F7;
}

/* job */

.job {
    padding: 109px 0 130px;
}

.job#job02,
.job#job04 {
    background: #fff;
}

.job#job03 {
    background: #EFFAFF;
}

.job#job04 {
    padding-bottom: 100px;
}

.job.-blue {
    background: #EFFAFF;
}

.job_body_ttl {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 30px;
    background: #128DC9;
    margin-bottom: 55px;
}

.job_body_ttl.-job02 {
    background: #0E63B7;
}
.job_body_ttl.-job03 {
    background: #06B2AB;
}
.job_body_ttl.-job04 {
    background: #7A77B7;
}




.job_body_intro {
    width: 100%;
    max-width: 650px;
    margin: 0 auto 50px;
}

.job_wrap {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}

.job_img {
    margin-bottom: 10px;
}

.job_item_txt {
    font-size: 18px;
    font-weight: bold;
    color: #128DC9;
}

.job_item_txt.-job02 {
    color: #0E63B7;
}
.job_item_txt.-job03 {
    color: #06B2AB;
}
.job_item_txt.-job04 {
    color: #7A77B7;
}

/* place */

.place {
    width: 100%;
    max-width: 1020px;
    padding: 25px 40px;
    margin: 0 auto 50px;
    border: solid 1px #128DC9;
    border-top: solid 10px #128DC9;
}

.place.-job02 {
    border-color: #0E63B7;
    border-top-color: #0E63B7;
}
.place.-job03 {
    border-color: #06B2AB;
    border-top-color: #06B2AB;
}
.place.-job04 {
    border-color: #7A77B7;
    border-top-color: #7A77B7;
}

.place_ttl {
    font-size: 25px;
    font-weight: bold;
    color: #128DC9;
    margin-bottom: 20px;
}

.place_ttl.-job02 {
    color: #0E63B7;
}
.place_ttl.-job03 {
    color: #06B2AB;
}
.place_ttl.-job04 {
    color: #7A77B7;
}

.place_cnt {
    display: flex;
    gap: 40px;
}

.place_list {
    width: 50%;
}

.place_list_item {
    margin-bottom: 20px;
}

.place_list_item:last-child {
    margin-bottom: 0;
}

.place_item_ttl {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
}

.place_item_ttl::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #000;
}

.btn_campus {
    transition-duration: .5s;
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.btn_campus:hover {
    opacity: .8;
}


@media screen and (max-width:767px) {

    .hero_img {
        padding: 50px 20px;
        overflow: scroll;
    }

    .hero_img img {
        width: 1114px;
        max-width: unset;
    }

    .sche_note {
        display: block;
        margin-top: 10px;
        text-align: center;
    }
    

    .job {
        padding: 50px 0;
    }

    .job_body_ttl {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .job_wrap {
        flex-flow: column;
        align-items: center;
    }

    /* .place */

    .place {
        width: auto;
    }

    .place_cnt {
        flex-flow: column;
        gap: 20px;
    }

    .place_list {
        width: 100%;
    }
}