/* ====================

  グロナビ・ハンバーガーメニュー
  
==================== */
/* pc */
@media(min-width:769px){
  .sp__only{
    display: none;
  }
  .header {
    z-index: 999;
  }
  .header-inner {
    position: relative;
    padding: 0;
    justify-content: unset;
    height: 90px;
  }
  .header-inner_logo {
    margin: auto 0 auto 20px;
  }
  .header-logo-link {
    width: fit-content;
  }
  .header-logo-img {
    width: 84px;
  }
  .header-logo-link + .header-logo-link .header-logo-img {
    width: 187px;
  }
  .header-inner__menu {
    height: 100%;
    margin-left: 20px;
  }
  .header-inner__menu-list {
    height: 100%;
    display: flex;
  }
  .header-inner__menu-list-item {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 20px;
    color: #464646;
  }
  .header-inner__menu-list-item:hover {
    cursor: pointer;
    color: #003CAA;
    transition: .5s ease;
  }
  .header-inner__menu-list-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0,60,170,1);
    opacity: 0;
    transition: all .3s ease;
  }
  .header-inner__menu-list-item:hover::after {
    opacity: 1;
  }
  .header-inner__menu-list-item + .header-inner__menu-list-item::before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 35%;
    margin-left: -20px;
    background-color: #DDDDDD;
  }
  .header-inner__menu-list-item-cont {
    position: relative;
    font-size: 18px;
  }
  .header-inner__menu-list-item-cont::after {
    content: "";
    position: absolute;
    background-image: url(/zemi/challengeschool/_shared/img/231025/icon_header-arrow-under.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 12px;
    height: 7px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header-inner__menu-list-item-balloon {
    display: none;
  }
  .header-inner__menu-list-item-balloon-wrap {
    position: absolute;
    top: 100%;
    left: -227px;
    width: 100vw;
    padding: 40px 0;
    background-color: #003CAA;
    color: #fff;
  }
  .header-inner__menu-list-item-balloon-inr {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 1300px;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
  }
  .header-inner__menu-list-item-balloon-genre {
    width: 150px;
    padding: 0 25px;
    border-left: 1px solid rgba(255,255,255,0.5);
  }
  .header-inner__menu-list-item-balloon-genre--home{
    padding: 0;
  }
  .header-inner__menu-list-item-balloon-genre:last-child {
    border-right: 1px solid rgba(255,255,255,0.5);
  }
  .header-inner__menu-list-item-balloon-genre:nth-child(n+7) {
    margin-top: 30px;
  }
  .header-inner__menu-list-item-balloon-genre--wide {
    width: 170px;
  }
  .header-inner__menu-list-item-balloon-genre-new {
    width: 60px;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
    color: #003CAA;
    background-color: #fff;
    border-radius: 2px;
  }
  .header-inner__menu-list-item-balloon-genre-ttl {
    height: 60px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .header-inner__menu-list-item-balloon-genre-ttl--singleline {
    line-height: 60px;
  }
  .header-inner__menu-list-item-balloon-genre-img {
    display: block;
    width: 62px;
    height: 62px;
    margin: 0 auto 12px;
  }
  .header-inner__menu-list-item-balloon-genre--home .header-inner__menu-list-item-balloon-genre-img{
    width: 120px;
    height: 120px;
  }
  .header-inner__menu-list-item-balloon-genre-link {
    display: block;
    position: relative;
    padding: 6px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #000;
    background-color: #fff;
    border-radius: 13px;
    text-decoration: none;
    box-shadow: 2px 2px 0px 0px #BEBEBE;
    transition: transform .5s ease;
  }
  .header-inner__menu-list-item-balloon-genre--home .header-inner__menu-list-item-balloon-genre-link{
    background-color: inherit;
    box-shadow: none;
    margin: 20px 0;
  }
  .header-inner__menu-list-item-balloon-genre-link::after {
    content: "";
    position: absolute;
    background-image: url(/zemi/challengeschool/_shared/img/231025/icon_header-arrow-right.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 6px;
    height: 9px;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
  }
  .header-inner__menu-list-item-balloon-genre-link:hover {
    color: #003CAA;
    opacity: 1;
    transform: translateY(2px);
    transition: transform .5s ease;
  }
  .header-inner__menu-list-item-balloon-genre-link + .header-inner__menu-list-item-balloon-genre-link {
    margin-top: 10px; 
  }
  .header-inner__menu-list-item-link {
    display: flex;
    align-items: center;
    height: 100%;
    color: #464646;
    text-decoration: none;
  }
  .header-inner__menu-list-item:hover .header-inner__menu-list-item-link {
    opacity: 1;
    color: #003CAA;
    transition: .5s ease;
  }
  .header-inner__cv {
    display: flex;
    height: 100%;
    margin-right: 0;
    margin-left: auto;
  }
  .header-inner__cv-free,
  .header-inner__cv-join {
    position: relative;
    display: flex;
    align-items: center;
    width: 130px;
    padding-left: 20px;
    font-weight: bold;
    text-decoration: none;
  }
  .header-inner__cv-free {
    /* padding-left: 60px; */
    color: rgb(250, 122, 112);
    border: 2px solid #FA7A70;
  }
  .header-inner__cv-join {
    /* background-color: #FFF054; */
    /* color: #000; */
    background-color: #EBFF00;
    color: #1C1266;
  }
  .header-inner__cv-join::after {
    content: "";
    position: absolute;
    background-image: url(/zemi/challengeschool/_shared/img/231025/icon_header-cvarrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    right: 25px;
  }
  .header-inner__cv-free::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%);
  }
  /* .header-inner__cv-free::before {
    content: "";
    background-image: url(/zemi/challengeschool/_shared/img/logo_LINE_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    position: absolute;
  } */
  .header-inner__cv-join::after {
    right: 15px;
  }
  .no-push__btn .header-inner__cv-join {
    pointer-events: none !important;
    background-color: #888888 !important;
  }

  .no-push__btn-free .header-inner__cv-free {
    pointer-events: none !important;
    background-color: #888888 !important;
    color: #464646 !important;
    border-color: #888888 !important;
  }
  .no-push__btn-free .header-inner__cv-free::after {
    background-color: #464646 !important;
  }
  .no-display__btn-free .header-inner__cv-free {
    display: none;
  }
}

/* sp */
@media(max-width:768px){
  .pc__only{
    display: none;
  }
  .header {
    z-index: 999;
  }
  .header-inner-wrap {
    display: flex;
    gap: 5.333vw;
  }
  .header-inner__kaiin {
    display: grid;
    place-content: center;
    width: 18.8vw;
    min-height: 12.8vw;
    font-size: 3.2vw;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #01BBFF;
    padding: 0 0.533vw;
    text-decoration: none;
    border-radius: 1.067vw;
  }
  .header-inner__menu {
    width: 12.8vw;
  }
  .header-inner__menu img {
    width: 100%;
  }
  .header__cover {
    width: 100%;
    height: 100%;
    position: fixed;
    right: -100vw;
    top: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity .5s, right .5s .5s;
  }
  .header__cover.is-open {
    opacity: 1;
    right: 0;
    transition: opacity .5s;
  }
  .header__sp {
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 100;
    width: 90%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: left .5s ease-out;
    transition: left .5s ease-out;
    overflow-y: scroll;
  }
  .header__sp.is-open {
    left: 10%;
  }
  .header__sp-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
  .header__sp-top-left-link {
    display: block;
    width: fit-content;
  }
  .header__sp-top-left-link-benelogo {
    width: 20vw;
  }
  .header__sp-top-left-link-charelogo {
    width: 35vw;
  }
  .header__sp-top-right {
    width: 11.2vw;
  }
  .header__sp-top-right img {
    width: 100%;
  }
  .header__sp-list {
    padding: 1.33333vw 0 8vw;
  }
  .header__sp-list-item {
    padding-left: 5.33333vw;
    border-bottom: 1px solid #DADADA;
  }
  .header__sp-list-item-ttl {
    padding-top: 5.33333vw;
    font-size: 3.73333vw;
    font-weight: bold;
    color: #9D9D9D;
  }
  .header__sp-list-item-cont {
    padding-left: 10px;
  }
  .header__sp-list-item-cont-genre {
    position: relative;
    display: flex;
    text-decoration: none;
    padding: 4vw 0 4vw 3.2vw;
    border-bottom: 1px solid #DADADA;
    align-items: center;
  }
  .header__sp-list-item-cont-genre::after {
    content: "";
    position: absolute;
    background-image: url(/zemi/challengeschool/_shared/img/231025/icon_header-arrow-right.svg);
    background-repeat: no-repeat;
    width: 2vw;
    height: 3vw;
    top: 50%;
    right: 8vw;
    transform: translateY(-50%);
  }
  .header__sp-list-item-cont-genre:last-child {
    border-bottom: none;
  }
  .header__sp-list-item-cont-genre--select {
    border-bottom: none;
  }
  .header__sp-list-item-cont-genre--select::after {
    background-image: url(/zemi/challengeschool/_shared/img/231025/icon_header-genre-open.svg);
    width: 3vw;
  }
  .header__sp-list-item-cont-genre--select.is-open::after {
    background-image: url(/zemi/challengeschool/_shared/img/231025/icon_header-genre-close.svg);
    background-size: contain;
    height: 1vw;
  }
  .header__sp-list-item-cont-genre-img {
    width: 6.66667vw;
    margin-right: 5.33333vw;
    height: 100%;
  }
  .header__sp-list-item-cont-genre-txt {
    font-size: 4.26667vw;
    font-weight: bold;
    line-height: 1.2;
    color: #464646;
  }
  .header__sp-list-item-cont-genre-txt--small {
    font-size: 3.2vw;
  }
  .header__sp-list-item-cont-genre-new {
    position: absolute;
    top: 50%;
    right: 12vw;
    transform: translateY(-50%);
    padding: 0 2vw;
    font-size: 3.2vw;
    font-weight: bold;
    color: #003CAA;
    background-color: #D9ECFA;
    border-radius: 3px;
  }
  .header__sp-list-item-cont-grade {
    display: none;
    padding-left: 15.2vw;
  }
  .header__sp-list-item-cont-grade-link {
    position: relative;
    display: block;
    padding: 4vw 0;
    font-size: 4.26667vw;
    font-weight: bold;
    line-height: 1;
    color: #464646;
    text-decoration: none;
  }
  .header__sp-list-item-cont-grade-link::after {
    content: "";
    position: absolute;
    background-image: url(/zemi/challengeschool/_shared/img/231025/icon_header-arrow-right.svg);
    background-repeat: no-repeat;
    width: 2vw;
    height: 3vw;
    top: 50%;
    right: 8vw;
    transform: translateY(-50%);
  }
  .header__sp-list-item-cont-border {
    width: 100%;
    height: 1px;
    background-color: #DADADA;
  }
  .header__sp-list-item-link {
    position: relative;
    display: block;
    padding: 5.33333vw 0;
    font-size: 4.26667vw;
    font-weight: bold;
    line-height: 1;
    color: #464646;
    text-decoration: none;
  }
  .header__sp-list-item-link::after {
    content: "";
    position: absolute;
    background-image: url(/zemi/challengeschool/_shared/img/231025/icon_header-arrow-right.svg);
    background-repeat: no-repeat;
    width: 2vw;
    height: 3vw;
    top: 50%;
    right: 8vw;
    transform: translateY(-50%);
  }
  .header__sp-list-item-cont-link {
    position: relative;
    display: block;
    padding: 5.33333vw 0 5.33333vw 3.2vw;
    border-bottom: 1px solid #DADADA;
    font-size: 4.26667vw;
    font-weight: bold;
    line-height: 1;
    color: #464646;
    text-decoration: none;
  }
  .header__sp-list-item-cont-link:last-child {
    border-bottom: none;
  }
  .header__sp-list-item-cont-link::after {
    content: "";
    position: absolute;
    background-image: url(/zemi/challengeschool/_shared/img/231025/icon_header-arrow-right.svg);
    background-repeat: no-repeat;
    width: 2vw;
    height: 3vw;
    top: 50%;
    right: 8vw;
    transform: translateY(-50%);
  }
  .header__sp-cv {
    padding-bottom: 20vw;
  }
  .header__sp-cv-join,
  .header__sp-cv-free {
    position: relative;
    display: block;
    height: 11.73333vw;
    line-height: 11.73333vw;
    margin: 0 5.33333vw;
    font-size: 3.73333vw;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
  }
  .header__sp-cv-join::after,
  .header__sp-cv-free::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    width: 5.33333vw;
    height: 5.33333vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .header__sp-cv-join {
    margin-bottom: 2.66667vw;
    /* color: #464646; */
    /* background-color: #FFF054; */
    background-color: #EBFF00;
    color: #1C1266;
  }
  .header__sp-cv-join::after {
    background-image: url(/zemi/challengeschool/_shared/img/231025/icon_header-cvarrow.svg);
    right: 4vw;
  }
  .header__sp-cv-free {
    color: #FA7A70;
    background-color: #fff;
    border: 2px solid #FA7A70;
  }
  .header__sp-cv-free::after {
    background-image: url(/zemi/challengeschool/_shared/img/250807/icon_header-cv-free-arrow.svg);
    right: calc(4vw - 2px);
  }
  .no-push__btn .header__sp-cv-join {
    pointer-events: none !important;
    background-color: #888888 !important;
  }
  .no-push__btn-free .header__sp-cv-free {
    pointer-events: none !important;
    background-color: #888888 !important;
    color: #464646 !important;
    border-color: #888888 !important;
  }
  .no-push__btn-free .header__sp-cv-free::after {
    background-image: url(/zemi/challengeschool/_shared/img/250807/icon_header-cv-free-arrow-no-push.svg);
  }
  .no-display__btn-free .header__sp-cv-free {
    display: none;
  }
}