.p-service-item {
  border-bottom: 1px solid #e0e4e7;
}
.p-service-item:first-child {
  border-top: 1px solid #e0e4e7;
}
@media print, screen and (min-width: 741px) {
  .p-service-item {
    display: flex;
    gap: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-service-item {
    gap: 40px;
  }
}

.p-service-item-link {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-service-item-link {
    display: block;
    padding: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-service-item-link {
    display: flex;
    align-items: center;
    gap: 2.8571428571vw;
    padding: 2.1428571429vw 8.5714285714vw 2.1428571429vw 1.0714285714vw;
    transition: color 0.4s;
  }
  .p-service-item-link:hover {
    color: #0071bc;
  }
  .p-service-item-link:hover:before {
    scale: 0;
  }
  .p-service-item-link:hover:after {
    scale: 1;
  }
  .p-service-item-link:hover .p-service-item-img img {
    scale: 1.1;
  }
  .p-service-item-link:hover .-icon {
    background: #fff;
  }
}
@media only screen and (min-width: 1400px) {
  .p-service-item-link {
    gap: 40px;
    padding: 30px 120px 30px 15px;
  }
}
.p-service-item-link:before {
  content: "";
  display: block;
  background: #1d2951;
  border-radius: 100%;
  position: absolute;
  translate: 50% 50%;
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  .p-service-item-link:before {
    width: 24px;
    height: 24px;
    right: 35px;
    bottom: 35px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-service-item-link:before {
    width: 2.1428571429vw;
    height: 2.1428571429vw;
    right: 5vw;
    top: 50%;
    translate: 50% -50%;
    transition: scale 0.6s;
  }
}
@media only screen and (min-width: 1400px) {
  .p-service-item-link:before {
    width: 30px;
    height: 30px;
    right: 35px;
    bottom: 35px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-service-item-link:after {
    content: "";
    display: block;
    background: #0071bc;
    border-radius: 100%;
    position: absolute;
    translate: 50% 50%;
    width: 2.1428571429vw;
    height: 2.1428571429vw;
    right: 5vw;
    top: 50%;
    translate: 50% -50%;
    scale: 0;
    transition: scale 0.6s;
  }
}
@media only screen and (min-width: 1400px) {
  .p-service-item-link:after {
    width: 30px;
    height: 30px;
    right: 35px;
    bottom: 35px;
  }
}
.p-service-item-link .-icon {
  display: block;
  background: #fff;
  mask: url(/_assets/_common/img/icon-arrow.svg) 50% 50%/contain no-repeat;
  position: absolute;
  translate: 50% 50%;
  transition: background 0.6s;
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  .p-service-item-link .-icon {
    width: 10px;
    height: 8px;
    right: 35px;
    bottom: 35px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-service-item-link .-icon {
    width: 0.7142857143vw;
    height: 0.5714285714vw;
    right: 5vw;
    top: 50%;
    translate: 50% -50%;
  }
}
@media only screen and (min-width: 1400px) {
  .p-service-item-link .-icon {
    width: 10px;
    height: 8px;
    right: 35px;
    bottom: 35px;
  }
}

@media print, screen and (min-width: 741px) {
  .p-service-item-img {
    flex: 0 0 22.8571428571vw;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1400px) {
  .p-service-item-img {
    flex: 0 0 320px;
  }
}
.p-service-item-img img {
  width: 100%;
  transition: scale 0.4s;
}

@media only screen and (max-width: 740px) {
  .p-service-item-body {
    margin-top: 15px;
    padding-right: 60px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-service-item-body {
    flex: 1 1 auto;
  }
}
@media only screen and (max-width: 740px) {
  .p-service-item-ttl {
    margin-bottom: 0.4em;
  }
}