
/*---------------------------------

  layout

---------------------------------*/

#home .header,
#home .main,
#home .aside,
#home .footer{
    margin-left: 96px;
    width: calc(100% - 96px);
}

@media screen and (max-width:767px){

    #home .header,
    #home .main,
    #home .aside,
    #home .footer{
        margin-left: 0;
        width: 100%;
    }

}

/*---------------------------------

  base

---------------------------------*/

.title{
    font-weight: 900;
    line-height: 1.15;
}
.title .en{
    display: block;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.03em;
}

@media screen and (max-width:767px){



}

/*---------------------------------

  common

---------------------------------*/

#home .header > div{
    left: 9%;
    width: 88%;
    padding: 0;
    background: rgba( 255, 255, 255, 0);
    transition: var(--time) ease;
}
#home.scrolled .header > div{
    padding: 0 50px;
    background: rgba( 255, 255, 255, .8);
}

.aside{
    min-height: 1300px;
    background: url(../img/home/aside_bg.png) center / cover no-repeat;
}
.aside::before{
    content: none;
}

.aside_slide{
    position: relative;
    top: -200px;
}
.aside_slide img{
    display: block;
    max-width: 280px;
    min-width: 240px;
    aspect-ratio: 280 / 382;
    margin: 0 25px;
    overflow: hidden;
}
.aside_slide .img_b{
    margin: 115px 0 0;
}

.aside .inner{
    padding: 300px 150px 0;
}

.aside .inner .message{
    display: block;
    max-width: 471px;
    margin: 0 auto 240px;
}

.aside .inner .flex{
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.aside .inner .flex dl{
    width: 100%;
    text-align: center;
}

.aside .c-btn{
    margin: auto;
}

.footer{
    padding: 120px 0 200px;
}

#home .footer .copy{
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 96px;
    margin: 0;
    background: var(--white);
    border-right: 1px solid var(--green);
}
#home .footer .copy small{
    transform: rotate(-90deg);
    white-space: nowrap;
}

@media screen and (max-width:1439px){

    #home .header > div{
        left: 12%;
        width: 85%;
    }

    .aside .inner{
        padding: 200px 150px 0;
    }

}

@media screen and (max-width:1023px){

    #home .header > div{
        left: 15%;
        width: 82%;
        padding: 0 30px;
    }

    .aside_slide img{
        max-width: 210px;
        min-width: 180px;
        aspect-ratio: 280 / 382;
        margin: 0 20px;
    }

    .aside .inner{
        padding: 100px 100px 0;
    }

}

@media screen and (max-width:767px){

    #home .header > div{
        left: 3%;
        width: 94%;
    }
    #home.scrolled .header > div{
        padding: 0 30px;
    }

    .aside{
        min-height: 1200px;
    }

    .aside .inner{
        padding: inherit;
    }

    .aside .inner .message{
        max-width: 400px;
        margin: 0 auto 150px;
    }

    .footer{
        padding: inherit;
    }

    #home .footer .copy{
        position: static;
        left: auto;
        top: auto;
        height: auto;
        width: auto;
        margin-top: 80px;
        background: none;
    }
    #home .footer .copy small{
        transform: inherit;
        white-space: inherit;
    }

}

/*---------------------------------

  kv

---------------------------------*/

