.sustainability-hero {
	height: 51.875rem;
	overflow: hidden-x;
}

.sustainability-hero__bg-wrapper {
	align-items: center;
	background: url(../img/decor/hero_back.jpg) no-repeat center center/cover;
	display: flex;
	height: 51.875rem;
	justify-content: center;
	left: calc((100% - 100vw) / 2);
	position: absolute;
	width: 100vw;
}

.sustainability-hero__bg-ribbon {
	display: flex;
	height: 64.84375vw;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	transition: width 1s;
	width: 0;
}

.sustainability-hero__bg-ribbon picture {
	aspect-ratio: 1280/830;
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw;
}

.sustainability-hero__bg-ribbon picture source,
.sustainability-hero__bg-ribbon picture img {
	width: 100%;
}

.sustainability-hero__bg-ribbon.--scrolled {
	width: 100%;
}

.sustainability-hero__bg-shape {
	position: absolute;
	right: 0;
	top: 0;
}

.sustainability-hero__title {
	left: 5.125rem;
	position: absolute;
	top: 4.375rem;
}

.sustainability-hero__title h1 {
	color: #f56924;
	font-size: 4rem;
	font-weight: 600;
}

.sustainability-hero__title span {
	color: #f56924;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 2;
	margin-top: 1.8125rem;
}

.sustainability-hero__subtitle {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	left: 5.375rem;
	position: absolute;
	top: 15.1875rem;
}

.sustainability-hero__subtitle .sustainability-hero__subtitle-text {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.2;
}

.sustainability-hero__subtitle .sustainability-hero__subtitle-description {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875;
}

.sustainability-importance {
	margin-top: 6.375rem;
	bakckground-color: #fff;
	position: relative;
	z-index: 1;
}

.sustainability-importance__title {
	color: #f56924;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.125;
	text-align: center;
}

.sustainability-importance__items {
	display: flex;
	gap: 6.4375rem;
	justify-content: center;
	margin-left: -3.125rem;
	margin-top:0;
}

.sustainability-importance-item {
	text-align: center;
}

.sustainability-importance-item__image {
	height: 18rem;
	margin-inline: auto;
	width: 23rem;
}

.sustainability-importance-item__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.sustainability-importance-item__title {
	display: block;
	font-size: 2rem;
	font-weight: 600;
	line-height: normal;
	margin-top: 0;
}

.sustainability-importance-item__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875;
	margin-top: 0.625rem;
}

.sustainability-example {
	margin-top: 7.5625rem;
	text-align: center;
}

.sustainability-example__title {
	color: #f56924;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.125;
	text-align: center;
}

.sustainability-example__items {
	display: flex;
	flex-direction: column;
	gap: 4.8125rem;
	margin-bottom: 11.8125rem;
	margin-top: 3.375rem;
}

.sustainability-example-item__title-wrapper {
	text-align: left;
}

/*横並び修正*/
/* タイトル行を横並び＋縦中央 */
.sustainability-example-item__title-wrapper{
  display: flex;
  align-items: center; 
  gap: .75rem;    
}

/* h3本体の余白をリセットして、行高を安定させる */
.c-sustainability-example-title{
  margin: 0;
  line-height: 1.4;
}

/* 左のオレンジ丸（疑似要素で作る場合） */
.c-sustainability-example-title::before{
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  background: #f56924;  
  flex: 0 0 auto;
}

.sustainability-example-item__cards {
	display: flex;
	gap: 9.4375rem;
	padding-left: 2.3125rem;
	  justify-content: center; /* ⬅ 横方向で中央寄せ */
  gap: 2rem;               /* カード同士の間隔 */
  flex-wrap: wrap;         /* スマホで折り返す */
  margin: 0 auto;          /* 保険的に中央寄せ */
  text-align: center; 
}

.sustainability-example-item__card {
	position: relative;
	text-align: left;
}

.sustainability-example-item__card-graph-wrapper {
	height: 15.5rem;
	margin-left: 0.5625rem;
	margin-top: 1.9375rem;
	width: 15.5625rem;
}

.sustainability-example-item__card-graph-wrapper img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.sustainability-example-item__card-text {
	bottom: 0.125rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875;
	position: absolute;
	right: -7.75rem;
}

.sustainability-example-item.--health {
	margin-top: 1.5625rem;
}

.sustainability-example-item.--health .sustainability-example-item__content {
	display: flex;
	gap: 8.5rem;
}

.sustainability-example-item.--health .sustainability-example-item__content-text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875;
	margin-top: 1.5625rem;
	padding-left: 2.5625rem;
text-align: left;
}

.sustainability-example-item.--health .sustainability-example-item__content-image {
	height: 11.5rem;
	margin-top: 1rem;
	width: 13.6875rem;
}

.sustainability-example-item.--health .sustainability-example-item__content-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.sustainability-example-item.--with-image.--1st {
	margin-top: 1.5625rem;
}

.sustainability-example-item.--with-image.--2nd {
	margin-top: 5.9375rem;
}

.sustainability-example-item.--with-image.--3rd {
	margin-top: 5.9375rem;
}

.sustainability-example-item.--with-image .sustainability-example-item__content {
	display: flex;
	gap: 1.5625rem;
}

