.page_header,
.page_image,
.bread_area {
    display: none;
}
#movable_stage {
    padding-bottom: 180px;
}
#movable_stage img {
    max-width: 100%
}
#movable_stage .flex {
    display: flex;
    flex-wrap: wrap;
}
#movable_stage .flex.jc_sb {
    justify-content: space-between;
}
#movable_stage .flex.jc_c {
    justify-content: center;
}
#movable_stage .flex.reverse {
    flex-flow: row-reverse;
}
#movable_stage .flex.ai_c {
    align-items: center;
}

#movable_stage .content_title .bg {
    width: 100%;
    height: 200px;
    background-color: #fef8d3;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}
#movable_stage .content_title .bg::before,
#movable_stage .content_title .bg::after {
    content: '';
    width: 4px;
    height: 75px;
    position: absolute;
    left: 0;
    right: 0;
    top: 180px;
    margin: auto;
}
#movable_stage .content_title .bg::before {
    background-color: #fcdd21;
}
#movable_stage .content_title .bg::after {
    height: 71px;
    background-color: #22801a;
}
#movable_stage .content_title .title {
    font-size: 38px;
}
#movable_stage .content_title .sub_title {
    width: 94%;
    max-width: 580px;
    border-bottom: 1px solid #cccccc;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    margin: 85px auto 0;
    padding-bottom: 30px;
}
#movable_stage .content_title .sub_text {
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
}
#movable_stage .content_text {
    width: 94%;
    max-width: 1000px;
    margin: 40px auto 0;
}

#movable_stage .stage_title {
    color: #22801a;
    font-size: 26px;
    margin-top: 100px;
    margin-bottom: 50px;
    padding-top: 43px;
    position: relative;
}
#movable_stage .stage_title::before,
#movable_stage .stage_title::after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    top: 0;
}
#movable_stage .stage_title::before {
    background-color: #cccccc;
}
#movable_stage .stage_title::after {
    width: 100px;
    background-color: #22801a;
}

#movable_stage .stage_cont {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
#movable_stage .stage_cont .left {
    width: 46%;
}
#movable_stage .stage_cont .left p {
    font-size: 24px;
    margin-bottom: 40px;
}
#movable_stage .stage_cont .right {
    width: 48%;
}
#movable_stage .stage_cont .right .image {
    text-align: center;
}
#movable_stage .stage_cont .right .image img {
    max-width: 100%;
}
#movable_stage .stage_cont .right .image_title {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

#movable_stage01 #movable_stage .stage_cont {
    margin-top: 100px;
}
#movable_stage01 #movable_stage .stage_box {
    border: 1px solid #cccccc;
    margin-top: 100px;
    padding: 50px 5% 60px;
}
#movable_stage01 #movable_stage .stage_box .ttl {
    font-size: 20px;
    text-align: center;
}
#movable_stage01 #movable_stage .stage_box .txt {
    max-width: 900px;
    min-height: 101px;
    background-image: url(../img/movable_stage/movable_stage01_ttl_bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 40px 0 10px;
}
#movable_stage01 #movable_stage .stage_box .btn {
    width: 100%;
    max-width: 420px;
    height: 80px;
    margin: 40px auto 0;
}
#movable_stage01 #movable_stage .stage_box .btn a {
    width: 100%;
    height: 100%;
    background-color: #000000;
    color: #ffffff;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    position: relative;
}
#movable_stage01 #movable_stage .stage_box .btn a::before,
#movable_stage01 #movable_stage .stage_box .btn a::after {
    content: '';
    width: 26px;
    height: 50px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 3;
}
#movable_stage01 #movable_stage .stage_box .btn a::before {
    background-color: #ffffff;
}
#movable_stage01 #movable_stage .stage_box .btn a::after {
    background-image: url(../img/movable_stage/movable_stage01_sign.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px auto;
}

