@charset "utf-8";

/* -------------------------------------------------- */
/* Layout */
/* -------------------------------------------------- */

.l-footer__inner{
	text-align:center;
}

/* -------------------------------------------------- */
/* Project */
/* -------------------------------------------------- */

/* top */
.p-footer{
	width: 100%;
	min-height: 550px;
	padding-top: 48px;
	padding-bottom: 65px;
	background: url(/prof/recruit/archi/building_construction/img/2027/bg_top_footer.jpg) center / cover no-repeat;
    overflow: hidden;
	text-align: center;
	color: #FFFFFF;
}
.p-footer__ttl{
	margin-top: -15px;
	font-size: 6.875rem;
	font-weight: 700;
	color: #E6002D;
	text-shadow: 0 0 6px #FFFFFF;
}
.p-footer__subTtl{
	margin-top: -30px;
	font-size: 3.125rem;
	font-weight: 600;
}
.p-footer__txt{
	margin-top: 20px !important;
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.33333;
}
.p-footer__btn{
	display: flex;
	align-items: center;
    justify-content: center;
	width: 550px;
	min-height: 105px;
	margin-top: 30px !important;
	margin-right: auto;
	margin-left: auto;
	padding-left: 100px;
    padding-right: 110px;
	background-color: #E6002D;
	color: #FFF !important;
	/* font-size: 2.8125rem; */
	font-size: 1.875rem;
	letter-spacing: 0.05em;
	/* line-height: 2; */
	line-height: 1.5;
	font-weight: 600;
}
.p-footer__btn:hover {
	opacity: 0.8;
}

@media screen and (min-width:1px) and (max-width:959px){
	.p-footer {
		min-height: 150px;
		padding-top: 5px;
		padding-bottom: 15px;
	}
	.p-footer__ttl {
		margin-top: 0;
		font-size: 2.1875rem;
		font-weight: 700;
		word-break: break-all;
	}
	.p-footer__subTtl {
		margin-top: -10px;
		font-size: 0.9375rem;
	}
	.p-footer__txt {
		margin-top: 6px !important;
		font-size: 0.66666rem;
		letter-spacing: 0.1em;
		line-height: 1.5;
	}
	.p-footer__btn {
		width: 200px;
		min-height: 40px;
		margin-top: 10px !important;
		padding-right: 0.5rem;
		padding-left: 0;
		font-size: 1rem;
	}
}

/* lower */
.p-footer.-footer-lower{
	padding-top: 10px;
}
.p-footer__subTtl.-subTtl-lower{
	display: inline-block;
    position: relative;
	margin-top: 91px;
	text-shadow: 0 3px 4px rgba(0,0,0,0.6);
}
.p-footer__subTtl.-subTtl-lower::before, .p-footer__subTtl.-subTtl-lower::after {
	display: block;
	position: absolute;
    top: 30%;
    right: calc(100% - 10px);
	width: 167px;
    height: 56px;
	margin-top: -10px;
    background: url(/prof/recruit/archi/building_construction/img/2027/img_footer_deco.png) no-repeat;
    background-size: 100% auto;
    opacity: 0;
	content: "";
}
.p-footer__subTtl.-subTtl-lower::after{
	left: calc(100% - 10px);
	transform: scale(-1, 1);
}
.p-footer__inner.animated .p-footer__subTtl.-subTtl-lower::before, .p-footer__inner.animated .p-footer__subTtl.-subTtl-lower::after{
	opacity: 1;
	right: calc(100% + 55px);
	transition: 1s ease .5s;
}
.p-footer__inner.animated .p-footer__subTtl.-subTtl-lower::after{
	left: calc(100% + 55px);
}
.p-footer__btn.-btn-lower{
	width: 640px;
	padding-left: 0;
	padding-right: 0;
}
@media screen and (min-width:1px) and (max-width:959px){
	.p-footer__subTtl.-subTtl-lower{
		margin-top: 10px;
		font-size: 17px;
	}
	.p-footer__subTtl.-subTtl-lower::before, .p-footer__subTtl.-subTtl-lower::after {
		top: 60%;
		width: 56px;
		height: 19px;
	}
	.p-footer__inner.animated .p-footer__subTtl.-subTtl-lower::before{
		right: calc(100% + 15px);
	}	
	.p-footer__inner.animated .p-footer__subTtl.-subTtl-lower::after{
		left: calc(100% + 15px);
	}	
	.p-footer__btn.-btn-lower{
		width: 215px;
	}	
	.p-footer__btn.-btn-lower{
		margin-bottom: 5px;
	}
}

/* -------------------------------------------------- */
/* Component */
/* -------------------------------------------------- */
.c-blank{
	position: relative;
}
.c-blank::after {
    position: absolute;
    right: 100px;
    top: 50%;
    width: 20px;
    height: 20px;
    background: url(/prof/recruit/archi/building_construction/img/2027/icon_top_blank.png) left top / 100% auto no-repeat;
    transform: translateY(-50%);
	content: "";
}

@media screen and (min-width:1px) and (max-width:959px){
	.c-blank {
		min-height: 55px; 
		/* max-width: 240px;  */
		font-size: 0.875rem;
	}
	.c-blank::after {
		right: 10px; 
		width: 12px; 
		height: 12px;
	}
}