@charset "UTF-8";
/* キャンペーン */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap&123456790,");
/* contents area */
.camp {
  width: 1160px;
  margin: 0 auto;
  padding: 0 0 160px;
}
.camp .sp-hide {
  display: block;
}
.camp .pc-hide {
  display: none;
}
.camp__mv {
  position: relative;
  width: 1160px;
  margin: 0 auto;
}
.camp__mv__ttl {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  text-align: left;
}
.camp__lead {
  padding: 40px 0 90px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8em;
}
.camp__jump {
  display: none;
  padding-bottom: 68px;
}
.camp__jump__btn {
  display: inline-block;
  position: relative;
  width: 682px;
  padding: 0 1em 0 0;
  background: #ff8200;
  -webkit-box-shadow: 0 5px 0 #fb5200;
          box-shadow: 0 5px 0 #fb5200;
  border-radius: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 28px;
  font-weight: 700;
  line-height: 70px;
  color: #fff;
  clear: both;
}
.camp__jump__btn:after {
  content: "＞";
  position: absolute;
  display: inline-block;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-45%) scaleY(0.7) rotate(90deg);
          transform: translateY(-45%) scaleY(0.7) rotate(90deg);
}
.camp__ttl {
  padding-bottom: 50px;
}
.camp__ttl.pb0 {
  padding-bottom: 0;
}
.camp__ttl img {
  width: auto;
  max-width: 100%;
}
.camp .jsma-anchor {
  color: #e60012;
  text-align: center;
  text-decoration: underline;
  font-size: 18px;
  margin-top: 1em;
  margin-bottom: 2em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .camp .jsma-anchor {
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
}
.camp__txt {
  padding-bottom: 20px;
}
.camp__banner {
  position: relative;
  margin: 0 0 80px;
}
.camp__banner__btn {
  display: inline-block;
  position: absolute;
  right: 22px;
  bottom: 26px;
  width: 380px;
  padding: 0 1em 0 0;
  background: #ff8200;
  -webkit-box-shadow: 0 4px 0 #fb5200;
          box-shadow: 0 4px 0 #fb5200;
  border-radius: 31px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  font-weight: 700;
  line-height: 62px;
  color: #fff;
}
.camp__banner__btn:after {
  content: "＞";
  position: absolute;
  display: inline-block;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(0.5);
          transform: translateY(-50%) scaleX(0.5);
}
.camp__spread {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
}
.camp__spread .camp__banner {
  width: 557px;
}
.camp__spread .camp__banner__btn {
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.camp__spread.triplet .camp__banner {
  width: 360px;
  margin-bottom: 54px;
}
.camp__spread.triplet .camp__banner__btn {
  bottom: 22px;
  width: 280px;
}
.camp__spread.triplet .camp__banner__btn.course-button {
  bottom: 100px;
  background-color: white;
  color: #ff8200;
  border: solid 1px #f29600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.camp__privilege {
  padding: 0 0 120px;
}
.camp__privilege__item {
  padding: 0 0 70px;
}
.camp__pickup {
  position: relative;
  margin: 0 0 65px;
}
.camp__pickup__btn {
  display: inline-block;
  position: absolute;
  right: 22px;
  bottom: 21px;
  width: 380px;
  padding: 0 1em 0 0;
  background: #ff8200;
  -webkit-box-shadow: 0 4px 0 #fb5200;
          box-shadow: 0 4px 0 #fb5200;
  border-radius: 31px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  font-weight: 700;
  line-height: 62px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .camp__pickup__btn.button280 {
    width: 280px;
  }
  .camp__pickup__btn.button280.course-button {
    right: 322px;
    background-color: white;
    color: #ff8200;
    border: solid 1px #f29600;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .camp__pickup__btn.button280.jsma .sp {
    display: inline-block;
    margin-left: 10px;
  }
}
.camp__pickup__btn:after {
  content: "＞";
  position: absolute;
  display: inline-block;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(0.5);
          transform: translateY(-50%) scaleX(0.5);
}
.camp__table {
  width: 100%;
  border-collapse: collapse;
  font-weight: 700;
}
.camp__table__ttl {
  padding: 110px 0 0.8em;
  font-size: 20px;
  line-height: 1em;
  text-align: left;
}
.camp__table__ttl.not {
  padding-top: 96px;
}
@media screen and (max-width: 767px) {
  .camp__table__ttl.not {
    padding-top: 9.3333333333vw;
  }
}
.camp__table__th {
  width: 201px;
  padding: 1.2em;
  background: rgba(244, 132, 20, 0.2);
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 1.384em;
  text-align: left;
}
.camp__table__td {
  padding: 1.2em;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.384em;
  text-align: left;
}
.camp__table__td .notice {
  font-size: 13px;
  font-weight: 400;
  line-height: 2em;
  text-align: left;
}
.camp__courses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 31px;
}
.camp__courses .classroom {
  width: 366px;
}
.camp__courses .classroom .genre {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 20px;
  border-radius: 20px;
}
.camp__courses .classroom .genre.c_fukushi {
  background: #f0f4dd;
}
.camp__courses .classroom .genre.c_fukushi .classroom__ttl {
  background: #91b206;
}
.camp__courses .classroom .genre.c_iryou {
  background: #eaf3f9;
}
.camp__courses .classroom .genre.c_iryou .classroom__ttl {
  background: #5a99d3;
}
.camp__courses .classroom__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 84px;
  padding: 0 0.9em;
  border-radius: 20px 20px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25em;
  color: #fff;
  text-align: left;
}
.camp__courses .classroom__ttl.pop:after, .camp__courses .classroom__ttl.no1:after, .camp__courses .classroom__ttl.new:after {
  content: "";
  position: absolute;
  display: block;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 73px;
  height: 57px;
}
.camp__courses .classroom__ttl.pop:after {
  background: url(../img/campaign/courses/crown_pop.png) no-repeat center center;
  background-size: contain;
}
.camp__courses .classroom__ttl.no1:after {
  background: url(../img/campaign/courses/crown_no1.png) no-repeat center center;
  background-size: contain;
}
.camp__courses .classroom__ttl.new:after {
  background: url(../img/campaign/courses/crown_new.png) no-repeat center center;
  background-size: contain;
}
.camp__courses .classroom__ttl.debut:after {
  content: "";
  position: absolute;
  display: block;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 83px;
  height: 39px;
  background: url(../img/campaign/courses/ribbon_new.png) no-repeat center center;
  background-size: contain;
}
.camp__courses .classroom__lead {
  width: 100%;
  padding: 10px 10px 10px 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
.camp__courses .classroom__photo {
  width: 162px;
  padding: 0 0 19px 22px;
  margin-bottom: 0;
}
.camp__courses .classroom__price {
  width: 162px;
  padding: 0 10px 19px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8em;
  text-align: left;
  font-family: "Roboto", sans-serif;
}
.camp__courses .classroom__price s {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.camp__courses .classroom__price s:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #333;
}
.camp__courses .classroom__price b {
  font-size: 24px;
}
.camp__courses .classroom__price small {
  display: inline-block;
  font-size: 10px;
  line-height: 1.6em;
}
.camp__courses .classroom__price small.notice {
  font-size: 11px;
}
.camp__courses .classroom__price small.mgb {
  margin-bottom: 0.5em;
}
.camp__courses .classroom__price em {
  display: inline-block;
  position: relative;
  padding-top: 0.8em;
  font-size: 18px;
  line-height: 1.4em;
  color: #e60012;
}
.camp__courses .classroom__price em.nospe {
  padding-top: 1.5em;
}
.camp__courses .classroom__price em:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 0.3em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 10px 0 10px;
  border-color: #969696 transparent transparent transparent;
}
.camp__courses .classroom__price em.noarrow {
  padding-top: 0.2em;
}
.camp__courses .classroom__price em.noarrow:before {
  display: none;
}
.camp__courses .classroom__price em small {
  font-size: 14px;
}
.camp__courses .classroom__price em strong {
  font-size: 40px;
}
.camp__courses .classroom__detail {
  position: relative;
  width: 243px;
  margin: 0 auto;
  background: #ff8200;
  -webkit-box-shadow: 0 4px 0 #fb5200;
          box-shadow: 0 4px 0 #fb5200;
  border-radius: 28px;
  font-size: 18px;
  font-weight: 700;
  line-height: 52px;
  color: #fff;
}
.camp__courses .classroom__detail:after {
  content: "＞";
  position: absolute;
  display: inline-block;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(0.5);
          transform: translateY(-50%) scaleX(0.5);
}

