@charset "utf-8";
/*------------------------------------------------------------
	employment
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 8.7rem;
	font-size: 6.5rem;
	color: #119F42;
}
.comCtrText {
	margin-bottom: 10rem;
}
#main .seekersBox {
	margin-bottom: 13.7rem;
	color: #fff;
	padding: 5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	aspect-ratio: 2400 / 798;
	border-radius: 2.5rem;
	background: url(../images/employment/photo01.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
#main .seekersBox:after {
	border-radius: 2.5rem;
	border: 6px solid #139F42;
	position: absolute;  
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;  
	content: ""; 
}
#main .seekersBox p {
	z-index: 1;
	position: relative;
	font-weight: 500;
	line-height: 1.875;
	text-align: center;
}
#main .seekersBox h4 {
	z-index: 1;
	padding-top: 1.2rem;
	margin-bottom: 4.5rem;
	font-size: 4.5rem;
	font-weight: 900;
	color: #FFF500;
	position: relative;
	letter-spacing: 0.06em;
}
#main .seekersBox h4:after {
	width: 4.5rem;  
	height: 5px;
	background-color: #139F42;
	position: absolute;  
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: ""; 
}
.headLine03 {
	margin-bottom: 6rem;
}
.headLine03 .subSpan {
	max-width: inherit;
	color: #008080;
}
.headLine03 .subSpan::after {
	background-color: #008080;
}
#main .processBox {
	padding: 14.2rem 0 4.7rem;
	background: url(../images/employment/photo02.jpg) no-repeat center;
	background-size: cover;
}
#main .processList li {
	margin-bottom: 11.2rem;
	position: relative;
}
#main .processList dl {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#main .processList dt {
	padding: 2.2rem 1rem 0 1.5rem;
	width: 15.7rem;
	font-size: 1.8rem;
	font-weight: 900;
	color: #008080;
	text-align: center;
	position: relative;
}
#main .processList dt:after {
	width: 32.7rem;  
	aspect-ratio: 654 / 203;
	background: url(../images/employment/bg.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: calc(100% + 1.7rem);
	left: 3.3rem;
	content: ""; 
}
#main .processList dt .num {
	display: block;
	font-size: 6.7rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: -0.7rem;
	font-family: Arial, Helvetica, sans-serif;
}
#main .processList dd {
	margin-top: -1.7rem;
	padding-left: 4.0rem;
	flex: 1;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.83;
	margin-right: -4rem;
	position: relative;
}
#main .processList dd:after {
	width: 5px;  
	background-color: #008080;
	position: absolute;  
	top: 2rem;
	left: 0;
	height: 14.5rem;
	border-radius: 0 0 5rem 5rem;
	content: ""; 
}
#main .processList dd .ttl {
	margin: 0 -2rem 0rem;
	font-size: 4.5rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	color: #ED5E80;
}
#main .interview {
	padding: 12.2rem 0 0;
}
#main .interviewBox {
	margin-bottom: 6.6rem;
	padding-top: 1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#main .interviewBox .photoBox {
	width: 26.5rem;
	margin-right: 3rem;
	aspect-ratio: 1;
}
#main .interviewBox .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}
#main .interviewBox .textBox {
	flex: 1;
	padding-top: 1rem;
}
#main .interviewBox .textBox p {
	font-size: 2.6rem;
	letter-spacing: 0.06em;
	font-weight: 700;
}
#main .interviewBox .textBox p .txtSpan {
	vertical-align: 0.2rem;
	margin-right: 1.5rem;
	font-size: 2rem;
	min-width: 10.2rem;
	display: inline-block;
	text-align: center;
}
#main .interviewBox .textBox p small {
	font-size: 1.3rem;
	margin-left: 1rem;
}
#main .interviewBox .textBox .name {
	margin-bottom: 1.3rem;
	font-size: 5rem;
	color: rgba(6, 7, 6, 0.15);
	font-style: italic;
	font-weight: 600;
	position: relative;
	padding-top: 0rem;
}
#main .interviewBox .textBox .name:after {
	width: 4.6rem;  
	height: 7px;
	background-color: #2985D5;
	position: absolute;  
	top: 0;
	left: 0;
	content: ""; 
}
#main .interviewDl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#main .interviewDl dt {
	margin-bottom: 1.4rem;
	width: 11rem;
	font-size: 2rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
}
#main .interviewDl dd {
	padding-left: 0.7rem;
	margin-bottom: 1.4rem;
	width: calc(100% - 11rem);
}
#main .interviewDl dd .txtSpan {
	display: inline-block;
	font-weight: 500;
	color: #fff;
	padding: 0.6rem 2rem;
	background-color: #2985D5;
}
#main .interviewInner {
	margin-bottom: 16.5rem;
	position: relative;
}
#main .interviewInner:last-child {
	margin-bottom: 0;
}
#main .interviewInner:after {
	z-index: -1;
	width: calc(50% + -60.2rem);  
	height: 100%;
	background: #2985d5;
	opacity: 0.15;
	position: absolute;  
	top: 0;
	right: 0;  
	content: ""; 
}
#main .interviewInner::before {
	width: calc(50% + -59.8rem);  
	height: 100%;
	background: #2985d5;
	opacity: 0.15;
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
}
#main .interviewInner h4 {
	display: flex;
	margin-bottom: 1.6rem;
	font-size: 2.6rem;
	font-weight: 700;
	color: #2985D5;
	letter-spacing: 0.06em;
}
#main .interviewInner h4 .ico {
	flex-shrink: 0;
}
#main .interviewInner p {
	font-weight: 500;
	margin: 0 -1rem 7.8rem 0;
	line-height: 2.0625;
}
#main .interviewInner p:last-child {
	margin-bottom: 0;
}
#main .interviewBox2 .interviewDl dd .txtSpan {
	background-color: #36B229;
}
#main .interviewBox2 .textBox .name::after {
	background-color: #36B229;
}
#main .interviewInner2::after,
#main .interviewInner2::before {
	background: #36b229;
	opacity: 0.15;
}
#main .interviewInner2 h4 {
	color: #36B229;
}
#main .interviewBox3 .interviewDl dd .txtSpan {
	background-color: #ED5E80;
}
#main .interviewBox3 .textBox .name::after {
	background-color: #ED5E80;
}
#main .interviewInner3::after,
#main .interviewInner3::before {
	background: #ED5E80;
	opacity: 0.15;
}
#main .interviewInner3 h4 {
	color: #ED5E80;
}
@media all and (min-width: 897px) {
}

@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 3.8rem;
		font-size: 2.6rem;
	}
	.comCtrText {
		margin-bottom: 4.9rem;
	}
	#main .seekersBox {
		margin-bottom: 6rem;
		padding: 1.5rem 2rem;
		aspect-ratio: 792 / 1214;
		background-image: url(../images/employment/photo01_sp.jpg);
	}
	#main .seekersBox h4 {
		margin-bottom: 8rem;
		font-size: 2rem;
	}
	#main .seekersBox p {
		line-height: 2;
	}
	.headLine03 {
		margin-bottom: 5.3rem;
	}
	.headLine03 .subSpan {
		max-width: inherit;
	}
	.headLine03 .en {
		margin-bottom: 0.8rem;
	}
	#main .processBox {
		padding: 4.4rem 0 6.3rem;
		background-image: url(../images/employment/photo02_sp.jpg);
	}
	#main .processList dt {
		width: 8.6rem;
		font-size: 0.8rem;
	}
	#main .processList dt .num {
		font-size: 3.3rem;
		margin-bottom: -0.3rem;
	}
	#main .processList dd::after {
		width: 3px;
		top: 1rem;
		height: 7.6rem;
	}
	#main .processList dd {
		margin-top: 0;
		padding-left: 2rem;
		font-size: 0.9rem;
		line-height: 1.89;
		margin-right: 0;
		letter-spacing: 0.06em;
	}
	#main .processList dd .ttl {
		font-size: 2.2rem;
		margin: 0 -1rem 0rem;
	}
	#main .processList li {
		margin-bottom: 4.6rem;
	}
	#main .processList dd .text {
		font-size: 0.8rem;
		line-height: 1.875;
	}
	#main .processList dt::after {
		width: 16.7rem;
		left: 2.3rem;
		top: calc(100% + 1rem);
	}
	#main .interview {
		padding: 5.3rem 0 0;
	}
	#main .interviewBox .photoBox {
		width: 12.6rem;
		margin-right: 2rem;
	}
	#main .interviewBox .textBox p {
		font-size: 1.1rem;
	}
	#main .interviewBox .textBox p .txtSpan {
		margin-right: 1.2rem;
		font-size: 0.9rem;
		min-width: 4rem;
		vertical-align: 0.1rem;
	}
	#main .interviewBox .textBox p small {
		font-size: 0.5rem;
	}
	#main .interviewBox .textBox .name {
		margin-bottom: 0.8rem;
		font-size: 2.3rem;
	}
	#main .interviewBox .textBox .name::after {
		height: 3px;
		width: 2.2rem;
	}
	#main .interviewDl dt {
		font-size: 0.9rem;
		margin-bottom: 0.7rem;
		width: 5rem;
	}
	#main .interviewBox {
		margin-bottom: 0;
		padding-top: 1.5rem;
		padding-bottom: 7rem;
		position: relative;
	}
	#main .interviewBox::after {
		z-index: -1;
		width: 14.9rem;
		height: calc(100% - 1.5rem);
		background: #2985d5;
		opacity: 0.15;
		position: absolute;
		top: 1.5rem;
		right: -1.5rem;
		content: "";
	}
	#main .interviewDl dd {
		font-size: 0.7rem;
		margin-bottom: 0.7rem;
		width: calc(100% - 5rem);
	}
	#main .interviewDl dd .txtSpan {
		padding: 0.3rem 1rem 0.3rem;  
	}
	#main .interviewDl {
		margin: 0 0 0 -0.5rem;
	}
	#main .interviewInner h4 {
		font-size: 2rem;
		padding-bottom: 0.2rem;
		line-height: 1.65;
	}
	#main .interviewInner p {
		font-size: 1.6rem;
		line-height: 1.5625;
		margin: 0 2rem 1.8rem;
	}
	#main .interviewInner::after {
		width: 14.9rem;
	}
	#main .interviewInner::before {
		display: none;
	}
	#main .interviewInner {
		margin-bottom: 0;
		padding-bottom: 3.5rem;
	}
	#main .interviewBox2::after {
		top: 0;
		height: 100%;
		background: #36b229;
	}
	#main .interviewBox2 {
		padding-top: 3rem;
	}
	#main .interviewBox3::after {
		top: 0;
		height: 100%;
		background: #ED5E80;
	}
	#main .interviewBox3 {
		padding-top: 3rem;
	}
}