@charset "utf-8";

.case_hd{
	position: relative;
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 40px;
}

.case_hd span{
	font-size: 18px;
}

.keiju .case_hd::before{
	content: '社会福祉法人 敬寿会';
	position: absolute;
	top: -30px;
	left: 0;
	font-size: 16px;
}

.withus .case_hd::before{
	content: '株式会社 ここから';
	position: absolute;
	top: -30px;
	left: 0;
	font-size: 16px;
}

.case_area{
	width: 1000px;
	margin: 0 auto 80px;
	padding: 0 20px;
}

.case_area iframe{
	width: 490px;
	height: 300px;
}

.case_inner{
	display: flex;
}

.case_video{
	margin-right: 60px;
}

.case_text{
	display: flex;
	padding-bottom: 30px;
}

.text_block_inner h3{
	font-weight: 500;
	text-align: right;
	width: 120px;
}

.text_block_inner p{
	width: 500px;
	margin-left: 30px;
}


@media screen and (max-width:1025px){
	
	.case_area{
	width: 1024px;
	padding: 0 12px;
}
	
.text_block_inner p{
	width: 100%;
	margin-left: 30px;
}
	.case_video{
	margin-right: 40px;
}
	
}

