@charset "UTF-8";

.bnr{
  margin-bottom: 80px;
  position: relative;
  z-index: 3;
}
.bnr-inner{
  margin: 0 40px 0;
  padding: 0px;
  background: #fff;
  border-radius: 10px;
}

@media (min-width: 769px){
  .bnr-inner{
    width: 640px;
    margin: auto;
    padding: 30px 0 0;
    background: #fff;
  }
  .bnr-inner label.acc-area__item-image-wrap-note{
    text-align: center;
    max-width: 640px;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
  }
}

.bnr-inner-txt{
  font-size: 22px;
  color: #000;
  text-align: center;
}

.bnr-inner-txt--important{
  color: #e40400;
  font-weight: bold;
  font-size: 26px;
}

@media (max-width: 768px){
  .bnr-inner label.acc-area__item-image-wrap-note{
    text-align: center;
    margin: auto;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
  }

  .bnr-inner-txt{
    padding-top: 20px;
    font-size: 16px;
  }

  .bnr-inner-txt--important{
    font-size: 22px;
  }
}

.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;
  }
}


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{
  text-align: right;
}

.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;
  min-height: 240px;
  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: 20px;
  font-size: 15px;
  margin: 0;
}

@media (max-width: 768px){
  .pop_text {
    height: 50vh;
    overflow: scroll;
  }
}
.close_btn {
  cursor:pointer;
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 20px;
}

.ank {
  z-index: 4;
}
@media (max-width: 320px){
  .acc__lineup-box-unit-note{
    bottom: -10vw;
  }
  
}

/* 20220621追加分 */
.block-center{
  margin: 0 auto;
}
.header__acc-box-item:nth-of-type(2) .header__acc-box-item-tag {
  color: #00B4FF !important;
}
.header__acc-box-item:nth-of-type(3) .header__acc-box-item-tag {
  color: #F5A618 !important;
}
.header__acc-box-item:nth-of-type(4) .header__acc-box-item-tag {
  color: #FC333A;
}
.header__acc-box-item:nth-of-type(5) .header__acc-box-item-tag {
  color: #E7A02B;
}
.header__acc-box-item:nth-of-type(6) .header__acc-box-item-tag {
  color: #B016D0;
}
.header__acc-box-item:nth-of-type(7) .header__acc-box-item-tag {
  color: #86C43E;
}
.header__acc-box-item:nth-of-type(2)::after{  
  background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_blue.svg);
}
.header__acc-box-item:nth-of-type(3)::after{  
  background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_orange.svg);
}
.header__acc-box-item:nth-of-type(4)::after{  
  background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_soroban.svg);
}
.header__acc-box-item:nth-of-type(5)::after{  
  background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_shuuji.svg);
}
.header__acc-box-item:nth-of-type(6)::after{  
  background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_programming.svg);
}
.header__acc-box-item:nth-of-type(7)::after{  
  background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_shinrocoaching.svg);
}
.header__acc-box{
  overflow: scroll;
}

/* swiper */
.kv-top .swiper{
  overflow: hidden;
}
.kv-top .swiper-slide > img {
   object-fit: cover; /* IE: not support */
  width: 100%;
  height: 100%;
}
.bg-img{
  background-image: url(/zemi/challengeschool/_assets/img/kv_01_pc.jpg);
  position: fixed;
  z-index: 1;
  width: 100vw;
  max-width: 100vw;
  max-height: calc(100vh - 69px);
  height: 100%;
  top: 69px;
  background-size: cover;
  background-position: center;
}
.swiper-slide img{
  visibility: visible;
  opacity: 1;
}
.kv-top_link:hover{
  opacity: 1;
}
/* PC */
@media (min-width: 769px){
  .kv-top .swiper{
    height: 42vw;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: -8px 29px;
    width: 50px;
    height: 10px;
    border-radius: 0px;
    background: #888888;
  }
  .breadcrumb{
    background-color: #fff;
  }
  .header__acc-box{
    overflow: scroll;
  }
  
  /* kv */
  .kv{
    height: 0;
  }
  .kv-top{
    position: relative;
    z-index: 2;
    margin-top: 90px;
  }
  /* CV */
  .cv-top{
    background-color: #F6F6F6;
    position: relative;
    z-index: 2;
  }
  .cv-top-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 45px 0 35px;
    text-align: center;
  }
  .cv-top__ttl {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
    color: #464646;
    white-space: nowrap;
    display: inline;
  }
  .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-top__btn {
    background-color: #FFF039;
    width: 100%;
    max-width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -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;
  }
  .cv-top__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;
  }
  .cv-top__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;
  }
  .cv-top__note {
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
  }
  .cv-top__note-list {
    font-size: 12px;
    color: #787878;
    text-indent: -1em;
    padding-left: 1em;
  }

  .cv-offer {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    box-sizing: border-box;
  }
  .cv-offer__title {
    font-size: 14px;
    color: #888888;
    padding-left: 1.2em;
    text-align: left;
    text-decoration: underline;
    list-style: none;
    cursor: pointer;
    transition: 0.3s all ease;
    position: relative;
  }
  .cv-offer__title::before {
    content: "＋";
    position: absolute;
    left: 0;
  }
  .cv-offer__title.active::before {
    content: "－";
  }
  .cv-offer__title:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .cv-offer__body {
    display: grid;
    row-gap: 5px;
    padding-top: 10px;
  }
  .cv-offer__text {
    font-size: 12px;
    color: #888888;
  }

  .free-list{
    max-width: 300px;
    margin: 0 auto 10px;
    text-align: left;
  }

  /* main */
  .sec__wrap-img{
    width: 100%;
    max-width: 333px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
  }
  .acc__cont{
    flex-wrap: wrap;

  }
  .acc__cont-box{
    background-position: center;
    background-size: cover;    
  }
  .acc__cont-box:nth-of-type(3) {
    background-image: url(/zemi/challengeschool/_assets/img/bg_acc_cont_01-pc.png);
    margin-top: 40px;
  }
  .sec__wrap:nth-of-type(2) .acc.is-open {
    max-height: 1030px;
  }
  .acc__lineup-box-unit--03{
    background-color: #E7A02B;
    color: #ffffff;
  }
  .acc__lineup-box-unit--04{
    background-color: #FC333A;
    color: #ffffff;
  }
  .acc__lineup-box-unit--05{
    background-color: #B016D0;
    color: #ffffff;
  }
  .acc__lineup-box-unit--06{
    background-color: #86C43E;
    color: #ffffff;
  }
  .acc__lineup-box-unit--07{
    background-color: #E6465A;
    color: #ffffff;
  }
  .acc__lineup-box-unit--08{
    background-color: #FD862E;
    color: #ffffff;
  }
  .sec__wrap:nth-of-type(3) .acc.is-open {
    max-height: 565px;
  }
  .acc__lineup-box-unit-txt{
    font-size: 21px;
  }
  .acc__lineup-box-unit--03 .acc__lineup-box-unit-tag-item {
    background-color: #FAE4D1;
    color: #D8640A;
  }
  .acc__lineup-box-unit--06 .acc__lineup-box-unit-tag-item {
    background-color: #DCF4DE;
    color: #288A58;
  }
  .acc__lineup-box-unit-tag{
    flex-flow: column;
    justify-content: space-around;
    height: 59.4px;
  }
  .acc__lineup-box-unit-tag-item:nth-of-type(2) {
    margin-top: 5px;
    margin-left: 0;
  }

  .acc__lineup-box-unit--03::after,
  .acc__lineup-box-unit--04::after,
  .acc__lineup-box-unit--05::after,
  .acc__lineup-box-unit--06::after,
  .acc__lineup-box-unit--07::after,
  .acc__lineup-box-unit--08::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{
    padding-right: 28px;
  }
  /* bnr-link */
  .bnr-link{
    max-width: 960px;
    margin: 0 auto;
    display: block;
  }
  .seikyu_body {
    padding-top: 140px;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .seikyu_link + .seikyu_link {
    margin-left: 40px;
  }
  .bnr-sec .bnr-link{
    margin-top: 50px;
  }

  /* ラインナップ */
  .sec__category {
    background-color: #fff;
    border-radius: 12px;
    width: 100%;
    margin-bottom: 30px;
    padding: 50px;
    box-sizing: border-box;
  }
  .sec__category-box {
      display: flex;
  }
  .sec__category-box-label {
    font-size: 20px;
    width: 130px;
    line-height: 1.2;
  }
  .sec__category-box-label + .sec__category-box {
    margin-top: 20px;
  }
  .sec__category-box-list {
      flex: 1;
      display: flex;
      gap: 10px 20px;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
  }
  .sec__category-box-list-item {
      border: 1px solid #707070;
      border-radius: 100vh;
      width: 83px;
      height: 30px;
      text-align: center;
      box-sizing: border-box;
      font-size: 16px;
      cursor: pointer;
      line-height: 1.6;
  }
  .sec__category-box-list-item.js-category-button--active,
  .sec__category-box-list-item:hover {
    color: #fff;
    background-color: #005AA0;
    border: 1px solid #005AA0;
  }
  .sec__category-box + .sec__category-box {
      margin-top: 20px;
  }

  .sec__cont {
    flex-wrap: wrap;
    gap: 28px;
  }
  .sec__cont-box {
    margin: 0 !important;
    border-radius: 12px;
    position: relative;
  }
  .sec__cont-box-txtarea {
    padding-bottom: 80px;
  }
  .sec__cont-box-txtarea-link {
    bottom: 0;
    right: 0;
    position: absolute;
  }
  .sec__cont-box-head {
    height: auto;
    padding: 15px;
  }
  .sec__cont-box-head-ttl {
    font-size: 30px;
    font-weight: normal;
    letter-spacing: -1px;
  }
  .sec__cont-red{
    color: #e40400;
  }
  .sec__cont-box-head-item-tag {
    width: 100px;
    padding: 0;
  }
  .sec__cont-box-main-img {
    min-height: auto;
  }
  /* ダンス */
  .sec__cont-box--dance .sec__cont-box-head {
    border-bottom: 3px solid #006CFF;
  }
  .sec__cont-box--dance .sec__cont-box-head-item-tag {
    background-color: #E5F0FF;
    color: #006CFF;
  }
  .sec__cont-box--dance .sec__cont-box-txtarea-link {
    background-color: #006CFF;
  }
  /* アート */
  .sec__cont-box--art .sec__cont-box-head {
    border-bottom: 3px solid #FD862E;
  }
  .sec__cont-box--art .sec__cont-box-head-item-tag {
    background-color: #FEF5EC;
    color: #FD862E;
  }
  .sec__cont-box--art .sec__cont-box-txtarea-link {
    background-color: #FD862E;
  }
  /* 習字 */
  .sec__cont-box--shuuji .sec__cont-box-head {
    border-bottom: 3px solid #E7A02B;
  }
  .sec__cont-box--shuuji .sec__cont-box-head-item-tag {
    background-color: #FFFFE1;
    color: #E7A02B;
  }
  .sec__cont-box--shuuji .sec__cont-box-txtarea-link {
    background-color: #E7A02B;
  }
  /* そろばん */
  .sec__cont-box--soroban .sec__cont-box-head {
    border-bottom: 3px solid #FC333A;
  }
  .sec__cont-box--soroban .sec__cont-box-head-item-tag {
    background-color: #FFDFE1;
    color: #FC333A;
  }
  .sec__cont-box--soroban .sec__cont-box-txtarea-link {
    background-color: #FC333A;
  }
  /* プログラミング */
  .sec__cont-box--programming .sec__cont-box-head {
    border-bottom: 3px solid #B016D0;
  }
  .sec__cont-box--programming .sec__cont-box-head-item-tag {
    background-color: #FAE3FF;
    color: #B016D0;
  }
  .sec__cont-box--programming .sec__cont-box-txtarea-link {
    background-color: #B016D0;
  }
  /* 進路コーチング */
  .sec__cont-box--shinrocoaching .sec__cont-box-head {
    border-bottom: 3px solid #86C43E;
  }
  .sec__cont-box--shinrocoaching .sec__cont-box-head-item-tag {
    background-color: #F2FFE3;
    color: #86C43E;
  }
  .sec__cont-box--shinrocoaching .sec__cont-box-txtarea-link {
    background-color: #86C43E;
  }
  /* オンライン探究学習 */
  .sec__cont-box--tankyu .sec__cont-box-head-item-tag {
    color: #E6465A;
  }
  .sec__cont-box--tankyu .sec__cont-box-txtarea-link {
    background-color: #E6465A;
  }
  /* オンラインデジタルクリエイター */
  .sec__cont-box--creator .sec__cont-box-head-item-tag {
    color: #FD862E;
  }
  .sec__cont-box--creator .sec__cont-box-txtarea-link {
    background-color: #FD862E;
  }
  /* /ラインナップ/ */
  
  /* モーダル */
  .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__wrap {
    max-width: 960px;
  }

  .modalid .modal__content {
    border-radius: 5px;
    background-color: #ffffff;
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 60px;
    width: auto;
  }
  .modalid .modal__close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .modalid .modal__close-icon {
    font-size: 0px;
    width: 30px;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
  }
  .modalid .modal__title {
    font-size: 24px;
    font-weight: 600;
    color: #f58714;
    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;
  }
  /* フローティングボタン */
  .floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 125px;
    height: auto;
    z-index: 10;
  }
  .floating-btn__link {
      display: block;
  }
  .floating-btn__link + .floating-btn__link {
      margin-top: 8px;
  }
  /* /フローティングボタン/ */

  /* お申し込みモーダル */
  .modalid .modal__title {
    font-size: 24px;
    font-weight: 600;
    color: #004fa8;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .modalid .modal__title-two {
    font-size: 24px;
    font-weight: 600;
    color: #004fa8;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .modalid .modal__btn {
    display: flex;
    flex-wrap: wrap;
    width:  auto;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    gap: 24px 20px;
    align-items: center;
  }
  .modal__btn + .modal__btn {
    margin-top: 24px;
  }
  .modalid .modal__btn-item {
    border-radius: 6px;
    box-shadow: 0px 4px 0px 0px #e2e2e2;
    width: 250px;
    transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .modal__btn-item + .modal__btn-item {
    margin-left: 20px;
  }
  .modal__btn-item:nth-of-type(4){
    margin-left: 0;
  }
  /* .modalid .modal__btn-item:nth-child(2n) {
    margin-left: 20px;
  }
  .modalid .modal__btn-item:nth-child(n+3) {
    margin-top: 24px;
  } */
  .modalid .modal__btn-link {
    display: block;
    border-radius: 6px;
    background-color: #004ea2;
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    line-height: 1.0;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 24px;
    position: relative;
    transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .modalid .modal__btn-link--long {
    padding: 17px;
  }
  .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-link--long .modal__btn-item-strong {
    font-size: 16px;
  }
  .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__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__title {
    color: #E5465A;
  }
  .modalid #modal-cv-free .modal__title-two {
    color: #E5465A;
  }
  .modalid #modal-cv-free .modal__btn-link {
    background-color: #E5465A;
  }

  .modalid #modal-cv-free  .modal__btn-item + .modal__btn-item {
    margin-left: 0;
  }

  .js-grade-button {
    cursor: pointer;
  }
  .js-grade-filter li {
    display: none;
  }
  .js-genre-filter li {
    display: none;
  }
  /* /お申し込みモーダル/ */

  #modal-cv-free .modal__btn.madal__btn-grade {
    display: grid;
    grid-template-columns: repeat(auto-fit, max(250px));
    justify-content: center;
  }
  #modal-cv-free .modal__btn.madal__btn-grade .modal__btn-item {
    width: 100%;
  }
  #modal-cv .modal__btn.madal__btn-grade {
    display: grid;
    grid-template-columns: repeat(auto-fit, max(250px));
    justify-content: center;
  }
  #modal-cv .modal__btn.madal__btn-grade .modal__btn-item {
    width: 100%;
  }
}


