@charset "UTF-8";

/* ------------------------------------------------
                 Sustainability
--------------------------------------------------- */
footer .cont-inn {
	border-top: none !important;
}
@media (max-width: 768px) {
    footer {
		border-top: none !important;
	}
}

/*---------- 共通 ----------*/
/* ページタイトル */
.sec-page-ttl {
	width: 100%;
	padding: 20px 0 66px;
	border-top: 4px solid var(--color-green);
	position: relative;
}
.sec-page-ttl::before {
	content: '';
	width: 45%;
	max-width: 550px;
	height: 4px;
	background: var(--color-blue);
	position: absolute;
	top: -4px;
	left: 0;
}

.page-ttl-en {
	margin-bottom: 10px;
	color: var(--color-txt-green);
	text-align: center;
	font-size: 2.3rem;
    font-weight: 500;
	line-height: 1.73;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
}
.page-ttl {
	color: var(--color-black);
	text-align: center;
	font-size: 3.8rem;
    font-weight: 500;
	line-height: 1.05;
}



/* セクションタイトル */
.sec-ttl-en {
	margin-bottom: 10px;
	color: var(--color-txt-green);
	font-size: 1.7rem;
    font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
}
.sec-ttl {
	color: var(--color-black);
	font-size: 2.3rem;
    font-weight: 500;
	line-height: 1.73;
}
.sec-lead-txt {
	margin-bottom: 80px;
	color: var(--color-txt-darkgray);
	font-size: 1.9rem;
    font-weight: 400;
	line-height: 1.85;
}


.txt-marker {
	padding-left: 5px;
	background: #FFFF80;
	display: inline;
}

@media (max-width: 768px) {
	/* ページタイトル */
	.sec-page-ttl {
		width: 100%;
		padding: 0 0 11.73vw;
		border-top: none;
	}
	.sec-page-ttl::before {
		content: none;
	}
	.sec-page-ttl .breadcrumb-wrap {
		margin-bottom: 4vw;
	}

	.page-ttl-en {
		margin-bottom: 1.33vw;
		font-size: var(--fs-sp-17);
		line-height: 1.35;
	}
	.page-ttl {
		font-size: var(--fs-sp-23);
		line-height: 1.73;
	}
	
	
	/* セクションタイトル */
	.sec-ttl-en {
		margin-bottom: 2vw;
		font-size: var(--fs-sp-17);
	}
	.sec-ttl {
		font-size: var(--fs-sp-23);
	}
	.sec-lead-txt {
		margin-bottom: 21.33vw;
		font-size: var(--fs-sp-17);
	}
	
	
	.txt-marker {
		padding-left: 1.33vw;
	}
}



/*---------- 環境・安全・品質 トップ ----------*/
.sec-sustainability {
	width: 100%;
	padding: 0 0 110px;
	position: relative;
}
.sustainability-mv {
	width: 100%;
	height: 25vw;
	margin-bottom: 75px;
	background: url("../../img/sustainability/img_sustainability_top.jpg") center top no-repeat;
	background-size: 100%;
	position: relative;
}

/* リスト */
.sustainability-list {
	width: 100%;
}
.sustainability-list-cont {
	width: calc((100% - 45px) / 2);
	margin-bottom: 60px;
}
.sustainability-list-cont:nth-child(2n) {
	margin-left: 45px;
}
.sustainability-list-cont:last-child {
	margin-bottom: 110px;
}

.sustainability-list-head {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #3A7A68;
	justify-content: space-between;
	align-content: flex-start;
}
.sustainability-list-icon {
	width: 80px;
}
.sustainability-list-ttl-wrap {
	width: calc(100% - 110px);
}
.sustainability-list-ttl-en {
	margin-bottom: 5px;
	color: var(--color-txt-green);
	font-size: 1.7rem;
    font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
}
.sustainability-list-ttl {
	color: var(--color-black);
	font-size: 2.3rem;
    font-weight: 500;
	line-height: 1.73;
	transition: 0.3s ease-in-out;
}