#movable_stage02 #movable_stage .stage_title {
    margin-bottom: 0;
    padding-top: 60px;
}
#movable_stage02 #movable_stage .stage_cont {
    padding-left: 40px;
}
#movable_stage02 #movable_stage .stage_cont .left {
    width: 35%;
}
#movable_stage02 #movable_stage .stage_cont .left .num {
    color: #22801a;
    font-size: 18px;
    font-weight: 500;
}
#movable_stage02 #movable_stage .stage_cont .left .ttl {
    font-size: 30px;
    line-height: 1;
    margin: 10px 0 15px;
}
#movable_stage02 #movable_stage .stage_cont .left .sub {
    color: #666666;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 30px;
}
#movable_stage02 #movable_stage .stage_cont .right {
    width: 58.62%;
}

#movable_stage02 #movable_stage .stage_box {
    margin-top: 60px;
}
#movable_stage02 #movable_stage .stage_box .left {
    width: 120px;
}
#movable_stage02 #movable_stage .stage_box .left .ttl {
    font-size: 20px;
    line-height: 48px;
}
#movable_stage02 #movable_stage .stage_box .right {
    width: calc(100% - 120px);
    max-width: 960px;
}
#movable_stage02 #movable_stage .stage_box .right .ttl {
    width: 100%;
    height: 48px;
    background-color: #22801a;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 0 20px;
    display: flex;
    align-items: center;
}
#movable_stage02 #movable_stage .stage_box .right .ttl:not(:first-child) {
    margin-top: 80px;
}

#movable_stage02 #movable_stage .stage_box .right .box {
    padding: 0 30px;
}
#movable_stage02 #movable_stage .stage_box .right .box .img {
    width: 28.88%;
}
#movable_stage02 #movable_stage .stage_box .right .box .txt {
    width: 66.66%;
    padding-top: 20px;
}

#movable_stage03 #movable_stage .stage_title {
    padding-left: 40px;
}

.stage_cont_ttl {
    min-height: 100px;
    background-image: url(../img/movable_stage/movable_stage03_ttl_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    font-size: 24px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.stage_cont_img {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.stage_cont_img .img {
    width: 50%;
}

.stage_cont_txt {
    width: 100%;
    max-width: 1000px;
    border-top: 1px solid #cccccc;
    margin: 60px auto 0;
    padding-top: 40px;
}
.stage_cont_txt .txt {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
}

.stage_list {
    margin-top: 60px;
}
.stage_list .left {
    width: auto !important;
    margin-right: 40px;
}
.stage_list .left_ttl {
    width: 96px;
    height: 48px;
    background-color: #fcdd21;
    border-radius: 24px;
    color: #22801a;
    font-size: 18px;
    text-align: center;
    line-height: 46px;
}
.stage_list .right {
    width: auto !important;
    padding-top: 10px;
}
.stage_list ol li {
    font-size: 22px;
    background-image: url(../img/movable_stage/movable_stage03_check.png);
    background-position: center left;
    background-repeat: no-repeat;
    list-style: none;
    margin-bottom: 15px;
    padding-left: 30px;
}

.stage_info {
    margin-top: 60px;
    padding: 0 40px;
}
.stage_info .left {
    width: 44.64%;
}
.stage_info .right {
    width: 51.78%;
}
.stage_info .ttl {
    width: 100%;
    height: 46px;
    background-color: #f2f2f2;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 0 20px;
    display: flex;
    align-items: center;
}
.stage_info ol {
    padding: 0 20px;
}
.stage_info ol li {
    color: #c21a1a;
    font-size: 18px;
    line-height: 1.6;
    text-indent: -1em;
    padding-left: 1em;
    list-style: none;
}
.stage_info .img {
    padding: 0 20px;
}
.stage_info .img img {
    width: 48.5%;
    margin: 0 0.5%;
}

.stage_text {
    margin-top: 60px;
    padding: 0 40px;
}
.stage_text .txt {
    max-width: 800px;
}

@media screen and (max-width:1200px) {
    #movable_stage02 #movable_stage .stage_cont {
        padding-left: 0;
    }

    .stage_info,
    .stage_text {
        padding: 0;
    }

}

@media screen and (max-width:1000px) {
    #movable_stage02 #movable_stage .stage_box .left {
        width: 100%;
    }
    #movable_stage02 #movable_stage .stage_box .right {
        width: 100%;
    }

    #movable_stage02 #movable_stage .stage_box .right .box {
        padding: 0;
    }

    .stage_info .left {
        width: 100%;
    }
    .stage_info .right {
        width: 100%;
        margin-top: 40px;
    }
    .stage_info ol {
        padding: 0;
    }
    .stage_info .img img {
        max-width: 260px !important;
    }

}


