@charset "utf-8";
/* TOP画像 */
/* .first-view {
  height: calc(100vh - 110px);
  background-image: url(../img/index/main.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-view-text {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-bottom: 80px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 10px #4b2c14;
}

.first-view-text h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 56px;
  line-height: 72px;
}

.first-view-text p {
  font-size: 18px;
  margin-top: 20px;
} */

/*
TOP画像フェード
================================================ */
.kv {
  position: relative;
  width: 100%;
  height: 80vh
}

.kv .kv_slider {
  position: absolute;
  width: 100%;
  z-index: 998
}

.kv .kv_slider .kv_sliderItem {
  width: 100%;
  height: auto;
  height: 80vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

.kv .kv_inner {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.kv .kv_title {
  font-family: sans-serif;
  font-size: 80px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-bottom: 80px;
}

/* .kv .kv_subtitle {
  font-size: 27px;
  font-weight: bold;
  position: relative;
  color: #fff
} */

/* .kv .kv_subtitle:after, .kv .kv_subtitle:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 70px;
  height: 1px;
  top: calc(50% - 1px)
}

.kv .kv_subtitle:before {
  left: -90px
} */

/* .kv .kv_subtitle:after {
  right: -90px
} */

.kv .kv_overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  background-color: rgba(0, 0, 0, 0.36);
  z-index: 999
}

.kv .kv_scroll {
  position: absolute;
  z-index: 1000;
  bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.kv .kv_scroll .kv_scrollLink {
  display: inline-block;
  text-decoration: none
}

.kv .kv_scroll .kv_scrollLink p {
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 18px
}

.kv .kv_scroll .kv_scrollIcon {
  padding: 4px;
  text-align: center;
  color: #fff
}

@media only screen and (max-width: 768px) {
  .kv {
      position: relative;
      width: 100%;
      margin-top: -15px
  }

  .kv .kv_inner {
      padding: 100px 0
  }

  .kv .kv_title {
      font-weight: bold;
      line-height: 1;
      text-align: center;
      color: #fff;
      font-size: 45px
  }

  /* .kv .kv_subtitle {
      font-size: 18px
  }

  .kv .kv_subtitle:after, .kv .kv_subtitle:before {
      top: calc(50% - 1px);
      width: 30px;
      height: 1px
  } */

  /* .kv .kv_subtitle:before {
      left: -40px
  }

  .kv .kv_subtitle:after {
      right: -40px
  } */

  .kv .kv_overlay {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%
  }
}

/*
ABOUT
================================================ */
.about {
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}

.about-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.about img {
  width: 360px;
}

.about-text {
  max-width: 500px;
  margin-left: 40px;
  margin-right: 0;
}

.about-text h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  border-bottom: solid 1px #888;
  position: relative;
  padding-bottom: 15px;
}

.about-text h2::after {
  /* content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000; */
  /* margin-top: 20px; */
  position: absolute;
  content: '';
  display: block;
  border-bottom: solid 3px #000000;
  bottom: -2px;
  width: 30px;  
}

.about-text p {
  font-size: 15px;
  line-height: 28px;
  margin-top: 25px;
}

.link-button-area {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.link-button {
  /* background-color: #f4dd64; */
  background-color: #A6D5CB;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: "Lato", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
}

.link-button:hover {
  /* background-color: #d8b500; */
  background-color: #8ab8ae;
}

/*
LESSON
================================================ */
.lesson {
  background-color: #f8f8f8;
  padding-top: 45px;
  padding-bottom: 20px;
}

/* NEWS */
.news {
  /* background-color: #f8f8f8; */
  padding-top: 45px;
  /* padding-bottom: 55px; */
}

.news h2,
.lesson h2 {
  /* font-size: 22px;
  font-weight: bold;
  text-align: center; */
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  border-bottom: solid 1px #888;
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
  padding: 0 0 15px 0;
}

.news h2::after,
.lesson h2::after {
  /* content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto; */
  content: '';
  position: absolute;
  display: block;
  border-bottom: solid 3px #000000;
  bottom: -2px;
  width: 30px;
}

.item-list {
  width: 1200px;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-top: 40px;
  padding-bottom: 10px;
  /* padding-left: 60px;
  padding-right: 60px; */
  margin-left: auto;
  margin-right: auto;
}

.item-list li {
  /* flex-shrink: 0; */
  width: 33.3333333333%;
  padding: 0 15px;
  /* width: 260px; */
  /* margin-left: 75px; */
}

.item-list img {
  width: 100%;
  height: auto;
  /* -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease */
}

/* .item-list:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
} */
/* .item-list li:first-child {
  margin-left: 0;
} */

.item-list dl {
  margin-top: 20px;
}

.item-list dt {
  font-weight: bold;
}

.item-list dd {
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}

.information {
  background-color: #f8f8f8;
}

.information-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  padding-top: 45px;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.information img {
  width: 360px;
}

.info-text {
  max-width: 500px;
  margin-right: 40px;
}

.info-text h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  border-bottom: solid 1px #888;
  position: relative;
  padding-bottom: 15px;
}

.info-text h2::after {
  /* content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px; */
  position: absolute;
  content: '';
  display: block;
  border-bottom: solid 3px #000000;
  bottom: -2px;
  width: 30px;
}

.infoList {
  margin-top: 20px;
  margin-left: 20px;
  padding: 0;
}

.infoList_item {
  margin-bottom: 20px;
}

.infoList .infoList_item {
  position: relative;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.infoList .infoList_item:before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
  left: 0;
  top: 25px
}

.infoList .infoList_item:first-child:before {
  content: "\f017"
}

.infoList .infoList_item:nth-child(2):before {
  content: "\f3cf"
}

.infoList .infoList_item:nth-child(3):before {
  content: "\f015"
}

.infoList .infoList_item:last-child:before {
  content: "\f0e0"
}

.infoList .infoList_item .infoList_1 {
  display: block;
  font-size: 14px;
}

.infoList .infoList_item .infoList_2 {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

.infoList .infoList_item .infoList_num {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  margin-top: 10px;
}

.infoList_btn a {
  background-color: #A6D5CB;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: "Lato", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 768px) {
  /* TOP画像 */
  /* .first-view {
    height: calc(100vh - 50px);
    background-image: url(../img/index/main-sp.jpg);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .first-view-text {
    padding-top: 60px;
    padding-left: 20px;
  }

  .first-view-text h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .first-view-text p {
    font-size: 14px;
    margin-top: 15px;
  } */

  /*
  ABOUT
  ================================================ */
  .about {
    width: 500px;
    margin-top: 45px;
  }

  .about-reverse {
    display: block;
  }

  .about-text {
    margin-top: 45px;
    margin-left: 0;
    padding-top: 50px;
  }

  .about img {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }

  .news {
    padding-bottom: 0;
  }

  .item-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-list li {
    /* width: 220px; */
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
    /* margin-left: 30px; */
  }

  .item-list li:last-child {
    padding-bottom: 0;
  }

  /*
  INFORMATION
  ================================================ */
  .information-inner {
    display: block;
    width: 500px;
  }

  .information img {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }

  .info-text {
    margin-right: 0;
  }
}