@charset "utf-8";
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/


.tech_header {
	height: 600px;
	border: 10px solid g_reen;
	border: 2px solid r_ed;
	overflow: hidden;
	position: relative;
}
.tech_header .backimg{
	height: 100%;
	background: url(../img/tech/head01.jpg) no-repeat;
	background-size: cover;
}

.tech_header .titbox{
	border: 5px solid b_lue;
	position: absolute;
	top: 175px;
	left: 150px;
	right: 0;
	margin: auto;
	z-index: 10;
	width: 320px;
	height: 280px;
	background: b_lue;
	filter: drop-shadow(0px 0px 16px rgba(29,91,162,1));
}


/*コピー*/
.tech_header .t_copy {
	margin: 25px 0px 0 2px;
	font-family: 'yumin', serif;
	font-size: 120%;
	line-height: 1em;
	color: #fff;
	height: 1.1em;
	display: block;
	transition: .5s;
	filter: drop-shadow(0px 0px 16px rgb(4, 50, 102));
}

/*メイン*/
.tech_header .t_tit {
	margin-top: 20px;
	font-family: 'yumin', serif;
	font-size: 380%;
	letter-spacing: 1px;
	line-height: 1em;
	color: #fff;
	transition: .5s;
	filter: drop-shadow(0px 0px 16px rgb(4, 50, 102));
}

/*mac*/
.mac .tech_header  .b_tit {
	padding: 10px 0 17px 15px;
}



/*英字*/
.tech_header .t_en {
	margin-top: 40px;
	padding-left: 1px;
	font-size: 90%;
	color: #fff;
	font-family: 'Quicksand';
	font-weight: lighter;
	letter-spacing: .5px;
	opacity: .8;
	border: 1px solid r_ed;
	width: 100%;
	height: 30px;
}

.tech_header h1 {
	position: absolute;
	top: 17px;
	left: 23px;
	width: 215px;
}
.tech_header .gmenu{
	border: 1px solid r_ed;
	width: 420px;
	text-align: right;
	position: absolute;
	top: 21px;
	right: 28px;
	z-index: 12;
}
.tech_header .gmenu li {
	display: inline-block;
	border: 1px solid p_ink;
	margin-left: 30px;
}
.tech_header .gmenu li a {
	color: #f2f9ff;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 95%;
}
.tech_header .gmenu li a:hover {
	color: #ffffff;
}





@media all and (max-width: 750px) {

	.tech_header {
		height: 450px;
		overflow: hidden;
		position: relative;
	}
	.tech_header .backimg{
		background: url(../img/tech/head01.jpg) no-repeat center;
		background-size: cover;
	}
	
	.tech_header .titbox{
		position: absolute;
		top: 125px;
		left:30px;
		right: 0;
		margin: auto;
		z-index: 10;
		width: 160px;
		height: 250px;
		background: b_lue;
		filter: drop-shadow(0px 0px 16px rgba(29,91,162,1));
		border: 1px solid r_ed;
	}
	
	
	/*コピー*/
	.tech_header .t_copy {
		margin: 25px 0px 0 2px;
		font-family: 'yumin', serif;
		font-size: 120%;
		line-height: 1em;
		color: #fff;
		height: 1.1em;
		display: block;
		transition: .5s;
		filter: drop-shadow(0px 0px 16px rgb(4, 50, 102));
	}
	
	/*メイン*/
	.tech_header .t_tit {
		margin-top: 20px;
		font-family: 'yumin', serif;
		font-size: 380%;
		letter-spacing: 1px;
		line-height: 1em;
		color: #fff;
		transition: .5s;
		filter: drop-shadow(0px 0px 16px rgb(4, 50, 102));
	}
	
	/*mac*/
	.mac .tech_header  .b_tit {
		padding: 10px 0 17px 15px;
	}
	
	
	
	/*英字*/
	.tech_header .t_en {
		margin-top: 40px;
		padding-left: 1px;
		font-size: 90%;
		color: #fff;
		font-family: 'Quicksand';
		font-weight: lighter;
		letter-spacing: .5px;
		opacity: .8;
		border: 1px solid r_ed;
		width: 100%;
		height: 30px;
	}
	
	.tech_header h1 {
		position: absolute;
		top: 16px;
		left: 20px;
		width: 180px;
	}


}







/*------------------------------------------------------------
	01 02 共通
------------------------------------------------------------*/





