@charset "utf-8";
/*--------------------
	contents
--------------------*/
header {
	position: relative;
	padding-top: 0;

}
header div {
	position: absolute;
	width: 1100px;
    z-index: 10000;
}
header .company_logo {
	margin-top: 10px;
	width: 405px;
}
header .company_logo::after {
	content: "進正運輸株式会社 採用情報";
	position: absolute;
	right: 0;
	bottom: 5px;
	color: #fff;
}
#recruitment header .company_logo a {
	float: left;
	width: 201px;
	height: 51px;
	background: url(/img/recruitment_logo.png) no-repeat center / contain;
}

header .header_toggle {
	position: relative;
	z-index: 100000;
}

header nav {
	clear: none;
	float: right;
	margin-top: 20px;
	width: 600px;
}
header nav li:first-child a {
	border-left: 1px solid #fff;
}

header nav li a {
	width: 120px;
	line-height: 5px;
	font-size: 1em;
	color: #fff;
	border-right: 1px solid #fff;
}
header nav li#now a:hover,
header nav li a:hover {
	background: rgb(255,255,255,0.4);
}
header nav li#now a {
	background: none;
}



main > section > div {
	margin-bottom: 70px;
}
main section > div#include_inquiry {
	margin-bottom: 0;
}

main section > div::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

main section > div section {
	margin: auto;
	width: 1100px;
}
main section h2 {
	margin-bottom: 40px;
	line-height: 1em;
	font-size: 40px;
}
main section h2 span {
	color: #65c4a4;
	font-size: 25px;
}


/*--------------------
	second_visuals
--------------------*/
#second_visuals {
	position: relative;
	height: 550px;
	background: url(/img/recruitment_bg.jpg) no-repeat center/cover;
}
#second_visuals::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 550px;
	background: rgba(0, 0, 0, 0.4);
}
#second_visuals h1 {
	float: none;
	position: relative;
	top: 40%;
	text-align: center;
	margin: auto;
	width: 1100px;
	font-size: 30px;
	z-index: 1000;
}
#second_visuals h1 span {
	display: block;
	font-size: 40px;
}

/*--------------------
	info
--------------------*/
#info > div.left_contents { margin-bottom: 80px; }
#info > div,#info > div.right_contents { margin-bottom: 50px; }
#info div::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#info div.message {
	margin: 0 auto 70px;
}
#info div.message p {
	text-align: center;
	line-height: 1.4em;
	font-size: 20px;
}

#info div.left_contents::before,
#info div.right_contents::before {
	content: "";
}
#info div.left_contents::before,#info div.right_contents::after {
	position: absolute;
}
#info div.left_contents  div b,
#info div.right_contents  div b {
	display: block;
    margin-bottom: 10px;
	font-size: 35px;	
}
#info div.left_contents div p,
#info div.right_contents div p {
	font-size: 20px;
}

#info div.left_contents::before {
	left: 0;
	width: 50%;
	height: 365px;
}
#info div.left_contents > div {
	float: right;
	margin-top: 25px;
	margin-left: -25px;
	padding: 25px 0 0 25px;
	width: 50%;
	height: 345px;
	background: #C0FFE8;
}

#info div.left_contents > div div {
	padding-left: 15px;
	width: 535px;
}

#info div.right_contents::after {
	content: "";
	top: -25px;
	right: 0;
	width: 50%;
	height: 365px;
	z-index: 1000;
	visibility: unset;
}
#info div.age::before {	background: url(/img/img_recruitment.jpg) no-repeat left top / cover; }
#info div.private::after { background: url(/img/img_recruitment2.jpg) no-repeat right top -25px / cover; }
#info div.field::before {	background: url(/img/img_recruitment3.jpg) no-repeat left top / cover; }
#info div.event::after { background: url(/img/img_recruitment4.jpg) no-repeat right top -25px / cover; }
#info div.like_work::before { background: url(/img/img_recruitment5.jpg) no-repeat left top / cover; }


#info div.right_contents {
	position: relative;
    width: 100%;
}
#info div.right_contents > div {
	padding-right: 25px;
	width: 50%;
	height: 365px;
	background: #C0FFE8;
}
#info div.right_contents > div div {
	float: right;
	padding-top: 30px;
	margin-right: 15px;
	width: 550px;
}
#info div:last-of-type {
	margin-bottom: 0;
}

/*--------------------
	work_environment
--------------------*/
#work_environment {

}
#work_environment div section {
	clear: left;
	height: 285px;
	margin-bottom: 20px;
}
#work_environment div section:last-of-type {
	margin-bottom: 0;
}
#work_environment section div img {
	float: left;
	margin-right: 20px;
	width: 400px;
    height: auto;
}
#work_environment > section > p {
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
} 
#work_environment p {
	line-height: 2.5em;
	font-size: 18px;
}

