@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);	}

}


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

#lead > .inner{	padding: calc(80 * var(--v)) 0 0;	}

#lead .text1
{
	font-size: var(--fzv30);
	text-align: center;
	line-height: 1.8;
}

#lead .boxes
{
	display: flex;	flex-wrap: wrap;	justify-content: space-between;
	gap: calc(30 * var(--v));
}
#lead .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);
}
#lead .box svg
{
	flex-shrink: 0;
	display: block;
	width: calc(70 * var(--v));	aspect-ratio: 1;
}
#lead .box h3
{
	margin-bottom: 0.6em;
	font-size: var(--fzv24);
	font-weight: 500;
	line-height: 1.3;
}
#lead .box p
{
	font-size: var(--fzv16);
	font-weight: 300;
	line-height: 1.7;
}

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



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

#lead > .inner{	padding: calc(50 * var(--v)) 0 calc(70 * var(--v));	}
#lead .text1
{
	font-size: var(--fzv24);
	letter-spacing: 0.1em;
}
#lead .boxes{	flex-direction: column;	}
#lead .box
{
	flex-direction: column;
	gap: calc(30 * var(--v));
	width: 100%;
	padding: calc(50 * var(--v)) calc(40 * var(--v));
}
#lead .box svg{	width: calc(95 * var(--v));	}
#lead .box h3{	text-align: center;	}
#lead .box p{	text-align: center;	}
#lead .text2{	font-size: var(--fzv24);	}

}


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

.bottomArrow{	background: var(--Ctheme1);	}
.bottomArrow > .inner
{
	height: calc(170 * var(--v));
	background: white;
	clip-path: polygon(0 -1px, 50% 100%, 100% -1px);
}

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

.bottomArrow > .inner{	height: calc(90 * var(--v));	}

}


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

#ourService
{
	padding: 0 0 calc(130 * var(--v));
	background: var(--Ctheme1);
}
#ourService > .outer
{
	position: relative;
	max-width: var(--outerW);

	padding: 0 var(--pageP);
	margin: 0 auto;
}
#ourService > .outer > .inner
{
	position: relative;
	max-width: var(--pageW);
	margin: 0 auto;
}

#ourService .titleArea
{
	position: sticky;
	top: 0;	left: 0;

	padding: calc(130 * var(--v)) 0 calc(400 * var(--v));

	transform: translateX(calc(-1 * var(--pageP)));
	pointer-events: none;
}
#ourService .titleArea .en
{
	margin-bottom: 0.1em;

	color: #ea933e;
	font-family: var(--Roboto);
	font-size: var(--fzv135);
	font-weight: 100;
	letter-spacing: -0.02em;
}
#ourService .titleArea h2
{
	padding-left: var(--pageP);
	color: white;
	font-size: var(--fzv22);
}


#ourService .serviceList
{
	display: flex;	flex-direction: column;	align-items: end;
	gap: calc(55 * var(--v));

	margin-top: calc(-420 * var(--v));
}
#ourService .serviceList > li
{
	width: min(100%, calc(900 * var(--v)));
	background: white;
}
#ourService .serviceList .summary
{
	position: relative;
	display: flex;	align-items: strech;
}
#ourService .serviceList .summary .plus
{
	position: absolute;
	bottom: calc(15 * var(--v));	right: calc(15 * var(--v));

	container-type: inline-size;
	display: flex;	justify-content: center;	align-items: center;
	width: calc(55 * var(--v));	aspect-ratio: 1;
	background: var(--Ctheme2);
	border-radius: 50%;

	cursor: pointer;
}
#ourService .serviceList .summary .plus::before,
#ourService .serviceList .summary .plus::after
{
	position: absolute;

	content: "";
	display: block;
	width: 30cqw;	height: 1px;
	background: white;

	transition: var(--T02);
}
#ourService .serviceList .summary .plus::after{	transform: rotate(90deg);	}
#ourService .serviceList > li.ON .plus::before{	transform: rotate(-180deg);	}
#ourService .serviceList > li.ON .plus::after{	transform: rotate(0deg);	}

#ourService .serviceList .summary picture
{
	--degX: calc((330 * var(--v)) / tan(72deg));

	flex-shrink: 0;
	width: calc(350 * var(--v));	min-height: calc(330 * var(--v));
	clip-path: polygon(0 0,0 100%, calc(100% - var(--degX)) 100%, 100% 0);
}

#ourService .serviceList .summary .texts
{
	padding: calc(40 * var(--v)) calc(40 * var(--v)) calc(40 * var(--v)) 0;
}
#ourService .serviceList .summary .texts
{
	display: flex;	align-items: center;
}
#ourService .serviceList .summary .texts > div{	width: 100%;	}
#ourService .serviceList .summary .texts h3
{
	margin-bottom: calc(20 * var(--v));
	font-size: var(--fzv26);
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
}
#ourService .serviceList .summary .texts .description
{
	font-size: var(--fzv17);
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-align: justify;
}