.sustainability-list-links {
	width: 100%;
}
.sustainability-list-links li {
	width: 50%;
	margin-top: 20px;
}
.sustainability-list-links li a {
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.70;
	position: relative;
}
.sustainability-list-links li a::after {
	content: '';
	width: 0;
	height: 1px;
	background: var(--color-txt-darkgray);
	position: absolute;
	bottom: -8px;
	left: 0;
	transition: 0.3s ease-in-out;
}
@media (min-width: 769px) {
	.sustainability-list-links li a:hover::after {
		width: 100%;
	}
}


.sec-sgh-link {
	width: 100%;
	padding: 110px 0;
}
.sgh-link {
	width: 470px;
	margin: 0 auto;
	padding-bottom: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid rgba(68, 68, 68, 0.2);
}
.sgh-link img {
	width: 62px;
	margin-right: 18px;
	position: relative;
	top: 0;
	transition: 0.3s ease-in-out;
}
.sgh-link span {
	padding-right: 88px;
	display: inline-block;
	text-align: left;
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 1.57;
	position: relative;
	top: 0;
	transition: 0.3s ease-in-out;
}
.sgh-link span::before {
	content: '';
	width: 60px;
	height: 60px;
	background: var(--color-sghblue);
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 30px);
	right: 0;
	transition: 0.3s ease-in-out;
}
.sgh-link span::after {
	content: '';
	width: 60px;
	height: 60px;
	background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
	background-size: 22px;
	position: absolute;
	top: calc(50% - 30px);
	right: 0;
	transition: 0.3s ease-in-out;
}

@media (min-width: 769px) {
	.sgh-link:hover img, 
	.sgh-link:hover span{
		top: -10px;
	}
	.sgh-link:hover span, 
	.sgh-link:hover span::before, 
	.sgh-link:hover span::after {
		opacity: 0.7;
	}
    
}

@media (max-width: 768px) {
	.sec-sustainability {
		width: 100%;
		padding: 0 0 29.33vw;
	}
	.sustainability-mv {
		width: 100%;
		height: 60vw;
		margin-bottom: 9.86vw;
		background: url("../../img/sustainability/img_sustainability_top.jpg") center top no-repeat;
		background-size: 150%;
	}
	
	
	/* リスト */
	.sustainability-list {
		width: 100%;
	}
	.sustainability-list-cont {
		width: 100%;
		margin-bottom: 16vw;
	}
	.sustainability-list-cont:nth-child(2n) {
		margin-left: 0;
	}
	.sustainability-list-cont:last-child {
		margin-bottom: 29.33vw;
	}

	.sustainability-list-head {
		width: 100%;
		padding-bottom: 5.33vw;
		margin-bottom: 5.33vw;
	}
	.sustainability-list-icon {
		width: 16vw;
	}
	.sustainability-list-ttl-wrap {
		width: calc(100% - 21.33vw);
	}
	.sustainability-list-ttl-en {
		margin-bottom: 1.33vw;
		font-size: var(--fs-sp-17);
	}
	.sustainability-list-ttl {
		font-size: var(--fs-sp-23);
		line-height: 1.52;
	}

	.sustainability-list-links {
		width: 100%;
	}
	.sustainability-list-links li {
		width: 100%;
		margin-top: 3.2vw;
	}
	.sustainability-list-links li:first-child {
		margin-top: 0;
	}
	.sustainability-list-links li a {
		font-size: var(--fs-sp-15);
		font-weight: 500;
	}
	

	.sec-sgh-link {
		width: 100%;
		padding: 29.33vw 0;
		background: #fff;
	}

	.sgh-link {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 5vw;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		border-bottom: 1px solid rgba(68, 68, 68, 0.2);
	}
	.sgh-link img {
		width: 18vw;
		margin-right: 0;
		margin-bottom: 4vw;
	}
	.sgh-link span {
		padding-right: 20vw;
		font-size: 5.2vw;
	}
	.sgh-link span::before {
		content: '';
		width: 15vw;
		height: 15vw;
		position: absolute;
		top: calc(50% - 7.5vw);
		right: 0;
		transition: 0.3s ease-in-out;
	}
	.sgh-link span::after {
		content: '';
		width: 15vw;
		height: 15vw;
		background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
		background-size: 6vw;
		position: absolute;
		top: calc(50% - 7.5vw);
		right: 0;
		transition: 0.3s ease-in-out;
	}
}



