/*breakpoint*/
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blur {
  0% {
    -ms-filter: blur(12px);
    filter: blur(12px);
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
.sub__visual {
  width: 555px;
  height: auto;
  border-radius: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sub__visual {
    width: calc(100% - 6rem);
  }
}
.sub__visual img {
  width: 100%;
  height: 100%;
}

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

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

main {
  padding: 0 0 10rem;
}
@media screen and (max-width: 767px) {
  main {
    padding: 0 0 8rem;
  }
}

main section {
  padding: 10rem 0 0 0;
}
main section:first-child {
  padding: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  main section {
    width: calc(100% - 6rem);
    margin: 0 auto;
    padding: 8.5rem 0 0 0;
  }
  main section:first-of-type {
    padding: 0;
  }
}

.pfscjump__heading-3 .pfscjump__icon--area {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.pfscjump__heading-3 .pfscjump__icon--area .pfscjump__icon {
  width: 100%;
  height: auto;
}
.pfscjump__heading-3 .pfscjump__text--area {
  font-size: 2.2rem;
  font-family: "Kosugi Maru", sans-serif;
  letter-spacing: 0.7rem;
  color: #A35CEB;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pfscjump__heading-3 .pfscjump__text--area {
    font-size: 2rem;
    letter-spacing: 0.6rem;
    font-weight: 100;
  }
}

.hedding__text {
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: center;
  margin: 3rem 0 2.45rem;
}
@media screen and (max-width: 767px) {
  .hedding__text {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 3rem 0 2rem;
  }
}

.toc__text {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
}

.red {
  color: #ED0000;
}

@media screen and (max-width: 767px) {
  #mv__lower .mv__snow {
    left: 1rem;
    right: auto;
    top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  #pfscjump #mv__lower .mainvisual__icon img {
    width: 44px;
  }
  #mv__lower .mainvisual__heading-2 {
    letter-spacing: 0.5rem;
  }
}
.detail__btn .detail__btn--text .detail__btn--anker {
  display: block;
  width: 219px;
  height: 41px;
  line-height: 41px;
  border: 1px solid #707070;
  border-radius: 10px;
  color: #707070;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  transition: 0.3s;
}
.detail__btn .detail__btn--text .detail__btn--anker .right__arrow::before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  border-radius: 50px;
  background-color: #707070;
  position: absolute;
  top: 11px;
  right: 16px;
  transform: rotate(-45deg);
}
.detail__btn .detail__btn--text .detail__btn--anker .right__arrow::after {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  border-radius: 50px;
  background-color: #707070;
  position: absolute;
  top: 18px;
  right: 16px;
  transform: rotate(45deg);
}
@media (hover: hover) {
  .detail__btn .detail__btn--text .detail__btn--anker:hover {
    background-color: #707070;
    color: #fff;
  }
  .detail__btn .detail__btn--text .detail__btn--anker:hover .right__arrow::before {
    background-color: #fff;
  }
  .detail__btn .detail__btn--text .detail__btn--anker:hover .right__arrow::after {
    background-color: #fff;
  }
}

.club-schedule .club-schedule__list .club-schedule__item,
.test-schedule .club-schedule__list .club-schedule__item {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .course-org {
    width: 100%;
  }
}
.course-org .course__table {
  width: 1080px;
  margin: 1rem auto 0;
}
@media screen and (max-width: 767px) {
  .course-org .course__table {
    width: calc(100% - 6rem);
  }
}
.course-org .course__table tr {
  border-bottom: 1px solid #707070;
}
.course-org .course__table tr:nth-of-type(13) {
  border-bottom: none;
}
.course-org .course__table tr th {
  width: 216px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #707070;
  padding: 1.2rem 3rem;
}
@media screen and (max-width: 767px) {
  .course-org .course__table tr th {
    width: 25%;
    padding: 0.4rem 0;
    font-size: 1.4rem;
  }
}
.course-org .course__table tr th.none {
  border-right: none;
}
.course-org .course__table tr th:nth-of-type(5) {
  border-right: none;
}
.course-org .course__table tr td {
  width: 216px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #707070;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .course-org .course__table tr td {
    width: 25%;
    padding: 1.4rem 0;
    font-size: 1.4rem;
  }
}
.course-org .course__table tr td:last-of-type {
  border: none;
}
.course-org .course__table tr .fs-small {
  font-size: 1.2rem;
}
.course-org .course__table:nth-of-type(2) tr {
  border-bottom: none;
  position: relative;
}
.course-org .course__table .ast {
  font-size: 1.2rem;
  vertical-align: top;
}
.course-org .dashed {
  width: 1080px;
  border-top: 1px dashed #707070;
  margin: 1rem auto 0;
}
@media screen and (max-width: 767px) {
  .course-org .dashed {
    width: calc(100% - 6rem);
  }
}
.course-org .toc__text {
  width: 1080px;
  margin: 1.5rem auto 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .course-org .toc__text {
    width: calc(100% - 6rem);
  }
}/*# sourceMappingURL=pfscjump.css.map */