/*---------------------------------------------*/
/* recruit
============================================== */
#Page-recruit section.top-aisatsu {
	padding: 80px 0 20px 0;
}

#Page-recruit main{
	max-width: 1200px;
	margin: 0 auto;
}

.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 #1d3daf;
    margin-bottom: 30px;
}

.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: 2.8rem;
}

.recruit-line div:nth-child(2n) {
	width: 85%;
}
.recruit-line div:nth-child(2n) p {
	margin: 0;
	padding:  1em;
	}
.recruit-midashi {
	font-weight: bolder;
	background-color: #3F48cc;
	padding-left: 0em;
	width: 15%;
	display: flex;
	align-items: center;
}
.recruit-midashi p {
	text-align: center;
	margin: 0 auto;
	color: #ffffff!important;
}


a.recruit-push {
    display: block;
    border: 1px solid #0653b2;
    padding: 0.75em;
    margin: 0 auto;
    font-size: 26px;
    font-weight: bold;
    background-color: #fff;
    max-width: 600px;
}

a{
	text-decoration: none;
}

.oubo:hover{
    opacity: 0.5;
}

.recruit-info .inner-address {
	padding: 1rem;
}
.recruit-info .inner-address div {
		margin-bottom: 0px!important;
	width: 100%!important;
	}
.recruit-info .inner-address div p {
		padding: 0;
		margin: 0 0 0.5em 0;
	}

.recruit-info .inner-address div p:first-of-type {
	width:6.5em;
	margin-right: 0.5em;
}

.inner-address div p:nth-child(2n) {
		width: 100%;
	max-width: 99em;
		margin-right: 0em;
	}

.tsuyomiBox-images{
	display: flex;
    flex-direction: row;
    justify-content: space-around;
}


.tsuyomiBox-image{
	width: 25%;
}


.syoukai{
	width: 100%;
	margin-left: 20px;
}

.colorBlue-1 {
    color: #3F48cc;
}

.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;
}

.p-4 {
    padding: 3.5rem!important;
	max-width: 900px;
}



@media screen and (max-width:991.98px) {
	.tsuyomiBox {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		flex-wrap: wrap;
        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%;
	}
	
	.inner-address p {
		font-size: 14px;
	}
    
	.inner-address div p:first-of-type {
		widht: 100%;
	}
	
	.tsuyomiBox-images{
        width: 100%;
        flex-wrap: wrap;
    }
	
	.tsuyomiBox-image {
        width: 100%;
        margin-bottom: 20px;
    }
	
	.syoukai {
        width: 100%;
        margin: 0 ;
    }
	
	.p-4 {
    padding: 1.5rem!important;
}


}



