@charset "utf-8";


/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl {
  background: url(../image/graduate/img_kv_pc.jpg) no-repeat top center;
  background-size: cover;
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* intro
-----------------------------------------------------------------*/
.intro {
  padding: 55px 0;
}

.intro .txt-lead {
  margin-bottom: 25px;
  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: 35px;
}

@media screen and (max-width: 768px) {
  .intro {
    padding-bottom: 20px;
  }
}

/* certificate
---------------------------------------------------------------------------*/

.certificate {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  border: 3px solid #2D2A29;
  padding: 3rem 0;
  width: 90%;
  max-width: 880px;
  margin: 0 auto 100px;
}

.certificate-ttl {
  font-size: 2.6rem;
  font-weight: 700;
}

.certificate li {
  padding: 0 30px;
  font-size: 1.8rem;
}

.certificate li .txt {
  font-size: 1.4rem;
}

.certificate li:nth-child(1) {
  border-right: 1px solid #939393;
}

p.phone img {
  width: 100%;
}

.businesshour {
  margin-top: 5px;
  font-size: 1.4rem;
}


@media screen and (max-width: 768px) {
  .certificate {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    border: 3px solid #2D2A29;
    padding: 3rem 0;
    max-width: 1080px;
    width: 80%;
    margin: 0 auto 100px;
  }

  .certificate-ttl {
    font-size: 2.8rem;
    font-weight: bold;
  }

  .certificate li {
    padding: 0 30px;
    font-size: 1.8rem;
  }

  .certificate li+li {
    border-left: 1px solid #939393;
  }

  p.phone img {
    width: 100%;
  }

  .businesshour {
    font-size: 1.8rem;
  }

  .phone-inq {
    margin: 15px auto 80px;
    width: 90%;
    padding: 15px;
    border: 2px solid #2D2A29;
    text-align: center;
  }

  .phone-inq h3 {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }

  .phone-inq .txt {
    margin-bottom: 8px;
    font-size: 1.3rem;
    text-align: left;
  }

  .phone-inq .businesshour {
    margin-bottom: 15px;
    font-size: 1.3rem;
  }

  .phone-inq .btn-phone a {
    display: block;
    height: 55px;
    line-height: 53px;
    background: url(../image/graduate/ico_tel.svg) no-repeat right 20px center #7FBD26;
    background-size: 25px auto;
    font-size: 1.8rem;
    color: #FFF;
  }
}



/* 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%;
  }
}



/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .page-ttl {
    background: url(../image/graduate/img_kv_sp.jpg) no-repeat center center;
    background-size: cover;
  }

  .pc {
    display: none;
  }

  /* 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;
  }



}