@charset "UTF-8";
/* ==========================================================================
//
// メディアクエリ
//
========================================================================== */
/* ==========================================================================
//
// トップページ
//
========================================================================== */
body {
  padding: 120px 0 0;
}

.ttl-site {
  margin: 0 0 50px;
  text-align: center;
}

.txt-company {
  margin: 0 0 80px;
  text-align: center;
  font-size: 1.12rem;
}

.list-business-wrap {
  margin: 0 0 160px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-business-wrap .box {
  position: relative;
  width: 47.81%;
}
.list-business-wrap .box a {
  display: block;
  color: #182a87;
}
.list-business-wrap .box a::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.2s;
}
.list-business-wrap .box a:hover::before, .list-business-wrap .box a:focus::before {
  background: rgba(0, 0, 0, 0);
}
.list-business-wrap .box a:hover .ttl-wrap:before, .list-business-wrap .box a:focus .ttl-wrap:before {
  right: 15px;
}
.list-business-wrap .box a .ttl-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 95%;
  max-width: 410px;
  padding: 1.55em 45px 1.55em 1.55em;
  background: #fff;
}
.list-business-wrap .box a .ttl-wrap:before {
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  display: block;
  width: 16px;
  height: 28px;
  background: url(../../img/list_arrow.png) center center no-repeat;
  background-size: contain;
  transition: 0.2s;
}
.list-business-wrap .box a .ttl-wrap .ttl {
  margin: 0 0 0.4em;
  font-size: 1.5rem;
}
.list-business-wrap .box a .ttl-wrap .txt {
  font-size: 0.85rem;
}

/* ==========================================================================
// TB
========================================================================== */
@media screen and (max-width:1024px) {
  .list-business-wrap {
    display: block;
  }
  .list-business-wrap .box {
    margin: 0 auto;
    width: 100%;
    max-width: 545px;
  }
  .list-business-wrap .box + .box {
    margin-top: 30px;
  }
}
/* ==========================================================================
// SP
========================================================================== */
@media screen and (max-width:480px) {
  body {
    padding-top: 50px;
  }
  .ttl-site {
    margin: 0 auto 30px;
    width: 20.67%;
  }
  .txt-company {
    margin-bottom: 40px;
    font-size: 0.86rem;
  }
  .list-business-wrap {
    margin-bottom: 80px;
  }
  .list-business-wrap .box a .ttl-wrap {
    max-width: 300px;
    padding: 1em 20px 1em 1em;
  }
  .list-business-wrap .box a .ttl-wrap:before {
    right: 15px;
    width: 10px;
    height: 17px;
  }
  .list-business-wrap .box a .ttl-wrap .ttl {
    font-size: 1.1rem;
  }
  .list-business-wrap .box a .ttl-wrap .txt {
    font-size: 0.73rem;
  }
}

/*# sourceMappingURL=style.css.map */
