/* Group */

#group_list .group_pane {
	width: 48%;
	width: 46.5%;
}
#group_list .group_pane:nth-of-type(odd) {
	clear: both;
	float: left;
}
#group_list .group_pane:nth-of-type(even) {
	float: right;
}

#group_summary_text {
	float: left;
	width: 58%;
}
#group_summary_data {
	float: right;
	padding-left: 6%;
	width: 36%;
	border-left: solid 1px #ddd;
}
#group_logo {
	margin: 0 auto 2em auto;
	width: 60%;
	max-width: 200px;
}
#group_category {
	margin-bottom: 1.5em;
}
#group_category li {
	float: left;
	width: 31%;
}
#group_category li:nth-of-type(2) {
	margin: 0 3.5%;
}
#group_category li .category {
	display: block;
	padding: 0.8em 0.5em 0.75em 0.5em;
	font-size: 0.86rem;
	font-weight: 500;
	border-radius: 6px;
}
.group_data:not(:last-of-type) {
	margin-bottom: 1.5em;
}
#group_address li,
#group_corporation li {
	margin-bottom: 0.25em;
	line-height: 1.6em;
	font-size: 0.85em;
}
#group_corporation li .label {
	margin-right: 0.35em;
}
#group_site {
	margin-top: 1.25em;
	font-size: 0.9em;
}
#group_summary_data .note {
	margin-top: -1em !important;
	font-size: 0.75em !important;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}
#group_sns li {
	float: left;
	width: 24px;
}
#group_sns li:not(:last-of-type) {
	margin-right: 18px;
}
.group_business_slide {
	border: 1px solid #e0e0e0;
	border: 1px solid #e6e6e6;
	border-radius: 14px;
	border-radius: 7px;
	background: #fff;
}
.group_business_slide a {
	display: block;
	text-decoration: none !important;
}
.group_business_slide_image {
	position: relative;
	border-radius: 7px;
	overflow: hidden;
	min-height: 180px;
}
.group_business_section {
	position: absolute;
	right: 15px;
	top: 15px;
	padding: 0.5em 1em 0.4em 1em;
	font-size: 0.75em;
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	background: #111;
	border-radius: 200px;
}
.group_business_slide_text {
	padding: 2em;
}
.group_business_slide_text h4 {
	margin-bottom: 0.5em;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.03em;
}
.group_business_slide_text p {
	font-size: 0.85em;
	line-height: 1.7em;
}

/*
.group_business_dept_pane {
	float: left;
	margin-bottom: 1.5em;
	padding: 2.5em;
	width: 48.5%;
	border-radius: 7px;
	background: #f0f0f0;
	overflow: hidden;
}
.group_business_dept_pane:nth-of-type(odd) {
	clear: both;
	float: left;
}
.group_business_dept_pane:nth-of-type(even) {
	float: right;
}
*/
.group_business_dept {
	margin-bottom: 3.5em;
	padding-bottom: 3.5em;
	border-bottom: solid 1px #eee;
}
.group_business_dept_desc {
	position: sticky;
	top: 120px;
	float: left;
	width: 25%;
}
.group_business_dept_desc h4 {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: solid 2px #111;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: 0.03em;
}
.group_business_dept_desc p {
	font-size: 1em;
	font-size: 0.95em;
	line-height: 1.9em;
}
.group_business_dept_desc .button a {
	padding-right: 2.4em;
	padding-right: 2.7em;
	font-size: 0.9em !important;
}
.group_business_dept_desc .button a::before {
	position: absolute;
	top: 50%;
	right: 15px;
	left: auto;
	transform: translateY(-50%);
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/common/icon_more.png) no-repeat center / 100%;
}
.group_business_dept_works {
	float: right;
	width: 68%;
	overflow: hidden;
}
.group_business_dept_work_pane {
	padding: 1.5em 1.5em 1.5em 2em;
	border-radius: 12px;
	background: #f0f0f0;
	overflow: hidden;
}
.group_business_dept_work_pane:not(:last-of-type) {
	margin-bottom: 1.5em;
}
.group_business_dept_work_pane h4 {
	margin-bottom: 0.5em;
	font-size: 1.05em;
	font-weight: 500;
	letter-spacing: 0.03em;
}
.group_business_dept_work_pane p {
	font-size: 0.86em;
	line-height: 1.8em;
}
.group_business_dept_work_image {
	float: right;
	width: 260px;
}
.group_business_dept_work_image img {
	border-radius: 5px;
	overflow: hidden;
}
.w_image .group_business_dept_work_text {
	float: left;
	width: calc(100% - 300px);
}


.group_company_pane {
	position: relative;
	float: left;
	width: 30%;
	text-decoration: none;
	color: #909090 !important;
	border: 1px solid #ebebec;
	border-radius: 18px;
	background: #ebebec;
	transition: all 300ms ease-in-out;
	letter-spacing: 0.075em;
	overflow: hidden;
}
.group_company_pane:nth-last-of-type(n + 4) {
	margin-bottom: 3em;
}
.group_company_pane:nth-of-type(3n - 1) {
	margin: 0 5%;
}
.group_company_pane:nth-of-type(3n + 1) {
	clear: both;
}
.group_company_pane_text {
	padding: 1.5em 2em 2em 2em;
}
.group_company_pane_text h3 {
	margin-bottom: 0.25em;
	font-size: 1em;
}
.group_company_pane_text h4 {
	margin-bottom: 0.75em;
	font-size: 0.8em;
	font-weight: 500;
	line-height: 1.6em;
}
.group_company_pane_text ul {
	font-size: 0.8em;
	line-height: 1.6em;
	overflow-wrap: anywhere;
}
.group_company_pane_text a {
	color: #909090 !important;
}

@media screen and (max-width: 1000px) and (min-width: 601px) {
	
	.group_business_dept_work_image {
		float: none;
		margin-bottom: 1.5em;
		width: 100%;
	}
	.w_image .group_business_dept_work_text {
		float: none;
		width: 100%;
	}
	
}