@charset "UTF-8";
@media (min-width: 768px) {
  body.scroll {
    padding-top: 119px;
  }
}
@media (max-width: 767px) {
  body.fixed {
    position: fixed !important;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

.mondamin-kids {
  font-size: 16px;
  color: #54504f;
  overflow: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .mondamin-kids {
    font-size: 4.375vw;
  }
}
.mondamin-kids .inner {
  max-width: 1280px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}
.mondamin-kids img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}
@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
  ._center_pc {
    text-align: center;
  }
}
._center {
  text-align: center;
}

._bold {
  font-weight: bold;
}

._link_btn {
  display: block;
  margin: 0 auto;
  max-width: 160px;
  font-size: 14px;
  border: solid 1px #54504f;
  background: url(/mondamin-kids/assets/images/ico-arr-link.svg) no-repeat center right 12px/20px 20px;
  padding: 10px 25px 10px 10px;
  text-align: center;
  font-weight: bold;
  border-radius: 22px;
}
@media (max-width: 767px) {
  ._link_btn {
    font-size: 3.75vw;
    padding: 1.5625vw 9vw 1.5625vw 3vw;
    text-align: left;
    background-size: 3.4375vw auto;
    text-align: center;
    max-width: 100%;
  }
}
._link_btn:hover {
  text-decoration: none;
  color: #fff;
  background-image: url(/mondamin-kids/assets/images/ico-arr-link-h.svg);
  background-color: #54504f;
}
._link_btn._blank {
  background: url(/mondamin-kids/assets/images/ico-blank.svg) no-repeat center right 12px/14px 14px;
}
@media (max-width: 767px) {
  ._link_btn._blank {
    background-size: 3.125vw auto;
  }
}
._link_btn._blank:hover {
  background-image: url(/mondamin-kids/assets/images/ico-blank-hover.svg);
  background-color: #54504f;
}

._pointer_h:hover ._link_btn {
  text-decoration: none;
  color: #fff;
  background-image: url(/mondamin-kids/assets/images/ico-arr-link-h.svg);
  background-color: #54504f;
}

@media (max-width: 767px) {
  .common-header .inner {
    padding-left: 6vw;
  }
}
.header-mk a {
  position: relative;
  color: #54504f;
}
@media (min-width: 768px) {
  .header-mk a:hover {
    color: #54504f;
    text-decoration: none;
  }
  .header-mk a:hover:before {
    content: "";
    display: block;
    height: 3px;
    background: #54504f;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .header-mk {
    z-index: 10000;
  }
}
@media (max-width: 1024px) {
  .header-mk-logo img {
    width: 110px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .header-mk-logo {
    display: none;
  }
}
.header-mk-inner {
  max-width: 1380px;
  padding: 20px 40px 10px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .header-mk-inner {
    padding: 20px 15px 10px;
    padding: 20px 50px 10px;
  }
}
@media (max-width: 767px) {
  .header-mk-inner {
    height: calc(100% - 18.75vw);
    width: 100%;
    position: fixed;
    top: calc(100% - 18.125vw);
    left: 0;
    z-index: 10002;
    background: #F5F5F5;
    padding: 0;
    display: block;
    transition: all 0.2s ease-out;
  }
}
.header-mk-nav {
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header-mk-nav {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
}
@media (max-width: 767px) {
  .header-mk-nav {
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% - 11.5vw);
    top: 18.125vw;
    overflow: auto;
    left: 0;
    padding-bottom: 6.25vw;
  }
  .header-mk-nav-toggle-ttl {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 4.6875vw;
    font-size: 5vw;
    border-top: 1px solid #E5E5E5;
    height: 19.375vw;
    background: url(/mondamin-kids/assets/images/ico-header-plus.svg) no-repeat center right 5vw/4.0625vw auto;
    cursor: pointer;
  }
  .header-mk-nav-toggle-ttl.opne {
    background-image: url(/mondamin-kids/assets/images/ico-header-minus.svg);
  }
  .header-mk-nav-toggle-list {
    display: none;
  }
  .header-mk-nav-toggle-list li a {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 4.6875vw 0 10vw;
    font-size: 5vw;
    border-top: 1px solid #E5E5E5;
    height: 19.375vw;
    background: url(/mondamin-kids/assets/images/arr-header-sp.svg) no-repeat center right 5vw/2.25vw auto;
  }
}
.header-mk-nav-list {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 767px) {
  .header-mk-nav-list {
    display: block;
  }
  .header-mk-nav-list a {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 4.6875vw;
    font-size: 5vw;
    border-top: 1px solid #E5E5E5;
    height: 19.375vw;
    background: url(/mondamin-kids/assets/images/arr-header-sp.svg) no-repeat center right 5vw/2.25vw auto;
  }
}
.header-mk-nav-btn {
  margin-left: 30px;
}
@media (max-width: 1024px) {
  .header-mk-nav-btn {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .header-mk-nav-btn {
    margin: 0;
  }
}
.header-mk-nav-btn a {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 300px;
  height: 44px;
  background: #FFF468 url(/mondamin-kids/assets/images/ico-blank2.svg) no-repeat center right 12px/28px 28px;
  border: solid 1px #54504f;
  border-radius: 22px;
  font-size: 18px;
  padding: 0 15px;
  box-shadow: #54504f 3px 3px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header-mk-nav-btn a {
    width: 250px;
    font-size: 15px;
    height: 40px;
    margin-top: 10px;
  }
}
.header-mk-nav-btn a:hover {
  text-decoration: none;
  color: #54504f;
  box-shadow: none;
  position: relative;
  top: 3px;
  right: -3px;
}
.header-mk-nav-btn a:hover:before {
  content: none;
}
@media (max-width: 767px) {
  .header-mk-nav-blank {
    margin-top: 3.75vw;
  }
  .header-mk-nav-blank a {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 4.6875vw;
    font-size: 5vw;
    border-bottom: 1px solid #E5E5E5;
    height: 19.375vw;
    background: url(/mondamin-kids/assets/images/ico-blank.svg) no-repeat center right 5vw/3.4375vw auto;
  }
  .header-mk-nav .header-mk-nav-btn {
    border-top: 1px solid #E5E5E5;
    padding-top: 9.375vw;
  }
  .header-mk-nav .header-mk-nav-btn a {
    width: calc(100% - 9.375vw);
    margin: 0 auto;
    height: 11.25vw;
    border-radius: 5.625vw;
    font-size: 5vw;
    background-size: 8.4375vw auto;
    box-shadow: #54504f 2px 2px;
  }
}
@media (max-width: 767px) {
  .header-mk-sp-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    opacity: 0.6;
    z-index: 10001;
    cursor: pointer;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-out;
  }
  .header-mk-sp-top {
    width: 100%;
    height: 18.125vw;
    position: absolute;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
  }
  .header-mk-sp-top .header-mk-nav-btn a {
    font-weight: bold;
    width: 74.375vw;
    height: 11.25vw;
    border-radius: 5.625vw;
    font-size: 4.375vw;
    background-size: 8.4375vw auto;
    box-shadow: #54504f 2px 2px;
    margin-left: 4.6875vw;
  }
  .header-mk-sp-top-btn {
    width: 18.75vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/mondamin-kids/assets/images/img-btn-header.svg) no-repeat center left 3.75vw;
  }
  .header-mk-close {
    position: fixed;
    top: calc(100% - 33vw);
    left: 0;
    right: 0;
    margin: auto;
    width: 12.5vw;
    height: 13.4375vw;
    z-index: 10002;
    color: #fff;
    font-size: 3.75vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header-mk-close-txt {
    margin-top: 2vw;
    font-weight: bold;
  }
  .header-mk-close {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-out;
  }
}
.header-mk.open .header-mk-sp-bg {
  opacity: 0.6;
  visibility: visible;
}
.header-mk.open .header-mk-sp-top {
  height: 11.5vw;
}
.header-mk.open .header-mk-sp-top .header-mk-nav-btn {
  display: none;
}
.header-mk.open .header-mk-sp-top-btn {
  border-bottom: solid 1vw #FFEE24;
}
.header-mk.open .header-mk-close {
  top: 4.0625vw;
  visibility: visible;
  opacity: 1;
}
.header-mk.open .header-mk-inner {
  top: 18.75vw;
}
.header-mk.open .header-mk-nav {
  top: 11.5vw;
}
@media (min-width: 768px) {
  .header-mk.scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10000;
    height: 80px;
  }
  .header-mk.scroll .header-mk-logo img {
    width: 86px;
    height: auto;
  }
  .header-mk.scroll .header-mk-inner {
    padding: 5px 50px;
  }
  .header-mk-logo a:hover:before {
    content: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header-mk.scroll .header-mk-inner {
    padding: 5px 50px;
  }
  .header-mk.scroll .header-mk-nav-list li a {
    font-size: 14px;
  }
  .header-mk.scroll .header-mk-nav-btn a {
    width: 230px;
    font-size: 14px;
    height: 31px;
    box-shadow: #54504f 2px 2px;
    margin-top: 4px;
    background-size: 20px 20px;
  }
  .header-mk.scroll .header-mk-nav-btn a:hover {
    box-shadow: none;
    top: 2px;
    right: -2px;
  }
}

