@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
:root {
	--acumin: "acumin-pro", sans-serif;
	--black: #333333;
	--blue: #32326e;
	--orange: #ff8a06;
	--white: #f5f5f5;
	--regular: 400;
	--medium: 500;
	--bold: 700;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	box-sizing: border-box;
	color: #000000;
	font-weight: var(--regular);
	background: #fff;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.375;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "acumin-pro", sans-serif;
}
a {
	text-decoration: none;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #000000;
}
a:focus {
	outline: none;
}
a img {
	border-width: 0px;
	border-style: none;
	border-color: #fff;
	background: transparent;
}
ul {
	list-style-type: none;
}
.pc {
	display: none;
}
@media screen and (max-width: 1100px) {
	.pc {
		display: initial;
	}
	.tab {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.pc {
		display: initial;
	}
	.tab {
		display: initial;
	}
	.sp {
		display: none;
	}
}
