@charset "UTF-8";

#contents {
	padding: 0;
	line-height: 1.7;
	font-size: 14px;
	color: #333;
	-webkit-font-smoothing: antialiased;
}

figure {
	margin: 0;
}

a {
	color: inherit;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a:hover {
	text-decoration: none;
}

a:hover img {
	opacity: 1;
}

.recmenu {
	line-height: 1;
	padding: 0 15px;
}

.recmenu_list {
	max-width: 1150px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.recmenu_item {
	display: inline-block;
	width: 31%;
	margin-left: 3.5%;
	margin-top: 70px;
	border-style: solid;
	border-width: 15px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 100px 15px 15px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.recmenu_item:hover {
	-webkit-box-shadow: 0px 25px 50px -10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 25px 50px -10px rgba(0, 0, 0, 0.3);
}

.recmenu_item.-staff01 {
	color: #50beb2;
}

.recmenu_item.-staff02 {
	color: #05a6f1;
}

.recmenu_item.-staff03 {
	color: #22ac38;
}

.recmenu_item.-staff04 {
	color: #7bc828;
}

.recmenu_item.-staff05 {
	color: #5781F0;
}

.recmenu_item.-staff06 {
	color: #F39800;
}

.recmenu_item:before {
	position: absolute;
	left: 10px;
	top: 15px;
	font-size: 12px;
	font-weight: bold;
}

.recmenu_item.-new:before {
	content: "新卒";
}

.recmenu_item.-mid:before {
	content: "中途";
}

.recmenu_item:after {
	position: absolute;
	left: 35px;
	top: 35px;
	content: "";
	display: block;
	width: 80px;
	border-bottom: 1px solid;
	margin-left: -40px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.recmenu_wrap {
	z-index: 10;
	position: relative;
}

.recmenu_job {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}
.recmenu_job .-small {
	font-size: 16px;
	letter-spacing: -1.5px;
}

.recmenu_name {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

.recmenu_year {
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

.recmenu_img {
	position: absolute;
	bottom: -15px;
	left: 45%;
	pointer-events: none;
	z-index: 5;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	-webkit-transition: transform .3s;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.recmenu_img img {
	max-width: none;
}

.recentry {
	color: #FFF;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, rgb(77, 197, 35)), color-stop(52%, rgb(5, 149, 162)), color-stop(90%, rgb(94, 94, 216)));
	background-image: linear-gradient(to right, rgb(77, 197, 35) 10%, rgb(5, 149, 162) 52%, rgb(94, 94, 216) 90%);
	padding: 40px 0 70px;
}

.recentry_ttl {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.recentry_lead {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}

.recentry_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
}

.recentry_btn > a {
	overflow: hidden;
	display: table;
	width: 49%;
	background: #FFF;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.recentry_btn > a:hover {
	-webkit-box-shadow: 0px 25px 50px -10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 25px 50px -10px rgba(0, 0, 0, 0.3);
}

.recentry_btn_col {
	display: table-cell;
	vertical-align: middle;
}

.recentry_btn_col.-cnt {
	text-align: center;
	color: #333;
}

.recentry_btn_col.-fig {
	width: 240px;
}

.IE .recentry_btn_col.-fig img {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.recentry_btn_ttl {
	line-height: 2.8;
}

.recentry_btn_ttl small {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}

.recentry_btn > a.-new .recentry_btn_ttl small {
	color: #4DC523;
}

.recentry_btn > a.-mid .recentry_btn_ttl small {
	color: #5E5ED8;
}

.recentry_btn_ttl em {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}

@media screen and (max-width:1080px) {
	.recmenu_item {
		margin-top: 50px;
	}

	.recmenu_img {
		-webkit-transform-origin: bottom right;
		transform-origin: bottom;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

}

@media screen and (min-width:641px) {
	.recmenu_item:nth-child(3n+1) {
		margin-left: 0;
		z-index: 10;
	}

	.recmenu_item:nth-child(3n+2) {
		z-index: 5;
	}

	.recmenu_item:nth-child(3n+3) {
		z-index: 1;
	}

	.recmenu_item:nth-child(-n+3) {
		margin-top: 0;
	}

	.recmenu_item:hover .recmenu_img {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

}

@media screen and (max-width:640px) {
	.recmenu {
		padding: 0;
	}

	.recmenu_list {
		display: block;
	}

	.recmenu_item {
		width: 100%;
		padding-top: 80px;
		margin-left: 0;
		margin-top: 20px;
		border-width: 10px;
	}

	.recmenu_item.-staff01 {
	}

	.recmenu_item.-staff02 {
	}

	.recmenu_item.-staff03 {
	}

	.recmenu_item.-staff04 {
	}

	.recmenu_item.-staff05 {
	}

	.recmenu_item.-staff06 {
	}

	.recmenu_item:before {
	}

	.recmenu_item.-new:before {
	}

	.recmenu_item.-mid:before {
	}

	.recmenu_item:after {
	}

	.recmenu_wrap {
	}

	.recmenu_job {
		font-size: 16px;
	}

	.recmenu_job .-small {
		font-size: 16px;
		letter-spacing: 0;
	}

	.recmenu_name {
	}

	.recmenu_year {
	}

	.recmenu_img {
		bottom: -10px;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		left: 40%;
	}

	.recmenu_img img {
	}

	.recentry {
		padding: 30px 0;
	}

	.recentry_ttl {
		font-size: 32px;
	}

	.recentry_lead {
		margin-top: 5px;
	}

	.recentry_btn {
		margin-top: 20px;
		display: block;
	}

	.recentry_btn > a {
		width: 100%;
		margin-top: 20px;
	}

	.recentry_btn > a:first-child {
		margin-top: 0;
	}

	.recentry_btn_col {
	}

	.recentry_btn_col.-cnt {
		width: 50%;
	}

	.recentry_btn_col.-fig {
	}

	.recentry_btn_ttl {
		white-space: nowrap;
		padding: 0 20px;
	}

	.recentry_btn_ttl small {
	}

	.recentry_btn > a.-new .recentry_btn_ttl small {
	}

	.recentry_btn > a.-mid .recentry_btn_ttl small {
	}

	.recentry_btn_ttl em {
		font-size: 24px;
	}

}
