@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=BIZ+UDPGothic:wght@400;700&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
:root {
  --gold: #c9a063;
  --corporate_color: #0b377d;
  --dark_blue: #304c74;
  --light_blue: #acd4e8;
}

main {
  padding: 30px 0 50px;
}

h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  line-height: 1.25;
  color: var(--dark_blue);
}
@media screen and (max-width: 640px) {
  h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 640px) {
  h2 {
    font-size: 42px;
  }
}

main .inner {
  width: min(93.75%, 800px);
  margin: 20px auto 0;
  font-size: 18px;
  line-height: 1.75;
  font-feature-settings: "palt" 1;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media screen and (max-width: 640px) {
  main .inner {
    margin: 35px auto 0;
    font-size: 27px;
  }
}
main .inner .set h3 {
  font-weight: 700;
}
main .inner .set .text {
  padding-left: 1em;
}
main .inner .set .dot {
  margin-top: 0.5em;
}
main .inner .set .dot li {
  position: relative;
  padding-left: 1.25em;
}
main .inner .set .dot li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}/*# sourceMappingURL=style.css.map */