@charset "UTF-8";

/* 以降はすべてトップレベル import */

:root {
      --content-width: 1440px;
      --torem: .0625rem;
      --torlh: .0625rlh;
      --design-widith-sm: 375;
      --design-widith-md: 768;
      --design-widith-lg: 1440;
      --main-color: #e7e6e1;
      --subTitle-bg-color: #53524d;
      --gray-color: #53524d;
      --color-dark: #212121;
      --text-color: #3f3f3f;
      --accent-color: #1346AC;
      --bg-gray-color:#F0F0F0;
      --accent-sub-color: #158a0b;
      --accent-hover-color: #d0edcc;
      --accent-gradation: linear-gradient(90deg, #009300 0%, #00ae00 100%);
      --lightGray-color: #f3f3f2;
      --notice-color: #ec5655;
      --border-color: #d1d1d1;

      --letter-spacing: .1em;

      --font-ja: "Noto Sans JP", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", sans-serif;
      --font-en: "Helvetica Neue", "Arial", system-ui, sans-serif;

      --font-base: 16;
      --font-ratio: 8;

      --font-2xs: calc(var(--font-base) * var(--font-ratio) / 12 * var(--torem));
      --font-xs: calc(var(--font-base) * var(--font-ratio) / 10 * var(--torem));
      --font-sm: calc(var(--font-base) * var(--font-ratio) / 9 * var(--torem));
      --font-md: calc(var(--font-base) * var(--font-ratio) / 8 * var(--torem));
      --font-lg: calc(var(--font-base) * var(--font-ratio) / 7 * var(--torem));
      --font-xl: calc(var(--font-base) * var(--font-ratio) / 5 * var(--torem));
      --font-2xl: calc(var(--font-base) * var(--font-ratio) / 3 * var(--torem));

      --font-fluid-xs: clamp(.6666875rem, .6343300970873786rem + .13805825242718453vw, .8rem);
      --font-fluid-sm: clamp(.888875rem, .8619029126213592rem + .11508090614886733vw, 1rem);
      --font-fluid-md: clamp(1rem, .9653216019417475rem + .14796116504854376vw, 1.142875rem);
      --font-fluid-lg: clamp(1.125rem, 1.074438713592233rem + .21572815533980572vw, 1.3333125rem);
      --font-fluid-xl: clamp(1.6rem, 1.5029126213592234rem + .41423948220064716vw, 2rem);
      --font-fluid-2xl: clamp(2rem, 1.838182645631068rem + .6904207119741101vw, 2.6666875rem);
      --font-fluid-3xl: clamp(2.6666875rem, 2.3430679611650485rem + 1.3807766990291261vw, 4rem);

      --leading-base: 4;
      --leading-xs: calc(var(--leading-base) * 3 * var(--torem));
      --leading-sm: calc(var(--leading-base) * 4 * var(--torem));
      --leading-md: calc(var(--leading-base) * 5 * var(--torem));
      --leading-lg: calc(var(--leading-base) * 6 * var(--torem));
      --leading-xl: calc(var(--leading-base) * 7 * var(--torem));
      --leading-2xl: calc(var(--leading-base) * 8 * var(--torem));
      --leading-3xl: calc(var(--leading-base) * 9 * var(--torem));
      --leading-4xl: calc(var(--leading-base) * 10 * var(--torem));
      --leading-none: 1;
      --leading-tight: 1.25;
      --leading-normal: 1.5;
      --leading-relaxed: 1.75;
      --leading-loose: 2;

      --tracking-tigher: -.05em;
      --tracking-tight: -.025em;
      --tracking-normal: normal;
      --tracking-wide: .025em;
      --tracking-wider: .05em;
      --tracking-widest: .1em;

      --max-container-size: 1440px;

      --offset-xs: 1.5vw;
      --offset-sm: 2.5vw;
      --offset-md: 5vw;
      --offset-lg: 10vw;

      --space-base: 8;
      --space-2xs: calc(var(--space-base) * var(--torem));
      --space-xs: calc(var(--space-base) * 2 * var(--torem));
      --space-sm: calc(var(--space-base) * 3 * var(--torem));
      --space-md: calc(var(--space-base) * 5 * var(--torem));
      --space-lg: calc(var(--space-base) * 8 * var(--torem));
      --space-xl: calc(var(--space-base) * 13 * var(--torem));

      --radius-sm: 1rem;
      --radius-md: 2rem;
      --radius-lg: 2.5rem;
      --radius-full: 50%;

      --arrow-width: 12%;
      --arrow-prev: polygon(100% var(--line-width), calc(100% - var(--line-width)) 0, calc(50% - var(--line-width)) 50%, calc(100% - var(--line-width)) 100%, 100% calc(100% - var(--line-width)), calc(50% + var(--line-width)) 50%, 100% var(--line-width));
      --arrow-next: polygon(0 var(--line-width), var(--line-width) 0, calc(50% + var(--line-width)) 50%, var(--line-width) 100%, 0 calc(100% - var(--line-width)), calc(50% - var(--line-width)) 50%, 0 var(--line-width));

      --duration-fast: .3s;
      --duration-normal: .6s;
      --duration-slow: 1.2s;

      --ease-in-out:  cubic-bezier(.11, .7, .43, .98);
      --ease-in-sine:  cubic-bezier(.12, 0, .39, 0);
      --ease-out-sine:  cubic-bezier(.61, 1, .88, 1);
      --ease-in-out-sine:  cubic-bezier(.37, 0, .63, 1);
      --ease-in-quart:  cubic-bezier(.5, 0, .75, 0);
      --ease-out-quart:  cubic-bezier(.25, 1, .5, 1);
      --ease-in-out-quart:  cubic-bezier(.76, 0, .24, 1);
      --ease-in-expo:  cubic-bezier(.7, 0, .84, 0);
      --ease-out-expo:  cubic-bezier(.16, 1, .3, 1);
      --ease-in-out-expo:  cubic-bezier(.87, 0, .13, 1);

      --viewport: var(--design-widith-sm);
  }

/* stylelint-disable */

/*! Oreset.css v2.0.0 | MIT License | https://github.com/hilosiva/Oreset.css */

/*
  # Global
---------------------------------------------- */

/* header */

.l-header {
  --space: 12;

  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background-color: var(--main-color);

  &.-isTop {
    background-color: rgb(255 255 255 / 40%);
  }
}

.l-header__inner {
  --height: 48px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--height);

  @media (width >= 48rem) {
    --height: 72px;
  }

  a {
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}

.p-header__title {
  font-size: 1.125rem;
  font-weight: 500;

  @media (width >= 48rem) {
    font-size: 1.5rem;
  }
}

.p-header__logo {

  width: 16px;
    height: 24px;
  /* width: 24px; */
  margin-top: 0.125rem;
  margin-right: 0.25rem;

  @media (width >= 48rem) {
    width: 24px;
    height: 32px;
  }
}

/* Global Nav */

.p-globalNav {
  position: fixed;
  inset: 0;

  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow-y: scroll;
  visibility: hidden;
  background-color: #e8e8e8;
  transition: var(--duration-normal) var(--ease-in-out);
  transition-property: transform, visibility;
  transform: translateY(-100%);
  will-change: translate;

  @media (width >= 48rem) {
    transition: var(--duration-normal) var(--ease-in-out);
  }

  @media (width >= 64rem) {
    position: static;
    height: auto;
    padding: 0;
    overflow-y: hidden;
    visibility: visible;
    background-color: transparent;
    transform: translateY(0);
  }
}

.p-globalNav__logo {
  @media (width >= 64rem) {
    display: none;
  }
}

.p-globalNav__items {
  align-items: center;
  width: min(95%, var(--content-width));
  margin: 0 auto;

  @media (width >= 64rem) {
    display: flex;
    /* gap: fluid(1rem, 3rem, 1024px, 1200px); */
    gap: clamp(1rem, -10.636rem + 18.18vw, 3rem);
    align-items: center;
    width: 100%;
  }
}

.p-globalNav-item {
  margin: 1rem 0;

  @media (width >= 64rem) {
    margin: 0;
  }

  &.-service {
    position: relative;
    background-color: #fff;
    border-radius: 0.5rem;
    /* padding-top: 1.25rem; */
    padding-bottom: 1rem;

    @media (width >= 64rem) {
      background-color: transparent;
      padding-bottom: 0;
    }

    &> a{
      /* background-color: red; */
      padding-bottom: 0.5rem;
      @media (width >= 64rem) {
        background-color: transparent;
        padding-bottom: 0;
      }
    }

  }
}

.p-globalNav-item a {
  display: block;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  background-color: #fff;
  border-radius: 0.25rem;

  @media (width >= 48rem) {
    padding: 1rem 1.25rem;
    font-size: 1.125rem;
  }

  @media (width >= 64rem) {
    padding: 0;
    font-size: 1rem;
    color: inherit;
    background-color: transparent;
  }
}

.p-globalNav-contact {
  padding: 1rem 0 2rem;

  @media (width >= 64rem) {
    padding: 0;
  }
}

.p-globalNav-item a:hover,
.p-globalNav-item a:focus-visible {
  color: var(--accent-color);
  background-color: #dbe8f2ff;

  @media (width >= 64rem) {
    background-color:transparent;
  }
}

@media (width >= 64rem) {
  nav ul li {
    position: relative;
  }

  nav ul li a::after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 0%;
    height: 1.5px;
    content: "";
    background: var(--accent-color);
    transition: 0.3s;
  }

  nav ul li a:hover,
  nav ul li a:focus-visible {
    color: var(--accent-color);
  }

  nav ul li a:hover::after,
  nav ul li a:focus-visible::after {
    width: 100%;
  }
}

.is-drowerActive .p-globalNav {
  visibility: visible;
  transform: translate(0);
}

.is-resize .p-globalNav {
  transition: none;
}

.p-globalNav-child {
  margin-left: 1.5rem;

  @media (width >= 64rem) {
    display: none;
  }
}

.p-globalNav-child__item {
  position: relative;

  a {
    /* padding-left: 1.5rem; */

    padding: 0.385rem 0.5rem 0.385rem 1.5rem;

    @media (width >= 64rem) {
      padding: 1rem;
    }

    /* &:last-child{
      background-color: red;
    } */

  }
}

.p-globalNav-child__item::before {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  content: "";
  background-color: var(--text-color);
  border-radius: 50%;
  transform: translateY(-50%);
}

/* Humberger Button */

.humbergerButton {
  --size: 3rem;

  position: relative;
  z-index: 1;
  display: grid;
  display: flex;
  grid-template-rows: 1fr 1fr 1fr;
  align-items: center;
  width: var(--size);
  height: var(--size);
  padding: 0.5rem;
  background-color: transparent;
  border: none;

  @media (width >= 48rem) {
    --size: 4.5rem;
    padding: 0.875rem;
  }

  @media (width >= 64rem) {
    display: none;
  }
}

.humbergerButton__line {
  position: relative;
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: transparent;
  border-radius: 0.0625rem;
  transition: var(--duration-fast) var(--ease-in-out);
  transition-property: background-color;
}

.humbergerButton__line::before,
.humbergerButton__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--text-color);
  border-radius: inherit;
  transition: inherit;
  transition: var(--duration-fast) var(--ease-in-out);
}

.humbergerButton__line::after {
  top: -0.625rem;
}

.is-drowerActive .humbergerButton__line::before,
.is-drowerActive .humbergerButton__line::after {
  top: 0;
}

.is-drowerActive .humbergerButton__line::before {
  transform: rotate(-45deg);
}

.is-drowerActive .humbergerButton__line::after {
  transform: rotate(45deg);
}

.is-drowerActive .humbergerButton__text {
  opacity: 0;
}

.humbergerButton__text {
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  left: 0;
  margin: 0 auto;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  opacity: 1;
  transition: var(--duration-normal) var(--ease-in-out);
  transition-property: opacity;

  @media (width >= 48rem) {
    bottom: 0.75rem;
    font-size: 0.875rem;
  }
}

body {
  height: 100%;
}

