@charset "UTF-8";

.bnr{
  background-color: #E5F0FF;
}
.bnr-inner{
  padding: 30px 15px 30px;
}
.breadcrumb{
  background-color: #ffffff;
}

@media (min-width: 769px){
  .bnr-inner{
    width: 960px;
    margin: auto;
    padding: 30px 0 30px;
  }
  .bnr-inner label.acc-area__item-image-wrap-note{
    text-align: center;
  }
}

.kv_offer_container{
  background-color: #fff;
  margin-top: -5px;
}

@media (min-width: 769px){
  .kv_offer_container{
    background-color: #fff;
    margin-top: 0px;
  }
  .kv_offer_container > .acc-area__item-image-wrap-note {
    width: 780px;
    margin: auto;
  }
}

.first-content__head-title--important {
  color: #e40400;
  font-size: 22px;
}

@media (min-width: 769px){
  .first-content__head-title--important {
    font-size: 30px;
  }
}

label.acc-area__item-image-wrap-note {
  display: block;
  cursor:pointer;
  margin: 0;
  padding-bottom: 10px;
  text-decoration: underline;
}
#pop_offer,
#pop_kv,
#pop_bnr,
#pop_bnr_2{
  display: none;
}
.kv_offer_container > .acc-area__item-image-wrap-note{
  padding-top: 10px;
  text-align: right;
  padding-right: 10px;
}

.overlay {
  display: none;
}
#pop_offer:checked + .overlay,
#pop_kv:checked + .overlay ,
#pop_bnr:checked + .overlay,
#pop_bnr_2:checked + .overlay {
  display: block;
  z-index: 9999;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.pop_conatents {
  width: 80vw;
  max-width: 650px;
  background-color: #ffffff;
  border-radius: 6px;
  display: block;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.pop_text {
  padding: 30px;
  font-size: 15px;
  margin: 0;
}

@media (max-width: 768px){
  .pop_text {
    max-height: 50vh;
    overflow: scroll;
    padding: 20px;
  }
}
.close_btn {
  cursor:pointer;
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 20px;
}

/*====================
  11.modal
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .modalid .modal {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .modalid .modal__bg {
    background-color: rgba(183, 183, 183, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .modalid .modal__wrap {
    max-width: 960px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .modalid .modal__close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .modalid .modal__close-icon {
    font-size: 0px;
    width: 30px;
  }
  .modalid .modal__close-text {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
  }
  .modalid .modal__content {
    border-radius: 5px;
    background-color: #ffffff;
    max-height: 100%;
    padding: 60px 40px;
    width: auto;
  }
  .modalid .modal__title {
    font-size: 24px;
    font-weight: 600;
    color: #004fa8;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .modalid .modal__btn {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    gap: 24px 20px;
  }

  .modal__btn + .modal__btn {
    margin-top: 24px;
  }
  .modalid .modal__btn-item {
    border-radius: 6px;
    box-shadow: 0px 4px 0px 0px #e2e2e2;
    width: 250px;
    transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .modal__btn-item + .modal__btn-item {
    margin-left: 20px;
  }
  .modal__btn-item:nth-of-type(4){
    margin-left: 0;
  }

  /* .modalid .modal__btn-item:nth-child(2n) {
    margin-left: 20px;
  }
  .modalid .modal__btn-item:nth-child(n+3) {
    margin-top: 24px;
  } */
  .modalid .modal__btn-link {
    display: block;
    border-radius: 6px;
    background-color: #004ea2;
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    line-height: 1.0;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 24px;
    position: relative;
    transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .modalid .modal__btn-link::after {
    content: "";
    background-image: url(/online-dance/assets/img/210506/icon_arrow_white.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 12px;
    height: 20px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
  }
  .modalid .modal__btn-item-strong {
    font-size: 24px;
  }
  .modalid .modal__btn-item:hover {
    box-shadow: 0px 0px 0px 0px #e2e2e2;
  }
  .modalid .modal__btn-item:hover .modal__btn-link {
    opacity: 0.7;
    transform: translateY(4px);
  }
  .modalid .modal__btn--youji{
    width: 300px;
  padding: 10px 30px;
  margin: 10px auto;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #0083d3;
  background-color: #0083d3;

  }
  .modalid .modal__btn--sho{
    width: 300px;
  padding: 10px 30px;
  margin: 10px auto;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #00d435;
  background-color: #00d435;
  }
  .modalid .modal__content--list{
    margin: 10px auto;
    max-width: 350px;
  }

  .modal-cost-link-area {
    text-align: center;
    margin: 20px auto auto;
  }
  .modal-cost-link {
    color: #0066C0;
  }
  .modal__text + .modal__text{
    margin: 15px 0;
  }
  .modal__link img {
    padding-top: 20px;
  }

}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .modalid .modal {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    padding: 8vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow-y: auto;
    overflow-y: scroll;
  }
  .modalid .modal__bg {
    background-color: rgba(183, 183, 183, 0.9);
    width: 100%;
    height: 120vh;
    position: absolute;
    top: 0vh;
    left: 0;
  }
  .modalid .modal__wrap {
    width: 90%;
    position: absolute;
    top: 55%;
    left: 50%;
    /* height: 120vh; */
    transform: translateY(-50%) translateX(-50%);
  }
  .modalid .modal__close {
    width: 18px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
  }
  .modalid .modal__close-icon {
    font-size: 0;
    margin-bottom: 2vw;
    margin-right: auto;
    margin-left: auto;
  }
  .modalid .modal__close-text {
    font-size: 3.2vw;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: 1.0;
  }
  .modalid .modal__content {
    overflow: auto;
    border-radius: 1.33333333vw;
    background-color: #ffffff;
    width: auto;
    max-height: 100%;
    padding-top: 5.33333333vw;
    padding-bottom: 5.33333333vw;
  }
  .modalid .modal__title {
    font-size: 4.26666666vw;
    font-weight: 600;
    color: #004fa8;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 5.33333333vw;
  }
  .modalid .modal__btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3.2vw 2%;
    /* padding-right: 4vw;
    padding-left: 4vw; */
  }

  .modal__btn + .modal__btn {
    margin-top: 3.2vw;
  }

  .modalid .modal__btn-item {
    border-radius: 4px;
    box-shadow: 0 0.53333333vw 0 0 #e2e2e2;
    width: 48%;
  }
  /* .modal__btn-item:nth-child(2n) {
      margin-left:2%;
  }
  .modalid .modal__btn-item:nth-child(n+3) {
    margin-top: 3.2vw;
  } */
  .modalid .modal__btn-link {
    display: block;
    border-radius: 4px;
    background-color: #004ea2;
    font-size: 3.73333333vw;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    line-height: 1.0;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 4.5vw;
    position: relative;
  }
  .modalid .modal__btn-link::after {
    content: "";
    background-image: url(/online-dance/assets/img/210506/icon_arrow_white.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 1.86666666vw;
    height: 3.2vw;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.66666666vw;
  }
  .modalid .modal__btn-item-strong {
    font-size: 3.73333333vw;
  }
  .modalid .modal__btn--youji{
  padding: 10px 30px;
  margin: 10px 20px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #0083d3;
  background-color: #0083d3;

  }
  .modalid .modal__btn--sho{
  padding: 10px 30px;
  margin: 10px 20px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #00d435;
  background-color: #00d435;
  }
  .modalid .modal__content--list{
    margin: 10px 30px;
  }
  .offer-main__dot-list .modal__content--list-item{
    font-size: 3.8vw;
  }
  .modal-cost-link-area {
    text-align: center;
    margin: 4vw auto auto;
  }
  .modal-cost-link {
    color: #0066C0;
  }
  .modal__text + .modal__text{
    margin: 15px 0;
  }
  .modal__link img {
    padding-top: 20px;
  }
}



/* 20220621追加 */
.header__acc-box-item:nth-of-type(2) .header__acc-box-item-tag {
  color: #00B4FF !important;
}
.header__acc-box-item:nth-of-type(3) .header__acc-box-item-tag {
  color: #F5A618 !important;
}
.header__acc-box-item:nth-of-type(4) .header__acc-box-item-tag {
  color: #FC333A;
}
.header__acc-box-item:nth-of-type(5) .header__acc-box-item-tag {
  color: #E7A02B;
}
.header__acc-box-item:nth-of-type(6) .header__acc-box-item-tag {
  color: #B016D0;
}
.header__acc-box-item:nth-of-type(7) .header__acc-box-item-tag {
  color: #86C43E;
}
.header__acc-box-item:nth-of-type(2)::after{
  background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_blue.svg);
}
.header__acc-box-item:nth-of-type(3)::after{
  background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_orange.svg);
}
.header__acc-box-item:nth-of-type(4)::after{
  background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_soroban.svg);
}
.header__acc-box-item:nth-of-type(5)::after{
  background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_shuuji.svg);
}
.header__acc-box-item:nth-of-type(6)::after{
  background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_programming.svg);
}
.header__acc-box-item:nth-of-type(7)::after{
  background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_shinrocoaching.svg);
}
.header__acc-box{
  overflow: scroll;
}

