@charset "UTF-8";




#kv {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 1;
}
#kv span img,
#kv span video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



main {
	position: relative;
}


#ourstory {
	box-sizing: border-box;
	position: sticky;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: calc(100vh - 88px);
	top: 0;
	padding: 180px 0;
	color: #fff;
	background: rgba(0,0,0,0.5);
}
#ourstory .content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#ourstory h1 {
	font-size: 65px;
	font-family: "Josefin Sans", sans-serif;
}
#ourstory .lead {
	margin: 40px 0 0;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.9;
}
#ourstory .text {
	margin: 50px 0 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 2.2;
	text-align: center;
}
#ourstory nav {
	width: 784px;
	margin: 80px auto 0;
}
#ourstory nav ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#ourstory nav li {
	width: 240px;
}
#ourstory nav a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	background: #0c71ef;
	border-radius: 7px;
	overflow: hidden;
	transition: all 300ms ease-out;
	will-change: transform;
}
#ourstory nav em {
	position: relative;
	z-index: 10;
}
#ourstory nav a::before {
	position: absolute;
	content: "";
	display: block;
	width: 12px;
	height: 6px;
	right: 20px;
	top: calc(50% - 3px);
	z-index: 10;
	background: url(/img/arrow_down_blue.svg) 50% 50% no-repeat;
	background-size: 100% auto;
	filter: brightness(0) invert(1);
}
#ourstory nav a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: #fff;
	transform: translateY(-51px);
	transition: all 300ms ease;
}

#ourstory nav a:hover {
	color: #0c71ef;
}
#ourstory nav a:hover::before {
	filter: brightness(1) invert(0);
}
#ourstory nav a:hover::after {
	transform: translateY(0px);
}










#ourstory .column {
	margin: 320px 0 0;
}
#ourstory .column h2 {
	font-size: 32px;
	font-weight: 500;
}
#ourstory .column article {
	margin: 25px 0 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 2.2;
}

/*
#ourstory .column figure {
	width: 544px;
	margin: 110px auto 0;
}
#ourstory .column figure img {
}
*/

#ourstory .column figure {
	width: 560px;
	height: 640px;
	margin: 110px auto 0;
}
#ourstory .column figure img {
	display: none;
}
#ourstory .column figure div {
}





#mission {
	position: relative;
	z-index: 50;
	padding: 120px 0;
	background: #fff;
	will-change: transform;
}

.column .inner {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

.column header {
	text-align: center;
}
.column header h2 {
	font-size: 30px;
	font-weight: 500;
	color: #2766ba;
}
.column header span {
	position: relative;
	display: inline-block;
	padding-bottom: 7px;
}
.column header span::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #2766ba;
}

.column header h3 {
	margin: 40px 0 0;
	font-size: 18px;
	font-weight: 500;
	font-family: "Josefin Sans", sans-serif;
}
.column header .lead {
	margin: 20px 0 0;
	font-size: 20px;
	font-weight: 700;
}

.column .text {
	width: 750px;
	margin: 60px auto 0;
}
.column .text p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.9;
}
.column .text p + p {
	margin-top: 24px;
}
.column figure {
	width: 840px;
	margin: 85px auto 0;
}



#vision {
	position: relative;
	z-index: 50;
	padding: 120px 0 90px;
	background: #f4f4f4;
	border-top: 1px solid #e6e6e6;
	will-change: transform;
}

#vision .content {
	position: relative;
	margin: 100px 0 0;
}

#vision li {
	position: relative;
	display: flex;
	align-items: center;
}
#vision li:nth-child(2n) {
	flex-direction: row-reverse;
}

#vision li + li {
	margin-top: 60px;
}

#vision dl {
	position: relative;
	width: calc(50% - 25px);
	z-index: 10;
}
#vision dt {
	font-size: 40px;
	font-weight: 500;
	color: #dc1010;
	letter-spacing: 1px;
}
#vision dd {
	margin: 25px 0 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.9;
}

#vision li .pict {
	position: relative;
	width: 50%;
}
#vision li .pict .typo {
	position: absolute;
	width: 150px;
	left: 0;
	top: -40px;
	z-index: 20;
}
#vision li .pict .fig {
	position: relative;
	left: 40px;
	z-index: 10;
}
#vision li .pict .fig img {
	transform: scale(0.9);
}

#vision li .pict::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	left: 40px;
	top: 0;
	z-index: 1;
	background: #fff;
	border-radius: 50%;
}


#vision li:nth-child(2n) .fig,
#vision li:nth-child(2n) .pict::before {
	left: -40px;
}
#vision li:nth-child(2n) .pict .typo {
	left: auto;
	right: -10px;
}