.is-drowerActive body {
  overflow: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  visibility: hidden;
  content: "";
  background-color: rgb(0 0 0 / 50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;

  @media (width >= 64rem) {
    display: none;
  }
}

.is-drowerActive body::before {
  visibility: visible;
  opacity: 1;
}

.l-container {
  width: min(92%, var(--content-width));
  margin: 0 auto;

  &.-header {
    width: 97.5%;
    margin: 0 0 0 2.5%;

    @media (width >= 64rem) {
      width: min(95%, var(--content-width));
      margin: 0 auto;
    }
  }
}

.l-container.-sp-full {
  width: 100%;
  margin: 0;
}

.l-center {
  margin: 0 auto;
  text-align: center;
}

[data-rola-transition] {
    transition-property: var(--rola-property, none);
    transition-duration: var(--rola-duration, .6s);
    transition-timing-function: var(--rola-easing, var(--rola-default-easing, cubic-bezier(.25, 1, .5, 1)))
}

[data-rola-transition=fade] {
    --rola-property: opacity;
    --rola-easing: cubic-bezier(.37, 0, .63, 1);
    &[data-rola-inview=false] {
        opacity: var(--rola-opacity-start, 0)
    }
    &[data-rola-inview=true] {
        opacity: var(--rola-opacity-end, 1)
    }
}

[data-rola-transition=blur] {
    --rola-property: opacity, filter;
    --rola-easing: cubic-bezier(.37, 0, .63, 1);
    transform: translateZ(0);
    &[data-rola-inview=false] {
        filter: blur(var(--rola-blur-start, 8px));
        opacity: var(--rola-opacity-start, 0)
    }
    &[data-rola-inview=true] {
        filter: blur(var(--rola-blur-end, 0));
        opacity: var(--rola-opacity-end, 1)
    }
}

[data-rola-transition=scale] {
    --rola-property: opacity, scale;
    &[data-rola-inview=false] {
        scale: var(--rola-scale-start, 0);
        opacity: var(--rola-opacity-start, 0)
    }
    &[data-rola-inview=true] {
        scale: var(--rola-scale-end, 1);
        opacity: var(--rola-opacity-end, 1)
    }
}

[data-rola-transition=slide] {
    --rola-property: opacity, translate;
    &[data-rola-inview=false] {
        translate: var(--rola-slide-start-x, 0) var(--rola-slide-start-y, 2rem);
        opacity: var(--rola-opacity-start, 0)
    }
    &[data-rola-inview=true] {
        translate: var(--rola-slide-end-x, 0) var(--rola-slide-end-y, 0);
        opacity: var(--rola-opacity-end, 1)
    }
}

@media (prefers-reduced-motion: no-preference) {
    [data-rola-dynamic-easing] {
        --rola-dynamic-easing: cubic-bezier(calc(.25 + var(--rola-velocity, 0) * .1), calc(1 - var(--rola-velocity, 0) * .2), calc(.5 + var(--rola-velocity, 0) * .1), 1);
        --rola-dynamic-duration: calc((1 + var(--rola-velocity, 0)) * var(--rola-duration, .6s));
        transition: var(--rola-dynamic-property, none) var(--rola-dynamic-duration) var(--rola-dynamic-easing)
    }
    [data-rola-effect] {
        --rola-progress-start: calc(1 - var(--rola-progress, 1) * var(--rola-depth, 1));
        --rola-progress-end: calc(var(--rola-progress, 0) * var(--rola-depth, 1));
        --rola-effect: calc(var(--rola-effect-start) * var(--rola-progress-start) + var(--rola-effect-end) * var(--rola-progress-end));
        --rola-effect-x: calc(var(--rola-effect-x-start) * var(--rola-progress-start) + var(--rola-effect-x-end) * var(--rola-progress-end));
        --rola-effect-y: calc(var(--rola-effect-y-start) * var(--rola-progress-start) + var(--rola-effect-y-end) * var(--rola-progress-end));
        --rola-effect-z: calc(var(--rola-effect-z-start) * var(--rola-progress-start) + var(--rola-effect-z-end) * var(--rola-progress-end))
    }
    [data-rola-effect=fade] {
        --rola-effect-start: 0;
        --rola-effect-end: 1;
        opacity: var(--rola-effect, 1);
        &[data-rola-dynamic-easing] {
            --rola-dynamic-property: opacity
        }
    }
    [data-rola-effect=scale] {
        --rola-effect-start: 0;
        --rola-effect-end: 1;
        scale: var(--rola-effect-x, var(--rola-effect, 1)) var(--rola-effect-y, var(--rola-effect, 1)) var(--rola-effect-z, 1);
        &[data-rola-dynamic-easing] {
            --rola-dynamic-property: scale
        }
    }
    [data-rola-effect=image-position] {
        --rola-effect-y-start: 100%;
        --rola-effect-y-end: 0%;
        inline-size: calc(100% * var(--rola-effect-scale, 1.3));
        block-size: calc(100% * var(--rola-effect-scale, 1.3));
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: var(--rola-effect-x, center) var(--rola-effect-y, center);
           object-position: var(--rola-effect-x, center) var(--rola-effect-y, center);
        &[data-rola-dynamic-easing] {
            --rola-dynamic-property: object-position
        }
    }
    [data-rola-effect=translate] {
        translate: var(--rola-effect-x, 0) var(--rola-effect-y, 0) var(--rola-effect-z, 0);
        &[data-rola-dynamic-easing] {
            --rola-dynamic-property: translate
        }
    }
    [data-rola-effect=clip] {
        --rola-effect-start: 30%;
        --rola-effect-end: 0%;
        clip-path: inset(var(--rola-effect, 1));
        &[data-rola-dynamic-easing] {
            --rola-dynamic-property: clip-path
        }
    }
    [data-rola-effect=text-clip] {
        --rola-effect-start: 100%;
        --rola-effect-end: 0%;
        inline-size: -moz-fit-content;
        inline-size: fit-content;
        color: transparent;
        background-image: linear-gradient(var(--rola-effect-angle, 90deg), var(--rola-effect-color-end, canvastext) 50%, var(--rola-effect-color-start, color-mix(in srgb, var(--rola-effect-color-end, light-dark(#fff, #000)) var(--rola-effect-opacity, 50%), transparent)) 50%, var(--rola-effect-color-start, color-mix(in srgb, var(--rola-effect-color-end, light-dark(#fff, #000)) var(--rola-effect-opacity, 50%), transparent)) 100%);
        background-position: var(--rola-effect, 0) 0;
        -webkit-background-clip: text;
                background-clip: text;
        background-size: var(--rola-effect-background-size, 200% 100%);
        &[data-rola-dynamic-easing] {
            --rola-dynamic-property: background-position
        }
    }
}

@media (prefers-reduced-motion: reduce) {
    [data-rola-transition], [data-rola-effect], [data-rola-transition]:before, [data-rola-effect]:before, [data-rola-transition]:after, [data-rola-effect]:after {
        transition: none !important;
        animation: none !important
    }
}

.sticky {
  grid-area: stack;
  position: sticky;
  inset-block-start: 0;
  z-index: -1;
  block-size: 100vb;
}

.sticky-image {
  --rola-effect-y-start: 300px;
  --rola-effect-y-end: 0px;

  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service{

  .p-services{


    /* z-index: -1; */

    .p-service{
      background-color: var(--accent-color)

    }

    .p-service{
                  --tw-text-opacity: 1;
                  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
            }

    .p-service{

      .p-service__elm{
                        padding-top: 3.5rem;
                        padding-bottom: 3.5rem;
                  }

      @media (min-width: 768px){

                        .p-service__elm{
                              padding-top: 6rem;
                              padding-bottom: 6rem;
                        }
                  }

      @media (min-width: 1024px){

                        .p-service__elm{
                              padding-top: 9rem;
                              padding-bottom: 9rem;
                        }
                  }

      .p-service__elm{

        .p-index{

          color:#ffffff9e
        }

        .p-index{
                              padding-bottom: 1rem;
                        }

        .p-index{
                              font-size: 1rem;
                        }

        .p-index{
                              font-weight: 700;
                        }

        .p-index{
                              text-transform: uppercase;
                        }

        .p-index{
                              line-height: 1;
                        }

        @media (min-width: 768px){

                              .p-index{
                                    font-size: 1.5rem;
                              }
                        }

        .p-index{

          .p-number{
                                    margin-left: 0.25rem;
                              }

          .p-number{
                                    font-size: 1.25rem;
                              }

          .p-number{
                                    font-weight: 700;
                              }

          @media (min-width: 768px){

                                    .p-number{
                                          margin-left: 0.5rem;
                                    }
                              }

          @media (min-width: 768px){

                                    .p-number{
                                          font-size: 2.5rem;
                                    }
                              }
        }

        h3{
          background-color: #fff;
          color: var(--accent-color);

        }

        h3{
                              border-radius: 0.25rem;
                        }

        h3{
                              padding: 0.75rem;
                        }

        h3{
                              font-size: 1.375rem;
                        }

        h3{
                              font-weight: 700;
                        }

        h3{
                              line-height: 1;
                        }

        @media (min-width: 768px){

                              h3{
                                    padding: 0.75rem;
                              }
                        }

        @media (min-width: 768px){

                              h3{
                                    font-size: 1.875rem;
                              }
                        }

        .p-lead{
                              display: flex;
                        }

        .p-lead{
                              flex-direction: column;
                        }

        .p-lead{
                              align-items: flex-start;
                        }

        .p-lead{
                              gap: 2rem;
                        }

        .p-lead{
                              padding-bottom: 1.5rem;
                        }

        .p-lead{
                              padding-top: 1.5rem;
                        }

        @media (min-width: 768px){

                              .p-lead{
                                    flex-direction: row;
                              }
                        }

        @media (min-width: 768px){

                              .p-lead{
                                    gap: 3rem;
                              }
                        }

        @media (min-width: 768px){

                              .p-lead{
                                    padding-bottom: 3.5rem;
                              }
                        }

        @media (min-width: 768px){

                              .p-lead{
                                    padding-top: 3.5rem;
                              }
                        }

        .p-lead{

          .p-detail{
                                    flex: 1 1 0%;
                              }

          .p-detail > :not([hidden]) ~ :not([hidden]){
                                    --tw-space-y-reverse: 0;
                                    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
                                    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
                              }

          @media (min-width: 768px){

                                    .p-detail > :not([hidden]) ~ :not([hidden]){
                                          --tw-space-y-reverse: 0;
                                          margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
                                          margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
                                    }
                              }

          .p-detail{

            p{
                                          line-height: 1.85;
                                    }

            ul {
              margin-left: 1.5rem;
              list-style: disc;
              text-align: left

            }

            ul{
                                          margin-top: 0.25em;
                                          margin-bottom: 0.25em;
                                    }

            ul {

              li::marker {
                font-size: 0.75em;
              }

            }
          }

          img {
            -o-object-fit: contain;
               object-fit: contain;
          }

          img{
                                    aspect-ratio: 696/296;
                              }

          img{
                                    width: 100%;
                              }

          img{
                                    min-width: 0px;
                              }

          img{
                                    flex: 1 1 0%;
                              }

          img{
                                    border-radius: 0.25rem;
                              }
        }

        .p-cards{
          grid-template-columns: 1fr;

          @media (width >= 48rem) {
            grid-template-columns: repeat(2,1fr);
          }
        }

        .p-cards{
                              display: grid;
                        }

        .p-cards{
                              gap: 1.5rem;
                        }

        @media (min-width: 768px){

                              .p-cards{
                                    gap: 3rem;
                              }
                        }

        .p-cards{

          .p-card{
            background-color: #fff
          }

          .p-card{
                                    border-radius: 0.25rem;
                              }

          .p-card{
                                    padding: 0.875rem;
                              }

          @media (min-width: 768px){

                                    .p-card{
                                          padding: 1.5rem;
                                    }
                              }

          .p-card{

            .p-card__title{
                                          position: relative;
                                    }

            .p-card__title{
                                          display: flex;
                                    }

            .p-card__title{
                                          align-items: center;
                                    }

            .p-card__title{
                                          gap: 0.25rem;
                                    }

            .p-card__title{
                                          padding-bottom: 0.25rem;
                                    }

            .p-card__title{

              h4{
                color: var(--accent-color);



              }

              h4{
                                                font-size: 1.125rem;
                                          }

              h4{
                                                font-weight: 700;
                                          }

              @media (min-width: 768px){

                                                h4{
                                                      font-size: 1.25rem;
                                                }
                                          }
              img{
                                                margin-top: 0.25rem;
                                          }
              img{
                                                height: 1.5rem;
                                          }
              img{
                                                width: 1.5rem;
                                          }
              @media (min-width: 768px){

                                                img{
                                                      height: 1.75rem;
                                                }
                                          }
              @media (min-width: 768px){

                                                img{
                                                      width: 1.75rem;
                                                }
                                          }

              &:after{
                content: "";
                background-color: var(--accent-color);

              }

              &:after{
                                                position: absolute;
                                          }

              &:after{
                                                bottom: 0px;
                                          }

              &:after{
                                                left: 0px;
                                          }

              &:after{
                                                height: 1.5px;
                                          }

              &:after{
                                                width: 100%;
                                          }
            }

            img{

            }

            .p-cards__elm{
              color: var(--text-color);
              margin-left: 1.5rem;
              list-style: disc;
              text-align: left

            }

            .p-cards__elm{
                                          margin-top: 0.875rem;
                                    }

            .p-cards__elm > :not([hidden]) ~ :not([hidden]){
                                          --tw-space-y-reverse: 0;
                                          margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
                                          margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
                                    }

            @media (min-width: 768px){

                                          .p-cards__elm{
                                                margin-top: 1.25rem;
                                          }
                                    }

            @media (min-width: 768px){

                                          .p-cards__elm > :not([hidden]) ~ :not([hidden]){
                                                --tw-space-y-reverse: 0;
                                                margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
                                                margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
                                          }
                                    }

            .p-cards__elm{

              li::marker {
                font-size: 0.75em;
              }

            }
          }
        }
      }

      &.first-child{

        @media (width >= 48rem) {
          margin-top: -4rem;
        }

      }

      &.-gray{
        background-color: var(--bg-gray-color);
        color: var(--text-color);

        .p-index{
          color:#a3a3a3;
        }
      }

    }
  }

}

.flow{

  .p-flow{

    background-color:var(--bg-gray-color);

    .p-elm{


      .p-elm_index{
                        position: relative;
                  }


      .p-elm_index{

        &:after{
          --range:1.25rem;
           content: "";
           position: absolute;
           left:50%;
           bottom: 0;
           transform: translate(-50%,50%) rotate(45deg);
           width: var(--range);
           height: var(--range);
           background-color: #fff;

           @media (width >= 48rem) {
            --range:1.5rem;
           }

           @media (width >= 64rem) {
            --range:1.7rem;
           }
        }

      }

      .p-elm_body{
                        position: relative;
                  }

      .p-elm_body{
                        padding-left: 1rem;
                        padding-right: 1rem;
                  }

      @media (min-width: 768px){

                        .p-elm_body{
                              padding-left: 2rem;
                              padding-right: 2rem;
                        }
                  }

      .p-elm_body{

        &:after{
          content: "";
          position: absolute;
          width: 1.5px;
          height: calc(100% - (1.5rem)*2);
          top :50%;
          left: 0;
          transform: translateY(-50%);
          background-color: var(--bg-gray-color);
        }

      }

    }

    ul li:last-child .p-elm_index:after{
      display: none;
    }
  }

}

.service-fees{

  .p-serviceFees{

    background-color:var(--bg-gray-color);

    .p-survey{
                  padding-top: 1.25rem;
                  padding-bottom: 1.25rem;
            }

    @media (min-width: 768px){

                  .p-survey{
                        padding-top: 2rem;
                        padding-bottom: 2rem;
                  }
            }

    .p-survey__title{
                  margin-bottom: 0.5rem;
            }

    .p-survey__title{
                  font-size: 1.25rem;
            }

    .p-survey__title{
                  font-weight: 700;
            }

    .p-survey__title{
                  --tw-text-opacity: 1;
                  color: rgb(18 70 179 / var(--tw-text-opacity, 1));
            }

    @media (min-width: 768px){

                  .p-survey__title{
                        margin-bottom: 0.5rem;
                  }
            }

    @media (min-width: 768px){

                  .p-survey__title{
                        font-size: 1.5rem;
                  }
            }

    .p-survey__table-wrap{
                  overflow-x: auto;
            }

    .p-survey__table{
                  width: 100%;
            }

    .p-survey__table{
                  border-collapse: separate;
            }

    .p-survey__table{
                  --tw-border-spacing-x: 0px;
                  --tw-border-spacing-y: 0px;
                  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
            }

    .p-survey__table {
      /* 角丸を効かせたい場合 */
    }

    .p-survey__table{
                  overflow: hidden;
            }

    .p-survey__table{
                  border-radius: 0.25rem;
            }

    .p-survey__th{
                  border-right-width: 1px;
            }

    .p-survey__th{
                  border-color: rgb(255 255 255 / 0.3);
            }

    .p-survey__th{
                  --tw-bg-opacity: 1;
                  background-color: rgb(18 70 179 / var(--tw-bg-opacity, 1));
            }

    .p-survey__th{
                  padding-left: 1rem;
                  padding-right: 1rem;
            }

    .p-survey__th{
                  padding-top: 0.5rem;
                  padding-bottom: 0.5rem;
            }

    .p-survey__th{
                  text-align: center;
            }

    .p-survey__th{
                  font-weight: 600;
            }

    .p-survey__th{
                  --tw-text-opacity: 1;
                  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
            }

    @media (min-width: 768px){

                  .p-survey__th{
                        padding-left: 1.5rem;
                        padding-right: 1.5rem;
                  }
            }

    @media (min-width: 768px){

                  .p-survey__th{
                        padding-top: 0.5rem;
                        padding-bottom: 0.5rem;
                  }
            }

    .p-survey__th:last-child{
                  border-right-width: 0px;
            }

    .p-survey__th--item{
                  width: 20%;
            }

    .p-survey__th--item{
                  min-width: 6rem;
            }

    .p-survey__th--summary{
                  width: 55%;
            }

    .p-survey__th--summary{
                  min-width: 18rem;
            }

    .p-survey__th--price{
                  width: 25%;
            }

    .p-survey__th--price{
                  min-width: 12rem;
            }

    .p-survey__rowhead{
                  border-right-width: 1px;
            }

    .p-survey__rowhead{
                  border-bottom-width: 1px;
            }

    .p-survey__rowhead{
                  --tw-border-opacity: 1;
                  border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
            }

    .p-survey__rowhead{
                  --tw-border-opacity: 1;
                  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
            }

    .p-survey__rowhead{
                  --tw-bg-opacity: 1;
                  background-color: rgb(218 231 255 / var(--tw-bg-opacity, 1));
            }

    .p-survey__rowhead{
                  padding-left: 0.5rem;
                  padding-right: 0.5rem;
            }

    .p-survey__rowhead{
                  text-align: center;
            }

    .p-survey__rowhead{
                  vertical-align: middle;
            }

    .p-survey__rowhead{
                  font-weight: 600;
            }

    .p-survey__rowhead{
                  --tw-text-opacity: 1;
                  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
            }

    @media (min-width: 768px){

                  .p-survey__rowhead{
                        padding-left: 1.5rem;
                        padding-right: 1.5rem;
                  }
            }

    .p-survey__td{
                  border-right-width: 1px;
            }

    .p-survey__td{
                  border-bottom-width: 1px;
            }

    .p-survey__td{
                  --tw-border-opacity: 1;
                  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
            }

    .p-survey__td{
                  --tw-bg-opacity: 1;
                  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
            }

    .p-survey__td{
                  padding-left: 1rem;
                  padding-right: 1rem;
            }

    .p-survey__td{
                  padding-top: 0.75rem;
                  padding-bottom: 0.75rem;
            }

    .p-survey__td{
                  font-size: 0.875rem;
                  line-height: 1.25rem;
            }

    .p-survey__td{
                  line-height: 1.625;
            }

    .p-survey__td{
                  --tw-text-opacity: 1;
                  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
            }

    @media (min-width: 768px){

                  .p-survey__td{
                        padding-left: 1.5rem;
                        padding-right: 1.5rem;
                  }
            }

    @media (min-width: 768px){

                  .p-survey__td{
                        padding-top: 1rem;
                        padding-bottom: 1rem;
                  }
            }

    /* .p-survey__table tbody tr:first-child .p-survey__rowhead,
    .p-survey__table tbody tr:first-child .p-survey__td {
      @apply border-b border-gray-200;
    } */

    .p-survey__td--price{
                  white-space: nowrap;
            }

    .p-survey__td--price{
                  text-align: center;
            }

    .p-survey__price{
                  font-weight: 700;
            }

    .p-survey__price{
                  --tw-text-opacity: 1;
                  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
            }

    .p-survey__note{
                  margin-left: 0.5rem;
            }

    .p-survey__note{
                  font-size: 0.75rem;
                  line-height: 1rem;
            }

    .p-survey__note{
                  --tw-text-opacity: 1;
                  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
            }

    .p-survey__footnotes{
                  margin-top: 0.5rem;
            }

    .p-survey__footnotes > :not([hidden]) ~ :not([hidden]){
                  --tw-space-y-reverse: 0;
                  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
                  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
            }

    .p-survey__footnotes{
                  font-size: 0.75rem;
                  line-height: 1rem;
            }

    .p-survey__footnotes{
                  --tw-text-opacity: 1;
                  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
            }

    @media (min-width: 768px){

                  .p-survey__footnotes{
                        margin-top: 1rem;
                  }
            }


  }

  .table-scroll {
    position: relative;
  }

  .fade {
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    pointer-events: none;
  }



  .fade-right {
    right: 0;
    background: linear-gradient(to left, #ffffffff, transparent);
  }

}

.faq{

  nav ul li a{

    transition: var(--duration-fast) var(--ease-in-out);
    transition-property: background-color color;

    &:hover{

        background-color: var(--accent-color);
        color:#fff;

        &::after{
          display: none;
        }
    }
  }

  .p-faq{

    background-color:var(--bg-gray-color);

    .p-faq__elm{
                  padding-top: 3rem;
            }

    @media (min-width: 768px){

                  .p-faq__elm{
                        padding-top: 5rem;
                  }
            }

    .p-faq__elm{

      .p-faq_category{
                        position: relative;
                  }

      .p-faq_category{
                        margin-bottom: 1.25rem;
                  }

      .p-faq_category{
                        padding-bottom: 0.75rem;
                  }

      @media (min-width: 768px){

                        .p-faq_category{
                              margin-bottom: 1.5rem;
                        }
                  }

      @media (min-width: 768px){

                        .p-faq_category{
                              padding-bottom: 1rem;
                        }
                  }

      .p-faq_category{

        &:before{
          content:"";
          position: absolute;
          bottom:0;
          left:0;
          width: 100%;
          height: 1.5px;
          background-color: #c9c9c8;
        }

        &:after{
          content:"";
          position: absolute;
          bottom:0;
          left:0;
          /* width: 12rem; */
          height: 0.425rem;
          background-color: var(--accent-color);
          transform: translateY(50%);
        }

        &:after{
                              width: 10rem;
                        }

        @media (min-width: 768px){

                              &:after{
                                    width: 12rem;
                              }
                        }


      }

      .p-faq__item {
        display: flex;
        flex-direction: column;
        margin-bottom: .625rem;
        overflow: hidden;
      }

      .p-faq__question{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.5rem 1rem;

        /* @apply px-4 py4; */
      }

      .p-faq__question:hover,
      .p-faq__question:focus-visible {
        cursor: pointer;
      }

      .p-question__body {
        justify-self: start;
        flex-grow: 1;
        padding-left: 1.25rem;
        font-weight: 500;
      }

      .p-faq__answer {
        line-height: 1.6;
        max-height: 0;
        overflow: hidden;
        transition:
          max-height 0.5s ease,
          padding 0.5s ease;
      }

      .p-answer__inner{
        display: flex;
        align-items: center;
        padding: 1rem 1.25rem;
      }

      .p-answer__description{
        padding-left: 1.25rem;
      }

      .p-faq__toggle:checked + .p-faq__question + .p-faq__answer {
        max-height: 18.75rem;
        padding: 0 1em 1em 1em;
      }

      @media screen and (max-width: 400px) {
        .p-faq__toggle:checked + .p-faq__question + .p-faq__answer {
          max-height: 50rem;
        }
      }

      .p-faq__icon {
        --length: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        flex-shrink: 0;
        width: var(--length);
        height: var(--length);
      }

      .p-faq__icon.-answer {
          background-color: #fff;
          border: 1px solid var(--accent-color);
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 50%;
      }

      .p-faq__indicator {
        font-size: 2rem;
        transition: transform 0.3s ease-in-out;
      }

      .p-faq__toggle:checked + .p-faq__question .p-faq__indicator {
        transform: rotate(45deg);
      }

      .p-faq__toggle {
        display: none;
      }

    }

  }

}

.privacy-policy{

  .p-privacy-policy{
            padding-top: 1.25rem;
      }

  .p-privacy-policy{
            padding-bottom: 4rem;
      }

  @media (min-width: 768px){

            .p-privacy-policy{
                  padding-top: 4rem;
            }
      }

  @media (min-width: 768px){

            .p-privacy-policy{
                  padding-bottom: 8rem;
            }
      }

  .p-privacy-policy{

    .p-policy{
                  margin-left: auto;
                  margin-right: auto;
            }

    @media (min-width: 1024px){

                  .p-policy{
                        width: 80%;
                  }
            }

    .p-policy__lead{
                  margin-top: 1.5rem;
            }

    .p-policy__lead{
                  font-size: 0.875rem;
                  line-height: 1.25rem;
            }

    .p-policy__lead{
                  line-height: 1.625;
            }

    .p-policy__lead{
                  --tw-text-opacity: 1;
                  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
            }

    @media (min-width: 640px){

                  .p-policy__lead{
                        font-size: 1rem;
                        line-height: 1.5rem;
                  }
            }

    .p-policy__sections{
                  margin-top: 2.5rem;
            }

    .p-policy__sections > :not([hidden]) ~ :not([hidden]){
                  --tw-space-y-reverse: 0;
                  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
                  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
            }

    /* 見出し： 1. タイトル */
    .p-policy__title{
                  display: flex;
            }
    .p-policy__title{
                  align-items: baseline;
            }
    .p-policy__title{
                  gap: 0.75rem;
            }
    .p-policy__title{
                  font-weight: 700;
            }
    .p-policy__title{
                  --tw-text-opacity: 1;
                  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
            }

    .p-policy__no{
                  font-size: 1.25rem;
                  line-height: 1.75rem;
            }

    @media (min-width: 640px){

                  .p-policy__no{
                        font-size: 1.5rem;
                        line-height: 2rem;
                  }
            }

    .p-policy__ttl{
                  font-size: 1.25rem;
                  line-height: 1.75rem;
            }

    @media (min-width: 640px){

                  .p-policy__ttl{
                        font-size: 1.5rem;
                        line-height: 2rem;
                  }
            }

    /* 本文 */
    .p-policy__body{
                  margin-top: 1rem;
            }
    .p-policy__body > :not([hidden]) ~ :not([hidden]){
                  --tw-space-y-reverse: 0;
                  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
                  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
            }

    .p-policy__text{
                  font-size: 0.875rem;
                  line-height: 1.25rem;
            }

    .p-policy__text{
                  line-height: 1.625;
            }

    .p-policy__text{
                  --tw-text-opacity: 1;
                  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
            }

    @media (min-width: 640px){

                  .p-policy__text{
                        font-size: 1rem;
                        line-height: 1.5rem;
                  }
            }

    /* 箇条書き（画像の見た目に寄せて、余白を控えめに） */
    .p-policy__list{
                  margin-top: 0.5rem;
            }
    .p-policy__list > :not([hidden]) ~ :not([hidden]){
                  --tw-space-y-reverse: 0;
                  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
                  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
            }
    .p-policy__list{
                  padding-left: 1.25rem;
            }
    .p-policy__list{
                  list-style-type: disc;
            }

    .p-policy__li{
                  font-size: 0.875rem;
                  line-height: 1.25rem;
            }

    .p-policy__li{
                  line-height: 1.625;
            }

    .p-policy__li{
                  --tw-text-opacity: 1;
                  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
            }

    @media (min-width: 640px){

                  .p-policy__li{
                        font-size: 1rem;
                        line-height: 1.5rem;
                  }
            }

    .p-policy__link{
                  word-break: break-all;
            }

    .p-policy__link{
                  --tw-text-opacity: 1;
                  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
            }

    .p-policy__link{
                  text-decoration-line: underline;
            }

    .p-policy__link{
                  text-decoration-color: #cbd5e1;
            }

    .p-policy__link{
                  text-underline-offset: 4px;
            }

    .p-policy__link:hover{
                  text-decoration-color: #64748b;
            }

  }

}

.contact{

  .p-contact{
    background-color:var(--bg-gray-color);
  }
}

/* Tailwind 本体 */

*, ::before, ::after{
      --tw-border-spacing-x: 0;
      --tw-border-spacing-y: 0;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-rotate: 0;
      --tw-skew-x: 0;
      --tw-skew-y: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-pan-x:  ;
      --tw-pan-y:  ;
      --tw-pinch-zoom:  ;
      --tw-scroll-snap-strictness: proximity;
      --tw-gradient-from-position:  ;
      --tw-gradient-via-position:  ;
      --tw-gradient-to-position:  ;
      --tw-ordinal:  ;
      --tw-slashed-zero:  ;
      --tw-numeric-figure:  ;
      --tw-numeric-spacing:  ;
      --tw-numeric-fraction:  ;
      --tw-ring-inset:  ;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: rgb(59 130 246 / 0.5);
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-ring-shadow: 0 0 #0000;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-colored: 0 0 #0000;
      --tw-blur:  ;
      --tw-brightness:  ;
      --tw-contrast:  ;
      --tw-grayscale:  ;
      --tw-hue-rotate:  ;
      --tw-invert:  ;
      --tw-saturate:  ;
      --tw-sepia:  ;
      --tw-drop-shadow:  ;
      --tw-backdrop-blur:  ;
      --tw-backdrop-brightness:  ;
      --tw-backdrop-contrast:  ;
      --tw-backdrop-grayscale:  ;
      --tw-backdrop-hue-rotate:  ;
      --tw-backdrop-invert:  ;
      --tw-backdrop-opacity:  ;
      --tw-backdrop-saturate:  ;
      --tw-backdrop-sepia:  ;
      --tw-contain-size:  ;
      --tw-contain-layout:  ;
      --tw-contain-paint:  ;
      --tw-contain-style:  ;
}

::backdrop{
      --tw-border-spacing-x: 0;
      --tw-border-spacing-y: 0;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-rotate: 0;
      --tw-skew-x: 0;
      --tw-skew-y: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-pan-x:  ;
      --tw-pan-y:  ;
      --tw-pinch-zoom:  ;
      --tw-scroll-snap-strictness: proximity;
      --tw-gradient-from-position:  ;
      --tw-gradient-via-position:  ;
      --tw-gradient-to-position:  ;
      --tw-ordinal:  ;
      --tw-slashed-zero:  ;
      --tw-numeric-figure:  ;
      --tw-numeric-spacing:  ;
      --tw-numeric-fraction:  ;
      --tw-ring-inset:  ;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: rgb(59 130 246 / 0.5);
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-ring-shadow: 0 0 #0000;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-colored: 0 0 #0000;
      --tw-blur:  ;
      --tw-brightness:  ;
      --tw-contrast:  ;
      --tw-grayscale:  ;
      --tw-hue-rotate:  ;
      --tw-invert:  ;
      --tw-saturate:  ;
      --tw-sepia:  ;
      --tw-drop-shadow:  ;
      --tw-backdrop-blur:  ;
      --tw-backdrop-brightness:  ;
      --tw-backdrop-contrast:  ;
      --tw-backdrop-grayscale:  ;
      --tw-backdrop-hue-rotate:  ;
      --tw-backdrop-invert:  ;
      --tw-backdrop-opacity:  ;
      --tw-backdrop-saturate:  ;
      --tw-backdrop-sepia:  ;
      --tw-contain-size:  ;
      --tw-contain-layout:  ;
      --tw-contain-paint:  ;
      --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

*,
  ::before,
  ::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

/*
    # Document & Sections
  ---------------------------------------------- */

:where(html) {
    block-size: 100%;
    -webkit-text-size-adjust: none;
  }

:where(body) {
    min-block-size: 100%;
    text-rendering: optimizeLegibility;
    line-height: 1.5;
    font-family: system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
  }

/*
    # Grouping content
  ---------------------------------------------- */

:where(p, h1, h2, h3, h4, h5, h6) {
    overflow-wrap: break-word;
  }

:where(hr) {
    border: none;
    border-block-start: 1px solid;
    color: inherit;
    block-size: 0;
    overflow: visible;
  }

:where(ul, ol) {
    list-style-type: "";
  }

/*
    # Text-level semantics
  ---------------------------------------------- */

:where(a:not([class])) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
  }

/*
    # Embedded content
  ---------------------------------------------- */

:where(img, svg, video, canvas, audio, iframe, embed, object) {
    display: block;
  }

:where(img, picture, svg) {
    max-inline-size: 100%;
    block-size: auto;
  }

:where(svg:not([fill])) {
    fill: currentColor;
  }

/*
    # Tabular data
  ---------------------------------------------- */

:where(table) {
    border-collapse: collapse;
  }

/*
    # Forms
  ---------------------------------------------- */

:where(input, button, textarea, select, optgroup) {
    font: inherit;
    color: inherit;
  }

:where(textarea) {
    resize: vertical;
    resize: block;
  }

:where(button, label, select, summary, [role="button"], [role="option"]) {
    cursor: pointer;
  }

:where(input[type="file"])::-webkit-file-upload-button,
  :where(input[type="file"])::file-selector-button {
    cursor: pointer;
  }

:where(:disabled) {
    cursor: not-allowed;
  }

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
    cursor: not-allowed;
  }

:where(button) {
    border-style: solid;
  }

/*
    # Interactive & Misc
  ---------------------------------------------- */

:where(template, [hidden]:not([hidden="until-found"])) {
    display: none;
  }

:where(dialog, [popover]) {
    border: none;
    background: none;
    color: inherit;
    inset: unset;
    max-width: unset;
    max-height: unset;
  }

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
    display: none;
  }

/*
    # Accessibility
  ---------------------------------------------- */

:where([disabled], [aria-disabled="true"]) {
    cursor: not-allowed;
  }

:where([aria-busy="true"]) {
    cursor: progress;
  }

:where([aria-controls]) {
    cursor: pointer;
  }

:where([aria-hidden="false"][hidden]) {
    display: initial;
  }

:where([aria-hidden="false"][hidden]):not(:focus) {
    position: absolute;
    clip: rect(0, 0, 0, 0);
  }

:where(:focus:not(:focus-visible), ::before:focus:not(:focus-visible), ::after:focus:not(:focus-visible)) {
    outline: none;
  }

/**
  * Prettier ignore
  */

@media (prefers-reduced-motion: reduce) {
    *,
    *:before,
    *:after,
    ::backdrop {
      transition: none !important;
      animation: none !important;
      scroll-behavior: auto !important;
    }
  }

figure{
    margin: 0;
  }

* {
    letter-spacing: var(--letter-spacing);
    scroll-behavior: smooth;
  }

body {
    font-family: var(--font-ja);
    font-size: 0.875rem;
    line-height: 1.75;
    color: var(--text-color);

    @media (width >= 48rem) {
      font-size: 1rem;
    }
  }

*[lang="en"] {
    text-transform: uppercase;

    /* font-family: var(--font-en); */
  }

a {
    transition: var(--duration-fast) var(--ease-in-out);
    transition-property: color;
  }

.container{
      width: 100%;
}

@media (min-width: 640px){

      .container{
            max-width: 640px;
      }
}

@media (min-width: 768px){

      .container{
            max-width: 768px;
      }
}

@media (min-width: 1024px){

      .container{
            max-width: 1024px;
      }
}

@media (min-width: 1280px){

      .container{
            max-width: 1280px;
      }
}

@media (min-width: 1536px){

      .container{
            max-width: 1536px;
      }
}

.c-center{
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
}

/* Button */

.c-button {
    display: block;
    color: inherit;
    text-decoration: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    background-color: transparent;
    border: 0;
  }

/*
    Media
  */

.c-media {
    position: relative;
    display: flexbox;
    display: flex;
    flex: 1 0 auto;
    flex-direction: row;
    color: inherit;
    text-decoration: none;
    -webkit-box-flex: 1;
  }

.c-media.-horizontal {
    flex-direction: column;
  }

.c-media__body {
    display: flexbox;
    display: flex;
    flex-direction: column;
    order: 1;
  }

.c-media__body.-horiozontal {
    flex: 1 0 auto;
    flex-direction: row;
    align-self: center;
  }

.c-media__thumbnail {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 0 !important;
  }

.c-media__thumbnail.-circle img {
    margin-right: 1rem;
    border-radius: 50%;
  }

.c-media__thumbnail img {
    width: 100%;
  }

/* grid */

.c-grid__12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);

    @media (width >= 48rem) {
      -moz-column-gap: 2rem;
           column-gap: 2rem;
    }

    @media (width >= 64rem) {
      -moz-column-gap: 3rem;
           column-gap: 3rem;
    }
  }

/* modal */

.c-modal-wrapper {
    position: fixed;
    inset: 0;
    z-index: 999;
    padding: 60px 10px;
    text-align: center;
  }

.c-modal-wrapper:not(:target) {
    visibility: hidden;
    opacity: 0;
    transition:
      opacity 0.3s,
      visibility 0.3s;
  }

.c-modal-wrapper:target {
    visibility: visible;
    opacity: 1;
    transition:
      opacity 0.4s,
      visibility 0.4s;
  }

.c-modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    vertical-align: middle;
    content: "";
  }

.c-modal-wrapper .c-modal-window {
    position: relative;
    z-index: 20;
    box-sizing: border-box;
    display: inline-block;
    width: 95%;
    max-width: 900px;
    padding: 32px 24px;
    vertical-align: middle;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 30px rgb(0 0 0 / 60%);

    @media (width >= 48rem) {
      padding: 40px 30px 24px;
    }

    @media (width >= 64rem) {
      padding: 24px 20px 24px 32px;
    }
  }

.c-modal-wrapper .c-modal-window .c-modal-content {
    max-height: 80vh;
    overflow-y: auto;
  }

.c-modal-overlay {
    position: absolute;
    inset: 0;
    z-index: 10;
    background: rgb(0 0 0 / 80%);
  }

.c-modal-wrapper .c-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    width: 35px;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    color: #95979c !important;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
  }

.c-modal-wrapper .c-modal-close:hover {
    color: #2b2e38 !important;
  }

.c-modal__body {
    text-align: left;
  }

.p-slide{
    opacity: 0;
    transform: translateY(40px);
  }

.p-fade{
    opacity: 0;
  }

.text-accent{
    color: var(--accent-color);
  }

.bg-accent{
    background-color: var(--accent-color);
  }

.p-gray {
    background-color: var(--main-color);
  }

.p-button {
    position: relative;
    display: flex;
    justify-content: center;
    /* width: fluid(250px, 300px, 768px, 1200px); */
    width: clamp(15.625rem, 10.069rem + 11.57vw, 18.75rem);
    /* width: 50rem; */
    padding: 0.875rem;
    /* font-size: fluid(16px, 20px, 768px, 1200px); */
    font-size: 1rem;
    font-weight: 500;
    border-radius: 2rem;
    transition: var(--duration-fast) var(--ease-in-out);
    transition-property: color background-color;
  }

.p-button.-short,
  .p-button.-back {
    width: clamp(10.625rem, -1.597rem + 25.46vw, 17.5rem);
  }

.p-button::after,
  .p-button::before {
    position: absolute;
    top: 50%;
    /* width: fluid(12px, 16px, 768px, 1200px);
    height: fluid(12px, 16px, 768px, 1200px); */
    width: clamp(0.75rem, 0.306rem + 0.93vw, 1rem);
    height: clamp(0.75rem, 0.306rem + 0.93vw, 1rem);
    content: "";
    transform: translateY(-50%) rotate(45deg);
    transition: var(--duration-fast) var(--ease-in-out);
    transition-property: background-color;
  }

.p-button::before {
    right: 1.25rem;
  }

.p-button::after {
    right: 1.375rem;
  }

.p-button.-header,
  .p-button.-primary {
    color: #fff;
    background-color: var(--accent-color);
    border: 0.1rem solid var(--accent-color);
  }

.p-button.-header {
      width: auto;
    height: auto;

    @media (width >= 64rem) {
      width: 8.125rem;
      padding: 0.5rem;
      font-size: 1rem;
    }
  }

.p-button.-primaryReverse {
    background-color: #fff;
    border: 1px solid #fff;
  }

.p-button.-primaryReverse::before {
    right: 1.25rem;
    background-color: var(--accent-color);
  }

.p-button.-primaryReverse::after {
    right: 1.375rem;
    background-color: #fff;
  }

.p-button.-primaryReverse:hover,
  .p-button.-primaryReverse:focus-visible,
  .p-button.-primaryReverse:hover::after,
  .p-button.-primaryReverse:focus-visible::after {
    background-color: #69bac9;
  }

.p-button.-primaryReverse:hover,
  .p-button.-primaryReverse:focus-visible{
    color: #fff;
    border-color: #69bac9;
  }

.p-button.-primaryReverse:hover::before,
  .p-button.-primaryReverse:focus-visible::before {
    background-color: #fff;
  }

.p-button.-back {
    background-color: #fff;
    border: 0.09375rem solid var(--text-color);
  }

.p-button.-back::before {
    left: 1.25rem;
    background-color: var(--text-color);
  }

.p-button.-back::after {
    left: 1.375rem;
    background-color: #fff;
  }

.p-button.-back:hover,
  .p-button.-back:focus-visible,
  .p-button.-back:hover::after,
  .p-button.-back:focus-visible::after {
    background-color: #e7e7e7;
  }

.p-button.-header::before,
  .p-button.-primary::before {
    background-color: #fff;
  }

.p-button.-header::before {
    @media (width >= 64rem) {
      background-color: transparent;
    }
  }

.p-button.-header::after,
  .p-button.-primary::after {
    background-color: var(--accent-color);
  }

.p-button.-header::after {
    @media (width >= 64rem) {
      background-color: transparent;
    }
  }

.p-button.-header:hover,
  .p-button.-header:focus-visible,
  .p-button.-primary:hover,
  .p-button.-primary:focus-visible {
    color: var(--accent-color);
    background: #fff;
    border: 0.09375rem solid var(--accent-color);
  }

.p-button.-header:hover::before,
  .p-button.-header:focus-visible::before,
  .p-button.-primary:hover::before,
  .p-button.-primary:focus-visible::before {
    background-color: var(--accent-color);
  }

.p-button.-header:hover::before {
    @media (width >= 64rem) {
      background-color: transparent;
    }
  }

.p-button.-header:hover::after,
  .p-button.-header:focus-visible::after,
  .p-button.-primary:hover::after,
  .p-button.-primary:focus-visible::after {
    background-color: #fff;
  }

.p-button.-header:hover::after,
  .p-button.-header:focus-visible::after {
    @media (width >= 64rem) {
      background-color: transparent;
    }
  }

.p-button .p-btnText{
    font-size: 1rem;
  }

.hero {
    display: block grid;

    & > * {
      grid-area: 1 / 1;
    }


    .hero__body {
      place-self: center;

      color: #fff;
      text-align: center;

      @media (width >= 48rem) {
        /* padding-right: fluid(5rem,45rem); */
        padding-right: clamp(5rem, -3rem + 40vw, 45rem);
      }
    }



    .hero__title {
      font-size: 44px;
      line-height: 1.5em;
      text-shadow: 0 4px 30px #4f4f4f;
      letter-spacing: 0.2em;
      /* filter: blur(0); */

      @media (width >= 48rem) {
        /* font-size: fluid(60px 90px); */
        font-size: clamp(3.75rem, 3.375rem + 1.88vw, 5.625rem);
      }

      span{

        display: inline-block;        /* transform効かせる */
        opacity: 0;
        transform: translateY(18px);
        filter: blur(6px);

      }

    }

    .hero__text {
      margin-block-start: var(--space-sm);
      /* font-size: fluid(14px 20px); */
      font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
      letter-spacing: var(--tracking-wider);
    }

    .hero__figure {
      z-index: -1;
      height: 100svb;

      img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
      }
    }
  }

.p-section{

    padding:3rem 0;

    @media (width >= 48rem) {
      /* padding: fluid(80px,120px,768px,1440px) 0; */
      padding: clamp(5rem, 2.143rem + 5.95vw, 7.5rem) 0;
    }
  }

.p-home__heading{
      font-size: 1.625rem;
      font-weight: 700;
}

@media (min-width: 768px){

      .p-home__heading{
            font-size: 2.5rem;
      }
}

.p-home__subHeading{
      font-size: 2rem;
      font-weight: 700;
      text-transform: uppercase;
}

@media (min-width: 768px){

      .p-home__subHeading{
            font-size: 4rem;
      }
}

.p-section.-benefit{
    background-color: var(--bg-gray-color);

    .p-benefits{
      .p-benefit{
        list-style-position: outside;

        &::marker,
        h3{
                        font-size: 1.125rem;
                  }

        &::marker,
        h3{
                        font-weight: 500;
                  }

        @media (min-width: 768px){

                        &::marker,
        h3{
                              font-size: 1.375rem;
                        }
                  }

        @media (min-width: 1024px){

                        &::marker,
        h3{
                              font-size: 1.5rem;
                        }
                  }

        &::marker,
        h3{
          color: var(--accent-color);
        }

        p{
                        margin-top: 0px;
                  }

        p{
                        margin-left: -2rem;
                  }

        p{
                        font-weight: 500;
                  }

        @media (min-width: 768px){

                        p{
                              margin-top: 0.25rem;
                        }
                  }
      }
    }
  }

.p-section.-home__service{
    background: linear-gradient(
      275deg,
      #0143DE 0%,
      #274EA8 25%,
      #1D439B 50%
    );

    .p-service__link{

      img{
        transition: var(--duration-normal) cubic-bezier(0.49, 0.06, 0.43, 0.98);
        transition-property: transform;
      }

      .p-service__items{
        top: 0;
        left: 0;
        width: 100%;
        height:100%;

        content: ""
      }

      .p-service__items{
                  position: absolute;
            }

      .p-service__items{
                  display: flex;
            }

      .p-service__items{
                  align-items: flex-end;
            }

      .p-service__items{
                  gap: 0px;
            }

      .p-service__items{
                  padding: 1.25rem;
            }

      @media (min-width: 768px){

                  .p-service__items{
                        padding: 1.75rem;
                  }
            }

      @media (min-width: 1024px){

                  .p-service__items{
                        padding: 2rem;
                  }
            }

      .p-service__items{

        .p-service__element{
          text-shadow: 0 4px 4px rgb(0 0 0 / 0.1)
        }

        .p-service__element{
                        display: flex;
                  }

        .p-service__element{
                        width: 100%;
                  }

        .p-service__element{
                        flex-direction: column;
                  }

        .p-service__element{
                        line-height: 1.2;
                  }

        .p-service__element{
                        --tw-text-opacity: 1;
                        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                  }

        .p-service__element{

          .p-service__title{
            font-size:1.45rem;
            @media (width >= 48rem) {
              /* font-size: fluid(1.5rem, 2.25rem, 768px, 1440); */
              font-size: clamp(1.5rem, 1rem + 1.04167vi, 2.25rem);;
            }
          }

          .p-service__title{
                              position: relative;
                        }

          .p-service__title{
                              padding-bottom: 0.5rem;
                        }

          .p-service__title{
                              font-weight: 600;
                        }

          @media (min-width: 768px){

                              .p-service__title{
                                    padding-bottom: 1rem;
                              }
                        }

          .p-service__title:after{
            content:"";

          }

          .p-service__title:after{
                              position: absolute;
                        }

          .p-service__title:after{
                              bottom: 0px;
                        }

          .p-service__title:after{
                              left: 0px;
                        }

          .p-service__title:after{
                              height: 2px;
                        }

          .p-service__title:after{
                              width: 100%;
                        }

          .p-service__title:after{
                              --tw-bg-opacity: 1;
                              background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
                        }

          @media (min-width: 768px){

                              .p-service__title:after{
                                    height: 0.25rem;
                              }
                        }

          .p-service__text{
            font-size:0.875rem;
            @media (width >= 48rem) {
              /* font-size: fluid(1rem, 1.125rem, 768px, 1440); */
              font-size: clamp(1rem, 0.916667rem + 0.173611vi, 1.125rem);
            }}

          .p-service__text{
                              padding-top: 0.5rem;
                        }

          @media (min-width: 768px){

                              .p-service__text{
                                    padding-top: 0.75rem;
                              }
                        }
        }
      }

      &:hover,
      &:focus-visible{
        img{
          transform: scale(1.1);
        }
      }

    }
  }

.p-home__contact{
    .p-contact__left{
      background-color: #3F87BA;

      @media (width >= 48rem) {
        padding-left: max(4%, calc(50vw - var(--content-width)/2));
      }
    }
    .p-contact__right{
      background-color: #1CAED7;
      transition: var(--duration-fast) cubic-bezier(0.49, 0.06, 0.43, 0.98);
      transition-property: background-color;

      @media (width >= 48rem) {
        padding-right: max(4%, calc(50vw - var(--content-width)/2));
      }

      .p-arrow{
        transition: var(--duration-fast) cubic-bezier(0.49, 0.06, 0.43, 0.98);
        transition-property: transform;

      }

      &:hover{
        background-color: #0c1d42ff;

        .p-arrow{
          transform: translateX(40%);
        }
      }

    }
  }

.p-section__about {
    position: relative;
    padding: 5rem 0 4.5rem;
    background-color: var(--main-color);

    @media (width >= 48rem) {
      padding: 7.5rem 0 6.5rem;
    }

    @media (width >= 64rem) {
      padding: 10rem 0 4.5rem;
    }

    .p-grid {
      row-gap: 4.5rem;

      @media (width >= 48rem) {
        row-gap: 6.5rem;
      }
    }

    .p-about__body {
      grid-row: 2;
      grid-column: 1 / 13;

      @media (width >= 64rem) {
        grid-row: 1;
        grid-column: 7 / 13;
      }

      .p-about__services {
        display: flex;
        flex-direction: column;
        padding: 0.625rem;
        font-size: 1rem;
        font-weight: 500;
        background: #dcdbd3;
        border-radius: 1rem;
        box-shadow: 0 4px 30px 0 rgb(0 0 0 / 3%);

        @media (width >= 48rem) {
          width: 80%;
          padding: 2rem;
          margin: 0 auto;
          font-size: 1.25rem;
        }

        @media (width >= 64rem) {
          width: 100%;
          padding: 2rem;
        }

        .p-about__item {
          display: flex;
          align-items: center;
          padding: 0.375rem;

          @media (width >= 48rem) {
            padding: 0.375rem;
          }

          @media (width >= 64rem) {
            padding: 0.625rem;
          }

          img {
            width: 1.875rem;
            height: 1.875rem;
            margin-right: 0.5rem;

            @media (width >= 48rem) {
              width: 2.75rem;
              height: 2.75rem;
              margin-right: 1rem;
            }

            @media (width >= 64rem) {
              width: 3rem;
              height: 3rem;
            }
          }
        }

        & .p-about__item:last-child {
          margin-top: 1rem;

          @media (width >= 48rem) {
            margin-top: 1.5rem;
          }

          @media (width >= 64rem) {
            margin-top: 1.5rem;
          }
        }
      }
    }
  }

.p-section__company {
    padding-bottom: 1.5rem;
    /* padding: 5rem 0 2rem; */
    background-color: var(--text-color);

    @media (width >= 48rem) {
      padding: 7.5rem 0 2rem;
    }

    @media (width >= 64rem) {
      padding: 10rem 0 2rem;
    }

    .p-grid {
      row-gap: 4.5rem;

      @media (width >= 48rem) {
        row-gap: 6.5rem;
      }
    }

    .p_company__heading {
      @media (width >= 64rem) {
        grid-column: 1/13;
        text-align: center;
      }

      .p-section__title {
        color: #fff;
      }
    }

    .p-company__wrapper {
      /* display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; */
      margin-top: 2rem;

      @media (width >= 48rem) {
        margin-top: 6rem;
      }

      @media (width >= 64rem) {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        -moz-column-gap: 3rem;
             column-gap: 3rem;
        width: min(95%, var(--content-width));
        margin: 0 auto;
        margin-top: 7.5rem;
      }

      .p-campany__info {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        width: min(95%, var(--content-width));
        margin: 0 auto;

        @media (width >= 48rem) {
          margin-bottom: 4rem;
        }

        @media (width >= 64rem) {
          display: block;
          grid-column: 1/7;
          width: 100%;
          margin: 0;
        }

        .p-campany__list {
          grid-column: 1/13;

          color: #fff;

          @media (width >= 48rem) {
            grid-column: 2/12;
            font-size: 1rem;
          }

          .p-campany__item {
            padding: 1.5rem 0;

            /* margin: 0 auto; */
            text-align: center;
            border-bottom: 1px solid #ccc;

            @media (width >= 48rem) {
              display: grid;
              grid-template-columns: 1fr 4fr;
              padding: 1rem 0;
              text-align: left;
            }
          }

          & .p-campany__item:last-child {
            border: none;

            @media (width >= 64rem) {
              border-bottom: 1px solid #ccc;
            }
          }

          dt {
            padding-bottom: 0.5rem;
            font-weight: 500;

            @media (width >= 48rem) {
              padding-bottom: 0;
            }
          }

          dd {
            &.p-footer__title {
              display: flex;
              align-items: center;
              justify-content: center;

              @media (width >= 48rem) {
                justify-content: left;
              }

              .p-footer__logo {
                width: 24px;
                margin: 0.25rem 0.25rem 0 0;
              }

              .p-footer__text {
                font-size: 1rem;
                @media (width >= 48rem) {
                  font-size: 1.25rem;
                }

                @media (width >= 64rem) {
                  /* font-size: fluid(18px, 20px, 1024px, 1200px); */
                  font-size: clamp(1.125rem, 0.398rem + 1.14vw, 1.25rem);
                }
              }
            }

            .p-qualification {
              margin-left: 1.5rem;
              text-align: left;
              list-style: disc;
            }
          }
        }
      }

      .p-map__wrapper {
        aspect-ratio: 1.414 / 1;

        @media (width >= 64rem) {
          grid-column: 7/13;
          aspect-ratio: auto;
          padding-top: 1rem;
        }

        /* Google Mapを囲う要素 */
        .p-map {
          position: relative;
          max-width: 100%;
          height: 100%;
          padding-bottom: 56.25%;
          overflow: hidden;

          @media (width >= 48rem) {
            /* padding-top: 75%; */
          }
        }

        /* Google Mapのiframe */
        .p-map iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
        }
      }
    }

    .p-privacy-policy {
      display: flex;
      justify-content: center;
      padding: 2rem 0 1.5rem;

      @media (width >= 48rem) {
        padding: 5rem;
      }

      @media (width >= 64rem) {
        padding: 10rem 0 4rem;
      }

      a {
        color: #fff;
        text-decoration: none;
      }

      a:hover,
      a:focus-visible {
        color: #989898ff;
      }
    }

    .p_copy {
      display: flex;
      justify-content: center;
      color: #fff;

      a {
        color: #fff;
        text-decoration: none;
      }

      a:hover,
      a:focus-visible {
        color: #989898ff;
      }
    }
  }