/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .free-list{
    max-width: 304px;
    margin: 15px auto 60px;
    font-size: 16px;
  }
  .free_list-item{
    margin-top: 5px;
  }
  .free_list-link{
    color: #006CFF;
  }
  .cv__note{
    max-width: 400px;
  }
  .logo-inner{
    padding-top: 20px;
  }
  .detail-cont__acc-ttl{
    border-bottom: 2px solid #006CFF;
    font-weight: bold;
  }
  .detail-cont__acc-btn{
    outline: none;
    background: none;
    cursor: pointer;
    border: none;
    width: 100%;
    margin: 20px 0;
  }
  .detail-cont__acc-ttl{
    width: 100%;
    padding: 20px 0;
    text-align: left;
    position: relative;
  }
  .detail-cont__acc-ttl::after{
    content: "";
    background-image: url(/zemi/challengeschool/_shared/img/icon-arrow-circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%) rotate(180deg);
    background-color: #006CFF;
    border-radius: 15px;
    background-position: center;
  }
  .detail-cont__acc-btn.active .detail-cont__acc-ttl::after{
    transform: translateY(-50%) rotate(0deg);
  }
  .kv__main-day{
    position: absolute;
    width: 26%;
    bottom: 12.7%;
    right: 21.5%;
  }
  .table-area_body {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #ffffff;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .table-area-blue,.table-area-sky,.table-area-glay{
    text-align: center;
    padding: 10px 0;
    border: 2px solid #ffffff;
    font-size: 18px;

  }
  .table-area-first{
    width: 20%;
  }
  .table-area-blue{
    background-color: #006CFF;
    color: #ffffff;
  }
  .table-area-sky{
    background-color: #E5F0FF;
  }
  .table-area-glay{
    background-color: #F6F6F6;
  }

  .table-area_body + .first-content__head-text{
    margin-bottom: 70px;
  }
  .flow-area__item-weak{
    color: #888888;
    font-size: 12px;
    line-height: 1.6em;
    margin-top: 20px;
  }
  .detail-info{
    background-color: #E5F0FF;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    padding: 30px 60px;
    max-width: 840px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
  }
  .detail-info_ttl{
    width: 60%;
    font-size: 25px;
    color: #006CFF;
    margin-top: 30px;
  }
  .detail-info_img{
    width: 40%;
  }
  .detail-info_text{
    width: 60%;
    margin-top: -100px;
  }
  .seikyu{
    background-color: #ffffff;
  }
  .seikyu_body{
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .seikyu_link{
    width: auto;
  }
  .seikyu_link + .seikyu_link{
    margin-left: 40px;
  }
  .seikyu_link:hover{
    opacity: 0.9;
  }
  /* フローティングボタン */
  .floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 125px;
    height: auto;
    z-index: 10;
  }
  .floating-btn__link {
      display: block;
  }
  .floating-btn__link + .floating-btn__link {
      margin-top: 8px;
  }
  /* /フローティングボタン/ */
  .bnr-sec{
    background-color: #ffffff;
    padding: 80px 0 40px;
  }
  .bnr-link{
    max-width: 960px;
    margin: 0 auto;
    display: block;
  }
  /* CV */
  .cv__btn{
    background-color: #FFF039;
    color: #464646;
  }
  .cv__btn::before{
    background-image: url(/zemi/challengeschool/_shared/img/cv-icon-01.png);
  }
  .cv__btn::after{
    background-image: url(/zemi/challengeschool/_shared/img/cv-icon-02.png);
  }
  .cv-top__flex{
    display: flex;
    justify-content: space-between;
    max-width: 440px;
    margin: 20px auto;
  }
  .cv-top__flex .cv-top__flex-item:nth-of-type(2){
    margin-left: 15px;
  }
  .cv__ttl-big{
    font-size: 28px;
  }

  /* ラインナップ */
  .acc__lineup{
    padding-top: 50px;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 80px;

  }
  .acc__lineup-ttl {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;

  }
  .acc__lineup-ttl--big {
    font-size: 40px;
    margin: 0 10px;
    font-weight: 900;
  }
  .acc__lineup-ttl--middle {
    font-size: 34px;
    font-weight: 900;
  }
  .acc__lineup-box:first-of-type {
    margin-bottom: 30px;
    justify-content: space-between;
  }
  .acc__lineup-box-unit {
    padding-right: 28px;
    display: flex;
    width: calc(50% - 10px);
    border-radius: 12px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    padding: 19px 20px;
    padding-right: 28px;
  }
  .acc__lineup-box-unit--01 {
    background-color: #006CFF;
    color: #fff;
    padding: 19px 28px 19px 20px;
  }
  .acc__lineup-box-unit-txt {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: -0.04em;
  }
  .acc__lineup-box-unit-tag {
    display: flex;
  }
  .acc__lineup-box-unit-tag-item {
    border-radius: 20px;
    font-size: 16px;
    font-weight: normal;
    padding: 2px 0;
    box-sizing: border-box;
    width: 96px;
    text-align: center;
  }
  .acc__lineup-box-unit--01 .acc__lineup-box-unit-tag-item {
    background-color: #fff;
    color: #005AA0;
  }
  .acc__lineup-box-unit--01::after, .acc__lineup-box-unit--02::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%) rotate(
    45deg
    );
  }
  .acc__lineup-box-unit-tag-item:nth-of-type(2) {
    margin-left: 5px;
  }
  .acc__lineup-box-unit--02 {
    background-color: #E6781A;
    color: #fff;
    padding: 19px 28px 19px 20px;
  }
  .acc__lineup-box-unit--02 .acc__lineup-box-unit-tag-item {
    background-color: #fff;
    color: #E6781A;
  }
  .acc__lineup-box-unit-tag-item-sub {
    vertical-align: super;
    font-size: 10px;
  }
  .acc__lineup-box-unit-note {
    position: absolute;
    left: 0;
    bottom: -22px;
    color: #fff;
    font-size: 14px;
  }
  .acc__lineup-box {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .acc__lineup-box-unit--03 {
    background-color: #E7A02B;
    color: #ffffff;
  }
  .acc__lineup-box-unit--04 {
    background-color: #FC333A;
    color: #ffffff;
  }
  .acc__lineup-box-unit--05 {
    background-color: #B016D0;
    color: #ffffff;
  }
  .acc__lineup-box-unit--06 {
    background-color: #86C43E;
    color: #ffffff;
  }
  .acc__lineup-box-unit--03 .acc__lineup-box-unit-tag-item {
    background-color: #FAE4D1;
    color: #D8640A;
  }
  .acc__lineup-box-unit--04 .acc__lineup-box-unit-tag-item {
    background-color: #FADDE4;
    color: #E85377;
  }
  .acc__lineup-box-unit--05 .acc__lineup-box-unit-tag-item {
    background-color: #ECE5F4;
    color: #714598;
  }
  .acc__lineup-box-unit--06 .acc__lineup-box-unit-tag-item {
    background-color: #DCF4DE;
    color: #288A58;
  }
  .acc__lineup-box-unit-tag{
    height: 59.4px;
    flex-flow: column;
    justify-content: space-around;
  }
  .acc__lineup-box-unit-tag-item:nth-of-type(2) {
    margin-top: 5px;
    margin-left: 0;
  }

  .sec__schedule-subttl {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    margin-top: 20px;
  }
  .acc__lineup-note {
    font-size: 14px;
    color: #fff;
    margin: 20px 0;
    text-align: center;
  }
  .acc__lineup-box-unit--03::after, .acc__lineup-box-unit--04::after, .acc__lineup-box-unit--05::after, .acc__lineup-box-unit--06::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%) rotate(
    45deg
    );
  }
  .acc__lineup-box-unit:nth-of-type(n+3) {
    margin-top: 20px;
  }
    /* モーダル */
    .modal {
      display: none;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000;
    }
    .modalid .modal__bg {
      background-color: rgba(183, 183, 183, 0.9);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
    }
    .modalid .modal__wrap {
      max-width: 960px;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
    }
    .modalid .modal__content {
      border-radius: 5px;
      background-color: #ffffff;
      max-height: 100%;
      padding: 60px 40px;
      width: auto;
    }
    .modalid .modal__close {
      cursor: pointer;
      position: absolute;
      top: 10px;
      right: 10px;
    }
    .modalid .modal__close-icon {
      font-size: 0px;
      width: 30px;
      margin-bottom: 5px;
      margin-right: auto;
      margin-left: auto;
    }
    .modalid .modal__title {
      font-size: 24px;
      font-weight: 600;
      color: #004fa8;
      text-align: center;
      line-height: 1.5;
      margin-bottom: 30px;
    }
    .modal__text{
      padding: 19px 25px 4px;
      font-size: 18px;
      line-height: 33px;
    }
    .modal--content__btn{
      background-color: #FFF039;
      width: 100%;
      max-width: 960px;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 24px 25px;
      text-decoration: none;
      font-size: 25px;
      font-weight: bold;
      color: #464646;
      cursor: pointer;
      border-radius: 5px;
      margin: 15px auto;
    }
    .modal--content__btn::before {
      content: "";
      background-image: url(/zemi/challengeschool/_assets/img/cv-icon-01.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 35px;
      height: 35px;
    }
    .modal--content__btn::after {
      content: "";
      background-image: url(/zemi/challengeschool/_assets/img/cv-icon-02.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 28px;
      height: 28px;
    }
    .modal__link img{
      padding-top: 20px;
    }

    /* お申し込みモーダル */
    .js-grade-button {
      cursor: pointer;
    }
    .js-grade-filter li {
      display: none;
    }
    /* /お申し込みモーダル/ */

}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .body-inner{
    overflow: hidden;
  }
  .free-list{
    margin: 15px 0 60px;
    font-size: 12px;
    display: flex;
    justify-content: space-around;
  }
  .free_list-item{
    margin-top: 5px;
  }
  .free_list-link{
    color: #006CFF;
  }
  .logo-inner{
    padding-top: 20px;
  }
  .detail__cont{
    display: block;
    margin-bottom: 8vw;
  }
  .detail__cont-ttl{
    display: block;
  }
  .detail__cont-ttl{
    color: #006CFF;
    font-size: 20px;
    padding: 30px 0;
    text-align: center;
    background-color: #BFDAFF;
    border-radius: 10px 10px 0 0;
  }
  .detail__cont-main{
    padding: 8vw;
  }
  .detail-cont__acc-ttl{
    border-bottom: 2px solid #006CFF;
    font-weight: bold;
  }
  .detail-cont__acc-btn{
    outline: none;
    background: none;
    cursor: pointer;
    border: none;
    width: 100%;
    margin: 20px 0;
  }
  .detail-cont__acc-ttl{
    width: 100%;
    padding: 20px 0;
    text-align: left;
    position: relative;
  }
  .detail-cont__acc-ttl::after{
    content: "";
    background-image: url(/zemi/challengeschool/_shared/img/icon-arrow-circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(180deg);
    background-color: #006CFF;
    border-radius: 15px;
    background-position: center;
  }
  .detail-cont__acc-btn.active .detail-cont__acc-ttl::after{
    transform: translateY(-50%) rotate(0deg);
  }
  .kv__main-day{
    position: absolute;
    width: 42.6%;
    bottom: 6%;
    right: 0%;
  }
  .detail__cont{
    padding: 0;

  }
  .table-area_body {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #ffffff;
    font-size: 3.7vw;
    margin-bottom: 30px;
  }
  .table-area-blue,.table-area-sky,.table-area-glay{
    text-align: center;
    padding: 4vw;
    border: 2px solid #ffffff;
    font-size: 3.7vw;

  }
  .table-area-first{
    width: 20%;
  }
  .table-area-second{
    width: 40%;
  }
  .table-area-blue{
    background-color: #006CFF;
    color: #ffffff;
  }
  .table-area-sky{
    background-color: #E5F0FF;
  }
  .table-area-glay{
    background-color: #F6F6F6;
  }
  .table-area_body + .first-content__head-text{
    margin-bottom: 18.6vw;
  }
  .detail-info{
    background-color: #E5F0FF;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    margin: 0 20px;
    padding: 8vw;
  }
  .detail-info_ttl{
    font-size: 4.8vw;
    text-align: center;
    color: #006CFF;
    margin-bottom: 8vw;
  }
  .detail-info_text{
    margin-top: 8vw;
  }
  .seikyu{
    background-color: #ffffff;
  }
  .seikyu_body{
    padding-top: 50px;
  }
  .seikyu_link img {
    margin-bottom: 8vw;
  }
  /* フローティングボタン */
  .floating-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    background-color: rgba(246,246,246,0.9);
    padding: 10px 30px;
    box-sizing: border-box;
  }
  .floating-btn__link {
      display: block;
  }
  .floating-btn__sublink-wrap {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
  }
  .footer {
    padding-bottom: 90px;
  }
  /* /フローティングボタン/ */
  .bnr-sec{
    padding: 80px 40px;
    background-color: #ffffff;
  }
  .bnr-link{
    max-width: 960px;
    margin: 0 auto;
    display: block;
  }
  .flow-area__item-weak{
    color: #888888;
    font-size: 10px;
    line-height: 1.6em;
    margin-top: 20px;
    max-width: 330px;
    margin: 15px auto 0;
  }

  /* CV */
  .cv__btn{
    background-color: #FFF039;
    color: #464646;
  }
  .cv__btn::before{
    background-image: url(/zemi/challengeschool/_shared/img/cv-icon-01.png);
  }
  .cv__btn::after{
    background-image: url(/zemi/challengeschool/_shared/img/cv-icon-02.png);
  }
  .cv__ttl{
    font-size: 3.6vw;
    max-width: 90.6vw;
  }
  .cv-top__flex{
    margin: 4vw 16vw;
  }
  .cv-top__flex img{
    margin-top: 2.4vw;
  }
  .cv__ttl-big{
    font-size: 5.5vw;
  }

  /* ラインナップ */
  .acc__lineup{
    width: 100%;
    margin: 10.6vw 0;
  }
  .acc__lineup-ttl {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 50px;
  }
  .acc__lineup-ttl--big {
    font-size: 22px;
    margin: 0 3px;
    font-weight: 900;
  }
  .acc__lineup-ttl--middle {
    font-size: 19px;
    font-weight: 900;
  }
  .acc__lineup-box:first-of-type {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .acc__lineup-box-unit {
    padding: 2.6vw 5.3vw 2.6vw 2.6vw;
    display: flex;
    border-radius: 12px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    width: 100%;
    margin-top: 10px;
  }
  .acc__lineup-box-unit--01 {
    background-color: #006CFF;
    color: #fff;
    padding: 19px 28px 19px 20px;
  }
  .acc__lineup-box-unit-txt {
    font-size: 4.6vw;
    font-weight: bold;
    letter-spacing: -0.04em;
  }
  .acc__lineup-box-unit-tag {
    display: flex;
  }
  .acc__lineup-box-unit-tag-item {
    border-radius: 20px;
    font-size: 2.4vw;
    font-weight: normal;
    padding: 2px 0;
    box-sizing: border-box;
    width: 16vw;
    text-align: center;
  }
  .acc__lineup-box-unit--01 .acc__lineup-box-unit-tag-item {
    background-color: #fff;
    color: #005AA0;
  }
  .acc__lineup-box-unit--01::after, .acc__lineup-box-unit--02::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%) rotate(
    45deg
    );
  }
  .acc__lineup-box-unit-tag-item:nth-of-type(2) {
    margin-left: 5px;
  }
  .acc__lineup-box-unit--02 {
    background-color: #E6781A;
    color: #fff;
    padding: 19px 28px 19px 20px;
  }
  .acc__lineup-box-unit--02 .acc__lineup-box-unit-tag-item {
    background-color: #fff;
    color: #E6781A;
  }
  .acc__lineup-box-unit-tag-item-sub {
    vertical-align: super;
    font-size: 10px;
  }
  .acc__lineup-box-unit-tag-item{
    font-size: 2.93vw;
    width: 16vw;
  }
  .acc__lineup-box-unit-tag-item-sub{
    font-size: 2.66vw;
  }
  .acc__lineup-box-unit-tag{
    height: 12vw;
    flex-flow: column;
    justify-content: space-around;
  }
  .acc__lineup-box-unit-tag-item:nth-of-type(2) {
    margin-top: 5px;
    margin-left: 0;
  }

  .acc__lineup-box-unit-note {
    position: absolute;
    left: 0;
    bottom: -22px;
    color: #fff;
    font-size: 14px;
  }
  .acc__lineup-box {
    -webkit-box-pack: justify;
    margin-bottom: 50px;
    padding: 0 10.6vw;
  }
  .acc__lineup-box-unit--03 {
    background-color: #E7A02B;
    color: #ffffff;
  }
  .acc__lineup-box-unit--04 {
    background-color: #FC333A;
    color: #ffffff;
  }
  .acc__lineup-box-unit--05 {
    background-color: #B016D0;
    color: #ffffff;
  }
  .acc__lineup-box-unit--06 {
    background-color: #86C43E;
    color: #ffffff;
  }
  .acc__lineup-box-unit--03 .acc__lineup-box-unit-tag-item {
    background-color: #FAE4D1;
    color: #D8640A;
  }
  .acc__lineup-box-unit--04 .acc__lineup-box-unit-tag-item {
    background-color: #FADDE4;
    color: #E85377;
  }
  .acc__lineup-box-unit--05 .acc__lineup-box-unit-tag-item {
    background-color: #ECE5F4;
    color: #714598;
  }
  .acc__lineup-box-unit--06 .acc__lineup-box-unit-tag-item {
    background-color: #DCF4DE;
    color: #288A58;
  }
  .sec__schedule-subttl {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin: 20px 10.6vw 0;
  }
  .acc__lineup-note {
    font-size: 10px;
    color: #fff;
    margin: 20px 10.6vw;
    text-align: center;
  }
  .acc__lineup-box-unit--03::after, .acc__lineup-box-unit--04::after, .acc__lineup-box-unit--05::after, .acc__lineup-box-unit--06::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%) rotate(
    45deg
    );
  }
          /* モーダル */
  .modal {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .modalid .modal__bg {
    background-color: rgba(183, 183, 183, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .modalid .modal__wrap {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .modalid .modal__content {
    overflow: auto;
    border-radius: 1.33333333vw;
    background-color: #ffffff;
    padding: 5.33333333vw;
    padding-top: 12vw;
    width: auto;
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .modalid .modal__close {
    width: 4.8vw;
    cursor: pointer;
    position: absolute;
    top: 2.133vw;
    right: 2.133vw;
  }
  .modalid .modal__close-icon {
    width: 4.8vw;
    cursor: pointer;
    position: absolute;
    top: 2.133vw;
    right: 2.133vw;
  }
  .modalid .modal__title {
    font-size: 4.26666666vw;
    font-weight: 600;
    color: #004fa8;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 5.33333333vw;
  }
  .modal--content__btn{
    background-color: #FFF039;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 25px;
    text-decoration: none;
    font-size: 3.6vw;
    font-weight: bold;
    color: #464646;
    cursor: pointer;
    border-radius: 5px;
    margin: 15px 20px;
  }
  .modal--content__btn::before {
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/cv-icon-01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
  }
  .modal--content__btn::after {
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/cv-icon-02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
  }
  .modal__link img{
    padding-top: 20px;
  }

  #konkyo .modal__close,
  #konkyo_02 .modal__close {
    top: 0.133vw;
    right: 0.133vw;
  }
  #konkyo .modal__text,
  #konkyo_02 .modal__text {
    padding-right: 3vw;
  }

  /* お申し込みモーダル */
  .js-grade-button {
    cursor: pointer;
  }
  .js-grade-filter li {
    display: none;
  }
  /* /お申し込みモーダル/ */

}

/* KVコーディング追加箇所 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .kv__main-day-body{
    width: 250px;
    height: 60px;
    padding: 10px;
    background-color: #fff039;
    border-radius: 5px;
    color: #d53a35;
    font-weight: bold;
    display: flex;
  }
  .kv__main-copy{
    font-size: 10px;
    width: 50%;
  }
  .kv__main-date{
    width: 50%;
    font-size: 45px;
  }
  .kv__main-week{
    color: #d53a35;
    font-size: 14px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .kv__main-day-body{
    width: 39.3vw;
    height: 32.3vw;
    padding: 2.6vw;
    background-color: #fff039;
    border-radius: 2.6vw;
    color: #d53a35;
    font-weight: bold;
  }
  .kv__main-copy{
    font-size: 2.6vw;
  }
  .kv__main-date{
    font-size: 10vw;
  }
  .kv__main-week{
    color: #d53a35;
    font-size: 3.73vw;
  }

}

/* 20220629追加 */
/* PC */
@media (min-width: 769px){
  .cv-lead{
    text-align: center;
    color: #464646;
    margin-top: 30px;
    position: relative;
  }
  .cv-lead__ttl{
    display: block;
    width: 395px;
    position: absolute;
    top: -15px;
    left: calc(50% - 395px/2);
    background-color: #E5F0FF;
    font-size: 20px;
    color: #005AA0;
  }
  .cv-lead__main{
    max-width: 960px;
    border-top: 2px solid #005AA0;
    border-bottom: 2px solid #005AA0;
  }
  .cv-lead__text{
    font-size: 24px;
    margin-top: 15px;
  }
  .lead-offer__item{
    font-size: 14px;
    color: #787878;
    margin-top: 5px;
    margin-bottom: 12px;
  }
  .lead-em{
    font-size: 34px;
  }
  .lead-red{
    color: #FC333A;
  }
  .cv-inner + .cv-inner{
    margin-top: -35px;
    padding-top: 0;
    max-width: 960px;
  }
  .cv__note{
    max-width: 400px;
  }
}

/* SP */
@media (max-width: 768px){
  .cv-lead{
    text-align: center;
    color: #464646;
    margin-top: 30px;
    padding: 0 calc(10.6vw - 30px);
    font-size: 4vw;

  }
  .cv-lead__ttl{
    color: #005AA0;
    margin-bottom: 2vw;
  }
  .cv-lead__main{
    width: 100%;
    border-top: 2px solid #005AA0;
    border-bottom: 2px solid #005AA0;
  }
  .cv-lead__text{
    margin-top: 4vw;
    line-height: 7vw;
  }
  .lead-offer__item{
    font-size: 3.2vw;
    color: #787878;
    margin-top: 1.3vw;
    margin-bottom: 4vw;
  }
  .lead-red{
    color: #FC333A;
  }
  .lead-em-sp{
    font-size: 6.4vw;
    line-height: 4vw;
  }
  .cv-inner + .cv-inner{
    margin-top: -25px;
    padding-top: 0;
  }
  .cv__note{
    padding: 0 calc(10.6vw - 30px);
  }
  .cv__note-list{
    font-size: 3.2vw;
  }
}

/* 20220707追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .header-logo-img{
    width: 110px;
  }
  .header-logo-link + .header-logo-link .header-logo-img{
    width: 246px;
    margin-top: 5px;
  }
  .offer-main__btn-link::after {
    background-image: url(/zemi/challengeschool/_shared/img/220707/icon-arrow.svg);
    right: 35px;
    transform: rotate(90deg);
    width: 18px;
    height: 30px;
  }
  .offer-main__btn-link-txt {
    color: #000;
  }
  .header__acc-btn:nth-of-type(2) {
    margin-right: 10px;
  }
  .offer-wrap {
    margin-top: 90px;
  }
  .header__acc-box{
    margin-top: 90px;
  }
  .header__acc-btn-link{
    padding: 18px 0;
  }
  .modal__text{
    font-size: 16px;
  }
  .modal__link img{
    width: 60%;
    display: block;
    margin: 0 auto;
  }
  .modalid .modal__wrap{
    max-width: 960px;
  }
  .modal__text + .modal__text{
    margin: 0;
  }
  .kv{
    margin-top: 90px;
  }
  .seikyu_body {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .seikyu_link img {
    width: auto;
    display: block;
    margin: 0 auto;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .header-logo-img{
    width: 20vw;
  }
  .header-logo-link + .header-logo-link .header-logo-img{
    width: 38vw;
    margin-top: 0.4vw;
  }
  .offer-main__btn-link::after {
    background-image: url(/zemi/challengeschool/_shared/img/220707/icon-arrow.svg);
    transform: rotate(90deg);
    width: 3.2vw;
    height: 4.6vw;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4.66666666vw;
  }
  .offer-main__btn-link-txt {
    color: #000;
  }
  .header__acc-btn:nth-of-type(1) {
    margin-right: 1.3vw;
  }
  .header__acc-btn:nth-of-type(2) {
    margin-right: 1.3vw;
  }
  .header__acc--multiple .header__acc-btn-link{
    width: auto;
    height: 100%;
    font-size: 3.2vw;
    padding: 2.5vw 1.3vw;
    text-align: center;
  }
  .header__acc-btn-link--l-blue {
    width: auto;
  }
  .header__acc-btn-link--blue {
    width: auto;
  }
  .offer-wrap{
    margin-top: 15.6vw;
  }
  .header__acc-box{
    margin-top: 18.6vw;
  }
  .modal__text + .modal__text{
    margin-top: 4vw;
  }
  .kv{
    margin-top: 17.5vw;
  }
  .cv .seikyu{
    padding: 0 40px;
  }
  #modal-taiken .modal__content {
    overflow: scroll;
  }

}

/* 20220719追加分 */
.carousel-bnr_area{
  background-color: #ffffff;
}
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .carousel-bnr{
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 960px;
    height: 330px;
    margin: 0 auto;
    padding: 20px 52px 0;
    background-color: #F6F6F6;
    border-radius: 15px;
  }
  .carousel-bnr_area{
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .carousel-bnr .swiper-pagination{
    position: absolute;
    bottom: 20px;
    left: calc(50% - 50px/2);
    width: 50px;
    display: flex;
    justify-content: space-between;
  }
  .carousel-bnr .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
  }
  .carousel-bnr .swiper{
    height: 100%;
  }
  .carousel-bnr__img{
    border-radius: 5px;
  }
  .carousel-bnr a:hover{
    opacity: 1;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .carousel-bnr{
    position: relative;
    z-index: 1;
    height: 73vw;
    margin: 21.3vw 10.6vw 0;
    padding: 3.2vw 3.2vw 0;
    background-color: #F6F6F6;
    border-radius: 3.2vw;
  }
  .carousel-bnr_area{
    padding: 3.2vw 0 8vw;
  }

  .carousel-bnr .swiper-pagination{
    position: absolute;
    bottom: 20px;
    left: calc(50% - 40px/2);
    width: 40px;
    display: flex;
    justify-content: space-between;
  }
  .carousel-bnr__img{
    width: 100%;
  }
  .carousel-bnr .swiper-slide{
    width: 100%;
  }
  .carousel-bnr .swiper-pagination-bullet{
    width: 15px;
    height: 15px;

  }
  .carousel-bnr .swiper{
    height: 100%;
  }
  .carousel-bnr__img{
    border-radius: 5px;
  }
  .carousel-bnr a:hover{
    opacity: 1;
  }

}

/* 20220729追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .acc-area__item-text + .acc-area__item-image-wrap-note{
    margin-top: 20px;
  }
  .kv__note{
    width: 30%;
    left: 70%;
    text-align: left;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {

}

/* 20220805追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .mov-ttl{
    font-size: 22px;
    margin: 30px 0 15px;
  }
  .mov-cont-wrap{
    aspect-ratio: 16 / 9;
  }
  .mov-caption::before, .mov-caption::after{
    top: 70%;
  }
  .mov-ttl__span--red{
    color: #e40400;
  }
  .carousel-bnr_area + .seikyu .seikyu_body{
    padding-top: 20px;
  }

}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .mov-ttl{
    font-size: 16px;
    margin: 8vw 0 4vw;
  }
  .mov-cont-wrap{
    aspect-ratio: 16 / 9;
  }
  .mov-caption::before, .mov-caption::after{
    top: 70%;
  }
  .mov-ttl__span--red{
    color: #e40400;
  }
  .cv + .seikyu {
    padding: 0 30px;
  }
  .carousel-bnr_area + .seikyu .seikyu_body{
    padding-top: 0;
  }
  .carousel-bnr_area + .seikyu{
    padding: 0 8vw;
  }
  .carousel-bnr{
    margin-top: 12vw;
  }

}
/* 20220812追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .cv__ttl{
    font-size: 24px;
  }
  .cv-top__flex{
    max-width: 960px;
  }
  .carousel-bnr__img{
    border-radius: 0;
  }
  .cv-inner{
    max-width: 960px;
  }
  .cv__ttl::before{
    content: none;
  }
  .cv__ttl::after{
    content: none;
  }
  .cv__under{
    background-color: #fff;
    border: solid 3px #3cc6d7;
    border-radius: 5px;
    max-width: 100%;
    margin-top: 30px;
    padding: 15px 0;
    text-align: center;
  }
  .cv__under-lead{
    color: #3cc6d7;
    font-size: 23px;
    margin-bottom: 10px;
  }
  .cv__under-text{
    font-size: 18px;
  }
  .cv__under-link{
    font-size: 18px;
    color: #51C757;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .cv__ttl{
    font-size: 3.6vw;
  }
  .seikyu_body + .seikyu_body{
    margin-top: 8vw;
  }
  .carousel-bnr__img{
    border-radius: 0;
  }
  .cv__ttl::before{
    content: none;
  }
  .cv__ttl::after{
    content: none;
  }
  .seikyu_body{
    padding-top: 0;
  }
  .cv-top__flex{
    margin: 4vw 0;
  }
  .bnr-text{
    font-size: 12px;
    margin-top: 2.6vw;
  }
  .cv__under{
    background-color: #fff;
    border: solid 3px #3cc6d7;
    border-radius: 5px;
    max-width: 100%;
    margin-top: 30px;
    padding: 15px;
    text-align: center;
  }
  .cv__under-lead{
    color: #3cc6d7;
    font-size: 4.8vw;
    margin-bottom: 10px;
  }
  .cv__under-text{
    font-size: 3.7vw;
    text-align: left;
  }
  .cv__under-link{
    font-size: 3.7vw;
    color: #51C757;
  }
  .cv-top__flex{
    margin: 4vw 0;
  }
  .seikyu_link img{
  margin-bottom: 0;
  }
}
/* KVコーディング追加箇所 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .kv__main-day-body{
    padding: 10px;
    background-color: #fff039;
    border-radius: 5px;
    color: #d53a35;
    font-weight: bold;
    display: flex;
    right: auto;
    left: 57%;
    bottom: 10%;
    width: 26%;
    height: auto;
  }
  .kv__main-copy{
    font-size: 10px;
    width: 50%;
  }
  .kv__main-date{
    font-size: 45px;
  }
  .kv__main-week{
    color: #d53a35;
  }
  .kv__main-copy {
    font-size: 0.8vw;
    width: 13vw;
    line-height: 1.6em;
    letter-spacing: 0.2em;
  }
  .kv__main-date {
    font-size: 4.5vw;
    line-height: 1em;
  }
  .kv__main-day-body {
    padding: 1vw;
    padding-bottom: 0.4vw;
    padding-right: 0.2vw;
    background-color: #fff039;
    border-radius: 5px;
    color: #d53a35;
    font-weight: bold;
    display: flex;
    right: auto;
    left: 55.8%;
    bottom: 10%;
  }
  .kv__main-copy {
    font-size: 0.8vw;
    width: 20vw;
    line-height: 1.6em;
    letter-spacing: 0.2em;
    margin-top: 7px;
  }
  .kv__main-date {
    font-size: 4.5vw;
    line-height: 1em;
  }
  .kv__main-week{
    color: #d53a35;
    font-size: 1vw;
  }

}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .kv__main-day-body{
    width: 39.3vw;
    height: 32.3vw;
    padding: 2.6vw;
    background-color: #fff039;
    border-radius: 2.6vw;
    color: #d53a35;
    font-weight: bold;
    bottom: 23%;
  }
  .kv__main-copy{
    font-size: 2.6vw;
    margin-top: 2vw;
  }
  .kv__main-date{
    font-size: 12vw;
  }
  .kv__main-week{
    color: #d53a35;
    font-size: 3.73vw;
  }
  .cv-top__flex img{
    margin-top: 2.4vw;
  }
  .kv__main-day-body {
    width: 40vw;
    height: 21.3vw;
    padding-right: 0;
    background-color: #fff039;
    border-radius: 2.6vw;
    color: #d53a35;
    font-weight: bold;
    top: 120vw;
  }
  .kv__main-date {
    font-size: 9vw;
    line-height: 1em;
  }

}
/* 20220812後追い対応追加分 */
.none{
  display: none;
}
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .kv__main-leadcopy{
    background-color: #d53a35;
    color: #fff039;
    padding: 4px;
    border-radius: 3px;
    line-height: 2.5em;
    font-size: 1.5em;
  }
  .kv__main-day-body{
    font-weight: 900;
  }
  .mov-cont-wrap{
    width: 90%;
    max-width: 90%;
  }
  .mov-link-icon{
    width: 91%;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .kv__main-leadcopy{
    background-color: #d53a35;
    color: #fff039;
    padding: 2px;
    border-radius: 3px;
    line-height: 2.5em;
    font-size: 1.5em;

  }
  .kv__main-day-body{
    font-weight: 900;
  }
  .kv__main-day-body{
    height:26.3vw;
  }
}

/* 20220822 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .js-kv__main-copy{
    display: flex;
  }
  .bnr-sec{
    padding: 0;
  }
  .seikyu_body{
    padding-bottom: 0;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .bnr-sec{
    padding: 8vw 8vw 0;
  }
}


/* 20220831 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .js-acc__lineup{
    background-position: center;
    background-size: cover;
    padding-bottom: 80px;
  }
  .acc__lineup{
    margin-bottom: 0;
    bottom: 0;
  }
  body::before{
    bottom: 0;
  }

}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .js-acc__lineup{
    background-position: center;
    background-size: cover;
    padding-bottom: 80px;
    padding-top: 10.6vw;
  }
  .acc__lineup{
    margin-bottom: 0;
  }

}

/* 20221026 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .cv__under-border {
    display: none;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .cv__under-border {
    color:#3cc6d7;
    margin-top: -5vw;
  }
}

/* 20221107追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .offer__modal-wrap {
    text-align: left;
    margin-top: 10px;
  }
  .offer__modal {
    color: #888888;
    line-height: 1.6em;
    text-decoration: underline;
    font-size: 14px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .offer__modal-wrap {
    text-align: left;
    margin-top: 10px;
  }
  .offer__modal {
    color: #888888;
    line-height: 1.6em;
    text-decoration: underline;
    font-size: 10px;
  }
}

/* 20221124追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .modal-cost-txt-area {
    font-size: 14px;
    margin-top: 30px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .modal-cost-txt-area {
    font-size: 3vw;
    margin-top: 5vw;
  }
}

/* 20221205追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .kv__main-copy {
    font-size: 0.75vw;
  }
  .carousel-bnr .swiper-pagination-bullet-active {
    background: none;
    pointer-events: none;
  }
  .bnr-sec .carousel-bnr {
    margin-bottom: 0px;
    padding: 0px;
    background-color: transparent;
  }
  .seikyu_body {
    padding-top: 0px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .carousel-bnr .swiper-pagination-bullet-active {
    background: none;
    pointer-events: none;
  }
  .bnr-sec .carousel-bnr {
    margin-bottom: 5vw;
    padding: 0px;
    background-color: transparent;
  }
  .bnr-sec {
    margin-top: 0;
  }
}

/* 20221205追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  /* .cv-top__flex-item {
    pointer-events: none;
  }
  .cv-top__flex-item:hover {
    opacity: 1;
  } */
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  /* .cv-top__flex-item {
    pointer-events: none;
  }
  .cv-top__flex-item:hover {
    opacity: 1;
  } */
}

/* 20230110追加分（既存改修） */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  body::before {
    background-image: none;
  }
  .kv-nav{
    padding: 40px 0 60px;
  }
  .kv-nav__flex{
    max-width: 1054px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .kv-nav__btn{
    padding: 10px 15px;
    text-align: center;
    border-radius: 8px;
    border: solid 3px #005AA0;
    background-color: white;
    color: #005AA0;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s;
  }
  .js-link{
    text-decoration: none;
  }
  .kv-nav__btn:hover{
    background-color: #005AA0;
    color: white;
    transition: 0.3s;
  }
  .kv-nav__txt {
    margin-top: 20px;
    text-align: center;
  }
  .kv-nav__txt a {
    color: #005AA0;
  }
  .kv__main-day-body {
    width: 31%;
    padding: 0.5vw;
    padding-left: 1.5vw;
    left: 56%;
  }
  .kv__main-copy {
    font-size: 0.8vw;
    width: 20vw;
    margin-top: 0;
  }
  .js-kv__main-copy {
    width: 31vw;
  }
  .js-kv__main-copy .kv__main-date {
    width: auto;
    font-size: 2.5vw;
    text-align: center;
  }
  .kv__main-btn {
    padding: 1vw;
    padding-right: 2vw;
    text-align: center;
    color: #fff039;
    background-color: #d53a35;
    border-radius: 10px;
    font-weight: bold;
    position: relative;
    font-size: 1.2vw;
  }
  .kv__main-btn::after {
    content: "";
    margin: auto;
    position: absolute;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff039;
    border-right: 3px solid #fff039;
    transform: rotate(45deg);
  }
  .kv__main-link {
    color: #d53a35;
    text-decoration: none;
  }

  /* カルーセル */
  .bnr-area-wrap {
    background-color: #F5F5F5;
    height: 310px;
    padding-top: 20px;
  }
  .bnr-area-wrap.wrap-height {
    height: 650px;
  }
  .bnr-area {
    width: 936px;
    height: 590px;
    margin: 0px auto 0px;
    position: relative;
  }
  .bnr-area-txt {
    font-size: 20px;
    font-weight: bold;
    color: #005AA0;
    text-align: center;
    margin-bottom: 20px;
  }
  .bnr-area .swiper-bnr {
    width: 960px;
    height: 560px;
    overflow: hidden;
  }
  .swiper-slide {
    min-height: auto;
  }
  .bnr-area .swiper-pagination,
  .bnr-area .swiper-pagination--bnr,
  .bnr-area .swiper-button-prev,
  .bnr-area .swiper-button-next {
    z-index: 1;
  }
  .bnr-area .swiper-pagination--bnr {
    width: 100%;
    text-align: center;
  }
  .bnr-area .swiper-pagination--bnr .swiper-pagination-bullet {
    margin: 0px 14px;
    width: 36px;
    height: 5px;
    border-radius: 0px;
    background: #888888;
  }
  .bnr-area .swiper-pagination--bnr .swiper-pagination-bullet-active {
    background: #005AA0;
  }
  .bnr-area .swiper-button-prev {
    width: 50px;
    height: 50px;
    left: -16px;
    top: 60%;
  }
  .bnr-area .swiper-button-next {
    width: 50px;
    height: 50px;
    right: -16px;
    top: 60%;
  }
  .bnr-area .swiper-button-prev:after {
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/230110/icon_arrow-blue-circle-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 50px;
    height: 50px;
  }
  .bnr-area .swiper-button-next:after {
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/230110/icon_arrow-blue-circle-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 50px;
    height: 50px;
  }

  /* sec01 */
  .mov-wrap {
    width: 440px;
    margin: 0 auto 40px;
    background-color: #FFE8FB;
    border-radius: 10px;
  }
  .mov-cont-wrap {
    max-width: 90%;
    margin: 0 auto;
  }
  .mov-caption-sub {
    color: #005AA0;
    text-align: center;
    padding-top: 15px;
  }
  .first-content__head {
    margin-bottom: 40px;
  }
  .first-content__head-text--full {
    font-size: 18px;
  }
  .acc-area--graf {
    margin-bottom: 40px;
  }
  .table-area img {
    display: block;
    margin: 0 auto 25px;
  }
  .table-area .first-content__head-text {
    margin-bottom: 70px;
  }
  .first-content__head-block-img {
    width: 420px;
    margin: 40px auto 0;
  }
  .first-content--tankyu .first-content__head-title {
    color: #005AA0;
  }
  .first-content--tankyu .g-title-icon::before {
    background-image: url(/zemi/challengeschool/online-tankyu/assets/img/icon-title.png);
  }
  .first-content__body-what {
    display: flex;
    justify-content: space-between;
    background-color: #D9ECFA;
    border-radius: 10px;
    padding: 33.5px 54px;
    margin-bottom: 40px;
  }
  .first-content__body-what img {
    width: 380px;
  }
  .first-content__body-what-cont {
    width: 433px;
  }
  .first-content__body-what-cont-ttl {
    font-size: 24px;
    font-weight: bold;
    color: #005AA0;
    margin-bottom: 13px;
  }
  .first-content__body-what-cont-txt {
    font-size: 18px;
  }
  .acc-area--note {
    color: #464646;
    font-size: 11px;
  }

  /* sec02 */
  .acc-area__item-content {
    padding: 25px 0px 50px;
  }
  .acc-area__item-button {
    pointer-events: none;
  }
  .acc-area__item-button::after {
    background-image: none;
  }
  .acc-area__item-text--intro {
    font-weight: normal;
    letter-spacing: 0px;
  }
  .acc-area__item-text--ttl {
    text-align: left;
    color: #016CF9;
  }
  .acc-area__item-text--left {
    text-align: left;
  }
  .acc-area__item-num-image {
    width: 24px;
    height: 58px;
    margin-top: -5px;
  }
  .acc-area__item-image--03,
  .acc-area__item-image--04,
  .acc-area__item-image--05 {
    max-width: 420px;
  }
  .acc-area__item-row--pc-reverse {
    flex-direction: row-reverse;
  }
  .first-content--tankyu .first-content__body-title {
    color: #005AA0;
  }
  .acc-area__item-video {
    width: 420px;
  }
  .acc-area__item-text--color {
    font-size: 20px;
    color: #005AA0;
  }

  /* sec03 */
  .lesson-area-txt {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .lesson-area-cont-ttl {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background-color: #005AA0;
    display: flex;
    padding: 10px;
  }
  .lesson-area-cont-ttl-day {
    background-color: #ffffff;
    color: #005AA0;
    border-radius: 10px;
    padding: 5px;
    margin-right: 15px;
  }
  .lesson-area-cont-ttl-sub {
    margin-top: 5px;
  }
  .lesson-area-cont-main {
    margin-top: 15px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
  }
  .lesson-area-cont-main-img {
    width: 420px;
    margin-right: 60px;
  }
  .lesson-area-cont-main-txt {
    width: 480px;
  }
  .first-content--pb0 {
    padding-bottom: 0px;
  }
  .lesson-area-cont-main-txt--color {
    color: #005AA0;
    margin-bottom: 15px;
  }
  .lesson-area-note {
    color: #888888;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .lesson-area-cont-sub {
    background-color: #D9ECFA;
    margin-bottom: 40px;
  }
  .lesson-area-cont-sub > h4 {
    color: #005AA0;
    font-weight: bold;
    font-size: 20px;
    padding: 15px 0;
    text-align: center;
  }
  .lesson-area-cont-sub-flex {
    display: flex;
    justify-content: center;
    padding-bottom: 45px;
  }
  .lesson-area-cont-sub-flex-item {
    width: 180px;
  }
  .lesson-area-cont-sub-flex-item:nth-child(1),
  .lesson-area-cont-sub-flex-item:nth-child(2) {
    margin-right: 46px;
    position: relative;
  }
  .lesson-area-cont-sub-flex-item:nth-child(1)::after,
  .lesson-area-cont-sub-flex-item:nth-child(2)::after {
    content: "";
    background-image: url(/zemi/challengeschool/online-tankyu/assets/img/231221/icon_triangle-blue.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin: auto;
    position: absolute;
    bottom: 120px;
    right: -30px;
  }
  .lesson-area-cont-sub-flex-item p {
    color: #464646;
  }
  .lesson-area-cont-sub-flex-item-ttl {
    text-align: center;
    font-weight: bold;
  }
  .lesson-area-cont-sub-flex-item img {
    margin: 15px 0;
  }
  .acc-area__item-image-wrap-note--mb50 {
    margin-top: -20px;
  }

  /* sec04 */
  .detail {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .detail__cont {
    max-width: 960px;
    width: 960px;
  }
  .detail__cont-main {
    padding: 40px 60px 30px;
  }
  .detail__cont-main-img {
    width: 50%;
    margin: 0 auto 30px;
  }
  .detail__cont-main-box-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .detail__cont-main-txt {
    width: 377px;
  }
  .detail__cont-main-box-img {
    width: 377px;
  }
  .detail__cont-flex {
    display: flex;
    justify-content: space-between;
  }
  .detail__cont-flex--not {
    display: block;
  }
  .detail__cont-flex-img {
    margin-bottom: 30px;
  }
  .detail__cont-main-box-price {
    width: 400px;
    font-size: 22px;
    font-weight: bold;
  }
  .detail__cont-main-box-price span {
    font-size: 40px;
  }
  .detail__cont-main-box-money {
    width: 265px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .detail__cont-main-box-list {
    width: 380px;
  }
  .detail__cont-main-box-note--jyukou {
    width: 380px;
  }
  .detail__cont-main-txt--online {
    width: 100%;
  }
  .detail__cont-main-box-online {
    display: block;
    width: 350px;
    margin-top: -40px;
    margin-bottom: 20px;
  }
  .detail-note {
    width: 960px;
    margin: 30px auto 0;
    text-align: center;
  }
  .detail-note-txt {
    color: #888888;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .detail-note-link {
    margin-bottom: 16vw;
  }
  .detail-note-link a {
    color: #005AA0;
  }
  .detail__cont-main-box-note-list--mb18 {
    margin-bottom: 18px;
  }
  .detail--tankyu .detail__ttl {
    color: #005AA0;
  }
  .detail--tankyu .g-title-icon::before {
    background-image: url(/zemi/challengeschool/online-tankyu/assets/img/icon-title.png);
  }
  .online-tankyu .detail__cont-main-table th {
    background-color: rgba(0,90,160,0.2);
  }
  .online-tankyu .detail__cont-main {
    background-color: #D9ECFA;
  }
  .online-tankyu .detail__cont-main-box-ttl::before {
    background-color: #005AA0;
  }

  /* voice */
  .voice {
    padding-top: 0px;
    padding-bottom: 45px;
  }
  .voice--dance .voice-cont__ttl {
    color: #005AA0;
  }

  /* flow */
  .flow_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 960px;
    margin: 0 auto;
  }
  .flow_flex__item{
    width: 30%;
  }
  .flow_flex__item-ttl {
      position: relative;
  }
  .flow_flex-ttl-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 29%;
  }
  .flow_flex__item-ttl-text {
    padding-left: 31%;
    font-size: 18px;
    padding-top: 2px;
    font-weight: bold;
    color: #333333;
  }
  .flow_flex-main-img {
    width: 60%;
    margin: 30px auto;
    display: block;
  }
  .flow_flex__item:first-child .flow_flex-main-img {
    margin-bottom: 40px;
  }
  .flow_flex__item .acc-area__item-weak {
    margin-top: 10px;
  }
  .flow_flex__item-main-text {
    font-size: 18px;
    font-weight: 300;
  }
  .zoom-wrap {
    width: 960px;
    margin: 40px auto 0;
    padding: 20px 0;
    background-color: #F0F7FF;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .zoom-wrap-img {
    width: 413px;
  }
  .zoom-wrap-mov {
    width: 375px;
  }
  .zoom-wrap-mov .mov-cont-wrap {
    max-width: 100%;
    width: 100%;
  }

  /* sec05 */
  .voice--tankyu .g-title-icon::before {
    background-image: url(/zemi/challengeschool/online-tankyu/assets/img/icon-title.png);
  }
  .online-tankyu .voice__box--left {
    background-color: #ADCEE8;
  }
  .online-tankyu .voice__box--left::before {
    border-color: transparent #ADCEE8 transparent transparent;
  }

  /* sec06 */
  .qa--tankyu .g-title-icon::before {
    background-image: url(/zemi/challengeschool/online-tankyu/assets/img/icon-title.png);
  }
  .qa--tankyu .qa-title {
    color: #005AA0;
  }

  /* contact */
  .online-tankyu .contact {
    background-color: #005AA0;
  }

  /* acc__lineup */
  .acc__lineup {
    padding-top: 40px;
  }
  .acc__lineup-box {
    margin-bottom: 0px;
  }
  .acc__lineup-box:first-of-type {
    margin-bottom: 20px;
  }
  .acc__lineup-box-unit--02 {
    background-color: #E7A02B;
  }
  .acc__lineup-box-unit--03 {
    background-color: #86C43E;
  }
  .acc__lineup-box-unit-txt {
    font-size: 18px;
  }
  .acc__lineup-box-unit-tag {
    flex-flow: row;
    height: auto;
  }
  .acc__lineup-box-unit-tag-item {
    width: 72px;
    height: 26px;
    line-height: 22px;
    font-size: 12px;
  }
  .acc__lineup-box-unit-tag-item:nth-of-type(2) {
    margin-top: 0px;
    margin-left: 8px;
  }
  .acc__lineup-box-unit--02 .acc__lineup-box-unit-tag-item {
    color: #E7A02B;
  }
  .acc__lineup-box-unit--03 .acc__lineup-box-unit-tag-item {
    background-color: #ffffff;
    color: #86C43E;
  }
  .acc__lineup-box-unit--04 .acc__lineup-box-unit-tag-item {
    background-color: #ffffff;
  }
  .acc__lineup-box-unit--05 .acc__lineup-box-unit-tag-item {
    background-color: #ffffff;
  }
  .sec__schedule-subttl {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .sec__schedule-subttl--num {
    font-size: 40px;
  }
  .js-acc__lineup {
    padding-bottom: 50px;
  }

  /* end */
  .end {
    width: 100%;
    background-image: url(/zemi/challengeschool/online-tankyu/assets/img/230421/bg_tankyu_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* sec */
  #sec01,#sec02,#sec03,#sec04,#sec05,#sec06 {
    padding-top: 80px;
    margin-top: -80px;
  }

  /* free-trial */
  .free-trial {
    margin: 40px auto 80px;
    width: 960px;
    height: 220px;
    background-color: #E3F5FF;
    border-radius: 10px;
  }
  .free-trial-txt {
    width: 444px;
    height: 43px;
    margin: 0 auto;
    padding-top: 5px;
  }
  .free-trial-main {
    display: flex;
    justify-content: space-evenly;
    margin: 10px auto 23px;
  }
  .free-trial-main-img {
    width: 401px;
    height: 149px;
  }
  .free-trial-main-line {
    width: 430px;
    height: 55px;
    margin-top: 27px;
  }
  .free-trial-main-line p {
    color: #0078B6;
    font-size: 18px;
    margin-bottom: 15px;
  }

  /* modal */
  #modal-dance a {
    text-decoration: none;
  }
  #modal-dance .modal__title {
    color: #006CFF;
  }
  #modal-dance .modal__btn-link {
    background-color: #006CFF;
  }
  #modal-art a {
    text-decoration: none;
  }
  #modal-art .modal__title {
    color: #EFAB00;
  }
  #modal-art .modal__btn-link {
    background-color: #EFAB00;
  }
  .modal__btn-item:nth-of-type(7) {
    margin-left: 0;
  }
  .modalid .modal__title {
    color: #005AA0;
  }
  .modalid .modal__btn-link {
    background-color: #005AA0;
  }
  .modal-cost-link {
    color: #005AA0;
  }

  /* cv */

  /* partner */
  .first-content__head-partner {
    position: relative;
    height: 50px;
  }
  .first-content__head-partner-ttl {
    line-height: 30px;
  }
  .first-content__head-partner-img {
    width: 170px;
    position: absolute;
    left: 210px;
    bottom: 5px;
  }
  .first-content--tankyu .g-title-left-border::before {
    background-color: #005AA0;
  }
  .first-content__head-block--add-bg {
    background-color: #D9ECFA;
  }
  .acc-area__item-clip::before {
    content: none;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  body::before {
    background-image: none;
  }
  .kv-nav{
    padding: 22px 0 25px;
  }
  .kv-nav__flex{
    max-width: 350px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  .kv-nav__btn{
    width: 90px;
    height: 40px;
    padding: 5px;
    text-align: center;
    border-radius: 8px;
    border: solid 3px #005AA0;
    background-color: white;
    color: #005AA0;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s;
  }
  .kv-nav__flex a:nth-child(1) .kv-nav__btn,
  .kv-nav__flex a:nth-child(2) .kv-nav__btn,
  .kv-nav__flex a:nth-child(4) .kv-nav__btn,
  .kv-nav__flex a:nth-child(5) .kv-nav__btn {
    margin-right: 7px;
  }
  .kv-nav__flex a:nth-child(4),
  .kv-nav__flex a:nth-child(5),
  .kv-nav__flex a:nth-child(6) {
    margin-top: 7px;
  }
  .kv-nav__flex a:nth-child(2) .kv-nav__btn,
  .kv-nav__flex a:nth-child(3) .kv-nav__btn,
  .kv-nav__flex a:nth-child(5) .kv-nav__btn,
  .kv-nav__flex a:nth-child(6) .kv-nav__btn {
    line-height: 40px;
  }
  .js-link{
    text-decoration: none;
  }
  .kv-nav__btn:hover{
    background-color: #005AA0;
    color: white;
    transition: 0.3s;
  }
  .kv-nav__txt {
    margin-top: 18px;
    text-align: center;
  }
  .kv-nav__txt a {
    color: #005AA0;
  }
  .kv__main-day-body {
    width: 90vw;
    right: 3vw;
    top: 88vw;
    height: 10.3vw;
  }
  .kv__main-copy {
    margin-top: 0;
    width: 51vw;
    text-align: center;
  }
  .kv__main-date {
    font-size: 6vw;
    margin-top: -10vw;
    margin-left: 50vw;
  }
  .js-kv__main-copy {
    display: flex;
    justify-content: space-around;
  }
  .js-kv__main-copy .kv__main-date {
    text-align: center;
    margin: 0;
  }
  .kv__main-day-body {
    top: 86vw;
    height: 15vw;
    padding: 1vw 0 1vw 2vw;
  }
  .kv__main-btn {
    padding: 1.5vw;
    padding-right: 7vw;
    padding-left: 2vw;
    text-align: center;
    color: #fff039;
    background-color: #d53a35;
    border-radius: 10px;
    font-weight: bold;
    position: relative;
    font-size: 4vw;
  }
  .kv__main-btn::after {
    content: "";
    margin: auto;
    position: absolute;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 3px solid #fff039;
    border-right: 3px solid #fff039;
    transform: rotate(45deg);
  }
  .kv__main-link {
    color: #d53a35;
    text-decoration: none;
  }

  /* カルーセル */
  .bnr-area-wrap {
    background-color: #F5F5F5;
    height: 230px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .bnr-area {
    width: 100%;
    height: 185px;
    margin: 0px auto 0px;
    position: relative;
  }
  .bnr-area-txt {
    font-size: 14px;
    font-weight: bold;
    color: #005AA0;
    text-align: center;
    margin-bottom: 15px;
  }
  .bnr-area .swiper-bnr {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .swiper-slide {
    min-height: auto;
  }
  .bnr-area .swiper-pagination,
  .bnr-area .swiper-pagination--bnr,
  .bnr-area .swiper-button-prev,
  .bnr-area .swiper-button-next {
    z-index: 1;
  }
  .bnr-area .swiper-pagination--bnr {
    width: 100%;
    text-align: center;
  }
  .bnr-area .swiper-pagination--bnr .swiper-pagination-bullet {
    margin: 0px 10px;
    width: 24px;
    height: 5px;
    border-radius: 0px;
    background: #888888;
  }
  .bnr-area .swiper-pagination--bnr .swiper-pagination-bullet-active {
    background: #005AA0;
  }
  .bnr-area .swiper-button-prev {
    width: 26px;
    height: 26px;
    left: 16px;
    top: 60%;
  }
  .bnr-area .swiper-button-next {
    width: 26px;
    height: 26px;
    right: 16px;
    top: 60%;
  }
  .bnr-area .swiper-button-prev:after {
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/230110/icon_arrow-blue-circle-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 26px;
    height: 26px;
  }
  .bnr-area .swiper-button-next:after {
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/230110/icon_arrow-blue-circle-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 26px;
    height: 26px;
  }

  /* sec01 */
  .mov-wrap {
    width: 315px;
    margin: 0 auto 40px;
    background-color: #E5F1FF;
    border-radius: 10px;
  }
  .mov-cont-wrap {
    max-width: 95%;
    margin: 0 auto;
  }
  .mov-caption-sub {
    color: #016CF9;
    text-align: center;
    padding-top: 15px;
  }
  .first-content__head {
    margin-bottom: 40px;
  }
  .first-content__head-text--full {
    font-size: 14px;
  }
  .acc-area--graf {
    margin-bottom: 40px;
  }
  .table-area_body td {
    text-align: left;
  }
  .table-area img {
    display: block;
    margin-bottom: 1em;
  }
  .table-area .first-content__head-text {
    margin-bottom: 18.6vw;
  }
  .first-content__head-block-img {
    margin: 40px auto 0;
  }
  .first-content--tankyu .first-content__head-title {
    color: #005AA0;
  }
  .first-content--dance .g-title-icon::before {
    background-image: url(/zemi/challengeschool/online-tankyu/assets/img/icon-title-sp.png);
  }
  .first-content__body-what {
    background-color: #D9ECFA;
    border-radius: 10px;
    padding: 40px 25px;
    margin-bottom: 40px;
  }
  .first-content__body-what img {
    width: 266px;
  }
  .first-content__body-what-cont {
    width: 266px;
  }
  .first-content__body-what-cont-ttl {
    font-size: 18px;
    font-weight: bold;
    color: #005AA0;
    margin: 20px 0 15px;
  }
  .acc-area--note {
    color: #464646;
    font-size: 11px;
  }
  .g-title-icon::before {
    height: 72px;
    left: -35px;
  }

  /* sec02 */
  .acc-area__item-content {
    padding: 10px 0px 40px;
  }
  .acc-area__item-button {
    pointer-events: none;
  }
  .acc-area__item-button::after {
    background-image: none;
  }
  .acc-area__item-text--intro {
    font-weight: normal;
  }
  .acc-area__item-text--ttl {
    text-align: left;
    color: #016CF9;
  }
  .acc-area__item-text--left {
    text-align: left;
  }
  .acc-area__item-num-image {
    width: 24px;
    height: 58px;
    margin-top: -5px;
  }
  .first-content--tankyu .first-content__body-title {
    color: #005AA0;
  }
  .acc-area__item-video {
    width: 315px;
  }
  .acc-area__item-text--color {
    color: #005AA0;
  }

  /* sec03 */
  .lesson-area-txt {
    width: 315px;
    font-size: 14px;
    margin: 40px auto;
  }
  .lesson-area-cont-ttl {
    width: 315px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    background-color: #005AA0;
    padding: 7px;
    display: flex;
  }
  .lesson-area-cont-ttl-day {
    background-color: #ffffff;
    color: #005AA0;
    border-radius: 10px;
    padding: 5px;
    margin-right: 5px;
    max-width: 135px;
  }
  .lesson-area-cont-ttl-day--pt10 {
    padding-top: 10px;
  }
  .lesson-area-cont-ttl-sub {
    max-width: 200px;
  }
  .lesson-area-cont-ttl-sub--pt5 {
    padding-top: 5px;
  }
  .lesson-area-cont-main {
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .lesson-area-cont-main-img {
    display: block;
    margin: 0 auto;
    width: 315px;
  }
  .lesson-area-cont-main-txt {
    width: 315px;
    margin: 15px auto 0;
  }
  .first-content--pb0 {
    padding-bottom: 0px;
  }
  .lesson-area-cont-main-txt--color {
    color: #005AA0;
    margin-bottom: 15px;
    text-align: center;
  }
  .lesson-area-note {
    width: 315px;
    margin: 0 auto;
    color: #888888;
    font-size: 12px;
    margin-bottom: 50px;
  }
  .lesson-area-cont-sub {
    background-color: #D9ECFA;
    margin-bottom: 40px;
    width: 315px;
    margin: 0 auto;
  }
  .lesson-area-cont-sub > h4 {
    color: #005AA0;
    font-weight: bold;
    font-size: 20px;
    padding: 30px 0;
    text-align: center;
  }
  .lesson-area-cont-sub-flex {
    padding-bottom: 45px;
    margin-bottom: 40px;
  }
  .lesson-area-cont-sub-flex-item {
    width: 260px;
    margin: 0 auto;
    position: relative;
  }
  .lesson-area-cont-sub-flex-item:nth-child(1),
  .lesson-area-cont-sub-flex-item:nth-child(2) {
    margin-bottom: 34px;
  }
  .lesson-area-cont-sub-flex-item:nth-child(1)::after,
  .lesson-area-cont-sub-flex-item:nth-child(2)::after {
    content: "";
    background-image: url(/zemi/challengeschool/online-soroban/assets/img/231221/icon_triangle-blue.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin: auto;
    position: absolute;
    bottom: -27px;
    right: 120px;
    transform: rotate(90deg);
  }
  .lesson-area-cont-sub-flex-item p {
    color: #464646;
  }
  .lesson-area-cont-sub-flex-item-ttl {
    text-align: center;
    font-weight: bold;
  }
  .lesson-area-cont-sub-flex-item img {
    display: block;
    width: 180px;
    margin: 15px auto;
  }
  .lesson-area-cont-ttl-day--single {
    padding-top: 12px;
  }
  .acc-area__item-image-wrap-note--mb50 {
    width: 315px;
    margin: -20px auto 30px;
  }

  /* sec04 */
  .detail__cont-main-box-price {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .detail__cont-main-box-price span {
    font-size: 32px;
  }
  .detail__cont-flex .detail__cont-main-box-money {
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
  }
  .detail__cont-main-box-online {
    margin-bottom: 10px;
  }
  .detail-note {
    width: 315px;
    margin: 30px auto 0;
    text-align: center;
  }
  .detail-note-txt {
    color: #888888;
    font-size: 14px;
    margin-bottom: 30px;
    text-align: left;
  }
  .detail-note-link {
    margin-bottom: 55px;
  }
  .detail-note-link a {
    color: #005AA0;
  }
  .detail__cont-main-box-note-list--mb18 {
    margin-bottom: 18px;
  }
  .detail__cont-flex-img {
    margin-bottom: 15px;
  }
  .detail--tankyu .detail__ttl {
    color: #005AA0;
  }
  .detail--tankyu .g-title-icon::before {
    background-image: url(/zemi/challengeschool/online-tankyu/assets/img/icon-title-sp.png);
  }
  .online-tankyu .detail__cont-main-table th {
    background-color: rgba(0,90,160,0.2);
  }
  .online-tankyu .detail__cont-main {
    background-color: #D9ECFA;
  }
  .online-tankyu .detail__cont-main-box-ttl::before {
    background-color: #005AA0;
  }

  /* voice */
  .voice {
    padding: 0px;
  }
  .voice--tankyu .voice-cont__ttl {
    color: #005AA0;
  }

  /* flow */
  .flow_flex{
    padding: 0 30px;
  }
  .flow_flex__item{
    padding-bottom: 30px;
    background-image: url(/zemi/challengeschool/online-soroban/assets/img/221012/flow_dots.png);
    background-repeat: repeat-y;
  }
  .flow_flex__item-ttl {
    position: relative;
  }
  .flow_flex-ttl-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 29%;
  }
  .flow_flex__item-ttl-text {
    padding-left: 31%;
    font-size: 18px;
    padding-top: 2px;
    font-weight: bold;
    color: #333333;
  }
  .flow_flex-main-img {
    width: 60%;
    margin: 30px auto;
    display: block;
  }
  .flow_flex__item .acc-area__item-weak {
    margin-top: 10px;
  }
  .flow_flex__item-main-text {
    color: #333333;
    padding: 0 30px;
    font-size: 4vw;
  }
  .zoom-wrap {
    width: 315px;
    margin: 40px auto 0;
    padding: 30px 15px;
    background-color: #F0F7FF;
  }
  .zoom-wrap-mov {
    margin-top: 20px;
  }
  .zoom-wrap-mov .mov-cont-wrap {
    margin-top: 30px;
    max-width: 100%;
    width: 100%;
  }

  /* sec05 */
  .voice--tankyu .g-title-icon::before {
    background-image: url(/zemi/challengeschool/online-tankyu/assets/img/icon-title-sp.png);
  }
  .online-tankyu .voice__box--left {
    background-color: #ADCEE8;
  }
  .online-tankyu .voice__box--left::before {
    border-color: transparent #ADCEE8 transparent transparent;
  }

  /* sec06 */
  .qa--tankyu .g-title-icon::before {
    background-image: url(/zemi/challengeschool/online-tankyu/assets/img/icon-title-sp.png);
  }
  .qa--tankyu .qa-title {
    color: #005AA0;
  }

  /* contact */
  .online-tankyu .contact {
    background-color: #005AA0;
  }

  /* acc__lineup */
  .acc__lineup-box:first-of-type {
    margin-bottom: 10px;
  }
  .acc__lineup-box-unit {
    padding-right: 8.3vw;
  }
  .acc__lineup-box-unit--01 {
    padding: 2.6vw 8.3vw 2.6vw 2.6vw;
  }
  .acc__lineup-box-unit--02 {
    background-color: #E7A02B;
    padding: 2.6vw 8.3vw 2.6vw 2.6vw;
  }
  .acc__lineup-box-unit--03 {
    background-color: #86C43E;
  }
  .acc__lineup-box-unit-txt {
    font-size: 4vw;
  }
  .acc__lineup-box-unit--02 .acc__lineup-box-unit-tag-item {
    color: #E7A02B;
  }
  .acc__lineup-box-unit--03 .acc__lineup-box-unit-tag-item {
    background-color: #ffffff;
    color: #86C43E;
  }
  .acc__lineup-box-unit--04 .acc__lineup-box-unit-tag-item {
    background-color: #ffffff;
  }
  .acc__lineup-box-unit--05 .acc__lineup-box-unit-tag-item {
    background-color: #ffffff;
  }
  .sec__schedule-subttl {
    margin: 0;
    margin-bottom: 15px;
    font-size: 6vw;
  }
  .sec__schedule-subttl--num {
    font-size: 9vw;
  }
  .acc__lineup {
    margin-top: 0;
  }
  .acc__lineup-box {
    margin-bottom: 0;
  }

  /* end */
  .end {
    width: 100%;
    background-image: url(/zemi/challengeschool/online-tankyu/assets/img/230421/bg_tankyu_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* sec */
  #sec01,#sec02,#sec03,#sec04,#sec05,#sec06 {
    padding-top: 16vw !important;
    margin-top: -16vw;
  }

  /* free-trial */
  .free-trial {
    margin: 11vw 8vw 10vw;
    background-color: #E3F5FF;
    border-radius: 10px;
  }
  .free-trial-txt {
    width: 287px;
    margin: 0 auto;
    padding-top: 4vw;
  }
  .free-trial-main {
    margin: 3vw auto 0;
    padding-bottom: 4vw;
  }
  .free-trial-main-img {
    display: block;
    margin: 0 auto;
    width: 265px;
  }
  .free-trial-main-line {
    display: block;
    margin: 15px auto 0;
    width: 265px;
  }
  .free-trial-main-line p {
    color: #0078B6;
    width: 160px;
    font-size: 16px;
    margin: 0 auto 15px;
    text-align: center;
  }

  /* modal */
  #modal-dance a {
    text-decoration: none;
  }
  #modal-dance .modal__title {
    color: #006CFF;
  }
  #modal-dance .modal__btn {
    flex-direction: column;
  }
  #modal-dance .modal__btn-item {
    width: 80%;
    margin: 0 auto;
  }
  #modal-dance .modal__btn-link {
    background-color: #006CFF;
  }
  #modal-art a {
    text-decoration: none;
  }
  #modal-art .modal__title {
    color: #EFAB00;
  }
  #modal-art .modal__btn {
    flex-direction: column;
  }
  #modal-art .modal__btn-item {
    width: 80%;
    margin: 0 auto;
  }
  #modal-art .modal__btn-link {
    background-color: #EFAB00;
  }
  .modalid .modal__title {
    color: #005AA0;
  }
  .modalid .modal__btn-link {
    background-color: #005AA0;
  }
  .modal-cost-link {
    color: #005AA0;
  }
  #challenge-pad .modal__content,
  #bnr-info-01 .modal__content,
  #bnr-info-02 .modal__content,
  #bnr-info-03 .modal__content,
  #bnr-info-04 .modal__content,
  #bnr-info-05 .modal__content {
    padding-top: 13vw;
  }
  #bnr-info-02 .modal__content,
  #bnr-info-05 .modal__content {
    height: 80vh;
    overflow: scroll;
  }

  /* cv */

  /* partner */
  .first-content__head-partner-img {
    display: block;
    margin: 0 auto;
    width: 188px;
  }
  .first-content--tankyu .g-title-left-border::before {
    background-color: #005AA0;
  }
  .first-content__head-block--add-bg {
    background-color: #D9ECFA;
  }
  .acc-area__item-clip::before {
    content: none;
  }
}




