@charset "utf-8";
/* CSS Document */

/*ベース*/
body{
	padding:0;
	margin:0;
}
.clear{
	clear:both;
}
a{
	text-decoration:none;
}
p{
	font-size:16px;
	line-height:1.5em;
}

/*----------トップ＆ベース-----------*/
/*ヘッダー*/
.headerBox{
	width:100%;
	background-color:#FFFFFF;
	box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.6);
	padding:15px 0;
	position:relative;
	z-index:9999;
}
.logo{
	width:200px;
	margin:0 auto;
	margin-bottom:20px;
}
.logo img{
	width:100%;
}
.facebookBtn{
	position:absolute;
	width:30px;
	top:15px;
	right:20px;
}
.facebookBtn img{
	width:100%;
}
.facebookBtn:hover{
	opacity:0.5;
	transition:0.5s;
}
.menuBox{
	width:980px;
	margin:0 auto;
}
.menu{
	width:140px;
	float:left;
}
.menu p{
	color:#000000;
	font-weight:bold;
}
.menu a {
	position:relative;
	display:inline-block;
	width:100%;
	text-decoration:none;
	text-align:center;
}
.menu a::after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:3px;
	-webkit-transform:scaleX(0);
	-ms-transform:scaleX(0);
	transform:scaleX(0);
	background-color:#9932cc;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}
.menu a:hover::after{
	-webkit-transform:scaleX(1);
	-ms-transform:scaleX(1);
	transform:scaleX(1);
}
/*メインイメージ*/
.mainimgBox{
	width:960px;
	margin:0 auto;
}
/*TOPコンテンツ*/
.contentBox{
	width:960px;
	margin:0 auto;
	padding:60px 0;
}
.contenttextBox{
	width:630px;
	margin-right:30px;
	float:left;
	background-color:#f7f6ed;
}
.contenttextBoxinner{
	padding:30px;
}
.facebookBox{
	width:300px;
	float:left;
}
.contenttitle{
	text-align:center;
	margin-bottom:-17px;
}
.contenttitle p{
	font-size:18px;
	font-weight:bold;
}
.contenttitleE{
	text-align:center;
	margin-bottom:-5px;
}
.contenttitleE p{
	font-size:12px;
	font-weight:bold;
}
.line{
	width:550px;
	margin:0 auto;
}
.line img{
	width:100%;
}
/*フッダー*/
.footerBox{
	margin:0;
	text-align:center;
	background-color:#9932cc;
	margin-bottom:-20px;
}
.footerBox p{
	color:#FFFFFF;
	font-weight:bold;
}


/*----------派遣-----------*/
.dispatchBox1{
	width:100%;
	padding:60px 0;
	margin-top:60px;
	background-color:#f5f5f5;
}
.dispatchBox1inner{
	width:800px;
	margin:0 auto;
}
.dispatchtextBox{
	margin-bottom:30px;
}
.dispatchtexttitle{
	text-align:center;
	margin-bottom:10px;
}
.dispatchtexttitle p{
	font-size:18px;
	font-weight:bold;
	color:#9932cc;
}
.dispatchimgBox{
	width:750px;
	margin:0 auto;
}
.dispatchimgBox div:nth-child(3){
	margin-right:0px;
}
.dispatchimg1{
	width:200px;
	margin-right:50px;
	float:left;
}
.dispatchimg1 img{
	width:100%;
}
.dispatchBox2{
	padding:60px 0;
	width:800px;
	margin:0 auto;
}
.dispatchimg2{
	width:750px;
	margin:0 auto;
}
.dispatchimg2 div:nth-child(4){
	margin-right:0px;
}
.dispatchimg3{
	width:174px;
	margin-right:18px;
	float:left;
}
.dispatchimg2 img{
	width:100%;
}
/*----------会社情報-----------*/
.infotextBox{
	background-color:#f5f5f5;
	padding:60px 0;
	margin-top:60px;
	margin-bottom:60px;
}
.infotextBoxinner{
	background-color:#FFFFFF;
	width:880px;
	margin:0 auto;
	padding:20px 40px;
}
.infotexttitle{
	text-align:center;
	margin-bottom:10px;
}
.infotext{
	text-align:center;
}
.infotexttitle p{
	font-size:18px;
	font-weight:bold;
	color:#9932cc;
}
.historyBox{
	width:960px;
	margin:0 auto;
	background-color:#f5f5f5;
	padding:60px 0;
	margin-bottom:60px;
}
.historyinner{
	width:800px;
	margin:0 auto;
}
.historuArea{
	width:700px;
	margin:0 auto;
	padding:30px 0;
}
.historyyear{
	width:200px;
	background-color:#9472a9;
	padding:1px 0;
	text-align:center;
	float:left;
	margin-right:30px;
}
.historyyear2{
	width:200px;
	background-color:#9472a9;
	padding:10px 0;
	text-align:center;
	float:left;
	margin-right:30px;
}
.historyyear p{
	color:#FFFFFF;
	font-weight:bold;
}
.historyyear2 p{
	color:#FFFFFF;
	font-weight:bold;
}
.historytext{
	width:470px;
	float:left;
}
.mB40{
	margin-bottom:80px;
}
.historyBox p{
	font-size:14px;
	line-height:1.2em;
}


