/**************************************************************************************

    シグニフィの働き方

***************************************************************************************/
/*Style シグニフィの働き方････*/
#section01{
}
	#section01 .baseArea{
	}
		#section01 .baseArea>h1{
			display:block;
			margin-top:16.8rem;
		}
			#section01 .baseArea>h1>div{
			}
				#section01 .baseArea>h1>div>p:first-of-type{/*Style*/
					padding-left:0.2em; 
					font-size:8.0rem;
					text-align:center;
					text-align-last:center;
					line-height:1.4em;
					letter-spacing:0.2em;
				}
				#section01 .baseArea>h1>div>p:last-of-type{/*シグニフィの働き方*/
					display:block;
					width:57%;
					margin:0 auto;
					font-size:2.8rem;
					font-weight:bold;
					color:white;
					text-align:center;
					text-align-last:center;
					background-color:black;
				}
				#section01 .baseArea>p{/*自分が幸せでなければ人を幸せに…*/
					margin-top:4.2rem;
				}
				#section01 .baseArea>p,
				#section01 .baseArea>p *{
					letter-spacing:0;
					line-height:1.5em;
				}

/*BENEFITS 福利厚生制度････*/
#section02{
	padding-bottom:12.0rem;
	background-color:#cbf08f;
}
	#section02 .baseArea{
		margin:10.0rem auto 4.2rem auto !important;
	}
	#section02>ul{
		display:block;
		width:90%;
		margin:0 auto;
	}
		#section02>ul>li{
			height:37.9rem;
			width:220px;
			margin-top:2.2rem;
			padding:1.9rem;
			text-align:center;
			text-align-last:center;
			border-radius:15px;
			float:left;
			background-color:white;
		}
		#section02>ul>li:nth-child(even){
			float:right;
		}
			#section02>ul>li>*{
				margin-top:2.2rem;
			}
			#section02>ul>li>h3{
				font-size:2.3rem;
				text-align:center;
				text-align-last:center;
				letter-spacing:-0.05em;
				line-height:1.3em;
			}
			#section02>ul>li>p{
				font-size:1.9rem;
				letter-spacing:0;
				line-height:1.6em;
			}

/*STUDY 教育制度････*/
#section03{
}
	#section03 .baseArea{
		margin:10.0rem auto 4.8rem auto !important;
	}
	#section03>ul{
		position:relative;
		width:100%;
	}
		#section03>ul>img{
			z-index:3;
			position:absolute;
			left:23px;
		}
		#section03>ul>img.txt1{
			top:19px;
		}
		#section03>ul>img.txt2{
			top:934px;
		}
		#section03>ul>img.txt3{
			top:1315px;
		}
		#section03>ul>li{
			height:148px;
			width:100%;
			padding:1.9rem 0;
		}
		#section03>ul>li:nth-child(even){/*偶数*/
			background-color:#f2f2f2;
		}
			#section03>ul>li>div{
				height:148px;
				width:530px;
				float:right;
			}
				#section03>ul>li>div>p{/*社会人として必要な基本のスキル・知識…*/
					width:338px;
					margin:19px 24px auto auto;
					font-size:2.1rem;
					letter-spacing:0;
					line-height:1.64em;
					float:right;
				}
				#section03>ul>li>div>h4{/*マナー研修*/
					height:148px;
					width:148px;
					max-width:148px;
					float:left;
					border-radius:74px;
					background-color:#fff105;
				}
				#section03>ul>li:nth-child(6)>div>h4,
				#section03>ul>li:nth-child(7)>div>h4{
					background-color:#fac32a !important;
				}
				#section03>ul>li:nth-child(8)>div>h4{
					background-color:#f39a00 !important;
				}
					#section03>ul>li>div>h4>p{
						display:table-cell;
						height:148px;
						width:148px;
						text-align:center;
						text-align-last:center;
						vertical-align:middle;
						word-wrap:break-word;
					}
					#section03>ul>li>div>h4>p,
					#section03>ul>li>div>h4>p br,
					#section03>ul>li>div>h4>p span{
						font-size:2.3rem;
						letter-spacing:0;
						line-height:1.4em;
						white-space:nowrap;/*改行禁止*/
					}
						#section03>ul>li>div>h4>p span{/*文字間を小さく*/
							letter-spacing:-0.2em;
						}





/*･･････････････････････････････････････････････････････････*/
/*･･････････････････････････････････････････････････････････*/
    /*･･････････････････････････････････････････････････････*/
    /*･･････････････････････････････････････････････････････*/

/**************************************************************************************

    メディアクエリ

***************************************************************************************/
/*画面幅1201px以上*/
@media(min-width:1201px){
}

/*641以上 ～ 1200px以下*/
@media(min-width:641px) and (max-width:1200px){
}

/*640px以下（モバイル対応）*/
@media(max-width:640px){
}