.sp {
  display: none;
}
@media screen and (max-width: 450px) {
  .sp {
    display: block;
  }
}

/* ===============================================================
 svc
===============================================================*/
@media screen and (max-width: 491px) {
  .under-fv__ttl--ja {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

.c-svc:not(:last-of-type) .inner--1500 {
  padding-bottom: 15rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1100px) {
  .c-svc:not(:last-of-type) .inner--1500 {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 834px) {
  .c-svc:not(:last-of-type) .inner--1500 {
    padding-bottom: 5rem;
  }
}
.c-svc:not(:first-of-type) .inner--1500 {
  padding-top: 15rem;
}
@media screen and (max-width: 1100px) {
  .c-svc:not(:first-of-type) .inner--1500 {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 834px) {
  .c-svc:not(:first-of-type) .inner--1500 {
    padding-top: 5rem;
  }
}
.c-svc__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 1100px) {
  .c-svc__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  .c-svc__flex {
    gap: 2rem;
  }
}
.c-svc__flex .sec__ttl--square {
  min-width: 16rem;
}
@media screen and (max-width: 1100px) {
  .c-svc__flex .sec__ttl--square {
    min-width: auto;
  }
}
.c-svc__cont {
  max-width: 98rem;
}
@media screen and (max-width: 1100px) {
  .c-svc__cont {
    max-width: 100%;
  }
}
.c-svc__ttl {
  margin-bottom: 3rem;
  line-height: 1.4;
  font-size: var(--f42);
}
@media screen and (max-width: 834px) {
  .c-svc__ttl {
    margin-bottom: 2rem;
    font-size: clamp(2.5rem, 2.6vw, 4.2rem);
  }
}
.c-svc__img {
  display: block;
  margin-top: 5rem;
}
@media screen and (max-width: 834px) {
  .c-svc__img {
    margin-top: 3rem;
  }
}

.svc-strategy__box {
  margin-top: 5rem;
  padding: 5rem 5rem 7.7rem;
  background-color: #dee9f4;
}
@media screen and (max-width: 834px) {
  .svc-strategy__box {
    margin-top: 3rem;
    padding: 3rem 3rem 5rem;
  }
}
.svc-strategy__box-ttl {
  margin-bottom: 4.5rem;
  font-size: var(--f24);
  font-weight: 500;
  text-align: center;
}
.svc-strategy__box-img {
  display: block;
  margin: 0 auto;
  max-width: 81.8rem;
}
.svc-strategy__txt {
  max-width: 25.5rem;
  margin: -3.7rem auto;
}
.svc-strategy__list {
  margin-top: 6.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
@media screen and (max-width: 600px) {
  .svc-strategy__list {
    grid-template-columns: repeat(1, 1fr);
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-left-width: 0;
    border-right-width: 0;
  }
}
.svc-strategy__item {
  padding: 0 3.3rem 3rem;
}
@media screen and (max-width: 834px) {
  .svc-strategy__item {
    padding: 0 1.5rem 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .svc-strategy__item {
    padding: 1.5rem 0;
  }
}
.svc-strategy__item:first-of-type .svc-strategy__hg-txt {
  background-color: #2ba972;
}
.svc-strategy__item:nth-of-type(2) {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
@media screen and (max-width: 600px) {
  .svc-strategy__item:nth-of-type(2) {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-left-width: 0;
    border-right-width: 0;
  }
}
.svc-strategy__item:nth-of-type(2) .svc-strategy__hg-txt {
  background-color: #e87c41;
}
.svc-strategy__item:last-of-type .svc-strategy__hg-txt {
  background-color: #1ab4c2;
}
.svc-strategy__item-ttl {
  margin-top: 1.5rem;
  text-align: center;
  font-size: var(--f18);
  color: #004fa4;
}
.svc-strategy__item-list {
  margin-top: 1.5rem;
}
.svc-strategy__item-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3rem;
}
.svc-strategy__item-check {
  color: #004fa4;
  font-weight: 500;
  font-size: var(--f18);
}
.svc-strategy__item-txt {
  font-size: var(--f14);
}
.svc-strategy__hg {
  margin-bottom: 1rem;
}
.svc-strategy__hg-txt {
  margin: 0 auto;
  width: 5rem;
  line-height: 2.8rem;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  color: #fff;
  font-size: var(--f15);
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  text-align: center;
}
.svc-strategy__hg-ttl {
  margin-top: 0.5rem;
  font-size: var(--f21);
  font-weight: 500;
  text-align: center;
}

.svc-prosess__link {
  display: none;
}
@media screen and (max-width: 834px) {
  .svc-prosess__link {
    position: relative;
    display: block;
    margin-top: 3rem;
    padding-left: 1.75em;
    padding-right: 0.5em;
    color: #005baa;
  }
}
.svc-prosess__link:hover {
  opacity: 1;
  text-decoration: underline;
}
.svc-prosess__link:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1.25em;
  aspect-ratio: 1;
  background: url(../img/common/ico_zoom.svg) no-repeat center center/contain;
  z-index: 1;
}