@charset "utf-8";
/* CSS Document */

/* background */
.body-te {
  background: linear-gradient(270deg, #69D5E8 30.22%, #D1F1AB 98.9%);
}

.body-st {
  background: var(--TOP-, linear-gradient(277deg, rgba(200, 130, 255, 0.40) 0%, rgba(200, 130, 255, 0.00) 55.22%), #78DEEC);
}

/* header */
.header-title {
  display: flex;
  justify-content: space-around;
  width: 330px;
  align-items: center
}

.header-title img {
  display: block;
}

.teacher_mark {
  display: inline-flex;
  padding: 5px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: var(---blue03, #5B88D1);
  color: var(---white, #FFF);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

/* oshirase */
.oshirase-block {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #F8F8F8;
  color: #3A414D;
  border-radius: 0px;
}

.g-wraper {
  max-width: 1000px;
  margin: 0px auto 0px;
}

.osirase-wrap {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  flex-direction: column;
}

.oshirase-main {
  display: grid;
  grid-template-columns: 100px auto;
}


/* frame */
.frame {
  padding: 40px;
  margin: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 16px 40px 0px rgba(49, 50, 51, 0.12);
}

.frame-shoron {
  padding: 40px;
  margin: 10px;
  /* height: 330px; */
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 16px 40px 0px rgba(49, 50, 51, 0.12);
}

.pracice-flex {
  display: grid;
  justify-content: space-around;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}

.flex-wrap {
  display: flex;
  justify-content: space-around;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}


.title-guide {
  font-size: 12px;
  color: #10A3FF;
  font-weight: 700;
  line-height: 19.2px;
  font-family: 'Roboto Condensed', sans-serif;
}

.title_main {
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 10px;
}


.g-top-block-color1 {
  height: 100px;
  width: 100%;
  border-radius: 6px;
  color: #ffffff;
  text-align: center;
  box-shadow: none;
  margin-top: 10px;
}

.contaier1_teacher {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.contaier1_student {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
}

.contaier2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 30px;
}

.g-top-block_illust {
  top: 50%;
  left: -28%;
  position: absolute;
}

.g-top-block_textarea p {
  text-align: left;
}

.g-top-block_textarea {
  display: block;
  margin: 0 auto;
  margin: 0 auto;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  text-align: left;
  font-size: 22px;

}

.g-top-block_textarea span {
  font-size: small;
  font-weight: lighter;
}

.g-top-lesson .g-top-block_textarea {
  width: 220px;
}

.g-top-advice .g-top-block_textarea {
  width: 155px;
}

/* SETTING */
.g-second_block {
  width: 90%;
  margin: 0 auto;
  gap: 20px;
  justify-content: center;
}

.g-second_block_cont {
  border-radius: 6px;
  color: #3a3f4d;
  text-align: center;
}


.g-second_block_cont_img-area {
  text-align: center;
  display: flex;
  width: 250px;
  align-items: center;
  gap: 5px;
  padding: 7px 0;
}
.g-second_block_cont_img-area_seito{
  text-align: center;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 0;
}
.g-second_block_img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(141, 217, 242, .2);
  position: relative;
}

.secondcolor1 {
  background-color: #94DDDD;
}

.secondcolor2 {
  background-color: #E2E855;
}

.secondcolor3 {
  background-color: #F2C9CF;
}

.secondcolor4 {
  background-color: #B2DBB4;
}

.secondcolor5 {
  background-color: #F3CAA9;
}

.g-second_block_img_size {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 26%;
  top: 26%;
}

.g-second_block_cont_text {
  font-size: 16px;
  font-weight: 600;
}

/* practice */
.top-practice-btn {
  height: 150px;
  width: 100%;
  border-radius: 6px;
  color: #ffffff;
  text-align: center;
  box-shadow: none;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  background: var(--top-70, linear-gradient(277deg, rgba(113, 255, 178, 0.40) 0%, rgba(113, 255, 178, 0.00) 55.22%), #00BCB0);
}

.practice-wrap {
  display: flex
}

.top-practice-btn2{
  height: 100px;
  width: 100%;
  border-radius: 6px;
  color: #ffffff;
  text-align: center;
  box-shadow: none;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  background: var(--top-70, linear-gradient(277deg, rgba(113, 255, 178, 0.40) 0%, rgba(113, 255, 178, 0.00) 55.22%), #00BCB0);
}

.top-practice-btn_small{
  height: 50px;
  width: 50%;
  border-radius: 6px;
  color: #ffffff;
  text-align: center;
  box-shadow: none;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  background: var(--top-70, linear-gradient(277deg, rgba(113, 255, 178, 0.40) 0%, rgba(113, 255, 178, 0.00) 55.22%), #00BCB0);
}
.top-practice-btn_small p{
  font-size: 16px;
  text-align: left;
}
/* link */
.link-text {
  padding: 30px;
}

.link-text a {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.8px;
}

.link-text li {
  list-style-image: url(../img/share/link-arrow.png);
  margin-bottom: 10px;
}


/* yokuaruQ */
.yokuaruQ-block {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  color: #3A414D;
  font-size: 14px;
  padding: 40px;
  margin: 20px 10px 10px 10px;
}

.yokuaruQ-Q {
  padding: 15px;
  border-top: solid 2px #f0f1f1;
  font-weight: 600;
}

.yokuaruQ-Q::before {
  content: url(../img/share/question.png);
  margin-right: 10px;
}

.yokuaruQ-A {
  padding: 15px;
  display: flex;
}

.yokuaruQ-A::before {
  content: url(../img/share/answer.png);
  margin-right: 10px;
}

.g-arrow_dounUp {
  margin-left: auto;
  width: 10%;
}

.toggle .g-arrow_dounUp {
  background: url(./../img/share/add.png) no-repeat right top;

}

.toggle .g-arrow_dounUp.selected {
  background: url(./../img/share/remove.png) no-repeat right top
}

a.toggle {
  cursor: pointer;
  display: block;
}

/* yokuaruQ_more */
.more-btn {
  width: 390px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid var(---gradiation01, #5B88D1);
  background: #FFF;
  color: var(--TOP-, #10A3FF);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 0.9px;
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.js-more {
  text-align: center;
  margin-top: 20px;
}

.js-more::before {
  background-image: url(./../img/share/add.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 25px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  width: 25px;
}

.js-close {
  text-align: center;
  margin-top: 20px;
}


.more-btn:hover,.g-top-block-color1:hover, .g-second_block_cont:hover, .top-practice-btn:hover, .link-text li :hover, .link-text li :hover,.kadai_modal_btn:hover,.interest_link:hover {
  opacity: .7
}

.js-close::before {
  background-image: url(./../img/share/remove.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 25px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  width: 25px;
}

/* bnr-area */
.g-carousel {
  display: grid;
  justify-content: space-around;
  grid-template-columns: 1fr 1fr;
  margin-right: 10px;
  gap: 5px;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 10px;
}

.g-carousel__oshirase {
  width: 240px;
}

.g-carousel__oshirase img {
  border: 2px solid #FFF;
  border-radius: 5px;
  Box-sizing: border-box;
  width: 100%;
  height: auto;
}

/* hamburger area*/

.nav_list {
  line-height: 3rem;
}

.nav_list li {
  border-bottom: solid 1px #DFE4EC;
}

/* btn_gray */
.g-second_block_cont_gray {
  background: #858585;
  filter: grayscale(100%);
  color: #bfc7d3;
  pointer-events: none;
  cursor: not-allowed;
}

/* student */
.interest_frex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.interest_block {
  display: flex;
  width: 84px;
  height: 74px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  opacity: var(--sds-size-stroke-border);
  background: var(---gray03, #F8F8F8);
  margin: 5px;
}

.interest_block_innner{
  display: flex;
  align-items: flex-end;
}
.interest_link {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
  padding: 20px 0 10px;
}

.interest_link::before {
  content: url(../img/share/link-arrow.png);
}

.g-heart {
  color: #FFA284;
  font-size: 20px;

}

.g-heart_small {
  color: #FFA284;
  font-size: 14px;

}

.countnumber {
  font-size: 20;
  font-weight: 600;
}

.countnumber::before{
 content: "♥";
  color: #FFA284;
  font-size: 20px;

}


.interest_block p {
  font-size: 12px;
}

/* kadai_modal */

  .modal_title-guide{
    font-size: 14px;
    color: #10A3FF;
    font-weight: 700;
    line-height: 19.2px;
    font-family: 'Roboto Condensed', sans-serif;
    width: 60%;
    text-align: left;
  }
  .js-modal p{
    width: 60%;
    text-align: left;
  }
  .js-modal{
    padding: 20px 0;
  }

.kadai_modal_btn{
  height: 100px;
    /* width: 60%; */
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    vertical-align:bottom;
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    align-items: center;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 20px;
    background: var(--top-70, linear-gradient(277deg, rgba(113, 255, 178, 0.40) 0%, rgba(113, 255, 178, 0.00) 55.22%), #00BCB0);
}

.g-top-block_modal{
  position: relative;
}

.g-modal__body{
width: 80%;
display: block;
margin: 0 auto;
}

.g-modal__body_text{
  font-size: 20px;
  text-align: center;
  margin: 20px;
  font-weight: bold;
}
/* tb */
@media print,
screen and (max-width: 767px) {

  .contaier1_student,
  .contaier1_teacher,
  .contaier2,
  .pracice-flex,
  .osirase-wrap {
    display: block;
  }

  .g-carousel {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
  }

  .top-practice-btn {
    height: 100px;
  }
  .top-practice-btn_small{
    width: 100%;
  }

   .g-carousel__oshirase img {
    max-width: 300px;
    margin-bottom: 0px;
  }

  .more-btn {
    width: 240px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  .link-text a {
    font-size: 14px;
  }

  .g-top-lesson .g-top-block_textarea {
    width: 200px;
  }

  .g-top-block_textarea p {
    font-size: 20px;
  }
  .top-practice-btn_small p{
    font-size: 16px;
  }
  .g-second_block_cont_text {
    font-size: 14px;}

.g-second_block_cont_text {
    font-size: 14px;}

  main {
    padding: 0 0px;
  }

  .frame{
    padding: 40px 20px;
  }
  .yokuaruQ-block {
    padding: 20px;
  }

  .g-arrow_dounUp {
    width: 20%;
  }
}

 

/* interest*/
.g-block__block,
.g-block__block2 {
  display: flex;
  width: 100%;
  padding: 10px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  opacity: var(--sds-size-stroke-border);
  background: var(---gray03, #F8F8F8);
  margin: 5px;
  border: none;
  text-align: center;
}


.frame_interest {
  padding: 40px;
  gap: 12px;
  border-radius: 10px;
  background: #FFF;
  margin: 30px 10px;
  display: block;
  box-shadow: 0px 16px 40px 0px rgba(49, 50, 51, 0.12);
}

.g-top-block-color1 {
  border-radius: 10px;
  background: var(--top-70, linear-gradient(277deg, rgba(133, 255, 243, 0.40) 0%, rgba(133, 255, 243, 0.00) 55.22%), #11A5E4);
}
.g-block__block{
  position: relative;
  overflow: hidden;
  }
  .g-top-block-interest{
position: relative;
display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 60%;
  }

  .g-top-block_textarea_interest{
    position: relative;
    display: flex;
    align-items: center;
  }

  .g-top-block_illust_interest{
    width: 80px;
  }

  .g-top-block_textarea_interest p{
    font-size: 22px;
    font-weight: 600;
  }
  .g-top-block_textarea_interest span{
    font-size: 12px;
    font-weight: 300;
  }
  .g-top-block_g-arrow_right {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(-50%, -50%);
    width: 10px;}

.interest_text>p{
  font-size: 16px;
    font-weight: 600;
    margin-top: 50px;
  }


/* tb　SP */
@media print,
screen and (max-width: 767px) {
  .g-top-block-interest{
        width: 100%;
      }

      .g-top-block_illust_interest {
        width: 50px;}
        .g-top-block_textarea_interest p {
          font-size: 18px;
          font-weight: 600;
}


.g-top-advice .g-top-block_textarea {
  width: 215px;
}
}
/* tb */
@media (min-width:600px)and (max-width: 767px) {
  .tb-none{
    display: none
  }
}
/* ------------------------------ modal ------------------------------ */
.g-modal {
  display: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 60px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.g-modal__bg {
  background-color: #000000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.g-modal-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 912px;
  height: 100%;
}
.g-modal__content {
  width: 70%;
  max-height: 80%;
  padding: 60px 48px;
  border-radius: 24px;
  background-color: #fff;
  position: relative;
  overflow: auto;
}
.g-modal__close {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
.g-modal__close-icon {
  display: block;
}

/* sp */
@media print, screen and (max-width: 767px) {
  .g-modal {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 30px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .g-modal__bg {
    background-color: #000000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  .g-modal-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 912px;
    height: 100%;
  }
  .g-modal__content {
    width: 100%;
    max-height: 80%;
    padding: 60px 20px;
    border-radius: 24px;
    background-color: #fff;
    position: relative;
    overflow: auto;
  }
  .g-modal__close {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
  }
  .g-modal__close-icon {
    display: block;
  }
}

.g-arrow__triangle--circle {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 8px;
  background-color: var(--gray-deep);
  position: relative;}

  .header-menu a{
    border: solid 1px #3A414D;
    border-radius: 30px;
    padding: 3px 15px;
    text-align: center;
    margin-top: 3px;
    display: flex;
    gap:3px;
    }
    .header-menu a:hover{
    opacity: .7;
    text-decoration: none;
    }
    .header-menu_list_btn{
    display:flex;
    justify-content: flex-end;
    gap:20px;
    }
    .header-menu li{
    border-right: none;
    }