@charset "UTF-8";

.bnr{
  background-color: #E5F0FF;
}
.bnr-inner{
  padding: 30px 15px 30px;
}

@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-top: 60px;
    padding-bottom: 60px;
  }
  .modalid .modal__title {
    font-size: 24px;
    font-weight: 600;
    color: #005AA0;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .modalid .modal__btn {
    display: flex;
    flex-wrap: wrap;
    width: 660px;
    margin-right: auto;
    margin-left: auto;
    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: 320px;
    transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  /* .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: #005AA0;
    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;
  }

  .modalid #modal-cv-free.modal-course .modal__btn {
    justify-content: center;
  }
}
/*===== 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;
    max-height: 100%;
    padding-top: 5.33333333vw;
    padding-bottom: 5.33333333vw;
  }
  .modalid .modal__title {
    font-size: 4.26666666vw;
    font-weight: 600;
    color: #005AA0;
    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%;
  }

  .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__link img{
    padding-top: 20px;
  }
  /* .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: #005AA0;
    font-size: 3.73333333vw;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    line-height: 1.0;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 4vw;
    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-top: 15px;
  }
}



/* 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: #005AA0;
}
.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;
}
.body-inner{
  overflow: hidden;
}
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .free-list{
    max-width: 440px;
    margin: 15px auto;
    font-size: 12px;
  }
  .free_list-item{
    margin-top: 5px;
  }
  .free_list-link{
    color: #006CFF;
  }
  .first-content--dance .flow-area__item-label{
    background-color: #fc333b;
  }
  .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);
  }
  .detail__cont-main-img{
    width: 50%;
    margin: 0 auto 30px;
  }
  .kv__main-day{
    position: absolute;
    width: 26%;
    bottom: 12.7%;
    right: 21.5%;
  }
  .width-open{
    display: block;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .width-close{
    display: none;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
  .online-soroban .kv__main-lead{
    width: 11.8vw;
    top: 1%;
  }
  .online-soroban .detail__cont-main-box-ttl::before{
    background-color: #005AA0;
  }
  .voice--dance .voice-cont__ttl, .detail--dance .detail__ttl, .qa--dance .qa-title, .first-content--dance .first-content__body-title, .first-content--dance .first-content__head-title, .material--dance .material-title{
    color: #fc333b;
  }
  .detail__cont-main-box-price{
    margin-bottom: 20px;
    text-align: left;
    font-weight: bold;
    font-size: 26px;
  }
  .detail__cont-main-box-price span{
    font-size: 48px;
  }
  .detail__cont-ttl{
    background-color: #ffafb2;
  }
  .detail__cont-main{
    background-color: #ffdfe2;
  }
  .detail__cont-main-table.main-table-mgn-b {
    margin-bottom: 10px;
  }
  .detail__cont-main-table th{
    background-color: rgba(0,90,160,0.2);
  }
  .detail__cont{
    max-width: none;
    width: 100%;
  }
  .detail__cont-main-box-list{
    background-color: #FFAFB2;
    display: flex;
    justify-content: space-around;
  }
  .detail__cont-main-box-flex{
    display: flex;
    flex-wrap: wrap;
  }
  .detail__cont-main-box-ttl{
    width: 100%;
  }
  .detail__cont-main-box-img-wrap {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
  }
  .detail__cont-main-txt{
    display: block;
    margin-bottom: 10px;
  }
  .detail__cont-main-box-img{
    max-width: 50%;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .body-inner{
    overflow: hidden;
  }
  .free-list{
    margin: 15px 0;
    font-size: 12px;
    display: flex;
    justify-content: space-around;
  }
  .free_list-item{
    margin-top: 5px;
  }
  .free_list-link{
    color: #006CFF;
  }
  .first-content--dance .flow-area__item-label{
    background-color: #fc333b;
  }
  .logo-inner{
    padding-top: 20px;
  }
  .detail__cont{
    display: block;
    background-color: #ffdfe2;
  }
  .detail__cont-ttl{
    display: block;
    background-color: #ffafb2;
  }
  .detail__cont-main{
    background-color: #ffdfe2;
  }
  .detail__cont-main-table th{
    background-color: rgba(0,90,160,0.2);
  }
  .detail__cont-ttl{
    color: #006CFF;
    font-size: 20px;
    padding-bottom: 30px;
  }
  .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: 19%;
    right: 0%;
  }
  .online-soroban .kv__main-lead{
    width: 27vw;
    top: 3%;
    left: 4%;
  }
  .online-soroban .detail__cont-main-box-ttl::before{
    background-color: #005AA0;
  }
  .voice--soroban .g-title-icon::before, .detail--dance .g-title-icon::before, .qa--dance .g-title-icon::before, .first-content--dance .g-title-icon::before, .material--dance .g-title-icon::before{
    background-image: url(/zemi/challengeschool/online-soroban/assets/img/220621/icon-title-sp-01.svg);
  }
  .voice--dance .voice-cont__ttl, .detail--dance .detail__ttl, .qa--dance .qa-title, .first-content--dance .first-content__body-title, .first-content--dance .first-content__head-title, .material--dance .material-title{
    color: #fc333b;
  }
  .detail__cont-main-box-price{
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 6.6vw;
  }
  .detail__cont-main-box-price span{
    font-size: 12vw;
  }
  .detail__cont-main-box-list{
    background-color: #FFAFB2;
  }

}

/*====================
  フローティングボタン
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 125px;
    height: auto;
    z-index: 10;
    cursor: pointer;
  }
  .floating-btn__link {
      display: block;
  }
  .floating-btn__link + .floating-btn__link {
      margin-top: 8px;
  }

}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .floating-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    cursor: pointer;
    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;
  }

}
/*====================
  ラインナップ
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .acc__lineup{
    padding-top: 50px;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
  .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: #005AA0;
    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;
  }
  .first-content--art .acc-area__item-arrow-item:last-of-type:after{
    background-image: none
  }
  .acc-area__item-row-child{
    margin: 0 auto;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .acc__lineup{
    padding-top: 50px 40px;
    width: 100%;
  }
  .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: 2.4vw;
    height: 2.4vw;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    right: 2.4vw;
    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 {
    -webkit-box-pack: justify;
    margin-bottom: 50px;
    padding: 0 40px;
  }
  .acc__lineup-box-unit--03 {
    background-color: #E7A02B;
    color: #ffffff;
  }
  .acc__lineup-box-unit--04 {
    background-color: #005AA0;
    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-item{
    font-size: 2.93vw;
    width: 16vw;
  }
  .acc__lineup-box-unit-tag-item-sub{
    font-size: 2.66vw;
  }
  .acc__lineup-box-unit-tag{
    height: 14vw;
    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: 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: 2.4vw;
    height: 2.4vw;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    right: 2.4vw;
    top: 50%;
    transform: translateY(-50%) rotate(
    45deg
    );
  }

}
/*====================
    CV
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .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__note {
    max-width: 300px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .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: 86.6vw;
  }
  .cv-top__flex{
    margin: 4vw 16vw;
  }
  .cv-top__flex img{
    margin-top: 2.4vw;
  }

}
/*====================
    bnr-sec
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .bnr-sec{
    padding: 80px 40px;
    background-color: #ffffff;
  }
  .bnr-link{
    max-width: 960px;
    margin: 0 auto;
    display: block;
  }

}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .bnr-sec{
    padding: 21.3vw 10.6vw;
    background-color: #ffffff;
  }
  .bnr-link{
    max-width: 960px;
    margin: 0 auto;
    display: block;
  }

}
/*====================
    テーブル
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .table-area{
    margin-top: 60px;
  }
  .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: #005AA0;
    color: #ffffff;
  }
  .table-area-sky{
    background-color: #FFDFE1;
  }
  .table-area-glay{
    background-color: #F6F6F6;
  }

  .table-area_body + .first-content__head-text{
    margin-bottom: 70px;
  }

}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .table-area{
    margin-top: 8vw;
  }
  .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: 2vw;
    border: 2px solid #ffffff;
    font-size: 3.7vw;
  }
  td.table-area-blue,td.table-area-sky,td.table-area-glay{
    text-align: left;
  }
  .table-area-first{
    width: 25%;
  }
  .table-area-second{
    width: 40%;
  }
  .table-area-blue{
    background-color: #005AA0;
    color: #ffffff;
  }
  .table-area-sky{
    background-color: #FFDFE1;
  }
  .table-area-glay{
    background-color: #F6F6F6;
  }
  .table-area_body + .first-content__head-text{
    margin-bottom: 18.6vw;
  }

}
/*====================
    flow-area
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .first-content--dance .flow-area__item:nth-of-type(1) .flow-area__item-button {
    background-image: url(/zemi/challengeschool/online-soroban/assets/img/220621/fc-03-flow01.jpg);
  }
  .first-content--dance .flow-area__item:nth-of-type(2) .flow-area__item-button {
    background-image: url(/zemi/challengeschool/online-soroban/assets/img/220621/fc-03-flow02.jpg);
  }
  .first-content--dance .flow-area__item:nth-of-type(3) .flow-area__item-button {
    background-image: url(/zemi/challengeschool/online-soroban/assets/img/220621/fc-03-flow03.jpg);
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .first-content--dance .flow-area__item:nth-of-type(1) .flow-area__item-button {
    background-image: url(/zemi/challengeschool/online-soroban/assets/img/220621/fc-03-flow01-sp.jpg);
  }
  .first-content--dance .flow-area__item:nth-of-type(2) .flow-area__item-button {
    background-image: url(/zemi/challengeschool/online-soroban/assets/img/220621/fc-03-flow02-sp.jpg);
  }
  .first-content--dance .flow-area__item:nth-of-type(3) .flow-area__item-button {
    background-image: url(/zemi/challengeschool/online-soroban/assets/img/220621/fc-03-flow03-sp.jpg);
  }

}
/*====================
    お問い合わせ
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .contact{
    background-color: #005AA0;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .contact{
    background-color: #005AA0;
  }
}
/*====================
    voice
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {

}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .voice{
    padding-top: 50px;
    padding-bottom: 45px;
    background-color: #fff;
  }
  .voice-inner{
    margin: 0 30px;
  }
  .voice-cont__ttl{
    padding: 0 30px;
  }
  .voice-cont__ttl-txt{
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 15px;
  }
  .voice__ttl{
    width: 100%;
    margin: 0 auto 25px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 12px 0;
    position: relative;
  }
  .voice__ttl::before{
    content: "";
    background-image: url(/zemi/challengeschool/_shared/img/line_voice_top.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 5px;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    top: 0;
  }
  .voice__ttl::after{
    content: "";
    background-image: url(/zemi/challengeschool/_shared/img/line_voice_bottom.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 19px;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    bottom: -19px;
  }
  .voice__box{
    width: calc(100% - 60px);
    padding: 20px;
    border-radius: 10px 10px 10px 0;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .online-dance .voice__box{
    width: calc(100% - 60px);
  }
  .voice__box:not(:last-of-type){
    margin-bottom: 35px;
  }
  .voice__box--left{
    margin-right: 0;
    margin-left: auto;
    background-color: #fdebeb;
  }

  .voice__box--left::before{
    content: "";
    position: absolute;
    left: -20px;
    top: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #fdebeb transparent transparent;

  }
  .voice__box--right{
    margin-right: auto;
    margin-left: 0;
  }
  .voice__box--right::before{
    content: "";
    position: absolute;
    right: -20px;
    top: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
  }
  .voice__box-txt{
    font-size: 13px;
    margin-bottom: 20px;
  }
  .voice__box-txt--bold{
    font-weight: bold;
    font-size: 14px;
  }
  .voice__box-txt--blue{
    color: #003CAA;
  }
  .voice__box-txt--pink{
    color: #E85377;
  }
  .voice__box-txt--orange{
    color: #E15A00;
  }
  .voice__box-txt--red{
    color: #E60000;
  }
  .voice__box-name{
    font-size: 12px;
    font-weight: bold;
  }
  .voice__box-name--left{
    text-align: left !important;
  }
  .voice__box--right .voice__box-name{
    text-align: right;
  }
  .voice__box-icon{
    width: 72px;
    height: 72px;
    position: absolute;
    right: -4px;
    bottom: -20px;
    z-index: 1;
  }
  .online-dance .voice__box-icon{
    width: 40px;
    height: 40px;
    left: -60px;
    right: auto;
    top: 0;
    bottom: auto;
  }
  .voice__box--right .voice__box-icon{
    text-align: right;
    left: -4px;
    right: auto;
  }
  .online-dance .voice__box--right .voice__box-icon{
    left: auto;
    right: -60px;
  }

  .voice__box-icon--art01{
    width: 114px;
    height: auto;
    bottom: auto;
    top: 48px;
    right: 10px;
  }
  .voice__box img.voice__box-icon--art02 {
    width: 132px;
    height: auto;
    right: -7px;
    left: auto;
    bottom: auto;
    top: 100px;
  }
  .voice__box-icon--art03{
    width: 124px;
    height: auto;
    right: -10px;
    bottom: auto;
    top: 124px;
  }
  .voice__box--left {
    background-color: #fdebeb !important;
  }
  .voice__box--left::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #fdebeb transparent transparent !important;
  }
  .voice__box-icon {
    width: 40px;
    height: 40px;
    left: -60px;
    right: auto;
    top: 0;
    bottom: auto;
  }
  .voice__box--right .voice__box-icon {
    left: auto;
    right: -60px;
    text-align: right;
  }
  .voice__box--right::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
  }
  .online-soroban .voice__box--right {
    background-color: #D9ECFA;
  }
  .online-soroban .voice__box--right::before {
    border-color: #D9ECFA transparent transparent transparent;
  }
}
/*====================
    seikyu
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .seikyu{
    background-color: #ffffff;
  }
  .seikyu_body{
    padding-top: 60px;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
  }
  .seikyu_body.seikyu_body--center{
    justify-content: center;
  }
  .seikyu_body.seikyu_body--center .seikyu_link{
    width: 50%;
  }
  .seikyu_link{
    width: 100%;
  }
  .seikyu_link + .seikyu_link{
    margin-left: 40px;
  }
  .seikyu_link:hover{
    opacity: 0.9;
  }

}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .seikyu{
    background-color: #ffffff;
    padding: 0 8vw;
  }
  .seikyu_body{
    padding-top: 50px;
  }
  .seikyu_link img {
    margin-bottom: 8vw;
  }

}
/*====================
    acc area dance
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .acc-area__item:nth-of-type(2) .acc-area__item-row{
    display: flex;
    /* flex-direction: row-reverse; */
  }
  .acc-area__item:nth-of-type(2) .acc-area__item-text--intro{
    text-align: left;
  }

}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .acc-area__item:nth-of-type(2) .acc-area__item-row{
    display: flex;
    flex-flow: wrap-reverse;

  }
  .acc-area__item:nth-of-type(2) .acc-area__item-text--intro{
    text-align: left;
  }
}
/*====================
　　モーダル
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .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;
  }
  .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: #005AA0;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .modal__text{
    padding: 19px 25px 4px;
    font-size: 18px;
    line-height: 33px;
  }
  .modal__link img {
    padding-top: 20px;
  }
  .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;
  }
  /* お申し込みモーダル */
  .js-grade-button {
    cursor: pointer;
  }
  .js-grade-filter li {
    display: none;
  }
  /* /お申し込みモーダル/ */

}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .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;
    max-height: 70vh;
    padding: 5.33333333vw;
    padding-top: 12vw;
    width: auto;
  }
  .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: #005AA0;
    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;
  }
  /* お申し込みモーダル */
  .js-grade-button {
    cursor: pointer;
  }
  .js-grade-filter li {
    display: none;
  }
  /* /お申し込みモーダル/ */

}
/* KVコーディング追加箇所 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .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: 28.3vw;
    padding: 2.6vw;
    background-color: #fff039;
    border-radius: 2.6vw;
    color: #d53a35;
    font-weight: bold;
    bottom: 22%;
  }
  .kv__main-copy{
    font-size: 2.6vw;
  }
  .kv__main-date{
    font-size: 10vw;
  }
  .kv__main-week{
    color: #d53a35;
    font-size: 3.73vw;
  }
  .cv-top__flex{
    margin: 4vw 16vw;
  }
  .cv-top__flex img{
    margin-top: 2.4vw;
  }

}

/* 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: #fdebeb;
    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: #005AA0;
  }
  .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: #005AA0;
  }
  .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;
  }
  .modalid .modal__title{
    font-size: 5.266667vw;
  }
  .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;
  }

}


/* 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;
  }
  .acc-area__item-row-child{
    margin-bottom: 30px;
  }
  .cv + .seikyu {
    padding: 0 30px;
  }

  .carousel-bnr_area + .seikyu .seikyu_body{
    padding-top: 0;
  }
  .carousel-bnr{
    margin-top: 12vw;
  }

}

/* 20220812追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .cv__ttl{
    font-size: 26px;
  }
  .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.8vw;
    padding-right: 0.2vw;
    background-color: #fff039;
    border-radius: 5px;
    color: #d53a35;
    font-weight: bold;
    display: flex;
    right: auto;
    left: 55.8%;
    bottom: 25%;
  }
  .kv__main-copy {
    font-size: 0.8vw;
    width: 13vw;
    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: 77vw;
  }
  .kv__main-date {
    font-size: 9vw;
    line-height: 1em;
  }

}

/* 20220812後追い対応追加分 */
/*===== 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.2em;

  }
  .kv__main-day-body{
    font-weight: 900;
  }
}
/*===== 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;
  }
  body::before{
    background-image: url(/zemi/challengeschool/online-soroban/assets/img/220831/20220831_41229_zemi_challengeschool_online-soroban_footer_pc.jpg);
    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;
  }
  body::before{
    background-image: url(/zemi/challengeschool/online-soroban/assets/img/220831/20220831_41229_zemi_challengeschool_online-soroban_footer_sp.jpg);
  }

}

/* 20221004 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  /* .kv__note{
    bottom: 2%;
    width: 30%;
    left: 70%;
    text-align: left;
  } */
}

