.flow_block {
    max-width: 1320px;
    width: 100%;
    text-align: center;
    padding: 100px 0 0;
    margin: 0 auto -200px;
    transform: scale(0.8);
    transform-origin: top;
}
.flow_block h2 {
    margin-bottom: 90px;
    font-size: 65px;
    font-weight: bold;
    line-height: 1;
}
.flow_block h2 span {
    font-size: 85px;
}
.flow_block .box {
    width: 1320px;
    margin: 0 auto;
    position: relative;
    display: flex;
}
.flow_block .box.rvs {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.flow_block .box:nth-child(2) {
    background-image: url("../img/trainer/img-flow-01.jpg"), url("../img/trainer/bg-flow-01.png");
    background-repeat: no-repeat, no-repeat;
    background-position: top left 110px, left bottom 25px;
    background-size: 455px auto, 222px auto;
    min-height: 325px;
}
.flow_block .box:nth-child(3) {
    background-image: url("../img/trainer/img-flow-02.jpg"), url("../img/trainer/bg-flow-02.png");
    background-repeat: no-repeat, no-repeat;
    background-position: top right 110px, right bottom 40px;
    background-size: 455px auto, 207px auto;
    min-height: 350px;
}
.flow_block .box:nth-child(4) {
    background-image: url("../img/trainer/img-flow-03.jpg"), url("../img/trainer/bg-flow-03.png");
    background-repeat: no-repeat, no-repeat;
    background-position: top left 110px, left bottom;
    background-size: 455px auto, 210px auto;
    min-height: 300px;
}
.flow_block .box:last-child {
    background-image: url("../img/trainer/img-flow-04.jpg"), url("../img/trainer/bg-flow-01.png");
    background-repeat: no-repeat, no-repeat;
    background-position: top 50px right 110px, right top;
    background-size: 455px auto, 205px auto;
    min-height: 340px;
    margin: 0 auto;
}
.flow_block .box .num {
    width: 14%;
    margin-left: 43%;
    display: flex;
    justify-content: center;
    background-image: url("../img/trainer/bg-flow.gif");
    background-repeat: repeat-y;
    background-position: center top;
    padding-top: 80px;
}
.flow_block .box.rvs .num {
    margin-right: 43%;
    margin-left: 0;
}
.flow_block .box:nth-child(2) .num {
    background-repeat: no-repeat;
    background-position: center top 90px;
    background-size: 3px 250px;
}
.flow_block .box:last-child .num {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 3px 150px;
    padding-top: 130px;
}
.flow_block .box .num span {
    background: #44b23d;
    color: #fff;
    font-size: 57px;
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    line-height: 90px;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.flow_block .box img.sp {
    display: none;
}
.flow_block .box .text {
    text-align: left;
    width: 43%;
    color: #282828;
    padding-bottom: 30px;
}
.flow_block .box.rvs .text {
    padding-left: 110px;
}
.flow_block .box:nth-child(2) .text, .flow_block .box:last-child .text {
    padding-top: 45px;
}
.flow_block .box .text h3 {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}
.flow_block .box .text p {
    font-size: 25px;
    line-height: 1.6;
    width: 460px;
}
.flow_block .box .text p a {
    color: #0077ed;
    text-decoration: underline;
}
.flow_block .box .text p a[href^="tel:"] {
    color: #000;
    text-decoration: none;
}
@media screen and (max-width: 1230px) {
    .flow_block .box, .flow_block .box:last-child {
        margin-left: -60px;
    }
}
@media screen and (max-width: 820px) {
    .flow_block {
        padding: 70px 0 0;
        margin: 0 auto;
        transform: scale(1);
    }
    .flow_block h2 {
        font-size: 7.5vw;
        margin: 0 0 60px;
    }
    .flow_block h2 span {
        font-size: 10vw;
    }
    .flow_block .box {
        max-width: none;
        width: 100%;
        padding: 0 40px;
        margin: 0 auto -5px;
    }
    .flow_block .box:nth-child(2) {
        background-image: url(../img/trainer/bg-flow-01.png);
        background-position: left 40px top 130px;
        background-size: 222px auto;
        min-height: auto;
    }
    .flow_block .box:nth-child(3) {
        background-image: url(../img/trainer/bg-flow-02.png);
        background-position: right top 280px;
        background-size: 207px auto;
        min-height: auto;
    }
    .flow_block .box:nth-child(4) {
        background-image: url(../img/trainer/bg-flow-03.png);
        background-position: left 70px top 10px;
        background-size: 210px auto;
        min-height: auto;
    }
    .flow_block .box:last-child {
        background-image: url(../img/trainer/bg-flow-01.png);
        background-position: right 20px top 30px;
        background-size: 205px auto;
        min-height: auto;
    }
    .flow_block .box, .flow_block .box:last-child {
        margin-left: 0;
    }
    .flow_block .box .num {
        width: 90px;
        margin-left: 0;
        padding-top: 0;
    }
    .flow_block .box:nth-child(2) .text, .flow_block .box:last-child .text {
        padding-top: 0;
    }
    .flow_block .box .text {
        width: calc(100% - 90px);
        float: none;
        padding-top: 10px !important;
        padding-left: 30px !important;
        padding-bottom: 60px;
    }
    .flow_block .box .text p {
        font-size: 28px;
        font-weight: 600;
        max-width: 520px;
        width: 100%;
        line-height: 1.5;
        margin-bottom: 0;
    }
    .flow_block .box .text img {
        max-width: 500px;
        width: 100%;
        margin-bottom: 30px;
    }
    .flow_block .box .text h3 {
        font-size: 6.5vw;
        margin-bottom: 30px;
    }
    .flow_block .box .text p a[href^="tel:"] {
        color: #0077ed;
        text-decoration: underline;
    }
    .flow_block .box.rvs {
        flex-direction: initial;
        justify-content: flex-start;
    }
    .flow_block .box:nth-child(2) .num {
        background-repeat: repeat-y;
        background-size: 3px auto;
    }
    .flow_block .box.rvs .num {
        margin-right: 0;
    }
    .flow_block .box.rvs .text {
        padding-left: 0;
    }
    .flow_block .box:last-child .num {
        padding-top: 0;
        background: none;
    }
}
@media screen and (max-width: 768px) {
    .flow_block .box .text p {
        font-size: 25px;
    }
    .flow_block .box:nth-child(3) {
        background-position: right -40px top 280px;
    }
}
@media screen and (max-width: 700px) {
    .flow_block .box {
        padding: 0 20px;
    }
    .flow_block .box:nth-child(2) {
        background-position: left 20px top 130px;
    }
    .flow_block .box:nth-child(3) {
        background-position: right -80px top 260px;
    }
    .flow_block .box:nth-child(4) {
        background-position: left 50px top 10px;
    }
    .flow_block .box:last-child {
        background-position: right -20px top 30px;
    }
}
@media screen and (max-width: 668px) {
    .flow_block .box .text {
        padding-top: 15px !important;
        padding-left: 20px !important;
    }
}
@media screen and (max-width: 640px) {
    .flow_block .box {
        padding: 0 30px 0 20px;
    }
    .flow_block .box:nth-child(2) {
        background-position: left 20px top 115px;
    }
}
@media screen and (max-width: 568px) {
    .flow_block .box .text p {
        font-size: 21px;
    }
    .flow_block h2 {
        margin: 0 0 50px;
    }
    .flow_block .box .num {
        width: 70px;
    }
    .flow_block .box .num span {
        font-size: 52px;
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .flow_block .box .text {
        width: calc(100% - 70px);
        padding-top: 8px !important;
        padding-left: 15px !important;
    }
    .flow_block .box:nth-child(4) {
        background-position: left 30px top 10px;
    }
}
@media screen and (max-width: 540px) {
    .flow_block .box:nth-child(3) {
        background-position: right -110px top 180px;
    }
    .flow_block .box:last-child {
        background-position: right -20px top 0;
    }
}
@media screen and (max-width: 430px) {
    .flow_block {
        padding: 50px 0 0;
    }
    .flow_block h2 {
        margin: 0 0 40px;
    }
    .flow_block .box {
        padding: 0 20px 0 12px;
    }
    .flow_block .box .num {
        width: 50px;
    }
    .flow_block .box .num span {
        font-size: 38px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .flow_block .box .text h3 {
        font-size: 7.5vw;
        margin-bottom: 20px;
    }
    .flow_block .box .text {
        width: calc(100% - 50px);
        padding-top: 5px !important;
        padding-left: 12px !important;
        padding-bottom: 45px;
    }
    .flow_block .box .text img {
        margin-bottom: 20px;
    }
    .flow_block .box .text p {
        font-size: 18px;
    }
    .flow_block .box:nth-child(2) {
        background-position: left 12px top 80px;
    }
    .flow_block .box:nth-child(3) {
        background-position: right -120px top 110px;
    }
    .flow_block .box:nth-child(4) {
        background-position: left top;
    }
    .flow_block .box:last-child {
        background-position: right -50px top;
    }
}
@media screen and (max-width: 414px) {
    .flow_block .box .text img {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 390px) {
    .flow_block .box .text p br {
        display: none;
    }
}
@media screen and (max-width: 360px) {
    .flow_block .box {
        padding: 0 15px 0 10px;
    }
    .flow_block .box .text {
        padding-top: 8px !important;
        padding-left: 10px !important;
    }
}