/*------------------------------------------------------------
	01 技術力
------------------------------------------------------------*/


.content01 {
	border: 5px solid p_ink;
	position: relative;
}


.content01 .back_zu{
	border: 5px solid g_reen;
	position: absolute;
	background: url(../img/tech/zu1.gif) no-repeat;
	width: 560px;
	height: 590px;
	top: 170px;
	right: 0;
}

.content01 .back_box01{
	border: 5px solid g_reen;
	position: absolute;
	background: #d6f4fc;
	opacity: .3;
	width: 220px;
	height: 1250px;
	top: 0px;
	left: 0;
}


.content01 .back_box02{
	border: 5px solid g_reen;
	position: absolute;
	background-color: #e2ebec;
	opacity: .3;
	width: 850px;
	height: 500px;
	top: 540px;
	left: 0;
}










.lead {
	font-size: 120%;
	font-family: 'yuminV',serif;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
	border: 1px solid r_ed;
	margin: 85px auto 0;
	line-height: 2.2em;
	letter-spacing: -1px;
	position: relative;
}

/*IE hack*/
_:-ms-lang(x)::-ms-backdrop, .lead {
	border: 1px solid r_ed;
	margin: 85px auto 0 40vw;
}


.lead::after{
	content: url(../img/tech/hexagon.png);
	position: absolute;
	top: -8px;
	right: -42px;
}





/**スクロールアニメーション///////////////////////////////*/

.scroll  {
	border: 1px solid r_ed;
	width: 100px;
	height: 150px;
	margin: 0 auto;
	position: relative;
}
.scroll a {
	display: inline-block;
	position: absolute;
	right: 40px;
	bottom: 0;
	z-index: 2;
	padding: 10px 10px 150px;
	overflow: hidden;
	font-size: 10px;
	line-height: 1;
	letter-spacing: .2em;
	text-transform: uppercase;
	text-decoration: none;
	writing-mode: vertical-lr;
	opacity: .7;
	border: 1px solid r_ed;
}

.scroll a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 150px;
	background: #CEE3F4;
	animation: sdl 3s cubic-bezier(0.22,0.61,0.36,1) infinite;
}

@keyframes sdl {
	0% {
	  transform: scale(1, 0);
	  transform-origin: 0 0;
	}
	30% {
	  transform: scale(1, 1);
	  transform-origin: 0 0;
	}
	70% {
	  transform: scale(1, 1);
	  transform-origin: 0 100%;
	}
	100% {
	  transform: scale(1, 0);
	  transform-origin: 0 100%;
	}
}










.innerBox {
	border: 4px solid y_ellow;
	width: 900px;
	margin: 0 auto;
	position: relative;
}

.innerBox .txtBox {
	border: 1px solid r_ed;
	display: inline-block;
	position: relative;
}