.p-h2{
  background-image: url("../images/common/img-h2.jpg");
  background-position: top;
  background-size: cover;
}

/* .p-header__wrapper {
    background-color: var(--main-color);

    .p-header__secondary {
      row-gap: 3rem;
      padding: 7.5rem 0 4.5rem;

      @media (--md) {
        row-gap: 3.5rem;
        padding: 12rem 0 7.5rem;
      }

      @media (--lg) {
        row-gap: 5.5rem;
        padding: 14.5rem 0 10rem;
      }

      .p-heading__secondary {
        grid-row: 1;
        grid-column: 1/13;
        text-align: left;

        @media (--md) {
          grid-column: 1/8;
        }

        @media (--lg) {
          grid-column: 1/8;
        }

        .p-header__title {
          font-size: 1.875rem;

          @media (--md) {
            font-size: 2.5rem;
            font-size: fluid(36px, 40px, 768px, 1024px);
          }

          @media (--lg) {
            font-size: fluid(48px, 56px, 1024px, 1200px);
          }
        }

        .p-header__subTitle {
          margin-top: 0.25rem;
          font-size: 1.25rem;
          font-weight: 500;
          color: var(--accent-color);

          @media (--md) {
            margin-top: 0.5rem;
            font-size: fluid(22px, 24px, 768px, 1024px);
          }

          @media (--lg) {
            margin-top: 1rem;
            font-size: fluid(24px, 32px, 1024px, 1200px);
          }
        }
      }

      .p-header__link {
        grid-row: 2;
        grid-column: 1/13;

        @media (--md) {
          grid-row: 1;
          grid-column: 8/13;
        }

        @media (--lg) {
          grid-column: 8/13;
        }

        .p-header__linkList {
          list-style: none;

          .p-linkList__item::before {
            content: "・";
          }

          a {
            display: inline-block;
            padding: 0.25rem 0;
            font-size: 0.875rem;
            color: var(--accent-color);

            @media (--md) {
              font-size: 1rem;
              font-size: fluid(14px, 20px, 768px, 1024px);
            }

            @media (--lg) {
              font-size: fluid(18px, 20px, 1024px, 1200px);
            }
          }

          a:hover,
          a:focus-visible {
            color: #1cc50e;
          }
        }
      }

      .p-contact__info {
        grid-row: 2;
        grid-column: 1/13;

        @media (--md) {
          grid-row: 1;
          grid-column: 7/13;
        }

        @media (--lg) {
          grid-column: 7/13;
        }

        .p-info__items {
          box-shadow: 0 4px 30px 0 rgb(0 0 0 / 8%);

          .p-info__heading {
            padding: 0.75rem;
            font-size: 1rem;
            font-weight: 500;
            color: #fff;
            text-align: center;
            background-color: var(--text-color);
            border-top-left-radius: 1rem;
            border-top-right-radius: 1rem;

            @media (--md) {
              padding: 1rem;
              font-size: 1rem;
            }

            @media (--lg) {
              padding: 1.25rem;
              font-size: 1.25rem;
            }
          }

          .p-info__body {
            padding: 1rem;
            background-color: #fff;
            border-bottom-right-radius: 1rem;
            border-bottom-left-radius: 1rem;

            @media (--md) {
              padding: 1.25rem;
            }

            @media (--lg) {
              padding: 1.5rem;
            }

            ul li:first-child.p-info__item {
              margin-bottom: 1rem;

              @media (--md) {
                margin-bottom: 1.5rem;
              }

              @media (--lg) {
                margin-bottom: 2rem;
              }
            }

            .p-info__tel,
            .p-info__mail {
              display: flex;

              span {
                display: block;
                padding: 0.5rem;
                margin-right: 0.75rem;
                color: #fff;
                background-color: var(--accent-color);
                border-radius: 0.5rem;

                @media (--md) {
                  margin-right: 0.75rem;
                }

                @media (--lg) {
                  margin-right: 0.75rem;
                }
              }
            }

            .p-info__tel {
              font-weight: 500;

              a[href*="tel:"] {
                display: block;
                margin-bottom: 0.25rem;
                font-size: 1.5rem;
                line-height: 1em;
                color: var(--text-color);
                text-decoration: none;

                @media (--md) {
                  font-size: 1.75rem;
                }

                @media (--lg) {
                  margin-bottom: 0.375rem;
                  font-size: 2rem;
                }
              }
            }

            .p-info__mail {
              dd {
                font-size: 1.25rem;
                font-weight: 500;

                @media (--lg) {
                  font-size: 1.5rem;
                }
              }
            }
          }
        }
      }


    }
  } */

