@charset "utf-8";

button {
    all: unset;
}

.recruit-info-nav {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10;
    display: flex;
    gap: 10px;
    text-align: center;
}

.dice {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: white;
    font-size: 16px;
    position: relative;
}

.dice .hit_btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotate(45deg) scale(0.71);
}
.dice .hit_btn a {
    display: block;
    width: 100%;
    height: 100%;
}
.to-top {
    top: -60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* -----------------------------------------------heaer---------------------------------------------------- */
header .recruit-info-entry {
    position: fixed;
    top: 30px;
    right: 79px;
    cursor: pointer;
    z-index: 10000;
    display: none;
}
header .recruit-info-entry a {
    color: white;
    text-decoration: none;
    background-color: #114fa6;
    padding: 10px 20px;
}

.hum-recruit {
    margin-bottom: 20px;
}
.hum-recruit li {
    border: 2px solid #114fa6;
    max-width: 200px;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px 20px;
}
.hum-recruit a {
    color: #114fa6;
    text-decoration: none;
    font-size: 23px;
    text-align: center;
    font-size: 15px;
}

@media (max-width: 1250px) {
    .rec-top {
        display: none;
    }
    .to-top {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
    }
    .to-entry {
        display: none;
    }
    header .recruit-info-entry {
        display: block;
    }
}
@media (max-width: 1050px) {
    .to-top img {
        transform: scale(0.7);
    }
    .recruit-info-nav {
        right: 5px;
        bottom: 5px;
    }
}