/******************************************************/
/* Base Scroll Animation */
/******************************************************/
.no_animation_box,
.animation_box {
    position: relative;
    padding-top: 300px;
}
.no_animation_box h2,
.no_animation_box p,
.animation_box h2,
.animation_box p {
    color: #fff;
}

.no_animation_box#box4 .ttl,
.no_animation_box#box3 .ttl,
.no_animation_box#box2 .ttl,
.no_animation_box#box1 .ttl,
.animation_box#box4 .ttl,
.animation_box#box3 .ttl,
.animation_box#box2 .ttl,
.animation_box#box1 .ttl {
    font-size: 4.0rem;
}

.no_animation_box#box4.start_aniame .ttl,
.no_animation_box#box3.start_aniame .ttl,
.no_animation_box#box2.start_aniame .ttl,
.no_animation_box#box1.start_aniame .ttl,
.animation_box#box4.start_aniame .ttl,
.animation_box#box3.start_aniame .ttl,
.animation_box#box2.start_aniame .ttl,
.animation_box#box1.start_aniame .ttl {
    animation-name: fadeIn_right;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
}

.no_animation_box#box4.start_aniame .txt_box,
.no_animation_box#box3.start_aniame .txt_box,
.no_animation_box#box2.start_aniame .txt_box,
.no_animation_box#box1.start_aniame .txt_box,

.animation_box#box4.start_aniame .txt_box,
.animation_box#box3.start_aniame .txt_box,
.animation_box#box2.start_aniame .txt_box,
.animation_box#box1.start_aniame .txt_box {
    animation-name: fadeIn_left;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
}

