/*css fadeIn Up*/
/*=================================================*/
@keyframes fadeInUp {
    from {
        transform: translate3d(0, 150px, 0);
        -webkit-transform: translate3d(0, 150px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 150px, 0);
        -webkit-transform: translate3d(0, 150px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

#oneday img {
    max-width: 100%;
}

#oneday .animated {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: both
}

#oneday .animatedFadeInUp {
    opacity: 0;
}

#oneday .fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

#oneday {
    position: relative;
    overflow: hidden;
    background: #fff;
}

#oneday .pc_br{
    display: none;
}
#oneday .sp{
    display: block;
}
#oneday .sp_br{
    display: inline;
}

#oneday .inner{
    padding: 0px 12px;
    max-width: 500px;
    margin: auto;
}

#oneday img{
    max-width: 100%;
}

#oneday .poppins{
    font-family: 'Poppins', sans-serif;
}

#oneday .asap{
    font-family: 'Asap', sans-serif;
}


#oneday .red{
    background: #FE5B13 !important;
}
#oneday .green01{
    background: #A4CD00 !important;
}
#oneday .green02{
    background: #2D6F43 !important;
}
#oneday .orange{
    background: #FF9E00 !important;
}



/*main-banner*/
/*===============================================*/

#oneday .main-banner {
    position: relative;
    margin-bottom: 40px;
}
#oneday .main-banner .image_wrap img{
    width: 100% !important;
    display: block;
}
#oneday .main-banner .heading .t1 img{
    display: block;
    margin: auto;
}
#oneday .main-banner .heading .t2{
    font-size: 30px;
    line-height: 30px;
    display: block;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2.25px;
    padding-left: 4px;
    text-shadow: 0px 3px 3px rgba(124,140,138,.36), -3px 3px 3px rgba(124,140,138,.36), 3px 3px 3px rgba(124,140,138,.36);
}
#oneday .main-banner .heading{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


#oneday .tab-content{
    display: none;
}
#oneday .work-flow{
    display: none;
}
#oneday .work-flow.sp {
    display: block;
    margin-bottom: 50px;
}



#oneday .toggle-tab .toggle-action{
    font-size: 12px;
    line-height: 24px;
    display: block;
    color: #fff;
    font-weight: 700;
    background: #FE5B13;
    text-align: center;
    max-width: 280px;
    margin: auto;
    letter-spacing: 0.5px;
    padding: 8px 0px;
    position: relative;
    text-decoration: none;
}
#oneday .toggle-tab .toggle-action:after{
    content: "";
    position: absolute;
    width:0px;
    height:0px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:10px solid #fff;
    right: 30px;
    top: 15px;
}

/*oneday-block*/
/*===============================*/
#oneday .oneday-block .item-content .ttl01{
    display: none;
    position: relative;
}
#oneday .oneday-block .item-content{
    padding-top: 30px;
    margin-bottom: 76px;
}
#oneday .oneday-block .item-content .image_wrap{
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}
#oneday .oneday-block .item-content .image_wrap img{
    display: block;
    width: 100% !important;
}
#oneday .oneday-block .item-content .info-avt{
    /*background: #fff;*/
    /*border: 1px solid #FE5B13;*/
    position: relative;
    margin-top: -11px;
    margin-left: 30px;
    margin-right: 10px;
    /*box-shadow: 10px 14px #fe5b13;*/
    /*padding: 25px 0px 12px 0px;*/
    /*min-height: 121px;*/
}
#oneday .oneday-block #oneday-block01 .item-content .info-avt{
    margin-left: 42px;
    margin-right: 22px;
}
#oneday .oneday-block .item-content .info-avt:before{
    content: "";
    position: absolute;
    background-image: url("../images/oneday/people_bg01_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    right: -10px;
    bottom: -10px;
}
#oneday .oneday-block #oneday-block02 .item-content .info-avt:before{
    background-image: url("../images/oneday/oneday_bg02_sp.png");
}

#oneday .oneday-block #oneday-block03 .item-content .info-avt:before{
    background-image: url("../images/oneday/people_bg04_sp.png");
}
#oneday .oneday-block #oneday-block04 .item-content .info-avt:before,
#oneday .oneday-block #oneday-block05 .item-content .info-avt:before{
    background-image: url("../images/oneday/oneday_bg03_sp.png");
}
#oneday .oneday-block .item-content .info-avt .inner-info{
    background: #fff;
    border: 1px solid #FE5B13;
    padding: 25px 0px 12px 0px;
    min-height: 121px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
