@charset "UTF-8";

/* ------------------------------------------------
               Environment, Safety
--------------------------------------------------- */

/*---------- 共通 ----------*/

/* ページタイトル */
.sec-page-ttl {
	width: 100%;
	height: 300px;
	padding: 20px 0;
	position: relative;
}
.page-ttl-bg {
	width: 100%;
	height: 100%;
	background: url("../../img/sustainability/bg_ttl.jpg") center top -21.2222px no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.page-ttl-en {
	margin-bottom: 10px;
	color: var(--color-yellow);
	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: #fff;
	text-align: center;
	font-size: 3.8rem;
    font-weight: 500;
	line-height: 1.05;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
}
.page-sub-ttl {
	margin-top: 30px;
	color: #fff;
	text-align: center;
	font-size: 1.9rem;
	line-height: 2.05;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
}

/* パンクズ */
.breadcrumbs, 
.breadcrumbs a {
	color: #fff;
}

/* セクションタイトル */
.sec-ttl-en {
	margin-bottom: 10px;
	color: var(--color-black);
	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;
	opacity: 0.5;
}
.sec-ttl {
	color: var(--color-black);
	font-size: 2.3rem;
    font-weight: 500;
	line-height: 1.73;
}
.sec-lead-txt {
	margin-top: 30px;
	color: var(--color-black);
	font-size: 1.7rem;
    font-weight: 600;
	line-height: 1.85;
}

@media (max-width: 768px) {
	/* ページタイトル */
	.sec-page-ttl {
		width: 100%;
		height: 138vw;
		padding: 1.6vw 0 50.66vw;
		background: #fff;
		border-top: 1px solid var(--color-blue);
	}
	/*
	.sec-page-ttl::after {
		content: '';
		width: 100%;
		height: 50.66vw;
		background: url("../../img/sustainability/bg_ttl_sp.jpg") center center no-repeat;
		background-size: cover;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	*/
	.page-ttl-bg {
		width: 100%;
		height: 50.13vw;
		background: url("../../img/sustainability/bg_ttl_sp.jpg") center top 0 no-repeat;
		background-size: 120%;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
	}

	/* パンクズ */
	.breadcrumbs, 
	.breadcrumbs a {
		color: #000;
	}
	

	/* ページタイトル */
	.page-ttl-en {
		margin-bottom: 2.66vw;
		font-size: var(--fs-sp-14);
	}
	.page-ttl {
		color: #000;
		font-size: var(--fs-sp-30);
		text-shadow: none;
		line-height: 1.56;
	}
	.page-sub-ttl {
		margin-top: 8vw;
		color: var(--color-black);
		font-size: var(--fs-sp-17);
		text-shadow: none;
	}


	/* セクションタイトル */
	.sec-ttl-en {
		margin-bottom: 1.33vw;
		font-size: var(--fs-sp-14);
	}
	.sec-ttl {
		font-size: var(--fs-sp-23);
	}
	.sec-lead-txt {
		margin-top: 8vw;
		font-size: var(--fs-sp-17);
	}

	
	
}


/*---------- アンカーリンク ----------*/
.sec-anchor-link {
	width: 100%;
	padding: 80px 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-blue);
	border: 1.5px solid var(--color-blue);
	border-radius: 40px;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1;
	transition: 0.3s ease-in-out;
}


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

@media (max-width: 768px) {
	
	.sec-anchor-link {
		width: 100%;
		padding: 13.33vw 0 8vw;
	}
	.anchor-link-list {
		width: calc(100% - 9.06vw);
		max-width: initial;
	}
	.anchor-link-list li {
		margin-right: 4vw;
		margin-bottom: 5.33vw;
	}
	.anchor-link-list li:nth-child(2), 
	.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;
	}
}



/*---------- コンテンツ ----------*/
.sec-sustainability {
	width: 100%;
	padding: 85px 0 120px;
	background: var(--color-lightgray);
	position: relative;
}

.sustainability-detail-box {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 110px;
	position: relative;
	z-index: 2;
}
.sustainability-detail-box:last-child {
	margin-bottom: 0;
}

