*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
	font-size: 62.5%;
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

body {
	font-family: "Roboto", "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 130px 0 0;
	line-height: 1.75;
	font-size: 1.6rem;
}
a {
  text-decoration: none;
  color: #575554;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

video {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  line-height: 1.4;
  font-feature-settings: "palt" 1;
  font-weight: 400;
  letter-spacing: .03em;
  /* color: #585757; */
}

p {
  margin-top: 0;
  margin-bottom: 1.2em;
  font-feature-settings: "palt" 1;
  letter-spacing: .03em;
}
p:last-child {
  margin-bottom: 0;
}

ul, ol {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

section {
  padding: 60px 0;
}

small {
  font-size: 1.3rem;
}

label {
  cursor: pointer;
}


