@charset "utf-8";


/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl {
  background: url(../image/company/img_kv_pc.jpg) no-repeat top center;
  background-size: cover;
}

.page-ttl img {
  width: 80%;
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* intro
-----------------------------------------------------------------*/
.intro {
  padding: 55px 0 75px;
}

.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;
}

@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 {}

.btnlist .inner {
  margin-bottom: 100px;
}

.btnlist .btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}

.btnlist li {
  width: 50%;
}

.btnlist .cap {
  text-align: center;
  color: #666;
  font-size: 1.6rem;
  padding-top: 20px;
}


@media screen and (max-width: 768px) {

  .btnlist {}

  .btnlist .inner {
    margin-bottom: 40px;
  }

  .btnlist .btn-list {
    display: block;
  }

  .btnlist li {
    width: 100%;
    margin-bottom: 10px;
  }

  .btnlist .cap {
    padding-top: 0px;
  }
}

/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/


@media screen and (max-width: 768px) {

  .btnlist .cap {
    font-size: 1rem;
  }
}


/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .page-ttl {
    background: url(../image/company/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;
  }



}