: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;
}

/* =======================================================
service
======================================================= */
.l-service {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .l-service {
    width: 83.75rem;
  }
}
@media screen and (min-width: 751px) {
  .l-service .l-inner {
    display: grid;
    grid-template-columns: 1fr 62.5rem;
    width: 83.75rem;
    padding: 0 7.5rem 9.375rem 0;
  }
}
@media screen and (max-width: 750px) {
  .l-service .l-inner {
    padding-bottom: 5rem;
  }
}

.p-service__conts-wrapper {
  padding-top: 6.25rem;
}
@media screen and (max-width: 750px) {
  .p-service__conts-wrapper {
    padding-top: 3.75rem;
  }
}
.p-service__overview {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10.3125rem;
  margin-bottom: 8.875rem;
}
@media screen and (max-width: 750px) {
  .p-service__overview {
    grid-template-columns: auto;
    gap: 1.25rem;
    margin-bottom: 3.75rem;
  }
}
.p-service__overview-ttl {
  font-size: 2rem;
  line-height: calc(60/32);
}
@media screen and (max-width: 750px) {
  .p-service__overview-ttl {
    font-size: 1.375rem;
    line-height: calc(38/22);
  }
}
.p-service__overview-txt {
  padding-top: 0.5625rem;
}
@media screen and (max-width: 750px) {
  .p-service__overview-txt {
    padding-top: 0;
  }
}
.p-service__cont {
  display: grid;
  grid-template: "picture picture" "ttl body";
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 750px) {
  .p-service__cont {
    grid-template: "picture" "ttl" "body";
    grid-template-columns: auto;
  }
}
.p-service__cont.--sns, .p-service__cont.--lp {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 750px) {
  .p-service__cont.--sns, .p-service__cont.--lp {
    margin-bottom: 3.75rem;
  }
}
.p-service__cont.--consulting {
  margin-bottom: 6.625rem;
}
@media screen and (max-width: 750px) {
  .p-service__cont.--consulting {
    margin-bottom: 3.75rem;
  }
}
.p-service__cont-picture {
  grid-area: picture;
  margin-bottom: 2.9375rem;
}
@media screen and (max-width: 750px) {
  .p-service__cont-picture {
    margin-bottom: 1.25rem;
  }
}
.p-service__cont-ttl {
  grid-area: ttl;
  align-self: start;
}
@media screen and (max-width: 750px) {
  .p-service__cont-ttl {
    margin-bottom: 0.9375rem;
  }
}
.p-service__cont-body {
  display: grid;
  grid-area: body;
  gap: 1.875rem;
  padding-top: 0.1875rem;
}
@media screen and (max-width: 750px) {
  .p-service__cont-body {
    gap: 0.9375rem;
    padding-top: 0;
  }
}
.p-service__cont-link {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  justify-self: start;
  font-size: 1rem;
  line-height: calc(26/16);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .p-service__cont-link {
    font-size: 0.875rem;
    line-height: calc(26/14);
    letter-spacing: 0.05em;
  }
}
.p-service__cont-link::after {
  width: 2.5rem;
  height: 2.5rem;
  content: "";
  background: url("../images/common/arrow-circle.svg") top center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .p-service__cont-link::after {
    width: 2.25rem;
    height: 2.25rem;
  }
}
@media (hover: hover) {
  .p-service__cont-link:hover {
    gap: 1.25rem;
  }
  .p-service__cont-link:hover::after {
    background: url("../images/common/arrow-circle--hover.svg") top center/contain no-repeat;
  }
}
.p-service__cont-card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 750px) {
  .p-service__cont-card-list {
    grid-template-columns: auto;
    gap: 0.9375rem;
    margin-top: 0.9375rem;
  }
}
.p-service__cont-card-link {
  display: block;
  height: 100%;
  padding: 1.375rem 1.3125rem 1.25rem;
  border: 1px solid var(--color-gray02);
  border-radius: 0.9375rem;
}
@media screen and (max-width: 750px) {
  .p-service__cont-card-link {
    display: flex;
    gap: 0.875rem;
    align-items: center;
    padding: 1.3125rem 1.1875rem;
  }
}
@media (hover: hover) {
  .p-service__cont-card-link:hover {
    border-color: var(--color-accent);
  }
  .p-service__cont-card-link:hover .p-service__cont-card-figure::before {
    opacity: 0;
  }
  .p-service__cont-card-link:hover .p-service__cont-card-figure::after {
    opacity: 1;
  }
  .p-service__cont-card-link:hover .p-service__cont-card-deco {
    color: var(--color-accent);
  }
}
.p-service__cont-card-figure {
  position: relative;
  width: 6.875rem;
  padding: 0.3125rem;
  margin: 0 auto 0.5625rem;
}
@media screen and (max-width: 750px) {
  .p-service__cont-card-figure {
    flex: 0 1 auto;
    width: 5.375rem;
    margin-bottom: 0;
  }
}
.p-service__cont-card-figure::before, .p-service__cont-card-figure::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  transition: all 0.5s ease;
  transform: translate(-50%, -50%);
}
.p-service__cont-card-figure::before {
  border: 1px solid var(--color-gray);
}
.p-service__cont-card-figure::after {
  border: 2px solid var(--color-accent);
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-service__cont-card-body {
    flex: 1;
  }
}
.p-service__cont-card-ttl {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.6875rem;
  font-size: 1rem;
  line-height: calc(26/16);
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .p-service__cont-card-ttl {
    gap: 0.3125rem;
    justify-content: start;
    margin-bottom: 0.375rem;
    text-align: left;
    letter-spacing: 0.05em;
  }
}
.p-service__cont-card-ttl::after {
  width: 1.125rem;
  height: 1.125rem;
  content: "";
  background: url("../images/common/icon-instagram--navy.svg") top center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .p-service__cont-card-ttl::after {
    width: 1rem;
    height: 1rem;
  }
}
.p-service__cont-card-txt {
  font-size: 0.75rem;
  line-height: calc(20/12);
  color: var(--color-gray);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .p-service__cont-card-txt {
    font-size: 0.75rem;
    line-height: calc(18/12);
    letter-spacing: 0.05em;
  }
}