@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Regular.woff);
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Medium.woff);
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Bold.woff);
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Black.woff);
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-weight: 900;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Black.woff);
}
/*.c-map {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .c-map {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-map__image,
  .c-map__map {
    display: none;
  }
}

.c-map__block {
  padding: 10px 8px 8px;
  background: #ffffff;
  border-radius: 8px;
  position: absolute;
  border: 2px solid #00B8FF;
  max-width: 320px;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 1023px) {
  .c-map__block {
    position: relative;
    width: 100%;
    max-width: 368px;
    padding: 22px 20px 20px;
    border-radius: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .c-map__block .c-map__link:hover {
    background: #00B8FF;
  }
}

.c-map__block--1 {
  right: -9.3%;
  top: 27.8%;
}
@media only screen and (max-width: 1023px) {
  .c-map__block--1 {
    top: unset;
    right: unset;
  }
}

.c-map__block--2 {
  bottom: 14.2%;
  right: -27.9%;
  border: 2px solid #A9CE52;
}
@media only screen and (max-width: 1279px) {
  .c-map__block--2 {
    max-width: 250px;
    right: -18%;
  }
}
@media only screen and (max-width: 1150px) {
  .c-map__block--2 {
    max-width: 170px;
    right: -9%;
  }
}
@media only screen and (max-width: 1023px) {
  .c-map__block--2 {
    max-width: 368px;
    bottom: unset;
    right: unset;
  }
}
.c-map__block--2 .c-map__link {
  background: #f1f7e3;
}
@media only screen and (min-width: 768px) {
  .c-map__block--2 .c-map__link:hover {
    background: #A9CE52;
  }
}

.c-map__block--3 {
  left: 50%;
  top: 39%;
  transform: translateX(-50%);
  border: 2px solid #FFC72D;
}
@media only screen and (max-width: 1023px) {
  .c-map__block--3 {
    top: unset;
    left: unset;
    transform: unset;
  }
}
.c-map__block--3 .c-map__link {
  background: #fff6dd;
}
@media only screen and (min-width: 768px) {
  .c-map__block--3 .c-map__link:hover {
    background: #FFC72D;
  }
}

.c-map__block--4 {
  bottom: -5.7%;
  right: 14%;
  border: 2px solid #FE993A;
}
@media only screen and (max-width: 1023px) {
  .c-map__block--4 {
    bottom: unset;
    right: unset;
  }
}
.c-map__block--4 .c-map__link {
  background: #ffefdf;
}
@media only screen and (min-width: 768px) {
  .c-map__block--4 .c-map__link:hover {
    background: #FE993A;
  }
}

.c-map__block--5 {
  top: 54%;
  left: 18.7%;
  border: 2px solid #FF695B;
}
@media only screen and (max-width: 1023px) {
  .c-map__block--5 {
    top: unset;
    left: unset;
  }
}
.c-map__block--5 .c-map__link {
  background: #ffe7e4;
}
@media only screen and (min-width: 768px) {
  .c-map__block--5 .c-map__link:hover {
    background: #FF695B;
  }
}

.c-map__block--6 {
  bottom: 25.1%;
  left: -27.9%;
  border: 2px solid #B295F9;
}
@media only screen and (max-width: 1300px) {
  .c-map__block--6 {
    left: -23%;
  }
}
@media only screen and (max-width: 1279px) {
  .c-map__block--6 {
    max-width: 168px;
    left: -6%;
  }
}
@media only screen and (max-width: 1023px) {
  .c-map__block--6 {
    max-width: 368px;
    bottom: unset;
    left: unset;
  }
}
.c-map__block--6 .c-map__link {
  background: #f3eefe;
}
@media only screen and (min-width: 768px) {
  .c-map__block--6 .c-map__link:hover {
    background: #B295F9;
  }
}

.c-map__link-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 8px;
}

.c-map__label {
  font-weight: bold;
  text-align: center;
}

.c-map__link {
  background: #F5F5FF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 32px;
  border-radius: 4px;
  opacity: 1;
  transition: all 0.3s;
}*/
.c-flow-list__item {
  display: flex;
  align-items: center;
  gap: 56px;
  padding: 64px;
  background: #F5F5F5;
  border-radius: 24px;
}
@media only screen and (max-width: 1279px) {
  .c-flow-list__item {
    gap: 40px;
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow-list__item {
    padding: 32px 20px;
    gap: 32px;
    flex-direction: column;
    align-items: unset;
  }
}
.c-flow-list__item:nth-child(n+2) {
  margin-top: 32px;
  position: relative;
}
.c-flow-list__item:nth-child(n+2)::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background-image: url("../media/images/common/flow_icon.png.webp");
  background-size: contain;
  background-repeat: no-repeat;
  top: -16px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .c-flow-list__item:nth-child(n+2)::before {
    width: 64px;
    height: 64px;
  }
}

