.support{
    margin-top: 100px;
}

.support__head{
    display: flex;
    align-items: start;
    gap: 50px;
}

.support__left{
    flex-shrink: 0;
}

.support__heading{
    font-family: "ten-mincho-antique", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0.05em;
    color: #040315;
}

.support__text{
    font-family: "ten-mincho-antique", sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.05em;
    color: #040315;
    margin-top: 30px;
    max-width: 667px;
    width: 100%;
}

.support__items{
    display: flex;
    margin-top: 100px;
    margin-left: 50px;
}

.support__bottom{
    gap: 20px;
    align-items: center;
}

.support__bottom .support__left{
    min-width: calc(270px);
    max-width: calc(100% - 730px);
}

.support__bottom .support__right{
    width: 100%;
}

.support__bottom .support__right .support__text{
    max-width: 100%;
}

@media (max-width: 768px) {
    .support{
        margin-top: 50px;
    }
    
    .support__head{
       flex-direction: column;
        gap: 30px;
    }
    

    .support__heading{
        font-size: 18px;
    }
    
    .support__text{
        font-size: 14px;
        margin-top: 30px;
    }
    
    .support__items{
        margin-top: 50px;
        margin-left: 0px;
		height: 177px;
    }
    
    .support__bottom{
        gap: 0;
        align-items: center;
    }
    
    .support__bottom .support__left{
/*         display: none; */
		margin-right: auto;
    }
    
    .support__bottom .support__right{
        width: 100%;
    }
    
    .support__bottom .support__right .support__text{
        max-width: 100%;
    }
	
	.support__item:nth-of-type(1){
		width: 310px;
		position: absolute;
        left: -83px;
	}
	
		.support__item:nth-of-type(2){
		width: 322px;
	    position: absolute;
        right: -137px;
	}
    span.title__jp.job__title-jp.support__title-jp{
        font-size: 26px;
    }
    
}