@charset "UTF-8";
/* sp(320px) */

/* スタッフ募集 */
#rec_staff {
	max-inline-size: 800px;
	margin-inline: auto;
}
#rec_staff .title {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	color: #000;
}
#rec_staff #job_description .ttl {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	color: #000;
	padding-block-end: .7em;
	border-block-end: 3px solid var(--fcolor);
	margin-block-end: 1.2em;
}
#rec_staff #job_description ul li {
	font-size: 15px;
	font-weight: bold;
	position: relative;
	padding-inline-start: .8em;
}
#rec_staff #job_description ul li:before {
	content: '・';
	position: absolute;
	inset: 0 auto auto 0;
}
#rec_staff #job_description .summary {
	margin-block-start: 1.6em;
}
#rec_staff #job_description dl {
	display: grid;
	grid-template-columns: 7em auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 0;
	margin-block-start: 1em;
}
#rec_staff #job_description dl dt {
	padding-block: 1.5em 1.5em;
}
#rec_staff #job_description dl dt:not(:last-of-type) {
	border-block-end: 1px dotted #959595;
}
#rec_staff #job_description dl dt br {
	display: inline-block;
}
#rec_staff #job_description dl dd {
	padding-block: 1.5em 1.5em;
	line-height: 1.9;
}
#rec_staff #job_description dl dd:not(:last-of-type) {
	border-block-end: 1px dotted #959595;
}
#rec_staff #job_description dl dd span {
	display: block;
	border-inline-start: 2px solid #fcf1f7;
	padding-inline-start: 1.5em;
}

/* 募集要項 */
#rec_staff #appli_req {
	border: 2px solid #fce2ef;
	border-radius: .6em;
	padding: 1.0em 1.8em;
}
#rec_staff #appli_req dl {
	display: grid;
	grid-template-columns: 6em auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 0;
}
#rec_staff #appli_req dl dt {
	padding-block: 1.2em 1.2em;
}
#rec_staff #appli_req dl dt:not(:last-of-type) {
	border-block-end: 1px dotted #959595;
}
#rec_staff #appli_req dl dd {
	padding-block: 1.2em 1.2em;
}
#rec_staff #appli_req dl dd:not(:last-of-type) {
	border-block-end: 1px dotted #959595;
}







@media handheld, print, screen and (min-width: 390px) {
/* iphone6 */


/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 414px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}



@media handheld, print, screen and (min-width: 480px) {
/* tablet */

/* スタッフ募集 */
#rec_staff .title {
	font-size: 20px;
}
#rec_staff #job_description .ttl {
	font-size: 20px;
}
#rec_staff #job_description ul li {
	font-size: 16px;
}

/* 募集要項 */
#rec_staff #appli_req {
	border: 3px solid #fce2ef;
	padding: 1.2em 2.8em;
}

/* end of media query(tablet) */	
}



@media handheld, print, screen and (min-width: 620px) {
/* iPad */

/* スタッフ募集 */
#rec_staff .title {
	font-size: 22px;
}
#rec_staff #job_description .ttl {
	font-size: 22px;
	padding-block-end: .7em;
	border-block-end: 3px solid var(--fcolor);
	margin-block-end: 1.2em;
}
#rec_staff #job_description ul li {
	font-size: 17px;
}
#rec_staff #job_description .summary {
	margin-block-start: 1.6em;
}
#rec_staff #job_description dl {
	grid-template-columns: 11em auto;
	margin-block-start: 3em;
}
#rec_staff #job_description dl dt {
	padding-block: 1.5em 1.5em;
}
#rec_staff #job_description dl dt br {
	display: none;
}
#rec_staff #job_description dl dd {
	padding-block: 1.5em 1.5em;
}
#rec_staff #job_description dl dd span {
	border-inline-start: 3px solid #fcf1f7;
	padding-inline-start: 1.8em;
}

/* 募集要項 */
#rec_staff #appli_req {
	border: 3px solid #fce2ef;
	padding: 2.0em 3.3em;
}
#rec_staff #appli_req dl {
	grid-template-columns: 10em auto;
}
#rec_staff #appli_req dl dt br {
	display: none;
}




/* end of media query(iPad) */	
}



@media handheld, print, screen and (min-width: 900px) {
/* pc */

/* スタッフ募集 */
#rec_staff .title {
	font-size: 26px;
}
#rec_staff #job_description .ttl {
	font-size: 26px;
	padding-block-end: .7em;
	border-block-end: 3px solid var(--fcolor);
	margin-block-end: 1.2em;
}
#rec_staff #job_description ul li {
	font-size: 18px;
}
#rec_staff #job_description .summary {
	margin-block-start: 1.6em;
}
#rec_staff #job_description dl {
	grid-template-columns: 11em auto;
	margin-block-start: 5em;
}
#rec_staff #job_description dl dt {
	padding-block: 1.5em 1.5em;
}
#rec_staff #job_description dl dd {
	padding-block: 1.5em 1.5em;
}
#rec_staff #job_description dl dd span {
	border-inline-start: 3px solid #fcf1f7;
	padding-inline-start: 1.8em;
}

/* 募集要項 */
#rec_staff #appli_req {
	border: 3px solid #fce2ef;
	padding: 2.5em 3.8em;
}
#rec_staff #appli_req dl {
	grid-template-columns: 10em auto;
}/* end of media query(pc) */
}