@charset "utf-8";
/* ------------------------------------------------------------ fv */
#recruit .fv {
	position: relative;
	background: url(../images/recruit/fv.jpg) no-repeat center center/cover;
	padding: 160px 0 130px;
/* 	overflow: hidden; */
}

#recruit .fv h1 img {
	margin: 0 0 20px; 
	opacity: 0;
	transform: translate(0, 100px);
}

#recruit .fv h1 img:last-of-type {
	margin: 0;
}

#recruit .fv .animal {
	position: absolute;
	top: 40px;
	right: 50%;
	margin: 0 -1020px 0 0;
}

#recruit #text0 { 
	margin: 0 0 40px;
	position: relative;
	z-index: 1;
}

#recruit #text1 { margin: 0 0 0 100px; }

/* ------------------------------------------------------------ what_we_do */
#recruit .what_we_do {
	position: relative;
	padding: 265px 0 340px;
	background-image: url(../images/recruit/bg.png);
	background-repeat: no-repeat;
	background-position: center 200px;
}

#recruit .what_we_do h3 {
	font-size: 30px;
	text-align: center;
	line-height: 1.7;
	margin: 0 auto 35px;
}

#recruit .what_we_do p {
	font-size: 16px;
	line-height: 3;
	text-align: center;
}

#recruit .what_we_do .marquee {
	position: absolute; 
	left: 0;
	top: -40px;
	display: flex;
	width: 100%;
	height: 257px;
	overflow: hidden;
}

#recruit .what_we_do .marquee img {
	width: auto;
	height: 100%;
}

#recruit .what_we_do .marquee img:first-of-type {
	animation: slide1 60s -30s linear infinite;
}

#recruit .what_we_do .marquee img:last-of-type {
	animation: slide2 60s linear infinite;
}

@keyframes slide1 {
  from {
    transform: translateX(100%);
    
  }
  to {
    transform: translateX(-100%);
    
  }
}

@keyframes slide2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

/* ------------------------------------------------------------ culture */
#recruit .culture {
	position: relative;
	padding: 0 0 130px;
	overflow: hidden;
}

#recruit .culture::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	z-index: -2;
	width: 81.25%;
	height: 450px;
	background: rgba(83,83,83,0.2);
}

#recruit .culture::after {
	position: absolute;
	content: "";
	left: 50%;
	top: 70px;
	z-index: -1;
	width: 1121px;
	height: 256px;
	background: url(../images/recruit/culture_text.png) no-repeat center center;
	margin: 0 0 0 -650px;
}

#recruit .culture h2 {
	text-align: left;
}

#recruit .culture ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#recruit .culture ul li {
	width: 350px;
	margin: 0 0 25px;
}


/* ------------------------------------------------------------ people */
#recruit .people {
	position: relative;
	margin: 0 auto 70px;
	padding: 90px 0 0;
	overflow: hidden;
}

#recruit .people::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	z-index: -1;
	width: 1063px;
	height: 309px;
	background: url(../images/recruit/people_text.png) no-repeat center center;
	margin: 0 0 0 -650px;
}

#recruit .people h2 {
	text-align: left;
}

#recruit .people .people_slider {
	margin: 0 0 70px calc( (100% - 1100px) / 2 );
	padding: 0 0 0 100px;
}

#recruit .people .people_slider .slick-slide {
	width: 350px;
	margin: 0 35px; 
}

#recruit .people .people_slider li a {
	color: #fff;
}

#recruit .people .people_slider li a .img img {
	width: 100%;
	height: auto;
}

#recruit .people .people_slider li a .textbox {
	margin: -65px 0 0;
	padding: 0 20px;
	position: relative;
}

#recruit .people .people_slider li a .textbox h3 {
	font-size: 50px;
	font-family: "helvetica",'Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ ProN W3","Meiryo","メイリオ","Osaka","MS PGothic","arial",sans-serif;
	font-weight: bold;
	margin: 0 0 5px;
}

#recruit .people .people_slider li a .textbox p {
	font-size: 19px;
	line-height: 1.7;
	margin: 0 0 20px;
}

#recruit .people .people_slider li a .animation_btn .arrow {
	left: 0;
}

#recruit .people .people_slider li a:hover .animation_btn .arrow {
	left: 9px;
}

#recruit .people .people_slider li a:hover .animation_btn .circle {
	right: -9px;
}