#vision li:nth-child(1)::after,
#vision li:nth-child(3)::after {
	position: absolute;
	content: "";
	display: block;
	width: 260px;
	height: 4px;
	left: 25%;
	bottom: -30px;
	background: #fff;
	transform-origin: left top;
	transform: rotate(25deg);
}
#vision li:nth-child(2)::after {
	position: absolute;
	content: "";
	display: block;
	width: 260px;
	height: 4px;
	left: 25%;
	bottom: -30px;
	background: #fff;
	transform-origin: left top;
	transform: rotate(-25deg);
}


#content-links,
#topics-links,
#common-footer {
	z-index: 200;
	will-change: transform;
}




/* ---------------------------------------------------------------------------------------------------- */
/* OPENING */

#kv video {
	opacity: 0;
	transition: all 500ms ease-out;
}
#kv video.show {
	opacity: 1;
}


h1 {
	position: relative;
	height: 70px;
	overflow: hidden;
}

#ourstory .lead {
	position: relative;
	height: 50px;
	overflow: hidden;
}



#ourstory {
	background: rgba(0,0,0,0);
	transition: all 1000ms ease;
}

h1 span {
	position: relative;
	display: block;
	transform: translateY(70px);
	transition: all 400ms ease 200ms;
}
#ourstory .lead span {
	position: relative;
	display: block;
	transform: translateY(50px);
	transition: all 400ms ease 400ms;
}


#ourstory .text {
	opacity: 0;
	transition: all 800ms ease 600ms;
}

#ourstory nav li {
	opacity: 0;
	transform: translateY(20px);
	transition: all 400ms ease 800ms;
}
#ourstory nav li:nth-child(2) {
	transition-delay: 900ms;
}
#ourstory nav li:nth-child(3) {
	transition-delay: 1000ms;
}




body.start #ourstory {
	background: rgba(0,0,0,0.5);
}
body.start h1 span {
	transform: translateY(0px);
}
body.start #ourstory .lead span {
	transform: translateY(0px);
}

body.start #ourstory .text {
	opacity: 1;
}

body.start #ourstory nav li {
	opacity: 1;
	transform: translateY(0px);
}





/* ---------------------------------------------------------------------------------------------------- */

.slide {
	position: sticky;
	width: 100%;
	height: 100vh;
	top: 0;
}
.slide .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.slide .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*
.slide .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: rgba(0,0,0,0.25);
}
*/


#slide-content {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	pointer-events: none;
}
#slide-content .inner {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 100;
}

#slide-content h2 {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.9;
}
#slide-content article {
	box-sizing: border-box;
	padding: 30px 50px;
	font-size: 20px;
	font-weight: 500;
	line-height: 2.2;
	text-align: center;
	color: #222;
	background: rgba(255,255,255,0.92);
	
	opacity: 0;
	visibility: hidden;
	transition: all 600ms ease 0ms;
}
#slide-content article span {
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 2.2;
}
#slide-content article span + span {
	margin-top: 25px;
	opacity: 0;
	visibility: hidden;
	transition: all 600ms ease 0ms;
}


#slide-content[data-key="1"] .point article {
	opacity: 1;
	visibility: visible;
	transition: all 1500ms ease 1000ms;
}
#slide-content[data-key="2"] .line article {
	opacity: 1;
	visibility: visible;
	transition: all 1500ms ease 1000ms;
}
#slide-content[data-key="3"] .surface article {
	opacity: 1;
	visibility: visible;
	transition: all 1500ms ease 1000ms;
}
#slide-content[data-key="4"] .city article {
	opacity: 1;
	visibility: visible;
	transition: all 1500ms ease 3000ms;
}
#slide-content[data-key="4"] .city article span + span {
	opacity: 1;
	visibility: visible;
	transition: all 1500ms ease 4200ms;
}



#indicator {
	position: fixed;
	width: 20px;
	left: 12px;
	top: calc(50%);
	z-index: 20;
	transform: translateY(-50%);
}
#indicator a {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
}
#indicator a + a {
	margin-top: 5px;
}
#indicator a::before {
	position: absolute;
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	left: calc(50% - 4px);
	top: calc(50% - 4px);
	background: #ccc;
	border-radius: 4px;
}
#indicator a.active::before {
	background: #dc1010;
}