.mv {
  padding: 40px 0 270px;
  background: url(/mondamin-kids/assets/images/bg-mv-pc.png) no-repeat top 0 right calc(50% - 333px)/850px 542px;
}
@media (max-width: 1150px) {
  .mv {
    padding: 40px 20px 270px;
    background-position: top 0 right calc(50% - 470px);
  }
}
@media (max-width: 767px) {
  .mv {
    position: relative;
    padding: 0 0 23vw;
    background: url(/mondamin-kids/assets/images/bg-mv-sp.png) no-repeat top 11vw center/100% auto;
  }
  .mv-logo {
    width: 16vw;
    height: auto;
    position: absolute;
    top: 5vw;
    left: 4vw;
  }
}
.mv-copy {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .mv-copy {
    padding: 23vw 5vw 0;
  }
}
.mv-copy-label {
  font-size: 14px;
  display: inline-block;
  border-bottom: solid 1px #54504f;
  padding-bottom: 5px;
  position: relative;
}
@media (max-width: 767px) {
  .mv-copy-label {
    font-size: 3.75vw;
    background-color: #fff;
    padding: 2vw 0 1.5vw;
  }
}
.mv-copy-label:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #54504f transparent transparent transparent;
  border-width: 5px 6px 0 6px;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}
.mv-copy-label:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 5px 6px 0 6px;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
}
.mv-copy-sub {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .mv-copy-sub {
    font-size: 6.25vw;
    margin-top: 4vw;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  }
}
.mv-copy-ttl {
  width: 514px;
  height: 70px;
  background: url(/mondamin-kids/assets/images/bg-mv-ttl.svg) no-repeat center;
  font-size: 36px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .mv-copy-ttl {
    margin-top: 3vw;
    width: 66.5vw;
    height: 29.3vw;
    font-size: 7.18vw;
    background: url(/mondamin-kids/assets/images/bg-mv-ttl-sp.svg) no-repeat center/100% auto;
    line-height: 2.2;
  }
}
.mv-copy-txt {
  line-height: 2;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .mv-copy-txt {
    margin-top: 95vw;
  }
}
.mv-copy-under-txt {
  position: absolute;
  bottom: -115px;
  left: 160px;
  font-size: 15px;
  text-align: center;
}
@media (max-width: 1150px) {
  .mv-copy-under-txt {
    left: 213px;
  }
}
@media (max-width: 767px) {
  .mv-copy-under-txt {
    font-size: 3.75vw;
    top: 138vw;
    left: 38vw;
    z-index: 1;
    bottom: inherit;
  }
}
.mv-copy-under-img {
  position: absolute;
  width: 476px;
  height: 226px;
  bottom: -232px;
  left: -188px;
}
@media (max-width: 1150px) {
  .mv-copy-under-img {
    left: -133px;
  }
}
@media (max-width: 767px) {
  .mv-copy-under-img {
    width: 64vw;
    height: 33.4375vw;
    top: 132vw;
    left: 5vw;
  }
}
.mv-copy-under-img ._item_img {
  width: 476px;
  height: 226px;
}
@media (max-width: 767px) {
  .mv-copy-under-img ._item_img {
    width: 64vw;
    height: 33.4375vw;
  }
}
.mv-copy-under-img ._item_bus {
  width: 111px;
  height: 35px;
  position: absolute;
  bottom: 40px;
  right: 30px;
}
@media (max-width: 767px) {
  .mv-copy-under-img ._item_bus {
    width: 25.3125vw;
    height: 7.8125vw;
    bottom: 0vw;
    right: 2vw;
  }
}

.news {
  padding: 0 5vw;
}
.news-inner {
  max-width: 1100px;
  margin: 0 auto;
  border-top: solid 1px #54504f;
  border-bottom: solid 1px #54504f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .news-inner {
    flex-direction: column;
    padding: 0;
  }
}
.news-ttl {
  width: 265px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .news-ttl {
    width: 100%;
    font-size: 5.625vw;
    border-bottom: solid 1px #54504f;
    padding: 4vw 0;
  }
}
.news-list {
  padding: 15px 40px;
  border-left: solid 1px #54504f;
  width: calc(100% - 265px);
}
@media (max-width: 767px) {
  .news-list {
    width: 100%;
    padding: 4vw 0;
    border: none;
  }
}
.news-list dl {
  display: flex;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .news-list dl {
    flex-direction: column;
    padding: 0;
  }
  .news-list dl + dl {
    margin-top: 4vw;
  }
}
.news-list dl dt {
  width: 140px;
}
@media (max-width: 767px) {
  .news-list dl dt {
    width: 100%;
  }
}
.news-list dl dd {
  width: calc(100% - 140px);
}
@media (max-width: 767px) {
  .news-list dl dd {
    width: 100%;
    margin-top: 1vw;
  }
}
.news-list dl dd a {
  text-decoration: underline;
}

.concept {
  display: flex;
  justify-content: end;
  margin-top: 120px;
  position: relative;
  padding: 65px 0 215px;
}
@media (max-width: 767px) {
  .concept {
    background: url(/mondamin-kids/assets/images/bg-concept-sp.svg) no-repeat top 0 right 0/76.875vw auto;
    padding: 9vw 5vw 139vw;
    margin-top: 25vw;
  }
}
.concept:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 909px;
  width: calc(50% + 178px);
  background: url(/mondamin-kids/assets/images/bg-concept.svg) repeat-x left top;
}
@media (max-width: 767px) {
  .concept:before {
    content: none;
  }
}
.concept-inner {
  width: calc(50% + 363px);
  position: relative;
}
@media (max-width: 767px) {
  .concept-inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .concept-copy img {
    width: 41vw;
    height: auto;
  }
}
.concept-ttl {
  font-size: 40px;
  font-weight: normal;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .concept-ttl {
    font-size: 6.25vw;
    margin-top: 6vw;
  }
}
.concept-txt {
  line-height: 3;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .concept-txt {
    font-size: 4.6875vw;
    line-height: 2;
    margin-top: 6vw;
  }
}
.concept-img-01 {
  position: absolute;
  top: -65px;
  left: -400px;
}
@media (max-width: 767px) {
  .concept-img-01 {
    width: 40.6vw;
    height: auto;
    top: -28vw;
    right: -5vw;
    left: inherit;
  }
}
.concept-img-02 {
  position: absolute;
  top: 100px;
  left: 730px;
}
@media (max-width: 767px) {
  .concept-img-02 {
    width: 35.6vw;
    height: auto;
    top: 155vw;
    left: 0;
  }
}
.concept-img-03 {
  position: absolute;
  bottom: -195px;
  left: -253px;
}
@media (max-width: 767px) {
  .concept-img-03 {
    width: 100vw;
    max-width: inherit !important;
    height: auto;
    top: 206vw;
    left: -5vw;
    right: inherit;
  }
}