.notxt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  text-align: left;
}

.page-top {
  bottom: 3%;
}

.footer {
  padding: 67px 0 45px;
}

span.teika {
  font-weight: normal;
}

span.strike {
  position: relative;
}
span.strike::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #333333;
}

.camp__pickup--bottom {
  background-color: #fff4e0;
  height: 121px;
  border-radius: 0px 0px 24px 24px;
  position: absolute;
  bottom: 0;
  border-right: solid 2px #ff8200;
  border-bottom: solid 2px #ff8200;
  border-left: solid 2px #ff8200;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 35px;
}
@media screen and (max-width: 767px) {
  .camp__pickup--bottom {
    height: 47.4666666667vw;
    border-radius: 0px 0px 2.6666666667vw 2.6666666667vw;
    padding: 4vw 2.6666666667vw 0 4vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-right: solid 0.5333333333vw #ff8200;
    border-bottom: solid 0.5333333333vw #ff8200;
    border-left: solid 0.5333333333vw #ff8200;
  }
}
.camp__pickup--bottom p {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.camp__pickup--bottom .price-large {
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  .camp__pickup--bottom .price-large {
    font-size: 8.6666666667vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.camp__pickup--bottom .price-large small {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .camp__pickup--bottom .price-large small {
    font-size: 3.7333333333vw;
  }
}
.camp__pickup--bottom .price-small {
  font-size: 18px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .camp__pickup--bottom .price-small {
    font-size: 2.9333333333vw;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.8666666667vw;
  }
}
.camp__pickup--bottom .price-small::after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: relative;
  background-image: url(../img/campaign/price-tri.svg);
  width: 11px;
  height: 18.6px;
  margin-right: 15px;
  margin-left: 11px;
}
@media screen and (max-width: 767px) {
  .camp__pickup--bottom .price-small::after {
    position: absolute;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    height: 2.8vw;
    width: 1.3333333333vw;
    margin: 0;
    bottom: -2.4vw;
  }
}
.camp__pickup--bottom .price-small .strike {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .camp__pickup--bottom .price-small .strike {
    font-size: 3.7333333333vw;
    margin-left: 0.8vw;
  }
}
.camp__pickup--bottom .price-small .strike small {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .camp__pickup--bottom .price-small .strike small {
    font-size: 2.9333333333vw;
  }
}
.camp__pickup--bottom .price-jsma {
  font-size: 45px;
}
.camp__pickup--bottom .camp-regular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .camp__pickup--bottom .camp-regular {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.4666666667vw;
  }
}
.camp__pickup--bottom .camp-jsma {
  position: relative;
  z-index: 0;
  width: 417px;
  height: 80px;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .camp__pickup--bottom .camp-jsma {
    width: 48.2666666667vw;
    height: 16.5333333333vw;
    margin-left: 2.6666666667vw;
  }
}
.camp__pickup--bottom .camp-jsma::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  background-image: url(../img/campaign/flow-bg.png);
  width: 417px;
  height: 80px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .camp__pickup--bottom .camp-jsma::before {
    width: 48.2666666667vw;
    height: 16.5333333333vw;
    background-image: url(../img/campaign/flow-bg_sp.png);
  }
}
.camp__pickup--bottom .camp-jsma .innerWrap {
  display: grid;
  grid-template-columns: 180px 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* width: 100%; */
  height: auto;
  padding: 10px 10px 11px 32px;
}
@media screen and (max-width: 767px) {
  .camp__pickup--bottom .camp-jsma .innerWrap {
    grid-template-columns: 19.4666666667vw 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 0 1.6vw 0 2.9333333333vw;
  }
}
.camp__pickup--bottom .camp-jsma .grdbox {
  color: #e60012;
  font-weight: bold;
  font-size: 18px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 178px;
  height: 30px;
  grid-area: 1/1/2/2;
  background: -webkit-linear-gradient(269.18deg, rgb(255, 240, 179) 1.82%, rgb(255, 234, 133) 16.93%, rgb(255, 231, 106) 59.82%, rgb(252, 202, 89) 96.26%);
  background: linear-gradient(180.82deg, rgb(255, 240, 179) 1.82%, rgb(255, 234, 133) 16.93%, rgb(255, 231, 106) 59.82%, rgb(252, 202, 89) 96.26%);
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .camp__pickup--bottom .camp-jsma .grdbox {
    grid-area: 1/1/3/2;
    width: 17.2vw;
    height: 14vw;
    font-size: 3.2vw;
  }
}
.camp__pickup--bottom .camp-jsma .price-regular {
  grid-area: 2/1/3/2;
  font-size: 16px;
  text-align: left;
  margin: 5px 0 0 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .camp__pickup--bottom .camp-jsma .price-regular {
    grid-area: 1/2/2/3;
    font-size: 2.9333333333vw;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.camp__pickup--bottom .camp-jsma .price-regular::after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: relative;
  background-image: url(../img/campaign/price-tri.svg);
  width: 11px;
  height: 18.6px;
  margin-left: 11px;
}
@media screen and (max-width: 767px) {
  .camp__pickup--bottom .camp-jsma .price-regular::after {
    position: absolute;
    left: 50%;
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
    height: 2.8vw;
    width: 1.3333333333vw;
    margin: 0;
    bottom: -3.4666666667vw;
  }
}
.camp__pickup--bottom .camp-jsma .price-regular .strike {
  font-size: 22px;
  font-weight: bold;
  margin-left: 7px;
}
@media screen and (max-width: 767px) {
  .camp__pickup--bottom .camp-jsma .price-regular .strike {
    font-size: 3.4666666667vw;
    margin-left: 1.0666666667vw;
  }
}
.camp__pickup--bottom .camp-jsma .price-regular .strike small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .camp__pickup--bottom .camp-jsma .price-regular .strike small {
    font-size: 2.9333333333vw;
  }
}
.camp__pickup--bottom .camp-jsma .price-jsma {
  grid-area: 1/2/3/3;
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .camp__pickup--bottom .camp-jsma .price-jsma {
    font-size: 6.6666666667vw;
    grid-area: 2/2/3/3;
  }
}
.camp__pickup--bottom .camp-jsma .price-jsma small {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .camp__pickup--bottom .camp-jsma .price-jsma small {
    font-size: 3.2vw;
  }
}
.camp__pickup--bottom .discount {
  color: #e60012;
}

