﻿@charset "utf-8";

.fixmenu {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1000;
}


/*/////////////////////////

スライドショー

/////////////////////////*/
#mainSlide {
	position:relative;
	padding:0 20px;
}
#mainSlide ul {
	position:relative;
	padding:45% 0 0;
}
#mainSlide ul li {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding-top:45%;
}
#mainSlide ul li img {
	display:none;
}
#mainSlide span {
	display:block;
	position:absolute;
	top:45%;
	left:0;
	right:0;
	width:567px;
	margin:auto;
}


/*/////////////////////////

お知らせ

/////////////////////////*/
#info {
	width:1000px;
	margin:0 auto;
	padding:40px 0;
}
#info div {
	float:left;
	width:690px;
}
#info h2 {
	padding-bottom:7px;
	border-bottom:1px #c8c8c8 solid;
	font-size:153.8%;
}
#info dl {
	padding:20px 0;
	border-bottom:1px #c8c8c8 dotted;
}
#info dl dt {
	float:left;
	width:180px;
}
#info dl dt span {
	display:inline-block;
	width:70px;
	line-height:1em;
	margin-left:10px;
	padding:4px 0;
	background:#396ec7;
	color:#fff;
	font-size:11px;
	text-align:center;
	vertical-align:1px;
}
#info dl dd {
	float:left;
	width:500px;
	margin-left:10px;
}
#info dl dd a {
	color:#396ec7;
}
#info dl dd a:hover {
	text-decoration:underline;
}
#info ul {
	float:right;
	width:212px;
}
#info ul li {
	margin-bottom:15px;
	border:1px #c8c8c8 solid;
	transition:0.3s;
}
#info ul li:hover {
	opacity:0.7;
}


/*/////////////////////////

人材派遣サービス

/////////////////////////*/
#haken {
	padding:0 20px;
}
#haken > div {
	background:#396ec7;
}
#haken div > span {
	display:block;
	float:left;
	width:30%;
	padding-right:20px;
	background:#fff;
}
#haken span span {
	display:block;
	padding-top:410px;
	background:url(../../images/haken_img.jpg) no-repeat 12% top / cover;
}
#haken div div {
	display:block;
	float:right;
	width:70%;
	padding:50px 0 0 50px;
	background: url(../../images/bg_haken.png) no-repeat left top;
	margin-right:-20px;
	color:#fff;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#haken h2 {
	margin-bottom:30px;
	font-weight:bold;
	font-size:307.7%;
}
#haken p {
	line-height:2.2em;
	margin-bottom:40px;
	font-weight:bold;
	font-size:115.4%;
}
#haken ul li {
	position:relative;
	float:left;
	width:27%;
	margin-right:15px;
	border:3px #fff solid;
}
#haken ul li:last-child {
	margin-right:0
}
#haken ul li a {
	display:block;
	padding:20px 15px;
	color:#fff;
	font-weight:bold;
	font-size:115.4%;
	text-align:center;
	transition:0.5s;
}
#haken ul li a span {
	display:inline-block;
	margin-left:5px;
	padding:2px 5px;
	border-radius:3px;
	background:#FF262C;
	font-weight:bold;
	font-size:60%;
	vertical-align:1px;
}
#haken ul li a:hover span {
	color:#fff;
}
	
/* 擬似要素の共通スタイル */
#haken ul li::after,
#haken ul li::before,
#haken ul li a::after,
#haken ul li a::before {
  background-color: #edd507;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
}
/* 左上へ配置 */
#haken ul li::after {
	top: -3px;
	height: 3px;
	left: -3px;
	width: 0px;
	transition-delay: .15s;
}
/* 右下へ配置 */
#haken ul li::before {
  bottom: -3px;
  height: 3px;
  right: -3px;
  width: 0px;
	transition-delay: .05s;
}
/* 左下へ配置 */
#haken ul li a::after {
  bottom: -3px;
  height: 0px;
  left: -3px;
  width: 3px;
	transition-delay: .0s;
}
/* 右下へ配置 */
#haken ul li a::before {
	top: -3px;
  height: 0px;
  right: -3px;
  width: 3px;
	transition-delay: .1s;
}

/* hover */
#haken ul li:hover::after,
#haken ul li:hover::before {
  width: 100%;
  width: calc(100% + 3px);
}
#haken ul li:hover a::after,
#haken ul li:hover a::before {
  height: 100%;
  height: calc(100% + 3px);
}


	
	
