@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
html{
	font-size: 10px;
}
body {
	line-height: 2;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000000;
	word-break: break-all;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

*::after, *::before {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}
main {
	display: block;
}
a:hover, a:focus, a:visited {
	outline: none;
	border: none;
}

a {
	text-decoration: none;
	color: inherit
}

.clear {
	clear: both;
}

a[href^="tel:"] {
	cursor: default;
}

a[href^="tel:"]:hover {
	text-decoration: none;
}

br {
	font-size: 0;
}
.hv-o:hover {
	opacity: .7;
}
.eng{
	font-family: "Outfit", sans-serif;
}
@media screen and (max-width:1400px){
	html{
		font-size: 0.71vw;
	}
}
@media screen and (max-width:767px){
	html{
		font-size: 2.67vw;
	}
}