@charset "UTF-8";
/*変数設定用*/
@media print {
  .spHeaderWrapper {
    display: none;
  }
}
.grad-year::before {
  content: "8";
}

.grad-nextyear::before {
  content: "7";
}

.menu-link01 {
  display: block;
}

.menu-link02 {
  display: none;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  border-radius: 50%;
  z-index: 10;
  background-color: #962549;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 22px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.menu-link {
  display: none;
}

.centerTxt {
  text-align: center;
  font-size: 1.6rem;
}

.leftTxt {
  text-align: left;
  font-size: 1.6rem;
}

.colorRed {
  color: #962549;
}

.ttl01 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 16px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .ttl01 {
    font-size: 3.3rem;
    margin-bottom: 10px;
  }
}

.ttl02 {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .ttl02 {
    margin-bottom: 20px;
  }
}
.ttl02 span {
  display: inline-block;
  background-color: #ffb1b9;
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  padding: 1px 44px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .ttl02 span {
    font-size: 2.2rem;
  }
}

.ttl03 {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 10px 0 12px;
  letter-spacing: 2px;
}

.subTtl01 {
  font-size: 2.9rem;
  font-weight: lighter;
  letter-spacing: 0.15em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .subTtl01 {
    font-size: 2rem;
  }
}

.subTtl02 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  font-family: "M PLUS 1p", sans-serif;
}
.subTtl02 .dayTxt {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .subTtl02 .dayTxt {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .spflex .bgColorRed {
    padding: 1px 15px;
    margin: 0 0 0 0px !important;
  }
}

.subTtl03 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .subTtl03 {
    font-size: 1.4rem;
  }
}

.flexStyle01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flexStyle01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.flexStyle01 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flexStyle02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flexStyle02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.flexStyle03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flexStyle03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.flexStyle03 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ulStyle01 li {
  color: #962549;
  margin-top: 9px;
  font-size: 1.6rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .ulStyle01 li {
    font-size: 1.2rem;
  }
}

.ulStyle02 li {
  text-align: left;
  padding: 3px 0;
  background-image: url(../img/dotline02.png);
  background-size: auto;
  background-repeat: repeat-x;
  background-position: bottom;
  margin-bottom: 8px;
}
.ulStyle02 li:hover {
  opacity: 1;
  background-color: #962549;
}
.ulStyle02 li:hover a {
  color: #fff;
}
.ulStyle02 li a {
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 10px;
  position: relative;
  display: block;
}
.ulStyle02 li a:before {
  position: absolute;
  content: "-";
  left: 0;
}
.ulStyle02 li a:hover {
  opacity: 1;
}

.ulStyle03 {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .ulStyle03 {
    padding-left: 0;
  }
}
.ulStyle03 li {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .ulStyle03 li {
    margin-bottom: 10px;
    text-align: center;
  }
}
.ulStyle03 li a {
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 10px;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .ulStyle03 li a {
    font-size: 1rem;
    text-align: left;
  }
}
.ulStyle03 li a:before {
  position: absolute;
  content: "-";
  left: 0;
}