@media screen and (max-width: 768px) {
    #movable_stage {
        padding-bottom: 120px;
    }
    #movable_stage .flex.reverse {
        flex-flow: wrap;
    }

    #movable_stage .content_title .title {
        font-size: 24px;
        line-height: 1.2;
        padding-left: 3%;
        padding-right: 3%;
    }
    #movable_stage .content_title .sub_title {
        font-size: 21px;
    }

    #movable_stage .stage_cont .left {
        width: 100%;
    }
    #movable_stage .stage_cont .left p {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #movable_stage .stage_cont .right {
        width: 100%;
        margin-top: 20px;
    }
    #movable_stage .stage_cont .right .image_title {
        font-size: 14px;
        margin-top: 10px;
    }

    #movable_stage .stage_title {
        font-size: 18px;
        margin-top: 60px;
        margin-bottom: 10px;
    }

    #movable_stage01 #movable_stage .stage_cont {
        margin-top: 60px;
    }
    #movable_stage01 #movable_stage .stage_box {
        margin-top: 60px;
    }
    #movable_stage01 #movable_stage .stage_box .btn a {
        font-size: 16px;
    }

    #movable_stage02 #movable_stage .stage_cont .left {
        width: 100%;
    }
    #movable_stage02 #movable_stage .stage_cont .left .ttl {
        font-size: 20px;
    }
    #movable_stage02 #movable_stage .stage_cont .left .sub {
        margin-bottom: 10px;
    }

    #movable_stage02 #movable_stage .stage_cont .right {
        width: 100%;
    }

    #movable_stage02 #movable_stage .stage_box {
        margin-top: 30px;
    }
    #movable_stage02 #movable_stage .stage_box .right .ttl:not(:first-child) {
        margin-top: 40px;
    }

    #movable_stage03 #movable_stage .stage_title {
        padding-left: 0;
    }
    #movable_stage03 #movable_stage .stage_cont .left,
    #movable_stage03 #movable_stage .stage_cont .right {
        width: 100% !important;
        margin-right: 0;
        padding-top: 0;
    }

    .stage_cont_ttl {
        font-size: 18px;
        line-height: 1.2;
    }
    .stage_cont_img .img {
        width: 100%;
    }

    .stage_list {
        margin-top: 40px;
    }
    .stage_list ol li {
        font-size: 18px;
    }

    .stage_info .ttl {
        font-size: 16px;
    }
    .stage_info ol li {
        font-size: 16px;
    }
    .stage_info .img {
        padding: 0;
    }

    .stage_text {
        margin-top: 30px;
    }

}












#youtube .youtube_area {
    padding: 100px 0;
}
#youtube .youtube_area .youtube_link {
    background-image: url(../img/business/bus_bg03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    position: relative; 
}
#youtube .youtube_area .youtube_link::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(252, 221, 33, 0.8);
    z-index: 1;
}
#youtube .youtube_area .youtube_link .link_text {
    display: inline-block;
    margin: auto;
    text-align: center;
    padding: 0 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 120px;
}
#youtube .youtube_area .youtube_link .link_text .youtube_btn {
    background-color: #1A1A1A;
    border-radius: 50px;
    color: #fff;
    font-size: 22px;
    line-height: 1.3em;
    margin: 20px auto 0;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    max-width: 360px;
}
@media screen and (max-width: 640px) {
    #youtube .youtube_area .youtube_link .link_text .youtube_btn {
        font-size: 18px; 
    }
}