/*---------- ボタン ----------*/
.sec-btn-area {
	width: 100%;
	padding: 50px 0 80px;
	background: var(--color-lightgray);
	position: relative;
	z-index: 2;
}
.btn-wrap {
	width: 100%;
	align-items: center;
	justify-content: center;
}
.btn-link {
	width: 260px;
	height: 60px;
	padding-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background: #fff;
	font-weight: 500;
	position: relative;
}
.btn-link::before {
	content: '';
	width: 60px;
	height: 60px;
	background: var(--color-green);
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 30px);
	right: 0;
	transition: 0.3s ease-in-out;
}
.btn-link::after {
	content: '';
	width: 60px;
	height: 60px;
	background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
	background-size: 22px;
	position: absolute;
	top: calc(50% - 30px);
	right: 0;
	transition: 0.3s ease-in-out;
}

.btn-link + .btn-link {
	margin-left: 200px;
}


.btn-back {
	width: 260px;
	height: 60px;
	padding-left: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background: #fff;
	font-weight: 500;
	position: relative;
}
.btn-back::before {
	content: '';
	width: 60px;
	height: 60px;
	background: var(--color-green);
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 30px);
	left: 0;
	transition: 0.3s ease-in-out;
}
.btn-back::after {
	content: '';
	width: 60px;
	height: 60px;
	background: url("../../img/common/icon_arrow_back_w.svg") center center no-repeat;
	background-size: 22px;
	position: absolute;
	top: calc(50% - 30px);
	left: 0;
	transition: 0.3s ease-in-out;
}

@media (min-width: 769px) {
	.btn-link:hover::before {
		content: '';
		width: 55px;
		height: 55px;
		background: var(--color-sghblue);
		border-radius: 50%;
		position: absolute;
		top: calc(50% - 27.5px);
		right: 5px;
	}
	.btn-link:hover::after {
		content: '';
		width: 55px;
		height: 55px;
		background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
		background-size: 22px;
		position: absolute;
		top: calc(50% - 27.5px);
		right: 5px;
	}
	
	.btn-back:hover::before {
		content: '';
		width: 55px;
		height: 55px;
		background: var(--color-sghblue);
		border-radius: 50%;
		position: absolute;
		top: calc(50% - 27.5px);
		left: 5px;
	}
	.btn-back:hover::after {
		content: '';
		width: 55px;
		height: 55px;
		background: url("../../img/common/icon_arrow_back_w.svg") center center no-repeat;
		background-size: 22px;
		position: absolute;
		top: calc(50% - 27.5px);
		left: 5px;
	}
    
}


@media (max-width: 1100px) {
	.btn-link + .btn-link {
		margin-left: 15%;
	}
}


