/* top
___________________*/
#cover {
    position: relative;
}

.coverSlide {
    position: relative;
    z-index: 1000;
    margin-bottom: 0 !important;
}

.coverSlide img {
    vertical-align: bottom;
}

#cover .topCopy {
    position: absolute;
    top: 75%;
    transform: translateY(-50%);
    left: 10%;
    font-size: clamp(16px, 3.6vw, 30px);
    font-weight: 900;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    color: #1d2a63;
    z-index: 8000;
}

#cover .topCopy div {
    margin-bottom: 3%;
}

#cover .topCopy.in div:before {
    animation-delay: 0.5s;
}

#cover .topCopy.in div:last-child:before {
    animation-delay: 0.6s;
}

#cover .topCopy.draw div span {
    transition: opacity 0s 1.0s;
}

#cover .topCopy.in div span {
    color: #fff;
    padding: 0 10px;
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 820px) {
    #cover .topCopy {
        left: 2%;
    }
}

@media screen and (max-width: 640px) {}


/* topLead */
#topLead h3{
    color: var(--color-granblue);
    font-size: clamp(16px, 2.4vw, 24px);
    line-height: 2;
    letter-spacing: 0.1rem;
    text-align: center;
}



/* Connect */
#connect{
    background: url(../img/top/bg01.png) no-repeat center / cover;
    text-align: center;
}

.connectSlider li{
    width: 300px;
    padding: 0 1vw;
}

.connectSlider li img{
    width: 100%;
    height: auto;
}

.arrCtrl{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 7000;
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    color: var(--color-lightblue);
    font-size: 24px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 3px 3px 5px var(--color-granblue);
}

.arrCtrl:hover{
    color: #fff;
    background: var(--color-lightblue);
}

.arrCtrl.prevBtn{
    left: 5%;
}

.arrCtrl.nextBtn {
    right: 5%;
}



#recruit{
    background: var(--color-lightblue2);
}


@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 820px) {
    #cover .topCopy {
        left: 2%;
    }
}

@media screen and (max-width: 640px) {
}
