@charset "utf-8";




/* ---------------------mv-------------------- */
/* ==========================
  Swiperのスタイルを調整
========================== */
.mv {
    position: relative;
    line-height: 0;
}

.circlePaginationSlider .swiper-slide {
    height: 785px;
    overflow: hidden;
}

@keyframes zoomUp {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}
.circlePaginationSlider .swiper-slide-active .swiper-img,
.circlePaginationSlider .swiper-slide-duplicate-active .swiper-img,
.circlePaginationSlider .swiper-slide-prev .swiper-img {
    animation: zoomUp 7s linear 0s normal both;
}
.circlePaginationSlider .swiper-slide img {
    height: auto;
    width: 100%;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 68px;
    bottom: 72px;
    left: 40px;
}

.swiper-pagination{
    display: flex;
    text-align: start;
    justify-content: space-between;
}

.swiper-pagination-bullet {
    background-color: #fff;
    opacity: .4;
    height: 12px;
    width: 12px;
}

.swiper-pagination-bullet-active{
    background-color: #B1B1B1;
    opacity: 1;
}


.mv .catch{
    color: white;
    text-shadow: 0 4px 4px rgba(0,0,0,.3);
    position: absolute;
    top: 140px;
    left: calc((100 / 1440) * 40 * 1vw);
    z-index: 1;
}

.mv .catch .en{
    display: block;
    height: 192px;
    margin-bottom: 20px;
    font-size: 80px;
    font-weight: 500;
    line-height: 1.2;
}

.mv .catch .ja{
    display: block;
    height: 28px;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: .04em;
}

.smooth {
    clip-path: inset(100% 0 0 0);
    transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
    transition-property: clip-path;
}

.smooth.is-inview {
    clip-path: inset(0);
}

.news_banner{
    display: flex;
    width: 650px;
    height: 90px;
    padding-left: 40px;
    color: white;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,.05));
    border-bottom: 1px solid white;
    align-items: center;
    position: absolute;
    top: 742px;
    left: 0;
    z-index: 1000;
}

.news_banner .title{
    display: block;
    width: fit-content;
    padding: 12.5px 30px 12.5px 0;
    font-size: 36px;
    line-height: 25px;
    border-right: 1px solid white;
}

.news_banner .li{
    display: block;
    width: 493px;
    padding: 0 90px 0 30px;
    position: relative;
}

.news_banner .li::after{
    content: '';
    display: block;
    width: 40px;
    aspect-ratio: 1/1;
    background: url(/assets/img/web_btn.svg) no-repeat center center/cover;
    position: absolute;
    top: 8px;
    right: 20px;
    z-index: 100;
}

.news_banner dl{
    line-height: 1.8;
}

.news_banner dt{
    display: block;
    font-size: 15px;
    font-weight: 400;
}

.news_banner dd{
    display: block;
}

.r_btn{
    display: block;
    width: 140px;
    aspect-ratio: 1/1;
    padding-top: 22px;
    padding-bottom: 47px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: white;
    background: url(/assets/img/index/r_btn_bg.svg) no-repeat center center/cover;
    text-align: center;
    position: fixed;
    bottom: calc((100 / 900) * 40 * 1vh);
    right: calc((100 / 1440) * 40 * 1vw);
    z-index: 100000;
}

.r_btn:hover{
    opacity: .7;
    transition: all .3s;
}

.r_btn::after{
    content: '';
    display: block;
    width: 47px;
    aspect-ratio: 47/41;
    background: url(/assets/img/index/r_btn_img.svg) no-repeat center center/cover;
    position: absolute;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);
}


/* ---------------------about-------------------- */
.about{
    padding: 293px 0 104px;
    overflow: hidden;
    position: relative;
    z-index: 100;
}

.right{
    width: 590px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    box-shadow: 0 8px 30px rgba(0,0,0,.2);
    position: absolute;
    top: 229px;
    left: clamp(1075px, calc((100 / 1440) * 1075 * 1vw), calc((100 / 1440) * 1075 * 1vw));
}

