html {
  font-family: 'Kiwi Maru', serif;
  font-size: 10px;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

body {
  padding: 15px;
  min-width: 1000px;
  max-width: 1900px;
  margin: 0 auto;
}

main {
  padding: 0 auto;
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 0 0 15px 15px;
}

.cont-wrapper {
  max-width: 1200px;
  margin: auto;

}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  display: block;
  color: #000;
}

a[href^="tel:"] {
  pointer-events: none;
}

h1,
h2 {
  font-weight: normal;
}

img {
  vertical-align: bottom;
  width: 100%;
}

.en {
  font-family: 'Comfortaa', cursive;
}


.link-tel {}

.title {
  padding: 70px 0 38px;
  text-align: center;
}

.title h1 {
  margin-bottom: 12px;
  font-size: 3em;
  line-height: 1.33;
  color: #000;
}

.title p {
  font-weight: bold;
  font-size: 1.2em;
  color: #ed1c24;
}

.button {
  display: block;
  width: 400px;
  margin: 0 auto;
  border-radius: 30px;
  background: #fff;
  border: 3px solid #ed1c24;
  -webkit-box-shadow: 3px 3px 0px #ed1c24;
  box-shadow: 3px 3px 0px #ed1c24;
  color: #ed1c24;

}

.button:hover {
  background-color: #ed1c24;
  color: #fff;
  animation: fluffy1 2s ease infinite;

}

.button p {
  font-size: 2em !important;
  line-height: 1.4 !important;
  text-align: center !important;
  padding: 12px !important;
  margin: 0 !important;
}

.button.blue {
  border-color: #0071BC;
  border: 3px solid #0071BC;
  -webkit-box-shadow: 3px 3px 0px #0071BC;
  box-shadow: 3px 3px 0px #0071BC;
  color: #0071BC;
}

.button.blue:hover {
  background-color: #0071BC;
  color: #fff;
}

.button.black {
  border-color: #000;
  border: 3px solid #000;
  -webkit-box-shadow: 3px 3px 0px #000;
  box-shadow: 3px 3px 0px #000;
  color: #000;
}

.button.black:hover {
  background-color: #000;
  color: #fff;
}




.button2 {
  margin: 0 auto;
  border-radius: 15px;
  background: #fff;
  border: 3px solid #000;
  -webkit-box-shadow: 3px 3px 0px #000;
  box-shadow: 3px 3px 0px #000;
  color: #000;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  max-width: 500px;
}

.button2 div {
  margin: 0 10px;
}

.button2 img {
  height: 60px;
}

.button2 strong {
  font-size: 3em;
  display: block;
  padding: 6px 0 3px;
}

.button2 small {
  font-size: 1.3em;
  display: block;
}

.button2:hover {
  background-color: #000;
  color: #fff;
  animation: fluffy1 2s ease infinite;
}


.icon-circle {
  background-color: #000;
  width: 64px;
  height: 64px;
  border-radius: 100px;
  position: relative;
  border: #fff 2px solid;
}

.icon-circle img {
  width: 33px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safariç”¨ */
  transform: translate(-50%, -50%);
}

.anchor-target {}


header {
  position: relative;
}

header .header-slider img {
  border-radius: 15px 15px 0 0;
}

header .header-slider .header-slider .slide-animation {
  -webkit-animation: fadezoom 10s linear;
  animation: fadezoom 10s linear;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}



header .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  height: 120px;
  padding: 2px;
  background-color: white;
  border-radius: 30px;
  position: absolute;
  top: 30px;
  left: 8.6vw;
  right: 8.6vw;
  margin: 0 auto;
  position: fixed;
  z-index: 1000;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1)
}

header .navigation .header-logo {
  padding: 23px 50px;
  min-width: 220px;
}

header .navigation .header-logo img {
  width: 100%;
}

header .navigation .wrapper-for-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

