@charset "utf-8";

img{
	max-width: 100%;
	height: auto;
}

/* --------------------------------
   □ common
-------------------------------- */
.contents main > section,
.contents .chapter,
.contents .wide .container
{
    max-width:960px;
    margin: 0 auto 0 auto;
    text-align: left;
    box-sizing:border-box;
}

.contents section.wide,
.contents .chapter.wide{
    width:100%;
    max-width: inherit;
	@media (max-width: 768px) {
		padding-left: 4vw;
		padding-right: 4vw;
	}
}


.secondary main > section{
	padding: 74px 0 86px 0;
	@media (max-width: 768px) {
		padding: 40px 0;
	}
}

.bg_blue{
	background: #DBECFF;
}

/* --------------------------------
   □ title
-------------------------------- */
.title._lv2{
	font-size: 250%;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 36px;
	background: url(../../images/staffing/line.svg) no-repeat 50% 100%;

	@media (max-width: 768px) {
		font-size: 2.0rem;
		padding-bottom: 16px;
		margin-bottom: 24px;
	}

	&.lineStyle{
		font-size: 2.2rem;
		padding: 22px 22px 22px 55px;
		background: #F4F4F4 url(../../images/staffing/line.svg) no-repeat 23px 50%;
		text-align: left;
		margin-bottom: 30px;
		@media (max-width: 768px) {
			background-position: 13px 50%;
			font-size: 1.8rem;
			padding: 16px 16px 16px 40px;
			margin-bottom: 14px;
		}
	}
}

.title._lv3{
	font-size: 2.2rem;
	color: #004E9F;
	margin-bottom: 30px;
	@media (max-width: 768px) {
		font-size: 1.8rem;
		margin-bottom: 24px;
	}
}
/* --------------------------------
   □ accent
-------------------------------- */
.accent{
	background: url(../../images/staffing/accent.jpg) no-repeat 50% 0;
	background-size: cover;
	height: 455px;

	@media (max-width: 768px) {
		background-position: 42% 0%;
		background-size: auto 100%;
		height: 31vh;
		margin-bottom: 0;
	}
}

.accent h2{
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	max-width: 1200px;
	margin: 0 auto;
	@media (max-width: 768px) {
		justify-content: flex-start;
		padding-left: 34vw;
		padding-right: 4vw;
	}
	img{
		margin-left: 144px;
		max-width: 100%;
		
		@media (max-width: 768px) {
			margin-left: 0;
		}
	}
}

/* --------------------------------
   □ local
-------------------------------- */
nav.local{
	background: #fff;
}

nav.local ul{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
	@media (max-width: 768px) {
		padding: 16px 4vw;
	}
}

nav.local ul li{
	position: relative;
	width: 8em;
	display: flex;
	justify-content: center;
	align-items: center;

	@media (max-width: 768px) {
		width: 100%;
		font-size: 1.4rem;
	}

	&::before{
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		width: 1px;
		height: 1.2em;
		background: #7FA6CF;
	}

	&:last-child::after{
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		display: block;
		width: 1px;
		height: 1.2em;
		background: #7FA6CF;
	}

	a{
		color: #333;
	}
}

/* --------------------------------
   □ appeal
-------------------------------- */
.appeal{
	background: #DBECFF url(../../images/staffing/decoration.png) repeat-x 50% 100%;
	height: 288px;
	display: flex;
	justify-content: center;
	align-items: center;

	@media (max-width: 768px) {
		height: 20vh;
	}

	p{
		font-size: 184%;
		text-align: center;
		@media (max-width: 768px) {
			font-size: 1.8rem;
		}
	}
}

/* --------------------------------
   □ strength
-------------------------------- */
.strength_list li{
	text-align: center;

	figure{
		.image{
			margin-bottom: 11px;

			img{
				width: 100%;
				height: auto;
			}
		}
		figcaption{
			@media (max-width: 768px) {
				font-size: 1.4rem;
			}
		}
	}
}

/* --------------------------------
   □ service
-------------------------------- */
#service{
	.service_list{
		gap: 16px;

		li{
			background: #fff;
			border-radius: 24px;
			overflow: hidden;

			dl{
				dt{
					background: #5699E2;
					font-size: 184%;
					color: #fff;
					padding: 16px 0;
					text-align: center;
					@media (max-width: 768px) {
						font-size: 1.6rem;
					}
				}

				dd{
					padding: 26px 16px;
				}
			}

			&.dispatch{
				dl{
					dt{
						background: #004E9F;
					}
				}
			}
		}
	}
}

