@charset "utf-8";

#page .images {
	padding-top: 50px;
}
#page .images .align .text p {
	margin: 0 0 50px 0;
}
#page .images .align .text p span {
	display: block;
	padding: 10px 0 0 0;
}

#work .img1 {
	background: url("../images/Work_culture1.png") no-repeat center;
}
#work .img2 {
	background: url("../images/Work_culture2.png") no-repeat center;
}
#work .img3 {
	background: url("../images/Work_culture3.png") no-repeat center;
}
#work .img4 {
	background: url("../images/Work_culture4.png") no-repeat center;
}

#education .img1 {
	background: url("../images/Work_education1.png") no-repeat center;
}
#education .img2 {
	background: url("../images/Work_education2.png") no-repeat center;
}
#education .img3 {
	background: url("../images/Work_education3.png") no-repeat center;
}
#education .img4 {
	background: url("../images/Work_education4.png") no-repeat center;
}

/*........../ COMPANY DATA /..........*/
#data {
	padding: 50px 0 30px 0;
	margin: -50px auto -100px auto;
}
#data .wrap {
	margin: 50px auto 100px auto;
}
#data .align {
	width: 195px;
	text-align: center;
	border-bottom: #000 1px solid;
}
#data .align p {
	margin-bottom: 10px;
	line-height: 4ex;
}
#data .align p b {
	font-weight: bold;
	font-size: 5.5rem;
	margin-right: 5px;
}

/*........../ PEOPLE /..........*/
#people .content {
	position: relative;
	margin-bottom: 100px;
}
#people .BG {
	background: rgb(181,251,221);
background: linear-gradient(90deg, rgba(181,251,221,1) 0%, rgba(0,191,119,1) 55%, rgba(0,91,255,1) 100%);
	opacity: 0.2;
	width: 90%;
	position: absolute;
	z-index: -5;
	top: 100px;
	right: 0;
	height: 450px;
}
#people .BG2 {
	background: rgb(255,177,0);
background: linear-gradient(90deg, rgba(255,177,0,1) 0%, rgba(135,255,42,1) 55%, rgba(255,255,144,1) 100%);
	opacity: 0.2;
	width: 90%;
	position: absolute;
	z-index: -5;
	top: 100px;
	right: 0;
	height: 450px;
}
#people .flex {
	max-width: 1000px;
}
#people .text {
	width: 400px;
	margin-top: 100px;
}
#people .text h3 {
	font-size: 1.6rem;
	color: #00bab3;	
	margin-bottom: 10px;
	font-family: "font_B";
	font-weight: normal;
}
#people .text p{
	margin-bottom: 10px;
}
#people .text .p{
	margin-bottom: 50px;
	color: #4d4d4d;
	font-size: 19px;
	line-height: 30px;
}

#people .text hr {
	width: 80px;
}
#people .img {
	height: 500px;
	width: 50%;
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	#people .text {
	width: 410px;
}
	#people .BG,#people .BG2 {
	width: 97%;
}	
	#people01 .text,
	#people03 .text,
	#people05 .text,
	#people07 .text {
	width: 340px;
	padding-left: 30px;
}	
	#people02 .text,
	#people04 .text,
	#people06 .text {
	width: 340px;
	padding-right: 30px;
}
	
}
#people01 .img {
	background: url("../images/service_1.png") no-repeat center;
}
#people02 .img {
	background: url("../images/service_2.png") no-repeat center;
}
#people03 .img {
	background: url("../images/service_3.png") no-repeat center;
}
#people04 .img {
	background: url("../images/service_4.png") no-repeat center;
}
#people05 .img {
	background: url("../images/service_5.png") no-repeat center;
}
#people06 .img {
	background: url("../images/service_6.png") no-repeat center;
}
#people07 .img {
	background: url("../images/service_7.png") no-repeat center;
}
#people .details {
	width: 650px;
	margin: 50px auto 80px auto;
}
#people .details p span {
	display: block;
}