.left{
    width: 326px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    box-shadow: 0 8px 30px rgba(0,0,0,.2);
    position: absolute;
    bottom: 272px;
    right: clamp(1156px, calc((100 / 1440) * 1156 * 1vw), calc((100 / 1440) * 1156 * 1vw));
}

.center{
    width: 189px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    box-shadow: 0 8px 30px rgba(0,0,0,.2);
    position: absolute;
    bottom: 93px;
    right: clamp(1062px, calc((100 / 1440) * 1062 * 1vw), calc((100 / 1440) * 1062 * 1vw));
}



.about .wrap{
    width: 600px;
}

.about h2{
    margin-bottom: 40px;
}

.about .lead{
    margin-bottom: 24px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.8;
}

.about .noto{
    margin-bottom: 40px;
}

.about .btn{
    margin-left: auto;
}

/* ---------------------business-------------------- */
.business{
    padding: 104px 0;
    background-color: #FEFCE1;
}

.business .texts{
    display: flex;
    width: 1200px;
    margin: 0 auto 51px;
    align-items: center;
    column-gap: 85px;
}

.business .noto{
    width: 618px;
    color: var(--black);
}

.business ul{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding: 80px 101px;
    column-gap: 40px;
    background-color: white;
}

.business li{
    width: 300px;
    aspect-ratio: 300/442;
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    position: relative;
}

.business li::before{
    content: '';
    display: block;
    width: 90px;
    aspect-ratio: 90/133;
    background: url(/assets/img/index/business_deco.svg) no-repeat center center/cover;
    position: absolute;
    bottom: 0;
    left: -6px;
    z-index: 10;
}


.business li a{
    display: block;
    width: 100%;
    height: 100%;
    mask-image: url(/assets/img/index/mask.svg);
    mask-repeat: no-repeat;
    mask-size: auto 100%;
    position: relative;
}

.business li a:hover{
    opacity: 1;
}

.business li img{
    height: auto;
    transition: transform .6s ease;
}

.business li a:hover img{
    transform: scale(1.1);
}

.business li span{
    display: block;
    width: 100%;
    padding-top: 198px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}



/* ---------------------sdgs-------------------- */
.sdgs{
    padding: 134px 0;
    position: relative;
}

.sdgs .photo1{
    width: 477px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    box-shadow: 0 8px 30px rgba(0,0,0,.2);
    position: absolute;
    top: 63px;
    left: 88px;
}

.sdgs .photo2{
    width: 213px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    box-shadow: 0 8px 30px rgba(0,0,0,.2);
    position: absolute;
    bottom: 0;
    left: 548px;
}


.sdgs .texts{
    padding-left: 768px;
    padding-right: 134px;
}

.sdgs h2{
    margin-bottom: 40px;
}

.sdgs .noto{
    margin-bottom: 40px;
    color: var(--black);
}

.sdgs .btn{
    margin-left: auto;
}

/* ---------------------recruit-------------------- */
.recruit{
    padding: 80px 0 40px;
}

.recruit .flex{
    display: flex;
    background: url(/assets/img/index/recruit_bg.jpg) center center/cover;
    column-gap: 128px;
    justify-content: center;
}

.recruit .texts{
    width: 469px;
    margin-top: 70px;
    margin-left: 120px;
}

.recruit h2{
    margin-bottom: 40px;
}

.recruit .noto{
    margin-bottom: 40px;
    color: var(--black);
}

.recruit .btn{
    margin-left: auto;
}

.recruit .photo{
    width: 673px;
    aspect-ratio: 673/450;
    margin-right: 50px;
    padding: 314px 159px 20px 20px;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    color: rgba(255,255,255,.6);
    background: url(/assets/img/index/recruit_photo.jpg) no-repeat center center/cover;
}


