@charset "utf-8";

/********** 【仮】 サイトの定義 **********

使用する文字サイズ：
10px
12px
14px
16px（基本）
18px（中サイズ見出し）
20px（特例:TOPの検索するボタンなど）
24px（特例:TOPのエリア検索・駅検索など）
28px（大サイズ見出し）

空白の使用サイズ：
10px
20px
40px（基本）
60px
120px（大見出しの段落ごと）

*******************************/


/********** メイン画像（ページ見出しタイトル）＋説明文 **********/
#main_Image_SubPage {
	position: relative;
	top: 196px;

	width: 100%;
	height: 240px;

	background-image: url("../../img/main_Image/pc/sub.png");
	background-repeat: no-repeat;
	background-position: center center;

	border-bottom: 1px solid #ddd;
}

#main_Image_SubPage .headline {
	width: 1200px;

	/* 上下左右の中央寄せ */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);

	z-index: 3;
}

#main_Image_SubPage .headline h2 {
	height: 81px;
	line-height: 81px;
	margin: 0 0 20px 0;
	font-size: 60px;

	font-family: 'Noto Sans JP',system-ui;
	font-weight: 900;

	color: #000;
	text-align: center;

	text-shadow:
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff;
}
#main_Image_SubPage .headline h2::first-letter {
	color: #ff33b0;
	font-size: 72px;
}


#main_Image_SubPage .headline p {
	color: #fff;
	text-align: center;
	letter-spacing: 1.75px;

	display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;

	text-shadow:
		0 0 2px #ff33b0,
		0 0 2px #ff33b0,
		0 0 2px #ff33b0,
		0 0 2px #ff33b0,
		0 0 2px #ff33b0,
		0 0 2px #ff33b0,
		0 0 2px #ff33b0,
		0 0 2px #ff33b0,
		0 0 2px #ff33b0,
		0 0 2px #ff33b0,

		0 0 2px #ff33b0,
		0 0 2px #ff33b0,
		0 0 2px #ff33b0,
		0 0 2px #ff33b0,
		0 0 2px #ff33b0;
}




main {
	padding-top: 196px;
}




/********** 18歳未満による求人応募はご遠慮下さい ※下層ページのみ適用 **********/

section#exit div.content {
	padding: 10px 0;
}




/********** 下層ページ 全共通 CSS **********/

main .page {
	width: 100%;
	padding: 80px 0;
}

main .page .pageInner {
	width: 1200px;
	margin: 0 auto;
}


