/*
==================================
template
==================================
*/
/* pc */
@media(min-width:769px){
  
}
/* sp */
@media(max-width:768px){
  
}


/*
==================================
reset
==================================
*/
body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,h2,h3,h4,h5,h6{
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}


/*
==================================
share
==================================
*/
/* pc */
@media(min-width:769px){
  .sp{
    display: none !important;
  }
  a:hover{
    opacity: 0.8;
    text-decoration: none;
  }
  body.fixed{
    height: 100%;
    overflow: hidden;
  }
}
/* sp */
@media(max-width:768px){
  .pc{
    display: none !important;
  }
  body.fixed{
    height: 100%;
    overflow: hidden;
  }
  body.fixed-sp{
    height: 100%;
    overflow: hidden;
  }
}


/*
==================================
header
==================================
*/
.js-header_inner{
  display: flex;
}
/* pc */
@media(min-width:769px){
  .header {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
            box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    width: 100%;
    z-index: 3;
    position: fixed;
    top: 0;
  }
  .header.menu-open{
    z-index: 15;
  }
  .header-inner {
    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;
    /* width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px; */
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .header-logo-link {
    display: block;
    width: 130px;
  }
  .header-logo-img {
    width: 130px;
  }

  .header__acc {
    display: flex;
  }
  .header__acc-btn:nth-of-type(1){
    margin-right: 10px;
  }
  /* .header__acc--multiple .header__acc-btn:not(:last-of-type) {
    margin-right: 10px;
  } */
  .header__acc-btn-link{
    background-color: #5A5A5A;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 174px;
    font-size: 17px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 12px;
    padding: 12px 0;
    color: #fff;
    text-decoration: none;
  }
  .header__acc-btn-link::after{
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_bottom.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 8px;
    margin-left: 5px;
  }
  .header__acc-btn-link--blue{
    width: 100px;
    background-color: #003CAA;
  }
  .header__acc-btn-link--l-blue{
    width: 100px;
    background-color: #006CFF;
  }
  .header__acc-btn-link--blue::after{
    content: none;
  }
  .header__acc-btn-link--l-blue::after{
    content: none;
  }

  .header__acc-box{
    position: fixed;
    width: 100vw;
    height: calc(100vh - 69px);
    background-color: #fff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    top: 0;
    margin-top: 69px;
    background-color: #fafbfb;
    opacity: 0;
  }
  .header__acc-box-item{
    display: block;
    width: 525px;
    margin: 0 auto;
    text-decoration: none;
    position: relative;
    border-bottom: 1.4px solid #d6e0e1;
    padding: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header__acc-box-item::after{
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 25px;
    top: 50%;
  }
  .header__acc-box-item-tag{
    font-size: 16px;
    color: #00B4FF;
    display: block;
  }
  .header__acc-box-item-txt{
    font-size: 26px;
    color: #333333;
    font-weight: 900;
    display: block;
  }

  .header__acc-box-item:nth-of-type(2) .header__acc-box-item-tag{
    color: #F5A618;
  }
  .header__acc-box-item:nth-of-type(2)::after{
    background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_orange.svg);
  }

  .header__acc-box .header__acc-box-item--top .header__acc-box-item-tag{
    color: #333333;
  }
  .header__acc-box .header__acc-box-item--top::after{
    background-image: url(/zemi/challengeschool/_shared/img/icon_arrow_black.svg);
  }
  .header__acc-box .header__acc-box-item--dance .header__acc-box-item-tag{
    color: #00B4FF;
  }
  .header__acc-box .header__acc-box-item--dance::after{
    background-image: url(/zemi/challengeschool/_shared/img/icon_arrow_blue.svg);
  }
  .header__acc-box .header__acc-box-item--art .header__acc-box-item-tag{
    color: #F5A618;
  }
  .header__acc-box .header__acc-box-item--art::after{
    background-image: url(/zemi/challengeschool/_shared/img/icon_arrow_orange.svg);
  }


  .header__acc-box-item-txt--tankyu {
    color: #E6465A;
  }
  .header__acc-box-item-txt--creator {
    color: #FD862E;
  }
  .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(max-width:768px){
  .header {
    background-color: #ffffff;
    -webkit-box-shadow: 0 -2px 10px 0 rgba(0,0,0,0.3);
            box-shadow: 0 -2px 10px 0 rgba(0,0,0,0.3);
    z-index: 4;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .header.menu-open{
    z-index: 15;
  }
  .header-inner {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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;
  }
  .header-logo-link {
    display: block;
    width: 30vw;
  }
  .header-logo-img {
    width: 26vw;
  }

  .header__acc {
    display: flex;
  }
  .header__acc-btn:nth-of-type(1){
    margin-right: 6px;
  }
  /* .header__acc--multiple .header__acc-btn:not(:last-of-type){
    margin-right: 0.8vw;
  } */
  .header__acc-btn-link{
    background-color: #5A5A5A;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 120px;
    font-size: 12px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 8px;
    padding: 12px 0;
    color: #fff;
    text-decoration: none;
  }
  .header__acc-btn-link::after{
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_bottom.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 7px;
    height: 5px;
    margin-left: 5px;
  }
  .header__acc--multiple .header__acc-btn-link {
    height: 100%;
    padding: .5em 0;
    width: 23.333vw;
    text-align: center;
  }
  .header__acc-btn-link--blue{
    width: 62px;
    background-color: #003CAA;
  }
  .header__acc--multiple .header__acc-btn-link--blue {
    width: 16.667vw;
  }
  .header__acc-btn-link--blue::after{
    content: none;
  }
  .header__acc-btn-link--l-blue{
    width: 62px;
    background-color: #006CFF;
  }
  .header__acc--multiple .header__acc-btn-link--l-blue {
    width: 16.667vw;
  }
  .header__acc-btn-link--l-blue::after{
    content: none;
  }

  .header__acc-box{
    position: fixed;
    width: 100vw;
    height: calc(100vh - 61px);
    background-color: #fff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    top: 0;
    margin-top: 61px;
    background-color: #fafbfb;
  }
  .header__acc-box-item{
    display: block;
    margin: 0 auto;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid #d6e0e1;
    padding: 15px 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header__acc-box-item::after{
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 18px;
    top: 50%;
  }
  .header__acc-box-item-tag{
    font-size: 12px;
    color: #00B4FF;
    width: 100%;
    display: block;
  }
  .header__acc-box-item-txt{
    font-size: 18px;
    color: #333333;
    width: 100%;
    font-weight: 900;
    display: block;
  }

  .header__acc-box-item:nth-of-type(2) .header__acc-box-item-tag{
    color: #F5A618;
  }
  .header__acc-box-item:nth-of-type(2)::after{
    background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_orange.svg);
  }

  .header__acc-box .header__acc-box-item--top .header__acc-box-item-tag{
    color: #333333;
  }
  .header__acc-box .header__acc-box-item--top::after{
    background-image: url(/zemi/challengeschool/_shared/img/icon_arrow_black.svg);
  }
  .header__acc-box .header__acc-box-item--dance .header__acc-box-item-tag{
    color: #00B4FF;
  }
  .header__acc-box .header__acc-box-item--dance::after{
    background-image: url(/zemi/challengeschool/_shared/img/icon_arrow_blue.svg);
  }
  .header__acc-box .header__acc-box-item--art .header__acc-box-item-tag{
    color: #F5A618;
  }
  .header__acc-box .header__acc-box-item--art::after{
    background-image: url(/zemi/challengeschool/_shared/img/icon_arrow_orange.svg);
  }


  .header__acc-box-item-txt--tankyu {
    color: #E6465A;
  }
  .header__acc-box-item-txt--creator {
    color: #FD862E;
  }
  .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);
  }
}

.header__acc-box{
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  -o-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
  z-index: -1;
  visibility: hidden;
}
.header__acc-box.is-open{
  visibility: visible;
  opacity: 1;
  z-index: 15;
}
/* sp */
@media(max-width:768px){
  .header__acc-box.is-open{
    padding-bottom: 100px;
  }
}

/*
==================================
header--fixed
==================================
*/
/* pc */
@media(min-width:769px){
  .header--fixed{
    display: none;
  }
  .header--fixed.fixed{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
  }
  .header-logo-img--v2{
    width: 246px;
    height: 39px;
  }
}
/* sp */
@media(max-width:768px){
  .header--fixed{
    display: none;
  }
  .header--fixed.fixed{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
  }

  .header-logo-img--v2{
    width: 40vw;
  }
  .header-inner--multiple .header-logo-img--v2{
    width: 33vw;
  }
}


/*
==================================
footer
==================================
*/
/* pc */
@media(min-width:769px){
  .footer {
    background-color: #ffffff;
  }
  .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-logo-link {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 130px;
    height: 30px;
    margin-right: 30px;
  }
  .footer-logo-img {
    width: 130px;
  }
  .footer-nav-list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-nav {
    font-size: 12px;
    font-weight: 100;
    line-height: 1.5;
  }
  .footer-nav + .footer-nav::before {
    content: "";
    border-left: solid 1px #666666;
    margin-left: 10px;
    padding-left: 10px;
  }
  .footer-nav-link {
    color: #666666;
    text-decoration: none;
  }
  .footer-nav-link:hover {
    text-decoration: underline;
  }
  .footer-copyright {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 12px;
    font-weight: 100;
    color: #666666;
    text-align: center;
    line-height: 1.5;
    margin-right: auto;
  }
}
/* sp */
@media(max-width:768px){
  .footer {
    background-color: #ffffff;
  }
  .footer-inner {
    padding: 6vw 4vw;
  }
  .footer-logo-link {
    display: block;
    width: 30vw;
    margin-bottom: 4vw;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-logo-img {
    width: 30vw;
  }
  .footer-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2vw;
  }
  .footer-nav {
    font-size: 3vw;
    font-weight: 100;
    line-height: 1.5;
  }
  .footer-nav + .footer-nav::before {
    content: "";
    border-left: solid 1px #666666;
    margin-left: 3vw;
    padding-left: 3vw;
  }
  .footer-nav-link {
    color: #666666;
    text-decoration: none;
  }
  .footer-copyright {
    font-size: 3vw;
    font-weight: 100;
    color: #666666;
    text-align: center;
    line-height: 1.5;
  }
  .footer-nav + .footer-nav--no-bar::before {
    content: "";
    border: none;
    margin-left: 0;
    padding-left: 0;
  }
}

/* 20220921追加 */
/* pc */
@media(min-width:769px){
  .js-kv__main-copy{
    width: 25.423728813559322vw;
  }
  .js-kv__main-copy .kv__main-date{
    width: 70%;
    font-size: 4vw;
  }
}

/* 20221021追加 */
/* pc */
@media(min-width:769px){
  .cv + .bnr-sec{
    padding-top: 40px;
  }
  .bnr-sec{
    overflow: hidden;
    margin-bottom: -1px;
  }
  .bnr-sec .carousel-bnr{
    margin-bottom: 110px;
    max-width: 860px;
    padding: 20px 50px 0;
  }
.bnr-sec .carousel-bnr .swiper-pagination{
  left: calc(50% - 150px/2);
  width: 150px;
  }
  .carousel-offer {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    font-weight: bold;
    color: #888888;
    margin-top: 30px;
    margin-left: -50px;
    margin-right: -50px;
  }
  .carousel-offer + .carousel-offer {
    margin-top: 0;
  }
}

/* sp */
@media(max-width:768px){
  .bnr-sec .carousel-bnr{
    margin: 0;
    height: 90vw;
    margin-bottom: 35vw;
  }
  .shinrocoaching.bnr-sec{
    padding-bottom: 25vw;
  }
  .shinrocoaching .carousel-bnr{
    margin-bottom: 0;
  }
  .bnr-sec .carousel-bnr .swiper-pagination{
    left: calc(50% - 150px/2);
    width: 150px;
  }
  .carousel-offer {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 10px;
    font-weight: bold;
    color: #888888;
    margin-top: 4vw;
    line-height: 1.6em;
    margin-left: -3.2vw;
    margin-right: -3.2vw;
  }
  .carousel-offer + .carousel-offer {
    margin-top: 0;
  }
  #hoshou .modal__content{
    height: 80vh;
    overflow: scroll;
  }
  
}