/* テキストエリア */
.sustainability-detail-txt-wrap {
	width: 100%;
}
.sustainability-detail-ttl {
	margin-bottom: 40px;
	padding-left: 40px;
	align-items: center;
	color: var(--color-black);
	font-size: 2.3rem;
	font-weight: 500;
	line-height: 1;
	position: relative;
}
.sustainability-detail-ttl::before {
	content: '';
	width: 23px;
	height: 23px;
	background: var(--color-blue);
	border-radius: 50%;
	position: absolute;
	top: 0.1em;
	left: 0;
}

.sustainability-detail-lead-txt {
	margin-bottom: 25px;
	color: #000;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 2.35;
}
.sustainability-detail-txt {
	margin-bottom: 25px;
	color: #000;
	line-height: 2.28;
}
.sustainability-detail-list li {
	margin-bottom: 5px;
	text-indent: -1em;
	padding-left: 1em;
}
.sustainability-detail-list li:last-child {
	margin-bottom: 0;
}


/* 画像 */
.sustainability-detail-img-wrap {
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
}
.sustainability-detail-img {
	width: calc((100% - 120px) / 4);
}
.sustainability-detail-img-ttl {
	width: 100%;
	margin: 15px auto 5px;
	color: var(--color-black);
	font-size: 1.7rem;
	font-weight: 600;
}
.sustainability-detail-img-txt {
	width: 100%;
	color: var(--color-gray);
}

.quality-box-wrap {
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
}
.quality-img-wrap {
	width: 210px;
}
.quality-txt-wrap {
	width: calc(100% - 250px);
}

.environment-box-wrap {
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
}
.environment-box {
	width: calc((100% - 40px) / 2);
	justify-content: space-between;
	align-items: flex-start;
}
.environment-ttl {
	width: 100%;
	margin-bottom: 20px;
	color: var(--color-black);
	font-size: 1.7rem;
	font-weight: 600;
}
.environment-img-wrap {
	width: 210px;
}
.environment-txt {
	width: calc(100% - 230px);
	color: var(--color-gray);
}

.sustainability-detail-table {
	width: 100%;
	max-width: 700px;
	border-collapse: collapse;
}
.sustainability-detail-table th {
	padding: 5px;
	background: #fff;
	font-weight: 600;
}
.sustainability-detail-table td {
	padding: 15px 40px;
	border: 2px solid #fff;
	color: var(--color-gray);
}

.sustainability-detail-link-list li {
	margin-bottom: 30px;
}
.sustainability-detail-link-list li:last-child {
	margin-bottom: 0;
}
.sustainability-detail-link-list li .normal-link {
	font-weight: 600;
	text-decoration: none;
	position: relative;
}

@media (min-width: 769px) {

	.sustainability-detail-link-list li .normal-link::after {
		content: '';
		width: 0;
		height: 1px;
		background: var(--color-link);
		position: absolute;
		bottom: -3px;
		left: 0;
		transition: 0.3s ease-in-out;
	}
	.sustainability-detail-link-list li .normal-link:hover::after {
		width: 100%;
	}
}

.sec-bottom-img {
	width: 100%;
	height: 700px;
	background: url("../../img/sustainability/bg_bottom.jpg") top center no-repeat;
	background-size: cover;
}

.txt-green {
	color: #009944;
}

@media (max-width: 1200px) {
	.sec-bottom-img {
		height: 48.61vw;
	}
}

