.navi_btn {
  gap: 20px 1.78%;
  margin-bottom: 50px;
}

.navi_btn li {
  width: 32.1%;
}

.navi_btn li a {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: var(--site-primary);
  border-radius: 50px;
  padding: 13px 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.navi_btn li a::before {
  content: '';
  width: 35px;
  height: 35px;
  display: inline-block;
  margin: 0 15px 0 40px;
}

.navi_btn li a::after {
  content: '';
  background: url(../img/common/icon_arrow-down_circle_white.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navi_btn li a:hover {
  background: #2370ce;
}

.navi_btn li:nth-child(1) a::before {
  background: url(../img/service-list/icon_service01.png) no-repeat center;
}

.navi_btn li:nth-child(2) a::before {
  background: url(../img/service-list/icon_service02.png) no-repeat center;
}

.navi_btn li:nth-child(3) a::before {
  background: url(../img/service-list/icon_service03.png) no-repeat center;
}

.navi_btn li:nth-child(4) a::before {
  background: url(../img/service-list/icon_service04.png) no-repeat center;
}

.navi_btn li:nth-child(5) a::before {
  background: url(../img/service-list/icon_service05.png) no-repeat center;
}

.navi_btn li:nth-child(6) a::before {
  background: url(../img/service-list/icon_service06.png) no-repeat center;
}

.navi_btn li:nth-child(7) a::before {
  background: url(../img/service-list/icon_service07.png) no-repeat center;
}

.navi_btn li:nth-child(8) a::before {
  background: url(../img/service-list/icon_service08.png) no-repeat center;
}

.navi_btn.border {
  margin-bottom: 0;
}

.navi_btn.border li a {
  font-size: 18px;
  color: #2d89f8;
  background: #fff;
  border: 2px solid #2d89f8;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 0;
}

.navi_btn.border li a::before {
  content: none;
}

.navi_btn.border li a::after {
  background: url(../img/common/icon_arrow-down_circle_lightblue.svg);
  background-size: contain;
}

.navi_btn.border li a:hover {
  color: #2370ce;
  border-color: #2370ce;
}

.navi_btn.border li a:hover::after {
  opacity: 0.85;
}

.navi_btn.border li:nth-child(2) a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 22px;
}

.ttl_left_border {
  border-color: #D2E8FF;
}

.service_item {
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
}

.service_item .txt_box .ttl {
  font-size: 32px;
  margin: 2px 0 22px;
}

.service_item .txt_box .ttl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_item .txt_box .ttl span::before {
  content: '';
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 20px;
}

.service_item .btn {
  width: 74%;
  margin: 32px 0 0;
}

#service01.service_item {
  padding-top: 0;
}

#service01 .ttl span::before {
  background: url(../img/top/icon_service01.png) no-repeat;
  background-size: contain;
}

#service02 .ttl span::before {
  background: url(../img/top/icon_service02.png) no-repeat;
  background-size: contain;
}

#service03 .ttl span::before {
  background: url(../img/top/icon_service03.png) no-repeat;
  background-size: contain;
}

#service04 .ttl span::before {
  background: url(../img/top/icon_service04.png) no-repeat;
  background-size: contain;
}

#service05 .ttl span::before {
  background: url(../img/top/icon_service05.png) no-repeat;
  background-size: contain;
}

#service06 .ttl span::before {
  background: url(../img/top/icon_service06.png) no-repeat;
  background-size: contain;
}

#service07 .ttl span::before {
  background: url(../img/top/icon_service07.png) no-repeat;
  background-size: contain;
}

#service08.service_item {
  padding-bottom: 0;
  border: none;
}

#service08 .ttl span::before {
  background: url(../img/top/icon_service08.png) no-repeat;
  background-size: contain;
}

.other_service {
  gap: 35px 2.2%;
}

.other_service li {
  width: 31.8%;
  -webkit-box-shadow: 0px 5px 1px #d4d4d4;
          box-shadow: 0px 5px 1px #d4d4d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 44px;
}

.other_service li .ttl {
  font-size: 24px;
  line-height: 1.45;
  color: #2d89f8;
  margin: 25px 0 20px;
}

.other_service li .ttl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -40px;
}

.other_service li .ttl span::before {
  content: '';
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 16px;
}

.other_service li p {
  margin: 0 40px 32px;
}

.other_service li .btn_border {
  margin: auto 40px 0;
}

.other_service li .btn_border a {
  font-size: 20px;
  padding: 12px 0;
  color: #2d89f8;
  border: 2px solid #2d89f8;
}

.other_service li .btn_border a::after {
  background: url(../img/common/icon_arrow_right_purple.svg) center no-repeat;
  background-size: contain;
}

.other_service li .btn_border a:hover {
  background: #2370ce;
  color: #fff;
}

.other_service li .btn_border a:hover::after {
  background: url(../img/common/icon_arrow_right_white.svg) center no-repeat;
  background-size: contain;
}

.other_service li:nth-child(1) .ttl span::before {
  background: url(../img/top/icon_other-service01.png) no-repeat center;
  background-size: contain;
}

.other_service li:nth-child(2) .ttl {
  font-size: 22px;
  text-align: left;
  margin-top: 23px;
}

.other_service li:nth-child(2) .ttl span {
  margin: 0;
}

.other_service li:nth-child(2) .ttl span::before {
  background: url(../img/top/icon_other-service02.png) no-repeat center;
  background-size: contain;
}

.other_service li:nth-child(3) .ttl span::before {
  background: url(../img/top/icon_other-service03.png) no-repeat center;
  background-size: contain;
}

.other_service li:nth-child(4) .ttl span::before {
  background: url(../img/top/icon_other-service04.png) no-repeat center;
  background-size: contain;
}