/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .cv_offer{
    font-size: 14px;
    color: #888888;
    padding-left:1em;
    text-indent:-1em;
    margin: 15px auto 0;
    text-align: left;
    width: 960px;
    display: block;
  }
  .cv_offer + .cv_offer{
    margin-top: 0;
  }
  .cv_offer.cv_offer--center{
    text-align: center;
  }
  .detail__cont-main-box-note--jyukou--wrap{
    display: flex;
    align-items: center;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .cv_offer{
    font-size: 2.6vw;
    color: #888888;
    padding-left:1em;
    text-indent:-1em;
    text-align: left;
    width: 80%;
    margin: 2vw auto 0;
  }
  .cv_offer + .cv_offer{
    margin-top: 0;
  }
  .cv_offer.cv_offer--center{
    text-align: center;
  }
}

/* 20230206更新 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .kv__note {
    width: max-content;
    margin: 0;
    position: absolute;
    z-index: 1;
    bottom: 4%;
    left: 83%;
    color: #fff;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .kv__note {
    padding: 0;
    margin-right: 0;
    text-align: right;
  }
}

/* 20230306追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .cv {
    margin-bottom: 80px;
  }
  .cv__cont {
    width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .cv-inner {
    margin: 0;
    padding: 30px 0;
    width: 460px;
  }
  .cv__ttl {
    font-size: 20px;
  }
  .cv__free {
    width: 460px;
    padding: 30px 0;
  }
  .cv__free-txt {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #005AA0;
  }
  .cv__free-link {
    display: block;
    margin: 14px 0 6px;
  }
  .cv-top__flex {
    margin: 14px 0 6px;
  }

  .first-content {
    padding-top: 0;
  }
  .acc-area__item-clip {
    margin-bottom: 100px;
  }

  /* UI調整 */
  .first-content__head-logo,
  .first-content__body-logo,
  .detail__ttl-logo,
  .voice-cont__ttl-logo,
  .qa-inner-logo {
    width: 87px;
    margin: 0 auto;
    display: block;
  }
  .first-content--tankyu .first-content__head-title {
    color: #000000;
    border-left: 7px solid #a91bc6;
    padding-left: 10px;
  }
  .first-content__head-title.g-title-icon,
  .first-content--tankyu .first-content__body-title,
  .qa--tankyu .qa-title {
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
    padding: 0;
    border-left: none;
    font-size: 46px;
  }
  .first-content--tankyu .g-title-icon::before,
  .detail--tankyu .g-title-icon::before,
  .voice--tankyu .g-title-icon::before,
  .qa--dance .g-title-icon::before {
    background-image: none;
  }
  .first-content__head-title--small {
    font-size: 30px;
  }
  .acc-area__item {
    border: none;
  }
  .acc-area__item-button {
    border-left: 7px solid #005AA0;
  }
  .acc-area__item-title-num {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #005AA0;
  }
  .acc-area__item-title-sub {
    font-size: 26px;
  }
  .lesson-area-cont-ttl {
    font-size: 26px;
    color: #000000;
    background-color: #ffffff;
    padding: 0 0 0 10px;
    border-left: 7px solid #005AA0;
    display: block;
  }
  .lesson-area-cont-ttl-day {
    padding: 0;
    font-size: 22px;
  }
  .lesson-area-cont-ttl-sub {
    font-weight: bold;
    margin-top: 0;
  }
  .detail__ttl {
    width: 960px;
    margin: 0 auto;
  }
  .detail__ttl-txt {
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
    color: #000000;
    font-size: 46px;
  }
  .voice-cont__ttl-txt {
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
    padding: 0;
    font-size: 46px;
  }
  .logo-inner .first-content__head-title {
    text-align: left;
    border-left: 7px solid #005AA0;
    padding-left: 10px;
  }
  .g-title-left-border {
    padding-left: 0;
  }
  .g-title-left-border::before {
    content: none;
  }
  .acc-area__item:last-of-type {
    border-bottom: none;
  }

  /* margin調整 */
  .acc-area {
    margin-top: -20px;
  }
  .acc-area__item-button {
    padding-left: 10px;
  }
  .acc-area__item-content {
    padding-bottom: 10px;
  }
  .acc-area__item--pb40-pc {
    padding-bottom: 40px;
  }
  .lesson-area-txt {
    margin-top: -20px;
  }
  .lesson-area-cont-sub {
    margin-top: -30px;
  }
  .detail-note-link {
    margin-bottom: 80px;
  }
  .zoom-wrap {
    margin-bottom: 15px;
  }
  .logo-inner {
    padding-bottom: 15px;
  }
  .first-content__head-title--mb0 {
    margin-bottom: 0;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .cv {
    margin-bottom: 16vw;
  }
  .cv__ttl {
    margin-bottom: 0;
  }
  .cv-inner {
    padding: 30px 0 15px;
  }
  .cv__free {
    margin: 0 30px;
    padding-bottom: 30px;
  }
  .cv__free-txt {
    font-size: 4.3vw;
    text-align: center;
    font-weight: bold;
    color: #005AA0;
    margin-bottom: 2vw;
  }
  .cv-top__flex {
    margin: 0 0 2vw;
  }

  .first-content {
    padding-top: 0;
  }
  .acc-area__item-clip {
    margin-bottom: 21.33333vw;
  }

  /* UI調整 */
  .first-content__head-logo,
  .first-content__body-logo,
  .detail__ttl-logo,
  .voice-cont__ttl-logo,
  .qa-inner-logo {
    width: 48px;
    margin: 0 auto;
    display: block;
  }
  .first-content--tankyu .first-content__head-title {
    color: #000000;
    border-left: 4px solid #005AA0;
    padding-left: 10px;
  }
  .first-content__head-title.g-title-icon,
  .first-content--tankyu .first-content__body-title,
  .qa--tankyu .qa-title {
    text-align: center;
    color: #000000;
    margin-bottom: 5px;
    padding: 0;
    border-left: none;
    font-size: 26px;
  }
  .first-content--tankyu .g-title-icon::before,
  .detail--tankyu .g-title-icon::before,
  .voice--tankyu .g-title-icon::before,
  .qa--tankyu .g-title-icon::before {
    background-image: none;
  }
  .first-content__head-title--small {
    font-size: 20px;
  }
  .acc-area__item {
    border: none;
  }
  .acc-area__item-button {
    border-left: 4px solid #005AA0;
    padding-left: 10px;
  }
  .acc-area__item-title {
    margin-top: 0;
  }
  .acc-area__item-title-num {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #005AA0;
  }
  .lesson-area-cont-ttl {
    color: #000000;
    background-color: #ffffff;
    padding: 0 0 0 10px;
    border-left: 4px solid #005AA0;
    display: block;
  }
  .lesson-area-cont-ttl-day {
    padding: 0;
  }
  .lesson-area-cont-ttl-sub {
    font-weight: bold;
    margin-top: 0;
  }
  .detail__ttl-txt {
    padding-top: 0;
    padding-left: 0;
    text-align: center;
    color: #000000;
    font-size: 26px;
  }
  .voice-cont__ttl-txt {
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
    padding: 0;
    font-size: 26px;
  }
  .logo-inner {
    width: 84vw;
    margin: 0 auto;
  }
  .logo-inner .first-content__head-title {
    text-align: left;
    border-left: 4px solid #005AA0;
    padding-left: 10px;
  }
  .g-title-left-border {
    padding-left: 0;
  }
  .g-title-left-border::before {
    content: none;
  }
  .acc-area__item:last-of-type {
    border-bottom: none;
  }

  /* margin調整 */
  .acc-area--graf {
    margin-bottom: 60px;
  }
  .acc-area__item {
    padding: 15px 0;
  }
  .acc-area__item-content {
    padding-bottom: 0;
  }
  .acc-area__item--pb50-sp {
    padding-bottom: 50px;
  }
  .lesson-area-txt {
    margin-top: 20px;
  }
  .lesson-area-cont-main--mb20-sp {
    margin-bottom: 20px;
  }
  .detail-note {
    margin-top: -10px;
  }
  .detail-note-txt {
    margin-bottom: 10px;
  }
  .zoom-wrap {
    margin-bottom: 20px;
  }
}