/*
==================================
acc-area__item-arrow list
==================================
*/
/* pc */
@media(min-width:769px) {
  .acc-area__item-arrow-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .acc-area__item-arrow-item:not(:last-of-type) {
    margin-bottom: 40px;
  }

  .acc-area__item-arrow-item:last-of-type {
    margin-bottom: 50px;
  }

  .acc-area__item-arrow-item::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 19%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .acc-area__item-arrow-item:not(:last-of-type)::after {
    width: 5px;
    height: 40px;
  }

  .acc-area__item-arrow-item:not(:last-of-type)::after {
    background-color: #fc333b;
  }

  .acc-area__item-arrow-item:last-of-type:after {
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 60px;
  }

  .acc-area__item-arrow-thumb {
    margin-right: 20px;
    width: 180px;
  }

  .acc-area__item-arrow-main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .acc-area__item-arrow-name {
    font-size: 18px;
    font-weight: bold;
  }

  .acc-area__item-arrow-text {
    font-weight: 500;
  }
  .first-content--dance .acc-area__item-sub-title--label{
    background-color: #fc333b;
  }
  .first-content--dance .acc-area__item-arrow-item:last-of-type:after{
    background-image: none;
  }
}

/* sp */
@media(max-width:768px) {
  .acc-area__item-arrow-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .acc-area__item-arrow-item:not(:last-of-type) {
    margin-bottom: 40px;
  }

  .acc-area__item-arrow-item:last-of-type {
    margin-bottom: 50px;
  }

  .acc-area__item-arrow-item::after {
    content: "";
    position: absolute;
    z-index: 0;
  }

  .acc-area__item-arrow-item:not(:last-of-type)::after {
    width: 5px;
    height: 80px;
    top: 70%;
    left: 62.5px;
  }

  .acc-area__item-arrow-item:not(:last-of-type)::after {
    background-color: #fc333b;
  }

  .acc-area__item-arrow-item:last-of-type:after {
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 60px;
    top: 80%;
    left: 48.5px;
  }

  .acc-area__item-arrow-thumb {
    margin-right: 15px;
    width: 130px;
    z-index: 1;
  }

  .acc-area__item-arrow-main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .acc-area__item-arrow-name {
    font-size: 13px;
    font-weight: 800;
  }

  .acc-area__item-arrow-text {
    font-weight: 500;
  }
  .first-content--dance .acc-area__item-sub-title--label{
    background-color: #fc333b;
  }
  .first-content--dance .acc-area__item-arrow-item:last-of-type:after{
    background-image: none;
  }

}

