@charset "utf-8";
body{
	color: #040000;
}
@font-face {
	font-family: "Trebuchet MS";
	src: url("../font/trebuchet_ms.eot"); /* IE 9 Compatibility Mode */
	src: url("../font/trebuchet_ms.eot?#iefix") format('embedded-opentype'), /* IE < 9 */
		url("../font/trebuchet_ms.woff2") format('woff2'), /* Super Modern Browsers */
		url("../font/trebuchet_ms.woff") format('woff'), /* Firefox >= 3.6, any other modern browser */
		url("../font/trebuchet_ms.ttf") format('truetype'), /* Safari, Android, iOS */
		url("../font/trebuchet_ms.svg#trebuchet_ms") format('svg'); /* Chrome < 4, Legacy iOS */
}
@font-face {
	font-family: "A-OTF-ShinGoPro";
	src: url("../font/A-OTF-ShinGoPro-Regular.otf") format("opentype");
}
@font-face {
	font-family: "A-OTF-MidashiGoPro-MB31";
	src: url("../font/A-OTF-MidashiGoPro-MB31.otf") format("opentype");
}
.headerLogo {
	width: 170px;
	height: auto;
}
.midashiGoPro{
	font-family: "A-OTF-MidashiGoPro-MB31";
	font-weight: 500;
}
.shinGoPro{
	font-family: "A-OTF-ShinGoPro";
}
.trebuchet{
	font-family: "Trebuchet MS", "sans-serif";
}
.notoSansJP{
	font-family: "Noto Sans JP", "sans-serif";
}
.lato{
	font-family: "Lato", "sans-serif";
}
.geologica{
	font-family: "geologica-variable", "sans-serif";
}
.flex{
	display: flex
}
.isSP{
	display: none
}
.isPC{
	display: block
}
h2{
	font-size: clamp(40px, 26.638px + 1.738vw, 60px);
	font-family: "Trebuchet MS","Noto Sans JP", "sans-serif";
	font-weight: 700;
	width: fit-content;
}
.inner {
	width: 90%;
	margin: 0 auto;
	max-width: 1420px;
}
p{
	font-size: clamp(16px, 10.655px + 0.695vw, 24px); 
}
@media (max-width:769px){
	.isSP{
		display: block
	}
	.isPC{
		display: none
	}
	h2{
		font-size: clamp(23px, 18.229px + 1.272vw, 28px);
	}
	p{
		font-size: clamp(13px, 10.488px + 0.718vw, 16px);
	}
	.headerLogo {
		width: auto;
		height: clamp(19px, 14.813px + 1.196vw, 24px);
	}
}