.sustainability-example-item.--with-image .sustainability-example-item__content-text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875;
	margin-top: 2rem;
	width: 33rem;
text-align: left;
}

.sustainability-example-item.--with-image .sustainability-example-item__content-image {
	height: 15.875rem;
	margin-top: -7.125rem;
	position: relative;
	width: 28.25rem;
}

.sustainability-example-item.--with-image .sustainability-example-item__content-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	border-radius: 0.625rem;
	object-fit: cover;
}

.sustainability-example-item.--with-image .sustainability-example-item__content-image::before {
	background-color: #ff8144;
	border-radius: 0.625rem;
	bottom: -1.125rem;
	content: "";
	left: 1rem;
	position: absolute;
	right: -1rem;
	top: 1.125rem;
	z-index: -1;
}

@media screen and (max-width: 769px) {
.sustainability-hero {
	height: 22.625rem;
}

.sustainability-hero__bg-wrapper {
	height: 100%;
}

.sustainability-hero__bg-ribbon {
	height: 40rem;
}

.sustainability-hero__bg-ribbon picture {
	aspect-ratio: 774/747;
	height: 22.625rem;
}

.sustainability-hero__bg-shape {
	bottom: -5.625rem;
	left: 0;
	top: auto;
}

.sustainability-hero__title {
	left: 1.5rem;
	right: 0;
	text-align: left;
	top: 1rem;
}

.sustainability-hero__title h1 {
	font-size: 1.6875rem;
}

.sustainability-hero__title span {
	font-size: 1rem;
	line-height: normal;
	margin-top: 0.625rem;
display:inline-block;
}

.sustainability-hero__subtitle {
	align-items: flex-start;
	gap: 0.625rem;
	left: 1.25rem;
	right: 0;
	top: 5.4375rem;
}

.sustainability-hero__subtitle .sustainability-hero__subtitle-text {
	font-size: 1rem;
	text-align: left;
}

.sustainability-hero__subtitle .sustainability-hero__subtitle-description {
	font-size: 0.9375rem;
	max-width: 18.75rem;
	text-align: left;
	width: 100%;
}

.sustainability-importance {
	margin-top: 3.75rem;
}

.sustainability-importance__title {
	font-size: 1.5rem;
	line-height: normal;
}

.sustainability-importance__items {
	align-items: center;
	flex-direction: column;
	gap: 1.25rem;
	margin-left: 0;
	margin-top: 0.9375rem;
}

.sustainability-importance-item__title {
	font-size: 1.25rem;
}

.sustainability-importance-item__text {
	font-size: 0.875rem;
	line-height: 1.5;
}

.sustainability-example {
	margin-top: 5rem;
}

.sustainability-example__title {
	font-size: 1.5rem;
	line-height: normal;
}

.sustainability-example__items {
	gap: 3.75rem;
	margin-bottom: 6.25rem;
	margin-top: 1.875rem;
}

.sustainability-example-item__cards {
	flex-direction: column;
	gap: 0.625rem;
	padding-left: 0;
}

.sustainability-example-item__card-graph-wrapper {
	height: 9.375rem;
	margin-inline: auto;
	margin-top: 0.9375rem;
	width: 9.375rem;
}

.sustainability-example-item__card-text {
	bottom: -2.625rem;
	left: 50%;
	right: auto;
	transform: translateX(-50%);
}

.sustainability-example-item.--health .sustainability-example-item__content {
	flex-direction: column;
	gap: 1rem;
}

.sustainability-example-item.--health .sustainability-example-item__content-text {
	padding-left: 0;
	text-align: left;
	width: 100%;
	font-size:.9rem;
}

.sustainability-example-item.--health .sustainability-example-item__content-image {
	margin-inline: auto;
	margin-top: 0;
}

.sustainability-example-item.--with-image.--1st {
	margin-top: 0rem;
}

.sustainability-example-item.--with-image.--2nd {
	margin-top: 0rem;
}

.sustainability-example-item.--with-image.--3rd {
	margin-top: 0rem;
}

.sustainability-example-item.--with-image .sustainability-example-item__content {
	flex-direction: column;
	gap: 1rem;
}

.sustainability-example-item.--with-image .sustainability-example-item__content-text {
	margin-top: 1rem;
	padding-left: 0;
	text-align: left;
	width: 100%;
	font-size:.9rem;
}

.sustainability-example-item.--with-image .sustainability-example-item__content-image {
	margin-top: 0;
}

.sustainability-example-item.--with-image .sustainability-example-item__content-image::before {
	border-radius: 0.5rem;
	bottom: -0.5rem;
	left: 0.5rem;
	right: -0.5rem;
	top: 0.5rem;
}

.sustainability-example-item.--with-image .sustainability-example-item__content-image {
	aspect-ratio: 454/254;
	height: auto;
	width: 100%;
}

.sustainability-example-item.--with-image .sustainability-example-item__content-image img {
	border-radius: 0.5rem;
}}

.c-sustainability-example-title {
  font-weight: 600;
font-size: 1.5rem;
}

@media screen and (max-width: 769px){
.c-sustainability-example-title {
  font-weight: 600;
font-size: .9rem;
}}

.c-sustainability-example-item__card-title{
  font-weight: 600;
}