/*
/* 20221012 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .flow{
    padding-bottom: 1px;
  }
  .first-content__img{
    width: 60%;
    display: block;
    margin: 20px auto;
  }
  .flow_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .flow_flex__item{
    width: 30%;
  }
  .flow_flex{
    max-width: 960px;
    margin: 0 auto;
  }
  .kv-lead{
    position: relative;
    text-align: center;
    background-color: white;
  }
  .kv__note{
    position: unset;
    max-width: none;
    display: block;
    margin: 0 auto;
    transform: none;
    -webkit-transform: none;
    text-align: center;
  }
  .kv__lead-text{
    text-align: center;
    position: absolute;
    bottom: 2vw;
    left: 0;
    right: 0;
    font-size: 1.5vw;
    color: white;
    font-weight: bold;

  }
  .acc-area__item-arrow-item.arrow__next{
    margin-bottom: 140px;
    position: relative;
  }
  .arrow__next.acc-area__item-arrow-item:not(:last-of-type)::after{
    height: 120px;

  }
  .acc-area__item-arrow-text--next{
    position: absolute;
    top: 140px;
  }
  .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;
  }
  .first-content__head-block--full + .first-content__head-title{
    margin-top: 60px;
  }
  .cv + .first-content-inner{
    margin-top: 60px;
  }
  .flow_flex + .first-content__head-title{
    margin-top: 60px;
    text-align: center;
    color: #fc333b;
  }
  .flow_flex__item-main-text{
    color: #333333;
  }
  .kv__main-day-asterisk{
    position: absolute;
    top: 25%;
    left: 92%;
  }
  .flow_flex__item:first-child .flow_flex-main-img{
    margin-bottom: 35px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .first-content__img{
    margin: 4vw 0 12vw;
  }
  .acc-area__item-text + .acc-area__item-weak{
    margin-top: 4vw;
  }
  .flow .first-content__head-title,.flow .flow_flex{
    padding: 0 30px;
    color: #fc333b;
  }
  .flow_flex-img{
    height: 100%;
  }
  .kv__note{
    position: unset;
    max-width: none;
    display: block;
    margin: 0 auto;
    transform: none;
    -webkit-transform: none;
    text-align: center;
    padding-bottom: 0%;
  }
  .kv-lead{
    position: relative;
    margin-top: -36vw;
    padding: 6vw 30px 3vw;
    text-align: center;
  }
  .kv__lead-text{
    margin-bottom: 1vw;
    font-size: 5.5vw;
    color: #ffffff;
    font-weight: bold;

  }
  .acc-area__item-arrow-item.arrow__next{
    margin-bottom: 110px;
    position: relative;
  }
  .arrow__next.acc-area__item-arrow-item:not(:last-of-type)::after{
    height: 110px;

  }
  .acc-area__item-arrow-text--next{
    position: absolute;
    top: 90px;
  }
  .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-main-text{
    color: #333333;
    padding: 0 30px;
    font-size: 4vw;
  }
  .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:last-of-type{
    padding-bottom: 0;
  }
  .flow_flex__item .acc-area__item-weak{
    padding: 0 30px;
    margin-top: 10px;
  }
  .flow_flex + .first-content__head-title{
    margin-top: 8vw;
    text-align: center;
  }
  .kv__main-day-asterisk{
    position: absolute;
    top: 43%;
    left: 83%;
  }
  .acc-area__item-text{
    font-size: 4vw;
  }
  .flow{
    padding-bottom: 1px;
  }
}

/*
/* 20221026 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .kv__main {
    padding-bottom: 0px;
  }
  /* .kv__under-box {
    height: 80px;
    background: #ffffff;
  } */
}

