@charset "utf-8";
.contents_wrap1000 {
		padding-top: 55px;
		font-weight: 500;
}
.stakeholder_lead {
		line-height: 1.8;
		margin: 0 0 35px;
}
.stakeholder_flex {
		display: flex;
		margin: 0 0 110px
}
.stakeholder_left {
		width: 500px;
		margin-right: 10px;
}
.stakeholder_left img {
		width: 100%;
		height: auto;
}
.stakeholder_right {
		flex: 1
}
.stakeholder_tbl {
		display: flex;
		align-items: center;
		font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		font-weight: 500;
		font-size: 14px;
		margin: 0 0 15px;
}
.stakeholder_tbl:lang(en) {
		font-family: 'Roboto', sans-serif;
}
.stakeholder_right .stakeholder_tbl:last-child {
		margin-bottom: 0;
}
.stakeholder_tbl dt {
		width: 28%;
		text-align: center;
		color: #004ea2;
}
.stakeholder_tbl dd {
		flex: 1;
		padding-left: 15px;
		border-left: 1px solid #a5abb3;
}
.stakeholder_tbl dd ul {
		margin-left: 1em;
}
.stakeholder_tbl dd li {
		list-style: none;
		position: relative;
		line-height: 1.6;
		margin: 0 0 5px;
}
.stakeholder_tbl dd li::after {
		content: '・';
		display: block;
		position: absolute;
		top: 0;
		left: -1em;
}
.stakeholder_tbl dd ul li:last-child {
		margin-bottom: 0;
}
.stakeholder_tbl.stakeholder_tbl_hdr dt {
		padding-right: 5px;
}
.stakeholder_tbl.stakeholder_tbl_hdr dt span {
		margin-right: 7px;
}
.stakeholder_tbl.stakeholder_tbl_hdr dt span, .stakeholder_tbl.stakeholder_tbl_hdr dd span {
		display: flex;
		justify-content: center;
		align-items: center;
		background: #004ea2;
		color: #fff;
		border-radius: 60px;
		height: 32px;
}
.stakeholder_tbl.stakeholder_tbl_hdr dd {
		border-left: none;
		padding-left: 5px;
}
.sedex_catch {
		color: #004ea2;
		font-size: 24px;
		font-weight: 500;
		line-height: 1.8;
		padding-bottom: 15px;
		margin-bottom: 25px;
		border-bottom: 1px solid #dadce0;
}
.sedex_lead {
		line-height: 1.8;
		margin: 0 0 50px;
}
.sedex_col {
		background: #f6f6f7;
		padding: 55px;
		margin-top: 60px;
}
.sedex_hd {
		font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		font-size: 20px;
		font-weight: 500;
		color: #004ea2;
		margin: 0 0 25px;
		line-height: 1.8;
}
.sedex_hd:lang(en) {
		font-family: 'Roboto', sans-serif;
}
.sedex_logo {
		font-size: 20px;
		max-width: 500px;
		margin: 0 0 20px;
}
.sedex_logo img {
		width: 100%;
		height: auto;
}
.sedex_col p {
		line-height: 1.8;
		font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		font-weight: 500;
}
.sedex_col p:lang(en) {
		font-family: 'Roboto', sans-serif;
}
.sedex_col .notes {
		margin-top: 20px;
		font-size: 85%;
}
.sedex_sdgs_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	line-height: 1.8;
}
.sedex_sdgs_list dt {
	width: 40px;
	margin-bottom: 5px;
	white-space: nowrap;
}
.sedex_sdgs_list dd {
	width: calc(100% - 50px);
	margin-bottom: 5px;
}
.sedex_sdgs_list_btns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	list-style: none;
}
.sedex_sdgs_list_btns li {
}
.sedex_sdgs_list_btns li a {
	background: #f6f6f7;
	height: 100px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	color: #004ea2;
	text-decoration: none;
	padding: 0 35px;
	position: relative;
}
.sedex_sdgs_list_btns li a span {
	display: inline-block;
	transform: translateY(1px);
	z-index: 5;
}
.sedex_sdgs_list_btns li a .link_btn {
	position: absolute;
	right: 35px;
	top: calc(50% - 20px);
}
.sedex_sdgs_list_btns li a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #004ea2;
	transform-origin: left center;
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	transform: scaleX(0);
}
@media (hover: hover) {
		a:hover .link_btn::before {
				transform: scale(1.3)
		}
		.sedex_sdgs_list_btns li a:hover::before {
				transform: scaleX(1);
		}
		.sedex_sdgs_list_btns li a:hover {
				color: #fff;
		}
		.sedex_sdgs_list_btns li a:hover .link_btn::after {
				border-color: transparent transparent transparent #fff;
		}
}

[id] {
	scroll-margin-top: 110px;
}

@media(min-width: 1101px) {
		.stakeholder_tbl.stakeholder_tbl_hdr dt span br {
				display: none;
		}
}
@media(max-width: 1100px) {
		.stakeholder_left {
				width: 45%;
		}
		.stakeholder_tbl.stakeholder_tbl_hdr dt span, .stakeholder_tbl.stakeholder_tbl_hdr dd span {
				line-height: 1.3;
				height: 46px;
				text-align: center;
		}
}
@media(max-width: 1023px) {
		.contents_wrap1000 {
				padding-top: 55px;
				font-weight: 500;
		}
		.stakeholder_lead {
				margin: 0 0 35px;
		}
		.stakeholder_flex {
				display: block;
				margin: 0 auto 80px;
				max-width: 600px;
		}
		.stakeholder_left {
				width: auto;
				margin: 0 auto 30px;
				max-width: 500px;
		}
		.stakeholder_tbl {
				margin: 0 0 15px;
		}
		.stakeholder_tbl dt {
				width: 28%;
		}
		.stakeholder_tbl dd {
				padding-left: 15px;
				border-left: 1px solid #a5abb3;
		}
		.stakeholder_tbl dd li {
				list-style: none;
				position: relative;
				line-height: 1.6;
				margin: 0 0 8px;
		}
		.stakeholder_tbl.stakeholder_tbl_hdr dt span, .stakeholder_tbl.stakeholder_tbl_hdr dd span {
				border-radius: 10px;
		}
		.stakeholder_tbl.stakeholder_tbl_hdr dd {
				border-left: none;
				padding-left: 5px;
		}
		.sedex_catch {
				font-size: 18px;
				font-weight: 500;
				line-height: 1.8;
				padding-bottom: 15px;
				margin-bottom: 25px;
				border-bottom: 1px solid #dadce0;
		}
		.sedex_lead {
				margin: 0 0 50px;
		}
		.sedex_col {
				padding: 25px;
				margin-top: 40px;
		}
		.sedex_hd {
				font-size: 18px;
				margin: 0 0 25px;
		}
		.sedex_logo {
				max-width: 500px;
				margin: 0 0 20px;
		}
}
@media(max-width: 767px) {
		.contents_wrap1000 {
				padding-top: 30px;
		}

		.sedex_sdgs_list_btns {
			gap: 10px;
			grid-template-columns: 1fr;
		}

		[id] {
			scroll-margin-top: 80px;
		}
}