@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
/* スクロールアニメーション用のスタイル */
body *:not(ruby, rt, .no-animate, .no-animate *) {
  opacity: 0;
  visibility: hidden;
  transition-duration: 1.2s;
  transition-property: opacity, visibility;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

html.no-js *,
body.no-animation * {
  opacity: 1 !important;
  visibility: visible !important;
}

#rubyful-content,
.rubyfuljs-insert {
  opacity: 1 !important;
  visibility: visible !important;
}

html.no-js *:not(.no-animate *) {
  opacity: 1 !important;
  visibility: visible !important;
}

[data-animate].animated {
  opacity: 1 !important;
  visibility: visible !important;
}

:root {
  font-size: 16px;
}

body {
  background-color: #F3F3FF;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 100%;
}

main {
  background-image: url("../../public/images/bg.jpg");
  background-size: contain;
  background-repeat: repeat;
}

.cms-content h2 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #7F7FFF;
  font-family: "M PLUS Rounded 1c";
}
.cms-content h2:first-child {
  margin-top: 0;
}
.cms-content h3 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.cms-content h3:first-child {
  margin-top: 0;
}
.cms-content p, .cms-content ul, .cms-content ol {
  margin-bottom: 30px;
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  color: #343434;
  line-height: 1.75;
  font-size: 16px;
}
.cms-content p:last-child, .cms-content ul:last-child, .cms-content ol:last-child {
  margin-top: 0;
}
.cms-content li:before {
  content: "・";
  margin-right: 0.5rem;
}
.cms-content a {
  cursor: pointer;
  text-decoration-line: underline;
  color: #0a4b78;
}
.cms-content figure {
  margin-bottom: 20px;
}
.cms-content figcaption {
  color: #343434;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
}
.cms-content iframe {
  width: 100%;
}

.rubyful-toggle {
  animation: poyopoyo 2s ease-out 2;
  opacity: 1;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(1.3, 1.3) translate(-30%, -30%);
  }
}
.fact__top {
  color: white;
  background-color: #558b5d;
  display: grid;
  grid-template-columns: 100px 140px 200px 1fr;
  grid-template-areas: "a b c d";
  align-items: center;
  padding: 5px 30px;
}
.fact__top div > img {
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.fact__top__item1 {
  grid-area: a;
}
.fact__top__item2 {
  grid-area: b;
  font-size: 55px;
  text-align: center;
}
.fact__top__item3 {
  grid-area: c;
  text-align: center;
  padding: 10px 0;
}
.fact__top__item4 {
  grid-area: d;
  text-align: center;
}
@media (max-width: 1024px) {
  .fact__top {
    grid-template-columns: 120px 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "a b d" "a c d";
    padding: 5px 10px;
  }
  .fact__top div > img {
    height: 100%;
  }
}
@media (max-width: 599px) {
  .fact__top {
    grid-template-columns: 150px 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "a b" "a c" "a d";
  }
  .fact__top__item2 {
    font-size: 45px;
  }
  .fact__top__item4 {
    padding: 10px 0;
  }
  .fact__top__title h1 {
    font-size: 28px;
  }
}
.fact__banner {
  color: white;
  background-color: #558b5d;
  padding: 40px 0 35px 0;
  text-align: center;
  position: relative;
}
.fact__banner img {
  position: absolute;
  height: 90%;
  left: 0;
  bottom: 10px;
  padding: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.fact__banner__title {
  font-size: 40px;
  margin: auto;
}
.fact__banner__sub {
  width: 340px;
  font-size: 30px;
  border-top: 3px solid;
  margin: auto;
}
@media (max-width: 1024px) {
  .fact__banner__title {
    width: 220px;
    font-size: 30px;
  }
  .fact__banner__sub {
    width: 220px;
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .fact__banner {
    padding: 0;
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    justify-items: start;
  }
  .fact__banner img {
    width: 120px;
    height: 100%;
    position: unset;
  }
}
.fact__outline {
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 65px;
  padding-right: 65px;
}
@media (max-width: 1024px) {
  .fact__outline {
    padding: 30px 40px 50px 40px;
  }
}
@media (max-width: 599px) {
  .fact__outline {
    padding: 30px 15px 50px 15px;
  }
}
.fact__outline__title {
  font-size: 24px;
  padding-bottom: 10px;
}

.related-links__anchor {
  display: inline;
  text-decoration-line: none !important;
}
.related-links__anchor svg {
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  margin-left: 0.25em;
  vertical-align: -0.15em;
  opacity: 0.75;
}/*# sourceMappingURL=index.css.map */