/* ------------------------------------------------------------ infographics */
#recruit .infographics {
	padding: 230px 0 150px;
	background: url(../images/recruit/infographics_text.png) no-repeat center top;
}

#recruit .infographics .h_gray {
	display: inline-block;
	color: #808080;
	text-align: center;
	font-size: 14px;
}

#recruit .infographics .h_gray span {
	display: block;
	font-size: 19px;
	font-weight: bold;
	font-family: 'Helvetica', 'Arial', sans-serif;
	padding: 0 0 5px;
}

#recruit .infographics .ig_head {
	font-size: 25px;
	padding: 0 0 20px;
}

#recruit .infographics .ig_head span {
	display: block;
	font-size: 14px;
	color: #808080;
	padding: 0 0 10px;
}

#recruit .infographics span.percentage {
	color: #fff;
	font-weight: bold;
	font-size: 50px;
	font-family: 'Helvetica', 'Arial', sans-serif;
}

#recruit .infographics span.percentage small {
	font-size: 20px;
	font-weight: bold;
}

#recruit .infographics .contain.flex {  
	display: flex;
}

#recruit .infographics .contain { 
	padding: 50px 0 40px;
	border-bottom: 1px solid #434343;
}

#recruit .infographics .map {
	width: 600px;
	background: url(../images/recruit/map.png) no-repeat left 0;
}

#recruit .infographics .map ul {
	width: 250px;
	padding: 20px 0 0;
}

#recruit .infographics .map ul li {
	float: left;
	margin: 0 15px 0 0;
	color: #808080;
	font-size: 14px;
}

#recruit .infographics .drinks {
	border-left: 1px solid #434343;
	width: 500px;
	box-sizing: border-box;
	padding: 0 0 0 50px;
}


#recruit .infographics .drinks ul {
	margin: 0 0 0 -25px;
}

#recruit .infographics .drinks ul li {
	float: left;
	text-align: left;
	width: calc(50% - 25px);
	box-sizing: border-box;
	padding: 0 0 20px 0;
	position: relative;
	margin: 0 0 0 25px;
}

#recruit .infographics .drinks ul li span {
	display: block;
	position: absolute;
	top: 25px;
	right: 0;
}

#recruit .infographics .drinks p.text {
	color: #808080;
	font-size: 20px;
	line-height: 160%;
}

#recruit .infographics .holiday ul {
	display: flex;
	width: 100%;
}

#recruit .infographics .holiday ul li {
	background-repeat: no-repeat;
	height: 100px;
	position: relative;
}

#recruit .infographics .holiday ul li.outdoors { 
	width: 34%;
	background-color: rgba(10,10,10,0.8);
	background-image: url(../images/recruit/holiday-00.svg);
	background-position: 5px center;
}

#recruit .infographics .holiday ul li.indoor {
	width: 15%;
	background-color: rgba(17,17,17,0.60);
	background-image: url(../images/recruit/holiday-01.svg);
	background-position: 5px -10px;
}

#recruit .infographics .holiday ul li.both {
	width: 52%;
	background-color: rgba(46,46,46,0.4);
	background-image: url(../images/recruit/holiday-02.svg);
	background-position: 180px top;
}

#recruit .infographics .holiday ul li.both div {
	right: auto;
	left: 25px;
}

#recruit .infographics .holiday ul li div {
	position: absolute;
	right: 15px;
	bottom: 5px;
}

#recruit .infographics .holiday ul li h3 {
	display: inline-block;
	color: #808080;
	text-align: center;
	font-size: 14px;
	padding: 0 10px;
}

#recruit .infographics .holiday ul li h3 span {
	display: block;
	font-size: 19px;
	font-weight: bold;
	font-family: 'Helvetica', 'Arial', sans-serif;
	padding: 0 0 5px;
}

#recruit .infographics .smoking {
	width: 600px;
}

#recruit .infographics .pie {
	position: relative;
	padding: 40px 0;
}

#recruit .infographics .pie .label {
	position: absolute;
}

#recruit .infographics .pie h4 {
	display: block;
	text-align: left;
	padding: 0 0 4px;
	color: #808080;
}

#recruit .infographics .smoking img {
	margin: 0 0 0 47px;
}

#recruit .infographics .smoking .never {
	top: 28px;
	left: 0;
}

#recruit .infographics .smoking .cigs {
	top: 147px;
	left: 0;
}

