@charset "utf-8";
/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
#main .pageTitle {
	background-image: url(../img/recruit/page_title_bg.jpg);
}
#pagePath {
	margin-bottom: 6.8rem;
}
#main .content {
	width: 124rem;
}
#main .headLine01 {
	margin-bottom: 7.3rem;
	gap: 7rem;
}
#main .comTextBox {
	margin-bottom: 4.5rem;
}
#main .industry .imgBox {
	margin: 0 5.8rem 7.9rem 7.8rem;
	display: flex;
	justify-content: space-between;
}
#main .industry .imgBox .photoBox {
	width: 34.5rem;
}
#main .industry .imgBox .photoBox img {
	width: 100%;
}
#main .industry .imgBox .textBox {
	padding: 0.3rem 0 0 0;
	width: 70rem;
}
#main .industry .imgBox .textBox .heading01 {
	margin-bottom: 1.8rem;
	font-size: 3rem;
}
#main .industry .imgBox .textBox .heading01 .sm {
	margin-bottom: 1.7rem;
	display: block;
	color: #000000;
	font-size: 1.8rem;
}
#main .industry .imgBox .textBox p {
	margin-bottom: 3rem;
	line-height: 1.875;
}
#main .industry .imgBox .textBox p:last-child {
	margin-bottom: 0;
}
#main .industry .imgList {
	margin: 0 5rem 12.8rem;
	gap: 7.3rem 0;
}
#main .industry .imgList li {
	width: 54.6rem;
}
#main .industry .imgList li .heading02 {
	margin-bottom: 1.3rem;
	font-size: 3rem;
	line-height: 1.33;
}
#main .industry .imgList li .photo {
	margin-bottom: 2.5rem;
}
#main .industry .imgList li .photo img {
	width: 100%;
}
#main .industry .imgList li p {
	margin-bottom: 3rem;
	line-height: 1.875;
}
#main .industry .imgList li p:last-child {
	margin-bottom: 0;
}
#main .industry .imgList .item01 {
	width: 100%;
	display: grid;
	grid-template-columns: 54.6rem 1fr;
	grid-auto-rows: auto 1fr;
	gap: 0 7rem;
}
#main .industry .imgList .item01 .heading02 {
	padding-top: 3.4rem;
	margin-bottom: 2rem;
	grid-column: 2;
	grid-row: 1;
}
#main .industry .imgList .item01 .photo {
	margin: 0;
	grid-column: 1;
	grid-row: 1 / 3;
}
#main .industry .imgList .item01 .textBox {
	grid-column: 2;
	grid-row: 2;
}
#main .candidate {
	margin-bottom: 17.8rem;
	display: flex;
}
#main .candidate .sub01,
#main .candidate .sub02 {
	padding: 3.7rem 3.6rem;
	width: 50%;
}
#main .candidate .sub01 {
	background: #F8F4F4;
}
#main .candidate .sub02 {
	color: #fff;
	background: #707070;
}
#main .candidate .heading03 {
	margin-bottom: 0.9rem;
	text-align: center;
	font-size: 3rem;
}
#main .candidate .topText {
	margin-bottom: 3.6rem;
	text-align: center;
	line-height: 1.5625;
}
#main .candidate .textList {
	display: flex;
	flex-wrap: wrap;
	gap: 4.5rem;
}
#main .candidate .textList li {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 1.4rem;
}
#main .candidate .textList li .inner {
	padding: 1.4rem 2.5rem 1.5rem;
	display: flex;
	align-items: center;
	flex: 1;
	gap: 1rem;
	border: 0.1rem solid #707070;
	border-radius: 5rem;
	background: #fff;
}
#main .candidate .textList li .inner .icon {
	width: 6.1rem;
}
#main .candidate .textList li .inner .txt {
	margin-top: 0.5rem;
	flex: 1;
	color: #391B1B;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.572;
}
#main .candidate .textList li .txtBox {
	padding-top: 0.1rem;
	width: 26.7rem;
}
#main .candidate .textList li .txtBox p {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.786;
}
#main .candidate .sub02 .topText {
	margin-bottom: 2.5rem;
}
#main .candidate .sub02 .textList {
	gap: 1.6rem 1.4rem;
}
#main .candidate .sub02 .textList li {
	width: 26.7rem;
	min-height: 9.2rem;
}
#main .candidate .sub02 .textList li .inner {
	padding: 2.1rem 2.5rem 2rem 3.7rem;
	height: 100%;
	gap: 1.2rem;
}
#main .candidate .sub02 .textList li .inner .icon {
	width: 4.8rem;
}
#main .candidate .sub02 .textList li .inner .txt {
	margin-top: 0.1rem;
}
#main .heading04 {
	text-align: center;
	font-size: 3.5rem;
	margin-bottom: 5.3rem;
}
#main .feature {
	margin-bottom: 7.9rem;
	padding: 0.1rem 0 9.6rem;
	background: #F8F4F4;
}
#main .feature .content {
	width: 109rem;
}
#main .feature .heading04 {
	margin: -2.7rem 0 4rem;
}
#main .feature .topLead {
	margin-bottom: 4.9rem;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