header .navigation .wrapper-for-mobile .header-navbar {
  margin-right: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .navigation .wrapper-for-mobile .header-navbar .navbar-item {
  width: calc(100% / 3);
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  text-align: center;
  padding: 12px 0;
  margin: 5px 10px;
  min-width: 120px;

}

header .navigation .wrapper-for-mobile .header-navbar .navbar-item:hover {
  background-color: #EFEFEF;
  border-radius: 20px;
}


header .navigation .wrapper-for-mobile .header-navbar .navbar-item li img {
  width: 25%;
  max-height: 37px;
  margin-bottom: 7px;
}

header .navigation .wrapper-for-mobile .header-navbar .navbar-item li .row1 {
  font-size: 1.4em;
  margin-bottom: 7px;
}

header .navigation .wrapper-for-mobile .header-navbar .navbar-item li .row2 {
  font-size: 0.9em;
  font-weight: bold;
  color: #989898;
}

header .navigation .wrapper-for-mobile .header-links {
  min-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header .navigation .wrapper-for-mobile .header-links .header-link-button {
  width: 50%;
  height: 58px;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .navigation .wrapper-for-mobile .header-links .header-link-button p {
  font-size: 1.2em;
  line-height: 1.25;
  color: #fff;
  text-align: center;
}

header .navigation .wrapper-for-mobile .header-links .header-link-button p span {
  font-size: 1.25em;
}

header .navigation .wrapper-for-mobile .header-links .header-for-parents {
  background-color: #00a650;
}

header .navigation .wrapper-for-mobile .header-links .header-for-school {
  background-color: #0071BC;
}

header .navigation .wrapper-for-mobile .header-links .header-staff-info {
  background-color: #ED1C24;
  width: 100%;
}


header .navigation .wrapper-for-mobile .header-links .header-for-parents:hover,
header .navigation .wrapper-for-mobile .header-links .header-for-school:hover,
header .navigation .wrapper-for-mobile .header-links .header-staff-info:hover,
header .navigation .wrapper-for-mobile .header-contact:hover {
  opacity: 0.8;
}

header .navigation .wrapper-for-mobile .header-contact {
  min-width: 90px;

  width: 12%;
  height: 116px;
  text-align: center;
  padding: 30px 0;
  border-radius: 0px 30px 30px 0px;
  background: #ffcb04;
  border: 2px solid #fff;
}

header .navigation .wrapper-for-mobile .header-contact .icon {
  width: 30px;
  margin-bottom: 0px;
}

header .navigation .wrapper-for-mobile .header-contact p {
  font-size: 1.4em;
  line-height: 1.8;
}




.news {
  width: 100%;
  max-width: 1500px;
  margin: -100px auto 0;
  padding: 0 0 90px;
  position: relative;
}

.news .explanation {
  max-width: 1200px;
  padding: 60px 5.0vw 70px;
  border-radius: 30px;
  background: #fff;

  margin: auto;
}

.news .explanation .explanation-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news .explanation .explanation-top .message {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 0;
  text-align: center;
}

.news .explanation .explanation-top .message p {
  font-size: 1.8em;
  letter-spacing: -0.03em;
  line-height: 2.5;
  border-bottom: 3px dotted #EFEFEF;
}

.news .explanation .explanation-top .message p span {
  font-size: 2.0em;
  letter-spacing: -0.03em;
}

.news .explanation .explanation-top .message .message-row1 span {
  color: #FFCB04;
}

.news .explanation .explanation-top .message .message-row2 span {
  color: #00A650;
}

.news .explanation .explanation-top .message .message-row3 span:nth-of-type(1) {
  color: #0071BC;
}

.news .explanation .explanation-top .message .message-row3 span:nth-of-type(2) {
  color: #ED1C24;
}

.news .explanation .explanation-top .decoration-img {
  margin: auto 0;
}

.news .explanation .explanation-top .img-right img {
  -webkit-transform: rotate(155deg);
  transform: rotate(155deg);
}

.news .explanation .explanation-comment {
  width: 70%;
  margin: 40px auto 70px;
}

.news .explanation .explanation-comment p {
  font-size: 1.5em;
  line-height: 2.33;
  text-align: center;
}

.news .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news .news-list .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44%;
  margin: 0 auto 20px 0;
}

.news .news-list a.news-item:hover {
  text-decoration: underline;
}

.news .news-list .news-item .news-img {
  border-radius: 10px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 133px;
  height: 133px;
  background: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: #ebebeb 1px solid;

}

.news .news-list .news-item .news-img img {
  border-radius: 10px;

  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.news .news-list .news-item .news-article {
  margin: auto 0 auto 18px;
}

.news .news-list .news-item .news-article .date {
  font-size: 1.5em;
  color: #ed1c24;
}

.news .news-list .news-item .news-article .heading {
  margin-bottom: 10px;
  font-size: 1.7em;
  color: #000;
}

.news .news-list .news-item .news-article .text {
  font-size: 1.2em;
  color: #727272;
}

.course-info {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px 67px;
  border-radius: 30px;
  background: #fff;
}

.course-info .course-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 21px 0 55px;
}

.course-info .course-info-list .course-info-item {
  width: 28.5%;
  -webkit-box-shadow: 5px 5px #0071BC;
  box-shadow: 5px 5px #0071BC;
  border: 2px solid #0071bc;
  border-radius: 15px;
}

.course-info .course-info-list .course-info-item .info-photo img {
  border-radius: 12px 12px 0 0;
}

.course-info .course-info-list .course-info-item .info-intro {
  text-align: center;
  padding: 21px 19px 56px 27px;
}

.course-info .course-info-list .course-info-item .info-intro h2 {
  font-size: 2.5em;
  margin-bottom: 24px;
}

.course-info .course-info-list .course-info-item .info-intro p {
  font-size: 1.4em;
  line-height: 1.5;
  text-align: left;
}

.course-info .course-info-list .info1 {
  -webkit-box-shadow: 5px 5px #0071BC;
  box-shadow: 5px 5px #0071BC;
  border: 2px solid #0071bc;
  margin-top: 36px;
}

.course-info .course-info-list .info1 h2 {
  color: #0071BC;
}

.course-info .course-info-list .info2 {
  -webkit-box-shadow: 5px 5px #00A650;
  box-shadow: 5px 5px #00A650;
  border: 2px solid #00A650;
}

.course-info .course-info-list .info2 h2 {
  color: #00A650;
}

.course-info .course-info-list .info3 {
  -webkit-box-shadow: 5px 5px #FFCB04;
  box-shadow: 5px 5px #FFCB04;
  border: 2px solid #FFCB04;
  margin-top: 36px;
}

.course-info .course-info-list .info3 h2 {
  color: #FFCB04;
}

.classroom {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto 80px;
}

.classroom .classroom-comment {
  padding: 22px 0 50px;
}

.classroom .classroom-comment p {
  font-size: 1.5em;
  line-height: 1.66;
  text-align: center;
}

.classroom .classroom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-left: -20px;
}

.classroom .classroom-list .classroom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 20px);
  margin: 0 0 20px 20px;
  background-color: white;
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.classroom .classroom-list .classroom-item .classroom-photo {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: auto;
  width: 249px;
}