/*/////////////////////////

業務内容

/////////////////////////*/
#business {
	width:1160px;
	margin:0 auto;
	padding:60px 20px 70px;
}
#business h2 {
	margin-bottom:50px;
	font-weight:bold;
	font-size:307.7%;
	text-align:center;
}
#business h2 span {
	display:block;
	margin:0 auto;
	color:#396ec7;
	font-weight:bold;
	font-size:50%;
	text-align:center;
}
#business section {
	position:relative;
}
#business section div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:290px;
	background-color:rgba(0,0,0,0.6);
	content: ' ';
}
#business #program div {
	height:600px;
}
#business section h3 {
	display:inline-block;
	position:absolute;
	top:90px;
	width:100%;
	color:#fff;
	text-align:center;
}
#business #program h3 {
	top:230px;
}
#business section h3 strong {
	display:inline-block;
	margin-bottom:15px;
	padding:0 10px 8px 10px;
	border-bottom:1px #fff solid;
	font-weight:bold;
	font-size:230.8%;
}
#business section h3 span {
	display:block;
	font-weight:bold;
	font-size:153.8%;
}
#business section p {
	display:none;
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	line-height:2em;
	color:#fff;
	text-align:center;
}
#program {
	float:left;
	width:570px;
	margin-right:20px;
	padding-top:600px;
	background:url(../../images/program_img.jpg) no-repeat center top;
}
#anpanman {
	float:left;
	width:570px;
	margin-bottom:20px;
	padding-top:290px;
	background:url(../../images/anpanman_img.jpg) no-repeat center top / cover;
}
#event {	
	float:left;
	width:570px;
	padding-top:290px;
	background:url(../../images/event_img.jpg) no-repeat center top / cover;
}
#business > p {
	clear:both;
	padding:40px;
	font-size:107.7%;
	text-align:center;
}




/*/////////////////////////

実績

/////////////////////////*/
#works {
	margin-bottom:20px;
	padding:0 20px;
}
#works div {
	padding:80px 0;
	background:url(../../images/bg_office.jpg) no-repeat center -100px;
}
#works h2 {
	margin-bottom:60px;
	color:#fff;
	font-weight:bold;
	font-size:307.7%;
	text-align:center;
}
#works h2 span {
	display:block;
	margin:0 auto;
	font-weight:bold;
	font-size:50%;
	text-align:center;
}
#works section {
	width:1000px;
	margin:0 auto 60px;
}
#works h3 {
	margin-bottom:30px;
	padding-left:5px;
	border-left:10px #396ec7 solid;
	color:#fff;
	font-weight:bold;
	font-size:138.5%;
}
#works ul li {
	float:left;
	width:230px;
	height:100px;
	margin:0 25px 25px 0;
}
#works ul li:nth-child(4),
#works ul li:nth-child(8) {
	margin-right:0;
}
#works ul li a {
	display:block;
	line-height:70px;
	padding:15px;
	background:rgba(255, 255, 255, 0.8);
	font-weight:bold;
	font-size:15px;
	text-align:center;
}
#works ul li a.lines {
	line-height:20px;
	padding:30px 15px;
}
#works ul li a:hover {
	background:rgba(255, 255, 255, 0.9);
	color:#396ec7;
	transition:0.5s;
}
#works p {
	color:#fff;
	font-weight:bold;
}



/*/////////////////////////

会社概要

/////////////////////////*/
#company {
	padding:0 20px 90px;
}
#company h2 {
	margin-bottom:80px;
	padding:45px 0;
	background:url(../../images/bg_company.jpg) no-repeat center top;
	color:#fff;
	font-weight:bold;
	font-size:307.7%;
	text-align:center;
}
#company h2 span {
	display:block;
	margin:0 auto;
	font-weight:bold;
	font-size:50%;
	text-align:center;
}
#company table {
	width:1000px;
	margin:0 auto;
	border-top:1px #000 solid;
	background:#f5f5f5;
	font-size:107.7%;
	table-layout: fixed;
}
#company table th {
	width:120px;
	padding:20px 0;
	border-bottom:1px #000 solid;
	text-align:center;
	vertical-align:middle;
}
#company table td {
	padding:20px 0;
	border-bottom:1px #000 solid;
}
#company table table {
	width:auto;
	margin:0;
	border:0;
	font-size:98%;
}
#company table table th {
	width:125px;
	padding:3px 0;
	border:0;
	text-align:left;
}
#company table table td {
	padding:3px 0;
	border:0;
}
#company table td span {
	display:block;
	padding:0 20px;
	border-left:1px #000 solid;
	line-height:1.8em;
}
#company > a {
	display:none;
}


