@charset "UTF-8";


/*side menu*/
.g-sideNav_child > ul {
	padding: 20px 10px 20px 48px;
	border-top: 1px solid #ccc;
}

.g-sideNav_child > ul > li:not(:first-child) {
	margin: 10px 0 0;
}

.g-sideNav_child > ul > li > a {
	color: #666;
	font-size: 1.4rem;
	line-height: 1.5;
	text-decoration: none;
	display: block;
	position: relative;
}

.g-sideNav_child > ul > li > a:hover {
	text-decoration: underline;;
}

.g-sideNav_child > ul > li > a.is-focus_active {
	color: #004d87;
	font-weight: 500;
}

.g-sideNav_child > ul > li > a:before {
	content: '';
	width:0;
	height:0;
	margin: .35em 0 0 -12px;
	border-style:solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #004D87;
	position: absolute;
	top: 0;
	left: 0;
}


/*index menu*/
.-row2 > .c-pageList_item {
	width: calc(100% / 2);
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.-row2 > .c-pageList_item {
		width: calc(100% / 1);
	}
}

.c-pageList.-row4 .c-pageList_list {
	width: calc(100% / 4);
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.c-pageList.-row4 .c-pageList_list {
		width: calc(100% / 1);
	}
}

/*human_rights*/
.human_rights_steps {
	position: relative;
}

.human_rights_steps .green {
	color: #009D85;
}

.human_rights_steps > * {
	position: relative;
	z-index: 10;
}

.human_rights_steps:after {
	content: '';
	height: 100%;
	border-right: 2px dashed #009D85;
	position: absolute;
	top: 0;
	left: calc(60px / 2);
}

.human_rights_steps .step_icon {
	width: 90px;
	padding: 0 30px 0 0;
	position: relative;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
}

.human_rights_steps .step_icon_last:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	transform: translate(0,1px);
}

.human_rights_steps .step_icon figure {
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	inset: 0;
}

.human_rights_steps .step_icon img {
	width: 100%;
	position: relative;
	z-index: 10;
}

.human_rights_steps .step_icon_first:before,
.human_rights_steps .step_icon_last:before {
	content: '';
	width: 100%;
	height: 50%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.human_rights_steps .step_icon_last:before {
	top: auto;
	bottom: 0;
}

.human_rights_steps .-check_list {
	line-height: 1.5;
	margin-top: .5em;
	padding: 0 0 0 1.25em;
	background: url("/assets/img/sustainability/icon_check_01.svg") no-repeat left 0 top .1em / 1.25em auto;
}

.human_rights_steps .-check_list:first-child {
	margin-top: 0;
}

.human_rights_steps .-check_list_none {
	background-image: url("/assets/img/sustainability/icon_check_02.svg");
}

/*policy*/
.l-suspolicy .c-section_link a {
	margin-left: 24px;
	display: inline-block;
}

.l-suspolicy .c-section_link a .u-icon--type_pdf {
	margin-left: -24px;
}






/*english index*/
:lang(en) .c-section--bg_gray:last-child,
:lang(en) .c-section--bg_blueL:last-child {
	margin-bottom: 0;
}

.-head_alignment li {
	text-indent: 0;
	margin-left: 1.5em;
}

.-head_alignment li:before {
	margin: 0 0 0 -.5em;
}