.innerBox .txtBox h3{
	border: 1px solid r_ed;
	display: inline-block;
	font-size: 220%;
	font-family: 'yumin',serif;
	letter-spacing: -1px;
	position: relative;
	vertical-align: middle;

}
.innerBox .txtBox h3 .grad{
	display: inline-block;
	position: relative;
	top: .5em;
	height: 1.7em;
	width: 3px;
	margin-right: 0.4em;
	background: linear-gradient(#FC1DC6, #238CF9);

}


/*contants02の中の見出し用*/
.innerBox .txtBox h3 .grad2{
	display: inline-block;
	position: relative;
	top: .5em;
	height: 3.4em;
	width: 3px;
	margin-right: 0.4em;
	background: linear-gradient(#FC1DC6, #238CF9);

}
.innerBox .txtBox h3 span{
	display: inline-block;
	font-family: 'yumin',serif;
	letter-spacing: -1px;
}




.innerBox .txtBox .txt {
	width: 415px;
	line-height: 1.9em;
	margin-left: 1.3em;
	margin-top: 2em;
	letter-spacing: 1px;
}


.innerBox .img01 {
	position: relative;
	left: 500px;
	top: -330px;
	border: 1px solid r_ed;
}


.innerBox .img02 {
	position: relative;
	left: 40px;
	top: -180px;
	border: 1px solid r_ed;
}

.innerBox .tb02 {
	position: relative;
	left: 90px;
	top: -0px;
	border: 1px solid r_ed;
}


.h550 {
	position: relative;
	top: -0px;
	height: 550px;
	border: 5px solid r_ed;
}
/*IE hack*/
_:-ms-lang(x)::-ms-backdrop, .h550 {
	position: relative;
	top: -400px;
}



.h360 {
	position: relative;
	top: -0px;
	height: 360px;
	border: 5px solid r_ed;
}
/*IE hack*/
_:-ms-lang(x)::-ms-backdrop, .h360 {
	position: relative;
	top: -300px;
}

/*IE hack*/
_:-ms-lang(x)::-ms-backdrop, .ie_t-150 {
	position: relative;
	top: -300px;
}



.marchBox {
	border: 3px solid p_ink;
	position: relative;
	overflow: hidden;
	min-width: 900px;
}
.marchBox::before {
	content: "";
	border: 1px solid r_ed;
	display: inline-block;
	width: 245px;
	height: 100%;
	background-image: url(../img/index/hasira.gif);
	position: absolute;
	top: 30px;
	left: -30px;
}
.marchBox::after {
	content: "";
	border: 1px solid r_ed;
	display: inline-block;
	width: 245px;
	height: 100%;
	background-image: url(../img/index/hasira.gif);
	position: absolute;
	top: 30px;
	right: -30px;
	transform: scale(-1, 1);
}



.marchBox .innerBox {
	border-top: 1px solid #d7e1e4;
	padding-top: 50px;
	width: 750px;
}

.marchBox .innerBox h4{
	font-size: 150%;
	text-align: center;
}

.marchBox .innerBox .marchlist{
	width: 650px;
	margin: 50px auto 0;
	border: 1px solid b_lue;
	text-align: center;
	position: relative;
	z-index: 20;
}


.marchBox .innerBox .marchlist .march{
	width: 305px;
	height: 130px;
	display: inline-block;
	margin: 8px 7px;
	border-radius: 8px;
	background: #F4F9FC;
	transition: 1.5s;
}
.marchBox .innerBox .marchlist .march:hover{
	background: #e6f5ff;
	box-shadow: 0px 5px 14px -9px rgba(78,125,175,0.79);
}


.marchBox .innerBox .marchlist .march .roro{
	display: block;
	border: 1px solid r_ed;
	text-align: center;
	font-size: 90%;
	margin-top: 20px;
	color: #3D5772;
}

.marchBox .innerBox .marchlist .march .mName{
	display: block;
	border: 1px solid r_ed;
	text-align: center;
	font-size: 230%;
	margin-top: 10px;
	color: #3D5772;
	position: relative;
}

.marchBox .innerBox .marchlist .march .mName::after{
	content: "";
	background: url(../img/index/arrow_grey.png) no-repeat;
	background-position: right;
	display: inline-block;
	width: 45px;
	height: 8px;
	position: absolute;
	bottom: 9px;
	right: 17px;
	border: 1px solid b_lue;
}


.column01 {
	width: 628px;
	background-color: #F0F0F0;
	margin: 40px auto 160px;
	border-radius: 3px;
 }

.column01 .txtBox {
	width: 250px;
	border: 1px solid b_lue;
	display: inline-block;
	margin-bottom: 50px;
 }

.column01 .txtBox h4 {
	text-align: left;
	font-size: 200%;
	color: #4f5b69;
	font-family: 'yumin', serif;
}
.column01 .txtBox h4 img {
	display: block;
	margin-top: 40px;
	position: relative;
	right: 27px;
	width: 110px;
}


.column01 .txtBox .txt {
	width: 100%;
	margin: 40px 0 0 ;
	text-align: left;
	font-size: 100%;
	color: #4f5b69;
}
.column01 .clmimg {
	 position: relative;
	 left: 30px;
	 top: -26px;
}





/****スマホ表示**********************************/

@media all and (max-width: 750px) {
	.content01 {
		border: 5px solid p_ink;
		position: relative;
	}

	.content01 .back_zu{
		border: 5px solid g_reen;
		position: absolute;
		background: url(../img/tech/zu1.gif) no-repeat;
		width: 560px;
		height: 590px;
		top: 170px;
		right: -350px;
	}

	.content01 .back_box01{
		position: absolute;
		opacity: .3;
		width: 60px;
		height: 1250px;
		top: 0px;
		left: 0;
	}


	.content01 .back_box02{		position: absolute;
		opacity: .3;
		width: 850px;
		height: 300px;
		top: 640px;
		left: 20px;
	}










	.lead {
		font-size: 120%;
		font-family: 'yuminV',serif;
		border: 1px solid r_ed;
		margin: 85px auto 0;
		line-height: 2.2em;
		letter-spacing: -1px;
		position: relative;
		top: -30px;
	}

	.lead::after{
		content: "";
		display: inline-block;
		background: url(../img/tech/hexagon.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: -8px;
		right: -42px;
		width: 30px;
		height: 30px;
	}

	/*IE hack*/
	_:-ms-lang(x)::-ms-backdrop, .lead {
		border: 1px solid r_ed;
		margin: 85px auto 0 25vw;
	}




	/**スクロールアニメーション///////////////////////////////*/

	.scroll  {
		border: 1px solid r_ed;
		width: 100px;
		height: 100px;
		margin: 0 auto;
		position: relative;
	}
	.scroll a {
		display: inline-block;
		position: absolute;
		right: 40px;
		bottom: 0;
		z-index: 2;
		padding: 10px 10px 150px;
		overflow: hidden;
		font-size: 10px;
		line-height: 1;
		letter-spacing: .2em;
		text-transform: uppercase;
		text-decoration: none;
		writing-mode: vertical-lr;
		opacity: .7;
		border: 1px solid r_ed;
	}

	.scroll a::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 1px;
		height: 120px;
		background: #CEE3F4;
		animation: sdl 3s cubic-bezier(0.22,0.61,0.36,1) infinite;
	}

	@keyframes sdl {
		0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
		}
		30% {
		transform: scale(1, 1);
		transform-origin: 0 0;
		}
		70% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
		}
		100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
		}
	}










	.innerBox {
		border: 4px solid y_ellow;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}

	.innerBox .txtBox {
		border: 1px solid g_reen;
		display: block;
		position: relative;
		height: auto;
	}

	.innerBox .txtBox h3{
		border: 1px solid r_ed;
		display: block;
		font-size: 220%;
		font-family: 'yumin',serif;
		letter-spacing: -1px;
		position: relative;
		vertical-align: middle;
		left: 30px;

	}
	.innerBox .txtBox h3 .grad{
		top: .5em;
		height: 1.7em;
		width: 3px;
		margin-right: 0.4em;
		background: linear-gradient(#FC1DC6, #238CF9);

	}


	/*contants02の中の見出し用*/
	.innerBox .txtBox h3 .grad2{
		position: relative;
		top: .5em;
		height: 3.4em;
		width: 3px;
		margin-right: 0.4em;
		background: linear-gradient(#FC1DC6, #238CF9);

	}
	.innerBox .txtBox h3 span{
		display: inline-block;
		font-family: 'yumin',serif;
		letter-spacing: -1px;
	}


	.innerBox .txtBox .txt {
		width: 75%;
		line-height: 1.9em;
		margin-left: 50px;
		margin-top: 1.2em;
		font-size: 115%;
		border: 3px solid b_lue;
		height: auto;
	}



	.spflex{
		display: flex;
		flex-direction: column-reverse;
	}

	.innerBox .txtBox {
		border: 1px solid r_ed;
		display: block;
		position: relative;
		height: 290px;
	}

	.innerBox .img01 {
		position: relative;
		left: 100px;
		top: 0px;
		border: 1px solid r_ed;
		width: 280px;
		height: 280px;
		margin-bottom: 50px;
	}


	.innerBox .img02 {
		position: relative;
		left: 25px;
		top: -0px;
		border: 1px solid r_ed;
		width: 220px;
		margin-top: 25px;
	}

	.innerBox .tb02 {
		position: relative;
		left: 00px;
		top: -0px;
		border: 1px solid r_ed;
		margin-bottom: 60px;
	}


	.h550 {
		position: relative;
		top: -15px;
		height: auto;
		border: 5px solid r_ed;
	}


	.h360 {
		position: relative;
		top: -0px;
		height: auto;
		border: 5px solid r_ed;
	}



	.marchBox {
		border: 3px solid p_ink;
		position: relative;
		overflow: hidden;
		min-width: 100%;
		width: 100%;
		margin-top: 120px;
	}
	.marchBox::before {
		content: "";
		border: 1px solid r_ed;
		display: inline-block;
		width: 0px;
		height: 0%;
		background-image: url();
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.marchBox::after {
		content: "";
		border: 1px solid r_ed;
		display: inline-block;
		width: 0px;
		height: 0%;
		background-image: url();
		position: absolute;
		top: 0px;
		right: 0px;
		transform: scale(-1, 1);
	}



	.marchBox .innerBox {
		border-top: 1px solid #d7e1e4;
		padding-top: 40px;
		width: 95%;
	}

	.marchBox .innerBox h4{
		font-size: 150%;
		text-align: center;
	}

	.marchBox .innerBox .marchlist{
		width: 100%;
		margin: 10px auto 0;
		border: 1px solid b_lue;
		text-align: center;
		position: relative;
		z-index: 20;
	}


	.marchBox .innerBox .marchlist .march{
		width: 43%;
		height: 100px;
		display: inline-block;
		margin: 4px 3px;
		border-radius: 8px;
		background: #F4F9FC;
		transition: 1.5s;
	}
	.marchBox .innerBox .marchlist .march:hover{
		background: #eef8ff;
		box-shadow: 0px 5px 14px -9px rgba(78,125,175,0.79);
	}


	.marchBox .innerBox .marchlist .march .roro{
		display: block;
		border: 1px solid r_ed;
		text-align: center;
		font-size: 90%;
		margin-top: 20px;
		color: #3D5772;
	}

	.marchBox .innerBox .marchlist .march .mName{
		display: block;
		border: 1px solid r_ed;
		text-align: center;
		font-size: 230%;
		margin-top: 10px;
		color: #3D5772;
		position: relative;
	}

/**4つめ**/
	.marchBox .innerBox .marchlist .t-35 .mName{
		display: block;
		border: 1px solid r_ed;
		text-align: center;
		font-size: 230%;
		margin-top: 10px;
		color: #3D5772;
		position: relative;
		height: 60px;
		top: -20px;
	}

	
	.marchBox .innerBox .marchlist .march .mName::after{
		content: "";
		background: url(../img/index/arrow_grey.png) no-repeat;
		background-position: right;
		display: inline-block;
		width: 25px;
		height: 8px;
		position: absolute;
		bottom: 9px;
		right: 10px;
		border: 1px solid b_lue;
	}




	
	.column01 {
		width: 94%;
		background-color: #F0F0F0;
		margin: 40px auto 160px;
		border-radius: 3px;
	}

	.column01 .txtBox {
		width: 250px;
		border: 1px solid b_lue;
		display: inline-block;
		margin-bottom: 50px;
	}

	.column01 .txtBox h4 {
		text-align: left;
		font-size: 200%;
		color: #4f5b69;
		font-family: 'yumin', serif;
	}
	.column01 .txtBox h4 img {
		display: block;
		margin-top: 40px;
		position: relative;
		right: 27px;
	}


	.column01 .txtBox .txt {
		width: 100%;
		margin: 40px 0 0 ;
		text-align: left;
		font-size: 110%;
		color: #4f5b69;
	}
	.column01 .clmimg {
		position: relative;
		left: 0px;
		top: 30px;
		height: 250px;
		width: 250px;
		object-fit: cover;
	}











}




/*------------------------------------------------------------
	02 提案力
------------------------------------------------------------*/



.tech_header .backimg2{
	height: 100%;
	background: url(../img/tech/head02.jpg) no-repeat;
	background-size: cover;
}


.content02 {
	position: relative;
}



.content02 .back_zu{
	border: 5px solid g_reen;
	position: absolute;
	background: url(../img/tech/zu2.gif) no-repeat;
	width: 560px;
	height: 590px;
	top: 100px;
	right: -150px;
}

.content02 .back_box01{
	border: 5px solid g_reen;
	position: absolute;
	background-color: #d6f4fc;
	opacity: .3;
	width: 220px;
	height: 1250px;
	top: -90px;
	left: 0;
}


.content02 .back_box02{
	border: 5px solid g_reen;
	position: absolute;
	background-color: #d6e6fc;
	opacity: .3;
	width: 550px;
	height: 450px;
	top: 750px;
	right: 0;
}


.content02 .back_box03{
	border: 5px solid g_reen;
	position: absolute;
	background-color: #d6f4fc;
	opacity: .3;
	width: 110px;
	height: 1550px;
	top: 0px;
	right: 0;
}







.content02 .tb03{
	width: 400px;
	top: -400px;
	left: 510px;
}

.content02 .tb03 .txt2{
	width: 340px;
	border: 2px solid b_lue;
	line-height: 1.9em;
	margin-left: 1.7em;
	margin-top: 2em;
	letter-spacing: 1px;
}



.img04{
	position: relative;
	top: -80px;
	right: 95px;
	border: 3px solid r_ed;
}

.tb04{
	position: relative;
	left: 160px;
}


.img05{
	position: relative;
	left: 220px;
	top: -30px;
}
/*IE hack*/
_:-ms-lang(x)::-ms-backdrop, .img05 {
	top: -1px;
}



.column02 {
	width: 528px;
	background-color: #F0F0F0;
	margin: 70px auto 0;
	margin-bottom: 200px;
	border-radius: 3px;
	padding: 40px 55px;
}

.column02 .name{
	display: inline-block;
	width: 235px;
	border: 1px solid r_ed;
	font-size: 145%;
	color: #4f5b69;
}

.column02 .name span{
	display: block;
	border: 1px solid r_ed;
	font-size: 70%;
	margin: 20px 0 10px;
	color: #4f5b69;
}


.column02 .portrait {
	display: inline-block;
	border: 1px solid r_ed;
	vertical-align: top;
}


.column02 .txt {
	width: 520px;
	border: 2px solid b_lue;
	line-height: 2.2em;
	margin-top: 3em;
}











/****スマホ表示**********************************/

@media all and (max-width: 750px) {


	.tech_header .backimg2{
		height: 100%;
		background: url(../img/tech/head02.jpg) no-repeat;
		background-size: cover;
	}
	
	
	.content02 {
		position: relative;
	}
	
	
	
	.content02 .back_zu{
		border: 5px solid g_reen;
		position: absolute;
		background: url(../img/tech/zu2.gif) no-repeat;
		width: 560px;
		height: 590px;
		top: 80px;
		right: -300px;
	}
	
	.content02 .back_box01{
		border: 5px solid g_reen;
		position: absolute;
		opacity: .3;
		width: 50px;
		height: 1250px;
		top: -90px;
		left: 0;
	}
	
	
	.content02 .back_box02{
		border: 5px solid g_reen;
		position: absolute;
		opacity: .3;
		width: 0px;
		height: 0px;
		top: 750px;
		right: 0;
	}
	
	
	.content02 .back_box03{
		border: 10px solid g_reen;
		position: absolute;
		opacity: .3;
		width: 210px;
		height: 250px;
		top: 820px;
		right: 0;
	}
	
	
	
	
	
	
	
	.content02 .tb03{
		width: 100vw;
		top: -30px;
		left: 0px;
		border: 2px solid p_ink;
	}
	
	.content02 .tb03 .txt2{
		border: 2px solid b_lue;
		width: 75%;
		line-height: 1.9em;
		margin-left: 50px;
		margin-top: 2em;
		font-size: 115%;
		z-index: 1;
		position: relative;
}
	
	
	
	.img04{
		position: relative;
		top: -80px;
		right: 60px;
		border: 3px solid r_ed;
	}
	
	.tb04{
		position: relative;
		left: 0px;
		border: 1px solid r_ed;
		margin: 40px 0 35px;
	}
	
	
	.img05{
		position: relative;
		left: 190px;
		top: 50px;
		width: 180px;
		border: 1px solid r_ed;
	}
	
	
	
	.column02 {
		width:65%;
		background-color: #F0F0F0;
		margin: 0 auto;
		margin-bottom: 130px;
		margin-top: 40px;
		border-radius: 3px;
		padding: 0px 45px 20px;
	}
	
	.column02 .name{
		display: inline-block;
		width: 120%;
		border: 1px solid r_ed;
		font-size: 145%;
		color: #4f5b69;
		margin-bottom: 1.5em;
		margin-top: 1em;
		margin-left: -1em;
	}
	
	.column02 .name span{
		display: block;
		border: 1px solid r_ed;
		font-size: 70%;
		margin: 25px 0 5px;
		color: #4f5b69;
	}
	
	
	.column02 .portrait {
		display: inline-block;
		border: 1px solid r_ed;
		vertical-align: top;
	}
	
	
	.column02 .txt {
		width: 120%;
		line-height: 1.9em;
		margin-left: -1.5em;
		margin-top: 0em;
		font-size: 115%;
		padding-bottom: 2em;
	}
	
	
	
	
}




/*------------------------------------------------------------
	採用情報
------------------------------------------------------------*/

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/

/*common.cssに記述