/* 230313追記分 */
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .kv__main-day-body{
    height: 20vw;
  }
  .kv__main-leadcopy{
    line-height: normal;
    font-size: 1.2em;
  }
  .kv__main-btn::after{
    bottom: 45%;
  }
  .kv__main-btn{
    display: table;
  }
}

/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .kv__main-leadcopy {
    font-size: 0.8vw;
  }
  .modal__wrap--height-pc{
    height: 90%;
    overflow-y: scroll;
  }
  .modal{
    overflow: inherit;
  }
  .kv__main-btn{
    display: table;
  }
  .kv__main-btn::after{
    bottom: 45%;
  }
  /*===== tankyu用 =====*/
  .kv__main-day-body{
    bottom: 5%;
  }
}

/* 230308戻し追記分 */
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .kv__main-day-body {
    height: fit-content;
    }
  .cv__ttl .cv__ttl-red{
    font-size:3.8vw ;
  }
  .cv__ttl{
    font-size: 3.4vw;
  }
  .kv__main-btn {
    display: flex;
    align-items: center;
  }
}

/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .cv__ttl .cv__ttl-red{
    font-size: 20px;
  }
  .cv__ttl{
    font-size: 18px;
  }
  .kv__main-copy{
    text-align: center;
  }
  .kv__main-leadcopy{
    padding: 0.4px;
    line-height: 1.5em;
  }
  .kv__main-day-body{
    padding: 0.2vw;
  }
  .kv__main-copy{
    font-size: 0.7vw;
    }
    .js-kv__main-copy .kv__main-date {
    font-size: 2vw;
    }

}