.other_service li:nth-child(5) .ttl span {
  margin-left: -8px;
}

.other_service li:nth-child(5) .ttl span::before {
  background: url(../img/top/icon_other-service05.png) no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .navi_btn.border li a {
    font-size: 17px;
    line-height: 1.4;
    height: 64px;
  }
}

@media screen and (max-width: 960px) {
  .navi_btn {
    margin-bottom: 40px;
  }
  .navi_btn li a {
    font-size: 16px;
  }
  .navi_btn li a::before {
    width: 30px;
    height: 30px;
    background-size: contain !important;
    margin: 0 12px 0 11%;
  }
  .navi_btn.border li a {
    font-size: 15px;
    height: 56px;
  }
  .service_item {
    padding: 40px 0;
  }
  .service_item .txt_box .ttl {
    font-size: 28px;
  }
  .service_item .txt_box .ttl span::before {
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }
  .service_item .btn {
    margin-top: 20px;
  }
  .other_service li {
    padding-bottom: 32px;
  }
  .other_service li .ttl {
    font-size: 20px;
    margin: 16px 0 10px;
  }
  .other_service li .ttl span {
    padding-left: 15px;
  }
  .other_service li .ttl span::before {
    width: 38px;
    height: 38px;
    margin-right: 10px;
  }
  .other_service li:nth-child(2) .ttl, .other_service li:nth-child(5) .ttl {
    font-size: 17px;
    margin-top: 16px;
  }
  .other_service li p {
    margin: 0 2.5vw 15px;
  }
  .other_service li .btn_border {
    width: 82%;
    margin: auto auto 0;
  }
  .other_service li .btn_border a {
    font-size: 15px;
    padding: 1.2vw 0 1.4vw;
  }
}

@media screen and (max-width: 568px) {
  .navi_btn {
    margin-bottom: 32px;
    gap: 15px 4.4%;
  }
  .navi_btn li {
    width: 47.8%;
  }
  .navi_btn li a {
    font-size: 17px;
    border-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0 12px;
  }
  .navi_btn li a::before {
    width: 40px;
    height: 40px;
    background-size: contain !important;
    margin: 0 0 4px;
  }
  .navi_btn li a::after {
    width: 15px;
    height: 15px;
    position: relative;
    top: initial;
    right: initial;
    -webkit-transform: none;
            transform: none;
    margin-top: 6px;
  }
  .navi_btn li:nth-child(1) a::before {
    background: url(../img/service-list/icon_service01_sp.png) no-repeat center;
  }
  .navi_btn li:nth-child(2) a::before {
    background: url(../img/service-list/icon_service02_sp.png) no-repeat center;
  }
  .navi_btn li:nth-child(3) a::before {
    background: url(../img/service-list/icon_service03_sp.png) no-repeat center;
  }
  .navi_btn li:nth-child(4) a::before {
    background: url(../img/service-list/icon_service04_sp.png) no-repeat center;
  }
  .navi_btn li:nth-child(5) a::before {
    background: url(../img/service-list/icon_service05_sp.png) no-repeat center;
  }
  .navi_btn li:nth-child(6) a::before {
    background: url(../img/service-list/icon_service06_sp.png) no-repeat center;
  }
  .navi_btn li:nth-child(7) a::before {
    background: url(../img/service-list/icon_service07_sp.png) no-repeat center;
  }
  .navi_btn li:nth-child(8) a::before {
    background: url(../img/service-list/icon_service08_sp.png) no-repeat center;
  }
  .navi_btn.border {
    gap: 10px 0;
  }
  .navi_btn.border li {
    width: 100%;
  }
  .navi_btn.border li a {
    font-size: 17px;
    height: auto;
    border-radius: 50px;
    padding: 11px 0;
  }
  .navi_btn.border li a::after {
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
  }
  .navi_btn.border li:nth-child(2) a {
    padding: 11px 6.5% 11px 0;
  }
  .service_item {
    padding: 30px 0 35px;
  }
  .service_item .txt_box .ttl {
    font-size: 23px;
    text-align: center;
    margin: 18px 0 17px;
    padding-left: 5.3vw;
  }
  .service_item .txt_box .ttl span {
    display: inline;
    position: relative;
  }
  .service_item .txt_box .ttl span::before {
    position: absolute;
    width: 40px;
    height: 40px;
    left: -55px;
  }
  .service_item .btn {
    width: 74.6vw;
    margin: 20px auto 0;
  }
  #service08.service_item {
    padding-bottom: 5px;
  }
  .other_service {
    gap: 20px 0;
  }
  .other_service li {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 47.4% 47.4%;
        grid-template-columns: 47.4% 47.4%;
    -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    -webkit-column-gap: 5.2%;
            column-gap: 5.2%;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 20px 20px 25px;
  }
  .other_service li img {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    border-radius: 5px;
  }
  .other_service li .ttl {
    font-size: 17px;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .other_service li .ttl span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .other_service li .ttl span::before {
    width: 35px;
    height: 35px;
    margin: 0 0 5px;
  }
  .other_service li p {
    font-size: 14px;
    grid-column: 1 / -1;
    -ms-grid-row: 2;
    grid-row: 2;
    margin: 10px 0 18px;
  }
  .other_service li .btn_border {
    width: 72.9%;
    grid-column: 1 / -1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .other_service li .btn_border a {
    font-size: 16px;
    padding: 7px 0;
  }
  .other_service li:nth-child(2) .ttl {
    font-size: 15px;
    text-align: center;
    margin: 0;
  }
  .other_service li:nth-child(2) .ttl span {
    margin-right: -10px;
  }
  .other_service li:nth-child(5) .ttl {
    margin: 0;
  }
}
/*# sourceMappingURL=service-list.css.map */