@charset "utf-8";
@media(min-width: 769px) {
header.mobile,
.drawer_mobile {
	display: none;	
}
}

@media(max-width: 768px) {
body {
	background: url(../images/recruit_body_bg_sp.png) repeat-y 0 0;	
}
.recruit_page {
	background: none;	
}

.drawer_mobile {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
header.desktop {
	display: none;	
}


header.mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 56px;
	z-index: 100;
	background: #fff url(../images/recruit_body_bg_sp.png) repeat-y 0 0;	

}
.mobile_header_logo {
	width: 80px;	
}
.mobile_header_logo img {
	width: 100%;
	height: auto;	
}
.mobile_header_inner {
	height: 52px;
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.mobile_header_inner .nav_trigger {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.nav_trigger span {
	display: block;
	width: 34px;
	height: 2px;
	background: #000;
	position: absolute;
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav_trigger span.trigger_bar1 {
	width: 17px;
	left: 20px;
	top: 10px;
}
.nav_trigger span.trigger_bar2 {
	width: 26px;
	left: 11px;
	top: 19px;
}
.nav_trigger span.trigger_bar3 {
	width: 34px;
	left: 3px;
	top: 29px;
}

.nav_trigger.trigger_open  {
    transform: rotate(180deg);
}

.nav_trigger.trigger_open span.trigger_bar1 {
	width: 30px;
	transform: translateY(9px) rotate(-45deg);
	left: 3px;
}
.nav_trigger.trigger_open span.trigger_bar2 {
	width: 30px;
	transform: translateY(0) rotate(45deg);
	left: 3px;
}
.nav_trigger.trigger_open span.trigger_bar3 {
	opacity: 0;
}

.drawer_mobile {
	position: fixed;
	top: 56px;
	left: 0;
	width: 100vw;
	transform: translateX(100vw);
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
	background: #fff;
	z-index: 1000;
}
.drawer_mobile.active {
	transform: translateX(0);
}


.drawer_inner {
	padding: 0 0 40px;
}
.mobile_nav_container {
	height: calc(100vh - 150px);
	overflow: auto;
	padding: 60px 20px 0;
}

.mobile_langselect {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.mobile_langselect ul {
	list-style: none;
	display: flex;
	justify-content: center;
}
.mobile_langselect li {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: 500;
	margin: 0;
	border-right: 1px solid #333;
	line-height: 1;
}
.mobile_langselect ul li:last-child {
	border-right: none;
}

.mobile_langselect li a {
	color: #333;
	text-decoration: none;
	padding: 0 10px;
}
.mobile_langselect li.current a {
	color: #999;	
}
.mobile_mainnav li,
.drawer_sub li,
.drawer_sub h5  {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1;
	list-style: none;
}

.mobile_mainnav li ,
.drawer_sub h5 {
	font-size: 17px;
}
.drawer_sub li {
	font-size: 15px;
}

.mobile_mainnav li a,
.drawer_sub li a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 14px 0;
	position: relative;
}
.drawer_sub li a {
	padding-left: 40px;	
}



.mobile_mainnav li.drawer_corporate {
	margin: 20px 0 0;		
}
.drawer_corporate a {
	text-align: center;
	border: 1px solid #000;
	padding: 3px;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}

.mobile_mainnav li.parent_business a::after,
.mobile_mainnav li.parent_company a::after,
.mobile_mainnav li.parent_products a::after,
.mobile_mainnav li.parent_recruit a::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	right: 20px;
}

.drawer_mobile .drawer_sub {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100vw;
	height: 100%;
	transform: translateX(100vw);
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
	background: #fff;
}

.drawer_sub.open {
	transform: translateX(0);
}

.drawer_sub_back {
	margin: 20px 20px 0;
	padding: 20px 25px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	border-top: 1px solid #333;
	position: relative;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.drawer_sub_back::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 3px);
	left: 0px;
}


.recruit_page {
    padding-top: 100px;
	overflow: hidden;
}


.recruit_top_hero {
    margin: 0 0 80px;
	width: auto;
	transform: translateX(20px);
	overflow: hidden;
}
.recruit_top_hero img {
	width: 100%;
	height: auto;	
}

.reccuit_top_catch {
	width: 90%;
    margin: 0 0 40px;
	box-sizing: border-box;
	padding: 0 20px;
}

.talk_hdr_bg {
	width: auto;	
}
.talk_hdr_bg img {
	width: 100%;
	height: auto;	
}
.recruit_top_message {
    margin: 0;
	padding: 0 20px;
}
.recruit_top_message h3,
.aboutwork_section h3 {
	font-size: 20px;
	margin: 0 0 30px;	
}
.talk_hdr {
	padding-top: 40px;	
}
.talk_hdr h3 {
	font-size: 20px;
	margin: 0 0 30px;	

}
.work_type_wrap h3 {
	font-size: 20px;
	margin: 0 0 30px;	
}


.recruit_top_message .linkbtn {
	margin: 30px auto;
    width: 66vw;
}
.linkbtn a {
    width: 66vw;
    height: 44px;
    font-size: 16px;
}
.linkbtn a::after {
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
 	top: calc(50% - 4px);
	right: 20px;
}

.staff_profile {
	background: none;
    padding: 30px 15px 10px;
    transform: translateY(0);
    margin: 0 20px 40px;
	background: #EDEFF2;
}
.staff_profile h4 {
	margin-bottom: 30px;	
}
.staff_prof_flex {
	display: block;	
}
.staff_prof_col {
    width: 100%;
} 
.talk_wrap {
	padding: 0 20px;
}
.talk_wrap h4 {
	font-size: 16px;
	margin: 60px 0 20px;	
	padding-left: 25px;
}
.talk_wrap h4::before{
	width: 20px;
	height: 2px;
	top: 0.6em;
}



.talk_wrap dl {
	display: block;
    margin: 0 0 35px;
}

.work_type_wrap {
	padding-top: 40px;
	padding-bottom: 0;
}
.work_type_flex {
    display: block;
}
.worktype_col {
	width: auto;
	margin: 0 0 40px;	
}
.work_type_wrap::before {
	width: 100%;
	height: 100%;
	background: url(../images/recruit_worktype_bg_sp.png) no-repeat 0 0;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;	
}
.worktype_col h4 {
    padding: 20px 20px 0 20px;
    margin: 0 0 20px;
    font-size: 16px;
}


.worktype_col h4 span::after {
	content: '';
	display: block;
	width: calc(100% + 40px);
	height: 1px;
	position: absolute;
	bottom: -5px;
	left: -40px;
}

.worktype_col p {
	padding: 0 20px 25px;
}


.job_section {
	padding-top: 30px;
	padding-bottom: 80px;	
}
.job_section h3 {
	font-size: 20px;
	margin: 0 0 30px;	
}
h3.job_title {
	font-size: 24px;
	margin: 0 0 30px;	
}


.job_flex {
	margin: 0 20px;
	display: flex;
	flex-wrap: wrap;	
	justify-content: space-between;
}
.job_col {
	width: calc(50% - 5px);
	margin: 0 0 20px; 
}
.job_col_caption {
	font-size: 14px;	
}
.job_col_caption a {
    padding: 10px 15px;

}
.job_col_caption a::after {
    border-top: 1px solid #0A3591;
    border-right: 1px solid #0A3591;
    top: calc(50% - 4px);
    right: 15px;
}


.aboutwork_section {
    padding: 0 20px 80px;
}


.aboutwork_col .aboutwork_catch {
	position: static;
	width: 100%;
	background: #fff;
	padding: 5px 20px;
	border-left: 5px solid #C11F24;
}

.aboutwork_col .aboutwork_caption {
	position: static;
	width: 100%;
	background: none;
	padding: 30px 0 0;
}
.aboutwork_catch p {
    font-size: 18px;
}


.job_type_flex {
	margin: 0 20px;	
}
.job_type_col {
	margin-bottom: 80px;	
}
.job_type_col .linkbtn a {
	margin-left: auto;
	margin-right: auto;	
}

.job_type_flex .job_type_col_figure {
	position: static;
	width: auto;
}
.job_type_flex .job_type_col_caption {
    width: auto;
    margin: 0 0 0 0;
}
.job_type_col_caption th,
.job_type_col_caption td {
	display: block;
	width: auto;
	padding: 0;
}
.job_type_col_caption th {
	padding: 5px 10px;	
}
.job_type_col_caption td {
	padding: 10px;	
}
.job_type_col_caption table {
	margin: 0 0 40px;	
}

.job_type_col h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px;
    padding-left: 15px;
    border-left: 5px solid #C11F24;
}

}

@media (max-width: 320px) {
body {
	font-size: 14px;	
}
.mobile_mainnav li a,
.drawer_sub li a {
	padding: 12px 0;
}
.mobile_mainnav li ,
.drawer_sub h5 {
	font-size: 16px;
}	
}