#aboutmJ{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
#aboutmJ .maphto{
    position: relative;
}
#aboutmJ .maphto:before{content: "";position: absolute;width: 500px;height: 250px;background-image: url(/images/23/about-gate2.jpg);background-size: contain;background-repeat: no-repeat;bottom: -250px;left: calc(50% - 250px);z-index: 0;}
#aboutmJ .textmJ{
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 53px;
    margin-bottom: 37px;
    z-index: 3;
}
#aboutmJ .textmJ .mmJbox{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#aboutmJ .leftbm{
    display: flex;
    flex-direction: column;
    width: 320px;
}
#aboutmJ .tmtile h2{
    color: #1171b8;
    margin-bottom: 10px;
}
#aboutmJ .rightbm{
    display: flex;
    flex-direction: column;
    width: 320px;
}
#aboutmJ .textmJ2{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
}
#aboutmJ  .mtm01 h2{
    font-size: 43px;
    line-height: 180%;
    color: #1171b8;
}
#aboutmJ .text{
    margin-bottom: 21px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width: 1460px){
	#aboutmJ .textmJ{
        margin-top: 27px;
    }
    #aboutmJ .maphto:before{
    width: 300px;
    left: calc(50% - 150px);
}
}
@media screen and (max-width: 1180px){
    #aboutmJ .textmJ .mmJbox{
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    #aboutmJ .textmJ{
    margin-top: 90px;
}
    #aboutmJ .leftbm{
    width: 100%;
    margin-bottom: 44px;
}
    #aboutmJ .rightbm{
    width: 100%;
}
}
@media screen and (max-width: 640px){
    #aboutmJ .mtm01 h2{
    font-size: 30px;
}
}