:root {
  --elevation-1: 0px 5px 18px 1px rgba(0, 0, 0, 0.08);
  --elevation-2: 0px 10px 36px 0px rgba(0, 0, 0, 0.16);
}

*,
*::before,
*::after {
  min-width: 0px;
  min-height: 0px;
}

body {
  font-family: var(--font-sans);
  color: var(--ink);
  background-color: var(--white);
}

#root {
  max-width: 1920px;
  margin: 0 auto;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  line-height: inherit;
}

img, iframe {
  max-width: 100%;
}
iframe {
  border: none;
  box-shadow: none;
}

a, a:hover {
  color: var(--ink);
}

[id] {
  scroll-margin-top: 3.75rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

button {
  position: relative;
  appearance: none;
  cursor: pointer;
  box-shadow: none;
  border: 0;
  outline: none;
  background: none;
  padding: 0;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-left: 1.5rem;
  list-style: disc outside none;

  & > p {
    margin: 0;
    display: list-item;
  }
}

.webgene-pagination {
  & ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    padding: 0;
    margin: 0;

    & li {
      & a {
        display: inline-block;
        width: 3rem;
        line-height: 3rem;
        text-align: center;
        background-color: var(--light-gray);
        &:hover {
          text-decoration: none;
        }
      }

      &.selected {
        & a {
          background-color: var(--blue);
          color: var(--snow);
          &:hover {
            color: var(--snow);
          }
        }
      }
    }
  }
}

.webgene-no-items {
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
}