@media screen and (max-width:750px) {
        
    /* ---------------------mv-------------------- */
    /* ==========================
    Swiperのスタイルを調整
    ========================== */
    .circlePaginationSlider .swiper-slide {
        height: calc((100 / 390) * 560 * 1vw);
    }

    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        width: calc((100 / 390) * 62 * 1vw);
        bottom: calc((100 / 390) * 160 * 1vw);
        left: calc((100 / 390) * 16 * 1vw);
    }

    .swiper-pagination-bullet {
        height: calc((100 / 390) * 10 * 1vw);
        width: calc((100 / 390) * 10 * 1vw);
    }


    .mv .catch{
        text-shadow: 0 calc((100 / 390) * 4 * 1vw) calc((100 / 390) * 4 * 1vw) rgba(0,0,0,.3);
        top: calc((100 / 390) * 252 * 1vw);
        left: calc((100 / 390) * 16 * 1vw);
    }

    .mv .catch .en{
        height: calc((100 / 390) * 76 * 1vw);
        margin-bottom: calc((100 / 390) * 16 * 1vw);
        font-size: calc((100 / 390) * 32 * 1vw);
    }

    .mv .catch .ja{
        height: calc((100 / 390) * 21 * 1vw);
        font-size: calc((100 / 390) * 15 * 1vw);
    }

    .news_banner{
        width: calc((100 / 390) * 374 * 1vw);
        height: calc((100 / 390) * 80 * 1vw);
        padding-left: calc((100 / 390) * 16 * 1vw);
        filter: drop-shadow(0 calc((100 / 390) * 4 * 1vw) calc((100 / 390) * 8 * 1vw) rgba(0,0,0,.05));
        border-bottom: calc((100 / 390) * 1 * 1vw) solid white;
        top: calc((100 / 390) * 533 * 1vw);
    }

    .news_banner .title{
        padding: calc((100 / 390) * 15.5 * 1vw) calc((100 / 390) * 16 * 1vw) calc((100 / 390) * 15.5 * 1vw) 0;
        font-size: calc((100 / 390) * 16 * 1vw);
        line-height: calc((100 / 390) * 11 * 1vw);
        border-right: calc((100 / 390) * 1 * 1vw) solid white;
    }

    .news_banner .li{
        width: calc((100 / 390) * 303 * 1vw);
        padding: 0 calc((100 / 390) * 46 * 1vw) 0 calc((100 / 390) * 16 * 1vw);
        
    }

    .news_banner .li::after{
        width: calc((100 / 390) * 30 * 1vw);
        top: calc((100 / 390) * 8 * 1vw);
        right: 0;
    }

    .news_banner dt{
        font-size: calc((100 / 390) * 13 * 1vw);
    }

    .news_banner dd{
        font-size: calc((100 / 390) * 13 * 1vw);
    }

    .r_btn{
        width: calc((100 / 390) * 100 * 1vw);
        padding-top: calc((100 / 390) * 15 * 1vw);
        padding-bottom: calc((100 / 390) * 50 * 1vw);
        font-size: calc((100 / 390) * 13 * 1vw);
        bottom: calc((100 / 390) * 16 * 1vw);
        right: calc((100 / 390) * 16 * 1vw);
    }

    .r_btn::after{
        width: calc((100 / 390) * 30 * 1vw);
        top: calc((100 / 390) * 57 * 1vw);
    }

    

    /* ---------------------about-------------------- */
    .about{
        padding: calc((100 / 390) * 153 * 1vw) 0 calc((100 / 390) * 151 * 1vw);
    }

    .right{
        width: calc((100 / 390) * 172 * 1vw);
        box-shadow: 0 calc((100 / 390) * 8 * 1vw) calc((100 / 390) * 30 * 1vw) rgba(0,0,0,.1);
        top: calc((100 / 390) * 130 * 1vw);
        left: calc((100 / 390) * 242 * 1vw);
    }

    .left{
        width: calc((100 / 390) * 134 * 1vw);
        box-shadow: 0 calc((100 / 390) * 8 * 1vw) calc((100 / 390) * 30 * 1vw) rgba(0,0,0,.1);
        bottom: calc((100 / 390) * 59 * 1vw);
        right: calc((100 / 390) * 262 * 1vw);
    }

    .center{
        width: calc((100 / 390) * 86 * 1vw);
        box-shadow: 0 calc((100 / 390) * 8 * 1vw) calc((100 / 390) * 30 * 1vw) rgba(0,0,0,.1);
        bottom: calc((100 / 390) * 40 * 1vw);
        right: calc((100 / 390) * 165 * 1vw);
    }



    .about .wrap{
        width: 100%;
    }

    .about h2{
        margin-bottom: calc((100 / 390) * 32 * 1vw);
    }

    .about .lead{
        margin-bottom: calc((100 / 390) * 32 * 1vw);
        font-size: calc((100 / 390) * 20 * 1vw);
    }

    .about .noto{
        margin-bottom: calc((100 / 390) * 24 * 1vw);
    }

    /* ---------------------business-------------------- */
    .business{
        padding: calc((100 / 390) * 80 * 1vw) 0;
    }

    .business .texts{
        display: block;
        width: 100%;
        max-width: calc((100 / 390) * 358 * 1vw);
        margin: 0 auto calc((100 / 390) * 40 * 1vw);
    }

    .business h2{
        margin-bottom: calc((100 / 390) * 32 * 1vw);
    }

    .business .noto{
        width: 100%;
        margin-bottom: calc((100 / 390) * 32 * 1vw);
    }

    .business ul{
        width: 100%;
        padding: calc((100 / 390) * 20 * 1vw) calc((100 / 390) * 12 * 1vw);
        column-gap: 0;
    }

    .business li{
        width: calc((100 / 390) * 122 * 1vw);
        aspect-ratio: 122/168;
        color: white;
        font-size: calc((100 / 390) * 13 * 1vw);
        line-height: 1.2;
        text-align: center;
    }

    .business li::before{
        width: calc((100 / 390) * 40 * 1vw);
        left: calc((100 / 390) * -8 * 1vw);
    }
    
    
    .business li a{
        mask-image: url(/assets/img/index/mask_sp.svg);
    }
                
    .business li span{
        padding-top: calc((100 / 390) * 60 * 1vw);
    }
    
    

    /* ---------------------sdgs-------------------- */
    .sdgs{
        padding: calc((100 / 390) * 80 * 1vw) 0;
    }

    .sdgs .photo1{
        width: calc((100 / 390) * 123 * 1vw);
        box-shadow: 0 calc((100 / 390) * 8 * 1vw) calc((100 / 390) * 30 * 1vw) rgba(0,0,0,.1);
        top: calc((100 / 390) * 24 * 1vw);
        left: calc((100 / 390) * 221 * 1vw);
    }

    .sdgs .photo2{
        width: calc((100 / 390) * 93 * 1vw);
        box-shadow: 0 calc((100 / 390) * 8 * 1vw) calc((100 / 390) * 30 * 1vw) rgba(0,0,0,.1);
        bottom: calc((100 / 390) * 34 * 1vw);
        left: calc((100 / 390) * 23 * 1vw);
    }


    .sdgs .texts{
        padding-left: 0;
        padding-right: 0;
    }

    .sdgs h2{
        margin-bottom: calc((100 / 390) * 32 * 1vw);
    }

    .sdgs .noto{
        margin-bottom: calc((100 / 390) * 32 * 1vw);
    }

    /* ---------------------recruit-------------------- */
    .recruit{
        padding: 0;
    }

    .recruit .flex{
        display: block;
        padding: calc((100 / 390) * 56 * 1vw) 0;
        background: url(/assets/img/index/recruit_bg_sp.jpg) center center/cover;
    }

    .recruit .texts{
        width: 100%;
        max-width: calc((100 / 390) * 358 * 1vw);
        margin: 0 auto calc((100 / 390) * 40 * 1vw);
    }

    .recruit h2{
        margin-bottom: calc((100 / 390) * 32 * 1vw);
    }
    
    .recruit .noto{
        margin-bottom: calc((100 / 390) * 32 * 1vw);
    }
    

    .recruit .photo{
        width: 100%;
        margin-right: 0;
        padding: calc((100 / 390) * 158 * 1vw) calc((100 / 390) * 11 * 1vw) calc((100 / 390) * 16 * 1vw) calc((100 / 390) * 16 * 1vw);
        font-size: calc((100 / 390) * 36 * 1vw);
    }

}