#oneday .oneday-block .item-content .info-avt .ttl{
    font-size: 11px;
    line-height: 18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 6px;
}
#oneday .oneday-block .item-content .info-avt .name{
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 3px;
}
#oneday .oneday-block .item-content .info-avt .name small{
    font-size: 12px;
}
#oneday .oneday-block .item-content .info-avt .year{
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    font-weight: 400;
}
#oneday .oneday-block .item-content .info-avt .text{
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    font-weight: 400;
}
#oneday .oneday-block .item-content .left-content{
    width: 33%;
    padding-left: 17px;
}
#oneday .oneday-block .item-content .right-content{
    width: 67%;
    padding-left: 1px;
    padding-right: 15px;
}
#oneday .oneday-block .time-content{
    position: relative;
    margin-bottom: 50px;
}
#oneday .oneday-block .time-content:before{
    content: "";
    position: absolute;
    width: 3px;
    height: calc(100% - 10px);
    background: #FE5B13;
    top: 5px;
    left: calc(50% - 1.5px);
}
#oneday .oneday-block .time-content .start-time{
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
    display: block;
    color: #fff;
    background: #FE5B13;
    width: 100%;
    max-width: 100px;
    margin: auto;
    text-align: center;
    padding: 7px 0px 7px;
    letter-spacing: 0.75px;
    position: relative;
    z-index: 2;
}
#oneday .oneday-block .time-content .start-time .note{
    display: none;
}
#oneday .oneday-block .time-content .end-time{
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
    display: block;
    color: #fff;
    background: #FE5B13;
    width: 100%;
    max-width: 100px;
    margin: auto;
    text-align: center;
    padding: 7px 0px 7px;
    letter-spacing: 0.75px;
    position: relative;
    z-index: 2;
}
#oneday .oneday-block .item-timeOneday .time-text .text{
    font-size: 13px;
    line-height: 18px;
    color: #FE5B13;
    font-weight: 700;
    margin-bottom: 3px;
}
x#oneday .oneday-block .item-timeOneday .time-text .text br{
    display: none;
}
#oneday .oneday-block .item-timeOneday .info{
    background: #fff;
    border: 2px solid #FE5B13;
    padding-top: 13px;
}
#oneday .oneday-block .item-timeOneday .info .ttl{
    font-size: 17px;
    line-height: 17px;
    color: #FE5B13;
    font-weight: 700;
    padding-left: 22px;
    margin-bottom: 5px;
}
#oneday .oneday-block .item-timeOneday .info .text{
    font-size: 14px;
    line-height: 20px;
    color: #010101;
    font-weight: 400;
    padding-left: 22px;
    padding-right: 10px;
    margin-bottom: 16px;
}
#oneday .oneday-block .list-timeOneday{
    margin: 31px 13px 0px;
    padding-bottom: 26px;
    position: relative;
    z-index: 2;
}
#oneday .oneday-block .item-timeOneday{
    margin-bottom: 46px;
}
#oneday .oneday-block .item-timeOneday .img-time{
    padding-top: 6px;
}
#oneday .oneday-block .item-timeOneday .img-time img{
    display: block;
    width: 100% !important;
}
#oneday .icon-note{
    position: absolute;
    left: 0px;
    color: #E54B4B;
    background: #fff;
    width: 50px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}




/*oneday-block02*/
#oneday .oneday-block #oneday-block02 .item-content .info-avt .inner-info{
    border: 1px solid #A4CD00;
}
#oneday .oneday-block #oneday-block02 .item-timeOneday .time-text .text{
    color: #A4CD00;
}
#oneday .oneday-block #oneday-block02 .item-timeOneday .info .ttl {
    color: #A4CD00;
}
#oneday .oneday-block #oneday-block02 .item-timeOneday .info {
    border: 2px solid #A4CD00;
}
#oneday .oneday-block #oneday-block02 .time-content:before {
    background: #A4CD00;
}


/*oneday-block03*/
/*=====================*/
#oneday .oneday-block #oneday-block03 .item-content .info-avt .inner-info{
    border: 1px solid #2D6F43;
}
#oneday .oneday-block #oneday-block03 .item-timeOneday .time-text .text{
    color: #2D6F43;
}
#oneday .oneday-block #oneday-block03 .item-timeOneday .info .ttl {
    color: #2D6F43;
}
#oneday .oneday-block #oneday-block03 .item-timeOneday .info {
    border: 2px solid #2D6F43;
}
#oneday .oneday-block #oneday-block03 .time-content:before {
    background: #2D6F43;
}

/*oneday-block03*/
/*=====================*/
#oneday #oneday03.oneday-block .item-content .info-avt .inner-info{
    border: 1px solid #FF9E00;
}
#oneday #oneday03.oneday-block .item-timeOneday .time-text .text{
    color: #FF9E00;
}
#oneday #oneday03.oneday-block .item-timeOneday .info .ttl {
    color: #FF9E00;
}
#oneday #oneday03.oneday-block .item-timeOneday .info {
    border: 2px solid #FF9E00;
}
#oneday #oneday03.oneday-block .time-content:before {
    background: #FF9E00;
}


#oneday .oneDayTime{
    display: none;
}
#oneday .oneDayTime.is-open{
    display: block;
}
#oneday .toggle-tab{
    margin-bottom: 20px;
}

/*work-flow*/
/*======================================*/

#oneday .work-flow {

    background-image: url("../images/oneday/oneday_bg_description01_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 12px;
}
#oneday #oneday02 .work-flow.one{
    background-image: url("../images/oneday/oneday_bg_description02_sp.png");
}
#oneday #oneday02 .work-flow.two{
    background-image: url("../images/oneday/oneday_bg_description03_sp.png");
}

#oneday #oneday03 .work-flow.one{
    background-image: url("../images/oneday/oneday_bg_description04_sp.png");
}
#oneday #oneday03 .work-flow.two{
    background-image: url("../images/oneday/oneday_bg_description05_sp.png");
}


#oneday .work-flow .inner-work-flow{
    background: #fe5b13;
    max-width: 1325px;
    margin: auto;
    padding: 33px 0px 0px;
}
#oneday #oneday02 .work-flow .inner-work-flow{
    background: #a4cd00;
}
#oneday #oneday02 .work-flow.blue .inner-work-flow{
    background:#2D6F43 !important;
}

#oneday  .work-flow.sp {
    margin-bottom: 50px;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}