/*** 中央カラム＋右カラム 共通CSS ***/
aside .item h3,
main .page div.Center section article h3 {
	height: 59px;
	line-height: 37px;

	margin: 0 0 20px 0;
	padding: 10px 15px;

	font-size: 24px;
	font-weight: bold;

	border: 1px solid #c0c0c0;
	border-radius: 6px;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;

	background: #e2e2e2;
	background: linear-gradient(to bottom,#ffffff 0%,#e2e2e2 100%);

	-webkit-box-shadow: 0px -2px 2px -1px #fff inset;
			box-shadow: 0px -2px 2px -1px #fff inset;
}
aside .item h3::before,
main .page div.Center section article h3::before {
	content: '';
	padding-left: 10px;
	border-left: 5px solid #ff33b0;
}

aside .item h3 span,
main .page div.Center section article h3 span {
	color: #ff33b0;
}

main .page div.Center section article h3 font.small {
	font-size: 20px;
	font-weight: normal;
}


/*** 中央カラム CSS ***/

main .page div.Center {
	float: left;
	width: 920px;
}

main .page div.Center section {
	text-align: left;
}
main .page div.Center section:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

main .page div.Center section article {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dashed #ccc;
}
main .page div.Center section article:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

main .page div.Center section article p {

}

main .page div.Center section article p.description {
	margin: 0 0 20px 0;
}

main .page div.Center section article p span {
	margin: 0 2.5px;
	padding: 0 2.5px;
	font-size: 18px;
	color: #ff33b0;
	background-image: linear-gradient(transparent 57.5%, #ffff77 0%);
}

main .page div.Center section article p .gray {
	font-size: 12px;
	color: #999;
}
main .page div.Center section article p .gray::before {
	content: "（";
	margin: 2.5px;
}
main .page div.Center section article p .gray::after {
	content: "）";
	margin: 2.5px;
}

main .page div.Center section article p .gray a {
	color: #999;
}


main .page div.Center section article table {
	width: 100%;
	font-size: 16px;
	border-collapse: separate;
	border-spacing: 0px 1px;
}


main .page div.Center section article table th {
	position: relative;

	vertical-align: middle;

	width: 25%;
	padding: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-align: center;

	background: #ff33b0;

	overflow: visible;
}
main .page div.Center section article table tr:first-child th {
	border-radius: 6px 0 0 0;
}
main .page div.Center section article table tr:last-child th {
	border-radius: 0 0 0 6px;
}
main .page div.Center section article table th:after {
	position: absolute;
	left: 100%;
	top: 50%;

	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;

	border: solid transparent;
	border-left-color: #ff33b0;
	border-width: 10px;
	margin-top: -10px;
}

main .page div.Center section article table th span {
	font-size: 12px;
}

main .page div.Center section article table th font.yellow {
	color: yellow;
}

main .page div.Center section article table th font.large {
	vertical-align: -2px;
	margin: 0 3px;
	font-size: 24px;
	font-weight: bold;
}


main .page div.Center section article table td {
	width: 75%;
	padding: 20px 20px 20px 25px;
	background: #f8f8f8;
}
main .page div.Center section article table tr:first-child td {
	border-radius: 0 6px 0 0;
}
main .page div.Center section article table tr:last-child td {
	border-radius: 0 0 6px 0;
}

main .page div.Center section article table td.shop {
	padding: 20px 20px 0 25px;
}

main .page div.Center section article table td.shop ul {

}

main .page div.Center section article table td.shop ul li {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% / 3 - 40px / 3);
	margin-right: 20px;
	margin-bottom: 20px;
}
main .page div.Center section article table td.shop ul li:nth-child(3n) {
	margin-right: 0;
}

main .page div.Center section article table td.shop ul li img {
	width: 100%;
}


main .page div.Center section article table td.area ul {

}

main .page div.Center section article table td.area ul li {
	display: inline-block;

	width: calc(100% / 6 - 50px / 6);
	height: 30px;
	line-height: 30px;

	margin-right: 10px;
	margin-bottom: 10px;

	font-size: 14px;
	color: #fff;
	text-align: center;

	background: #ff66c4;
	border-radius: 30px;
}

main .page div.Center section article table td.area ul li:nth-child(6n) {
	margin-right: 0;
}

main .page div.Center section article table td font.gray {
	font-size: 12px;
	color: #999;
}
main .page div.Center section article table td font.gray::before {
	content: "（";
	margin: 2.5px;
}
main .page div.Center section article table td font.gray::after {
	content: "）";
	margin: 2.5px;
}

main .page div.Center section article table td span.large {
	vertical-align: -2px;
	margin: 0 3px;
	font-size: 24px;
	font-weight: bold;
}

main .page div.Center section article table td span.addition {
	font-size: 12px;
}
main .page div.Center section article table td span.addition::before {
	content: "※";
	color: #ff33b0;
}

main .page div.Center section article table td i {
	margin-right: 5px;
	color: #ff33b0;
}


/*** 求人応募フォームはこちら ボタン画像 ***/
main .page div.Center .Btn_form {
	margin: 80px auto 0;
}

main .page div.Center section article .Btn_form {
	width: 480px;
	margin: 40px auto 0;
}




/********** お仕事の流れ ページ **********/

main .page div.Center#process section article {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;

	height: 255px;
}
main .page div.Center#process section article:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}


main .page div.Center#process section article .image_L {
	float: left;
	vertical-align: top;
	width: 273px;
	margin-right: 20px;
	border: 6px solid #ddd;
}

main .page div.Center#process section article .text_R {
	float: right;
	vertical-align: top;
	width: 610px;
}

main .page div.Center#process section article .text_L {
	float: left;
	vertical-align: top;
	width: 610px;
	margin-right: 20px;
}

main .page div.Center#process section article .image_R {
	float: right;
	vertical-align: top;
	width: 273px;
	border: 6px solid #ddd;
}

main .page div.Center#process section article .image_L img,
main .page div.Center#process section article .image_R img {
	width: 100%;
	outline: 2px solid #fff;
}

