@charset "utf-8";

@font-face
{
	font-family: "Noto Sans JP";
	font-weigyht: 400;
/*	src: url( "/_ext/NotoSansJP-VariableFont_wght.ttf" ) format( "truetype" ); */
	src: url( "/_ext/NotoSansJP-VariableFont_wght.woff2" ) format( "woff2" );
}

:root
{
	--color-text: #333333;
	--color-back: #FFFAE1;
	--color-key: #FF6750;
	--color-sub: #3FAF5B;
}

body
{
	margin: 0;
	padding: 0;
	border: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: 20px;
	color: var(--color-text);
	line-height: 1.7;
	vertical-align: baseline;
	background: var(--color-back);
}
img.logo_white
{
	filter: invert(100%) sepia(11%) saturate(7413%) hue-rotate(291deg) brightness(111%) contrast(116%);
}
img.logo_key
{
	filter: invert(41%) sepia(82%) saturate(512%) hue-rotate(319deg) brightness(112%) contrast(101%);
}
img.logo_sub
{
	filter: invert(54%) sepia(100%) saturate(283%) hue-rotate(83deg) brightness(88%) contrast(92%);
}
p.logo_top img
{
	width: 240px;
	height: 240px;
}
p.logo_top
{
	margin-top: 100px;
	text-align: center;
}
.top
{
}
.top h1
{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: var(--color-sub);
	font-size: 48px;
	font-weight: 700;
	line-height: 1.5;
}
.top h2
{
	font-size: 24px;
	margin-bottom: 2rem;
	font-weight: 600;
}
.top h1 span
{
	display: block;
	clear: both;
	font-size: 18px;
	font-weight: 500;
}
.top article
{
	margin-top: 3rem;
	padding-left: 25%;
	padding-right: 25%;
	padding-bottom: 5rem;
}
.top article p
{
	margin-bottom: 1.5rem;
}