@charset "UTF-8";

/***** デフォルトはスマートフォン *****/
.recruit_movie {
	width: 100vw;
	position: relative;
	right: 0;
	left: 0;
	top: 0;
	z-index: -1;
	margin-top: -12vw;
}

.rec_video {
	margin: auto;
	width: 100%;
	z-index: -1;
	/* コンテンツの下に配置 */
	object-fit: cover;
	/* 比率を維持して全画面 */
}

.rec_circle {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
	margin: auto;
	height: 80%;
}

.rec_moji {
	position: absolute;
	bottom: 5%;
	left: 5%;
	width: 15vw;
}

.rec_company_name {
	width: 20vw;
	position: absolute;
	right: 50px;
	bottom: 5%;
}

.rec_inner {
	width: 98%;
	margin: auto;
}

.rec_text {
	padding: 30px;
	line-height: 40px;
	text-align: center;
}

.section_space {
	margin: 2.5rem auto;
}

.rec_image_flex {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.rec_image_flex_item {
	margin: 15px auto;
	width: 98%;
}

.rec_main_flex {
	width: 300px;
	margin: auto;
	display: grid;
	grid-template-columns: 300px 300px;
	/* 幅を揃える */
	justify-content: center;
	/* 全体を中央に */
}

.rec_main_flex_item_l {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 50%;
	margin: 0 -10px 0 auto;
}

.rec_main_flex_item_r {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 900;
	background: #003255;
	width: 60%;
	height: 2rem;
	margin: auto 0 auto -10px;
}

.rec_main_flex_item_r h2 {
	font-size: 14px;
}

.rec_main_grid_outer {
	width: 98%;
	margin: auto;
	display: block;
	line-height: 40px;
}

.rec_right_text_flex {
	display: block;
}

.rec_right_text_flex_left {
	flex: 3;
	text-align: left;
	font-weight: 900;
}

.rec_right_text_flex_right {
	flex: 7;
	text-align: left;
}

.rec_contact_table {
	display: table;
	border-collapse: collapse;
	border: #003255 solid 2px;
	width: 300px;
}

.rec_contact_table_tr {
	border: #003255 solid 2px;
}

.rec_contact_table_tr th {
	background: #003255;
	color: white;
	font-size: 18px;
}

.rec_contact_table_tr td {
	background: #fff;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	font-size: 20px;
}

.rec_contact_table_tr a {
	color: black;
	text-decoration: none;
}

/**==================================================**/
/**=          画面サイズ768px以上の指定              **/
/**==================================================**/
@media screen and (min-width:768px) {
	.rec_video {
		margin-top: -141px;
	}

	.rec_image_flex_item {
		width: 48%;
	}
}

/**==================================================**/
/**=          画面サイズ960px以上の指定              **/
/**==================================================**/
@media screen and (min-width:960px) {
	.rec_inner {
		width: 80%;
	}

	.recruit_movie {
		margin-top: -7vw;
	}

	.section_space {
		margin: 2.5rem auto;
	}

	.rec_text {
		padding: 60px;
	}

	.rec_image_flex {
		display: flex;
		justify-content: space-between;
	}

	.rec_image_flex_item {
		margin: 15px 0;
	}

	.rec_image_flex_item {
		width: 20%;
	}

	.rec_main_grid_outer {
		width: 98%;
		margin: 0 0 0 auto;
		display: grid;
		grid-template-columns: 50% 50%;
	}

	.rec_main_grid_outer {
		width: 98%;
		margin: 0 0 0 auto;
		display: grid;
		grid-template-columns: 50% 50%;
	}

	.rec_right_text_flex {
		display: flex;
	}

	.rec_right_text_flex_left {
		font-weight: normal;
	}



}