.p-breadcrumb__wrapper {
    grid-row: 3;
    grid-column: 1/13;

    @media (width >= 48rem) {
      grid-row: 2;
      grid-column: 1/8;
    }

    @media (width >= 64rem) {
      grid-column: 1/7;
    }

    .p-breadcrumb {
      display: flex;
      flex-wrap: wrap;
      list-style: none;

      .p-breadcrumb__item {


        a {
          color: var(--text-color);
          text-decoration: none;

          &:hover:after{
            display: none;
          }
        }

        a:hover,
        a:focus-visible {
          color: var(--accent-color);
        }
      }

      .p-breadcrumb__item:not(:last-of-type)::after {
        margin: 0 0.5rem;
        content: "›";
      }
    }
  }

.p-section__wrapper {
    padding: 5rem 0;

    @media (width >= 48rem) {
      padding: 7.5rem 0;
    }

    @media (width >= 64rem) {
      padding: 10rem 0;
    }

    &.-lightGray {
      background-color: var(--lightGray-color);
    }

    .p-section__title {
      grid-row: 1;
      grid-column: 1/13;
      place-self: start center;
      padding-bottom: 3.5rem;
      font-size: 1.375rem;
      font-weight: 500;
      color: var(--accent-color);
      text-align: center;

      @media (width >= 48rem) {
        position: sticky;
        top: 7.5rem;
        grid-column: 1/6;
        place-self: start start;
        padding-bottom: 0;
        margin: -0.375em 0;
        font-size: 1.5rem;
        text-align: left;
      }

      @media (width >= 64rem) {
        top: 10rem;
        grid-column: 1/7;
        font-size: 2.25rem;
      }

      &.-short {
        @media (width >= 48rem) {
          margin-bottom: 3.5rem;
        }

        @media (width >= 64rem) {
          margin-bottom: 3.5rem;
        }
      }
    }

    .p-section__body {
      grid-row: 2;
      grid-column: 1/13;

      @media (width >= 48rem) {
        grid-row: 1;
        grid-column: 6/13;
      }

      @media (width >= 64rem) {
        grid-column: 7/13;
      }
    }
  }