@media (max-width: 768px) {
	.sec-sustainability {
		width: 100%;
		padding: 13.33vw 0 42.66vw;
		position: relative;
	}
	
	.sustainability-detail-box {
		width: 100%;
		max-width: initial;
		margin: 0 auto 13.33vw;
		padding: 13.33vw 5.33vw;
		background: #fff;
	}
	

	/* テキストエリア */
	.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-lead-txt {
		margin-bottom: 4vw;
		font-size: var(--fs-sp-17);
		line-height: 1.86;
	}
	.sustainability-detail-txt {
		margin-bottom: 5.33vw;
	}
	
	.sustainability-detail-list li {
		margin-bottom: 1.33vw;
	}
	.sustainability-detail-list li:last-child {
		margin-bottom: 0;
	}
	

	/* 画像エリア */
	.sustainability-detail-img-wrap {
		width: 100%;
		margin-top: 2.66vw;
	}
	.sustainability-detail-img {
		width: calc((100% - 2.66vw) / 2);
		margin-bottom: 0;
	}
	.sustainability-detail-img-ttl {
		width: 100%;
		margin: 12.8vw auto 2.66vw;
		font-size: var(--fs-sp-17);
	}
	.sustainability-detail-img-txt {
		width: 100%;
		color: var(--color-gray);
	}
	
	/* sustainability slide */
	.sustainability-slide {
		margin-bottom: 0;
		display: block !important;
		position: relative;
	}
	.sustainability-slide .sustainability-img-item {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.sustainability-slide .sustainability-img-item:nth-child(3n) {
		margin-right: 0;
	}
	.sustainability-slide .sustainability-img-item:nth-child(2n) {
		margin-right: 0;
	}
	
	.sustainability-slide .slide-arrow {
		width: auto;
		height: auto;
		position: absolute;
		top: 28.26vw;
		z-index: 5;
		font-family: "Inter", sans-serif;
		font-optical-sizing: auto;
		font-size: var(--fs-sp-15);
		font-weight: 300;
		font-style: normal;
		line-height: 1;
		color: var(--color-blue);
		cursor: pointer;
	}
	.sustainability-slide .slide-arrow.arrow-prev {
		background: none;
		left: -2vw;
		transform: rotate(90deg);
	}
	.sustainability-slide .slide-arrow.arrow-next {
		background: none;
		right: -2vw;
		transform: rotate(-90deg);
	}
	

	/* slider dots */
	.sustainability-slide .slick-dots {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		position: absolute;
		top: 58vw;
		left: 0;
	}
	.sustainability-slide .slick-dots li {
		display: block;
	}
	.sustainability-slide .slick-dots li + li {
		margin-left: 2.666vw;
	}
	.sustainability-slide .slick-dots li button {
		width: 3.2vw;
		height: 3.2vw;
		display: block;
		margin: 0;
		border: 1px solid var(--color-blue);
		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-slide .slick-dots li.slick-active button {
		background: var(--color-blue);
	}
	
	

	.quality-box-wrap {
		width: 100%;
		flex-direction: column;
	}
	.quality-img-wrap {
		width: 100%;
		border: 1px solid var(--color-gray);
	}
	.quality-txt-wrap {
		width: 100%;
	}


	.environment-box-wrap {
		width: 100%;
		flex-direction: column;
	}
	.environment-box {
		width: 100%;
		flex-direction: column;
	}
	.environment-box + .environment-box {
		margin-top: 10.66vw;
	}
	.environment-ttl {
		width: 100%;
		margin-bottom: 5.33vw;
		font-size: var(--fs-sp-17);
	}
	.environment-img-wrap {
		width: 100%;
		margin-bottom: 4vw;
	}
	.environment-txt {
		width: 100%;
	}

	.sustainability-detail-table {
		width: 100%;
		max-width: 700px;
		border-collapse: collapse;
	}
	.sustainability-detail-table th {
		padding: 1.33vw;
		background: #F4F5F8;
	}
	.sustainability-detail-table td {
		padding: 5.33vw 4vw;
		border: 2px solid #F4F5F8;
	}
	

	.sustainability-detail-link-list li {
		margin-bottom: 5.33vw;
	}

	.sec-bottom-img {
		width: 100%;
		height: 80vw;
		background-size: 150%;
	}
}


/*---------- ボタン ----------*/
.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-blue);
	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-blue);
	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, 
	.btn-back:hover::before {
		background: var(--color-navy);
	}
}


@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;
		font-size: 3.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;
		font-size: 3.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;
	}
}