.introduction-ttl {
  height: 183px;
  background: url(/mondamin-kids/assets/images/bg-introduction-top.svg) repeat-x center bottom;
  padding-top: 77px;
  position: relative;
}
@media (max-width: 767px) {
  .introduction-ttl {
    background: #FFFBCC;
    padding-top: 14vw;
    height: auto;
  }
}
.introduction-ttl:before {
  content: "";
  width: 288px;
  height: 208px;
  background: url(/mondamin-kids/assets/images/img-introduction-01.svg) no-repeat center;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}
@media (max-width: 767px) {
  .introduction-ttl:before {
    width: 37.5vw;
    height: 27.5vw;
    background-size: 37.5vw auto;
    top: -2vw;
    right: 1vw;
  }
}
.introduction-ttl-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  background: url(/mondamin-kids/assets/images/bg-introduction-ttl.svg) no-repeat center;
  width: 570px;
  height: 80px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .introduction-ttl-txt {
    width: 75vw;
    height: 27.8vw;
    background: url(/mondamin-kids/assets/images/bg-introduction-ttl-sp.svg) no-repeat center/cover;
    font-size: 6.25vw;
    line-height: 1.7;
    z-index: 1;
    position: relative;
  }
}
.introduction-inner {
  background: #FFFBCC;
  position: relative;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .introduction-inner {
    padding-top: 12.5vw;
    margin-bottom: 36vw;
  }
}
.introduction-inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: url(/mondamin-kids/assets/images/bg-introduction-bottom.svg) repeat-x center;
  position: absolute;
  bottom: -80px;
  left: 0;
}
@media (max-width: 767px) {
  .introduction-inner:before {
    background: url(/mondamin-kids/assets/images/bg-introduction-bottom-sp.svg) repeat-x center;
    width: 100%;
    height: 12.5vw;
    bottom: -11.5vw;
  }
}
.introduction-video {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .introduction-video {
    padding: 0 5vw;
  }
}
.introduction-video iframe {
  width: 100%;
  max-width: 900px;
  height: 500px;
}
.introduction-video-thumb img {
  height: auto;
}
.introduction-video-txt {
  line-height: 2;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .introduction-video-txt {
    margin-top: 12.5vw;
  }
}
.introduction-program {
  width: calc(100% - 64px);
  background: #fff;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .introduction-program {
    margin-top: 12.5vw;
    width: 100%;
    border-top-right-radius: 9vw;
    border-bottom-right-radius: 9vw;
  }
}
.introduction-program-inner {
  padding: 80px 0 80px 64px;
  position: relative;
}
@media (max-width: 767px) {
  .introduction-program-inner {
    padding: 12.5vw 5vw;
  }
}
.introduction-program-ttl {
  text-align: center;
}
.introduction-program-ttl-main {
  max-width: 202px;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  border-bottom: solid 1px #54504f;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .introduction-program-ttl-main {
    width: 53vw;
    font-size: 5.625vw;
    padding: 0;
    max-width: inherit;
  }
}
.introduction-program-ttl-sub {
  font-size: 14px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .introduction-program-ttl-sub {
    font-size: 3.75vw;
  }
}
.introduction-program-list ul {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 40px auto 0;
  gap: 46px;
}
@media (max-width: 767px) {
  .introduction-program-list ul {
    flex-direction: column;
    margin: 12.5vw 0 0;
    gap: inherit;
  }
}
.introduction-program-list ul li {
  width: calc((100% - 92px) / 3);
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .introduction-program-list ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .introduction-program-list ul li + li {
    margin-top: 18.75vw;
  }
}
.introduction-program-list ul li + li:before {
  content: "";
  display: block;
  background: url(/mondamin-kids/assets/images/ico-arr-b.svg) no-repeat center/contain;
  width: 15px;
  height: 30px;
  position: absolute;
  top: 165px;
  left: -30px;
}
@media (max-width: 767px) {
  .introduction-program-list ul li + li:before {
    background: url(/mondamin-kids/assets/images/ico-arr-b2.svg) no-repeat center/contain;
    width: 12.5vw;
    height: 7.8vw;
    top: -12vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .introduction-program-list-num {
    width: 12.5vw;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.introduction-program-list-ttl {
  margin: 10px 0 15px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .introduction-program-list-ttl {
    font-size: 5vw;
    margin: 0;
    padding: 2vw 0 2vw 15vw;
    text-align: left;
  }
}
.introduction-program-list-txt {
  text-align: left;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .introduction-program-list-txt {
    margin-top: 3.125vw;
  }
}
.introduction-program-list-img {
  width: auto;
  height: auto;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .introduction-program-list-img {
    border-radius: 4vw;
    margin-top: 3.125vw;
  }
}
.introduction-program-balloon {
  content: "";
  display: block;
  width: 174px;
  height: 176px;
  position: absolute;
  right: 31px;
  bottom: -68px;
}
@media (max-width: 767px) {
  .introduction-program-balloon {
    display: none;
  }
}
.introduction-results {
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .introduction-results {
    padding: 22vw 5vw 140vw;
  }
}
.introduction-results-inner {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .introduction-results-inner {
    max-width: 100%;
  }
}
.introduction-results-label {
  font-size: 14px;
  width: 270px;
  margin: 0 auto;
  border-bottom: solid 1px #54504f;
  position: relative;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .introduction-results-label {
    width: 75vw;
    font-size: 4.375vw;
    padding-bottom: 1vw;
  }
}
.introduction-results-label:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #54504f transparent transparent transparent;
  border-width: 7px 8px 0 8px;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
}
.introduction-results-label:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #FFFBCC transparent transparent transparent;
  border-width: 7px 8px 0 8px;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
}
.introduction-results-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .introduction-results-ttl {
    margin-top: 11vw;
    font-size: 5.625vw;
  }
}
.introduction-results-txt {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .introduction-results-txt {
    font-size: 5vw;
    margin-top: 3.125vw;
    line-height: 1.7;
  }
}
.introduction-results-txt ._border {
  background: linear-gradient(transparent 75%, #A6E1FF 0%);
  display: inline-block;
}
@media (max-width: 767px) {
  .introduction-results-txt ._border {
    line-height: 1;
    font-size: 5.625vw;
    background: linear-gradient(transparent 75%, #A6E1FF 0%);
  }
}
.introduction-results-txt ._border + ._border {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .introduction-results-txt ._border + ._border {
    margin: 3vw 10vw 0;
  }
}
.introduction-results-txt ._large {
  font-size: 48px;
}
@media (max-width: 767px) {
  .introduction-results-txt ._large {
    font-size: 11.25vw;
  }
}
.introduction-results-bottom {
  font-size: 14px;
  max-width: 500px;
  margin: 15px auto 0;
  text-align: left;
}
.introduction-results-bottom li {
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .introduction-results-bottom {
    font-size: 4.0625vw;
    margin-top: 3vw;
  }
}
.introduction-results-image-01 {
  position: absolute;
  top: -10px;
  right: -240px;
  width: 237px;
  height: 160px;
}
@media (max-width: 767px) {
  .introduction-results-image-01 {
    width: 74vw;
    height: 50vw;
    top: 105vw;
    right: 16vw;
  }
}
.introduction-results-image-02 {
  position: absolute;
  top: 150px;
  right: -240px;
  width: 218px;
  height: 135px;
}
@media (max-width: 767px) {
  .introduction-results-image-02 {
    width: 54.6vw;
    height: 39.375vw;
    top: 147vw;
    right: -5vw;
  }
}
.introduction-results-image-03 {
  position: absolute;
  top: -5px;
  left: -290px;
  width: 306px;
  height: 263px;
}
@media (max-width: 767px) {
  .introduction-results-image-03 {
    width: 73.4vw;
    height: 75.3125vw;
    left: -4.5vw;
    top: 167vw;
  }
}
.introduction-results-sideimg-02 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .introduction-results-sideimg-02 {
    width: 16.5625vw;
    height: 17.8125vw;
  }
}
.introduction-results-sideimg-03 {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .introduction-results-sideimg-03 {
    width: 70vw;
    height: 75.3125vw;
  }
}
.introduction-results-sidext-01 {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 237px;
  height: 160px;
}
@media (max-width: 767px) {
  .introduction-results-sidext-01 {
    width: 74vw;
    height: 50vw;
  }
}
.introduction-results-sidext-01 source {
  display: none;
}
.introduction-results-sidext-01 img {
  width: 0;
  height: 0;
  transition: all 0.3s ease-out;
}
.introduction-results-sidext-01._popup img {
  width: 237px;
  height: 160px;
}
@media (max-width: 767px) {
  .introduction-results-sidext-01._popup img {
    width: 74vw;
    height: 50vw;
  }
}
.introduction-results-sidext-02 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 154px;
  height: 102px;
}
@media (max-width: 767px) {
  .introduction-results-sidext-02 {
    width: 48.125vw;
    height: 31.875vw;
  }
}
.introduction-results-sidext-02 source {
  display: none;
}
.introduction-results-sidext-02 img {
  width: 0;
  height: 0;
  transition: all 0.3s ease-out;
}
.introduction-results-sidext-02._popup img {
  width: 154px;
  height: 102px;
}
@media (max-width: 767px) {
  .introduction-results-sidext-02._popup img {
    width: 48.125vw;
    height: 31.875vw;
  }
}
.introduction-results-sidext-03 {
  position: absolute;
  top: 12px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 237px;
  height: 160px;
}
@media (max-width: 767px) {
  .introduction-results-sidext-03 {
    top: 4.6875vw;
    width: 74.0625vw;
    height: 50vw;
  }
}
.introduction-results-sidext-03 source {
  display: none;
}
.introduction-results-sidext-03 img {
  width: 0;
  height: 0;
  transition: all 0.3s ease-out;
}
.introduction-results-sidext-03._popup img {
  width: 237px;
  height: 160px;
}
@media (max-width: 767px) {
  .introduction-results-sidext-03._popup img {
    width: 74.0625vw;
    height: 50vw;
  }
}
.introduction-set {
  max-width: 1300px;
  padding: 70px 20px 80px;
  background: #fff;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .introduction-set {
    padding: 14vw 5vw 12.5vw;
  }
}
.introduction-set-ttl {
  font-size: 20px;
  font-weight: bold;
  max-width: 440px;
  border-bottom: solid 1px #54504f;
  margin: 0 auto 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .introduction-set-ttl {
    font-size: 5.625vw;
    margin-bottom: 12.5vw;
    border-bottom: none;
    max-width: 100%;
  }
  .introduction-set-ttl-inner {
    background: none;
    line-height: 1.8;
    border-bottom: 1px solid #54504f;
    padding-bottom: 0.5vw;
  }
}
.introduction-set-txt {
  text-align: center;
}
@media (max-width: 767px) {
  .introduction-set-txt {
    text-align: left;
  }
}
.introduction-set-detail {
  max-width: 740px;
  margin: 40px auto;
  padding: 40px 18px 40px 40px;
  border: solid 2px #FFF468;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .introduction-set-detail {
    margin: 12.5vw auto;
    padding: 6.25vw;
    flex-direction: column;
  }
}
.introduction-set-detail-txt li {
  position: relative;
  padding-left: 1em;
}
.introduction-set-detail-txt li:before {
  content: "・";
  position: absolute;
}
@media (max-width: 767px) {
  .introduction-set-detail-txt li:before {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.introduction-set-detail-txt li + li {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .introduction-set-detail-txt li + li {
    margin-top: 2vw;
  }
}
.introduction-set-detail-txt ._txt_right {
  text-align: right;
  margin-top: 10px;
}
.introduction-set-detail-txt ._txt_caution {
  font-size: 14px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .introduction-set-detail-txt ._txt_caution {
    font-size: 4.0625vw;
    margin-top: 3vw;
  }
}
@media (max-width: 767px) {
  .introduction-set-detail-img img {
    width: 67vw;
    height: auto;
  }
}
.introduction-set-video {
  max-width: 1100px;
  margin: 0 auto;
  padding: 55px 20px 40px;
  background: #D4F1FF;
  border-radius: 30px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .introduction-set-video {
    padding: 12.5vw;
    border-radius: 9.375vw;
    width: 100vw;
    margin: 0 -5vw;
  }
}
.introduction-set-video-ttl {
  max-width: 420px;
  height: 56px;
  border-radius: 28px;
  background: #54504f;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}
@media (max-width: 767px) {
  .introduction-set-video-ttl {
    font-size: 5vw;
    border-radius: 4.6875vw;
    margin-bottom: 6.25vw;
    height: 21vw;
    max-width: inherit;
  }
}
.introduction-set-video iframe {
  max-width: 570px;
  height: 345px;
  margin-top: 40px;
}
.introduction-set-video-thumb {
  cursor: pointer;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .introduction-set-video-thumb {
    margin: 6.25vw -7.5vw 0;
    width: 90vw;
  }
}
.introduction-set-video-thumb img {
  max-width: 568px;
  height: auto;
}
@media (max-width: 767px) {
  .introduction-set-video-thumb img {
    width: 100%;
  }
}
.introduction-set-video-img-01 {
  position: absolute;
  bottom: -45px;
  left: 40px;
}
@media (max-width: 767px) {
  .introduction-set-video-img-01 {
    width: 18.75vw;
    height: auto;
    bottom: -10vw;
    left: 6vw;
  }
}
.introduction-set-video-img-02 {
  position: absolute;
  bottom: -45px;
  right: 40px;
}
@media (max-width: 767px) {
  .introduction-set-video-img-02 {
    width: 21.875vw;
    height: auto;
    bottom: -10vw;
    right: 3vw;
  }
}
.introduction-require {
  max-width: 1100px;
  margin: 80px auto 0;
}
@media (max-width: 767px) {
  .introduction-require {
    margin-top: 9.375vw;
  }
}
.introduction-require-ttl {
  font-size: 20px;
  border-bottom: solid 1px #54504f;
  width: 130px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .introduction-require-ttl {
    font-size: 5.625vw;
    width: 38.75vw;
  }
}
.introduction-require-list {
  margin-top: 20px;
  position: relative;
  padding: 0 5vw;
}
@media (max-width: 767px) {
  .introduction-require-list {
    margin-top: 6.25vw;
  }
}
.introduction-require-list dl {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .introduction-require-list dl {
    flex-direction: column;
    padding: 3vw 0;
  }
}
.introduction-require-list dl + dl {
  border-top: solid 1px #54504f;
}
.introduction-require-list dl dt {
  width: 186px;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 767px) {
  .introduction-require-list dl dt {
    width: 100%;
    font-size: 5vw;
  }
}
.introduction-require-list dl dd {
  width: calc(100% - 186px);
}
@media (max-width: 767px) {
  .introduction-require-list dl dd {
    width: 100%;
    margin-top: 1vw;
  }
}
.introduction-require-list ._txt_caution {
  font-size: 14px;
}
@media (max-width: 767px) {
  .introduction-require-list ._txt_caution {
    font-size: 4.0625vw;
  }
}
.introduction-require-list ._list li {
  padding-left: 1em;
  position: relative;
}
.introduction-require-list ._list li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.introduction-require-img {
  position: absolute;
  bottom: -81px;
  right: -105px;
}
@media (max-width: 767px) {
  .introduction-require-img {
    width: 35vw;
    height: auto;
    right: 2vw;
    bottom: -12vw;
  }
}

.faq {
  position: relative;
}
.faq:before {
  content: "";
  display: block;
  width: 296px;
  height: 208px;
  background: url(/mondamin-kids/assets/images/img-faq-01.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: -44px;
}
@media (max-width: 767px) {
  .faq:before {
    content: none;
  }
}
.faq-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  width: 353px;
  height: 80px;
  background: url(/mondamin-kids/assets/images/bg-faq-ttl.svg) no-repeat center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .faq-ttl {
    background: url(/mondamin-kids/assets/images/bg-faq-ttl-sp.svg) no-repeat center/70vw auto;
    width: 90vw;
    height: 16.25vw;
    font-size: 6.25vw;
  }
}
.faq-list {
  max-width: 1100px;
  margin: 35px auto 0;
}
@media (max-width: 767px) {
  .faq-list {
    margin-top: 6.25vw;
    padding: 0 5vw;
  }
}
.faq-list dl {
  border-top: 1px solid #54504f;
}
@media (max-width: 767px) {
  .faq-list dl {
    border: none;
  }
}
.faq-list dl:last-child {
  border-bottom: 1px solid #54504f;
}
@media (max-width: 767px) {
  .faq-list dl + dl {
    border-top: 1px solid #54504f;
  }
}
.faq-list dl dt {
  padding: 22px 150px 21px 180px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  background: url(/mondamin-kids/assets/images/ico_faq_q.svg) no-repeat top 14px left 100px, url(/mondamin-kids/assets/images/ico_faq_plus.svg) no-repeat top 21px right 100px;
}
@media (max-width: 767px) {
  .faq-list dl dt {
    padding: 3.2vw 7vw 3.2vw 11vw;
    font-size: 5vw;
    background-size: 7.5vw auto, 5vw auto;
    background-position: center left 0, center right 0;
    min-height: 14vw;
    display: flex;
    align-items: center;
  }
  .faq-list dl dt._sp_single_col {
    height: 18vw;
  }
}
.faq-list dl dt.opne {
  background: url(/mondamin-kids/assets/images/ico_faq_q.svg) no-repeat top 14px left 100px, url(/mondamin-kids/assets/images/ico_faq_minus.svg) no-repeat top 34px right 100px;
}
@media (max-width: 767px) {
  .faq-list dl dt.opne {
    background-size: 7.5vw auto, 5vw auto;
    background-position: center left 0, center right 0;
  }
}
.faq-list dl dd {
  padding: 15px 150px 15px 180px;
  font-weight: bold;
  background: url(/mondamin-kids/assets/images/ico_faq_a.svg) no-repeat top 14px left 100px;
  display: none;
}
@media (min-width: 768px) {
  .faq-list dl dd._pc_single_col {
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .faq-list dl dd {
    padding: 3.2vw 7vw 3.2vw 11vw;
    background-size: 6.8vw auto;
    background-position: top 4vw left 0;
    font-size: 4.0625vw;
  }
  .faq-list dl dd._sp_single_col {
    height: 14vw;
    background-position: top 2vw left 0;
  }
}
.faq-list dl dd ._small {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  padding-left: 1.5em;
  position: relative;
}
.faq-list dl dd ._small span {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .faq-list dl dd ._small {
    font-size: 3.75vw;
    margin-top: 1vw;
  }
}

.application {
  padding-bottom: 100px;
  background: url(/mondamin-kids/assets/images/bg-application-dot.svg) repeat-x center bottom 45px;
}
@media (max-width: 767px) {
  .application {
    padding-bottom: 34vw;
    background: url(/mondamin-kids/assets/images/bg-application-dot-sp.svg) repeat-x center bottom 18.75vw/100% auto;
  }
}
.application-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 755px;
  height: 155px;
  background: url(/mondamin-kids/assets/images/bg-application-ttl.svg) no-repeat center;
  padding-bottom: 33px;
  margin: 80px auto 0;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .application-ttl {
    margin-top: 18vw;
    width: 90vw;
    height: 29vw;
    background: url(/mondamin-kids/assets/images/bg-application-ttl-sp.svg) no-repeat center/cover;
    padding-bottom: 2vw;
  }
}
.application-inner {
  max-width: 1300px;
  position: relative;
  margin: 0 auto 80px;
  background: #FFF797;
  padding: 40px 30px 70px;
}
@media (max-width: 767px) {
  .application-inner {
    padding: 14vw 5vw 11vw;
    margin-bottom: 14vw;
  }
}
.application-inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 124px;
  background: url(/mondamin-kids/assets/images/bg-application-top.svg) no-repeat center;
  position: absolute;
  top: -124px;
  left: 0;
}
@media (max-width: 767px) {
  .application-inner:before {
    width: 100%;
    height: 21.8vw;
    background: url(/mondamin-kids/assets/images/bg-application-top-sp.svg) no-repeat center/cover;
    top: -21.8vw;
  }
}
.application-inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: url(/mondamin-kids/assets/images/bg-application-bottom.svg) no-repeat center;
  position: absolute;
  bottom: -70px;
  left: 0;
}
@media (max-width: 767px) {
  .application-inner:after {
    background: url(/mondamin-kids/assets/images/bg-application-bottom-sp.svg) no-repeat center/cover;
    width: 100%;
    height: 11.25vw;
    bottom: -11.25vw;
  }
}
@media (max-width: 767px) {
  .application-txt {
    line-height: 2;
  }
}
.application-subject {
  max-width: 900px;
  border-radius: 10px;
  border: solid 2px #54504f;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .application-subject {
    flex-direction: column;
    margin-bottom: 11vw;
    border-radius: 3.125vw;
  }
}
.application-subject-ttl {
  width: 187px;
  background: #54504f;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .application-subject-ttl {
    width: 100%;
    font-size: 5.625vw;
    padding: 1.5vw 0;
  }
}
.application-subject-txt {
  padding: 30px;
  font-weight: bold;
  background: #FFFBCC;
}
@media (max-width: 767px) {
  .application-subject-txt {
    padding: 4.5vw 6vw;
    font-size: 5vw;
  }
}
.application-subject-txt ._caution {
  font-size: 14px;
  padding-left: 1.5em;
  position: relative;
  font-weight: normal;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .application-subject-txt ._caution {
    font-size: 4.0625vw;
    margin-top: 1.5vw;
  }
}
.application-subject-txt ._caution span {
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.application-step {
  max-width: 1100px;
  margin: 40px auto 0;
  background: #fff;
  padding: 40px 80px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .application-step {
    margin-top: 14vw;
    padding: 14vw 6.25vw;
  }
}
.application-step-ttl {
  font-size: 20px;
  font-weight: bold;
  max-width: 236px;
  border-bottom: solid 1px #54504f;
  margin: 0 auto 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .application-step-ttl {
    font-size: 5.625vw;
    width: 61vw;
    max-width: 100%;
    margin-bottom: 12.5vw;
  }
}
.application-step-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .application-step-list {
    flex-direction: column;
  }
}
.application-step-list li {
  width: calc((100% - 110px) / 3);
}
@media (max-width: 767px) {
  .application-step-list li {
    width: 100%;
  }
  .application-step-list li + li {
    margin-top: 14vw;
  }
}
.application-step-list li figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 123px;
  max-width: 200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .application-step-list li figure {
    max-width: 100%;
    height: auto;
    margin: 3vw auto 5vw;
  }
  .application-step-list li figure img {
    height: 27vw;
    width: auto;
  }
}
.application-step-list-ttl {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  max-width: 180px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .application-step-list-ttl {
    max-width: 100%;
    justify-content: center;
    font-size: 5vw;
  }
}
.application-step-list-ttl img {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .application-step-list-ttl img {
    height: 13.4vw;
    margin-right: 6vw;
  }
}
.application-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 562px;
  height: 96px;
  margin: 100px auto 0;
  background: #fff url(/mondamin-kids/assets/images/ico-blank2.svg) no-repeat center right 12px/66px auto;
  border: solid 2px #54504f;
  border-radius: 48px;
  font-size: 32px;
  font-weight: bold;
  box-shadow: #54504f 4px 4px;
  color: #54504f;
}
@media (max-width: 767px) {
  .application-btn {
    width: 75vw;
    height: 26.5625vw;
    font-size: 6.25vw;
    justify-content: start;
    padding-left: 12vw;
    background-size: 11.25vw auto;
    background-position: center right 10vw;
    margin-top: 15.6vw;
  }
}
.application-btn:hover {
  text-decoration: none;
  box-shadow: none;
  color: #54504f;
  position: relative;
  top: 4px;
  right: -4px;
}
.application-caution {
  max-width: 900px;
  margin: 80px auto 0;
  border: solid 2px #54504f;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .application-caution {
    margin-top: 12.5vw;
    border-radius: 4vw;
  }
}
.application-caution-ttl {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background: #54504f;
  padding: 20px;
}
@media (max-width: 767px) {
  .application-caution-ttl {
    font-size: 5.625vw;
    padding: 5vw;
  }
}
.application-caution-list {
  background: #fff7df;
  padding: 40px;
}
@media (max-width: 767px) {
  .application-caution-list {
    padding: 6vw;
  }
}
.application-caution-list li {
  padding-left: 1.2em;
  position: relative;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .application-caution-list li {
    line-height: 1.6;
  }
  .application-caution-list li + li {
    margin-top: 7vw;
  }
}
.application-caution-list li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.application-bottom {
  width: calc(100% + 60px);
  height: auto;
  margin: 50px -30px 0;
  max-width: inherit !important;
}
@media (max-width: 767px) {
  .application-bottom {
    width: 100vw;
    margin: 7.5vw -5vw 0;
  }
}