.p-section__contact {
    .p-section__body {
      .p-contact_message {
        font-size: 1rem;

        @media (width >= 48rem) {
        }

        @media (width >= 64rem) {
          font-size: 1.125rem;
        }
      }

      form {
        padding-top: 2.5rem;

        @media (width >= 48rem) {
          padding-top: 4rem;
        }

        @media (width >= 64rem) {
          padding-top: 5rem;
        }
      }

      .p-contact__confirmWrapper {
        .p-confirmlist {
          font-size: 1rem;

          @media (width >= 64rem) {
            font-size: 1.125rem;
          }

          dt {
            padding-bottom: 0.25rem;
            border-bottom: var(--border-color) 1px solid;
          }

          dd {
            padding-top: 0.125rem;
            padding-bottom: 3rem;
            font-weight: 500;

            p {
              white-space: pre-wrap;
            }
          }

          & dd:last-child {
            padding-bottom: 3.5rem;

            @media (width >= 48rem) {
              padding-bottom: 4.5rem;
            }

            @media (width >= 64rem) {
              padding-bottom: 6.5rem;
            }
          }
        }
      }

      .p-bottomButton__confirm {
        p {
          display: grid;
          grid-template-columns: 1fr 1fr;
        }

        button {
          grid-row: 1;
          justify-self: center;
        }
      }
    }
  }

