@charset "UTF-8";
/* トップページ
----------------------------------------------- */
article.top {
  /* TOP共通ここまで--------------------------- */
}

article.top .title {
  position: relative;
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  article.top .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

article.top .title .en {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #0d6fb8;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  article.top .title .en {
    font-size: 12px;
    padding-top: 5px;
  }
}

article.top .about_title::before {
  position: absolute;
  content: "";
  background: url(../images/top/about_icon.webp) no-repeat top center;
  top: -120px;
  display: block;
  width: 100%;
  height: 88px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  article.top .about_title::before {
    background-size: 70px;
    top: -80px;
  }
}

article.top .schedule_title::before {
  position: absolute;
  content: "";
  background: url(../images/top/schedule_icon.webp) no-repeat top center;
  top: -120px;
  display: block;
  width: 100%;
  height: 88px;
}

article.top .admission_title::before {
  position: absolute;
  content: "";
  background: url(../images/top/admission_icon.webp) no-repeat top center;
  top: -120px;
  display: block;
  width: 100%;
  height: 79px;
}

article.top .info_title::before {
  position: absolute;
  content: "";
  background: url(../images/top/info_icon.webp) no-repeat top center;
  top: -120px;
  display: block;
  width: 100%;
  height: 88px;
}

@media screen and (max-width: 767px) {
  article.top .info_title::before {
    background-size: 60px;
    top: -80px;
  }
}

article.top .cover {
  position: relative;
  padding: 0 30px;
  overflow: hidden;
  border-radius: 1.4222222222vw;
}

@media screen and (max-width: 767px) {
  article.top .cover {
    padding: 0 10px;
  }
}

article.top .cover .slider {
  border-radius: 1.4222222222vw;
}

article.top .cover .slick-img img {
  width: 100%;
  border-radius: 1.4222222222vw;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /* 拡大率 */
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /* 拡大率 */
  }
}

article.top .cover .add-animation {
  -webkit-animation: fadezoom 5s 0s forwards;
          animation: fadezoom 5s 0s forwards;
  border-radius: 1.4222222222vw;
}

@media print, screen and (min-width: 768px) {
  article.top .cover .sp {
    display: none;
  }
}

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

article.top .cover .copy {
  position: absolute;
  width: 100%;
  bottom: 80px;
  left: 10%;
}

article.top .cover .copy img {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  article.top .cover .copy {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  article.top .cover .copy {
    width: 40%;
    bottom: 50px;
  }
}

article.top .about {
  padding: 180px 0 150px;
}

@media screen and (max-width: 767px) {
  article.top .about {
    padding: 120px 0 100px;
  }
}

article.top .about .about_copy {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  article.top .about .about_copy {
    margin-bottom: 20px;
  }
}

article.top .about p {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  article.top .about p {
    text-align: left;
    line-height: 2em;
    margin-bottom: 30px;
  }
}

article.top .about ul {
  max-width: 1000px;
  margin: 0 auto;
  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: 80px;
}

@media screen and (max-width: 767px) {
  article.top .about ul {
    display: none;
  }
}

article.top .about ul li {
  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;
  width: 30.4%;
  background: url(../images/top/circle_bg.webp) no-repeat;
  height: 306px;
  font-size: 20px;
  line-height: 1.8em;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  article.top .about ul li {
    width: 100%;
    text-align: center;
    background: url(../images/top/circle_bg.webp) no-repeat top center;
    margin-bottom: 50px;
  }
}

article.top .about .about_img {
  margin-bottom: 50px;
}

article.top .about .btn {
  text-align: center;
}

article.top .about .btn a {
  border: solid 3px #6bba6e;
  background: #ffffff;
  border-radius: 50px;
  padding: 15px 50px;
}

article.top .schedule {
  position: relative;
  background-color: #f5eeee;
  padding: 150px 0 150px;
}

@media screen and (max-width: 767px) {
  article.top .schedule {
    padding: 150px 0 120px;
  }
}

article.top .schedule .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  article.top .schedule .flex {
    margin-bottom: 50px;
  }
}

article.top .schedule .flex .text {
  width: 50%;
  line-height: 1.8em;
  margin-right: 4%;
}

@media screen and (max-width: 767px) {
  article.top .schedule .flex .text {
    width: 100%;
    line-height: 2em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

article.top .schedule .flex .photo {
  width: 46%;
}

@media screen and (max-width: 767px) {
  article.top .schedule .flex .photo {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}

article.top .schedule:before {
  position: absolute;
  content: "";
  background: url(../images/common/nami_bg.webp) repeat-x;
  top: -70px;
  display: block;
  width: 100%;
  height: 70px;
}

@media screen and (max-width: 767px) {
  article.top .schedule:before {
    background-size: contain;
    top: -15px;
  }
}

article.top .admission {
  position: relative;
  padding: 100px 0 80px;
}

@media screen and (max-width: 767px) {
  article.top .admission {
    padding: 50px 0 80px;
  }
}

article.top .admission .white_bg {
  max-width: 960px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 50px;
  text-align: center;
  padding: 160px 80px 100px;
}

@media screen and (max-width: 767px) {
  article.top .admission .white_bg {
    width: 100%;
    text-align: left;
    padding: 50px 15px;
  }
}

article.top .admission .white_bg p {
  line-height: 1.8em;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  article.top .admission .white_bg p {
    line-height: 2em;
    margin-bottom: 50px;
  }
}

article.top .admission:before {
  position: absolute;
  content: "";
  background: url(../images/top/top_bg_photo.webp) top center;
  background-size: cover;
  top: -75px;
  display: block;
  width: 100%;
  height: 550px;
  z-index: -9999;
}

@media screen and (max-width: 767px) {
  article.top .admission:before {
    display: none;
  }
}

article.top .info {
  width: 100%;
  background-size: 7px 7px;
  background-image: linear-gradient(-45deg, #fff, #fff 48.5%, #dcdcdc 49.5%, #dcdcdc 50.5%, #fff 51.5%, #fff);
  padding: 100px 0 150px;
}

@media screen and (max-width: 767px) {
  article.top .info {
    padding: 50px 0 100px;
  }
}

article.top .info .info_list {
  max-width: 800px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
  article.top .info .info_list {
    width: 100%;
    margin-bottom: 50px;
  }
}

article.top .info .info_list article {
  border-bottom: solid 1px #cccccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

article.top .info .info_list article .date {
  display: inline-block;
  font-size: 16px;
  margin-right: 20px;
}

article.top .info .info_list article .cat {
  display: inline-block;
}

article.top .info .info_list article .cat a {
  color: #ffffff;
  font-size: 12px;
  background: #6bba6e;
  border-radius: 5px;
  padding: 2px 10px;
}

article.top .info .info_list article .title_info {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  article.top .info .info_list article .title_info {
    padding-top: 15px;
  }
}

article.top .info .info_list article .title_info a {
  font-size: 18px;
  line-height: 1.6em;
}

@media screen and (max-width: 767px) {
  article.top .info .info_list article .title_info a {
    font-size: 16px;
  }
}
/*# sourceMappingURL=top.css.map */