@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* reset */
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, img, ins, kbd, q, s, samp, small, strike, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
* {
  box-sizing: border-box;
}
ol, ul {
  list-style: none;
}
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  background: #ecebe7;
}
#wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}
/*-------------------------------------------

=section

-------------------------------------------*/
.section {
  height: 100vh;
  position: relative;
  background: #111;
  color: #fff;
  overflow: hidden;
  padding: 3vw;
}
.section-1 {
  background: #294b5d;
}
.section-2 {
  background: #6a504c;
}
.section-3 {
  background: #384b40;
}
.section-4 {
  background: #353535;
}
.section-inner {}
.section-inner h1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: clamp(6rem, 8.5vw, 17rem);
}
.section-inner h1 .num {
  font-size: clamp(10rem, 14vw, 28rem);
}
.section-inner p {
  font-size: clamp(1.4rem, 1.067vw, 1.8rem);
  line-height: 1.6;
}
.dummy p {
  margin: 40px 0;
  opacity: 0.6;
}