/*---------------------------------

  共通

---------------------------------*/

.title{
    font-weight: 900;
}

@media screen and (max-width:1023px){

}
@media screen and (max-width:767px){

}

/*---------------------------------

  KV

---------------------------------*/
.kv{
    position: relative;
    padding: 27px 0 325px;
    overflow: hidden;
}
.kv .scroll{
    position: absolute;
    bottom: 370px;
    right: 10%;
    margin: 0 0 195px;
    color: var(--main);
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.05em;
    transform: rotate(90deg);
    transform-origin: 0 100%;
    z-index: 1;
}
.kv .scroll::before{
    content: '';
    position: absolute;
    bottom: 10px;
    right: -10px;
    height: 186px;
    width: 1px;
    background: var(--main);
    transform: rotate(-270deg);
    transform-origin: 0 100%;
    z-index: 1;
}
.kv .scroll::after{
    content: '';
    position: absolute;
    top: 3px;
    left: 50px;
    display: block;
    width: 11px;
    height: 11px;
    background: var(--main);
    border-radius: 50%;
    animation: ball 2s cubic-bezier(0.25, 0.61, 0.55, 1) infinite;
}
@keyframes ball{
  0% {
    opacity: 0;
    left: 50px;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 220px;
  }
}

.kv::after{
    content: 'Challenge drives the future.Challenge drives the future.';
    position: absolute;
    bottom: 140px;
    left: -50%;
    display: block;
    width: 400%;
    color: #F4F4F4;
    font-size: 120px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    z-index: 2;
}

.kv .slide{
    display: block;
    max-width: 524px;
    min-width: 240px;
    aspect-ratio: 524 / 805;
    margin: 0 10px;
    overflow: hidden;
}