/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .cv-inner {
    padding-top: 25px;
  }
  /* .kv__under-box {
    height: 20vw;
    background: #ffffff;
  } */
}

/* 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;
  }
}

/* 20221111追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .kv__main-day {
    width: 31%;
    left: 52%;
  }
  .kv__main-day>p {
    width: 32vw;
  }
  .kv__main-copy {
    width: 23vw;
    margin-top: 0px;
  }
  .kv__main-leadcopy {
    font-size: 1.1em;
  }
  .kv__main-date {
    margin-top: 0.6vw;
  }
  .cv-inner {
    padding-top: 35px;
  }
  .cv__top-img {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .kv__main-day {
    height: 38vw;
    top: 66vw;
  }
  .kv__main-day>p {
    font-size: 4vw;
  }
  .kv__main-copy {
    margin-top: -12px;
  }
  .kv__main-leadcopy-div {
    background-color: #d53a35;
    color: #fff039;
    border-radius: 7px;
    text-align: center;
    width: 95%;
    padding: 0.3em 0px;
    margin-bottom: 5px;
  }
  .kv__main-date {
    margin-top: 5px;
  }
  .kv__main-day-asterisk {
    font-size: 1em;
    top: 70%;
  }
  .cv__top-img {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  /* .cv__ttl-red {
    font-size: 6vw;
  } */
}

