section#trainer {
    padding-bottom: 0;
}

section#trainer .titleBox h2 {
    position: relative;
}

section#trainer .titleBox h2::before {
    content: "";
    background: url(../../img/png/h2_trainer.png) no-repeat;
    background-position: center;
    background-size: 100%;
    width: 611px;
    height: 146px;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    margin: auto;
}

section#trainer .titleBox h2 span {
    position: relative;
}

.trainerContent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.trainerContent01 {
    width: 55%;
}

.trainerContent02 {
    width: 45%;
}

.trainerContent02_label {
    background: #222;
    padding: 2px 10px;
    margin: 40px 0 15px;
}

.trainerContent02_text {
    margin-bottom: 40px;
}

.trainerContent02_img {
    width: 80%;
    display: block;
    height: auto;
    max-width: 400px;
    margin: 0 auto;
}

.trainerContent02 p {
    margin-top: 20px;
}


/*********************************/


/*        SP Responsive          */


/*********************************/

@media (max-width: 768px) {
    section#trainer .container {
        width: 100%;
    }
    section#trainer {
        background: #fff;
    }
    section#trainer .titleBox h2::before {
        width: 60%;
        height: 100px;
    }
    .trainerContent {
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    .trainerContent01 {
        width: 100%;
    }
    .trainerContent02 {
        width: 100%;
        margin-bottom: 30px;
    }
    .trainerContent02_img {
        width: 60%;
    }
    .trainerContent02_text {
        margin-bottom: 0;
    }
}

@media (max-width: 450px) {
    section#trainer .titleBox h2::before {
        width: 100%;
        height: 100px;
        bottom: -15px;
    }
}