main .page div.Center#process section article .text_R p,
main .page div.Center#process section article .text_L p {
	margin-bottom: 10px;
}
main .page div.Center#process section article .text_R p:last-child,
main .page div.Center#process section article .text_L p:last-child {
	margin-bottom: 0;
}

main .page div.Center#process section article .text_R p a,
main .page div.Center#process section article .text_L p a {
	color: #FF7FCE;
}

main .page div.Center#process section article .text_R p.addition,
main .page div.Center#process section article .text_L p.addition {
	color: #999;
}
main .page div.Center#process section article .text_R p.addition::before,
main .page div.Center#process section article .text_L p.addition::before {
	content: "※";
	color: #ff33b0;
}

main .page div.Center#process section article .text_R p.addition font,
main .page div.Center#process section article .text_L p.addition font {
	font-weight: bold;
	color: red;
}


main .page div.Center#process section .next {
	width: 200px;
	height: 140px;

	margin: 40px auto;

	background-image: url('../../img/process/next.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

	clear: both;
}




/********** 先輩たちの声・実際の収入例 ページ **********/

main .page div.Center#voice section article .profile {
	margin-bottom: 20px;
}

main .page div.Center#voice section article .profile .photo {
    position: relative;
	display: inline-block;
	vertical-align: top;
    width: 160px;
    height: 160px;
	margin-right: 20px;
}
main .page div.Center#voice section article .profile .photo::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0; /* 一番下に敷く */
        border-radius: 50%;
        background: linear-gradient(65deg, #8114b0, #ff4291 50%, #f7ff3c);
}
main .page div.Center#voice section article .profile .photo::after {
        content: "";
        position: absolute;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        top: 4px;
        left: 4px;
        z-index: 0;  /* グラデーションの上に被せる、かつ表示したいテキストより下にする */
        border-radius: 50%;

		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
}


main .page div.Center#voice section article .profile .text {
	display: inline-block;
	vertical-align: top;
    width: 740px;
}

main .page div.Center#voice section article .profile .text p {
	line-height: 1.25;

	font-family: 'HuiFont109';
	font-size: 24px;
	font-weight: bold;
}

main .page div.Center#voice section article .profile .text p .large { font-size:32px; }

main .page div.Center#voice section article .profile .text p .Pink		{ color:#ff33b0; }
main .page div.Center#voice section article .profile .text p .Blue		{ color:#38b6ff; }
main .page div.Center#voice section article .profile .text p .Green		{ color:#00b900; }
main .page div.Center#voice section article .profile .text p .Orange	{ color:#ff9600; }
main .page div.Center#voice section article .profile .text p .Purple	{ color:#a54cff; }
main .page div.Center#voice section article .profile .text p .Red		{ color:#ff0000; }



main .page div.Center#voice section article table.voice th {
	width: 20%;
}

main .page div.Center#voice section article table.voice td {
	width: 80%;
}

main .page div.Center#voice section article table.voice td p.Q {
	display: inline-block;
	margin-bottom: 5px;
}

main .page div.Center#voice section article table.voice td p.Q span {
	margin: 0;
	padding: 0;

	font-size: 16px;
	font-weight: 900;
}

@font-face {
font-family:HuiFont109;
src:url('../../fonts/HuiFont109.ttf') format("truetype");
}
main .page div.Center#voice section article table.voice td p.A {
	line-height: 1.3;

	font-family: 'HuiFont109';
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

main .page div.Center#voice section article table.voice td p span.addition {
	margin: 0;
	padding: 0;
	color: #999;
	background-image: unset;
}




/********** よくある質問 Q＆A ページ **********/

main .page div.Center#faq {

}

main .page div.Center#faq h4 {
	font-family: 'Noto Sans JP',system-ui;
	font-weight: 700;

	height: 29px;
	line-height: 29px;
	margin: 0 0 20px 0;
	padding-left: 10px;
	font-size: 20px;
	text-align: left;
	border-left: 5px solid #ff33b0;
}

main .page div.Center#faq h4.first {
	margin: 0 0 20px 0;
}


/* よくある質問 Q＆A 一覧 */
main .page div.Center#faq .qa-list {
	margin-bottom: 40px;
}

