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

/* サポート費用 */

.plan-section {
  &.secondary {
    &::after {
      top: 310px;
      height: 100%;
    }
  }
}

/* Webサイト構築からコンサルティングまでの流れ */

.flow-line {
  position: relative;
  &:before {
    position: absolute;
    content: "";
    top: 6px;
    left: 0px;
    width: 1px;
    height: 99.9%;
    border-left: 1px solid #ffd800;
  }
}

.flow-line-block {
  position: relative;
  &:before {
    position: absolute;
    top: 6px;
    left: -25px;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffd800;
  }
}

.circle-title {
  position: relative;
  padding-left: 24px;
  line-height: 1.6;
}

.circle-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  /* transform: translateY(-50%); */
  width: 12px;
  height: 12px;
  line-height: 1.6;
  background-color: #ffd800;
  /* text-yellow-400 相当 */
  border-radius: 50%;
}

@media (min-width: 640px) {
  /* sm */
}

@media (min-width: 768px) {
  /* md */

  /* スタイルを追加 */
}

@media (min-width: 1024px) {
  /* lg */

  /* スタイルを追加 */
}

@media (min-width: 1280px) {
  /* xl */

  /* サポート費用 */

  .plan-section {
    &.secondary {
      &::after {
        content: "";
        position: absolute;
        top: 360px;
        width: 100%;
        height: 100%;
        background: #ededed;
        z-index: -1;
      }
    }
  }

  /* Webサイト構築からコンサルティングまでの流れ */

  .flow-line {
    position: relative;
    &:before {
      position: absolute;
      content: "";
      top: 26px;
      left: 10px;
      width: 1px;
      height: 99.5%;
      border-left: 1px solid #ffd800;
    }
  }

  .flow-line-block {
    position: relative;
    &:before {
      position: absolute;
      left: -16px;
      content: "";
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #ffd800;
    }
  }

  .circle-title {
    position: relative;
    padding-left: 24px;
  }

  .circle-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    /* transform: translateY(-50%); */
    width: 12px;
    height: 12px;
    line-height: 1.6;
    background-color: #ffd800;
    /* text-yellow-400 相当 */
    border-radius: 50%;
  }
}

/* リセットCSSを無効化 */

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.z-10 {
  z-index: 10;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.\!mb-0 {
  margin-bottom: 0px !important;
}

.\!ml-20 {
  margin-left: 20px !important;
}

.\!mt-0 {
  margin-top: 0px !important;
}

.\!mt-24 {
  margin-top: 24px !important;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-80 {
  margin-bottom: 80px;
}

.ms-16 {
  margin-inline-start: 16px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-40 {
  margin-top: 40px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-80 {
  margin-top: 80px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.\!h-auto {
  height: auto !important;
}

.h-\[30px\] {
  height: 30px;
}

.\!w-\[200px\] {
  width: 200px !important;
}

.\!w-\[55px\] {
  width: 55px !important;
}

.\!w-full {
  width: 100% !important;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-\[420px\] {
  width: 420px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.\!max-w-full {
  max-width: 100% !important;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.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));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.gap-16 {
  gap: 16px;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[4\.6rem\] {
  gap: 4.6rem;
}

.gap-y-16 {
  row-gap: 16px;
}

.space-y-8 > :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));
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-1 {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-t-\[16px\] {
  border-top-width: 16px;
}

.border-solid {
  border-style: solid;
}

.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(188 188 188 / var(--tw-border-opacity, 1));
}

.border-navy {
  --tw-border-opacity: 1;
  border-color: rgb(37 39 108 / var(--tw-border-opacity, 1));
}

.border-purple {
  --tw-border-opacity: 1;
  border-color: rgb(132 134 221 / var(--tw-border-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\!p-0 {
  padding: 0px !important;
}

.p-24 {
  padding: 24px;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.\!pb-0 {
  padding-bottom: 0px !important;
}

.pb-16 {
  padding-bottom: 16px;
}

.pe-0 {
  padding-inline-end: 0px;
}

.ps-20 {
  padding-inline-start: 20px;
}

.ps-4 {
  padding-inline-start: 1rem;
}

.ps-8 {
  padding-inline-start: 2rem;
}

.pt-56 {
  padding-top: 56px;
}

.\!text-left {
  text-align: left !important;
}

.text-center {
  text-align: center;
}

.\!text-18 {
  font-size: 18px !important;
}

.\!text-32 {
  font-size: 32px !important;
}

.text-12 {
  font-size: 12px;
}

.text-14 {
  font-size: 14px;
}

.text-15 {
  font-size: 15px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-22 {
  font-size: 22px;
}

.text-26 {
  font-size: 26px;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.\!leading-1 {
  line-height: 1 !important;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* webconsulting20241115.html */

/* ブレークポイント設定 */

@media (min-width: 576px) {
  .sm\:\!h-\[61px\] {
    height: 61px !important;
  }

  .sm\:h-\[61px\] {
    height: 61px;
  }

  .sm\:\!w-auto {
    width: auto !important;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:gap-\[30px\] {
    gap: 30px;
  }

  .md\:text-end {
    text-align: end;
  }
}

@media (min-width: 992px) {
  .lg\:relative {
    position: relative;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .lg\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .lg\:-mt-\[130px\] {
    margin-top: -130px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-120 {
    margin-bottom: 120px;
  }

  .lg\:mb-30 {
    margin-bottom: 30px;
  }

  .lg\:mb-40 {
    margin-bottom: 40px;
  }

  .lg\:mb-56 {
    margin-bottom: 56px;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-80 {
    margin-bottom: 80px;
  }

  .lg\:ms-132 {
    margin-inline-start: 132px;
  }

  .lg\:ms-40 {
    margin-inline-start: 40px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-120 {
    margin-top: 120px;
  }

  .lg\:mt-24 {
    margin-top: 24px;
  }

  .lg\:mt-36 {
    margin-top: 36px;
  }

  .lg\:mt-40 {
    margin-top: 40px;
  }

  .lg\:mt-56 {
    margin-top: 56px;
  }

  .lg\:mt-64 {
    margin-top: 64px;
  }

  .lg\:mt-80 {
    margin-top: 80px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-\[1000px\] {
    width: 1000px;
  }

  .lg\:w-\[1160px\] {
    width: 1160px;
  }

  .lg\:w-\[360px\] {
    width: 360px;
  }

  .lg\:w-\[660px\] {
    width: 660px;
  }

  .lg\:w-\[720px\] {
    width: 720px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-screen-xl {
    max-width: 1200px;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:gap-24 {
    gap: 24px;
  }

  .lg\:gap-36 {
    gap: 36px;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:p-48 {
    padding: 48px;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:pe-8 {
    padding-inline-end: 2rem;
  }

  .lg\:ps-8 {
    padding-inline-start: 2rem;
  }

  .lg\:pt-128 {
    padding-top: 128px;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:\!text-left {
    text-align: left !important;
  }

  .lg\:text-16 {
    font-size: 16px;
  }

  .lg\:text-18 {
    font-size: 18px;
  }

  .lg\:text-22 {
    font-size: 22px;
  }

  .lg\:text-26 {
    font-size: 26px;
  }
}
