@charset "UTF-8";
/*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;
}
@media screen and (max-width: 767px) {
  main section {
    width: calc(100% - 6rem);
    margin: 0 auto;
    padding: 8.5rem 0 0 0;
  }
}

.school__heading-3 .school__icon--area {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.school__heading-3 .school__icon--area .school__icon {
  width: 100%;
  height: auto;
}
.school__heading-3 .school__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) {
  .school__heading-3 .school__text--area {
    font-size: 2rem;
    font-weight: 100;
    line-height: 1;
  }
}

.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.8rem;
    font-weight: 400;
    margin: 3rem 0 1.65rem;
  }
}

.toc__text {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
}

#mv__lower .mv__snow {
  position: absolute;
  top: 5rem;
  left: auto;
  right: 6rem;
}
@media screen and (max-width: 767px) {
  #mv__lower .mv__snow {
    left: 1rem;
    right: auto;
    top: auto;
  }
}

@media screen and (max-width: 767px) {
  #school #mv__lower .mainvisual__icon img {
    width: 44px;
  }
  #mv__lower .mainvisual__heading-2 {
    letter-spacing: 0.5rem;
  }
}
.news {
  width: 1080px;
  margin: 0 auto;
  border-radius: 2rem;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 4rem 1.5rem 0;
    width: calc(100% - 24px);
    box-sizing: border-box;
    margin-bottom: 0;
  }
}
.news .news__h2 {
  text-align: center;
}
.news .news__h2 .news__icon--area .news-icon {
  display: inline-block;
  margin: 0 1.8rem;
}
.news .news__h2 .news__text--area {
  color: #008AE3;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 2.8rem;
  margin: 0 2rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .news .news__h2 .news__text--area {
    font-size: 2.5rem;
  }
}

.news .bnr__list {
  margin: 4rem auto;
  width: 100%;
}
.news .bnr__list figure{
	max-width: 890px;
	width: 100%;
	margin: auto;
}
.news .bnr__list figure + figure{
	margin: 3em auto 0;
}
.news .bnr__list figure img{
	width: 100%;
	height: auto;
}
.news .news__list {
  height: auto;
  margin: 1.5rem auto 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .news .news__list {
    margin: 0;
  }
}
.news .news__list.active {
  height: auto;
}
.news .bnr__list + .news__list .news__item:first-child {
  border-top: 1px solid #707070;
}
.news .news__list .news__item {
  width: 100%;
  border-bottom: 1px solid #707070;
  transition: 0.5s;
}
.news .news__list .news__item .news__link {
  display: block;
  padding: 2.9rem 0;
  transition: 0.3s;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .news .news__list .news__item .news__link {
    padding: 2rem 0;
  }
}
.news .news__list .news__item.hide {
  display: none;
  animation: fadeout 2s;
  animation-fill-mode: both;
  height: 0;
}
.news .news__list .news__item.show {
  display: block;
  animation: fadein 2s;
  animation-fill-mode: both;
  height: auto;
}
.news .news__list .news__item .news__item--inner {
  width: 630px;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .news .news__list .news__item .news__item--inner {
    width: 100%;
    display: block;
  }
}
.news .news__list .news__item .news__item--inner .news__date {
  margin: 0 5rem 0 0;
  flex-shrink: 0;
  width: 160px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .news .news__list .news__item .news__item--inner .news__date {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    text-align: left;
    margin: 0 0 1rem 0;
    width: auto;
  }
}
.news .news__list .news__item .news__item--inner .news__toc {
  max-width: 430px;
  text-align: left;
  flex-shrink: 0;
}
.news .news__list .news__item .news__item--inner .news__toc.pr {
	color: rgba(243,55,59,1.00)
}
  .news .news__list .news__item .news__item--inner .news__toc span {
    font-size: .9em;
  }
@media screen and (max-width: 767px) {
  .news .news__list .news__item .news__item--inner .news__toc {
    font-size: 1.4rem;
    width: 100%;
    display: block;
  }
}
.news .news__list .news__item .news__item--inner.red .news__date,
.news .news__list .news__item .news__item--inner.red .news__toc {
  color: #FF0000;
}
.news .news__list .news__item.open:nth-of-type(n+4) {
  height: 100%;
  opacity: 1;
}
.news .news__list .news__item:hover {
  background: rgba(120, 219, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .news .news__list .news__item:hover {
    background: inherit;
  }
}
.news .view-more {
  width: 219px;
  height: 41px;
  margin: 4rem auto 0;
  cursor: pointer;
  transition: 0.3s linear;
}
.news .view-more .view-more__btn {
  background-color: #FFFFFF;
  border: 1px solid #008AE3;
  line-height: 43px;
  border-radius: 10px;
  color: #008AE3;
  text-align: center;
  transition: 0.3s;
  font-weight: 600;
}
.news .view-more .view-more__btn.view-open {
  display: block;
  position: relative;
}
.news .view-more .view-more__btn.view-open::before {
  content: "";
  display: block;
  background-color: #008AE3;
  width: 10px;
  height: 2px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: rotate(45deg);
}
.news .view-more .view-more__btn.view-open::after {
  content: "";
  display: block;
  background-color: #008AE3;
  width: 10px;
  height: 2px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  right: 44px;
  transform: rotate(-45deg);
}
.news .view-more .view-more__btn.view-open:hover {
  background-color: #008AE3;
}
.news .view-more .view-more__btn.view-open:hover .view-more__btn {
  color: #fff;
}
.news .view-more .view-more__btn.view-open:hover.view-open {
  color: #fff;
}
.news .view-more .view-more__btn.view-open:hover::before {
  background: #fff;
}
.news .view-more .view-more__btn.view-open:hover::after {
  background: #fff;
}
.news .view-more .view-more__btn.view-close {
  display: none;
}
.news .view-more.more-close .view-more__btn.view-open {
  display: none;
}
.news .view-more.more-close .view-more__btn.view-close {
  display: block;
  position: relative;
}
.news .view-more.more-close .view-more__btn.view-close::before {
  content: "";
  display: block;
  background-color: #008AE3;
  width: 10px;
  height: 2px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: rotate(-45deg);
}
.news .view-more.more-close .view-more__btn.view-close::after {
  content: "";
  display: block;
  background-color: #008AE3;
  width: 10px;
  height: 2px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  right: 44px;
  transform: rotate(45deg);
}
.news .view-more.more-close .view-more__btn.view-close:hover {
  background-color: #008AE3;
}
.news .view-more.more-close .view-more__btn.view-close:hover .view-more__btn {
  color: #fff;
}
.news .view-more.more-close .view-more__btn.view-close:hover.view-close {
  color: #fff;
}
.news .view-more.more-close .view-more__btn.view-close:hover::before {
  background: #fff;
}
.news .view-more.more-close .view-more__btn.view-close:hover::after {
  background: #fff;
}

.schedule .calendar__area {
  width: 800px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .schedule .calendar__area {
    width: 100%;
    margin: 0 auto;
  }
}
.schedule .calendar__area .calendar__img {
  width: 100%;
}
.schedule .calendar__data {
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
  padding: 0 0 0 21px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .schedule .calendar__data {
    margin: 1.7rem auto 0;
  }
}
.schedule .calendar__data .calendar__anker-next {
  padding: 0 0 0 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .schedule .calendar__data .calendar__anker-next {
    font-size: 1.4rem;
  }
}
.schedule .calendar__data .calendar__anker-next::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 15.6px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .schedule .calendar__data .calendar__anker-next::before {
    border-width: 7px 0 7px 12.1px;
    top: 3px;
  }
}
.schedule .calendar__data .calendar__anker-next:hover {
  opacity: 0.5;
}
.schedule .calendar__data a[href=""] {
  pointer-events: none;
  border-bottom: none;
}
.schedule .calendar__data a[href=""]:hover {
  opacity: 1;
}

.course .course__table {
  width: 1080px;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .course .course__table {
    width: 100%;
  }
}
.course .course__table tr {
  border-bottom: 1px solid #707070;
}
.course .course__table tr:last-of-type {
  border: none;
}
@media screen and (max-width: 767px) {
  .course .course__table tr {
    width: 100%;
  }
  .course .course__table tr:first-of-type th {
    background-color: #707070;
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding: 1.3rem 0;
    border-right: none;
  }
}
.course .course__table tr th {
  width: 216px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #707070;
  padding: 2.4rem 0;
}
.course .course__table tr th:nth-of-type(5) {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .course .course__table tr th {
    width: 30%;
    font-size: 1.4rem;
    padding: 1.6rem 0;
    line-height: 1.4;
  }
  .course .course__table tr th:nth-of-type(3) {
    border-right: none;
  }
  .course .course__table tr th.sun td {
    width: 20%;
  }
  .course .course__table tr th.sun th {
    width: 27%;
    padding: 0.6rem 0.9rem;
  }
  .course .course__table tr th.sun-a {
    width: 27%;
    border-right: 1px solid #707070;
  }
  .course .course__table tr th.sun-lf {
    width: 19%;
  }
  .course .course__table tr th.sun-b {
    width: 27%;
    border: none;
  }
}
.course .course__table tr td {
  width: 216px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #707070;
  padding: 1.6rem 0;
}
.course .course__table tr td:last-of-type {
  border: none;
}
@media screen and (max-width: 767px) {
  .course .course__table tr td {
    font-size: 1.4rem;
    padding: 1.6rem 0;
    line-height: 1.4;
  }
  .course .course__table tr td.lh-1 {
    line-height: 1.1;
  }
}

.pricing {
  width: 647px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pricing {
    width: calc(100% - 6rem);
  }
}
.pricing .pricing__table {
  margin: 4rem auto 1rem;
}
.pricing .pricing__table tr {
  border-bottom: 1px solid #707070;
}
.pricing .pricing__table tr:last-of-type {
  border: none;
}
.pricing .pricing__table tr th {
  width: 216px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #707070;
  padding: 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .pricing .pricing__table tr th {
    font-size: 1.4rem;
    padding: 1.6rem 0;
  }
  .pricing .pricing__table tr th:first-of-type {
    width: 10%;
    padding: 0.8rem 0;
  }
  .pricing .pricing__table tr th:nth-of-type(2) {
    width: 30%;
    border-right: none;
  }
}
.pricing .pricing__table tr th:nth-of-type(3) {
  border-right: none;
}
.pricing .pricing__table tr td {
  width: 216px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #707070;
  padding: 1.6rem 0;
}
.pricing .pricing__table tr td:last-of-type {
  border: none;
}
@media screen and (max-width: 767px) {
  .pricing .pricing__table tr td {
    font-size: 1.4rem;
  }
}

.signup .signup__list {
  width: 800px;
  margin: 10rem auto 0;
}
@media screen and (max-width: 767px) {
  .signup .signup__list {
    width: 100%;
    margin: 8rem auto 0;
  }
}
.signup .signup__list .signup__item {
  width: 100%;
  margin: 0 auto 7.7rem;
  padding: 4rem 0;
  background-color: #D4F1FF;
  border-radius: 20px;
  list-style: none;
  position: relative;
}
.signup .signup__list .signup__item::after {
  content: "";
  display: block;
  background-image: url(../img/school/arrow_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 75px;
  height: 82px;
  position: absolute;
  bottom: -92px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .signup .signup__list .signup__item::after {
    width: 88px;
    height: 81px;
    bottom: -23%;
  }
}
.signup .signup__list .signup__item:nth-of-type(2)::after {
  bottom: -52%;
}
.signup .signup__list .signup__item:last-of-type {
  margin: 0 auto;
}
.signup .signup__list .signup__item:last-of-type::after {
  background-image: none;
}
.signup .signup__list .signup__item .num__icon {
  width: 75px;
  height: auto;
  position: absolute;
  top: -57px;
  left: 50px;
}
@media screen and (max-width: 767px) {
  .signup .signup__list .signup__item .num__icon {
    width: 59px;
    left: 1.7rem;
    top: -43px;
  }
  .signup .signup__list .signup__item .num__icon img {
    width: 100%;
  }
}
.signup .signup__list .signup__item .signup__list--heading {
  font-size: 2.2rem;
  font-weight: 600;
  color: #008AE3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .signup .signup__list .signup__item .signup__list--heading {
    font-size: 1.8rem;
  }
}
.signup .signup__list .signup__item .signup__list-text {
  font-size: 1.6rem;
  text-align: center;
  margin: 1.9rem auto 0;
}
@media screen and (max-width: 767px) {
  .signup .signup__list .signup__item .signup__list-text {
    width: calc(100% - 3.2rem);
    font-size: 1.4rem;
    margin: 1.3rem auto 0;
  }
}
.signup .signup__list .signup__item .signup_table {
  width: 508px;
  margin: 2rem auto 1rem;
}
@media screen and (max-width: 767px) {
  .signup .signup__list .signup__item .signup_table {
    width: calc(100% - 3.2rem);
  }
}
.signup .signup__list .signup__item .signup_table tr:nth-of-type(1) {
  border-bottom: 2px solid #D4F1FF;
}
@media screen and (max-width: 767px) {
  .signup .signup__list .signup__item .signup_table tr:nth-of-type(1) {
    border-bottom: 10px solid #D4F1FF;
  }
}
.signup .signup__list .signup__item .signup_table th {
  width: 150px;
  background-color: #008AE3;
  color: #fff;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 0.8rem 0;
}
@media screen and (max-width: 767px) {
  .signup .signup__list .signup__item .signup_table th {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 0.6rem 0;
  }
}
.signup .signup__list .signup__item .signup_table td {
  background-color: #FFFFFF;
  font-size: 1.6rem;
  text-align: left;
  padding: 0.8rem 3rem;
}
@media screen and (max-width: 767px) {
  .signup .signup__list .signup__item .signup_table td {
    display: block;
    width: 100%;
    padding: 0.6rem 0;
    text-align: center;
    font-size: 1.4rem;
  }
}
.signup .signup__list .signup__item .toc__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .signup .signup__list .signup__item .toc__text {
    width: calc(100% - 3.2rem);
    margin: 0 auto;
    text-align: left;
  }
}
.signup .signup__list .signup__item:nth-of-type(3) .signup__list--heading {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .signup .signup__list .signup__item:nth-of-type(3) .signup__list--heading {
    font-size: 2.2rem;
  }
}/*# sourceMappingURL=school.css.map */