:root {
  --color-white: #fff;
  --color-txt: #1e2855;
  --color-accent: #1e78eb;
  --color-gray: #aaa;
  --color-gray02: #c8c8c8;
  --color-gray03: #f6f6f6;
  --color-consulting: #5e9cf8;
  --color-bg: #f4f3ef;
  --color-yellow: #e2f174;
  --color-navy: #47505f;
  --color-dark-navy: #1e2855;
  --color-beige: #f4f3ef;
  --color-red: #e15555;
}

/* =======================================================
contents
======================================================= */
@media screen and (max-width: 750px) {
  .p-lower-service__contents-ttl {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 751px) {
  .p-lower-service__contents-list {
    padding-left: 1.25rem;
    margin-right: -1.25rem;
  }
}
@media screen and (max-width: 750px) {
  .p-lower-service__contents-list {
    display: grid;
    gap: 2.5rem;
  }
}
.p-lower-service__contents-item {
  display: grid;
  grid-template-columns: 31.25rem 28.125rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .p-lower-service__contents-item {
    grid-template-columns: auto;
  }
}
.p-lower-service__contents-item:not(:first-of-type) {
  border-top: 1.2px solid transparent;
  border-image: repeating-linear-gradient(to right, var(--color-gray) 0, var(--color-gray) 0.6px, transparent 0.6px, transparent 1.2px) 1;
  border-image-slice: 1;
}
@media screen and (max-width: 750px) {
  .p-lower-service__contents-item:not(:first-of-type) {
    border-top: none;
  }
}
@media screen and (max-width: 750px) {
  .p-lower-service__contents-item:not(:last-of-type) {
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 750px) {
  .p-lower-service__contents-item-head {
    width: 20.3125rem;
  }
}
.p-lower-service__contents-item-ttl {
  position: relative;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: calc(36/20);
}
@media screen and (max-width: 750px) {
  .p-lower-service__contents-item-ttl {
    padding-left: 1rem;
    margin-bottom: 0.625rem;
    font-size: 1.125rem;
    line-height: calc(30/18);
  }
}
.p-lower-service__contents-item-ttl::before {
  position: absolute;
  top: 0.75rem;
  left: -1.6875rem;
  width: 0.875rem;
  height: 0.875rem;
  content: "";
  border: 3px solid var(--color-accent);
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .p-lower-service__contents-item-ttl::before {
    top: 0.625rem;
    left: -0.0625rem;
    width: 0.5rem;
    height: 0.5rem;
    border-width: 0.125rem;
  }
}
@media screen and (max-width: 750px) {
  .p-lower-service__contents-item-txt {
    padding-left: 1.0625rem;
  }
}
@media screen and (max-width: 750px) {
  .p-lower-service__contents-item-figure {
    width: 20.375rem;
    margin-left: -0.0625rem;
  }
}