/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {
  /* contents area */
  .camp {
    width: auto;
    padding: 6.6666666667vw 5.3333333333vw 10vw;
  }
  .camp .sp-hide {
    display: none;
  }
  .camp .pc-hide {
    display: block;
  }
  .camp__mv {
    width: auto;
  }
  .camp__lead {
    padding: 0 0 9.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 7.2vw;
  }
  .camp__jump {
    display: block;
    padding-bottom: 10.6666666667vw;
  }
  .camp__jump__btn {
    display: block;
    width: auto;
    -webkit-box-shadow: 0 0.9333333333vw 0 #fb5200;
            box-shadow: 0 0.9333333333vw 0 #fb5200;
    border-radius: 7.6vw;
    font-size: 4.8vw;
    line-height: 14.1333333333vw;
  }
  .camp__jump__btn:after {
    content: "＞";
    position: absolute;
    display: inline-block;
    right: 0.8em;
    top: 50%;
    -webkit-transform: translateY(-45%) scaleY(0.7) rotate(90deg);
            transform: translateY(-45%) scaleY(0.7) rotate(90deg);
  }
  .camp__ttl {
    padding-bottom: 5.3333333333vw;
  }
  .camp__ttl.price img {
    width: 75.7333333333vw;
  }
  .camp__txt {
    padding-bottom: 2.6666666667vw;
  }
  .camp__banner {
    margin: 0 0 10.6666666667vw;
  }
  .camp__banner__btn {
    right: 50%;
    bottom: 8vw;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 68.6666666667vw;
    -webkit-box-shadow: 0 1.0666666667vw 0 #fb5200;
            box-shadow: 0 1.0666666667vw 0 #fb5200;
    border-radius: 7.3333333333vw;
    font-size: 5.3333333333vw;
    line-height: 14.6666666667vw;
  }
  .camp__banner__btn:after {
    content: "＞";
    position: absolute;
    display: inline-block;
    right: 0.8em;
    top: 50%;
    -webkit-transform: translateY(-50%) scaleX(0.7);
            transform: translateY(-50%) scaleX(0.7);
  }
  .camp__spread {
    display: block;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .camp__spread .camp__banner {
    width: auto;
  }
  .camp__spread.triplet .camp__banner {
    width: auto;
  }
  .camp__spread.triplet .camp__banner__btn {
    right: 4.2666666667vw;
    bottom: 4.2666666667vw;
    width: 38.6666666667vw;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: 0 1.0666666667vw 0 #fb5200;
            box-shadow: 0 1.0666666667vw 0 #fb5200;
    border-radius: 7.3333333333vw;
    font-size: 4.8vw;
    line-height: 12.2666666667vw;
  }
  .camp__spread.triplet .camp__banner__btn.course-button {
    right: auto;
    bottom: 4.2666666667vw;
    left: 4.2666666667vw;
    background-color: white;
    color: #ff8200;
    -webkit-box-shadow: 0 0.8vw 0 #fb5200;
            box-shadow: 0 0.8vw 0 #fb5200;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 2px solid #ff8200;
    outline-offset: -2px;
  }
  .camp__privilege {
    padding: 0 0 16vw;
  }
  .camp__privilege__item {
    padding: 0 0 10.6666666667vw;
  }
  .camp__pickup {
    margin: 0 0 10.6666666667vw;
  }
  .camp__pickup__btn {
    right: 4.2666666667vw;
    bottom: 4.2666666667vw;
    -webkit-transform: none;
            transform: none;
    width: 38.6666666667vw;
    -webkit-box-shadow: 0 1.0666666667vw 0 #fb5200;
            box-shadow: 0 1.0666666667vw 0 #fb5200;
    border-radius: 7.3333333333vw;
    font-size: 4.8vw;
    line-height: 12.2666666667vw;
  }
  .camp__pickup__btn.course-button {
    right: auto;
    left: 4.2666666667vw;
    background-color: white;
    color: #ff8200;
    -webkit-box-shadow: 0 0.8vw 0 #fb5200;
            box-shadow: 0 0.8vw 0 #fb5200;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 2px solid #ff8200;
    outline-offset: -2px;
  }
  .camp__pickup__btn.jsma {
    line-height: 1.188;
    height: 13.3333333333vw;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 4.2666666667vw;
    padding-right: 10px;
  }
  .camp__pickup__btn.jsma .sp {
    display: block;
    margin-left: 0;
  }
  .camp__pickup__btn:after {
    content: "＞";
    position: absolute;
    display: inline-block;
    right: 0.8em;
    top: 50%;
    -webkit-transform: translateY(-50%) scaleX(0.5);
            transform: translateY(-50%) scaleX(0.5);
  }
  .camp__table__ttl {
    padding: 9.3333333333vw 0 0.8em;
    font-size: 4vw;
  }
  .camp__table__th {
    width: 7.5em;
    padding: 0.8em 0.7em;
    border: 0.4vw solid #ccc;
    font-size: 3.4666666667vw;
  }
  .camp__table__td {
    padding: 0.8em 0.7em;
    border: 0.4vw solid #ccc;
    font-size: 3.4666666667vw;
  }
  .camp__table__td .notice {
    font-size: 2.6666666667vw;
  }
  .camp__courses {
    display: block;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-flex-wrap: unset;
        -ms-flex-wrap: unset;
            flex-wrap: unset;
    gap: unset;
  }
  .camp__courses .classroom {
    width: auto;
    padding-bottom: 6.6666666667vw;
  }
  .camp__courses .classroom .genre {
    padding-bottom: 7.2vw;
    border-radius: 2.6666666667vw;
  }
  .camp__courses .classroom__ttl {
    display: block;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
    height: auto;
    padding: 0.5em 0.7em;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
    font-size: 6.1333333333vw;
    line-height: 1.2608695652em;
  }
  .camp__courses .classroom__ttl.pop:after, .camp__courses .classroom__ttl.no1:after, .camp__courses .classroom__ttl.new:after {
    right: 2.5333333333vw;
    width: 16.1333333333vw;
    height: 12.5333333333vw;
  }
  .camp__courses .classroom__ttl.debut:after {
    right: 3.7333333333vw;
    width: 18.8vw;
    height: 8.4vw;
  }
  .camp__courses .classroom__lead {
    padding: 3.3333333333vw 4vw 3.3333333333vw 4.8vw;
    font-size: 4.5333333333vw;
    line-height: 1.4705882353em;
  }
  .camp__courses .classroom__photo {
    width: 33.0666666667vw;
    padding: 0 0 5.8666666667vw 4.8vw;
  }
  .camp__courses .classroom__price {
    width: 45.8666666667vw;
    padding: 0 3.0666666667vw 5.8666666667vw 0;
    font-size: 2.5333333333vw;
  }
  .camp__courses .classroom__price s:after {
    height: 0.4vw;
  }
  .camp__courses .classroom__price b {
    font-size: 5.3333333333vw;
  }
  .camp__courses .classroom__price small {
    font-size: 2.9333333333vw;
  }
  .camp__courses .classroom__price small.notice {
    font-size: 2.1333333333vw;
  }
  .camp__courses .classroom__price em {
    font-size: 5.6vw;
  }
  .camp__courses .classroom__price em:before {
    border-width: 3.8666666667vw 3.4666666667vw 0 3.4666666667vw;
    border-color: #969696 transparent transparent transparent;
  }
  .camp__courses .classroom__price em small {
    font-size: 4vw;
  }
  .camp__courses .classroom__price em strong {
    font-size: 11.7333333333vw;
  }
  .camp__courses .classroom__detail {
    width: 68.6666666667vw;
    -webkit-box-shadow: 0 1.0666666667vw 0 #fb5200;
            box-shadow: 0 1.0666666667vw 0 #fb5200;
    border-radius: 7.4666666667vw;
    font-size: 5.3333333333vw;
    line-height: 14.8vw;
  }
  .camp__courses .classroom__detail:after {
    content: "＞";
    position: absolute;
    display: inline-block;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%) scaleX(0.5);
            transform: translateY(-50%) scaleX(0.5);
  }
  .page-top {
    bottom: 3vw;
  }
  .footer {
    padding: 10vw 5% 0;
  }
}
.less-than_box {
  background-color: #e60012;
  color: white;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
  margin-top: 8px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25px;
  width: 103px;
}/*# sourceMappingURL=campaign.css.map */