/*////////////////////////////////////
about_concept_area
////////////////////////////////////*/

@media screen and (min-width: 768px){
#about_concept_area{
	position: relative;
	width: 100%;
	margin-bottom: 100px;
}

#about_concept_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#about_concept_title{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
	font-size: clamp(2.8rem,2.8vw,3.8rem);
 	font-weight: 600;
	color: #555555;
	letter-spacing: 0.08em;
}

#about_concept_word{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	font-size: clamp(1.4rem,1.4vw,1.8rem);
 	font-weight: 400;
	color: #555555;
	letter-spacing: 0.08em;
}

#about_concept_word span{
	font-weight: 600;
}

#about_concept_img{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#about_concept_sp_img{
	display: none;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#about_concept_area{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}

#about_concept_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#about_concept_title{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	font-size: 2.4rem;
 	font-weight: 600;
	color: #555555;
	letter-spacing: 0.08em;
}

#about_concept_word{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	font-size: clamp(1.4rem,1.4vw,1.8rem);
 	font-weight: 400;
	color: #555555;
	letter-spacing: 0.08em;
}

#about_concept_word span{
	font-weight: 600;
}

#about_concept_sp_img{
	position: relative;
	width: 100%;
}

#about_concept_img{
	display: none;
}
}


/*////////////////////////////////////
about_strengths_area
////////////////////////////////////*/

@media screen and (min-width: 768px){
#about_strengths_area{
	position: relative;
	width: 100%;
	margin-bottom: 100px;
}

#about_strengths_place{
	position: relative;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#about_strengths_list{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.about_strengths_item{
	position: relative;
	width: 30%;
	margin: 0 1.6% 40px 1.6%;
}
}


@media screen and (min-width: 0px) and (max-width: 767px){
#about_strengths_area{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}

#about_strengths_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#about_strengths_list{
	position: relative;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.about_strengths_item{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
}

/*////////////////////////////////////

////////////////////////////////////*/

@media screen and (min-width: 768px){

}

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

}