@charset "utf-8";
/* CSS Document */


/*==============================*/
/* Title */
/*==============================*/
.topTitle{
	margin-bottom: 40px;
	font-size: 39px;
	font-weight: 700;
	line-height: 1.414em;
	text-align: center;
}
.topTitle small{
	display: block;
	font-size: 26px;
	font-weight: 700;
}

	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		.topTitle{
			margin-bottom: 32px;
			font-size: 26px;
		}
	}



/*==============================*/
/* ビジネスを楽しく */
/*==============================*/
section.businessEnjoy-wrap{
	padding-top: 80px;
	padding-bottom: 76px;
	background: #E6F5FD;
}

div.businessEnjoy{
	display: flex;
	align-items: center;
	gap: 32px;
}

	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.businessEnjoy{
			flex-direction: column;
			gap: 20px;
		}

	}


/*---------------------------------
   
---------------------------------*/
div.businessEnjoy h2{
	flex: 0 0 320px;
	font-size: 39px;
	font-weight: 700;
}
div.businessEnjoy h2 small{
	display: block;
	font-size: 20px;
	font-weight: 700;
}
div.businessEnjoy h2 small img{
	margin-right: 8px;
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.businessEnjoy h2{
			flex: auto;
			font-size: 39px;
			font-weight: 700;
		}
		div.businessEnjoy h2 small{
			display: block;
			font-size: 20px;
			font-weight: 700;
		}
		div.businessEnjoy h2 small img{
			margin-right: 8px;
		}
	}

/*---------------------------------
   
---------------------------------*/
div.businessEnjoy div{
	flex: 1;
}
div.businessEnjoy div p{
	font-size: 16px;
	line-height: 1.7em;
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.businessEnjoy div{
			flex: auto;
		}
		div.businessEnjoy div p{
			font-size: 16px;
			line-height: 1.7em;
		}
	}


/*==============================*/
/*  */
/*==============================*/
section.jobDescription-wrap{
	padding-top: 88px;
	padding-bottom: 88px;
	background: #E6F5FD;
}
div.jobDescription{
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 24px #365e6c1a;
}
div.jobDescription:not(:last-child){ margin-bottom: 20px;}


/*---------------------------------
   
---------------------------------*/
div.jobDescription h3 button{
	position: relative;
	display: block;
	padding: 28px 24px;
	cursor: pointer;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	color: #000;
	font-size: 24px;
	font-weight: 700;
}
div.jobDescription h3 button::before{
	position: absolute; top: 50%; right: 24px;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #18282b;
	border-right: 2px solid #18282b;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	transition: transform 260ms ease;
	margin-top: -5px;
}
div.jobDescription h3 button.active::before{
	position: absolute; top: 50%; right: 24px;
	transform: rotate(-45deg);
	margin-top: -3px;
}

/*---------------------------------
   Frame
---------------------------------*/
.jobDescription .panel{
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s ease;
}

.jobDescription .descriptionContent{
	opacity: 0;
	transition: opacity .3s ease;
	padding: 16px 56px 56px 56px;
}


.jobDescription div.jobDetail{ margin-bottom: 8px;}
.jobDescription div.jobDetail dl{
	display: flex;
	gap: 16px;
}
.jobDescription div.jobDetail dl:not(:last-child){ margin-bottom: 24px;}
.jobDescription div.jobDetail dl dt{
	flex: 0 0 168px;
	color: #919191;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3em;
}
.jobDescription div.jobDetail dl dt small{
	display: block;
	font-size: 12px;
}
.jobDescription div.jobDetail dl dd{
	flex: 1;
}

.jobDescription div.jobDetail dl dd p{
	color: #18282b;
	font-size: 14px;
	font-weight: 400;
}
.jobDescription div.jobDetail dl dd ul li{
	color: #18282b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3em;
}
.jobDescription div.jobDetail dl dd ul li:not(:last-child){ margin-bottom: 4px;}

	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		.jobDescription .descriptionContent{
			opacity: 0;
			transition: opacity .3s ease;
			padding: 16px 32px 56px 32px;
		}
		.jobDescription div.jobDetail dl{
			flex-direction: column;
			gap: 10px;
		}
		.jobDescription div.jobDetail dl:not(:last-child){ margin-bottom: 28px;}
		.jobDescription div.jobDetail dl dt{
			flex: auto;
			color: #919191;
			font-size: 16px;
			font-weight: 700;
			line-height: 1.3em;
		}
		.jobDescription div.jobDetail dl dt small{
			display: block;
			font-size: 12px;
		}
		.jobDescription div.jobDetail dl dd{
			flex: auto;
		}
	}

/*---------------------------------
   
---------------------------------*/
.jobDescription dl.precautions dt{
	color: #919191;
	font-weight: 700;
}
.jobDescription dl.precautions dd ul{
	counter-reset: caution;
}
.jobDescription dl.precautions dd ul li{
	position: relative;
	color: #18282b;
	font-size: 13px;
	font-weight: 400;
	padding-left: 32px;
}
.jobDescription dl.precautions dd ul li::before{
	position: absolute; top: 0; left: 0;
	counter-increment: caution;
	content: "※" counter(caution) ;
	padding-right: 10px;
}