#oneday #oneday03 .work-flow .inner-work-flow{
    background: #fdaa42;
}
#oneday .work-flow .title{
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.25px;
    margin-bottom: 20px;
}
#oneday .work-flow .list-workFlow{
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: auto;
    padding-left: 0px;
    flex-direction: column;
}
#oneday .work-flow .item-workFlow{
    width: 85%;
    padding: 0px 26px;
    position: relative;
    margin: auto;
    margin-bottom: 70px;
}
#oneday .work-flow .item-workFlow:after{
    content: ">>";
    position: absolute;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    top: 110%;
    transform: rotate(90deg);
    right: calc(50% - 15px);
}
#oneday .work-flow .item-workFlow:last-child:after{
    display: none;
}
#oneday .work-flow .item-workFlow dl{
    background: #fff;
    position: relative;
    padding: 12px 15px 10px 20px;
    min-height: 130px;
    border-radius: 4px 8px 18px 10px;
    overflow: hidden;
}
#oneday .work-flow .item-workFlow .ttl{
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}
#oneday .work-flow .item-workFlow .ttl small{
    font-size: 18px;
}
#oneday .work-flow .item-workFlow .text{
    font-size: 13px;
    line-height: 21px;
    color: #333333;
    font-weight: 400;
    position: relative;
    z-index: 1;
}
#oneday .work-flow .item-workFlow:nth-child(1) dl:before{
    content: "";
    position: absolute;
    background-image: url("../images/oneday/oneday_icon01_pc.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 106px;
    height: 76px;
    top: -14px;
    left: -18px;
}
#oneday .work-flow .item-workFlow:nth-child(2) dl:before{
    content: "";
    position: absolute;
    background-image: url("../images/oneday/oneday_icon02_pc.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 48px;
    height: 75px;
    top: 0px;
    left: 12px;
}
#oneday .work-flow .item-workFlow:nth-child(3) dl:before{
    content: "";
    position: absolute;
    background-image: url("../images/oneday/oneday_icon03_pc.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 64px;
    height: 62px;
    top: 3px;
    left: 1px;
}
#oneday .work-flow .item-workFlow:nth-child(4) dl:before{
    content: "";
    position: absolute;
    background-image: url("../images/oneday/oneday_icon04_pc.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 32px;
    height: 57px;
    top: 0px;
    left: 10px;
}

















