/*キービジュアル*/
.ourservices_kv{
	position:relative;aspect-ratio:1920 / 535;
}
.ourservices_kv_img{
	object-fit:cover;width:100%;
}
.ourservices_kv_title_div{
	max-width:1200px;width:100%;margin:0 auto;position:absolute;top:50%;left:45%;transform:translate(-50%, -50%);
	z-index:1;
}
.ourservices_kv_title_img{
	position:absolute;top:15px;left:7px;max-width:70%;
}


/*お仕事 x 3*/
.ourservices_main{
	background:#F7F8F8;
	padding:150px 0;box-sizing:border-box;
}
.ourservices_sub{
	background:#fff;
	padding:150px 0;box-sizing:border-box;
	max-width:1500px;width:90%;
	margin:0 auto;
}

.ourservices_flex_1{
	display:flex;justify-content:space-between;max-width:1200px;position:relative;margin:0 auto 0 auto;
	flex-direction:row-reverse;
}
.ourservices_flex_1_sub_1{
	max-width:661px;width:100%;position:relative;
}
.ourservices_flex_1_sub_2{
	max-width:485px;width:100%;border-radius:20px 0 0 20px;background-size:cover;
}
.ourservices_flex_1_sub_1_title{
	display:flex;align-items:center;padding:120px 0 0 0;font-size:35px;font-weight:bold;
}
.ourservices_flex_1_sub_1_text{
	font-size:16px;padding-left:3px;padding:0 0 0 0;line-height:200%;
}
.ourservices_flex_1_sub_2_img{
	max-width:100%;width:100%;
}
.ourservices_flex_1_sub_1_img{
	position:absolute;top:-0px;left:-150px;
}

.ourservices_flex_2{
	display:flex;justify-content:space-between;max-width:1200px;position:relative;margin:100px auto 0 auto;
}
.ourservices_flex_2_sub_1{
	max-width:661px;width:100%;position:relative;
}
.ourservices_flex_2_sub_2{
	max-width:485px;width:100%;border-radius:20px 0 0 20px;background-size:cover;
}
.ourservices_flex_2_sub_1_title{
	display:flex;align-items:center;padding:120px 0 0 0;font-size:35px;font-weight:bold;
}
.ourservices_flex_2_sub_1_text{
	font-size:16px;padding-left:3px;padding:0 0 0 0;line-height:200%;
}
.ourservices_flex_2_sub_2_img{
	max-width:100%;width:100%;
}
.ourservices_flex_2_sub_1_img{
	position:absolute;top:-0px;right:-150px;
}

.ourservices_flex_3{
	display:flex;justify-content:space-between;max-width:1200px;position:relative;margin:100px auto 0 auto;
	flex-direction:row-reverse;
}
.ourservices_flex_3_sub_1{
	max-width:661px;width:100%;position:relative;
}
.ourservices_flex_3_sub_2{
	max-width:485px;width:100%;border-radius:20px 0 0 20px;background-size:cover;
}
.ourservices_flex_3_sub_1_title{
	display:flex;align-items:center;padding:120px 0 0 0;font-size:35px;font-weight:bold;
}
.ourservices_flex_3_sub_1_text{
	font-size:16px;padding-left:3px;padding:0 0 0 0;line-height:200%;
}
.ourservices_flex_3_sub_2_img{
	max-width:100%;width:100%;
}
.ourservices_flex_3_sub_1_img{
	position:absolute;top:-50px;left:-180px;
}



@media screen and (max-width:1024px) {

/*お仕事 x 3 1024*/
.ourservices_main{
	background:#F7F8F8;
	padding:150px 0;box-sizing:border-box;
}
.ourservices_sub{
	background:#fff;
	padding:150px 0;
	width:95%;box-sizing:border-box;
	margin:0 auto;
}

.ourservices_flex_1{
	display:block;
	width:95%;
	margin:0 auto;
}
.ourservices_flex_1_sub_1{
	max-width:100%;
}
.ourservices_flex_1_sub_2{
	max-width:100%;
}
.ourservices_flex_1_sub_1_title{
	display:flex;align-items:center;padding:0;font-size:35px;font-weight:bold;
}
.ourservices_flex_1_sub_1_text{
	font-size:16px;padding-left:3px;padding:0 0 0 0;line-height:200%;
}
.ourservices_flex_1_sub_2_img{
	max-width:100%;width:100%;
}
.ourservices_flex_1_sub_1_img{
	position:static;
}

.ourservices_flex_2{
	display:block;
	width:95%;
	margin:50px auto 0 auto;
}
.ourservices_flex_2_sub_1{
	max-width:100%;
}
.ourservices_flex_2_sub_2{
	max-width:100%;
}
.ourservices_flex_2_sub_1_title{
	display:flex;align-items:center;padding:0;font-size:35px;font-weight:bold;
}
.ourservices_flex_2_sub_1_text{
	font-size:16px;padding-left:3px;padding:0 0 0 0;line-height:200%;
}
.ourservices_flex_2_sub_2_img{
	max-width:100%;width:100%;
}
.ourservices_flex_2_sub_1_img{
	position:static;
}

.ourservices_flex_3{
	display:block;
	width:95%;
	margin:50px auto 0 auto;
}
.ourservices_flex_3_sub_1{
	max-width:100%;
}
.ourservices_flex_3_sub_2{
	max-width:100%;
}
.ourservices_flex_3_sub_1_title{
	display:flex;align-items:center;padding:0;font-size:35px;font-weight:bold;
}
.ourservices_flex_3_sub_1_text{
	font-size:16px;padding-left:3px;padding:0 0 0 0;line-height:200%;
}
.ourservices_flex_3_sub_2_img{
	max-width:100%;width:100%;
}
.ourservices_flex_3_sub_1_img{
	position:static;
}


}

@media screen and (max-width:784px) {
.ourservices_main{
	padding:50px 0;
}
.ourservices_sub{
	padding:50px 0;
}
.ourservices_flex_1_sub_1_title{
	font-size:25px;	
}
.ourservices_flex_1_sub_1_title img{
	width:50px;
}

.ourservices_flex_2_sub_1_title{
	font-size:25px;	
}
.ourservices_flex_2_sub_1_title img{
	width:50px;
}
	
.ourservices_flex_3_sub_1_title{
	font-size:25px;	
}
.ourservices_flex_3_sub_1_title img{
	width:50px;
}
}

@media screen and (max-width:500px) {

}

@media screen and (max-width:430px) {


}