.education_container {
    padding: 7vw;
    padding-top: 150px;
}
/* .education_container .header_box {
    display: flex;
    justify-content: center;
} */
.header_box .contents_box {
    width: 90%;
    margin: 0 auto;
}
.header_box .contents_box h1 {
    color: #4e7f45;
    font-size: 3vw;
}
.header_box .contents_box h1 br {
    display: none;
}
.header_box img {
    width: 45%;
    object-fit: contain;
}
.training_container {
    background: #f7f7f7;
    padding: 30px 3.8vw;
    margin: 6vw 0;
}
.training_container .title {
    margin-left: -5vw;
    overflow: hidden;
}
.training_container h1 {
    display: inline-block;
    padding: 12px 30px;
    padding-left: 3vw;
    margin: 0;
    color: white;
    /* background: #90bb89; */
    background: #709b2b;
}
#freshman_train {
    margin-bottom: 0;
}
#freshman_train .article p {
    width: 80%;
    margin: 15px auto;
}
.flow_wrap {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding-top: 30px;
}
.flow_box {
    width: 45%;
    min-width: 360px;
    text-align: center;
}
.flow_title {
    padding: 10px;
    vertical-align: middle;
    font-size: 17px;
    font-weight: bold;
    color: white;
    position: relative;
}
.flow_title::before {
    content: "";
    width: 0;
    height: 0;
    border: solid 36px;
    border-left-width: 23px;
    position: absolute;
    top: 0;
    right: -59px;
    z-index: 100;
}
#box1 .flow_title {
    background: #ee823a;
}
#box2 .flow_title {
    background: #469037;
}
#box1 .flow_title::before {
    border-color: transparent transparent transparent #ee823a;
}
#box2 .flow_title::before {
    border-color: transparent transparent transparent #469037;
}
.flow_sub-box {
    padding: 20px;
    background-image: linear-gradient(0deg, transparent 14px, #c4c9c7 15px), linear-gradient(90deg, transparent 14px, #c4c9c7 15px);
    background-size: 15px 15px;
    background-color: #faf4dd;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0;
}
.flow_sub-box p {
    margin: 0;
    font-size: 1.5vw;
}
#box1 .flow_sub-box p {
    color: #ee823a;
}
#box2 .flow_sub-box p {
    color: #469037;
}
.circle_wrap {
    display: flex;
    justify-content: space-evenly;
    margin-top: 15px;
    margin-bottom: 30px;
}
.circle_item {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    color: white;
}
.circle_item span {
    position: absolute;
    display: inline-block;
    width: 90px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
}
#box1 .circle_item {
    background: #ee823a;
}
#box2 .circle_item {
    background: #469037;
}
.flow_box img {
    width: 100%;
}
.container_wrap {
    display: flex;
    justify-content: space-between;
}
.container_wrap .half-width {
    width: 48%;
}
.half-width .training_container {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
    position: relative;
}
/* .half-width .training_container h1 {
    font-size: 1.8vw;
} */
.half-width .training_container.flow::before {
    content: "";
    width: 15px;
    height: 15px;
    border: 0px;
    border-bottom: solid 3px #095133;
    border-right: solid 3px #095133;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -3vw;
    margin-top: -10px;
    left: 50%;
    margin-left: -15px;
}
.half-width .contents_box {
    padding: 1vw 0;
}
.half-width .contents_box h2 {
    color: #709b2b;
    margin: 0;
}
.half-width .contents_box img {
    width: 100%;
}
.tag_wrap {
    margin-top: 15px;
}
.tag {
    display: inline-block;
    padding: 8px 12px;
    margin: 6px 4px;
    border: solid 3px #709b2b;
    font-size: 16px;
    font-weight: bold;
}
#allmember_train .content-wrap {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 40px;
}
#allmember_train .content-wrap .contents_box {
    width: 45%;
    padding: 30px 3vw;
    margin: 15px 0;
    box-sizing: border-box;
    background: white;
}
#allmember_train .content-wrap .contents_box.wide {
    width: 94%;
}
#allmember_train .contents_box h2 {
    /* color: #90bb89; */
    color: #709b2b;
    margin: 0;
}
#allmember_train .contents_box img {
    width: 100%;
    object-fit: contain;
}
#allmember_train .content-wrap .contents_box.wide .inner_box {
    display:flex;
    justify-content: space-between;
}
#allmember_train .content-wrap .contents_box.wide .inner_box .contents {
    width: 45%;
}
#allmember_train .content-wrap .contents_box.wide .inner_box img {
    width: 45%;
    object-fit: contain;
}
#online_train .content-wrap {
    display: flex;
    justify-content: space-between;
}
#online_train .content-wrap .contents_box {
    width: 56%;
    padding-top: 30px;
}
#online_train .content-wrap img {
    width: 35%;
    margin-top: -50px;
    object-fit: contain;
}

