/*
! tailwindcss v3.0.18 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

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

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}

@media (min-width: 600px) {
  .container {
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 782px) {
  .container {
    max-width: 782px;
  }
}

@media (min-width: 960px) {
  .container {
    max-width: 960px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-\[72px\] {
  top: 72px;
}

.right-0 {
  right: 0px;
}

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

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

.m-8 {
  margin: 2rem;
}

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.mr-2 {
  margin-right: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

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

.mb-10 {
  margin-bottom: 2.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

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

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

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

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

.mb-20 {
  margin-bottom: 5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.h-10 {
  height: 2.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-card {
  height: 196px;
}

.h-1 {
  height: 0.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-screen {
  height: 100vh;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-0 {
  height: 0px;
}

.h-8 {
  height: 2rem;
}

.max-h-80 {
  max-height: 20rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-full {
  width: 100%;
}

.w-10 {
  width: 2.5rem;
}

.w-2 {
  width: 0.5rem;
}

.w-16 {
  width: 4rem;
}

.w-6 {
  width: 1.5rem;
}

.w-screen {
  width: 100vw;
}

.w-button {
  width: 280px;
}

.max-w-\[90\%\] {
  max-width: 90%;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-inner {
  max-width: 1080px;
}

.max-w-panel {
  max-width: 520px;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-product {
  max-width: 880px;
}

.max-w-article {
  max-width: 780px;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-5xl {
  max-width: 64rem;
}

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

.flex-grow {
  flex-grow: 1;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

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

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

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

.justify-between {
  justify-content: space-between;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-20 {
  gap: 5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.break-all {
  word-break: break-all;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-full {
  border-radius: 9999px;
}

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

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

.border {
  border-width: 1px;
}

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

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

.border-theme-1 {
  --tw-border-opacity: 1;
  border-color: rgb(49 130 184 / var(--tw-border-opacity));
}

.border-amber-600 {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.border-theme-1\/80 {
  border-color: rgb(49 130 184 / 0.8);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

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

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-neutral-100\/40 {
  background-color: rgb(245 245 245 / 0.4);
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-theme-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 130 184 / var(--tw-bg-opacity));
}

.bg-gray-100\/80 {
  background-color: rgb(243 244 246 / 0.8);
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-contain {
  background-size: contain;
}

.bg-right {
  background-position: right;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-4 {
  padding: 1rem;
}

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-xl {
  font-size: 1.25rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

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

.font-light {
  font-weight: 300;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.leading-tight {
  line-height: 1.25;
}

.leading-loose {
  line-height: 2;
}

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

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

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}

.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}

.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}

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

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-theme-1 {
  --tw-text-opacity: 1;
  color: rgb(49 130 184 / var(--tw-text-opacity));
}

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

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-100 {
  opacity: 1;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 600px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
  }

  .alignleft:not(.wp-block-button) {
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
  }

  .alignright:not(.wp-block-button) {
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
  }

  .wp-block-button.alignleft a {
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
  }

  .wp-block-button.alignright a {
    margin-left: 1rem;
  }
}

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

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 50;
  background-color: rgb(255 255 255 / 0.8);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 782px) {
  .header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

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

.header__inner {
    max-width: 80rem;
  }

.header__logo {
    height: 2.5rem;
  }

@media (min-width: 782px) {
    .header__logo {
      height: 3.5rem;
    }
  }

.header__navigation {
    margin-top: 1rem;
  }

.header__navigation {
    display: none;
  }

.header__navigation {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  }

.header__navigation {
    padding: 1rem;
  }

.header__navigation {
    font-weight: 600;
  }

@media (min-width: 782px) {
    .header__navigation {
      margin-top: 0px;
    }
  }

@media (min-width: 782px) {
    .header__navigation {
      display: block;
    }
  }

@media (min-width: 782px) {
    .header__navigation {
      background-color: transparent;
    }
  }

@media (min-width: 782px) {
    .header__navigation {
      padding: 0px;
    }
  }

.header__spMenu {
    position: fixed;
  }

.header__spMenu {
    left: 0px;
  }

.header__spMenu {
    top: 72px;
  }

.header__spMenu {
    height: 100vh;
  }

.header__spMenu {
    width: 100vw;
  }

.header__spMenu {
    background-color: rgb(255 255 255 / 0.9);
  }

.header__spMenu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

.header__spMenu {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

.header__spMenu {
    font-weight: 700;
  }

.header__spMenu {
    opacity: 0;
  }

.header__spMenu {
    visibility: hidden;
    transition: all .2s linear;
  }

.header__spMenu.is-show {
      opacity: 1;
      visibility: visible;
    }

.header__spMenu > ul > li {
        border-bottom-width: 1px;
      }

.header__spMenu > ul > li {
        padding-left: 0.5rem;
      }

.header__spMenu > ul > li > a {
          display: block;
        }

.header__spMenu > ul > li > a {
          padding-top: 0.75rem;
          padding-bottom: 0.75rem;
        }

.header__spMenu > ul > li > ul {
          padding-left: 0.75rem;
        }

.header__spMenu > ul > li > ul li {
            border-bottom-width: 1px;
          }

.header__spMenu > ul > li > ul li:last-child {
              border-width: 0px;
            }

.header__spMenu > ul > li > ul a {
            display: block;
          }

.header__spMenu > ul > li > ul a {
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
          }

.header__spMenu span {
      font-size: 0.75rem;
      line-height: 1rem;
    }

.breadcrumbs {
  margin-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 782px) {
  .breadcrumbs {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

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

.breadcrumbs__inner {
    max-width: 80rem;
  }

.breadcrumbs a {
    position: relative;
  }

.breadcrumbs a {
    margin-right: 1.5rem;
  }

.breadcrumbs a {
    display: inline-block;
  }

.breadcrumbs a::after {
      position: absolute;
    }

.breadcrumbs a::after {
      content: '';
      display: block;
      border: solid 5px;
      border-color: transparent transparent transparent #a1a1a1;
      right: -22px;
      top: 3.5px;
    }

.footer {
  background-color: rgb(245 245 245 / 0.4);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}

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

.footer__inner {
    max-width: 80rem;
  }

.footer__row {
    margin-bottom: 2.5rem;
  }

.footer__row {
    justify-content: space-between;
  }

@media (min-width: 782px) {
    .footer__row {
      margin-bottom: 5rem;
    }
  }

@media (min-width: 782px) {
    .footer__row {
      display: flex;
    }
  }

@media (min-width: 782px) {
    .footer__row {
      flex-direction: row-reverse;
    }
  }

.footer__information {
    text-align: center;
  }

@media (min-width: 782px) {
    .footer__information {
      text-align: left;
    }
  }

.footer__information img {
      margin-left: auto;
      margin-right: auto;
    }

@media (min-width: 782px) {
      .footer__information img {
        margin-left: 0px;
        margin-right: 0px;
      }
    }

.footer__information h4 {
      margin-bottom: 0.75rem;
    }

.footer__information h4 {
      margin-top: 1rem;
    }

.footer__information h4 {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }

.footer__information h4 {
      font-weight: 500;
    }

.footer__information p {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }

.footer__information p {
      line-height: 2;
    }

@media (min-width: 782px) {
      .footer__information p {
        font-size: 1rem;
        line-height: 1.5rem;
      }
    }

@media (min-width: 782px) {
      .footer__information p {
        line-height: 1.5;
      }
    }

.footer__navigation {
    display: none;
  }

.footer__navigation {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.footer__navigation {
    font-weight: 500;
  }

@media (min-width: 782px) {
    .footer__navigation {
      display: flex;
    }
  }

@media (min-width: 782px) {
    .footer__navigation {
      padding-top: 2.5rem;
    }
  }

@media (min-width: 782px) {
    .footer__navigation {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
  }

.footer__navigation ul {
      display: table;
    }

@media (min-width: 782px) {
      .footer__navigation ul {
        margin-left: 5rem;
      }
    }

.footer__navigation ul ul {
        margin-left: 0.5rem;
      }

.footer__navigation ul ul {
        padding-top: 0.5rem;
      }

.footer__navigation li, .footer__navigation span {
      margin-bottom: 0.5rem;
    }

.footer__navigation li, .footer__navigation span {
      display: block;
    }

.footer__colophon {
    justify-content: space-between;
  }

.footer__colophon {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

@media (min-width: 782px) {
    .footer__colophon {
      display: flex;
    }
  }

.footer__colophon > div {
      margin-bottom: 1rem;
    }

.footer__colophon > div {
      justify-content: center;
    }

@media (min-width: 782px) {
      .footer__colophon > div {
        display: flex;
      }
    }

.footer__colophon a {
      margin-left: 1.5rem;
      margin-right: 1.5rem;
    }

.footer__colophon a {
      margin-bottom: 1rem;
    }

.footer__colophon a {
      display: block;
    }

.footer__colophon a {
      text-align: center;
    }

.footer__colophon a {
      font-size: 0.75rem;
      line-height: 1rem;
    }

@media (min-width: 782px) {
      .footer__colophon a {
        margin-bottom: 0px;
      }
    }

@media (min-width: 782px) {
      .footer__colophon a {
        margin-left: 0px;
      }
    }

@media (min-width: 782px) {
      .footer__colophon a {
        display: inline;
      }
    }

@media (min-width: 782px) {
      .footer__colophon a {
        text-align: left;
      }
    }

@media (min-width: 782px) {
      .footer__colophon a {
        font-size: 0.875rem;
        line-height: 1.25rem;
      }
    }

.footer__colophon > span {
      margin-left: auto;
      margin-right: auto;
    }

.footer__colophon > span {
      display: table;
    }

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
    display: flex;
  }

.slider__item {
    position: relative;
  }

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

.slider__item {
    width: 100%;
  }

.slider__item {
    flex-shrink: 0;
  }

@media (min-width: 782px) {
    .slider__item {
      height: 600px;
    }
  }

.slider__item a {
      position: absolute;
    }

.slider__item a {
      top: 0px;
    }

.slider__item a {
      left: 0px;
    }

.slider__item a {
      display: block;
    }

.slider__item a {
      height: 100%;
    }

.slider__item a {
      width: 100%;
    }

.slider__item.swiper-slide-active .slider__panel {
        bottom: 2.5rem;
      }

.slider__item.swiper-slide-active .slider__panel {
        opacity: 1;
      }

.slider__bg {
    top: 0px;
  }

.slider__bg {
    left: 0px;
  }

.slider__bg {
    margin-bottom: 2rem;
  }

.slider__bg {
    max-height: 20rem;
  }

.slider__bg {
    width: 100%;
  }

@media (min-width: 782px) {
    .slider__bg {
      position: absolute;
    }
  }

@media (min-width: 782px) {
    .slider__bg {
      margin-bottom: 0px;
    }
  }

@media (min-width: 782px) {
    .slider__bg {
      height: 100%;
    }
  }

@media (min-width: 782px) {
    .slider__bg {
      max-height: 100%;
    }
  }

.slider__bg img {
      margin-left: auto;
      margin-right: auto;
    }

.slider__bg img {
      height: 100%;
    }

.slider__bg img {
      max-height: 20rem;
    }

.slider__bg img {
      -o-object-fit: contain;
         object-fit: contain;
    }

@media (min-width: 782px) {
      .slider__bg img {
        max-height: 100%;
      }
    }

.slider__panel {
    bottom: 0px;
  }

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

.slider__panel {
    max-width: 90%;
  }

.slider__panel {
    border-radius: 0.375rem;
  }

.slider__panel {
    border-width: 4px;
  }

.slider__panel {
    --tw-border-opacity: 1;
    border-color: rgb(49 130 184 / var(--tw-border-opacity));
  }

.slider__panel {
    background-color: rgb(255 255 255 / 0.9);
  }

.slider__panel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

.slider__panel {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

.slider__panel {
    opacity: 0;
  }

.slider__panel {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

@media (min-width: 782px) {
    .slider__panel {
      position: absolute;
    }
  }

@media (min-width: 782px) {
    .slider__panel {
      left: 60%;
    }
  }

@media (min-width: 782px) {
    .slider__panel {
      max-width: 50%;
    }
  }

@media (min-width: 782px) {
    .slider__panel {
      max-width: 520px;
    }
  }

@media (min-width: 782px) {
    .slider__panel {
      padding-left: 3.5rem;
      padding-right: 3.5rem;
    }
  }

@media (min-width: 782px) {
    .slider__panel {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
  }

.slider__panel {
    transition: all .3s linear .3s;
  }

.slider__logo {
    margin-right: 0.5rem;
  }

.slider__logo {
    margin-bottom: 0.75rem;
  }

.slider__logo {
    display: inline-block;
  }

.slider__logo {
    height: 2.5rem;
  }

.slider__logo {
    width: 2.5rem;
  }

@media (min-width: 782px) {
    .slider__logo {
      margin-right: 1rem;
    }
  }

@media (min-width: 782px) {
    .slider__logo {
      margin-bottom: 1rem;
    }
  }

@media (min-width: 782px) {
    .slider__logo {
      height: 4rem;
    }
  }

@media (min-width: 782px) {
    .slider__logo {
      width: 4rem;
    }
  }

.slider__product-name {
    position: relative;
  }

.slider__product-name {
    top: 0.25rem;
  }

.slider__product-name {
    margin-bottom: 0.75rem;
  }

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

.slider__product-name {
    font-size: 1.5rem;
    line-height: 2rem;
  }

.slider__product-name {
    font-weight: 600;
  }

.slider__product-name {
    letter-spacing: 0.05em;
  }

@media (min-width: 782px) {
    .slider__product-name {
      top: 0.5rem;
    }
  }

@media (min-width: 782px) {
    .slider__product-name {
      margin-bottom: 1rem;
    }
  }

@media (min-width: 782px) {
    .slider__product-name {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
  }

.slider__product-caption {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

.slider__product-caption {
    font-weight: 600;
  }

@media (min-width: 782px) {
    .slider__product-caption {
      display: block;
    }
  }

@media (min-width: 782px) {
    .slider__product-caption {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }

.swiper-pagination {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: table;
}

.swiper-pagination-bullet {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

.swiper-pagination-bullet {
    display: inline-block;
  }

.swiper-pagination-bullet {
    height: 0.5rem;
  }

.swiper-pagination-bullet {
    width: 0.5rem;
  }

.swiper-pagination-bullet {
    border-radius: 9999px;
  }

.swiper-pagination-bullet {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
  }

.swiper-pagination-bullet-active {
      background-color: rgb(49 130 184 / 0.8);
    }

.frontNews {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
}

@media (min-width: 782px) {
  .frontNews {
    display: flex;
  }
}

.frontNews__header {
    margin-bottom: 1rem;
  }

.frontNews__header {
    margin-right: 1rem;
  }

.frontNews__header {
    text-align: center;
  }

@media (min-width: 782px) {
    .frontNews__header {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }

@media (min-width: 782px) {
    .frontNews__header {
      text-align: left;
    }
  }

.frontNews__list {
    margin-bottom: 2.5rem;
  }

.frontNews__list {
    width: 100%;
  }

@media (min-width: 782px) {
    .frontNews__list {
      margin-bottom: 5rem;
    }
  }

.frontNews__item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

.frontNews__item {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

.frontNews__item:hover {
    background-color: rgb(243 244 246 / 0.8);
  }

@media (min-width: 782px) {
    .frontNews__item {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }

.frontNews__item {
    transition: all .15s linear;
  }

.frontNews__meta {
    display: flex;
  }

.frontNews__date {
    margin-right: 0.75rem;
  }

.frontNews__date {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

.frontNews__date {
    font-size: 1rem;
    line-height: 1.5rem;
  }

.frontNews__date {
    line-height: 1;
  }

/* 7/11追加 トップページで複数カテゴリーを横一列に表示 */
.frontNews__categories {
  display: flex;
  flex-wrap: wrap; /* カテゴリ数が多い場合に自動で折り返す */
  gap: 0.25rem;     /* カテゴリバッジ間の余白 */
}