main .page div.Center#faq .qa-list dl {
	position: relative;
	margin: 20px 0 0;
	cursor: pointer;
	border: 1px solid #ff33b0;
}
main .page div.Center#faq .qa-list dl:first-child {
  margin-top: 0;
}
main .page div.Center#faq .qa-list dl::after {
	position: absolute;
	top: 23px;
	right: 20px;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	content: '';
	transform: rotate(135deg);
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}
main .page div.Center#faq .qa-list .open::after {
	top: 29px;
	transform: rotate(-45deg);
}
main .page div.Center#faq .qa-list dl dt {
	position: relative;
	line-height: 24px;
	margin: 0;
	padding: 20px 20px 20px 56px;
	background: #FF7FCE;

	font-size: 18px;
	color: #fff;
	text-align: left;
}
main .page div.Center#faq .qa-list dl dt::before {
	font-family: 'Noto Sans JP',system-ui;
	font-weight: 900;

	font-size: 24px;
	line-height: 1;
	position: absolute;
	top: 16px;
	left: 20px;
	display: block;
	content: 'Q.';
}
main .page div.Center#faq .qa-list dl dd::before {
	font-family: 'Noto Sans JP',system-ui;
	font-weight: 900;

	font-size: 24px;
	line-height: 1;
	position: absolute;
	top: 19px;
	left: 20px;
	display: block;
	content: 'A.';
	color: #ff33b0;
}
main .page div.Center#faq .qa-list dl dd {
	position: relative;
	margin: 0;
	padding: 20px 20px 20px 56px;

	text-align: left;
}
main .page div.Center#faq .qa-list dl dd p {
	margin: 10px 0 0;
}
main .page div.Center#faq .qa-list dl dd p:first-child {
	margin-top: 0;
}

main .page div.Center#faq .qa-list dl dd p span {
	font-size: 16px;
	font-weight: bold;
}

main .page div.Center#faq .qa-list dl dd p a,
main .page div.Center#faq .qa-list dl dd p a:hover {
	color: #FF7FCE;
}




/********** 系列店一覧 （ グループ店舗一覧 ）※グループ店舗一覧ページのみ適用 **********/

/* 打ち消し */
main .page div.Center section#shoplist article .List .item #Right table tr:first-child th {
	border-radius: 0;
}
main .page div.Center section#shoplist article .List .item #Right table tr:last-child th {
	border-radius: 0;
}

main .page div.Center section#shoplist article .List .item #Right table th:after {
	border: 0;
	border-left-color: unset;
	border-width: 0;
}

main .page div.Center section#shoplist article .List .item #Right table tr:first-child td {
	border-radius: 0;
}
main .page div.Center section#shoplist article .List .item #Right table tr:last-child td {
	border-radius: 0;
}


section#shoplist article .List .item {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dashed #ccc;
}
section#shoplist article .List .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}


section#shoplist article .List .item #Left {
	width: 361px;
	height: unset;
	margin-right: 0;

	margin-left: 0;
	padding-left: 0;
}

section#shoplist article .List .item #Left .name p {
	width: 339px;
	text-align: center;
}

section#shoplist article .List .item #Left .thumbnail {
	width: 359px;
	height: 359px;
}


section#shoplist article .List .item #Right {
	width: 539px;
	height: unset;

	margin-right: 0;
	padding-right: 0;
}

section#shoplist article .List .item #Right table {
	width: 539px;
}

section#shoplist article .List .item #Right table th {
	width: 116px;
}


section#shoplist article .List .item #Right table td {
	width: 382px;
}

section#shoplist article .List .item #Right table td .text {
	width: 380px;
	font-size: 14px;
}







/********** プライバシーポリシー ページ **********/

main .page div.Center#privacy section article table tr th {
	border-radius: 6px 0 0 6px;
}

main .page div.Center#privacy section article table tr td {
	border-radius: 0 6px 6px 0;
}




/*** 右カラム CSS ***/

main .page aside {
	float: right;
	width: 240px;
}

main .page aside .item {
	margin-bottom: 40px;
}

main .page aside .item ul {

}

main .page aside .item ul li {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
main .page aside .item ul li:last-child {
	margin-bottom: 0;
}

main .page aside .item ul li img {
	width: 100%;
}




/********** 求人解説メニュー （ 各ページ誘導用リンク ） ※下層ページにのみ適用 **********/

section#pageLink {
	background: #f5f5f7;
}
