@charset "UTF-8";
/* 20220822 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .sp{
    display: none;
  }
  .term-main__lead-area{
    border: solid 2px #004fa8;
    margin-bottom: 30px;
    padding: 20px;
  }
  .term-main__lead-area-text{
    font-size: 16px;
    color: #002222;
    line-height: 1.7;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .link-text{
    color: #004fa8;
    text-decoration: underline;
  }
  .term-main__wrap{
    margin-top: 150px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .term-main__lead-area{
    border: solid 2px #004fa8;
    margin: 0 4vw;
    margin-bottom: 4vw;
    padding: 2vw;
  }
  .term-main__lead-area-text{
    font-size: 3.2vw;
    color: #002222;
    line-height: 1.7;
    margin-top: 2.66666666vw;
    margin-bottom: 2.66666666vw;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .link-text{
    color: #004fa8;
    text-decoration: underline;
  }
  .term-main__wrap{
    margin-top: 30vw;
  }

}

/*
==================================
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 - 85px);
    background-color: #fff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    top: 0;
    margin-top: 85px;
    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-btn-link {
    padding: 18px 0;
  }
}
/* 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 - 20vw);
    background-color: #fff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    top: 0;
    margin-top: 20vw;
    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-btn-link {
    width: auto;
    height: 100%;
    font-size: 3.2vw;
    padding: 2.5vw 1.3vw;
    text-align: center;
  }
}

.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;
}
.js-header_inner {
  display: flex;
}

