.contents_area{
    width: 80%;
    margin: 0 auto;
    max-width: 1500px;
}
.training_system_midashi{
    width: 50%;
    color: #fff;
    background-color: #29CCCC;
    font-size: 3.5vw;
    font-weight: 600;
    text-align: center;
    margin: 10% auto 5%;
    padding: 20px 0;
}
.training_system_txt{
    font-size: 1.2vw;
}
.project_area{
    margin: 10% 0;
}
.project_midashi{
    font-size: 2.5vw;
    font-weight: 600;
    color: #29CCCC;
    text-align: center;
    margin-bottom: 10px;
}
.res_br{
    display: none;
}
.project_area img{
    width: 100%;
    display:block;
    max-width:1000px;
    margin:0 auto;
}
.training_system_point{
    display: flex;
    margin: 10% 0;
    align-items: center;
}
.sp_point{
    display: none;
}
.point_left_img, .point_right_img{
    width: 70%;
}
.point_left_img img, .point_right_img img{
    width: 100%;
}
.point_left_information, .point_right_information{
    width: 30%;
}
.point_left_information{
    margin-right: 30px;
}
.point_right_information{
    margin-left: 30px;
}
.point_num{
    font-size: 2vw;
    font-weight: 600;
    color: #29CCCC;
}
.point_midashi{
    width: 90%;
    font-size: 2.5vw;
    font-weight: 600;
    margin-bottom: 10px;
}

.max_width_content{
    width:100%;
    max-width:100%;
}
.max_width_content .training_system_point{
    width:90%;
    margin:10% auto 10% 0;
}
.max_width_content .training_system_point.pc_point{
    margin:10% 0 10% auto;
}
/* -----------------------------------------------
スマホサイズ以下
-------------------------------------------------- */
@media screen and (max-width: 767px){
    .training_system_midashi{
        font-size: 4.5vw;
    }
    .training_system_txt{
        font-size: 3.5vw;
    }
    .project_midashi{
        font-size: 4.5vw;
    }
    .res_br{
        display: block;
    }
    .training_system_point{
        display: block;
        margin: 15% 0;
    }
    .pc_point{
        display: none;
    }
    .sp_point{
        display: block;
    }
    .point_left_img, .point_right_img{
        width: 100%;
    }
    .point_left_information, .point_right_information{
        width: 100%;
    }
    .point_left_information{
        margin-right: 0;
    }
    .point_right_information{
        margin-top: 15px;
        margin-left: 0;
    }
    .point_midashi_area img{
        width: 20%;
        margin-right: 10px;
    }
    .point_midashi{
        width: 80%;
        font-size: 4.5vw;
        font-weight: 600;
    }
    .point_txt{
        margin-top: 15px;
    }
    
}