.kv{
    position: relative;
    height: 1400px;
    background: url(../img/home/kv.png) left -100px top / contain no-repeat , linear-gradient(180deg, #B3F2EB 0%, #B4E9E6 100%) ;
}
.kv::before{
    content: '';
    position: fixed;
    top: calc(100vh - 200px);
    left: 48px;
    height: 144px;
    width: 1px;
    background: var(--green);
    z-index: 1;
    opacity: 1;
    transition: opacity var(--time) ease;
}
.kv::after{
    content: '';
    position: fixed;
    top: calc(100vh - 200px);
    left: 44px;
    display: block;
    width: 9px;
    height: 9px;
    background: var(--green);
    border-radius: 50%;
    animation: ball 2s cubic-bezier(0.25, 1, 0.5, 1) infinite;
    z-index: 2;
    opacity: 1;
    transition: opacity var(--time) ease;
}
.scrolled .kv::before,
.scrolled .kv::after{
    animation: none;
    opacity: 0;
}

@keyframes ball{
  0% {
    opacity: 0;
    top: calc(100vh - 200px);
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: calc(100vh - 80px);
  }
}

.kv .message{
    width: 100%;
    max-width: 397px;
    padding: 166px 0 0 3%;
}
.kv .message span{
    display: block;
    width: 344px;
    min-height: 38px;
    padding: 8px 16px;
    margin-top: 25px;
    background: var(--green);
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .02em;
}

.kv .kv_slide{
    position: absolute;
    right: 0;
    top: 450px;
    width: 50%;
    max-width: 816px;
}
.kv .kv_slide li{
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}

.kv .kv_slide_s{
    position: absolute;
    right: 20%;
    top: 130px;
    width: 174px;
    height: 231px;
}
.kv .kv_slide_s li{
    border-radius: 12px;
    overflow: hidden;
}

.kv .topic_box{
    position: absolute;
    top: calc(100vh - 200px);
    left: 3%;
    width: 94%;
    max-width: 450px;
    padding: 24px 40px;
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0px 0px 64px 0px #0000008C;
}
.kv .topic_box .ttl{
    position: absolute;
    top: -28px;
    left: 5px;
    color: var(--white);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.1;
}
.kv .topic_box .txt{
    font-size: 14px;
}
.kv .topic_box .date{
    display: block;
}

@media screen and (max-width:1439px){

    .kv{
        height: 1200px;
    }

}

@media screen and (max-width:1023px){

    .kv{
        height: 1000px;
    }

    .kv .message{
        max-width: 340px;
    }
    .kv .message span{
        width: 320px;
        font-size: 16px;
    }

    .kv .kv_slide{
        width: 55%;
        max-width: 820px;
    }

    .kv .kv_slide_s{
        right: 10%;
    }

    .kv .topic_box{
        top: auto;
        bottom: 240px;
    }

}

@media screen and (max-width:767px){

    .kv{
        height: 800px;
    }

    .kv .kv_slide{
        top: auto;
        bottom: 30px;
        width: 80%;
        max-width: 600px;
    }

    .kv .kv_slide_s{
        right: 10%;
        top: auto;
        bottom: calc(70vw + 50px);
        width: 120px;
        height: 90px;
    }


}

/*---------------------------------

  top_aboutus

---------------------------------*/

.top_aboutus{
    background: linear-gradient(180deg, #B4E9E6 0%, #E2FFFD 100%);
}

.top_aboutus .flex{
    position: relative;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 8%;
}
.top_aboutus .flex .data{
    width: 511px;
    padding: 0;
}

.top_aboutus .title{
    margin-bottom: 30px;
    font-size: 50px;
}
.top_aboutus .title .en{
    position: absolute;
    top: -275px;
    right: 50px;
    width: fit-content;
    color: var(--white);
    font-size: 180px;
    opacity: .4;
}
.top_aboutus .title .small{
    display: inline-block;
    margin-bottom: 10px;
    font-size: 32px;
}

.top_aboutus .txt{
    padding: 0 40px 0 0;
}

.top_aboutus .pic{
    position: relative;
    width: 44%;
    max-width: 640px;
    padding: 0 0 260px 20px;
}
.top_aboutus .pic::before{
    content: '';
    position: absolute;
    top: -169px;
    left: -100px;
    display: block;
    width: 304px;
    height: 218px;
    background: url(../img/home/about_img_01_s.png) center / contain no-repeat;
}
.top_aboutus .pic::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: -130px;
    display: block;
    width: 523px;
    height: 440px;
    background: url(../img/home/about_img_02_s.png) left bottom / contain no-repeat;
}

@media screen and (max-width:1439px){

    .top_aboutus .flex .data{
        width: 420px;
    }

    .top_aboutus .title{
        font-size: 42px;
    }
    .top_aboutus .title .en{
        top: -240px;
        font-size: 130px;
    }
    .top_aboutus .title .small{
        font-size: 24px;
    }

    .top_aboutus .pic{
        width: 40%;
        padding: 0 0 220px;
    }
    .top_aboutus .pic::before{
        top: -130px;
        width: 210px;
        height: 150px;
    }
    .top_aboutus .pic::after{
        left: -110px;
        width: 400px;
        height: 330px;
    }

}

@media screen and (max-width:1023px){

    .top_aboutus .flex .data{
        width: 360px;
    }

    .top_aboutus .title{
        font-size: 36px;
    }
    .top_aboutus .title .en{
        top: -200px;
        font-size: 110px;
    }
    .top_aboutus .title .small{
        font-size: 21px;
    }

    .top_aboutus .pic{
        width: 32%;
    }
    .top_aboutus .pic::before{
        top: -70px;
        left: -50px;
        width: 120px;
        height: 90px;
    }
    .top_aboutus .pic::after{
        left: -100px;
        width: 280px;
        height: 240px;
    }

}

@media screen and (max-width:767px){

    .top_aboutus .flex .data{
        width: 100%;
        padding: 0;
    }

    .top_aboutus .title{
        margin-bottom: 30px;
        font-size: 32px;
    }
    .top_aboutus .title .en{
        position: static;
        top: auto;
        right: auto;
        width: 100%;
        font-size: 70px;
    }
    .top_aboutus .title .small{
        font-size: 21px;
    }

    .top_aboutus .txt{
        padding: 0;
    }

    .top_aboutus .pic{
        width: 100%;
        padding: 80px 0 0 40px;
    }
    .top_aboutus .pic::before{
        top: 10px;
        left: -5%;
        width: 160px;
        height: 110px;
    }
    .top_aboutus .pic::after{
        content: none;
    }


}

/*---------------------------------

  top_business

---------------------------------*/

.top_business{
    position: relative;
    padding: 220px 0 0;
    background: #E2FFFD;
}
.top_business::before{
    content: '';
    position: absolute;
    top: -150px;
    right: 0;
    width: 42%;
    max-width: 820px;
    height: 937px;
    background: url(../img/home/bg_01.png) right top / contain no-repeat;
}

.top_business .flex{
    position: relative;
    left: 3%;
    justify-content: space-between;
    align-items: center;
}
.top_business .flex .data{
    width: 480px;
    padding: 0;
}

.top_business .title{
    margin-bottom: 30px;
    font-size: 50px;
}
.top_business .title .en{
    position: relative;
    left: -20%;
    color: var(--green);
    font-size: 170px;
    opacity: .4;
}

.top_business .c-btn{
    margin-top: 45px;
}

.top_business .pic{
    width: 55%;
    max-width: 848px;
    padding: 50px 0 0;
}

@media screen and (max-width:1439px){

    .top_business{
        padding: 150px 0 0;
    }
    .top_business::before{
        top: 0;
        width: 40%;
    }

    .top_business .flex{
        left: 0;
    }
    .top_business .flex .data{
        width: 400px;
    }

    .top_business .title{
        font-size: 42px;
    }
    .top_business .title .en{
        left: 0;
        font-size: 140px;
    }

    .top_business .pic{
        width: 50%;
    }

}

@media screen and (max-width:1023px){

    .top_business .flex .data{
        width: 310px;
    }

    .top_business .title{
        font-size: 36px;
    }
    .top_business .title .en{
        font-size: 110px;
    }

    .top_business .pic{
        width: 46%;
    }

}

@media screen and (max-width:767px){

    .top_business{
        padding: 100px 0 0;
    }
    .top_business::before{
        content: none;
    }

    .top_business .flex{
        left: auto;
    }

    .top_business .flex .data{
        width: 100%;
    }

    .top_business .title{
        margin-bottom: 30px;
        font-size: 32px;
    }
    .top_business .title .en{
        left: 0;
        font-size: 70px;
    }

    .top_business .pic{
        width: 100%;
        padding: 20px 0 0;
    }

}

/*---------------------------------

  top_company

---------------------------------*/

.top_company{
    position: relative;
    padding: 240px 0 340px;
    background: #E2FFFD url(../img/home/company_bg.png) right bottom / 1822px no-repeat;
}
.top_company::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 42%;
    max-width: 820px;
    height: 937px;
    background: url(../img/home/bg_02.png) left top / contain no-repeat;
}