/* 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 {
  .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,カルーセル */
  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%;
    bottom: 10%;
  }
  .kv__main-copy {
    font-size: 0.8vw;
    width: 20vw;
    margin-top: 0;
    margin-left: 0;
  }
  .js-kv__main-copy {
    width: 31vw;
  }
  .js-kv__main-copy .kv__main-date {
    width: auto;
    font-size: 2.5vw;
    text-align: center;
    margin-top: 0;
  }
  .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;
  }

  /* mov */
  .mov-wrap {
    width: 440px;
    margin: 0 auto 40px;
    background-color: #D9ECFA;
    border-radius: 10px;
  }
  .mov-cont-wrap {
    max-width: 90%;
    width: 100%;
    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;
  }
  .first-content__head-title--mt40 {
    margin-top: 40px;
  }
  .first-content__head-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .first-content__head-flex img {
    width: 380px;
  }
  .first-content__head-flex p {
    width: 480px;
  }
  .first-content__head-title.g-title-icon {
    font-size: 28px;
  }
  .first-content__head-title {
    font-size: 24px;
  }

  /* sec02 */
  .acc-area__item-button {
    pointer-events: none;
  }
  .acc-area__item-button::after {
    background-image: none;
  }
  .acc-area__item-title {
    font-size: 24px;
    font-weight: bold;
  }
  .acc-area__item-text--intro {
    font-size: 18px;
  }
  .acc-area__item-num-image {
    width: 24px;
    height: 58px;
    margin-top: -5px;
  }

  /* lesson */
  .lesson-area-txt {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .lesson-area-cont-ttl {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background-color: #005AA0;
    padding-left: 17px;
    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;
  }
  .first-content--pb0 {
    padding-bottom: 0px;
  }
  .lesson-area-cont-main-txt--color {
    color: #005AA0;
    margin-bottom: 15px;
  }
  .lesson-area-cont-sub {
    background-color: #D9ECFA;
    margin-bottom: 40px;
  }
  .lesson-area-cont-sub > p {
    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),
  .lesson-area-cont-sub-flex-item:nth-child(3) {
    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,
  .lesson-area-cont-sub-flex-item:nth-child(3)::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: 150px;
    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;
  }
  .lesson-area-cont-main-txt {
    width: 100%;
  }
  .lesson-area-cont-main-txt a {
    color: #005AA0;
  }
  .lesson-area-cont-main-txt a p {
    margin-top: 12px;
  }

  /* sec04 */
  .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;
    max-width: 100%;
  }
  .detail__cont-flex {
    display: flex;
    justify-content: space-between;
  }
  .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: 400px;
    margin-top: 20px;
  }
  .detail__cont-main-box-list {
    width: 380px;
    display: block;
  }
  .detail__cont-main-box-note--jyukou {
    width: 380px;
  }
  .detail__cont-main-box-note {
    margin-bottom: 40px;
  }
  .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 {
    padding: 40px 60px 30px;
    background-color: #D9ECFA;
  }
  .detail__cont-main-box-img-wrap {
    text-align: center;
    margin-bottom: 0px;
    width: auto;
  }
  .detail__cont-main-table td {
    background-color: #D9ECFA;
  }
  .detail__cont-main-box-note-list--mb18 {
    margin-bottom: 18px;
  }
  .detail__cont-flex--not {
    display: block;
  }
  .detail__cont-flex-img {
    margin-bottom: 30px;
  }

  /* flow */
  .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%;
  }

  /* voice */
  .online-soroban .voice__box--left {
    background-color: #ADCEE8;
  }
  .online-soroban .voice__box--left::before {
    border-color: transparent #ADCEE8 transparent transparent;
  }
  .voice {
    padding-top: 0px;
    padding-bottom: 80px;
  }

  /* 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;
  }
  .sec__schedule-subttl--mt50 {
    margin-top: 50px;
  }
  .js-acc__lineup {
    padding-bottom: 50px;
  }

  /* end */
  .end {
    width: 100%;
    background-image: url(/zemi/challengeschool/online-soroban/assets/img/230110/bg_soroban_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* sec */
  #sec01 {
    padding-top: 90px;
    margin-top: -170px;
  }
  #sec02,#sec06 {
    padding-top: 90px;
    margin-top: -90px;
  }
  #sec03,#sec04,#sec05 {
    padding-top: 90px;
  }

  /* 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;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  /* body */
  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;
    font-size: 2.6vw;
    margin-left: 0;
  }
  .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: 16vw;
    padding: 1vw 0 1vw 2vw;
  }
  .kv__main-btn {
    padding: 2vw;
    padding-right: 7vw;
    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;
  }

  .cv__ttl {
    font-size: 3.6vw;
  }

  /* mov */
  .mov-wrap {
    width: 315px;
    margin: 0 auto 40px;
    background-color: #D9ECFA;
    border-radius: 10px;
  }
  .mov-cont-wrap {
    max-width: 95%;
    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: 14px;
  }
  .first-content__head-title--mt40 {
    margin-top: 40px;
  }
  .table-area {
    text-align: center;
  }
  .table-area th {
    width: auto;
  }

  /* sec02 */
  .acc-area__item-button {
    pointer-events: none;
  }
  .acc-area__item-button::after {
    background-image: none;
  }
  .first-content__body-title {
    font-size: 22px;
  }
  .first-content__head-title.g-title-icon {
    font-size: 22px;
  }
  .first-content__head-title {
    font-size: 18px;
  }
  .acc-area__item-title {
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
  }
  .acc-area__item-text--intro {
    font-size: 14px;
  }
  .acc-area__item-num-image {
    width: 24px;
    height: 58px;
    margin-top: -5px;
  }

  /* lesson */
  .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;
    padding: 7px;
    background-color: #005AA0;
    display: flex;
  }
  .lesson-area-cont-ttl-day {
    background-color: #ffffff;
    color: #005AA0;
    border-radius: 10px;
    padding: 5px;
    margin-right: 5px;
    max-width: 87px;
  }
  .lesson-area-cont-ttl-day--single {
    padding-top: 12px;
  }
  .lesson-area-cont-ttl-sub {
    max-width: 200px;
  }
  .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-cont-sub {
    background-color: #D9ECFA;
    margin-bottom: 40px;
    width: 315px;
    margin: 0 auto;
  }
  .lesson-area-cont-sub > p {
    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),
  .lesson-area-cont-sub-flex-item:nth-child(3) {
    margin-bottom: 34px;
  }
  .lesson-area-cont-sub-flex-item:nth-child(1)::after,
  .lesson-area-cont-sub-flex-item:nth-child(2)::after,
  .lesson-area-cont-sub-flex-item:nth-child(3)::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-main-txt a {
    color: #005AA0;
  }
  .lesson-area-cont-main-txt a p {
    margin-top: 12px;
  }

  /* 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-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: 16vw;
  }
  .detail-note-link a {
    color: #005AA0;
  }
  .detail__cont {
    background-color: #D9ECFA;
    padding: 8vw;
  }
  .detail__cont-main {
    background-color: #D9ECFA;
  }
  .detail__cont-main-table.main-table-mgn-b {
    margin-bottom: 10px;
  }
  .detail__cont-main-table td {
    background-color: #D9ECFA;
  }
  .detail__cont-main-box-note-list--mb18 {
    margin-bottom: 18px;
  }
  .detail__cont-flex-img {
    margin-bottom: 15px;
  }
  .detail__cont-main-box-note.box-note-mgn-b {
    margin-bottom: 30px;
  }

  /* flow */
  .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%;
  }
  .mov-frame {
    width: 100%;
  }

  /* voice */
  .online-soroban .voice__box--left {
    background-color: #ADCEE8 !important;
  }
  .online-soroban .voice__box--left::before {
    border-color: transparent #ADCEE8 transparent transparent !important;
  }
  .voice-cont__ttl-txt {
    font-size: 22px;
  }
  .voice {}

  /* qa */
  .qa-title {
    font-size: 22px;
  }

  /* 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;
  }
  .sec__schedule-subttl--mt50 {
    margin-top: 50px;
  }
  .acc__lineup-box-unit-tag {
    height: 12vw;
  }

  /* end */
  .end {
    width: 100%;
    background-image: url(/zemi/challengeschool/online-soroban/assets/img/230110/bg_soroban_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* sec */
  #sec01 {
    padding-top: 40px;
    margin-top: -50px;
  }
  #sec02 {
    padding-top: 60px;
    margin-top: -30px;
  }
  #sec03 {
    padding-top: 70px !important;
    margin-top: -10px;
  }
  #sec04,#sec06 {
    padding-top: 60px;
    margin-top: -30px;
  }
  #sec05 {
    padding-top: 60px;
    margin-top: -40px;
  }

  /* 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;
  }
  #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,
  #notes .modal__content {
    padding-top: 13vw;
  }
  #bnr-info-02 .modal__content,
  #bnr-info-05 .modal__content,
  #notes .modal__content {
    height: 80vh;
    overflow: scroll;
  }
  .modalid .modal__title {
    font-size: 4.5vw;
  }
}
/* 2023/01/17　メンテナンス通知 */
/*===== 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%;
  }
}

/* 20230123追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .kv__main-day-body {
    width: 30%;
  }
  .kv__main-copy {
    font-size: 0.7vw;
    margin-left: 8%;
  }
  .js-kv__main-copy .kv__main-date {
    font-size: 2vw;
  }
  .kv__main-btn {
    font-size: 1vw;
  }
  .offer__modal-wrap {
    margin-top: 0px;
  }
  .kv__note {
    width: max-content;
    margin: 0;
    position: absolute;
    z-index: 1;
    bottom: 3%;
    left: 78%;
    text-align: left;
    color: #fff;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .offer__modal-wrap {
    margin-top: 0px;
    font-size: 10px;
  }
  .kv__note {
    padding: 0;
    margin: 5px 0 0;
    text-align: right;
    width: max-content;
    margin-right: 3vw;
    margin-left: auto;
  }
}

/* 20230227追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .cv-soroban__cont {
    width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .cv-soroban-inner{
    margin: 0;
    width: 460px;
    padding: 20px 0;
    max-width: 960px;
  }
  .cv-soroban__free{
    width: 460px;
    padding: 20px 0;
  }
  .cv-soroban__free-txt{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #005AA0;
  }
  .cv__ttl{
    font-size: 20px;
  }
  .cv_offer {
    font-size: 14px;
    color: #888888;
    padding-left: 1em;
    text-indent: -1em;
    margin: 15px auto 0;
    text-align: left;
    width: 960px;
    display: block;
  }
  .offer__modal-wrap {
    text-align: left;
    display: block;
    width: 960px;
    margin: 10px auto;
  }
  .voice--soroban .g-title-icon::before, .detail--dance .g-title-icon::before, .qa--dance .g-title-icon::before, .first-content--dance .g-title-icon::before, .material--dance .g-title-icon::before {
    background-image: url(/zemi/challengeschool/online-soroban/assets/img/231221/title_soroban.png);
  }
  .g-title-icon::before {
    left: 45%;
  }
  .first-content--dance .first-content__head-title{
    color: #000;
  }
  .first-content--dance .first-content__body-title{
    color: #000;
  }
  .g-title-icon {
    font-size: 46px;
    text-align: center;
    padding-left: 0px;
    color: #000;
  }
  .detail--dance .detail__ttl,.voice--dance .voice-cont__ttl,.qa--dance .qa-title{
    color: #000;
  }
  .first-content__head-title.g-title-icon {
    font-size: 46px;
  }
  .sec01-sub-title{
    font-size: 30px;
  }
  .h3-title-line::before{
    content: "";
    position: absolute;
    left: -2%;
    top: 0%;
    background: #005AA0;
    width: 6px;
    height: 100%;
  }
  .h3-title-line {
    position: relative;
}
.acc-area__item-button {
  flex-direction: column;
  align-items: flex-start;
}
.acc-area__item-num {
  font-weight: bold;
  color: #005AA0;
  font-size: 22px;
}
.acc-area__item:last-of-type {
  border-bottom: none;
}
.acc-area__item {
  border-top: none;
}
.lesson-area-cont-ttl {
  flex-direction: column;
  background-color: transparent;
  position: relative;
}
.lesson-area-cont-ttl::before {
  content: "";
  position: absolute;
  left: -1%;
  top: 0%;
  background: #005AA0;
  width: 6px;
  height: 100%;
}
.lesson-area-cont-ttl-sub {
  color: #000;
  font-size: 26px;
  margin-top: 0px;
}
.lesson-area-cont-ttl-day {
  color: #005AA0;
  font-size: 22px;
  padding: 0px;
}
.detail__cont-main-box-ttl {
  font-size: 26px;
}
.acc-area__item-content.active{
  padding-bottom: 0px;
}
.cv{
  margin-top: 60px;
}
.kv + .cv {
  margin-top: 0;
}
.cv + .first-content-inner {
  margin-top: 0px;
}
#sec02{
  margin-top: 0px;
}
#sec01, #sec02, #sec03, #sec04, #sec05, #sec06, #sec07 {
  padding-top: 133px;
  margin-top: 0px;
}
.first-content {
  padding-top: 0px;
}
.voice{
}
.detail{
  padding-bottom: 0px;
}
.detail-note-link {
  /* margin-bottom: 0px; */
}
.g-title-icon {
padding: 25px 0px 40px;
}
.first-content__head-title{
  margin-bottom: 0px;
}
.first-content__body-title{
  margin-bottom: 0px;
}
.detail__ttl-txt{
  margin-bottom: 0px;
}
.voice-cont__ttl-txt{
  margin-bottom: 0px;
}
.detail__cont-main-box:not(:last-of-type) {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 50px;
}
.lesson-area-txt {
  margin-bottom: 50px;
}
.lesson-area-cont-sub{
  margin-bottom: 0px;
}
.lesson-area-cont{
  margin-top: 50px;
}
.acc-area__item{
  padding: 25px 0;
}
.first-content .h3-title-line:not(:first-child){
  margin-top: 50px;
}
.table-area{
  margin-top: 50px;
}
h3{
  margin-bottom: 20px;
}
.first-content__head-title{
  margin-bottom: 20px;
}
.first-content__head-title--mt40{
  margin-bottom: 20px;
}
.h3-title-line.border-position::before{
left: 0%;
}
.acc-area__item-num {
  width: auto;
}
.lesson-area-cont-ttl-day{
  padding: 0px;
}
.first-content{
  padding-bottom: 0px;
}
#sec01, #sec02, #sec03, #sec04, #sec05, #sec06, #sec07 {
  padding-top: 80px;
  margin-top: -40px;
}
.cv-soroban__free-link{
  display: block;
  margin: 20px 0;
}
.acc-area__item-content.active {
  padding-bottom: 0px;
  padding-top: 0px;
}
.lesson-area-cont-main-img {
  width: 800px;
}
.cv.mt0{
  margin-top: 0px;
}
.first-content__head-title.mb0{
  margin-bottom: 0px;
}
.acc-area__item.pt0{
  padding-top: 0px;
}
.qa-list.mt0{
  margin-top: 0px;
}
.g-title-icon.g-title-icon__lesson{
  padding-bottom: 20px;
}
.lesson-area-cont.mt0{
  margin-top: 0px;
}
.lesson-area-txt{
  margin-bottom: 40px;
}
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .cv-soroban__free{
    margin: 0 30px;
    padding-bottom: 30px;
  }
  .cv-soroban__free-txt{
    font-size: 4.3vw;
    text-align: center;
    font-weight: bold;
    color: #005AA0;
    margin-bottom: 4vw;
  }
  .cv__ttl{
    padding-top: 30px;
  }
  .cv_offer {
    font-size: 2.6vw;
    color: #888888;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    width: 80%;
    margin: 5vw auto 0;
  }
  .offer__modal-wrap {
    font-size: 2.6vw;
    color: #888888;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    width: 80%;
    margin: 5vw auto 0;
  }
  .voice--soroban .g-title-icon::before, .detail--dance .g-title-icon::before, .qa--dance .g-title-icon::before, .first-content--dance .g-title-icon::before, .material--dance .g-title-icon::before {
    background-image: url(/zemi/challengeschool/online-soroban/assets/img/231221/title_soroban.png);
    top: -9.333vw;
  }
  .g-title-icon::before {
    width: 12.8vw;
    left: 45%;
  }
  .first-content--dance .first-content__head-title{
    color: #000;
  }
  .first-content--dance .first-content__body-title{
    color: #000;
  }
  .g-title-icon {
    font-size: 26px;
    text-align: center;
    padding-left: 0px;
  }
  .detail--dance .detail__ttl,.voice--dance .voice-cont__ttl,.qa--dance .qa-title{
    color: #000;
  }
  .h3-title-line::before{
    content: "";
    position: absolute;
    left: -2%;
    top: 0%;
    background: #005AA0;
    width: 6px;
    height: 100%;
  }
  .table-area {
    text-align: inherit;
  }
  .h3-title-line {
    font-size: 4.8vw;
    position: relative;
    padding-left: 2.6vw;
}
.acc-area__item-button {
  flex-direction: column;
  align-items: flex-start;
}
.acc-area__item-num {
  font-weight: bold;
  color: #005AA0;
}
.acc-area__item-num {
  width: auto;
}
.acc-area__item:last-of-type {
  border-bottom: none;
}
.acc-area__item {
  border-top: none;
}
.lesson-area-cont-ttl {
  flex-direction: column;
  background-color: transparent;
  position: relative;
}
.lesson-area-cont-ttl::after {
  content: "";
  position: absolute;
  left: -2%;
  top: 0%;
  background: #005AA0;
  width: 6px;
  height: 100%;
}
.lesson-area-cont-ttl-sub {
  color: #000;
  max-width: 300px;
}
.lesson-area-cont-ttl-day{
  max-width: 300px;

}
.detail__cont-main-box-ttl {
  font-size: 4.8vw;
}
.acc-area__item-content.active{
  padding-bottom: 0px;
}
.cv{
  margin-top: 60px;
}
.kv + .cv {
  margin-top: 0;
}
#sec02{
  margin-top: 0px;
}
#sec01, #sec02, #sec03, #sec04, #sec05, #sec06, #sec07 {
  padding-top: 40px;
  margin-top: 0px;
}
.first-content{
  padding-top: 0px;
}
.detail-note-link {
  /* margin-bottom: 0px; */
}
.detail{
  padding-bottom: 0px;
}
.faq-txt{
  padding-bottom: 0px;
}
.first-content{
  padding-bottom: 0px;
}
.g-title-icon{
  padding: 20px 0px;
}
.first-content__head-title{
  margin-bottom: 0px;
}
.first-content__body-title{
  margin-bottom: 0px;
}
.detail__ttl-txt{
  margin-bottom: 0px;
}
.voice-cont__ttl-txt{
  margin-bottom: 0px;
}
.detail__cont-main-box:not(:last-of-type) {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 30px;
}
.lesson-area-txt{
  margin: 0px auto;
}
.lesson-area-cont{
  margin-top: 30px;
}
.acc-area__item:not(:first-child){
  margin-top: 30px;
}
.acc-area__item-row-child:not(:last-of-type) {
  margin-bottom: 0px;
}
.acc-area__item-row-child {
  margin-bottom: 0px;
}
.table-area{
  margin-top: 30px;
}
h3{
  margin-bottom: 20px;
}
.first-content__head-title{
  margin-bottom: 20px;
}
.first-content__head-title--mt40{
  margin-bottom: 20px;
}
.lesson-area-cont-ttl{
  margin-bottom: 20px;
}
.lesson-area-cont-ttl-day--single{
  padding-top: 0px;
}
.lesson-area-cont-ttl-day{
  padding-top: 0px;
}
.acc-area__item-content.active {
  padding-bottom: 0px;
  padding-top: 0px;
}
.cv.mt0 {
  margin-top: 0px;
}
}