#recruit .infographics .smoking .both {
	top: 266px;
	left: 0;
}

#recruit .infographics .smoking .no {
	top: 100px;
	left: 404px;
}

#recruit .infographics .smoking .ecig {
	top: 250px;
	left: 404px;
}

#recruit .infographics .blood {
	width: 500px;
	border-left: 1px solid #434343;
	box-sizing: border-box;
	padding: 0 0 0 75px;
}

#recruit .infographics .blood img {
	margin: 0 0 0 30px;
}

#recruit .infographics .blood .ab {
	top: 33px;
	left: 0;
}

#recruit .infographics .blood .b {
	top: 128px;
	left: 0;
}

#recruit .infographics .blood .o {
	top: 231px;
	left: 0;
}

#recruit .infographics .blood .a {
	top: 112px;
	left: 342px;
}

#recruit .infographics .club ul li {
	float: left;
	width: 275px;
	position: relative;
}

#recruit .infographics .club {
	padding: 20px 0 0;	
}

#recruit .infographics .club ul li h4 { 
	text-align: center;
	display: inline-block;
	min-width: 100px;
}

#recruit .infographics .club ul li span.percentage {
	display: inline-block;
	position: absolute;
	right: 25px;
	bottom: 5px;
}

#recruit .infographics .graph {
	position: relative;
	text-align: center;
}

#recruit .infographics .academic { 
	width: 50%;
}

#recruit .infographics .academic .graph {
	padding: 40px 0 30px;
}

#recruit .infographics .academic .graph p {
	position: absolute;
}

#recruit .infographics .academic p.elem {
	top: 105px;
	left: 144px;
}

#recruit .infographics .academic p.uni {
	top: 48px;
	left: 241px;
}

#recruit .infographics .academic p.high {
	top: -8px;
	left: 353px;
}

#recruit .infographics .workplace { 
	width: 50%;
	box-sizing: border-box;
	border-left: 1px solid #434343;
	padding: 0 0 0 50px;
}

#recruit .infographics .workplace .graph {
	padding: 75px 0 30px;
}

#recruit .infographics .workplace .graph p {
	position: absolute;
}

#recruit .infographics .workplace .graph p.student {
	top: 15px;
	left: 0;
}

#recruit .infographics .workplace .graph p.sales {
	top: 15px;
	left: 86px;
}

#recruit .infographics .workplace .graph p.manufacture {
	top: 15px;
	left: 171px;
}

#recruit .infographics .workplace .graph p.service {
	top: 95px;
	left: 254px;
}

#recruit .infographics .workplace .graph p.construction {
	top: 95px;
	left: 320px;
}

#recruit .infographics .workplace .graph p.trainer {
	top: 95px;
	left: 387px;
}

#recruit .infographics .workplace .graph p.family {
	top: 95px;
	left: 455px;
}

#recruit .infographics .after_work ul {
}

#recruit .infographics .after_work ul li.big {
	width: 40%;
	padding: 55px 0 0;
}

#recruit .infographics .after_work ul li.big div {
	padding: 30px 0 0;
}

#recruit .infographics .after_work ul li {
	text-align: center;
	width: 20%;
	float: left;
	padding: 0 0 10px;
}

#recruit .infographics .after_work ul li span.percentage {
	font-size: 40px;
	vertical-align: top;
}

#recruit .infographics .after_work ul li div {
	padding: 10px 0 0;
}

#recruit .infographics .commute_time {
	width: 50%;
}

#recruit .infographics .commute_time .graph {
	padding: 20px 0 0;
}

#recruit .infographics .commute_time p {
	position: absolute;
	text-align: left;
}

#recruit .infographics .commute_time p .time {
	display: block;
	color: #808080;
	font-size: 24px;
	padding: 0 0 5px;
	font-weight: bold;
	font-family: 'Helvetica', 'Arial', sans-serif;
}

#recruit .infographics .commute_time p .time small {
	font-size: 14px;
	display: inline-block;
	padding: 0 0 0 2px;
	font-weight: normal;
}

#recruit .infographics .commute_time p.time_5 {
	top: 5px;
	left: 68px;
}

#recruit .infographics .commute_time p.time_10 {
	top: 98px;
	left: 68px;
}

#recruit .infographics .commute_time p.time_60 {
	top: 184px;
	left: 68px;
}

#recruit .infographics .commute_time p.time_30 {
	top: 271px;
	left: 68px;
}

