@charset "UTF-8";


/* ================================================================================
KV
================================================================================ */
@media print, screen
{

#KV .background
{
	--degX: calc((490 * var(--v)) / tan(72deg));

	z-index: 2;
	position: absolute;
	top: 0;	left: 0;

	width: 44vw;	height: 100%;
	background: var(--Ctheme1);

	clip-path: polygon(0 0,0 100%, calc(100% - var(--degX)) 100%, 100% 0);
}
#KV .image
{
	--degX: calc((450 * var(--v))/tan(72deg));

	z-index: 1;
	position: absolute;
	top: 0;	right: 0;

	width: calc(56vw + (490 * var(--v)) / tan(72deg));	height: calc(450 * var(--v));
	clip-path: polygon(var(--degX) 0,0 100%, 100% 100%, 100% 0);
}

#KV > .inner
{
	z-index: 3;
	display: flex;	align-items: center;
	height: calc(490 * var(--v));
	padding: var(--headerH) 0 calc(0 * var(--v));
}
#KV p
{
	margin-bottom: calc(20 * var(--v));

	color: white;
	font-family: var(--Roboto);
	font-size: var(--fzv115);
	font-weight: 100;
}
#KV h1
{

	color: white;
	font-size: var(--fzv22);
	font-weight: 300;
}


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

#KV{	padding: 0 calc(2 * var(--pageP));	}
#KV .background
{
	--degX: calc(71vw/tan(72deg));
	width: 57vw;
}
#KV .image
{
	--degX: calc(50vw/tan(72deg));

	top: var(--headerH);

	width: calc(44vw + 71vw/tan(72deg));	height: 50vw;
	clip-path: polygon(var(--degX) 0,0 100%, 100% 100%, 100% 0);
}
#KV > .inner{	height: 71vw;	}
#KV p{	font-size: var(--fzv60);	}

}


/* ================================================================================
mission
================================================================================ */
@media print, screen
{

#mission{	padding: 0;	}
#mission > .outer
{
	position: relative;
	max-width: var(--outerW);
	margin: 0 auto;
}
#mission > .outer > .inner
{
	display: flex;	justify-content: space-between;	align-items: stretch;
	max-width: var(--pageW);

	padding-top: calc(80 * var(--v));
	margin: 0 auto;
}

#mission .en
{
	z-index: 3;
	position: absolute;
	top: 0;	right: 0;

	color: var(--Cgray3);
	font-family: var(--Roboto);
	font-size: var(--fzu135);
	font-weight: 100;
	text-align: right;

	pointer-events: none;
}
#mission .image{	width: calc(505 * var(--u));	height: calc(540 * var(--v));	}
#mission .texts
{
	display: block;
	width: 50%;
	padding: calc(75 * var(--u)) calc(40 * var(--u)) 0 calc(70 * var(--u));
}
#mission .texts h2
{
	margin-bottom: calc(40 * var(--v));
	font-size: var(--fzv36);
	line-height: 1.8;
}
#mission .texts p
{
	font-size: var(--fzv17);
	line-height: 2.4;
	letter-spacing: 0.05em;
}

}
@media screen and (max-width: 767px)
{
#mission > .outer > .inner
{
	display: block;
	padding: calc(40 * var(--v)) var(--pageP) 0;
}
#mission .en
{
	position: unset;
	font-size: var(--fzv85);
}
#mission .image
{
	width: calc(570 * var(--v));	height: auto;
	aspect-ratio: 1140/895;
}
#mission .texts
{
	width: 100%;
	padding: calc(45 * var(--u)) var(--pageP) 0 calc(var(--pageP) * 3);
}
#mission .texts h2
{
	margin-bottom: calc(20 * var(--v));
	font-size: var(--fzv25);
	letter-spacing: 0.05em;
}
#mission .texts p
{
	font-size: var(--fzv18);
	line-height: 2.1;
}

}