@keyframes fadeIn_right {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    50% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeIn_left {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    50% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fix_ttl {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.fix_ttl.po_fix {
    animation-name: fix_ttl;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    opacity: 1;
}

@keyframes fix_ttl {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*===================================================*/
/* People */
/*===================================================*/
/************************************/
/*People layer01*/
/************************************/
.center_txt {
    text-align: center;
    font-size: 2.6rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}

.center_txt p {
    line-height: 2.5;
    font-size: 1em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.center_txt p small {
    display: block;
    font-size: 1.6rem;
}

.people_anime01 .layer01,
.people_anime01 .layer02 {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.people_anime01 .layer01 {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.people_anime01.start_aniame .layer01 {
    animation-name: pe01_layer01;
    animation-duration: 4s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
}

@keyframes pe01_layer01 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.people_anime01.start_aniame .layer02 {
    animation-name: pe01_layer02;
    animation-duration: 8s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
}

@keyframes pe01_layer02 {
    0% {
        opacity: 0;
    }
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    55% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pe01_layer01_only {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/************************************/
/*People layer02*/
/************************************/
.people_anime02 .illust_layout .lane {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    width: 100%;
    max-width: 1420px;
    margin: auto;
    z-index: 3;
    transform: translateX(100%);
}

.people_anime02 .illust_layout .monitor {
    position: absolute;
    left: 19%;
    right: 0;
    right: 0;
    bottom: 11%;
    width: 100%;
    max-width: 1420px;
    margin: auto;
    z-index: 2;
    transform: translateX(-100%);
}

.people_anime02 .illust_layout .lack {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 34%;
    max-width: 1420px;
    z-index: 1;
    transform: translateX(-100%);
}

.people_anime02 .illust_layout .txt_ttl {
    position: absolute;
    left: 10%;
    bottom: 50%;
    width: 25%;
    max-width: 1420px;
    z-index: 3;
}

.people_anime04 .base_txt_box,
.people_anime03 .base_txt_box,
.people_anime02 .base_txt_box {
    padding-left: 42%;
    font-size: 1.7rem;
    opacity: 0;
    width: 100%;
    padding-right: 20%;
}

.people_anime04 .base_txt_box p,
.people_anime03 .base_txt_box p,
.people_anime02 .base_txt_box p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 1.2em;
    font-size: 1em;
}

.people_anime04 .base_txt_box p:last-child,
.people_anime03 .base_txt_box p:last-child,
.people_anime02 .base_txt_box p:last-child {
    margin-bottom: 0;
}

.people_anime02 .base_txt_box {
    padding-bottom: 160px;
}

.people_anime03 .base_txt_box {
    padding-bottom: 100px;
}

.people_anime04 .base_txt_box {
    padding-bottom: 100px;
}

.people_anime02.start_aniame .lane {
    animation-name: fadeIn_right_full;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeIn_right_full {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeIn_left_full {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeIn_basic {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.people_anime04.start_aniame .base_txt_box,
.people_anime03.start_aniame .base_txt_box,
.people_anime02.start_aniame .base_txt_box {
    animation-name: fadeIn_basic;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.people_anime02.start_aniame .sp_img,
.people_anime02.start_aniame .lack,
.people_anime02.start_aniame .monitor,
.people_anime02.start_aniame .txt_ttl {
    animation-name: fadeIn_left_full;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.people_anime03 .illust_layout .main_width {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
    max-width: 1240px;
    margin: auto;
}

.people_anime03 .illust_layout:before {
    position: absolute;
    left: 0;
    bottom: calc(10% + 1px);
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.people_anime03 .illust_layout .crane {
    position: absolute;
    left: -17%;
    bottom: 10%;
    width: 57%;
    max-width: 1420px;
    margin: auto;
    z-index: 2;
    transform: translateX(-100%);
}

.people_anime03 .illust_layout .box {
    position: absolute;
    left: -17.6%;
    bottom: 10%;
    width: 58%;
    max-width: 1420px;
    margin: auto;
    z-index: 1;
    transform: translateX(-100%);
}

.people_anime03.start_aniame .sp_img,
.people_anime03.start_aniame .crane,
.people_anime03.start_aniame .box {
    animation-name: fadeIn_left_full;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.people_anime04 .illust_layout:before {
    position: absolute;
    left: 0;
    bottom: calc(5% + 1px);
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.people_anime04 .illust_layout .board {
    position: absolute;
    left: 10%;
    bottom: 34%;
    width: 27%;
    max-width: 1420px;
    z-index: 2;
    transform: translateX(-100%);
}

.people_anime04 .illust_layout .step {
    position: absolute;
    left: 12%;
    right: 0;
    bottom: 5.2%;
    width: 100%;
    max-width: 1420px;
    margin: auto;
    z-index: 1;
    transform: translateX(-100%);
}

.people_anime04 .illust_layout .team {
    position: absolute;
    left: 0%;
    right: 0;
    bottom: 1.5%;
    width: 100%;
    max-width: 1420px;
    margin: auto;
    z-index: 1;
    transform: translateX(100%);
}

.people_anime04.start_aniame .team {
    animation-name: fadeIn_right_full;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.people_anime04.start_aniame .sp_img,
.people_anime04.start_aniame .step,
.people_anime04.start_aniame .board {
    animation-name: fadeIn_left_full;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

/*=============================================*/
/*media query    Tablet ipad 5.7inch 768px */
/*=============================================*/
@media screen and (max-width: 768px) {
    div#scroll_animation_wrap {
        position: relative;
        z-index: 3;
    }
    .animation_box {
        padding-top: 0;
    }
    .animation_box .main_en_ttl {
        margin-bottom: 0.8em;
    }
    .fix_ttl {
        position: relative;
        top: 0;
        padding-top: 30px;
    }
    .center_txt {
        font-size: 2.0rem;
        top: 30%;
        width: 94%;
        margin: auto;
    }
    .center_txt p small {
        font-size: 1.4rem;
    }
    .people_anime02 .fix_ttl .main_en_ttl {
        margin-bottom: 0;
    }
    .people_anime04 .base_txt_box,
    .people_anime03 .base_txt_box,
    .people_anime02 .base_txt_box {
        width: 100%;
        padding-left: 0;
        font-size: 1.2rem;
        padding-right: 0;
    }
    .people_anime04 .base_txt_box p,
    .people_anime03 .base_txt_box p,
    .people_anime02 .base_txt_box p {
        font-size: 1em;
    }
    .people_anime03 .illust_layout:before {
        bottom: calc(7% + 1px);
        z-index: 1;
    }
    .people_anime04 .illust_layout,
    .people_anime03 .illust_layout,
    .people_anime02 .illust_layout {
        width: 96%;
        margin: auto;
    }
    .people_anime04 .sp_img,
    .people_anime03 .sp_img,
    .people_anime02 .sp_img {
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }
    .people_anime04 .illust_layout:before,
    .people_anime03 .illust_layout:before,
    .people_anime02 .illust_layout:before {
        content: none;
    }
}

/*===================================================*/
/* Business */
/*===================================================*/
#scroll_animation_wrap.ver_business .animation_box {
    padding-top: 0;
}

#scroll_animation_wrap.ver_business .illust_layout {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 110px);
    padding-top: 230px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
}

#scroll_animation_wrap.ver_business .bottom_txt {
    font-size: 1.2rem;
    padding-bottom: 5em;
}

#scroll_animation_wrap.ver_business .bottom_txt .txt_box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1em;
    font-size: 1.2rem;
    width: 96%;
    max-width: 1300px;
    margin: auto;
}

#scroll_animation_wrap.ver_business .bottom_txt .txt_box p {
    font-size: 1em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1.4;
}

#scroll_animation_wrap .business_anime01 .truck {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
}

#scroll_animation_wrap .business_anime01 .truck img {
    width: 100%;
}

#scroll_animation_wrap .business_anime01 .lift {
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
}

#scroll_animation_wrap .business_anime01 .lift img {
    width: 100%;
}

.business_anime01.start_aniame .sp_img {
    animation-name: fadeIn_left_full;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.business_anime01.start_aniame .truck,
.business_anime01.start_aniame .lift {
    animation-name: fadeIn_right_full;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

#scroll_animation_wrap .business_anime02 .hyoushiki {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

#scroll_animation_wrap .business_anime02 .hyoushiki img {
    width: 100%;
}

#scroll_animation_wrap .business_anime02 .ryousen {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

#scroll_animation_wrap .business_anime02 .ryousen img {
    width: 100%;
}

#scroll_animation_wrap .business_anime02 .truck {
    position: absolute;
    left: 5%;
    bottom: -5px;
    width: 30%;
}

#scroll_animation_wrap .business_anime02 .truck img {
    width: 100%;
}

.business_anime02.start_aniame .truck {
    animation-name: fadeIn_right_full;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.people_anime04.business_anime03 .illust_layout:before,
.people_anime03.business_anime02 .illust_layout:before {
    content: none;
}

#scroll_animation_wrap .business_anime03 .truck_lift {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

#scroll_animation_wrap .business_anime03 .truck_lift img {
    width: 100%;
}

/*=============================================*/
/*media query    Tablet ipad 5.7inch 768px */
/*=============================================*/
@media screen and (max-width: 768px) {
    /*===================================================*/
    /* Business */
    /*===================================================*/
    #scroll_animation_wrap.ver_business .illust_layout {
        height: auto;
        padding-top: 0;
        border-bottom: 0;
    }
    #scroll_animation_wrap.ver_business .base_txt_box {
        width: 94%;
        margin: auto;
    }
    #scroll_animation_wrap.ver_business .bottom_txt {
        font-size: 1.1rem;
        padding-bottom: 0;
        padding-top: 1.5em;
    }
    #scroll_animation_wrap.ver_business .bottom_txt .txt_box {
        position: static;
        font-size: 1.1rem;
    }
    #scroll_animation_wrap.ver_business .sp_img {
        width: 100%;
        margin: auto;
    }
    #scroll_animation_wrap.ver_business .illust_layout {
        padding-top: 15px;
    }
    .people_anime04 .base_txt_box,
    .people_anime03 .base_txt_box,
    .people_anime02 .base_txt_box {
        padding-bottom: 0;
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }
    .people_anime04.animation_box .main_en_ttl,
    .people_anime03.animation_box .main_en_ttl,
    .people_anime02.animation_box .main_en_ttl {
        margin-bottom: 0.2em;
    }
}


.people_anime02 .base_txt_box.ver_business {
    opacity: 1;
}

#scroll_animation_wrap.ver_business.ver_business_layout_customize .illust_layout {
    padding-top: 0;
    padding-bottom: 200px;
}

