@charset "utf-8";
/* CSS Document */
.sub_header {
	width: 100%;
	height: 8vh;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	color: #FFF;
	background-image: url(../images/02.png);
}
.sub_header:before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../images/top_img_sumple3.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: absolute;
	top: 0;
	z-index: -1;	
} 
#main_container {
	width: 100%;
	margin: 0 auto;	
	min-height: 35vh;
	padding: 5vh 0 1vh 0;
}
/*****************************************
/*head_image
.recruit_header_img {
	width: 100%;
	overflow: hidden;
	height: 15vh;
	object-fit: cover;
	object-position: center bottom;
}
.recruit_header_img img{
	width: 100%;
	height: auto;
}
/***/
.recruit_header {
	width: 96%;
	margin: 2rem auto;
}
.nav_box3 {
	display: inline-block;
	padding: 1rem 1rem 1rem 3rem;
	height: 3rem;
	box-sizing: border-box;
	background-image: url("../images/nav_03.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 2.5rem auto;
}
.recruit_image p {
	font-size: 0.8rem;	
}
.title_sub_head {
	font-size: 12px;
	display: inline-block;
	background-color: #003e87;
	padding: 0.25em 0.5em;
	line-height: 1em;
	color: #FFF;
	margin: 0;
}
.txt_style_l {
	font-size: 1.6rem;
	line-height: 1.6em;
	margin-bottom: 1rem;
	margin: 0;
}
.title_under {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0;
}
/*************************求人内容*************************************/
.recruit_wrapp {
	width: 92%;
	margin: 0 auto;
}
.recruit_table00 {
	border-collapse: separate;
	border-spacing: 4px 0px;
	width: 100%;
	margin: 0 auto 1rem auto;
	
}
.recruit_table00 th,
.recruit_table00 td {
	border: solid 1px #ccc;
}
.recruit_table00 th {
	width: 30%;
	font-size: 0.8em;
	font-weight: 700;
	letter-spacing: 0.5em;
	padding: 0.25em 0.5em;
	background-color: rgba(130,225,220,0.5);
	color: #1756a6;
	text-align: center;
}
.recruit_table00 td {
	font-size: 0.8em;
	font-weight: 700;
	line-height: 1.8em;
	letter-spacing: 0.1em;	
	padding: 0.25em 0.5em;
	color: #666;
}
/******************/
.recruit_table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto 40px auto;
	border: solid 1px #ccc;
	box-sizing: border-box;
}
.recruit_table th,
.recruit_table td {
	border: solid 1px #999;
}
.recruit_table th{
	width: 30%;
	font-size: 0.8em;
	font-weight: 700;
	padding: 0.25em 0.5em;
	background-color: rgba(0,0,0,0.1);
	color: #1756a6;
	text-align: left;
}
.recruit_table td {
	font-size: 0.8em;
	line-height: 1.8em;
	letter-spacing: 0.1em;	
	padding: 0.5em 1em;
	letter-spacing: 0.1em;
}
.recruit_table01 {
	width: 100%;
	margin: 0 auto 40px auto;
	border: solid 1px #999;
	box-sizing: border-box;
}
.recruit_table01 td {
	font-size: 0.8em;
	line-height: 1.8em;
	letter-spacing: 0.1em;	
	padding: 1em;
	letter-spacing: 0.1em;
}
/*
.recruit_list {
	list-style-type: disc;
	list-style-position: outside;
	display: flex;
}
.recruit_list li {	
	font-size: 0.8em;
	margin-right: 2em;
}
/**************************採用選考の流れ************************************************/
.entry_info_wrapp {
	width: 96%;
	margin: 10px auto 10px auto;
}
.company_name {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.7em;
	padding-left: 20px;
	line-height: 1.5em;
	font-weight: 700;
	background-image: url('../images/symbol.png');
	background-position: left center;
	background-size: 15px auto;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 0 auto;
}
.entry_step_title {	
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.5em;
	margin: 0.5em 0;
	text-align: center;
}
.entry_step_area {
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin: 30px auto;
	padding: 0;
}
.entry_box,
.offer{
	width: 20%;
	box-sizing: border-box;
	padding: 0.5em;
	background-color: #f7faff;
	border-radius: 5%;
	margin-right: 2%;
	position: relative;
	text-align: center;
}
.offer {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: justify;
	background-color: #407dd8;
}
.offer_txt {
	display: flex;
	justify-content: space-around;
	font-size: 1em;
	font-weight: 700;
	color: #FFF;
}
.entry_step_txt {
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #222;
	margin: 0;
}
.entry_box::after {
	content: "";
	position: absolute;
	right: -8px;
	top: calc(50% - 8px);
	width: 0px;
	height: 0px;
	border-left: 8px solid #1756a6;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.entry_img {
	width: auto;
	height: 2.5em;
	margin-right: 1em;
}
.entry_info {
	font-size: 1.2em;
	text-align: center;
	font-weight: 900;
	margin-bottom: 1em;
}
.entry_notes {
	margin: 8vh auto;
	width: 80%;
}
.entry_notes li {
	font-size: 0.8em;
	line-height; 1.6em;
	margin-bottom: 0.5em;
}