.top_company .flex{
    position: relative;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.top_company .title{
    width: 100%;
    margin: 0 0 45px;
    font-size: 50px;
}
.top_company .title .en{
    margin: 0 0 40px;
    color: var(--white);
    font-size: 120px;
}

.top_company .company_list{
    width: 50%;
}
.top_company .company_list li a{
    display: block;
    width: 100%;
    padding: 26px 0;
    border-top: 1px solid #c2c2c2;
    font-size: 20px;
    font-weight: 700;
}
.top_company .company_list li a:hover{
    color: var(--sub);
}
.top_company .company_list li a.c-arrow.-green::before{
    top: 24px;
}

.top_company .pic{
    width: 44%;
    max-width: 640px;
}

@media screen and (max-width:1439px){

    .top_company{
        padding: 160px 0 220px;
        background: #E2FFFD url(../img/home/company_bg.png) right bottom / contain no-repeat;
    }

    .top_company .title{
        font-size: 42px;
    }

}

@media screen and (max-width:1023px){

    .top_company{
        padding: 100px 0 140px;
    }

    .top_company .title{
        font-size: 36px;
    }
    .top_company .title .en{
        font-size: 90px;
    }

}

@media screen and (max-width:767px){

    .top_company{
        padding: 100px 0 100px;
    }
    .top_company::before{
        content: none;
    }

    .top_company .title{
        font-size: 32px;
    }
    .top_company .title .en{
        font-size: 70px;
    }

    .top_company .company_list{
        width: 100%;
    }
    .top_company .company_list li a{
        font-size: 16px;
    }

    .top_company .pic{
        width: 100%;
        max-width: 640px;
        margin-top: 40px;
    }

}

/*---------------------------------

  top_recruit

---------------------------------*/

.top_recruit{
    position: relative;
    padding: 160px 0 90px;
    background: #0BC8CB;
}
.top_recruit::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/home/recruit_bg.png) left center / cover no-repeat;
}
.top_recruit::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 340px;
    background: linear-gradient(360deg, #0BC8CB 0%, rgba(11, 200, 203, 0) 100%);
}