.point {
  padding: 70px 20px 80px;
  background: #A6E1FF;
}
@media (max-width: 767px) {
  .point {
    padding: 12.5vw 5vw;
  }
}
.point-ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  max-width: 270px;
  background: linear-gradient(transparent 75%, #FFF468 0%);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .point-ttl {
    font-size: 6.25vw;
    width: 61vw;
    max-width: inherit;
  }
}
.point-list {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .point-list {
    margin-top: 12.5vw;
    flex-wrap: wrap;
    gap: 4.3vw;
  }
}
.point-list li {
  width: calc((100% - 45px) / 4);
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .point-list li {
    width: calc((100% - 4.3vw) / 2);
    border-radius: 4.6875vw;
  }
}
.point-list li a {
  display: block;
  padding: 20px 5px 25px;
}
@media (max-width: 767px) {
  .point-list li a {
    padding: 3.125vw;
  }
}
.point-list li a:hover {
  text-decoration: none;
  color: #54504f;
}
.point-list li figure {
  height: 127px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .point-list li figure {
    height: 19.6875vw;
  }
}
.point-list li figure img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .point-list li figure img {
    width: auto;
    height: auto;
  }
}
.point-list li ._link_btn {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .point-list li ._link_btn {
    margin-top: 2vw;
  }
}
.point-list-ttl {
  margin-top: 15px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .point-list-ttl {
    margin-top: 2vw;
  }
}