.classroom .classroom-list .classroom-item .classroom-photo img {
  width: 100%;
  border-radius: 0 15px 15px 0;
}

.classroom .classroom-list .classroom-item .classroom-intro {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: auto 16px auto 29px;
}

.classroom .classroom-list .classroom-item .classroom-intro h2 {
  font-size: 2.2em;
  line-height: 1.2;
}

.classroom .classroom-list .classroom-item .classroom-intro h2 span {
  font-size: 0.8em;
}

.classroom .classroom-list .classroom-item .classroom-intro p {
  font-size: 1.4em;
  padding-top: 5px;
  color: #989898;
}

.classroom .classroom-list .classroom-item .classroom-intro .classroom-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
}

.classroom-tag {
  border-radius: 3px;
  margin-right: 2px;
  padding: 6px 0.5em;
  border: #fff 1px solid;
  min-width: 40px;
  display: inline-block;
  white-space: nowrap;
}

.classroom-tag p {
  font-size: 13px !important;
  text-align: center;
  color: white !important;
  line-height: 1.0 !important;
  padding: 0 !important;

}

.classroom-tag.tag-child {
  background-color: #ED1C24;
}

.classroom-tag.tag-elementary {
  background-color: #00A650;
}

.classroom-tag.tag-junior {
  background-color: #0071BC;
}

.classroom-tag.tag-senior {
  background-color: #FFCB04;
}

.classroom-tag.tag-adult {
  background-color: #000000;
}

.link-buttons {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 60px 0 100px;
}

.link-buttons .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-buttons .row .link-button {
  width: calc((100% - 9%) / 4);
  max-width: 250px;
  height: 121px;
  padding: 25px 0;
  margin: 0 25px 25px 0;
  text-align: center;
  background-color: #fff;
  border: 3px solid #000;
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  font-size: 0.8em;
}

.link-buttons .row .link-button:hover {
  opacity: 0.8;
}

.link-buttons .row .link-button:last-child {
  margin-right: 0;
}

.link-buttons .row .link-button .icon {
  width: auto;
  height: 35px;
  margin-bottom: 7px;
}

.link-buttons .row .link-button p {
  font-size: 2.1em;
  line-height: 1.5;
}

.link-buttons .row2 .link-button {
  padding: 25px;
}

