@charset "UTF-8";

/*----------------------------------------

	- content
	- pc（1281px〜）
	- sp（〜640px）

-----------------------------------------*/

/*----------------------------------------
	header
-----------------------------------------*/

header ul#header_r01 li:nth-child(3) a:link,
header ul#header_r01 li:nth-child(3) a:visited {
  background: url(/recruit/fresh/common/img/common_bg01.png) no-repeat left bottom;
}

header ul#header_r01 li:nth-child(3) ul li a:link,
header ul#header_r01 li:nth-child(3) ul li a:visited,
header ul#header_r01 li ul li:nth-child(3) a:link,
header ul#header_r01 li ul li:nth-child(3) a:visited {
  background: url(/recruit/fresh/common/img/common_overlay01.png) repeat left top;
}

/*	pankuzu
-----------------------------------------*/

#pankuzu {
  background: none;
  background: #ffffff;
}

/*	title01
-----------------------------------------*/

#title01 {
  /* margin-top: 130px; */
  padding-top: 64px;
  background: url(/recruit/fresh/people/img/common_title01_bg.jpg) no-repeat center top;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  background-size: 100% auto;
}

#title01 h2 {
  padding: 155px 0 160px;
}

/*----------------------------------------
	content
-----------------------------------------*/

#content {
  padding: 55px 0 80px;
}

@media only screen and (max-width: 640px) {
  #content {
    overflow-x: hidden;
  }
}

#content ul li {
  width: 320px;
  float: left;
  padding-right: 40px;
  padding-bottom: 50px;
  line-height: 0;
}

@media only screen and (max-width: 640px) {
  #content ul li {
    padding-right: 0;
  }
}

#content ul li:nth-child(3n) {
  padding-right: 0;
}

#content ul li a:link,
#content ul li a:visited {
  opacity: 1.0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

#content ul li a:hover,
#content ul li a:active {
  opacity: 0.5;
}

/*----------------------------------------
	pc（1281px〜）
-----------------------------------------*/
@media only screen and (min-width: 1281px) {
/*----------------------------------------
	content
-----------------------------------------*/

}

/*----------------------------------------
	sp（〜640px）
-----------------------------------------*/
@media only screen and (max-width: 640px) {

/*----------------------------------------
	header
-----------------------------------------*/

header ul#header_r01 li:nth-child(3) a:link,
header ul#header_r01 li:nth-child(3) a:visited,
header ul#header_r01 li:nth-child(3) ul li a:link,
header ul#header_r01 li:nth-child(3) ul li a:visited,
header ul#header_r01 li ul li:nth-child(3) a:link,
header ul#header_r01 li ul li:nth-child(3) a:visited {
  background: #ffffff;
}

/*	title01
-----------------------------------------*/

#title01 {
  margin-top: 0;
  background: url(/recruit/fresh/people/img/common_title01_bg.jpg) no-repeat center bottom;
  -webkit-background-size: 130% auto;
  -moz-background-size: 130% auto;
  -ms-background-size: 130% auto;
  background-size: 130% auto;
}

#title01 h2 {
  padding: 12% 0;
}

/*----------------------------------------
	content
-----------------------------------------*/

#content {
  padding: 10% 0;
}

#content ul li {
  width: 100%;
  float: none;
  padding-bottom: 10%;
}
}
