@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(
    90deg,
    rgba(93,224,230,0.4) 0% 50%,
    rgba(0,74,173,0.4) 90% 100%);
}
body {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  /* background-color: rgba(140, 140, 140, 0.2); */
  box-shadow:
    0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076),
    0 10.1px 11.4px rgba(0, 0, 0, 0.086),
    0 19.2px 19.8px rgba(0, 0, 0, 0.092),
    0 38.4px 34.8px rgba(0, 0, 0, 0.1),
    0 101px 74px rgba(0, 0, 0, 0.13);
}
main{
  scrollbar-color: #fff #7FA5D6;
  scrollbar-width: 1px;
}
:root {
  --header: 70px;
  scroll-padding: var(--header);
  --header-pc: 90px;
}
section h2 {
  font-size: 2.4rem;
}

.none {
  display: none;
}