.card02 {
  width: 31%;
  margin: 0 auto 75px;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .card02 {
    width: 50%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 30px;
    padding: 0 10px;
  }
}
.card02 .spl a {
  display: block;
}
@media screen and (max-width: 767px) {
  .card02 .spl {
    width: 100%;
  }
}
.card02 .imgBox {
  min-height: 120px;
  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 screen and (max-width: 767px) {
  .card02 .imgBox {
    min-height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .card02 .imgBox img {
    max-width: 75%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .card02 .ulStyle02 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .card02 .ulStyle02 li a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .card02 .spr {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .card02 .spr .ulStyle02 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .card02 .spr .button01 a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .card02 .ttl03 {
    font-size: 1.2rem;
    margin: 0;
    padding: 5px 0 !important;
  }
}
.card02 .button01 {
  margin-bottom: 20px;
}
.card02 .button01 a {
  display: block;
  border-radius: 8px;
  background-color: #962549;
  padding: 9px 16px;
  color: #fff;
  font-size: 1.4rem;
  background-image: url("./../img/right_arrow_white.png");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 18px;
}
@media screen and (max-width: 767px) {
  .card02 .button01 a {
    background-size: 12px;
  }
}

.card03 {
  width: 32%;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #000;
  padding: 30px 15px;
}
@media screen and (max-width: 767px) {
  .card03 {
    width: 49%;
    margin-bottom: 20px;
  }
}
.card03.centerPosition {
  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;
}
.board01 {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .board01 {
    width: 50%;
  }
}
.board01 .boardBg {
  padding: 35px 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (max-width: 767px) {
  .board01 .boardBg {
    padding: 15px 10px;
  }
}
.board01 .centerTxt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding-top: 35px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .board01 .centerTxt {
    margin-bottom: 20px;
    padding-top: 15px;
  }
}
.board01 .centerTxt a:hover {
  opacity: 1;
}
.board01 .txtBox {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .board01 .txtBox {
    text-align: center;
  }
}
.board01 .txtBox .targetTxt {
  color: #000;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .board01 .txtBox .targetTxt {
    text-align: left;
    padding-left: 0%;
    font-size: 1.1rem;
  }
}
.board01 .txtBox .targetTxt span {
  color: #fff;
  margin-right: 8px;
  padding: 1px 8px;
  display: inline-block;
}
.board01 .txtBox .targetTxt:hover {
  opacity: 1;
}
.board01 .txtBox .periodTxt {
  color: #000;
}
@media screen and (max-width: 767px) {
  .board01 .txtBox .periodTxt {
    text-align: left;
    padding-left: 0%;
    font-size: 1.1rem;
  }
}
.board01 .txtBox .periodTxt span {
  color: #fff;
  margin-right: 5px;
  padding: 3px 8px;
}
.board01 .txtBox .periodTxt:hover {
  opacity: 1;
}
.board01 .cautionTxt {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .board01 .cautionTxt {
    font-size: 1rem;
  }
}

.dotLine01 {
  height: 1px;
  background-image: url(../img/dotline01.png);
  background-size: auto;
  background-repeat: repeat-x;
  margin: 16px 0;
}
@media screen and (max-width: 767px) {
  .dotLine01 {
    margin: 8px 0;
  }
}

.dotLine02 {
  height: 1px;
  background-image: url(../img/dotline02.png);
  background-size: auto;
  background-repeat: repeat-x;
  margin: 0 0 10px;
}

.dotLine03 {
  height: 1px;
  background-image: url(../img/dotline03.png);
  background-size: auto;
  background-repeat: repeat-x;
  margin: 5px 0 10px;
}

.mainBg {
  background-image: url(../img/bg_01.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0 40px;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .mainBg {
    padding: 10px 0;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .mainBg {
    padding: 0;
    background-size: contain;
  }
}
.mainBg {
  /*
  &.under {
    background-image: url(../img/bg_risyuu_01.png);
  }
  */
}

ul.ulStyle05 li ul li::before,
ul.drawer-menu li ul li::before {
  content: "-";
  margin-right: 5px;
  color: #fff;
}
ul.ulStyle05 li ul li::after,
ul.drawer-menu li ul li::after {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  background-image: url(../img/dotline03.png);
  background-size: auto;
  background-repeat: repeat-x;
  margin: 5px 0 10px;
}
ul.ulStyle05 li a::after,
ul.drawer-menu li a::after {
  content: none;
}

/*
#header {
  @include sp {
    padding-top: 10px;
  }

  .inner {
    max-width: 1300px;

  }

  .headerWrapper {
    background-color: #fff;
    padding: 0 60px;
    height: 85px;
    border-radius: 40px;
    border: 1px solid #000;

    .flexStyle01 {
      align-items: center;
      height: 100%;
      width: 100%;

      .logoWrapper {
        width: 30%;

        .flexStyle02 {
          align-items: center;
          justify-content: flex-start;

          .logoBox {
            min-width: 205px;
          }

          .ttl03 {
            font-size: 3.3rem;
            margin-left: 12px;
            white-space: nowrap;
            font-family: "Noto Serif JP", serif;
            font-weight: bold;
          }
        }
      }

      .ulStyle05 {
        @include flex;
        width: 55%;
        position: relative;

        li {
          font-size: 1.8rem;
          font-weight: bold;

          a {
            color: $maincolor01;
          }
        }

        //:hover時の制御で使う？
        & > li {
          padding: 28px 0;

          a {}
        }

        .childUl {
          position: absolute;
          background-color: $maincolor01;
          padding: 25px 20px 15px;
          top: 84px;
          left: -10px;
          display: none;

          &.open {
            display: block;
          }

          &:before {
            content: "";
            position: absolute;
            right: 0;
            top: -13px;
            left: -80.5%;
            width: 0px;
            height: 0px;
            margin: auto;
            border-style: solid;
            border-color: transparent transparent $maincolor01 transparent;
            border-width: 0 15px 15px 15px;
          }

          li {
            font-size: 1.6rem;

            a {
              color: #fff;
              font-weight: lighter;
            }
          }

          //ここから各リンクごとにでてくるボックスの制御
          &.list02 {
            &:before {
              left: -53.5%;
            }
          }

          &.list03 {
            left: 27%;
          }

          &.list04 {
            left: 46%;

            &:before {
              left: -74%;
            }
          }

          &.list05 {
            left: 64%;

            &:before {
              left: -42.5%;
            }
          }

          &.list06 {
            left: 40%;

            &:before {
              left: 88.5%;
            }
          }
        }
      }
    }
  }

  //spのヘッダーメニュー制御ここから
  .blackBg {
    background-color: #333;
    position: fixed;
    z-index: 0;
    height: 70px;
    width: 110%;
    opacity: 0.7;
    top: 0;
    display: none;

    &.active {
      display: block;
    }
  }

  .spHeaderWrapper {
    background-color: #fff;
    padding: 0 10px;
    // height: 85px;
    margin: 0 auto;
    width: 95%;
    border-radius: 50px;
    border: 1px solid #000;
    margin: auto;

    .drawer-hamburger {
      width: 40px;
      top: 1.6%;
      right: 4%;
      padding: 0;
    }

    .flexStyle02 {
      display: flex;
      // height: 85px;
      display: flex;
      align-items: center;
      justify-content: flex-start;

      .logoBox {
        width: 40%;
        display: block;

        img {
          width: 100%;
        }
      }

      .ttl03 {
        font-size: 2rem;
        margin-left: 12px;
        font-family: "Noto Serif JP", serif;
      }
    }

    .menuItem {
      position: relative;
      display: block;
      border-bottom: 1px solid #fff;
      padding-left: 25px;



      .drawer-menu-item {
        @include sp() {
          font-size: 1.8rem;
          font-weight: bold;
          color: #fff;
          display: block;
          padding: 15px 0;

          &:hover {
            text-decoration: none;
            opacity: 1;
          }

        }
      }


      .subMenu {
        display: none;

        li {
          font-size: 1.4rem;

          a {
            color: #fff;
          }
        }
      }


    }
  }
}
*/
@media screen and (min-width: 768px) {
  #header .vpc {
    display: block;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #header .vpc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header .vpc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #header .vsp {
    display: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #header .vsp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #header .vsp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #header {
    padding-top: 10px;
  }
}
#header .inner {
  max-width: 90%;
}
#header .headerWrapper {
  background-color: #fff;
  padding: 0 40px;
  border-radius: 40px;
  border: 1px solid #000;
}
#header .headerWrapper .flexStyle01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}
#header .headerWrapper .flexStyle01 .logoWrapper {
  width: 30%;
}
#header .headerWrapper .flexStyle01 .logoWrapper .flexStyle02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#header .headerWrapper .flexStyle01 .logoWrapper .flexStyle02 .logoBox {
  max-width: 282px;
  width: 100%;
}
#header .headerWrapper .flexStyle01 .logoWrapper .flexStyle02 .ttl03 {
  font-size: 3.3rem;
  margin-left: 12px;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