.top_recruit .flex{
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10%;
    z-index: 1;
}
.top_recruit .flex .data{
    width: 480px;
    padding: 0;
}

.top_recruit .title{
    margin-bottom: 30px;
    color: var(--white);
    font-size: 46px;
    line-height: 1.35;
}
.top_recruit .title .en{
    color: var(--white);
    font-size: 110px;
}
.top_recruit .title .small{
    display: inline-block;
    margin: -10px 0 30px;
    font-size: 21px;
}

.top_recruit .txt{
    color: var(--white);
    font-weight: 700;
    line-height: 1.75;
}

.top_recruit .c-btn {
    margin-top: 45px;
    background: var(--orenge-btn);
}
.top_recruit .c-btn:hover{
    background: #FF4520;
}
.top_recruit .c-btn.-white::before {
    background: url(../img/common/arrow_white-orange.png) center / 40px no-repeat;
}

.top_recruit .pic{
    position: relative;
    width: 44%;
    max-width: 640px;
    padding: 77px 0 0;
}
.top_recruit .pic::before{
    content: '';
    position: absolute;
    top: -90px;
    left: -10%;
    width: 224px;
    height: 297px;
    background: url(../img/home/recruit_img_01_s.png) center / cover no-repeat;
}

@media screen and (max-width:1439px){

    .top_recruit{
        padding: 100px 0 60px;
    }

    .top_recruit .flex .data{
        width: 400px;
    }

    .top_recruit .title{
        font-size: 42px;
    }

    .top_recruit .pic{
        width: 40%;
    }
    .top_recruit .pic::before{
        width: 150px;
        height: 200px;
        background: url(../img/home/recruit_img_01_s.png) center / contain no-repeat;
    }

}

