﻿@charset "utf-8";
/*------------------------------------------------------------
	commitment
------------------------------------------------------------*/
body {
	/* background-color: #DBE5DF; */
	background: #fbfbf9
}
#main .topSec {
	padding: 0.9rem 0 15rem;
}
#main .mainImg {
	margin-bottom: 6.8rem;
}
#main .mainImg img {
	width: 100%;
}
#main .topImgBox {
	margin-bottom: 10.6rem;
}
#main .topImgBox .txtBox {
	margin: 0 0 0 4.4rem;
	width: 51.4rem;
}
#main .topImgBox .txtBox p {
	line-height: 1.88;
}
#main .topImgBox .phoBox {
	margin: 0.5rem 4.4rem 0 0;
	width: 47.5rem;
}
#main .topImgBox .phoList li:first-child {
	width: 30rem;
}
#main .topImgBox .phoList li:last-child {
	margin-top: 5rem;
	flex: 1;
}
#main .topImgBox .phoList img {
	width: 100%;
}
#main .nursery {
	margin: 0 auto;
	max-width: 91rem;
}
#main .nursery .headLine02 {
	margin-bottom: 4.5rem;
	font-size: 3.2rem;
	letter-spacing: 0.02em;
	line-height: 1.56;
}
#main .nursery p {
	margin-bottom: 4.6rem;
	letter-spacing: 0.04em;
	line-height: 1.88;
}
#main .nursery .bgBox {
	padding: 3.5rem 15rem 4.5rem 5rem;
	position: relative;
	background: #edf4f2;
}
#main .nursery .bgBox:after {
	position: absolute;
	left: 0.5rem;
	top: 0.5rem;
	width: calc(100% - 1rem);
	height: calc(100% - 1rem);
	border: 1px solid #79a2a2;
	box-sizing: border-box;
	content: "";
}
#main .nursery .bgBox h4 {
	margin-bottom: 1.1rem;
	font-weight: 300;
	font-size: 2.6rem;
	letter-spacing: 0.02em;
	line-height: 1.9;
	color: #005b60;
}
#main .nursery .bgBox p {
	margin-bottom: 2.2rem;
	line-height: 1.75;
}
#main .nursery .bgBox p sup {
	font-size: 1rem;
}
#main .nursery .bgBox .noteBox .noteList {
	font-weight: 300;
	font-size: 1.2rem;
	letter-spacing: 0;
	margin-bottom: 0;
	line-height: 1.5;
	gap: 0 1.2rem;
}
#main .nursery .bgBox .noteImg {
	position: absolute;
	right: 1.1rem;
	top: 2.4rem;
	width: 14.3rem;
}
#main .sustainable .bgBox {
	padding: 15rem 0;
	justify-content: flex-end;
	background: #005b60;
}
#main .sustainable .bgBox .txtBox {
	margin-right: 9rem;
	width: 44rem;
	color: #fff;
}
#main .sustainable .bgBox .txtBox .headLine03 {
	margin-bottom: 9.8rem;
}
#main .sustainable .bgBox .txtBox .headLine02 {
	margin-bottom: 4.4rem;
	color: #fff;
	font-weight: 300;
	font-size: 3.2rem;
	letter-spacing: 0.06em;
	line-height: 1.56;
}
#main .sustainable .bgBox .txtBox p {
	letter-spacing: 0.04em;
	line-height: 1.88;
}
#main .sustainable .bgBox .phoBox {
	width: 50%;
}
#main .sustainable .bgBox .phoBox img {
	width: 100%;
}
#main .sustainable {
	background-color: #DBE5DF;
}
#main .sustainable .listBox {
	height: 600vh;
}
#main .sustainable .listBox .content {
	padding: 10rem 0;
	width: 100%;
	height: 100vh;
	position: sticky;
	top: 0;
}
#main .sustainable .listBox .slideList li {
	padding: 7rem 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	overflow-x: clip;
	overflow-y: auto;
}
#main .sustainable .listBox .slideList .slideList-inner {
    display: flex;
    align-items: flex-start;
}
#main .sustainable .listBox .slideList .phoBox {
	margin: 0 6rem 0 7.3rem;
	width: 49rem;
	opacity: 0;
	transition: opacity 400ms;
}
#main .sustainable .listBox .slideList .active {
	z-index: 10;
}
#main .sustainable .listBox .slideList .active .phoBox {
	opacity: 1;
}
#main .sustainable .listBox .slideList .phoBox img {
	width: 100%;
}
#main .sustainable .listBox .slideList .slideTtl,
#main .sustainable .listBox .slideList .txtBox > * {
	opacity: 0;
	transform: translate3d(0, 8px, 0);
	-webkit-perspective: 1000px;
	-webkit-backface-visibility: hidden;
	transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}