/* SP */
@media (max-width: 768px){
  .kv-top .swiper{
    height: 143.5vw;
  }
  .kv-top .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: -8px 3vw;
    width: 10vw;
    height: 10px;
    border-radius: 0px;
    background: #888888;
  }
  .sec-inner{
    margin: 0 10.6vw;
  }
  .body-inner{
    overflow: hidden;
  }
  .header__acc-box{
    overflow: scroll;
  }
  
  .kv{
    height: 0 !important;
    /* display: none; */
    margin-top: 0;
  }
  .kv__img{
    height: auto;
  }
  .kv-top{
    position: relative;
    z-index: 3;
    margin-top: 18vw;
  }
  .kv_btn{
    position: absolute;
    width: 230px;
    height: 6px;
    margin: 0 auto;
    bottom: 32px;
    left: calc(50% - 115px);
    display: flex;
    justify-content: space-between;
  }
  .kv_btn-click{
    width: 50px;
    height: 6px;
    background-color: #D8D8D8;
  }
  .kv_btn-click.kv-btn-active{
    background-color: #444444;
  }
  .kv_btn-click:hover{
    cursor: pointer;
  }
  .kv-top_img{
    width: 100%;
    height: auto;
    display:none;
    transition: 0.5s;
    opacity: 0;
  }
  .kv-top_img.active{
    display: block;
    opacity: 1;
  }
  .kv-top .swiper-slide img{
    visibility: unset;
  }

    /* CV */
    .cv-top{
      background-color: #F6F6F6;
      position: relative;
      z-index: 3;
    }
    .cv-top-inner {
      max-width: 960px;
      margin: 0 auto;
      padding: 45px 0 35px;
      text-align: center;
    }
    .cv-top__ttl {
      text-align: center;
      font-size: 4vw;
      font-weight: bold;
      position: relative;
      margin-bottom: 15px;
      color: #464646;
      white-space: nowrap;
      display: inline;
    }
    .cv-top__btn {
      background-color: #FFF039;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 6.6vw;
      text-decoration: none;
      font-size: 4vw;
      font-weight: bold;
      color: #464646;
      cursor: pointer;
      border-radius: 5px;
      margin: 4vw 10.6vw;
    }
    .cv-top__btn::before {
      content: "";
      background-image: url(/zemi/challengeschool/_assets/img/cv-icon-01.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 9.3vw;
      height: 9.3vw;
    }
    .cv-top__btn::after {
      content: "";
      background-image: url(/zemi/challengeschool/_assets/img/cv-icon-02.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 7.4vw;
      height: 7.4vw;
    }
    .cv-top__note {
      margin: 0 auto;
      text-align: left;
      margin-top: 4vw;
      margin: 0 10.6vw;
    }
    .cv-top__note-list {
      font-size: 3.2vw;
      color: #787878;
      text-indent: -1em;
      padding-left: 1em;
    }

    .cv-offer {
      width: 100%;
      margin: 0 auto;
      display: grid;
      box-sizing: border-box;
    }
    .cv-offer__title {
      font-size: 2.667vw;
      color: #888888;
      padding-left: 1.2em;
      text-align: left;
      text-decoration: underline;
      list-style: none;
      cursor: pointer;
      transition: 0.3s all ease;
      position: relative;
    }
    .cv-offer__title::before {
      content: "＋";
      position: absolute;
      left: 0;
    }
    .cv-offer__title.active::before {
      content: "－";
    }
    .cv-offer__title:hover {
      opacity: 0.8;
      text-decoration: none;
    }
    .cv-offer__body {
      display: grid;
      row-gap: 1.333vw;
      padding-top: 2.667vw;
    }
    .cv-offer__text {
      font-size: 2.667vw;
      color: #888888;
    }

    .free-list{
      max-width: 440px;
      margin: 0 auto;
      text-align: left;
      display: flex;
      justify-content: space-around;
    }
    .cv-top__flex{
      /* margin: 4vw 30px; */
    }
    .cv-top__flex img{
      margin-top: 2.4vw;
    }
  
  
    /* main */
    .sec__wrap{
      padding-bottom: 65px;
      margin-bottom: 0;
    }
    .sec__wrap-img{
      width: 100%;
      max-width: 333px;
      border-radius: 10px;
      display: block;
      margin: 0 auto;
    }
    .sec__wrap-main-ttl{
      margin-top: 30px;
    }
    .acc__cont{
      flex-wrap: wrap;
  
    }
    .acc__cont-box{
      background-position: center;
      background-size: cover;    
    }
    .acc__cont-box-img{
      width: 100%;
    }
    .acc__cont-box:nth-of-type(3) {
      background-image: url(/zemi/challengeschool/_assets/img/bg_acc_cont_01-pc.png);
      margin-top: 40px;
    }
    .acc__cont-box:nth-of-type(2) .acc__cont-box-ttl-logo,.acc__cont-box:nth-of-type(1) .acc__cont-box-ttl-logo{
      width: 100%;
    }
    .sec__wrap:nth-of-type(2) .acc.is-open {
      max-height: 315vw;
    }
    .sec__wrap:nth-of-type(1) .acc.is-open{
      max-height: 750px;
    }
    .acc__lineup-box-unit--03{
      background-color: #E7A02B;
      color: #ffffff;
    }
    .acc__lineup-box-unit--04{
      background-color: #FC333A;
      color: #ffffff;
    }
    .acc__lineup-box-unit--05{
      background-color: #B016D0;
      color: #ffffff;
    }
    .acc__lineup-box-unit--06{
      background-color: #86C43E;
      color: #ffffff;
    }
    .acc__lineup-box-unit--07{
      background-color: #E6465A;
      color: #ffffff;
    }
    .acc__lineup-box-unit--08{
      background-color: #FD862E;
      color: #ffffff;
    }
    .sec__wrap:nth-of-type(3) .acc.is-open {
      max-height: 200vw;
    }
    .acc__lineup-box-unit-txt{
      font-size: 4.6vw;
    }
    .acc__lineup-ttl--middle{
      font-size: 4.8vw;
    }
    .acc__lineup-ttl{
      font-size: 4.26vw;
    }
    .acc__lineup-ttl--big{
      font-size: 5.86vw;
    }
    .acc__lineup-box:first-of-type{
      margin-bottom: 10px;
    }
    .acc__lineup-box-unit--03 .acc__lineup-box-unit-tag-item {
      background-color: #FAE4D1;
      color: #D8640A;
    }
    .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: 12vw;
      flex-flow: column;
      justify-content: space-around;
    }
    .acc__lineup-box-unit-tag-item:nth-of-type(2) {
      margin-top: 5px;
      margin-left: 0;
    }
    .acc__lineup-box-unit--03::after,
    .acc__lineup-box-unit--04::after,
    .acc__lineup-box-unit--05::after,
    .acc__lineup-box-unit--06::after,
    .acc__lineup-box-unit--07::after,
    .acc__lineup-box-unit--08::after {
      content: "";
      width: 6px;
      height: 6px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      position: absolute;
      right: 7px;
      top: 50%;
      transform: translateY(-50%) rotate(
      45deg
      );
    }
    .acc__lineup-box-unit{
      padding: 11px 17px 11px 10px;
    }
    .sec__wrap-main-ttl-num03{
      width: 30px;
    }
    .acc__cont-box-ttl-head-txt{
      font-size: 4.8vw;
    }
    .acc__cont-box-txt{
      width: auto;
    }

    /* bnr-link */
    .bnr-sec{
      margin: 25vw 10.6vw 20vw;
    }
    .bnr-link{
      max-width: 960px;
      margin: 0 auto;
      display: block;
    }
    .seikyu_body {
      margin: 0 auto;
    }
    .seikyu_link img {
      margin-top: 40px;
    }
    
    .sec + .bnr-sec{
      margin-top: -16vw;
    }
    /* ラインナップ */
    .sec__category {
      background-color: #fff;
      border-radius: 12px;
      width: 100%;
      margin-bottom: 30px;
      padding: 30px 20px;
      box-sizing: border-box;
    }
    .sec__category-box-label {
      font-size: 16px;
      line-height: 1.2;
    }
    .sec__category-box-list {
        flex: 1;
        display: flex;
        gap: 10px 20px;
        align-items: baseline;
        margin-top: 10px;
        flex-wrap: wrap;
    }
    .sec__category-box-list-item {
        border: 1px solid #707070;
        border-radius: 100vh;
        width: calc(33% - 13px);
        height: auto;
        text-align: center;
        box-sizing: border-box;
        font-size: 18px;
        line-height: 1.6;
        cursor: pointer;
    }
    .sec__category-box-list-item.js-category-button--active {
      color: #fff;
      background-color: #005AA0;
      border: 1px solid #005AA0;
    }
    .sec__category-box + .sec__category-box {
        margin-top: 20px;
    }
    .sec__category-box-label + .sec__category-box {
      margin-top: 20px;
    }
  
    .sec__cont-box-head-item-tag {
      padding: 2px 0;
      width: 72px;
    }
    .sec__cont-box-head-ttl {
      font-size: 16px;
    }
    .sec__cont-red{
      color: #e40400;
    }
  
     /* ダンス */
    .sec__cont-box--dance .sec__cont-box-head {
      border-bottom: 3px solid #006CFF;
    }
    .sec__cont-box--dance .sec__cont-box-head-item-tag {
      background-color: #E5F0FF;
      color: #006CFF;
    }
    .sec__cont-box--dance .sec__cont-box-txtarea-link {
      background-color: #006CFF;
    }
    /* アート */
    .sec__cont-box--art .sec__cont-box-head {
      border-bottom: 3px solid #FD862E;
    }
    .sec__cont-box--art .sec__cont-box-head-item-tag {
      background-color: #FEF5EC;
      color: #FD862E;
    }
    .sec__cont-box--art .sec__cont-box-txtarea-link {
      background-color: #FD862E;
    }
    /* 習字 */
    .sec__cont-box--shuuji .sec__cont-box-head {
      border-bottom: 3px solid #E7A02B;
    }
    .sec__cont-box--shuuji .sec__cont-box-head-item-tag {
      background-color: #FFFFE1;
      color: #E7A02B;
    }
    .sec__cont-box--shuuji .sec__cont-box-txtarea-link {
      background-color: #E7A02B;
    }
    /* そろばん */
    .sec__cont-box--soroban .sec__cont-box-head {
      border-bottom: 3px solid #FC333A;
    }
    .sec__cont-box--soroban .sec__cont-box-head-item-tag {
      background-color: #FFDFE1;
      color: #FC333A;
    }
    .sec__cont-box--soroban .sec__cont-box-txtarea-link {
      background-color: #FC333A;
    }
    /* プログラミング */
    .sec__cont-box--programming .sec__cont-box-head {
      border-bottom: 3px solid #B016D0;
    }
    .sec__cont-box--programming .sec__cont-box-head-item-tag {
      background-color: #FAE3FF;
      color: #B016D0;
    }
    .sec__cont-box--programming .sec__cont-box-txtarea-link {
      background-color: #B016D0;
    }
    /* 進路コーチング */
    .sec__cont-box--shinrocoaching .sec__cont-box-head {
      border-bottom: 3px solid #86C43E;
    }
    .sec__cont-box--shinrocoaching .sec__cont-box-head-item-tag {
      background-color: #F2FFE3;
      color: #86C43E;
    }
    .sec__cont-box--shinrocoaching .sec__cont-box-txtarea-link {
      background-color: #86C43E;
    }
    /* オンライン探究学習 */
    .sec__cont-box--tankyu .sec__cont-box-head-item-tag {
      color: #E6465A;
    }
    .sec__cont-box--tankyu .sec__cont-box-txtarea-link {
      background-color: #E6465A;
    }
    /* オンラインデジタルクリエイター */
    .sec__cont-box--creator .sec__cont-box-head-item-tag {
      color: #FD862E;
    }
    .sec__cont-box--creator .sec__cont-box-txtarea-link {
      background-color: #FD862E;
    }
    /* /ラインナップ/ */
      /* モーダル */
  .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: #f58714;
    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;
  }

  /* フローティングボタン */
  .floating-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    background-color: rgba(246,246,246,0.9);
    padding: 10px 30px;
    box-sizing: border-box;
  }
  .floating-btn__link {
      display: block;
  }
  .floating-btn__sublink-wrap {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
  }
  .footer {
    padding-bottom: 90px;
  }
  /* /フローティングボタン/ */

  /* お申し込みモーダル */
  .modalid .modal__title {
    font-size: 4.26666666vw;
    font-weight: 600;
    color: #004fa8;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 5.33333333vw;
  }
  .modalid .modal__title-two {
    font-size: 4.26666666vw;
    font-weight: 600;
    color: #004fa8;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 5.33333333vw;
  }
  .modalid .modal__btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3.2vw 2%;
    /* padding-right: 4vw;
    padding-left: 4vw; */
  }
  .modalid .modal__btn.madal__btn-grade{
    align-items: center;
  }

  .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: #004ea2;
    font-size: 3.73333333vw;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    line-height: 1.0;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 4.5vw;
    position: relative;
  }
  .modalid .modal__btn-link::after {
    content: "";
    background-image: url(/online-dance/assets/img/210506/icon_arrow_white.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 1.86666666vw;
    height: 3.2vw;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.66666666vw;
  }
  .modalid .modal__btn-item-strong {
    font-size: 3.73333333vw;
  }
  .modalid .modal__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;
  }

  .modalid #modal-cv-free .modal__title {
    color: #E5465A;
  }
  .modalid #modal-cv-free .modal__title-two {
    color: #E5465A;
  }
  .modalid #modal-cv-free .modal__btn-link {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E5465A;
    height: 100%;
    box-sizing: border-box;
  }

  .js-grade-button {
    cursor: pointer;
  }
  .js-grade-filter li {
    display: none;
  }
  .js-genre-filter li {
    display: none;
  }
  /* /お申し込みモーダル/ */
  .modalid #modal-cv-free .modal__btn.madal__btn-grade {
    display: grid;
    grid-template-columns: repeat(auto-fit, max(48%));
    justify-content: center;
    align-items: stretch;
    gap: 3.2vw 4%;
  }
  .modalid #modal-cv-free .modal__btn.madal__btn-grade .modal__btn-item {
    width: 100%;
  }
  .modalid #modal-cv .modal__btn.madal__btn-grade {
    display: grid;
    grid-template-columns: repeat(auto-fit, max(48%));
    justify-content: center;
    align-items: stretch;
    gap: 3.2vw 4%;
  }
  .modalid #modal-cv .modal__btn.madal__btn-grade .modal__btn-item {
    width: 100%;
  }
  .modalid #modal-cv .modal__btn.madal__btn-grade .modal__btn-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
  }
}