/******************************/
#contact {
	margin: 0 0 100px 0;
	background-color: #e4eaf1;
}
.dial_box {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 2rem 0;
}
.entry_info {
	font-size: 1.4rem;
	line-height: 1.4em;
	margin-bottom: 1rem;
}
/***/
.inquir_btn02 {	
	width: 53%;
	min-width: 260px;
	display: inline-block;
	margin: 24px auto 0 auto;
	font-size: 1.2em;
	font-weight: 900;
	line-height: 1;
	padding: 0.5em 0em;
	border-radius: 8px;	
	background-color: #6f98eb;
	box-shadow: 0 4px #c1c7ff;
	position: relative;
	color: #FFF !important;	
	cursor: pointer;
	margin: 0;
}
.inquir_btn02:hover {
	background-color: #1153d9;
	margin: 26px auto -2px auto;
	box-shadow: 0 2px #c1c7ff;
}
/*************************/
.dial_title {
	padding: 60px 0 1rem 0 ;
	font-size: 1.5em;
	line-height: 1em;
}
.dial_wrapper {
	margin: 2rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.tel_box {
	padding: 1rem;
	margin: 1rem;
	text-align: left;
	border: solid 1px #003e87;
	border-radius: 1rem;
	background-color: #FFF;
}
.tel_number {
	font-size: 1.8rem;
	padding: 0.5rem 0 0 0;
	line-height: 1em;
	color: #003e87;
	font-weight: 900;
	margin: 0;
}
.tel_box h5,
.tel_box p {
	margin: 0;	
}
/***********************************SP*************************************************/
@media screen and (max-width: 475px) {
/**************************************************************************************/
	.effort_box {
		width: 100%;
		clear: both;
	}
	.effort_img {
		width: 30%;
		height: auto;
		float: left;
		margin: 0 1em 1em 0;
	}
	.effort_title {	
		font-size: 1.1em;
		font-weight: 700;
		line-height: 2em;
	}
	.effort_txt {	
		font-size: 0.9em;
		line-height: 1.8em;
	}
	
	.entry_step_area {
		flex-direction: column;
		align-items: center;
		margin: 10px 0;
	}
	.entry_box,
	.offer{
		width: 80%;
		box-sizing: border-box;
		padding: 0.8em 0.5em;
		border-radius: 5%;
		margin-bottom: 20px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.entry_box::after {
		display: none;
	}
	.entry_box::before {
		content: "";
		position: absolute;
		bottom: -16px;
		left: calc(50% - 8px);
		width: 0px;
		height: 0px;
		border-top: 8px solid #1756a6;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
	}
}