.products {
  padding: 80px 20px 115px;
}
@media (max-width: 767px) {
  .products {
    padding: 21.875vw 5vw 37.5vw;
  }
}
.products-ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .products-ttl {
    font-size: 5.625vw;
  }
}
.products-list {
  max-width: 1100px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .products-list {
    gap: 4.3vw;
    flex-wrap: wrap;
  }
}
.products-list > li {
  width: calc((100% - 40px) / 5);
}
@media (max-width: 767px) {
  .products-list > li {
    width: calc((100% - 4.3vw) / 2);
  }
}
.products-list > li figure {
  height: 225px;
  display: flex;
  align-items: end;
  justify-content: center;
}
@media (max-width: 767px) {
  .products-list > li figure {
    height: 48vw;
  }
}
.products-list > li figure img {
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .products-list > li figure img {
    width: 100%;
    height: auto;
  }
}
.products-list > li ._link_btn {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .products-list > li ._link_btn {
    margin-top: 3.125vw;
  }
}
.products-list-txt {
  min-height: 112px;
}
@media (max-width: 767px) {
  .products-list-txt {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .products-list > li:nth-child(3) .products-list-txt {
    min-height: 37vw;
  }
  .products-list > li:nth-child(4) .products-list-txt {
    min-height: 37vw;
  }
}
.products-list-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .products-list-ttl {
    font-size: 5vw;
  }
}
.products-list-lebal {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .products-list-lebal {
    flex-wrap: nowrap;
    gap: 1vw;
    margin-top: 1vw;
  }
}
.products-list-lebal li {
  font-size: 10px;
  background: #F5F5F5;
  padding: 3px 12px;
}
@media (max-width: 767px) {
  .products-list-lebal li {
    font-size: 3.125vw;
    padding: 0.5vw 1.5vw;
  }
}