@media (max-width: 768px) {
	.sec-btn-area {
		width: 100%;
		padding: 13.33vw 0 21.33vw;
		background: var(--color-lightgray);
		position: relative;
		z-index: 2;
	}
	.btn-wrap {
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	.btn-link {
		width: 80%;
		height: 15vw;
		padding-right: 3vw;
		border-radius: 8vw;
	}
	.btn-link::before {
		content: '';
		width: 15vw;
		height: 15vw;
		position: absolute;
		top: calc(50% - 7.5vw);
		right: 0;
		transition: 0.3s ease-in-out;
	}
	.btn-link::after {
		content: '';
		width: 15vw;
		height: 15vw;
		background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
		background-size: 6vw;
		position: absolute;
		top: calc(50% - 7.5vw);
		right: 0;
		transition: 0.3s ease-in-out;
	}

	.btn-link + .btn-link {
		margin-left: 0;
		margin-top: 12vw;
	}

    
	.btn-back {
		width: 80%;
		height: 15vw;
		padding-left: 3vw;
		border-radius: 8vw;
	}
	.btn-back::before {
		content: '';
		width: 15vw;
		height: 15vw;
		position: absolute;
		top: calc(50% - 7.5vw);
		left: 0;
		transition: 0.3s ease-in-out;
	}
	.btn-back::after {
		content: '';
		width: 15vw;
		height: 15vw;
		background: url("../../img/common/icon_arrow_back_w.svg") center center no-repeat;
		background-size: 6vw;
		position: absolute;
		top: calc(50% - 7.5vw);
		left: 0;
		transition: 0.3s ease-in-out;
	}
}





/* ------------------------------------------------
              Sustainability detail
--------------------------------------------------- */
.bg-gray {
	background: var(--color-lightgray) !important;
}
.bg-lightgreen {
	background: var(--color-lightgreen) !important;
}

/*---------- 詳細ページタイトル ----------*/
.sec-page-ttl.sustainability-detail {
	width: 100%;
	padding: 30px 0 0;
	border-top: none;
	position: relative;
}
.sec-page-ttl.sustainability-detail::before {
	content: none;
}
.sustainability-icon {
	width: 50%;
	max-width: 80px;
	margin: -20px auto 30px;
}

.sustainability-detail-ttl-wrap {
	width: max-content;
	margin: 0 auto 30px;
}
.sustainability-detail-ttl-wrap .page-ttl-en {
}
.sustainability-detail-ttl-wrap .page-ttl {
}

.sustainability-detail-mv-wrap {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.page-main-copy {
	text-align: center;
	font-size: 1.7rem;
    font-weight: 600;
	line-height: 2;
	letter-spacing: 0.05em;
}
.page-main-txt {
	margin-top: 15px;
	text-align: center;
	color: var(--color-txt-gray);
}


@media (max-width: 768px) {
	.sec-page-ttl.sustainability-detail {
		width: 100%;
		padding: 2vw 0 0;
		background: #fff;
	}
	.sec-page-ttl.sustainability-detail .breadcrumb-wrap {
		margin-bottom: 8vw;
	}

	.sustainability-detail-ttl-wrap {
		width: 100%;
		max-width: initial;
		margin: 0 auto 8.79vw;
	}
	.sustainability-detail-ttl-wrap .page-ttl-en {
		margin-bottom: 1.33vw;
		font-size: var(--fs-sp-17);
	}
	.sustainability-detail-ttl-wrap .page-ttl {
		font-size: var(--fs-sp-23);
	}
	
	.sustainability-icon {
		width: 50%;
		max-width: 21.33vw;
		margin: 0 auto 8vw;
	}

	
	.sustainability-detail-mv-wrap {
		width: 100%;
		max-width: initial;
		margin: 0 auto;
		padding-bottom: 16vw;
	}

	.page-main-copy {
		text-align: left;
		font-size: var(--fs-sp-17);
	}
	.page-main-txt {
		text-align: left;
		margin-top: 4vw;
	}

}


/*---------- アンカーリンク ----------*/
.sec-anchor-link {
	width: 100%;
	padding: 70px 0 60px;
}
.anchor-link-list {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
}
.anchor-link-list li {
	margin-right: 30px;
	margin-bottom: 30px;
}
.anchor-link-list li:last-child {
	margin-right: 0;
}
.anchor-link-list li a {
	display: inline-block;
	padding: 12px 30px;
	background: var(--color-green);
	border: 1.5px solid var(--color-green);
	border-radius: 40px;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1;
	transition: 0.3s ease-in-out;
}


.anchor-link-list.is-white li a  {
	background: #fff;
	border: 1.5px solid var(--color-green);
	color: var(--color-txt-green);
}

@media (min-width: 769px) {
	.anchor-link-list li a:hover {
		background: #fff;
		color: var(--color-txt-green);
	}
	.anchor-link-list.is-white li a:hover  {
		background: var(--color-green);
		color: #fff;
	}
}

@media (max-width: 768px) {
	
	.sec-anchor-link {
		width: 100%;
		padding: 0 0 10.66vw;
		background: #fff;
	}
	.anchor-link-list {
		width: calc(100% - 9.06vw);
		max-width: initial;
		align-items: center;
		justify-content: flex-start;
	}
	.anchor-link-list li {
		margin-right: 4vw;
		margin-bottom: 5.33vw;
	}
	.anchor-link-list li.sp-mr0, 
	.anchor-link-list li:last-child {
		margin-right: 0;
	}
	.anchor-link-list li a {
		display: inline-block;
		padding: 1.33vw 2.66vw;
		border: none;
		border-radius: 10.66vw;
		font-size: var(--fs-sp-14);
		line-height: 1.52;
	}
}



/*---------- MV ----------*/
.sec-environment, 
.sec-safety, 
.sec-quality {
	width: 100%;
	padding: 110px 0;
	position: relative;
}
.environment-bg-effect {
	width: 100%;
	height: 100%;
	background: url("../../img/sustainability/environment/bg_environment_pc.jpg") top center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}
.environment-bg-effect {
	animation: bg-fadein 0.5s ease forwards;
	animation-delay: 0.3s;
}
@keyframes bg-fadein {
    100% { opacity: 1;}
}

.sustainability-detail-box {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto 100px;
	padding: 40px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.sustainability-detail-box:last-child {
	margin-bottom: 0;
}
.sustainability-detail-box:nth-of-type(2n) {
	flex-direction: row-reverse;
}

.sec-environment .sustainability-detail-box, 
.sec-safety .sustainability-detail-box, 
.sec-quality .sustainability-detail-box {
	opacity: 0;
}
.sec-environment .sustainability-detail-box.is-effect-on, 
.sec-safety .sustainability-detail-box.is-effect-on, 
.sec-quality .sustainability-detail-box.is-effect-on {
	animation: box-fadein 0.5s ease forwards;
	animation-delay: 0.6s;
}
@keyframes box-fadein {
    100% { opacity: 1;}
}

/* テキストエリア */
.sustainability-detail-txt-wrap {
	width: calc(100% - 330px);
}

.sustainability-detail-ttl {
	margin-bottom: 30px;
	padding-left: 35px;
	align-items: center;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1;
	position: relative;
}
.sustainability-detail-ttl::before {
	content: '';
	width: 20px;
	height: 20px;
	background: linear-gradient(#025FAD, #00905F);
	border-radius: 50%;
	position: absolute;
	top: 0.25em;
	left: 0;
}
.sustainability-detail-ttl span {
	display: inline-block;
	margin-left: 15px;
	color: var(--color-txt-green);
	font-size: 1.7rem;
}
.sustainability-detail-ttl span.is-wide {
	width: calc(100% + 35px);
	display: block;
	margin-top: 18px;
	margin-left: -35px;
}

.sustainability-detail-lead-txt {
	margin-bottom: 25px;
	font-size: 1.7rem;
	font-weight: 600;
}
.sustainability-detail-txt {
	margin-bottom: 50px;
	color: var(--color-txt-gray);
	line-height: 1.8;
}
.sustainability-detail-img-scroll {
	margin-bottom: 50px;
}

.sustainability-detail-sdgs {
	width: max-content;
	margin: 0 auto 0 0;
	display: block;
	padding: 20px;
	background: #fff;
}
.sustainability-detail-box:nth-of-type(2n) .sustainability-detail-sdgs {
	margin: 0 0 0 auto;
}
.sdgs-ttl {
	margin-bottom: 15px;
	font-weight: 600;
	color: var(--color-txt-green);
}
.sdgs-list li {
	width: 120px;
}
.sdgs-list li + li {
	margin-left: 15px;
}

@media (max-width: 1080px) {
	.sustainability-detail-sdgs {
		width: 100%;
		padding: 1.85vw;
	}
	.sdgs-list li {
		width: 10.18vw;
	}
	.sdgs-list li + li {
		margin-left: 1.36vw;
	}
}
@media (max-width: 987px) {
	.sustainability-detail-sdgs {
		width: 100%;
		padding: 1.85vw;
	}
	.sdgs-list li {
		width: 14vw;
	}
	.sdgs-list li + li {
		margin-left: 0;
	}
	.sdgs-list li:nth-child(2n) {
		margin-left: 1.66vw;
	}
	.sdgs-list li:nth-child(n + 3) {
		margin-top: 1.66vw;
	}
}


/* 画像エリア */
.sustainability-detail-img-wrap {
	width: 300px;
	position: relative;
}
.sustainability-detail-case-ttl {
	padding: 8px;
	display: inline-block;
	color: #fff;
	background: var(--color-green);
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.sustainability-detail-slide-wrap {
	position: relative;
}
.sustainability-detail-slide-wrap .sustainability-detail-slide img {
	margin-bottom: 20px;
}
.sustainability-detail-slide-wrap:not(.not-slide) .sustainability-detail-slide img {
	margin-bottom: 52px;
}

.sustainability-detail-slide-ttl {
	margin-bottom: 10px;
	font-weight: 500;
}
.sustainability-detail-slide-txt {
	color: var(--color-txt-gray);
	line-height: 1.8;
}


/* slider dots */
.sustainability-detail-slide-wrap .slick-dots {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 235px;
	left: 0;
}
.sustainability-detail-slide-wrap .slick-dots li {
	display: block;
}
.sustainability-detail-slide-wrap .slick-dots li + li {
	margin-left: 10px;
}
.sustainability-detail-slide-wrap .slick-dots li button {
	width: 12px;
	height: 12px;
	display: block;
	margin: 0;
	border: 1px solid var(--color-green);
	background: #fff;
	border-radius: 50%;
	font-size: 0;
	color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
	box-sizing: border-box;
}
.sustainability-detail-slide-wrap .slick-dots li.slick-active button {
	background: var(--color-green);
}
	
/* slider arrows */
.sustainability-detail-slide-wrap .slide-arrow {
	width: auto;
	height: auto;
	position: absolute;
	top: 100px;
	z-index: 5;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.5rem;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	color: var(--color-green);
	cursor: pointer;
}
.sustainability-detail-slide-wrap .slide-arrow.arrow-prev {
	background: none;
	left: 3px;
	transform: rotate(90deg);
}
.sustainability-detail-slide-wrap .slide-arrow.arrow-next {
	background: none;
	right: 3px;
	transform: rotate(-90deg);
}

.sec-bottom-img {
	width: 100%;
	height: 700px;
}
.sec-bottom-img.bottom-img-safety {
	background: url("../../img/sustainability/safety/bg_bottom_pc.jpg") top center no-repeat;
	background-size: cover;
}
.sec-bottom-img.bottom-img-quality {
	background: url("../../img/sustainability/quality/bg_bottom_pc.jpg") top center no-repeat;
	background-size: cover;
}
@media (max-width: 1200px) {
	.sec-bottom-img {
		height: 48.61vw;
	}
}

@media (max-width: 768px) {
	.sec-environment, 
	.sec-safety, 
	.sec-quality {
		width: 100%;
		padding: 35.46vw 0;
		position: relative;
	}
	.environment-bg-effect {
		width: 100%;
		height: 100dvh;
		position: fixed;
		background: url("../../img/sustainability/environment/bg_environment_sp.jpg") top center no-repeat;
		background-size: cover;
		z-index: -1;
	}

	.sustainability-detail-box {
		width: 100%;
		max-width: initial;
		margin: 0 auto 13.33vw;
		padding: 10.666vw 4.8vw 16vw;
		justify-content: flex-start;
		flex-direction: column;
		position: relative;
		z-index: 2;
	}
	.sustainability-detail-box:nth-of-type(2n) {
		flex-direction: column;
	}
	

	/* テキストエリア */
	.sustainability-detail-txt-wrap {
		width: 100%;
	}

	.sustainability-detail-ttl {
		margin-bottom: 8vw;
		padding-left: 10.66vw;
		display: block;
		font-size: var(--fs-sp-23);
	}
	.sustainability-detail-ttl::before {
		content: '';
		width: 5.33vw;
		height: 5.33vw;
		position: absolute;
		top: 0.2em;
	}
	.sustainability-detail-ttl span, 
	.sustainability-detail-ttl span.is-wide {
		width: calc(100% + 10.66vw);
		display: block;
		margin-top: 5.33vw;
		margin-left: -10.66vw;
		font-size: var(--fs-sp-17);
		line-height: 1.47;
	}

	.sustainability-detail-lead-txt {
		margin-bottom: 4vw;
		font-size: var(--fs-sp-17);
	}
	.sustainability-detail-txt {
		margin-bottom: 10.66vw;
	}
	.sustainability-detail-img-scroll {
		width: 100%;
		margin-bottom: 13.33vw;
		overflow: auto;
	}
	.sustainability-detail-img-scroll img {
		min-width: 900px;
	}


	.sustainability-detail-sdgs {
		max-width: 100%;
		margin: 10.66vw auto 0;
		padding: 5.33vw;
	}
	.sustainability-detail-box:nth-of-type(2n) .sustainability-detail-sdgs {
		margin: 21.33vw auto 0;
	}
	.sdgs-ttl {
		margin-bottom: 4vw;
	}
	.sdgs-list li {
		width: 32vw;
	}
	.sdgs-list li + li {
		margin-left: 0;
	}
	.sdgs-list li:nth-child(2n) {
		margin-left: 4vw;
	}
	.sdgs-list li:nth-child(n + 3) {
		margin-top: 4vw;
	}


	/* 画像エリア */
	.sustainability-detail-img-wrap {
		width: 100%;
	}
	.sustainability-detail-case-ttl {
		padding: 2.13vw;
		display: inline-block;
		background: var(--color-green);
		font-size: var(--fs-sp-14);
		line-height: 1;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
	}

	.sustainability-detail-slide-wrap {
		position: relative;
	}
	.sustainability-detail-slide-wrap .sustainability-detail-slide img {
		margin-bottom: 5.333vw;
	}
	.sustainability-detail-slide-wrap:not(.not-slide) .sustainability-detail-slide img {
		margin-bottom: 19.2vw;
	}

	.sustainability-detail-slide-ttl {
		margin-bottom: 2.66vw;
		font-size: var(--fs-sp-14);
	}
	.sustainability-detail-slide-txt {
		font-size: var(--fs-sp-14);
	}


	/* slider dots */
	.sustainability-detail-slide-wrap .slick-dots {
		width: 100%;
		top: 64vw;
		left: 0;
	}
	.sustainability-detail-slide-wrap .slick-dots li {
		display: block;
	}
	.sustainability-detail-slide-wrap .slick-dots li + li {
		margin-left: 2.666vw;
	}
	.sustainability-detail-slide-wrap .slick-dots li button {
		width: 3.2vw;
		height: 3.2vw;
	}
	

	/* slider arrows */
	.sustainability-detail-slide-wrap .slide-arrow {
		width: auto;
		height: auto;
		position: absolute;
		top: 25.8666vw;
		font-size: 4vw;
	}
	.sustainability-detail-slide-wrap .slide-arrow.arrow-prev {
		left: 0.8vw;
	}
	.sustainability-detail-slide-wrap .slide-arrow.arrow-next {
		right: 0.8vw;
	}
	
	

	.sec-bottom-img {
		width: 100%;
		height: 80vw;
	}
	.sec-bottom-img.bottom-img-safety {
		background: url("../../img/sustainability/safety/bg_bottom_pc.jpg") top center no-repeat;
		background-size: cover;
	}
}



