@charset "utf-8";

/*--------------------------------------------*/
/*ヘッダーイメージ設定*/
#header_img {
	margin-top:0;
	background-color:#e1ddda;
}
#header_img p{
	margin:0 auto;
	width:1200px;
}

@media screen and (max-width:1199px){
#header_img p{
	width:100%;
}

}


/*--------------------------------------------*/
/*メインコンテンツ*/
#main {
	margin-bottom:20px;
}


/*セクション*/
.main_in{	
	margin:0 100px;
}


#main h2 {
	font-size: 200%;
	background-color: #43b149;	/*背景色*/
	color:#fff;
	padding:15px 50px 13px;
	margin-top:30px;
	margin-bottom:15px;
	border-radius:15px;
}

#main h2 span{
	font-size: 70%;
}


.purpose {
	font-size:136%;
	line-height:2;
	margin:10px 0;
}
.im_l{
	float:left;
}
.im_r{
	float:right;
}
.feature{
	float:left;
	text-indent:-1em;
	margin-left:1em;
	width:520px;
	font-size:136%;
	line-height:2;
}

/*サービス体系*/
.pic_line{
	border:1px solid #9fa0a0;
	clear:both;
}
.pic_list{
	float:left;
	margin:10px;
	width:321px;
}
.pic_list th{
	font-size:186%;
	line-height:1.3;
	width:210px;
}

.service{
	float:left;
	position:relative;
	width:58%;
	height:130px;
}
.service p{
	width:100%;
	position:absolute;
	font-size:135%;
	line-height:1.5em;
    top: 50%;
    left: 30px;
    transform: translate(-0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.people{
	width:70%;
	margin:30px 15%;
}



/*タブレット*/
@media screen and (min-width:600px) and (max-width:1199px){


#main {
	width:auto;
	margin:0 20px 20px;
}
#main h2 {
	font-size: 150%;
	padding:10px 20px 8px;
	margin-top:30px;
	margin-bottom:15px;
	border-radius:10px;
}
.main_in{	
	width: auto;	
	margin:0 20px;
}

.im_l{
	float:left;
	width:57%
}
.im_r{
	float:right;
	width:37%
}
.purpose {
	font-size:120%;
	line-height:2;
}
.feature{
	float:left;
	width:57%;
	font-size:120%;
	line-height:2;
}
.pic_list{
	float:left;
	margin:10px;
	width:40%;
}
.pic_list th{
	font-size:170%;
	line-height:1.3;
	width:190px;
}

.service{
	float:left;
	position:relative;
	width:55%;
	height:80px;
}
.service p{
	width:100%;
	position:absolute;
	font-size:115%;
	line-height:1.5em;
    top: 50%;
    left: 30px;
    transform: translate(-0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.people{
	width:90%;
	margin:30px 5%;
}

}


/*スマホ*/
@media screen and (max-width:599px){

#main {
	float: none;
	width:auto;
	margin:0 15px 20px;
}

#main h2 {
	font-size: 125%;
	padding:8px 20px 6px;
	margin-top:15px;
	margin-bottom:10px;
	border-radius:5px;
}
.main_in{	
	width: auto;	
	margin:0 ;
}
.purpose {
	font-size:100%;
	line-height:1.5;
}
.feature{
	width:auto;
	font-size:100%;
	line-height:1.5;
}
.im_r{
	margin:10px 0;
	float:right;
	width:60%
}
/*サービス体系*/
.pic_list{
	float:none;
	margin:10px auto;
	width:auto;
}
.pic_list th{
	font-size:160%;
	line-height:1.3;
	width:170px;
}
.service{
	float:none;
	clear:left;
	position:relative;
	width:auto;
	height:80px;
}
.service p{
	width:95%;
	position:absolute;
	font-size:100%;
	line-height:1.5em;
    top: 50%;
    left: 10px;
    transform: translate(-0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.people{
	width:95%;
	margin:20px 2%;
}

}