@charset "UTF-8";



/* recruit */
.recruit {margin-top:24px;}

.recruit:nth-of-type(1) {margin-top:0;}

.recruit_ttl {
	margin-bottom:24px;
	padding:8px 0;
	color:#FFF;
	font-size:117%;
	text-align:center;
	border-radius:4px;
	background:#69806C;
}

.recruit:nth-of-type(1) .text span:nth-of-type(1) {
	font-size:117%;
	font-weight:500;
}

.recruit_contents .inner {
	margin-top:16px;
	padding-bottom:8px;
	border-bottom:1px solid #C4BDB9;
}

.recruit_contents .inner:nth-of-type(1) {margin-top:0;}

.recruit_contents .inner p:nth-of-type(1) {font-weight:500;}

.recruit_contents .inner p:nth-of-type(2) {margin-top:4px;}


.recruit_imgbox{ margin: 10px 0; padding: 0 5px; }



@media screen and (min-width:1024px) {
	.recruit {margin-top:48px;}

	.recruit_ttl {
		margin-bottom:48px;
		font-size:115%;
		border-radius:8px;
	}

	.recruit:nth-of-type(1) .text span:nth-of-type(1) {font-size:100%;}

	.recruit_contents .inner {display:flex;}

	.recruit:nth-of-type(1) .text span:nth-of-type(1) {font-size:100%;}

	.recruit_contents .inner {margin-top:24px;}

	.recruit_contents .inner p:nth-of-type(1) {width:160px;}

	.recruit_contents .inner p:nth-of-type(2) {
		width:calc(100% - 160px);
		margin-top:0;
	}


	.recruit_imgbox{ margin: 15px 0; padding: 0 100px; }

}



/* qr_ttl */
.qr_ttl {
	margin-bottom:24px;
	text-align:center;
}

.qr_ttl span {display:block;}

.qr_ttl span:nth-of-type(1) {
	height:24px;
	font-size:200%;
	line-height:24px;
}

.qr_ttl span:nth-of-type(2) {
	height:12px;
	margin-top:8px;
	line-height:12px;
}


@media screen and (min-width:1024px) {
	.qr_ttl {margin-bottom:48px;}

	.qr_ttl span:nth-of-type(1) {
		height:32px;
		font-size:229%;
		line-height:32px;
	}

	.qr_ttl span:nth-of-type(2) {
		height:14px;
		line-height:14px;
	}
}



/* qr_text */
.qr_text {text-align:center;}



/* qr_image */
.qr_image {
	margin-top:24px;
	text-align:center;
}

.qr_image a {display:inline-block;}

.qr_image a img {
	width:auto;
	max-width:180px;
}


@media screen and (min-width:1024px) {
	.qr_image {margin-top:48px;}
}


