@charset "utf-8";
/*------------------------------------------------------------
	career
------------------------------------------------------------*/
#main .sec01 {
	margin-bottom: 7.5rem;
}
#main .sec01 .headLine01,
#main .sec02 .headLine01 {
	margin-bottom: 5rem;
}
#main .sec01 .comTab th {
	width: 19%;
	border-color: #007EC0;
}
#main .sec01 .comTab td {
	padding: 2.3rem 3rem 2.7rem 5rem;
}
#main .sec01 .mt01 {
	margin-top: 2.2rem;
	display: block;
}
#main .sec01 .spec {
	text-decoration: underline;
}
#main .sec01 .spec:hover {
	opacity: 0.7;
}
#main .sec01 .textUl {
	margin-bottom: 1.7rem;
	padding-left: 1rem;
}
#main .sec01 .textUl li {
	padding-left: 1.4rem;
	font-weight: 700;
	line-height: 1.8;
	position: relative;
}
#main .sec01 .textUl li::before {
	position: absolute;
	top: 1.4rem;
	left: 0;
	width: 0.4rem;
	height: 0.4rem;
	background: #000;
	border-radius: 50%;
	content: '';
}
#main .comLink02 {
	margin-top: 1.8rem;
}
#main .comLink02.out a::after {
	background-image: url(../img/common/icon22.png);
}
#main .sec01 .photoList {
	margin-top: 2.7rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
#main .sec01 .photoList li {
	width: calc((100% - 4rem) / 3);
}
#main .sec01 .photoList li .txt {
	margin-top: 1.4rem;
	font-size: 1.4rem;
}
#main .sec02 .comStepList li .lBox {
	background-color: #007EC0;
}
#main .sec02 .comStepList li .rBox {
	border-color: #007EC0;
}
#main .sec02 .comStepList li .rBox.bg {
	background: rgba(0, 126, 192, 0.10);
}
#main .comRecruitBox {
	margin-top: 10rem;
}
@media all and (min-width: 897px) {
	#main .comLink02.out a:hover::after {
		background-image: url(../img/common/icon22_over.png);
	}
}
@media all and (max-width: 896px) {
	#main .comAnchorList li {
		width: 50%;
	}
	#main .comAnchorList li a {
		padding-top: 1.7rem;
		background-position: center bottom 1.7rem;
	}
	#main .sec01 {
		margin-bottom: 4.6rem;
	}
	#main .sec01 .headLine01,
	#main .sec02 .headLine01 {
		margin-bottom: 3rem;
	}
	#main .sec01 .comTab th {
		width: 34%;
	}
	#main .sec01 .comTab td {
		padding: 1.4rem 0.9rem 1.5rem;
	}
	#main .sec01 .comTab td a.line {
		text-decoration: underline;
	}
	#main .sec01 .mt01 {
		margin: 2rem 0 0.4rem;
	}
	#main .sec01 .textUl {
		margin: 0 0 0.4rem -0.1rem;
		padding-left: 1rem;
	}
	#main .sec01 .textUl li {
		padding-left: 1.2rem;
	}
	#main .sec01 .textUl li::before {
		top: 1.1rem;
	}
	#main .comLink02 {
		margin-top: 1rem;
	}
	#main .sec01 .photoList {
		margin-top: 2rem;
		display: block;
	}
	#main .sec01 .photoList li {
		margin: 0 0.1rem 1.1rem;
		width: auto;
	}
	#main .sec01 .photoList li:last-child {
		margin-bottom: 0;
	}
	#main .sec01 .photoList li .pho img {
		width: 100%;
	}
	#main .sec01 .photoList li .txt {
		margin-top: 0.5rem;
		font-size: 1.2rem;
	}
	#main .sec02 .comLink02.out {
		margin-top: -0.9rem;
	}
	#main .comRecruitBox {
		margin-top: 5rem;
	}
}