.p-section__privacyPolicy {
    .p-privacyPolicy__text {
      font-size: 1rem;
      font-weight: 500;

      @media (width >= 48rem) {
      }

      @media (width >= 64rem) {
        font-size: 1.125rem;
      }
    }

    .p-privacyPolicy_detail {
      padding-left: 1.25rem;
      margin-left: 1.25rem;
      list-style: decimal;
      list-style-position: outside;

      li {
        margin-top: 3rem;
        font-size: 1rem;

        /* list-style-position: inside; */

        @media (width >= 48rem) {
          margin-top: 3.5rem;
        }

        @media (width >= 64rem) {
          margin-top: 4.5rem;
          font-size: 1.125rem;
        }
      }

      a {
        color: var(--text-color);
      }

      a:hover,
      a:focus-visible {
        color: var(--accent-color);
      }
    }
  }

a[href*="tel:"] {
    /* color: #fff; */

    @media (width >= 48rem) {
      text-decoration: none;
      pointer-events: none;
      cursor: default;
    }
  }

/*
    input
  */

.p-input {
    margin-bottom: 2.5rem;
    font-size: 1rem;
    text-align: left;

    @media (width >= 64rem) {
      margin-bottom: 3.5rem;
      font-size: 1.125rem;
    }
  }

.p-input.-lg {
    margin-bottom: 2rem;

    @media (width >= 64rem) {
      margin-bottom: 2.5rem;
    }
  }

.p-input__label {
    margin-bottom: 0.25rem;
    font-size: 1rem;
    font-weight: 500;

    @media (width >= 64rem) {
      font-size: 1.125rem;
      font-weight: 500;
    }

    p {
        align-items: center;
        gap: .25rem;
        display: flex
    }
  }

.p-input__comment {
    font-size: 0.875rem;
  }

.p-input [type="text"],
  .p-input [type="password"],
  .p-input [type="email"],
  .p-input [type="tel"],
  .p-input [type="number"],
  .p-input textarea,
  .p-input select {
    width: 100%;
    padding: 0.5rem;
    color: var(--text-color);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #bdbdbd;
    border-radius: 0.25rem;
  }

input[type="checkbox"] {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.3125rem;
    margin-right: 0.25rem;
    vertical-align: -0.3125rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border: #a0a0a0 1px solid;
    border-radius: 0.25rem;
  }

input[type="checkbox"]:checked::before {
    position: absolute;
    top: 0.3125rem;
    left: 0.5rem;
    width: 0.375rem;
    height: 0.625rem;
    content: "";
    border-right: 2px solid var(--text-color);
    border-bottom: 2px solid var(--text-color);
    transform: rotate(50deg);
  }

.p-equired {
    padding: 0 0.5rem;
    font-size: 0.785rem;
    border-radius: 0.25rem;

    @media (width >= 64rem) {
      padding: 0.0625rem 0.625rem;
      font-size: 0.785rem;
    }

    &.-true {
      color: #fff;
      background-color: var(--notice-color);
    }

    &.-false {
      color: #9b9b9b;
      background-color: #fff;
      border: #bcbcbc 1.5px solid;
    }
  }

.p-error {
    display: none;
    font-size: 0.875rem;
    color: var(--notice-color);

    @media (width >= 64rem) {
      font-size: 1rem;
    }
  }

.p-privacyPolicy {
    display: grid;
    row-gap: 1rem;
    padding: 1rem 1rem 1.5rem;
    margin-bottom: 4rem;
    font-size: 0.875rem;
    border: 1px solid #bdbdbd;
    border-radius: 0.5rem;
    background-color: #fff;

    @media (width >= 48rem) {
      padding: 1.5rem;
      margin-bottom: 5rem;
      font-size: 1rem;
    }

    @media (width >= 64rem) {
      padding: 1.25rem;
      margin-bottom: 6rem;
    }

    &.-no-border {
      border: none;
    }

    &.-top {
      margin-top: 0;
    }

    div {
      display: flex;
    }

    label {
      margin-left: 0.25rem;
    }

    a {
      color: var(--accent-color);
      opacity: 1;
      text-decoration: underline;
    }

    a:hover,
    a:focus-visible {
      opacity: 0.6;

    }
  }

/* input.wpcf7-submit.-primary {

    position: relative;

    &::after {
      content: "›";
      position: absolute;
      right: 28px;
      font-size: 22px;
      line-height: 1;
    }
  } */

.p-pagetop {
    position: fixed;
    z-index: 2;
    display: none;
    opacity: 0;
    transition: var(--duration-fast) cubic-bezier(0.49, 0.06, 0.43, 0.98);
    transition-property: opacity;
    will-change: opacity;
  }

.p-pagetop__button {
    display: block;
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: 1rem;

    /* background: url("../img/common/icon_totop.png"), linear-gradient(0deg, #a39f8a, #d1cfb8); */
    filter: drop-shadow(0 2px 30px rgb(0 0 0 / 7%));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40%, 100%;
    border-radius: 50%;

    @media (width >= 48rem) {
      width: 3.5rem;
      height: 3.5rem;
    }

    @media (width >= 64rem) {
      width: 4rem;
      height: 4rem;
    }
  }

