@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
募集要項
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.job-header .image {
	background-image: url("/recruit/img/job/header.jpg");
}
.job-header.essence .image {
	background-image: url("/recruit/img/job/header_essence.jpg");
}
.job-header.career .image {
	background-image: url("/recruit/img/job/header_career.jpg");
}
.job-header.part .image {
	background-image: url("/recruit/img/job/header_part.jpg");
}
.job-header.arbeit .image {
	background-image: url("/recruit/img/job/header_arbeit.jpg");
}
.job-header.intern .image {
	background-image: url("/recruit/img/job/header_intern.jpg");
}
.job-header.tour .image {
	background-image: url("/recruit/img/job/header_tour.jpg");
}

.job-menu .menu-li:nth-last-child(n+3) {
	margin-bottom: 50px;
}

.job-menu .link {
	display: flex;
	opacity: 1;
	position: relative;
	height: 146px;
	padding: 0 20px;
	border-radius: 10px;
	background: #fff;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.job-menu .heading-line-bottom {
	margin-bottom: 0;
	color: #7494d8;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.4;
}

.job-menu .heading-line-bottom::after {
	width: 20px;
	margin: 10px auto 0;
}

.job-menu .link:hover .heading-line-bottom::after {
	width: 36px;
}

.job-menu .button {
	max-width: 112px;
	height: 35px;
	font-size: 1.3rem;
}

.job-article .frame-inner {
	font-size: 1.4rem;
}

.job-intro .menu-ul {
	display: flex;
	max-width: 900px;
	margin: 0 auto 70px;
	flex-flow: wrap;
	justify-content: space-between;
}

.job-intro .menu-li {
	width: 48.5%;
	margin-bottom: 8px;
}

.job-intro .menu-li a {
	display: flex;
	height: 52px;
	padding: 0 10px;
	border-radius: 6px;
	background: #ffead7;
	line-height: 1.3;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.job-intro .menu-li.current a {
	background: #ff9698;
	color: #fff;
	font-weight: 500;
}

.job-intro .menu-li a:hover {
	opacity: 1;
	background: #ff9698;
	color: #fff;
}

.job-intro .annotation {
	display: table;
	margin: 40px auto 0;
	font-size: 1.3rem;
	text-align: left;
}

.job-intro .bullet-ul {
	text-align: left;
}

.job-intro .exclamation::before {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 6px;
	background: url("/recruit/img/job/exclamation.png") center center no-repeat;
	background-size: contain;
	vertical-align: -3px;
	content: "";
}

.job-flow .flow-ul {
	position: relative;
	max-width: 700px;
	margin: auto;
}

.job-flow .flow-ul::before {
	position: absolute;
	top: 30px;
	bottom: 30px;
	left: 85px;
	width: 0;
	border-left: 3px solid #ffbcbd;
	content: "";
}

.job-flow .flow-li {
	position: relative;
	z-index: 1;
}

.job-flow .flow-li:nth-last-child(n+2) {
	margin-bottom: 60px;
}

.job-flow h3 {
	display: flex;
	width: 140px;
	height: 140px;
	border: 1px solid #ff9698;
	border-radius: 50%;
	background: #fff;
	color: #ff9698;
	font-weight: 700;
	font-size: 2rem;
	text-align: center;
	flex: none;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.job-flow h3 .small {
	font-weight: 400;
	font-size: 1.3rem;
}

.job-flow .text {
	background: #fff;
}

.job-flow .subtitle {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 1.8rem;
}


@media screen and (min-width: 896px) {
.job-intro .menu-li {
	width: 15.8%;
}
}

@media screen and (max-width: 767.9px) {
.job-menu .menu-li:nth-last-child(2) {
	margin-bottom: 50px;
}

.job-flow .flow-ul::before {
	right: 0;
	left: 0;
	margin: auto;
}

.job-flow h3 {
	margin: 0 auto 15px;
}

.job-flow .text {
	padding: 5px 0 10px;
}

.job-flow .subtitle {
	display: table;
	margin-right: auto;
	margin-left: auto;
}
}
