@charset "utf-8";

/*---------------------------------------------*/
/* recruit
============================================== */
#Page-recruit section.top-aisatsu {
	padding: 80px 0 20px 0;
}

.tsuyomiBox .top-aisatsu-table {
	width: 100%;
	display: flex;
	flex-direction: column;
    justify-content: flex-start;
}

.top-aisatsu-table{
	margin-bottom: 30px;
	
}

.udline {
    padding-bottom: 0.25em;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #256DBE;
    margin-bottom: 30px;
}

a{
	text-decoration: none;
}

.tsuyomiBox-images{
	display: flex;
    flex-direction: row;
    justify-content: space-around;
}


.tsuyomiBox-image{
	width: 25%;
}


.syoukai{
	width: 100%;
	margin-left: 20px;
}

.colorBlue-1 {
    color: #256DBE;
}

.recruit-font{
	display: inline-block;
    position: relative;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #333333;
}

.btn {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}

.my-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important;
}

.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important;
}

.d-block {
    display: block!important;
}

.mb-4 {
    margin-bottom: 0.8rem!important;
}



@media screen and (max-width:991.98px) {
	.tsuyomiBox {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		flex-wrap: wrap;
        width: 100%;
        padding: 0 10px;
	}
    
	.tsuyomiBox .top-aisatsu-table {
		width: 100%;
		margin-bottom: 30px;
		display: flex;
		align-items: flex-start;
	}

	.recruit-line div:nth-child(2n) {
		width: 100%;
	}
    
	.recruit-midashi {
		width: 100%;
	}
	
	.tsuyomiBox-images{
        width: 100%;
        flex-wrap: wrap;
    }
	
	.tsuyomiBox-image {
        width: 100%;
        margin-bottom: 20px;
    }
	
	.syoukai {
        width: 100%;
        margin: 0 ;
    }


}





/*---------------------------------------------*/
/* recruit
============================================== */
#Page-recruit section.top-aisatsu {
	padding: 50px 0 20px 0;
}
#Page-recruit .tsuyomiBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
#Page-recruit .tsuyomiBox .top-aisatsu-table {
	width: 100%;
	display: flex;
	flex-direction: column;
    justify-content: flex-start;
}


.top-aisatsu-button {
	padding: 50px;
	background-color: rgba(29,61,175,0.20);
}



.recruit-info {
	border: 0.5px solid #aaa;
}

.recruit-line {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.recruit-info .recruit-line {
	border-top: 0.5px solid #aaa;
	border-collapse: collapse;
	line-height: 1.8rem;
}

.recruit-line div:nth-child(2n) {
	width: 82%;
}
.recruit-line div:nth-child(2n) p {
	margin: 0;
	padding:  1em;
	}
.recruit-midashi {
	background-color: rgba(0,0,87,.7);
	padding-left: 0em;
	width: 18%;
	display: flex;
	align-items: center;
}
.recruit-midashi p {
	text-align: center;
	margin: 0 auto;
	color: #ffffff!important;
	font-size: 1.6rem;
}

.recruit-info .recruit-line p {
	font-size: 1.6rem;
	line-height: 2.5rem;
}

#parttime .recruit-midashi {
	background-color: rgba(17,49,85,.7);
}

.rec-number {
	font-family: "Arial Black", Gadget, "sans-serif";
	font-size: 50px;
	letter-spacing: 0.1em;
	color: #f2f2f2;
	margin-bottom: 5px;
	line-height: 1em;
}
a.recruit-push {
	display: block;
	border: 1px solid #256DBE;
	padding: 0.75em;
	margin: 0 auto;
	font-size: 26px;
	font-weight: bold;
	background-color: #fff;
	max-width: 600px;
}

@media screen and (max-width:767.98px) {
	#Page-recruit .tsuyomiBox {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#Page-recruit .tsuyomiBox .top-aisatsu-table {
		width: 100%;
		margin-bottom: 30px;
		display: flex;
		align-items: flex-start;
	}

	.recruit-line div:nth-child(2n) {
		width: 100%;
	}
	.recruit-midashi {
		width: 100%;
		padding: 10px;
	}
}




.job-section {
    display: none;
    margin-top: 10px;
  }

  .job-section.active {
    display: block;
  }


.workstyleBox {
    display: flex;
    column-gap: 30px;
}

.workstyleBox button {
    width: 49%;
    display: block;
    border: none;
}






/*---------------------------------------------*/
/* recruit-top
============================================== */
.recruit-top {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 100px 0;
}

.recruit-top .bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.recruit-top .inner-text {
	width: 100%;
	max-width: 960px;
}

.recruit-top .inner-text h2 {
	font-size: clamp(22px, 7vw, 30px);
	font-weight: bold;
	text-align: center;
	color: rgb(0,0,87);
}

.recruit-top .inner-text p {
	width: 22em;
	margin: 3em auto 0 auto;
	font-size: clamp(11px, 4vw, 20px);
}


@media screen and (min-width: 768px) {
	.recruit-top .inner-text p {
		width: 72%;
		margin: 3em auto 0 auto;
	}

	.recruit-top .inner-text h2 {
		font-size: 30px;
	}
}