.title {
  padding: 100px 0;
  background: url(../images/bg_index01.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .title {
    padding: 60px 0;
  }
}
.title h2 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin: auto;
  padding: 25px 0;
  background: url(../images/img_index01.png) no-repeat center center;
  background-size: 300px auto;
  position: absolute;
  top: 145px;
  left: 0;
  right: 0;
}
@media all and (-ms-high-contrast: none) {
  .title h2 {
    padding: 30px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .title h2 {
    font-size: 18px;
    top: 65px;
  }
}
.title h2 span {
  font-size: 16px;
  font-weight: normal;
  padding-top: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .title h2 span {
    font-size: 14px;
  }
}

.footer {
  border-top: 1px solid #d6d6d6;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
h3:before {
  content: "";
  width: 40%;
  height: 2px;
  margin: auto;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  h3:before {
    width: 35%;
  }
}
@media screen and (max-width: 400px) {
  h3:before {
    width: 28%;
  }
}
h3:after {
  content: "";
  width: 40%;
  height: 2px;
  margin: auto;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  h3:after {
    width: 35%;
  }
}
@media screen and (max-width: 400px) {
  h3:after {
    width: 28%;
  }
}

.saturdayInfo {
  padding: 120px 0 60px;
  background: url(../images/bg_index02.png) no-repeat left -150px top -80px, url(../images/bg_index03.png) no-repeat right -150px bottom -80px, url(../images/bg_index04.jpg) left top;
}
@media screen and (max-width: 767px) {
  .saturdayInfo {
    background: url(../images/bg_index02.png) no-repeat left -250px top -180px, url(../images/bg_index03.png) no-repeat right -250px bottom -180px, url(../images/bg_index04.jpg) left top;
  }
}
.saturdayInfo h2 {
  font-size: 26px;
  font-weight: bold;
  padding: 60px 0 50px;
}
@media screen and (max-width: 767px) {
  .saturdayInfo h2 {
    font-size: 22px;
    padding: 40px 0 30px;
  }
}
@media screen and (max-width: 400px) {
  .saturdayInfo h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 340px) {
  .saturdayInfo h2 {
    font-size: 18px;
  }
}
.saturdayInfo .text01 {
  font-size: 16px;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .saturdayInfo .text01 {
    font-size: 14px;
    line-height: 2.6;
  }
}
@media print, screen and (min-width: 400px) {
  .saturdayInfo .sp400 {
    display: none;
  }
}

.bnr01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .bnr01 {
    margin-bottom: 20px;
  }
}

.feature01, .feature02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .feature01, .feature02 {
    display: block;
  }
}
.feature01 h4, .feature02 h4 {
  min-height: 65px;
  position: relative;
  margin-bottom: 5px;
  padding-left: 45px;
}
.feature01 h4 span, .feature02 h4 span {
  line-height: 1.3;
  position: absolute;
  bottom: 0;
  display: block;
}
.feature01 li, .feature02 li {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .feature01 li, .feature02 li {
    width: 100%;
  }
}
.feature01 .note01, .feature02 .note01 {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1000px) {
  .feature01 .pc10, .feature02 .pc10 {
    display: none;
  }
}
@media print, screen and (min-width: 1001px) {
  .feature01 .pc101, .feature02 .pc101 {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .feature01 {
    width: 100%;
    margin: 0 auto;
  }
}
.feature01 h4 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .feature01 h4 {
    font-size: 14px;
  }
}
.feature01 li {
  width: 31%;
  margin-top: 16px;
}
@media screen and (max-width: 1000px) {
  .feature01 li {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .feature01 li {
    width: 100%;
  }
}
.feature01 li:first-child h4 {
  background: url(../images/txt_index01.png) no-repeat left bottom 2px;
  background-size: auto 45px;
}
@media all and (-ms-high-contrast: none) {
  .feature01 li:first-child h4 {
    background: url(../images/txt_index01.png) no-repeat left bottom 5px;
    background-size: auto 45px;
  }
}
.feature01 li:nth-child(2) h4 {
  background: url(../images/txt_index02.png) no-repeat left bottom 2px;
  background-size: auto 45px;
}
@media all and (-ms-high-contrast: none) {
  .feature01 li:nth-child(2) h4 {
    background: url(../images/txt_index02.png) no-repeat left bottom 5px;
    background-size: auto 45px;
  }
}
.feature01 li:nth-child(3) h4 {
  background: url(../images/txt_index03.png) no-repeat left bottom 2px;
  background-size: auto 45px;
}
@media all and (-ms-high-contrast: none) {
  .feature01 li:nth-child(3) h4 {
    background: url(../images/txt_index03.png) no-repeat left bottom 5px;
    background-size: auto 45px;
  }
}
.feature01 li:nth-child(4) h4 {
  background: url(../images/txt_index04.png) no-repeat left bottom 2px;
  background-size: auto 45px;
}
@media all and (-ms-high-contrast: none) {
  .feature01 li:nth-child(4) h4 {
    background: url(../images/txt_index04.png) no-repeat left bottom 5px;
    background-size: auto 45px;
  }
}
.feature01 li:nth-child(5) h4 {
  background: url(../images/txt_index05.png) no-repeat left bottom 2px;
  background-size: auto 45px;
}
@media all and (-ms-high-contrast: none) {
  .feature01 li:nth-child(5) h4 {
    background: url(../images/txt_index05.png) no-repeat left bottom 5px;
    background-size: auto 45px;
  }
}
.feature01 li:nth-child(6) h4 {
  background: url(../images/txt_index06.png) no-repeat left bottom 2px;
  background-size: auto 45px;
}
@media all and (-ms-high-contrast: none) {
  .feature01 li:nth-child(6) h4 {
    background: url(../images/txt_index06.png) no-repeat left bottom 5px;
    background-size: auto 45px;
  }
}

.feature {
  padding: 60px 0;
  background: url(../images/bg_index05.png) left top;
}

.course {
  padding: 60px 0;
  background: url(../images/bg_index06.png) repeat-y left -50px center, url(../images/bg_index07.png) repeat-y right -50px center, #fff5f6;
}
.course .note01 {
  font-size: 12px;
}
.course .text02 {
  font-size: 16px;
  padding: 40px 0;
}

.courseArea {
  margin: 20px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .courseArea {
    display: block;
  }
}
.courseArea li {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .courseArea li {
    width: 100%;
  }
}

.course01 h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0;
}

.courseBtn a {
  color: #fff;
  max-width: 350px;
  width: 100%;
  margin: auto;
  padding: 25px 0;
  background: url(../images/img_index02.png) no-repeat center center;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .courseBtn a {
    padding: 28px 0 22px;
  }
}