/* 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: #F6F6F6;
    font-size: 20px;
    color: #005AA0;
  }
  .cv-lead__main{
    max-width: 960px;
    border-top: 2px solid #005AA0;
    border-bottom: 2px solid #005AA0;
  }
  .cv-lead__text{
    font-size: 24px;
    margin-top: 15px;
  }
  .lead-offer__item{
    font-size: 14px;
    color: #787878;
    margin-top: 5px;
    margin-bottom: 12px;
  }
  .lead-em{
    font-size: 34px;
  }
  .lead-red{
    color: #FC333A;
  }
  #modal-cv .modal__content{
    padding: 60px 40px;
  }

}

/* SP */
@media (max-width: 768px){
  .cv-lead{
    text-align: center;
    color: #464646;
    margin-top: 30px;
    padding: 0 10.6vw;
    font-size: 4vw;

  }
  .cv-lead__ttl{
    color: #005AA0;
    margin-bottom: 2vw;
  }
  .cv-lead__main{
    width: 100%;
    border-top: 2px solid #005AA0;
    border-bottom: 2px solid #005AA0;
  }
  .cv-lead__text{
    margin-top: 4vw;
    line-height: 7vw;
  }
  .lead-offer__item{
    font-size: 3.2vw;
    color: #787878;
    margin-top: 1.3vw;
    margin-bottom: 4vw;
  }
  .lead-red{
    color: #FC333A;
  }
  .lead-em-sp{
    font-size: 6.4vw;
    line-height: 4vw;
  }

}
/* 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-top: 0;
  }

}
/*===== 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;
  }
  #modal-taiken .modal__content {
    overflow: scroll;
  }

}

/* 20220719追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .carousel-bnr{
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 860px;
    height: 330px;
    margin: 80px auto 60px;
    padding: 20px 50px 0;
    background-color: #ffffff;
    border-radius: 15px;
  }
  .carousel-bnr .swiper-pagination{
    position: absolute;
    bottom: 23px;
    left: calc(50% - 150px/2);
    width: 150px;
    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 12vw;
    background-color: #ffffff;
    border-radius: 3.2vw;
  }
  .carousel-bnr .swiper-pagination{
    position: absolute;
    bottom: -7vw;
    left: calc(50% - 70px/2);
    width: 70px;
    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;
  }

}

/* 20220812追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .cv-top__ttl{
    font-size: 26px;
  }
  .cv-top__flex{
    max-width: 960px;
  }
  .carousel-bnr__img{
    border-radius: 0;
  }
  .sec__cont-box-txtarea-link{
    width: 100%;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .cv-top__ttl{
    font-size: 5vw;
  }
  .seikyu_body + .seikyu_body{
    margin-top: 8vw;
  }
  .carousel-bnr__img{
    border-radius: 0;
  }
  .bnr-sec{
    margin-top: 35vw;
  }
  .bnr-text{
    font-size: 12px;
    color: #fff;
    margin-top: 2.6vw;
  }
  .sec__cont-box-txtarea-link{
    width: 100%;
  }
}

/* 20220812追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .cv_offer{
    font-size: 14px;
    color: #888888;
    padding-left:1em;
    text-indent:-1em;
    margin: 15px auto 0;
    text-align: left;
    width: 960px;
    display: block;
  }
  .cv_offer + .cv_offer{
    margin-top: 0;
  }
  .cv_offer.cv_offer--center{
    text-align: center;
  }
  .carousel-offer{
    padding-left:1em;
    text-indent:-1em;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
    margin-left: -50px;
    margin-right: -50px;
  }
  .carousel-offer + .carousel-offer{
    margin-top: 0;

  }
  .sec__cont-box .carousel-offer{
    position: absolute;
    bottom: -40px;
    left: 50px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .cv_offer{
    font-size: 2.6vw;
    color: #888888;
    padding-left:1em;
    text-indent:-1em;
    text-align: left;
    width: 100%;
    margin: 2.133vw auto 0;
    display: block;
  }
  .cv_offer + .cv_offer{
    margin-top: 0;
  }
  .cv_offer.cv_offer--center{
    text-align: center;
  }

  .carousel-offer{
    padding-left:1em;
    text-indent:-1em;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-top: 16vw;
  }
  .carousel-offer + .carousel-offer{
    margin-top: 0;

  }
  .sec__cont-box .carousel-offer{
    position: absolute;
    bottom: -14vw;
    width: 78.8vw;
  }
  .sec-margin{
    margin-top: 85px;
  }
  #hoshou .modal__content{
    height: 80vh;
    overflow: scroll;
  }
}

/* 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 {
    font-size: 2.6vw;
    color: #888888;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    width: 80%;
    margin: 5vw auto 0;
  }
  .offer__modal {
    color: #888888;
    line-height: 1.6em;
    text-decoration: underline;
    font-size: 2.6vw;
  }
}

/* 20221111追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .sec__cont-box-txtarea {
    display: flex;
    justify-content: center;
  }
  .sec__cont-box-txtarea-txt {
    padding-right: 0px;
    padding-left: 0px;
    margin: 0 auto;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .sec__cont-box-txtarea {
    display: flex;
    justify-content: center;
  }
  .sec__cont-box-txtarea-txt {
    padding-right: 0px;
    padding-left: 0px;
    margin: 0 auto;
  }
}

/* 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: #ffffff;
    pointer-events: none;
  }
  .carousel-bnr {
    margin-bottom: 10px;
    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: #ffffff;
    pointer-events: none;
  }
  .carousel-bnr {
    margin-bottom: 15vw;
    padding: 0px;
    background-color: transparent;
  }
  .bnr-sec {
    margin-top: 0;
  }
}

/* 20221221追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .bnr-sec {
    margin-top: 80px;
  }
}

/* 20230110追加分（既存改修） */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .kv-top a:hover {
    opacity: 1;
  }
  .kv-top .swiper {
    height: 40.5vw;
  }
  .cv-top {
    background-color: #DEEFFC;
  }
  .cv-top-inner {
    padding: 20px 0;
  }
  .cv-top__ttl {
    font-size: 22px;
  }
  .bnr-area {
    width: 936px;
    /* height: 590px; */
    margin: 0 auto 40px;
    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;
  }
  .bnr-area .swiper-bnr.swiper-bnr--small {
    height: auto;
  }
  .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: 55%;
  }
  .bnr-area .swiper-button-next {
    width: 50px;
    height: 50px;
    right: -16px;
    top: 55%;
  }
  .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;
  }
  .sec__category {
    background-color: #DEEFFC;
  }
  .sec__category-box-label {
    color: #005AA0;
  }
  .sec__category-box-list-item {
    color: #005AA0;
    background-color: #ffffff;
    border-color: #005AA0;
  }
  .sec__cont-box {
    box-shadow: 0 1px 5px gray;
  }
  .sec__cont-box-head {
    border-radius: 3px 3px 0 0;
    display: block;
    text-align: center;
  }
  .sec__cont-box--soroban .sec__cont-box-head {
    border-top: 3px solid #FC333A;
    border-bottom: none;
    background-color: #FFDFE1;
  }
  .sec__cont-box.sec__cont-box--shuuji .sec__cont-box-head {
    border-top: 3px solid #86C43E;
    border-bottom: none;
    background-color: #E4F2D5;
  }
  .sec__cont-box--dance .sec__cont-box-head {
    border-top: 3px solid #006CFF;
    border-bottom: none;
    background-color: #E5F0FF;
  }
  .sec__cont-box--art .sec__cont-box-head {
    border-top: 3px solid #EFAB00;
    border-bottom: none;
    background-color: #FFFEE1;
  }
  .sec__cont-box--programming .sec__cont-box-head {
    border-top: 3px solid #B016D0;
    border-bottom: none;
    background-color: #FAE3FF;
  }
  .sec__cont-box--tankyu .sec__cont-box-head {
    border-top: 3px solid #E6465A;
    border-bottom: none;
    background-color: #FFE8FB;
  }
  .sec__cont-box--creator .sec__cont-box-head {
    border-top: 3px solid #FD862E;
    border-bottom: none;
    background-color: #FFF3CB;
  }
  .sec__cont-box-head-ttl {
    font-weight: bold;
  }
  .sec__cont-box-head-item {
    flex-direction: row;
  }
  .sec__cont-box .sec__cont-box-head .sec__cont-box-head-item-tag {
    background-color: #ffffff;
    margin: 14px auto 0;
  }
  .sec__cont-box.sec__cont-box--shuuji .sec__cont-box-head-item-tag {
    color: #659D23;
  }
  .sec__cont-box--art .sec__cont-box-head-item-tag {
    color: #E7A02B;
  }
  .sec__cont-box--dance .sec__cont-box-head span:nth-child(1) {
    margin-right: 8px;
  }
  .sec__cont-box--dance .sec__cont-box-head span:nth-child(2) {
    margin-left: 0px;
  }
  .sec__cont-box--art .sec__cont-box-head span:nth-child(1) {
    margin-right: 8px;
  }
  .sec__cont-box--art .sec__cont-box-head span:nth-child(2) {
    margin-left: 0px;
  }
  .sec__cont-box--programming .sec__cont-box-head span:nth-child(1) {
    margin-right: 8px;
  }
  .sec__cont-box--programming .sec__cont-box-head span:nth-child(2) {
    margin-left: 0px;
  }
  .sec__cont-box--creator .sec__cont-box-head span:nth-child(1) {
    margin-right: 8px;
  }
  .sec__cont-box--creator .sec__cont-box-head span:nth-child(2) {
    margin-left: 0px;
  }
  .sec__cont-box--shuuji .sec__cont-box-main:after {
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/230110/img_shuuji-sinkaikou.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 112px;
    height: 112px;
    top: 15px;
    left: 15px;
  }
  .sec__cont-box--art .sec__cont-box-main:after {
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/230110/img_art-sinkaikou.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 112px;
    height: 112px;
    top: 15px;
    left: 15px;
  }
  .sec__cont-box-txtarea {
    padding-bottom: 75px;
  }
  .sec__cont-box-txtarea-txt {
    line-height: 1.2;
    padding: 15px 25px 0px;
  }
  .sec__cont-box--soroban .sec__cont-box-txtarea-txt {
    color: #FC333A;
  }
  .sec__cont-box--shuuji .sec__cont-box-txtarea-txt {
    color: #86C43E;
  }
  .sec__cont-box--dance .sec__cont-box-txtarea-txt {
    color: #006CFF;
  }
  .sec__cont-box--art .sec__cont-box-txtarea-txt {
    color: #EFAB00;
  }
  .sec__cont-box--programming .sec__cont-box-txtarea-txt {
    color: #B016D0;
  }
  .sec__cont-box--tankyu .sec__cont-box-txtarea-txt {
    color: #E6465A;
  }
  .sec__cont-box--creator .sec__cont-box-txtarea-txt {
    color: #FD862E;
  }
  .sec__cont-box-txtarea-link {
    border-bottom-left-radius: 12px;
  }
  .sec__cont-box:nth-of-type(2) .sec__cont-box-txtarea-link {
    background-color: #86C43E;
  }
  .sec__cont-box--art .sec__cont-box-txtarea-link {
    background-color: #EFAB00;
  }
  .sec__img {
    margin-top: 0px;
  }
  .sec__wrap {
    margin-top: 40px;
  }
  .sec__wrap-main {
    background-color: #F0FBFF;
    max-width: 960px;
    padding: 35px;
    position: relative;
  }
  /* .sec__wrap:nth-of-type(2) .sec__wrap-main {
    background-color: #FFFEED;
  }
  .sec__wrap:nth-of-type(3) .sec__wrap-main {
    background-color: #FFF5E5;
  }
  .sec__wrap:not(:last-child) .sec__wrap-main:after {
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/230110/icon_arrow-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 16px;
    position: absolute;
    right: 50%;
    top: auto;
    bottom: -50px;
    transform: translateX(50%);
    z-index: 1;
  } */
  .sec__wrap-main-ttl {
    color: #005AA0;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .sec__wrap-main-ttl-num {
    margin: 6px 13px 0 0;
    background-color: #0095D3;
  }
  .sec__wrap:nth-of-type(2) .sec__wrap-main-ttl-num {
    background-color: #DBCF33;
  }
  .sec__wrap:nth-of-type(3) .sec__wrap-main-ttl-num {
    background-color: #DB9011;
  }
  .sec__wrap-main-txt {
    color: #000000;
    font-weight: normal;
    margin: 20px auto 30px;
    width: 580px;
  }
  .sec__wrap-main-btn {
    background-color: #0095D3;
  }
  .sec__wrap:nth-of-type(2) .sec__wrap-main-btn {
    background-color: #DBCF33;
  }
  .sec__wrap:nth-of-type(3) .sec__wrap-main-btn {
    background-color: #DB9011;
  }
  .sec__wrap-main-btn-on {
    display: block;
  }
  .sec__wrap-main-btn-on.is-active {
    display: none;
  }
  .sec__wrap-main-btn-off {
    display: block;
  }
  .sec__wrap-main-btn-off.is-active {
    display: none;
  }
  .acc__cont {
    margin-bottom: 0px;
  }
  .acc.is-open {
    margin-bottom: 0px;
  }
  .acc__cont-box-ttl-head-txt {
    font-size: 24px;
  }
  .acc__cont-box:nth-of-type(2) .acc__cont-box-ttl-head-txt {
    font-size: 22px;
  }
  .acc__cont-box-img {
    width: 305px;
  }
  .acc__cont-box-txt {
    width: 305px;
    letter-spacing: 0px;
  }
  .acc__cont-box:nth-of-type(1) {
    background-image: url(/zemi/challengeschool/_assets/img/bg_acc_cont_02-pc.png);
  }
  .acc__cont-box:nth-of-type(2) {
    background-image: url(/zemi/challengeschool/_assets/img/bg_acc_cont_01-pc.png);
  }
  .sec__wrap:nth-of-type(2) .acc__cont-box:nth-of-type(1) {
    background-image: url(/zemi/challengeschool/_assets/img/bg_acc_cont_01-pc.png);
  }
  .sec__wrap:nth-of-type(2) .acc__cont-box:nth-of-type(2) {
    background-image: url(/zemi/challengeschool/_assets/img/bg_acc_cont_02-pc.png);
  }
  .acc__cont-box:nth-of-type(2) .acc__cont-box-ttl-logo {
    width: 214px;
  }
  .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--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;
  }
  .acc__lineup-box-unit--07 .acc__lineup-box-unit-tag-item {
    color: #E6465A;
    background-color: #ffffff;
  }
  .acc__lineup-box-unit--08 .acc__lineup-box-unit-tag-item {
    color: #FD862E;
    background-color: #ffffff;
  }
  .sec__schedule-subttl {
    color: #000000;
    margin-bottom: 30px;
  }
  .sec__schedule-subtxt {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
  }
  .sec__schedule-subttl--num {
    font-size: 40px;
  }
  .end {
    width: 100%;
    background-image: url(/zemi/challengeschool/_assets/img/kv_01_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .end .sec__schedule-subttl {
    color: #ffffff;
    padding-top: 40px;
    margin-bottom: 10px;
  }
  .acc__lineup-wrap {
    width: 960px;
    margin: 0 auto;
    padding-top: 80px;
  }
  .cv {
    margin-top: 50px;
    margin-bottom: 0px;
    /* padding-bottom: 65px; */
  }
  #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;
  }
  .breadcrumb {
    margin-top: 0px;
  }

  /* 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;
  }

  /* header-menu */
  .header__acc-box-item {
    padding: 30px;
  }
  .header__acc-box-item-txt--dance {
    color: #006CFF;
  }
  .header__acc-box-item-txt--art {
    color: #E8A02D;
  }
  .header__acc-box-item-txt--soroban {
    color: #FC333A;
  }
  .header__acc-box-item-txt--shuuji {
    color: #86C43E;
  }
  .header__acc-box-item-txt--programming {
    color: #a91bc6;
  }
  .header__acc-box-item-txt--tankyu {
    color: #E6465A;
  }
  .header__acc-box-item-txt--creator {
    color: #FD862E;
  }
  .header__acc-box-item div {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
  }
  .header__acc-box-item div a {
    color: #000000;
    text-decoration: none;
  }
  .header__acc-box-item-link {
    width: 180px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-right: 20px;
  }
  .header__acc-box-item-link::after {
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/230110/icon_arrow-black.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 25px;
    top: 18px;
  }
  .header__acc-box-item-link--dance {
    background-color: #E5F0FF;
  }
  .header__acc-box-item-link--art {
    background-color: #FEFFE1;
  }
  .header__acc-box .header__acc-box-item.header__acc-box-item--dance::after {
    background-image: none;
  }
  .header__acc-box .header__acc-box-item.header__acc-box-item--art::after {
    background-image: none;
  }
  .header__acc-box .header__acc-box-item.header__acc-box-item--soroban::after {
    background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_soroban.svg);
  }
  .header__acc-box .header__acc-box-item.header__acc-box-item--shuuji::after {
    background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_shinrocoaching.svg);
  }
  .header__acc-box .header__acc-box-item.header__acc-box-item--programming::after {
    background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_programming.svg);
  }
  .header__acc-box .header__acc-box-item.header__acc-box-item--tankyu::after {
    background-image: url(/zemi/challengeschool/_assets/img/230123/icon_arrow_tankyu.svg);
  }
  .header__acc-box .header__acc-box-item.header__acc-box-item--creator::after {
    background-image: url(/zemi/challengeschool/_assets/img/230123/icon_arrow_creator.svg);
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .kv-top .swiper {
    height: 131.5vw;
  }
  .cv-top {
    background-color: #DEEFFC;
  }
  .cv-top-inner {
    padding: 30px 0;
  }
  .cv-top__ttl {
    font-size: 4.3vw;
  }
  .bnr-area {
    width: 100vw;
    /* height: 200px; */
    margin: 0 auto 8vw;
    position: relative;
  }
  .bnr-area-txt {
    font-size: 4vw;
    font-weight: bold;
    color: #005AA0;
    text-align: center;
    margin-bottom: 15px;
  }
  .bnr-area .swiper-bnr {
    width: 100vw;
    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: 7vw;
    height: 5px;
    border-radius: 0px;
    background: #888888;
  }
  .bnr-area .swiper-pagination--bnr .swiper-pagination-bullet-active {
    background: #005AA0;
  }
  .bnr-area .swiper-button-prev {
    width: 8vw;
    height: 8vw;
    left: 16px;
    top: 55%;
  }
  .bnr-area .swiper-button-next {
    width: 8vw;
    height: 8vw;
    right: 16px;
    top: 55%;
  }
  .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: 8vw;
    height: 8vw;
  }
  .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: 8vw;
    height: 8vw;
  }
  .kv-top .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 7vw;
    height: 3px;
  }
  .sec__category {
    background-color: #DEEFFC;
  }
  .sec__category-box-label {
    color: #005AA0;
  }
  .sec__category-box-list-item {
    color: #005AA0;
    background-color: #ffffff;
    border-color: #005AA0;
    font-size: 4vw;
  }
  .sec__cont {
    display: flex;
    flex-direction: column;
  }
  .sec__cont-box {
    box-shadow: 0 1px 5px gray;
  }
  .sec__cont-box-head {
    border-radius: 5px 5px 0 0;
    display: block;
    text-align: center;
  }
  .sec__cont-box--soroban .sec__cont-box-head {
    border-top: 3px solid #FC333A;
    border-bottom: none;
    background-color: #FFDFE1;
  }
  .sec__cont-box.sec__cont-box--shuuji .sec__cont-box-head {
    border-top: 3px solid #86C43E;
    border-bottom: none;
    background-color: #E4F2D5;
  }
  .sec__cont-box--dance .sec__cont-box-head {
    border-top: 3px solid #006CFF;
    border-bottom: none;
    background-color: #E5F0FF;
  }
  .sec__cont-box--art .sec__cont-box-head {
    border-top: 3px solid #EFAB00;
    border-bottom: none;
    background-color: #FFFEE1;
  }
  .sec__cont-box--programming .sec__cont-box-head {
    border-top: 3px solid #B016D0;
    border-bottom: none;
    background-color: #FAE3FF;
  }
  .sec__cont-box--tankyu .sec__cont-box-head {
    border-top: 3px solid #E6465A;
    border-bottom: none;
    background-color: #FFE8FB;
  }
  .sec__cont-box--creator .sec__cont-box-head {
    border-top: 3px solid #FD862E;
    border-bottom: none;
    background-color: #FFF3CB;
  }
  .sec__cont-box-head-ttl {
    font-weight: bold;
    font-size: 5.8vw;
  }
  .sec__cont-box-head-item {
    flex-direction: row;
  }
  .sec__cont-box .sec__cont-box-head .sec__cont-box-head-item-tag {
    background-color: #ffffff;
    margin: 2.8vw auto 0;
  }
  .sec__cont-box.sec__cont-box--shuuji .sec__cont-box-head-item-tag {
    color: #659D23;
  }
  .sec__cont-box--art .sec__cont-box-head-item-tag {
    color: #E7A02B;
  }
  .sec__cont-box--dance .sec__cont-box-head span:nth-child(1) {
    margin-right: 8px;
  }
  .sec__cont-box--dance .sec__cont-box-head span:nth-child(2) {
    margin-left: 0px;
  }
  .sec__cont-box--art .sec__cont-box-head span:nth-child(1) {
    margin-right: 8px;
  }
  .sec__cont-box--art .sec__cont-box-head span:nth-child(2) {
    margin-left: 0px;
  }
  .sec__cont-box--programming .sec__cont-box-head span:nth-child(1) {
    margin-right: 8px;
  }
  .sec__cont-box--programming .sec__cont-box-head span:nth-child(2) {
    margin-left: 0px;
  }
  .sec__cont-box--creator .sec__cont-box-head span:nth-child(1) {
    margin-right: 8px;
  }
  .sec__cont-box--creator .sec__cont-box-head span:nth-child(2) {
    margin-left: 0px;
  }
  .sec__cont-box--shuuji .sec__cont-box-main:after {
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/230110/img_shuuji-sinkaikou.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 23vw;
    height: 23vw;
    top: 4vw;
    left: 3vw;
  }
  .sec__cont-box--art .sec__cont-box-main:after {
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/230110/img_art-sinkaikou.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 23vw;
    height: 23vw;
    top: 4vw;
    left: 3vw;
  }
  .sec__cont-box-txtarea {
    padding-bottom: 3vw;
  }
  .sec__cont-box-txtarea-txt {
    line-height: 1.2;
    padding: 3vw 0 0;
    margin: 0 auto;
  }
  .sec__cont-box--soroban .sec__cont-box-txtarea-txt {
    color: #FC333A;
  }
  .sec__cont-box--shuuji .sec__cont-box-txtarea-txt {
    color: #86C43E;
  }
  .sec__cont-box--dance .sec__cont-box-txtarea-txt {
    color: #006CFF;
  }
  .sec__cont-box--art .sec__cont-box-txtarea-txt {
    color: #EFAB00;
  }
  .sec__cont-box--programming .sec__cont-box-txtarea-txt {
    color: #B016D0;
  }
  .sec__cont-box--tankyu .sec__cont-box-txtarea-txt {
    color: #E6465A;
  }
  .sec__cont-box--creator .sec__cont-box-txtarea-txt {
    color: #FD862E;
  }
  .sec__cont-box-txtarea-link {
    border-bottom-left-radius: 12px;
  }
  .sec__cont-box {
    border-bottom-left-radius: 12px;
  }
  .sec__cont-box:nth-of-type(2) .sec__cont-box-txtarea-link {
    background-color: #86C43E;
  }
  .sec__cont-box--art .sec__cont-box-txtarea-link {
    background-color: #EFAB00;
  }
  .sec__img {
    margin-top: 0px;
    min-width: 100%;
  }
  .sec__wrap {
    margin-top: 40px;
    padding-bottom: 30px;
  }
  .sec__wrap-main {
    background-color: #F0FBFF;
    max-width: 315px;
    padding: 5vw 5vw 8vw;
    position: relative;
  }
  .sec__wrap:nth-of-type(2) .sec__wrap-main {
    background-color: #FFFEED;
  }
  .sec__wrap:nth-of-type(3) .sec__wrap-main {
    background-color: #FFF5E5;
  }
  /* .sec__wrap:not(:last-child) .sec__wrap-main:after {
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/230110/icon_arrow-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 15px;
    position: absolute;
    right: 50%;
    top: auto;
    bottom: -50px;
    transform: translateX(50%);
    z-index: 1;
  } */
  .sec__wrap-main-ttl {
    color: #005AA0;
    font-weight: bold;
    margin-bottom: 4.5vw;
    margin-top: 0;
  }
  .sec__wrap-main-ttl-num {
    margin: 1vw 3vw 0 0;
    background-color: #0095D3;
  }
  .sec__wrap:nth-of-type(2) .sec__wrap-main-ttl-num {
    background-color: #DBCF33;
  }
  .sec__wrap:nth-of-type(3) .sec__wrap-main-ttl-num {
    background-color: #DB9011;
  }
  .sec__wrap-main-ttl-num02 {
    width: 25px;
  }
  .sec__wrap-main-ttl-num03 {
    width: 25px;
    margin-right: 20px;
  }
  .sec__wrap-main-txt {
    color: #000000;
    font-weight: normal;
    margin: 20px auto 30px;
  }
  .sec__wrap-main-btn {
    background-color: #0095D3;
  }
  .sec__wrap:nth-of-type(2) .sec__wrap-main-btn {
    background-color: #DBCF33;
  }
  .sec__wrap:nth-of-type(3) .sec__wrap-main-btn {
    background-color: #DB9011;
  }
  .sec__wrap-main-btn-on {
    display: block;
  }
  .sec__wrap-main-btn-on.is-active {
    display: none;
  }
  .sec__wrap-main-btn-off {
    display: block;
  }
  .sec__wrap-main-btn-off.is-active {
    display: none;
  }
  .acc__cont {
    margin-bottom: 0px;
  }
  .acc.is-open {
    margin-bottom: 0px;
  }
  .acc__cont-box-ttl-head-txt {
    font-size: 5vw;
  }
  .acc__cont-box:nth-of-type(2) .acc__cont-box-ttl-head-txt {
    font-size: 4vw;
  }
  .acc__cont-box:nth-of-type(1) {
    background-image: url(/zemi/challengeschool/_assets/img/bg_acc_cont_02-pc.png);
  }
  .acc__cont-box:nth-of-type(2) {
    background-image: url(/zemi/challengeschool/_assets/img/bg_acc_cont_01-pc.png);
    margin-bottom: 0;
  }
  .sec__wrap:nth-of-type(2) .acc__cont-box:nth-of-type(1) {
    background-image: url(/zemi/challengeschool/_assets/img/bg_acc_cont_01-pc.png);
  }
  .sec__wrap:nth-of-type(2) .acc__cont-box:nth-of-type(2) {
    background-image: url(/zemi/challengeschool/_assets/img/bg_acc_cont_02-pc.png);
  }
  .acc__cont-box:nth-of-type(2) .acc__cont-box-ttl-logo {
    width: 145px;
  }
  .acc__lineup-box:first-of-type {
    margin-bottom: 10px;
  }
  .acc__lineup-box-unit--02 {
    background-color: #E7A02B;
  }
  .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;
  }
  .acc__lineup-box-unit--07 .acc__lineup-box-unit-tag-item {
    color: #E6465A;
    background-color: #ffffff;
  }
  .acc__lineup-box-unit--08 .acc__lineup-box-unit-tag-item {
    color: #FD862E;
    background-color: #ffffff;
  }
  .sec__schedule-subttl {
    color: #000000;
    margin-bottom: 30px;
    font-size: 6vw;
  }
  .sec__schedule-subtxt {
    font-size: 4vw;
    text-align: left;
    margin-bottom: 30px;
  }
  .sec__schedule-subttl--num {
    font-size: 9vw;
  }
  .end {
    width: 100%;
    background-image: url(/zemi/challengeschool/_assets/img/230110/bg_top_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .end .sec__schedule-subttl {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .acc__lineup-wrap {
    width: 84vw;
    margin: 0 auto;
    padding-top: 50px;
    font-size: 10px;
  }
  .cv {
    margin-top: 10vw;
    margin-bottom: 0px;
    padding-bottom: 15vw;
  }

  /* 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-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;
  }
  #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;
  }
  .modal__btn-item--center {
    margin: 0 auto;
  }
  .modalid .modal__title {
    font-size: 4.5vw;
  }

  /* free-trial */
  .free-trial {
    margin: 11vw 8vw 18vw;
    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;
  }

  /* header-menu */
  .header__acc-box-item {
    padding: 20px 18px;
  }
  .header__acc-box-item-txt--dance {
    color: #006CFF;
  }
  .header__acc-box-item-txt--art {
    color: #E8A02D;
  }
  .header__acc-box-item-txt--soroban {
    color: #FC333A;
  }
  .header__acc-box-item-txt--shuuji {
    color: #86C43E;
  }
  .header__acc-box-item-txt--programming {
    color: #a91bc6;
  }
  .header__acc-box-item-txt--tankyu {
    color: #E6465A;
  }
  .header__acc-box-item-txt--creator {
    color: #FD862E;
  }
  .header__acc-box-item div {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
  }
  .header__acc-box-item div a {
    color: #000000;
    text-decoration: none;
  }
  .header__acc-box-item-link {
    width: 135px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding-right: 15px;
  }
  .header__acc-box-item-link::after {
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/230110/icon_arrow-black.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .header__acc-box-item-link--dance {
    background-color: #E5F0FF;
  }
  .header__acc-box-item-link--art {
    background-color: #FEFFE1;
  }
  .header__acc-box .header__acc-box-item.header__acc-box-item--dance::after {
    background-image: none;
  }
  .header__acc-box .header__acc-box-item.header__acc-box-item--art::after {
    background-image: none;
  }
  .header__acc-box .header__acc-box-item.header__acc-box-item--soroban::after {
    background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_soroban.svg);
  }
  .header__acc-box .header__acc-box-item.header__acc-box-item--shuuji::after {
    background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_shinrocoaching.svg);
  }
  .header__acc-box .header__acc-box-item.header__acc-box-item--programming::after {
    background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_programming.svg);
  }
  .header__acc-box .header__acc-box-item.header__acc-box-item--tankyu::after {
    background-image: url(/zemi/challengeschool/_assets/img/230123/icon_arrow_tankyu.svg);
  }
  .header__acc-box .header__acc-box-item.header__acc-box-item--creator::after {
    background-image: url(/zemi/challengeschool/_assets/img/230123/icon_arrow_creator.svg);
  }
}
/* 20230201追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .mov-wrap {
    width: 440px;
    margin: 0 auto 40px;
    background-color: #E5F1FF;
    border-radius: 10px;
  }
  .mov-cont-wrap {
    max-width: 90%;
    margin: 0 auto;
  }
  .mov-caption-sub {
    color: #016CF9;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 10px;
    font-size: 19px;
  }
  .mov-frame {
    width: 100%;
    min-height: 230px;
    margin-bottom: 10px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .mov-wrap {
    width: 315px;
    margin: 0 auto 40px;
    background-color: #E5F1FF;
    border-radius: 10px;
  }
  .mov-cont-wrap {
    max-width: 95%;
    margin: 0 auto;
  }
  .mov-caption-sub {
    color: #016CF9;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .mov-frame {
    width: 100%;
    min-height: 177px;
    margin-bottom: 10px;
  }
}

/* 20230227追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .cv-top {
    margin-bottom: 30px;
  }
  .cv-top__cont {
    width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .cv-top-inner {
    margin: 0;
    width: 460px;
  }
  .cv-top__ttl {
    font-size: 20px;
  }
  .cv-top__free {
    width: 460px;
    padding: 20px 0;
  }
  .cv-top__free-txt {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #005AA0;
  }
  .cv-top__free-link {
    display: block;
    margin: 20px 0;
  }

  .sec__icon {
    display: flex;
    flex-wrap: wrap;
  }
  .sec__icon img {
    display: block;
    width: 240px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .cv-top {
    margin-bottom: 8vw;
  }
  .cv-top-inner {
    padding-bottom: 15px;
  }
  .cv-top__free {
    margin: 0 30px;
    padding-bottom: 30px;
  }
  .cv-top__free-txt {
    font-size: 4.3vw;
    text-align: center;
    font-weight: bold;
    color: #005AA0;
    margin-bottom: 4vw;
  }

  .sec__icon {
    display: flex;
    flex-wrap: wrap;
  }
  .sec__icon img {
    display: block;
    width: 37.7vw;
  }
}

/* 20230313公開追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .modalid .modal__close {
    right: 30px;
  }
}

/* 230308戻し追記分 */
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .kv__main-day-body {
    height: fit-content;
    }
  .cv-top__ttl .cv__ttl-red{
    font-size:3.8vw ;
  }
  .cv-top__ttl{
    font-size: 3.4vw;
  }
  .kv__main-btn {
    display: flex;
    align-items: center;
  }
}