/*==============================*/
/* 応募を検討している方へ */
/*==============================*/
section.applyConsider-wrap{
	padding-top: 88px;
	padding-bottom: 88px;
	background: #E6F5FD;
}

/*---------------------------------
   
---------------------------------*/
section.applyConsider-wrap > h2{
	margin-bottom: 24px;
}


/*---------------------------------
   
---------------------------------*/
section.applyConsider-wrap > p{
	margin-bottom: 48px;
	font-size: 16px;
	text-align: center;
}

/*---------------------------------
   Content
---------------------------------*/
div.applyConsider{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 28px 24px;
}
div.applyConsider a{
	padding-right: 24px;
}
div.applyConsider a:nth-child(1),
div.applyConsider a:nth-child(2),
div.applyConsider a:nth-child(4){  border-right: 1px solid #d9d9d9;}
div.applyConsider a dl{
	display: flex;
	align-items: center;
	gap: 12px;
	
}
div.applyConsider a dl dt{
	position: relative;
	order: 2;
	flex: 1;
	padding-left: 22px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3em;
}
div.applyConsider a dl dt::before{
	position: absolute; top: 50%; left: 0px;
	content: "";
	width: 12px;
	height: 12px;
	background: #F4F448;
	transform: rotate(45deg);
	z-index: 0;
	margin-top: -6px;
}
div.applyConsider a:nth-child(1) dl dt::before,
div.applyConsider a:nth-child(4) dl dt::before,
div.applyConsider a:nth-child(5) dl dt::before{ background: #aae1ff;}

div.applyConsider a dl dd{
	order: 1;
	flex: 0 0 64px;
	
}
div.applyConsider a dl dd img{
	border-radius: 5px;
}

/* ======= TB =======*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
/* ======= SP =======*/
@media (max-width: 767px) {
	div.applyConsider{
		flex-direction: column;
		gap: 28px 24px;
	}
	div.applyConsider a{
		padding-right: 24px;
	}
	div.applyConsider a:nth-child(1),
	div.applyConsider a:nth-child(2),
	div.applyConsider a:nth-child(4){  border-right: none;}
	div.applyConsider a dl{
		display: flex;
		align-items: center;
		gap: 12px;

	}
	div.applyConsider a dl dt{
		position: relative;
		order: 2;
		flex: 1;
		padding-left: 22px;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.3em;
	}
	div.applyConsider a dl dt::before{
		position: absolute; top: 50%; left: 0px;
		content: "";
		width: 12px;
		height: 12px;
		background: #F4F448;
		transform: rotate(45deg);
		z-index: 0;
		margin-top: -6px;
	}
	div.applyConsider a:nth-child(1) dl dt::before,
	div.applyConsider a:nth-child(4) dl dt::before,
	div.applyConsider a:nth-child(5) dl dt::before{ background: #aae1ff;}

	div.applyConsider a dl dd{
		order: 1;
		flex: 0 0 64px;

	}
	div.applyConsider a dl dd img{
		border-radius: 5px;
	}
}


/*==============================*/
/* よくあるご質問 */
/*==============================*/

/*---------------------------------
   Frame
---------------------------------*/
section.topFaq-wrap{
	padding-top: 96px;
	padding-bottom: 88px;
	background: #E6F5FD;
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
	}


/*---------------------------------
   Content
---------------------------------*/
div.topFaq dl{
	position: relative;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 24px #365e6c1a;
}
div.topFaq dl:not(:last-child){ margin-bottom: 16px;}

div.topFaq dl::before{
	position: absolute; top: 30px; left: 28px;
	content: "";
	width: 32px;
	height: 32px;
	background: #F4F448;
	transform: rotate(45deg);
	z-index: 0;
}
div.topFaq dl::after{
	position: absolute; top: 36px; left: 39px;
	content: "Q";
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
	z-index: 99
}


div.topFaq dl dt{
	position: relative;
	width: 100%;
	padding: 36px 48px 36px 80px;
	color: #000;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3em;
	cursor: pointer;
	transition: 0.4s;
}
div.topFaq dl dt::before{
	position: absolute; top: 50%; right: 24px;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #18282b;
	border-right: 2px solid #18282b;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	transition: transform 260ms ease;
	margin-top: -5px;
}
div.topFaq dl dt.active::before{
	position: absolute; top: 50%; right: 24px;
	transform: rotate(-45deg);
	margin-top: -3px;
}

div.topFaq dl dd{
	max-height: 0;
  	transition: max-height 0.2s ease-out;
}
div.topFaq dl dd div{
	position: relative; top: -16px;
	padding: 0px 0px 24px 80px;
	opacity: 0;
  	transition: opacity 0.2s ease-out;
}
div.topFaq dl dd.active { max-height: 500px; }
div.topFaq dl dd.active div { opacity: 1;}

div.topFaq dl dd div p{
	color: #18282b;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.618em;
}

	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px){
	}