/* 230321公開追記分 */
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .cv__ttl{
    font-size: 4.3vw;
  }
  .cv__ttl .cv__ttl-red{
    font-size: 4.3vw;
  }
  .kv__main-copy{
    width: 60vw;
  }
  .kv__note{
    margin-top: 10vw;
  }
  .kv__main-day-body {
    width: 96vw;
    right: 1vw;
  }
}

/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .kv__main-copy{
    margin-top: 5px;
  }
  .js-kv__main-copy .kv__main-date {
    font-size: 1.5vw;
}
.kv__main-leadcopy {
    font-size: 0.7vw;
}
.kv__main-btn {
  display: flex;
  align-items: center;
}
}
/*===== タブレット =====*/
@media only screen and (max-width: 1200px) and (min-width: 769px){
  .kv__main-day-body {
    width: 38%;
  }
  .kv__main-copy{
    width: 25vw;
}
.kv__main-btn{
display: flex;
    align-items: center;
}
.kv__main-leadcopy{
  line-height: 2.5em;
  }
  .js-kv__main-copy {
      width: 37vw;
  }
  .kv__main-btn::after{
    right: 8px;
  }
}

/* 230403公開追記分 */
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .kv__note {
    margin-top: revert;
}
#bnr-info-04 .modal__content,
#bnr-info-05 .modal__content {
  height: 70vh;
  overflow: scroll;
}
}
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .js-kv__main-copy .kv__main-date {
    font-size: 2vw;
}
.kv__main-copy {
  font-size: 0.8vw;
}
}