#header .headerWrapper .flexStyle01 .ulStyle05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #header .headerWrapper .flexStyle01 .ulStyle05 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#header .headerWrapper .flexStyle01 .ulStyle05 {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  width: 70%;
}
#header .headerWrapper .flexStyle01 .ulStyle05 li {
  font-size: 1.1vw;
  font-weight: bold;
  position: relative;
}
#header .headerWrapper .flexStyle01 .ulStyle05 li a {
  color: #962549;
}
#header .headerWrapper .flexStyle01 .ulStyle05 > li {
  padding: 1.4em 0.6vw;
}
#header .headerWrapper .flexStyle01 .ulStyle05 .childUl {
  position: absolute;
  background-color: #962549;
  padding: 25px 20px 15px;
  top: 100%;
  width: 270px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  left: 50%;
  display: none;
  font-size: 1.8rem;
  z-index: 10;
}
#header .headerWrapper .flexStyle01 .ulStyle05 .childUl.open {
  display: block;
}
#header .headerWrapper .flexStyle01 .ulStyle05 .childUl:before {
  content: "";
  position: absolute;
  top: -13px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  left: 50%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent #962549 transparent;
  border-width: 0 15px 15px 15px;
}
#header .headerWrapper .flexStyle01 .ulStyle05 .childUl li {
  font-size: 1.6rem;
}
#header .headerWrapper .flexStyle01 .ulStyle05 .childUl li a {
  color: #fff;
  font-weight: lighter;
}
#header .headerWrapper .flexStyle01 .ulStyle05 .childUl {
  /*
  &.list02 {
    &:before {
      left: -53.5%;
    }
  }

  &.list03 {
    left: 27%;
  }

  &.list04 {
    left: 46%;

    &:before {
      left: -74%;
    }
  }

  &.list05 {
    left: 64%;

    &:before {
      left: -42.5%;
    }
  }

  &.list06 {
    left: 40%;

    &:before {
      left: 88.5%;
    }
  }
  */
}
#header .blackBg {
  background-color: #333;
  position: fixed;
  z-index: 0;
  height: 70px;
  width: 110%;
  opacity: 0.7;
  top: 0;
  display: none;
}
#header .blackBg.active {
  display: block;
}
#header .spHeaderWrapper {
  background-color: #fff;
  padding: 0 10px;
  /* height: 85px; */
  margin: 0 auto;
  width: 95%;
  border-radius: 50px;
  border: 1px solid #000;
  margin: auto;
}
#header .spHeaderWrapper .drawer-hamburger {
  width: 40px;
  top: 1.6%;
  right: 4%;
  padding: 0;
}
#header .spHeaderWrapper .flexStyle02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#header .spHeaderWrapper .flexStyle02 .logoBox {
  width: 40%;
  display: block;
}
#header .spHeaderWrapper .flexStyle02 .logoBox img {
  width: 100%;
}
#header .spHeaderWrapper .flexStyle02 .ttl03 {
  font-size: 2rem;
  margin-left: 12px;
  font-family: "Noto Serif JP", serif;
}
#header .spHeaderWrapper .menuItem {
  position: relative;
  display: block;
  border-bottom: 1px solid #fff;
  padding-left: 25px;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #header .spHeaderWrapper .menuItem .drawer-menu-item {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 15px 0;
  }
  #header .spHeaderWrapper .menuItem .drawer-menu-item:hover {
    text-decoration: none;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #header .spHeaderWrapper .menuItem .drawer-menu-item {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 15px 0;
  }
  #header .spHeaderWrapper .menuItem .drawer-menu-item:hover {
    text-decoration: none;
    opacity: 1;
  }
}
#header .spHeaderWrapper .menuItem .subMenu {
  display: none;
}
#header .spHeaderWrapper .menuItem .subMenu li {
  font-size: 1.4rem;
}
#header .spHeaderWrapper .menuItem .subMenu li a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  body.is-fixed {
    height: 100vh;
    overflow: hidden;
  }
}

.hamburger_btn .openbtn4 {
  position: fixed;
  /*ボタン内側の基点となるためrelativeを指定*/
  top: 3px;
  right: 0;
  z-index: 10000;
  background-color: #962549;
  padding: 0;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 767px) {
  .hamburger_btn .openbtn4 {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .hamburger_btn .openbtn4 {
    top: 1px;
    width: 45px;
    height: 45px;
  }
}
.hamburger_btn .openbtn4 span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 50%;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  width: 21.8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hamburger_btn .openbtn4 span:nth-of-type(1) {
  top: 10px;
}
.hamburger_btn .openbtn4 span:nth-of-type(2) {
  top: 16px;
}
.hamburger_btn .openbtn4 span:nth-of-type(3) {
  top: 22px;
}
.hamburger_btn .openbtn4 span:nth-of-type(3)::after {
  content: "Menu";
  /*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 0.6rem;
  text-transform: uppercase;
}
.hamburger_btn .openbtn4.active span:nth-of-type(1) {
  top: 16px;
  left: 11px;
  -webkit-transform: translateY(31%) rotate(-45deg);
          transform: translateY(31%) rotate(-45deg);
  width: 51%;
}
.hamburger_btn .openbtn4.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger_btn .openbtn4.active span:nth-of-type(3) {
  top: 22px;
  left: 11px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 51%;
}
.hamburger_btn .openbtn4.active span:nth-of-type(3)::after {
  content: "Close";
  /*3つ目の要素のafterにClose表示を指定*/
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
  top: 8px;
  left: 11px;
}

.drawer-nav_top_down {
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-animation: top 0.4s ease 0.1s 1 normal backwards;
          animation: top 0.4s ease 0.1s 1 normal backwards;
  overflow-y: scroll;
}
.drawer-nav_top_down.active {
  display: block;
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100%;
  background-color: #962549;
  top: 70px !important;
  right: 0;
  color: #222;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 90px;
}

.drawer-menu {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .spNavWrapper {
    overflow-y: scroll;
  }
}

@-webkit-keyframes top {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes top {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.top-contents {
  margin-bottom: -20px;
}
@media screen and (max-width: 767px) {
  .top-contents {
    margin-top: -60px;
    background: linear-gradient(180deg, transparent 0%, transparent 20px, #fafafa 20px, #fafafa 100%);
  }
}
.top-contents .inner {
  max-width: 1300px;
}
.top-contents .flexStyle01 {
  margin-top: 220px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .top-contents .flexStyle01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .top-contents .flexStyle01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 250px;
  }
}
.top-contents .flexStyle01 .serviceBox {
  background-color: #fff;
  padding: 15px 15px 15px 25px;
  border-radius: 8px;
  position: relative;
  z-index: 100;
  min-width: 330px;
  max-width: 330px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top-contents .flexStyle01 .serviceBox {
    width: 94%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    padding: 20px;
    min-width: inherit !important;
  }
}
.top-contents .flexStyle01 .serviceBox:before {
  content: "";
  border-radius: 8px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.top-contents .flexStyle01 .serviceBox:after {
  content: "";
  border-radius: 8px;
  width: 100%;
  height: 100%;
  background-color: #c3c3c3;
  position: absolute;
  top: 2%;
  left: 2%;
  z-index: -100;
}
.top-contents .flexStyle01 .serviceBox a {
  color: #962549;
}
.top-contents .flexStyle01 .flexStyle02 {
  max-width: 750px;
  margin: 30px 0 0;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .top-contents .flexStyle01 .flexStyle02 {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .top-contents .flexStyle01 .flexStyle02 {
    margin-top: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}
.top-contents .flexStyle01 .flexStyle02 .card01 {
  border: 1px solid #000;
  position: relative;
  z-index: 1000;
  background-color: #fff;
  width: 25%;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top-contents .flexStyle01 .flexStyle02 .card01 {
    width: calc(50% - 10px);
    position: relative;
    z-index: 3;
    margin-right: 0 !important;
  }
}
.top-contents .flexStyle01 .flexStyle02 .card01 {
  margin-right: 15px;
}
.top-contents .flexStyle01 .flexStyle02 .card01:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .top-contents .flexStyle01 .flexStyle02 .card01:last-child {
    margin-right: auto;
    margin-left: auto;
  }
}
.top-contents .flexStyle01 .flexStyle02 .card01:before {
  content: "";
  border-radius: 8px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-contents .flexStyle01 .flexStyle02 .card01:hover {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.top-contents .flexStyle01 .flexStyle02 .card01:hover:after {
  content: "";
  border-radius: 8px;
  width: 100%;
  height: 100%;
  background-color: #ffc6cc;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -100;
  opacity: 1;
}
.top-contents .flexStyle01 .flexStyle02 .card01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 21.5px 12px;
}
.top-contents .flexStyle01 .flexStyle02 .card01 a:hover {
  opacity: 1;
  padding: 17.5px 12px;
}
.top-contents .flexStyle01 .flexStyle02 .card01 {
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .top-contents .flexStyle01 .flexStyle02 .card01 .subTtl02 {
    font-size: 1.5rem !important;
  }
}
.top-contents .flexStyle01 .flexStyle02 .card01 .bgColorRed {
  background-color: #962549;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 12px;
  margin: 8px 0;
}
.top-contents .flexStyle01 .flexStyle02 .card01 .arrow {
  position: relative;
}
.top-contents .flexStyle01 .flexStyle02 .card01 .arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../img/right_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 25%;
}
.top-contents .flexStyle01 .flexStyle02 .card01 .centerTxt {
  font-size: 1.4rem;
}
.top-contents .flexStyle01 .flexStyle02 .card01.course_handbook {
  border-color: #fff !important;
}
.top-contents .flexStyle01 .flexStyle02 .card01.course_handbook a {
  background-color: #962549 !important;
  color: #fff;
  border-radius: 8px;
}
.top-contents .flexStyle01 .flexStyle02 .card01.course_handbook a .bgColorRed {
  background-color: #fff !important;
  color: #962549 !important;
}
.toppolicy a {
  padding: 20px 30px;
  border: 2px solid #962549;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .toppolicy a:hover {
    background-color: #962549;
    color: #fff !important;
  }
}
@media screen and (max-width: 767px) {
  .toppolicy a {
    padding: 10px 15px;
  }
}

.system-contents {
  background-color: #fafafa;
  padding: 120px 0 80px;
}
@media screen and (max-width: 767px) {
  .system-contents {
    padding: 80px 0 0px;
  }
}
.system-contents .systemLinkFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .system-contents .systemLinkFlex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.system-contents .systemLinkFlex {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .system-contents .systemLinkFlex {
    max-width: 400px;
  }
}
.system-contents .systemLinkFlex .linkWrap {
  width: 50%;
}
.system-contents .systemLinkFlex .linkWrap p {
  text-align: center;
}
.system-contents .systemLinkFlex .linkWrap p a {
  background-color: #ffb1b9;
  display: inline-block;
  padding: 5px 25px;
  border-radius: 21px;
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .system-contents .systemLinkFlex .linkWrap p a {
    font-size: 1.6rem;
    padding: 5px 20px;
  }
}
.system-contents .subTtl03 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 30px;
}
.system-contents .subTtl03 a {
  color: #962549;
}
@media screen and (max-width: 767px) {
  .system-contents .subTtl03 {
    font-size: 1.8rem;
  }
}
.system-contents .flexStyle03 .card02 .ttl03 {
  padding: 5px 20px;
}

.under-links .bg01 {
  background-image: url(../img/bg_system01.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .under-links .bg01 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .under-links .bg01 .inner {
    width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .under-links .flexStyle02 .card03 {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    height: 200px;
  }
}
.under-links .flexStyle02 .card03 .ttl03 {
  text-align: center;
  padding: 10px 40px;
  margin: 10px auto 12px;
}
@media screen and (max-width: 767px) {
  .under-links .flexStyle02 .card03 .ttl03 {
    font-size: 1.6rem;
    padding: 0;
  }
}
.under-links .flexStyle02 .card03 .ttl03:hover {
  background-color: #ffebf1;
}
.under-links .flexStyle02 .card03 .ttl03 a:hover {
  opacity: 1;
}
.under-links .flexStyle02 .card03 .link02:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .under-links .flexStyle02 .card03:first-of-type {
    padding: 10px 15px 30px;
  }
}
.under-links .flexStyle02 .card03:first-of-type .ttl03 {
  text-align: center;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .under-links .flexStyle02 .card03:first-of-type .ttl03 {
    width: 100%;
    margin-bottom: 5px;
  }
}
.under-links p {
  font-size: 1.6rem;
}

.footer-site-links .bg03 {
  padding: 80px 0;
  background-image: url(../img/bg_03.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .footer-site-links .bg03 {
    padding: 50px 0;
  }
}
.footer-site-links .board01 .boardBg01 {
  background-image: url(../img/bg_clip01.png);
}
.footer-site-links .board01 .boardBg01 .colorBlue {
  color: #0fb2e3;
}
@media screen and (max-width: 767px) {
  .footer-site-links .board01 .boardBg01 .colorBlue {
    font-size: 1.6rem;
  }
}
.footer-site-links .board01 .boardBg01 .colorBlue:hover {
  opacity: 1;
}
.footer-site-links .board01 .boardBg01 .txtBox p .bgBlue {
  background-color: #0fb2e3;
}
.footer-site-links .board01 .boardBg02 {
  background-image: url(../img/bg_clip02.png);
}
.footer-site-links .board01 .boardBg02 .colorGreen {
  color: #4bb200;
}
@media screen and (max-width: 767px) {
  .footer-site-links .board01 .boardBg02 .colorGreen {
    font-size: 1.6rem;
  }
}
.footer-site-links .board01 .boardBg02 .txtBox p .bgGreen {
  background-color: #4bb200;
}
.footer-site-links .board01 .boardBg03 {
  background-image: url(../img/bg_clip03.png);
}
.footer-site-links .board01 .boardBg03 .colorOrange {
  color: #ea8018;
}
@media screen and (max-width: 767px) {
  .footer-site-links .board01 .boardBg03 .colorOrange {
    font-size: 1.6rem;
  }
}
.footer-site-links .board01 .boardBg03 .txtBox p .bgOrange {
  background-color: #ea8018;
}
.footer-site-links .board01 .boardBg04 {
  background-image: url(../img/bg_clip04.png);
}
.footer-site-links .board01 .boardBg04 .colorRed {
  color: #dd4040;
}
@media screen and (max-width: 767px) {
  .footer-site-links .board01 .boardBg04 .colorRed {
    font-size: 1.6rem;
  }
}
.footer-site-links .board01 .boardBg04 .txtBox p .bgRed {
  background-color: #dd4040;
}

.footer-info .infoBox {
  width: 60%;
  padding: 80px 0;
  background-image: url(../img/bg_footer01.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .footer-info .infoBox {
    width: 100%;
    padding: 40px 0;
  }
}
.footer-info .infoBox .ttl01 {
  color: #fff;
  font-weight: lighter;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.footer-info .infoBox .txtWrap {
  text-align: center;
  display: block;
}
.footer-info .infoBox .txtBox {
  display: inline-block;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .footer-info .infoBox .txtBox {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
  }
}
.footer-info .infoBox .txtBox .smallTxt {
  color: #fff;
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .footer-info .infoBox .txtBox .smallTxt {
    text-align: center;
    line-height: 2;
  }
}
.footer-info .infoBox .txtBox .smallTxt a {
  color: #fff;
}
.footer-info .infoBox .txtBox .flexStyle03 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .footer-info .infoBox .txtBox .flexStyle03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .footer-info .infoBox .txtBox .flexStyle03 .smallTxt {
    width: 100%;
  }
}

.calenderBox {
  width: 40%;
  padding: 30px 30px 33px;
  background-color: #f5f5f5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .calenderBox {
    width: 100%;
  }
}
.calenderBox .ttl03 {
  background-image: url(../img/calender_bg.png);
  background-position: left;
  background-size: cover;
  padding: 10px 0 10px 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .calenderBox .ttl03 {
    text-align: center;
  }
}
.calenderBox .catch {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .calenderBox .catch {
    max-width: 20%;
  }
}
.calenderBox .catchTxt {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.6rem;
  text-align: center;
}
.calenderBox .catchTxt a {
  color: #fff;
}
.calenderBox .flexStyle01 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calenderBox .flexStyle01 .monthTxt {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  padding: 0 1.1rem;
  width: 3.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .calenderBox .flexStyle01 .monthTxt {
    padding-bottom: 8px;
  }
}
.calenderBox .flexStyle01 .monthTxt .smallTxt {
  font-size: 1.6rem;
  margin-left: 6px;
}
.calenderBox .flexStyle01 .timeTxt {
  margin-left: 35px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .calenderBox .flexStyle01 .timeTxt {
    font-size: 1.2rem;
    margin-left: 0px;
    width: 100%;
    float: left;
    margin-bottom: 5px;
  }
}
.calenderBox .flexStyle01 .timeTxt .clPink {
  width: 45px;
  height: 17px;
  display: block;
  float: left;
  margin-top: 3px;
  border: 1px solid #d5a8b6;
  margin-right: 10px;
  background-color: #ffebf1;
}
@media screen and (max-width: 767px) {
  .calenderBox .flexStyle01 .timeTxt .clPink {
    margin-top: 1px;
  }
}
.calenderBox .flexStyle01 .timeTxt .clBlue {
  width: 45px;
  height: 17px;
  display: block;
  float: left;
  margin-top: 3px;
  border: 1px solid;
  margin-right: 10px;
  border: 1px solid #6acbe9;
  background-color: #d0f4ff;
}
@media screen and (max-width: 767px) {
  .calenderBox .flexStyle01 .timeTxt .clBlue {
    margin-top: 1px;
  }
}
.calenderBox .flexStyle01 .timeTxt .clGray {
  width: 45px;
  height: 17px;
  display: block;
  float: left;
  margin-top: 3px;
  border: 1px solid;
  margin-right: 10px;
  border: 1px solid #aaa;
  background-color: #dfdfdf;
}
@media screen and (max-width: 767px) {
  .calenderBox .flexStyle01 .timeTxt .clGray {
    margin-top: 1px;
  }
}
.calenderBox .calenderWrap {
  position: relative;
  margin-top: 10px;
}
.calenderBox .table01 {
  width: 100%;
}
.calenderBox .table01 thead tr {
  height: 29px;
}
.calenderBox .table01 thead tr td,
.calenderBox .table01 thead tr th {
  border: 1px solid #d5a8b6;
  text-align: center;
  width: 14.2857142857%;
}
.calenderBox .table01 thead tr th {
  background-color: #f4f4f4;
  font-size: 1.6rem;
  color: #962549;
}
.calenderBox .table01 tbody tr {
  height: 32px;
}
.calenderBox .table01 tbody tr td,
.calenderBox .table01 tbody tr th {
  border: 1px solid #d5a8b6;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  width: 14.2857142857%;
}
.calenderBox .table01 tbody tr td {
  background-color: #ffebf1;
}
.calenderBox .table01 tbody tr td.blank {
  background-color: #fff !important;
}
.calenderBox .table01 tbody tr td:first-child {
  background-color: #dfdfdf;
}
.calenderBox .table01 tbody tr td:last-child {
  background-color: #d0f4ff;
}
.calenderBox .table01 tbody tr td.off {
  background-color: #dfdfdf !important;
}
.calenderBox .table01 tbody tr .bgPink {
  background-color: #ffebf1;
}
.calenderBox .table01 tbody tr .bgBlue {
  background-color: #d0f4ff;
}
.calenderBox .calenderAnno {
  font-size: 1.4rem;
  margin-top: 16px;
}
.calenderBox .calenderAnno.foottable-text span::before, .calenderBox .calenderAnno.foottable-text span::after {
  display: block;
}
.calenderBox .calenderAnno.foottable-text span::before {
  content: "※開室日・時間は変更になる可能性があります。";
}
#footer .copyRight {
  text-align: center;
  display: block;
  color: #962549;
  font-size: 1.6rem;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  #footer .copyRight {
    font-size: 1.4rem;
  }
}

.subBg {
  background-image: url(../img/bg_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 70px;
}
@media screen and (max-width: 767px) {
  .subBg {
    padding: 0px 0px 40px;
  }
}

.sub-ttl-area .ttl01 {
  margin-top: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sub-ttl-area .ttl01 {
    font-size: 2.4rem;
  }
}

.course-contents {
  padding: 0 0 100px;
}
.course-contents .subTtl03 {
  margin: 40px 60px;
  font-size: 2rem;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .course-contents .subTtl03 {
    margin: 30px 0px;
    line-height: 1.8;
    font-size: 1.4rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .course-contents .subTtl03 br {
    display: none;
  }
}
.course-contents .wrapper02 + .wrapper02 {
  margin: 60px 0 60px;
}
@media screen and (max-width: 767px) {
  .course-contents .wrapper02 + .wrapper02 {
    margin: 40px 0 40px;
  }
}
.course-contents .wrapper02:last-of-type {
  margin-bottom: 0;
}
.course-contents .wrapper02 .ttl03 {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .course-contents .wrapper02 .ttl03 {
    font-size: 1.8rem;
  }
}
.course-contents .wrapper02 .dotLine02 {
  margin: 16px 0 25px;
}
@media screen and (max-width: 767px) {
  .course-contents .wrapper02 .dotLine02 {
    margin: 10px auto;
  }
}
.course-contents .wrapper02 .leftTxt {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .course-contents .wrapper02 .leftTxt {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.course-contents .wrapper02 .leftTxt a {
  color: #962549;
  border-bottom: 1px solid;
}
.course-contents .wrapper02 .olStyle01 {
  line-height: 1.8;
}
.course-contents .wrapper02 .olStyle01 li {
  font-size: 1.6rem;
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .course-contents .wrapper02 .olStyle01 li {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.course-contents .wrapper02 .olStyle01 li:before {
  content: "（" counter(cnt) "）";
  font-size: 1.8rem;
  position: absolute;
  left: 0;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .course-contents .wrapper02 .olStyle01 li:before {
    font-size: 1.4rem;
    top: 0rem;
  }
}
.course-contents .wrapper02 .ulStyle04 {
  line-height: 1.8;
}
.course-contents .wrapper02 .ulStyle04 li {
  font-size: 1.6rem;
  list-style-type: none;
  position: relative;
  padding-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  .course-contents .wrapper02 .ulStyle04 li {
    font-size: 1.4rem;
  }
}
.course-contents .wrapper02 .ulStyle04 li:before {
  content: "・";
  font-size: 4rem;
  position: absolute;
  left: -15px;
  top: -18px;
}
.course-contents .wrapper02 .table02 {
  width: 100%;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .course-contents .wrapper02 .table02 {
    width: 300%;
  }
}
.course-contents .wrapper02 .table02 tbody tr {
  height: 80px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .course-contents .wrapper02 .table02 tbody tr {
    font-size: 1.4rem;
    height: 80px;
  }
}
.course-contents .wrapper02 .table02 tbody tr td,
.course-contents .wrapper02 .table02 tbody tr th {
  border: 1px solid #000;
}
.course-contents .wrapper02 .table02 tbody tr .bgPink {
  width: 30%;
  text-align: center;
  background-color: #ffebf1;
  min-height: 80px;
}
@media screen and (max-width: 767px) {
  .course-contents .wrapper02 .table02 tbody tr .bgPink {
    width: 10%;
    padding: 25px 0;
  }
}
.course-contents .wrapper02 .table02 tbody tr .bgPink.highHeight {
  height: 140px;
  padding: 25px 0;
}
.course-contents .wrapper02 .table02 tbody tr .td01 {
  width: 35%;
  text-align: center;
  min-height: 80px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .course-contents .wrapper02 .table02 tbody tr .td01 {
    width: 10%;
  }
}
.course-contents .wrapper02 .table02 tbody tr .td02 {
  width: 25%;
  text-align: center;
  min-height: 80px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .course-contents .wrapper02 .table02 tbody tr .td02 {
    width: 10%;
  }
}
.course-contents .wrapper02 .table03 {
  width: 100%;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .course-contents .wrapper02 .table03 {
    width: 300%;
  }
}
.course-contents .wrapper02 .table03 tbody tr {
  height: 120px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .course-contents .wrapper02 .table03 tbody tr {
    height: 80px;
  }
}
.course-contents .wrapper02 .table03 tbody tr td,
.course-contents .wrapper02 .table03 tbody tr th {
  border: 1px solid #000;
}
.course-contents .wrapper02 .table03 tbody tr .bgPink {
  width: 17.3%;
  text-align: center;
  background-color: #ffebf1;
}
@media screen and (max-width: 767px) {
  .course-contents .wrapper02 .table03 tbody tr .bgPink {
    width: 7%;
  }
}
.course-contents .wrapper02 .table03 tbody tr .bgPink.highHeight {
  height: 140px;
}
.course-contents .wrapper02 .table03 tbody tr .td01 {
  width: 35%;
  text-align: center;
}
.course-contents .wrapper02 .table03 tbody tr .td01.leftTxt {
  text-align: left;
  padding-left: 10%;
  padding-left: 4.8%;
}
.course-contents .wrapper02 .table03 tbody tr .td02 {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .course-contents .wrapper02 .spTableWrapper {
    overflow-x: scroll;
  }
}