/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .cv-top__ttl .cv__ttl-red{
    font-size: 20px;
  }
  .cv-top__ttl{
    font-size: 18px;
  }
}

/* 230321戻し追記分 */
/*===== SP =====*/
@media only screen and (max-width: 768px) {
.cv-top__ttl{
  font-size: 4.3vw;
}

.cv-top__ttl .cv-top__ttl{
  font-size: 4.3vw;
}
}

/* 230403追記分 */
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  #bnr-info-04 .modal__content,
  #bnr-info-05 .modal__content {
    height: 70vh;
    overflow: scroll;
  }
}

/* 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: space-between;
  }
  .bnr-area__bnr-cont {
    width: 460px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .bnr-area {
    height: auto;
  }
  .bnr-area__bnr-cont {
    width: 84vw;
    margin: 0 auto;
  }
  .bnr-area__bnr-cont + .bnr-area__bnr-cont {
    margin-top: 5vw;
  }
}

/* 230522追記分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .cv-top__ttl {
    height: 58px;
    line-height: 58px;
    font-size: 20px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .cv-top__ttl {
    font-size: 4vw;
  }
}

/* 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%;
  }
}

/* 230621追記分 */
.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-two-offer {
    text-align: center;
    margin-bottom: 30px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .modal__title-two-offer {
    font-size: 3.2vw;
    margin-bottom: 5.33333333vw;
    text-align: center;
  }
}