.p-pagetop__button:hover {
    background-size: 47%, 100%;
    opacity: 0.8;
  }

.p-pagetop.-show {
    opacity: 1;
  }

.p-pagetop.-sp {
    position: fixed;
    right: 1rem;
    bottom: 0;

    @media (width >= 48rem) {
      right: 1.75rem;
      bottom: 0.5rem;
    }

    @media (width >= 64rem) {
      right: 1.75rem;
      bottom: 0.5rem;
    }
  }

@media screen and (width >= 1366px) {
    .is-pagetop-sp {
      display: none;
    }
  }

.visible{
      visibility: visible;
}

.collapse{
      visibility: collapse;
}

.static{
      position: static;
}

.fixed{
      position: fixed;
}

.absolute{
      position: absolute;
}

.relative{
      position: relative;
}

.sticky{
      position: sticky;
}

.bottom-0{
      bottom: 0px;
}

.left-1{
      left: 0.25rem;
}

.left-1\/2{
      left: 50%;
}

.right-1{
      right: 0.25rem;
}

.right-1\/2{
      right: 50%;
}

.top-0{
      top: 0px;
}

.top-\[0\]{
      top: 0;
}

.z-\[-1\]{
      z-index: -1;
}

.z-\[1\]{
      z-index: 1;
}

.col-\[1\/13\]{
      grid-column: 1/13;
}

.row-\[1\]{
      grid-row: 1;
}

.row-\[2\]{
      grid-row: 2;
}

.row-\[3\]{
      grid-row: 3;
}

.row-\[4\]{
      grid-row: 4;
}

.mx-auto{
      margin-left: auto;
      margin-right: auto;
}

.my-\[0\.25em\]{
      margin-top: 0.25em;
      margin-bottom: 0.25em;
}

.-ml-\[50vw\]{
      margin-left: -50vw;
}

.-mr-\[50vw\]{
      margin-right: -50vw;
}

.mb-0{
      margin-bottom: 0px;
}

.mb-1{
      margin-bottom: 0.25rem;
}

.mb-2{
      margin-bottom: 0.5rem;
}

.mb-20{
      margin-bottom: 5rem;
}

.mb-3{
      margin-bottom: 0.75rem;
}

.mb-4{
      margin-bottom: 1rem;
}

.mb-5{
      margin-bottom: 1.25rem;
}

.mb-6{
      margin-bottom: 1.5rem;
}

.mb-\[-0\.25rem\]{
      margin-bottom: -0.25rem;
}

.mb-\[1\.25rem\]{
      margin-bottom: 1.25rem;
}

.mb-\[1\.5rem\]{
      margin-bottom: 1.5rem;
}

.mb-\[1\.75rem\]{
      margin-bottom: 1.75rem;
}

.ml-0{
      margin-left: 0px;
}

.ml-1{
      margin-left: 0.25rem;
}

.ml-2{
      margin-left: 0.5rem;
}

.ml-\[-2rem\]{
      margin-left: -2rem;
}

.mr-\[0\.25rem\]{
      margin-right: 0.25rem;
}

.mt-0{
      margin-top: 0px;
}

.mt-1{
      margin-top: 0.25rem;
}

.mt-10{
      margin-top: 2.5rem;
}

.mt-2{
      margin-top: 0.5rem;
}

.mt-3{
      margin-top: 0.75rem;
}

.mt-4{
      margin-top: 1rem;
}

.mt-5{
      margin-top: 1.25rem;
}

.mt-6{
      margin-top: 1.5rem;
}

.mt-8{
      margin-top: 2rem;
}

.mt-\[0\.875rem\]{
      margin-top: 0.875rem;
}

.mt-\[1\.5rem\]{
      margin-top: 1.5rem;
}

.mt-\[2rem\]{
      margin-top: 2rem;
}

.mt-\[4rem\]{
      margin-top: 4rem;
}

.block{
      display: block;
}

.inline{
      display: inline;
}

.flex{
      display: flex;
}

.inline-flex{
      display: inline-flex;
}

.table{
      display: table;
}

.grid{
      display: grid;
}

.contents{
      display: contents;
}

.hidden{
      display: none;
}

.aspect-\[696\/296\]{
      aspect-ratio: 696/296;
}

.h-1{
      height: 0.25rem;
}

.h-5{
      height: 1.25rem;
}

.h-8{
      height: 2rem;
}

.h-\[1\.5px\]{
      height: 1.5px;
}

.h-\[1\.5rem\]{
      height: 1.5rem;
}

.h-\[2px\]{
      height: 2px;
}

.h-full{
      height: 100%;
}

.h-px{
      height: 1px;
}

.w-5{
      width: 1.25rem;
}

.w-8{
      width: 2rem;
}

.w-80{
      width: 20rem;
}

.w-\[1\.5rem\]{
      width: 1.5rem;
}

.w-\[100vw\]{
      width: 100vw;
}

.w-\[10rem\]{
      width: 10rem;
}

.w-\[20\%\]{
      width: 20%;
}

.w-\[20px\]{
      width: 20px;
}

.w-\[24px\]{
      width: 24px;
}

.w-\[25\%\]{
      width: 25%;
}

.w-\[4rem\]{
      width: 4rem;
}

.w-\[55\%\]{
      width: 55%;
}

.w-auto{
      width: auto;
}

.w-full{
      width: 100%;
}

.w-screen{
      width: 100vw;
}

.min-w-0{
      min-width: 0px;
}

.min-w-\[12rem\]{
      min-width: 12rem;
}

.min-w-\[18rem\]{
      min-width: 18rem;
}

.min-w-\[6rem\]{
      min-width: 6rem;
}

.max-w-3xl{
      max-width: 48rem;
}

.max-w-5xl{
      max-width: 64rem;
}

.max-w-full{
      max-width: 100%;
}

.max-w-none{
      max-width: none;
}

.flex-1{
      flex: 1 1 0%;
}

.flex-shrink{
      flex-shrink: 1;
}

.shrink-0{
      flex-shrink: 0;
}

.flex-grow{
      flex-grow: 1;
}

.border-collapse{
      border-collapse: collapse;
}

.border-separate{
      border-collapse: separate;
}