.mdl-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 10000;
  display: none;
}
.mdl {
  width: 900px;
  max-width: calc(100% - 200px);
  max-height: calc(100% - 100px);
  aspect-ratio: 16/9;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 10001;
  display: none;
}
@media (max-width: 767px) {
  .mdl {
    width: 100%;
    max-width: 100%;
    min-height: inherit;
    padding: 0 5vw;
    height: 51vw;
  }
}
.mdl-video {
  width: 100%;
  padding-top: 56%;
  position: relative;
}
.mdl-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mdl-close {
  position: absolute;
  top: -51px;
  right: -36px;
  font-weight: bold;
  color: #fff;
  font-size: 80px;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .mdl-close {
    top: -3vw;
    right: 2vw;
    font-size: 6vw;
    line-height: 1;
  }
}

._open-mdl-video {
  cursor: pointer;
}

.class-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1340px;
  margin: 110px auto 0;
}
@media (max-width: 767px) {
  .class-wrap {
    margin-top: 6.25vw;
    flex-direction: column;
  }
}
.class-ttl {
  max-width: 1017px;
  min-height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/mondamin-kids/assets/images/class/ttl-class.svg) no-repeat center/1017px 136px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .class-ttl {
    width: calc(100% - 10vw);
    max-width: 100%;
    height: 54.6875vw;
    min-height: inherit;
    background: url(/mondamin-kids/assets/images/class/ttl-class-sp.svg) no-repeat center/100% auto;
  }
}
.class-ttl-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 74px 0 61px;
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .class-ttl-inner {
    padding: 0 5vw 0 0;
    font-size: 6.5625vw;
    line-height: 1.7;
  }
}
.class-ttl-inner img {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .class-ttl-inner img {
    margin-right: 1vw;
    height: 20.625vw;
    width: auto;
    height: auto;
    max-height: 20.625vw;
    max-width: 20.625vw;
  }
}
.class-ttl-wrap {
  width: 100%;
}
@media (max-width: 767px) {
  .class-ttl-wrap {
    order: 1;
  }
}
.class-side {
  width: 240px;
  margin-top: 100px;
  position: relative;
}
@media (min-width: 768px) {
  .class-side > nav {
    width: 240px;
  }
  .class-side._fixed > nav {
    position: fixed;
    top: 100px;
  }
  .class-side._bottom > nav {
    position: absolute;
    bottom: 180px;
  }
}
@media (max-width: 767px) {
  .class-side {
    order: 3;
    margin-top: 18.75vw;
    width: 100%;
    padding: 0 5vw;
  }
}
@media (max-width: 767px) {
  .class-side-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.class-side-list li {
  border: solid 3px #A6E1FF;
  border-radius: 30px;
  height: 100px;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  width: calc(100% - 34px + 30px);
  transition: all 0.2s ease-out;
  margin-left: -30px;
}
@media (max-width: 767px) {
  .class-side-list li {
    height: 17.5vw;
    width: 100%;
    border-radius: 4.6875vw;
    font-size: 4.375vw;
    order: 2;
    margin-top: 6.25vw;
    margin-left: 0;
  }
  .class-side-list li br {
    display: none;
  }
}
.class-side-list li + li {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .class-side-list li + li {
    margin-top: 6.25vw;
  }
}
.class-side-list li._active {
  background: #A6E1FF;
  justify-content: end;
  width: calc(100% + 30px);
  padding-right: 40px;
}
@media (max-width: 767px) {
  .class-side-list li._active {
    width: 100%;
    height: 23.75vw;
    padding: 0;
    order: 1;
  }
}
.class-side-list li._active .class-side-list-txt {
  display: flex;
  align-items: center;
  width: auto;
}
@media (max-width: 767px) {
  .class-side-list li._active .class-side-list-txt {
    width: 100%;
    justify-content: center;
  }
}
.class-side-list li a {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
  width: 100%;
  background: url(/mondamin-kids/assets/images/class/ico-side-arr.svg) no-repeat center right 15px;
}
@media (max-width: 767px) {
  .class-side-list li a {
    justify-content: center;
    background-size: 6.25vw auto;
    background-position: center right 6.25vw;
    padding-right: 8.75vw;
  }
}
.class-side-list li a img {
  width: 0;
  height: 0;
  transition: all 0.2s ease-out;
  opacity: 0;
}
@media (min-width: 768px) {
  .class-side-list li:hover:not(._active) {
    background: #A6E1FF;
    width: calc(100% + 30px);
  }
  .class-side-list li:hover:not(._active) a {
    text-decoration: none;
    color: #54504f;
    background: none;
  }
  .class-side-list li:hover:not(._active) a img {
    opacity: 1;
    height: 59px;
    width: auto;
  }
  .class-side-list li:hover:not(._active) a .class-side-list-txt {
    width: 150px;
  }
}
.class-side-list-txt {
  width: 172px;
}
@media (max-width: 767px) {
  .class-side-list-txt {
    width: auto;
  }
}
.class-side-list-txt img {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .class-side-list-txt img {
    margin-right: 2vw;
    height: 14vw;
    width: auto;
  }
}
.class-main {
  width: calc(100% - 270px);
  padding: 70px 70px 90px;
  background: #FFFBCC;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-top: 80px;
  position: relative;
}
@media (max-width: 767px) {
  .class-main {
    order: 2;
    width: 100%;
    padding: 15.625vw 4.6875vw 50vw;
    border-top-left-radius: 4.6875vw;
    border-top-right-radius: 4.6875vw;
    border-bottom-left-radius: 0;
    margin-top: 6.25vw;
  }
}
.class-main-section > * + * {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .class-main-section > * + * {
    margin-top: 12.5vw;
  }
}
.class-main-section + .class-main-section {
  background: url(/mondamin-kids/assets/images/class/bdr-class.svg) repeat-x top center;
  margin-top: 70px;
  padding-top: 70px;
}
@media (max-width: 767px) {
  .class-main-section + .class-main-section {
    margin-top: 12.5vw;
    padding-top: 12.5vw;
  }
}
.class-main-ttl {
  font-weight: bold;
}
.class-main-ttl._type01 {
  font-size: 28px;
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .class-main-ttl._type01 {
    font-size: 6.25vw;
    text-align: center;
    margin-bottom: 12.5vw;
  }
}
.class-main-ttl._type01 span {
  border-bottom: 1px solid #54504f;
}
.class-main-ttl._type02 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .class-main-ttl._type02 {
    font-size: 5.625vw;
  }
}
.class-main p {
  line-height: 1.8;
}
.class-main-img {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .class-main-img {
    margin-top: 12.5vw;
  }
}
.class-main-img img {
  height: auto;
}
.class-main-img img:not(._no_single) {
  width: 100%;
}
.class-main-bottom {
  position: absolute;
}
.class-main-bottom._pc {
  bottom: 0;
  left: -175px;
}
.class-main-bottom._sp01 {
  width: 21vw;
  height: auto;
  bottom: 0;
  left: 5vw;
}
.class-main-bottom._sp02 {
  width: 20vw;
  height: auto;
  bottom: 0;
  right: 5vw;
}
.class-main-caution {
  font-size: 14px;
  padding-left: 1em;
  position: relative;
  margin-top: 0;
}
.class-main-caution span {
  position: absolute;
  top: 0;
  left: 0;
}
.class-main-colum {
  display: flex;
}
@media (max-width: 767px) {
  .class-main-colum {
    flex-direction: column;
  }
}
.class-main-colum-txt {
  width: 50%;
}
@media (max-width: 767px) {
  .class-main-colum-txt {
    width: 100%;
  }
}
.class-main-colum-txt p {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .class-main-colum-txt p {
    width: 100%;
    margin-top: 12.5vw;
  }
}
.class-main-colum .class-main-img {
  margin-top: 0;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .class-main-colum .class-main-img {
    width: 100%;
    margin-top: 12.5vw;
  }
  .class-main-colum .class-main-img img {
    height: 64vw;
    width: auto;
  }
}
.class-main-colum-product {
  background: #fff;
  border-radius: 30px;
  width: 50%;
  padding: 20px;
}
@media (max-width: 767px) {
  .class-main-colum-product {
    border-radius: 4.6875vw;
    width: 100%;
    padding: 6.25vw 2vw;
    margin-top: 12.5vw;
  }
}
.class-main-colum-product .products-list {
  margin-top: 0;
}
.class-main-colum-product .products-list-txt {
  min-height: inherit;
}
.class-main-colum-product .products-list > li {
  width: 100%;
}
.class-main-colum-product .products-list > li figure {
  max-height: 200px;
}
@media (max-width: 767px) {
  .class-main-colum-product .products-list > li figure {
    max-height: inherit;
    height: auto;
  }
}
.class-main-colum-product .products-list > li figure a {
  display: block;
  height: 100%;
}
.class-main-colum-product .products-list > li figure img {
  max-height: 100%;
}
.class-main-colum-product .products-list > li ._link_btn {
  margin-top: 10px;
}
.class-main-colum._has_product {
  justify-content: space-between;
}
.class-main-colum._has_product .class-main-colum-txt {
  width: 57.55%;
}
@media (max-width: 767px) {
  .class-main-colum._has_product .class-main-colum-txt {
    width: 100%;
  }
}
.class-main-colum._has_product .class-main-colum-product {
  width: 37.77%;
}
@media (max-width: 767px) {
  .class-main-colum._has_product .class-main-colum-product {
    width: 100%;
  }
  .class-main-colum._has_product .class-main-colum-product .products-list ._link_btn {
    width: calc((100% - 4.3vw) / 2);
  }
}
.class-main-colum._has_product2 {
  justify-content: space-between;
}
.class-main-colum._has_product2 .class-main-colum-txt {
  width: 49%;
}
@media (max-width: 767px) {
  .class-main-colum._has_product2 .class-main-colum-txt {
    width: 100%;
  }
}
.class-main-colum._has_product2 .class-main-colum-product {
  width: 47%;
}
@media (max-width: 767px) {
  .class-main-colum._has_product2 .class-main-colum-product {
    width: 100%;
  }
  .class-main-colum._has_product2 .class-main-colum-product .products-list > li {
    width: calc((100% - 4.3vw) / 2);
  }
}
.class-main-aside {
  background: #fff;
  border-radius: 30px;
  padding: 40px;
}
@media (max-width: 767px) {
  .class-main-aside {
    border-radius: 4.6875vw;
    padding: 12.5vw 4.6875vw;
    width: calc(100% + 4.6875vw + 4.6875vw);
    margin-left: -4.6875vw;
    margin-right: -4.6875vw;
  }
}
.class-main-aside-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 430px;
  height: 56px;
  text-align: center;
  margin: 0 auto 30px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border-radius: 28px;
  background: #54504f;
}
@media (max-width: 767px) {
  .class-main-aside-ttl {
    width: 77.5vw;
    height: 22.5vw;
    font-size: 5vw;
    margin-bottom: 12.5vw;
    border-radius: 4.6875vw;
  }
}
.class-main-aside-bold {
  font-weight: bold;
  font-size: 16px;
  margin: 35px 0 10px;
}
@media (max-width: 767px) {
  .class-main-aside-bold {
    font-size: 4.375vw;
    margin: 12.5vw 0 3.125vw;
  }
}
.class-main-aside-bold span {
  background: linear-gradient(transparent 55%, #FFF468 0%);
}
.class-main-aside p + p {
  margin-top: 35px;
}
.class-totop {
  width: 100%;
  padding: 80px 0 120px;
}
@media (max-width: 767px) {
  .class-totop {
    padding: 25vw 0;
  }
}
.class-totop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 42px;
  border: solid 1px #54504f;
  border-radius: 21px;
  background: url(/mondamin-kids/assets/images/class/ico-arr-totop.svg) no-repeat center left 32px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 30px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .class-totop a {
    width: 75vw;
    height: 24vw;
    border-radius: 12vw;
    font-size: 4.375vw;
    background-size: 6.25vw auto;
    background-position: center left 6.25vw;
    padding-left: 9vw;
  }
}
.class-totop a:hover {
  background-color: #FFF468;
  text-decoration-line: none;
  color: #54504f;
}
@media (max-width: 767px) {
  .class-totop {
    order: 4;
  }
}

