/* .p-3::before {
    background: url('../img/p1/e-5.svg');
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    display: block;
    width: clamp(12rem, 7.14vi + 9.71rem, 20rem);
   aspect-ratio: 16/20;
   right: 0;
}

:root{
    --header-h:  4.25rem;
}

header.l-wrap {
  height: var(--header-h);
  background-color: white;
  z-index: 6;
}

.l-header-inner {
  z-index: 20;
}

.l-wrap.l-header::before {  
  height: var(--header-h);
  display: block;
  position: absolute;
  right: 0;
  content: '';
  background: white;
  z-index: 10;
  width: 100vw;
}


.t-fs--xl {
    position: relative;
} */

