@charset "utf-8";
/*--------------------
	contents
--------------------*/
main > section > div {
	margin-bottom: 40px;
}


#recruitment header {
	box-shadow: unset;
	background-color: rgb(000, 000, 000, 0.6);
	z-index: 12000000;
	border-bottom: 0;
}

header div.none_pc {
	background-color: #000;
	opacity: 0.5;
}

header .header_toggle {
	top: 70px;
	border-bottom: 0;
}

header .company_logo {
	position: relative;
	z-index: 12000000;
	width: 80%;
}
#recruitment header .company_logo a {
	background: url(/img/recruitment_logo.png) no-repeat center / contain;
}

header .company_logo::after {
	content: "採用情報";
	left: auto;
	color: #fff;
}

header #menu_button span {
	background: #fff;
}

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

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

main > div section {
	margin: auto;
	width: 98%;
}
main section h2 {
	margin-bottom: 15px;
	line-height: 1em;
	font-size: 22px;
}
main section h2 span {
	color: #65c4a4;
}
section > div > section,
section section  {
	padding: 0 5px;
}
main p span.strong {
	font-weight: bold;
	color: #ff0000;
}
section h3 {
	margin-left: -5px;
}
section h4 {
	margin: 0;
	margin-bottom: 5px;
}

/*--------------------
	second_visuals
--------------------*/
#second_visuals {
	position: relative;
	margin-bottom: 20px;
	margin-top: 0;
	height: 300px;
	background: url(/img/recruitment_bg.jpg) no-repeat center/cover;
}
#second_visuals div::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 300px;
	background: rgba(0, 0, 0, 0.4);
}
#second_visuals img {
	display: block;
	padding-top: 75px;
	width: 25%;
	height: auto;
}
#second_visuals img,
#second_visuals h1 {
	float: none;
	position: relative;
	margin: auto;
	z-index: 1000;
}
#second_visuals h1 {
	top: -15px;
	width: 90%;
	height: 300px;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 18px;
}
#second_visuals h1 span {
	display: contents;
}

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

#info div.message {
	margin: 0 auto 35px;
	padding: 10px 5px;
}
#info div.message p {
	line-height: 1.3em;
}

#info div.left_contents::before,
#info div.right_contents::before {
	content: "";
}
#info div.left_contents  div b,
#info div.right_contents  div b {
	display: block;
    margin-bottom: 10px;
	font-size: 18px;
}
#info div.left_contents  div b br,
#info div.right_contents  div b br{
	display: none;
}

#info div.left_contents::before {
	display: block;
	margin: auto;
	width: 100%;
	height: 225px;
}
#info div.left_contents > div,
#info div.right_contents > div {
	background: #C0FFE8;
}
#info div.left_contents > div div,
#info div.right_contents > div div {
	width: 95%;
	padding: 10px 0 10px 15px;
}

#info div.right_contents::before {
	content: "";
	display: block;
	width: 100%;
	height: 225px;
}
#info div.age::before {	background: url(/img/img_recruitment.jpg) no-repeat center / cover; }
#info div.private::before { background: url(/img/img_recruitment2.jpg) no-repeat center / cover; }
#info div.field::before {	background: url(/img/img_recruitment3.jpg) no-repeat center / cover; }
#info div.event::before { background: url(/img/img_recruitment4.jpg) no-repeat center / cover; }
#info div.like_work::before { background: url(/img/img_recruitment5.jpg) no-repeat center / cover; }


#info div.right_contents {
	position: relative;
    width: 100%;
}

#info div:last-of-type {
	margin-bottom: 0;
}


.company_event > div {
	margin: auto;
	width: 100%;
}
.company_event > div div {
	position: absolute;
	padding: 10px;
}

/*--------------------
	work_environment
--------------------*/
#work_environment section > div section {
	margin: 20px 0 0;
	padding-left: 5px;
}
#work_environment section img {
	width: 100%;
    height: auto;
}

/*--------------------
	work
--------------------*/
#work .work_pattern_btn {
	margin: auto;
	width: 100%;
}
#work .work_pattern_btn p {
	text-align: center;
}
#work .work_pattern_btn div {
	cursor: pointer;
	margin: 10px 10px;
	width: 95%;
	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 section {
	padding: 0;
}
#work ul, #work ul li {
	margin-left: 0;
}
#work ul {
	margin-bottom: 20px;
}
#work ul li {
	list-style: none;
	margin-bottom: 10px;
}

#work section.flow p.flow_point span {
	display: block;
	padding: 5px 10px;
	margin-bottom: 10px;
	width: 95%;
	height: 25px;
	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 .schedule .schedule_img img {
	width: 100%;
}
#work section.flow .schedule .sch_box {
	padding-left: 5px;
}
#work section.flow .schedule b.sch_title {
	display: block;
	margin-bottom: 5px;
	margin-left: -5px;
	padding-left: 5px;
	width: 100%;
	border-bottom: 1px solid #000;
}


/*--------------------
	interview
--------------------*/
#interview  > div {
	margin-bottom: 25px;
}
#interview  div img {
	width: 100%;
	height: auto;
}
#interview .layout_a .message,
#interview .layout_b .message {
    background: #fff;
}
#interview .message p {
	padding: 5px 0 20px 0;
	text-align: justify;
}
#interview .message p span {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

/*--------------------
	recruit
--------------------*/
#recruit {
	padding: 20px 0;
	background: #65c4a4;
}
#recruit h2::after {
	content: "";
	display: block;
	margin: 20px auto 0;
	width: 95%;
	height: 200px;
	background: url(/img/img_recruitment_recruit.jpg) no-repeat center top / cover;
}
#recruit h2,
#recruit h2 span,
#recruit p {
	color: #fff;
}
#recruit p {
	padding: 0 20px;
}
#recruit > div {
	display: none;
}

#recruit .btn {
	width: 100%;
	font-size: 20px;
	color: #000;
	background: #fff;
}

.meaning {
	padding: 20px 0;
	width: 100%;
	background: url(/img/recruitment_company_message‗bg.jpg)no-repeat center /cover;
}
.meaning div {
	margin: 0 auto;
	padding: 10px 5px;
	width: 95%;
	line-height: 2em;
	font-size: 1em;
	font-weight: bold;
	background: rgb(255, 255, 255, 0.9);
}

#recruitment #recruit_link {
	position: fixed;
	bottom: 40px;
	padding: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #3da481;
	z-index: 10000;
}

#recruitment #recruit_link a {
	display: block;
}
#recruitment #recruit_link {
	border-top: 1px solid #fff;
}

#recruitment footer {
	margin-bottom: 80px;
}