/* 230820追記分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  /* .cv-top__ttl {
    line-height: normal;
  } */
}

/* 230828追記分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .modal__title-two-offer {
    margin-top: 30px;
  }
}

/* 230908追記分 */
/*
==================================
cv_all
==================================
*/
.cv{
  overflow: auto;
  margin-top: 0;
  /* padding-bottom: 15px; */
  background-color: #D9ECFA;
}
.cv__free-link{
  margin: 0;
}
.cv__limit{
  display: flex;
}

.cv__limit-text{
  width: 50%;
  color: #464646;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cv__limit-day{
  width: 50%;
  color: #fff;
  background-color: #0077d5;
  position: relative;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
.cv__limit-text::after{
  /* content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  z-index: 10; */
}
/* pc */
@media(min-width:769px){
  .cv__limit{
    width: 960px;
    /* margin: 40px auto 0; */
    margin: 0 auto;
  }
  .cv__limit-text{
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    padding: 20px 0;
  }
  .cv__limit-day{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0 20px 2%;
  }
  .cv__limit-day_sub{
    font-size: 20px;
    font-weight: bold;
  }
  .cv__limit-text::after{
    /* right: -20px;
    border-top: 50px solid transparent;
    border-left: 20px solid #FFF;
    border-bottom: 50px solid transparent; */
  }
}
/* sp */
@media(max-width:768px){
  .cv__limit{
    width: 100%;
    /* margin: 30px 30px 0; */
  }
  .cv__limit-text{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0;
  }
  .cv__limit-day{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0 10px 2%;
  }
  .cv__limit-day_sub{
    font-size: 16px;
    font-weight: bold;
  }
  .cv__limit-text::after{
    /* right: -10px;
    border-top: 39px solid transparent;
    border-left: 10px solid #FFF;
    border-bottom: 39px solid transparent; */
  }
}

.cv-inner,
.cv__free{
  position: relative;
}
.cv_cvarea_btn{
  text-align: center;
}
.cv_cvarea_btn a{
  display: block;
  text-decoration: none;
}
.cv_cvarea_btn_entry{
  background-color: #FFF054;
}
.cv_cvarea_btn_entry a{
  color: #000;
}
/* .cv_cvarea_btn_line{
  background-color: #FA7A70;
}
.cv_cvarea_btn_line a{
  color: #fff;
} */
.cv_cvarea_btn_balloon_wrap{
  position: absolute;
  width: 100%;
  z-index: 100;
}
.cv_cvarea_btn_balloon {
  position: relative;
  display: block;
  text-align: center;
  margin: 1.5em auto 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 17em;
  color: #555;
  font-size: 18px;
  background: #FFF;
  border: solid 2px #555;
  box-sizing: border-box;
  border-radius: 21px;
}
.cv_cvarea_btn_balloon:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -11px;
  border: 6px solid transparent;
  border-top: 10px solid #FFF;
  z-index: 2;
}

