@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/*----------------------------------------------------
  サービス一覧
----------------------------------------------------*/
.nav_area {
  /* -1100 */
  /* 1101- */
}
@media all and (max-width: 1100px) {
  .nav_area {
    display: none;
  }
}
@media all and (min-width: 1101px) {
  .nav_area .nav_ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .nav_area .nav li {
    margin-bottom: 5px;
  }
  .nav_area .nav li a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #B8BBBE;
    line-height: 1.3;
    /* 751- */
  }
  .nav_area .nav li a::after {
    content: attr(data-txt);
    position: absolute;
    top: 0;
    left: 0;
    color: #393939;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
@media (min-width: 1101px) and (min-width: 751px) and (hover: hover) {
  .nav_area .nav li a:hover::after {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

.service_lst > li {
  margin-bottom: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  /* 751- */
}
@media all and (min-width: 751px) {
  .service_lst > li {
    margin-bottom: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .service_lst > li:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.service_lst > li.scroll_active {
  opacity: 1;
}
.service_lst > li:last-child {
  margin-bottom: 0;
}
.service_lst > li .icon {
  width: 98px;
  margin: 0 auto 26px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .service_lst > li .icon {
    width: 24%;
    margin: 0;
  }
}
.service_lst > li .text h2 {
  font-size: 22px;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 5px;
  text-align: center;
  /* 751- */
  /* 751-960 */
}
@media all and (min-width: 751px) {
  .service_lst > li .text h2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 38px;
    margin-bottom: 29px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    text-align: left;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .service_lst > li .text h2 {
    font-size: 30px;
  }
}
.service_lst > li .text h2 .option {
  display: inline-block;
  background-color: #686E72;
  color: #fff;
  font-size: 13px;
  padding: 3px 13px;
  border-radius: 2px;
  font-weight: 500;
  /* 751- */
}
@media all and (min-width: 751px) {
  .service_lst > li .text h2 .option {
    font-size: 16px;
    padding: 5px 13px;
  }
}
.service_lst > li .text a.yellow_btn {
  max-width: 200px;
  height: 52px;
  margin: 20px auto 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .service_lst > li .text a.yellow_btn {
    margin: 20px 0 0;
  }
}
.service_lst > li .text a.yellow_btn .circle {
  width: 34px;
  height: 34px;
}
.service_lst > li .text a.yellow_btn .text {
  font-size: 15px;
  padding-left: 24px;
}
/*# sourceMappingURL=service.css.map */