#scroller {
	position: fixed;
	width: 40px;
	height: 40px;
	left: calc(50% - 20px);
	bottom: 30px;
	z-index: 25;
	transition: all 400ms ease-out;
}
#scroller a {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	text-align: center;
	background: #dc1010;
	border: 2px solid #dc1010;
	border-radius: 55px;
	overflow: hidden;
	will-change: transform;
	cursor: pointer;
}
#scroller a::before {
	position: absolute;
	content: "";
	display: block;
	width: 102%;
	height: 100%;
	left: -1%;
	top: 0;
	z-index: 1;
	background: #fff;
	transform: scaleY(0);
	transform-origin: center top;
	transition: all 300ms ease;
}
#scroller a::after {
	position: absolute;
	content: "";
	display: block;
	width: 12px;
	height: 6px;
	left: calc(50% - 6px);
	top: calc(50% - 3px);
	z-index: 10;
	background: url(/img/arrow_down.svg) 0 0 no-repeat;
	background-size: 100% auto;
	filter: brightness(0) invert(1);
}

#scroller a:hover {
	color: #fff;
}
#scroller a:hover::before {
	transform: scaleY(1);
}
#scroller a:hover::after {
	filter: brightness(1) invert(0);
}
body[data-slidekey="4"] #scroller,
body[data-slidekey="5"] #scroller {
	opacity: 0;
	visibility: hidden;
}



@media screen and (max-height:900px) {
	#ourstory {
		padding: 120px 0;
	}
}
@media screen and (max-height:800px) {
	#ourstory {
		padding: 70px 0 80px;
	}
	#scroller {
		bottom: 20px;
	}
}
@media screen and (max-height:720px) {
	#ourstory {
		padding: 60px 0 70px;
	}
	#ourstory .lead {
		margin-top: 30px;
	}
	#ourstory .text {
		margin-top: 30px;
	}
	#ourstory nav {
		margin-top: 40px;
	}
	#scroller {
		width: 30px;
		height: 30px;
		left: calc(50% - 15px);
		bottom: 15px;
	}
	#scroller a {
		height: 30px;
	}
}
@media screen and (max-height:600px) {
	#ourstory {
		padding: 50px 0 60px;
	}
	#ourstory h1 {
		font-size: 54px;
	}
	#ourstory .lead {
		margin-top: 20px;
		font-size: 26px;
	}
	#ourstory .text {
		margin-top: 20px;
		font-size: 16px;
	}
}









/* ---------------------------------------------------------------------------------------------------- */
/* SCROLL MOTION */

#ourstory h2 {
	position: relative;
	height: 50px;
	overflow: hidden;
}
#ourstory h2 span {
	position: relative;
	display: block;
	transform: translateY(50px);
	transition: all 400ms ease;
}

#ourstory h2.pass span {
	transform: translateY(0px);
}


#ourstory article {
	opacity: 0;
	transition: all 800ms ease 200ms;
}
#ourstory h2.pass + article {
	opacity: 1;
}




#vision .typo {
	opacity: 0;
	transform: translateY(20px);
	transition: all 500ms ease;
}
#vision li.pass .typo {
	opacity: 1;
	transform: translateY(0px);
}


#vision .fig {
	opacity: 0;
	transform: scale(0.8);
	transition: all 500ms ease 200ms;
}
#vision li.pass .fig {
	opacity: 1;
	transform: scale(1);
}


#vision dt {
	position: relative;
	height: 45px;
	overflow: hidden;
}
#vision dt span {
	position: relative;
	display: block;
	transform: translateY(45px);
	transition: all 600ms ease 200ms;
}
#vision li.pass dt span {
	transform: translateY(0px);
}


#vision dd {
	opacity: 0;
	transition: all 600ms ease 400ms;
}
#vision li.pass dd {
	opacity: 1;
}




/* ---------------------------------------------------------------------------------------------------- */
/* Values - 2026 */

#values {
	position: relative;
	z-index: 50;
	padding: 110px 0 90px;
	background: #fff;
	border-top: 1px solid #e6e6e6;
	will-change: transform;
}
#values .text {
	margin-top: 34px;
	text-align: center;
}
#values .text p {
	font-size: 17px;
	font-weight: 500;
}


#values h3 {
	position: relative;
	height: 28px;
	z-index: 50;
	overflow: hidden;
}
#values h3 span {
	display: block;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	color: #2b68b7;
}
#values .copy {
	position: relative;
	z-index: 50;
	margin: 9px 0 0;
	font-size: 62px;
	font-weight: 700;
	text-align: center;
	color: #dc1010;
}
#values .copy strong {
	font-size: 82px;
}
#values .value2 .copy {
	margin-top: 0;
}


