@charset "UTF-8";
/*@font-face {
  font-family: "Aileron";
  src: url('../font/Aileron-UltraLight.woff');
}*/
/*---------------------------------------------------*/
/*             .サービストップ                 */
/*---------------------------------------------------*/
.service_list > li {
  width: 100%;
  height: auto;
  padding: 50px 50px 50px 0;
  margin: 20px 0 40px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: solid 1px #ccc;
}
.service_list > li .service_title {
  display: flex;
  flex-wrap: wrap;
  width: 35%;
  min-height: 100%;
  align-content: center;
  text-align: center;
  margin: 0 2.5%;
}
.service_list > li .service_title .bodymovin-animation, .service_list > li .service_title .load {
  width: 160px;
  height: 120px;
  margin: 0 auto;
}
.service_list > li .service_title .load {
  margin-bottom: 20px;
}
.service_list > li .service_title .animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s, transform 0.5s;
}
.service_list > li .service_title .animate-on-scroll.show {
  opacity: 1;
  transform: translateY(0);
}
.service_list > li .service_title p {
  letter-spacing: 2px;
  font-size: 2.6rem;
  width: 100%;
  margin-bottom: 10px;
}
.service_list > li .service_title span {
  font-weight: bold;
  font-size: 1.2rem;
  display: block;
  width: 100%;
}
.service_list > li .service_list_msg {
  width: 60%;
}
.service_list > li .service_list_msg p {
  margin-bottom: 40px;
}
.service_list > li .service_list_msg ul li {
  position: relative;
  display: inline-block;
  width: 48%;
  margin-bottom: 10px;
  padding-left: 15px;
}
.service_list > li .service_list_msg ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 10px;
  border-radius: 5px;
  background-color: #0F53A4;
}
.service_list > li .service_list_msg .btn {
  float: right;
  max-width: 250px;
  min-width: 250px;
  height: 52px;
  line-height: 52px;
}
.service_list > li:after {
  content: "";
  display: block;
}

/*---------------------------------------------------*/
/*             .デジタルマーケティング                 */
/*---------------------------------------------------*/
.col_box .small{
  font-size: small;
}
/*リンクなしカード型*/
.col_wrap.card {
  align-items: stretch;
}
.col_wrap.card .col_box {
  width: 32%;
  padding: 30px 40px;
  border: solid 1px #bbb;
  background-color: #fff;
  margin-bottom: 15px;
  text-align: center;
}
.col_wrap.card .col_box h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.col_wrap.card .col_box p {
  text-align: left;
}
.col_wrap.card .col_box .btn {
  background: transparent;
  border: solid 2px #0F53A4;
  color: #0F53A4;
  padding: 0 40px;
  line-height: 48px;
  height: 52px;
}
.col_wrap.card .col_box .btn::after {
  border-top: 2px solid #0F53A4;
  border-right: 2px solid #0F53A4;
}
.col_wrap.card:after {
  content: "";
  display: block;
  width: 32%;
}

/*リンクありカード型*/
.col_wrap.card a.bnr_access {
  color: #000000;
  transition: all 0.3s;
  width: 32%;
  display: block;
}
.col_wrap.card a.bnr_access .col_box {
  width: 100%;
}
.col_wrap.card a.bnr_access:hover {
  opacity: 0.6;
}

.col_wrap.link .col_box {
  padding: 0;
}
.col_wrap.link .col_box a {
  display: flex;
  flex-direction: column;
  color: #333;
  position: relative;
  padding: 30px 40px 120px 40px;
  height: 100%;
}
.col_wrap.link .col_box a span {
  font-size: 1.8rem;
  color: #0F53A4;
  padding: 10px 0;
  position: absolute;
  border: solid 2px #0F53A4;
  display: inline-block;
  bottom: 20px;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -25%);
}
.col_wrap.link .col_box a span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: 2px solid #0F53A4;
  border-right: 2px solid #0F53A4;
  transform: rotate(45deg);
}
.col_wrap.link .col_box a:hover {
  background-color: #efefef;
  opacity: 1;
}
.col_wrap.link .col_box a:hover span {
  background-color: #0F53A4;
  color: #fff;
}

/*-------1024px以下-----------------*/
@media screen and (max-width: 1023px) {
  .service_list > li {
    padding: 40px 25px;
  }
  .service_list > li .service_title {
    width: 100%;
    margin-bottom: 30px;
  }
  .service_list > li .service_list_msg {
    width: 100%;
  }
  .service_list > li .service_list_msg ul li {
    width: 100%;
  }
  .service_list > li .service_list_msg .btn {
    float: none;
  }
  /*リンクありカード型*/
  .col_wrap.card a.bnr_access {
    width: 100%;
  }
}
/*-------768px以下-----------------*/
@media screen and (max-width: 767px) {
  .service_list > li .service_title i {
    font-size: 14vw;
  }
}
/*-------320px以下-----------------*/
/*# sourceMappingURL=service.css.map */