#recruit .infographics .commute_time p.time_3040 {
	top: 320px;
	left: 128px;
}

#recruit .infographics .commute_time p.time_15 {
	top: 74px;
	left: 440px;
}

#recruit .infographics .commute_time p.time_20 {
	top: 232px;
	left: 440px;
}

#recruit .infographics .commute_how {
	width: 50%;
	padding: 0 0 0 45px;
	border-left: 1px solid #434343;
	box-sizing: border-box;
}

#recruit .infographics .commute_how ul li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	padding: 0 0 20px;
}

#recruit .infographics .commute_how ul li div {
	padding: 10px 0 0;
}

#recruit .infographics .commute_how ul li h4 {
	padding: 0 10px 0 0;
}



/* ------------------------------------------------------------ opening_position */
#recruit .opening_position {
	position: relative;
	margin: 0 auto 130px;
}

#recruit .opening_position::before {
	position: absolute;
	content: "";
	left: 0;
	top: 30px;
	z-index: -1;
	width: 81.25%;
	height: 450px;
	background: rgba(83,83,83,0.2);
}

#recruit .opening_position .inner {
	width: 900px;
}

#recruit .opening_position h2 {
	text-align: left;
	margin: 0 0 60px;
}

#recruit .opening_position h2 span {
	margin: 0 0 20px;
}

#recruit .opening_position .op_flex {
	display: flex;
	justify-content: space-between;
}

#recruit .opening_position .op_flex .op_left h3 {
	font-size: 30px;
	line-height: 1.5;
}

#recruit .opening_position .op_flex .op_right {
	width: 590px;
}

#recruit .opening_position .op_flex .op_right dl dt {
	float: left;
	width: 130px;
	padding: 15px 0 20px;
	font-size: 14px;
	line-height: 1.85;
	color: #a0a0a0;
}

#recruit .opening_position .op_flex .op_right dl dt:nth-of-type(n+2) {
	clear: both;
}

#recruit .opening_position .op_flex .op_right dl dd {
	font-size: 16px;
	line-height: 1.625;
	padding: 15px 0 20px 130px;
	border-bottom: solid 1px #313131;
}

#recruit .opening_position .op_flex .op_right dl dd:last-of-type {
	border-bottom: none;
}

