.work_dt_wrap .visual_bg{
	background-image: url(/assets/images/works/ex50special/works_ex50special_bg.png);
}
.work_dt_wrap .visual_bg::before{display: none;}
.work_dt_wrap .visual_txt .fc_orange{
	color: #FF4400;
}
.sec_work_dt .work_desc{
	border: none;
}
.sec_work_dt .content01{
	position: relative;
}
.sec_work_dt .content01 .img_box,
.sec_work_dt .content01 .img_box img{
	width: 100%;
}
.sec_work_dt .content01 .txt_box{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 272px);
	max-width: 1648px;
	height: 100%;
	padding: 14% 0;
}
.sec_work_dt .content01 .txt_box p{
	font-size: 36px;
	font-weight: 600;
	line-height: 60px;
	color: #FF4400;
	text-align: center;
}



/* 1440 responsive */
@media all and (max-width: 1440px){
	.sec_work_dt .content01 .txt_box p{
		font-size: 26px;
		line-height: 40px;
	}
}
/* 1440 responsive end */



/* 1024 responsive */
@media all and (max-width: 1024px){
	.sec_work_dt .content01 .txt_box p{
		font-size: 20px;
		line-height: 40px;
	}
	
}
/* 1024 responsive end */



/* 768 responsive */
@media all and (max-width: 768px){
	.work_dt_wrap .visual_bg{
		background-image: url(/assets/images/works/ex50special/works_ex50special_bg_mo.png);
	}
	.sec_work_dt .content01 .txt_box{
		width: calc(100% - 64px);
		padding:  120px 0 160px;
	}
	.sec_work_dt .content01 .txt_box p{
		font-size: 18px;
		line-height: 26px;
	}


	.sec_work_dt .content01 .txt_box{
		width: calc(100% - 17.7778vw);
		padding:  33.3333vw 0 44.4444vw;
	}
	.sec_work_dt .content01 .txt_box p{
		font-size: 5.0000vw;
		line-height: 7.2222vw;
	}
}
/* 768 responsive end */