#ourService .serviceList > li > .inner
{
	padding: calc(55 * var(--v)) calc(40 * var(--v)) 0;
}
#ourService .serviceList .subSection h4
{
	display: flex;	align-items: center;
	gap: 0.4em;
	margin-bottom: calc(30 * var(--v));

	font-size: var(--fzv26);
}
#ourService .serviceList .subSection h4 svg
{
	--C1: var(--Ctheme2);
	width: 1em;	aspect-ratio: 100/66;
}

#ourService .serviceList > li > .inner .buttons
{
	display: flex;	justify-content: center;
	gap: calc(30 * var(--v));
}
#ourService .serviceList > li > .inner .buttonA,
#ourService .serviceList > li > .inner .buttonA a
{	width: 100%;	max-width: calc(320 * var(--v));	}

#ourService .serviceList .close
{
	padding: calc(50 * var(--v)) 0;

	font-family: var(--Roboto);
	font-size: var(--fzv16);
	font-weight: 200;
	text-align: center;

	cursor: pointer;
}


/* ===== list1 ===== */
#ourService .serviceList .list1
{
	display: flex;	flex-wrap: wrap;	justify-content: space-between;
	gap: calc(20 * var(--v));
}
#ourService .serviceList .list1 li
{
	width: calc(50% - 10 * var(--v));
	padding: calc(30 * var(--v));
	background: var(--Cgray5);
}
#ourService .serviceList .list1 h5
{
	margin-bottom: calc(20 * var(--v));
	font-size: var(--fzv21);
	font-weight: 500;
	text-align: center;
}
#ourService .serviceList .list1 p
{
	font-size: var(--fzv16);
	text-align: center;
	line-height: 1.5;
}


/* ===== list2 ===== */
#ourService .serviceList .list2
{
	display: flex;	flex-direction: column;
	gap: calc(15 * var(--v));
}
#ourService .serviceList .list2 li
{
	display: flex;
	min-height: calc(70 * var(--v));
	background: var(--Cgray5);
}
#ourService .serviceList .list2 .num
{
	display: flex;	justify-content: center;	align-items: center;
	width: calc(70 * var(--v));
	background: var(--Ctheme2);

	color: white;
	font-family: var(--Roboto);
	font-size: var(--fzv21);
	font-weight: 500;
}
#ourService .serviceList .list2 .description
{
	display: flex;	align-items: center;
	padding: calc(20 * var(--v));
}
#ourService .serviceList .list2 .description h5
{
	flex-shrink: 0;
	width: 11em;
	color: var(--Ctheme2);
	font-size: var(--fzv19);
	font-weight: 500;
}
#ourService .serviceList .list2 .description p
{
	font-size: var(--fzv16);
	line-height: 1.5;
}


/* ===== list3,5 ===== */
#ourService .serviceList .list3,
#ourService .serviceList .list5
{
	display: flex;	flex-wrap: wrap;	justify-content: space-between;
	gap: calc(20 * var(--v));
}
#ourService .serviceList .list3 li,
#ourService .serviceList .list5 li
{
	flex: 1;
	width: calc((100% - 20 * 2 * var(--v))/3);

	padding: calc(30 * var(--v));
	background: var(--Cgray5);
}
#ourService .serviceList .list3 h5,
#ourService .serviceList .list5 h5
{
	margin-bottom: calc(20 * var(--v));
	font-size: var(--fzv21);
	font-weight: 500;
	text-align: center;
}
#ourService .serviceList .list3 p,
#ourService .serviceList .list5 p
{
	font-size: var(--fzv16);
	text-align: center;
	line-height: 1.5;
}


/* ===== list4 ===== */
#ourService .serviceList .list4
{
	display: flex;	flex-wrap: wrap;
	gap: calc(20 * var(--v));
}
#ourService .serviceList .list4 li
{
	display: flex;
	width: calc(50% - 10 * var(--v));	height: calc(115 * var(--v));
	background: var(--Cgray5);
}
#ourService .serviceList .list4 picture
{
	flex-shrink: 0;
	display: flex;	justify-content: center;	align-items: center;
	height: 100%;	aspect-ratio: 1;
}
#ourService .serviceList .list4 p
{
	display: flex;	justify-content: center;	align-items: center;
	width: 100%;
	font-size: var(--fzv21);
}

