.home .slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .slick-slider .slick-track .slick-slide {
  float: none;
  height: auto;
}

.c-list-case__tags {
  margin-top: 30px;
}
.c-list-case__tags dt {
  background-color: #2f76eb;
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  width: 9rem;
  text-align: center;
}
.c-list-case__tags dt.dt-gray {
  background-color: #828183;
}
.c-list-case__tags dd {
  padding: 0.3rem 0 0.3rem 10rem;
  margin-bottom: 1rem;
}
.c-list-case__tags dd.dd-gray {
  color: #888;
}

.c-list-case__child .c-list-case__thumb > img {
  height: 266px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-list-case__child .c-list-case__logo {
  position: relative;
  margin: -50px 0 0 15px;
}
.c-list-case__child .c-list-case__logo .c-list-case__logo_inner {
  width: 100px;
  height: 100px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-list-case__child .c-list-case__body .c-list-case__lead {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 1.7rem;
  line-height: 1.4;
  height: 9.52rem;
}

.c-caseentry__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 300px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-caseentry__data .c-caseentry__name {
  margin: 0;
}
.c-caseentry__data .c-caseentry__url {
  margin-bottom: 1rem;
}

.c-caseentry__right_column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 37rem;
          flex: 0 1 37rem;
}
.c-caseentry__right_column .c-caseentry__thumb {
  position: relative;
}
.c-caseentry__right_column .c-caseentry__thumb .c-caseentry__image_description {
  position: absolute;
  text-align: right;
  right: 0;
  width: 250px;
  font-size: 80%;
}
.c-caseentry__right_column .c-caseentry__thumb .c-caseentry__image_description:after {
  clear: both;
}
.c-caseentry__right_column .c-caseentry__logo {
  position: relative;
  background-color: unset;
}
.c-caseentry__right_column .c-caseentry__logo .c-caseentry__logo_inner {
  position: absolute;
  top: -50px;
  left: 15px;
  z-index: 1;
  width: 100px;
  height: 100px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-caseentry__body h2 {
  font-size: 2.8rem;
  color: #2f76eb;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #d6eefc));
  background: linear-gradient(transparent 60%, #d6eefc 60%);
  display: inline;
  padding: 0 2px 4px;
  line-height: 2;
}
.c-caseentry__body h2:before {
  content: none;
}
.c-caseentry__body h3 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 3rem 0 2rem 0;
  position: relative;
  padding-left: 4rem;
}
.c-caseentry__body h3:before {
  content: "";
  width: 3rem;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.c-caseentry__body .case_point {
  background-color: #d6eefc;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 8rem;
}
.c-caseentry__body .case_point li {
  padding-left: 35px;
  margin-bottom: 25px;
  line-height: 1.6em;
  background: url(/wp-content/themes/agest/assets/images/case_point.png) left 0px top 2px no-repeat;
  background-size: 30px auto;
  font-size: 125%;
  font-weight: bold;
}
.c-caseentry__body .case_point li:last-child {
  margin-bottom: 0;
}

.c-entry-solution h2 {
  margin-top: 50px;
}

.c-entry-solution__ttl {
  font-size: 2.8rem;
  padding-bottom: 0.5rem;
  line-height: 1.4;
  border-bottom: 0.4rem solid #2F76EB;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1000px) {
  .c-entry-solution__ttl {
    font-size: 1.8rem;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}
.page-id-474 .grecaptcha-badge, .page-id-12728 .grecaptcha-badge, .page-id-18923 .grecaptcha-badge, .page-id-19113 .grecaptcha-badge {
  visibility: initial;
}

.c-btn-contact {
  border-radius: 50px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#ffe1b5), to(#fba01b));
  background: linear-gradient(to right, #ffe1b5 0%, #fba01b 100%);
}
.c-btn-contact__inner {
  background-color: #fba01b;
}
@media only screen and (max-width: 1000px) {
  .c-btn-contact {
    display: block;
  }
}

.c-btn-contact.color-download {
  margin-left: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#f1baba), to(#f85555));
  background: linear-gradient(to right, #f1baba 0%, #f85555 100%);
}
.c-btn-contact.color-download .c-btn-contact__inner {
  background-color: #f85555;
}
.c-btn-contact.color-download:hover .c-btn-contact__inner {
  background-color: transparent;
}
@media only screen and (max-width: 1000px) {
  .c-btn-contact.color-download {
    margin-top: 15px;
    margin-left: 0;
  }
}

.main-col-btn {
  text-align: center;
}
.main-col-btn .c-btn-contact__inner.__noborder {
  padding: 1.5rem 60px;
}
@media only screen and (max-width: 1000px) {
  .main-col-btn .c-btn-contact__inner.__noborder {
    padding: 1.5rem 0;
  }
}

.btn-inquiry.c-btn-radius {
  background: -webkit-gradient(linear, left top, right top, from(#ffe1b5), to(#fba01b));
  background: linear-gradient(to right, #ffe1b5 0%, #fba01b 100%);
}
.btn-inquiry.c-btn-radius .wpcf7-submit,
.btn-inquiry.c-btn-radius .c-btn-radius__inner {
  background-color: #fba01b;
  color: #ffffff;
}
.btn-inquiry.c-btn-radius .border {
  background: #fff;
}
.btn-inquiry.c-btn-radius:hover .wpcf7-submit,
.btn-inquiry.c-btn-radius:hover .c-btn-radius__inner {
  background-color: transparent;
}
.btn-inquiry.c-btn-radius:hover .wpcf7-submit::before,
.btn-inquiry.c-btn-radius:hover .c-btn-radius__inner::before {
  background: -webkit-gradient(linear, left top, right top, from(#ffe1b5), to(white));
  background: linear-gradient(to right, #ffe1b5 0%, white 100%);
}
.btn-inquiry.c-btn-radius:hover .border {
  background: -webkit-gradient(linear, left top, right top, from(#ffe1b5), to(white));
  background: linear-gradient(to right, #ffe1b5 0%, white 100%);
}

.u-icon__blank_w::after {
  content: "";
  background: url("../images/icon_blank_w.svg") no-repeat;
  width: 1.7rem;
  height: 1.7rem;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
  margin-left: 0.5rem;
}

.__recruit .u-icon__blank_w::after {
  width: 3rem;
  height: 3rem;
  margin-top: 5px;
  margin-left: 1rem;
}/*# sourceMappingURL=agest-style.css.map */