@media screen and (max-width:1100px){
/*/////////////////////////

スライドショー

/////////////////////////*/
#mainSlide ul li img {
	display:none;
}
#mainSlide span {
	width:50%;
}
#mainSlide span img {
	width:100%;
	height:auto;
}

/*/////////////////////////

お知らせ

/////////////////////////*/
#info {
	width:auto;
	padding:30px 20px;
}
#info div {
	float:none;
	width:100%;
}
#info dl dd {
	width:70%;
}
#info ul {
	float:none;
	width:auto;
	margin-top:20px;
}
#info ul li {
	float:left;
	width:190px;
	margin:0 10px 0 0;
	transition:none;
}
#info ul li:hover {
	opacity:1;
}
#info ul li img {
	display:block;
	width:100%;
	height:auto;
}



/*/////////////////////////

人材派遣サービス

/////////////////////////*/
#haken {
	padding:0 20px;
}
#haken div > span {
	display:none;
}
#haken div div {
	float:none;
	width:100%;
	padding:50px;
}
#haken br {
	display:none;
}
#haken ul li a:hover {
	color:#fff;
}
/* 擬似要素の共通スタイル */
#haken ul li::after,
#haken ul li::before,
#haken ul li a::after,
#haken ul li a::before {
  background-color: #fff;
}
	
	
/*/////////////////////////

実績

/////////////////////////*/
#works {
	margin-bottom:20px;
	padding:0 20px;
}
#works div {
	padding:50px 20px;
	background:url(../../images/bg_office.jpg) no-repeat center 20%;
}
#works h2 {
	margin-bottom:50px;
}
#works section {
	width:100%;
	margin:0 auto 40px;
}
#works h3 {
	margin-bottom:30px;
}
#works ul li {
	display:inline-block;
	width:auto;
	height:auto;
	margin:0 15px 15px 0;
}
#works ul li:nth-child(4),
#works ul li:nth-child(8) {
	margin-right:20px;
}
#works ul li a {
	line-height:20px;
	padding:15px;
	border-radius:5px;
	font-size:15px;
}
#works ul li a.lines {
	line-height:20px;
	padding:15px;
}
#works ul li a br {
	display:none;
}
#works ul li a:hover {
	background:rgba(255, 255, 255, 0.8);
	color:#000;
	transition:none;
}


/*/////////////////////////

会社概要

/////////////////////////*/
#company h2 {
	margin-bottom:20px;
	padding:20px 0;
}
#company table {
	width:100%;
}
#company > a {
	display:block;
	margin-top:20px;
	padding:20px;
	background:#4383d2;
	color:#fff;
	font-weight:bold;
	font-size:180%;
	text-align:center;
}
#company > a img {
	display:inline-block;
	width:40px;
	height:auto;
	margin-right:10px;
	vertical-align:-6px;
}


@media screen and (max-width:800px){
.fixmenu {
	position:static;
	top:0;
	left:0;
	width:auto;
	z-index:1000;
}


/*/////////////////////////

お知らせ

/////////////////////////*/
#info h2 {
	font-size:138.5%;
}
#info dl {
	padding:10px 0;
}
#info dl dt {
	float:none;
	margin-bottom:5px;
}
#info dl dt span {
	width:auto;
	padding:4px 10px;
	font-size:10px;
}
#info dl dd {
	float:none;
	margin:0;
	width:100%;
}


/*/////////////////////////

人材派遣サービス

/////////////////////////*/
#haken {
	padding:0 20px;
}
#haken div div {
	padding:30px 20px;
}
#haken h2 {
	margin-bottom:20px;
	font-size:215.4%;
}
#haken p {
	margin-bottom:30px;
	font-size:100%;
}
#haken ul li {
	display:inline-block;
	width:auto;
	margin-bottom:10px;
}
#haken ul li a {
	padding:15px;
	font-size:112.5%;
}


