@charset "utf-8";


/* -----------------------------------------------------------
    MV
-------------------------------------------------------------- */
.lower-ttl-area {
	height: 500px;
}

.lower-ttl-area .int-mv-inner .img-area {
	height:  500px;
}
.lower-ttl-area .int-mv-inner .img-area img {
    object-position: top;
}

.lower-ttl-area .txt-area {
    top: 250px;
}

#recruit .h1-wrap h1 {
    top: 520px;
}
#recruit .breadcrumbs {
    top: 510px;
}

@media screen and (max-width: 768px) {
	.lower-ttl-area {
		height: 100%;
		margin-bottom: 0;
	}

	.lower-ttl-area .int-mv-inner .img-area {
		height:  100%;
	}
	
	.lower-ttl-area .int-mv-inner .img-area img {
		object-position: center;
	}
	
	.lower-ttl-area .txt-area {
		top: auto;
	}
	
	#recruit .h1-wrap h1 {
		top: 5px;
	}
	
}



/* -----------------------------------------------------------
    募集要項
-------------------------------------------------------------- */

.job-description .job-box {
	margin: 80px auto;
}

.job-description .occupation {
    font-size: 2rem;
    font-weight: 500;
    background-color: #F5F7F9;
    padding: 25px;
	margin-bottom: 20px;
}

.job-description .txt span.bold {
    font-weight: 700;
	/*color: #31D8A8;*/
}

.job-description .job-box .table tr th {
	font-weight: 700;
}

.job-description .job-box .table .gray-bk {
	padding: 30px;
	margin-top: 30px;
	background-color: #f2f9ff;
	border-radius: 10px;
}

.job-description .job-box .table .gray-bk .s-ttl {
	font-weight: 700;
	border-bottom: solid 1px #71d2d2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.job-description .job-box .table ul li {
    margin: 0px 0 0px 20px;
    position: relative;
}
.job-description .job-box .table ul li::before {
    position: absolute;
    top: 13px;
    left: -13px;
    content: "";
    width: 4px;
    height: 4px;
    background: #31D8A8;
    border-radius: 50%;
}


@media screen and (max-width: 768px) {

	.job-description .job-box {
		margin: 40px auto;
	}

	.job-description .occupation {
		padding: 15px;
	}

	.job-description .job-box .table .gray-bk {
		padding: 20px;
		margin-top: 20px;
	}
	}


	