@charset "UTF-8";

/* common */
a {
    transition: 0.3s;
}

.bt {
    text-align: center;
}

.bt a {
    font-size: 1.8rem;
    color: #fff;
    padding: 2rem 12rem 2rem 5rem;
    border-radius: 5rem;
    width: 30rem;
    display: block;
    margin: auto;
    background: #125cd4;
    position: relative;
}

.bt a:hover {
    background: #428aff;
    color: #fff;
}

.bt a::after {
    position: absolute;
    content: "";
    width: 7rem;
    height: 1rem;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: skew(45deg);
    right: 5rem;
    top: 35%;
}

.bt a:hover::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

/* mv */
.main-visual {
    height: 30vw;
    position: relative;
    background: url(../images/mv-sub.png) no-repeat center / cover;
}

.main-visual h2 {
    font-size: max(3vw, 4rem);
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.main-visual p {
    font-family: ta-kakugo-gf-01, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5vw;
    color: #fff;
    text-shadow: 1px 1px 6px #000;
    position: absolute;
    left: 5vw;
    bottom: 5vw;
    line-height: 1.5;
    z-index: 2;
}

/* recruit */
.recruit{
    background: url(../images/bg-sub-recruit.png) no-repeat center / cover;
    padding: 5vw 0;
}

.recruit-inner{
    width: 120rem;
    max-width: 70%;
    background: rgba(0,0,0,.5);
    margin: auto;
    padding: 3vw;
}

.recruit-inner h2{
    font-size: max(3vw,3rem);
    color: #fff;
    line-height: 1.5;
    margin: 0 0 2vw;
}

.recruit-inner p{
    font-size: max(1.3vw,1.8rem);
    color: #fff;
    margin: 0 0 5vw;
}

.recruit-inner span{
    font-size: max(1.2vw,1.5rem);
    color: #fff;
    margin: 0 0 1vw;
    display: block;
}

.recruit-list{
    font-size: max(1vw,1.4rem);
    color: #333;
    margin: 0 0 3vw;
}

.recruit-list dt{
    background: #d4ebff;
    padding: 1vw;
}

.recruit-list dd{
    padding: 1.5vw;
    background: #fff;
    line-height: 1.8;
}

@media screen and (max-width: 968px) {
    /* common */
    a {
        transition: 0.3s;
    }

    .bt {
        text-align: center;
        margin: 0;
    }

    .bt a {
        font-size: 1.8rem;
        color: #fff;
        padding: 2rem 12rem 2rem 5rem;
        border-radius: 5rem;
        width: 30rem;
        display: block;
        margin: auto;
        background: #125cd4;
        position: relative;
    }

    .bt a:hover {
        background: #428aff;
        color: #fff;
    }

    .bt a::after {
        position: absolute;
        content: "";
        width: 7rem;
        height: 1rem;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: skew(45deg);
        right: 5rem;
        top: 35%;
    }

    .bt a:hover::after {
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    /* mv */
    .main-visual {
        height: max(44vw,18rem);
        position: relative;
        background: url(../images/mv-sub-sp.png) no-repeat center / cover;
    }

    .main-visual h2 {
        font-size: 4rem;
        color: #fff;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    .main-visual p {
        font-family: ta-kakugo-gf-01, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 3.5vw;
        color: #fff;
        text-shadow: 1px 1px 6px #000;
        position: absolute;
        left: 5vw;
        bottom: 5vw;
        line-height: 1.5;
        z-index: 2;
    }

    /* recruit */
    .recruit{
        background: url(../images/bg-sub-recruit.png) no-repeat right 20% top / cover;
        padding: 5rem 0;
    }

    .recruit-inner{
        width: 120rem;
        max-width: 90%;
        background: rgba(0,0,0,.5);
        margin: auto;
        padding: 3rem 1rem;
    }

    .recruit-inner h2{
        font-size: 3rem;
        color: #fff;
        line-height: 1.5;
        margin: 0 0 3rem;
    }

    .recruit-inner p{
        font-size: 2rem;
        color: #fff;
        margin: 0 0 5rem;
        line-height: 1.5;
    }

    .recruit-inner span{
        font-size: 2rem;
        color: #fff;
        margin: 0 0 1rem;
        display: block;
    }

    .recruit-list{
        font-size: 1.6rem;
        color: #333;
        margin: 0 0 3rem;
    }

    .recruit-list dt{
        background: #d4ebff;
        padding: 1rem;
    }

    .recruit-list dd{
        padding: 1.5rem;
        background: #fff;
        line-height: 1.8;
    }
}