/*/////////////////////////

業務内容

/////////////////////////*/
#business {
	width:auto;
	padding:40px 20px 50px;
}
#business section div {
	display:none;
	width:100%;
	height:100%;
}
#business h2 {
	margin-bottom:20px;
	font-size:215.4%;
}
#business h2 span {
	font-size:60%;
}
#business #program div {
	height:100%;
}
#business section h3 {
	display:inline-block;
	position:absolute;
	top:35%;
	width:100%;
	color:#fff;
	text-align:center;
}
#business #program h3 {
	top:40%;
}
#business section h3 strong {
	display:inline-block;
	margin-bottom:15px;
	padding:0 10px 8px 10px;
	border-bottom:1px #fff solid;
	font-weight:bold;
	font-size:200%;
}
#business section h3 span {
	display:block;
	font-weight:bold;
	font-size:130%;
}
#business section p {
	display:none;
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	line-height:2em;
	color:#fff;
	text-align:center;
	font-size:90%;
}
#program {
	float:none;
	width:100%;
	margin:0 20px 20px 0;
	padding-top:60%;
	background:url(../../images/program_img.jpg) no-repeat center top / cover;
}
#anpanman {	
	float:none;
	width:100%;
	margin-bottom:20px;
	padding-top:60%;
	background:url(../../images/anpanman_img.jpg) no-repeat center top / cover;
	
}
#event {	
	float:none;
	width:100%;
	padding-top:60%;
	background:url(../../images/event_img.jpg) no-repeat center top / cover;
}
#business > p {
	padding:30px 0;
	font-size:100%;
	line-height:1.7em;
}

/*/////////////////////////

実績

/////////////////////////*/
#works {
	margin-bottom:20px;
	padding:0 20px;
}
#works div {
	padding:50px 20px;
	background:url(../../images/bg_office.jpg) no-repeat center 20%;
}
#works h2 {
	margin-bottom:50px;
	font-size:215.4%;
}
#works section {
	width:100%;
	margin:0 auto 40px;
}
#works h3 {
	font-size:123.1%;
	margin-bottom:30px;
}
#works ul li {
}
#works ul li a {
	padding:10px;
	font-size:13px;
}
#works ul li a.lines {
	padding:10px;
}




/*/////////////////////////

会社概要

/////////////////////////*/
#company h2 {
	font-size:215.4%;
}
}



@media screen and (max-width:480px){
header {
	margin-bottom:0;
}


/*/////////////////////////

スライドショー

/////////////////////////*/
#mainSlide {
	padding:0 10px;
}


/*/////////////////////////

お知らせ

/////////////////////////*/
#info {
	padding:20px 10px;
}
#info h2 {
	font-size:138.5%;
}
#info ul {
	padding-right:10px;
}
#info ul li {
	width:50%;
	margin:0 10px 0 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#info ul li:last-child {
	margin:0 -10px 0 0;
}


/*/////////////////////////

人材派遣サービス

/////////////////////////*/
#haken {
	padding:0 10px;
}
#haken ul li {
	width:100%;
	margin-bottom:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}


/*/////////////////////////

業務内容

/////////////////////////*/
#business {
	padding:40px 10px 0;
}
#business h2 {
	margin-bottom:20px;
	font-size:215.4%;
}
#business h2 span {
	font-size:60%;
}
#business #program div {
	height:100%;
}
#business section h3 {
	top:40%;
}
#business #program h3 {
	top:40%;
}
#business section h3 strong {
	font-size:140%;
}
#business section h3 span {
	font-size:100%;
}
#business section p {
	top:48%;
	padding:0 10px;
	font-size:85%;
	text-align:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#business section p br {
	display:none;
}
#program {
	padding-top:100%;
}
#anpanman {	
	padding-top:100%;
	background:url(../../images/anpanman_img.jpg) no-repeat right top / cover;
}
#event {	
	padding-top:100%;
}
#business > p {
	line-height:1.7em;
	padding:30px 0;
}




/*/////////////////////////

実績

/////////////////////////*/
#works {
	margin-bottom:20px;
	padding:0 10px;
}
#works div {
	padding:40px 10px 10px;
	background:url(../../images/bg_office.jpg) no-repeat left top;
}
#works h2 {
	margin-bottom:40px;
	font-size:215.4%;
}
#works section {
	width:100%;
	margin:0 auto 40px;
}
#works h3 {
	font-size:120%;
	margin-bottom:30px;
}
#works ul li {
}
#works ul li a {
	padding:10px;
	font-size:13px;
}
#works ul li a.lines {
	padding:10px;
}




/*/////////////////////////

会社概要

/////////////////////////*/
#company {
	padding:0 10px 90px;
}
#company h2 {
	font-size:215.4%;
}
#company table {
	border-top:0;
	font-size:100%;
}
#company table th {
	display:block;
	width:100%;
	padding:20px 0;
	border-bottom:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#company table td {
	display:block;
	width:100%;
	padding:0 20px;
	border-bottom:5px #fff solid;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#company table table th {
	display:inline-table;
	width:120px;
}
#company table table td {
	display:inline;
}
#company table td span {
	display:block;
	padding:20px 0;
	border-left:0;
	border-top:1px #000 solid;
	line-height:1.8em;
}


}