#scroll_animation_wrap.ver_business.ver_business_layout_customize  .bottom_txt .txt_box {
    position: static;
    margin-top: 50px;
}
  
#scroll_animation_wrap.ver_business.ver_business_layout_customize .people_anime04 .base_txt_box,
#scroll_animation_wrap.ver_business.ver_business_layout_customize .people_anime03 .base_txt_box
{
    opacity: 1 !important;
}

@media screen and (max-width: 768px) {
    #scroll_animation_wrap.ver_business.ver_business_layout_customize .no_animation_box, .animation_box {
        padding-top: 10px;
    }
    #scroll_animation_wrap.ver_business.ver_business_layout_customize .fix_ttl {
        margin-bottom: 30px;
    }
    #scroll_animation_wrap.ver_business.ver_business_layout_customize .illust_layout {
        padding-bottom: 0;
    }
    #scroll_animation_wrap.ver_business.ver_business_layout_customize .bottom_txt .txt_box {
        margin-top: 0;
        padding-bottom: 50px;
    }    
    #scroll_animation_wrap.ver_business.ver_business_layout_customize #box2 .main_en_ttl{
        margin-bottom: 0;
    }
}

#scroll_animation_wrap.ver_business.ver_business_layout_customize #box1 .lift{
    bottom: -19px;
}

