.pagelink_card.role-group .pagelink_card_block a {
	background-color: var(--pink);
}
.org_pic {
    border: 2px solid var(--black);
    background-color: var(--white);
    text-align: center;
    padding: 1.75em;
    border-radius: 20px;
    margin-top: 30px;
}
.business_list {
	margin-top: var(--minsize50);
}
.business_staff {
	width: clamp(265px , calc(265 / var(--breakpoint) * 100vw), 265px);
	margin: 0 auto 30px auto;
	text-align: center;
}
.business_staff .fukidashi {
	margin-bottom: var(--minsize50);
	}
.business_staff .fukidashi::before {
	left: 40%;
	top: auto;
	bottom: -22px;
	transform: rotateY(-180deg) !important;
}
table.business_list_icon {
	margin-bottom: 30px;
	border-top: 1px solid var(--black);
}
table.business_list_icon th {
	width: 100px;
	padding: 1em 0;
}
table.business_list_icon th,
table.business_list_icon td {
	border-bottom: 1px solid var(--black);
	vertical-align: middle;
}
table.business_list_icon td {
	padding: 1em 0 1em 1em;
}
table.business_list_icon td dt {
	font-size: 20px;
	color: var(--green1);
	font-weight: bold;
	margin-bottom: .5em;
}
.border_box {
	border: 2px solid var(--black);
	background-color: var(--white);
	border-radius: 20px;
	padding: 1.5em;
}
.bg_green .border_box {
	margin-top: var(--minsize50);
}
.border_box.ability .ability_graph {
	padding: 50px 0 0 0;
}
.ability .ability_txt h4 {
	font-size: clamp(18px ,calc(22 / var(--breakpoint) * 100vw), 22px);
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 1em;
}
.graph_radar {
	width: 79.73vw;
	aspect-ratio: 363 / 305;
    margin: 0 auto;
    background: url("../images/bg_radar.png") no-repeat center / contain;
	position: relative;
	display: block;
}
.radar {
	width: 54.6vw;
	aspect-ratio: 1 / 1;
	background: rgba(var(--green1-rgb), 0.5);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.radar.graph01,.radar.graph02 {
	clip-path: polygon(50% 10%, 85% 15%, 100% 50%, 85% 85%, 50% 100%, 15% 85%, 0 50%, 15% 15%);
}
.radar.graph03 {
	clip-path: polygon(50% 0, 85% 15%, 100% 50%, 85% 85%, 50% 100%, 15% 85%, 0 50%, 15% 15%);
}
.radar.graph04 {
	clip-path: polygon(50% 9.5%, 79% 21%, 100% 50%, 85% 85%, 50% 100%, 15% 85%, 10% 50%, 21% 21%);
}
.radar.graph05 {
	clip-path: polygon(50% 20%, 79.5% 21.5%, 91% 50%, 79% 79%, 50% 91%, 22% 79%, 20% 50%, 29% 29%);
}
.radar.graph06 {
	clip-path: polygon(50% 30%, 72% 28%, 70% 50%, 79% 79%, 50% 81%, 29% 71%, 30% 50%, 36% 36%);
}
.radar.graph07 {
	clip-path: polygon(50% 30%, 72% 28%, 81% 50%, 79% 79%, 50% 81%, 29% 71%, 30% 50%, 36% 36%);
}
.radar.xyz-in {
	 animation: radarAnim 1.5s forwards;
}
@keyframes radarAnim {
  0% { clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);}
  100% {clip-path: polygon(0, 0, 0, 0, 0, 0, 0, 0);}
}
.business_check figure {
	text-align: center;
}
.business_check {
	margin: var(--minsize50) auto;
}
.business_check .border_box {
	width: 100%;
	display: block;
	padding: 1.5em 1em;
	margin-bottom: var(--minsize50);
}
.li_check li {
	padding-left: 35px;
	position: relative;
	margin-bottom: 1em;
	font-weight: bold;
}
.li_check li:last-child {
	margin-bottom: 0;
}
.li_check li::before {
	content: " ";
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: .25em;
	background-image: url('../images/bg_chek.svg');
	background-repeat: no-repeat;
}
table.gyoumu {
	width: 100%;
}
table.gyoumu th {
	font-weight: 500;
	vertical-align: top;
	padding: .5em 0;
	position: relative;
}
table.gyoumu th span {
	position: absolute;
	right: 0;
	background-color: var(--green1);
	color: var(--white);
	font-size: 14px;
	padding: 0 2em;
	border-radius: 1.5em;
}
table.gyoumu td {
	vertical-align: middle;
}
@media only screen and (max-width: 751px){
    .org_pic {
        margin: 30px auto var(--minsize50) auto;
    }
    .org_pic picture img {
		width: 100%;
        max-width: 380px;
    }
	.business_check figure img {
		width: 100%;
	}
}
@media only screen and (min-width: 751px){
    .pagelink_card.role-group .pagelink_card_block:nth-child(1) {
		grid-column-start: 1;
		grid-column-end: 4;
	}
	.pagelink_card.role-group .pagelink_card_block:nth-child(1) a {
		position: relative;
	}
	.pagelink_card.role-group .pagelink_card_block:nth-child(1) p {
		padding-left: min(30.11vw, 280px);
	}
	.pagelink_card.role-group .pagelink_card_block:nth-child(1) picture {
		float: left;
		overflow: hidden;
		padding: 0 min(3.23vw, 30px);
		position: absolute;
		top: 1em;
		left: min(6.46vw, 60px);
	}
	.pagelink_card.role-group .pagelink_card_block:nth-child(1) h3 {
		margin-bottom: 1.5em;
	}
	.business_staff {
		margin: 0;
	}
	.business_staff .fukidashi {
		font-size: min(calc(16 / var(--breakpoint) * 100vw), 16px);
	}
	.business_list .business_box {
		width: min(calc(550 / var(--breakpoint) * 100vw), 550px);
	}
	.business_list {
		display: flex;
		justify-content: space-between;
	}
	table.business_list_icon {
		margin-bottom: 0;
	}
	table.business_list_icon th {
		width: 140px;
		text-align: center;
		padding: 1em;
	}
	table.business_list_icon td {
		padding: 1em 1em 1em 0;
	}
	.border_box.ability {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		margin-bottom: 0;
	}
	.border_box.ability .ability_txt {
		width: min(calc(395 / var(--viewport) * 100vw), 395px);
	}
	.border_box.ability .ability_graph {
		padding: 40px 0;
		margin-left: 35px;
	}
	.graph_radar li {
		font-size: 16px;
	}
	.graph_radar {
		width: min(calc(364 / var(--viewport) * 100vw), 364px);
	}
	.radar {
		width: min(calc(250 / var(--viewport) * 100vw), 250px);
	}
	.business_check {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.business_check .border_box {
		width: min(calc(520 / var(--viewport) * 100vw), 520px);
		padding: min(calc(35 / var(--viewport) * 100vw), 35px) min(calc(50 / var(--viewport) * 100vw), 50px);
		margin-bottom: 0;
	}
	.business_check figure {
		float: right;
		width: min(calc(360 / var(--viewport) * 100vw), 360px);
	}
}