@charset "utf-8";
/* CSS Document */

.g-top-block{
  position: relative;
  overflow: hidden;
}


.g-top-block_inner{
margin: 0 auto;
font-weight: bold;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 80%;
}
.g-top-block_inner p{
  font-size:24px;
}

.g-top-block_illust{
  position: absolute;
  width: 80px;
  top: 75%;
  left: 5%;
  transform: translate(-50%,-50%);
}

.g-top-block_g-arrow_right{
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(-50%,-50%);
  width: 10px;
}

.g-top-block_inner span{
  font-size:small;
  font-weight: lighter;
}

.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-top-block-color2{
  border-radius: 10px;
  opacity: 0.7;
  background: var(--top-70, linear-gradient(277deg, rgba(210, 255, 114, 0.40) 0%, rgba(210, 255, 114, 0.00) 55.22%), #08CD7A);
  }

.g-top-block-color3{
  border-radius: 10px;
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-block2{
  position: relative;
  margin: 20px auto;
  border-radius: 10px;
background: linear-gradient(273deg, rgba(255, 242, 122, 0.40) 0%, rgba(255, 242, 122, 0.00) 52.15%), #F6A506;

/* TOP/ボタン影 */
/* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25); */
}

.g-btn--library {
  background: linear-gradient(90deg, #5B88D1 0%, #60B8EF 100%);
  color: #ffffff;
  position: relative;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0 4px #BFC7D34D;
  width: 230px;
  margin: 0 auto;
  padding: 10px 0px 10px 15px;
  font-weight: bold;
  }

.g-top-block2_illust{
  position: absolute;
  width: 30px;
  top: 50%;
  left: 20%;
  transform: translate(-50%,-50%);
}

.g-top-block2_innner{
  margin: 4px auto;
  font-weight: bold;
  font-size: 16px;
}

.g-top-block3{
  position: relative;
}
.info_icon{
  position: absolute;
  width: 30px;
  top: 50%;
  left: 10%;
  transform: translate(-50%,-50%);
}

.g-top-block3 p{
  font-weight: bold;
  margin: 5px auto;
}

.infolib-block{
padding: 35px 60px;
margin: 40px 0 60px 0;
}
.site-main__ttl{
  font-weight: bold;
  margin-bottom: 20px;
}

/* 先生TOP */
.curriculum{
  height: 80px;
  border-radius: 6px;
  box-shadow: 0 4px #BFC7D34D;
  position: relative;
}

.curriculum_inner p{
  font-size: 16px;
  font-weight: bold;
  color: #3a3f4d;
  margin:20px;
}
.curriculum_inner span{
  font-size: 12px;
  font-weight: lighter;
}
.teacher_guide_container{
display: flex;
justify-content: space-between;

}
.teacher_guide{
  padding: 0 20px;
}

.teacher_guide a{
  font-size: 12px;
  padding-bottom: 5px;
}
.teacher_guide a:hover{
  text-decoration: underline;
}

.yokuaruQ_inner{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 3px;
  padding: 5px 0 10px 0;
  border-image: linear-gradient(90deg, #5B88D1 0%, #60B8EF 100%);
  border-image-slice: 1;
  color: #5B88D1;

}

/* contact_form */
.contact-icon {
  position: fixed;
  right: 30px;
  bottom: 10px;
}
.contact-icon_up {
  position: fixed;
  right: 30px;
  bottom: 110px;
}


.contact-icon img {
  width: 270px;
  height: auto;
  cursor: pointer;
}
.contact-icon_up img {
  width: 270px;
  height: auto;
  cursor: pointer;
}