@charset "utf-8";


/* 推進体制
------------------------------------------------------------------*/
.sustaina_framework_activity {
	list-style: square;
	margin: 0.5em 0 0 2em;
}

/* ステークホルダーとのコミュニケーション
------------------------------------------------------------------*/

/* 各ステークホルダーとエンゲージメントの取り組み */
.sustaina_stakeholders .subcell br {
	display: none;
}

.sustaina_stakeholders td .c-textlink {
	margin: -0.2em 0 0 0.5em;
}

@media screen and (max-width:767px) {
	.sustaina_stakeholders .subcell br {
		display: inline;
	}
}

/* Benesseステークホルダーダイアログ */
.sustaina_stakeholders_dialogue {
	& .c-quaternaryHeading::before {
		content: '■';
		margin-right: 0.2em;
	}

	& .stakeholders_toggle_btn {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 60px;
		margin-top: 30px;
		padding: 0 25px;
		font-size: 2.0rem;
		line-height: 1.4;
		font-family: var(--font-koburina-w6);
		border: solid 1px #ccc;
		border-radius: 10px;
		cursor: pointer;

		& svg {
	    flex-shrink: 0;
	    transition: transform 0.3s ease-in-out 0s;
	    &.stakeholders_open {
				transform: rotateX(180deg);
	    }
		}
	}
}

/* 財団の活動 */
.sustaina_stakeholders_foundation figure {
	margin-top: 30px;
}


/* イニシアティブへの参画
------------------------------------------------------------------*/
.sustainability_initiative .catchLv2 {
	display: block;
	margin: 0 0 0.5em 0;
	font-size: 2.0rem;
	color: #6e777f;
	font-family: var(--font-koburina-w6);
}

@media screen and (max-width:767px) {
	.sustainability_initiative .catchLv2 {
		font-size: calc(16.58px + 0.444vw);
		line-height: 1.5;
	}
}
