@-webkit-keyframes bgfade {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 91, 172, 0.5);
  }
}

@keyframes bgfade {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 91, 172, 0.5);
  }
}

@-webkit-keyframes bgfade2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 156, 230, 0.5);
  }
}

@keyframes bgfade2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 156, 230, 0.5);
  }
}

@media screen and (max-width: 500px) {
  .division-heading > .desc {
    margin-left: 25%;
  }
}

@media screen and (max-width: 500px) {
  .division-top > .desc {
    margin-left: 25%;
    padding-right: 5%;
  }
}

.division-heading .desc-txt,
.division-top .desc-txt {
  padding-right: 5%;
}

@media screen and (max-width: 500px) {
  .division-heading .desc-txt,
  .division-top .desc-txt {
    padding-right: 0;
  }
}

.division-heading .link-blue,
.division-top .link-blue {
  width: 100%;
}

.division-heading li,
.division-top li {
  position: relative;
  margin-bottom: 5%;
}

@media screen and (max-width: 500px) {
  .division-heading li,
  .division-top li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.division-heading li:hover .b-back1 span::before {
  opacity: 0;
}

.division-field .ttl-01 {
  font-size: 5rem;
}

@media screen and (max-width: 1024px) {
  .division-field .ttl-01 {
    font-size: 4.7rem;
  }
}

@media screen and (max-width: 768px) {
  .division-field .ttl-01 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 500px) {
  .division-field .ttl-01 {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 500px) {
  .division-service_list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.division-service_list .more-btn {
  width: 90%;
}

@media screen and (max-width: 500px) {
  .division-service_list .more-btn {
    width: 95%;
  }
  .division-service_list .more-btn span {
    font-size: 1.5rem;
  }
}

.division-service_toLists {
  margin-top: 7%;
}

.division-staff {
  padding-top: 3%;
}

@media screen and (max-width: 768px) {
  .division-staff .more-btn {
    width: 220px;
  }
}

@media screen and (max-width: 500px) {
  .division-staff {
    padding-top: 20px;
  }
  .division-staff .more-btn {
    width: 170px;
  }
}
/*# sourceMappingURL=division.min.css.map */
