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

    社員紹介

***************************************************************************************/
/*System Solution････*/
#section01{
}
	#section01>img{
		margin-top:15.6rem;
	}
	#section01 .baseArea{
		margin:4.0rem auto 0 auto !important;
	}
		#section01 .baseArea>h2:first-of-type{/*System Solution*/
			color:#8fc31f;
			font-size:3.6rem;
			text-align:center;
			text-align-last:center;
			letter-spacing:0.2em;
		}
		#section01 .baseArea>h2:last-of-type{/*タイトルタイトルタイトル*/
			width:96%;
			margin:7.6rem auto 0 auto;
			font-size:3.0rem;
			line-height:1.5em;
			letter-spacing:0;
		}
		#section01 .baseArea>img{
			height:auto;
			width:100%;
			margin-top:3.4rem;
			border-radius:20px;
		}
		#section01 .baseArea>p{/*システムソリューション本部 プロジェクトリーダー／2011年入社*/
			width:96%;
			margin:1.8rem auto 0 auto;
		}
		#section01 .baseArea>p,
		#section01 .baseArea>p *{/*システムソリューション本部 プロジェクトリーダー／2011年入社*/
			line-height:1.7em;
		}
			#section01 .baseArea>p span br{
				display:none;
			}
		#section01 .baseArea>h4{/*菅原 大樹*/
			width:96%;
			margin:1.0rem auto 0 auto;
			font-size:2.8rem;
			border-bottom:solid 4px black;
		}

/*記事の内容････*/
#section02{
}
	#section02 .baseArea{
		margin:6.2rem auto 12.0rem auto !important;
	}
		#section02 .baseArea>ul{
			display:block;
			width:96%;
			margin:0 auto;
		}
			#section02 .baseArea>ul>li{
			}
				#section02 .baseArea>ul>li *{
					line-height:1.43em;
					letter-spacing:0;
				}
				#section02 .baseArea>ul>li>h3{/*シグニフィで働く理由は？*/
					margin-top:4.6rem;
					font-size:2.6rem;
				}
				#section02 .baseArea>ul>li>p{/*プログラマーとして働く中で…*/
					margin-top:3.6rem;
				}
				#section02 .baseArea>ul>li>p,
				#section02 .baseArea>ul>li>p *{
					line-height:1.88em;
				}
				#section02 .baseArea>ul>li>img{
					height:auto;
					width:100%;
					margin-top:9.4rem;
					border-radius:20px;
				}

/*My Career Story････*/
#section03{
	background-color:#f2f2f2;
}
	#section03 .baseArea{
	}
		#section03 .baseArea>img{
			height:auto;
			width:100%;
		}
		#section03 .baseArea>ul{
			width:100%;
			padding-top:0.8rem;
			padding-bottom:7.0rem;/*li.arrow ↓ の高さと同じ値*/
			border-left:solid 6px black;
			border-right:solid 6px black;
			box-sizing:border-box;
			background: url(../images/careerBox_bk_top.png) left top no-repeat,
						url(../images/careerBox_bk_arrow.png) left bottom no-repeat,
						url(../images/careerBox_bk.png) left top repeat-y;
		}
			#section03 .baseArea>ul>li{
				width:88%;
				margin:5.7rem auto 0 4.8%;
			}
				#section03 .baseArea>ul>li *{
					line-height:1.88em;
					letter-spacing:0;
				}
				#section03 .baseArea>ul>li>h4{/*入社前*/
					display:table-cell;
					height:44px;
					width:236px;
					font-size:2.2rem;
					text-align:center;
					text-align-last:center;
					word-wrap:break-word;
					vertical-align:middle;
					background:url(../images/careerBox_balloon.png) left top no-repeat;
				}
				#section03 .baseArea>ul>li>div{
					margin-left:4.8rem;
				}
					#section03 .baseArea>ul>li>div>h5{/*PG（プログラマー）*/
						margin-top:2.7rem;
						font-size:2.5rem;
					}
					#section03 .baseArea>ul>li>div>p{/*Webの申込システムや会員登録システムの…*/
						margin-top:1.2rem;
						font-size:2.2rem;
					}
				#section03 .baseArea>ul>li.arrow{/*↓careerBox_bk_arrow.png */
					height:7.0rem;
				}

/*タグ一覧････*/
#tag_list{
}
	#tag_list>a{/*システムエンジニア、SE*/
		display:inline-block;
		margin:auto 1.2rem 2.1rem auto;
		padding:0.6em 1.0em 0.4em 1.0em;
		font-size:2.2rem;
		line-height:1.0em;
		letter-spacing:0;
		border-radius:1.0em;
		white-space:nowrap;/*改行禁止*/
		background-color:#cbf08f;
	}



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

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

    メディアクエリ

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

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

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