/* --------------------------------
   □ business_area
-------------------------------- */
#business_area{
	.business_area_list{
		gap: 0 16px;
		margin-bottom: 87px;
		@media (max-width: 768px) {
			gap: 8px;
			margin-bottom: 40px;
		}

		li{
			background: #E6F0FF;
			border-radius: 8px;
			padding: 16px 24px;
			text-align: center;
			font-size: 162%;
			@media (max-width: 768px) {
				font-size: 1.6rem;
			}
		}
	}

	section{
		padding-bottom:0;

		& + section{
			margin-top: 64px;
		}
	}

	.subsection{
		padding: 0;
		gap: 0 30px;

		&.seeker{
			.title{
				background-image: url(../../images/staffing/seeker.svg);
			}
		}
		&.company{
			.title{
				background-image: url(../../images/staffing/company.svg);
			}
		}
		.title{
			display: flex;
			align-items: center;
			background: no-repeat 0% 0%;
			background-size: auto 40px;
			padding-left: 80px;
			min-height: 40px;
		}

		.explain{
			.text{
				font-size: 1.5rem;
				line-height: 1.8;
			}
		}

		.image{
			margin: 0;
		}
	}
}

/* --------------------------------
   □ message
-------------------------------- */
#message{
	.message_box{
		gap: 0 32px;
		@media (max-width: 768px) {
			gap: 24px;
		}

		.image{
			width: 300px;
			text-align: center;
			margin-bottom: 0;
			@media (max-width: 768px) {
				width: 100%;
			}
		}

		.explain{
			flex-grow: 1;
			.text{
				font-size: 1.5rem;
				line-height: 1.8;
				margin-bottom: 0;
			}
		}
	}
}

/* --------------------------------
   □ contact
-------------------------------- */
#contact{
	padding: 107px 0;
	@media (max-width: 768px) {
		padding: 40px 0;
	}

	.contact_box{
		height: 389px;
		background: url(../../images/staffing/contact-background.png) no-repeat 50% 0;
		border-radius: 24px;

		display: flex;
		align-items: center;
		padding: 40px 447px 40px 50px;
		text-align: center;

		@media (max-width: 768px) {
			height: auto;
			background: #DBECFF;
			margin: 0 4vw;
			border-radius: 20px;
			padding: 8vw 4vw;
			flex-direction: column;
			align-items: center;
		}

		.contact_box_inner{
			.text{
				font-size: 2.0rem;
				text-align: center;
				margin-bottom: 16px;
				font-weight: 700;
			}

			.tel{
				margin-bottom: 16px;
			}

			.hours{
				font-size: 1.5rem;
				text-align: center;
				margin-bottom: 0;
			}

			.buttonStyle{
				margin-top: 24px;
				a{
					display: block;
					padding: 16px 10px;
					font-size: 2.4rem;
					font-weight: 700;
					@media (max-width: 768px) {
						width: 100%;
						font-size: 2.0rem;
					}
				}
			}
		}
	}
}

/* --------------------------------
   □ section#info
-------------------------------- */
section#info{
	background:url(../../images/common/footer/bg.jpg) center center repeat-x ;
	background-size:cover;
	padding-top:60px;
	min-height:548px;
}

div.infoBox{
	width:960px;
	margin:60px auto;
	text-align:center;
	padding:70px 0 45px;
	background-color:rgba(255,255,255,0.6);
	
}

div.infoBox dl dt{
	font-weight:bold;
	padding-bottom:45px;
}

div.infoBox dl dd{
	color:#333;
	font-weight:700;
}

div.infoBox dl dd.footer_description{
	padding-bottom:45px;
}

div.infoBox dl dd span{
	display:none;
}

div.infoBox dl dd.infodetails{
	display:inline-block;
	
}

@media (max-width: 768px) {
	section#info{
		background:url(../../images/common/footer/bg.jpg) center center repeat-x ;
		background-size:cover;
		padding-top:60px;
		min-height:548px;
	}
	
	div.infoBox{
		width:95%;
		margin:60px auto;
		text-align:center;
		padding:70px 0 45px;
		background-color:rgba(255,255,255,0.6);
		
	}
	
	div.infoBox dl dt{
		font-weight:bold;
		padding-bottom:45px;
	}
	
	div.infoBox dl dd{
		color:#333;
		font-weight:700;
	}
	
	div.infoBox dl dd.footer_description{
		display:none;
	}
	
	div.infoBox dl dd span{
		display:inline;
	}
}

/* --------------------------------
   □ document_box
-------------------------------- */
.secondary main > section.document_box{
	padding-top: 25px;
	padding-bottom: 25px;

	.document_list li{
		border-bottom: 1px dashed #D8D8D8;
		font-size: 1.5rem;

		a{
			padding: 16px 0;
			display: flex;
			justify-content: space-between;
			align-items: center;
			gap: 0 1em;
			color: #333;

			.date{
				font-weight: 700;
			}
			span:last-child{
				flex-grow: 1;

				&::after{
					content: "";
					display: inline-block;
					width: 1.2em;
					height: 1.2em;
					background: url(../../images/staffing/pdf.svg) no-repeat 50% 50%;
					background-size: contain;
				}
			}
		}
	}

	&:last-child{
		margin-bottom: 100px;
	}
}