#values .value-box {
	position: relative;
}
#values .value1 {
	margin-top: 64px;
	padding-top: 160px;
}
#values .value2 {
	margin-top: 84px;
	padding-top: 178px;
}
#values .value3 {
	margin-top: 54px;
	padding-top: 174px;
}

#values .caption {
	position: relative;
	z-index: 50;
	text-align: center;
}
#values .caption p {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.87;
}

#values .value1 .caption {
	margin-top: 155px;
}
#values .value2 .caption {
	margin-top: 155px;
}
#values .value3 .caption {
	margin-top: 170px;
}


#values .bg {
	position: absolute;
	width: 100%;
	height: 480px;
	left: 0;
	top: 0;
	z-index: 1;
}
#values .value1 .bg {
	background: url(../img/ourstory_value1.png) 50% 0% no-repeat;
	background-size: 1480px auto;
}
#values .value2 .bg {
	background: url(../img/ourstory_value2.png) 50% 0% no-repeat;
	background-size: 1480px auto;
}
#values .value3 .bg {
	background: url(../img/ourstory_value3.png) 50% 0% no-repeat;
	background-size: 1480px auto;
}


#content-links li a {
	display: block;
}
#content-links li a .thumb,
#content-links li a .thumb img {
}
#content-links li .label {
	margin: 15px 0 0;
	font-size: 15px;
	font-weight: 700;
}




.value-box .bg {
	opacity: 0;
	filter: blur(50px);
	transition: all 400ms ease-out;
}
.value-box h3 span {
	transform: translateY(40px);
	transition: all 300ms ease-out;
}
.value-box .copy {
	opacity: 0;
	transform: translateY(30px);
	transition: all 300ms ease-out;
}
.value-box .caption {
	opacity: 0;
	transition: all 450ms ease-out;
}


.value-box.pass .bg {
	opacity: 1;
	filter: blur(0px);
}
.value-box.pass h3 span {
	transform: translateY(0px);
	transition-delay: 200ms;
}
.value-box.pass .copy {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 400ms;
}
.value-box.pass .caption {
	opacity: 1;
	transition-delay: 700ms;
}




/* ---------------------------------------------------------------------------------------------------- */
/* BUSINESS CONCEPT */

#business-concept {
	position: relative;
	z-index: 50;
	padding: 110px 0 90px;
	background: #EDF8FF;
}

#business-concept .inner {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}
#business-concept .concept-box {
	display: grid;
	margin-right: -8%;
	grid-template-columns: 35% 65%;
}

#business-concept .concept-box h2 {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}
#business-concept .concept-box .pict {
	grid-column: 2 / 3;
	grid-row: 1 / span 4;
	padding-left: 40px;
}
#business-concept .concept-box .caption {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}
#business-concept .concept-box .nav {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
}

#business-concept .concept-box .pict img {
	max-width: 720px;
}


#business-concept h2 {
	height: 40px;
	overflow: hidden;
	margin: 38px 0 0;
}
#business-concept h2 span {
	display: block;
	font-size: 40px;
	font-weight: 500;
	font-family: "Josefin Sans", sans-serif;
	color: #2b68b7;
	white-space: nowrap;
}
#business-concept .caption {
	margin: 40px 0 0;
}
#business-concept .caption p {
	font-size: 20px;
	font-weight: 700;
	line-height: 2;
}
#business-concept .caption p + p {
	margin-top: 15px;
}
#business-concept .caption strong {
	display: block;
	margin: 23px 0 0;
	font-size: 32px;
}

#business-concept .nav {
	margin: 62px 0 0;
}




.concept-box .pict {
	opacity: 0;
	transform: translateY(30px);
	transition: all 400ms ease-out;
}
.concept-box h2 span {
	transform: translateY(50px);
	transition: all 300ms ease-out;
}
.concept-box .caption {
	opacity: 0;
	transition: all 400ms ease-out;
}
.concept-box .nav {
	opacity: 0;
	transition: all 400ms ease-out;
}


.concept-box.pass .pict {
	opacity: 1;
	transform: translateX(0px);
	transition-delay: 200ms;
}
.concept-box.pass h2 span {
	transform: translateY(0px);
	transition-delay: 400ms;
}
.concept-box.pass .caption {
	opacity: 1;
	transition-delay: 600ms;
}
.concept-box.pass .nav {
	opacity: 1;
	transition-delay: 800ms;
}






/* ---------------------------------------------------------------------------------------------------- */
/* #lottie */

#lottie{
	width:100%;
	height:100%;
	transform: translate3d(0,0,0);
	background-color: #ffffff;
}