@charset "utf-8";


/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl {
  background: url(../image/teacher/img_kv_pc.jpg) no-repeat top center;
  background-size: cover;
}

.page-ttl img {
  width: 95%;
}

.page-ttl h1 {
  max-width: 460px;
}

@media screen and (max-width: 768px) {
  .page-ttl h1 {
    max-width: 300px;
    padding: 12px 10px 3px;
    font-size: 2.8rem;
  }
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* intro
-----------------------------------------------------------------*/
.intro {
  padding: 55px 0 75px;
  max-width: 1065px;
  margin: 0 auto;
}

.intro .txt-lead {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 800;
  color: #7FBC26;
}

.intro .txt {
  font-size: 1.8rem;
  text-align: center;
}

.intro .txt:nth-child(n+2) {
  margin-top: 25px;
}

.intro .principal-name {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .intro .txt {
    text-align: justify;
  }
}

/* information
-----------------------------------------------------------------*/
.information .layout-box {
  justify-content: center;
}

.information .info-box {
  max-width: 1000px;
  width: calc(70% - 15px);
}

@media screen and (max-width: 768px) {
  .information .info-box {
    width: 100%;
  }
}


/* btnlist
-----------------------------------------------------------------*/

.btnlist {
  margin-bottom: 100px;
}

.btnlist .btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.btnlist li {
  width: 20%;
  margin-right: .5%;
}

.btnlist li:last-child {
  margin-right: 0;
}

.btnlist li .btn-detail a {
  background-color: #7FBE26;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 50px;
  height: 56px;
}

.btn-list .btn_line_round a,
.btn_line_round span {
  background: url(../../common/image/arw_circle_white.svg) no-repeat right 15px center;
  background-size: 16px auto;
}


@media screen and (max-width: 768px) {
  .btnlist {
    margin-bottom: 40px;
  }

  .btnlist li {
    width: 49%;
    margin-right: 1.5%;
    margin-bottom: 10px;
  }

  .btnlist li:nth-child(2n) {
    margin-right: 0%;
  }

  .btnlist li .btn-detail a {
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding-top: 16px;
    text-align: center;
    height: 60px;
    border-radius: 10px;
  }

  .btnlist li:first-child .btn-detail a {
    line-height: 2rem;
    padding-top: 8px;
    /*  padding-left: 30px;*/
  }

  .btn-list .btn_line_round a,
  .btn_line_round span {
    background: url(../../common/image/arw_circle_white.svg) no-repeat right 10px center;
    background-size: 15px auto;
  }
}



/* performance
-----------------------------------------------------------------*/
.performance {
  padding: 80px 0;
}

.performance .inner,
.documents .inner {
  max-width: 1110px;
}

.performance h2,
.documents h2 {
  margin-bottom: 20px;
  font-size: 2.8rem;
  line-height: 1.4;
  color: #7FBE26;
  font-weight: 800;
  letter-spacing: 2px;
  text-align: center;
}

.performance .txt,
.documents h2 .txt {
  margin-bottom: 40px;
  font-size: 1.8rem;
  text-align: center;
}

.performance .performance_ttl {
  margin-bottom: 20px;
  border-bottom: 1px solid #7FBE26;
  font-size: 2rem;
  font-weight: bold;
  color: #7FBE26;
  text-align: left;
}

.performance a,
.documents a {
  color: #20ADE4;
  text-decoration: underline;
}

.performance a:hover,
.documents a:hover {
  text-decoration: none;
}

.performance .performance-list {
  border: 1px solid #9A9A9A;
  font-size: 1.6rem;
}

.performance .performance-list div {
  display: flex;
}

.performance .performance-list div+div {
  border-top: 1px solid #CDCDCD;
}

.performance .performance-list dt {
  padding: 15px 15px 15px 45px;
  width: 30%;
  background: #EEEEE9;
}

.performance .performance-list dd {
  padding: 15px 15px 15px 45px;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .performance {
    padding: 40px 0;
  }

  .performance h2 {
    font-size: 1.8rem;
  }

  .performance .txt {
    margin-bottom: 20px;
    font-size: 1.4rem;
    text-align: left;
  }

  .performance .performance-list {
    border: none;
    font-size: 1.4rem;
  }

  .performance .performance-list div {
    display: block;
  }

  .performance .performance-list dt {
    padding: 5px 10px;
    width: 100%;
    border-radius: 8px;
  }

  .performance .performance-list dd {
    padding: 12px 13px;
    width: 100%;
  }

  .performance .performance-list div+div {
    border: none;
  }

}


/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .page-ttl {
    background: url(../image/teacher/img_kv_sp.jpg) no-repeat center center;
    background-size: cover;
  }

  /* intro
-----------------------------------------------------------------*/
  .intro {
    padding: 35px 0;
  }

  .intro .txt-lead {
    font-size: 1.8rem;
  }

  .intro .txt {
    font-size: 1.4rem;
    text-align: left;
  }

  .intro .txt:nth-child(n+2) {
    margin-top: 12px;
  }



}