
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@700&display=swap");
@charset "UTF-8";
.visually-hidden {
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	margin: -1px;
}
* {
	box-sizing: border-box;
}
*::before, *::after {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	background: #fff;
	font-family: "Roboto", "Noto Sans JP", Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	vertical-align: bottom;
	color: #414141;
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
}
article, aside, footer, header, main, section {
	display: block;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
li, ul {
	list-style: none;
}
a {
	text-decoration: none;
	line-height: 1;
}
address, body, dd, div, dl, dt, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, table, td, th, ul {
	margin: 0;
	padding: 0;
}
article > * + * {
	margin-top: 1em;
}
input, button, textarea, select {
	font: inherit;
}
.pc-only {
	display: block;
}
.sp-only {
	display: none;
}
.pc-only-ib {
	display: inline-block;
}
.sp-only-ib {
	display: none;
}
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: .01ms;
		animation-iteration-count: 1;
		transition-duration: .01ms;
		scroll-behavior: auto;
	}
}
@media screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
	.pc-only-ib {
		display: none;
	}
	.sp-only-ib {
		display: inline-block;
	}
}