/* ------------------------------------------------------------ mobile ------------------------------------------------------------ */
@media only screen and (max-width: 767px) {

	/* ------------------------------------------------------------ fv */
	#recruit .fv {
		position: relative;
		background: url(../images/recruit/fv_sp.jpg) no-repeat center center/cover;
		padding: 118px 0 55%;
	}
	
	#recruit .fv h1 img {
		margin: 0 0 15px; 
		position: relative;
		z-index: 1;
	}
	
	#recruit .fv .animal {
		position: absolute;
		top: 60%;
		right: -30%;
		margin: 0;
		width: 120%;
		height: auto;
	}
	
	#recruit h1 {
		text-align: center;
	}

	#recruit #text0 {
		width: 88%;
		height: auto;
		margin: 0 0 10px;
	}
	#recruit #text1 {
		width: 40%;
		max-width: 305px;
		height: auto;
		margin: 0 0 0 30px;
		display: block;
	}
	
	
	#recruit #text2 {
		width: 80%;
		height: auto;
	}
	#recruit #text3 {
		width: 60%;
		height: auto;
	}
	#recruit #text4 {
		width: 80%;
		height: auto;
	}

	/* ------------------------------------------------------------ what_we_do */
	#recruit .what_we_do {
		padding: 52% 0 60px;
		background: none;
	}
	
	#recruit .what_we_do img {
		width: 100%;
		height: auto;
	}
	
	#recruit .what_we_do h2 {
		padding: 50px 0 0;
	}
	
	#recruit .what_we_do h3 {
		font-size: 20px;
		line-height: 1.7;
		margin: 0 auto 20px;
	}
	
	#recruit .what_we_do p {
		font-size: 14px;
		line-height: 1.8;
		text-align: left;
		margin: 0 0 15px;
		padding: 0 0 30px;
	}
	
	#recruit .what_we_do .marquee {
		top: -70px;
		height: 110px;
	}

	/* ------------------------------------------------------------ culture */
	#recruit .culture {
		padding: 60px 0;
	}
	
	#recruit .culture::before {
		width: 90%;
		height: 100%;
	}
	
	#recruit .culture::after {
		left: 0;
		top: 20px;
		width: 100%;
		height: 80px;
		background: url(../images/recruit/culture_text.png) no-repeat center center/auto 80px;
		margin: 0;
	}
	
	#recruit .culture h2 {
		text-align: center;
	}
	
	#recruit .culture ul {
		display: block;
	}
	
	#recruit .culture ul li {
		width: 100%;
		margin: 0 0 25px;
	}
	
	#recruit .culture ul li img {
		width: 100%;
		height: auto;
	}
	
	/* ------------------------------------------------------------ people */
	#recruit .people {
		position: relative;
		margin: 0 auto 70px;
		padding: 90px 0 0;
	}
	
	#recruit .people::before {
		left: 0;
		top: 60px;
		width: 100%;
		height: 80px;
		background: url(../images/recruit/people_text.png) no-repeat center center/auto 80px;
		margin: 0;
	}
	
	#recruit .people h2 {
		text-align: left;
	}
	
	#recruit .people .people_slider {
		margin: 0 0 70px 5%;
		padding: 0;
	}
	
	#recruit .people .people_slider .slick-slide {
		width: 225px;
		margin: 0 20px; 
	}

	#recruit .people .people_slider li a .img img {
		width: 100%;
		height: auto;
	}
	
	#recruit .people .people_slider li a .textbox {
		position: relative;
		top: -12px;
		z-index: 1;
		margin: 0;
		padding: 0 20px;
	}
	
	#recruit .people .people_slider li a .textbox h3 {
		font-size: 1.7rem;
		margin: 0 0 5px;
	}
	
	#recruit .people .people_slider li a .textbox p {
		font-size: 14px;
		line-height: 1.7;
		margin: 0 0 15px;
	}
	
	#recruit .people .people_slider li a:hover .animation_btn .arrow {
		left: 0;
	}
	
	#recruit .people .people_slider li a:hover .animation_btn .circle {
		right: 0;
	}
	
	
	/* ------------------------------------------------------------ infographics */
	#recruit .infographics {
		padding: 60px 0;
		background: url(../images/recruit/infographics_text.png) no-repeat center 20px/auto 80px;
	}
	
	
	#recruit .infographics .inner {
		width: 90%;
	}
	
	#recruit .infographics h2 {
		margin: 0 auto 0;
	}
	
	#recruit .infographics .contain {
		padding: 40px 0 30px;
	}
	
	#recruit .infographics .contain.flex {
		display: block;
	}
	
	#recruit .infographics .ig_head {
		font-size: 19px;
		padding: 0 0 10px;
	}
	
	#recruit .infographics .ig_head span {
		font-size: 13px;
	}
	
	#recruit .infographics span.percentage {
		font-size: 28px;	
	}
	
	#recruit .infographics span.percentage small {
		font-size: 15px;
	}
	
	#recruit .infographics .h_gray {
		font-size: 12px;
	}
	
	#recruit .infographics .h_gray span {
		font-size: 16px;
	}

	#recruit .infographics .map {
		width: 100%;
		height: 77vw;
		background-size: 100% auto;
		background-position: center top;
		border-bottom: 1px solid #434343;
		padding: 0 0 30px;
	}
	
	#recruit .infographics .map ul {
		padding: 0;
		width: 200px;
	}
	
	#recruit .infographics .map ul li {
		font-size: 12px;
	}
	
	#recruit .infographics .drinks {
		border-left: none;
		width: 100%;
		padding: 30px 0 0;
	}
	
	#recruit .infographics .drinks ul {
		margin: 0 0 0 -15px;
	}

	#recruit .infographics .drinks ul li {
		width: calc(50% - 15px);
		margin: 0 0 0 15px;
		padding: 0 0 10px;
	}
	
	#recruit .infographics .drinks ul li img {
		width: 70%;
		height: auto;
	}
	
	#recruit .infographics .drinks ul li span {
		top: 20%;
	}
	
	#recruit .infographics .drinks p.text {
		font-size: 16px;
	}
	
	#recruit .infographics .holiday ul li h3 {
		padding: 0 10px 10px;
		display: block;
		font-size: 12px;
	}
	
	#recruit .infographics .holiday ul li h3 span {
		font-size: 16px;
	}
	
	#recruit .infographics .holiday  span.percentage {
		font-size: 23px;
	}
	
	#recruit .infographics .holiday  span.percentage small {
		font-size: 13px;
	}
	
	#recruit .infographics .holiday ul li {
		height: 40vw;
	}

	#recruit .infographics .holiday ul li div {
		text-align: center;
		right: 0;
		left: 0;
		margin: auto;
		top: 20px;
		text-align: center;
	}
	
	#recruit .infographics .holiday ul li.outdoors {
		height: 40vw;
		background-position: center 75%;
		background-size: 88% auto;
	}
	
	#recruit .infographics .holiday ul li.indoor {
		width: 24%;
	}
	
	#recruit .infographics .holiday ul li.indoor {
		background-position: -10px 86%;
		background-size: 40px auto;
	}
	
	#recruit .infographics .holiday ul li.both {
		background-size: 88% auto;
		background-position: center 80%;
		width: 60%;
	}
	
	#recruit .infographics .holiday ul li.both div {
		right: 0;
		left: 0;
		margin: auto;
	}
	
	#recruit .infographics .pie {
		padding: 30px 0;
	}
	
	#recruit .infographics .pie img {
		width: 65%;
		height: auto;
	}
	
	#recruit .infographics .smoking {
		width: 100%;
		border-bottom: 1px solid #434343;
		padding: 0 0 30px;
	}
	
	#recruit .infographics .smoking img {
		margin: 0 0 0 44px;
	}
	
	#recruit .infographics .smoking .never {
		top: 6%;
	}
	
	#recruit .infographics .smoking .cigs {
		top: 41%;
	}
	
	#recruit .infographics .smoking .both {
		top: 76%;
	}
	
	#recruit .infographics .smoking .no {
		top: 9%;
		left: 69%;
	}
	
	#recruit .infographics .smoking .ecig {
		top: 81%;
		left: 73%;
	}
	
	#recruit .infographics .blood {
		width: 100%;
		padding: 30px 0 0;
		border-left: none;
	}
	
	#recruit .infographics .blood .pie {
		padding: 30px 0 0;
	}
	
	#recruit .infographics .blood img {
		margin: 0 0 0 17vw;
	}
	
	#recruit .infographics .pie h4 {
		font-size: 14px;
	}
	
	#recruit .infographics .blood .ab {
		top: 8%;
		left: 7%;
	}
	
	#recruit .infographics .blood .b {
		top: 41%;
		left: 7%;
	}
	
	#recruit .infographics .blood .o {
		top: 84%;
		left: 7%;
	}
	
	#recruit .infographics .blood .a {
		top: 9%;
		left: 74%;
	}
	
	#recruit .infographics .club ul li {
		width: 50%;
	}
	
	#recruit .infographics .club ul li img {
		width: 25%;
		height: auto;
	}
	
	#recruit .infographics .club ul li h4 {
		min-width: inherit;
		text-align: left;
	}
	
	#recruit .infographics .club ul li span.percentage {
		right: 5px;
		top: 5px;
		bottom: auto;
	}
	
	#recruit .infographics .club .h_gray {
		font-size: 11px;
	}
	
	#recruit .infographics .h_gray span {
		font-size: 15px;
	}
	
	#recruit .infographics .academic {
		width: 100%;
	}
	
	#recruit .infographics .academic img {
		width: 80%;
		height: auto;
	}

	#recruit .infographics .academic p.elem {
		top: 49%;
		left: 18vw;
	}
	
	#recruit .infographics .academic p.uni {
		top: 28%;
		left: 41vw;
	}
	
	#recruit .infographics .academic p.high {
		top: 10px;
		left: 72%;
	}
	
	#recruit .infographics .workplace {
		padding: 30px 0 0;
		width: 100%;
		border-left: none; 
		border-top: 1px solid #434343;
	}
	
	#recruit .infographics .workplace img {
		width: 100%;
		height: auto;
	}
	
	#recruit .infographics .workplace .graph {
		padding: 50px 0 0;
	}
	
	#recruit .infographics .workplace .graph p.student {
		top: 20px;
		left: 1vw;
	}
	
	#recruit .infographics .workplace .graph p.sales {
		top: 20px;
		left: 16vw;
	}
	
	#recruit .infographics .workplace .graph p.manufacture {
		top: 20px;
		left: 32vw;
	}
	
	#recruit .infographics .workplace .graph p.service {
		top: 47%;
		left: 52%;
	}
	
	#recruit .infographics .workplace .graph p.construction {
		top: 47%;
		left: 65%;
	}
	
	#recruit .infographics .workplace .graph p.trainer {
		top: 47%;
		left: 79%;
	}
	
	#recruit .infographics .workplace .graph p.family {
		top: 47%;
		left: 92%;
	}
	
	#recruit .infographics .after_work ul li {
		width: 50%;
	}
	
	#recruit .infographics .after_work ul li.big {
		width: 100%;
		padding: 0 0 30px;
		text-align: center;
	}
	
	#recruit .infographics .after_work ul li div {
		display: inline-block;
		text-align: left;
		position: relative;
	}
	
	#recruit .infographics .after_work ul li.big img {
		width: 40%;
		height: auto;
		margin: 0 20px 0 0;
		display: inline-block;
	}
	
	#recruit .infographics .after_work ul li.big h4 {
		display: block;
		padding: 0 0 5px;
		text-align: center;
	}
	
	#recruit .infographics .after_work ul li.big div {
		text-align: center;
		width: 30%;
		vertical-align: top;
	}
	#recruit .infographics .after_work ul li.big span.percentage {
		position: relative;
	}
	
	#recruit .infographics .after_work ul li h4 {
		text-align: left;
		padding: 0 10px 3px 0;
	}

	#recruit .infographics .after_work ul li img {
		width: 70%;
		height: auto;
		margin: auto;
		display: block;
	}

	#recruit .infographics .after_work ul li span.percentage {
		font-size: 24px;
		padding: 5px 0 0;
		vertical-align: inherit;
	}
	
	#recruit .infographics span.percentage small {
		font-size: 13px;
	}
	
	#recruit .infographics .commute_time {
		width: 100%;
		padding: 0 0 30px;
	}
	
	#recruit .infographics .commute_time img {
		width: 70%;
		height: auto;
	}
	
	#recruit .infographics .commute_time .graph {
		padding: 40px 0;
	}
	
	#recruit .infographics .commute_time p.time_5 {
		top: 7vw;
		left: 5vw;
	}
	
	#recruit .infographics .commute_time p.time_10 {
		top: 25vw;
		left: 5vw;
	}
	
	#recruit .infographics .commute_time p.time_60 {
		top: 43vw;
		left: 5vw;
	}
	
	#recruit .infographics .commute_time p.time_30 {
		top: 60vw;
		left: 5vw;
	}

	#recruit .infographics .commute_time p.time_3040 {
		top: 70vw;
		left: 16vw;
	}

	#recruit .infographics .commute_time p.time_15 {
		top: 20vw;
		left: 76vw;
	}

	#recruit .infographics .commute_time p.time_20 {
		top: 53vw;
		left: 76vw;
	}
	
	#recruit .infographics .commute_time p .time {
		font-size: 16px;
	}
	
	#recruit .infographics .commute_time p .time small {
		font-size: 12px;
	}
	
	#recruit .infographics .commute_how {
		width: 100%;
		border-left: none;
		border-top: 1px solid #434343;
		padding: 30px 0 0;
	}
	
	#recruit .infographics .commute_how ul li img {
		width: 100%;
		height: auto;
	}
	
	#recruit .infographics .commute_how ul li h4 {
		text-align: left;
	}
	
	/* ------------------------------------------------------------ opening_position */
	#recruit .opening_position {
		margin: 0 auto 80px;
		padding: 30px 0 0;
	}
	
	#recruit .opening_position::before {
		top: 0;
		width: 90%;
		height: 130px;
	}
	
	#recruit .opening_position .inner {
		width: 90%;
	}
	
	#recruit .opening_position h2 {
		text-align: left;
		margin: 0 0 60px;
	}
	
	#recruit .opening_position h2 span {
		margin: 0 0 20px;
	}
	
	#recruit .opening_position .op_flex {
		display: block;
	}
	
	#recruit .opening_position .op_flex .op_left h3 {
		font-size: 20px;
		margin: 0 0 10px;
	}
	
	#recruit .opening_position .op_flex .op_right {
		width: 100%;
	}
	
	#recruit .opening_position .op_flex .op_right dl dt {
		width: 80px;
		padding: 10px 0 15px;
		font-size: 12px;
	}
	
	#recruit .opening_position .op_flex .op_right dl dd {
		font-size: 14px;
		padding: 10px 0 15px 80px;
	}

}



