.sp_contentsSlider .slick-arrow {
	background: none!important;
}
@media (max-width: 767px) {
.message_imgbox img {
    width: 250px;
    max-width: 100%;
}
}


img {
	max-width: 100%;
}

.container {
    padding: 0;
    max-width: 1200px;
    margin:0 auto;
}

.concept_area {
	height: 400px;
	background: #000;
	background-image: url(https://ckdaikatsu.itembox.design/item/concept_bg.png?t=20240716173939);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
        margin-bottom: 100px;
}

.concept {
	color: #fff;
	padding:70px 0 0 200px;
}

.concept .concept_ttl {
	font-size: 30px;
	margin:0 0 20px 0;
}

.concept .concept_text {
	font-size: 20px;
	line-height: 1.8;
}


.three_area {
	display: flex;
	margin-bottom: 100px;
}

.three_content {
	display: flex;
	justify-content:space-between;
	margin-right:40px;
}

.three_content:last-child {
	margin-right:0px;
}





@media screen and (max-width: 767px) {

.container {
    padding:0;
    width: 100%;
    margin:0;
}

.concept_area {
	height: 900px;
	background-image: url(https://ckdaikatsu.itembox.design/item/concept_bg.png?t=20240716173939);
	background-position: left bottom;
	margin-bottom: 50px;
}

.concept {
	padding:30px 10px 0;
}

.concept .concept_ttl {
	font-size: 22px;
	line-height: 1.2;
}

.concept .concept_text {
	font-size: 16px;
}


.three_area {
	display: block;
	margin-bottom: 50px;
}

.three_content {
	display: block;
	margin-right:0px;
	width: auto;
	margin-bottom: 30px;
}

}