html {
  scroll-behavior: smooth;
}
html.preload {
  font-size: 1px !important;
}
html.preload * {
  transition: none !important;
  max-width: 100%;
}
@media (max-width: 959px) {
  html {
    font-size: calc(var(--vw) / 375);
  }
}
@media (min-width: 960px) and (max-width: 1600px) {
  html {
    font-size: calc(var(--vw) / 1440);
  }
}
@media (min-width: 1600.1px) {
  html {
    font-size: 1.25px;
  }
}

@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}
body {
  background: #f5f5f5;
  color: #000;
  font-size: 14rem;
  font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  min-width: 320rem;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 959.1px), print {
  body {
    font-size: 16rem;
  }
}

a,
input[type=button],
input[type=submit],
button {
  color: #000;
  text-decoration: underline;
}
@media screen and (min-width: 959.1px), print {
  a,
  input[type=button],
  input[type=submit],
  button {
    transition: 0.2s;
  }
  a:hover,
  input[type=button]:hover,
  input[type=submit]:hover,
  button:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
a:visited,
input[type=button]:visited,
input[type=submit]:visited,
button:visited {
  color: #000;
}

.sp-only {
  display: block !important;
}
@media screen and (min-width: 959.1px), print {
  .sp-only {
    display: none !important;
  }
}

.pc-only {
  display: none !important;
}
@media screen and (min-width: 959.1px), print {
  .pc-only {
    display: block !important;
  }
}

section,
nav,
header,
footer,
article,
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/*------------------------------------------*/
main {
  padding: 0 20rem;
}
@media screen and (min-width: 959.1px), print {
  main {
    padding: 0 40rem;
    width: 880rem;
    margin: 0 auto;
  }
}

.mt0 {
  margin-top: 0 !important;
}

header {
  padding-top: 40rem;
}
@media screen and (min-width: 959.1px), print {
  header {
    padding-top: 80rem;
  }
}
header h1 {
  font-size: 25rem;
  font-weight: 800;
  color: #000;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 959.1px), print {
  header h1 {
    font-size: 40rem;
    line-height: 1.5;
  }
}

section {
  padding-top: 40rem;
}
@media screen and (min-width: 959.1px), print {
  section {
    padding-top: 80rem;
  }
}
section ul {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  margin: 20rem 10rem 0;
}
@media screen and (min-width: 959.1px), print {
  section ul {
    gap: 10rem;
    margin: 40rem 20rem 0;
  }
}
section ul li a {
  background: #47AF67;
  height: 60rem;
  width: 100%;
  border-radius: 5rem;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16rem;
  font-weight: 800;
  position: relative;
  max-width: 500rem !important;
  margin: 0 auto;
}
@media screen and (min-width: 959.1px), print {
  section ul li a {
    font-size: 20rem;
    height: 80rem;
  }
}
section ul li a.glossary::before {
  content: "";
  position: absolute;
  background: url(../images/icn1.svg) no-repeat center center/18rem auto;
  width: 60rem;
  height: 60rem;
  left: 0;
  top: 0;
}
@media screen and (min-width: 959.1px), print {
  section ul li a.glossary::before {
    width: 80rem;
    height: 80rem;
  }
}
section ul li a.bunrei::before {
  content: "";
  position: absolute;
  background: url(../images/icn2.svg) no-repeat center center/22rem auto;
  width: 60rem;
  height: 60rem;
  left: 0;
  top: 0;
}
@media screen and (min-width: 959.1px), print {
  section ul li a.bunrei::before {
    width: 80rem;
    height: 80rem;
  }
}
section ul li a.richmenu::before {
  content: "";
  position: absolute;
  background: url(../images/icn3.svg) no-repeat center center/20rem auto;
  width: 60rem;
  height: 60rem;
  left: 0;
  top: 0;
}
@media screen and (min-width: 959.1px), print {
  section ul li a.richmenu::before {
    width: 80rem;
    height: 80rem;
  }
}
section h2 {
  font-size: 20rem;
  font-weight: 800;
  color: #000;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 959.1px), print {
  section h2 {
    font-size: 30rem;
    line-height: 1.5;
  }
}
section p {
  margin-top: 20rem;
}
section p a {
  color: #47AF67 !important;
  text-decoration: underline !important;
}
section p a[target=_blank]::after {
  margin: 0 0 0 5rem;
  width: 10rem;
  height: 10rem;
  top: 1px;
  position: relative;
  display: inline-block;
  content: "";
  background: url(../images/icn-window.svg) no-repeat center center/contain;
}

footer {
  background: #47AF67;
  margin-top: 50rem;
  color: #fff;
  text-align: center;
  font-size: 12rem;
  padding: 20rem;
}
@media screen and (min-width: 959.1px), print {
  footer {
    margin-top: 100rem;
  }
}

/*------------------------------------------*/