.border-spacing-0{
      --tw-border-spacing-x: 0px;
      --tw-border-spacing-y: 0px;
      border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.-translate-y-1{
      --tw-translate-y: -0.25rem;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2{
      --tw-translate-y: -50%;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
      cursor: pointer;
}

.resize{
      resize: both;
}

.scroll-mt-28{
      scroll-margin-top: 7rem;
}

.list-decimal{
      list-style-type: decimal;
}

.list-none{
      list-style-type: none;
}

.appearance-none{
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
}

.flex-row{
      flex-direction: row;
}

.flex-col{
      flex-direction: column;
}

.flex-wrap{
      flex-wrap: wrap;
}

.items-start{
      align-items: flex-start;
}

.items-end{
      align-items: flex-end;
}

.items-center{
      align-items: center;
}

.items-baseline{
      align-items: baseline;
}

.justify-start{
      justify-content: flex-start;
}

.justify-end{
      justify-content: flex-end;
}

.justify-center{
      justify-content: center;
}

.justify-between{
      justify-content: space-between;
}

.gap-0{
      gap: 0px;
}

.gap-1{
      gap: 0.25rem;
}

.gap-2{
      gap: 0.5rem;
}

.gap-3{
      gap: 0.75rem;
}

.gap-4{
      gap: 1rem;
}

.gap-\[0\.25rem\]{
      gap: 0.25rem;
}

.gap-\[1\.125rem\]{
      gap: 1.125rem;
}

.gap-\[1\.5rem\]{
      gap: 1.5rem;
}

.gap-\[1\.75rem\]{
      gap: 1.75rem;
}

.gap-\[2rem\]{
      gap: 2rem;
}

.gap-\[6px\]{
      gap: 6px;
}

.gap-x-2{
      -moz-column-gap: 0.5rem;
           column-gap: 0.5rem;
}

.space-y-0 > :not([hidden]) ~ :not([hidden]){
      --tw-space-y-reverse: 0;
      margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
      --tw-space-y-reverse: 0;
      margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
      --tw-space-y-reverse: 0;
      margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
      --tw-space-y-reverse: 0;
      margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
      --tw-space-y-reverse: 0;
      margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]){
      --tw-space-y-reverse: 0;
      margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-\[0\.2em\] > :not([hidden]) ~ :not([hidden]){
      --tw-space-y-reverse: 0;
      margin-top: calc(0.2em * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.2em * var(--tw-space-y-reverse));
}

.space-y-\[0\.5rem\] > :not([hidden]) ~ :not([hidden]){
      --tw-space-y-reverse: 0;
      margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-\[1rem\] > :not([hidden]) ~ :not([hidden]){
      --tw-space-y-reverse: 0;
      margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-\[2rem\] > :not([hidden]) ~ :not([hidden]){
      --tw-space-y-reverse: 0;
      margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.overflow-hidden{
      overflow: hidden;
}

.text-clip{
      text-overflow: clip;
}

.break-all{
      word-break: break-all;
}

.rounded{
      border-radius: 0.25rem;
}

.rounded-full{
      border-radius: 9999px;
}

.rounded-lg{
      border-radius: 0.5rem;
}

.rounded-xl{
      border-radius: 0.75rem;
}

.border{
      border-width: 1px;
}

.border-b{
      border-bottom-width: 1px;
}

.border-l{
      border-left-width: 1px;
}

.border-r{
      border-right-width: 1px;
}

.border-t{
      border-top-width: 1px;
}

.border-gray-200{
      --tw-border-opacity: 1;
      border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-500{
      --tw-border-opacity: 1;
      border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.border-sky-600{
      --tw-border-opacity: 1;
      border-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}

.border-slate-200{
      --tw-border-opacity: 1;
      border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-slate-500{
      --tw-border-opacity: 1;
      border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}

.border-white{
      --tw-border-opacity: 1;
      border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-b-gray-300{
      --tw-border-opacity: 1;
      border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-b-gray-500{
      --tw-border-opacity: 1;
      border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.border-r-gray-200{
      --tw-border-opacity: 1;
      border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.bg-\[\#1246B3\]{
      --tw-bg-opacity: 1;
      background-color: rgb(18 70 179 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DAE7FF\]{
      --tw-bg-opacity: 1;
      background-color: rgb(218 231 255 / var(--tw-bg-opacity, 1));
}

.bg-red-200{
      --tw-bg-opacity: 1;
      background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.bg-sky-50{
      --tw-bg-opacity: 1;
      background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}

.bg-sky-600{
      --tw-bg-opacity: 1;
      background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}

.bg-slate-100{
      --tw-bg-opacity: 1;
      background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-slate-200{
      --tw-bg-opacity: 1;
      background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.bg-slate-50{
      --tw-bg-opacity: 1;
      background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-white{
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.p-4{
      padding: 1rem;
}

.p-5{
      padding: 1.25rem;
}

.p-\[0\.75rem\]{
      padding: 0.75rem;
}

.p-\[0\.875rem\]{
      padding: 0.875rem;
}

.p-\[1\.25rem\]{
      padding: 1.25rem;
}

.px-2{
      padding-left: 0.5rem;
      padding-right: 0.5rem;
}

.px-4{
      padding-left: 1rem;
      padding-right: 1rem;
}

.px-6{
      padding-left: 1.5rem;
      padding-right: 1.5rem;
}

.px-8{
      padding-left: 2rem;
      padding-right: 2rem;
}

.px-\[1rem\]{
      padding-left: 1rem;
      padding-right: 1rem;
}

.py-10{
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
}

.py-2{
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
}

.py-4{
      padding-top: 1rem;
      padding-bottom: 1rem;
}

.py-5{
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
}

.py-6{
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
}

.py-8{
      padding-top: 2rem;
      padding-bottom: 2rem;
}

.py-\[0\.5rem\]{
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
}

.py-\[0\.75rem\]{
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
}

.py-\[1\.25rem\]{
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
}

.py-\[1rem\]{
      padding-top: 1rem;
      padding-bottom: 1rem;
}

.py-\[2\.25rem\]{
      padding-top: 2.25rem;
      padding-bottom: 2.25rem;
}

.py-\[2rem\]{
      padding-top: 2rem;
      padding-bottom: 2rem;
}

.py-\[3\.5rem\]{
      padding-top: 3.5rem;
      padding-bottom: 3.5rem;
}

.py-\[4rem\]{
      padding-top: 4rem;
      padding-bottom: 4rem;
}

.pb-0{
      padding-bottom: 0px;
}

.pb-2{
      padding-bottom: 0.5rem;
}

.pb-3{
      padding-bottom: 0.75rem;
}

.pb-4{
      padding-bottom: 1rem;
}

.pb-\[0\.25rem\]{
      padding-bottom: 0.25rem;
}

.pb-\[1\.5rem\]{
      padding-bottom: 1.5rem;
}

.pb-\[1rem\]{
      padding-bottom: 1rem;
}

.pb-\[3rem\]{
      padding-bottom: 3rem;
}

.pb-\[4rem\]{
      padding-bottom: 4rem;
}

.pb-\[5rem\]{
      padding-bottom: 5rem;
}

.pb-\[7rem\]{
      padding-bottom: 7rem;
}

.pl-\[1\.75rem\]{
      padding-left: 1.75rem;
}

.pt-1{
      padding-top: 0.25rem;
}

.pt-2{
      padding-top: 0.5rem;
}

.pt-3{
      padding-top: 0.75rem;
}

.pt-5{
      padding-top: 1.25rem;
}

.pt-\[1\.125rem\]{
      padding-top: 1.125rem;
}

.pt-\[1\.25rem\]{
      padding-top: 1.25rem;
}

.pt-\[1\.5rem\]{
      padding-top: 1.5rem;
}

.pt-\[1rem\]{
      padding-top: 1rem;
}

.pt-\[2rem\]{
      padding-top: 2rem;
}

.pt-\[3rem\]{
      padding-top: 3rem;
}

.text-center{
      text-align: center;
}

.text-2xl{
      font-size: 1.5rem;
      line-height: 2rem;
}

.text-3xl{
      font-size: 1.875rem;
      line-height: 2.25rem;
}

.text-\[1\.125rem\]{
      font-size: 1.125rem;
}

.text-\[1\.25rem\]{
      font-size: 1.25rem;
}

.text-\[1\.375rem\]{
      font-size: 1.375rem;
}

.text-\[1\.5rem\]{
      font-size: 1.5rem;
}

.text-\[1\.625rem\]{
      font-size: 1.625rem;
}

.text-\[1\.875rem\]{
      font-size: 1.875rem;
}

.text-\[1rem\]{
      font-size: 1rem;
}

.text-\[2rem\]{
      font-size: 2rem;
}

.text-\[4rem\]{
      font-size: 4rem;
}

.text-base{
      font-size: 1rem;
      line-height: 1.5rem;
}

.text-sm{
      font-size: 0.875rem;
      line-height: 1.25rem;
}

.text-xl{
      font-size: 1.25rem;
      line-height: 1.75rem;
}

.text-xs{
      font-size: 0.75rem;
      line-height: 1rem;
}

.font-bold{
      font-weight: 700;
}

.font-medium{
      font-weight: 500;
}

.font-semibold{
      font-weight: 600;
}

.uppercase{
      text-transform: uppercase;
}

.leading-5{
      line-height: 1.25rem;
}

.leading-6{
      line-height: 1.5rem;
}

.leading-7{
      line-height: 1.75rem;
}

.leading-\[1\.2\]{
      line-height: 1.2;
}

.leading-\[1\.5\]{
      line-height: 1.5;
}

.leading-\[1\.7\]{
      line-height: 1.7;
}

.leading-\[1\.85\]{
      line-height: 1.85;
}

.leading-\[2\]{
      line-height: 2;
}

.leading-none{
      line-height: 1;
}

.leading-relaxed{
      line-height: 1.625;
}

.\!tracking-\[-0\.2em\]{
      letter-spacing: -0.2em !important;
}

.\!tracking-normal{
      letter-spacing: 0em !important;
}

.tracking-normal{
      letter-spacing: 0em;
}

.tracking-tight{
      letter-spacing: -0.025em;
}

.text-\[\#1246B3\]{
      --tw-text-opacity: 1;
      color: rgb(18 70 179 / var(--tw-text-opacity, 1));
}

.text-\[\#3a51ab\]{
      --tw-text-opacity: 1;
      color: rgb(58 81 171 / var(--tw-text-opacity, 1));
}

.text-\[\#4a4a4a\]{
      --tw-text-opacity: 1;
      color: rgb(74 74 74 / var(--tw-text-opacity, 1));
}

.text-\[\#DEDEDE\]{
      --tw-text-opacity: 1;
      color: rgb(222 222 222 / var(--tw-text-opacity, 1));
}

.text-gray-600{
      --tw-text-opacity: 1;
      color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-800{
      --tw-text-opacity: 1;
      color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-sky-700{
      --tw-text-opacity: 1;
      color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.text-slate-600{
      --tw-text-opacity: 1;
      color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-slate-700{
      --tw-text-opacity: 1;
      color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-slate-900{
      --tw-text-opacity: 1;
      color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.text-white{
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline{
      text-decoration-line: underline;
}

.no-underline{
      text-decoration-line: none;
}

.decoration-slate-300{
      text-decoration-color: #cbd5e1;
}

.underline-offset-4{
      text-underline-offset: 4px;
}

.antialiased{
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}

.shadow-sm{
      --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
      --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
      outline-style: solid;
}

.blur{
      --tw-blur: blur(8px);
      filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow{
      --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
      filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale{
      --tw-grayscale: grayscale(100%);
      filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
      filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
}

.u-visuallyHidden:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }

.full-bleed-sp{
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      width: 100vw;
      max-width: none;
}

@media (min-width: 768px){

      .full-bleed-sp{
            position: static;
            margin-left: 0px;
            margin-right: 0px;
            width: auto;
            max-width: 100%;
      }
}

.marker\:text-accent *::marker{
    color: var(--accent-color);
  }

.marker\:text-accent::marker{
    color: var(--accent-color);
  }

@media (min-width: 640px){

      .sm\:top-\[-25rem\]{
            top: -25rem;
      }

      .sm\:text-base{
            font-size: 1rem;
            line-height: 1.5rem;
      }
}

@media (min-width: 768px){

      .md\:static{
            position: static;
      }

      .md\:col-\[1\/7\]{
            grid-column: 1/7;
      }

      .md\:col-\[7\/13\]{
            grid-column: 7/13;
      }

      .md\:col-\[8\/13\]{
            grid-column: 8/13;
      }

      .md\:row-\[1\]{
            grid-row: 1;
      }

      .md\:row-\[2\]{
            grid-row: 2;
      }

      .md\:mb-4{
            margin-bottom: 1rem;
      }

      .md\:mb-\[-0\.425rem\]{
            margin-bottom: -0.425rem;
      }

      .md\:mb-\[0\.5rem\]{
            margin-bottom: 0.5rem;
      }

      .md\:mb-\[10rem\]{
            margin-bottom: 10rem;
      }

      .md\:mb-\[2rem\]{
            margin-bottom: 2rem;
      }

      .md\:ml-0{
            margin-left: 0px;
      }

      .md\:mt-1{
            margin-top: 0.25rem;
      }

      .md\:mt-4{
            margin-top: 1rem;
      }

      .md\:mt-\[1\.25rem\]{
            margin-top: 1.25rem;
      }

      .md\:mt-\[3\.5rem\]{
            margin-top: 3.5rem;
      }

      .md\:mt-\[5rem\]{
            margin-top: 5rem;
      }

      .md\:block{
            display: block;
      }

      .md\:hidden{
            display: none;
      }

      .md\:h-1{
            height: 0.25rem;
      }

      .md\:h-\[1\.75rem\]{
            height: 1.75rem;
      }

      .md\:w-\[1\.75rem\]{
            width: 1.75rem;
      }

      .md\:w-\[12rem\]{
            width: 12rem;
      }

      .md\:w-\[24px\]{
            width: 24px;
      }

      .md\:w-\[30px\]{
            width: 30px;
      }

      .md\:w-\[32px\]{
            width: 32px;
      }

      .md\:w-\[50\%\]{
            width: 50%;
      }

      .md\:w-\[60\%\]{
            width: 60%;
      }

      .md\:w-\[8rem\]{
            width: 8rem;
      }

      .md\:w-auto{
            width: auto;
      }

      .md\:max-w-full{
            max-width: 100%;
      }

      .md\:flex-row{
            flex-direction: row;
      }

      .md\:justify-start{
            justify-content: flex-start;
      }

      .md\:justify-center{
            justify-content: center;
      }

      .md\:gap-1{
            gap: 0.25rem;
      }

      .md\:gap-2{
            gap: 0.5rem;
      }

      .md\:gap-4{
            gap: 1rem;
      }

      .md\:gap-\[2rem\]{
            gap: 2rem;
      }

      .md\:gap-\[3rem\]{
            gap: 3rem;
      }

      .md\:space-y-\[0\.75rem\] > :not([hidden]) ~ :not([hidden]){
            --tw-space-y-reverse: 0;
            margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
            margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
      }

      .md\:space-y-\[1\.5rem\] > :not([hidden]) ~ :not([hidden]){
            --tw-space-y-reverse: 0;
            margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
            margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
      }

      .md\:space-y-\[3\.25rem\] > :not([hidden]) ~ :not([hidden]){
            --tw-space-y-reverse: 0;
            margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
            margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
      }

      .md\:p-\[0\.75rem\]{
            padding: 0.75rem;
      }

      .md\:p-\[1\.5rem\]{
            padding: 1.5rem;
      }

      .md\:p-\[1\.75rem\]{
            padding: 1.75rem;
      }

      .md\:px-6{
            padding-left: 1.5rem;
            padding-right: 1.5rem;
      }

      .md\:px-\[2rem\]{
            padding-left: 2rem;
            padding-right: 2rem;
      }

      .md\:py-\[0\.5rem\]{
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
      }

      .md\:py-\[1\.5rem\]{
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
      }

      .md\:py-\[10rem\]{
            padding-top: 10rem;
            padding-bottom: 10rem;
      }

      .md\:py-\[1rem\]{
            padding-top: 1rem;
            padding-bottom: 1rem;
      }

      .md\:py-\[3\.5rem\]{
            padding-top: 3.5rem;
            padding-bottom: 3.5rem;
      }

      .md\:py-\[3rem\]{
            padding-top: 3rem;
            padding-bottom: 3rem;
      }

      .md\:py-\[6rem\]{
            padding-top: 6rem;
            padding-bottom: 6rem;
      }

      .md\:pb-3{
            padding-bottom: 0.75rem;
      }

      .md\:pb-4{
            padding-bottom: 1rem;
      }

      .md\:pb-\[3\.5rem\]{
            padding-bottom: 3.5rem;
      }

      .md\:pb-\[4\.5rem\]{
            padding-bottom: 4.5rem;
      }

      .md\:pb-\[4rem\]{
            padding-bottom: 4rem;
      }

      .md\:pb-\[6rem\]{
            padding-bottom: 6rem;
      }

      .md\:pb-\[7rem\]{
            padding-bottom: 7rem;
      }

      .md\:pb-\[8rem\]{
            padding-bottom: 8rem;
      }

      .md\:pl-\[2\.25rem\]{
            padding-left: 2.25rem;
      }

      .md\:pt-3{
            padding-top: 0.75rem;
      }

      .md\:pt-5{
            padding-top: 1.25rem;
      }

      .md\:pt-\[1\.25rem\]{
            padding-top: 1.25rem;
      }

      .md\:pt-\[3\.5rem\]{
            padding-top: 3.5rem;
      }

      .md\:pt-\[3rem\]{
            padding-top: 3rem;
      }

      .md\:pt-\[4\.5rem\]{
            padding-top: 4.5rem;
      }

      .md\:pt-\[4rem\]{
            padding-top: 4rem;
      }

      .md\:pt-\[5rem\]{
            padding-top: 5rem;
      }

      .md\:pt-\[6rem\]{
            padding-top: 6rem;
      }

      .md\:pt-\[8rem\]{
            padding-top: 8rem;
      }

      .md\:text-\[1\.25rem\]{
            font-size: 1.25rem;
      }

      .md\:text-\[1\.375rem\]{
            font-size: 1.375rem;
      }

      .md\:text-\[1\.5rem\]{
            font-size: 1.5rem;
      }

      .md\:text-\[1\.625rem\]{
            font-size: 1.625rem;
      }

      .md\:text-\[1\.875rem\]{
            font-size: 1.875rem;
      }

      .md\:text-\[2\.5rem\]{
            font-size: 2.5rem;
      }

      .md\:text-\[2rem\]{
            font-size: 2rem;
      }

      .md\:text-\[4rem\]{
            font-size: 4rem;
      }

      .md\:text-\[6rem\]{
            font-size: 6rem;
      }

      .md\:text-sm{
            font-size: 0.875rem;
            line-height: 1.25rem;
      }

      .md\:text-xl{
            font-size: 1.25rem;
            line-height: 1.75rem;
      }

      .md\:leading-\[1\.8\]{
            line-height: 1.8;
      }
}

@media (min-width: 1024px){

      .lg\:top-\[-70rem\]{
            top: -70rem;
      }

      .lg\:col-\[1\/8\]{
            grid-column: 1/8;
      }

      .lg\:col-\[2\/7\]{
            grid-column: 2/7;
      }

      .lg\:col-\[7\/12\]{
            grid-column: 7/12;
      }

      .lg\:col-\[9\/13\]{
            grid-column: 9/13;
      }

      .lg\:mt-\[4rem\]{
            margin-top: 4rem;
      }

      .lg\:mt-\[6rem\]{
            margin-top: 6rem;
      }

      .lg\:block{
            display: block;
      }

      .lg\:w-\[10\.5rem\]{
            width: 10.5rem;
      }

      .lg\:w-\[70\%\]{
            width: 70%;
      }

      .lg\:w-\[80\%\]{
            width: 80%;
      }

      .lg\:gap-\[3rem\]{
            gap: 3rem;
      }

      .lg\:p-\[2rem\]{
            padding: 2rem;
      }

      .lg\:py-\[2rem\]{
            padding-top: 2rem;
            padding-bottom: 2rem;
      }

      .lg\:py-\[9rem\]{
            padding-top: 9rem;
            padding-bottom: 9rem;
      }

      .lg\:pb-\[9rem\]{
            padding-bottom: 9rem;
      }

      .lg\:pt-\[6rem\]{
            padding-top: 6rem;
      }

      .lg\:text-\[1\.5rem\]{
            font-size: 1.5rem;
      }
}