/* 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: 58px;
    margin: 0 auto;
    display: block;
  }
  .first-content--dance .first-content__head-title {
    color: #000000;
    padding-left: 10px;
  }
  .first-content__head-title.g-title-icon,
  .first-content--dance .first-content__body-title,
  .qa--dance .qa-title {
    text-align: center;
    color: #000000;
    padding: 0;
    margin-bottom: 0;
    border-left: none;
    font-size: 46px;
  }

  .first-content__head-title--small {
    font-size: 30px;
  }
  .acc-area__item {
    border: none;
  }
  .acc-area__item-title-num {
    display: block;
    font-size: 22px;
    font-weight: bold;
  }
  .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;
  }
  .lesson-area-cont-ttl-sub {
    font-weight: bold;
    margin-top: 0;
  }
  .detail__ttl {
    width: 960px;
    margin: 0 auto;
  }
  .detail__ttl-txt {
    padding: 0;
    margin-bottom: 40px;
    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;
    padding-left: 10px;
  }
  .g-title-left-border {
    padding-left: 0;
  }
  .g-title-left-border::before {
    content: none;
  }
  #sec04 {
    padding-bottom: 80px;
  }
  .logo-inner {
    padding-bottom: 15px;
  }
  .qa-list {
    margin-top: 40px;
  }

  /* margin調整 */
  .mov-wrap {
    margin-top: 40px;
  }
  .acc-area {
    margin-top: 20px;
  }
  .acc-area__item-button {
    padding-left: 10px;
  }
  .acc-area__item-content {
    padding-bottom: 10px;
  }
  .menu-table {
    margin-top: 20px;
  }
  .acc-area__item-row.acc-area__item-row--m {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .lesson-area-txt {
    margin-top: 20px;
  }
  .lesson-area-cont-sub {
    margin-top: -30px;
  }
  .first-content--pb10 {
    padding-bottom: 10px;
  }
  .detail-note-link {
    margin-bottom: 80px;
  }
  .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--dance .first-content__head-title {
    color: #000000;
    padding-left: 10px;
  }
  .first-content__head-title.g-title-icon,
  .first-content--dance .first-content__body-title,
  .qa--dance .qa-title {
    text-align: center;
    color: #000000;
    padding: 0;
    margin-bottom: 5px;
    border-left: none;
    font-size: 26px;
  }
  .first-content__head-title.g-title-icon {
    font-size: 20px;
  }
  .acc-area__item {
    border: none;
  }
  .acc-area__item-button {
    padding-left: 10px;
  }
  .acc-area__item-title {
    margin-top: 0;
  }
  .acc-area__item-title-num {
    display: block;
    font-size: 20px;
    font-weight: bold;
  }
  .acc-area__item-row-child--mt20 {
    margin-top: 20px;
  }
  .acc-area__item-row--graybg {
    margin-bottom: 50px;
  }
  .lesson-area-cont-ttl {
    color: #000000;
    background-color: #ffffff;
    padding: 0 0 0 10px;
  }
  .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;
    padding-left: 10px;
  }
  .g-title-left-border {
    padding-left: 0;
  }
  .g-title-left-border::before {
    content: none;
  }

  /* margin調整 */
  #sec01 {
    margin-bottom: 16vw;
  }
  .acc-area__item {
    padding: 15px 0;
  }
  .menu-table {
    margin-top: 5.33333vw;
  }
  .acc-area__item-row.acc-area__item-row--mt10-sp {
    margin-top: 10px;
  }
  .acc-area__item-row.acc-area__item-row--m {
    margin-top: 20px;
    margin-bottom: 45px;
  }
  .lesson-area-txt {
    margin-top: 20px;
  }
  .lesson-area-cont-main--mb20-sp {
    margin-bottom: 20px;
  }
  .detail {
    padding-bottom: 60px;
  }
  .detail-note {
    margin-top: 20px;
  }
  .detail-note-txt {
    margin-bottom: 10px;
  }
}

