/*=====================================================
  serviceIndex
=====================================================*/
.serviceIndex {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
}
.serviceIndex .serviceIndex__inner {
  width: 100%;
  padding: 0;
}
@media print, screen and (min-width: 1200px) {
  .serviceIndex .serviceIndex__inner {
    width: 1400px;
    margin: 0 auto;
    padding: 0;
  }
}
.serviceIndex .serviceIndex__list {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 1200px) {
  .serviceIndex .serviceIndex__list {
    margin-bottom: 60px;
  }
}
.serviceIndex .serviceIndex__list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (min-width: 1200px) {
  .serviceIndex .serviceIndex__list ul {
    justify-content: flex-start;
  }
}
.serviceIndex .serviceIndex__list ul li {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #EEE;
  box-shadow: 0px 0px 15px -5px #AAA;
}
@media print, screen and (min-width: 768px) {
  .serviceIndex .serviceIndex__list ul li {
    width: 48%;
    margin-bottom: 4%;
  }
}
@media print, screen and (min-width: 1200px) {
  .serviceIndex .serviceIndex__list ul li {
    width: 31.2%;
    margin-right: 3.2%;
    margin-bottom: 3.2%;
  }
  .serviceIndex .serviceIndex__list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .serviceIndex .serviceIndex__list ul li:hover a {
    color: #010f17;
    background-color: #ebf5fa;
  }
  .serviceIndex .serviceIndex__list ul li:hover .serviceIndex__listIcon {
    top: -10px;
    animation: sample 0.4s linear 1;
  }
  @keyframes sample {
    to {
      transform: rotateY(360deg);
    }
  }
  .serviceIndex .serviceIndex__list ul li:hover .serviceIndex__listTitle {
    background-position: right 0 center;
  }
}
.serviceIndex .serviceIndex__list ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #010f17;
  padding: 30px;
}
@media print, screen and (min-width: 1200px) {
  .serviceIndex .serviceIndex__list ul li a img {
    transition: all 0.2s;
  }
}
.serviceIndex .serviceIndex__list ul li a .serviceIndex__listIcon {
  width: 120px;
  height: 120px;
  margin: 0 auto 15px auto;
  padding: 25px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(12, 116, 200) 0%, rgb(4, 193, 248) 100%);
  border-radius: 50%;
}
@media print, screen and (min-width: 1200px) {
  .serviceIndex .serviceIndex__list ul li a .serviceIndex__listIcon {
    transition: all 0.2s;
  }
}
.serviceIndex .serviceIndex__list ul li a .serviceIndex__listTitle {
  width: auto;
  margin: 0 auto 6px auto;
  padding: 0 24px 0 0;
  display: inline-block;
  font-size: 20px;
  font-size: 0.9090909091rem;
  text-align: center;
  color: #010f17;
  font-weight: 700;
  text-align: center;
  position: relative;
  background-image: url(/images/icon_arrow_primary_m_right.svg);
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 11px 11px;
}
@media print, screen and (min-width: 1200px) {
  .serviceIndex .serviceIndex__list ul li a .serviceIndex__listTitle {
    font-size: 22px;
    font-size: 1rem;
    margin-bottom: 10px;
    transition: all 0.2s;
  }
}
.serviceIndex .serviceIndex__list ul li a .serviceIndex__listLead {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 16px;
  font-size: 0.7272727273rem;
  text-align: left;
}
@media print, screen and (min-width: 1200px) {
  .serviceIndex .serviceIndex__list ul li a .serviceIndex__listLead {
    font-size: 20px;
    font-size: 0.9090909091rem;
  }
}

/*=====================================================
  serviceSubNav
=====================================================*/
.serviceSubNav a {
  width: 100%;
  padding: 15px;
  display: block;
  text-align: center;
  color: #010f17;
  border-radius: 10px;
  border: 1px solid #EEE;
  box-shadow: 0px 0px 15px -5px #AAA;
}
@media print, screen and (min-width: 1200px) {
  .serviceSubNav a {
    padding: 30px;
    transition: all 0.2s;
  }
  .serviceSubNav a:hover {
    color: #0353a2;
    background-color: #ebf5fa;
  }
  .serviceSubNav a:hover .serviceSubNav__icon {
    top: -10px;
    animation: sample 0.4s linear 1;
  }
  @keyframes sample {
    to {
      transform: rotateY(360deg);
    }
  }
  .serviceSubNav a:hover .serviceSubNav__title {
    background-position: right 0 center;
  }
}
.serviceSubNav .serviceSubNav__icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 10px auto;
  padding: 14px;
  display: block;
  border-radius: 50%;
  background: linear-gradient(90deg, rgb(12, 116, 200) 0%, rgb(4, 193, 248) 100%);
}
@media print, screen and (min-width: 1200px) {
  .serviceSubNav .serviceSubNav__icon {
    width: 100px;
    height: 100px;
    padding: 20px;
    margin-bottom: 15px;
  }
}
.serviceSubNav .serviceSubNav__title {
  margin: 0;
  padding: 0 24px 0 0;
  display: inline-block;
  font-size: 14px;
  font-size: 0.6363636364rem;
  color: #010f17;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  background-image: url(/images/icon_arrow_primary_m_right.svg);
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 11px 11px;
}
@media print, screen and (min-width: 1200px) {
  .serviceSubNav .serviceSubNav__title {
    font-size: 18px;
    font-size: 0.8181818182rem;
    transition: all 0.2s;
  }
}