section.ceo{
	height: 500px;
	background-image: url("../img/about/bgCeoPc.png");
	background-repeat: no-repeat;
	position: relative;
}
div.ceo{
	width: 50%;
	/*float: right;*/
	position: absolute;
	right: 0;
}
h1{
	width: 256px;
	margin: 0 auto;
}
h1 img{
	width: 100%;
}
h2.catch img{
	width: 796px;
}
div.ceo img.photo{
	display: none;
}
/*h2.ceo img{
	width: 100%;
}*/
section.voice div.voice-inner{
	height: 860px;
	background-image: url("../img/about/bgVoice.png");
	background-repeat: no-repeat;
	position: relative;
}

article.worker1,
article.worker2,
article.worker3,
article.worker4{
	width: 475px;
	height: 400px;
	position: absolute;	
	background-size: contain;
	background-repeat: no-repeat;
}
article.worker1{
	top: 0px;
    left: -15px;
	background-image: url("../img/about/worker1.png");
}
article.worker1 p{
    margin-top: 152px;
    margin-left: 132px;
    margin-right: 26px;
}
article.worker2{
    top: 8px;
    left: 484px;
	background-image: url("../img/about/worker2.png");
}
article.worker2 p{
	margin-top: 152px;
    margin-left: 164px;
}
article.worker3{
    top: 437px;
    left: 0;
	background-image: url("../img/about/worker3.png");
}
article.worker3 p{
    margin-top: 144px;
    margin-left: 26px;
    margin-right: 138px;
}
article.worker4{
    top: 443px;
    left: 484px;
	background-image: url("../img/about/worker4.png");
}
article.worker4 p{
    margin-top: 144px;
    margin-left: 29px;
    margin-right: 136px;
}

@media screen and (max-width: 768px){
	h2.catch img{
		width: 100%;
	}
	h2.ceo img{
		width: 100%;
	}
	section.ceo{
		height: auto;
		background-image: none;
		position: static;
	}
	div.ceo{
		width: 100%;
		position: static;
		/*height: 700px;*/
	}
	div.ceo h2 img{
		width: 100%;
	}
	div.ceo img.photo{
		display: block;
		width: 100%;
	}
	section.voice div.voice-inner{
		height: 1900px;
		background-image: none;
		/*position: static;*/
	}
	section.voice h2{
		margin-bottom: 0;
	}
	section.voice h2 img{
		margin-bottom: 20px;
	}
	article.worker1,
	article.worker2,
	article.worker3,
	article.worker4{
		width: 100%;
		/*position: static;*/
		background-position: top;
	}
	article.worker1{
		height: 450px;
		top: 0;
		left: 0;
	}
	article.worker2{
		height: 450px;
		top: 480px;
		left: -20px;
	}
	article.worker3{
		height: 500px;
		top: 950px;
		left: 0;
	}
	article.worker4{
		height: 500px;
		top: 1476px;
		left: 0;
	}
	article.worker1 p{
/*		position: static;
		margin: 0;
		padding-top: 107px;
		margin-left: 104px;*/
	    margin-top: 33%;
	    margin-left: 28%;
	    margin-right: 31px;
	}
	article.worker2 p{
	    margin-top: 32%;
	    margin-left: 34%;		
	}
	article.worker3 p{
/*		position: static;
		margin: 0;
	    padding-top: 110px;
	    margin-right: 114px;*/		
	    margin-top: 31%;
	    margin-right: 30%;	
	    margin-left: 18px;

	}
	article.worker4 p{
	    margin-top: 31%;
	    margin-right: 29%;
	    margin-left: 22px;
	}
}