.frontNews__category {
    display: flex;
  }

.frontNews__category {
    flex-direction: column;
  }

.frontNews__category {
    justify-content: center;
  }

.frontNews__category {
    border-radius: 0.375rem;
  }

.frontNews__category {
    border-width: 1px;
  }

.frontNews__category {
    --tw-border-opacity: 1;
    border-color: rgb(217 119 6 / var(--tw-border-opacity));
  }

.frontNews__category {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

.frontNews__category {
    font-size: 0.75rem;
    line-height: 1rem;
  }

.frontNews__category {
    letter-spacing: 0.05em;
  }

.frontNews__category {
    --tw-text-opacity: 1;
    color: rgb(217 119 6 / var(--tw-text-opacity));
  }

.frontNews__category.information {
      --tw-border-opacity: 1;
      border-color: rgb(202 138 4 / var(--tw-border-opacity));
    }

.frontNews__category.information {
      --tw-text-opacity: 1;
      color: rgb(202 138 4 / var(--tw-text-opacity));
    }

.frontNews__category.product_information {
      --tw-border-opacity: 1;
      border-color: rgb(87 83 78 / var(--tw-border-opacity));
    }

.frontNews__category.product_information {
      --tw-text-opacity: 1;
      color: rgb(87 83 78 / var(--tw-text-opacity));
    }

.frontNews__category.press_release {
      --tw-border-opacity: 1;
      border-color: rgb(2 132 199 / var(--tw-border-opacity));
    }

.frontNews__category.press_release {
      --tw-text-opacity: 1;
      color: rgb(2 132 199 / var(--tw-text-opacity));
    }

.frontNews__category.trouble_maintenance {
      --tw-border-opacity: 1;
      border-color: rgb(234 88 12 / var(--tw-border-opacity));
    }

.frontNews__category.trouble_maintenance {
      --tw-text-opacity: 1;
      color: rgb(234 88 12 / var(--tw-text-opacity));
    }

.frontNews__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.frontNews__title {
    font-weight: 500;
  }

@media (min-width: 782px) {
    .frontNews__title {
      font-size: 1.25rem;
    }
  }

.frontProducts {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}

.frontProducts__header {
    text-align: center;
  }

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

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

.frontProducts__list {
    margin-bottom: 4rem;
  }

.frontProducts__list {
    display: grid;
  }

.frontProducts__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

.frontProducts__list {
    gap: 1.5rem;
  }

@media (min-width: 600px) {
    .frontProducts__list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

@media (min-width: 960px) {
    .frontProducts__list {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

@media (min-width: 1280px) {
    .frontProducts__list {
      max-width: 100%;
    }
  }

.frontProducts__list {
    align-items:stretch;
  }

.frontProducts__link {
    position: absolute;
  }

.frontProducts__link {
    top: 0px;
  }

.frontProducts__link {
    left: 0px;
  }

.frontProducts__link {
    margin-bottom: 1.5rem;
  }

.frontProducts__link {
    height: 100%;
  }

.frontProducts__link {
    width: 100%;
  }

.frontProducts__item {
    margin-bottom: 2.5rem;
  }

.frontProducts__item {
    height: 100%;
  }

.frontProducts__item {
    overflow: hidden;
  }

.frontProducts__item {
    border-radius: 0.5rem;
  }

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

.frontProducts__item {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    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);
  }

.frontProducts__item:hover {
    --tw-scale-x: 102%;
    --tw-scale-y: 102%;
    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));
  }

.frontProducts__item:hover {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
    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);
  }

