@charset "utf-8";

.tFvSlider {
    position: relative;
    width: 100%;
    aspect-ratio: 1920/880;
    mask-image: url("");
    mask-repeat: no-repeat;
    mask-position: 0;
    mask-size: auto 100%;
    -webkit-mask-image: url(../../../../uploads/fv_mask.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0;
    -webkit-mask-size: auto 100%;
    z-index: 10;
}

.tFvSlider::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    background: var(--primary);
    opacity: .4;
}

.tFvTxtBx {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15rem;
    z-index: 5;
    height: max-content;
    margin: auto 0;
    color: var(--white);
}

.tFvTxt01 {
    font-size: clamp(2.8rem, 1.659rem + 4.867vw, 7.5rem);
    line-height: 1.46em;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-shadow: 0 0 5rem rgba(0, 0, 0, 0.5);
}

.tFvTxt02 {
    margin: 8rem 0 0;
    font-size: clamp(1.5rem, 1.015rem + 2.071vw, 3.5rem);
    line-height: 1.714em;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-shadow: 0 0 5rem rgba(0, 0, 0, 0.7);
}

.tFvSliderImgSp {
    display: none;
}

.tNews {
    position: relative;
    z-index: 1;
}

.tNewsAr {
    width: 100%;
    max-width: 164rem;
}

.tNewsBx {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem 0 0;
}

.tNewsBxL {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 40%;
    padding: 15rem 1rem 17rem;
}

.tNewsBxL::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 116%;
    background: linear-gradient(75deg, #0092E5 50%, #0DC6F6 100%);
}

.tNewsTitBx {
    color: var(--white);
}

.tNewsBtnBx {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 4rem auto 0;
}

.tNewsBxR {
    flex: 1;
    max-width: 89rem;
}

.tBusiness {
    position: relative;
    padding: 12rem 0 17.7rem;
}

.tBusiness::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 51.15%;
    background: url(../../../../uploads/top_business_bg.jpg)no-repeat center /cover;
}

.tBusinessAr {
    width: 100%;
    padding: 0 2rem;
}

.tBusinessBx {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
    margin: 7rem auto 0;
}

.tBusinessItem {
    width: 49.5%;
    max-width: 93rem;
}

.tBusinessIn {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.tBusinessImg {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 930/296;
}

.tBusinessImg>img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: all .3s;
}

.tBusinessItem:hover .tBusinessImg>img {
    transform: scale(1.05);
}

.tBusinessTxtBx {
    flex: 1;
    width: 100%;
    padding: 3.2rem 1.5rem 3.8rem;
    margin: 0;
    background: var(--white);
}

.tBusinessTxt01 {
    width: 100%;
    max-width: 83rem;
    gap: 1rem;
    margin: 0 auto;
    font-weight: 700;
}

.tBusinessTxtFl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 83rem;
    gap: 1rem;
    margin: 1rem auto 0;
}

.tBusinessTxt02 {
    flex: 1;
}

.tBusinessArrow {
    display: flex;
    width: 3.2rem;
}

.tAbout {
    padding: 15rem 0 15rem;
}

.tAboutAr {
    width: 100%;
    max-width: 164.3rem;
    margin: 0 0 0 auto;
    padding: 0 0 0 2rem;
}

.tAboutBx {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.tAboutBxL {
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 60rem;
}

.tAboutTxtBx {
    margin: 6rem 0 0;
}

.tAboutTxt01 .brNone {
    display: none;
}

.tAboutTxt02 {
    margin: 4rem 0 0;
}

.tAboutBtnBx {
    margin: 5rem 0 0;
}

.tAboutImg {
    flex: 1;
    max-width: 92rem;
    aspect-ratio: 920/600;
    overflow: hidden;
}

.tAboutImg>img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.tRecruit {
    position: relative;
    padding: 0 0 8rem 0;
    background: url(../../../../uploads/top_recruit_bg.jpg)no-repeat center/cover;
}

.tRecruit::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: var(--secondary);
    opacity: .45;
}

.tRecruitSlideTit {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: auto;
    gap: 6rem;
    transform: translateY(-3.3rem);
}