/* 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%;
  }
    /*===== soroban用 =====*/
    .kv__main-leadcopy{
      padding: 0.4px;
      line-height: 1.5em;
    }
    .kv__main-day-body{
      padding: 0.2vw;
    }
}

/* 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;
  }
  .cv__ttl {
    max-width: 90.6vw;
  }
}

/*===== 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-copy {
    margin-left: 0%;
  }
  .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) {
/* そろばん・習字用 */
.mov-cont-wrap--iframe{
  position: relative;
  width: 100%;
  padding-top: 50%;
  display: block;
}

.mov-frame{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: initial;
  margin-bottom: 0px;
}
.mov-caption-sub{
  padding-top: 0px;
}
.mov-wrap{
  padding: 8% 0;
  padding-bottom: 15%;
}
.cv-soroban-inner{
  padding: 30px 0 15px;
}

.cv-top__flex{
  margin: 0 0 2vw;
}

.cv__ttl{
  margin-bottom: 0px;
  padding-top: 0px;
}
.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;
  }
  /* そろばん用 */
  .kv__main-copy{
    margin-top: 3px;
  }
  .kv__main-day-body {
        padding: 0.1vw;
  }
  /* そろばん用 */
  .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;
}
/* そろばん用 */
  .kv__main-copy {
    margin-top: 1px;
}
.kv__main-leadcopy {
    padding: 0.1px;
}
.kv__main-leadcopy {
    font-size: 0.7vw;
}
.js-kv__main-copy .kv__main-date {
    font-size: 1.3vw;
}
.kv__main-leadcopy {
  line-height: 2em;
}
.kv__main-leadcopy{
  display: inline-block;
  }
