* {
    font-family: "Noto Serif JP", serif;
}

:root {
    /* --pink: #ffacbf; */
    /* --pink_2: #ffdae0; */
    --bk: #2e2e2e;
    --border: #c0c0c0;
}

.wrapper {
    background: rgba(255, 255, 255, .6);
    padding: 1rem 0;
}

main.under-main:before,
main.recruit-main:before {
    display: block;
    content: '';
    width: 100%;
    /* background: linear-gradient(to top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), url(../img/mainvisual.jpg); */
    background: linear-gradient(to top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), url(../img/mainvisual.jpg);
    background-size: cover;
    /* background-position: left; */
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 29.7% 0;
    height: 100vh;
    position: fixed;
    z-index: -1;
}

.detail-tbl tr th {
    color: var(--bk);
}

.sat,
.weekly-schedule .sat a {
    color: #0265b8;
}

.sun,
.weekly-schedule .sun a {
    color: #ff2121;
}

.ico-area li {
    border-radius: 25px;
}

.under-main .contents-ttl {
    padding-top: 7rem;
}

.twi-news-col {
    justify-content: center;
}

@media (min-width : 800px) {
    .visual-logo {
        padding: 25.5% 0;
    }

    .logo-area a {
        scale: 2;
    }
}

.main-contents .contents-ttl {
    padding: 0;
}

.tab-box label {
    width: 50%;
}

.tab-box2 label {
    background: none;
    color: #212121;
    border: 0;
    border-bottom: 1px solid #bbbbbb;
}

.tab-box2 label.active {
    background: #ffe1e1;
    color: #000;
    font-weight: bold;
}