/* 230406追記分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .bnr-area {
    width: 960px;
  }
  .bnr-area__bnr {
    width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .bnr-area__bnr-cont {
    width: 460px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .bnr-area-wrap {
    height: auto;
  }
  .bnr-area {
    height: auto;
  }
  .bnr-area__bnr-cont {
    width: 84vw;
    margin: 0 auto;
    padding-bottom: 5vw;
  }

  #bnr-info-04 .modal__wrap,
  #bnr-info-05 .modal__wrap {
    top: 45%;
  }
}

/* 230522追記分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .kv__main-copy {
    font-size: 0.9vw;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .cv__ttl {
    height: 58px;
    line-height: 58px;
    font-size: 20px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .kv__main-copy {
    /* font-size: 3vw; */
    margin-top: 1vw;
  }
  .cv__ttl {
    font-size: 3.8vw;
  }
}

/* 2023/06/14　メンテナンス通知 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .modal__notice{
    border: 1px #CF091A solid;
  }
  .modal__notice-ttl{
    color: #CF091A;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 17px;
  }
  .modal__notice-txt{
    color: #CF091A;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 19px;
  }
  .modal__notice-wrap{
    border: 2px #CF091A solid;
    padding: 7px;
    margin: 0 auto 52px;
    max-width: 840px;
    width: 100%;
  }
  .sp__only{
    display: none;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .modal__notice{
    border: 1px #CF091A solid;
  }
  .modal__notice-ttl{
    color: #CF091A;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 17px;
  }
  .modal__notice-txt{
    color: #CF091A;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 12px 0 17px;
  }
  .modal__notice-wrap{
    border: 2px #CF091A solid;
    padding: 7px;
    margin: 0 auto 25px;
    max-width: 265px;
    width: 100%;
  }
}

/* ==============================
  2023/8/20追加分
============================== */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  /* .cv__ttl {
    line-height: normal;
  } */
}

