@charset "utf-8";
/* CSS Document */

/*///////////// セクション1 ///////////////*/
.sec1 p span {
	font-size: 1.2em;
	font-weight: 700;
	color: #BD0C24;
}


/*///////////// セクション2 ///////////////*/
.sec2 {
	background-image: url("../images/recruit/bg_sp.svg");
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFF2F5;
	padding-bottom: 0;
	padding-top: 50px;
}

.sec2 .container {
	max-width: 1000px !important;
	padding-bottom: 160px;
	margin-bottom: 0;
}

.sec2 .wrap {
	border: 3px solid #BD0C24;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 3px 3px 5px rgba(34,34,34,0.25);
	padding: 1.5rem;
}

.sec2 .num {
	width: 100%;
	margin-right: 4%;
	display: block;
}

.sec2 .num {
	width: 60px !important;
	display: block;
	margin: 0 auto;
}

.sec2 h2 {
	width: 100%;
	display: block;	
	font-size: 1.3rem;
	line-height: 1.5em;
	margin-bottom: 0;
}

.sec2 h2 span {
	font-size: 1.2em;
	color: #BD0C24;
}

.sec2 h3 {
	font-size: 1.3rem;
	line-height: 1.5em;
	text-align: center;	
}

.sec2 .img04 {
	position: absolute;
	left:5%;
	bottom: 0;
	width: auto;
	height: 150px;
}

.sec2 .img05 {
	position: absolute;
	right: 3%;
	bottom: 0;
	width: auto;
	height: 150px;
}

@media (min-width: 576px) {
	.sec2 {
		padding-top: 80px;
	}

	.sec2 .container {
		padding-bottom: 100px;
	}
	
	.sec2 .wrap {
		border-radius: 16px;
		box-shadow: 3px 3px 5px rgba(34,34,34,0.25);
		padding: 2rem;
	}

	.sec2 .img04 {
		left:5%;
		height: 170px;
	}

	.sec2 .img05 {
		right: 1%;
		height: 170px;
	}
}


@media (min-width: 768px) {
	.sec2 {
		padding-top: 80px;
	}

	.sec2 .container {
		padding-bottom: 60px;
	}
	
	.sec2 .wrap {
		padding: 2.4rem;
	}
	
	.sec2 .num {
		width: 15% !important;
		display: block;
		margin: 0 auto;
		padding-right: 2%;
}

	.sec2 h2 {
		width: 80%;
		font-size: 1.35rem;
	}

	.sec2 .img04 {
		left:2.5%;
		height: 230px;
	}

	.sec2 .img05 {
		right: 1%;
		height: 230px;
	}
}


@media (min-width: 992px) {
	.sec2 {
		padding-top: 110px;
	}

	.sec2 .container {
		padding-bottom: 80px;
	}
	
	.sec2 .wrap {
		padding: 2.4rem;
	}
	
	.sec2 .num {
		width: 14% !important;
		padding-top: 0.2rem;
	}

	.sec2 .img04 {
		left:2.5%;
		height: 250px;
	}

	.sec2 .img05 {
		right: 1%;
		height: 250px;
	}
}


@media (min-width: 1200px) {
	.sec2 {
		padding-top: 130px;
	}

	.sec2 .container {
		padding-bottom: 100px;
	}
	
	.sec2 .wrap {
		padding: 2.6rem;
	}

	.sec2 .img04 {
		left: -5%;
		height: 300px;
	}

	.sec2 .img05 {
		right: -5%;
		height: 300px;
	}
}
