.section-event {
  padding: 40px 0 50px;
  margin: 0;
}
@media (min-width: 768px) {
  .section-event {
    padding: 60px 0 100px;
  }
}
@media (min-width: 1024px) {
  .section-event {
    padding: 74px 0 100px;
  }
}
.section-event--dark {
  background-color: #672600;
  color: #fff;
  margin: 0;
}
.section-event--gray {
  background: #f4f4f4;
}
.section-event--light {
  background: #fffae0;
}
.section-event__heading {
  font-size: 26px;
  line-height: 1.6667;
  font-weight: bold;
  color: #f09400;
  border-bottom: 5px solid #ddd;
  width: auto;
  margin: 0 auto 30px;
  display: table;
}
@media (min-width: 768px) {
  .section-event__heading {
    font-size: 30px;
  }
}
.section-event__title {
  font-size: 26px;
  line-height: 1.6667;
  font-weight: bold;
  color: #f09400;
  border-bottom: 5px solid #ddd;
  width: auto;
  margin: 0 auto 30px;
  display: table;
}
@media (min-width: 768px) {
  .section-event__title {
    font-size: 30px;
  }
}
.section-event__subheading {
  font-size: 22px;
  font-weight: bold;
  color: #f09400;
  text-align: center;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .section-event__subheading {
    font-size: 22px;
  }
}
.section-event__text {
  font-size: 16px;
  text-align: left;
}
@media (min-width: 1024px) {
  .section-event__text--sm {
    font-size: 1.125em;
  }
}
.section-event__text--center {
  text-align: center;
}
.section-event__more {
  font-style: italic;
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .section-event__more {
    font-size: 28px;
    margin-bottom: 50px;
  }
}
.section-event__more-link {
  color: #f96e44;
}
.section-event__tips {
  text-align: center;
}
.section-event .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}
@media (min-width: 1024px) {
  .section-event .btn-box {
    margin-top: 50px;
  }
}
.section-event .btn-box .btn {
  font-size: 20px;
  min-width: 200px;
  padding: 20px;
  border-radius: 30px;
}