/* ==============================
  2023/8/28追加分
============================== */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .kv__main-copy {
    margin-top: 13px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .cv__ttl {
    font-size: 3.7vw;
  }
  .kv__main-copy {
    font-size: 3vw;
  }
  .kv__main-date {
    font-size: 7vw;
  }
}

/* ==============================
  2023/9/08追加分
============================== */

/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .first-content__body-what{
    padding: 0;
  }
}

.acc-area{
  margin-top: 60px;
}
.first-content__all_second {
  background-color: #D9ECFA;
}
.title_sub li::after {
  background-color: rgba(90,166,226,0.2);
}
.title_sub_text span{
  color: #005AA0;
}

/* ==============================
  2023/12/21追加分
============================== */
.end .acc__lineup-box-unit {
  color: #005AA0;
  background-color: #D9ECFA !important;
  border: 2px solid #005AA0;
}
.end .acc__lineup-box-unit::after {
  border-color: #005AA0;
}
.end .acc__lineup-box-unit-tag-item {
  color: #005AA0;
}

/* ==============================
  2023/12/25追加分
============================== */
.modal__btn-item--noclick {
  pointer-events: none;
}
.modal__btn-item--noclick .modal__btn-link {
  background-color: #aaa;
}

/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .kv__main-cv {
    position: absolute;
    right: 10vw;
    bottom: 2.5vw;
    background-color: #EBFF00;
    border-radius: 10px;
    box-shadow: 10px 10px 10px -5px #333;
    border: #FFFFFF 2px solid;
  }
  .kv__main-cv-link {
    text-decoration: none;
  }
  .kv__main-cv-cont {
    padding: 1vw;
  }
  .kv__main-cv-cont-txt {
    color: #1B1464;
    font-size: min(1.11111vw,14px);
    font-weight: bold;
    text-align: center;
  }
  .kv__main-cv-cont-date {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: -5px;
    color: #1B1464;
    font-size: min(3.51852vw,38px);
    font-weight: bold;
  }
  .kv__main-cv-cont-date--week {
    height: fit-content;
    margin-left: 5px;
    margin-bottom: 8px;
    padding: 0 3px 3px;
    color: #fff;
    background-color: #1B1464;
    font-size: min(1.11111vw,10px);
  }
  .kv__main-cv-cont-btn {
    position: relative;
    padding: 2px 30px 2px 10px;
    color: #1C1266;
    font-size: min(1.3888vw,20px);
    font-weight: 600;
  }
  .kv__main-cv-cont-btn::after {
    content: "";
    position: absolute;
    background-image: url(/zemi/challengeschool/_shared/img/240716/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 15px;
    top: 50%;
    right: min(0.8vw,8px);
    transform: translateY(-50%);
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .kv__main-cv {
    position: absolute;
    width: 95vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2vw;
    background-color: #EBFF00;
    border-radius: 10px;
    box-shadow: 10px 10px 10px -5px #333;
    border: #FFFFFF 2px solid;
  }
  .kv__main-cv-link {
    text-decoration: none;
  }
  .kv__main-cv-cont {
    padding: 1vw 2vw;
  }
  .kv__main-cv-cont-txt {
    color: #1B1464;
    font-size: 3.73333vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  .kv__main-cv-cont-date {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: -1.33333vw;
    color: #1B1464;
    font-size: 10.66667vw;
    font-weight: bold;
    letter-spacing: -0.05em;
  }
  .kv__main-cv-cont-date--week {
    height: fit-content;
    margin-left: 1.33333vw;
    margin-bottom: 2.13333vw;
    padding: 0 0.53333vw 0.53333vw;
    color: #fff;
    background-color: #1B1464;
    font-size: 3.73333vw;
    letter-spacing: 0;
  }
  .kv__main-cv-cont-btn {
    position: relative;
    padding: 1.33333vw 10.66667vw 1.33333vw 4vw;
    color: #1C1266;
    font-size: 5.333vw;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
  }
  .kv__main-cv-cont-btn::after {
    content: "";
    position: absolute;
    background-image: url(/zemi/challengeschool/_shared/img/240716/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3.2vw;
    height: 4vw;
    top: 50%;
    right: 4.4vw;
    transform: translateY(-50%);
  }
}

/* ==============================
  2024/1/9追加分
============================== */
/*===== PC =====*/
@media(min-width:769px){
  .end .acc__lineup-box-unit-tag-item {
    width: 80px;
  }
}

/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .end .acc__lineup-box-unit-tag-item {
    width: 19vw;
  }
}

/* ==============================
  2024/1/31追加分
============================== */
/*===== PC =====*/
@media(min-width:769px){
  .bnr-area__bnr-cont img {
    border-radius: 45px;
  }
}
  
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .bnr-area__bnr-cont img {
    border-radius: 7vw;
  }
  .floating-btn__txt {
    margin-bottom: 2.66667vw;
    font-size: 3.46667vw;
    font-weight: bold;
    text-align: center;
  }
}

/* ==============================
  2024/2/5追加分
============================== */
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .cv__limit-text {
    font-size: 12px;
  }
}