.thumbnail {
  position: relative;
  padding-top: 66.6666%;

  &.thumbnail--16x9 {
    padding-top: 56.25%;
  }

  & img,
  &:empty::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  &:empty::before {
    content: "";
    background-image: url("/system_panel/uploads/images/ogp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.article-body {
  & > p {
    margin: 1em 0;
  }

  & > h1,
  & > h2,
  & > h3,
  & > h4,
  & > h5,
  & > h6 {
    margin: 2em 0 1em;
  }

  & > *:first-child {
    margin-top: 0;
  }

  & > *:last-child {
    margin-bottom: 0;
  }

  & a,
  & a:hover {
    color: var(--blue);
    text-decoration: underline;
  }
}

.backdrop-object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page-hero {
  display: flex;
  flex-direction: column;
  padding-top: 3.75rem;
  padding-bottom: 1.5rem;
  gap: 2rem;
  align-items: center;
  position: relative;
  background-image: linear-gradient(90deg, #9A0E0E 0%, #F94E34 100%);
  overflow: hidden;
}

.page-hero__title {
  display: flex;
  flex-direction: column;
  transform: skewX(-10deg);
  letter-spacing: 0;
  line-height: 1;
  position: relative;
}

.page-hero__title--en {
  color: var(--yellow);
  font-size: 1.5rem;
  font-family: var(--font-anton);
  
  @media screen and (min-width: 768px) {
    font-size: 3rem;
  }
  @media screen and (min-width: 1024px) {
    font-size: 3.5rem;
  }
}

.page-hero__title--ja {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-weight: 900;
}

.page-hero__title--ja-1 {
  color: var(--yellow);
  font-size: 3rem;
  
  @media screen and (min-width: 768px) {
    font-size: 5rem;
  }
  @media screen and (min-width: 1024px) {
    font-size: 6rem;
  }
}

.page-hero__title--ja-2 {
  color: var(--snow);
  font-size: 2rem;
  
  @media screen and (min-width: 768px) {
    font-size: 4rem;
  }
  @media screen and (min-width: 1024px) {
    font-size: 4.5rem;
  }
}

.page-hero__image {
  position: absolute;
  width: 394px;
  top: 50%;
  left: 56%;
  transform: translateY(-50%);
}

.elevation-1 {
  box-shadow: var(--elevation-1);
}

.elevation-2 {
  box-shadow: var(--elevation-2);
}

.section-title {
  display: flex;
  flex-direction: column;
  transform: skewX(-10deg);
  letter-spacing: 0;
  line-height: 1;
  position: relative;
}

.section-title__en {
  color: var(--dark-red);
  font-size: 1.5rem;
  font-family: var(--font-anton);
  
  @media screen and (min-width: 768px) {
    font-size: 2.5rem;
  }
  @media screen and (min-width: 1024px) {
    font-size: 3rem;
  }
  
  &.section-title__en--yellow {
    color: var(--yellow);
  }
}

.section-title__ja {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-weight: 900;
  flex-wrap: wrap
}

.section-title__ja--1 {
  color: var(--red);
  font-size: 2.8rem;
  
  @media screen and (min-width: 768px) {
    font-size: 4rem;
  }
  @media screen and (min-width: 1024px) {
    font-size: 5rem;
  }
  
  &.section-title__ja--1-yellow {
    color: var(--yellow);
  }
}

.section-title__ja--2 {
  color: var(--ink);
  font-size: 1.75rem;
  
  @media screen and (min-width: 768px) {
    font-size: 3.5rem;
  }
  @media screen and (min-width: 1024px) {
    font-size: 4rem;
  }
}

.section-bl-dec--blue {
  position: absolute;
  width: 872px;
  bottom: -40px;
  left: -100px;
}

.section-br-dec--light-red {
  position: absolute;
  width: 984px;
  bottom: -140px;
  right: -200px;
}

.button {
  display: flex;
  padding: 0.75rem 0.75rem 0.75rem 1.5rem;
  gap: 0.625rem;
  align-items: center;
  background-color: var(--ink);
  color: var(--snow);
  font-weight: 900;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.25;
  transition: opacity ease 200ms;
  
  &:hover {
    color: var(--snow);
    opacity: 80%;
    text-decoration: none;
  }
  
  &::after {
    content: "";
    width: 28px;
    height: 40px;
    display: block;
  }
  
  &.button--blue::after {
    background-image: url(/system_panel/uploads/images/blue-arrow.svg);
  }
  
  &.button--red::after {
    background-image: url(/system_panel/uploads/images/red-arrow.svg);
  }
  
  &.button--ex-link::after {
    background-image: url(/system_panel/uploads/images/ex-link.svg);
  }
}

.dynamic-text-box {
  display: flex;
  transform: skewX(-10deg);
  
  & div {
    display: flex;
    flex-direction: row;
    align-items: baseline;
  }
  
  & p {
    display: inline;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 900;
  }
  
  & .dynamic-text-box__lg {
    font-size: 1em;
    color: var(--red);
  }
  
  & .dynamic-text-box__md {
    font-size: 0.625em;
  }
  
  & .dynamic-text-box__sm {
    font-size: 0.5em;
  }
  
  & .dynamic-text-box__48 {
    font-size: 0.75em;
  }
  & .dynamic-text-box__28 {
    font-size: 0.4375em;
  }
  & .dynamic-text-box__24 {
    font-size: 0.375em;
  }
  
  &.dynamic-text-box--yellow {
    & .dynamic-text-box__lg {
      color: var(--yellow);
    }

    & .dynamic-text-box__md, .dynamic-text-box__sm {
      color: var(--snow);
    }
  }
}

.recruit-back-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(from var(--blue) h s l / 60%);
    pointer-events: none;
  }
  
  & img {
    object-fit: cover;
  }
  
  @media screen and (min-width: 768px) {
    flex-direction: row;
    
    & img {
      flex: 1 1 0%;
    }
  }

}

.line-link-banner {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 3.75rem 1.125rem 1.125rem 2.5rem;
  background-color: var(--dark-red);
  
  @media screen and (min-width: 768px) {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  
  @media screen and (min-width: 1024px) {
    padding-right: 3.75rem;
  }
  
  @media screen and (min-width: 1200px) {
    padding-right: 5rem;
  }
  
  & .line-link-banner__dec {
    position: absolute;
    width: 688px;
  }
  
  & .line-link-banner__dec--1 {
    top: -250px;
    left: -140px;
  }
  
  & .line-link-banner__dec--2 {
    bottom: -360px;
    right: -210px;
  }
  
  & .line-link-banner__box {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 0.75rem;
    max-width: 67.5rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.25;
    letter-spacing: 0;
    font-weight: 900;
    font-size: 1.5rem;
    
    @media screen and (min-width: 768px) {
      align-items: center;
      font-size: 2.5rem;
    }
    
    @media screen and (min-width: 1024px) {
      font-size: 3rem;
    }
    
    @media screen and (min-width: 1200px) {
      flex-direction: row;
    }
  }
  
  & .line-link-banner__image {
    object-fit: contain;
    max-width: 20rem;
    aspect-ratio: 9 / 10;
  }
  
  & .line-link-banner__text--lg {
    font-size: 0.9em;
    color: var(--yellow);
  }
  
  & .line-link-banner__text--sm {
    font-size: 0.6em;
    color: var(--snow);
  }
  
  & .line-link-banner__button {
    background-color: var(--line-green);
    border: 2px solid var(--snow);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 1rem 1rem 0.75rem;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    color: var(--snow);
    transition: opacity ease 200ms;
    align-self: center;
    
    &:hover {
      text-decoration: none;
      opacity: 80%;
      color: var(--snow);
    }
    
    & img {
      width: 2rem;
    }
    
    @media screen and (min-width: 768px) {
      padding: 1.5rem 2rem 1.5rem 1.5rem;
      font-size: 2.25rem;
      gap: 0.75rem;
      
      & img {
        width: 4.5rem;
      }
    }
  }
  
  & .line-link-banner__button-text--1 {
    font-size: 0.889em;
    font-weight: 500;
  }
  
  & .line-link-banner__button-text--2 {
    font-size: 1em;
    font-weight: 900;
  }
}

.contact-actions {
  display: flex;
  letter-spacing: 0;
  @media screen and (min-width: 768px) {
    gap: 1rem;
  }
  
  &.contact-actions--need {
    flex-direction: column;
    gap: 1rem;
    @media screen and (min-width: 768px) {
      flex-direction: row;
    }
    & .contact-actions__tel, .contact-actions__web {
      width: auto;
      @media screen and (min-width: 768px) {
        width: 50%;
      }
    }
  }
  
  & .contact-actions__tel, .contact-actions__web {
    position: relative;
    width: 50%;
    padding: 0.25rem 0.25rem 0.25rem 0.5rem;
    gap: 0.25rem;
    display: flex;
    align-items: center;
    height: 3.125rem;
    transition: opacity 200ms;
    @media screen and (min-width: 768px) {
      padding: 0.625rem 0.625rem 0.625rem 1rem;
      height: 5rem;
      width: unset;
      gap: 0.625rem;
    }
    &:hover {
      opacity: 0.85;
      text-decoration: none;
    }
    &::after {
      content: "";
      width: 1.75rem;
      height: 100%;
      background-image: url("/system_panel/uploads/images/triangle-arrow-right.svg");
      background-size: 8px 18px;
      background-position: center center;
      background-repeat: no-repeat;
    }
    
    & > div {
      flex: 1 1 0%;
      font-weight: 900;
    }
  }
  & .contact-actions__tel {
    background: var(--light-gray);
    color: var(--ink);
    &:hover {
      color: var(--ink);
    }
    &::after {
      background-color: var(--blue);
    }
  }
  & .contact-actions__web {
    background: var(--blue);
    color: var(--snow);
    &:hover {
      color: var(--snow);
    }
    &::before {
      content: "";
      border: 2px solid var(--sky);
      inset: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      pointer-events: none;
    }
    &::after {
      background-color: #095B8A;
    }
    @media screen and (min-width: 768px) {
      border: 4px solid var(--sky);
    }
  }
}

.speech-text {
  font-family: var(--font-display);
  text-align: center;
  line-height: 1.25;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  align-items: flex-end;
  
  @media screen and (min-width: 768px) {
    font-size: 1.25rem;
  }
  @media screen and (min-width: 1024px) {
    font-size: 1.5rem;
  }
  
  &::before, &::after {
    content: "";
    width: 24px;
    height: 33px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  &.speech-text--red {
    &::before {
      background-image: url("/system_panel/uploads/images/speech-stick-left--red.svg");
    }
    &::after {
      background-image: url("/system_panel/uploads/images/speech-stick-right--red.svg");
    }
  }
  &.speech-text--sky {
    &::before {
      background-image: url("/system_panel/uploads/images/speech-stick-left--sky.svg");
    }
    &::after {
      background-image: url("/system_panel/uploads/images/speech-stick-right--sky.svg");
    }
  }
  &.speech-text--lg {
    &::before, &::after {
      width: 46px;
      height: 63px;
    }
  }
  &.speech-text--side.speech-text--red {
    justify-content: start;
    &::before {
      background-image: url("/system_panel/uploads/images/speech-stick-right--red.svg");
      display: none;
    }
    &::after {
      background-image: url("/system_panel/uploads/images/speech-stick-left--red.svg");
      display: none;
    }
    @media screen and (min-width: 1200px) {
      flex-direction: column;
      align-items: start;
      &::before {       
        display: block;
      }
      &::after {
        display: block;
        transform: rotate(180deg);
      }
    }
  }
  
}

@media screen and (min-width: 1024px) {
  .merit-card {
    width: calc(50% - 1rem);
  }
}

.transition-opacity: {
  transition: opacity ease 200ms;
  
  &:hover {
    color: var(--snow);
    opacity: 80%;
    text-decoration: none;
  }
}

.news-list {
  & .webgene-blog {
    display: grid;
    gap: 1.5rem;
    
    @media screen and (min-width: 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      & .webgene-pagination {
        grid-column: span 2 / span 2;
      }
    }
    @media screen and (min-width: 1200px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      & .webgene-pagination {
        grid-column: span 4 / span 4;
      }
    }
  }
}

.service-title {
  position: relative;
  & > * {
    position: relative;
  }
  &::before {
    content: "";
    position: absolute;
    width: 105%;
    height: 75%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  &.service-title--red {
    &::before {
      background-image: url("/system_panel/uploads/images/marker-line--red.png");
    }
  }
  &.service-title--yellow {
    &::before {
      background-image: url("/system_panel/uploads/images/marker-line--yellow.png");
    }
  }
  &.service-title--sky {
    &::before {
      background-image: url("/system_panel/uploads/images/marker-line--sky.png");
    }
  }
  &.service-title--snow {
    &::before {
      background-image: url("/system_panel/uploads/images/marker-line--snow.png");
    }
  }
  &.service-title--small::before {
    width: 96%;
    height: 120%;
    top: 75%;
  }
  &.service-title--home-recruit::before {
    width: 120%;
    height: 225%;
    top: 50%;
    left: 55%;
  }
}

.service-intro-dec {
  position: absolute;
  width: 984px;

  & > img {
    width: 100%;
  }
  &.service-intro-dec--top {
    top: -230px;
    left: -371px;
  }
  &.service-intro-dec--bottom {
    bottom: -318px;
    right: -373px;
  }
}


.flow-list {
  display: grid;
  gap: 2rem;
  
  @media screen and (min-width: 768px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  @media screen and (min-width: 1440px) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
  }

  & .flow-list__item {
    display: flex;
    flex-direction: column;
    gap: 1rem;

    & .flow-list__title {
      border-radius: 1.5rem;
      padding: 1.5rem;
      text-align: center;
      font-weight: 900;
      font-size: 1.125rem;
      line-height: 1.25;
    }
    & .flow-list__container {
      border-radius: 1.5rem;
      padding: 1rem;
      background-color: #F2F7FD;
    }
    &:first-child .flow-list__title {
      background-color: #F2F7FD;
    }
    &:nth-child(2) .flow-list__title {
      background-color: #E0ECFD;
    }
    &:nth-child(3) .flow-list__title {
      background-color: #C0DBFD;
    }
    &:nth-child(4) .flow-list__title {
      background-color: #88B8F7;
    }
    &:last-child .flow-list__title {
      background-color: #287FF0;
      color: var(--snow);
    }
    
    @media screen and (min-width: 768px) {
      & .flow-list__title {
        border-radius: 3rem;
        padding: 1.5rem;
      }
      & .flow-list__container {
        border-radius: 3rem;
        padding: 2rem;
        flex: 1 0 0%;
      }
      & .flow-list__content {
        flex: 1 0 0%;
      }
    }
    @media screen and (min-width: 1440px) {
      gap: 2rem;
      & .flow-list__title {
        position: relative;
        &::before {
          content: "";
          position: absolute;
          top: 0;
          right: -20px;
          width: 20px;
          height: 100%;
          z-index: 1;
        }
      }
      &:first-child {
        & .flow-list__title {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
          &::before {
            background: no-repeat center/100% 100% url("/system_panel/uploads/images/flow-polygon--1.png");
          }
        }
        & .flow-list__container {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
        }
        & .flow-list__content {
          border-right: 1px dashed var(--blue);
          padding-right: 2rem;
          margin-right: -2rem;
        }
      }
      &:nth-child(2) {
        & .flow-list__title {
          border-radius: 0;
          &::before {
            background: no-repeat center/100% 100% url("/system_panel/uploads/images/flow-polygon--2.png");
          }
        }
        & .flow-list__container {
          border-radius: 0;
        }
        & .flow-list__content {
          border-right: 1px dashed var(--blue);
          padding-right: 2rem;
          margin-right: -2rem;
        }
      }
      &:nth-child(3) {
        & .flow-list__title {
          border-radius: 0;
          &::before {
            background: no-repeat center/100% 100% url("/system_panel/uploads/images/flow-polygon--3.png");
          }
        }
        & .flow-list__container {
          border-radius: 0;
        }
        & .flow-list__content {
          border-right: 1px dashed var(--blue);
          padding-right: 2rem;
          margin-right: -2rem;
        }
      }
      &:nth-child(4) {
        & .flow-list__title {
          border-radius: 0;
          &::before {
            background: no-repeat center/100% 100% url("/system_panel/uploads/images/flow-polygon--4.png");
          }
        }
        & .flow-list__container {
          border-radius: 0;
        }
        & .flow-list__content {
          border-right: 1px dashed var(--blue);
          padding-right: 2rem;
          margin-right: -2rem;
        }
      }
      &:last-child {
        & .flow-list__title {
          border-radius: 0;
          &::before {
            background: no-repeat center/100% 100% url("/system_panel/uploads/images/flow-polygon--5.png");
          }
        }
        & .flow-list__container {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
          border-top-right-radius: 3rem;
          border-bottom-right-radius: 3rem;
          margin-right: 0;
        }
        & .flow-list__content {
          border-right: 0;
        }
      }
    }
  }
  
  &.flow-list--column-5 {
    @media screen and (min-width: 1440px) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 0;
    }
  }
}

.triangle-pointer {
  position: relative;
  
  &::before {
    content: "";
    display: block;
    width: 14px;
    height: 18px;
    background-image: url(/system_panel/uploads/images/triangle-pointer.svg);
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  &.triangle-pointer--absolute {
    position: absolute;
    
  }
}

.problem-list {
  counter-reset: item;
  
  & .problem-list__item {
    counter-increment: item;
  }
  & .problem-list__num-wrapper {
    position: relative;
    &::before {
      content: "";
      display: block;
      width: 14px;
      height: 18px;
      background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2218%22%20viewBox%3D%220%200%2014%2018%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M-5.06639e-07%2018V-5.66244e-07H14L-5.06639e-07%2018Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E');
      background-repeat: no-repeat;
      position: absolute;
      bottom: -1rem;
      left: 50%;
      transform: translateX(-50%);
    }
  }
  & .problem-list__num {
    border-top: 5px solid var(--yellow);
    background-color: var(--snow);
    padding: 0.75rem 1rem 0.5rem;
    display: flex;
    align-items: baseline;
    justify-content: center;
    line-height: 1;
    &::before {
      content: "困った";
      font-weight: 900;
      font-size: 2rem;
      transform: skewX(-8deg);
    }
    &::after {
      content: counter(item, decimal-leading-zero);
      font-family: var(--font-anton);
      font-size: 3rem;
      transform: skewX(-8deg);
      color: var(--yellow);
    }
  }
  & .problem-list__bubble {
    position: relative;
    padding: 1rem;
    border: 2px solid var(--ink);
    background-color: var(--snow);
    
    @media screen and (min-width: 768px) {
      padding: 1.5rem;
    }
    
    &::before {
      content: "";
      position: absolute;
      display: block;
      width: 3.75rem;
      height: 3.75rem;
      border-bottom: 2px solid var(--ink);
      background-color: var(--snow);
      transform: rotate(-45deg);
      bottom: -1rem;
    }
    
    &.problem-list__bubble--problem {
      &::before {
        left: 7.5rem;
      }
    }
    &.problem-list__bubble--solution {
      &::before {
        right: 7.5rem;
      }
    }
    
    & > .text-wrap {
      position: relative;
      & > p {
        display: inline;
      }
      & > p + p {
        margin-left: -0.125em;
      }
    }
    & .marker {
      background-image: linear-gradient(transparent 55%, var(--yellow) 55%);
    }
  }
  
  & .problem-list__arrow {
    @media screen and (min-width: 1200px) {
      transform: rotate(-90deg);
    }
  }
  & .problem-list__solution {
    position: relative;
    z-index: 0;
    &::before {
      content: "";
      position: absolute;
      width: 427px;
      height: 320px;
      bottom: 1.25rem;
      right: -2rem;
      z-index: -1;
      background-image: url("/system_panel/uploads/images/20250615183138256559.svg");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      opacity: 0.3;
    }
  }
  & .problem-list__problem {
    position: relative;
    z-index: 0;

    &::before {
      content: "";
      position: absolute;
      width: 345px;
      height: 274px;
      bottom: 0;
      left: -1.25rem;
      z-index: -1;
      background-image: url("/system_panel/uploads/images/20250615183138757076.svg");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      opacity: 0.3;
    }
  }
}

.service-list-dec {
  position: absolute;
  
  &.service-list-dec--top {
    width: 984px;
    top: 260px;
    left: -240px;
    opacity: 0.3;
  }
  &.service-list-dec--bottom {
    width: 723px;
    right: -80px;
    bottom: 0;
  }
}


