
/*****************************************
 *
 * アニメーション用CSS
 * パーツ等にアニメーション用のCSSを設定する
 *
 *****************************************/

@media (max-width: 1029px) {

    .h001 .header_box .menu_box nav > ul > li {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInRightS;
        animation-name: fadeInRightS;
    }
    
    /* リスト要素に0.2秒ごとの遅延アニメーションを設定 */
    .h001 .header_box .menu_box nav > ul > li:nth-child(1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }
    .h001 .header_box .menu_box nav > ul > li:nth-child(2) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }
    .h001 .header_box .menu_box nav > ul > li:nth-child(3) {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }
    .h001 .header_box .menu_box nav > ul > li:nth-child(4) {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }
    .h001 .header_box .menu_box nav > ul > li:nth-child(5) {
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }
    .h001 .header_box .menu_box nav > ul > li:nth-child(6) {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }
    .h001 .header_box .menu_box nav > ul > li:nth-child(7) {
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
    }
    .h001 .header_box .menu_box nav > ul > li:nth-child(8) {
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }
    .h001 .header_box .menu_box nav > ul > li:nth-child(9) {
        -webkit-animation-delay: 1.6s;
        animation-delay: 1.6s;
    }
    .h001 .header_box .menu_box nav > ul > li:nth-child(10) {
        -webkit-animation-delay: 1.8s;
        animation-delay: 1.8s;
    }

    .h001 .header_box .menu_box .contact_list > .box:nth-child(1) {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }
    .h001 .header_box .menu_box .contact_list > .box:nth-child(2) {
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
    }
}



.title01.animation .hole_square > img {
    opacity: 0;
}
.title01.animation.animated .hole_square > img {
    opacity: 1;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.title01.animation.animated .hole_square > img:nth-child(2) {
    animation-delay: 0.3s;
}
.title01.animation.animated .hole_square > img:nth-child(3) {
    animation-delay: 0.6s;
}
.title01.animation.animated .hole_square > img:nth-child(4) {
    animation-delay: 0.9s;
}
.title01.animation.animated .hole_square > img:nth-child(5) {
    animation-delay: 1.2s;
}

.title01.animation.animated .en > span {
    -webkit-animation-name: Up01;
    animation-name: Up01;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.title01.animation.animated .jp > span {
    -webkit-animation-name: Up01;
    animation-name: Up01;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.2s;
}



.catch01.animation.animated > p > span {
    -webkit-animation-name: Up01;
    animation-name: Up01;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.catch01.animation.animated > p:nth-child(1) > span {
    animation-delay: 0.5s;
}
.catch01.animation.animated > p:nth-child(2) > span {
    animation-delay: 0.5s;
}





#top_about .catch01 {
    animation-delay: 1s;
}
#top_about .description01 {
    animation-delay: 1s;
}
#top_about .btn01 {
    animation-delay: 1s;
}



.service01_01 .image_s {
    animation-delay: 0.2s;
}
.service01_01 .blur {
    animation-delay: 0.4s;
}

@media (max-width: 767px) {
    .service01_01 .blur {
        animation-delay: 0s;
    }
    .service01_01 .image_l {
        animation-delay: 0.2s;
    }
    .service01_01 .image_s {
        animation-delay: 0.4s;
    }
}

.service01_02 .image_s {
    animation-delay: 0.5s;
}
.service01_02 .image_l {
    animation-delay: 1s;
}



.service01_03 .catch01 {
    animation-delay: 0.5s;
}
.service01_03 .description01 {
    animation-delay: 1s;
}
.service01_03 .btn01 {
    animation-delay: 1s;
}

.service02 .catch01 {
    animation-delay: 0.5s;
}
.service02 .description01 {
    animation-delay: 1s;
}
.service02 .image01 {
    animation-delay: 1s;
}

.service02 .press_tape {
    animation-delay: 1.5s;
}

#top_company {

}

#top_company .btn02 > a:nth-child(1) {
    animation-delay: 0;
}
#top_company .btn02 > a:nth-child(2) {
    animation-delay: 0.2s;
}
#top_company .btn02 > a:nth-child(3) {
    animation-delay: 0.4s;
}


#top_recruit .text:after {
    transition: right 0.5s, background-color 1s 0.8s, opacity 1s 0.8s;
    left: 0;
    right: 100%;
    width: auto;
    opacity: 1;
    background: var(--green02);
}
#top_recruit .text.animated:after {
    left: 0;
    right: 0;
    background: #333;
    opacity: 0.5;
}

#top_recruit .text.animated .description01,
#top_recruit .text.animated .btn01 {
    -webkit-animation-name: fadeInRightS;
    animation-name: fadeInRightS;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
    animation-delay: 0.8s;
}




#top_recruit .text img.bg {
    transition: opacity 1s 0.8s;
    opacity: 0;
}
#top_recruit .text.animated img.bg {
    opacity: 1;
}

#top_recruit .images.animated > .image {
    -webkit-animation-name: fadeInLeftS;
    animation-name: fadeInLeftS;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
}

#top_recruit .images > .image:nth-child(1) {
    animation-delay: 1s;
}
#top_recruit .images > .image:nth-child(2) {
    animation-delay: 1.2s;
}





#bottom_contact .two_in_one > div:nth-child(1) {
    animation-delay: 0;
}
#bottom_contact .two_in_one > div:nth-child(2) {
    animation-delay: 0;
}




/* スライダー */
.slide_wrapper .slide_container .slide {
    position: relative;
    z-index: 0;
}
.slide_wrapper .slide_container .slide > .cover {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 1s, background 1s;
    z-index: 2;
    overflow: hidden;
}
.slide_wrapper .slide_container .slide > .cover > img {
    width:100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.5;
    transition: filter 1s;
}
.slide_wrapper .slide_container .slide.animated > .cover {
    opacity: 0.3;
    z-index: 0;
    background: #fff;
}
.slide_wrapper .slide_container .slide.animated > .cover > img {
    filter: blur(5px);
}


.slide_wrapper .slide_container .slide.animated .description {
    -webkit-animation-name: fadeInUpS;
    animation-name: fadeInUpS;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
    animation-delay: 0.4s;
}
.slide_wrapper .slide_container .slide .description {
    opacity: 0;
}

.slide_wrapper .slide_container .slide.animated .image > img {
    -webkit-animation-name: fadeInRightS;
    animation-name: fadeInRightS;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}
.slide_wrapper .slide_container .slide .image > img {
    opacity: 0;
}

.slide_wrapper .slide_container .slide.animated .image > img:nth-child(1) {
    animation-delay: 0.5s;

}
.slide_wrapper .slide_container .slide.animated .image > img:nth-child(2) {
    animation-delay: 0.7s;

}
.slide_wrapper .slide_container .slide.animated .image > img:nth-child(3) {
    animation-delay: 0.9s;

}

.slide_wrapper .slide_container .slide.animated .flow_num {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}
.slide_wrapper .slide_container .slide .catch {
    opacity: 0;
}
.slide_wrapper .slide_container .slide.animated .catch {
    -webkit-animation-name: fadeInUpS;
    animation-name: fadeInUpS;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
    animation-delay: 0.2s;
}
.slide_wrapper .slide_container .slide .flow_num {
    opacity: 0;
}


#service_presstape .catch01 + div {
    animation-delay: 1s;
}
.products_list > .item .image {
    overflow: hidden;
}
.products_list > .item .image.animation > img {
    transform: translateX(-100%);
}
.products_list > .item .image.animation.animated > img {
    transform: translateX(0);
}