@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.page-template-page-numbers .page-header {
  background: url("../img/numbers/h1.webp") center/cover no-repeat;
}
.page-template-page-numbers main .wrapper {
  padding: 12rem 22rem;
}
@media screen and (max-width: 768px) {
  .page-template-page-numbers main .wrapper {
    padding: 5.6rem 1.6rem;
  }
}
.page-template-page-numbers main section.graph {
  background: #1e4f84;
}
.page-template-page-numbers main section.graph .images {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
@media screen and (max-width: 768px) {
  .page-template-page-numbers main section.graph .images {
    display: block;
  }
  .page-template-page-numbers main section.graph .images .image img {
    width: 100%;
  }
  .page-template-page-numbers main section.graph .images .image + .image {
    margin-top: 0.4rem;
  }
}
@media screen and (min-width: 769px) {
  .page-template-page-numbers main section.graph .images .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .page-template-page-numbers main section.graph .images .image:nth-child(1), .page-template-page-numbers main section.graph .images .image:nth-child(2) {
    width: calc(50% - 0.2rem);
  }
  .page-template-page-numbers main section.graph .images .image:nth-child(3), .page-template-page-numbers main section.graph .images .image:nth-child(4), .page-template-page-numbers main section.graph .images .image:nth-child(5), .page-template-page-numbers main section.graph .images .image:nth-child(6), .page-template-page-numbers main section.graph .images .image:nth-child(7), .page-template-page-numbers main section.graph .images .image:nth-child(8) {
    width: calc((100% - 0.8rem) / 3);
  }
}
.page-template-page-numbers main section.schedule .heading {
  background: #f7f9ff;
}
.page-template-page-numbers main section.schedule .heading nav ul {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .page-template-page-numbers main section.schedule .heading nav ul {
    flex-direction: column;
  }
}
.page-template-page-numbers main section.schedule .heading nav ul .filled-button {
  width: 100%;
}
.page-template-page-numbers main section.schedule .content .bottom-border {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .page-template-page-numbers main section.schedule .content .bottom-border {
    margin-bottom: 5.6rem;
  }
}
.page-template-page-numbers main section.schedule .content * + .bottom-border {
  margin-top: 24rem;
}
@media screen and (max-width: 768px) {
  .page-template-page-numbers main section.schedule .content * + .bottom-border {
    margin-top: 11.2rem;
  }
}
.page-template-page-numbers main section.schedule .content .schedule-image {
  width: 100%;
  max-width: 60rem;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-template-page-numbers main section.schedule .content .schedule-image {
    max-width: 100%;
  }
}

/*# sourceMappingURL=numbers.css.map */
