@charset "UTF-8";




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



main {
}







#ourstory {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: calc(100vh - 80px);
	padding: 60px 40px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.5);
}
#ourstory h1 {
	font-size: 40px;
	font-family: "Josefin Sans", sans-serif;
}
#ourstory .lead {
	margin: 20px 0 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
}
#ourstory .text {
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
	text-align: left;
}
#ourstory .text br {
	display: none;
}
#ourstory nav {
	margin: 30px 0 0;
}
#ourstory nav ul {
}
#ourstory nav li {
}
#ourstory nav li + li {
	margin-top: 15px;
}
#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;
	transition: all 300ms ease-out;
}
#ourstory nav a::before {
	position: absolute;
	content: "";
	display: block;
	width: 12px;
	height: 6px;
	right: 20px;
	top: calc(50% - 3px);
	background: url(/img/arrow_down_white.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}



#ourstory .column {
	margin: 100px 0 0;
}
#ourstory .column h2 {
	font-size: 24px;
	font-weight: 500;
}
#ourstory .column article {
	margin: 30px 0 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
	text-align: left;
}
#ourstory .column article br {
	display: none;
}
#ourstory .column figure {
	width: 300px;
	margin: 60px auto 0;
}
#ourstory .column figure img {
	display: none;
}
	
	
	



/*
@media screen and (orientation:landscape) {
	main {
	}
	#ourstory .lead {
		margin: 20px 0 0;
	}
	#ourstory nav {
		margin: 40px 0 0;
	}
	#ourstory nav ul {
		display: flex;
		justify-content: space-between;
	}
	#ourstory nav ul li {
		width: calc(50% - 10px);
	}
	#ourstory nav li + li {
		margin-top: 0;
	}
}
*/










#mission {
	position: relative;
	z-index: 50;
	padding: 60px 24px;
	background: #fff;
}

.column .inner {
}

.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: 35px 0 0;
	font-size: 17px;
	font-weight: 500;
	font-family: "Josefin Sans", sans-serif;
}
.column header .lead {
	margin: 12px 0 0;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.5;
}

.column .text {
	margin: 45px auto 0;
}
.column .text p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}
.column .text p + p {
	margin-top: 24px;
}
.column figure {
	margin: 40px 0 0;
}





#vision {
	position: relative;
	z-index: 50;
	padding: 60px 24px;
	background: #f4f4f4;
	border-top: 1px solid #e6e6e6;
}

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

#vision ul {
	max-width: 400px;
	margin: 0 auto;
}
#vision li {
	position: relative;
}
#vision li + li {
	margin-top: 100px;
}

#vision dl {
	position: relative;
	z-index: 100;
	margin: 20px 0 0;
}
#vision dt {
	font-size: 30px;
	font-weight: 500;
	color: #dc1010;
}
#vision dd {
	margin: 10px 0 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}




#vision li .pict {
	position: relative;
}
#vision li .pict .typo {
	position: absolute;
	width: 70px;
	left: 0;
	top: -30px;
	z-index: 20;
}
#vision li .pict .fig {
	position: relative;
	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: 0;
	top: 0;
	z-index: 1;
	background: #fff;
	border-radius: 50%;
}

#vision li:nth-child(2n) .pict .typo {
	left: auto;
	right: 0;
}



#vision li:nth-child(1)::after,
#vision li:nth-child(3)::after {
	position: absolute;
	content: "";
	display: block;
	width: 80vw;
	height: 4px;
	left: calc(50% - 40vw);
	top: 90vw;
	background: #fff;
	transform: rotate(45deg);
}
#vision li:nth-child(2)::after {
	position: absolute;
	content: "";
	display: block;
	width: 80vw;
	height: 4px;
	left: calc(50% - 40vw);
	top: 90vw;
	background: #fff;
	transform: rotate(-45deg);
}


@media screen and (min-width: 480px) {
	#vision li:nth-child(1)::after,
	#vision li:nth-child(3)::after {
		width: 384px;
		left: calc(50% - 192px);
		top: 390px;
	}
	#vision li:nth-child(2)::after {
		width: 384px;
		height: 4px;
		left: calc(50% - 192px);
		top: 390px;
	}
}





#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: 48px;
	overflow: hidden;
}

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



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