/* 20230110追加 （既存改修）*/
/* pc */
@media(min-width:769px){
  .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 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);
  }
}

/* sp */
@media(max-width:768px){
  .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 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);
  }
}
/* kv */
/* pc */
@media(min-width:769px){
  .kv-satisfy {
    padding: 20px 0;
  }
  .kv-satisfy + .kv-nav {
    padding-top: 20px;
  }
}
/* sp */
@media(max-width:768px){
  .kv-satisfy {
    padding: 15px 8vw;
  }
  .kv-satisfy + .kv-nav {
    padding-top: 0;
  }
}


/* footer上のラインナップ */
/* pc */
@media(min-width:769px){
  .acc__lineup-box-unit--07{
    background-color: #E6465A;
    color: #ffffff;
  }
  .acc__lineup-box-unit--08{
    background-color: #FD862E;
    color: #ffffff;
  }
  .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--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;
  }
}

/* sp */
@media(max-width:768px){
  .acc__lineup-box-unit--07{
    background-color: #E6465A;
    color: #ffffff;
  }
  .acc__lineup-box-unit--08{
    background-color: #FD862E;
    color: #ffffff;
  }
  .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--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;
  }
}

/* 20241220追加*/
/* pc */
@media(min-width:769px){
  .cv {
    display: grid;
    row-gap: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cv-main .cv-main__link {
    display: grid;
    place-content: center;
    max-width: 960px;
    width: 100%;
    min-height: 72px;
    background-color: #EBFF00;
    border-radius: 10px;
    box-shadow: 10px 10px 10px -5px #333;
    border: #FFFFFF 2px solid;
    box-sizing: border-box;
    text-decoration: none;
  }
  .cv-main .cv-main__link span {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #1C1266;
    padding: 2px 30px 2px 10px;
    position: relative;
  }
  .cv-main .cv-main__link span::before {
    content: "";
    position: absolute;
    background-image: url(/zemi/challengeschool/_shared/img/240716/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 15px;
    top: 55%;
    right: 8px;
    transform: translateY(-50%);
  }
  .cv-main .cv-main__link.no-push__button {
    pointer-events: none !important;
    background-color: #888888 !important;
    box-shadow: none;
  }
  .cv-anv_offer-wrap {
    display: grid;
    row-gap: 5px;
  }
  .cv-anv_offer {
    font-size: 14px;
    color: #888888;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    width: 960px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
  }
  .cv-anv_offer-bold {
    color: #464646;
    font-weight: bold;
  }
  .cv-anv_offer-link {
    font-size: 16px;
    color: #464646;
    text-decoration: underline;
    padding-left: 0;
    text-indent: 0;
    width: auto;
  }
  .cv-anv_offer-link:hover {
    text-decoration: none;
  }
  .cv-anv_offer-bold-red {
    color: #D50000;
    font-weight: bold;
  }
  .cv-anv__thumb {
    max-width: 720px;
    width: 100%;
    position: absolute;
    bottom: -180px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    filter: drop-shadow(0 0 20px rgba(0,0,0,0.25));
  }
  .cv__cont.cv__cont--grid {
    display: grid;
    row-gap: 10px;
  }
  .cv-top__flex.mg00 {
    margin: 0;
  }
  .cv__free.pd00 {
    padding: 0;
  }
  .cv__limit-cont {
    display: grid;
    row-gap: 10px;
  }
  .cv__limit.mg00 {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .cv_offer {
    font-size: 14px;
    color: #888888;
    padding-left: 1em;
    text-indent: -1em;
    margin: 10px auto 0;
    text-align: left;
    width: 960px;
    display: block;
    box-sizing: border-box;
  }
  .cv_cvarea_btn.no-push__btn {
    pointer-events: none !important;
    background-color: #888888 !important;
    border-color: #888888 !important;
  }
  .cv_cvarea_btn.no-push__btn a {
    color: #464646 !important;
  }
  .cv_cvarea_btn.no-push__btn a::after {
    background-color: #464646 !important;
  }
  .cv_cvarea_btn.cv_cvarea_btn_entry {
    width: 960px;
    height: 72px;
  }
  .cv_cvarea_btn.cv_cvarea_btn_entry a {
    font-size: 18px;
    line-height: 72px;
    min-height: 72px;
    height: 72px;
  }
  .cv_cvarea_btn.cv_cvarea_btn_entry a::after {
    content: "▶";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8px;
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .cv_cvarea_btn.cv_cvarea_btn_line {
    background-color: #fff;
    border: 3px solid #FA7A70;
    height: auto;
    width: 100%;
    max-width: 960px;
  }
  .cv_cvarea_btn.cv_cvarea_btn_line a {
    font-size: 18px;
    color: #FA7A70;
    height: 72px;
    line-height: 72px;
  }
  .cv_cvarea_btn.cv_cvarea_btn_line a::after {
    content: "▶";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8px;
    color: #fff;
    text-align: center;
    background-color: #FA7A70;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .cv_cvarea_btn.cv_cvarea_btn_line.cv_cvarea_btn_line--green {
    background-color: #06c755;
    border: 3px solid #fff;
  }
  .cv_cvarea_btn.cv_cvarea_btn_line.cv_cvarea_btn_line--green a {
    color: #fff;
  }
  .cv_cvarea_btn.cv_cvarea_btn_line.cv_cvarea_btn_line--green a::after {
    background-color: #fff;
    color: #000;
  }
  .cv .cv__limit-text {
    font-size: 16px;
    padding: 10px 0;
  }
  .cv .cv__limit-text::after {
    content: none;
    content: unset;
  }
  .cv .cv__limit-day {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 10px 2%;
    box-sizing: border-box;
  }
  .cv .cv__limit-day-number {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .cv .cv__limit-day_sub {
    font-size: 16px;
  }
  .cv__limit-day-text {
  }
  .end .acc__lineup-box-btn{
    width: 240px;
  }
  .end .acc__lineup .acc__lineup-box{
    justify-content: flex-start;
  }
  .bnr-area-wrap {
    padding-bottom: 20px;
  }
  .bnr-area-wrap.height-auto {
    height: auto;
  }
  .bnr-area-wrap.height-auto .bnr-area {
    height: auto;
  }
  .bnr-area-wrap.height-auto .bnr-area .swiper-bnr {
    height: auto;
  }
  .bnr-area-wrap.height-auto .bnr-area .swiper-bnr img {
    border-radius: 0;
  }
  .bnr-area-wrap .bnr-area-txt {
    font-size: 20px;
    font-weight: bold;
    color: #005AA0;
    text-align: center;
    margin-bottom: 20px;
  }
  .bnr-area-wrap .bnr-area-txt.wave .small {
    font-size: 16px;
  }
  .bnr-area-wrap .bnr-area-txt.wave p:not(.small) {
    display: inline-block;
    padding: 0 1em;
    position: relative;
  }
  .bnr-area-wrap .bnr-area-txt.wave p:not(.small)::before {
    content: "～";
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .bnr-area-wrap .bnr-area-txt.wave p:not(.small)::after {
    content: "～";
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .bnr-area-wrap.height-auto .bnr-thumb {
    display: grid;
    row-gap: 20px;
  }
  .bnr-area-wrap .bnr-link {
    text-align: center;
    margin-top: 20px;
  }
  .bnr-area-wrap .bnr-link-txt {
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }

  .modalid #modal-cv-free.modal-course .modal__title,
  .modalid #modal-cv-free.modal-course .modal__title-two {
    font-size: 24px;
    color: #E5465A;
  }
  .modalid #modal-cv-free.modal-course div:not(.js-grade-button-wrap) >  .modal__btn:not(.madal__btn-grade) {
    width: 660px;
  }
  .modalid #modal-cv-free.modal-course .modal__btn {
    display: grid;
    grid-template-columns: repeat(auto-fit, max(250px));
    justify-content: center;
    gap: 24px 20px;
  }
  .modalid #modal-cv-free.modal-course .modal__btn-item {
    width: 250px;
    margin: 0;
  }
  .modalid #modal-cv-free.modal-course .modal__btn-link {
    background-color: #E5465A;
  }
  .modalid #modal-cv-free.modal-course .modal__btn-item + .modal__btn-item {
    margin-left: 0;
  }

  .modalid #modal-cv .modal__title,
  .modalid #modal-cv .modal__title-two {
    font-size: 24px;
  }
  .modalid #modal-cv div:not(.js-grade-button-wrap) >  .modal__btn:not(.madal__btn-grade) {
    width: 660px;
  }
  .modalid #modal-cv .modal__btn {
    display: grid;
    grid-template-columns: repeat(auto-fit, max(250px));
    justify-content: center;
    gap: 24px 20px;
  }
  .modalid #modal-cv .modal__btn-item {
    width: 250px;
    margin: 0;
  }
  .modalid #modal-cv .modal__btn-item + .modal__btn-item {
    margin-left: 0;
  }
}
/* sp */
@media(max-width:768px){
  .cv {
    display: grid;
    row-gap: 5.333vw;
    padding-top: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
    padding-bottom: 8vw;
  }
  .cv.cvarea_top {
    padding-top: 26vw;
  }
  .cv__cont {
    display: flex;
    justify-content: center;
    column-gap: 2.133vw;
  }
  .cv__cont.cv__cont--grid {
    flex-direction: column;
    row-gap: 2.667vw;
  }
  .cv-main .cv-main__link {
    display: grid;
    place-content: center;
    width: 100%;
    min-height: 19.2vw;
    background-color: #EBFF00;
    border-radius: 10px;
    box-shadow: 10px 10px 10px -5px #333;
    border: #FFFFFF 2px solid;
    box-sizing: border-box;
    text-decoration: none;
  }
  .cv-main .cv-main__link span {
    font-size: 5.333vw;
    font-weight: 600;
    text-align: center;
    color: #1C1266;
    padding: 1.33333vw 10.66667vw 1.33333vw 4vw;
    position: relative;
  }
  .cv-main .cv-main__link span::before {
    content: "";
    position: absolute;
    background-image: url(/zemi/challengeschool/_shared/img/240716/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3.2vw;
    height: 4vw;
    top: 50%;
    right: 3.2vw;
    transform: translateY(-50%);
  }
  .cv-main .cv-main__link.no-push__button {
    pointer-events: none !important;
    background-color: #888888 !important;
    box-shadow: none;
  }
  .cv-anv_offer-wrap {
    display: grid;
    row-gap: 1.333vw;
  }
  .cv-anv_offer {
    font-size: 2.667vw;
    color: #888888;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
  }
  .cv-anv_offer-bold {
    color: #464646;
    font-weight: bold;
  }
  .cv-anv_offer-link {
    font-size: 3.2vw;
    color: #464646;
    text-decoration: underline;
    padding-left: 0;
    text-indent: 0;
    width: auto;
  }
  .cv-anv_offer-link:hover {
    text-decoration: none;
  }
  .cv-anv_offer-bold-red {
    color: #D50000;
    font-weight: bold;
  }
  .cv_cvarea_btn.no-push__btn {
    pointer-events: none !important;
    background-color: #888888 !important;
    border-color: #888888 !important;
  }
  .cv_cvarea_btn.no-push__btn a {
    color: #464646 !important;
  }
  .cv_cvarea_btn.no-push__btn a::after {
    background-color: #464646 !important;
  }
  .cv_cvarea_btn.cv_cvarea_btn_entry {
    height: 19.2vw;
  }
  .cv_cvarea_btn.cv_cvarea_btn_entry a {
    font-size: 4.8vw;
    line-height: 19.2vw;
    min-height: 19.2vw;
    height: 19.2vw;
  }
  .cv_cvarea_btn.cv_cvarea_btn_entry a::after {
    content: "▶";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.133vw;
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    width: 5.333vw;
    height: 5.333vw;
    line-height: 5.333vw;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
  }
  .cv_cvarea_btn.cv_cvarea_btn_line {
    background-color: #fff;
    border: 3px solid #FA7A70;
    height: auto;
  }
  .cv_cvarea_btn.cv_cvarea_btn_line a {
    display: grid;
    place-content: center;
    font-size: 4.8vw;
    color: #FA7A70;
    height: 19.2vw;
    line-height: 1.5;
    padding-right: 1.6vw;
  }
  .cv_cvarea_btn.cv_cvarea_btn_line a::after {
    content: "▶";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.133vw;
    color: #fff;
    text-align: center;
    background-color: #FA7A70;
    border-radius: 50%;
    width: 5.333vw;
    height: 5.333vw;
    line-height: 5.333vw;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 1.6vw;
    transform: translateY(-50%);
  }
  .cv_cvarea_btn.cv_cvarea_btn_line.cv_cvarea_btn_line--green {
    background-color: #06c755;
    border: 3px solid #fff;
  }
  .cv_cvarea_btn.cv_cvarea_btn_line.cv_cvarea_btn_line--green a {
    color: #fff;
  }
  .cv_cvarea_btn.cv_cvarea_btn_line.cv_cvarea_btn_line--green a::after {
    background-color: #fff;
    color: #000;
  }
  .cv .cv__limit-cont {
    display: grid;
    row-gap: 2.667vw;
  }
  .cv .cv__limit-text {
    font-size: 3.2vw;
    padding: 2.667vw 0;
  }
  .cv .cv__limit-text::after {
    content: none;
    content: unset;
  }
  .cv .cv__limit-day {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 0 10px 2%;
    box-sizing: border-box;
  }
  .cv .cv__limit-day-number {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .cv .cv__limit-day_sub {
    display: block;
    font-size: 4.267vw;
  }
  .cv__limit-day-text {
    display: block;
    font-size: 4.267vw;
  }

  .cv-anv__thumb {
    width: 84vw;
    position: absolute;
    bottom: -26.133vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    filter: drop-shadow(0 0 20px rgba(0,0,0,0.25));
  }
  .cv-top__flex {
    width: 100%;
  }
  .cv-top__flex.mg00 {
    margin: 0;
  }
  .cv .cv__free {
    width: 100%;
    margin: 0;
  }
  .cv__free.pd00 {
    padding: 0;
  }
  .cv__limit.mg00 {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .cv .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;
    box-sizing: border-box;
  }
  .cv_cvarea_btn_line {
    background-color: #fff;
    border: 3px solid #FA7A70;
  }
  .cv_cvarea_btn.cv_cvarea_btn_line  a {
    color: #FA7A70;
  }
  .cv_cvarea_btn.cv_cvarea_btn_line a::after {
    color: #fff;
    background-color: #FA7A70;
  }
  .cv .cv__limit-text::after {
    content: none;
    content: unset;
  }
  .end .acc__lineup-box-btn{
    width: 147px;
    display: block;
  }
  .end .acc__lineup .acc__lineup-box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .bnr-area-wrap.height-auto {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .bnr-area-wrap.height-auto .bnr-area {
    height: auto;
  }
  .bnr-area-wrap.height-auto .bnr-area .swiper-bnr {
    height: auto;
  }
  .bnr-area-wrap.height-auto .bnr-area .swiper-bnr img {
    border-radius: 0;
  }
  .bnr-area-wrap .bnr-area-txt {
    font-size: 14px;
    font-weight: bold;
    color: #005AA0;
    text-align: center;
    margin-bottom: 15px;
  }
  .bnr-area-wrap .bnr-area-txt.wave .small {
    font-size: 12px;
  }
  .bnr-area-wrap .bnr-area-txt.wave p:not(.small) {
    display: inline-block;
    padding: 0 1em;
    position: relative;
  }
  .bnr-area-wrap .bnr-area-txt.wave p:not(.small)::before {
    content: "～";
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .bnr-area-wrap .bnr-area-txt.wave p:not(.small)::after {
    content: "～";
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .bnr-area-wrap.height-auto .swiper-bnr:not(.swiper-container-initialize) {
    padding-left: 8vw;
    padding-right: 8vw;
    box-sizing: border-box;
  }
  .bnr-area-wrap.height-auto .bnr-thumb {
    display: grid;
    row-gap: 5.333vw;
    width: 84vw;
    margin: 0 auto;
  }
  .bnr-area-wrap .bnr-link {
    text-align: center;
    margin-top: 15px;
    line-height: 1;
  }
  .bnr-area-wrap .bnr-link-txt {
    font-size: 3.2vw;
    font-weight: bold;
    color: #000;
  }
  .modalid .modal__text {
    font-size: 3.2vw;
    line-height: 1.6;
  }

  .modalid #modal-cv-free.modal-course .modal__title,
  .modalid #modal-cv-free.modal-course .modal__title-two {
    font-size: 4.26666666vw;
    color: #E5465A;
  }

  .modalid #modal-cv-free.modal-course .modal__btn {
    justify-content: space-between;
    gap: 3.2vw 2%;
  }
  .modalid #modal-cv-free.modal-course .modal__btn-item {
    width: 48%;
    margin: 0;
  }
  .modalid #modal-cv-free.modal-course .modal__btn-link {
    background-color: #E5465A;
  }
  .modalid #modal-cv-free.modal-course .modal__btn-item + .modal__btn-item {
    margin-left: 0;
  }

  .modalid #modal-cv .modal__title,
  .modalid #modal-cv .modal__title-two {
    font-size: 4.26666666vw;
  }
  .modalid #modal-cv .modal__btn {
    justify-content: space-between;
    gap: 3.2vw 2%;
  }
  .modalid #modal-cv .modal__btn-item {
    width: 48%;
    margin: 0;
  }
  .modalid #modal-cv .modal__btn-item + .modal__btn-item {
    margin-left: 0;
    margin-left: 0;
  }
}