/* ================================================================================
vision
================================================================================ */
@media print, screen
{

#vision{	padding: 0;	}
#vision > .outer
{
	position: relative;

	display: flex;	justify-content: space-between;	align-items: stretch;
	flex-direction: row-reverse;

	max-width: var(--outerW);
	padding-top: calc(50 * var(--v));
	margin: 0 auto;
}
#vision .en
{
	z-index: 3;
	position: absolute;
	top: 0;	left: 0;

	color: var(--Cgray3);
	font-family: var(--Roboto);
	font-size: var(--fzu135);
	font-weight: 100;
	text-align: right;

	pointer-events: none;
}
#vision .image{	width: calc(690 * var(--u));	height: calc(540 * var(--v));	}
#vision .texts
{
	display: block;
	width: 50%;
	padding: calc(120 * var(--u)) calc(40 * var(--u)) 0 calc( ( var(--outerW) - var(--pageW) ) / 2 );
}
#vision .texts h2
{
	margin-bottom: calc(40 * var(--v));
	font-size: var(--fzv36);
	line-height: 1.8;
}
#vision .texts p
{
	font-size: var(--fzv17);
	line-height: 2.4;
	letter-spacing: 0.05em;
}

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

#vision > .outer
{
	display: block;
	padding: 0 var(--pageP);
}
#vision .en
{
	position: unset;
	margin-bottom: calc(40 * var(--v));
	font-size: var(--fzv85);
}
#vision .image
{
	width: calc(570 * var(--v));	height: auto;
	aspect-ratio: 1140/895;
}
#vision .texts
{
	width: 100%;
	padding: calc(45 * var(--u)) var(--pageP) 0 calc(var(--pageP) * 3);
}
#vision .texts h2
{
	margin-bottom: calc(20 * var(--v));
	font-size: var(--fzv25);
	letter-spacing: 0.05em;
}
#vision .texts p
{
	font-size: var(--fzv18);
	line-height: 2.1;
}

}

/* ================================================================================
values
================================================================================ */
@media print, screen
{

#values
{
	padding: calc(110 * var(--v)) 0;
	background: var(--Ctheme1);
}
#values > .outer
{
	position: relative;
	max-width: var(--outerW);
	margin: 0 auto;
}
#values > .outer > .inner
{
	display: flex;	justify-content: space-between;	align-items: stretch;
	max-width: var(--pageW);

	padding-top: calc(20 * var(--v));
	margin: 0 auto;
}

#values h2.en
{
	z-index: 3;
	position: absolute;
	top: 0;	left: 0;

	color: #ea933e;
	font-family: var(--Roboto);
	font-size: var(--fzu135);
	font-weight: 100;
}

#values .texts
{
	width: calc(420 * var(--u));
	padding-top: calc(145 * var(--u));
}
#values .texts p
{
	color: white;
	font-size: var(--fzv17);
	line-height: 2.4;
	letter-spacing: 0.05em;
}

}
@media screen and (min-width: 768px)
{

#values ul
{
	display: flex;	flex-wrap: wrap;	justify-content: center;
	width: calc(687 * var(--v));
}
#values ul > li
{
	container-type: inline-size;
	flex-shrink: 0;
	display: flex;	justify-content: center;	align-items: center;
	width: 50%;
	aspect-ratio: 1;
	background: rgb(244,173,33,0.4);
	border-radius: 50%;
	box-shadow: var(--shadow0);

	opacity: 0;
	transition: var(--T05);
}
#values ul.inview > li{	opacity: 1;	}

#values ul > li:nth-child(1){	transform: translate(3%,3%);	transition-delay: 0.3s;	}
#values ul > li:nth-child(2){	transform: translate(-3%,3%);	transition-delay: 0.6s;	}
#values ul > li:nth-child(3){	transform: translate(3%,-3%);	transition-delay: 0.9s;	}
#values ul > li:nth-child(4){	transform: translate(-3%,-3%);	transition-delay: 1.2s;	}




#values ul > li .en
{
	margin-bottom: 2cqw;

	color: #ffd957;
	font-family: var(--Roboto);
	font-size: 13cqw;
	font-weight: 300;
	text-align: center;
}
#values ul > li h3
{
	margin-bottom: 10cqw;

	color: white;
	font-size: 5.5cqw;
	text-align: center;
}
#values ul > li h3 + p
{
	color: white;
	font-size: 5cqw;
	text-align: center;
	line-height: 1.8;
}

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

#values > .outer > .inner
{
	flex-direction: column-reverse;
	padding: calc(40 * var(--v)) 0 0;
}

#values .splide__slide
{
	container-type: inline-size;
	flex-shrink: 0;
	display: flex;	justify-content: center;	align-items: center;
	width: 62vw;	aspect-ratio: 1;
	background: rgb(244,173,33,0.4);
	border-radius: 50%;
	box-shadow: var(--shadow0);
}

#values .splide__slide .en
{
	margin-bottom: 2cqw;

	color: #ffd957;
	font-family: var(--Roboto);
	font-size: 13cqw;
	font-weight: 300;
	text-align: center;
}
#values .splide__slide h3
{
	margin-bottom: 10cqw;

	color: white;
	font-size: 5.5cqw;
	text-align: center;
}
#values .splide__slide h3 + p
{
	color: white;
	font-size: 5cqw;
	text-align: center;
	line-height: 1.8;
}

#values .splide__pagination{	bottom: -10cqw;	}
#values .splide__pagination{	gap: 1.5cqw;	}
#values .splide__pagination__page
{
	width: 2.5cqw;	height: auto;	aspect-ratio: 1;
	border: 2px solid white;
	background: transparent;
}
#values .splide__pagination__page.is-active
{
	border: 2px solid white;
	background: white;
	transform: scale(1);
}

#values h2.en
{
	position: unset;
	font-size: var(--fzv85);
}
#values .texts
{
	width: 100%;
}
#values .texts p
{
	padding: 0 calc(var(--pageP) * 3);
}

}