/*----------講師紹介-----------*/
.teacher{
	width:252px;
	float:left;
	margin-right:22px;
	margin-bottom:30px;
}
.teacher img{
	width:100%;
}
.teacherBox{
	margin-top:30px;
}
.teacherBox div:nth-child(3n){
	margin-right:0px;
}
.teacherBox div:nth-child(7){
	margin-bottom:0px;
}
.teacherBox div:nth-child(8){
	margin-bottom:0px;
}
.teacherBox div:nth-child(9){
	margin-bottom:0px;
}
.teacherimg{
	margin-bottom:-10px;
}


/*----------アドリビ-----------*/
.adlibilogo{
	width:300px;
	margin:0 auto;
	margin-top:60px;
	margin-bottom:10px;
}
.adlibilogo img{
	width:100%;
}
.adlibitextBox{
	width:700px;
	margin:0 auto;
	margin-top:60px;
	margin-bottom:60px;
}
.adlibitexttitle{
	text-align:center;
}
.adlibitexttitle p{
	font-size:18px;
	font-weight:bold;
}
.youtubeBox{
	width:500px;
	margin:0 auto;
	margin-bottom:60px;
}
.adlibimain{
	width:960px;
	margin:30px auto;
}
.fs18{
	font-size:18px;
}

/*----------コンタクト-----------*/

.contactBox{
	width:600px;
	margin:0 auto;
	margin-top:30px;
}
form div + div {
    margin-top: 1em;
}
label {
    /* すべてのラベルを同じサイズにして、きちんと揃える */
    display: inline-block;
    width: 90px;
    text-align: right;
}
input, textarea {
    /* すべてのテキストフィールドのフォント設定を一致させる
       デフォルトで、textarea は等幅フォントが設定されている */
    font: 1em sans-serif;

    /* すべてのテキストフィールドを同じサイズにする */
    width: 300px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    /* テキストフィールドのボーダーの外見を同一にする */
    border: 1px solid #999;
}
textarea {
    /* 複数行のテキストフィールドをラベルにきちんと揃える */
    vertical-align: top;

    /* テキスト入力に十分な領域を与える */
    height: 5em;

    /* ユーザが textarea を垂直方向にリサイズできるようにする
       これが動作しないブラウザもある */
    resize: vertical;
}
.button {
    /* ボタンを他のテキストフィールドと同じ場所に置く */
    padding-left: 90px; /* label 要素と同じサイズ */
}
button {
    /* このマージンは、ラベルとテキストフィールドの間のスペースと
       おおよそ同じスペースを表す */
	   margin-top:5px;
    margin-left: .5em;
}