@charset "utf-8";

/* common.css の body{opacity:0} を打ち消し（JSリビール未使用のため） */
body { opacity: 1; }

.job_wrap {
	width: 800px;
	margin:auto;
	padding-bottom: 100px;
	/* css_recruit/style.css の body{line-height:150%}（計算値21px固定）が本文へ継承され
	   元サイト(line-height:normal)と行間・余白がズレるのを打ち消す。job本文のみに限定。 */
	line-height: normal;
}
.job_box_wrap {
	max-width: 1100px;
	margin:auto;
	padding-bottom: 5rem;
}


.job_box_wrap_text{
	letter-spacing: 0;
	line-height: 1.5;
	
	}

.job_box_wrap .box_job_inner_R {
	height: 210px;
	padding-right: 20px;
}
@media (max-width: 1300px) {
	.job_box_wrap {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.job_box_wrap .box_job_inner_R {
		height: 200px;
		padding-right: 20px;
	}
}
.job_wrap h2 {
	text-align: center;
	width: fit-content;
	font-size: 2.4rem;
	margin: 1rem auto 5rem auto;
	padding: 0.5rem 2rem;
	border-bottom: solid 3px #F7AA53;
}
.job_h2_sub {
	color: #fff;
	width: fit-content;
	background-color: #F7AA53;
	padding: 0.5rem 2rem;
	border-radius: 100px;
	margin: 1rem auto 0 auto;
}
.job_wrap h3 {
	margin: 0;
	/* css_recruit のリセット（h3{font-size:100%}）が UA既定の h3{font-size:1.17em} を
	   打ち消しているため、元サイトと同じ 1.17em を本文h3に復元する。 */
	font-size: 1.17em;
}
.job_copy {
	text-align: center;
}
.job_main {
	display: flex;
	margin-top:5rem;
}
.job_mainimage {
	width:50%;
	border-radius: 10px;
}
.job_mainimage img {
	width: 90%;
	height: 100%;
	vertical-align:top;
}
.job01 .job_mainimage {
	height: 500px;
}
.job_list {
	width: 50%;
	font-size: 1.6rem;
}
.job_list h3 {
	width: fit-content;
	padding: 1rem 2rem;
	border-top:solid 3px #F7E084;
	border-left:solid 3px #F7E084;
	border-right:solid 3px #F7E084;
	margin-bottom: 0;
	background-color: #fff;
	position: relative;
	z-index: 999;
}
.job02 .job_list h3 { border-top:solid 3px #C3BBDB;border-left:solid 3px #C3BBDB;border-right:solid 3px #C3BBDB;}
.job03 .job_list h3 { border-top:solid 3px #B0E5B6;border-left:solid 3px #B0E5B6;border-right:solid 3px #B0E5B6;}
.job04 .job_list h3 { border-top:solid 3px #F5BDD0;border-left:solid 3px #F5BDD0;border-right:solid 3px #F5BDD0;}
.job05 .job_list h3 { border-top:solid 3px #A6CCEC;border-left:solid 3px #A6CCEC;border-right:solid 3px #A6CCEC;}

.job_list ul {
	margin:0;
	padding: 3rem 3rem 1.5rem 3rem;
	list-style: none;
	border:solid 3px #F7E084;
	position: relative;
	top:-3px;
}
.job02 .job_list ul {border:solid 3px #C3BBDB;}
.job03 .job_list ul {border:solid 3px #B0E5B6;}
.job04 .job_list ul {border:solid 3px #F5BDD0;}
.job05 .job_list ul {border:solid 3px #A6CCEC;}

.job_voice {
	margin-top:5rem;
	background-color: #F7E084;
	border-radius: 10px;
	font-size: 16px;
	position: relative;
	padding-top: 50px;
}
.job02.job_voice {background-color:#C3BBDB;}
.job03.job_voice {background-color:#B0E5B6;}
.job04.job_voice {background-color:#F5BDD0;}
.job05.job_voice {background-color:#A6CCEC;}

.job_subicon {
	position: absolute;
	z-index: 999;
}
.job_subicon img {
	width: 100%;
	height: auto;
}
	.job01 .job_subicon {
		width: 230px;
		top:-20px;
		right: 20px;
	}
	.job02 .job_subicon {
		width: 140px;
		top:-30px;
		right: 20px;
	}
	.job03 .job_subicon {
		width: 230px;
		top:-40px;
		right: 20px;
	}
	.job04 .job_subicon {
		width: 230px;
		top:-40px;
		right: 20px;
	}
	.job05 .job_subicon {
		width: 180px;
		top:-30px;
		right: 20px;
	}
	@media (max-width: 800px) { /* 画面幅が768px以下のとき */
		.job01 .job_subicon {
			width: 180px;
			top: 10px;
			right: 10px;
		}
		.job02 .job_subicon {
			width: 120px;
			top:-10px;
			right: 0px;
		}
		.job03 .job_subicon {
			width: 180px;
			top: 10px;
			right: 10px;
		}
		.job04 .job_subicon {
			width: 180px;
			top: 10px;
			right: 10px;
		}
		.job05 .job_subicon {
			width: 140px;
			top: 5px;
			right: 10px;
		}
	}
.job_list li {
	border-left: solid 8px #F7E084;
	padding-left: 0.8rem;
}
.job02 .job_list li {border-left: solid 8px #C3BBDB;}
.job03 .job_list li {border-left: solid 8px #B0E5B6;}
.job04 .job_list li {border-left: solid 8px #F5BDD0;}
.job05 .job_list li {border-left: solid 8px #A6CCEC;}
.job_voice h3 {
	background-color: #fff;
	width: 200px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 40px;
	margin-bottom: 3rem;
}
.job_voice_inner {
	padding: 0px 60px 60px 60px;
}
.job_list li {
	margin-bottom: 2rem;
}
.job_back01 {
	width:300px;
	margin: 0 auto;
}
.job_back01 img {
	vertical-align: bottom;
}

.job_list_under {
	display: flex;
	gap: 10px;
}
.job_list_under li {
	width: calc(100% / 4);
	background-color: #fff;
	border-radius: 8px;
	padding: 10px;
	height: 200px;
}
.job_list_under li:hover {
	transform: scale(1.03);
	transition: 0.2s ease-out;
}
.job_list_under li img {
	display:block;
	width: 80%;
	height: 80%;
	margin: auto;
}
.job_list_under_copy {
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.job01_coma {border: solid 4px #F7E084;}
.job02_coma {border: solid 4px #C3BBDB;}
.job03_coma {border: solid 4px #B0E5B6;}
.job04_coma {border: solid 4px #F5BDD0;}
.job05_coma {border: solid 4px #A6CCEC;}


@media (max-width: 800px) { /* 画面幅が768px以下のとき */
    .job_wrap {
        width:90%;
    }
	.job_copy {
		text-align: left;
	}
	.job_main {
        flex-direction: column; /* 縦並びに変更 */
	}
	.job_mainimage {
		width: 100%;
		height: auto;
		text-align:center;
		margin-bottom: 50px;
	}
	.job_mainimage img {
		max-height: 350px;
	}
    .job_list {
        width: 100%; /* box01の幅を100%に設定 */
    }

	.job_voice_inner {
    	padding: 0px 30px 30px 30px;
	}
	.job_list_under {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	}
	.job_list_under li {
	width: calc(100% / 2 - 10px);
	background-color: #fff;
	border-radius: 8px;
	padding: 10px;
	height: 150px;
	}
}