.tRecruitSlideTitAr {
    display: flex;
    animation: loop-slide01 40s infinite linear 1s both;
    gap: 6rem;
}

.tRecruitSlideTitBx {
    width: 55rem;
}

@keyframes loop-slide01 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.tRecruitAr {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 136.2rem;
    margin: 0 auto;
    padding: 0 2rem;
}

.tRecruitAr .subtit18 {
    text-align: center;
    color: var(--white);
}

.tRecruitBx {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin: 6rem 0 0;
}

.tRecruitBxL {
    flex: 1;
}

.tRecruitBxR {
    width: 100%;
    max-width: 25rem;
}

.tRecruitTxt01 {
    text-shadow: 0 0 .5rem rgba(0, 0, 0, 0.16);
    color: var(--white);
}

.tRecruitSlider {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: auto;
    gap: 1.1rem;
    margin: 15rem 0 0;
}

.tRecruitSliderAr {
    display: flex;
    animation: loop-slide02 40s infinite linear 1s both;
    gap: 1.1rem;
}

.tRecruitSliderBx {
    width: 37.5rem;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.tRecruitSliderBx>img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

@keyframes loop-slide02 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1550px) {

    .tFvTxt02 {
        margin: 5rem 0 0;
    }
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1024px) {

    .tFvTxtBx {
        left: 8rem;
    }

    .tFvTxt02 {
        margin: 4rem 0 0;
    }

    .tAboutTxt01 .brNone {
        display: block;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=768px) {

    .tFvSlider {
        aspect-ratio: 1/1;
        -webkit-mask-image: url(../../../../uploads/fv_mask_sp.svg);
    }

    .tFvTxtBx {
        left: 2rem;
    }

    .tFvTxt02 {
        margin: 2.5rem 0 0;
    }

    .tFvSliderImgPc {
        display: none;
    }

    .tFvSliderImgSp {
        display: block;
    }

    .tNewsBx {
        flex-direction: column;
        width: 100%;
        padding: 4rem 2rem 4rem;
        background: linear-gradient(75deg, #0092E5 50%, #0DC6F6 100%);
    }

    .tNewsBxL {
        display: contents;
    }

    .tNewsBtnBx {
        order: 10;
    }


    .tNewsBtnBx {
        margin: 2.5rem auto 0;
    }

    .tNewsBxR {
        width: 100%;
    }

    .tBusiness {
        padding: 8rem 0 8rem;
    }

    .tBusiness::before {
        height: 65%;
    }

    .tBusinessBx {
        flex-direction: column;
        margin: 4rem auto 0;
        align-items: center;
    }

    .tBusinessItem {
        width: 100%;
    }

    .tAbout {
        padding: 8rem 0 12rem;
    }

    .tAboutAr {
        padding: 0 2rem;
    }

    .tAboutBx {
        flex-direction: column-reverse;
    }

    .tAboutBxL {
        width: 100%;
        max-width: none;
    }

    .tAboutTitBx {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .tAboutTxtBx {
        margin: 4rem 0 0;
    }

    .tAboutTxt01 {
        text-align: center;
    }

    .tAboutTxt02 {
        margin: 3rem 0 0;
    }

    .tAboutTxt02 .brNone {
        display: none;
    }

    .tAboutBtnBx {
        display: flex;
        justify-content: center;
        margin: 3rem 0 0;
    }

    .tAboutImg {
        width: 100%;
    }

    .tRecruitSlideTit {
        gap: 3rem;
        transform: translateY(-1.5rem);
    }

    .tRecruitSlideTitAr {
        gap: 3rem;
    }

    .tRecruitSlideTitBx {
        width: 24rem;
    }

    .tRecruit {
        padding: 0 0 5rem 0;
    }

    .tRecruitBx {
        flex-direction: column;
        align-items: center;
        margin: 4rem 0 0;
    }

    .tRecruitBxL {
        width: 100%;
    }

    .tRecruitTxt01 {
        font-size: clamp(1.8rem, 1.266rem + 2.278vw, 4rem);
        text-align: center;
    }

    .tRecruitSlider {
        margin: 8rem 0 0;
    }

    .tRecruitSliderBx {
        width: 20rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */