@charset "UTF-8";
.mv {
  background: url(/assets/img/common/bg_common.jpg) no-repeat center/cover;
  padding: 40px 0 0;
}
.mv__row {
  margin-bottom: 40px;
}
.mv__head {
  background: url(/assets/img/open/bg_mv.jpg) no-repeat center/cover;
  color: #fff;
  padding: 20px 20px;
}
.mv__heading {
  position: relative;
  top: -50px;
}
.mv__txt {
  margin-top: -50px;
}
.mv__box {
  border: solid 1px #F08637;
  height: 100%;
}
.mv__box-heading {
  background: url(/assets/img/highschool/bg_open-cumpus_heading_orange.png) no-repeat center/cover;
  color: #fff;
  font-size: 2.4rem;
  padding: 10px 20px;
  text-align: center;
  font-weight: 500;
}
.mv__box-contents {
  padding: 20px;
}

.attention-box {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.attention-box__inner {
  padding: 24px 60px 33px;
  z-index: 1;
}
.attention-box dl {
  font-size: 2.8rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.attention-box dl::before, .attention-box dl::after {
  content: "";
  width: 60px;
  height: 78px;
  background: url(/assets/img/common/deco_sparkling.svg) no-repeat center/contain;
  position: absolute;
  bottom: 10px;
  left: -60px;
}
.attention-box dl::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: auto;
  right: -60px;
}
.attention-box dt b {
  font-size: 3.6rem;
  font-weight: 600;
}
.attention-box__img.img02 {
  right: -10px;
}

.schedule__box {
  border: solid 2px #21B6AA;
  background: #fff;
  border-radius: 10px;
  padding: 30px 30px 10px;
  position: relative;
}
.schedule__box-heading {
  text-align: center;
  position: absolute;
  top: -1.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.schedule__box-heading::after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 8px solid #21B6AA;
  border-bottom: 0;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.schedule__box-heading b {
  background: #21B6AA;
  color: #fff;
  font-weight: 500;
  padding: 15px 15px 8px;
  font-size: 2.4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
.schedule__box-heading span {
  position: absolute;
  border: solid 1px;
  background: #fff;
  color: #21B6AA;
  border-radius: 30px;
  top: -1.6em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 500;
  font-size: 2rem;
  padding: 5px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.schedule__list {
  max-width: 1080px;
  margin: 0 auto;
}
.schedule__list li {
  margin-bottom: 20px;
}
.schedule__list li dl {
  border-radius: 10px;
  background: url(/assets/img/common/bg_common_orange.jpg) no-repeat center;
  height: 100%;
  text-align: center;
  position: relative;
}
.schedule__list li dl.is-finished::after {
  content: "終了しました";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  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;
}
.schedule__list li dl.is-special {
  background-image: url(/assets/img/common/bg_common_pink.jpg);
}
.schedule__list li dl.is-special dt {
  background: #EB6DA5;
}
.schedule__list li dl.is-special dd {
  color: #EB6DA5;
}
.schedule__list li dl.is-special dd .m-label-01 {
  color: #EB6DA5;
}
.schedule__list li dl.is-night {
  background-image: url(/assets/img/common/bg_common_blue.jpg);
}
.schedule__list li dl.is-night dt {
  background: #1CB9EE;
}
.schedule__list li dl.is-night dd {
  color: #1CB9EE;
}
.schedule__list li dl.is-night dd .m-label-01 {
  color: #1CB9EE;
}
.individual .schedule__list li dl {
  background-image: url(/assets/img/common/bg_common_yellow.jpg);
}
.individual .schedule__list li dl dt {
  background: #F8B500;
}
.individual .schedule__list li dl dd {
  color: #F8B500;
}
.individual .schedule__list li dl dd .m-label-01 {
  color: #F8B500;
}
.schedule__list li dl dt {
  background: #F08637;
  color: #fff;
  font-size: 2rem;
  border-radius: 10px 10px 0 0;
  padding: 0 10px;
}
.schedule__list li dl dd {
  padding: 10px 10px;
  font-size: 2rem;
  color: #F08637;
  font-weight: 600;
}
.schedule__list li dl dd b {
  font-weight: 600;
  font-size: 3.2rem;
}
.schedule__list li dl dd .m-label-01 {
  font-size: 2.4rem;
  max-width: 154px;
  margin: 0 auto;
  color: #F08637;
  line-height: 1.3;
}
.schedule__item {
  border: solid 2px #F08637;
  background: url(/assets/img/common/bg_common_orange.jpg) no-repeat top center/cover;
  height: 100%;
  font-weight: 500;
  text-align: center;
  font-size: 2.4rem;
  border-radius: 10px;
  position: relative;
  max-width: 440px;
  margin-right: auto;
  margin-left: auto;
}
.schedule__item.is-pink {
  background: url(/assets/img/common/bg_common_pink.jpg) no-repeat top center/cover;
  border-color: #EB6DA5;
}
.schedule__item.is-pink dt {
  color: #EB6DA5;
}
.schedule__item.is-pink dd {
  background-color: #EB6DA5;
}
.schedule__item.is-blue {
  background: url(/assets/img/common/bg_common_blue.jpg) no-repeat top center/cover;
  border-color: #1CB9EE;
}
.schedule__item.is-blue dt {
  color: #1CB9EE;
}
.schedule__item.is-blue dd {
  background-color: #1CB9EE;
}
.schedule__item dt {
  color: #F08637;
  padding: 30px 10px 20px;
}
.schedule__item dt .m-label-01 {
  position: absolute;
  top: -1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 154px;
}
.schedule__item dd {
  background-color: #F08637;
  color: #fff;
  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;
  padding: 3px 0;
}
.schedule__item dd .m-label-01 {
  padding: 0 20px;
}
.program__item {
  background: url(/assets/img/common/bg_common_blue.jpg) no-repeat center;
  padding: 20px 15px;
  position: relative;
}
.program__item::before {
  content: "";
  width: 133px;
  height: 128px;
  background: url(/assets/img/open/deco_blue.png) no-repeat center/contain;
  position: absolute;
  top: -20px;
  right: -20px;
}
.program__item::after {
  content: "";
  width: 0;
  height: 0;
  border: 60px solid transparent;
  border-top: 27px solid #1CB9EE;
  border-bottom: 0;
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: -100px;
  top: 50%;
}
.program__item:nth-of-type(2)::after {
  top: auto;
  bottom: -54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top-color: #EB6DA5;
}
.program__item:nth-of-type(3)::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: -100px;
  border-top-color: #F08637;
}
.program__item:last-of-type::after {
  display: none;
}
.program__item.is-pink {
  background-image: url(/assets/img/common/bg_common_pink.jpg);
}
.program__item.is-pink::before {
  background-image: url(/assets/img/open/deco_pink.png);
}
.program__item.is-pink .program__item-heading .en {
  color: #EB6DA5;
}
.program__item.is-pink dt {
  color: #EB6DA5;
}
.program__item.is-orange {
  background-image: url(/assets/img/common/bg_common_orange.jpg);
}
.program__item.is-orange::before {
  background-image: url(/assets/img/open/deco_orange.png);
}
.program__item.is-orange .program__item-heading .en {
  color: #F08637;
}
.program__item.is-orange dt {
  color: #F08637;
}
.program__item.is-yellow {
  background-image: url(/assets/img/common/bg_common_yellow.jpg);
}
.program__item.is-yellow::before {
  background-image: url(/assets/img/open/deco_yellow.png);
}
.program__item.is-yellow .program__item-heading .en {
  color: #F8B500;
}
.program__item.is-yellow dt {
  color: #F8B500;
}
.program__item-heading {
  margin-bottom: 10px;
}
.program__item-heading .en {
  font-family: "Yellowtail", cursive;
  color: #1CB9EE;
  font-size: 4rem;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  position: absolute;
  top: -0.6em;
  left: -1em;
}
.program__item-heading .m-label-03 {
  padding: 0 20px;
}
.program__item dt {
  color: #1CB9EE;
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 5px;
}
.program__item-img {
  margin-top: 10px;
}
.program__box {
  background: url(/assets/img/common/bg_common.jpg) no-repeat center/cover;
  text-align: center;
  padding: 50px 60px 30px;
  position: relative;
}
.program__box-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.program__box-heading::after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #21B6AA;
  border-bottom: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.program__box-heading span {
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #21B6AA;
  padding: 8px 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.program__box-heading span::before, .program__box-heading span::after {
  content: "";
  width: 20px;
  height: 38px;
  background: url(/assets/img/common/deco_line_white.svg) no-repeat center/contain;
  display: inline-block;
  margin: 0 10px;
}
.program__box-heading span::after {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.program__box-item {
  background: #fff;
  padding: 20px;
}

.menu__block {
  background: #fff;
  border: solid 2px #1CB9EE;
  padding: 70px 40px;
  position: relative;
  margin-bottom: 40px;
}
.menu__block::after {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #1CB9EE;
  background: url(/assets/img/open/bg_menu_blue.png) no-repeat center/cover;
  position: absolute;
  top: 8px;
  left: 8px;
}
.menu__block:last-of-type {
  margin-bottom: 0;
}
.menu__block.is-red {
  border-color: #E9463F;
}
.menu__block.is-red::after {
  background-image: url(/assets/img/open/bg_menu_red.png);
  border-color: #E9463F;
}
.menu__block.is-red .menu__block-hgroup {
  color: #E9463F;
}
.menu__block.is-pink {
  border-color: #EB6DA5;
}
.menu__block.is-pink::after {
  background-image: url(/assets/img/open/bg_menu_pink.png);
  border-color: #EB6DA5;
}
.menu__block.is-pink .menu__block-hgroup {
  color: #EB6DA5;
}
.menu__block.is-orange {
  border-color: #F08637;
}
.menu__block.is-orange::after {
  background-image: url(/assets/img/open/bg_menu_orange.png);
  border-color: #F08637;
}
.menu__block.is-orange .menu__block-hgroup {
  color: #F08637;
}
.menu__block.is-yellow {
  border-color: #F8B500;
}
.menu__block.is-yellow::after {
  background-image: url(/assets/img/open/bg_menu_yellow.png);
  border-color: #F8B500;
}
.menu__block.is-yellow .menu__block-hgroup {
  color: #F8B500;
}
.menu__block-hgroup {
  color: #1CB9EE;
  border-bottom: solid 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.menu__block-hgroup .hgroup-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.menu__block-hgroup .m-label-03 {
  border: none;
}
.menu__block-heading {
  font-size: 2.8rem;
  font-weight: 500;
}
.menu__block-unit {
  position: relative;
  z-index: 1;
}
.menu__block-img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mv__row {
    position: relative;
  }
  .attention-box__img {
    position: absolute;
    bottom: -10px;
    z-index: -1;
  }
  .attention-box__img.img01 {
    left: -10px;
  }
  .program__row {
    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;
  }
  .program__item {
    margin-bottom: 80px;
    width: 47%;
    max-width: 560px;
    padding: 30px 40px;
  }
  .program__item:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .program__item:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .menu__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu__block:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .menu__block:nth-of-type(even) .menu__block-img {
    left: -50px;
  }
  .menu__block-hgroup .en {
    font-size: 2rem;
  }
  .menu__block-hgroup .m-label-03 {
    padding: 0 20px;
  }
  .menu__block-unit {
    width: 60%;
    max-width: 612px;
  }
  .menu__block-img {
    position: absolute;
    top: 50%;
    right: -50px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 999px) {
  .mv__row {
    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;
  }
  .mv__head {
    left: 5%;
    position: relative;
    z-index: 1;
  }
  .mv__heading {
    top: -30px;
  }
  .mv__txt {
    margin-top: -20px;
  }
  .mv__img {
    position: relative;
    right: 5%;
    top: -40px;
  }
  .schedule__list li {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .mv__head {
    width: 51%;
    padding: 30px 7% 50px 5%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .mv__head-contents {
    max-width: 590px;
  }
  .mv__img {
    width: 57%;
    height: 342px;
    position: relative;
    top: -40px;
  }
  .mv__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv__box-heading {
    font-size: 2rem;
  }
  .m-box-07 .u-txt-large {
    font-size: 1.8rem;
  }
  .attention-box__inner {
    padding: 20px 20px 0;
  }
  .attention-box dl::before, .attention-box dl::after {
    width: 36px;
    height: 44px;
    left: -25px;
    bottom: 10px;
  }
  .attention-box dl::after {
    left: auto;
    right: -25px;
  }
  .attention-box dl {
    font-size: 1.8rem;
  }
  .attention-box dt b {
    font-size: 2.8rem;
  }
  .attention-box__img.img01 {
    display: block;
    margin: 10px auto -10px;
  }
  .schedule__box {
    padding: 15px 5px 5px;
  }
  .schedule__box-heading::after {
    bottom: -8px;
  }
  .schedule__box-heading b {
    font-size: 1.6rem;
    padding: 29px 35px 8px;
  }
  .schedule__box-heading span {
    font-size: 1.4rem;
    top: -2.2em;
  }
  .schedule__list li dl.is-finished::after {
    font-size: 1.6rem;
  }
  .schedule__list li dl dt {
    font-size: 1.6rem;
  }
  .schedule__list li dl dd {
    font-size: 1.6rem;
  }
  .schedule__list li dl dd b {
    font-size: 2.4rem;
  }
  .schedule__list li dl dd .m-label-01 {
    font-size: 1.6rem;
    padding: 5px 0 2px;
    line-height: 1;
  }
  .schedule__item {
    font-size: 2rem;
  }
  .program .slick-list {
    max-width: 510px;
    margin-right: auto;
    margin-left: auto;
  }
  .program__item {
    margin: 30px 30px 0 !important;
  }
  .program__item::before {
    width: 83px;
    height: 80px;
  }
  .program__item::after {
    display: none;
  }
  .program__item-heading .en {
    font-size: 2.8rem;
  }
  .program__item dt {
    font-size: 2rem;
  }
  .program__box {
    padding: 50px 20px 20px;
  }
  .program__box-heading span {
    font-size: 1.6rem;
    padding: 8px 10px;
  }
  .menu__block {
    padding: 30px 20px 0;
  }
  .menu__block-heading {
    font-size: 2rem;
  }
  .menu__block-img {
    margin: 10px 0px -10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .program__item::after {
    right: -85px;
  }
  .program__item:nth-of-type(3)::after {
    left: -85px;
  }
}