@media print, screen and (min-width: 768px) {

    #oneday .sp_br{
        display: none;
    }

    #oneday .pc_br{
        display: inline;
    }
    #oneday{
        display: flex;
        flex-wrap: wrap;
        min-width: 1024px;
    }

    #oneday .inner{
        max-width: 1024px;
        padding: 0px 20px;
        margin: auto;
    }


    #oneday .toggle-tab, #oneday .sp{
        display: none;
    }
    #oneday .work-flow.sp {
        display: none;
    }


    #oneday .oneDayTime{
        display: block !important;
    }

    /*main-banner*/
    #oneday .main-banner .heading .t2 {
        font-size: 60px;
        line-height: 60px;
        letter-spacing: 5px;
        padding-left: 10px;
    }
    #oneday .main-banner {
        position: relative;
        margin-bottom: 68px;
    }


    /*tab-content*/
    #oneday .tab-content {
        display: block;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 96.5px;
    }
    #oneday .tab-content .item-tabOneday a{
        display: block;
        text-decoration: none;
        font-size: 22px;
        line-height: 28px;
        color: #FE5B13;
        font-weight: 400;
        border-bottom: 2px solid #FE5B13;
        position: relative;
        padding-left: 10px;
        padding-bottom: 3px;
    }
    #oneday .tab-content .item-tabOneday a:after{
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;
        border-top: 15px solid #FE5B13;
        right: 11px;
        top: 4px;
    }
    #oneday .tab-content .list-tabOneday{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 830px;
        margin: auto;
    }
    #oneday .tab-content .item-tabOneday{
        margin-right: 20px;
        min-width: 175px;
    }
    #oneday .tab-content .item-tabOneday:last-child{
        margin-right: 0px;
    }
    #oneday .tab-content .item-tabOneday:last-child a{
        padding-right: 40px;
    }
    #oneday .tab-content .item-tabOneday:nth-child(2) a{
        color: #A4CD00;
        border-bottom: 2px solid #A4CD00;
    }
    #oneday .tab-content .item-tabOneday:nth-child(2) a:after{
        border-top: 15px solid #A4CD00;
    }
    #oneday .tab-content .item-tabOneday:nth-child(3) a{
        color: #FF9E00;
        border-bottom: 2px solid #FF9E00;
    }
    #oneday .tab-content .item-tabOneday:nth-child(3) a:after{
        border-top: 15px solid #FF9E00;
    }

    /*oneday-block*/
    #oneday .oneday-block{
        margin-bottom: 122px;
    }
    #oneday .oneday-block .item-content .image_wrap {
        width: 100%;
        position: relative;
        margin-left: 0;
        left: 0;
    }
    #oneday .oneday-block .item-content {
        padding-top: 0px;
        width: 45%;
        margin: 0;
        max-width: 560px;
    }
    #oneday #oneday01.oneday-block .item-content{
        margin: auto;
    }
    #oneday .oneday-block .item-content .ttl01 {
        display: block;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        font-weight: 700;
        letter-spacing: 0.75px;
        color: #fff;
        padding: 26px 0px 21px 4px;
        margin-bottom: 12px;
    }
    #oneday .oneday-block .item-content .info-avt {
        position: relative;
        margin-top: -44px;
        margin-left: 28px;
        margin-right: 10px;
        width: calc(100% + 4px);
    }
    #oneday .oneday-block .item-content .info-avt .inner-info{
        padding: 20px 0px 10px 20px;
        min-height: 180px;
        border: 2px solid #FE5B13;
    }
    #oneday .oneday-block .item-content .info-avt .ttl {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 6px;
    }
    #oneday .oneday-block .item-content .info-avt .name {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 3px;
    }
    #oneday .oneday-block .item-content .info-avt .name small {
        font-size: 14px;
    }
    #oneday .oneday-block .item-content .info-avt .year {
        font-size: 12px;
        line-height: 26px;
    }
    #oneday .oneday-block .item-content .info-avt .text {
        font-size: 12px;
        line-height: 20px;
        color: #333333;
        font-weight: 400;
    }
    #oneday .oneday-block .item-content .left-content {
        width: 35%;
        padding-left: 0px;
    }
    #oneday .oneday-block .item-content .right-content {
        width: 65%;
        padding-left: 2px;
        padding-right: 15px;
        padding-top: 2px;
    }
    #oneday .oneday-block .top-time{
        max-width: 1440px;
        margin: 0px auto 100px;
        padding: 0px 58px;
    }
    #oneday .oneday-block .time-content .start-time {
        font-size: 26px;
        line-height: 32px;
        max-width: 200px;
        padding: 15px 0px 13px;
    }
    #oneday .oneday-block .time-content .end-time{
        font-size: 26px;
        line-height: 32px;
        max-width: 200px;
        padding: 15px 0px 13px;
    }
    #oneday .oneday-block .item-timeOneday{
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        margin-bottom: 0px;
    }
    #oneday .oneday-block .time-content:before {
        width: 8px;
        top: 5px;
        left: calc(50% - 4px);
    }
    #oneday .oneday-block .list-timeOneday {
        display: flex;
        flex-wrap: wrap;
        margin: 0px;
        padding-top: 66px;
        padding-bottom: 57px;
    }
    #oneday .oneday-block .item-timeOneday .info .ttl {
        font-size: 18px;
        line-height: 26px;
        color: #FE5B13;
        font-weight: 700;
        padding-left: 0px;
        margin-bottom: 18px;
    }
    #oneday .oneday-block .item-timeOneday .info .text {
        font-size: 14px;
        line-height: 24px;
        color: #010101;
        font-weight: 400;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 16px;
    }
    #oneday .oneday-block .item-timeOneday .info{
        border: 0px;
        width: 70%;
        max-width: 400px;
        padding-top: 0px;
    }
    #oneday .oneday-block .item-timeOneday .time-text .text {
        font-size: 18px;
        line-height: 30px;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 3px;
        letter-spacing: 0.75px;
    }
    #oneday .oneday-block .item-timeOneday .time-text{
        width: 30%;
        text-align: right;
        position: relative;
        padding-right: 22px;
    }
    #oneday .oneday-block .item-timeOneday:nth-child(2n-1) .time-text{
        order: 2;
        padding-left: 22px;
        text-align: left;
        padding-right: 0px;
    }
    #oneday .oneday-block .item-timeOneday .img-time {
        padding-top: 0px;
    }
    #oneday .oneday-block .item-timeOneday:nth-child(2n-1) .info{
        order: 1;
    }
    #oneday .oneday-block #oneday-block01 .item-timeOneday:nth-child(3){
        margin-top: 18px;
    }
    #oneday .oneday-block #oneday-block01 .item-timeOneday:nth-child(4){
        margin-top: 129px;
    }
    #oneday .oneday-block #oneday-block01 .item-timeOneday:nth-child(6){
        margin-top: -36px;
    }
    #oneday .oneday-block #oneday-block01 .item-timeOneday:nth-child(7){
        margin-top: -174px;
    }
    #oneday .oneday-block #oneday-block01 .item-timeOneday:nth-child(8){
        margin-top: 56px;
    }
    x#oneday .oneday-block .item-timeOneday .time-text .text br{
        display: block;
    }

    #oneday .oneday-block .item-timeOneday .time-text:before{
        content: "";
        position: absolute;
        width: 34px;
        height: 34px;
        border: 3px solid #FE5B13;
        background: #fff;
        border-radius: 50%;
        left: -20px;
        top: -7px;
        box-sizing: initial;
    }
    #oneday .oneday-block .item-timeOneday .time-text:after{
        content: "";
        position: absolute;
        width: 20px;
        height: 3px;
        background: #FE5B13;
        left: 19px;
        top: 11px;
    }
    #oneday .oneday-block .item-timeOneday:nth-child(2n-1) .time-text:before{
        right: -20px;
        left: unset;
    }
    #oneday .oneday-block .item-timeOneday:nth-child(2n-1) .time-text:after{
        left: unset;
        right: 19px;
        top: 11px;
    }
    #oneday .oneday-block .time-content {
        position: relative;
        margin-bottom: 70px;
    }


    #oneday .oneday-block .item-content.sp{
        display: none;
    }
    #oneday .oneday-block .top-time .content{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    /*work-flow*/
    /*======================================*/
    #oneday .work-flow {
        display: block;
        background-image: url("../images/oneday/oneday_bg_description01_pc.png");
        background-repeat: no-repeat;
        background-size: cover;
        padding: 31px 20px;
    }
    #oneday #oneday02 .work-flow{
        background-image: url("../images/oneday/oneday_bg_description02_pc.png");
    }
    #oneday #oneday03 .work-flow{
        background-image: url("../images/oneday/oneday_bg_description03_pc.png");
    }

    #oneday .work-flow .inner-work-flow{
        background: #fe5b13;
        max-width: 1325px;
        margin: auto;
        padding: 33px 0px 49px;
    }
    #oneday #oneday02 .work-flow .inner-work-flow{
        background: #a4cd00;
    }
    #oneday #oneday03 .work-flow .inner-work-flow{
        background: #fdaa42;
    }
    #oneday .work-flow .title{
        font-size: 20px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-weight: 700;
        letter-spacing: 1.25px;
        margin-bottom: 30px;
    }
    #oneday .work-flow .list-workFlow{
        display: flex;
        flex-wrap: wrap;
        max-width: 1300px;
        margin: auto;
        padding-left: 14px;
        flex-direction: row;
    }
    #oneday .work-flow .item-workFlow{
        width: 25%;
        padding: 0px 26px;
        position: relative;
        margin-bottom: 0px;
    }
    #oneday .work-flow .item-workFlow:after{
        content: ">>";
        position: absolute;
        font-family: 'Poppins', sans-serif;
        font-size: 30px;
        line-height: 30px;
        color: #fff;
        font-weight: 400;
        right: -17px;
        top: 50%;
        transform: translateY(-50%);
    }
    #oneday .work-flow .item-workFlow:last-child:after{
        display: none;
    }
    #oneday .work-flow .item-workFlow dl{
        background: #fff;
        position: relative;
        padding: 12px 11px 10px 15px;
        min-height: 160px;
        border-radius: 4px 8px 18px 10px;
        overflow: hidden;
    }
    #oneday .work-flow .item-workFlow .ttl{
        font-size: 18px;
        line-height: 28px;
        color: #333333;
        font-weight: 700;
        margin-bottom: 8px;
        position: relative;
        z-index: 1;
    }
    #oneday .work-flow .item-workFlow .ttl small{
        font-size: 16px;
    }
    #oneday .work-flow .item-workFlow .text{
        font-size: 12px;
        line-height: 21px;
        color: #333333;
        font-weight: 400;
        position: relative;
        z-index: 1;
    }
    #oneday .work-flow .item-workFlow:nth-child(1) dl:before{
        content: "";
        position: absolute;
        background-image: url("../images/oneday/oneday_icon01_pc.png");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 106px;
        height: 76px;
        top: -14px;
        left: -18px;
    }
    #oneday .work-flow .item-workFlow:nth-child(2) dl:before{
        content: "";
        position: absolute;
        background-image: url("../images/oneday/oneday_icon02_pc.png");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 48px;
        height: 75px;
        top: 0px;
        left: 12px;
    }
    #oneday .work-flow .item-workFlow:nth-child(3) dl:before{
        content: "";
        position: absolute;
        background-image: url("../images/oneday/oneday_icon03_pc.png");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 64px;
        height: 62px;
        top: 3px;
        left: 1px;
    }
    #oneday .work-flow .item-workFlow:nth-child(4) dl:before{
        content: "";
        position: absolute;
        background-image: url("../images/oneday/oneday_icon04_pc.png");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 32px;
        height: 57px;
        top: 0px;
        left: 10px;
    }


    #oneday .icon-note {
        width: 76px;
        display: block;
        line-height: 38px;
        font-size: 17px;
    }

    #oneday .oneday-block .item-content .info-avt:before{
        background-image: url("../images/oneday/people_bg01_pc.png");
    }

    #oneday #oneday02.oneday-block .item-content:nth-child(1) .info-avt:before{
        background-image: url("../images/oneday/people_bg02_pc.png");
    }
    #oneday #oneday02.oneday-block .item-content:nth-child(2) .info-avt:before{
        background-image: url("../images/oneday/people_bg04_pc.png");
    }

    #oneday #oneday03.oneday-block .item-content .info-avt:before{
        background-image: url("../images/oneday/people_bg03_pc.png");
    }

    #oneday #oneday02.oneday-block .item-content:nth-child(1) .info-avt .inner-info{
        border: 2px solid #A4CD00;
    }
    #oneday #oneday02.oneday-block .item-content:nth-child(2) .info-avt .inner-info{
        border: 2px solid #2D6F43;
    }
    #oneday #oneday03.oneday-block .item-content .info-avt .inner-info{
        border: 2px solid #FF9E00;
    }

    #oneday .oneday-block #oneday-block02 .item-timeOneday .time-text:before {
        border: 3px solid #A4CD00;
    }
    #oneday .oneday-block #oneday-block02 .item-timeOneday.time-long .time-text:before {
        top: 8px;
    }
    #oneday .oneday-block #oneday-block02 .item-timeOneday.time-long .time-text:after {
        top: 27px;
    }
    #oneday .oneday-block #oneday-block02 .item-timeOneday .time-text:after {
        background: #A4CD00;
    }
    #oneday #oneday02.oneday-block .top-time {
        margin-bottom: 89px;
    }
    #oneday .oneday-block #oneday-block02 .item-timeOneday .info{
        border: 0;
    }
    #oneday .oneday-block #oneday-block02 .item-timeOneday.time-long .info{
        padding-top: 17px;
    }
    #oneday .oneday-block #oneday-block02 .list-timeOneday{
        padding-top: 20px;
        padding-bottom: 0px;
    }
    #oneday .oneday-block .time-content .start-time .note{
        display: inline-block;
        margin-right: 15px;
    }

    #oneday .oneday-block #oneday-block02 .item-timeOneday:nth-child(2){
        margin-top: 102px;
    }
    #oneday .oneday-block #oneday-block02 .item-timeOneday:nth-child(3){
        margin-top: -23px;
    }
    #oneday .oneday-block #oneday-block02 .item-timeOneday:nth-child(4){
        margin-top: 86px;
    }
    #oneday .oneday-block #oneday-block02 .item-timeOneday:nth-child(5){
        margin-top: -44px;
    }
    #oneday .oneday-block #oneday-block02 .item-timeOneday:nth-child(6){
        margin-top: 55px;
    }
    #oneday .oneday-block #oneday-block02 .item-timeOneday:nth-child(7){
        margin-top: -104px;
    }

    #oneday .oneday-block #oneday-block02 .time-content .end-time,
    #oneday .oneday-block #oneday-block03 .time-content .end-time{
        display: none;
    }
    #oneday .oneday-block #oneday-block02 .time-content{
        margin-bottom: 0px;
    }
    #oneday .oneday-block #oneday-block02 .time-content:before{
        top: 10px;
    }





    #oneday .oneday-block #oneday-block03 .item-timeOneday .time-text:before {
        border: 3px solid #2D6F43;
    }
    #oneday .oneday-block #oneday-block03 .item-timeOneday .time-text:after {
        background: #2D6F43;
    }
    #oneday .oneday-block #oneday-block03 .item-timeOneday .info{
        border: 0px;
    }

    #oneday .oneday-block #oneday-block03 .list-timeOneday {
        padding-top: 38px;
        padding-bottom: 0px;
    }
    #oneday .oneday-block #oneday-block03 .item-timeOneday:nth-child(3){
        margin-top: 26px;
    }
    #oneday .oneday-block #oneday-block03 .item-timeOneday:nth-child(4){
        margin-top: 176px;
    }
    #oneday .oneday-block #oneday-block03 .item-timeOneday:nth-child(5){
        margin-top: 52px;
    }
    #oneday .oneday-block #oneday-block03 .item-timeOneday:nth-child(6){
        margin-top: 385px;
    }
    #oneday .oneday-block #oneday-block03 .item-timeOneday:nth-child(7){
        margin-top: 56px;
    }
    #oneday .oneday-block #oneday-block03 .time-content:before {
        height: calc(100% - 50px);
    }


    #oneday #oneday02.oneday-block .time-content:before{
        width: 7px;
        left: calc(50% - 3.5px);
    }
    #oneday .oneday-block #oneday-block03 .time-content{
        padding-bottom: 23px;
    }
    #oneday .oneday-block .dots-end-time{
        position: absolute;
        width: 7px;
        height: 5px;
        background: #2D6F43;
        left: calc(50% - 3.5px);
        bottom: 29px;
        display: block;
    }
    #oneday .oneday-block .dots-end-time:before{
        content: "";
        position: absolute;
        width: 7px;
        height: 5px;
        background: #2D6F43;
        left: calc(50% - 3.5px);
        bottom: -10px;
        display: block;
    }
    #oneday .oneday-block .dots-end-time:after{
        content: "";
        position: absolute;
        width: 7px;
        height: 5px;
        background: #2D6F43;
        left: calc(50% - 3.5px);
        bottom: -20px;
        display: block;
    }
    #oneday .oneday-block .dots-end-time span{
        position: absolute;
        width: 7px;
        height: 5px;
        background: #2D6F43;
        left: calc(50% - 3.5px);
        bottom: -29px;
        display: block;
    }



    #oneday .oneday-block #oneday-block04 .item-content,
    #oneday .oneday-block #oneday-block05 .item-content{
        display: none;
    }

    #oneday #oneday03.oneday-block .item-timeOneday .info{
        border: 0px;
    }
    #oneday #oneday03.oneday-block .top-time {
        margin-bottom: 87px;
        width: 100%;
    }
    #oneday #oneday03.oneday-block .time-oneday>.inner{
        display: flex;
        flex-wrap: wrap;
    }
    #oneday #oneday03.oneday-block .oneDayTime{
        width: 50%;
    }
    #oneday #oneday03.oneday-block .item-timeOneday{
        width: 100%;
    }
    #oneday #oneday03.oneday-block #oneday-block04 .item-timeOneday .info{
        order: 1;
        max-width: 420px;
    }
    #oneday #oneday03.oneday-block #oneday-block04 .item-timeOneday .time-text{
        order: 2;
        padding: 0px;
        text-align: left;
    }
    #oneday #oneday03.oneday-block #oneday-block05 .item-timeOneday .info{
        order: 2;
    }
    #oneday #oneday03.oneday-block #oneday-block05 .item-timeOneday .time-text{
        order: 1;
        text-align: right;
        padding-right: 0px;
    }

    #oneday .oneday-block #oneday-block05 .time-content .start-time,
    #oneday .oneday-block #oneday-block05 .time-content .end-time{
        display: none;
    }
    #oneday #oneday03.oneday-block #oneday-block05 .time-content:before{
        display: none;
    }

    #oneday #oneday03.oneday-block #oneday-block04 .time-content:before{
        width: 10px;
        top: 5px;
        left: unset;
        right: calc(0px - 5px);
    }
    #oneday .oneday-block #oneday-block04 .time-content .start-time{
        margin: 0px -100px 0px auto;
    }
    #oneday #oneday03.oneday-block .item-timeOneday .time-text:before {
        border: 3px solid #FF9E00;
    }
    #oneday #oneday03.oneday-block .item-timeOneday .time-text:after {
        background: #FF9E00;
    }

    #oneday .oneday-block #oneday-block04 .item-timeOneday .time-text:before{
        right: -20px;
        left: unset;
    }
    #oneday .oneday-block #oneday-block04 .item-timeOneday .time-text:after{
        left: unset;
        right: 19px;
        top: 11px;
    }

    #oneday #oneday03.oneday-block #oneday-block05 .item-timeOneday .time-text .text{
        min-width: 85px;
        display: inline-block;
        text-align: right;
        padding-right: 22px;
    }
  #oneday .oneday-block #oneday-block05 .item-timeOneday:nth-child(n+3) .time-text:before {
    display: none;
  }
    #oneday .oneday-block #oneday-block05 .item-timeOneday:nth-child(2n-1) .time-text:before {
        right: unset;
        left: -20px;
    }
    #oneday .oneday-block #oneday-block05 .item-timeOneday:nth-child(2n-1) .time-text:after {
        right: unset;
        left: 19px;
        top: 11px;
    }

    #oneday #oneday03.oneday-block #oneday-block04 .item-timeOneday .time-text .text {
        min-width: 96px;
        text-align: left;
        padding-left: 22px;
        display: inline-block;
    }

    #oneday .oneday-block #oneday-block04 .list-timeOneday{
        padding-top: 376px;
    }
    #oneday .oneday-block .item-timeOneday .img-time img{
        max-width: 400px;
    }
    #oneday .oneday-block #oneday-block04 .item-timeOneday:nth-child(1){
        margin-top: 30px;
    }
    #oneday .oneday-block #oneday-block04 .item-timeOneday:nth-child(2){
        margin-top: 10px;
    }
    #oneday .oneday-block #oneday-block04 .item-timeOneday:nth-child(3){
        margin-top: 51px;
    }
    #oneday .oneday-block #oneday-block04 .item-timeOneday:nth-child(4){
        margin-top: 32px;
    }
    #oneday .oneday-block #oneday-block04 .item-timeOneday:nth-child(5){
        margin-top: 38px;
    }
    #oneday .oneday-block #oneday-block04 .item-timeOneday:nth-child(6){
        margin-top: 44px;
    }
    #oneday .oneday-block #oneday-block04 .item-timeOneday:nth-child(7){
        margin-top: 87px;
    }
    #oneday .oneday-block #oneday-block04 .item-timeOneday:nth-child(8){
        margin-top: 51px;
    }


    #oneday .oneday-block #oneday-block04 .time-content .end-time{
        margin: 0px -100px 0px auto;
    }

    #oneday .oneday-block #oneday-block05 .list-timeOneday{
        padding-top: 118px;
    }
    #oneday .oneday-block .item-timeOneday .info .text.desktop{
        letter-spacing: -0.65px;
    }
    #oneday .oneday-block #oneday-block05 .item-timeOneday:nth-child(2){
        margin-top: 54px;
    }
    #oneday .oneday-block #oneday-block05 .item-timeOneday:nth-child(3){
        margin-top: 392px;
    }
    #oneday .oneday-block #oneday-block05 .item-timeOneday:nth-child(4){
        margin-top: 80px;
    }
    #oneday .oneday-block #oneday-block05 .item-timeOneday:nth-child(5){
        margin-top: 213px;
    }
    #oneday .oneday-block #oneday-block05 .item-timeOneday:nth-child(6){
        margin-top: 112px;
    }
    #oneday .oneday-block #oneday-block05 .item-timeOneday:nth-child(7){
        margin-top: 110px;
    }
    #oneday #oneday03.oneday-block .list-timeOneday{
        padding-bottom: 81px;
    }
    #oneday #oneday03.oneday-block .time-content{
        margin-bottom: 55px;
    }


    #oneday .oneday-block #oneday-block01 .item-timeOneday:nth-child(1):before{
        content: "";
        position: absolute;
        background-image: url("../images/oneday/oneday_icon05_pc.png");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 60px;
        height: 33px;
        top: 0px;
        left: 60px;

    }
    #oneday .oneday-block #oneday-block01 .item-timeOneday:nth-child(1):after{
        content: "";
        position: absolute;
        background-image: url("../images/oneday/oneday_icon06_pc.png");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 170px;
        height: 64px;
        top: 30px;
        left: 130px;
    }

    #oneday .oneday-block #oneday-block05 .item-timeOneday:nth-child(2):before{
        content: "";
        position: absolute;
        background-image: url("../images/oneday/oneday_icon05_pc.png");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 60px;
        height: 33px;
        bottom: -53px;
        left: 60px;
    }
    #oneday .oneday-block #oneday-block05 .item-timeOneday:nth-child(2):after{
        content: "";
        position: absolute;
        background-image: url("../images/oneday/oneday_icon06_pc.png");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 170px;
        height: 64px;
        bottom: -114px;
        left: 130px;
    }
    #oneday #oneday02.oneday-block .item-content .ttl01{
        padding-left: 60px;
    }
    #oneday .oneday-block #oneday-block01 .item-content .info-avt {
        margin-left: 28px;
        margin-right: 22px;
    }






}

