@charset "UTF-8";
#post-10 .content-Header::before{
	content: '';
  background-image: url(https://nextview-inc.jp/wp-content/uploads/2025/05/header-staffing-scaled.jpeg);
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: blur(3px);
	z-index: -1;
	background-size: cover;
	background-position: center 20%;
}
   .content-Subtitle{
       font-weight: 200;
       margin: 0;
       font-size: 1.2rem;
	   text-shadow: 1px 1px 2px #333;
   }
   .content-Header .content-Title{
       font-family: Futura PT;
       font-weight: 400;
       font-size: 3rem;
       letter-spacing: 0.2em;
       color: #fff;
	   text-shadow: 1px 1px 2px #333;
	   margin: 0 0 4rem;
   }
.content-Buttontext{
	text-shadow: 1px 1px 2px #333;
	margin: 0;
	font-size: 1.2rem;
}
#post-17 .content-Header .more-Link{
	border: solid 1px #fff;
	color: #fff;
}
#post-17 .content-Header .more-Link::after{
	background: #fff;
}
   .onlyPc{
		display: block;
	}
	.onlySp{
		display: none;
	}

/*=============== concept ===============*/
#staffing-Concept .page-Sec-Subtitle{
	text-align: center;
}
#staffing-Concept .concept-List{
	margin: 0;
	display: flex;
	justify-content: space-between;
	gap: 2rem;
}
#staffing-Concept .concept-List li{
	width: calc(33.3% - 2rem);
	padding: 10rem 0;
	background-size: cover;
	position: relative;
}
#staffing-Concept .concept-List li::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(51, 51, 51, 0.6);
}
#staffing-Concept .concept-List li:first-child{
	background-image: url(https://nextview-inc.jp/wp-content/uploads/2025/08/staffing-concept1.jpg);
}
#staffing-Concept .concept-List li:nth-child(2){
	background-image: url(https://nextview-inc.jp/wp-content/uploads/2025/07/deployment4.jpg);
}
#staffing-Concept .concept-List li:last-child{
	background-image: url(https://nextview-inc.jp/wp-content/uploads/2025/08/staffing-concept3-scaled.jpeg);
}
#staffing-Concept .concept-List .text-Container{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	text-align: center;
}
#staffing-Concept .concept-List .title{
	display: inline-block;
	margin-top: 0;
	font-size: 1.3rem;
	font-weight: 500;
	color: #fff;
	padding-bottom: 0.3rem;
	border-bottom: solid 1px #fff150;
}
#staffing-Concept .concept-List .text{
	margin: 0;
	color: #fff;
	text-align: left;
}

/*=============== service ===============*/
#staffing-Service{
	background-color: #7d7d7d;
	color: #fff;
}
#staffing-Service .dispatch-Container{
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 4rem;
}
#staffing-Service img{
	width: calc(50% - 2rem);
}
#staffing-Service .dispatch-Inner,
#staffing-Service .recruit-Inner{
	width: calc(50% - 2rem);
}
#staffing-Service .dispatch-Inner .title,
#staffing-Service .recruit-Inner .title{
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 3rem;
	padding-bottom: 0.3rem;
	border-bottom: solid 1px #fff150;
}
#staffing-Service .dispatch-Inner .text,
#staffing-Service .recruit-Inner .text{
	margin: 0;
	line-height: 2;
}
#staffing-Service .recruit-Container{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 2rem;
}

/*=============== question ===============*/
#staffing-question .question{
	display: block;
	line-height: 2.8;
	cursor: pointer;
	font-size: 1.2rem;
	transition: 0.3s ease-in;
	text-align: left;
	padding-left: 1rem;
	position: relative;
	margin: 0;
	border-radius: 6px;
	border: solid 1px #333;
	margin-bottom: 1.5rem;
	font-weight: 600;
}
#staffing-question .question:hover{
	opacity: 0.7;
}
#staffing-question .question::before{
    content: '';
    display: block;
    background: #333;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 5px;
    right: 25px;
}
#staffing-question .question::after{
    content: '';
    display: block;
	background: #333;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 5px;
    right: 25px;
    transform: rotate(90deg);
    transition: 0.3s ease-in;
}
#staffing-question .question.active::after{
    transform: rotate(0deg);
}
#staffing-question .answer{
	display: none;
	padding: 0 1rem;
	margin: 0 0 1.5rem;
	position: relative;
	text-align: left;
	line-height: 1.5;
}
#staffing-question .answer.active{
    display: block;
}

/*=============== contact ===============*/
#staffing-Contact{
	background-image: url(https://nextview-inc.jp/wp-content/uploads/2025/08/staffing-contact.png);
	background-size: cover;
	color: #fff;
}
#staffing-Contact .contact-Buttontext{
	margin: 0 0 2rem;
	font-size: 1.1rem;
	text-align: center;
}
#staffing-Contact .more-Link{
	color: #fff;
	border: solid 1px #fff;
}
#staffing-Contact .more-Link::after{
	background: #fff;
}


@media only screen and (max-width: 768px){
	.onlySp{
		display: block;
	}
	.onlyPc{
		display: none;
	}
	.page-id-10 .wrapper{
		padding: 8% 6%;
	}
	
	/*=============== concept ===============*/
	#staffing-Concept .concept-List{
		flex-direction: column;
		gap: 1rem;
	}
	#staffing-Concept .concept-List li{
		width: 100%;
		padding: 4.5rem 0;
	}
	#staffing-Concept .concept-List .text-Container{
		width: 90%;
	}
	#staffing-Concept .concept-List .text{
		font-size: 0.8rem;
	}
	
	/*=============== service ===============*/
	#staffing-Service .dispatch-Container{
		flex-direction: column;
		gap: 1rem;
		margin-bottom: 3rem;
	}
	#staffing-Service img{
		width: 100%;
	}
	#staffing-Service .dispatch-Inner,
	#staffing-Service .recruit-Inner{
		width: 100%;
	}
	#staffing-Service .dispatch-Inner .title,
	#staffing-Service .recruit-Inner .title{
		margin-bottom: 1rem;
		margin-top: 0;
	}
	#staffing-Service .recruit-Container{
		flex-direction: column;
		gap: 1rem;
	}
	
	/*=============== voice ===============*/
	#staffing-Voice .voice-List{
		flex-direction: column;
		gap: 1rem;
	}
	#staffing-Voice .voice-List li{
		width: calc(100% - 2rem);
	}
	
	/*=============== question ===============*/
	#staffing-question .question{
		padding: 1rem 1.3rem 1rem 1rem;
		font-size: 0.9rem;
		line-height: 1.8;
	}
	#staffing-question .question::before,
	#staffing-question .question::after{
		right: 15px;
		width: 15px;
		height: 3px;
	}
}