/*
! tailwindcss v3.1.8 | 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 */
  font-weight: inherit;
  /* 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::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;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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%;
}

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

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

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

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

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

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

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

body {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  line-height: 1.75;
  letter-spacing: 0em;
}

@media (min-width: 768px) {
  body {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.75;
  }
}

/*nav*/

a.km_list {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 112 37 / var(--tw-text-opacity));
  text-decoration-line: none;
}

a.km_list:hover {
  --tw-text-opacity: 1;
  color: rgb(31 153 71 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  a.km_list {
    margin-right: 0.25rem;
    border-width: 0px;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    color: inherit;
  }
}

@media (min-width: 1280px) {
  a.km_list {
    margin-right: 0.5rem;
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}

@media (min-width: 1440px) {
  a.km_list {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

a.km_list.contact {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 9999px;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  a.km_list.contact {
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

div.km_list.tel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 112 37 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  div.km_list.tel {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 1280px) {
  div.km_list.tel {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

div.tel_info span.num.tel {
  padding-top: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}

@media (min-width: 1024px) {
  div.tel_info span.num.tel {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  div.tel_info span.num.tel {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1440px) {
  div.tel_info span.num.tel {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

/*common*/

h2.km_section_title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  line-height: 1.625;
}

h3.km_sub_title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  font-weight: 700;
  line-height: 1.625;
}

/*footer*/

footer .km_footer_nav_title a {
  display: flex;
  height: 100%;
  align-items: center;
  border-bottom-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  footer .km_footer_nav_title a {
    border-width: 0px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

footer .km_footer_nav {
  margin-bottom: 1rem;
  display: none;
  list-style-type: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  footer .km_footer_nav {
    display: block;
  }
}

footer nav.km_footer_nav ul li {
  margin-left: 0.25rem;
  border-left-width: 1px;
  border-left-color: rgb(124 193 113 / var(--tw-border-opacity));
  --tw-border-opacity: 0.8;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

footer .km_footer_group_title {
  margin-top: 2rem;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer .km_footer_group {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}

footer .km_footer_group li {
  width: 50%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
}

@media (min-width: 640px) {
  footer .km_footer_group li {
    width: 33.333333%;
  }
}

@media (min-width: 1280px) {
  footer .km_footer_group li {
    width: -moz-fit-content;
    width: fit-content;
    flex: 1 1 auto;
  }
}

footer .km_footer_group li a {
  display: block;
}

footer .km_footer_group li a:hover {
  opacity: 0.8;
}

footer .km_footer_group li a img.logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25rem;
  height: 2rem;
}

@media (min-width: 1024px) {
  footer .km_footer_group li a img.logo {
    height: 2.5rem;
  }
}

footer .km_footer_global {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

footer .km_footer_global_inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px) {
  footer .km_footer_global_inner {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
  }
}

@media (min-width: 1024px) {
  footer .km_footer_global_inner {
    max-width: 1720px;
    flex-direction: row;
    align-items: flex-start;
  }
}

footer .km_footer_global_inner div.globalnameBox {
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  footer .km_footer_global_inner div.globalnameBox {
    margin-bottom: 0px;
    width: 33.333333%;
  }
}

footer .km_footer_global_inner div.globalnameBox a {
  display: flex;
  flex-direction: column;
}

footer .km_footer_global_inner div.globalnameBox a span.name {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 640px) {
  footer .km_footer_global_inner div.globalnameBox a span.name {
    flex-direction: row;
  }
}

footer .km_footer_global_inner div.globalnameBox a span.name img.logo {
  margin-bottom: 0.5rem;
  height: 2.5rem;
}

@media (min-width: 640px) {
  footer .km_footer_global_inner div.globalnameBox a span.name img.logo {
    margin-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  footer .km_footer_global_inner div.globalnameBox a span.name img.logo {
    height: 3rem;
  }
}

@media (min-width: 1440px) {
  footer .km_footer_global_inner div.globalnameBox a span.name img.logo {
    height: 3.5rem;
  }
}

footer .km_footer_global_inner div.globallinkBox {
  width: 100%;
}

@media (min-width: 1024px) {
  footer .km_footer_global_inner div.globallinkBox {
    width: 66.666667%;
  }
}

footer ul.globallink {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 640px) {
  footer ul.globallink {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  footer ul.globallink {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1440px) {
  footer ul.globallink {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

footer ul.globallink li {
  margin-bottom: 1.5rem;
  display: block;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 640px) {
  footer ul.globallink li {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  footer ul.globallink li {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}

footer ul.globallink li a {
  display: block;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 640px) {
  footer ul.globallink li a {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
}

footer .km_footer_policy {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}

footer div.policylinkBox {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  footer div.policylinkBox {
    max-width: 1720px;
    flex-direction: row;
  }
}

footer div.policylinkBox p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 1024px) {
  footer div.policylinkBox p {
    order: 1;
    width: 33.333333%;
  }
}

footer ul.policylink {
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 640px) {
  footer ul.policylink {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  footer ul.policylink {
    order: 2;
    width: 66.666667%;
  }
}

footer ul.policylink li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 640px) {
  footer ul.policylink li {
    border-left-width: 1px;
  }
}

@media (min-width: 1440px) {
  footer ul.policylink li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/*top page*/

div.top div.information {
  padding: 1rem;
}

/*セミナーが1件の時*/

div.top div.information .seminarBox {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  border-radius: 0.5rem;
  border-width: 2px;
  border-color: rgb(124 193 113 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

div.top div.information .seminarBox .seminar_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
}

@media (min-width: 1024px) {
  div.top div.information .seminarBox .seminar_title {
    flex-direction: row;
  }
}

div.top div.information .seminarBox .seminar_img {
  flex-shrink: 0;
}

div.top div.information .seminarBox .seminar_img img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 768px) {
  div.top div.information .seminarBox .seminar_img img {
    max-width: 32rem;
  }
}

@media (min-width: 1280px) {
  div.top div.information .seminarBox .seminar_img img {
    max-width: 36rem;
  }
}

div.top div.information .seminarBox dl.seminar_data {
  width: 100%;
  flex-grow: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  padding: 1rem;
}

@media (min-width: 768px) {
  div.top div.information .seminarBox dl.seminar_data {
    max-width: 32rem;
  }
}

@media (min-width: 1024px) {
  div.top div.information .seminarBox dl.seminar_data {
    margin-left: 2rem;
    margin-right: 1rem;
    background-color: transparent;
    padding: 0px;
  }
}

@media (min-width: 1280px) {
  div.top div.information .seminarBox dl.seminar_data {
    max-width: none;
  }
}

div.top div.information .seminarBox dl.seminar_data dt {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  div.top div.information .seminarBox dl.seminar_data dt {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1440px) {
  div.top div.information .seminarBox dl.seminar_data dt {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

div.top div.information .seminarBox dl.seminar_data dd {
  font-weight: 500;
}

div.top div.information .seminarBox dl.seminar_data dd ul {
  margin-left: -1rem;
  margin-right: -1rem;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 768px) {
  div.top div.information .seminarBox dl.seminar_data dd ul li {
    display: inline-block;
  }
}

div.top div.information .seminarBox .seminar_text {
  display: flex;
  flex-direction: row;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
}

@media (min-width: 768px) {
  div.top div.information .seminarBox .seminar_text {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    line-height: 1.625;
  }
}

div.top div.information .seminarBox a.km_contact_btn {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  div.top div.information .seminarBox a.km_contact_btn {
    margin-left: 0px;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

div.top a.link_btn {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-right: 2rem;
  padding-left: 2.5rem;
  padding-bottom: 0.75rem;
  padding-top: 0.5rem;
}

@media (min-width: 1280px) {
  div.top a.link_btn {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/*セミナーが複数並ぶとき*/

div.top div.information .seminarBoxList {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1280px;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px) {
  div.top div.information .seminarBoxList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

div.top div.information .seminarBoxList .seminarBox {
  width: 100%;
}

div.top div.information .seminarBoxList .seminarBox .seminar_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

@media (min-width: 768px) {
  div.top div.information .seminarBoxList .seminarBox .seminar_title {
    flex-direction: column;
  }
}

div.top div.information .seminarBoxList .seminarBox .seminar_img img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 768px) {
  div.top div.information .seminarBoxList .seminarBox .seminar_img img {
    max-width: none;
  }
}

div.top div.information .seminarBoxList .seminarBox dl.seminar_data {
  margin: 0px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
}

div.top div.information .seminarBoxList .seminarBox dl.seminar_data dt {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

div.top div.information .seminarBoxList .seminarBox dl.seminar_data dd ul {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

@media (min-width: 640px) {
  div.top div.information .seminarBoxList .seminarBox dl.seminar_data dd ul {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 768px) {
  div.top div.information .seminarBoxList .seminarBox a.km_contact_btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/*評価支援サービス*/

div.top #section02 div.serviceTitle {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  max-width: 1280px;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1024px) {
  div.top #section02 div.serviceTitle {
    margin-top: 4rem;
    margin-bottom: 0px;
    flex-direction: row;
  }
}

div.top #section02 div.serviceTitle p.number {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(31 153 71 / var(--tw-border-opacity));
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
}

div.top #section02 div.serviceTitle h4 {
  margin-left: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 112 37 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  div.top #section02 div.serviceTitle h4 {
    margin-left: 3rem;
  }
}

div.top #section02 div.serviceTitle h4 {
  /*font*-size --> km.css*/
}

div.top #section02 div.serviceBox {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 1024px) {
  div.top #section02 div.serviceBox {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 4rem;
    padding: 2rem;
  }
}

div.top #section02 div.serviceBox div.imgBox {
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1 / 1;
  width: 40%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  div.top #section02 div.serviceBox div.imgBox {
    width: 33.333333%;
  }
}

@media (min-width: 1024px) {
  div.top #section02 div.serviceBox div.imgBox {
    width: 80%;
  }
}

div.top #section02 div.serviceBox ul.serviceList {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 1024px) {
  div.top #section02 div.serviceBox ul.serviceList {
    margin-left: 2rem;
  }
}

div.top #section02 div.serviceBox ul.serviceList li a {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

div.top #section02 div.serviceBox ul.serviceList li a img.icon {
  margin-right: 1rem;
  width: 2rem;
}

@media (min-width: 1024px) {
  div.top #section02 div.serviceBox ul.serviceList li a img.icon {
    width: 2.5rem;
  }
}

div.top #section02 div.serviceBox ul.serviceList li a span.serviceName {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 1024px) {
  div.top #section02 div.serviceBox ul.serviceList li a span.serviceName {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1440px) {
  div.top #section02 div.serviceBox ul.serviceList li a span.serviceName {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/*お悩み別解決例*/

div.top #section03 h4.km_section_subtitle {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 112 37 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  div.top #section03 h4.km_section_subtitle {
    max-width: 24rem;
  }
}

@media (min-width: 1280px) {
  div.top #section03 h4.km_section_subtitle {
    max-width: 28rem;
  }
}

div.top #section03 h4.km_section_subtitle {
  /*font*-size --> top.css*/
}

div.top #section03 div.problemBox {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 640px) {
  div.top #section03 div.problemBox {
    width: 66.666667%;
  }
}

@media (min-width: 1024px) {
  div.top #section03 div.problemBox {
    width: 83.333333%;
  }
}

div.top #section03 div.problemBox div.imgBox {
  border-radius: 0.25rem;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #f5f5f4;
  --tw-gradient-to: rgb(245 245 244 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #e7e5e4;
}

/*コメント*/

div.top #section05 div.partner {
  padding: 1rem;
}

div.top #section05 div.partner div.inner_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1280px) {
  div.top #section05 div.partner div.inner_box {
    flex-direction: row;
    align-items: flex-start;
  }
}

div.top #section05 div.partner div.inner_box p {
  width: 100%;
}

div.top #section05 div.partner div.person {
  height: 8rem;
  width: 8rem;
  flex-shrink: 0;
}

@media (min-width: 640px) {
  div.top #section05 div.partner div.person {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media (min-width: 1280px) {
  div.top #section05 div.partner div.person {
    margin-top: 1rem;
    margin-right: 1rem;
  }
}

/*news*/

ul.km_news_list li.km_news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 221 255 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
  padding-top: 1rem;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

@media (min-width: 768px) {
  ul.km_news_list li.km_news {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1024px) {
  ul.km_news_list li.km_news {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

ul.km_news_list_extlink li.km_news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 221 255 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
  padding-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  ul.km_news_list_extlink li.km_news {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1024px) {
  ul.km_news_list_extlink li.km_news {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}

li.km_news:last-child {
  margin-bottom: 1rem;
  border-bottom-width: 1px;
}

@media (min-width: 1024px) {
  li.km_news:last-child {
    margin-bottom: 2rem;
  }
}

.km_news_date {
  margin-bottom: 0.5rem;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
}

ul.km_news_list li.km_news .km_news_date p.date {
  margin-right: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 112 37 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  ul.km_news_list li.km_news .km_news_date p.date {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1024px) {
  ul.km_news_list li.km_news .km_news_date p.date {
    margin-right: 3rem;
  }
}

ul.km_news_list_extlink li.km_news .km_news_date p.date {
  margin-right: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 112 37 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  ul.km_news_list_extlink li.km_news .km_news_date p.date {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1024px) {
  ul.km_news_list_extlink li.km_news .km_news_date p.date {
    margin-right: 3rem;
  }
}

.km_news_date p.tag {
  margin-right: 1rem;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.625rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .km_news_date p.tag {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .km_news_date p.tag {
    margin-right: 3rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.km_news_date p.tag.media {
  /*掲載情報*/
  --tw-bg-opacity: 1;
  background-color: rgb(31 153 131 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.km_news_date p.tag.event {
  /*イベント*/
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 37 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.km_news_date p.tag.seminar {
  /*セミナー*/
  --tw-bg-opacity: 1;
  background-color: rgb(31 153 71 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.km_news_date p.tag.notice {
  /*おしらせ*/
  --tw-bg-opacity: 1;
  background-color: rgb(139 178 32 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.km_news_date p.tag.update {
  /*更新情報*/
  --tw-bg-opacity: 1;
  background-color: rgb(124 193 113 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.km_news span.new {
  margin-left: 1rem;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.125rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(0 112 37 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .km_news span.new {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.25rem;
    margin-bottom: -0.5rem;
    display: block;
    width: 5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.km_news_topic {
  width: 100%;
  line-height: 1.625;
}

@media (min-width: 768px) {
  .km_news_topic {
    flex-grow: 1;
  }
}

.km_news_topic a {
  position: relative;
  display: block;
}

.km_news_topic a:hover {
  text-decoration-line: underline;
  text-decoration-color: #e0f2fe;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
}

.km_news_topic p.km_news_topic_text {
  padding-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .km_news_topic p.km_news_topic_text {
    padding-right: 7rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .km_news_topic p.km_news_topic_text {
    padding-right: 12rem;
  }
}

.km_news_topic p.km_news_topic_text_full {
  /*リンクなしの場合*/
  padding-right: 0px;
  padding-bottom: 0.5rem;
}

.km_news_topic span.km_news_topic_more {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 112 37 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .km_news_topic span.km_news_topic_more {
    top: 0.25rem;
    bottom: auto;
    width: 6rem;
  }
}

@media (min-width: 1024px) {
  .km_news_topic span.km_news_topic_more {
    width: 10rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.km_news_topic span.km_news_topic_other {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(0 112 37 / var(--tw-text-opacity));
  --tw-text-opacity: 0.6;
}

@media (min-width: 640px) {
  .km_news_topic span.km_news_topic_other {
    top: 0.25rem;
    bottom: auto;
    width: 6rem;
  }
}

@media (min-width: 1024px) {
  .km_news_topic span.km_news_topic_other {
    width: 10rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

/*kayoinoba*/

.kayoinoba h3 {
  margin: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .kayoinoba h3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

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

.kayoinoba h3 span.maintitle {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.025em;
}

@media (min-width: 640px) {
  .kayoinoba h3 span.maintitle {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .kayoinoba h3 span.maintitle {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1440px) {
  .kayoinoba h3 span.maintitle {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.kayoinoba h4.km_kayoinoba_index {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .kayoinoba h4.km_kayoinoba_index {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 3rem;
    padding-top: 4rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.kayoinoba h5 {
  padding: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .kayoinoba h5 {
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: left;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.kayoinoba h5.small {
  padding: 1rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .kayoinoba h5.small {
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.kayoinoba p.text {
  padding: 1rem;
}

@media (min-width: 1024px) {
  .kayoinoba p.text {
    padding: 2rem;
  }
}

div.km_kayoinoba_section {
  margin-bottom: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(196 240 255 / var(--tw-bg-opacity));
  padding: 0px;
  --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);
  --tw-shadow-color: #93c5fd;
  --tw-shadow: var(--tw-shadow-colored);
}

@media (min-width: 1024px) {
  div.km_kayoinoba_section {
    border-radius: 1rem;
    padding: 4rem;
  }
}

div.km_kayoinobaBox {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 1024px) {
  div.km_kayoinobaBox {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

div.km_kayoinobaBox:nth-child(2n + 1) {
  --tw-bg-opacity: 0.5;
}

div.km_kayoinobaBox.fx {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  div.km_kayoinobaBox.fx {
    flex-direction: row;
  }
}

div.km_kayoinobaBox img {
  border-radius: 0.25rem;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

div.km_kayoinobaBox img.website {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity));
  --tw-shadow: 1px 1px 0px 0px rgba(68, 64, 60, 0.5), 8px 8px 0px 0px rgba(68, 64, 60, 0.2);
  --tw-shadow-colored: 1px 1px 0px 0px var(--tw-shadow-color), 8px 8px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.kayoinoba p.text {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
}

@media (min-width: 1024px) {
  .kayoinoba p.text {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.0625rem;
    line-height: 1.625rem;
    line-height: 2;
  }
}

.kayoinoba p.text.full {
  max-width: none;
}

.kayoinoba div.resolutionLink {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

.kayoinoba div.resolutionLink p.title {
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(31 153 71 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .kayoinoba div.resolutionLink p.title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.625;
  }
}

@media (min-width: 1280px) {
  .kayoinoba div.resolutionLink p.title {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.625;
  }
}

.kayoinoba div.resolutionLink a.resolutionLink_btn {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 0px;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .kayoinoba div.resolutionLink a.resolutionLink_btn {
    border-radius: 9999px;
  }
}

@media (min-width: 1280px) {
  .kayoinoba div.resolutionLink a.resolutionLink_btn {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.kayoinoba a.textLink {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.kayoinoba a.textLink:hover {
  text-decoration-line: underline;
}

@media (prefers-color-scheme: dark) {
  .kayoinoba a.textLink {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
  }
}

ol.km_kayoinoba_index {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1rem;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(115 201 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

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

ol.km_kayoinoba_index li {
  margin: 1rem;
  font-size: 1.0625rem;
  line-height: 1.625rem;
  font-weight: 700;
}

@media (min-width: 1280px) {
  ol.km_kayoinoba_index li {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1440px) {
  ol.km_kayoinoba_index li {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

ol.km_kayoinoba_index li ol li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

ol.km_kayoinoba_index a {
  --tw-bg-opacity: 0.6;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

ol.km_kayoinoba_index a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

/*service*/

div.panel-group p.km_sv_number {
  margin-top: -0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*
div.panel-group .km_service_btn_arrowdown {
  @apply h-32 w-32;
}*/

div.panel-group a.km_service_btn {
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: flex-start;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

div.panel-group a.km_service_btn .tree_icon_box {
  margin-right: 1rem;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

div.panel-group a.km_service_btn .tree_icon_box img.tree_icon {
  width: 5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

@media (min-width: 768px) {
  div.panel-group a.km_service_btn .tree_icon_box img.tree_icon {
    width: 6rem;
  }
}

div.panel-group a.km_service_btn .service_name {
  height: -moz-fit-content;
  height: fit-content;
}

div.panel-group a.km_service_btn .service_name h4 {
  margin-bottom: 0.5rem;
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.625;
}

div.panel-group div.sv_btn_box {
  margin: -1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

div.km_serviceBox p.km_sv_number {
  margin-left: -0.5rem;
  margin-top: -2rem;
  margin-bottom: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  div.km_serviceBox p.km_sv_number {
    margin-top: -7rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {
  div.km_serviceBox p.km_sv_number {
    margin-top: -1rem;
  }
}

div.panel-group a.km_service_btn .service_name h4 span.sv_title {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  div.panel-group a.km_service_btn .service_name h4 span.sv_title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

div.panel-group a.km_service_btn .service_name h4 span.sv_sub_title {
  display: block;
}

@media (min-width: 1024px) {
  div.panel-group a.km_service_btn .service_name h4 span.sv_sub_title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

div.km_serviceBox {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1280px) {
  div.km_serviceBox {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

div.km_serviceBox div.inner {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  div.km_serviceBox div.inner {
    max-width: 56rem;
  }
}

@media (min-width: 1280px) {
  div.km_serviceBox div.inner {
    display: flex;
    max-width: none;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
  }
}

div.km_serviceBox div.inner h4 {
  font-weight: 600;
}

div.km_serviceBox div.inner h4 span.km_sv_title {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  display: block;
  line-height: 1.375;
  letter-spacing: 0.025em;
}

@media (min-width: 1024px) {
  div.km_serviceBox div.inner h4 span.km_sv_title {
    letter-spacing: -0.025em;
  }
}

@media (min-width: 1440px) {
  div.km_serviceBox div.inner h4 span.km_sv_title {
    letter-spacing: 0em;
  }
}

div.km_serviceBox div.inner h4 span.km_sub_title {
  margin-bottom: 1rem;
  display: block;
  border-bottom-width: 6px;
  --tw-border-opacity: 0.3;
  padding-bottom: 1rem;
  letter-spacing: 0.025em;
}

@media (min-width: 1024px) {
  div.km_serviceBox div.inner h4 span.km_sub_title {
    letter-spacing: -0.025em;
  }
}

@media (min-width: 1440px) {
  div.km_serviceBox div.inner h4 span.km_sub_title {
    letter-spacing: 0em;
  }
}

div.km_serviceBox div.inner p.km_sv_text {
  margin-bottom: 2rem;
  max-width: 36rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  div.km_serviceBox div.inner p.km_sv_text {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.625;
  }
}

@media (min-width: 1440px) {
  div.km_serviceBox div.inner p.km_sv_text {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.625;
  }
}

div.km_serviceBox div.sv_name_l {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1280px) {
  div.km_serviceBox div.sv_name_l {
    align-items: flex-start;
    padding-bottom: 6rem;
    padding-right: 1rem;
  }

  div.km_serviceBox div.sv_r {
    z-index: 10;
    min-width: 66.666667%;
  }
}

@media (min-width: 1440px) {
  div.km_serviceBox div.sv_r {
    min-width: 58.333333%;
  }
}

div.km_serviceBox div.sv_name_r {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1280px) {
  div.km_serviceBox div.sv_name_r {
    order: 2;
    align-items: flex-start;
    padding-bottom: 6rem;
    padding-left: 1rem;
  }

  div.km_serviceBox div.sv_l {
    z-index: 10;
    order: 1;
    min-width: 66.666667%;
  }
}

@media (min-width: 1440px) {
  div.km_serviceBox div.sv_l {
    min-width: 58.333333%;
  }
}

div.km_serviceBox div.sv_inner {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

@media (min-width: 1024px) {
  div.km_serviceBox div.sv_inner {
    margin-left: 0px;
    margin-right: 0px;
    aspect-ratio: 1 / 1;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1280px) {
  div.km_serviceBox div.sv_inner {
    border-radius: 9999px;
  }
}

div.km_serviceBox span.balloon_b {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(31 153 71 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  div.km_serviceBox span.balloon_b {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1440px) {
  div.km_serviceBox span.balloon_b {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

div.km_serviceBox div.merit p.title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1.625;
}

@media (min-width: 1600px) {
  div.km_serviceBox div.merit p.title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 1.5;
  }
}

div.km_serviceBox div.merit p.text {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  div.km_serviceBox div.merit p.text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1440px) {
  div.km_serviceBox div.merit p.text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/*resolution*/

div.panel-group a.km_resolution_btn {
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: flex-start;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

div.panel-group a.km_resolution_btn .people_icon_box {
  margin-right: 1rem;
  display: flex;
  min-width: 25%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

div.panel-group a.km_resolution_btn .people_icon_box img.people_icon {
  aspect-ratio: 1 / 1;
  width: 5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  div.panel-group a.km_resolution_btn .people_icon_box img.people_icon {
    width: 8rem;
  }
}

div.panel-group a.km_resolution_btn .people_icon_box p.icon_name {
  margin-top: -0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 37 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.25rem;
  padding-top: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  div.panel-group a.km_resolution_btn .people_icon_box p.icon_name {
    margin-top: -0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

div.panel-group a.km_resolution_btn div.problem {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}

div.panel-group a.km_resolution_btn div.problem h4 {
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  line-height: 1.625;
}

div.panel-group a.km_resolution_btn div.problem h4 span.title {
  margin-bottom: 0.25rem;
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 112 37 / var(--tw-border-opacity));
  padding-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 112 37 / var(--tw-text-opacity));
}

div.panel-group a.km_resolution_btn div.problem h4 span.num {
  margin-left: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  div.panel-group a.km_resolution_btn div.problem h4 span.num {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

div.panel-group a.km_resolution_btn div.problem p.prob {
  /*「」の設定---resolution.css*/
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  div.panel-group a.km_resolution_btn div.problem p.prob {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.625;
  }
}

div.km_resolutionBox {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  width: 100%;
  padding: 1rem;
}

@media (min-width: 1024px) {
  div.km_resolutionBox {
    margin-bottom: 0px;
    min-height: 50vh;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1280px) {
  div.km_resolutionBox {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

div.km_resolutionBox div.ex {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1280px;
  flex-wrap: wrap;
}

div.km_resolutionBox div.ex div.problem {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  background-color: rgb(31 153 71 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.7;
  padding: 1rem;
}

@media (min-width: 640px) {
  div.km_resolutionBox div.ex div.problem {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  div.km_resolutionBox div.ex div.problem {
    padding: 2rem;
  }
}

div.km_resolutionBox div.ex div.solve {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 640px) {
  div.km_resolutionBox div.ex div.solve {
    flex-direction: row;
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  div.km_resolutionBox div.ex div.solve {
    padding: 2rem;
  }
}

div.km_resolutionBox div.ex div.problem div.title_circle {
  display: inline-flex;
  height: 5rem;
  width: 5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 112 37 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  div.km_resolutionBox div.ex div.problem div.title_circle {
    margin-right: 1rem;
  }
}

@media (min-width: 1024px) {
  div.km_resolutionBox div.ex div.problem div.title_circle {
    margin-right: 2rem;
    height: 8rem;
    width: 8rem;
  }
}

div.km_resolutionBox div.ex div.problem div.title_circle span.num {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  div.km_resolutionBox div.ex div.problem div.title_circle span.num {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

div.km_resolutionBox div.ex div.solve div.title_circle {
  display: inline-flex;
  height: 5rem;
  width: 5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgb(31 153 71 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  div.km_resolutionBox div.ex div.solve div.title_circle {
    margin-right: 1rem;
  }
}

@media (min-width: 1024px) {
  div.km_resolutionBox div.ex div.solve div.title_circle {
    margin-right: 2rem;
    height: 8rem;
    width: 8rem;
  }
}

div.km_resolutionBox div.ex div.title_circle p {
  /*.problem .solve 共通*/
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  div.km_resolutionBox div.ex div.title_circle p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  div.km_resolutionBox div.ex div.title_circle p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

div.km_resolutionBox div.ex p.prob {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  div.km_resolutionBox div.ex p.prob {
    margin-right: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  div.km_resolutionBox div.ex p.prob {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  div.km_resolutionBox div.ex p.prob {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1440px) {
  div.km_resolutionBox div.ex p.prob {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

div.km_resolutionBox div.ex p.res {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 640px) {
  div.km_resolutionBox div.ex p.res {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  div.km_resolutionBox div.ex p.res {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1440px) {
  div.km_resolutionBox div.ex p.res {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

div.km_resolutionBox div.ex p.prob, 
  div.km_resolutionBox div.ex p.res {
  font-weight: 600;
  line-height: 1.75;
}

div.km_resolutionBox div.ex p.res {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  flex-grow: 1;
}

@media (min-width: 640px) {
  div.km_resolutionBox div.ex p.res {
    order: 2;
  }
}

@media (min-width: 1024px) {
  div.km_resolutionBox div.ex p.res {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

div.km_resolutionBox div.ex div.problem figure {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 25%;
  flex-shrink: 1;
}

@media (min-width: 1024px) {
  div.km_resolutionBox div.ex div.problem figure {
    margin-top: -8rem;
    margin-bottom: -4rem;
  }
}

div.km_resolutionBox div.ex div.problem figure span.icon_caption {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 37 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.25rem;
  padding-top: 0.125rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  div.km_resolutionBox div.ex div.problem figure span.icon_caption {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 80%;
  }
}

@media (min-width: 1024px) {
  div.km_resolutionBox div.ex div.problem figure span.icon_caption {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

div.km_resolutionBox div.ex div.problem img.people_img {
  margin-left: auto;
  margin-right: auto;
  display: none;
  aspect-ratio: 3 / 2;
  max-height: 6rem;
  width: 10rem;
}

@media (min-width: 640px) {
  div.km_resolutionBox div.ex div.problem img.people_img {
    display: block;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  div.km_resolutionBox div.ex div.problem img.people_img {
    max-height: 13rem;
  }
}

div.km_resolutionBox div.ex div.solve img.solve_img {
  margin-left: auto;
  margin-right: auto;
  max-height: 14rem;
  width: 40%;
  min-width: 25%;
}

@media (min-width: 640px) {
  div.km_resolutionBox div.ex div.solve img.solve_img {
    order: 1;
    width: 25%;
  }
}

div.km_resolutionBox .solve_btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 640px) {
  div.km_resolutionBox .solve_btn {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  div.km_resolutionBox .solve_btn {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 3rem;
    padding-right: 2rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/*case top*/

div.km_caseBox {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-radius: 1rem;
  border-bottom-width: 24px;
  border-color: rgb(124 193 113 / var(--tw-border-opacity));
  --tw-border-opacity: 0.7;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
}

@media (min-width: 1024px) {
  div.km_caseBox {
    flex-direction: row;
    padding-top: 2.5rem;
  }
}

@media (min-width: 1280px) {
  div.km_caseBox {
    border-bottom-width: 36px;
    padding-left: 4rem;
  }
}

div.km_caseBox p.caseTitle {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}

div.km_caseBox p.caseTitle span.tag {
  border-left-width: 8px;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
  --tw-border-opacity: 0.3;
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

div.km_caseBox p.caseTitle span.client {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  div.km_caseBox p.caseTitle span.client {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

div.km_caseBox h4 {
  margin-top: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

div.km_caseBox div.caseText {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
}

@media (min-width: 1280px) {
  div.km_caseBox div.caseText {
    flex-direction: row;
    align-items: flex-start;
  }
}

div.km_caseBox img.caseImg {
  margin-top: 1rem;
  margin-bottom: 1rem;
  aspect-ratio: 2.25 / 1;
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 1280px) {
  div.km_caseBox img.caseImg {
    margin-left: auto;
    margin-right: auto;
    width: 41.666667%;
  }
}

div.km_caseBox a.km_normal_btn {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  margin-left: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 1024px) {
  div.km_caseBox a.km_normal_btn {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

div.km_caseBox div.treeImg {
  flex-shrink: 0;
}

div.km_caseBox div.treeImg img.tree {
  margin-bottom: -0.5rem;
  margin-top: -4rem;
  margin-right: -0.5rem;
  margin-left: auto;
  height: 8rem;
  width: 8rem;
}

@media (min-width: 768px) {
  div.km_caseBox div.treeImg img.tree {
    margin-top: -6rem;
    height: 9rem;
    width: 9rem;
  }
}

@media (min-width: 1280px) {
  div.km_caseBox div.treeImg img.tree {
    margin-top: 0px;
    margin-left: 2rem;
    margin-right: 0px;
    height: 15rem;
    width: 15rem;
  }
}

/*case*/

div.km_caseHero {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  div.km_caseHero {
    max-width: 42rem;
  }
}

@media (min-width: 768px) {
  div.km_caseHero {
    max-width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1024px) {
  div.km_caseHero {
    max-width: 1536px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

div.km_caseHero div.catchBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1024px) {
  div.km_caseHero div.catchBox {
    grid-column: span 3 / span 3;
    padding-left: 1rem;
    padding-right: 0px;
  }
}

div.km_caseHero div.catchBox h3 {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: row;
  align-items: center;
}

div.km_caseHero div.catchBox h3 span.tag {
  width: -moz-fit-content;
  width: fit-content;
  border-left-width: 8px;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

div.km_caseHero div.catchBox h3 span.client {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  div.km_caseHero div.catchBox h3 span.client {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

div.km_caseHero div.catchBox div.catchTitle {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

div.km_caseHero div.catchBox div.catchTitle h4 {
  margin-bottom: 1.5rem;
  max-width: 64rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  div.km_caseHero div.catchBox div.catchTitle p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.625;
  }
}

div.km_caseHero div.catchBox div.catchTitle p.column {
  margin-top: 1rem;
  border-radius: 0.75rem;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  div.km_caseHero div.catchBox div.catchTitle p.column {
    margin-top: 2rem;
    line-height: 1.625;
  }
}

div.km_caseHero div.catchImg {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  div.km_caseHero div.catchImg {
    grid-column: span 2 / span 2;
  }
}

div.km_caseHero div.catchImg img.mainImg {
  width: 100%;
  border-radius: 1.5rem;
}

div.km_caseContents {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  div.km_caseContents {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  div.km_caseContents {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  div.km_caseContents {
    max-width: 1280px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

div.km_caseContents h5 {
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  div.km_caseContents h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

div.km_caseContents p.text {
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

div.km_caseContents div.imgBox {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1024px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  div.km_caseContents div.imgBox {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  div.km_caseContents div.imgBox {
    gap: 2rem;
    padding: 2rem;
  }
}

div.km_caseContents div.imgBox figcaption {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 1024px) {
  div.km_caseContents div.imgBox figcaption {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

div.km_caseContents div.imgBox img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 640px) {
  div.km_caseContents div.imgBox img {
    aspect-ratio: 4 / 3;
  }
}

@media (min-width: 768px) {
  div.km_caseContents div.imgBox img {
    aspect-ratio: auto;
  }
}

div.km_caseContents div.km_solution a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 640px) {
  div.km_caseContents div.km_solution a {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 768px) {
  div.km_caseContents div.km_solution a {
    flex-direction: row;
  }
}

div.km_caseContents div.km_solution a span.name {
  font-size: 1.0625rem;
  line-height: 1.625rem;
  font-weight: 700;
}

@media (min-width: 640px) {
  div.km_caseContents div.km_solution a span.name {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  div.km_caseContents div.km_solution a span.name {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

div.km_caseContents a span.url {
  display: flex;
  align-items: center;
  word-break: break-all;
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}

div.km_caseContents a:hover span.url {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}

div.km_caseContents div.km_solution a img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

div.km_caseContents div.km_solution a img.logo {
  max-width: 256px;
}

div.km_caseContents div.km_solution a p.title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
}

@media (min-width: 768px) {
  div.km_caseContents div.km_solution a p.title {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    line-height: 1.625;
  }
}

div.km_caseContents div.km_solution a p.text {
  margin-bottom: 1rem;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
}

@media (min-width: 768px) {
  div.km_caseContents div.km_solution a p.text {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    line-height: 1.625;
  }
}

div.km_caseClient {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  width: 100%;
  max-width: 72rem;
  border-radius: 1.5rem;
  border-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
}

@media (min-width: 640px) {
  div.km_caseClient {
    padding-bottom: 2.5rem;
  }
}

div.km_caseClient h6 {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  div.km_caseClient h6 {
    flex-direction: row;
  }
}

@media (min-width: 1280px) {
  div.km_caseClient h6 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

div.km_caseClient h6 span.name {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  max-width: 28rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (min-width: 640px) {
  div.km_caseClient h6 span.name {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

div.km_caseClient h6 img.logo {
  max-height: 3rem;
  width: auto;
  max-width: 192px;
}

@media (min-width: 640px) {
  div.km_caseClient h6 img.logo {
    max-height: 5rem;
  }
}

div.km_caseClient div.clientBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  div.km_caseClient div.clientBox {
    flex-direction: row;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

div.km_caseClient div.clientBox .client01 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
}

@media (min-width: 768px) {
  div.km_caseClient div.clientBox .client01 {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    line-height: 1.625;
  }
}

@media (min-width: 1024px) {
  div.km_caseClient div.clientBox .client01 {
    margin-right: 1rem;
  }
}

div.km_caseClient div.clientBox .client02 {
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 100%;
  max-width: 20rem;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  div.km_caseClient div.clientBox .client02 {
    width: 50%;
  }
}

div.km_voiceBox {
  padding: 1rem;
}

@media (min-width: 768px) {
  div.km_voiceBox {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  div.km_voiceBox {
    width: 33.333333%;
    padding: 2rem;
  }
}

div.km_voiceBox div.box {
  display: flex;
  height: 100%;
  flex-direction: column;
}

div.km_voiceBox div.person {
  z-index: 10;
  margin-top: -6rem;
  margin-right: 0px;
  margin-left: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-top: 1.5rem;
  padding-right: 2rem;
}

div.km_voiceBox div.person p {
  margin-top: 1.5rem;
}

div.km_voiceBox div.person img {
  height: 6rem;
  width: 6rem;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 1024px) {
  div.km_voiceBox div.person img {
    height: 8rem;
    width: 8rem;
  }
}

div.km_voiceBox div.using {
  margin-top: -0.125rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

div.km_voiceBox div.using a {
  display: inline-flex;
  height: 3rem;
  width: 91.666667%;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 640px) {
  div.km_voiceBox div.using a {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  div.km_voiceBox div.using a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

ol.km_talk_index li {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 1280px) {
  ol.km_talk_index li {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1440px) {
  ol.km_talk_index li {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

ol.km_talk_index li ol li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

ol.km_talk_index a {
  --tw-bg-opacity: 0.6;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

ol.km_talk_index a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

h5.km_talk_index {
  padding-top: 2rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  h5.km_talk_index {
    padding-top: 4rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

p.km_talk_subtitle {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 2rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
  padding-left: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  p.km_talk_subtitle {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

p.km_talk_subtitle span {
  margin-right: 1rem;
  display: inline-block;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

div.km_talk_box {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 2.5rem;
  padding-bottom: 0px;
}

@media (min-width: 1024px) {
  div.km_talk_box {
    width: 80%;
  }
}

@media (min-width: 1440px) {
  div.km_talk_box {
    width: 60%;
  }
}

div.km_talk_box div.talkballoon {
  flex-grow: 1;
}

div.km_talk_box div.talkballoon .title {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 900;
}

@media (min-width: 1440px) {
  div.km_talk_box div.talkballoon .title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  div.km_talk_box div.talkballoon .text {
    line-height: 2;
  }
}

@media (min-width: 1440px) {
  div.km_talk_box div.talkballoon .text {
    font-size: 1.0625rem;
    line-height: 1.625rem;
    line-height: 1.75;
  }
}

div.km_talk_box div.person {
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline-flex;
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

@media (min-width: 640px) {
  div.km_talk_box div.person {
    height: 4rem;
    width: 4rem;
  }
}

div.km_talk_box div.talkballoon .title.p01 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

div.km_talk_box div.talkballoon .title.p02 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

div.km_talk_box div.talkballoon .title.p99 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

div.km_talk_box div.person.p01 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity));
}

div.km_talk_box div.person.p02 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}

div.km_talk_box div.person.p99 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}

/*table*/

table.km_table {
  width: 100%;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(187 219 163 / var(--tw-border-opacity));
}

@media (min-width: 640px) {
  table.km_table tr {
    display: flex;
  }
}

table.km_table th {
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(187 219 163 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.6;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(31 153 71 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  table.km_table th {
    width: 25%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  table.km_table th {
    width: 20%;
    padding: 2rem;
  }
}

table.km_table td {
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(187 219 163 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  table.km_table td {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  table.km_table td {
    width: 80%;
    padding: 2rem;
  }
}

table.km_table td hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  border-top-width: 1px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgb(187 219 163 / var(--tw-border-opacity));
}

/*simple table*/

.relative {
  position: relative;
}

.order-first {
  order: -9999;
}

.m-5 {
  margin: 1.25rem;
}

.m-auto {
  margin: auto;
}

.m-4 {
  margin: 1rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-0 {
  margin: 0px;
}

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

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

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

.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

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

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-ml-4 {
  margin-left: -1rem;
}

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

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

.ml-auto {
  margin-left: auto;
}

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

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

.mt-6 {
  margin-top: 1.5rem;
}

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

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

.ml-1 {
  margin-left: 0.25rem;
}

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

.-ml-6 {
  margin-left: -1.5rem;
}

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

.ml-3 {
  margin-left: 0.75rem;
}

.-mt-12 {
  margin-top: -3rem;
}

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

.-mt-6 {
  margin-top: -1.5rem;
}

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

.mt-3 {
  margin-top: 0.75rem;
}

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-2\/3 {
  aspect-ratio: 2 / 3;
}

.aspect-auto {
  aspect-ratio: auto;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.aspect-4\/3 {
  aspect-ratio: 4 / 3;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.h-1 {
  height: 0.25rem;
}

.h-28 {
  height: 7rem;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-20 {
  height: 5rem;
}

.h-auto {
  height: auto;
}

.h-16 {
  height: 4rem;
}

.h-6 {
  height: 1.5rem;
}

.min-h-25vw {
  min-height: 25vw;
}

.min-h-50vh {
  min-height: 50vh;
}

.w-full {
  width: 100%;
}

.w-4 {
  width: 1rem;
}

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

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-auto {
  width: auto;
}

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

.w-1\/3 {
  width: 33.333333%;
}

.w-24 {
  width: 6rem;
}

.w-64 {
  width: 16rem;
}

.w-28 {
  width: 7rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-10 {
  width: 2.5rem;
}

.w-20 {
  width: 5rem;
}

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

.w-12 {
  width: 3rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-56 {
  width: 14rem;
}

.w-48 {
  width: 12rem;
}

.w-40 {
  width: 10rem;
}

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

.w-1\/12 {
  width: 8.333333%;
}

.min-w-2\/5 {
  min-width: 40%;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-none {
  max-width: none;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-xs {
  max-width: 20rem;
}

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

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

.max-w-md {
  max-width: 28rem;
}

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

.max-w-2xl {
  max-width: 42rem;
}

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

.max-w-screen-md {
  max-width: 768px;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

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

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

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.list-outside {
  list-style-position: outside;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

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

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.border-l-8 {
  border-left-width: 8px;
}

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

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

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

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

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

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

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

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

.border-km-palegreen {
  --tw-border-opacity: 1;
  border-color: rgb(187 219 163 / var(--tw-border-opacity));
}

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

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-sky-300 {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-stone-500 {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-km-green {
  --tw-border-opacity: 1;
  border-color: rgb(31 153 71 / var(--tw-border-opacity));
}

.border-km-brightgreen {
  --tw-border-opacity: 1;
  border-color: rgb(124 193 113 / var(--tw-border-opacity));
}

.border-km-yellowgreen {
  --tw-border-opacity: 1;
  border-color: rgb(139 178 32 / var(--tw-border-opacity));
}

.border-km-bluegreen {
  --tw-border-opacity: 1;
  border-color: rgb(31 153 131 / var(--tw-border-opacity));
}

.border-sky-200 {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.border-sky-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-rose-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-t-blue-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.border-l-yellow-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-t-km-brightgreen {
  --tw-border-opacity: 1;
  border-top-color: rgb(124 193 113 / var(--tw-border-opacity));
}

.border-t-km-basegreen {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 239 218 / var(--tw-border-opacity));
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.bg-km-green {
  --tw-bg-opacity: 1;
  background-color: rgb(31 153 71 / var(--tw-bg-opacity));
}

.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

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

.bg-km-merit {
  --tw-bg-opacity: 1;
  background-color: rgb(245 250 196 / var(--tw-bg-opacity));
}

.bg-km-brightgreen {
  --tw-bg-opacity: 1;
  background-color: rgb(124 193 113 / var(--tw-bg-opacity));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.bg-stone-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}

.bg-km-lightblue {
  --tw-bg-opacity: 1;
  background-color: rgb(196 240 255 / var(--tw-bg-opacity));
}

.bg-km-basegreen {
  --tw-bg-opacity: 1;
  background-color: rgb(224 239 218 / var(--tw-bg-opacity));
}

.bg-km-paleyellowgreen {
  --tw-bg-opacity: 1;
  background-color: rgb(216 229 138 / var(--tw-bg-opacity));
}

.bg-km-yellowgreen {
  --tw-bg-opacity: 1;
  background-color: rgb(139 178 32 / var(--tw-bg-opacity));
}

.bg-km-bluegreen {
  --tw-bg-opacity: 1;
  background-color: rgb(31 153 131 / var(--tw-bg-opacity));
}

.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}

.bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}

.bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}

.bg-lime-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-indigo-200 {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-to: rgb(199 210 254 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-sky-500 {
  --tw-gradient-to: #0ea5e9;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

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

.object-top {
  -o-object-position: top;
     object-position: top;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-4 {
  padding: 1rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

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

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

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

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

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

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

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

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

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

.pr-3 {
  padding-right: 0.75rem;
}

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

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

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

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

.pt-2 {
  padding-top: 0.5rem;
}

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

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

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

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

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

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

.align-baseline {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

.text-md {
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

.text-lgh {
  font-size: 1.0625rem;
  line-height: 1.625rem;
}

.font-extralight {
  font-weight: 200;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

.leading-more_relaxed {
  line-height: 1.75;
}

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

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

.leading-10 {
  line-height: 2.5rem;
}

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

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

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

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

.tracking-widest {
  letter-spacing: 0.1em;
}

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

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

.text-km-brightgreen {
  --tw-text-opacity: 1;
  color: rgb(124 193 113 / var(--tw-text-opacity));
}

.text-km-merit {
  --tw-text-opacity: 1;
  color: rgb(245 250 196 / var(--tw-text-opacity));
}

.text-transparent {
  color: transparent;
}

.text-lime-400 {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity));
}

.text-km-darkgreen {
  --tw-text-opacity: 1;
  color: rgb(0 112 37 / var(--tw-text-opacity));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-km-green {
  --tw-text-opacity: 1;
  color: rgb(31 153 71 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-km-darkyellowgreen {
  --tw-text-opacity: 1;
  color: rgb(74 112 0 / var(--tw-text-opacity));
}

.text-km-darkbluegreen {
  --tw-text-opacity: 1;
  color: rgb(0 112 93 / var(--tw-text-opacity));
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

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

.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

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

.no-underline {
  text-decoration-line: none;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-70 {
  opacity: 0.7;
}

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

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/*border*/

.km_border_double_sky {
  border-style: double;
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity));
}

/*table*/

table.km_table {
  width: 100%;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(187 219 163 / var(--tw-border-opacity));
}

@media (min-width: 640px) {
  table.km_table tr {
    display: flex;
  }
}

table.km_table th {
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(187 219 163 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.6;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(31 153 71 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  table.km_table th {
    width: 25%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  table.km_table th {
    width: 20%;
    padding: 2rem;
  }
}

table.km_table td {
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(187 219 163 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  table.km_table td {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  table.km_table td {
    width: 80%;
    padding: 2rem;
  }
}

table.km_table td hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  border-top-width: 1px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgb(187 219 163 / var(--tw-border-opacity));
}

/*simple table*/

.hover\:text-km-green:hover {
  --tw-text-opacity: 1;
  color: rgb(31 153 71 / var(--tw-text-opacity));
}

.hover\:text-km-yellowgreen:hover {
  --tw-text-opacity: 1;
  color: rgb(139 178 32 / var(--tw-text-opacity));
}

.hover\:text-km-bluegreen:hover {
  --tw-text-opacity: 1;
  color: rgb(31 153 131 / var(--tw-text-opacity));
}

.hover\:text-blue-300:hover {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.hover\:text-km-brightgreen:hover {
  --tw-text-opacity: 1;
  color: rgb(124 193 113 / var(--tw-text-opacity));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

@media (min-width: 640px) {
  .sm\:order-none {
    order: 0;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

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

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

  .sm\:flex {
    display: flex;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

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

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-36 {
    height: 9rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

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

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

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-28 {
    width: 7rem;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

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

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-36 {
    width: 9rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:max-w-screen-sm {
    max-width: 640px;
  }

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

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:rotate-0 {
    --tw-rotate: 0deg;
    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));
  }

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

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

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

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

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

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

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .sm\:pl-8 {
    padding-left: 2rem;
  }

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

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

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

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

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .md\:-mt-24 {
    margin-top: -6rem;
  }

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

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

  .md\:aspect-3\/4 {
    aspect-ratio: 3 / 4;
  }

  .md\:h-36 {
    height: 9rem;
  }

  .md\:w-36 {
    width: 9rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

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

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

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

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

  .md\:justify-start {
    justify-content: flex-start;
  }

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

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

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

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

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

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

  .md\:text-md {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }

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

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

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

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

  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }

  @media (min-width: 1600px) {
    .lg\:container {
      max-width: 1600px;
    }
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

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

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

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

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

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

  .lg\:-mr-3\/5 {
    margin-right: -60%;
  }

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

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

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

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

  .lg\:mr-0 {
    margin-right: 0px;
  }

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

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

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

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

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

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

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

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

  .lg\:mr-8 {
    margin-right: 2rem;
  }

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

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-7 {
    height: 1.75rem;
  }

  .lg\:h-72 {
    height: 18rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-60 {
    height: 15rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:w-7 {
    width: 1.75rem;
  }

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

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

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

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-60 {
    width: 15rem;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-24 {
    width: 6rem;
  }

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-28 {
    width: 7rem;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

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

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

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

  .lg\:w-52 {
    width: 13rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:w-80 {
    width: 20rem;
  }

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

  .lg\:max-w-custom {
    max-width: 1920px;
  }

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

  .lg\:max-w-11xl {
    max-width: 1720px;
  }

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

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

  .lg\:max-w-lg {
    max-width: 32rem;
  }

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

  .lg\:max-w-md {
    max-width: 28rem;
  }

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

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

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

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

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

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

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

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

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

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

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

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

  .lg\:bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 252 203 / var(--tw-bg-opacity));
  }

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

  .lg\:p-12 {
    padding: 3rem;
  }

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

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

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

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

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

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

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pt-0\.5 {
    padding-top: 0.125rem;
  }

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

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

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

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

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

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

  .lg\:pr-4 {
    padding-right: 1rem;
  }

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

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

  .lg\:pr-0 {
    padding-right: 0px;
  }

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

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

  .lg\:text-right {
    text-align: right;
  }

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

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

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

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .lg\:leading-more_relaxed {
    line-height: 1.75;
  }

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

  .lg\:text-stone-300 {
    --tw-text-opacity: 1;
    color: rgb(214 211 209 / var(--tw-text-opacity));
  }
}

@media (min-width: 1280px) {
  .xl\:order-2 {
    order: 2;
  }

  .xl\:order-1 {
    order: 1;
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:mr-0 {
    margin-right: 0px;
  }

  .xl\:mt-72 {
    margin-top: 18rem;
  }

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:h-60 {
    height: 15rem;
  }

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

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

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

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

  .xl\:w-80 {
    width: 20rem;
  }

  .xl\:w-72 {
    width: 18rem;
  }

  .xl\:w-28 {
    width: 7rem;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

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

  .xl\:w-56 {
    width: 14rem;
  }

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

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-96 {
    width: 24rem;
  }

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

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

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

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

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

  .xl\:items-baseline {
    align-items: baseline;
  }

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

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

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

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

  .xl\:text-left {
    text-align: left;
  }

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

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1440px) {
  .xxl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xxl\:-mr-1\/3 {
    margin-right: -33.333333%;
  }

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

  .xxl\:w-7\/12 {
    width: 58.333333%;
  }

  .xxl\:w-1\/3 {
    width: 33.333333%;
  }

  .xxl\:w-2\/5 {
    width: 40%;
  }

  .xxl\:w-48 {
    width: 12rem;
  }

  .xxl\:w-36 {
    width: 9rem;
  }

  .xxl\:w-72 {
    width: 18rem;
  }

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

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

  .xxl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

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

  .xxl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xxl\:text-md {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }

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