.info-wrap {
  max-width: 900px;
  margin: 65px auto 120px;
}
@media (max-width: 767px) {
  .info-wrap {
    max-width: 100%;
    margin: 9.375vw auto 31.25vw;
    padding: 0 4.6875vw;
  }
}
.info-ttl {
  position: relative;
  background: url(/mondamin-kids/assets/images/class/bdr-class.svg) repeat-x bottom center;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .info-ttl {
    padding-bottom: 6.25vw;
    margin-bottom: 6.25vw;
  }
}
.info-ttl:before {
  content: "";
  display: block;
  width: 88px;
  height: 82px;
  background: url(/mondamin-kids/assets/images/news/bg-news-ttl.svg) no-repeat center;
  position: absolute;
  left: -61px;
  top: 46px;
  z-index: -1;
}
@media (max-width: 767px) {
  .info-ttl:before {
    width: 17.8125vw;
    height: 16.5625vw;
    background-size: 17.8125vw auto;
    left: -5vw;
    top: 5vw;
  }
}
.info-ttl-label {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  background: #54504f;
  color: #fff;
  padding: 5px 20px;
}
@media (max-width: 767px) {
  .info-ttl-label {
    font-size: 4.375vw;
    padding: 1.2vw 5vw;
  }
}
.info-ttl-main {
  font-size: 36px;
  font-weight: bold;
  margin: 20px 0 25px;
}
@media (max-width: 767px) {
  .info-ttl-main {
    font-size: 7.2vw;
    margin: 3vw 0;
  }
}
.info-ttl-time {
  display: flex;
  align-items: center;
  justify-content: start;
}
.info-ttl-time:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/mondamin-kids/assets/images/news/ico-news-time.svg) no-repeat center;
  margin-right: 7px;
}
@media (max-width: 767px) {
  .info-ttl-time:before {
    background-size: 2.5vw auto;
    margin-right: 2vw;
  }
}
.info-mein p {
  line-height: 1.8;
}
@media (max-width: 767px) {
  .info-mein p {
    line-height: 2;
  }
}
.info-mein > * + * {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .info-mein > * + * {
    margin-top: 12.5vw;
  }
}
.info-mein-caution {
  font-size: 14px;
  padding-left: 1em;
  position: relative;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .info-mein-caution {
    font-size: 3.75vw;
    margin-top: 2vw;
  }
}
.info-mein-caution span {
  position: absolute;
  top: 0;
  left: 0;
}
.info-mein-colum {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .info-mein-colum {
    flex-direction: column;
  }
}
.info-mein-colum > * {
  width: calc(50% - 20px);
}
@media (max-width: 767px) {
  .info-mein-colum > * {
    width: 100%;
  }
  .info-mein-colum > * + * {
    margin-top: 7.8125vw;
  }
}
.info-bottom {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .info-bottom {
    margin-top: 25vw;
  }
}
.info-bottom a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 42px;
  border: solid 1px #54504f;
  border-radius: 21px;
  background: url(/mondamin-kids/assets/images/class/ico-arr-totop.svg) no-repeat center left 32px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 30px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .info-bottom a {
    width: 75vw;
    height: 24vw;
    border-radius: 12vw;
    font-size: 4.375vw;
    background-size: 6.25vw auto;
    background-position: center left 6.25vw;
    padding-left: 9vw;
  }
}
.info-bottom a:hover {
  background-color: #FFF468;
  text-decoration-line: none;
  color: #54504f;
}

@keyframes animation-move {
  0% {
    transform: rotate(5deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes animation-bus {
  0% {
    transform: translateX(5px);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
.animation01 {
  animation-name: animation-move;
  animation-timing-function: steps(1, end);
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-duration: 4s;
}

.animation02 {
  animation-name: animation-move;
  animation-timing-function: steps(1, end);
  animation-delay: 0.33s;
  animation-iteration-count: infinite;
  animation-duration: 4s;
}

.animation03 {
  animation-name: animation-move;
  animation-timing-function: steps(1, end);
  animation-delay: 0.66s;
  animation-iteration-count: infinite;
  animation-duration: 4s;
}

.animation4 {
  animation-name: animation-bus;
  animation-timing-function: steps(1, end);
  animation-delay: 0.66s;
  animation-iteration-count: infinite;
  animation-duration: 4s;
}/*# sourceMappingURL=style.css.map */