@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy&display=swap");
html {
  font-size: 1rem;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
  font-size: 1rem;
  color: #030303;
  margin: 0;
}

.wrap {
  overflow-x: hidden;
  position: relative;
}

.container {
  width: 78%;
  margin: 0 auto;
  max-width: 1000px;
}

@media (max-width: 769px) {
  .container {
    width: 85%;
  }
}

.line-break {
  display: inline-block;
}

.main {
  max-width: 80rem;
  margin: 0 auto;
}

/*-----------------------*/
/*--------  txt ---------*/
/*-----------------------*/

.txt--green {
  color: #008B51;
}

.txt--bold {
  font-weight: 700;
}

.txt--orange {
  color: #FA5B15;
}

.txt--l {
  font-size: 2.5rem;
}

@media (max-width: 769px) {
  .txt--l {
    font-size: 1.5rem;
  }
}

.txt--red {
  color: #E2360D;
}


.red-graduation {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#E50000), color-stop(72%, #FF5C5C), color-stop(85%, #FF5C5C), to(#E50000));
  background: linear-gradient(180deg, #E50000 0%, #FF5C5C 72%, #FF5C5C 85%, #E50000 100%);
  background: -webkit-linear-gradient(-90deg, #E50000 0%, #FF5C5C 72%, #FF5C5C 85%, #E50000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .red-graduation {
    background: none;
  }
}
