@charset "utf-8";
@font-face {
	font-family: 'M PLUS Rounded 1c';
	src: url('/css/lang/font/RHR_CN-Regular.woff2') format('woff2');
	font-weight: normal;
  font-style: normal;
}
html{
  height: 100%;
  scroll-behavior: smooth;
  color: #000000;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
img[src$=".svg"].p-main__img__title {
	left: 26vw;
	z-index: 5;
	top: 7vw;
	position: absolute;
	width: 26.5vw;
}
.p-whoAreWe__ttl {
	font-family: 'RHR_CN_Heavy', sans-serif;
}
@media only screen and (max-width: 1023px) {
	img[src$=".svg"].p-main__img__title {
		left: 10vw;
		top: 18vw;
		width: 59vw;
	}
}