@charset "UTF-8";

/*=========================
  caution
=========================*/
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  body {
    font-family: "ヒラギノ角ゴ Pro", 游ゴシック, "Hiragino Kaku Gothic Pro", sans-serif, YuGothic;
  }
  /* main */
  .main{
    padding: 0 7.466666666666667vw;
    margin: 25.333333333333332vw 0 24vw 0;
  }
  section {
    margin-bottom: 30px;
  }
  .h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #0067B3;
  }
  .main__ttl{
    margin: 0 auto 2vw auto;
    height: auto;
  }
  .main__sub-txt {
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
    margin: 0 0 0 0;
    color: #252020;
  }
  .main__sub-ttl{
    text-align: center;
    font-size: 6.666666666666667vw;
    font-weight: bold;
    margin: 0 0 12vw 0;
    color: #252020;
  }
  .main__caution{
    text-align: center;
    font-weight: bold;
    font-size: 4.5vw;
    color: #7E7E7E;
    margin: 0 0 4vw 0;
  }
  .main__btn{
    width: 77.33333333333333vw;
    height: 14.666666666666666vw;
    border-radius: 2.6666666666666665vw;
    position: relative;
    color: #FFFFFF;
    background-color: #005AA0;
    display: block;
    text-decoration: none;
    font-size: 4.333333333333333vw;
    font-weight: bold;
    line-height: 14.666666666666666vw;
    text-align: center;
    margin: 0 auto 4vw;
    box-shadow: 6px 6px 11px 0px rgba(0, 0, 0, 0.18);
  }
  .main__btn--small {
    font-size: 3.5vw;
    border-bottom: 1px solid #fff;
    padding: 0 0 5px 0;
    line-height: 2;
  }
  .main__btn--long {
    line-height: 1.2;
    padding-top: 1vw;
  }
  .main__btn--noclick {
    background-color: #aaa;
    pointer-events: none;
  }
  .main__btn-dance{
    background-color: #006AFF;
  }
  .main__btn-art{
    background-color: #E8A02D;
  }
  .main__btn-soroban{
    background-color: #FC333A;
  }
  .main__btn-shuuji{
    background-color: #86C43E;
  }
  .main__btn-programming{
    background-color: #B016D0;
  }
  .main__btn-tankyu{
    background-color: #E6465A;
  }
  .main__btn-creator{
    background-color: #F58714;
    font-size: 4vw;
  }

  .main__top-link{
    font-size: 4.5vw;
    color: #7E7E7E;
    display: block;
    margin: 0 auto 20px auto;
  }
  .main__top-link-wrap{
    margin: 8vw 0 16vw;
  }
  .main__top-link-wrap .main__top-link{
    margin-top: 0;
  }





}
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  body {
    font-family: "ヒラギノ角ゴ Pro", 游ゴシック, "Hiragino Kaku Gothic Pro", sans-serif, YuGothic;
  }

  /* main */
  .main{
    width: 760px;
    margin: 170px auto 350px;
  }
  section {
    margin-bottom: 30px;
  }
  .h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #0067B3;
  }
  .main__ttl{
    margin: 0 auto 20px auto;
    width: 450px;
    height: auto;
  }
  .main__sub-txt {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 0 0;
    color: #252020;
  }
  .main__sub-ttl{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 50px 0;
    color: #252020;
  }
  .main__caution{
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    color: #7E7E7E;
    margin: 0 0 30px 0;
  }
  .main__content{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main__content .main__btn:not(:last-child) {
    margin-right: 5px;
  }
  .main__btn{
    width: 24%;
    border-radius: 10px;
    position: relative;
    color: #FFFFFF;
    background-color: #005AA0;
    display: block;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    line-height: 80px;
    text-align: center;
    box-shadow: 6px 6px 11px 0px rgba(0, 0, 0, 0.18);
  }
  .main__btn--small {
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
  }
  .main__btn--long {
    font-size: 16px;
    line-height: 1.5;
    padding: 10px;
  }
  .main__btn--long::after{
    top: 30px;
  }
  .main__btn--long  .sp-br {
    display: none;
  }
  .main__btn--noclick {
    background-color: #aaa;
    pointer-events: none;
  }
  .main__btn-dance{
    background-color: #006AFF;
  }
  .main__btn-art{
    background-color: #E8A02D;
  }
  .main__btn-soroban{
    background-color: #FC333A;
  }
  .main__btn-shuuji{
    background-color: #86C43E;
  }
  .main__btn-programming{
    background-color: #B016D0;
  }
  .main__btn-tankyu{
    background-color: #E6465A;
  }
  .main__btn-creator{
    background-color: #F58714;
    font-size: 18px;
  }
  .pc-hidden{
    display: none;
  }
  .main__content + .main__content{
    margin-top: 20px;
  }
  .main__top-link{
    font-size: 20px;
    color: #7E7E7E;
    display: block;
    margin: 0 auto 20px auto;
  }
  .main__top-link-wrap{
    margin: 30px 0 60px;
  }
  .main__top-link-wrap .main__top-link{
    margin-top: 0;
  }
}

