@charset "utf-8";


.side_txt .left_img{
	float: left; 
	padding: 0 25px 20px 0;
}
.side_txt .right_img{
	float: left; 
	padding: 0 0 20px 0;
}
#cnt_office .side_photo{
	width: 414px; 
	height: 464px;
}
.GLG_photo .glg_first{ 
	width: 525px; 
	height: 315px;
}
.GLG_photo .glg_second{
	width: 219px; 
	height: 315px; 
}
.wide_full span.pc-only{
	display: block;
}
.wide_full span.sp-only{
	display: none;
}


@media (max-width: 767px){
	#cnt_office{
		width: 90%;
		display: flex;
		flex-wrap: wrap;
	}
	#cnt_office img{
		order: 2;
	}
	#cnt_office .side_txt{
		order: 1;
		width: 100% !important;
		margin-left: 0;
		margin-bottom: 40px;
	}
	#cnt_office .side_txt div{
		width: calc(50% - 3px);
		text-align: center;
	}
	.side_txt .left_img{
		float: none;
		display: inline-block;
		padding-right: 0;
	}
	.side_txt .right_img{
		float: none;
		display: inline-block;
	} 
	#cnt_office .side_photo{
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}
	.GLG_photo{
		width: 100% !important;
		padding-left: 0 !important;	
		display: flex;
		flex-wrap: wrap;
		row-gap: 10px;
	}
	.GLG_photo div{
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	.GLG_photo .glg_first{
		order: 2;
		width: 85%;
		height: auto;
		padding: 0;
	}
	.GLG_photo .glg_second{
		order: 1;
		width: 50%;
		height: auto;
		padding: 0;
	}
	.GLG_photo .glg_first_img{ 	
		width: 100%;
		height: auto;
	}
	.GLG_photo .glg_second_img{
		width: 100%;
		height: auto;
	}
	.wide_full span.pc-only{
		display: none;
	}
	.wide_full span.sp-only{
		display: block;
	}
	.wide_full span.glg_lead{
		padding-left: 0;
	}

}