  /* CSS Document */

.p-goto_location{
	width: 460px;
}

/*project*/
.p-catch_area{
	height: 560px;
	min-width: 1160px;
	background: url("/tech/katri/facilities/research/images/img_main.jpg") no-repeat 50% 50%;
	background-size: cover;
	position: relative;
	margin-bottom: 2rem;
}

.p-catch_area__inner{
	position: absolute;
	width: 100%;
	height: 135px;
	bottom: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 500;
	color: #fff;
	padding: 0 0.5rem 0.5rem 0;
	text-align: center;
	background-color: rgba(12,26,32,0.5);
}




/*------------
sp
---------------*/
.sp .p-catch_area{
	min-width: 100%;
	height: auto;
	padding-bottom: 40%;
}
.sp .p-catch_area__inner{
	font-size: 1.125rem;
	height: 3.5rem;
	padding-bottom: 0.125rem;
}

.sp .p-goto_location{
	width: 100%;
}