.banner {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 35px 0 185px 0;
  background: #D7030F url("../images/banner_phone.jpg?t=20230830") center center no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .banner {
    background-image: url("../images/banner_web.jpg?t=20230830");
    padding: 110px 0 90px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) {
  .banner__inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.banner__infobox {
  width: 81.3%;
}
@media (min-width: 1024px) {
  .banner__infobox {
    width: 43.125%;
  }
}
.banner__info {
  display: none;
}
.banner__imgbox {
  margin: 0 0 15px;
}
.banner__heading {
  margin: 0 0 10px;
}
.banner__subtitle {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .banner__subtitle {
    font-size: 28px;
    margin: 0 0 15px;
  }
}
.banner__title {
  font-size: 52px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .banner__title {
    font-size: 72px;
    margin: 0 0 15px;
  }
}
.banner__thirdtitle {
  padding: 12px 0;
  font-size: 33px;
  line-height: 1.13;
  font-weight: bold;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .banner__thirdtitle {
    font-size: 46px;
    padding: 18px 0;
    margin: 0 0 15px;
  }
}
.banner__datebox {
  color: #FFFF00;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 58.5%;
  line-height: 1;
  position: relative;
}
.banner__date-text {
  font-size: 60px;
}
@media (min-width: 1024px) {
  .banner__date-text {
    font-size: 73px;
    margin: 0 0 20px;
  }
}
.banner__timebox {
  position: absolute;
  width: 100%;
}
.banner__week {
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 5px;
}
@media (min-width: 1024px) {
  .banner__week {
    font-size: 24px;
  }
}
.banner__time {
  font-size: 24px;
}
.banner__area {
  color: #D7030F;
  background: #FFFF00;
  padding: 5px 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin: 5px 0 0;
}
@media (min-width: 1024px) {
  .banner__area {
    font-size: 18px;
    margin: 10px 0 0;
  }
}
.banner__btnbox {
  text-align: left;
}
.section-about {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .section-about {
    padding: 50px 0 40px;
  }
}
@media (min-width: 1024px) {
  .section-about {
    padding: 60px 0;
  }
}

.iconlist {
  padding: 0;
  margin: 0 0 -30px;
  text-align: center;
}
@media (min-width: 768px) {
  .iconlist {
    max-width: 840px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
}
.iconlist__item {
  position: relative;
  overflow: hidden;
  margin: 30px auto;
  max-width: 140px;
}
@media (min-width: 768px) {
  .iconlist__item {
    max-width: 180px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 180px;
            flex: 0 1 180px;
  }
}
.iconlist__item:after {
  font-family: "icomoon" !important;
  content: "\e901";
  display: block;
  border-radius: 50%;
  background-color: #D7030F;
  width: 33px;
  height: 33px;
  color: #fff;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .iconlist__item:after {
    width: 42px;
    height: 42px;
    right: 5px;
    top: 10px;
    font-size: 30px;
  }
}
.iconlist__imgbox {
  overflow: hidden;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  background: #111;
  border-radius: 50%;
  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;
}
@media (min-width: 1024px) {
  .iconlist__imgbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
  }
}
.iconlist__img {
  max-width: 110px;
}
@media (min-width: 768px) {
  .iconlist__img {
    max-width: 123px;
  }
}
@media (min-width: 768px) {
  .iconlist__infobox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.iconlist__title {
  margin: -10px 0 0;
  padding: 8px 8px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background: #D7030F;
  border-radius: 30px;
  line-height: 1;
}
@media (min-width: 768px) {
  .iconlist__title {
    padding: 10px 10px;
    max-width: 160px;
    margin: -15px auto 0;
    font-size: 24px;
  }
}
.iconlist__desc {
  font-size: 18px;
  line-height: 1.444;
}
@media (min-width: 1024px) {
  .iconlist__desc {
    font-size: 22px;
  }
}

.section-schedule {
  background: #FFE3E3;
}
.schedulelist__item:not(:last-child) {
  margin: 0 0 20px;
}
.schedulelist__heading {
  background: #D7030F;
  color: #fff;
  padding: 15px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .schedulelist__heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 40px;
  }
}
@media (min-width: 1024px) {
  .schedulelist__time {
    font-size: 20px;
    margin: 0 30px 0 0;
  }
}
.schedulelist__title {
  font-size: 22px;
}
@media (min-width: 1024px) {
  .schedulelist__title {
    font-size: 24px;
  }
}
.schedulelist__body {
  padding: 15px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1024px) {
  .schedulelist__body {
    padding: 10px 40px 10px 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.schedulelist__teacher-head {
  border-radius: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 60px;
          flex: 1 0 60px;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .schedulelist__teacher-head {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 85px;
            flex: 1 0 85px;
    margin-right: 65px;
  }
}
.schedulelist__infobox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% - 70px);
          flex: 0 1 calc(100% - 70px);
}
@media (min-width: 1024px) {
  .schedulelist__infobox {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 140px);
            flex: 0 1 calc(100% - 140px);
  }
}
.schedulelist__subtitle {
  font-size: 18px;
  border-bottom: 1px solid #C9C9C9;
  padding: 0 0 5px;
  margin: 0 0 10px;
  line-height: 1.333;
}
@media (min-width: 1024px) {
  .schedulelist__subtitle {
    font-size: 20px;
  }
}
.schedulelist__teacher {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 22px;
  position: relative;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .schedulelist__teacher {
    font-size: 18px;
  }
}
.schedulelist__teacher-icon {
  color: #D7030F;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: -1px;
}

.suitablelist {
  padding: 0;
  margin: 0 0 -30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .suitablelist {
    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;
    margin: 0;
  }
}
.suitablelist__item {
  margin: 30px auto;
  max-width: 230px;
}
@media (min-width: 1024px) {
  .suitablelist__item {
    margin: 0 50px;
  }
}
.suitablelist__imgbox {
  margin: 0 auto 5px;
  width: 190px;
}
@media (min-width: 1024px) {
  .suitablelist__imgbox {
    width: 230px;
  }
}
.suitablelist__title {
  font-weight: bold;
  line-height: 1.18;
  font-size: 22px;
}

.section-upgrade {
  background: #D7030F;
  color: #fff;
}
.section-upgrade .section__title {
  color: #fff;
  font-size: 36px;
  line-height: 1.388;
  margin: 0 0 30px;
}
@media (min-width: 1024px) {
  .section-upgrade .section__title {
    font-size: 50px;
  }
}