@charset "utf-8";
/* CSS Document */
.footer_contact2{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
	flex-direction: row;

}
.main-wrap{
	background-color: #F4F4F4;
}

.pagetitle2{
	position: relative;
	background-color: #F6D903;
}
.pagetitle2{
	position: relative;
}
body.on .pagetitle2::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-image: url("https://march-group.jp/system_panel/uploads/images/recruit_bg.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 95%;
	height: 95%;
	z-index: 3;
	opacity: 0;
}
body.on .pagetitle2::after{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 0.6s;
}
.pagetitle2 .txtbox{
	width: 50%;
	position: relative;
	z-index: 5;
}
.pagetitle2 .imgbox{
	z-index: 1;
}
.pagetitle2 .imgbox > div{
	border-radius: 50%;
}
.pagetitle2 .imgbox.imgbox1{
	position: absolute;
	width: 20%;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
}
.pagetitle2 .imgbox.imgbox2{
	position: absolute;
	width: 25%;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
.pagetitle2 .imgbox.imgbox2 .img1{
	width: 60%;
	margin-left: 10%;
	margin-bottom: 20%;
}
.pagetitle2 .imgbox.imgbox2 .img2{
	width: 45%;
	margin-left: 50%;
}

.cate1 .top_box .imgbox{
	width: 40%;
}
.cate1 .top_box .txtbox{
	width: 60%;
	padding-right: 5%;
}

.cate2 .box{
	background-color: #FFF3FA;
	padding: 3%;
	border-radius: 10px;
}
.cate2 .box{
	margin-bottom: 30px;
}

.cate4 .boxwrap .box{
	padding: 15px 0;
	border-bottom: 1px solid #C6C6C6;
}
.cate4 .boxwrap .box:first-of-type{
	padding-top: 0;
}
.cate4 .boxwrap .box h3{
	width: 200px;
	padding: 5px;
}
.cate4 .boxwrap .box p{
	width: calc(100% - 200px);
	padding: 5px;
	font-weight: 500;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){

}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.pagetitle2 .txtbox{
		width: 60%;
	}

	.cate4 .boxwrap .box h3{
		width: 180px;
	}
	.cate4 .boxwrap .box p{
		width: calc(100% - 180px);
	}

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate1 .top_box .imgbox{
		width: 60%;
		margin-bottom: 30px;
	}
	.cate1 .top_box .txtbox{
		width: 90%;
		padding-right: 0;
	}

	.pagetitle2 .txtbox{
		width: 80%;
	}
	.pagetitle2 .imgbox.imgbox1{
		width: 20%;
		left: 5%;
		top: 30%;
		transform: translateY(-50%);
	}
	.pagetitle2 .imgbox.imgbox2{
		width: 30%;
		right: 5%;
		top: 0%;
		transform: translateY(0);
	}
	.pagetitle2 .imgbox.imgbox2 .img1{
		width: 70%;
		margin-top: 10%;
		margin-bottom: 30%;
	}
	.pagetitle2 .imgbox.imgbox2 .img2{
		width: 50%;
		margin-left: 40%;
	}
	.cate4 .boxwrap .box h3{
		width: 150px;
	}
	.cate4 .boxwrap .box p{
		width: calc(100% - 150px);
	}

}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){

	.cate1 .top_box .imgbox{
		width: 80%;
		margin-bottom: 30px;
	}
	.cate1 .top_box .txtbox{
		width: 100%;
	}
	.pagetitle2 .txtbox{
		width: 100%;
	}
	.pagetitle2 .imgbox.imgbox1{
		position: static;
		width: 40%;
		left: 0;
		top: 0;
		transform: translateY(0);
		margin-right: 50%;
		margin-bottom: 20px;
	}
	.pagetitle2 .imgbox.imgbox2{
		position: static;
		width: 100%;
		right: 5%;
		top: 0%;
		transform: translateY(0);
		margin-top: 30px;
	}
	.pagetitle2 .imgbox.imgbox2 .img1{
		width: 50%;
		margin-bottom: -80px;
		margin-right:50%; 
		margin-top: 0;
	}
	.pagetitle2 .imgbox.imgbox2 .img2{
		width: 40%;
		margin-left: 60%;
	}
	.cate4 .boxwrap .box h3{
		width: 100%;
	}
	.cate4 .boxwrap .box p{
		width: 100%;
	}

}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