@media screen and (min-width: 1300px) {
    .education_container {
        padding: 150px 100px 100px;
    }
    .header_box .contents_box h1 {
        font-size: 40px;
    }
    .training_container {
        padding: 30px 50px;
        margin: 78px 0;
    }
    .training_container h1 {
        padding-left: 40px;
    }
    .flow_sub-box p {
        font-size: 18px;
    }
    #allmember_train .content-wrap .contents_box {
        padding: 30px 40px;
    }
    
}
@media screen and (max-width: 1024px) {
    .education_container {
        padding: 150px 5vw 5vw;
    }
    .training_container h1 {
        font-size: 25px;
        /* margin-left: -45px; */
    }
    .half-width .training_container h1 {
        font-size: 20px;
    }
    .training_container h2 {
        font-size: 18px;
    }
    #freshman_train .article p {
        width: 90%;
    }
    .contents_box p, .note p {
        font-size: 14px;
    }
    .tag {
        font-size: 14px;
        padding: 4px 9px ;
    }
}
@media screen and (max-width: 980px) {
    .flow_wrap {
        justify-content: space-between;
        width: 95%;
        margin: 0 auto;
    }
    .flow_box {
        width: 50%;
        min-width: initial;
        min-width: auto
    }
    .flow_title {
        font-size: 16px;
    }
    .flow_title::before {
        border: solid 34px;
        border-left-width: 23px;
        right: -57px;
    }
    .flow_sub-box p {
        font-size: 15px;
    }
    .circle_item {
        width: 85px;
        height: 85px;
    }
    .circle_item span {
        font-size: 14px;
    }
}
@media screen and (max-width: 780px) {
    .education_container {
        padding: 130px 5vw 5vw;
    }
    .education_container p {
        line-height: 1.7;
        font-size: 14px;
    }
    .training_container {
        padding: 25px 3vw;
    }
    .training_container h1 {
        font-size: 22px;
        margin-left: 0;
    }
    .half-width .training_container h1 {
        font-size: 18px
    };
    .flow_wrap {
        width: 100%;
    }
    .flow_sub-box p {
        font-size: 13px;
    }
    #allmember_train .content-wrap {
        margin-top: 25px;
    }
    #online_train .content-wrap .contents_box {
        padding-top: 15px;
    }
}
@media screen and (max-width: 700px) {
    .education_container {
        padding-top: 100px;
    }
    .education_container .header_box {
        flex-direction: column;
        align-items: center;
    }
    .header_box .contents_box {
        width: 90%;
        order: 1;
    }
    .header_box img {
        width: 90%;
    }
    .header_box .contents_box h1 {
        font-size: 20px;
    }
    .container_wrap {
        flex-direction: column;
    }
    .container_wrap .half-width {
        width: 100%;
    }
    .flow_wrap {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .flow_box {
        width: 80%;
        margin-bottom: 6vw;
        position: relative;
    }
    .flow_sub-box p {
        font-size: 14px;
    }
    .flow_title::before {
        display: none;
    }
    #box1.flow_box::before {
        content: "";
        width: 15px;
        height: 15px;
        border: 0px;
        border-bottom: solid 3px #095133;
        border-right: solid 3px #095133;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        bottom: -3vw;
        margin-bottom: -5px;
        left: 50%;
        margin-left: -15px;
    }
    .circle_item {
        width: 17vw;
        height: 17vw;
    }
    #allmember_train .content-wrap .contents_box,
    #allmember_train .content-wrap .contents_box.wide {
        width: 95%;
        margin: 15px 0 0;
    }
    #allmember_train .content-wrap .contents_box.wide .inner_box {
        /* display:flex;
        justify-content: space-between; */
        flex-direction: column;
    }
    #allmember_train .content-wrap .contents_box.wide .inner_box .contents {
        width: 100%;
    }
    #allmember_train .content-wrap .contents_box.wide .inner_box img {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .training_container h1 {
        padding: 12px 20px;
    }
    .flow_box {
        width: 100%;
    }
    .circle_item {
        width: 20vw;
        height: 20vw;
    }
    #box1.flow_box::before, 
    .half-width .training_container.flow::before {
        width: 10px;
        height: 10px;
    }
    .tag {
        padding: 5px 2px;
    }
    #online_train .content-wrap {
        flex-direction: column;
        align-items: center;
    }
    #online_train .content-wrap .contents_box {
        width: 90%;
        order: 1;
    }
    #online_train .content-wrap img {
        width: 90%;
        margin-top: 15px;
    }

}
@media screen and (max-width: 400px) {
    .education_container p {
        font-size: 13px;
    }
    .header_box .contents_box h1 br {
        display: block;
    }
    .training_container h1 {
        font-size: 18px;
    }
    .circle_item {
        width: 22vw;
        height: 22vw;
    }
    .circle_item span {
        font-size: 13px;
    }
}