@charset "UTF-8";

/**==============================================**/
/*
/*			共通設定
/*
/**==============================================**/

.headd-top img {
	display: block;
	margin: auto;
	max-width: 100%;
	max-width: 436px;
}

/* sec-01 */
div.sec-01 {}
.sec-01 > img {
	display: block;
	width: 100%;
	margin: auto;
}
.sec-01 > p {
	
}
.sec-01 div.sec-01-under {
	border-color: #7a8aff;
	border-style: solid;
	border-radius: 10px;
	box-sizing: border-box;
	border-width: 2px;
}
.sec-01-under > strong > img {
	display: block;
	margin: auto;
	max-width: 612px;
	width: 96%;
}
.sec-01-under a.tel-link img {
	display: block;
	margin: auto;
	max-width: 516px;
	width: 90%;
}
.sec-01-under p.btn a {
	background-color: #7a8aff !important;
}




/* sec-02 */
div.sec-02 {
	position: relative;
}
ul.flow-list li {
	position: relative;
}
/*
.flow-list li strong {
	position: relative;
}
*/
.flow-list li:not(:last-child):after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #fadd00 transparent transparent transparent;
}

.flow-list li div.fukidashi {
	border-color: #ff6e98;
	border-style: solid;
	border-width: 2px;
}
.flow-list li div.fukidashi:after {
	content: "";
	display: block;
	background-image: url(../img/guideline/flow-fukidashi-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
}





/* sec-03 */
div.sort {
	border: 1px solid #C9CACA;
	background: #EFEFEF;
}
.sort ul {}
.sort ul li {}
.sort ul li a,
.sort ul li span {
	display: block;
	text-align: center;
}
.sort ul li a {
	display: block;
	text-decoration: none;
}
.sort ul li {
	border-left: 1px solid #C9CACA;
}
.sort ul li:first-child {
	background: url(../img/guideline/sort-icon.svg) 8px 50% no-repeat;
	text-align: center;
	border-left: 0;
}
.sort a.ac {
	background: #ff6e98;
	color: #ffffff;
}
div.rec-wrap {
	border-top: 1px dotted #ff6e98;
}
.rec-wrap h4 {
	border-bottom: 1px dotted #ff6e98;
	position: relative;
	font-weight: normal;
}
span.conscription {
	background: #ff6500;
	text-align: center;
	color: #fff;
	display: block;
	border-radius: 5px;
	/*	position: absolute;*/
}
span.part {
	position: relative;
	display: inline-block;
	font-weight: bold;
	box-sizing: border-box;
}
span.part:before {
	content: "●";
	color: #ff6e98;
}
span.location {
	display: inline-block;
	border-left: 1px dotted #ff6e98;
}
span.employment {
	box-sizing: border-box;
	display: inline-block;
	border-left: 1px dotted #ff6e98;
}
span.oc_btn {
	box-sizing: border-box;
	background: #ff6e98;
	color: #fff;
	position: relative;
	display: inline-block;
	float: right;
	cursor: pointer;
	text-align: center;
}
.oc_btn:before {
	content: "";
	position: absolute;
	background-color: #fadc00;
	background-image: url(../img/common/icon-arrow_p-b.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	top: 0;

}
.oc_btn.open:after {
	content: "募集要項を閉じる";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/*	color: #221814;*/
	background: #ff6e98;
}

.oc_btn.open:before {
	content: "";
	display: block;
/*	background-color: #E6E5E5;*/
	background-image: url(../img/guideline/recruit-pd-close.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
div.oc_box {
	display: none;
	width: 100%;
}
.oc_box > table {
	border: 1px solid #C9CACA;
}
.oc_box > table > tbody > tr {
	border-bottom: 1px solid #C9CACA;
}
.oc_box > table > tbody > tr > th {
	background: #EFEFEF;
	border-right: 1px solid #C9CACA;
	vertical-align: middle;
	letter-spacing: 1px;
	font-weight: normal;
}
.oc_box > table > tbody > tr > td {
	vertical-align: middle;
} 
.oc_box p.btn a {
	position: relative;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.btn a:hover {
	text-decoration: underline;
}

p.btn {
	text-align: center;
}
p.btn a {
	color: #fff;
	background-color: #ff6e98;
	background-image: url(../img/common/icon-arrow_w-r.svg);
	background-repeat: no-repeat;
	background-size: auto;
	display: inline-block;
	width: 100%;
	border: 0;
}
div.inquery-wrap {
	box-sizing: border-box;
	border: 1px solid #ff6e98;
	max-width: 594px;
	margin-right: auto;
	margin-left: auto;
}
.inquery-wrap a {
	color: #ff6e98;
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: relative;
}
.inquery-wrap a span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.inquery-wrap a span:after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url(../img/common/icon-arrow_p-r.svg) 50% 50% / contain no-repeat;
}
.inquery-wrap a span:after {
	margin-bottom: -2px;
}



/**==============================================**/
/*
/*			SP
/*
/**==============================================**/

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

	.headd-top {
		margin: 10% auto 5%;
	}
	 .headd-top img {
		width: 100%;
	}



	/* sec-01 */
	div.sec-01 {}
	.sec-01 > img {
		margin: 5% auto;
	}
	.sec-01 ul.catch-list {}
	.catch-list li {
		width: 100%;
		margin: 0 auto 5%;
		max-width: 338px;
		max-width: 90%;
	}







	/* sec-01 */
	.sec-01 > img {
		margin-bottom: 5%x;
	}
	.sec-01 > p {
		font-size: 1.6rem;
		line-height: 1.6;
		margin-bottom: 5%;
	}
	.sec-01 div.sec-01-under {
		width: 100%;
		margin: 0 auto 15%;
		padding: 6% 4% 3%;
	}
	.sec-01-under p:not(.btn) {
		line-height: 1.6;
		margin: 5% auto 3%;
		font-size: 1.6rem;
		/*		margin: 18px auto 24px;*/
		/*		text-align: center;*/
	}
	.sec-01-under > strong > img {
		display: block;
		margin: auto;
		width: 96%;
	}
	.sec-01-under a.tel-link img {
		display: block;
		margin: auto;
		max-width: 516px;
		width: 90%;
	}
	.sec-01-under p.btn a {
		background-color: #7a8aff !important;
		background-position: 90% 50%;
	}
	.sec-01-under p.btn {
		margin: 8% auto 5%;
	}




	/* sec-02 */
	ul.flow-list {}
	ul.flow-list li {
		box-sizing: border-box;
		margin-bottom: 18%;
	}
	.flow-list li p:not(.btn) {
		font-size: 1.6rem;
		line-height: 1.6;
		min-height: 3.2em;
		padding-left: 3.5em;
/*		margin-top: -.4em;*/
	}
	.flow-list li p.btn {
/*		text-align: left;*/
		margin-top: 3%;
	}
	.flow-list li p.btn a {
		width: 292px;
		text-align: center;
		background-position: 90% 50%;
		/*		line-height: 50px;*/
	}
	.flow-list li strong {
		display: block;
	}
	.flow-list li strong img {
		width: 80%;
		display: block;
	}
	.flow-list li:after {
		position: absolute;
		top: 112%;
		left: 0;
		right: 0;
		margin: auto;
		border-width: 26px 15px 0 15px;
		
	}
	.flow-list li:first-child {}
	.flow-list li:nth-child(3) div.fukidashi {
		width: 84%;
		padding: 5% 3%;
		box-sizing: border-box;
		border-radius: 10px;
		margin-left: auto;
		margin-right: 0;
		position: relative;
	}
	.flow-list .fukidashi > img {
		margin: auto;
		display: block;
		max-width: 100%;
	}
	.flow-list li div.fukidashi:after {
		position: absolute;
		bottom: 97%;
		left: 10%;
		width: 20px;
		height: 24px;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		
	}








/* sec-03 */
	div.sort {
		width: 94%;
		margin: 3% auto 5%;
	}
	.sort ul {}
	.sort ul li {
		width: 100%;
		box-sizing: border-box;
		border-bottom: 1px solid #C9CACA;
		background-size: auto 50% !important;
	}
	.sort ul li:last-child {
		border-bottom: 0;
	}
	.sort ul li a,
	.sort ul li span {
		font-size: 1.6rem;
		line-height: 2.2;
	}
	div.rec-wrap {
		width: 100%;
		margin: auto;
	}
	.rec-wrap h4 {
		padding-top: 5%;
		font-size: 1.6rem;
	}
	span.conscription {
		padding: 1% 3%;
		font-size: 1.5rem;
		position: relative;
		display: inline-block;
	}
	span.part {
		width: 100%;
		border-left-width: 4px;
		padding: .5% 1% .5% 3%;
		font-size: 1.6rem;
		margin: 1% 0 1% 0;
		line-height: 1.6;
	}
	span.location {
		width: 100%;
		padding-left: 10px;
		line-height: 1.6;
		margin-bottom: 1%;
	}
	span.employment {
		width: 100%;
		padding-left: 10px;
		line-height: 1.6;

	}
	span.oc_btn {
		width: 60%;
		height: 33px;
		line-height: 33px;
		font-size: 1.6rem;
		float: none;
		margin: 3% auto 4%;
		display: block;
	}
	.oc_btn:before {
		position: relative !important;
		font-size: 12px;
		width: 35px;
		height: 33px;
		top: 0;
		float: left;
	}
	.oc_btn.open:after {
		width: calc(100% - 35px);
		height: 100%;
		margin-left: 35px;
	}

	.oc_btn.open:before {}
	div.oc_box {
		display: none;
		width: 100%;
		overflow-x: scroll;
		padding: 3% 0 8%;
	}
	.oc_box:before,
	.oc_box:after {
		content: "■横スクロールできます→";
		font-weight: bold;
		margin: 3% 0;
		font-size: 1.6rem;
		display: inline-block;
	}
	.oc_box > table {
		width: 180%;
		font-size: 1.4rem;
		table-layout: fixed;
	}
	.oc_box > table > tbody > tr {}
	.oc_box > table > tbody > tr > th {
		width: 26%;
		letter-spacing: 1px;
	} 
	.oc_box > table > tbody > tr > td {
		padding: 2% 3%;
		line-height: 1.6;
	} 
	.oc_box > table > tbody > tr > td p {
		line-height: 1.6;
	} 
	.oc_box p.btn a {
		background-position: 10% 50%;
		margin: 8% auto;
		letter-spacing: 2px;
		text-indent: 2px;
		font-size: 1.6rem;
	}
	p.btn a {
		width: 90%;
		padding: 8% 0;
		font-size: 1.6rem;
	}

	.inquery-wrap {
		margin: 0 auto 3%;
	}
	.inquery-wrap a {
		height: 4.6em;
	}
	.inquery-wrap a span {
		line-height: 1.4;
	}
	.inquery-wrap a span:after {
		position: absolute;
		left: 102%;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);

	}










}


@media screen and (min-width:480px) {}





/**==============================================**/
/*
/*			sp-l ～ tab
/*
/**==============================================**/

@media screen and (min-width:737px) and (max-width:959px) {

	.headd-top {
		margin-bottom: 40px;
	}

	/* sec-01 */
	.sec-01 > img {
		margin-bottom: 26px;
	}
	.sec-01 > p {
		font-size: 16px;
		line-height: 2;
		margin-bottom: 38px;
	}
	.sec-01 div.sec-01-under {
		width: 90.89%;
		max-width: 698px;
		margin: 0 auto 90px;
		padding: 38px 20px;
	}
	.sec-01-under p:not(.btn) {
		line-height: 2;
		margin: 18px auto 24px;
		font-size: 16px;
		text-align: center;
	}
	.sec-01-under > strong > img {
		display: block;
		margin: auto;
		max-width: 612px;
		width: 96%;
	}
	.sec-01-under a.tel-link img {
		display: block;
		margin: auto;
		max-width: 516px;
		width: 90%;
	}
	.sec-01-under p.btn a {
		background-color: #7a8aff !important;
	}
	.sec-01-under p.btn {
		margin-top: 46px;
	}




	/* sec-02 */
	div.sec-02 {}
	ul.flow-list {
		width: 94.8%;
		max-width: 728px;
		margin: auto;
	}
	ul.flow-list li {
		box-sizing: border-box;
		padding-left: 10.43%;
		min-height: 146px;
	}
	.flow-list li p:not(.btn) {
		font-size: 16px;
		line-height: 2;
		margin-top: -.4em;
	}
	.flow-list li p.btn {
		text-align: left;
		margin-top: 12px;
	}
	.flow-list li p.btn a {
		width: 260px;
		line-height: 50px;
		text-align: center;
	}
	.flow-list li strong {
		display: block;
		margin-left: -10.43%;
	}
	.flow-list li:after {
		position: absolute;
		top: 60%;
		left: 2.8%;
		border-width: 26px 15px 0 15px;
	}
	.flow-list li:first-child {
		margin-bottom: 38px;
	}
	.flow-list li:first-child:after {
		top: 70%;
	}
	.flow-list li:nth-child(3) div.fukidashi {
		position: absolute;
		right: 0;
		top: 0;
		max-width: 430px;
		width: 59.8%;
		padding: 18px 0;
		border-radius: 32px;
	}
	.flow-list .fukidashi > img {
		margin: auto;
		display: block;
		max-width: 100%;
	}
	.flow-list li div.fukidashi:after {
		position: absolute;
		right: 100%;
		top: 50%;
		width: 20px;
		height: 24px;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}








	/* sec-03 */
	div.sort {
		width: 476px;
		margin-bottom: 20px;
		margin-left: 20px;
	}
	.sort ul {}
	.sort ul li {
		float: left;
	}
	.sort ul li a,
	.sort ul li span {
		font-size: 13px;
		line-height: 37px;
	}
	.sort ul li a.ac {
		background: #ff6e98;
		color: #fff;
	}
	.sort ul li {}
	.sort ul li:first-child {
		padding-left: 27px;
		width: 148px;
	}
	.sort ul li:nth-child(2) {
		width: 82px;
	}
	.sort ul li:nth-child(3) {
		width: 108px;
	}
	.sort ul li:nth-child(4) {
		width: 108px;
	}


	div.rec-wrap {
		max-width: 804px;
		margin: auto;
	}
	.rec-wrap h4 {
		padding-top: 20px;
		min-height: 42px;
		font-size: 0;
	}
	.rec-wrap h4 > span:not(.conscription) {
		font-size: 16px;
		width: 27%;
		box-sizing: border-box;
		padding: 0 1%;
		margin-bottom: 1%;
	}
	span.conscription {
		width: 53px;
		height: 25px;
		line-height: 25px;
		margin-left: 25px;
		font-size: 16px !important;

		/*
		top: 10px;
		left: 25px;
		*/
	}
	span.part {
		/*		padding: .5% 1% .5% 1%;*/
		font-size: 21px !important;
		/*		margin: 1% auto 1% 0;*/
		line-height: 1.6;
		width: 27%;
	}
	span.part:before {
		font-size: 16px;
		margin-right: .5em;
	}
	span.location {
		width: 27%;
		/*		padding-left: 10px;*/
		line-height: 1.6;
		margin-bottom: 1%;
	}
	span.employment {
		width: 27%;
		/*		padding-left: 10px;*/
		line-height: 1.6;
	}
	span.oc_btn {
		width: 15% !important;
		margin-left: 3.8%;
		height: 33px;
		line-height: 33px;
		font-size: 13px !important;
		margin-top: -.3em;
	}
	.oc_btn:before {
		font-size: 12px;
		width: 35px;
		height: 33px;
		left: -35px;
		top: 0;
	}
	.oc_btn.open:after {
		width: 100%;
		height: 100%;
	}

	.oc_btn.open:before {
		width: 35px;
		height: 33px;
	}
	div.oc_box {
		display: none;
		width: 100%;
		border-top: 1px dotted #ff6e98;
		font-size: 16px !important;
	}
	.oc_box > table {
		margin-top: 15px;
	}
	.oc_box > table > tbody > tr {}
	.oc_box > table > tbody > tr > th {
		width: 187px;
		font-size: 16px;
		line-height: 25px;
		letter-spacing: 1px;
		font-size: .95em;
	} 
	.oc_box > table > tbody > tr > td {
		padding: 25px;
		line-height: 25px;
		font-size: .95em;
		width: 562px;
	} 
	.oc_box p.btn a {
		margin: 48px auto;
	}


	p.btn a {
		font-size: 16px;
		letter-spacing: 2px;
		text-indent: 2px;
		background-position: 90% 50%;
		width: 280px;
		line-height: 78px;
		-webkit-transition-duration: .3s;
		-ms-transition-duration: .3s;
		transition-duration: .3s;
	}
	p.btn a:hover {
		opacity: .8;
		text-decoration: underline;
	}

	.inquery-wrap {
		margin: 0 auto 50px;
	}
	.inquery-wrap a {
		height: 78px;
	}








}



/**==============================================**/
/*
/*			sp tab 共通
/*
/**==============================================**/

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









}

/**==============================================**/
/*
/*			PC
/*
/**==============================================**/

@media print, screen and (min-width:960px) {

	.headd-top {
		margin-bottom: 40px;
	}
	
	/* sec-01 */
	.sec-01 > img {
		margin-bottom: 26px;
	}
	.sec-01 > p {
		font-size: 16px;
		line-height: 2;
		margin-bottom: 38px;
	}
	.sec-01 div.sec-01-under {
		width: 90.89%;
		max-width: 698px;
		margin: 0 auto 90px;
		padding: 38px 20px;
	}
	.sec-01-under p:not(.btn) {
		line-height: 2;
		margin: 18px auto 24px;
		font-size: 16px;
		text-align: center;
	}
	.sec-01-under > strong > img {
		display: block;
		margin: auto;
		max-width: 612px;
		width: 96%;
	}
	.sec-01-under a.tel-link img {
		display: block;
		margin: auto;
		max-width: 516px;
		width: 90%;
	}
	.sec-01-under p.btn a {
		background-color: #7a8aff !important;
	}
	.sec-01-under p.btn {
		margin-top: 46px;
	}




	/* sec-02 */
	div.sec-02 {}
	ul.flow-list {
		width: 94.8%;
		max-width: 728px;
		margin: auto;
	}
	ul.flow-list li {
		box-sizing: border-box;
		padding-left: 10.43%;
		min-height: 146px;
	}
	.flow-list li p:not(.btn) {
		font-size: 16px;
		line-height: 2;
		margin-top: -.4em;
	}
	.flow-list li p.btn {
		text-align: left;
		margin-top: 12px;
	}
	.flow-list li p.btn a {
		width: 240px;
		line-height: 50px;
		text-align: center;
	}
	.flow-list li strong {
		display: block;
		margin-left: -10.43%;
	}
	.flow-list li:after {
		position: absolute;
		top: 60%;
		left: 2.8%;
		border-width: 26px 15px 0 15px;
	}
	.flow-list li:first-child {
		margin-bottom: 38px;
	}
	.flow-list li:first-child:after {
		top: 70%;
	}
	.flow-list li:nth-child(3) div.fukidashi {
		position: absolute;
		right: 0;
		top: 0;
		max-width: 430px;
		width: 59.8%;
		padding: 18px 0;
		border-radius: 32px;
	}
	.flow-list .fukidashi > img {
		margin: auto;
		display: block;
		max-width: 100%;
	}
	.flow-list li div.fukidashi:after {
		position: absolute;
		right: 100%;
		top: 50%;
		width: 20px;
		height: 24px;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}








	/* sec-03 */
	
	div.sort {
		width: 476px;
		margin-bottom: 20px;
		margin-left: 20px;
	}
	.sort ul {}
	.sort ul li {
		float: left;
	}
	.sort ul li a,
	.sort ul li span {
		font-size: 13px;
		line-height: 37px;
	}
	.sort ul li a.ac {
		background: #ff6e98;
		color: #fff;
	}
	.sort ul li {}
	.sort ul li:first-child {
		padding-left: 27px;
		width: 148px;
	}
	.sort ul li:nth-child(2) {
		width: 82px;
	}
	.sort ul li:nth-child(3) {
		width: 108px;
	}
	.sort ul li:nth-child(4) {
		width: 108px;
	}


	div.rec-wrap {
		max-width: 804px;
		margin: auto;
	}
	.rec-wrap h4 {
		padding-top: 20px;
		min-height: 42px;
		font-size: 0;
	}
	.rec-wrap h4 > span:not(.conscription) {
		font-size: 15px;
		width: 27%;
		box-sizing: border-box;
		padding: 0 1%;
		margin-bottom: 1%;
	}
	span.conscription {
		width: 53px;
		height: 25px;
		line-height: 25px;
		margin-left: 25px;
		font-size: 16px !important;

		/*
		top: 10px;
		left: 25px;
		*/
	}
	span.part {
/*		padding: .5% 1% .5% 1%;*/
		font-size: 20px !important;
/*		margin: 1% auto 1% 0;*/
		line-height: 1.6;
		width: 27%;
	}
	span.part:before {
		font-size: 16px;
		margin-right: .5em;
	}
	span.location {
		width: 27%;
/*		padding-left: 10px;*/
		line-height: 1.6;
		margin-bottom: 1%;
	}
	span.employment {
		width: 27%;
/*		padding-left: 10px;*/
		line-height: 1.6;
	}
	span.oc_btn {
		width: 15% !important;
		margin-left: 3.8%;
		height: 33px;
		line-height: 33px;
		font-size: 13px !important;
		margin-top: -.3em;
	}
	.oc_btn:before {
		font-size: 12px;
		width: 35px;
		height: 33px;
		left: -35px;
		top: 0;
	}
	.oc_btn.open:after {
		width: 100%;
		height: 100%;
	}

	.oc_btn.open:before {
		width: 35px;
		height: 33px;
	}
	div.oc_box {
		display: none;
		width: 100%;
		border-top: 1px dotted #ff6e98;
		font-size: 16px !important;
	}
	.oc_box > table {
		margin-top: 15px;
	}
	.oc_box > table > tbody > tr {}
	.oc_box > table > tbody > tr > th {
		width: 187px;
		font-size: 16px;
		line-height: 25px;
		letter-spacing: 1px;
		font-size: .95em;
	} 
	.oc_box > table > tbody > tr > td {
		padding: 25px;
		line-height: 25px;
		font-size: .95em;
		width: 562px;
	} 
	.oc_box p.btn a {
		margin: 48px auto;
	}
	
	
	p.btn a {
		font-size: 16px;
		letter-spacing: 1px;
		text-indent: 1px;
		background-position: 90% 50%;
		width: 280px;
		line-height: 78px;
		-webkit-transition-duration: .3s;
		-ms-transition-duration: .3s;
		transition-duration: .3s;
	}
	p.btn a:hover {
		opacity: .8;
		text-decoration: underline;
	}

	.inquery-wrap {
		margin: 0 auto 50px;
	}
	.inquery-wrap a {
		height: 78px;
	}








}



@media screen and (min-width:1300px) {}



/**==============================================**/
/*
/*			print
/*
/**==============================================**/

@media print {}