@charset "utf-8";

/*
* File       : lang.css
* Author     : B-WORKER
*      
 * SUMMARY:
 * 1) en / [lang="en-US"]
 * 2) jp / 
*/

[lang="en-US"]{--lang-body:'Manrope';}

/* **************************************** *
 * layout
 * **************************************** */



/* **************************************** *
 * main
 * **************************************** */


/* **************************************** *
 * sub
 * **************************************** */
.solution-device__point li p{padding:0rem 20rem;}
.usercase-list__info dl dd{line-height:1.5; font-weight:300;}
:root{--fs-default:17rem;}

@media all and (max-width:1023px){
	.solution-display__textBox.third{left:-90rem;}
}

@media (max-width: 540px){
	.solution-display__textBox.third{bottom:-90rem; left:-35rem; width:120%;}
	:root{--fs-4xl:23rem; --fs-3xl:22rem; --fs-2xl:20rem;}
	[data-font-heading="4xl"]{line-height:1.3;}
	.solution-display__textBox p{line-height:1.3; font-size:15rem;}
	.compare-choose__box li{height:99rem;}
	.usercase-list__info dl span + span{margin-top:5rem;}
}