.cv_cvarea_btn_balloon:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -13px;
  border: 8px solid transparent;
  border-top: 12px solid #555;
  z-index: 1;
}
.cv_cvarea_btn_balloon p {
  margin: 0;
  padding: 0;
}

/* pc */
@media(min-width:769px){
  .cv_cvarea_btn_balloon {
    font-size: 18px;
  }
  .cv_cvarea_btn_balloon_wrap{
    top: -10px;
  }
}
/* sp */
@media(max-width:768px){
  .cv_cvarea_btn_balloon {
    font-size: 16px;
  }
  .cv_cvarea_btn_balloon_wrap{
    top: -20px;
  }
  .cv__free .cv_cvarea_btn_balloon_wrap{
    top: -50px;
  }
}

/* pc */
@media(min-width:769px){
  .cv_cvarea_btn{
    position: relative;
    /* width: 460px; */
    width: 960px;
    height: 90px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.16);
  }
  .cv_cvarea_btn a{
    position: relative;
    display: block;
    height: 90px;
    font-size: 24px;
    line-height: 90px;
  }
  .cv_cvarea_btn a::after{
    content: "▶";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    width: 29px;
    height: 32px;
    line-height: 32px;
    padding-left: 3px;
    top: 30px;
    right: 15px;
  }
}

/* sp */
@media(max-width:768px){
  .cv_cvarea_btn{
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.16);
  }
  .cv_cvarea_btn a{
    position: relative;
    display: block;
    height: auto;
    font-size: 18px;
  }
  .cv_cvarea_btn a::after{
    content: "▶";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    font-size: 8px;
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    width: 17px;
    height: 20px;
    line-height: 20px;
    padding-left: 3px;
    top: 30px;
    right: 15px;
  }
  .cv-inner:has(.cv_cvarea_btn_balloon),
  .cv__free:has(.cv_cvarea_btn_balloon){
    margin-top: 20px;
  }
}


/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .cv {
    margin-bottom: 80px;
  }
  .cv.cvarea_top {
    padding-top: 195px;
    margin-bottom: 40px;
  }
  .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; */
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .cv {
    margin-bottom: 16vw;
  }
  .cv.cvarea_top {
    padding-top: 30vw;
    margin-bottom: 8vw;
  }
  .cv__ttl {
    margin-bottom: 0;
  }
  .cv-inner {
    margin: 0 30px;
    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; */
  }
}

/*===== PC =====*/
@media(min-width:769px){
.cv-last {
  margin-top: 50px;
  margin-bottom: 0px;
  padding-bottom: 65px;
}
.cv-last .cv-inner{
    width: 100%;
    max-width: 892px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .cv-last {
    margin-top: 10vw;
    margin-bottom: 0px;
    padding-bottom: 15vw;
  }
}

/* ==================== 

  2023/10/23更新

==================== */
/*===== PC =====*/
@media(min-width:769px){
  .cv__link {
    width: 960px;
    margin: 0 auto 40px;
    font-size: 14px;
  }
  .cv__link a {
    color: #888;
  }
}
  
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .cv__link {
    margin: 0 30px 30px;
    font-size: 12px;
  }
  .cv__link a {
    color: #888;
  }
}

/* ==================== 

  2023/12/21 新規ジャンル追加

==================== */
.acc__lineup-box-unit {
  background-color: #005AA0 !important;
}
.acc__lineup-box-unit .acc__lineup-box-unit-tag-item {
  color: #005AA0;
}
.end .acc__lineup-box-unit {
  color: #005AA0;
  background-color: #D9ECFA !important;
  border: 2px solid #005AA0;
}
.end .acc__lineup-box-unit::after {
  border-color: #005AA0;
}

/* ==================== 

  2024/1/9更新

==================== */
/*===== PC =====*/
@media(min-width:769px){
  .acc__lineup-box-unit .acc__lineup-box-unit-tag-item {
    width: 105px;
  }
}
  
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .acc__lineup-box-unit .acc__lineup-box-unit-tag-item {
    width: 19vw;
  }
}

/* ==================== 

  2024/1/9更新

==================== */
/*===== PC =====*/
@media(min-width:769px){
  .important-offer {
    margin: 50px 0;
    text-align: center;
  }
  .important-offer__txt {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    color: #000;
  }
  .important-offer__link {
    font-size: 18px;
    color: #000;
  }
}
  
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .important-offer {
    margin: 20px 0;
    text-align: center;
  }
  .important-offer__txt {
    display: block;
    margin-bottom: 3vw;
    font-size: 3.2vw;
    color: #000;
  }
  .important-offer__link {
    font-size: 3.2vw;
    color: #000;
  }
}

/* ==================== 
  2024/1/31更新
==================== */
/*===== 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;
  }
  .floating-btn__txt {
    font-size: 3.46667vw;
    font-weight: bold;
    text-align: center;
  }

  .floating-btn__txt .red {
    color: #FF0000;
  }

  /* .floating-btn__link-nyukai {
    width: 100%;
    min-height: 9.6vw;
    box-sizing: border-box;
    border-radius: 1.33333333vw;
    background-color: #FFF054;
    font-size: 3.733vw;
    line-height: 1.6;
    padding-right: 0.2vw;
    text-align: center;
    text-decoration: none;
    color: #464646;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 4px 6px rgba(0,0,0,0.16);
  }
  .floating-btn__link-nyukai.no-push__btn {
    pointer-events: none !important;
    background-color: #888888 !important;
    box-shadow: none;
  }
  .floating-btn__link-nyukai::before {
    content: "▶";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.133vw;
    color: #464646;
    text-align: center;
    padding: 0;
    margin-top: 0.2vw;
    position: absolute;
    top: 50%;
    right: 1.5vw;
    transform: translateY(-50%);
  } */
  .floating-btn__link-nyukai {
    display: grid;
    place-content: center;
    width: 100%;
    min-height: 9.6vw;
    background-color: #EBFF00;
    border-radius: 1.33333333vw;
    text-align: center;
    text-decoration: none;
    box-shadow: 10px 10px 10px -5px #333;
    border: #FFFFFF 2px solid;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
  }
  .floating-btn__link-nyukai span {
    width: 100%;
    font-size: 3.733vw;
    font-weight: 600;
    color: #1C1266;
    line-height: 1.6;
    padding-right: 1.6vw;
  }
  .floating-btn__link-nyukai span::before {
    content: "";
    position: absolute;
    background-image: url(/zemi/challengeschool/_shared/img/240716/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.4vw;
    height: 3.2vw;
    top: 50%;
    right: 1.6vw;
    transform: translateY(-50%);
  }
  .floating-btn__link-nyukai.no-push__button {
    pointer-events: none !important;
    background-color: #888888 !important;
    box-shadow: none;
  }

  .floating-btn__link-free {
    width: 100%;
    min-height: 9.6vw;
    box-sizing: border-box;
    border-radius: 1.33333333vw;
    background-color: #FFF;
    font-size: 3.733vw;
    line-height: 1.6;
    padding-right: 0.2vw;
    text-align: center;
    text-decoration: none;
    color: #FA7A70;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: #FA7A70 2px solid;
    box-shadow: 10px 10px 10px -5px #333;
  }
  .floating-btn__link-free.no-push__btn {
    pointer-events: none !important;
    background-color: #888888 !important;
    box-shadow: none;
  }
  .floating-btn__link-free::before {
    content: "▶";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6vw;
    color: #fff;
    background-color: #FA7A70;
    width: 4.267vw;
    height: 4.267vw;
    line-height: 5.333vw;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    margin-top: 0.2vw;
    position: absolute;
    top: 50%;
    right: 1.6vw;
    transform: translateY(-50%);
  }
}

/* ==================== 
  2024/2/26更新
==================== */
/*===== PC =====*/
@media(min-width:769px){
  .kv-top .swiper-pagination {
    width: 100%;
    bottom: -20px;
  }
  .kv-top .swiper-pagination-bullet {
    margin: -8px 29px;
    width: 50px;
    height: 10px;
    border-radius: 0px;
    background: #888888;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .kv-top .swiper-pagination {
    width: 100%;
    bottom: 3vw;
  }
  .kv-top .swiper-pagination-bullet {
    margin: -8px 3vw;
    width: 8vw;
    height: 5px;
    border-radius: 0px;
    background: #888888;
  }
}