#main .feature .featureList {
	gap: 2.4rem 1.4rem;
}
#main .feature .featureList li {
	width: 35.4rem;
	background: #fff;
}
#main .feature .featureList li .ttl {
	padding: 1.5rem 1.5rem 0.9rem;
	font-size: 2rem;
	text-align: center;
	background: #DAD1C6;
}
#main .feature .featureList li .textBox {
	padding: 2.2rem 2.3rem 2.9rem;
}
#main .feature .featureList li .lead {
	margin: 0 -2.3rem 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
	line-height: 1.5625;
}
#main .feature .featureList li .text {
	font-size: 1.4rem;
	line-height: 1.786;
}
#main .criteria {
	margin-bottom: 9.1rem;
}
#main .criteria .content {
	width: 109rem;
}
#main .criteria .tblBox {
	padding-top: 4.3rem;
	border-top: 0.1rem solid #707070;
}
#main .criteria .tblBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .criteria .tblBox th,
#main .criteria .tblBox td {
	padding: 2.4rem 1rem;
	position: relative;
	vertical-align: middle;
	text-align: center;
	line-height: 1.5625;
	box-sizing: border-box;
	border: 1.3rem solid #fff;
}
#main .guidelines {
	margin-bottom: 7.9rem;
}
#main .guidelines .content {
	width: 109rem;
}
#main .guidelines .tblBox {
	padding-top: 2.4rem;
	padding-bottom: 3rem;
	border-top: 0.1rem solid #707070;
}
#main .guidelines .tblBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .guidelines .tblBox th,
#main .guidelines .tblBox td {
	height: 8.8rem;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
	border-top: 1.7rem solid #fff;
	border-bottom: 1.7rem solid #fff;
	border-right: 1.5rem solid #fff;
}
#main .guidelines .tblBox th {
	width: 21%;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background: #F8F4F4;
}
#main .guidelines .tblBox td {
	padding: 1rem 1rem 0.8rem 1.3rem;
	width: 29%;
	line-height: 1.75;
}
#main .guidelines .tblBox td[colspan] {
	width: auto;
}
#main .guidelines .tblBox .dotList > li {
	padding-left: 1em;
	text-indent: -1em;
}
#main .guidelines .tblBox .notesList > li {
	padding-left: 1em;
	text-indent: -1em;
}
#main .guidelines .comBtn02 {
	margin: 0 auto;
}
@media all and (min-width: 897px) {
	#main .criteria .tblBox th:first-child,
	#main .criteria .tblBox th:last-child {
		border-left: none;
	}
	#main .criteria .tblBox td:first-child,
	#main .criteria .tblBox td:last-child {
		border-right: none;
	}
	#main .criteria .tblBox thead th,
	#main .criteria .tblBox thead td {
		border-bottom: none;
		border-top: none;
	}
	#main .criteria .tblBox thead th {
		width: 22.2%;
	}
	#main .criteria .tblBox thead td {
		padding: 1.3rem 1rem 1.2rem;
		width: calc(77.8% / 3);
		background: #DAD1C6;
		color: #fff;
		font-size: 2rem;
		font-weight: bold;
	}
	#main .criteria .tblBox thead td:nth-of-type(2) {
		background: #BFAB93;
	}
	#main .criteria .tblBox thead td:nth-of-type(3) {
		background: #A29381;
	}
	#main .criteria .tblBox tbody th {
		height: 11.3rem;
		font-weight: bold;
		background: #F8F4F4;
	}
	#main .criteria .tblBox tbody tr:first-of-type th,
	#main .criteria .tblBox tbody tr:first-of-type td {
		border-top: none;
	}
	#main .criteria .tblBox tbody td::after {
		width: 100%;
		height: 0.1rem;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #707070;
		content: '';
	}
}
@media all and (max-width: 896px) {
	#main .pageTitle {
		background-image: url(../img/recruit/page_title_bg_sp.jpg);
	}
	#main .headLine01 {
		margin-bottom: 4.4rem;
		gap: 1.5rem;
	}
	#main .comTextBox {
		margin-bottom: 4.1rem;
	}
	#main .industry .imgBox {
		margin: 0 0 6rem;
		display: block;
	}
	#main .industry .imgBox .photoBox {
		width: 17.2rem;
		margin: 0 auto 1.6rem;
	}
	#main .industry .imgBox .textBox {
		padding: 0;
		width: auto;
	}
	#main .industry .imgBox .textBox .heading01 {
		margin-bottom: 0.6rem;
		font-size: 1.5rem;
	}
	#main .industry .imgBox .textBox .heading01 .sm {
		margin-bottom: 0.9rem;
		font-size: 1.1rem;
	}
	#main .industry .imgBox .textBox p {
		margin-bottom: 2.5rem;
		font-size: 1.25rem;
		line-height: 2;
	}
	#main .industry .imgBox .textBox p:last-child {
		margin-bottom: 0;
	}
	#main .industry .imgList {
		margin: 0 0 7.2rem -0.1rem;
		gap: 4rem 0;
	}
	#main .industry .imgList li {
		width: 100%;
	}
	#main .industry .imgList li .heading02 {
		margin-bottom: 1.3rem;
		font-size: 1.5rem;
	}
	#main .industry .imgList li .photo {
		margin-bottom: 1.7rem;
	}
	#main .industry .imgList li p {
		margin-bottom: 0;
		line-height: 2;
	}
	#main .industry .imgList .item01 {
		margin-bottom: 2rem;
		display: block;
	}
	#main .industry .imgList .item01 .heading02 {
		padding-top: 0;
		margin-bottom: 1.4rem;
	}
	#main .industry .imgList .item01 .photo {
		margin: 0 0.2rem 0.4rem 0.1rem;
	}
	#main .candidate {
		margin: 0 -2.2rem 1.9rem;
		display: block;
	}
	#main .candidate .sub01,
	#main .candidate .sub02 {
		padding: 3.2rem 2.2rem 4.7rem;
		width: auto;
	}
	#main .candidate .heading03 {
		margin-bottom: 1.5rem;
		font-size: 1.5rem;
	}
	#main .candidate .topText {
		margin-bottom: 3.1rem;
		line-height: 2;
	}
	#main .candidate .textList {
		gap: 2.6rem;
	}
	#main .candidate .textList li {
		display: block;
	}
	#main .candidate .textList li .inner {
		padding: 0.2rem 2.5rem 0.2rem 3.1rem;
		gap: 1.3rem;
	}
	#main .candidate .textList li .inner .icon {
		width: 7.6rem;
	}
	#main .candidate .textList li .inner .txt {
		margin-top: 0.2rem;
		font-size: 1.5rem;
		line-height: 1.667;
	}
	#main .candidate .textList li .txtBox {
		padding-top: 1.1rem;
		width: auto;
	}
	#main .candidate .textList li .txtBox p {
		font-size: 1.25rem;
		font-weight: normal;
		line-height: 2;
	}
	#main .candidate .sub02 .topText {
		margin-bottom: 2.5rem;
	}
	#main .candidate .sub02 .textList {
		gap: 1rem 0;
	}
	#main .candidate .sub02 .textList li {
		width: 100%;
		min-height: 6.4rem;
	}
	#main .candidate .sub02 .textList li .inner {
		padding: 1.1rem 2.5rem 1rem 3.3rem;
	}
	#main .candidate .sub02 .textList li .inner .icon {
		width: 3.6rem;
	}
	#main .candidate .sub02 .textList li .inner .txt {
		line-height: 1.333;
	}
	#main .heading04 {
		font-size: 1.5rem;
		margin-bottom: 2.2rem;
	}
	#main .feature {
		margin-bottom: 5rem;
		padding: 5.5rem 0 5rem;
	}
	#main .feature .heading04 {
		margin: 0 0 1.5rem;
	}
	#main .feature .topLead {
		margin-bottom: 2.7rem;
		font-size: 1.25rem;
		font-weight: normal;
		line-height: 2;
	}
	#main .feature .featureList {
		gap: 1rem 0;
	}
	#main .feature .featureList li {
		width: 100%;
	}
	#main .feature .featureList li .ttl {
		padding: 0.9rem 1rem 0.6rem;
		font-size: 1.4rem;
		line-height: 1.75;
	}
	#main .feature .featureList li .textBox {
		padding: 2.2rem 1.6rem 2.2rem;
	}
	#main .feature .featureList li .lead {
		margin: 0 -0.5rem 1rem;
		display: block;
	}
	#main .feature .featureList li .text {
		font-size: 1.25rem;
		line-height: 1.6;
		text-align: justify;
	}
	#main .criteria {
		margin-bottom: 5.7rem;
	}
	#main .criteria .tblBox {
		padding-top: 0;
		border: none;
	}
	#main .criteria .tblBox table {
		margin-bottom: 1.4rem;
		border: 1px solid #707070;
	}
	#main .criteria .tblBox th,
	#main .criteria .tblBox td {
		padding: 1.3rem 1rem 1rem;
		line-height: 1.4;
		border: none;
		border-bottom: 1px solid #707070;
	}
	#main .criteria .tblBox td::after {
		display: none;
	}
	#main .criteria .tblBox thead th {
		padding: 0.9rem 1rem 0.7rem;
		text-align: center;
		color: #fff;
		font-size: 1.25rem;
		background: #DAD1C6;
	}
	#main .criteria .tblBox tbody th {
		padding: 2.1rem 1.2rem 1.5rem;
		font-size: 1.25rem;
		font-weight: bold;
		text-align: center;
		background: #F8F4F4;
		width: 23.4%;
	}
	#main .criteria .tblBox tbody td {
		padding: 1.1rem 1.2rem 0.5rem;
		height: 5.4rem;
		font-size: 1.25rem;
		line-height: 1.4;
		text-align: left;
		background: #fff;
	}
	#main .criteria .tblBox .tbl02 thead th {
		background: #BFAB93;
	}
	#main .criteria .tblBox .tbl03 thead th {
		background: #BFAB93;
	}
	#main .guidelines {
		margin-bottom: 5.4rem;
	}
	#main .guidelines .tblBox {
		margin-bottom: 3rem;
		padding: 0;
		border: 0.1rem solid #707070;
		border-bottom: none;
	}
	#main .guidelines .tblBox tr {
		display: flex;
		flex-wrap: wrap;
	}
	#main .guidelines .tblBox th,
	#main .guidelines .tblBox td {
		padding: 1rem 1.3rem;
		min-height: 6.2rem;
		display: block;
		height: auto;
		border: none;
		border-bottom: 0.1rem solid #707070;
	}
	#main .guidelines .tblBox th {
		padding: 0.5rem;
		width: 23%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.25rem;
	}
	#main .guidelines .tblBox td {
		width: 77%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		line-height: 1.6;
	}
	#main .guidelines .tblBox td[colspan] {
		width: 77%;
	}
	#main .guidelines .comBtn02 {
		margin-right: 0;
	}
}