.link-buttons .row2 .link-for-parents {
  background-color: #00A650;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-buttons .row2 .link-for-school {
  background-color: #0071BC;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-buttons .row2 .link-for-parents:hover,
.link-buttons .row2 .link-for-school:hover {
  opacity: 0.8;
}

footer {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 8.6vw;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 50px;
  position: relative;
  margin-top: -63px;
}

footer .container .site-menu {
  width: 100%;
  height: 127px;
  background-color: white;
  border: #EFEFEF 1px solid;
  border-radius: 20px;

  margin: auto;
  margin-bottom: 20px;

}

footer .container .site-menu .site-menu-row {
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .container .site-menu .site-menu-row:first-child {
  border-bottom: 1px solid #EFEFEF;
}

footer .container .site-menu .site-menu-row .menu-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  margin-left: 20px;
  list-style: url(../img/dot.svg);
}

footer .container .site-menu .site-menu-row .menu-item:first-of-type {
  list-style: none;
  margin-left: 0;
}

footer .container .site-menu .site-menu-row .menu-item a {
  height: 100%;
}

footer .container .site-menu .site-menu-row .menu-item a p {
  font-size: 1.4em;
  line-height: 1.2;
  text-align: center;
  padding: 17px 0;
  margin: 8px 10px;
  color: #000;
  border-radius: 10px;
}

footer .container .site-menu .site-menu-row .menu-item a:hover p {
  background-color: #eee;
}

footer .container .footer-company-info {
  margin-left: 20px;
}

footer .container .footer-company-info p {
  font-size: 1.3em;
  line-height: 1.75;
}

footer .container .footer-company-info p span {
  font-size: 1.4em;
}

footer .container .footer-copyright {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: auto;
}

footer .container .footer-copyright p {
  font-size: 1.4em;
  line-height: 1.8;
  text-align: right;
}

@media screen and (max-width: 900px) {
  body {
    padding: 5px 0;
    min-width: auto;

  }

  main {
    padding: 0 0 100px 0;

  }

  a[href^="tel:"] {
    pointer-events: auto;
  }

  .title {
    padding: 35px 0 20px;
  }

  .title h1 {
    font-size: 2.2em;
  }

  .button {
    width: 100%;
  }

  .button p {
    font-size: 1.8em !important;
    line-height: 2.0;
    padding: 8px 0;
  }


  .button2 {
    padding: 10px 10px;
  }

  .button2 div {
    margin: 0 5px;
  }

  .button2 img {
    height: 50px;
  }

  .button2 strong {
    font-size: 2.2em;
    padding: 6px 0 3px;
  }

  .button2 small {
    font-size: 1.1em;
    display: block;
  }

  .button2:hover {
    background-color: #000;
    color: #fff;
    animation: fluffy1 2s ease infinite;
  }


  .icon-circle {
    background-color: #000;
    width: 55px;
    height: 55px;
    border-radius: 100px;
    position: relative;
    border: #fff 2px solid;
  }

  .icon-circle img {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safariç”¨ */
    transform: translate(-50%, -50%);
  }


  .globalnav-btn {
    position: fixed;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    z-index: 1000;
    background-color: #fff;
    border-radius: 0 0 0 15px;

  }

  .globalnav-btn span {
    position: absolute;
    display: block;
    top: 32px;
    right: 20px;
    width: 20px;
    height: 2px;
    background-color: #ED1C24;
  }

  .globalnav-btn span::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 0;
    width: 25px;
    height: 2px;
    background-color: #ED1C24;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .globalnav-btn span::after {
    content: "";
    position: absolute;
    bottom: -7px;
    right: 0;
    width: 15px;
    height: 2px;
    background-color: #ED1C24;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .open .globalnav-btn span {
    background: rgba(0, 0, 0, 0);
    width: 25px;
  }

  .open .globalnav-btn span::before {
    top: 0;
    left: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .open .globalnav-btn span::after {
    bottom: 0;
    left: 0;
    width: 25px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  header .navigation {
    width: 100px;
    height: 100px;
    margin: 0;
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0%;
    z-index: 9999;
    border-radius: 0 0 15px 0;

  }

  header .navigation .header-logo {
    width: 100%;
    padding: 25px 10px;
    margin: 0;
    min-width: 100%;


  }

  header .navigation .header-logo img {
    width: 100%;
  }

  header .navigation .wrapper-for-mobile {
    position: fixed;
    right: -1000px;
    top: 71px;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 245px;
    background-color: #fff;
    border-left: 1px solid #F0F1F1;


  }

  header .navigation .wrapper-for-mobile .header-navbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0;
    padding: 10px;
  }

  header .navigation .wrapper-for-mobile .header-navbar .navbar-item {
    min-width: 50%;
    margin: 0;
  }

  header .navigation .wrapper-for-mobile .header-links {
    min-width: 100%;
    display: block;
    width: 100%;
  }

  header .navigation .wrapper-for-mobile .header-links .header-link-button {
    width: 100%;
  }

  header .navigation .wrapper-for-mobile .header-contact {
    width: 100%;
    border-radius: 0;
  }

  .open .navigation .wrapper-for-mobile {
    right: 0;
  }

  header .header-slider img {
    height: 50vh;
    object-fit: cover;
  }

  .news {
    padding: 85px 0 40px;
  }

  .news .explanation {
    position: static;
    padding: 20px 5% 30px;
  }

  .news .explanation .explanation-top {
    display: block;
  }

  .news .explanation .explanation-top .message p {
    font-size: 1.2em;
    line-height: 1.8;
  }

  .news .explanation .explanation-top .decoration-img {
    display: none;
  }

  .news .explanation .explanation-comment {
    width: 80%;
    margin: 20px auto 30px;
  }

  .news .explanation .explanation-comment p {
    text-align: left;
  }

  .news .news-list {
    padding: 0 5vw;
    font-size: 8px;
  }

  .news .news-list .news-item {
    width: 100%;
  }


  .news .news-list .news-item .news-img {
    width: 98px;
    height: 98px;
  }

  .news .news-list .news-item .news-article {
    margin-left: 9px;
  }

  .news .news-list .news-item .news-article .heading {
    margin-bottom: 4px;
  }

  .course-info {
    padding: 10px 20px 50px;
  }

  .course-info .course-info-list {
    margin: 0 0 30px;
  }

  .course-info .course-info-list .course-info-item {
    width: 100%;
    margin-right: 2%;
  }

  .course-info .course-info-list .course-info-item .info-intro {
    padding: 20px;
  }

  .course-info .course-info-list .course-info-item .info-intro h2 {
    margin-bottom: 12px;
  }

  .course-info .course-info-list .info1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .course-info .course-info-list .info2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 36px;
  }

  .course-info .course-info-list .info3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .classroom {
    padding: 0 5vw;
  }

  .classroom .classroom-comment {
    padding: 0 0 30px;
  }

  .classroom .classroom-list {

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .classroom .classroom-list .classroom-item {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }

  .classroom .classroom-list .classroom-item .classroom-intro {
    text-align: center;
    padding: 10px;
    margin: 0;
  }

  .classroom .classroom-list .classroom-item .classroom-intro .classroom-tags {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .classroom .classroom-list .classroom-item .classroom-photo {
    margin: 0;
    width: 100%;
  }

  .classroom .classroom-list .classroom-item .classroom-photo img {
    border-radius: 15px 15px 0 0;
  }

  .link-buttons {
    padding: 50px 5% 80px;
  }

  .link-buttons .row .link-button {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 3%;

  }

  .link-buttons .row .link-button p {
    font-size: 1.8em;
  }


  .link-buttons .row .link-button:last-child {
    margin-right: 3%;
  }

  footer {
    padding: 0 5%;
  }

  footer .container {
    padding: 0 0 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -130px;
  }

  footer .container .site-menu {
    height: auto;
  }

  footer .container .site-menu .site-menu-row:first-child {
    border: none;
  }

  footer .container .site-menu .site-menu-row .menu-item {
    font-size: 0.9em;
    list-style: none;
    width: 50%;
    margin: 0;
    border-top: 1px #EFEFEF solid;

  }

  footer .container .site-menu .site-menu-row .menu-item a p {
    padding: 10px 0;
  }

  footer .container .footer-logo {
    margin: auto 0;
  }

  footer .container .footer-company-info {
    margin: 30px auto;
  }

  footer .container .footer-copyright {
    margin-left: 0;
  }
}

.hover_animaA:hover {
  animation: fluffy1 2s ease infinite;
}

@keyframes fluffy1 {
  0% {
    transform: translateY(0)
  }

  5% {
    transform: translateY(0)
  }

  10% {
    transform: translateY(0)
  }

  20% {
    transform: translateY(-15px)
  }

  25% {
    transform: translateY(0)
  }

  30% {
    transform: translateY(-15px)
  }

  50% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(0)
  }
}