.c-flow-list__item--white {
  background: #ffffff;
}
.c-flow-list__item--white:nth-child(n+2)::before {
  background-image: url("../media/images/common/flow_icon_green.png.webp");
}
.c-flow-list__item--white .c-flow-list__time {
  background: #F5F5F5;
}

.c-flow-list__image-wrap {
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .c-flow-list__image-wrap {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow-list__image-wrap {
    width: 100%;
  }
}

.c-flow-list__image {
  border-radius: 24px;
}
@media only screen and (max-width: 767px) {
  .c-flow-list__image {
    width: 100%;
  }
}

.c-flow-list__title {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c-flow-list__title {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .c-flow-list__title {
    font-size: 22px;
  }
}
.c-flow-list__title + .c-flow-list__time {
  margin-top: 16px;
}

.c-flow-list__time {
  padding: 10px 36px;
  background: #ffffff;
  font-weight: bold;
  border-radius: 40px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .c-flow-list__time {
    margin-left: auto;
    margin-right: auto;
  }
}

.c-flow-list__text {
  margin-top: 32px;
}

.c-price-table__row {
  display: flex;
  gap: 0 8px;
}
.c-price-table__row:first-child .c-price-table__data {
  border-bottom: unset;
}
.c-price-table__row:last-child .c-price-table__header {
  align-self: self-end;
}
.c-price-table__row:last-child .c-price-table__data {
  border-top: 2px solid #cccccc;
}

.c-price-table__header,
.c-price-table__data {
  display: flex;
  justify-content: center;
}

.c-price-table__header {
  border-radius: 24px 0 0 24px;
  background: #F5F5F5;
  width: 352px;
  height: 149px;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: bold;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .c-price-table__header {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .c-price-table__header {
    width: 40%;
    height: 117px;
  }
}

.c-price-table__data {
  border: 4px solid #cccccc;
  background: #ffffff;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  padding: 42px;
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .c-price-table__data {
    padding: 32px 20px;
  }
}

.c-price-table__price {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .c-price-table__price {
    font-size: 32px;
  }
}

.c-voice-block__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 72px;
}
@media only screen and (max-width: 1023px) {
  .c-voice-block__wrap {
    grid-template-columns: auto;
  }
}

.c-voice-block__image {
  border-radius: 24px;
}
@media only screen and (max-width: 1023px) {
  .c-voice-block__image {
    width: 100%;
  }
}

.c-voice-block__title {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 16px;
  position: relative;
  text-align: center;
  margin-top: 26px;
}
@media only screen and (max-width: 767px) {
  .c-voice-block__title {
    font-size: 24px;
  }
}
.c-voice-block__title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #cccccc;
  border-radius: 8px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.c-voice-block__text {
  margin-top: 24px;
}

.p-about {
  padding-bottom: 0;
}

.p-about__content {
  padding: 68px 64px 64px;
  background: #f1f7e3;
  border-radius: 24px;
  margin-top: 64px;
}
@media only screen and (max-width: 1023px) {
  .p-about__content {
    padding: 48px 32px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__content {
    padding: 32px 20px;
    margin-top: 32px;
  }
}

.p-about__content-inner-top {
  display: flex;
  gap: 56px;
}
@media only screen and (max-width: 1279px) {
  .p-about__content-inner-top {
    gap: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-about__content-inner-top {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__content-inner-top {
    gap: 32px;
  }
}

.p-about__content-image-wrap {
  flex-shrink: 0;
  max-width: 426px;
  width: 40%;
}
@media only screen and (max-width: 1023px) {
  .p-about__content-image-wrap {
    width: 100%;
    max-width: 100%;
  }
}

.p-about__content-image {
  border-radius: 24px;
}
@media only screen and (max-width: 1023px) {
  .p-about__content-image {
    width: 100%;
  }
}

.p-about__heading {
  font-size: 40px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-about__heading {
    font-size: 32px;
  }
}

.p-about__subheading {
  font-size: 24px;
  font-weight: bold;
  margin-top: 26px;
}

.p-about__text {
  margin-top: 26px;
}

.p-about__content-inner-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 80px;
}
@media only screen and (max-width: 1023px) {
  .p-about__content-inner-bottom {
    grid-template-columns: auto;
    margin-top: 48px;
  }
}

.p-about__feature {
  padding: 42px 32px 50px;
  background: #ffffff;
  border-radius: 24px;
}
@media only screen and (max-width: 767px) {
  .p-about__feature {
    padding: 32px 20px 40px;
  }
}

.p-about__feature-title {
  font-size: 24px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  padding: 0 48px;
}
.p-about__feature-title::before, .p-about__feature-title::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 30px;
  background-image: url("../media/images/common/star_image_yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .p-about__feature-title::before, .p-about__feature-title::after {
    width: 28px;
  }
}
.p-about__feature-title::before {
  left: 0;
}
.p-about__feature-title::after {
  right: 0;
}

.p-about__feature-subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-top: 24px;
  text-align: center;
  padding-bottom: 18px;
  position: relative;
}
.p-about__feature-subtitle::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 8px;
  background: #cccccc;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-about__feature-text {
  margin-top: 24px;
}

.p-merit {
  padding-bottom: 0;
}

.p-merit__list-wrap {
  margin-top: 68px;
}
@media only screen and (max-width: 767px) {
  .p-merit__list-wrap {
    margin-top: 32px;
  }
}

.p-merit__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
.p-merit__item {
  width: calc((100% - 64px) / 3);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1279px) {
  .p-merit__item {
    width: calc((100% - 32px) / 2);
  }
}
@media only screen and (max-width: 1023px) {
  .p-merit__item {
    width: 100%;
  }
}

@media only screen and (max-width: 1279px) {
  .p-merit__image {
    width: 100%;
  }
}

.p-merit__content {
  background: #F5F5F5;
  padding: 24px 32px 64px;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .p-merit__content {
    padding: 24px 16px 32px;
  }
}

.p-merit__num {
  font-size: 23px;
  font-weight: bold;
  width: 64px;
  height: 59px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  z-index: 0;
}
.p-merit__num::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../media/images/common/star_image.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.p-merit__num--blue::before {
  background-image: url("../media/images/common/star_image_blue.svg");
}

.p-merit__num--red::before {
  background-image: url("../media/images/common/star_image_red.svg");
}

.p-merit__num--yellow::before {
  background-image: url("../media/images/common/star_image_yellow.svg");
}

.p-merit__num--purple::before {
  background-image: url("../media/images/common/star_image_purple.svg");
}

.p-merit__title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 16px;
  text-align: center;
}