@media print, screen and (min-width: 1440px) {
    #oneday .inner{
        max-width: 1365px;
    }



    #oneday .oneday-block .item-timeOneday .time-text:after {
        content: "";
        position: absolute;
        width: 29%;
        height: 3px;
        background: #FE5B13;
        left: 19px;
        top: 11px;
    }
    #oneday .oneday-block .item-timeOneday .time-text .text {
        font-size: 24px;
        line-height: 30px;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 3px;
        letter-spacing: 0.75px;
    }
    #oneday .oneday-block .item-timeOneday .time-text {
        width: 30%;
        text-align: right;
        position: relative;
        padding-right: 7%;
    }
    #oneday .oneday-block .item-timeOneday .info .ttl {
        font-size: 24px;
        line-height: 30px;
        font-weight: 700;
        padding-left: 0px;
        margin-bottom: 18px;
    }
    #oneday .oneday-block .item-timeOneday .info .text {
        font-size: 16px;
        line-height: 28px;
        color: #010101;
        font-weight: 400;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 16px;
    }
    #oneday .oneday-block .item-content .ttl01 {
        display: block;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        font-weight: 700;
        letter-spacing: 0.75px;
        color: #fff;
        padding: 26px 0px 21px 4px;
        margin-bottom: 12px;
    }
    #oneday .icon-note {
        width: 102px;
        display: block;
        line-height: 46px;
        font-size: 23.5px;
    }
    #oneday .oneday-block .time-content .end-time {
        font-size: 30px;
        line-height: 32px;
        max-width: 200px;
        padding: 15px 0px 13px;
    }
    #oneday .oneday-block .time-content .start-time {
        font-size: 30px;
        line-height: 32px;
        max-width: 200px;
        padding: 15px 0px 13px;
    }
    #oneday #oneday03.oneday-block #oneday-block04 .item-timeOneday .time-text .text {
        min-width: 96px;
        text-align: right;
        display: inline-block;
    }
    #oneday #oneday03.oneday-block #oneday-block05 .item-timeOneday .time-text .text {
        min-width: 85px;
        display: inline-block;
        text-align: left;
    }

    #oneday .oneday-block .item-content .left-content {
        width: 35%;
        padding-left: 17px;
    }
    #oneday .oneday-block .item-content .info-avt .text {
        font-size: 14px;
        line-height: 26px;
        color: #333333;
        font-weight: 400;
    }
    #oneday .oneday-block .item-content .info-avt .ttl {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 6px;
    }
    #oneday .oneday-block .item-content .info-avt .name {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 3px;
    }
    #oneday .oneday-block .item-content .info-avt .name small {
        font-size: 18px;
    }
    #oneday .oneday-block .item-content .info-avt .year {
        font-size: 14px;
        line-height: 26px;
    }
    #oneday .oneday-block #oneday-block05 .item-timeOneday:nth-child(2) {
        margin-top: 19px;
    }
    #oneday .oneday-block #oneday-block05 .item-timeOneday:nth-child(3) {
        margin-top: 412px;
    }
    #oneday .oneday-block #oneday-block05 .item-timeOneday:nth-child(4) {
        margin-top: 87.5px;
    }
    #oneday .oneday-block #oneday-block05 .item-timeOneday:nth-child(5) {
        margin-top: 230px;
    }
    #oneday .oneday-block #oneday-block05 .item-timeOneday:nth-child(6) {
        margin-top: 115px;
    }
    #oneday .oneday-block #oneday-block05 .item-timeOneday:nth-child(7) {
        margin-top: 133px;
    }

    #oneday .work-flow .item-workFlow {
        width: 25%;
        padding: 0px 36px;
        position: relative;
    }
    #oneday .work-flow .item-workFlow .text {
        font-size: 12px;
        line-height: 24px;
        color: #333333;
        font-weight: 400;
        position: relative;
        z-index: 1;
    }
    #oneday .work-flow .item-workFlow .ttl {
        font-size: 22px;
        line-height: 38px;
        color: #333333;
        font-weight: 700;
        margin-bottom: 8px;
        position: relative;
        z-index: 1;
    }
    #oneday .tab-content {
        display: block;
        padding-right: 100px;
        padding-bottom: 96.5px;
        padding-left: 0px;
    }
    #oneday .work-flow .item-workFlow dl{
        background: #fff;
        position: relative;
        padding: 14px 11px 20px 25px;
        min-height: 160px;
        border-radius: 4px 8px 18px 10px;
        overflow: hidden;
    }

    #oneday .oneday-block #oneday-block01 .item-timeOneday:nth-child(1):before{
        content: "";
        position: absolute;
        background-image: url("../images/oneday/oneday_icon05_pc.png");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 86px;
        height: 33px;
        top: 0px;
        left: 85px;
    }
    #oneday .oneday-block #oneday-block01 .item-timeOneday:nth-child(1):after{
        content: "";
        position: absolute;
        background-image: url("../images/oneday/oneday_icon06_pc.png");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 223px;
        height: 64px;
        top: 30px;
        left: 194px;
    }

    #oneday .oneday-block #oneday-block05 .item-timeOneday:nth-child(2):before{
        content: "";
        position: absolute;
        background-image: url("../images/oneday/oneday_icon05_pc.png");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 86px;
        height: 33px;
        bottom: -53px;
        left: 116px;
    }
    #oneday .oneday-block #oneday-block05 .item-timeOneday:nth-child(2):after{
        content: "";
        position: absolute;
        background-image: url("../images/oneday/oneday_icon06_pc.png");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 223px;
        height: 64px;
        bottom: -114px;
        left: 227px;
    }
    #oneday .work-flow .title {
        font-size: 24px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-weight: 700;
        letter-spacing: 1.25px;
        margin-bottom: 28px;
    }
    #oneday .oneday-block .item-content .right-content {
        width: 65%;
        padding-left: 2px;
        padding-right: 30px;
        padding-top: 2px;
    }

    #oneday .oneday-block .item-content .info-avt {
        position: relative;
        margin-top: -44px;
        margin-left: 28px;
        margin-right: 10px;
        box-shadow: 17px 20px #fe5b13;
        width: calc(100% + 4px);
    }
    #oneday .oneday-block .item-content .info-avt:before{
        right: -17px;
        bottom: -20px;
    }

    #oneday .oneday-block .item-content .info-avt .inner-info{
        border: 2px solid #FE5B13;
        padding: 29px 0px 10px 26px;
        min-height: 173px;
    }


    #oneday #oneday02.oneday-block .item-content:nth-child(1) .info-avt .inner-info{
        border: 2px solid #A4CD00;
    }
    #oneday #oneday02.oneday-block .item-content:nth-child(2) .info-avt .inner-info{
        border: 2px solid #2D6F43;
    }
    #oneday #oneday03.oneday-block .item-content .info-avt .inner-info{
        border: 2px solid #FF9E00;
    }

    #oneday .oneday-block #oneday-block02 .item-timeOneday:nth-child(2n) .time-text,
    #oneday .oneday-block #oneday-block03 .item-timeOneday:nth-child(2n) .time-text{
        padding-right: 13px;
    }
    #oneday .oneday-block #oneday-block02 .item-timeOneday.time-long .time-text{
        padding-right: 0px;
    }
    #oneday .oneday-block #oneday-block02 .item-timeOneday.time-long .time-text .text{
        min-width: 96px;
        display: inline-block;
        text-align: left;
    }

    #oneday .work-flow .item-workFlow .ttl small {
        font-size: 20px;
    }

    #oneday #oneday02.oneday-block .item-content .ttl01{
        padding-left: 50px;
    }



}