/* ===== list6 ===== */
#ourService .serviceList .list6
{
	display: flex;	flex-wrap: wrap;	justify-content: space-between;
	gap: calc(20 * var(--v));
}
#ourService .serviceList .list6 li
{
	flex: 1;
	width: calc((100% - 20 * 2 * var(--v))/3);

	padding: calc(30 * var(--v)) 0;
	background: var(--Cgray5);
}
#ourService .serviceList .list6 h5
{
	margin-bottom: calc(20 * var(--v));
	font-size: var(--fzv21);
	font-weight: 500;
	text-align: center;
}
#ourService .serviceList .list6 p
{
	color: var(--Ctheme1);
	font-family: var(--roboto);
	text-align: center;
}
#ourService .serviceList .list6 li:nth-child(1) p{	font-size: var(--fzv64);	}
#ourService .serviceList .list6 li:nth-child(2) p{	font-size: var(--fzv68);	}
#ourService .serviceList .list6 li:nth-child(2) p span{	font-size: 0.55em;	}
#ourService .serviceList .list6 li:nth-child(3) p{	font-size: var(--fzv68);	}
#ourService .serviceList .list6 li:nth-child(3) p span{	font-size: 0.55em;	}

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

#ourService .serviceList > li{	cursor: pointer;	}
#ourService .serviceList > li .summary picture img{	transition: var(--T02);	}
#ourService .serviceList > li:hover .summary picture img{	transform: scale(1.05);	}
#ourService .serviceList > li .plus
{
	transition: var(--T02);
	transition-property: filter;
}
#ourService .serviceList > li:hover .plus{	filter: brightness(1.3) drop-shadow(0 0 0.5rem rgb(255,255,255,0.7));	}

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

#ourService .titleArea
{
	position: static;
	padding: calc(70 * var(--v)) 0;
}
#ourService .titleArea .en{	font-size: var(--fzv75);	}
#ourService .titleArea h2{	font-size: var(--fzv20);	}
#ourService .serviceList{	margin-top: unset;	}

#ourService .serviceList > li
{
	position: relative;
	flex-direction: column;
}
#ourService .serviceList .summary .plus{	bottom: calc(10 * var(--v));	right: calc(10 * var(--v));	}


#ourService .serviceList .summary picture
{
	--degX: calc(32vw/tan(72deg));

	flex-shrink: 0;
	width: 53vw;	height: 32vw;	min-height: unset;
	clip-path: polygon(0 0,0 100%, calc(100% - var(--degX)) 100%, 100% 0);
}
#ourService .serviceList .summary .texts h3
{
	position: absolute;
	top: 0;	left: 50vw;

	display: flex;	justify-content: center;	align-items: center;
	width: calc(100% - 50vw);	height: 32vw;

	margin-bottom: unset;
	font-size: var(--fzv24);
	line-height: 1.5;
}
#ourService .serviceList > li > .inner .description
{
	font-size: var(--fzv17);
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-align: justify;
}

#ourService .serviceList > li > .inner .buttons
{
	flex-direction: column;	align-items: center;
}
#ourService .serviceList > li > .inner .buttonA,
#ourService .serviceList > li > .inner .buttonA a
{	width: calc(var(--W) * var(--v));	max-width: unset;	}



/* ===== list1 ===== */
#ourService .serviceList .list1 h5{	font-size: var(--fzv18);	}
#ourService .serviceList .list1 p{	text-align: justify;	}


/* ===== list2 ===== */
#ourService .serviceList .list2 .num{	width: calc(95 * var(--v));	}
#ourService .serviceList .list2 .description
{
	flex-direction: column;	align-items: start;
	gap: calc(15 * var(--v));
}


/* ===== list3,5 ===== */
#ourService .serviceList .list3,
#ourService .serviceList .list5
{	flex-direction: column;	}
#ourService .serviceList .list3 li,
#ourService .serviceList .list5 li
{	width: 100%;	}
#ourService .serviceList .list3 h5,
#ourService .serviceList .list5 h5
{	font-size: var(--fzv18);	text-align: left;	}
#ourService .serviceList .list3 p,
#ourService .serviceList .list5 p
{	text-align: left;	}


/* ===== list4 ===== */
#ourService .serviceList .list4 li{	height: calc(90 * var(--v));	}
#ourService .serviceList .list4 p{	font-size: var(--fzv16);	}


/* ===== list6 ===== */
#ourService .serviceList .list6 h5{	font-size: var(--fzv18);	}
#ourService .serviceList .list6 li:nth-child(1) p{	font-size: var(--fzv46);	}
#ourService .serviceList .list6 li:nth-child(2) p{	font-size: var(--fzv50);	}
#ourService .serviceList .list6 li:nth-child(2) p span{	font-size: 0.55em;	}
#ourService .serviceList .list6 li:nth-child(3) p{	font-size: var(--fzv50);	}
#ourService .serviceList .list6 li:nth-child(3) p span{	font-size: 0.55em;	}

}


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

#voice{	background: var(--Cgray5);	}
#voice > .inner{	padding: calc(130 * var(--v)) 0;	}

