/*---------------------------------------------*/

/* flow.html

============================================== */

#flow .main-bar {
    padding-top: 50px;
}

#flow .section1 {
    width: 80%;
    height: auto;
    padding-bottom: 0;
}

#flow .section1 {
    padding-left: 50px;
    box-sizing: border-box;
}

.step-bar,
.step-bar-bullet {
    position: relative;
    margin-bottom: 60px;
}

.step-bar::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background: #00819d;
    left: -52.5px;
    border-radius: 50%;
    top: 14px;
}

.step-bar-bullet::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background: #00819d;
    left: -52.5px;
    border-radius: 50%;
    top: 14px;
}

#flow .flow-step-numbered-header-flex {
    display: flex;
    margin-bottom: 27px;
    align-items: center;
}

#flow .flow-step-cont p {
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 28px;
    margin-bottom: 0;
    text-align: left;
}

.step-bar::after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% + 1540px);
    background: #CFCFCF;
    left: -47.5px;
    top: 25px;
}


#flow .flow-num {
    font-family: 'EB Garamond', serif;
    font-weight: normal;
    font-style: italic;
    font-size: 35px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #00819d;
    margin-right: 23px;
    border-bottom: #00819d 1px solid;
}

#flow .flow-num-text {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.12em;
    line-height: 39px;
    color: #333;
}

.flow-step-image-cont {
    text-align: left;
}


.sp_none {
    display: block;
}

.pc_none {
    display: none;
}

.icon_img {
    background-size: 180px;
    background-repeat: no-repeat;
    background-position: right 10px;
}

.icon01 {
    background-image: url(../image/icon01.png);
}

.icon02 {
    background-image: url("../image/icon02.png");
}

.icon03 {
    background-image: url("../image/icon04.png");
}

.icon04 {
    background-image: url("../image/icon03.png");
}

.icon05 {
    background-image: url(../image/icon06.png);
}

.icon06 {
    background-image: url(../image/icon01.png);
}

.icon07 {
    background-image: url(../image/icon08.png);
    background-size: 150px;
    background-position: right -3px;
}

.icon08 {
    background-image: url(../image/icon09.png);

}

.icon09 {
    background-image: url(../image/icon07.png);
}


@media screen and (max-width: 1399.98px) {
    .step-bar::after {
        height: calc(100% + 1600px);
    }
}

@media screen and (max-width: 1200px) {
    .step-bar::after {
        height: calc(100% + 1765px);
    }
}

@media screen and (max-width: 992.98px) {
    .step-bar::after {
        height: calc(100% + 2020px);
    }
}


@media screen and (max-width: 767px) {
    .sp_none {
        display: none;
    }

    .pc_none {
        display: block;
    }

    .step-bar::after {
        height: calc(100% + 1745px);
    }

    .icon_img {
        background-size: 75px;
    }

    .icon07 {
        background-size: 65px;
    }

    .step-bar,
    .step-bar-bullet {
        margin-bottom: 15px;
    }

    #flow .section1 {
        padding-left: 30px;
        box-sizing: border-box;
    }

    #flow .section1 {
        width: 85%;
        height: auto;
        padding-bottom: 0;
    }

    #flow .flow-step-cont p {
        font-size: 12px;
        line-height: 23px;
    }

    #flow .flow-step-numbered-header-flex {
        margin-bottom: 15px;
    }


}

@media screen and (max-width: 560px) {
    .step-bar::after {
        height: calc(100% + 1600px);
    }
}

@media screen and (max-width: 477px) {
    .step-bar::after {
        height: calc(100% + 2130px);
    }
}