@media screen and (min-width: 600px) {
	#about-us-main{
		width: 100vw;
		height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	#about-us-main::before{
		content: "ABOUT";
		width: 100vw;
		height: 100vh;
		position: absolute;
		left: 0;
		top: 0;
		line-height: 100vh;
		font-size: 25vw;
		text-align: center;
		font-family: Maves;
		color: #eee;
		z-index: -1;
		opacity: .5;
	}


	#breadol{
	    display: flex;
	    align-content: center;
	    justify-content: center;
	    list-style: none;
	    position: relative;
	    padding: 5vw 0 0 0;
	    margin: 0;
	    z-index: 1;
	    animation: up 1s backwards;
	    animation-delay: 0;
	}
	#breadol > li{
	    font-size: 1.2vw;
	    color: #666;
	    line-height: 1vw;
	    display: flex;
	}
	#breadol > li > a{
	    color: #666;
	    margin-right: 2vw;
	    display: block;
	    position: relative;
	    font-weight: bold;
	}
	#breadol > li > a::after{
		content: "";
		display: block;
		width: .2vw;
		height: 1.2vw;
		background-color: #666;
		position: absolute;
		top: -.1vw;
		right: -1.1vw;		
	}
	#about-us-main > h1{
		font-size: 10vw;
		line-height: 10vw;
		margin: 2vw 0 1vw 0;
		font-weight: normal;
	    animation: up 1s backwards;
	    animation-delay: .1s;
	}
	#about-slogan{
		font-size: 1.2vw;
		font-weight: lighter;
		letter-spacing: .8vw;
		line-height: 1.2vw;
	    animation: up 1s backwards;
	    animation-delay: .2s;
	}
	#about-arrow-down{
		width: 8vw;
		margin-top: 5vw;
		cursor: pointer;
	    animation: up 1s backwards;
	    animation-delay: .3s;
	    transition: all .2s;
	}
	#about-arrow-down:hover{
		transform: scale(1.1);
	}

	#mission-div, #vision-div, #values-div{
		width: 100vw;
		margin-bottom: 3.5vw;
		position: relative;
	}
	#mission-div::before, #vision-div::before, #values-div::before{
		width: 100vw;
		font-family: Maves;
		position: absolute;
		left: 0vw;
		top: 12vw;
		font-size: 20vw;
		line-height: 30vw;
		opacity: .5;
		color: #eee;
		z-index: -1;
		text-align: center;
	}
	#mission-div::before{
		content: "MISSION";
	}
	#vision-div::before{
		content: "VISION";
	}
	#values-div::before{
		content: "VALUES";
	}
	#mission-div > h2, #values-div > h2{
		width: 100vw;
		height: 15vw;
		text-align: center;
		font-size: 6vw;
		line-height: 16vw;
		color: #fff;
		position: relative;
		font-weight: normal;
	}
	#mission-div > span, #values-div > span{
		display: block;
		z-index: 2;
	}
	#mission-div > h2::after, #values-div > h2::after{
		content: "";
		width: 9vw;
		height: 15vw;
		background-color: #e4d7ce;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
	}
	#mission-div > h2::before, #values-div > h2::before{
		content: "";
		width: 60vw;
		height: 15vw;
		background-color: #e4d7ce;
		position: absolute;
		left: 10vw;
		top: 0;
		border-radius: 0 7.5vw 0 0;
		z-index: -1;
	}

	#mission-div > p, #values-div > p{
		width: 40vw;
		font-size: 1.1vw;
		line-height: 2vw;
		text-align: justify;
		color: #666;
		padding: 2vw 30vw;
		position: relative;
	}
	#mission-div > svg, #values-div > svg{
		width: 10vw;
		height: 5vw;
		position: relative;
		margin-left: 60vw;
		display: block;
	}
	#mission-div > p::before{
		content: "";
		width: 1vw;
		height: calc(100% + 8.5vw);
		position: absolute;
		left: 9vw;
		top: 0;
		background-color: #e4d7ce;
	}
	#values-div > p::before{
		content: "";
		width: 1vw;
		height: calc(100% + 23.5vw);
		position: absolute;
		right: 9vw;
		top: -15vw;
		background-color: #e4d7ce;
	}




	#vision-div > h2{
		width: 100vw;
		height: 15vw;
		text-align: center;
		font-size: 6vw;
		line-height: 16vw;
		color: #fff;
		position: relative;
		font-weight: normal;
	}
	#vision-div > span{
		display: block;
		z-index: 2;
	}
	#vision-div > h2::after{
		content: "";
		width: 9vw;
		height: 15vw;
		background-color: #e4d7ce;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
	#vision-div > h2::before{
		content: "";
		width: 60vw;
		height: 15vw;
		background-color: #e4d7ce;
		position: absolute;
		right: 10vw;
		top: 0;
		border-radius: 7.5vw 0 0 0;
		z-index: -1;
	}

	#vision-div > p{
		width: 40vw;
		font-size: 1.1vw;
		line-height: 2vw;
		text-align: justify;
		color: #666;
		padding: 2vw 30vw;
		position: relative;
	}
	#vision-div > svg{
		width: 10vw;
		height: 5vw;
		position: relative;
		margin-left: 30vw;
		display: block;
	}
	#vision-div > p::before{
		content: "";
		width: 1vw;
		height: calc(100% + 23.5vw);
		position: absolute;
		left: 9vw;
		top: -15vw;
		background-color: #e4d7ce;
	}
	#vision-div > p::after{
		content: "";
		width: 1vw;
		height: calc(100% + 8.5vw);
		position: absolute;
		right: 9vw;
		top: 0;
		background-color: #e4d7ce;
	}

	#story-div{
		width: 100vw;
		position: relative;
	}
	#story-div > h2{
		width: 100vw;
		text-align: center;
		font-size: 6vw;
		color: #333;
		padding: 5vw 0 3vw 0;
		position: relative;
		font-weight: normal;
	}
	#story-div > h2::before{
		content: "";
		width: 1vw;
		height: 100%;
		position: absolute;
		left: 9vw;
		top: 0;
		background-color: #e4d7ce;
	}
	#story-div > h2::after{
		content: "";
		width: 1vw;
		height: 100%;
		position: absolute;
		right: 9vw;
		top: 0;
		background-color: #e4d7ce;
	}
	#story-div > div{
		width: 100vw;
		color: #333;
		padding: 1.5vw 0;
		position: relative;
	}
	.story-p{
		width: 40vw;
		font-size: 1.1vw;
		line-height: 2vw;
		text-align: justify;
		color: #666;
		padding: 0 30vw;
		position: relative;
	}
	#story-div > div::before{
		content: "";
		width: 1vw;
		height: 100%;
		position: absolute;
		left: 9vw;
		top: 0;
		background-color: #e4d7ce;
	}
	#story-div > div::after{
		content: "";
		width: 1vw;
		height: 100%;
		position: absolute;
		right: 9vw;
		top: 0;
		background-color: #e4d7ce;
	}
	.story-time{
		position: absolute;
		top: 1.5vw;
		font-size: 3vw;
		height: 3vw;
		line-height: 3vw;
		font-weight: bold;
		color: #666;
		padding: 0 2vw;
	}
	#story-div > div:nth-of-type(2n-1) > .story-time{
		left: 10vw;
	}
	#story-div > div:nth-of-type(2n-1) > .story-time::before{
		content: "";
		width: 2vw;
		height: 2vw;
		border-radius: 2vw;
		background-color: #e4d7ce;
		position: absolute;
		left: -1vw;
		top: .5vw;
	}
	#story-div > div:nth-of-type(2n) > .story-time{
		right: 10vw;
	}
	#story-div > div:nth-of-type(2n) > .story-time::before{
		content: "";
		width: 2vw;
		height: 2vw;
		border-radius: 2vw;
		background-color: #e4d7ce;
		position: absolute;
		right: -1vw;
		top: .5vw;
	}
}