.p-merit__text {
  margin-top: 26PX;
}

.p-contact__block {
  background: #f1f7e3;
  border-radius: 40px;
}

.p-price {
  padding-bottom: 0;
}

.p-price__table {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .p-price__table {
    margin-top: 32px;
  }
}

.p-price__info-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 42px;
}
@media only screen and (max-width: 767px) {
  .p-price__info-wrap {
    margin-top: 32px;
  }
}

.p-price__info {
  font-weight: bold;
  padding: 10px 34px;
  background: #F2F2F2;
  border-radius: 40px;
}

.p-price__note-list {
  margin-top: 26px;
}

.p-price__note-text {
  line-height: 1.9;
}

.p-map {
  padding-top: 54px;
}

.p-map__title-wrap::before, .p-map__title-wrap::after {
  content: none;
}

.p-map__title {
  padding-bottom: 0;
}
.p-map__title::before {
  content: none;
}

.p-map__map {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .p-map__map {
    margin-top: 32px;
  }
}

.p-voice__title {
  letter-spacing: 0.06em;
}

.p-voice__content {
  margin-top: 72px;
}
@media only screen and (max-width: 767px) {
  .p-voice__content {
    margin-top: 40px;
  }
}

.p-voice__list {
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 32px;
}
@media only screen and (max-width: 1023px) {
  .p-voice__list {
    grid-template-columns: 1fr;
  }
}

.p-flow__list {
  margin-top: 72px;
}

.p-flow__note-wrap {
  margin-top: 34px;
}/*# sourceMappingURL=kidsclass.css.map */