/* header追加 */
/*===== 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;
  }
}
/*===== 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;
  }
}
/* question */
.qa__item-button.js-qa-button--accordion::after {
  transform: rotate(180deg);
  transition: transform 0.25s;
}
.qa__item-button.js-qa-button--accordion.js-qa-button--open::after {
  transform: rotate(0deg);
}
.qa__item-ans-wrap {
  display: none;
  margin-left: 70px;
  padding: 15px;
  margin-bottom: 20px;
  /* background-color: #E5F0FF; */
  border-radius: 6px;
}
.qa-list {
  margin-top: 20px;
}

.qa__item {
  border-top: 1px solid #DADADA;
}

.qa__item:last-of-type {
  border-bottom: 1px solid #DADADA;
}

.qa__item-button {
  outline: none;
  background: none;
  border: none;
  padding: 30px 0px;
  padding-right: 50px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-decoration: none;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.qa__item-button::after {
  content: "";
  background-image: url(/zemi/challengeschool/_shared/img/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 13px;
  position: absolute;
  bottom: 48%;
  right: 0%;
  -webkit-transform: translate(0%, 50%) rotate(90deg);
  -ms-transform: translate(0%, 50%) rotate(90deg);
  transform: translate(0%, 50%) rotate(90deg);
}

/* .qa__item-button.active::after {
  -webkit-transform: translate(0%, 50%) rotate(0deg);
  -ms-transform: translate(0%, 50%) rotate(0deg);
  transform: translate(0%, 50%) rotate(0deg);
} */

.qa__item-icon-wrap {
  width: 50px;
  text-align: center;
  margin-right: 20px;
}

.qa__item-icon-ques {
  width: 50px;
}

.qa__item-icon-answer {
  width: 30px;
}

.qa__item-ques {
  font-size: 24px;
  font-weight: bold;
}

.qa__item-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 40px;
}

.qa__item-content .qa__item-icon-wrap {
  margin-top: 5px;
}

/* question */
.qa__item-button.js-qa-button--accordion::after {
  transform: rotate(180deg);
  transition: transform 0.25s;
}
.qa__item-button.js-qa-button--accordion.js-qa-button--open::after {
  transform: rotate(0deg);
}
.qa__item-ans-wrap {
  display: none;
  margin-left: 70px;
  padding: 15px;
  margin-bottom: 20px;
  /* background-color: #E5F0FF; */
  border-radius: 6px;
}
.qa-list {
  margin-top: 20px;
}

.qa__item {
  border-top: 1px solid #DADADA;
}

.qa__item:last-of-type {
  border-bottom: 1px solid #DADADA;
}

.qa__item-button {
  outline: none;
  background: none;
  border: none;
  padding: 30px 0px;
  padding-right: 50px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-decoration: none;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.qa__item-button::after {
  content: "";
  background-image: url(/zemi/challengeschool/_shared/img/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 13px;
  position: absolute;
  bottom: 48%;
  right: 0%;
  -webkit-transform: translate(0%, 50%) rotate(90deg);
  -ms-transform: translate(0%, 50%) rotate(90deg);
  transform: translate(0%, 50%) rotate(90deg);
}

/* .qa__item-button.active::after {
  -webkit-transform: translate(0%, 50%) rotate(0deg);
  -ms-transform: translate(0%, 50%) rotate(0deg);
  transform: translate(0%, 50%) rotate(0deg);
} */

.qa__item-icon-wrap {
  width: 50px;
  text-align: center;
  margin-right: 20px;
}

.qa__item-icon-ques {
  width: 50px;
}

.qa__item-icon-answer {
  width: 30px;
}

.qa__item-ques {
  font-size: 24px;
  font-weight: bold;
}

.qa__item-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 40px;
}

.qa__item-content .qa__item-icon-wrap {
  margin-top: 5px;
}

/* footer微調整追加 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .footer-inner{
    max-width: 760px;
  }
}
/* modal追加 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .modalid .modal {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .modalid .modal__bg {
    background-color: rgba(183, 183, 183, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* .modalid .modal__wrap {
    max-width: 960px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    height: 90%;
  } */
  .modalid .modal__content {
    border-radius: 5px;
    background-color: #ffffff;
    max-height: 100%;
    padding: 60px;
    height: 80%;
    overflow-y: scroll;
  }
  .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;
  }
  .modal__text {
    font-size: 16px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .modalid .modal {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .modalid .modal__bg {
    background-color: rgba(183, 183, 183, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* .modalid .modal__wrap {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    overflow-y: hidden;
  } */
  .modalid .modal__content {
    border-radius: 1.33333333vw;
    background-color: #ffffff;
    max-height: 70vh;
    padding: 5.33333333vw;
    padding-top: 12vw;
    width: auto;
    overflow-y: scroll;
  }
  .modalid .modal__close {
    width: 4.8vw;
    cursor: pointer;
    position: absolute;
    top: 2.133vw;
    right: 2.133vw;
  }
  .modalid .modal__close-icon {
    font-size: 0;
    margin-bottom: 2vw;
    margin-right: auto;
    margin-left: auto;
    width: 4.8vw;
  }
  .modal__text {
    font-size: 16px;
  }
}