#voice .titleArea1 .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;
}
#voice .titleArea1 h2
{
	font-size: var(--fzv22);
	text-align: center;
}

#voice .splide
{
	container-type: inline-size;
	width: 100%;
	margin: 0 auto;
}
#voice .splide__track{	overflow: visible;	}
#voice .splide__slide
{
	container-type: inline-size;
	background: white;
	border-radius: 0 calc(10 * var(--v)) calc(10 * var(--v)) calc(10 * var(--v));
	box-shadow: var(--shadow0);

	overflow: hidden;
}

#voice .splide__slide .titleArea2
{
	position: relative;
	display: flex;	justify-content: center;	align-items: center;
	height: calc(32cqw/235*245);
}
#voice .splide__slide .titleArea2 .en
{
	--degX: calc((32cqw/235*245) / tan(72deg));

	position: absolute;
	top: 0;	left: 0;

	width: 32cqw;	aspect-ratio: 235/245;
	background: var(--Ctheme1);

	padding: 1em;

	color: white;
	font-family: var(--Roboto);
	font-size: 3.6cqw;
	letter-spacing: 0.05em;

	clip-path: polygon(0 0,0 100%, calc(100% - var(--degX)) 100%, 100% 0);
}
#voice .splide__slide .titleArea2 h3
{
	z-index: 2;
	position: relative;
	font-size: 6.4cqw;
}
#voice .splide__slide > .inner{	padding: 5cqw 10cqw 10cqw;	}
#voice .splide__slide .description
{
	margin-bottom: 5cqw;

	font-size: 4.5cqw;
	line-height: 1.7;
	text-align: justify;
}
#voice .splide__slide .profile
{
	display: flex;	align-items: center;
	gap: 5cqw;
	padding: 5cqw;
	background: var(--Cgray5);
	border-radius: 2cqw;
}
#voice .splide__slide .profile svg
{
	--C1: var(--Ctheme2);
	--C2: white;

	width: 15cqw;	aspect-ratio: 1;
}
#voice .splide__slide .profile p
{
	font-size: 4.2cqw;
	line-height: 1.8;
}

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

#voice{	padding: 0;	}
#voice .titleArea1 .en{	font-size: var(--fzv85);	}
#voice .titleArea1 h2{	font-size: var(--fzv20);	}

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

}


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

#faq{	background: white;	}
#faq > .inner{	padding: calc(130 * var(--v)) 0;	}

#faq .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;
}
#faq .titleArea h2
{
	font-size: var(--fzv22);
	text-align: center;
}

#faq .faqList li
{
	border-bottom: 1px solid var(--Cgray3);
}
#faq .faqList li:first-child{	border-top: 1px solid var(--Cgray3);	}

#faq .faqList .icon
{
	flex-shrink: 0;
	width: calc(50 * var(--v));
}
#faq .faqList .icon p
{
	font-family: var(--Roboto);
	font-size: var(--fzv25);
	font-weight: 600;
	text-align: center;
}
#faq .faqList .Q .icon p{	color: var(--Ctheme1);	}
#faq .faqList .A .icon p{	color: var(--Ctheme2);	}

#faq .faqList .Q
{
	padding: calc(25 * var(--v)) calc(10 * var(--v)) calc(25 * var(--v)) 0;
	cursor: pointer;
}
#faq .faqList .A{	padding: calc(15 * var(--v)) calc(50 * var(--v)) calc(25 * var(--v)) 0;	}

#faq .faqList .Q,
#faq .faqList .A
{
	display: flex;	justify-content: space-between;	align-items: center;
	gap: calc(10 * var(--v));
}
#faq .faqList .Q .texts,
#faq .faqList .A .texts
{	width: 100%;	}

#faq .faqList .plus
{
	container-type: inline-size;
	position: relative;

	flex-shrink: 0;
	width: calc(15 * var(--v));	aspect-ratio: 1;
}
#faq .faqList .plus::before,
#faq .faqList .plus::after
{
	position: absolute;
	top: 50cqw;	left: 0;
	content: "";
	display: block;
	width: 100cqw;	height: 2px;
	background: var(--Cgray1);

	transition: var(--T02);
}
#faq .faqList .plus::after{	transform: rotate(90deg);	}

#faq .faqList li.ON .plus::before{	transform: rotate(-180deg);	}
#faq .faqList li.ON .plus::after{	transform: rotate(0deg);	}

#faq .faqList .Q .texts h3,
#faq .faqList .A .texts p
{
	font-size: var(--fzv16);
	line-height: 1.7;
	text-align: justify;
}
#faq .faqList .Q .texts h3{	font-weight: 500;	}

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

#faq .titleArea .en{	font-size: var(--fzv85);	}
#faq .titleArea h2{	font-size: var(--fzv20);	}

}



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