/* ==============================
  2024/3/12追加分
============================== */
/*===== PC =====*/
@media(min-width:769px){
  .swiper-bnr img {
    border-radius: 45px;
  }
}
  
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .swiper-bnr img {
    border-radius: 7vw;
  }
}

/* ==================== 
  2024/11/21更新
  非活性ボタン
==================== */
/*===== PC =====*/
@media(min-width:769px){
  .modalid .modal__btn-item.no-push__btn {
    box-shadow: 0px 4px 0px 0px #e2e2e2!important;
    pointer-events: none!important;
  }
  .modalid .no-push__btn .modal__btn-link{
    pointer-events: none!important;
    background-color: #888888!important;
    opacity: 1!important;
    transform: translateY(0)!important;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .modalid .modal__btn-item.no-push__btn {
    box-shadow: 0px 4px 0px 0px #e2e2e2!important;
    pointer-events: none!important;
  }
  .modalid .no-push__btn .modal__btn-link{
    pointer-events: none!important;
    background-color: #888888!important;
    opacity: 1!important;
    transform: translateY(0)!important;
  }
}

@media(min-width:769px){
  .kv-attention {
    font-size: 20px;
    color: #D50000;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding: 10px;
    text-decoration: underline;
  }
}
/* sp */
@media(max-width:768px){
  .kv-attention {
    font-size: 14px;
    color: #D50000;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding: 10px;
    text-decoration: underline;
  }
}