/*
==================================
floating-btn
==================================
*/
/* pc */
@media(min-width:769px){
  .floating-btn{
    position: fixed;
    bottom: 0;
    right: 0px;
    width: 15vw;
    height: 15vw;
    max-width: 200px;
    max-height: 200px;
    z-index: 10;
    cursor: pointer;
  }
  .floating-btn__link{
    display: block;
  }
  .floating-btn__link.no-push__btn {
    pointer-events: none!important;
    background-color: #888888!important;
  }

  .floating-btn.is-top{
    width: 280px;
    height: 280px;
    max-width: 280px;
    max-height: 280px;
  }
}
/* sp */
@media(max-width:768px){
  .is-cost .floating-btn__txt {
    margin-bottom: 2.66667vw;
    font-size: 3.46667vw;
    font-weight: bold;
    text-align: center;
  }
  .is-cost .floating-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    cursor: pointer;
    background-color: rgba(246,246,246,0.9);
    padding: 10px 30px;
    box-sizing: border-box;
  }
  .is-cost .floating-btn .floating-btn__sublink-wrap {
    display: flex;
    gap: 10px;
    justify-content: space-between;
  }
  .is-cost .floating-btn .floating-btn__link {
    display: block;
    width: 100%;
  }
  .is-cost .floating-btn .floating-btn__link.no-push__btn {
    pointer-events: none!important;
    background-color: #888888!important;
  }

  .is-cost .floating-btn .floating-btn__txt .red {
    color: #FF0000;
  }

  .is-cost .floating-btn .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;
  }
  .is-cost .floating-btn .floating-btn__link-nyukai span {
    font-size: 3.733vw;
    font-weight: 600;
    color: #1C1266;
    line-height: 1.6;
  }
  .is-cost .floating-btn .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%);
  }
  .is-cost .floating-btn .floating-btn__link-nyukai.no-push__button {
    pointer-events: none !important;
    background-color: #888888 !important;
    box-shadow: none;
  }

  .is-cost .floating-btn .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;
  }
  .is-cost .floating-btn .floating-btn__link-free.no-push__btn {
    pointer-events: none !important;
    background-color: #888888 !important;
    box-shadow: none;
  }
  .is-cost .floating-btn .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%);
  }

  .floating-btn__link-free.floating-btn__link-free--green {
    background-color: #06c755;
    color: #fff;
    border: #fff 2px solid;
  }
  .floating-btn .floating-btn__link-free.floating-btn__link-free--green::before {
    color: #000;
    background-color: #fff;
  }

  .is-cost .floating-btn .floating-btn__link-free.floating-btn__link-free--green {
    background-color: #06c755;
    color: #fff;
    border: #fff 2px solid;
  }
  .is-cost .floating-btn .floating-btn__link-free.floating-btn__link-free--green::before {
    color: #000;
    background-color: #fff;
  }
}

/*
======================================
学年 「新」切り替え コメントアウトで操作
======================================
*/
.acc__lineup-box .acc__lineup-box-btn .normal,
.modal-reason-course .modal-reason-course__item .normal {
  /* display: none; */
  display: block;
}

.acc__lineup-box .acc__lineup-box-btn .new,
.modal-reason-course .modal-reason-course__item .new,
.course__lineup .course__lineup-box .new,
.header-inner__menu-list-item-balloon-wrap .header-inner__menu-list-item-balloon-genre-link .new,
.header__sp-list .header__sp-list-item-cont-genre-txt .new,
.modal .modal__btn .modal__btn-item .new {
  display: none;
}