@charset "UTF-8";

.h2_ttl{
	margin-bottom: 45px;
}
.your_job_wrap{
	width: 100%;
}
.your_job_wrap .news_wrap .news_box_wrap{
	padding: 0 0 125px;
}

@media screen and (max-width: 980px) {
	.h2_ttl{
		margin-bottom: 35px;
	}
	
	.your_job_wrap{
		padding: 50px 0 0;
	}
	.your_job_wrap .news_wrap .news_box_wrap{
		border: none;
		margin-bottom: 0;
		padding: 0 0 70px;
	}
}
@media screen and (max-width: 640px) {
}

/*-----------------------------------

	mainvisual_block

-----------------------------------*/
#mainvisual_block{
	height: 200px;
	align-content: center;
	position: relative;
	z-index: 2;
	background-color: #006b48;
	margin-top: 13px;
}
#mainvisual_block .mv_bg_img{
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
#mainvisual_block .mv_ttl{
	font-size: 40px;
	font-weight: 700;
	color: #fff;
}

@media screen and (max-width: 980px) {
	#mainvisual_block{
		height: 120px;
	}
	#mainvisual_block .mv_bg_img{
		display: none;
	}
	#mainvisual_block .mv_ttl{
		font-size: 30px;
	}
}
@media screen and (max-width: 640px) {
}



/*-----------------------------------

	category_block

-----------------------------------*/
#category_block{
	padding: 87px 0 120px;
}

#category_block .category_box{
	gap: 30px 50px;
}
#category_block .category_box .news_box{
	width: calc((100% - 50px) / 2);
}
#category_block .news_box:first-child .txt_wrap .img_box,
#category_block .news_box .txt_wrap .img_box{
	width: 100%;
	max-width: 100%;
    height: 186px;
	margin: 0 auto 20px;
}
#category_block .news_box:first-child .txt_wrap .img_box img,
#category_block .news_box .txt_wrap .img_box img{
	border-radius: 7px;
}


@media screen and (max-width: 980px) {
	#category_block{
		padding: 45px 0 0;
	}
	
	#category_block .sp_980{
		padding: 68px 0 48px;
		border-bottom: 1px solid #9fa0a0;
	}
}
@media screen and (max-width: 640px) {
	#category_block .category_box{
		flex-direction: column;
	}
	#category_block .category_box .news_box{
		max-width: 100%;
		width: 100%;
		margin: auto;
	}
	#category_block .news_box:first-child .txt_wrap .img_box img,
	#category_block .news_box .txt_wrap .img_box img{
		border-radius: 0;
	}
}

/*pagenation*/
.pagenation{
	margin: 60px auto 0;
}
.pagenation .page-numbers{
	gap: 10px;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-items: center;
}
.pagenation .page-numbers li{
	width: 35px;
	height: 35px;
}
.pagenation .page-numbers .page-number,
.pagenation .page-numbers .page-numbers{
	background: #fff;
	border: 1px solid #006b48;
	color: #006b48;
	font-size: 18px;
	font-weight: 700;
	transition: 0.3s;
	width: 100%;
    height: 100%;
	
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
/*.pagenation .page-numbers .page-numbers.dots{
	background: none;
}*/
.pagenation .page-numbers .page-number:hover{
	opacity: 0.6;
}
.pagenation .page-numbers .page-number.current,
.pagenation .page-numbers .page-numbers.current{
	color: #fff;
	background: #006b48;
}
.pagenation .page-numbers .prev,
.pagenation .page-numbers .next{
	position: relative;
	border: none;
	width: 20px;
}
.pagenation .page-numbers .prev::before,
.pagenation .page-numbers .next::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: solid 1.5px #006b48;
    border-right: solid 1.5px #006b48;
}
.pagenation .page-numbers .prev::before{
	transform: rotate(-135deg);
}
.pagenation .page-numbers .next::before{
	transform: rotate(45deg);
}

@media screen and (max-width: 980px){
	.pagenation .page-numbers{
		justify-content: center;
	}
}
@media screen and (max-width: 640px){
}

/*-----------------------------------

	interview_box

-----------------------------------*/
.interview_box{
	padding: 0;
}
.interview_box .news_box_wrap{
	padding: 0 0 32px;
	gap: 40px;
	border-bottom: none;
}
.interview_box .news_box_wrap .news_box{
	width: calc((100% - 80px) / 3);
}
.interview_box .news_box_wrap .news_box:first-child .txt_wrap .img_box{
	height: 186px;
	max-width: 338px;
	width: 100%;
}
.interview_box .news_box_wrap .news_box:first-child .txt_wrap{
	gap: 15px;
	flex-direction: column;
}

.interview_box .sp_sub_arrow{
	display: none;
}

@media screen and (max-width: 980px) {
	.interview_box{
		border-bottom: 1px dashed #000000;
		padding: 50px 0 0;
	}
	.interview_box .news_box_wrap{
		padding: 0 0 43px;
		gap: 28px;
        flex-direction: column;
	}
	.interview_box .news_box_wrap .news_box{
		max-width: 330px;
        width: 100%;
        margin: auto;
	}
	.interview_box .news_box_wrap .news_box .txt_wrap .img_box img{
		border-radius: 0;
	}
	
	.interview_box .sp_sub_arrow{
		display: block;
	}
	.interview_box .sp_sub_arrow .arrow_btn{
		margin: 0 auto 60px;
		background: #fff;
        border: 3px solid #006b48;
        color: #006b48 !important;
        padding: 16px 18px;
        transition: 0.3s;
		width: fit-content;
	}
	.interview_box .sp_sub_arrow .arrow_btn::before{
		border-top: solid 2px #006b48;
        border-right: solid 2px #006b48;
	}
}
@media screen and (max-width: 640px) {
	.interview_box .news_box_wrap .news_box:first-child .txt_wrap .img_box {
		max-width: 100%;
		height: 180px;
	}
	.interview_box .news_box_wrap .news_box {
		max-width: 100%;
	}
}


