@charset "utf-8";
/**********************************************
 * 
 * RECRUIT
 *
***********************************************/
/* common
***********************************************/
h3 {
	position: relative;
	margin: 100px 0 80px;
	padding-bottom: 30px;
	color: #007e43;
	font-weight: 700;
	font-size: 3.6rem;
	text-align: center;
}
h3:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60px;
	height: 2px;
	margin-left: -30px;
	background: #007e43;
}
ul.basic {
	margin-top: -5px;
}
ul.basic li {
	position: relative;
	margin-top: 5px;
	padding-left: 14px;
}
ul.basic li:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #007e43;
}
.btn {
	display: flex;
	justify-content: center;
	text-align: center;
}
.btn a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 570px;
	height: 200px;
	border-radius: 100px;
	border-top-right-radius: 0;
	background: #007e43;
	color: #fff;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.25;
}
.btn a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 40px;
	width: 64px;
	height: 26px;
	background: url(/assets/images/ar_white.png) no-repeat;
	background-size: cover;
	transition: .3s;
	transform: translateY(-50%);
}
.btn a:hover:after {
	right: 30px;
}
.btn span {
	margin-bottom: 5px;
	font-size: 1.8rem;
	font-weight: 400;
}
.CvArea .recruit {
	display: none;
}
.CvArea .entry {
	display: block;
}
@media (max-width: 767px) {
	main img {
		width: 100%;
		height: auto;
	}
	h3 {
		margin: 50px 0 40px;
		padding-bottom: 15px;
		font-size: 2.6rem;
	}
	h3:after {
		width: 40px;
		height: 1px;
		margin-left: -20px;
	}
	ul.basic li:before {
		top: 10px;
	}
	.btn a:after {
		width: 32px;
		height: 13px;
	}
}
/* index 
***********************************************/
.index .key-visual {
	height: 800px;
	overflow: visible;
	background: url(../../images/recruit/top/mainvis.jpg) no-repeat center center;
}
.index .key-visual .sub-title {
	color: #fff;
}
.index .key-visual .text-title {
	margin-top: 50px;
	font-weight: 700;
	font-size: 3rem;
	text-align: center;
}
.index .key-visual .text {
	margin-top: 40px;
	font-size: 2rem;
	text-align: center;
	line-height: 2;
}
.index .PopUp {
	bottom: -50px;
}
.index .breadcrumbs {
	margin: 55px auto 70px;
	padding: 30px 30px 20px;
	background: #fff;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.index .intro {
	font-size: 2rem;
	text-align: center;
	line-height: 2;
}
.index .intro h2 {
	margin-bottom: 70px;
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
.index .intro h2 span {
	color: #007e43;
}
.index .intro p:last-child {
	margin-top: 20px;
	text-align: right;
}
.index .area + .area {
	margin-top: 80px;
}
.index h4 {
	margin-bottom: 40px;
	font-size: 3rem;
	font-weight: 700;
	color: #007e43;
	text-align: center;
}
.index .-application {
	padding-bottom: 60px;
	text-align: center;
}
.index .-application p {
	font-size: 2rem;
}
.index .-application .CvArea {
	padding-bottom: 0;
}
.index .-application a {
	margin-top: 40px;
}
.row {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	padding: 60px;
	border-radius: 30px;
	border-top-right-radius: 0;
}
.row .item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 50%;
	padding: 10px 0;
	border-bottom: 1px solid #dedede;
}
.row .item.-full {
	width: 100%;
	border-right: 0;
}
.row .item:last-child {
	border-bottom: 0;
}
.head, .description {
	padding: 11px 20px;
}
.head {
	width: 185px;
	font-weight: 700;
	font-size: 1.8rem;
	border-right: 2px solid #dedede;
}
.description {
	width: calc(100% - 185px);
	font-size: 1.8rem;
}
.group-box {
	margin-top: 50px;
	display: flex;
	align-items: center;
}
.item-box {
	width: 50%;
	text-align: center;
}
.item-box p {
	font-size: 3.2rem;
}
.item-box .se-text {
	text-align: center;
	font-size: 2.6rem;
}
.value {
	font-size: 5.6rem;
	font-weight: 700;
	line-height: 1.1;
	color: #007e43;
}
.value-percentage {
	font-size: 3.2rem;
	font-weight: 700;
	color: #007e43;
}
.value-year {
	display: block;
	font-size: 2.4rem;
	line-height: 1.1;
}
.index .acc + .acc {
	margin-top: 60px;
}
.acc {
	min-height: 80px;
	background: #eff6e9;
	border-radius: 40px;
}
.acc dt {
	position: relative;
	padding: 17px 60px;
	font-size: 3rem;
	color: #007e43;
	cursor: pointer;
}
.acc dt span {
	display: inline-block;
	position: relative;
	top: -5px;
	left: 0;
	min-width: 150px;
	margin-right: 20px;
	padding: 10px 12px 10px 18px;
	background: #007e43;
	border-radius: 12px;
	border-top-right-radius: 0;
	font-size: 2rem;
	color: #fff;
	text-align: center;
	line-height: 1;
}
.acc dt.no-icon {
	padding-left: 22px;
}
.acc dt.no-icon:before {
	content: none;
}
.acc dt:before {
	content: '';
	position: absolute;
	top: 32px;
	left: 26px;
	width: 20px;
	height: 20px;
	background: #007e43;
	border-radius: 10px;
	border-top-right-radius: 0;
}
.acc dt:after {
	content: '\f0dd';
	position: absolute;
	top: 19px;
	right: 40px;
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	font-size: 3rem;
	color: #007e43;
	line-height: 1;
}
.acc dt.is-active:after {
	content: '\f0de';
	position: absolute;
	top: 31px;
}
@media (max-width: 767px) {
	.index .key-visual {
		height: 600px;
		margin-bottom: 0;
		background: url(../../images/recruit/top/mainvis_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	.index .PopUp {
		width: 100%;
		bottom: -220px;
	}
	.index .intro p {
		font-size: 1.6rem;
		text-align: left;
	}
	.row {
		flex-direction: column;
		padding: 30px 15px;
	}
	.row .item {
		flex-direction: column;
		width: 100%;
	}
	.head, .description {
		width: 100%;
		padding: 5px 15px;
	}
	.head {
		border-right: 0;
	}
	.group-box {
		flex-direction: column;
		margin-top: 20px;
	}
	.item-box {
		width: 100%;
		margin: 0 auto;
	}

	.item-box p {
		font-size: 2rem;
	}
	
	.acc {
		min-height: 64px;
	}
	.acc dt {
		font-size: 2rem;
	}
	.acc dt:before {
		top: 24px;
	}
	.acc dt:after {
		top: 11px;
	}
	.acc dt.is-active:after {
		top: 25px;
	}
	.index .-application {
		padding: 0 15px 40px;
	}
	.index .-application .CvArea .BtnList,
	.index .-application .CvArea .BtnList li a {
		width: 100%;
	}
}
/* third(第三階層)
***********************************************/
.third .intro {
	font-size: 2rem;
	text-align: center;
	line-height: 2;
}
.third .intro h2 {
	margin-bottom: 50px;
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
.third .intro h2 span {
	color: #007e43;
}
.third .intro p + p {
	margin-top: 15px;
}
.third .intro p:last-of-type {
	width: 768px;
	margin: 20px auto 0;
	text-align: right;
}
.third .movie {
	margin-top: 100px;
	text-align: center;
}
.third .movie dt {
	margin-bottom: 20px;
	color: #007e43;
	font-size: 3rem;
	font-weight: 700;
}
.third .movie dd {
	aspect-ratio: 16 / 9;
}
.third .movie video {
	width: 768px;
}
.third .work {
	font-size: 2rem;
	line-height: 2;
}
.third .work figure {
	margin-bottom: 40px;
}
.third .work .btn {
	margin-top: 30px;
}
.third .work .btn a {
	background-image: url(/assets/images/recruit/incineration/bg_pilant.png);
	background-repeat: no-repeat;
	background-position: -120px 0;
}
.third .kind {
	counter-reset: item;
	display: flex;
	align-items: flex-start;
	margin-top: 120px;
	line-height: 1.5;
}
.third .kind > li {
	position: relative;
	width: calc((100% - 80px) / 3);
	margin-right: 40px;
	padding-left: 40px;
}
.third .kind > li:last-child {
	margin-right: 0;
}
.third .kind > li:before {
	counter-increment: item;
	content: 'WORK ' counter(item, decimal-leading-zero);
	display: inline-block;
	position: absolute;
	top: 20px;
	left: -25px;
	color: #007e43;
	font-family: 'Barlow', sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	transform: rotate(-90deg);
}
.third .kind > li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	width: 2px;
	height: 100%;
	background: #dedede;
}
.third .kind h4 {
	position: relative;
	margin: -10px 0 20px;
	padding-left: 30px;
	color: #007e43;
	font-size: 2.6rem;
	font-weight: 700;
}
.third .kind h4:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border-top-right-radius: 0;
	background: #007e43;
}
.third .kind h5 {
	margin: 20px 0 10px;
	color: #007e43;
}
.third .schedule figure {
	text-align: center;
}
.third .schedule figure img:not(:first-child) {
	margin-top: 80px;
}
.third .require {
	font-size: 2rem;
	line-height: 2;
}
.third .require th,
.third .require td {
	padding: 15px 20px;
	border-top: 1px solid #dedede;
	vertical-align: top;
}
.third .require th {
	position: relative;
	width: 185px;
	font-weight: 700;
}
.third .require th:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	width: 2px;
	height: 50px;
	background: #dedede;
}
.third .require li:before {
	top: 18px;
}
.third .require a {
	color: #35a0dd;
	text-decoration: underline;
}
.third .require a:hover {
	text-decoration: none;
}
.third .voice {
	min-height: 715px;
	padding-top: 260px;
	background: url(/assets/images/recruit/incineration/bg_voice.png) no-repeat center 0;
	font-size: 2rem;
	line-height: 2;
}
.third .voice .inner {
	padding-right: 600px;
}
.third .voice h4 {
	color: #0599d9;
	font-size: 3rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	.btn a {
		width: 350px;
		height: 120px;
		font-size: 2.4rem;
	}
	.btn a:after {
		right: 30px;
	}
	.btn a:hover:after {
		right: 20px;
	}
	.btn span {
		font-size: 1.2rem;
	}
	.third .intro {
		font-size: 1.6rem;
		text-align: left;
	}
	.third .intro h2 {
		margin-bottom: 30px;
		font-size: 3rem;
	}
	.third .intro p:last-of-type {
		width: 100%;
	}
	.third .movie {
		margin-top: 40px;
	}
	.third .work {
		font-size: 1.6rem;
	}
	.third .work figure {
		margin-bottom: 30px;
	}
	.third .work .btn a {
		background-position: -150px 0;
	}
	.third .kind {
		display: block;
		margin-top: 60px;
	}
	.third .kind > li {
		width: 100%;
		margin: 0 0 30px;
	}
	.third .kind > li:last-child {
		margin: 0;
	}
	.third .kind h4 {
		margin: 0 0 20px;
		font-size: 2rem;
	}
	.third .kind h4:before {
		top: 7px;
	}
	.third .kind h5 {
		margin: 20px 0 10px;
	}
	.third .schedule figure img:not(:first-child) {
		margin-top: 40px;
	}
	.schedule01-png {
		width: 70%;
	}
	.third .require {
		font-size: 1.6rem;
	}
	.third .require table,
	.third .require tbody,
	.third .require tr,
	.third .require th,
	.third .require td {
		display: block;
	}
	.third .require th {
		width: 100%;
		padding: 10px 0 0;
	}
	.third .require td {
		padding: 0 0 10px;
		border-top: 0;
	}
	.third .require th:after {
		content: none;
	}
	.third .require li:before {
		top: 14px;
	}
	.third .voice {
		min-height: initial;
		margin-top: 30px;
		padding-top: 0px;
		background-size: 600px;
		font-size: 1.6rem;
	}
	.third .voice .inner {
		padding-right: 0;
	}
	.third .voice h4 {
		margin-bottom: 10px;
		font-size: 2.4rem;
	}
	.third .voice h4 + p {
		padding-right: 52%;
	}
	.third .movie video {
		width: 100%
	}
}