@charset "utf-8";

/* ---------------------------------------------------- */
/* sec_tt_wrap */
/* ---------------------------------------------------- */
.sec_tt_wrap .nav_1 {
    margin-bottom: 30px;
}
.sec_tt_wrap .nav_1 > ul {
    display: flex;
    justify-content: space-between;
}

.sec_tt_wrap .nav_1 > ul > li {
    width: calc(50% - 20px);
}

.sec_tt_wrap .nav_1 a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec_tt_wrap .tt_1 {
    display: block;
    margin-top: 50px;
}

.sec_tt_wrap .bnr_1 {
    position: relative;
    margin: 0 auto 50px;
    max-width: 700px;
}

.sec_tt_wrap .bnr_1 .link {
    position: absolute;
    width: 12%;
    height: 24%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

.sec_tt_wrap .bnr_1 .link_1 {
    left: 46.5%;
    top: 22%;
}

.sec_tt_wrap .bnr_1 .link_2 {
    left: 62%;
    top: 22%;
}
.sec_tt_wrap .bnr_2 {
    display: block;
    position: relative;
    margin: 0 auto 50px;
}
@media (max-width: 999px) {
    .sec_tt_wrap .nav_1 a {
        height: 40px;
        font-size: 1.6rem;
    }

    .sec_tt_wrap .tt_1 {
        margin-top: 30px;
    }
    .sec_tt_wrap .bnr_1 .link {
        width: 39%;
        height: 23%;
    }

    .sec_tt_wrap .bnr_1 .link_1 {
        left: 11%;
        top: 44%;
    }

    .sec_tt_wrap .bnr_1 .link_2 {
        left: 11%;
        top: 72%;
    }
}