@media screen and (max-width:1023px){

    .top_recruit .flex .data{
        width: 300px;
    }

    .top_recruit .title{
        font-size: 36px;
    }
    .top_recruit .title .en{
        font-size: 90px;
    }

    .top_recruit .pic::before{
        top: -60px;
        width: 120px;
        height: 160px;
    }


}

@media screen and (max-width:767px){

    .top_recruit .flex .data{
        width: 100%;
        padding: 0;
    }

    .top_recruit .title{
        margin-bottom: 30px;
        font-size: 32px;
        line-height: 1.15;
    }
    .top_recruit .title .en{
        font-size: 70px;
    }

    .top_recruit .c-btn {
        margin-top: 30px;
    }

    .top_recruit .pic{
        position: relative;
        width: 100%;
        padding: 60px 70px 0 0;
    }
    .top_recruit .pic::before{
        content: '';
        position: absolute;
        top: -20px;
        left: auto;
        right: 0;
        width: 112px;
        height: 148px;
        background: url(../img/home/recruit_img_01_s.png) center / cover no-repeat;
    }

}

/*---------------------------------

  top_news

---------------------------------*/

.top_news{
    position: relative;
    padding: 470px 0 400px;
    background: #B4E9E6 url(../img/home/news_bg.png) left top / 1822px no-repeat;
}
.top_news::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 42%;
    max-width: 820px;
    height: 937px;
    background: url(../img/home/bg_03.png) right top / contain no-repeat;
}

.top_news .inner{
    position: relative;
}
.top_news .title{
    width: 340px;
    font-size: 40px;
}
.top_news .title .en{
    color: var(--white);
    font-size: 120px;
}

.top_news .news_list{
    position: relative;
    right: -3%;
    width: 68%;
    max-width: 987px;
}
.top_news .news_list li + li{
    margin-top: 16px;
}

.top_news .news_list li a{
    display: block;
    padding: 32px 40px;
    background: var(--white);
    border-radius: 10px;
}
.top_news .news_list li a:hover{
    background: var(--lightgreen);
}
.top_news .news_list li .date{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    vertical-align: -2px;
}
.top_news .news_list li .category{
    display: inline-block;
    width: fit-content;
    min-height: 24px;
    padding: 4px 10px 0;
    margin: 0 0 0 5px;
    background: #B4E9E6;
    border-radius: 16px;
    color: var(--black-txt);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}
.top_news .news_list li .u-underline{
    display: block;
    margin-top: 4px;
}

.top_news .news_list li.c-arrow.-green::before{
    top: calc(50% - 20px);
    right: 40px;
}

.top_news .c-btn{
    position: absolute;
    top: 260px;
}

@media screen and (max-width:1439px){

    .top_news{
        padding: 300px 0 400px;
        background: #B4E9E6 url(../img/home/news_bg.png) left top / contain no-repeat;
    }
    .top_news .title{
        width: 320px;
    }
    .top_news .title .en{
        font-size: 110px;
    }

    .top_news .news_list{
        position: relative;
        right: -3%;
        width: 60%;
        max-width: 987px;
    }

}

@media screen and (max-width:1023px){

    .top_news{
        padding: 200px 0 400px;
    }
    .top_news .title{
        width: 240px;
        font-size: 36px;
    }
    .top_news .title .en{
        font-size: 90px;
    }


}

@media screen and (max-width:767px){

    .top_news{
        padding: 100px 0 320px;
    }
    .top_news::before{
        content: none;
    }    

    .top_news .title{
        width: 340px;
        margin-bottom: 40px;
        font-size: 32px;
    }
    .top_news .title .en{
        font-size: 70px;
    }

    .top_news .news_list{
        position: relative;
        right: auto;
        width: 100%;
        max-width: 987px;
    }

    .top_news .c-btn{
        position: relative;
        top: auto;
        margin-top: 40px;
    }

}