/* そろばん用 */
}
/* そろばん用 */
@media only screen and (max-width: 900px) and (min-width: 769px){
  .kv__note {
    bottom: -1%;
}
}
/* そろばん用 */

/* 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%;
  }
}

/* ==============================

  2023/4/21追加分

============================== */
.detail__cont-main-box-note-list--red {
  color: red;
}

/* 230522追記分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .cv__ttl {
    height: 58px;
    line-height: 58px;
    font-size: 20px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .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/6/21追加分
============================== */
.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 {
  .modal__title-offer {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .modal__title-offer {
    font-size: 3.2vw;
    margin-bottom: 5.33333333vw;
  }
}

/* ==============================
  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 {
    margin-top: 2vw;
    font-size: 3vw;
  }
  .kv__main-date {
    font-size: 7vw;
  }
}

/* ==============================
  2023/9/21追加分
============================== */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .cv__offer {
    width: 960px;
    margin: 0 auto 40px;
    font-size: 14px;
    color: #888;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .cv__offer {
    margin: 0 30px 30px;
    font-size: 12px;
    color: #888;
  }
}
/* ==============================
  2023/12/21追加分
============================== */
.detail__cont-main-table tr {
    border-top: 1px solid #fff;
}
.detail__cont-main-table tr:last-of-type {
    border-bottom: 1px solid #fff;
}
.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追加分
============================== */
/*===== 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%);
  }

  .cv__link {
    width: 960px;
    margin: 0 auto 40px;
    font-size: 14px;
  }
  .cv__link a {
    color: #888;
  }

  /* .cv_cvarea_btn_entry {
    background-color: #aaa;
    pointer-events: none;
  } */
}
/*===== 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: #fff 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%);
  }

  .cv__link {
    margin: 0 30px 30px;
    font-size: 12px;
  }
  .cv__link a {
    color: #888;
  }

  /* .cv_cvarea_btn_entry {
    background-color: #aaa;
    pointer-events: none;
  } */

  .floating-btn {
    z-index: 100;
  }
  .floating-btn__sublink-wrap {
    margin-top: 0;
  }
}
/*====================
    acc area feature
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .acc-area__feature {
    margin: 40px auto;
    width: 960px;
    height: auto;
    background-color: #D9ECFA;
    padding: 30px 60px 40px;
  }
  .acc-area__feature_ttl {
    margin-bottom: 15px;
  }
  .feature_ttl_first {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #005AA0;
    line-height: 1;
  }
  .feature_ttl_second {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #005AA0;
  }
  .acc-area__feature_cnt {
    width: 840px;
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 20px 170px;
  }
  .feature_cnt_subttl {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  .feature_cnt_subttl_num {
    color: #005AA0;
    width: 36px;
    height: 36px;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    background-color: #D9ECFA;
    border-radius: 18px;
    margin-right: 7px;
  }
  .feature_cnt_subttl_line {
    background: linear-gradient(transparent 60%, #D9ECFA 0%);
  }
  .feature_cnt_txt {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.8;
  }
  .cnt_subttl_mgn-t {
    margin-top: 20px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .acc-area__feature {
    margin: 10.667vw auto;
    width: 100vw;
    height: auto;
    background-color: #D9ECFA;
    padding: 8vw 10.667vw;
  }
  .acc-area__feature_ttl {
    margin-bottom: 5.333vw;
  }
  .feature_ttl_first {
    margin-bottom: 0;
    font-size: 4.8vw;
    font-weight: bold;
    text-align: center;
    color: #005AA0;
    line-height: 1;
  }
  .feature_ttl_second {
    font-size: 6.933vw;
    font-weight: bold;
    text-align: center;
    color: #005AA0;
  }
  .acc-area__feature_cnt {
    width: 84vw;
    background-color: #FFFFFF;
    border-radius: 4.267vw;
    padding: 5.333vw;
  }
  .feature_cnt_subttl {
    font-size: 4.8vw;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  .feature_cnt_subttl_num {
    color: #005AA0;
    width: 9.6vw;
    height: 9.6vw;
    font-size: 6.933vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1.333vw;
    background-color: #D9ECFA;
    border-radius: 4.8vw;
    margin-right: 1.867vw;
  }
  .feature_cnt_subttl_line {
    background: linear-gradient(transparent 60%, #D9ECFA 0%);
  }
  .feature_cnt_txt {
    margin-top: 1.333vw;
    font-size: 4.267vw;
    line-height: 1.8;
  }
  .cnt_subttl_mgn-t {
    margin-top: 5.333vw;
  }
}

/* ==============================
  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/5/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;
  }
}