@charset "utf-8";
*, *::after, *::before {
  box-sizing: inherit;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, hr, picture {
  margin: 0;
  padding: 0;
  border: 0;
}
html, body {
  box-sizing: border-box;
  line-height: 1.9;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.08rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: var(--text);
  font-size: 17px;
  scroll-behavior: smooth;
}

html{
  background: var(--base);
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, form legend, iframe {
  display: block;
}
.ol, .ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img, video, svg {
  max-width: 100%;
}
.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

:root {
  --primary: #cab06d;
  --primary-dark: #957f49;
  --accent: #2c7cb5;
  --accent-dark: #245e87;
  --accent-light: #51b6ff;
  --sub: #db4b03;
  --title: #131316;
  --text: #322a26;
  --gray: #686868;
  --mdgray: #EAEAEA;
  --lightgray: #d3dbe2;
  --base: #e2e6eb;
  --note: #6388ab;
  --space-unit: 0.5em;
  --space: calc(1.25*var(--space-unit));
  --component-padding: var(--space);
}

section{
  padding:2em 0em;
}