body {
	font-family: "Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;
}

.header-logo {
	color: var(--title);
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 80px;
	letter-spacing: -1px;
	margin-left: 15px;
}
.header-logo small {
	font-size: 70%;
	margin-right: 4px;
}
@media (max-width: 575px) {
	.header-logo {
		font-size: 24px;
  }
	.sp-nodisp {
		display: none;
	}
}

@media (max-width: 1899px) {
  .header-main {
    padding: 20px;
  }
}

.section-padding-top {
	padding-top: 130px;
}

.section-title .section-desc {
	font-size:18px;
	font-weight: normal;
	letter-spacing: normal;
}
.section-title .subtitle {
	padding: 4px 10px 4px 20px;
}