@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_title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 3em;
	letter-spacing: 0.1em;
	line-height: 1em;
	padding: 0 0 1rem 0;
	text-shadow: 3px 3px 3px rgb(0 0 0 / 100%);
}
.headather:before {
	content: "";
	width: 80%;
	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;	
}
/****/
.recruit_header {
	width: 80%;
	min-width: 1024px;	
	max-width: 1240px;
	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;
}
.title_sub_head {
	font-size: 12px;
	display: inline-block;
	background-color: #003e87;
	padding: 0.25em 0.5em;
	line-height: 1em;
	color: #FFF;
}
.txt_style_l {
	font-size: 1.8rem;
	line-height: 1.1em;
	margin-bottom: 1rem;
}
/**/
.recruit_image {
	width: 100%;
	padding-left: 25%;
	box-sizing: border-box;
	background-image: url("../images/top_img_sumple1.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20% auto;
}
.title_under {
	font-size: 1.3em;
	margin-bottom: 1rem;
}
.recruit_image p {	
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	margin-bottom: 0.5rem;
}
/*************************求人内容**************************************/
.recruit_title {	
	font-size: 1.2em;
	font-weight: 900;
	line-height: 1.8em;
	letter-spacing: 0.5em;
}
.category_title {
	font-size: 1em;
	font-weight: 500;
	line-height: 2em;
	color: #003e87;
	margin-left: 1em;
}
.recruit_area {		
	width: 80%;
	min-width: 1024px;
	margin: 0px auto;
}
/****************/
.recruit_wrapp {	
	width: 80%;
	min-width: 1024px;
	margin: 0px auto;
}
.recruit_wrapp h2 {
	text-align: center;
	margin: 5vh auto;
}
/****************/
.recruit_table00 {
	border-collapse: separate;
	border-spacing: 4px 0px;
	width: 94%;
	margin: 0 auto 20px auto;
}
.recruit_table00 th,
.recruit_table00 td {
	border: solid 1px #ccc;
}
.recruit_table00 th{	
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding: 0.25em 0.5em;
	background-color: rgba(175,195,255,0.3);
	color: #003e87;
	text-align: center;
	width: 158px;
}
.recruit_table00 td {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.8em;
	letter-spacing: 0.1em;	
	padding: 0.25em 0.5em;
	letter-spacing: 0.1em;
	color: #666;
}
/********************/
.recruit_table {
	border-collapse: collapse;
	width: 93%;
	margin: 0 auto 20px auto;
	border: solid 1px #ccc;
}
.recruit_table th,
.recruit_table td {
	border: solid 1px #999;
}
.recruit_table th{	
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.5em;
	padding: 0.25em 0.5em;
	background-color: rgba(0,0,0,0.1);
	color: #003e87;
	text-align: left;
	width: 162px;
}
.recruit_table td {
	font-size: 1em;
	line-height: 1.8em;
	padding: 0.25em 0.5em;
	letter-spacing: 0.1em;
}
.recruit_table01 {
	width: 93%;
	margin: 0 auto 20px auto;
	border: solid 1px #999;
}
.recruit_table01 td {
	font-size: 1em;
	line-height: 1.8em;
	letter-spacing: 0.1em;	
	padding: 0.8em;
	letter-spacing: 0.1em;
}

.recruit_list {
	list-style-type: disc;
	list-style-position: outside;
	display: flex;
}
.recruit_list li {	
	font-size: 1em;
	margin-right: 2em;
}
/**************************採用選考の流れ************************************************/
.entry_info_wrapp {
	width: 80%;
	max-width: 1024px;
	min-width: 1024px;
	margin: 20px auto 100px auto;
}
.entry_step_title {	
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
}
.entry_step_area {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 10px 0 30px 0;
	padding: 1em 0;
}
.entry_box,
.offer{
	width: 20%;
	box-sizing: border-box;
	padding: 1em 0;
	text-align: center;
	background-color: #f7faff;
	border-radius: 5%;
	margin-right: 2%;
	position: relative;
}
.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: 1.2em;
	font-weight: 500;
	color: #FFF;
}
.entry_step_txt {
	font-size: 1em;
	font-weight: 700;
	color: #222;
}
.entry_box::after {
	content: "";
	position: absolute;
	right: -16px;
	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: 20%;
	height: auto;
	margin-bottom: 1em;
}
.entry_info {
	font-size: 2em;
	text-align: center;
	font-weight: 900;
	margin-bottom: 1em;
}
.entry_notes {
	margin: 8vh auto;
	width: 60%;
}
.entry_notes li {
	font-size: 0.9em;
	line-height; 1.6em;
	margin-bottom: 0.5em;
}
/******************************/
#contact {
	margin: 100px 0;
	background-image: url(../images/02.png);
	background-color: rgba(130,145,188,0.1);
}
.dial_box {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding: 2rem;
}
.contact_title {
	font-size: 2rem;
	line-height: 1em;
	margin-bottom: 1rem;
}
/***/
.inquir_btn02 {	
	width: 53%;
	max-width: 260px;
	display: inline-block;
	margin: 24px auto 0 auto;
	font-size: 1.2em;
	font-weight: 900;
	line-height: 1;
	padding: 1.2em 4em;
	border-radius: 8px;	
	background-color: #6f98eb;
	box-shadow: 0 4px #c1c7ff;
	position: relative;
	color: #FFF !important;	
	cursor: pointer;
    transition: all .3s;-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
}
.inquir_btn02::before {
	content:"";
	width: 40px;
	height: 40px;
	position: absolute;
	top: 14px;
	left: 26px;
	background-image: url(../images/contact_icon_w.webp);
	background-repeat: no-repeat;
	background-size: contain;
}
.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 {
	display: flex;
	justify-content: center;
	margin: 2rem 0;
}
.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;
}
/******************************/