#main .sustainable .listBox .slideList .active .slideTtl,
#main .sustainable .listBox .slideList .active .txtBox > * {
	opacity: 1;
	transform: translate3d(0, 0, 0) !important;
	transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}
#main .sustainable .listBox .slideList .txtBox {
	margin-top: -0.7rem;
	width: 40rem;
}
#main .sustainable .listBox .slideList .txtBox .headLine02 {
	margin-bottom: 4.2rem;
	line-height: 1.92;
}
#main .sustainable .listBox .slideList .txtBox p {
	line-height: 1.88;
	margin-bottom: 1.2rem;
	transform: translate3d(0, 15px, 0);
}
#main .sustainable .listBox .slideList .inner-text-sup {
    position: relative;
    padding-right: 0.4em;
    display: ruby;
}
#main .sustainable .listBox .slideList .txtBox p sup {
	font-size: 1.5rem;
	position: absolute;
	right: 0;
}
#main .sustainable .listBox .slideList .active .txtBox p {
	transition: all 700ms cubic-bezier(0.68, -0.3, 0.34, 0.84) 0ms;
}
#main .sustainable .listBox .slideList .txtBox .txt02 {
	margin-bottom: 2rem;
}
#main .sustainable .listBox .slideList .txtBox .listTxt {
	line-height: 1.6;
}
#main .sustainable .listBox .slideList .txtBox .notes {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 2.1;
	padding-left: 1.8em;
	text-indent: -1.8em;
}
#main .sustainable .listBox .slideList .txtBox p:last-child {
	margin-bottom: 0 !important;
}
#main .sustainable .listBox .slideList .comBtn {
	margin-top: 4.5rem;
	transform: translate3d(0, 15px, 0);
}
#main .sustainable .listBox .slideList .comBtn + p {
	margin-top: 2.5rem;
}
#main .sustainable .listBox .slideList .active .comBtn {
	transition: all 780ms cubic-bezier(0.68, -0.3, 0.34, 0.84) 0ms;
}
#main .sustainable .listBox .slideList .txtBox02 {
	margin-top: 2rem;
}
#main .sustainable .listBox .slideList .slideTtl {
	position: absolute;
	right: 0.2rem;
	top: 0;
	display: flex;
	align-items: flex-start;
}
#main .sustainable .listBox .slideList .slideTtl .num {
	margin: 0.3rem 2.6rem 0 0;
	padding-bottom: 0.7rem;
	position: relative;
	font-size: 3.6rem;
	line-height: 1;
	font-weight: 400;
	color: #005b60;
	opacity: 0.8;
}
#main .sustainable .listBox .slideList .slideTtl .num:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 2rem;
	height: 1px;
	background-color: rgba(0, 91, 96, 0.6);
	content: "";
}
#main .sustainable .listBox .slideList .slideTtl .sml {
	margin-top: 0.7rem;
	font-size: 1.9rem;
	letter-spacing: 0.06em;
	color: #005B60;
	font-weight: 400;
	line-height: 1;
	-webkit-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#main .sustainable .listBox .slideList .liStyle03 {
	align-items: flex-end;
}
#main .sustainable .listBox .slideList .liStyle03 .txtBox {
	margin-bottom: 0.4rem;
}
#main .sustainable .listBox .pageList {
	position: absolute;
	left: -2.7rem;
	top: 50%;
	width: 2rem;
	transform: translateY(-50%);
	z-index: 15;
}
#main .sustainable .listBox .pageList li {
	margin-bottom: 5rem;
	position: relative;
	width: 2rem;
	height: 2rem;
	color: #005B60;
	font-size: 1rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #005B60;
	border-radius: 50%;
	transition: .3s;
	cursor: pointer;
}
#main .sustainable .listBox .pageList img {
	height: 0.7rem;
}
#main .sustainable .listBox .pageList .on {
	display: none;
}
#main .sustainable .listBox .pageList li:last-child {
	margin-bottom: 0;
}
#main .sustainable .listBox .pageList .active {
	color: #fff;
	background: #005B60;
	border-color: #005B60;
}
#main .sustainable .listBox .pageList .active .off {
	display: none;
}
#main .sustainable .listBox .pageList .active .on {
	display: block;
}
#main .sustainable .listBox .pageList ul {
	position: relative;
	z-index: 3;
}
#main .sustainable .listBox .pageList .progressBarBase {
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 100%;
	border-left: 1px solid #b7b7b7;
	z-index: 1;
}
#main .sustainable .listBox .pageList .progressBar {
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 1px solid #5c9191;
	z-index: 2;
}
#main .certification {
	padding: 12.6rem 0 13rem;
	background: #fbfbf9;
}
#main .certification .content {
	max-width: 90rem;
}
#main .certification .headLine02 {
	margin-bottom: 4.4rem;
	font-weight: 300;
	font-size: 3.2rem;
	letter-spacing: 0.02em;
	line-height: 1.56;
	text-align: center;
}
#main .certification .imgBox {
	flex-direction: row-reverse;
	justify-content: space-between;
}
#main .certification .imgBox .txtBox {
	flex: 1;
}
#main .certification .imgBox .txtBox p {
	margin-bottom: 1.4rem;
	color: #005b60;
	letter-spacing: 0.04em;
	line-height: 1.88;
}
#main .certification .comBtn {
	margin-top: 3.3rem;
}
#main .certification .comBtn a {
	margin: 0 auto;
}
#main .certification .imgBox .phoBox {
	margin: 0.7rem 0 0 7.3rem;
	width: 14.1rem;
}
@media all and (min-width: 897px) {
	#main .sustainable .listBox .pageList li:hover {
		color: #fff;
		background: #5c9191;
  		border-color: #5c9191;
	}
	#main .sustainable .listBox .slideList p + .comBtn {
		margin-top: 0;
	}
}
@media all and (max-width: 896px) {
	#main .topSec {
		padding: 3.2rem 0 10rem;
	}
	#main .mainImg {
		margin-bottom: 4.6rem;
	}
	#main .topImgBox {
		margin-bottom: 10rem;
		display: block;
	}
	#main .topImgBox .txtBox {
		margin: 0 0 4.7rem;
		width: auto;
	}
	#main .topImgBox .txtBox p {
		letter-spacing: 0.04em;
	}
	#main .topImgBox .phoBox {
		margin: 0;
		width: auto;
	}
	#main .topImgBox .phoBox img {
		width: 100%;
	}
	#main .nursery .headLine02 {
		margin-bottom: 2.4rem;
		font-size: 2.4rem;
		letter-spacing: 0;
		line-height: 1.67;
	}
	#main .nursery p {
		margin-bottom: 5.5rem;
	}
	#main .nursery p .sub {
		display: inline-block;
		margin-top: 1rem;
	}
	#main .nursery .bgBox {
		padding: 3.5rem 3rem 1.6rem;
		display: block;
	}
	#main .nursery .bgBox:after {
		left: 0.5rem;
		top: 0.5rem;
		width: calc(100% - 1rem);
		height: calc(100% - 1rem);
	}
	#main .nursery .bgBox h4 {
		margin-bottom: 2.2rem;
		font-size: 2.2rem;
	}
	#main .nursery .bgBox p {
		margin-bottom: 0.4rem;
		line-height: 1.86;
	}
	#main .nursery .bgBox p sup {
		font-size: 0.8rem;
	}
	#main .nursery .bgBox .noteBox {
		margin-right: -1.2rem;
		display: flex;
		align-items: center;
	}
	#main .nursery .bgBox .noteBox .noteList {
		margin: -0.5rem 0.4rem 0 0;
		flex: 1;
	}
	#main .nursery .bgBox .noteImg {
		position: static;
		width: 10.2rem;
	}
	#main .sustainable .bgBox {
		padding: 17rem 3rem 5.6rem;
		position: relative;
		flex-direction: column-reverse;
	}
	#main .sustainable .bgBox .txtBox {
		margin: 5.8rem 0 0;
		width: 100%;
	}
	#main .sustainable .bgBox .txtBox .headLine03 {
		margin-bottom: 0;
		position: absolute;
		left: 3rem;
		top: 6rem;
	}
	#main .sustainable .bgBox .txtBox .headLine02 {
		margin-bottom: 3.3rem;
		font-size: 2.2rem;
		line-height: 1.73;
		letter-spacing: 0.04em;
	}
	#main .sustainable .bgBox .phoBox {
		width: auto;
	}
	#main .sustainable .listBox .content {
		margin: 0 1rem;
		padding: 4rem 0;
		width: auto;
	}
	#main .sustainable .listBox .slideList li {
		padding: 5.3rem 4rem 0;
		height: calc(100% - 6.4rem);
		max-height: inherit;
		display: block;
		top: 6.4rem;
		transform: none;
	}
	#main .sustainable .listBox .slideList .slideList-inner {
		display: block;
	}
	#main .sustainable .listBox .slideList li::-webkit-scrollbar {
		display: none;
	}
	#main .sustainable .listBox .slideList .phoBox {
		margin: 0 0 3.9rem;
		width: auto;
	}
	#main .sustainable .listBox .slideList .phoBox02 {
		margin-right: -2.5rem;
	}
	#main .sustainable .listBox .slideList .txtBox {
		margin: 0 0 3rem;
		width: auto;
	}
	#main .sustainable .listBox .slideList .txtBox .headLine02 {
		margin-bottom: 1.6rem;
		font-size: 2rem;
		line-height: 1.5;
	}
	#main .sustainable .listBox .slideList .txtBox p {
		line-height: 1.88;
		margin-bottom: 1.2rem;
	}
	#main .sustainable .listBox .slideList .txtBox p sup {
		font-size: 1.3rem;
	}
	#main .sustainable .listBox .slideList .txtBox .txt02 {
		margin-bottom: 1.2rem;
	}
	#main .sustainable .listBox .slideList .txtBox .notes {
		margin-top: 1rem;
		font-size: 1.1rem;
		line-height: 1.6;
	}
	#main .sustainable .listBox .slideList .comBtn {
		margin: 3rem 0 0;
	}
	#main .sustainable .listBox .slideList .comBtn a {
		padding-left: 0.5rem;
	}
	#main .sustainable .listBox .slideList .txtBox02 {
		margin-top: 2rem;
	}
	#main .sustainable .listBox .slideList .slideTtl {
		right: 0.2rem;
		top: 0.5rem;
	}
	#main .sustainable .listBox .slideList .slideTtl .num {
		margin-right: 1.2rem;
		padding-bottom: 0.6rem;
		font-size: 2.6rem;
	}
	#main .sustainable .listBox .slideList .slideTtl .num:after {
		width: 1.5rem;
	}
	#main .sustainable .listBox .slideList .slideTtl .sml {
		margin-top: 0.5rem;
		font-size: 1.3rem;
	}
	#main .sustainable .listBox .slideList .liStyle03 .txtBox {
		margin-bottom: 0;
	}
	#main .sustainable .listBox .slideList .liStyle04 .phoBox {
		margin-bottom: 1.5rem;
	}
	#main .sustainable .listBox .pageList {
		left: 0.3rem;
		top: 11rem;
		transform: translateY(0);
	}
	#main .certification {
		padding: 9.5rem 0;
	}
	#main .certification .headLine02 {
		margin-bottom: 4.8rem;
		font-size: 2.4rem;
		letter-spacing: 0;
		line-height: 1.67;
	}
	#main .certification .imgBox {
		display: block;
	}
	#main .certification .imgBox .txtBox {
		flex: 1;
	}
	#main .certification .imgBox .txtBox p {
		margin-bottom: 1.1rem;
	}
	#main .certification .imgBox .txtBox .comBtn {
		margin-top: 3.5rem;
	}
	#main .certification .imgBox .phoBox {
		margin: 0 auto 3.6rem;
		width: 10.5rem;
	}
}