#aboutJa {
    position: relative;
    padding: 5vw 0 4vw
}

.bomlinJ_top {
    content: "";
    position: absolute;
    width: calc(33% - 21px);
    height: 800px;
    background: #ffffff;
    left: calc(-11% - 99px);
    top: 0;
    moz-transform-origin: bottom;
    -moz-transform: skewX(20deg);
    -webkit-transform-origin: bottom;
    -webkit-transform: skewX(-20deg);
    -o-transform-origin: bottom;
    -o-transform: skewX(-20deg);
    -ms-transform-origin: bottom;
    -ms-transform: skewX(-20deg);
    transform-origin: bottom;
    transform: skewX(-20deg);
    z-index: -3
}

.bomlinJ {
    content: "";
    position: absolute;
    width: calc(69% + 23px);
    height: 180px;
    background: #e1e1e1;
    left: -26%;
    bottom: 0;
    moz-transform-origin: bottom;
    -moz-transform: skewX(20deg);
    -webkit-transform-origin: bottom;
    -webkit-transform: skewX(-20deg);
    -o-transform-origin: bottom;
    -o-transform: skewX(-20deg);
    -ms-transform-origin: bottom;
    -ms-transform: skewX(-20deg);
    transform-origin: bottom;
    transform: skewX(-20deg);
    z-index: -2
}

#aboutJa:before {
    content: "";
    position: absolute;
    width: calc(69% + 23px);
    height: 62px;
    background: #707d57;
    right: 0px;
    top: 0;
    moz-transform-origin: bottom;
    -moz-transform: skewX(20deg);
    -webkit-transform-origin: bottom;
    -webkit-transform: skewX(-20deg);
    -o-transform-origin: bottom;
    -o-transform: skewX(-20deg);
    -ms-transform-origin: bottom;
    -ms-transform: skewX(-20deg);
    transform-origin: bottom;
    transform: skewX(-20deg);
    z-index: -2
}

#aboutJa:after {
    content: "";
    position: absolute;
    width: calc(69% + 23px);
    height: 100%;
    background: #ffffff;
    right: -63%;
    bottom: 0;
    moz-transform-origin: bottom;
    -moz-transform: skewX(20deg);
    -webkit-transform-origin: bottom;
    -webkit-transform: skewX(-20deg);
    -o-transform-origin: bottom;
    -o-transform: skewX(-20deg);
    -ms-transform-origin: bottom;
    -ms-transform: skewX(-20deg);
    transform-origin: bottom;
    transform: skewX(-20deg);
    z-index: -3
}

.rightsm {
    position: absolute;
    width: calc(69% + 23px);
    height: 414px;
    background: #ffffff;
    left: -47%;
    top: 0;
    moz-transform-origin: bottom;
    -moz-transform: skewX(20deg);
    -webkit-transform-origin: bottom;
    -webkit-transform: skewX(-20deg);
    -o-transform-origin: bottom;
    -o-transform: skewX(-20deg);
    -ms-transform-origin: bottom;
    -ms-transform: skewX(-20deg);
    transform-origin: bottom;
    transform: skewX(-20deg);
    z-index: -2
}

#aboutJa .mafem {
    position: relative;
    display: flex;
    margin-top: 60px;
}

.videobox {
    position: relative;
    height: 100%;
}

.videobox .amoutimg {
    height: 100%;
}

#aboutJa .mafem .maimg img {
    object-fit: cover;
}

.videobox .title {
    display: none
}

.videobox .clmvideo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

#aboutJa video {
    position: relative;
    display: flex;
    width: 100%
}

#aboutJa .mafem .maimg {
    position: relative;
    display: flex;
    width: 55%;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

#aboutJa .mafem .maimg:before {
    content: "";
    width: 95%;
    height: 440px;
    position: absolute;
    z-index: -1;
    left: -45.5%;
    top: -219px;
    background: url(/images/43/maboutimg.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 13/20;
    transform-origin: 0% 100%;
    animation: rotate 2.2s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    0% {
        transform: rotate(0deg);
    }

}

#aboutJa .mafem .imfotext {
    display: flex;
    flex-direction: column;
    width: 43%;
    padding: 3% 1%;
    margin-left: 5%
}

#aboutJa .littetitle .ame:before {
    content: "ABOUT";
    font-size: 120px;
    position: absolute;
    color: #ffffff91;
    right: -48px;
    z-index: -1
}

.Jaboutm {
    position: relative;
    display: flex;
    margin: 40px 0 40px;
}

.Jaboutm .Jitem {
    display: flex;
    flex-direction: column;
    padding: 3px 20px;
    padding-left: 0;
    margin-right: 10%;
}

.Jaboutm .Jitem h4 {
    font-size: 38px;
    color: #707d57;
}

.Jaboutm .Jitem p {}

.Jaboutm .Jitem h4 span {
    font-size: 19px;
    color: #707d57;
}

#aboutJa .matext {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

#aboutJa .matext p {
    line-height: 200%;
    color: #505050;
    margin-bottom: 2px;
}

@media screen and (max-width:1470px) {
    .bomlinJ_top {
        left: calc(-11% - 140px);
    }

    .bomlinJ {
        width: calc(62% + 23px);
    }

    #aboutJa .mafem .maimg:before {
        left: -30.5%;
        top: -227px;
        height: 273px;
    }

    #aboutJa .mafem .maimg {
        width: 47%;
    }

    #aboutJa .mafem .maimg img {
        height: 100%;
    }

    #aboutJa .mafem .imfotext {
        width: 47%;
        padding: 3% 1%;
        margin-left: 4%;
    }

    #aboutJa .littetitle .ame:before {
        font-size: 105px;
    }
}

@media screen and (max-width:1280px) {
    .bomlinJ_top {
        left: calc(-12% - 140px);
    }
}

@media screen and (max-width:1024px) {
    .bomlinJ_top {
        width: calc(37% - 23px);
        left: calc(-19% - 136px);
    }

    #aboutJa .mafem .maimg:before {
        left: 5.5%;
        top: -169px;
        height: 176px;
    }
}

@media screen and (max-width:980px) {
    .Jaboutm .Jitem {
        margin-right: 1%;
    }
}

@media screen and (max-width:768px) {
    .bomlinJ_top {
        width: calc(37% - 23px);
        left: calc(-23% - 136px);
    }

    #aboutJa .mafem {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
    }

    .bomlinJ {
        display: none;
    }

    #aboutJa .littetitle .ame:before,
    #aboutJa .mafem .maimg:before {
        display: none;
    }

    #aboutJa {}

    #aboutJa .mafem .maimg {
        width: 100%;
        max-width: 95%;
    }

    #aboutJa .mafem .imfotext {
        width: 100%;
        max-width: 90%;
        padding: 24px 0;
        margin-left: 0;
    }

    .Jaboutm .Jitem {
        margin-right: 1px;
        padding: 3px 8px;
    }

}

@media screen and (max-width:640px) {

    #aboutJa:before,
    .bomlinJ_top {
        display: none;
    }

    #aboutJa {
        background-color: white;
        padding: 50px 0 50px;
    }

    #aboutJa .mafem .maimg {
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
        height: 275px;
    }
}

@media screen and (max-width:480px) {
    #aboutJa .mafem {
        margin-top: 10px;
    }

    .Jaboutm .Jitem {
        margin-right: 16px;
    }
}