/* ================================================================================
policy
================================================================================ */
@media print, screen
{

#policy .titleArea .en
{
	margin-bottom: 0.25em;

	color: #ea933e;
	font-family: var(--Roboto);
	font-size: var(--fzv108);
	font-weight: 100;
	text-align: center;
	letter-spacing: -0.02em;
}
#policy .titleArea h2
{
	font-size: var(--fzv22);
	text-align: center;
}
#policy .boxes
{
	display: flex;	flex-wrap: wrap;	justify-content: space-between;
	gap: calc(30 * var(--v));
}
#policy .box
{
	display: flex;	align-items: center;
	gap: calc(40 * var(--v));

	width: calc((100% - 30 * var(--v))/2);
	padding: calc(60 * var(--v)) calc(40 * var(--v));
	background: var(--Cgray4);
}
#policy .box svg
{
	flex-shrink: 0;
	display: block;
	width: calc(70 * var(--v));	aspect-ratio: 1;
}
#policy .box h3
{
	margin-bottom: 0.6em;
	font-size: var(--fzv24);
	font-weight: 500;
	line-height: 1.3;
}
#policy .box p
{
	font-size: var(--fzv16);
	font-weight: 300;
	line-height: 1.7;
}

#policy .text2
{
	font-size: var(--fzv36);
	text-align: center;
	line-height: 1.8;
}
#policy .text2 span{	font-family: var(--Roboto);	}

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

#policy > .inner{	padding: calc(50 * var(--v)) 0 calc(70 * var(--v));	}
#policy .titleArea .en{	font-size: var(--fzv85);	}
#policy .titleArea h2{	font-size: var(--fzv20);	}
#policy .boxes{	flex-direction: column;	}
#policy .box
{
	flex-direction: column;
	gap: calc(30 * var(--v));
	width: 100%;
	padding: calc(50 * var(--v)) calc(40 * var(--v));
}
#policy .box svg{	width: calc(95 * var(--v));	}
#policy .box h3{	text-align: center;	}
#policy .box p{	text-align: center;	}
#policy .text2{	font-size: var(--fzv24);	}

}


/* ================================================================================
information
================================================================================ */
@media print, screen
{

#information .titleArea .en
{
	margin-bottom: 0.25em;

	color: #ea933e;
	font-family: var(--Roboto);
	font-size: var(--fzv108);
	font-weight: 100;
	text-align: center;
	letter-spacing: -0.02em;
}
#information .titleArea h2
{
	font-size: var(--fzv22);
	text-align: center;
}

#information .informationList
{
	width: 100%;	max-width: calc(980 * var(--v));
	margin: 0 auto;
}
#information .informationList > li
{
	display: flex;

	padding: calc(25 * var(--v)) calc(20 * var(--v));
	border-bottom: 1px solid var(--Cgray3);
}
#information .informationList > li:first-child{	border-top: 1px solid var(--Cgray3);	}
#information .informationList > li .box:first-child
{
	flex-shrink: 0;
	width: calc(200 * var(--v));
}

#information .informationList h3
{
	font-weight: 500;
	line-height: 1.7;
}
#information .informationList p{	line-height: 1.7;	}

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

#information > .inner{	padding: calc(50 * var(--v)) 0 calc(70 * var(--v));	}
#information .titleArea .en{	font-size: var(--fzv85);	}
#information .titleArea h2{	font-size: var(--fzv20);	}

}


/* ================================================================================
access
================================================================================ */
@media print, screen
{

#access .boxes
{
	display: flex;	align-items: stretch;
	min-height: calc(490 * var(--v));
	background: var(--Cgray5);
}
#access .box{	flex-shrink: 0;	width: 50%;	}
#access .box:nth-child(2)
{
	display: flex;	align-items: center;
	padding: calc(40 * var(--v)) calc(80 * var(--u));
}
#access iframe
{
	display: block;
	width: 100%;	height: 100%;
}
#access h2
{
	color: #ea933e;
	font-family: var(--Roboto);
	font-size: var(--fzv43);
	font-weight: 200;
	letter-spacing: -0.02em;
}
#access .text1
{
	margin-bottom: 0.5em;
	font-size: var(--fzv18);
	font-weight: 500;
}
#access .text2
{
	font-size: var(--fzv16);
	line-height: 1.7;
}

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

#access .boxes
{
	flex-direction: column;
	min-height: unset;
}
#access .box{	width: 100%;	}
#access .box:nth-child(1){	height: calc(430 * var(--v));	}
#access .box:nth-child(2){	padding: calc(50 * var(--v));	}



}









/* ======================================== end ======================================== */