@media screen and (max-width: 600px) {

	#about-us-main{
		width: 100vw;
		height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
		overflow: hidden;
	}
	#about-us-main::before{
		content: "ABOUT";
		width: 500vw;
		height: 100vh;
		position: absolute;
		transform: rotate(90deg);
		transform-origin: center;
		left: -235vw;
		top: 0;
		line-height: 100vh;
		font-size: 50vw;
		text-align: center;
		font-family: Maves;
		color: #eee;
		z-index: -1;
		opacity: .5;
	}


	#breadol{
	    display: flex;
	    align-content: center;
	    justify-content: center;
	    list-style: none;
	    position: relative;
	    padding: 15vw 0 0 0;
	    margin: 0;
	    z-index: 1;
	    animation: up 1s backwards;
	    animation-delay: 0;
	}
	#breadol > li{
	    font-size: 3.6vw;
	    color: #666;
	    line-height: 3vw;
	    display: flex;
	}
	#breadol > li > a{
	    color: #666;
	    margin-right: 6vw;
	    display: block;
	    position: relative;
	    font-weight: bold;
	}
	#breadol > li > a::after{
		content: "";
		display: block;
		width: .6vw;
		height: 3.6vw;
		background-color: #666;
		position: absolute;
		top: -.3vw;
		right: -3.3vw;		
	}
	#about-us-main > h1{
		font-size: 22vw;
		line-height: 22vw;
		text-align: center;
		margin: 6vw 0 3vw 0;
		font-weight: normal;
	    animation: up 1s backwards;
	    animation-delay: .1s;
	}
	#about-slogan{
		font-size: 3.6vw;
		font-weight: lighter;
		letter-spacing: .5vw;
		line-height: 3.6vw;
	    animation: up 1s backwards;
	    animation-delay: .2s;
	}
	#about-arrow-down{
		width: 24vw;
		margin-top: 15vw;
		cursor: pointer;
	    animation: up 1s backwards;
	    animation-delay: .3s;
	    transition: all .2s;
	}

	#mission-div, #vision-div, #values-div{
		width: 100vw;
		margin-bottom: 10.5vw;
	}
	#mission-div > h2, #values-div > h2{
		width: 100vw;
		height: 45vw;
		text-align: center;
		font-size: 16vw;
		line-height: 48vw;
		color: #fff;
		position: relative;
		font-weight: normal;
	}
	#mission-div > span, #values-div > span{
		display: block;
		z-index: 2;
	}
	#mission-div > h2::after, #values-div > h2::after{
		content: "";
		width: 5vw;
		height: 45vw;
		background-color: #e4d7ce;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
	}
	#mission-div > h2::before, #values-div > h2::before{
		content: "";
		width: 88vw;
		height: 45vw;
		background-color: #e4d7ce;
		position: absolute;
		left: 7vw;
		top: 0;
		border-radius: 0 22.5vw 0 0;
		z-index: -1;
	}

	#mission-div > p, #values-div > p{
		width: 80vw;
		font-size: 3.8vw;
		line-height: 6vw;
		text-align: justify;
		color: #666;
		padding: 6vw 10vw;
		position: relative;
	}
	#mission-div > svg, #values-div > svg{
		width: 30vw;
		height: 15vw;
		position: relative;
		margin-left: 65vw;
		display: block;
	}




	#vision-div > h2{
		width: 100vw;
		height: 45vw;
		text-align: center;
		font-size: 16vw;
		line-height: 48vw;
		color: #fff;
		position: relative;
		font-weight: normal;
	}
	#vision-div > span{
		display: block;
		z-index: 2;
	}
	#vision-div > h2::after{
		content: "";
		width: 5vw;
		height: 45vw;
		background-color: #e4d7ce;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
	#vision-div > h2::before{
		content: "";
		width: 88vw;
		height: 45vw;
		background-color: #e4d7ce;
		position: absolute;
		right: 7vw;
		top: 0;
		border-radius: 22.5vw 0 0 0;
		z-index: -1;
	}

	#vision-div > p{
		width: 80vw;
		font-size: 3.8vw;
		line-height: 6vw;
		text-align: justify;
		color: #666;
		padding: 6vw 10vw;
		position: relative;
	}
	#vision-div > svg{
		width: 30vw;
		height: 15vw;
		position: relative;
		margin-left: 5vw;
		display: block;
	}

	#story-div{
		width: 100vw;
		position: relative;
	}
	#story-div > h2{
		width: 100vw;
		text-align: center;
		font-size: 16vw;
		color: #333;
		padding: 15vw 0 9vw 0;
		position: relative;
		font-weight: normal;
	}
	#story-div > div{
		width: 100vw;
		color: #333;
		padding: 1.5vw 0;
		position: relative;
		overflow: hidden;
	}
	.story-p{
		width: 80vw;
		font-size: 3.6vw;
		line-height: 6vw;
		text-align: justify;
		color: #666;
		padding: 0 10vw;
		position: relative;
	}
	.story-time{
		width: 90vw;
		font-size: 9vw;
		height: 9vw;
		line-height: 9vw;
		font-weight: bold;
		color: #666;
		padding: 3vw 5vw;
	}
	#story-div > div:nth-of-type(2n-1) > .story-time{
		text-align: left;
	}
	#story-div > div:nth-of-type(2n-1) > .story-time::before{
		content: "";
		width: 6vw;
		height: 6vw;
		border-radius: 6vw;
		background-color: #e4d7ce;
		position: absolute;
		left: -4vw;
		top: 6.5vw;
	}
	#story-div > div:nth-of-type(2n) > .story-time{
		text-align: right;
	}
	#story-div > div:nth-of-type(2n) > .story-time::before{
		content: "";
		width: 6vw;
		height: 6vw;
		border-radius: 6vw;
		background-color: #e4d7ce;
		position: absolute;
		right: -4vw;
		top: 6.5vw;
	}
}