/*--------------------
	work
--------------------*/
#work {
	width: 100%;
}
#work .work_pattern_btn p {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
#work .work_pattern_btn {
	margin: auto;
	width: 800px;
}
#work .work_pattern_btn div {
	cursor: pointer;
	float: left;
	margin: 20px 10px;
	width: 380px;
	font-size: 1.2em;
	font-weight: bold;
}
#work .work_pattern_btn div.active {
	color: #65C4A4;
	background: #fff;
}
#work .work_pattern_btn  .btn::after {
	content: "▶";
	margin-right: 20px;
}
#work .work_pattern_btn div.active::after {
	content: "▼";
	margin-right: 20px;
}

#work section.work_pattern2 {
	display: none;
}


#work section.flow:first-of-type {
	margin-bottom: 30px;
}
#work section.flow h3 {
	font-size: 25px;
}

#work section.flow ul::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#work section.flow p.flow_point {
	margin-bottom: 20px;
	height: 100px;
	font-size: 18px;
}

#work section.flow p.flow_point span {
	float: left;
	padding: 5px 10px;
	margin-top: 10px;
	width: 525px;
	height: 30px;
	color: #fff;
	font-weight: bold;
	background: #65C4A4;
	border-radius: 10px;
}
#work section.flow p.flow_point span::before {
	content: "●";
	padding: 0px 10px 0 5px;
}
#work section.flow p.flow_point span:nth-of-type(even) {
	margin-left: 10px;
}

/* schedule */
#work .schedule {
	clear: both;
	list-style: none;
	margin: 0 auto 0 0px;
}

#work .schedule li {
	width: 100%;
	margin: 0 0;
	padding: 5px 0;
	position: relative;
}

#work .schedule span.schedule_img {
	float: left;
	padding: 0 35px 20px 0;
	height: 238px;
	vertical-align: top;
	position: relative;
	border-right: 6px solid #a7be18;
	box-sizing: border-box;
}

#work .schedule span.schedule_img::after {
	content: "";
	position: absolute;
	top: 20px;
	right: -13px;
	background: #a7be18;
	width: 20px;
	height: 20px;
	border-radius: 10px;
}

#work .schedule .sch_box {
	float: right;
	padding: 12px 10px 0px 10px;
	width: 630px;
	height: 238px;
	vertical-align: middle;
	box-sizing: border-box;
}

#work .schedule .sch_title {
	font-size: 25px;
}

/*--------------------
	recruit
--------------------*/
#recruit {
	height: 485px;
}
#recruit h2,
#recruit h2 span,
#recruit p {
	color: #fff;
}
#recruit p {
	padding: 0 20px;
	font-weight: bold;
}
#recruit > div {
    position: absolute;
	right: 0;
    width: 50%;
    height: 460px;
	background: url(/img/img_recruitment_recruit.jpg) no-repeat right/cover;
}

#recruit section {
	width: 1100px;
}
#recruit > section::before {
	content: "";
	position: absolute;
	left: 0;
	margin-top: 25px;
    width: 52%;
    height: 460px;
	background: #65c4a4;
}
#recruit section div {
	position: absolute;
	padding-top: 80px;
    width: 550px;
}
#recruit .btn {
	margin: 15px auto;
	width: 400px;
	font-size: 20px;
	color: #000;
	background: #fff;
}
#recruit .btn:hover {
	color: #fff;
	border: 1px solid #fff;
	background: #65c4a4;
}

/*---- member ----*/
div#interview section.interview_contents {
	margin: 0;
	width: inherit;
}
#interview .member {
	padding: 20px 0 30px;
	background: #fff;
}
#interview .member > div {
	clear: both;
	padding: 15px 0;
}
#interview .member div img {
	float: left;
	width: 400px;
	height: auto;
}
#interview .member .layout_a img {
	margin-right: 15px;
}
#interview .member .layout_b img {
	float: right;
	margin-left: 15px;
}
#interview .member .layout_a .message,
#interview .member .layout_b .message {
	margin: auto;
    width: 1100px;
}

#interview .member .message b {
	display: block;
    margin-bottom: 15px;
	padding-left: 15px;
    font-size: 1.5em;
	border-bottom: 1px solid #000;
}
#interview .member .message p {
	text-align: justify;
	margin-bottom: 20px;
	padding-left: 15px;
}

#interview .member .message p span {
	display: block;
	margin-left: -15px;
    padding-left: 15px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

#interview .member p {
	width: 670px;
	float: right;
}

#interview .member .layout_a .message .comment {
	padding-left: 15px;
}



.meaning {
	padding: 40px 0;
	background: url(/img/recruitment_company_message‗bg.jpg)no-repeat center /cover;
}
.meaning div {
	text-align: center;
	margin: 0 auto;
	padding: 15px;
	width: 800px;
	line-height: 3em;
	font-size: 1.3em;
	font-weight: bold;
	background: rgb(255,255,255,0.9);
}


#recruitment #recruit_link {
	position: fixed;
	right: 20px;
	bottom: 150px;
	padding: 0;
	width: 200px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #65C4A4;
	border: 2px solid #fff;
	border-radius: 19px;
	z-index: 10000;
	cursor: pointer;
}
#recruitment #recruit_link a {
	display: block;
}
#recruit_link:hover {
	opacity: 0.7;
}