.kv .catch{
    position: absolute;
    bottom: 415px;
    left: 30px;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.6;
    text-shadow: 0px 0px 50px #00000040;
    z-index: 5;
}
.kv .catch::after{
    content: '';
    display: inline-block;
    width: 80px;
    height: 2px;
    margin: 0 0 5px 5px;
    background: linear-gradient(86.23deg, #FF8C00 7.17%, #FF4000 100.81%);

}
.kv .en{
    display: block;
    margin: 0 0 28px;
    font-size: 104px;
    line-height: 1;
}


@media screen and (max-width:767px){
    
    .kv{
        position: relative;
        padding: 27px 0 125px;
        overflow: hidden;
    }
    .kv .scroll{
        position: absolute;
        bottom: 170px;
        right: -4%;
        margin: 0 0 195px;
    }
    .kv::after{
        content: 'Challenge drives the future.Challenge drives the future.';
        position: absolute;
        bottom: 30px;
        left: -5%;
        display: block;
        width: 400%;
        color: #F4F4F4;
        font-size: 60px;
        font-family: 'Lato', sans-serif;
        font-weight: 900;
        z-index: 2;
    }
    
    .kv .catch{
        position: absolute;
        bottom: 150px;
        left: 4vw;
        display: block;
        color: #fff;
        font-size: 18px;
        font-weight: 900;
        line-height: 1.6;
        text-shadow: 0px 0px 50px #00000040;
        z-index: 5;
    }
    .kv .en{
        display: block;
        margin: 0 0 28px;
        font-size: 46px;
        line-height: 1;
    }
    .kv .slide{
        display: block;
        max-width: 311px;
        min-width: 240px;
        aspect-ratio: 524 / 805;
        margin: 0 10px;
        overflow: hidden;
    }
    
    
}

/*---------------------------------

  message

---------------------------------*/

.bloc_message{
    position: relative;
    padding: 0 0 440px;
    background: linear-gradient(180deg, #fff 50%, #FFF7D5 50%, #FFF7EF 100%);
    z-index: 1;
}
.bloc_message::before{
    content: '';
    position: absolute;
    top: -135px;
    display: block;
    width: 100%;
    height: 660px;
    background: url(../img/common/border_02.png) no-repeat;
    background-size: cover;
    z-index: -1;
}
.bloc_message::after{
    content: '';
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 440px;
    background: url(../img/common/border_01.png) no-repeat;
    background-size: cover;
    z-index: 1;
}
/*
.bloc_message::after{
    content: '';
    position: absolute;
    bottom: -280px;
    left: 30%;
    display: none;
    width: 1078px;
    height: 981px;
    background: url(../img/top/sec01_img.png) no-repeat;
    background-size: 1078px;
}
*/
.bloc_message .inner{
    position: relative;
    top: -50px;
}
.bloc_message .inner::before{
    content: '';
    position: absolute;
    bottom: -280px;
    left: 30%;
    display: none;
    width: 1078px;
    height: 981px;
    background: url(../img/top/sec01_img.png) no-repeat;
    background-size: 1078px;
}

.bloc_message .title{
    margin: 0 0 40px;
    background: linear-gradient(86.23deg, #FF4000 7.17%, #FF8C00 100.81%);
    font-size: 72px;
    font-weight: 900;
    line-height: 1.3;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bloc_message .message p{
    margin: 0 0 1em;
    line-height: 2.2;
}


@media screen and (max-width:767px){
    
    .bloc_message{
        position: relative;
        padding: 0 0 0px;
        background: linear-gradient(180deg, #fff 70%, #FFF7D5 70%, #FFF7EF 100%);
        z-index: 1;
    }
    .bloc_message::before{
        content: '';
        position: absolute;
        top: inherit;
        bottom: 240px;
        display: block;
        width: 100%;
        height: 46vw;
        background: url(../img/common/border_02_1440.png) no-repeat;
        background-size: 100%;
        z-index: -1;
    }
    /*
    .bloc_message::after{
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0%;
        display: none;
        width: 100%;
        height: 100vw;
        background: url(../img/top/sec01_img.png) no-repeat;
        background-size: 120%;
    }
    */
    .bloc_message::after{
        height: 30vw;
        background: url(../img/common/border_01_1440.png) no-repeat;
        background-size: 100%;
    }
    .bloc_message .inner{
        top: 0;
        padding: 0 0 300px;
    }
    .bloc_message .inner::before{
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0%;
        display: none;
        width: 100%;
        height: 100vw;
        background: url(../img/top/sec01_img.png) no-repeat;
        background-size: 100%;
    }
    .bloc_message .title{
        font-size: 48px;
    }
    
}

/*---------------------------------

  bloc_aboutus

---------------------------------*/

.bloc_aboutus{
    position: relative;
    padding: 0 0 440px;
    background: url(../img/top/sec02_img.png) no-repeat right 5% top;
    background-size: 806px;
    z-index: 1;
}

.bloc_aboutus::before{
    content: '';
    position: absolute;
    bottom: 1200px;
    right: 0%;
    display: block;
    width: 70%;
    max-width: 1078px;
    height: 981px;
    background: url(../img/top/sec01_img.png) no-repeat;
    background-size: 1078px;
}
.bloc_aboutus::after{
    content: '';
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 440px;
    background: url(../img/common/border_03.png) no-repeat;
    background-size: cover;
    z-index: -1;
}
.bloc_aboutus .deco_en{
    position: absolute;
    top: -320px;
    left: 10%;
    padding: 0 0 0 85px;
    color: var(--main);
    font-size: 100px;
    line-height: .8;
    transform: rotate(-15deg);
    text-indent: -85px;
}
.bloc_aboutus .title{
    margin: 0 0 30px;
    font-size: 48px;
    line-height: 1.4;
}
.bloc_aboutus .title .en{
    display: block;
    color: #e5e5e5;
    font-size: 140px;
}
.bloc_aboutus .title .num{
    font-size: 56px;
}
.bloc_aboutus .txt{
    margin: 0 0 40px;
}
.bloc_aboutus .txt p{
    margin: 0 0 1em;
    line-height: 1.9;
}

@media screen and (max-width:1440px){
    
    .bloc_aboutus{
        padding: 0 0 440px;
        background: url(../img/top/sec02_img.png) no-repeat right 10% bottom 25%;
        background-size: 50%;
    }
    .bloc_aboutus::after{
        height: 30vw;
        background: url(../img/common/border_03_1440.png) no-repeat;
        background-size: 100%;
    }
}

@media screen and (max-width:767px){
    
    .bloc_aboutus{
        position: relative;
        padding: 100px 0 130vw;
        background: url(../img/top/sec02_img.png) no-repeat right 5% bottom 30vw;
        background-size: 90%;
        z-index: 1;
    }
    .bloc_aboutus::before{
        content: '';
        position: absolute;
        top: calc(-230px - 30vw);
        bottom: inherit;
        left: inherit;
        right: 0;
        width: 100%;
        height: 100vw;
        background: url(../img/top/sec01_img.png) no-repeat right -30px top;
        background-size: 85%;
    }

    .bloc_aboutus .deco_en{
        position: absolute;
        top: 0px;
        left: 3%;
        padding: 0 0 0 85px;
        color: var(--main);
        font-size: 56px;
        line-height: .8;
        transform: rotate(-15deg);
        text-indent: -85px;
    }
    .bloc_aboutus .title{
        font-size: 42px;
    }
    .bloc_aboutus .title .en{
        font-size: 60px;
    }
    
}

/*---------------------------------

  bloc_worklife

---------------------------------*/

.bloc_worklife{
    position: relative;
    padding: 0 0 278px;
    background: #FFF7EF;
    z-index: 1;
}

.bloc_worklife .flex{
    justify-content: center;
    gap: 90px;
    padding: 0 0 256px;
}
.bloc_worklife .title{
    order: 2;
    padding: 90px 0 0;
    font-size: 48px;
    line-height: 1.4;
}
.bloc_worklife .title .en{
    display: block;
    color: var(--main);
    font-size: 104px;
}
.bloc_worklife .worklife_nav{
    position: absolute;
    bottom: 290px;
    right: 0;
    width: 55%;
    max-width: 980px;
    padding: 25px 80px;
    background: #fff;
    border-radius: 32px 0 0 32px;
    box-shadow: 0px 0px 50px 0px #FF620026;
    z-index: 1;
}
.bloc_worklife .worklife_nav li:not(:first-child){
    border-top: 1px solid #EFEFEF;
}
.bloc_worklife .worklife_nav li a{
    position: relative;
    display: block;
    padding: 30px 0;
    font-size: 18px;
    line-height: 32px;
    transition: .3s;
}
.bloc_worklife .worklife_nav li a:hover{
    color: var(--main);
}
.bloc_worklife .worklife_nav li a::before{
    content: '';
    position: absolute;
    right: 0;
    top: 30px;
    display: block;
    width: 32px;
    height: 32px;
    background: linear-gradient(86.23deg, #FF8C00 7.17%, #FF4000 100.81%);
    border-radius: 50%;
}
.bloc_worklife .worklife_nav li a::after{
    content: '';
    position: absolute;
    top: 41px;
    right: 12px;
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
.bloc_worklife .inner .pic{
    position: relative;
    width: 526px;
}
.bloc_worklife .inner .pic::before{
    content: '';
    position: absolute;
    top: -222px;
    left: -107px;
    display: block;
    width: 223px;
    height: 167px;
    background: url(../img/top/sec03_img01.png) no-repeat;
    background-size: 223px;
}
.bloc_worklife .inner .pic::after{
    content: '';
    position: absolute;
    bottom: -280px;
    left: -94px;
    display: block;
    width: 237px;
    height: 316px;
    background: url(../img/top/sec03_img02.png) no-repeat;
    background-size: 237px;
}

@media screen and (max-width:1440px){

    .bloc_worklife{
        padding: 0 0 19vw;
    }
    .bloc_worklife .flex{
        gap: 50px;
    }
    .bloc_worklife .title{
        padding: 0;
    }
    .bloc_worklife .title .en{
        font-size: 90px;
    }
    .bloc_worklife .worklife_nav{
        bottom: inherit;
        top: 320px;
    }
    
    .bloc_worklife .inner .pic{
        width: 35%;
    }
    
}

@media screen and (max-width:767px){

    .bloc_worklife .flex{
        display: block;
        gap: 0px;
        padding: 0 0 20px;
    }
    .bloc_worklife .title{
        order: inherit;
        padding: 0;
        font-size: 32px;
    }
    .bloc_worklife .title .en{
        font-size: 60px;
    }
    .bloc_worklife .worklife_nav{
        top: 170px;
        bottom: inherit;
        right: 0;
        width: 95%;
        padding: 8px 32px;
        border-radius: 32px 0 0 32px;
    }
    .bloc_worklife .worklife_nav li a{
        font-size: 16px;
        line-height: 1.9;
    }
    .bloc_worklife .worklife_nav li a::before{
        top: 33px;
        width: 24px;
        height: 24px;
    }
    .bloc_worklife .worklife_nav li a::after{
        right: 9px;
        width: 9px;
        height: 9px;
    }
    
    .bloc_worklife .inner .pic{
        position: relative;
        width: 60%;
        margin: 420px 0 0 40%;
    }
    .bloc_worklife .inner .pic::before{
        top: -50px;
        left: -125px;
        display: block;
        width: 165px;
        height: 124px;
        background: url(../img/top/sec03_img01.png) no-repeat;
        background-size: 165px;
    }
    .bloc_worklife .inner .pic::after{
        content: '';
        position: absolute;
        bottom: -40px;
        left: -80px;
        display: block;
        width: 116px;
        height: 155px;
        background: url(../img/top/sec03_img02.png) no-repeat;
        background-size: 116px;
    }

}





/*----------------------

  コード例

.feature > .sec::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 430px;
    height: 450px;
    background: url(../img/common/feature_bg_img_03.svg) no-repeat;
    mix-blend-mode: multiply;
}

.feature > .sec ol li:nth-child(1){
    position: relative;
    left: 77px;
    width: 817px;
    height: 183px;
    padding: 60px 180px 0 155px;
    margin: 0 0 30px;
    background: url(../img/top/icon_01.png) no-repeat right 60px center , url(../img/top/feature01_box.svg) no-repeat;
    background-size: 92px , contain; 
}
---------------------------------*/