.mv-concept-container{
	position:relative;
}

.mv-concept-title{
    display: inline-block;
    font-size: 30px;
    background: #fff;
    padding: 5px 12px;
	letter-spacing: 0.05em;
	position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
	white-space: nowrap;
}

@media (max-width: 440px){
    .mv-concept-title{
        font-size: clamp(20px, 6.9vw, 30px);
    }
}

.concept-section{
    padding: 60px 0;
	background: #fff;
}

.concept-inner{
    padding: 0 5%;
	background: #fff;
}

.concept-section-title{
	font-size: 26px;
	text-align: center;
	letter-spacing: 0.05em;
	margin-bottom: 55px;
}

.concept-section-subtitle{
	margin-bottom: 37px;
}

.concept-section-subtitle span{
	font-size: 22px;
	background: #1E1E1E;
	color: #fff;
	padding: 4px 10px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	line-height: 2.2;
}

.concept-section-txt{
    font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0.05em;
	font-weight: 600;
}

.img-right-side{
    width: 51%;
    margin: 0 0 0 auto;
}


.img-left-side{
    width: 51%;
    margin: 0 auto 0 0;
}

.img-center{
	 width: 80%;
    margin: 0 auto 37px;
}

@media (max-width: 440px){
    .mv-concept-title{
        font-size: clamp(20px, 6vw, 36px);
    }

	.concept-section-subtitle span{
		font-size: clamp(18px, 5vw, 20px);
	}
	
	.concept-section-txt{
        font-size: clamp(14px, 3.1vw, 16px);
    }

}