/* ==================== 
  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;
  }
}

/* ==================== 
  2024/6/3更新
==================== */
/*===== PC =====*/
@media(min-width:769px){
  .end .acc__lineup{
    width: 960px;
    margin: 0 auto;
    padding-top: 80px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .end .acc__lineup{
    width: 84vw;
    margin: 0 auto;
    padding-top: 50px;
    font-size: 10px;
  }
}

/* ==================== 
  2024/9/24更新
==================== */
/*===== PC =====*/
@media(min-width:769px){
  .sec__wrap-main.sec__wrap-main--programming{
    background-color: #F4FFE5;
  }
  .sec__wrap .sec__wrap-main.sec__wrap-main--marug{
    background-color: #FFF5E5;
  }
  .sec__wrap .sec__wrap-main.sec__wrap-main--sentence{
    background-color: #FFFFDF;
  }
  .sec__wrap-main__ttl{
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .sec__wrap-main--programming .sec__wrap-main__ttl{
    max-width: 320px;
  }
  .sec__wrap-main--marug .sec__wrap-main__ttl{
    max-width: 450px;
  }
  .sec__wrap-main__detail-ttl{
    color: #005AA0;
    font-size: 32px;
    font-weight: 700;
    width: 580px;
    display: block;
    margin: 30px auto 0;
  }
  .sec__wrap-main-img-block{
    display: flex;
    gap: 40px;
    justify-content: center;
  }
  .sec__wrap-main-img{
    display: block;
    width: 100%;
    max-width: 425px;
  }
  .sec__wrap:not(:last-child) .sec__wrap-main.sec__wrap-main--programming:after{
    content: none;
  } 
  a.sec__wrap-main-link{
    display: block;
    width: 100%;
    max-width: 460px;
    height: 90px;
    padding: 22px 69px;
    box-sizing: border-box;
    margin: 50px auto 0;
    color: #005AA0;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid #005AA0;
    background: #FFF;
    position: relative;
  }
  .sec__wrap-main-link::before{
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(/zemi/challengeschool/_assets/img/240924/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }
  a .sec__wrap-main-link-inner{
    color: #005AA0;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  .sec__wrap .sec__wrap-main.sec__wrap-main--sentence .sec__wrap-main__ttl{
    background-color: #FFFFDF;
    max-width: 320px;
  }
  .sec__wrap .sec__wrap-main.sec__wrap-main--sentence .sec__wrap-main__detail-ttl{
    width: 740px;
    color: #009B49;
  }
  .sec__wrap .sec__wrap-main.sec__wrap-main--sentence .sec__wrap-main-txt{
    width: 740px;
  }
  .sec__wrap-main-txt.sec__wrap-main-txt--note{
    color: #888888;
    font-size: 14px;
    text-align: center;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .sec__wrap-main.sec__wrap-main--programming{
    background-color: #F4FFE5;
  }
  .sec__wrap .sec__wrap-main.sec__wrap-main--marug{
    background-color: #FFF5E5;
  }
  .sec__wrap .sec__wrap-main.sec__wrap-main--sentence{
    background-color: #FFFFDF;
  }
  .sec__wrap-main__ttl{
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .sec__wrap-main--programming .sec__wrap-main__ttl{
    max-width: 320px;
  }
  .sec__wrap-main--marug .sec__wrap-main__ttl{
    max-width: 450px;
  }
  .sec__wrap-main__detail-ttl{
    color: #005AA0;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    max-width: 580px;
    display: block;
    margin: 30px auto 0;
  }
  .sec__wrap-main-img-block{
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-direction: column;
  }
  .sec__wrap-main-img{
    display: block;
    width: 100%;
    max-width: 425px;
  }
  .sec__wrap:not(:last-child) .sec__wrap-main.sec__wrap-main--programming:after{
    content: none;
  } 
  a.sec__wrap-main-link{
    display: block;
    width: 100%;
    max-width: 460px;
    height: 50px;
    padding: 6px;
    box-sizing: border-box;
    margin: 50px auto 0;
    color: #005AA0;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid #005AA0;
    background: #FFF;
    position: relative;
  }
  .sec__wrap-main-link::before{
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(/zemi/challengeschool/_assets/img/240924/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  a .sec__wrap-main-link-inner{
    color: #005AA0;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  .sec__wrap .sec__wrap-main.sec__wrap-main--sentence .sec__wrap-main__ttl{
    background-color: #FFFFDF;
    max-width: 320px;
  }
  .sec__wrap .sec__wrap-main.sec__wrap-main--sentence .sec__wrap-main__detail-ttl{
    color: #009B49;
  }
  .sec__wrap-main-txt.sec__wrap-main-txt--note{
    color: #888888;
    font-size: 10px;
  }
}

/* ====================
  2024/12/9更新
==================== */
/*===== PC =====*/
@media(min-width:769px){
  .kv-top__wrap {
    position: relative;
  }
  .h1__wrap {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .h1__title {
    font-size: 12px;
    color: #888;
  }
  .h1__lead {
    font-size: 12px;
    color: #888;
  }
  .cv_offer {
    margin-top: 0;
    box-sizing: border-box;
  }
  .cv_cvarea_btn.no-push__btn {
    pointer-events: none !important;
    background-color: #888888 !important;
  }
  .sec {
    margin-bottom: 80px;
  }
  .sec__ttl {
    font-size: 30px;
    color: #464646;
    min-height: 44px;
    padding-left: 16px;
    margin-bottom: 40px;
    position: relative;
  }
  .sec__ttl::before {
    display: inline-block;
    width: 6px;
    height: 100%;
    margin-right: 10px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .sec-h2__ttl {
    margin-bottom: 40px;
  }
  .sec-h2__ttl-thumb {
    width: 57px;
    margin: 0 auto;
  }
  .sec-h2__ttl-txt {
    font-size: 46px;
    font-weight: 800;
    text-align: center;
    color: #464646;
    line-height: 1.2;
  }
  .sec-h2__ttl-txt .big {
    font-size: 68px;
    line-height: 1.1;
  }
  .sec-h2__ttl-txt .small {
    font-size: 38px;
  }
  .sec-h2__ttl-txt .color {
    color: #005AA0;
    font-weight: 800;
  }

  .course {}
  .course__lineup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 20px;
  }
  .course__lineup-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 20px;
    width: calc(50% - 10px);
    min-height: 80px;
    padding: 10px 20px;
    padding-right: 32px;
    background-color: #D9ECFA;
    color: #005AA0;
    border-radius: 12px;
    border: 1px solid #005AA0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
  }
  .course__lineup-box::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2.5px solid #005AA0;
    border-right: 2.5px solid #005AA0;
    position: absolute;
    right: 11.5px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .course__lineup-box-txt {
    font-size: 20px;
    color: #005AA0;
    font-weight: bold;
    letter-spacing: -0.04em;
    flex-shrink: 0;
  }
  .course__lineup-box-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
  }
  .course__lineup-box-tag-item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    min-height: 28px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #005AA0;
    background-color: #fff;
    padding: 2px 6px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .about-lead {
    margin-bottom: 40px;
  }
  .about-lead__txt {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #005AA0;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .about-lead__thumb-wrap {
    max-width: 640px;
    margin: 0 auto;
  }
  .about-lead__thumb {
    width: 100%;
    margin-bottom: 10px;
  }
  .about-lead__offer-txt {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #888888;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
  }

  .about-learn {}
  .about-learn__ttl {
    color: #005AA0;
    font-weight: bold;
    text-align: center;
    margin-bottom: 28px;
  }
  .about-learn__ttl-sub {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .about-learn__ttl-main {
    font-size: 30px;
    line-height: 1.3;
  }
  .about-learn__swiper {
    width: 960px;
    margin: 0 auto;
    padding: 0 21px;
    position: relative;
    box-sizing: content-box;
  }
  .about-learn__swiper-inner {
    margin-bottom: 28px;
    overflow: hidden;
  }
  .about-learn__swiper-inner:not(.swiper-container-initialized) {
    max-height: 240px;
  }
  .about-learn__swiper-thumb {
    margin-bottom: 10px;
  }
  .about-learn__swiper-txt {
    font-size: 14px;
    color: #464646;
    line-height: 1.7;
  }
  .about-learn__swiper .swiper-pagination--bnr {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    z-index: 1;
  }
  .about-learn__swiper .swiper-pagination--bnr .swiper-pagination-bullet {
    margin: 0px 14px;
    width: 36px;
    height: 5px;
    border-radius: 0px;
    background: #888888;
  }
  .about-learn__swiper .swiper-pagination--bnr .swiper-pagination-bullet-active {
    background: #005AA0;
  }
  .about-learn__swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    top: 120px;
    left: 0;
  }
  .about-learn__swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    top: 120px;
    right: 0;
  }
  .about-learn__swiper .swiper-button-prev:after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("/zemi/challengeschool/_assets/img/241220/icon_arrow-blue-circle-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
  }
  .about-learn__swiper .swiper-button-next:after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("/zemi/challengeschool/_assets/img/241220/icon_arrow-blue-circle-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
  }


  .reason {}
  .reason-inner {
    padding: 60px;
    background-color: #F0FBFF;
    box-sizing: border-box;
  }
  .reason-h2__ttl {
    margin-bottom: 80px;
  }
  .reason-h3 {
    margin-bottom: 80px;
  }
  .reason-h3:last-of-type {
    margin-bottom: 0;
  }
  .reason-h3__ttl {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    column-gap: 20px;
    margin-bottom: 14px;
  }
  .reason-h3__ttl-num-order {
    width: 70px;
    font-weight: 800;
    color: #005AA0;
    line-height: 1;
  }
  .reason-h3__ttl-num-order img {
    width: auto;
    height: 104px;
  }
  .reason-h3__ttl-txt-sub {
    font-size: 24px;
    line-height: 1.3;
    color: #464646;
    margin-bottom: 4px;
    font-weight: 800;
  }
  .reason-h3__ttl-txt-main {
    font-size: 30px;
    line-height: 1.3;
    color: #005AA0;
    font-weight: 800;
  }
  .reason-h3__lead {
    font-size: 18px;
    text-align: center;
    line-height: 1.66;
    color: #464646;
    margin-bottom: 40px;
  }
  .reason-h3__content {
    margin-bottom: 40px;
  }
  .reason-h3__content-ttl {
    font-size: 24px;
    font-weight: 800;
    color: #464646;
    text-align: center;
    margin-bottom: 20px;
  }
  .reason-h3__content-flex {
    display: flex;
    column-gap: 40px;
    justify-content: center;
  }
  .reason-h3__desc {
    width: 420px;
  }
  .reason-h3__desc-thumb {
    width: 100%;
    margin-bottom: 10px;
  }
  .reason-h3__desc-txt {
    font-size: 16px;
    line-height: 1.6;
    color: #464646;
  }
  .reason-h3__balloon {
    padding-left: 22px;
    position: relative;
  }
  .reason-h3__balloon::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-right: 31px solid rgba(217, 236, 250, 0.9);
    border-left: 0;
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
  }
  .reason-h3__balloon-inner {
    max-width: 358px;
    width: 100%;
    padding: 20px 40px;
    background-color: rgba(217, 236, 250, 0.9);
    border-radius: 10px;
    box-sizing: border-box;
  }
  .reason-h3__balloon-ttl {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    color: #464646;
    margin-bottom: 10px;
  }
  .reason-h3__balloon-thumb {
    display: block;
    margin-bottom: 10px;
    position: relative;
    background-color: #fff;
  }
  .reason-h3__balloon-thumb.modal-icon::before {
    content: "";
    background-image: url("/zemi/challengeschool/_assets/img/241220/frame_inspect.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 34px;
    aspect-ratio: 1/1;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .reason-h3__btn {
    display: grid;
    place-content: center;
    max-width: 460px;
    width: 100%;
    min-height: 90px;
    padding: 22px 69px;
    margin: 50px auto;
    color: #005AA0;
    border-radius: 5px;
    border: 2px solid #005AA0;
    background: #fff;
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
  }
  .reason-h3__btn::before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url("/zemi/challengeschool/_assets/img/240924/arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    right: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .reason-h3__btn-txt {
    font-size: 24px;
    font-weight: bold;
    color: #005AA0;
    text-align: center;
    text-decoration: none;
  }

  .review__content {}
  .review__content-ttl {
    font-size: 24px;
    font-weight: 800;
    color: #464646;
    margin-bottom: 20px;
  }
  .review-list {
    margin-bottom: 20px;
  }
  .review-list__item {
    display: flex;
    align-items: center;
    border-top: 1px solid #DADADA;
  }
  .review-list__item:last-of-type {
    border-bottom: 1px solid #DADADA;
  }
  .review-list__head {
    width:  calc( 100% - 270px );
    padding: 22px 20px;
    background-color: #F5F5F5;
    box-sizing: border-box;
  }
  .review-list__head-txt {
    font-size: 18px;
    color: #000;
  }
  .review-list__body {
    display: grid;
    place-content: center;
    width: 270px;
    padding: 17.5px 20px;
    box-sizing: border-box;
  }
  .review-list__body-txt {
    font-size: 24px;
    font-weight: bold;
    color: #1A69C6;
    padding-left: 28px;
    position: relative;
  }
  .review-list__body-txt::before {
    content: "";
    width: 22px;
    height: 15px;
    background-image: url("/zemi/challengeschool/_assets/img/241220/crown.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .review__content-note li {
    font-size: 14px;
    color: #888888;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    margin-bottom: 5px;
  }
  .review__content-note li:last-of-type {
    margin-bottom: 0;
  }

  .faq__list summary {
  }

  .faq__item {
    border-top: 1px solid #DADADA;
  }
  .faq__item:last-of-type {
    border-bottom: 1px solid #DADADA;
  }
  .faq__item-button {
    outline: none;
    background: none;
    list-style: none;
    border: none;
    padding: 30px 0px;
    padding-right: 50px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: #000;
    box-sizing: border-box;
  }
  summary.faq__item-button::-webkit-details-marker {
    display:none;
  }
  .faq__item-button::after {
    content: "";
    background-image: url("/zemi/challengeschool/_assets/img/241220/acc-plus.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 48%;
    right: 0%;
    transform: translate(0%, 50%) rotate(90deg);
  }
  .faq__item-button.active::after {
    background-image: url("/zemi/challengeschool/_assets/img/241220/acc-minus.png");
    transform: translate(0%, 50%) rotate(180deg);
    bottom: 60%;
  }
  .faq__item-icon-wrap {
    width: 50px;
    text-align: center;
    margin-right: 20px;
  }
  .faq__item-icon-ques {
    width: 50px;
  }
  .faq__item-icon-answer {
    width: 30px;
  }
  .faq__item-ques {
    font-size: 24px;
    font-weight: bold;
  }
  .faq__item-content-inner {
    display: flex;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .faq__item-content .qa__item-icon-wrap {
    margin-top: 5px;
  }
  .faq__item-answer-text {
    font-size: 18px;
    padding: 30px 24px;
    background-color: #F5F5F5;
    margin-left: 70px;
    margin-bottom: 30px;
  }
  .faq__item-answer-text a {
    color: #005AA0;
  }

  .faq-wrap {
    display: grid;
    row-gap: 20px;
    padding: 30px 0 0;
  }
  .faq-txt {
    background-color: #fff;
    font-size: 20px;
    padding: 0 30px 80px;
    text-align: center;
  }
  .faq-wrap > .faq-txt {
    padding: 0;
  }
  .faq-txt-link{
    color: #0066C0;
  }

  .end {
    padding-bottom: 65px;
  }

  .modal-reason {}
  .modalid .modal__wrap.modal-reason__wrap {
    max-width: 840px;
  }
  .modal-reason__ttl {
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    line-height: 1.5;
    color: #464646;
    margin-bottom: 20px;
  }
  .modal-reason__thumb {
    width: 100%;
    margin: 0 auto 20px;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .modal-reason__thumb img{
    width: fit-content;
    height: 100%;
  }
  .modal-reason__txtarea {
    width: 100%;
  }
  .modal-reason__txt {
    font-size: 14px;
    line-height: 1.7;
    color: #464646;
    margin-bottom: 10px;
  }
  .modal-reason__txt:last-of-type {
    margin-bottom: 0;
  }

  .modal-reason-course {}
  .modalid .modal__wrap.modal-reason-course__wrap {
    max-width: 840px;
  }
  .modal-reason-course__ttl {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    line-height: 1.5;
    color: #464646;
    margin-bottom: 20px;
  }
  .modal-reason-course__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .modal-reason-course__item {
    width: 25%;
  }
  .modal-reason-course__item a {
    display: block;
    width: 100%;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .kv-top__wrap {
    position: relative;
  }
  .h1__wrap {
    width: 100%;
    margin: 0 auto;
  }
  .h1__title {
    font-size: 2.667vw;
    color: #888;
  }
  .h1__lead {
    font-size: 2.667vw;
    color: #888;
  }
  .cv .cv_offer {
    margin-top: 0;
    box-sizing: border-box;
  }
  .sec {
    margin-bottom: 16vw;
  }
  .sec-inner {
    margin: 0  8vw;
  }
  .sec__ttl {
    font-size: 8vw;
    color: #464646;
    min-height: 11.733vw;
    padding-left: 4.267vw;
    margin-bottom: 10.667vw;
    position: relative;
  }
  .sec__ttl::before {
    display: inline-block;
    width: 1.6vw;
    height: 100%;
    margin-right: 2.667vw;
    border-radius: 0.533vw;
    position: absolute;
    top: 0;
    left: 0;
  }

  .sec-h2__ttl {
    margin-bottom: 5.333vw;
  }
  .sec-h2__ttl-thumb {
    width: 12.8vw;
    margin: 0 auto;
  }
  .sec-h2__ttl-txt {
    font-size: 6.933vw;
    font-weight: 800;
    text-align: center;
    color: #464646;
    line-height: 1.2;
  }
  .sec-h2__ttl-txt .big {
    font-size: 10.667vw;
    line-height: 1.1;
  }
  .sec-h2__ttl-txt .small {
    font-size: 5.6vw;
  }
  .sec-h2__ttl-txt .color {
    color: #005AA0;
    font-weight: 800;
  }

  .course {}
  .course__lineup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 2.4vw;
  }
  .course__lineup-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 2.4vw;
    width: calc(50% - 2.4vw);
    min-height: 20.133vw;
    padding: 2.2vw;
    background-color: #D9ECFA;
    color: #005AA0;
    border-radius: 2.133vw;
    border: 1px solid #005AA0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
  }
  .course__lineup-box-txt {
    font-size: 4vw;
    color: #005AA0;
    text-align: center;
    font-weight: bold;
    letter-spacing: -0.06em;
  }
  .course__lineup-box-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2vw;
    width: 100%;
  }
  .course__lineup-box-tag-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 4.8vw;
    font-size: 2.667vw;
    font-weight: normal;
    text-align: center;
    color: #005AA0;
    background-color: #fff;
    padding: 0.267vw 0.8vw;
    border-radius: 5.333vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .about-lead {
    margin-bottom: 10.667vw;
  }
  .about-lead__txt {
    font-size: 4.8vw;
    text-align: center;
    font-weight: bold;
    color: #005AA0;
    line-height: 1.5;
    margin-bottom: 10.667vw;
  }
  .about-lead__thumb-wrap {
    width: 100%;
  }
  .about-lead__thumb {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 2.667vw;
  }
  .about-lead__offer-txt {
    display: block;
    width: 100%;
    font-size: 2.667vw;
    color: #888888;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
  }

  .about-learn {}
  .about-learn__ttl {
    color: #005AA0;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5.333vw;
  }
  .about-learn__ttl-sub {
    font-size: 4.8vw;
    margin-bottom: 1.067vw;
  }
  .about-learn__ttl-main {
    font-size: 6.4vw;
    line-height: 1.3;
  }
  .about-learn__swiper {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    position: relative;
  }
  .about-learn__swiper-inner {
    margin-bottom: 5.333vw;
    overflow: hidden;
  }
  .about-learn__swiper-inner:not(.swiper-container-initialized) {
    max-height: 84vw;
  }
  .about-learn__swiper-thumb {
    margin-bottom: 2.667vw;
  }
  .about-learn__swiper-txt {
    font-size: 3.733vw;
    color: #464646;
    line-height: 1.7;
  }
  .about-learn__swiper .swiper-pagination--bnr {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    z-index: 1;
  }
  .about-learn__swiper .swiper-pagination--bnr .swiper-pagination-bullet {
    margin: 0px 1.333vw;
    width: 9.6vw;
    height: 1.333vw;
    border-radius: 0px;
    background: #888888;
  }
  .about-learn__swiper .swiper-pagination--bnr .swiper-pagination-bullet-active {
    background: #005AA0;
  }
  .about-learn__swiper .swiper-button-prev {
    width: 13.333vw;
    height: 13.333vw;
    left: 2.667vw;
    top: 42vw;
  }
  .about-learn__swiper .swiper-button-next {
    width: 13.333vw;
    height: 13.333vw;
    right: 2.667vw;
    top: 42vw;
  }
  .about-learn__swiper .swiper-button-prev:after {
    content: "";
    width: 13.333vw;
    height: 13.333vw;
    background-image: url("/zemi/challengeschool/_assets/img/241220/icon_arrow-blue-circle-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
  }
  .about-learn__swiper .swiper-button-next:after {
    content: "";
    width: 13.333vw;
    height: 13.333vw;
    background-image: url("/zemi/challengeschool/_assets/img/241220/icon_arrow-blue-circle-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
  }

  .reason {}
  .reason-inner {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 10.667vw 8vw;
    background-color: #F0FBFF;
    box-sizing: border-box;
  }
  .reason-h2__ttl {
    margin-bottom: 16vw;
  }
  .reason-h3 {
    margin-bottom: 16vw;
  }
  .reason-h3:last-of-type {
    margin-bottom: 0;
  }
  .reason-h3__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1.6vw;
    margin-bottom: 2.667vw;
  }
  .reason-h3__ttl-num {}
  .reason-h3__ttl-num-order {
    width: 9.067vw;
  }
  .reason-h3__ttl-num-order img {
    width: auto;
    height: 13.333vw;
  }
  .reason-h3__ttl-txt-sub {
    font-size: 3.733vw;
    line-height: 1.3;
    color: #464646;
    font-weight: 800;
  }
  .reason-h3__ttl-txt-main {
    font-size: 4.267vw;
    line-height: 1.3;
    color: #005AA0;
    font-weight: 800;
  }
  .reason-h3__lead {
    font-size: 3.733vw;
    text-align: left;
    line-height: 1.7;
    color: #464646;
    margin-bottom: 10.667vw;
  }
  .reason-h3__content {
    margin-bottom: 10.667vw;
  }
  .reason-h3__content-ttl {
    font-size: 4.8vw;
    color: #464646;
    font-weight: 800;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 2.667vw;
  }
  .reason-h3__content-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 2.667vw;
  }
  .reason-h3__desc {
    width: 100%;
  }
  .reason-h3__desc-thumb {
    width: 100%;
    margin-bottom: 2.667vw;
  }
  .reason-h3__desc-txt {
    font-size: 3.733vw;
    line-height: 1.7;
    color: #464646;
  }
  .reason-h3__balloon {
    padding-top: 4.8vw;
    position: relative;
  }
  .reason-h3__balloon::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7.2vw solid transparent;
    border-left: 7.2vw solid transparent;
    border-bottom: 7.2vw solid rgba(217, 236, 250, 0.9);;
    border-top: 0;
    position: absolute;
    top: 0.267vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .reason-h3__balloon-inner {
    width: 100%;
    padding: 5.333vw 6.667vw;
    background-color: rgba(217, 236, 250, 0.9);
    border-radius: 2.133vw;
    box-sizing: border-box;
  }
  .reason-h3__balloon-ttl {
    font-size: 3.733vw;
    font-weight: 800;
    line-height: 1.5;
    color: #464646;
    text-align: center;
    margin-bottom: 2.667vw;
  }
  .reason-h3__balloon-thumb {
    display: block;
    margin-bottom: 2.667vw;
    position: relative;
    background-color: #fff;
  }
  .reason-h3__balloon-thumb.modal-icon::before {
    content: "";
    background-image: url("/zemi/challengeschool/_assets/img/241220/frame_inspect.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 10.667vw;
    aspect-ratio: 1/1;
    position: absolute;
    bottom: 2.667vw;
    right: 2.667vw;
  }
  .reason-h3__btn {
    display: grid;
    place-content: center;
    width: 100%;
    min-height: 16vw;
    padding: 3.733vw 8vw;
    color: #005AA0;
    border-radius: 1.333vw;
    border: 0.533vw solid #005AA0;
    background: #fff;
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
  }
  .reason-h3__btn::before {
    content: "";
    width: 3.733vw;
    height: 5.867vw;
    background-image: url("/zemi/challengeschool/_assets/img/240924/arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    right: 2.133vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .reason-h3__btn-txt {
    font-size: 4.267vw;
    font-weight: bold;
    color: #005AA0;
    text-align: center;
    text-decoration: none;
  }

  .review__content {}
  .review__content-ttl {
    font-size: 4.8vw;
    font-weight: 800;
    color: #464646;
    margin-bottom: 2.667vw;
  }
  .review-list {
    margin-bottom: 2.667vw;
  }
  .review-list__item {
    display: flex;
    align-items:stretch;
    border-top: 1px solid #DADADA;
  }
  .review-list__item:last-of-type {
    border-bottom: 1px solid #DADADA;
  }
  .review-list__head {
    display: flex;
    align-items: center;
    width:  calc( 100% - 22.667vw );
    padding: 3.6vw 3.733vw;
    background-color: #F5F5F5;
    box-sizing: border-box;
  }
  .review-list__head-txt {
    font-size: 3.733vw;
    color: #000;
  }
  .review-list__body {
    display: grid;
    place-content: center;
    width: 22.667vw;
    padding: 2.8vw 3.733vw;
    box-sizing: border-box;
  }
  .review-list__body-txt {
    font-size: 5.333vw;
    font-weight: bold;
    color: #1A69C6;
    line-height: 1.2;
    padding-top: 4.267vw;
    position: relative;
  }
  .review-list__body-txt::before {
    content: "";
    width: 5.333vw;
    height: 3.733vw;
    background-image: url("/zemi/challengeschool/_assets/img/241220/crown.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .review__content-note li {
    font-size: 2.667vw;
    color: #888888;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    margin-bottom: 1.333vw;
  }
  .review__content-note li:last-of-type {
    margin-bottom: 0;
  }

  .faq__item {
    border-top: 1px solid #DADADA;
  }
  .faq__item:last-of-type {
    border-bottom: 1px solid #DADADA;
  }
  .faq__item-button {
    outline: none;
    background: none;
    border: none;
    list-style: none;
    padding: 5.333vw 0px;
    padding-right: 8vw;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: #000;
    box-sizing: border-box;
  }
  summary.faq__item-button::-webkit-details-marker {
    display:none;
  }
  .faq__item-button::after {
    content: "";
    background-image: url("/zemi/challengeschool/_assets/img/241220/acc-plus.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 5.333vw;
    height: 5.333vw;
    position: absolute;
    bottom: 48%;
    right: 0%;
    transform: translate(0%, 50%) rotate(90deg);
  }
  .faq__item-button.active::after {
    background-image: url("/zemi/challengeschool/_assets/img/241220/acc-minus.png");
    transform: translate(0%, 50%) rotate(180deg);
    bottom: 60%;
  }
  .faq__item-icon-wrap {
    width: 9.333vw;
    text-align: center;
    margin-right: 2.667vw;
  }
  .faq__item-icon-ques {
    width: 100%;
  }
  .faq__item-icon-answer {
    width: 8vw;
  }
  .faq__item-ques {
    width: calc( 100% - 9.333vw - 2.667vw  );
    font-size: 4.533vw;
    font-weight: bold;
  }
  .faq__item-content-inner {
    display: flex;
    align-items: flex-start;
    padding-bottom: 10.667vw;
  }

  .faq__item-content .qa__item-icon-wrap {
    margin-top: 1.333vw;
  }
  .faq__item-answer-text {
    width: 85%;
    font-size: 3.733vw;
    padding: 5.333vw 4vw;
    background-color: #F5F5F5;
    margin-left: 12vw;
    border-radius: 1.333vw;
    margin-bottom: 8vw;
    line-height: 1.5;
    box-sizing: border-box;
  }
  .faq__item-answer-text a {
    color: #005AA0;
  }

  .faq-wrap {
    display: grid;
    row-gap: 16px;
    padding: 30px 0 0;
  }
  .faq-txt {
    background-color: #fff;
    font-size: 16px;
    padding: 0 30px 40px;
  }
  .faq-wrap > .faq-txt {
    padding: 0;
  }
  .faq-txt-link {
    color: #0066C0;
  }

  .end {
    padding-bottom: 15vw;
  }

  .modal-reason {}
  .modalid .modal__wrap.modal-reason__wrap {
    width: 84vw;
  }
  .modal-reason__ttl {
    font-size: 3.733vw;
    font-weight: 800;
    text-align: center;
    line-height: 1.5;
    color: #464646;
    margin-bottom: 5.333vw;
  }
  .modal-reason__thumb {
    width: 100%;
    margin: 0 auto 20px;
  }
  .modal-reason__txtarea {
    width: 100%;
  }
  .modal-reason__txt {
    font-size: 3.733vw;
    line-height: 1.7;
    color: #464646;
    margin-bottom: 2.667vw;
  }
  .modal-reason__txt:last-of-type {
    margin-bottom: 0;
  }

  .modal-reason-course {}
  .modalid .modal__wrap.modal-reason-course__wrap {
    width: 84vw;
  }
  .modal-reason-course__ttl {
    font-size: 5.333vw;
    font-weight: 800;
    text-align: center;
    line-height: 1.5;
    color: #464646;
    margin-bottom: 5.333vw;
  }
  .modal-reason-course__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .modal-reason-course__item {
    width: 50%;
  }
  .modal-reason-course__item a {
    display: block;
    width: 100%;
  }
}