/* kv ==============================*/
.pro-support_img-wrp {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 4;
    padding: 2em 0 220px;
    background-color: #ffd677;
    background-image: linear-gradient(0deg, transparent calc(100% - 2px), #ffc869 calc(100% - 2px)),
        linear-gradient(90deg, transparent calc(100% - 2px), #ffc869 calc(100% - 2px));
    background-size: 40px 40px;
    background-repeat: repeat;
    background-position: center center;
}

@media screen and (max-width:767px) {
    .pro-support_img-wrp {
        padding: 2em 0 0;
    }
}

.pro-support .pro-support_img-inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .pro-support .pro-support_img-inner {
        padding: 0;
        height: auto;
    }
}

.pro-support_img-wrp .maintitle-wrp {
    width: 68%;
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 1em 2em;
}

@media screen and (max-width:767px) {
    .pro-support_img-wrp .maintitle-wrp {
        width: 100%;
        top: 50%;
        margin: 1em auto 0;
    }
}


.pro-support_img-wrp .maintitle-wrp .maintitle1 {
    display: block;
    font-size: min(1.3em, 4vw);
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: .5em;
    text-align: left;
    text-indent: -.5em;
}

@media screen and (max-width:767px) {
    .pro-support_img-wrp .maintitle-wrp .maintitle1 {
        text-align: center;
        margin-bottom: 0;
    }
}

.pro-support_img-wrp .maintitle-wrp .maintitle2 {
    font-size: min(2.7em, 5.5vw);
    line-height: 1.5;
    font-weight: 600;
    font-feature-settings: "palt";
    text-align: left;
}

.pro-support_img-wrp .maintitle-wrp .maintitle2 svg {
    width: 100%;
}

.pro-support .support-img {
    width: 30%;
    padding: 0;
}

.pro-support .support-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:767px) {
    .pro-support .support-img {
        width: 70%;
        padding: 1em;
        padding-left: 2em;
    }
}

.pro-support .support-img img {
    width: 100%;
}