h1 span {
	position: relative;
	display: block;
	transform: translateY(48px);
	transition: all 400ms ease 200ms;
}
#ourstory .lead span {
	position: relative;
	display: block;
	transform: translateY(24px);
	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: 24px;
	font-weight: 500;
	line-height: 1.8;
}
#slide-content article {
	box-sizing: border-box;
	margin: 0 24px;
	padding: 16px 22px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	color: #222;
	background: rgba(255,255,255,0.92);
	
	opacity: 0;
	visibility: hidden;
	transition: all 600ms ease;
}
#slide-content article span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}
#slide-content article span + span {
	margin-top: 15px;
	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: 18px;
	left: 6px;
	top: calc(50%);
	z-index: 20;
	transform: translateY(-50%);
}
#indicator a {
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
}
#indicator a + a {
	margin-top: 0;
}
#indicator a::before {
	position: absolute;
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	left: calc(50% - 3px);
	top: calc(50% - 3px);
	background: #ccc;
	border-radius: 3px;
}
#indicator a.active::before {
	background: #dc1010;
}





#scroller {
	position: fixed;
	width: 30px;
	height: 30px;
	left: calc(50% - 15px);
	bottom: 25px;
	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: 30px;
	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);
	bottom: 10px;
	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;
}










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

#ourstory h2 {
	position: relative;
	height: 26px;
	overflow: hidden;
}
#ourstory h2 span {
	position: relative;
	display: block;
	transform: translateY(26px);
	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: 36px;
	overflow: hidden;
}
#vision dt span {
	position: relative;
	display: block;
	transform: translateY(36px);
	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: 60px 0;
	background: #fff;
	border-top: 1px solid #e6e6e6;
	will-change: transform;
}
#values .text {
	margin-top: 30px;
	text-align: center;
}
#values .text p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.64;
}


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


#values .value-box {
	position: relative;
}
#values .value1 {
	margin-top: 40px;
	padding-top: 102px;
}
#values .value2 {
	margin-top: 40px;
	padding-top: 97px;
}
#values .value3 {
	margin-top: 40px;
	padding-top: 88px;
}

#values .caption {
	position: relative;
	z-index: 50;
	padding: 0 25px;
}
#values .caption p {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.8;
}
#values .caption p br {
	display: none;
}

#values .value1 .caption {
	margin-top: 88px;
}
#values .value2 .caption {
	margin-top: 105px;
}
#values .value3 .caption {
	margin-top: 112px;
}


#values .bg {
	position: absolute;
	width: 100%;
	height: 290px;
	left: 0;
	top: 0;
	z-index: 1;
}
#values .value1 .bg {
	background: url(../img/ourstory_value1_sp.png) 50% 0% no-repeat;
	background-size: auto 100%;
}
#values .value2 .bg {
	background: url(../img/ourstory_value2_sp.png) 50% 0% no-repeat;
	background-size: auto 100%;
}
#values .value3 .bg {
	background: url(../img/ourstory_value3_sp.png) 50% 0% no-repeat;
	background-size: auto 250px;
}






.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: 64px 0;
	background: #EDF8FF;
}

#business-concept .inner {
	position: relative;
	padding: 0 24px;
}
#business-concept .concept-box {
}

#business-concept .concept-box h2 {
}
#business-concept .concept-box .pict {
}
#business-concept .concept-box .caption {
}
#business-concept .concept-box .nav {
}




#business-concept h2 {
	height: 32px;
	margin: 0 -24px;
	overflow: hidden;
}
#business-concept h2 span {
	display: block;
	font-size: 30px;
	font-weight: 500;
	font-family: "Josefin Sans", sans-serif;
	text-align: center;
	color: #2b68b7;
	white-space: nowrap;
}
#business-concept .concept-box .pict {
	margin: 40px 0 0;
}
#business-concept .concept-box .pict img {
}

#business-concept .caption {
	margin: 40px 0 0;
	text-align: center;
}
#business-concept .caption p {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.778;
}
#business-concept .caption p + p {
	margin-top: 8px;
}
#business-concept .caption strong {
	display: block;
	margin: 22px 0 0;
	font-size: 32px;
}

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




#content-links {
	margin-top: -1px;
	padding: 45px 0;
	border-top: none;
}

#content-links li {
	padding: 0 24px;
}
#content-links li + li {
	margin-top: 45px;
	padding-top: 45px;
	border-top: 1px solid #E6E6E6;
}

#content-links li a {
	display: block;
}
#content-links li a .thumb,
#content-links li a .thumb img {
}
#content-links li .label {
	position: relative;
	display: inline-block;
	margin: 16px 0 0;
	font-size: 14px;
	font-weight: 700;
}
#content-links li .label::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -4px;
	background: #000;
}




.concept-box h2 span {
	transform: translateY(40px);
	transition: all 300ms ease-out;
}
.concept-box .pict {
	opacity: 0;
	transform: translateY(30px);
	transition: all 400ms 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 h2 span {
	transform: translateY(0px);
	transition-delay: 200ms;
}
.concept-box.pass .pict {
	opacity: 1;
	transform: translateX(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;
}