.frontProducts__item {
    transition: all .15s linear;
  }

.frontProducts__image {
    margin-top: 1rem;
  }

.frontProducts__image {
    display: block;
  }

.frontProducts__image {
    height: 10rem;
  }

.frontProducts__image img {
      margin-left: auto;
      margin-right: auto;
    }

.frontProducts__image img {
      display: table;
    }

.frontProducts__image img {
      height: 100%;
    }

.frontProducts__image img {
      -o-object-fit: contain;
         object-fit: contain;
    }

.frontProducts__text {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

.frontProducts__text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

.frontProducts__title {
    margin-bottom: 0.5rem;
  }

.frontProducts__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

.frontProducts__title {
    font-weight: 700;
  }

.frontProducts__title {
    letter-spacing: 0.05em;
  }

.frontServices {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}

.frontServices__header {
    text-align: center;
  }

.frontServices__list {
    margin-bottom: 4rem;
  }

.frontServices__list {
    display: grid;
  }

.frontServices__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

.frontServices__list {
    row-gap: 2rem;
  }

@media (min-width: 600px) {
    .frontServices__list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

@media (min-width: 960px) {
    .frontServices__list {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

.frontServices__link {
    display: block;
  }

@media (min-width: 600px) {
    .frontServices__link {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }

.frontServices__item {
    position: relative;
  }

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

.frontServices__item {
    margin-bottom: 1rem;
  }

.frontServices__item {
    height: 196px;
  }

.frontServices__item {
    height: 196px;
  }

.frontServices__item {
    overflow: hidden;
  }

.frontServices__item {
    border-radius: 0.5rem;
  }

.frontServices__item {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    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);
  }

.frontServices__item:hover {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
    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);
  }

.frontServices__image {
    position: absolute;
  }

.frontServices__image {
    top: 0px;
  }

.frontServices__image {
    left: 0px;
  }

.frontServices__image {
    height: 100%;
  }

.frontServices__image {
    width: 100%;
  }

.frontServices__image img {
      height: 100%;
    }

.frontServices__image img {
      width: 100%;
    }

.frontServices__image img {
      -o-object-fit: cover;
         object-fit: cover;
    }

.frontServices__image img:hover {
      --tw-scale-x: 1.05;
      --tw-scale-y: 1.05;
      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));
    }

.frontServices__image img {
      transition: all .15s linear;
    }

.frontServices__text {
    position: absolute;
  }

.frontServices__text {
    bottom: 0px;
  }

.frontServices__text {
    width: 100%;
  }

.frontServices__text {
    background-color: rgb(0 0 0 / 0.7);
  }

.frontServices__text {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

.frontServices__text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

.frontServices__title {
    text-align: center;
  }

.frontServices__title {
    font-size: 0.75rem;
    line-height: 1rem;
  }

.frontServices__title {
    font-weight: 600;
  }

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

@media (min-width: 782px) {
    .frontServices__title {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
  }

.frontSeminar {
  position: relative;
  --tw-bg-opacity: 0.6;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  padding-top: 8rem;
}

@media (min-width: 782px) {
  .frontSeminar {
    --tw-bg-opacity: 1;
  }

  .frontSeminar {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.frontSeminar {
  background-image: url('../resources/images/seminar-image.png');
  background-position: top right;
  background-size: contain;
}

@media (min-width: 782px) {

.frontSeminar {
    background-position: bottom right
}
  }

.frontSeminar__title {
    padding-bottom: 0.5rem;
  }

.frontSeminar__title {
    margin-bottom: 0 !important;
  }

.frontSeminar p {
    font-weight: 500;
  }

.frontSeminar .btn {
    margin-left: auto;
    margin-right: auto;
  }

@media (min-width: 782px) {
    .frontSeminar .btn {
      margin-left: 0px;
    }
  }

.frontSupport__header {
    text-align: center;
  }

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

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

.frontSupport__btn {
    margin-bottom: 1.5rem;
  }

.frontSupport__btn {
    max-width: 520px;
  }

.frontSupport__btn {
    border-radius: 0.5rem;
  }

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

.frontSupport__btn {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

.frontSupport__btn {
    text-align: center;
  }

.frontSupport__btn {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.frontSupport__btn {
    font-weight: 600;
  }

.frontSupport__btn span {
      position: relative;
    }

.archiveNews {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
  padding-bottom: 4rem;
}

@media (min-width: 782px) {
  .archiveNews {
    padding-bottom: 10rem;
  }
}

.archiveNews__navigation {
    margin-bottom: 1.5rem;
  }

.archiveNews__navigation {
    display: flex;
  }

.archiveNews__navigation {
    overflow-x: scroll;
  }

.archiveNews__navigation {
    padding-left: 1rem;
    padding-right: 1rem;
  }

.archiveNews__navigation {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

.archiveNews__navigation {
    letter-spacing: 0.05em;
  }

@media (min-width: 782px) {
    .archiveNews__navigation {
      margin-bottom: 3.5rem;
    }
  }

@media (min-width: 782px) {
    .archiveNews__navigation {
      overflow: hidden;
    }
  }

.archiveNews__navigation {
    flex-wrap: nowrap;
    white-space: nowrap;
  }

.archiveNews__navigation::-webkit-scrollbar{
      display: none;
    }

.archiveNews__navigation li {
      margin-right: 1rem;
    }

.archiveNews__navigation li {
      display: inline-block;
    }

.archiveNews__navigation li {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }

.archiveNews__navigation li {
      font-weight: 700;
    }

.archiveNews__navigation li {
      opacity: 0.7;
    }

.archiveNews__navigation li:hover {
      opacity: 1;
    }

@media (min-width: 782px) {
      .archiveNews__navigation li {
        font-size: 1rem;
        line-height: 1.5rem;
      }
    }

.archiveNews__navigation li.current {
        -webkit-text-decoration-line: underline;
                text-decoration-line: underline;
      }

.archiveNews__navigation li.current {
        text-underline-offset: 4px;
      }

.archiveNews__navigation li.current {
        opacity: 1;
      }

.archiveNews__list {
    margin-bottom: 5rem;
  }

.archiveNews__list {
    min-height: 420px;
  }

.archiveNews__item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

.archiveNews__item {
    padding-top: 0.75rem;
  }

.archiveNews__item {
    padding-bottom: 1.5rem;
  }

.archiveNews__item {
    text-align: justify;
  }

.archiveNews__item {
    font-size: 0.75rem;
    line-height: 1rem;
  }

.archiveNews__item {
    line-height: 1.25;
  }

.archiveNews__item:hover {
    background-color: rgb(243 244 246 / 0.8);
  }

@media (min-width: 782px) {
    .archiveNews__item {
      font-size: 1rem;
      line-height: 1.5rem;
    }
  }

.archiveNews__item {
    transition: all .15s linear;
  }

.archiveNews__meta {
    display: flex;
  }

.archiveNews__date {
    margin-right: 0.75rem;
  }

.archiveNews__date {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

.archiveNews__date {
    font-size: 1rem;
    line-height: 1.5rem;
  }

.archiveNews__date {
    line-height: 1;
  }

.archiveNews__category {
    display: flex;
	margin-right: 0.25rem; /* 7/11追加　複数カテゴリーの場合に間隔を設定 */
  }

.archiveNews__category {
    flex-direction: column;
  }

.archiveNews__category {
    justify-content: center;
  }

.archiveNews__category {
    border-radius: 0.375rem;
  }

.archiveNews__category {
    border-width: 1px;
  }

.archiveNews__category {
    --tw-border-opacity: 1;
    border-color: rgb(217 119 6 / var(--tw-border-opacity));
  }

.archiveNews__category {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

.archiveNews__category {
    font-size: 0.75rem;
    line-height: 1rem;
  }

.archiveNews__category {
    letter-spacing: 0.05em;
  }

.archiveNews__category {
    --tw-text-opacity: 1;
    color: rgb(217 119 6 / var(--tw-text-opacity));
  }

.archiveNews__category.information {
      --tw-border-opacity: 1;
      border-color: rgb(202 138 4 / var(--tw-border-opacity));
    }

.archiveNews__category.information {
      --tw-text-opacity: 1;
      color: rgb(202 138 4 / var(--tw-text-opacity));
    }

.archiveNews__category.product_information {
      --tw-border-opacity: 1;
      border-color: rgb(87 83 78 / var(--tw-border-opacity));
    }

.archiveNews__category.product_information {
      --tw-text-opacity: 1;
      color: rgb(87 83 78 / var(--tw-text-opacity));
    }

.archiveNews__category.press_release {
      --tw-border-opacity: 1;
      border-color: rgb(2 132 199 / var(--tw-border-opacity));
    }

.archiveNews__category.press_release {
      --tw-text-opacity: 1;
      color: rgb(2 132 199 / var(--tw-text-opacity));
    }

.archiveNews__category.trouble_maintenance {
      --tw-border-opacity: 1;
      border-color: rgb(234 88 12 / var(--tw-border-opacity));
    }

.archiveNews__category.trouble_maintenance {
      --tw-text-opacity: 1;
      color: rgb(234 88 12 / var(--tw-text-opacity));
    }

.archiveNews__title {
    font-size: 1.25rem;
  }

.archiveNews__title {
    font-weight: 500;
  }

.singleNews {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

.entry-header {
    margin-top: 5rem;
  }

.entry-header {
    margin-bottom: 4rem;
  }

.entry-title {
    margin-bottom: 0.25rem;
  }

.entry-title {
    word-break: break-all;
  }

.entry-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

.entry-title {
    font-weight: 700;
  }

.entry-title {
    line-height: 1.625;
  }

@media (min-width: 782px) {
    .entry-title {
      margin-bottom: 1rem;
    }
  }

@media (min-width: 960px) {
    .entry-title {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
  }

@media (min-width: 960px) {
    .entry-title {
      line-height: 1.625;
    }
  }

.entry-time {
    margin-bottom: 1rem;
  }

.entry-time {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

.entry-time {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
  }

.entry-content {
    margin-left: auto;
    margin-right: auto;
  }

.entry-content {
    max-width: 780px;
  }

.entry-content {
    text-align: justify;
  }

.entry-content {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

@media (min-width: 782px) {
    .entry-content {
      font-size: 1rem;
      line-height: 1.5rem;
    }
  }

.entry-content h1 {
      position: relative;
    }

.entry-content h1 {
      margin-bottom: 1.5rem;
    }

.entry-content h1 {
      padding-top: 3rem;
    }

.entry-content h1 {
      padding-bottom: 0.5rem;
    }

.entry-content h1 {
      font-size: 1.5rem;
      line-height: 2rem;
    }

.entry-content h1 {
      font-weight: 900;
    }

@media (min-width: 782px) {
      .entry-content h1 {
        font-size: 1.875rem;
        line-height: 2.25rem;
      }
    }

.entry-content h2 {
      position: relative;
    }

.entry-content h2 {
      margin-bottom: 1.5rem;
    }

.entry-content h2 {
      padding-top: 1rem;
    }

.entry-content h2 {
      padding-bottom: 0.5rem;
    }

.entry-content h2 {
      font-size: 1.25rem;
    }

.entry-content h2 {
      font-weight: 700;
    }

@media (min-width: 782px) {
      .entry-content h2 {
        font-size: 1.5rem;
        line-height: 2rem;
      }
    }

.entry-content h2::after {
        position: absolute;
      }

.entry-content h2::after {
        bottom: 0px;
      }

.entry-content h2::after {
        display: block;
      }

.entry-content h2::after {
        height: 0.125rem;
      }

.entry-content h2::after {
        width: 100%;
      }

.entry-content h2::after {
        --tw-bg-opacity: 1;
        background-color: rgb(49 130 184 / var(--tw-bg-opacity));
      }

.entry-content h2::after {
        content: '';
      }

.entry-content h3 {
      margin-bottom: 1rem;
    }

.entry-content h3 {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }

.entry-content h3 {
      font-weight: 600;
    }

@media (min-width: 782px) {
      .entry-content h3 {
        font-size: 1.25rem;
      }
    }

.entry-content h3 img {
        display: inline-block;
      }

.entry-content h4 {
      margin-bottom: 0.5rem;
    }

.entry-content h4 {
      font-size: 1rem;
      line-height: 1.5rem;
    }

.entry-content h4 {
      font-weight: 600;
    }

@media (min-width: 782px) {
      .entry-content h4 {
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
    }

.entry-content p {
      margin-bottom: 1.5rem;
    }

.entry-content ul {
      margin-bottom: 1.5rem;
    }

.entry-content ul {
      list-style-type: disc;
    }

.entry-content ul {
      padding-left: 1rem;
    }

@media (min-width: 782px) {
      .entry-content ul {
        padding-left: 0rem; /* 2025-7-29 2.0rem→0remに変更 */
      }
    }

.entry-content ol {
      list-style-type: decimal;
    }

.entry-content li {
      margin-bottom: 0.5rem;
	  margin-left: 20px; /* 2025-7-29追加 */
    }

.entry-content p {
      margin-bottom: 1.5rem;
    }

.entry-content p {
      line-height: 1.625;
    }

.entry-content a {
      font-weight: 500;
    }

.entry-content a {
      --tw-text-opacity: 1;
      color: rgb(49 130 184 / var(--tw-text-opacity));
    }

.entry-content a {
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
    }

.products__row {
    position: relative;
  }

.products__row {
    margin-bottom: 4rem;
  }

@media (min-width: 782px) {
    .products__row {
      margin-bottom: 15rem;
    }
  }

@media (min-width: 782px) {
    .products__row {
      display: flex;
    }
  }

@media (min-width: 782px) {
    .products__row {
      height: 480px;
    }
  }

@media (min-width: 782px){
      .products__row.left {
        flex-direction: row-reverse;
      }
        .products__row.left .products__text::after {
          left: 100px;
          top: 40px;
        }
        .products__row.left .products__image {
          left: 0px;
        }
        .products__row.right .products__text::after {
          right: 100%;
        }
        .products__row.right .products__image {
          right: 0px;
        }
          .products__row.right .products__image img {
            float: right;
          }
    }

@media (min-width: 782px) {
    .products__image {
      position: absolute;
    }
  }

@media (min-width: 782px) {
    .products__image {
      height: 100%;
    }
  }

@media (min-width: 782px) {
    .products__image {
      width: 58.333333%;
    }
  }

.products__image img {
      height: 100%;
    }

.products__image img {
      width: 100%;
    }

.products__image img {
      -o-object-fit: contain;
         object-fit: contain;
    }

.products__text {
    position: relative;
  }

.products__text {
    z-index: 10;
  }

.products__text {
    flex-direction: column;
  }

.products__text {
    justify-content: center;
  }

.products__text {
    border-radius: 0.25rem;
  }

.products__text {
    border-width: 4px;
  }

.products__text {
    --tw-border-opacity: 1;
    border-color: rgb(49 130 184 / var(--tw-border-opacity));
  }

.products__text {
    background-color: rgb(255 255 255 / 0.9);
  }

.products__text {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

.products__text {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

.products__text {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

@media (min-width: 782px) {
    .products__text {
      margin-top: 10rem;
    }
  }

@media (min-width: 782px) {
    .products__text {
      display: flex;
    }
  }

@media (min-width: 782px) {
    .products__text {
      height: 75%;
    }
  }

@media (min-width: 782px) {
    .products__text {
      width: 41.666667%;
    }
  }

@media (min-width: 782px) {
    .products__text {
      padding-top: 0px;
      padding-bottom: 0px;
    }
  }

@media (min-width: 782px) {
    .products__text {
      padding-left: 3.5rem;
      padding-right: 3.5rem;
    }
  }

.products__text::after {
      position: absolute;
    }

.products__text::after {
      display: block;
    }

.products__text::after {
      height: 100%;
    }

.products__text::after {
      width: 100%;
    }

.products__text::after {
      background-color: rgb(49 130 184 / 0.3);
    }

.products__text::after {
      /* content: ''; */
      z-index: -1;
    }

.products__text .btn {
      width: 100%;
    }

.products__text .btn {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }

@media (min-width: 782px) {
      .products__text .btn {
        width: auto;
      }
    }

.products__title {
    margin-bottom: 1rem;
  }

.products__title {
    text-align: center;
  }

.products__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

.products__title {
    font-weight: 700;
  }

.products__title {
    letter-spacing: 0.05em;
  }

@media (min-width: 782px) {
    .products__title {
      margin-bottom: 1.5rem;
    }
  }

@media (min-width: 782px) {
    .products__title {
      text-align: left;
    }
  }

@media (min-width: 782px) {
    .products__title {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
  }

.products__description {
    margin-bottom: 1.5rem;
  }

.products__description {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

.products__description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

.products__description {
    font-weight: 600;
  }

@media (min-width: 782px) {
    .products__description {
      margin-bottom: 2.5rem;
    }
  }

@media (min-width: 782px) {
    .products__description {
      padding-left: 0px;
      padding-right: 0px;
    }
  }

@media (min-width: 782px) {
    .products__description {
      font-size: 1rem;
      line-height: 1.5rem;
    }
  }

/* single-product */

.product__header {
    position: relative;
  }

@media (min-width: 782px) {
    .product__header {
      height: 20rem;
    }
  }

.product__inner {
    position: relative;
  }

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

.product__inner {
    height: 100%;
  }

.product__inner {
    max-width: 80rem;
  }

.product__mv {
  }

.product__mt {
    display: flex;
  }

.product__mt {
    height: 100%;
  }

.product__mt {
    max-width: 42rem;
  }

.product__mt {
    flex-direction: column;
  }

.product__mt {
    justify-content: center;
  }

.product__mt h2 {
      margin-bottom: 1.5rem;
    }

.product__mt h2 {
      font-size: 1.5rem;
      line-height: 2rem;
    }

.product__mt h2 {
      font-weight: 900;
    }

@media (min-width: 782px) {
      .product__mt h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
      }
    }

.product__mt p {
      font-size: 1rem;
      line-height: 1.5rem;
    }

.product__mt p {
      font-weight: 500;
    }

@media (min-width: 782px) {
      .product__mt p {
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
    }

.product__mv {
    top: 0px;
  }

.product__mv {
    right: 0px;
  }

.product__mv {
    margin-bottom: 1.5rem;
  }

.product__mv {
    height: 100%;
  }

@media (min-width: 782px) {
    .product__mv {
      position: absolute;
    }
  }

@media (min-width: 782px) {
    .product__mv {
      margin-bottom: 0px;
    }
  }

.product__mv img {
      height: 100%;
    }

.product-nav {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 880px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 782px) {
  .product-nav {
    margin-bottom: 2rem;
  }

  .product-nav {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.product-nav ul {
    margin-left: auto;
    margin-right: auto;
  }

.product-nav ul {
    display: flex;
  }

.product-nav ul {
    overflow-x: scroll;
  }

.product-nav ul {
    padding-bottom: 1rem;
  }

@media (min-width: 782px) {
    .product-nav ul {
      overflow: hidden;
    }
  }

@media (min-width: 782px) {
    .product-nav ul {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }

@media (min-width: 782px) {
    .product-nav ul {
      padding-bottom: 0.5rem;
    }
  }

@media (min-width: 960px) {
    .product-nav ul {
      max-width: 80rem;
    }
  }

.product-nav ul {
    flex-wrap: nowrap;
    white-space: nowrap;
  }

.product-nav ul::-webkit-scrollbar{
      display: none;
    }

.product-nav li {
    margin-right: 0.5rem;
  }

.product-nav li {
    border-radius: 0.375rem;
  }

.product-nav li {
    border-width: 2px;
  }

.product-nav li {
    border-color: rgb(0 0 0 / 0.5);
  }

.product-nav li {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

.product-nav li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

.product-nav li {
    font-weight: 700;
  }

.product-nav li {
    letter-spacing: 0.025em;
  }

.product-nav li {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
  }

.product-nav li {
    margin-bottom: -2px;
  }

.product-nav li.current {
      border-width: 2px;
    }

.product-nav li.current {
      --tw-border-opacity: 1;
      border-color: rgb(49 130 184 / var(--tw-border-opacity));
    }

.product-nav li.current {
      --tw-bg-opacity: 1;
      background-color: rgb(49 130 184 / var(--tw-bg-opacity));
    }

.product-nav li.current {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.product-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
  padding-bottom: 4rem;
  text-align: justify;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 782px) {
  .product-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product-content {
    padding-bottom: 10rem;
  }

  .product-content {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.product-content h2 {
    position: relative;
  }

.product-content h2 {
    margin-bottom: 1.5rem;
  }

.product-content h2 {
    padding-top: 1rem;
  }

.product-content h2 {
    padding-bottom: 0.5rem;
  }

.product-content h2 {
    font-size: 1.25rem;
  }

.product-content h2 {
    font-weight: 700;
  }

@media (min-width: 782px) {
    .product-content h2 {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }

.product-content h2::after {
      position: absolute;
    }

.product-content h2::after {
      bottom: 0px;
    }

.product-content h2::after {
      display: block;
    }

.product-content h2::after {
      height: 0.125rem;
    }

.product-content h2::after {
      width: 100%;
    }

.product-content h2::after {
      --tw-bg-opacity: 1;
      background-color: rgb(49 130 184 / var(--tw-bg-opacity));
    }

.product-content h2::after {
      content: '';
    }

.product-content h3 {
    margin-bottom: 1rem;
  }

.product-content h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.product-content h3 {
    font-weight: 600;
  }

@media (min-width: 782px) {
    .product-content h3 {
      font-size: 1.25rem;
    }
  }

.product-content h3 img {
      display: inline-block;
    }

.product-content h4 {
    margin-bottom: 0.5rem;
  }

.product-content h4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

.product-content h4 {
    font-weight: 600;
  }

@media (min-width: 782px) {
    .product-content h4 {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }

.product-content p {
    margin-bottom: 1.5rem;
  }

.product-content ul {
    margin-bottom: 1.5rem;
  }

.product-content ul {
    list-style-type: disc;
  }

.product-content ul {
  /*  padding-left: 1rem; */
	padding-left: 20px;
  }


.product-content ol {
      list-style-type: decimal;
	  padding-left: 20px;
    }

.product-content li {
      margin-bottom: 0.5rem;
    }


@media (min-width: 782px) {
    .product-content ul {
   /*   padding-left: 2rem;  */
		padding-left: 20px;
    }
  }

.services__grid {
    position: relative;
  }

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

.services__grid {
    max-width: 64rem;
  }

.services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

.services__grid {
    gap: 5rem;
  }

.services__grid {
    padding-bottom: 4rem;
  }

@media (min-width: 600px) {
    .services__grid {
      display: grid;
    }
  }

@media (min-width: 782px) {
    .services__grid {
      padding-bottom: 10rem;
    }
  }

.services__item {
    position: relative;
  }

.services__item {
    margin-bottom: 2rem;
  }

.services__item {
    border-radius: 0.25rem;
  }

@media (min-width: 782px) {
    .services__item {
      margin-bottom: 0px;
    }
  }

@media (min-width: 782px) {
    .services__item {
      --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
      --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
  }

@media (min-width: 782px) {
    .services__item:hover {
      --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
      --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
  }

.services__item {
    transition: all .15s linear;
  }

.services__image {
    height: 320px;
  }

.services__image img {
      height: 100%;
    }

.services__image img {
      width: 100%;
    }

.services__image img {
      -o-object-fit: cover;
         object-fit: cover;
    }

.services__text {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

@media (min-width: 782px) {
    .services__text {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }

@media (min-width: 782px) {
    .services__text {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
  }

.services__title {
    margin-bottom: 0.5rem;
  }

.services__title {
    font-size: 1.25rem;
  }

.services__title {
    font-weight: 700;
  }

.services__title {
    letter-spacing: 0.05em;
  }

.services__description {
    font-weight: 500;
  }

/* single-product */

.service__header {
    position: relative;
  }

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

.service__header {
    max-width: 80rem;
  }

@media (min-width: 782px) {
    .service__header {
      height: 400px;
    }
  }

.service__mv {
    position: relative;
  }

.service__mv {
    height: 100%;
  }

@media (min-width: 782px) {
    .service__mv {
      display: flex;
    }
  }

@media (min-width: 782px) {
    .service__mv {
      flex-direction: column;
    }
  }

@media (min-width: 782px) {
    .service__mv {
      justify-content: center;
    }
  }

.service__mv h2 {
      margin-bottom: 1.5rem;
    }

.service__mv h2 {
      font-size: 1.5rem;
      line-height: 2rem;
    }

.service__mv h2 {
      font-weight: 900;
    }

@media (min-width: 782px) {
      .service__mv h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
      }
    }

.service__mv img {
      height: 100%;
    }

.service__mv img {
      -o-object-fit: contain;
         object-fit: contain;
    }

@media (min-width: 782px) {
      .service__mv img {
        position: absolute;
      }
    }

@media (min-width: 782px) {
      .service__mv img {
        right: 0px;
      }
    }

@media (min-width: 782px) {
      .service__mv img {
        top: 0px;
      }
    }

.service-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
  padding-bottom: 4rem;
  text-align: justify;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 782px) {
  .service-content {
    padding-bottom: 10rem;
  }

  .service-content {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.service-content h2 {
    position: relative;
  }

.service-content h2 {
    margin-bottom: 1.5rem;
  }

.service-content h2 {
    padding-top: 1rem;
  }

.service-content h2 {
    padding-bottom: 0.5rem;
  }

.service-content h2 {
    font-size: 1.25rem;
  }

.service-content h2 {
    font-weight: 700;
  }

@media (min-width: 782px) {
    .service-content h2 {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }

.service-content h2::after {
      position: absolute;
    }

.service-content h2::after {
      bottom: 0px;
    }

.service-content h2::after {
      display: block;
    }

.service-content h2::after {
      height: 0.125rem;
    }

.service-content h2::after {
      width: 100%;
    }

.service-content h2::after {
      --tw-bg-opacity: 1;
      background-color: rgb(49 130 184 / var(--tw-bg-opacity));
    }

.service-content h2::after {
      content: '';
    }

.service-content h3 {
    margin-bottom: 1rem;
  }

.service-content h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.service-content h3 {
    font-weight: 600;
  }

@media (min-width: 782px) {
    .service-content h3 {
      font-size: 1.25rem;
    }
  }

.service-content h3 img {
      display: inline-block;
    }

.service-content h4 {
    margin-bottom: 0.5rem;
  }

.service-content h4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

.service-content h4 {
    font-weight: 600;
  }

@media (min-width: 782px) {
    .service-content h4 {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }

.service-content p {
    margin-bottom: 1.5rem;
  }

.service-content ul {
    margin-bottom: 1.5rem;
  }

.service-content ul {
    list-style-type: disc;
  }

.service-content ul {
    padding-left: 1rem;
  }

@media (min-width: 782px) {
    .service-content ul {
      padding-left: 2rem;
    }
  }

.page-update {
}

.archiveUpdate {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
  padding-bottom: 4rem;
}

@media (min-width: 782px) {
  .archiveUpdate {
    padding-bottom: 10rem;
  }
}

.archiveUpdate__list {
    margin-bottom: 5rem;
  }

.archiveUpdate__list {
    min-height: 420px;
  }

.archiveUpdate__panel {
    margin-bottom: 4rem;
  }

.archiveUpdate__panel {
    border-radius: 0.375rem;
  }

.archiveUpdate__panel {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

.archiveUpdate__panel {
    text-align: center;
  }

.archiveUpdate__panel {
    font-size: 1.25rem;
  }

.archiveUpdate__panel {
    font-weight: 700;
  }

.archiveUpdate__panel {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

@media (min-width: 782px) {
    .archiveUpdate__panel {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
  }

@media (min-width: 782px) {
    .archiveUpdate__panel:hover {
      --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
      --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
  }

.archiveUpdate__panel p {
      height: 2rem;
    }

@media (min-width: 782px) {
      .archiveUpdate__panel p {
        height: 3rem;
      }
    }

.archiveUpdate__panel img {
      display: inline-block;
    }

.archiveUpdate__panel img {
      height: 100%;
    }

.archiveUpdate__panel img {
      -o-object-fit: contain;
         object-fit: contain;
    }

.archiveUpdate__item {
    margin-bottom: 3.5rem;
  }

.archiveUpdate__head {
    margin-bottom: 0.5rem;
  }

.archiveUpdate__head {
    display: flex;
  }

.archiveUpdate__head {
    justify-content: space-between;
  }

.archiveUpdate__head {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

.archiveUpdate__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.archiveUpdate__title {
    font-weight: 700;
  }

.archiveUpdate__date {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

.archiveUpdate__date {
    font-size: 1rem;
    line-height: 1.5rem;
  }

.archiveUpdate__body {
    position: relative;
  }

.archiveUpdate__body {
    background-color: rgb(243 244 246 / 0.8);
  }

.archiveUpdate__body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

.archiveUpdate__body {
    padding-top: 0.75rem;
  }

.archiveUpdate__body {
    padding-bottom: 3rem;
  }

.archiveUpdate__body {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

.archiveUpdate__body {
    font-weight: 500;
  }

.archiveUpdate__body {
    line-height: 1.625;
  }

.archiveUpdate__dl {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 20px;
    height: 20px;
    background-image: url('../resources/images/download-file-icon.svg');
  }

.download {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
  padding-bottom: 4rem;
}

@media (min-width: 782px) {
  .download {
    padding-bottom: 10rem;
  }
}

.download__list {
    min-height: 420px;
  }

.download__item {
    margin-bottom: 4rem;
  }

.download__item {
    border-radius: 0.375rem;
  }

.download__item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

.download__item {
    text-align: center;
  }

.download__item {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.download__item {
    font-weight: 700;
  }

.download__item {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

@media (min-width: 782px) {
    .download__item {
      font-size: 1.25rem;
    }
  }

@media (min-width: 782px) {
    .download__item:hover {
      --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
      --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
  }

.seminarTable__list {
    }

.seminarTable__head, .seminarTable__item {
      display: flex;
    }

.seminarTable__head, .seminarTable__item {
      justify-content: space-between;
    }

.seminarTable__head p, .seminarTable__item p {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
      }

.seminarTable__head p, .seminarTable__item p {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
      }

.seminarTable__head {
      --tw-bg-opacity: 1;
      background-color: rgb(49 130 184 / var(--tw-bg-opacity));
    }

.seminarTable__head {
      font-weight: 700;
    }

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

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

.seminarTable__item {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }

@media (min-width: 782px) {
      .seminarTable__item {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
      }
    }

.seminarTable__item:last-child {
        border-style: none;
      }

.archiveUpdate {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
  padding-bottom: 4rem;
}

@media (min-width: 782px) {
  .archiveUpdate {
    padding-bottom: 10rem;
  }
}

.archiveUpdate__list {
    margin-bottom: 5rem;
  }

.archiveUpdate__list {
    min-height: 420px;
  }

.archiveUpdate__item {
    margin-bottom: 3.5rem;
  }

.archiveUpdate__head {
    margin-bottom: 0.5rem;
  }

.archiveUpdate__head {
    display: flex;
  }

.archiveUpdate__head {
    justify-content: space-between;
  }

.archiveUpdate__head {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

.archiveUpdate__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.archiveUpdate__title {
    font-weight: 700;
  }

.archiveUpdate__date {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

.archiveUpdate__date {
    font-size: 1rem;
    line-height: 1.5rem;
  }

.archiveUpdate__body {
    position: relative;
  }

.archiveUpdate__body {
    background-color: rgb(243 244 246 / 0.8);
  }

.archiveUpdate__body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

.archiveUpdate__body {
    padding-top: 0.75rem;
  }

.archiveUpdate__body {
    padding-bottom: 3rem;
  }

.archiveUpdate__body {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

.archiveUpdate__body {
    font-weight: 500;
  }

.archiveUpdate__body {
    line-height: 1.625;
  }

/* 2025-08-06追加　アップデート内容のulタグで黒丸が表示されるように */
.archiveUpdate__body ul {
    list-style: disc;
    padding-left: 1rem;
  }

.archiveUpdate__dl {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 20px;
    height: 20px;
    background-image: url('../resources/images/download-file-icon.svg');
  }

.archiveBooks {
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
  padding-bottom: 4rem;
}

@media (min-width: 782px) {
  .archiveBooks {
    padding-bottom: 10rem;
  }
}

.archiveBooks__list {
    margin-bottom: 5rem;
  }

.archiveBooks__list {
    display: grid;
  }

.archiveBooks__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

.archiveBooks__list {
    gap: 2.5rem;
  }

.archiveBooks__item {
    display: block;
  }

.archiveBooks__item {
    height: 24rem;
  }

.archiveBooks__item img {
      margin-left: auto;
      margin-right: auto;
    }

.archiveBooks__item img {
      height: 100%;
    }

.archiveBooks__item img {
      width: 100%;
    }

.archiveBooks__item img {
      -o-object-fit: contain;
         object-fit: contain;
    }

.archiveBooks__title {
    font-size: 1.25rem;
  }

.archiveBooks__title {
    font-weight: 500;
  }

form {
  margin-left: auto;
  margin-right: auto;
  max-width: 36rem;
}

form label {
    margin-bottom: 0.5rem;
  }

form label {
    display: table;
  }

form label {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

form label {
    font-weight: 700;
  }

form p {
    margin-bottom: 0.5rem;
  }

form input, form select, form textarea {
    margin-bottom: 1rem;
  }

form input, form select, form textarea {
    width: 100%;
  }

form input, form select, form textarea {
    resize: none;
  }

form input, form select, form textarea {
    border-radius: 0.125rem;
  }

form input, form select, form textarea {
    border-width: 1px;
  }

form input, form select, form textarea {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

form input, form select, form textarea {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

form input, form select, form textarea {
    line-height: 1.5;
  }

form input, form select, form textarea {
    --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);
  }

form input[type="submit"] {
    margin-top: 2.5rem;
  }

form input[type="submit"] {
    cursor: pointer;
  }

form input[type="submit"] {
    border-radius: 0.375rem;
  }

form input[type="submit"] {
    --tw-border-opacity: 1;
    border-color: rgb(49 130 184 / var(--tw-border-opacity));
  }

form input[type="submit"] {
    font-weight: 700;
  }

form input[type="submit"] {
    --tw-text-opacity: 1;
    color: rgb(49 130 184 / var(--tw-text-opacity));
  }

form input[type="submit"]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(49 130 184 / var(--tw-bg-opacity));
  }

form input[type="submit"]:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

form input[type="submit"] {
    transition: .15s linear;
  }

form .border-box {
    margin-bottom: 1rem;
  }

form .border-box {
    border-radius: 0.125rem;
  }

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

form .border-box {
    border-color: rgb(49 130 184 / 0.8);
  }

form .border-box {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

form .border-box {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

form .border-box {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

form .border-box {
    line-height: 1.625;
  }

form .border-box strong {
      margin-bottom: 0.25rem;
    }

form .border-box strong {
      display: block;
    }

form ol
{
    counter-reset: section;
    list-style-type: none
  }

form ol {
    padding-left: 1rem;
  }

form ol span {
      margin-bottom: 0.5rem;
    }

form ol span {
      display: inline-block;
    }

form ol span {
      font-weight: 500;
    }

form ol span + p {
        display: none;
      }

form ol li {
      position: relative;
    }

form ol li {
      margin-bottom: 0.5rem;
    }

form ol ol {
      position: relative;
    }

form ol ol {
      margin-bottom: 1rem;
    }

form ol ol {
      padding-left: 1.25rem;
    }

form ol ol li {
        position: relative;
      }

form ol ol li {
        margin-bottom: 0.5rem;
      }

form ol li:before {
      counter-increment: section;
      content: counters(section, ".") ".";
      position: absolute;
      right: 100%;
      font-weight: 500;
      margin-right: 4px;
    }

body {
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

main {
}

section {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 782px) {
  section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

section.front {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

section.front {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

@media (min-width: 782px) {
    section.front {
      padding-top: 6rem;
      padding-bottom: 6rem;
    }
  }

section.mv {
    padding: 0px;
  }

section.blue {
    position: relative;
  }

section.blue {
    --tw-bg-opacity: 1;
    background-color: rgb(49 130 184 / var(--tw-bg-opacity));
  }

section.blue.triangle {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }

section.blue.triangle::before, section.blue.triangle::after {
        position: absolute;
      }

section.blue.triangle::before, section.blue.triangle::after {
        left: 0px;
      }

section.blue.triangle::before, section.blue.triangle::after {
        display: block;
      }

section.blue.triangle::before, section.blue.triangle::after {
        content: '';
        border-width: 30px 50vw;
        z-index: -1;
      }

section.blue.triangle::before {
        top: -59px;
        border-color: transparent transparent #3182B8 transparent;
      }

section.blue.triangle::after {
        bottom: -59px;
        border-color: #3182B8 transparent transparent transparent;
      }

@media (min-width: 782px) {

section.blue.triangle {
        padding-block: 128px
    }

        section.blue.triangle::before, section.blue.triangle::after {
          border-width: 160px 100vw;
        }

        section.blue.triangle::before {
          top: -320px;
          border-color: transparent transparent #3182B8 transparent;
        }

        section.blue.triangle::after {
          bottom: -320px;
          border-color: #3182B8 transparent transparent transparent;
        }
      }

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

.section__inner {
    max-width: 80rem;
  }

.section__inner--article {
      margin-left: auto;
      margin-right: auto;
    }

.section__inner--article {
      max-width: 780px;
    }

.section__header {
    margin-bottom: 1.5rem;
  }

@media (min-width: 782px) {
    .section__header {
      margin-bottom: 5rem;
    }
  }

.section__title {
    margin-bottom: 0.5rem;
  }

.section__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

.section__title {
    font-weight: 700;
  }

.section__title {
    letter-spacing: 0.05em;
  }

@media (min-width: 782px) {
    .section__title {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
  }

.section__caption {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

.section__caption {
    letter-spacing: 0.05em;
  }

@media (min-width: 782px) {
    .section__caption {
      font-size: 1rem;
      line-height: 1.5rem;
    }
  }

.section__description {
    margin-bottom: 4rem;
  }

.section__description {
    font-size: 1rem;
    line-height: 1.5rem;
  }

.section__description {
    line-height: 2;
  }

@media (min-width: 782px) {
    .section__description {
      font-size: 1.25rem;
    }
  }

.fade {
  position: relative;
  top: 2rem;
  opacity: 0;
  transition: all .5s linear;
}

.fade.in {
    top: 0px;
  }

.fade.in {
    opacity: 1;
  }

@media (min-width: 782px) {
    .fade--1 {
      transition-delay: .2s;
    }

    .fade--2 {
      transition-delay: .4s;
    }

    .fade--3 {
      transition-delay: .6s;
    }

    .fade--4 {
      transition-delay: .8s;
    }

    .fade--5 {
      transition-delay: 1s;
    }
  }

.btn {
  margin-left: auto;
  margin-right: auto;
  display: table;
  width: 280px;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(49 130 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(49 130 184 / var(--tw-text-opacity));
  transition: all .15s linear;
}

.btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(49 130 184 / var(--tw-bg-opacity));
  }

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

.btn-white:hover {
      --tw-border-opacity: 1;
      border-color: rgb(255 255 255 / var(--tw-border-opacity));
    }

.btn-left {
    margin-left: 0px;
  }

.article {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
  padding-bottom: 4rem;
}

.article__title {
    margin-bottom: 3rem;
  }

.article__title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

.article__title {
    font-weight: 700;
  }

.pagination {
  margin-left: auto;
  margin-right: auto;
  display: table;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.pagination span, .pagination a {
    margin-left: 1rem;
    margin-right: 1rem;
  }

.pagination span:hover, .pagination a:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

.pagination .current {
    font-weight: 700;
  }

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

.pagination a {
    color: inherit;
  }

.pagination a {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }

.pageHeader {
    margin-bottom: 3rem;
  }

.pageHeader {
    padding-left: 1rem;
    padding-right: 1rem;
  }

.pageHeader {
    text-align: center;
  }

.pageHeader {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
  }

@media (min-width: 782px) {
    .pageHeader {
      margin-top: 5rem;
    }
  }

@media (min-width: 782px) {
    .pageHeader {
      margin-bottom: 4rem;
    }
  }

.pageHeader h2 {
      margin-bottom: 1rem;
    }

.pageHeader h2 {
      font-size: 1.5rem;
      line-height: 2rem;
    }

.pageHeader h2 {
      font-weight: 900;
    }

.pageHeader h2 {
      letter-spacing: 0.1em;
    }

@media (min-width: 782px) {
      .pageHeader h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
      }
    }

.pageHeader p {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }

.pageHeader p {
      font-weight: 500;
    }

.pageHeader p {
      letter-spacing: 0.1em;
    }

.hover\:bg-gray-100\/80:hover {
  background-color: rgb(243 244 246 / 0.8);
}

.hover\:bg-theme-1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(49 130 184 / var(--tw-bg-opacity));
}

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

.hover\:drop-shadow-xl:hover {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}

@media (min-width: 600px) {
  .sm\:grid {
    display: grid;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 782px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:left-\[60\%\] {
    left: 60%;
  }

  .md\:top-2 {
    top: 0.5rem;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

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

  .md\:ml-0 {
    margin-left: 0px;
  }

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

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-16 {
    height: 4rem;
  }

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

  .md\:h-3\/4 {
    height: 75%;
  }

  .md\:h-80 {
    height: 20rem;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

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

  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .md\:max-w-panel {
    max-width: 520px;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

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

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

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

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

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .md\:shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 960px) {
  .lg\:max-w-7xl {
    max-width: 80rem;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .xl\:max-w-full {
    max-width: 100%;
  }
}

/* 価格テーブル用クラス */
.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
	margin-top:30px;
	clear:both;
}
.cp_table th {
	width: 13%;
	vertical-align: middle;
	text-align: center;
	background: #f4f4f4;
	padding: 10px;
	border: 1px solid #dddddd;
}
.cp_table td {
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #dddddd;
}
.cp_table h2 {
　margin-top: .8em;
　margin-bottom: .7em;
　font-size: 1.1em
}
.cp_table td.price {
  text-align: right;
}
/*
.cp_table td:first-child {
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}


.entry-content ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1.5em;
  padding-left: 0;
}

.entry-content ol li {
  padding-left: 0;
  text-indent: 0;
}
*/

/* フォームのレイアウト修正用クラス */

/************************************************************
 * ThreeOneSystems - MW WP Form パッチCSS（統合版）
 * ラッパ: #form-custom
 ************************************************************/

/* 0) ベース：フォーム領域だけに限定して、テーマの強い指定を中和 */
#form-custom {
  font: inherit;
  line-height: 1.6;
}

/* 親の段組（pや行ラッパのflex/grid）を解除して基本の縦流れに */
#form-custom p,
#form-custom .form-row,
#form-custom .mw_wp_form_row,
#form-custom .mw_wp_form {
  display: block !important;
}

/* ラベルと段落の余白を素直に */
#form-custom p { margin: 0 0 1rem; }
#form-custom label { display:block; font-weight:600; margin: 0 0 .4rem; }

/* 1) 入力系の見た目（テキスト/メール/電話/テキストエリア/セレクト） */
#form-custom input[type="text"],
#form-custom input[type="email"],
#form-custom input[type="tel"],
#form-custom textarea,
#form-custom select {
  width: 100%;
  max-width: 640px;
  padding: .6rem .8rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
  outline: none;
}
#form-custom input[type="text"]:focus,
#form-custom input[type="email"]:focus,
#form-custom input[type="tel"]:focus,
#form-custom textarea:focus,
#form-custom select:focus {
  border-color: #9bb6ff;
  box-shadow: 0 0 0 3px rgba(155,182,255,.25);
}

/* 2) ラジオボタンの幅を解除 */
#form-custom .mwform-radio-field input[type="radio"] {
  width: auto !important;
}


/* 3) チェックボックス（「どのようにして知りましたか？」）：必ず縦並び */
#form-custom .mwform-checkbox-field {
  display: block;
  margin: .25rem 0;
  width: 100%;
  max-width: 640px;
}
#form-custom .mwform-checkbox-field label {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  white-space: normal;
}
#form-custom .mwform-checkbox-field input[type="checkbox"] {
  margin-top: .2em; /* 先頭行ベースラインに揃える */
  flex: 0 0 auto;
}

/* 4) 規約ボックスやお知らせボックス（border-box クラスの衝突回避） */
#form-custom .border-box {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fafafa;
  padding: 1rem;
  margin: 1.25rem 0;
}

/* 5) 番号付きリスト（li 表記崩れ対策） */
#form-custom ol {
  list-style: decimal !important;
  padding-left: 1.5rem;
  margin: .5rem 0 0;
}
#form-custom ol > li {
  display: list-item !important;
  margin: .35rem 0;
}
/* テーマ独自のカウンター装飾を打ち消し */
#form-custom ol,
#form-custom ol li {
  counter-reset: initial;
  counter-increment: initial;
}
#form-custom ol li::before {
  content: none !important;
}

/* 6) 送信ボタンの見た目（必要に応じて調整） */
#form-custom input[type="submit"],
#form-custom button[type="submit"] {
  display: inline-block;
  padding: .75rem 1.25rem;
  border-radius: 9999px;
  border: 1px solid transparent;
  background: #2563eb;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}
#form-custom input[type="submit"]:hover,
#form-custom button[type="submit"]:hover {
  filter: brightness(1.05);
}

/* 7) テーマが p/div を flex にしている場合の保険（崩れ元の根絶） */
#form-custom p,
#form-custom div {
  display: block;
}

/* 8) 埋め込み要素のはみ出し防止（任意） */
#form-custom img,
#form-custom iframe {
  max-width: 100%;
  height: auto;
}

