*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Noto Sans JP, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

@font-face {
  font-family: "TT CookHand";

  src: url("../../assets/font/TT_CookHand-R.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: Noto Sans JP, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  letter-spacing: 0.06em;
  --tw-text-opacity: 1;
  color: rgb(59 58 58 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background-color: rgba(237, 205, 31, 0.4);
  --tw-text-opacity: 1;
  color: rgb(59 58 58 / var(--tw-text-opacity, 1));
}

::selection {
  background-color: rgba(237, 205, 31, 0.4);
  --tw-text-opacity: 1;
  color: rgb(59 58 58 / var(--tw-text-opacity, 1));
}

.container {
  width: 100%;
}

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

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

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

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

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

/* 共通：コンテナ・セクション余白 */

.site-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .site-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

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

@media (min-width: 1280px) {
  .site-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

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

@media (min-width: 768px) {
  .section-y {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .section-y {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

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

.section-y-tight {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .section-y-tight {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .section-y-tight {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .section-y-tight {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.btn,
  .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 768px) {
  .btn,
  .btn-primary {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .btn,
  .btn-primary {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1280px) {
  .btn,
  .btn-primary {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.btn-navy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 195 123 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: M PLUS Rounded 1c, Noto Sans JP, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn-navy:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 168 104 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .btn-navy {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .btn-navy {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1280px) {
  .btn-navy {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.nav-link {
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .nav-link {
    font-size: 17px;
  }
}

@media (min-width: 1024px) {
  .nav-link {
    font-size: 15px;
  }
}

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

.nav-link:hover,
  .nav-link.is-current {
  --tw-text-opacity: 1;
  color: rgb(0 195 123 / var(--tw-text-opacity, 1));
}

.nav-link.is-current::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -0.375rem;
  height: 3px;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 195 123 / var(--tw-bg-opacity, 1));
}

.section-eyebrow {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  --tw-text-opacity: 1;
  color: rgb(59 58 58 / var(--tw-text-opacity, 1));
}

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

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

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

.reveal {
  --tw-translate-y: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.reveal.is-visible {
  --tw-translate-y: 0px;
  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));
  opacity: 1;
}

/* お問い合わせフォーム（Contact Form 7） */

.tenpodx-contact-form form > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

@media (min-width: 768px) {
  .tenpodx-contact-form form > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
}

.tenpodx-contact-form label {
  display: block;
  font-family: M PLUS Rounded 1c, Noto Sans JP, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  --tw-text-opacity: 1;
  color: rgb(0 168 104 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-contact-form label {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.tenpodx-contact-form .wpcf7-form-control-wrap {
  margin-top: 0.5rem;
  display: block;
}

.tenpodx-contact-form input[type="text"],
  .tenpodx-contact-form input[type="email"],
  .tenpodx-contact-form input[type="tel"] {
  width: 100%;
  border-radius: 9999px;
  border-width: 2px;
  border-color: rgb(0 195 123 / 0.3);
  background-color: rgb(0 195 123 / 0.05);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(59 58 58 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tenpodx-contact-form input[type="text"]::-moz-placeholder, .tenpodx-contact-form input[type="email"]::-moz-placeholder, .tenpodx-contact-form input[type="tel"]::-moz-placeholder {
  color: rgb(117 117 117 / 0.6);
}

.tenpodx-contact-form input[type="text"]::placeholder,
  .tenpodx-contact-form input[type="email"]::placeholder,
  .tenpodx-contact-form input[type="tel"]::placeholder {
  color: rgb(117 117 117 / 0.6);
}

.tenpodx-contact-form input[type="text"]:focus,
  .tenpodx-contact-form input[type="email"]:focus,
  .tenpodx-contact-form input[type="tel"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 195 123 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-contact-form input[type="text"],
  .tenpodx-contact-form input[type="email"],
  .tenpodx-contact-form input[type="tel"] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.tenpodx-contact-form textarea {
  width: 100%;
  resize: vertical;
  border-radius: 1.75rem;
  border-width: 2px;
  border-color: rgb(0 195 123 / 0.3);
  background-color: rgb(0 195 123 / 0.05);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(59 58 58 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tenpodx-contact-form textarea::-moz-placeholder {
  color: rgb(117 117 117 / 0.6);
}

.tenpodx-contact-form textarea::placeholder {
  color: rgb(117 117 117 / 0.6);
}

.tenpodx-contact-form textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 195 123 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-contact-form textarea {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.tenpodx-contact-form .wpcf7-not-valid {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 0 18 / var(--tw-border-opacity, 1)) !important;
}

.tenpodx-contact-form input[type="submit"] {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  display: block;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 195 123 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-family: M PLUS Rounded 1c, Noto Sans JP, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 28px rgba(0,195,123,0.35);
  --tw-shadow-colored: 0 10px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.tenpodx-contact-form input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 168 104 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
  .tenpodx-contact-form input[type="submit"] {
    width: auto;
  }
}

@media (min-width: 768px) {
  .tenpodx-contact-form input[type="submit"] {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.tenpodx-contact-form .wpcf7-spinner {
  margin-left: 0.5rem;
  vertical-align: middle;
}

.tenpodx-contact-form .wpcf7-not-valid-tip {
  margin-top: 0.375rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(230 0 18 / var(--tw-text-opacity, 1));
}

.tenpodx-contact-form .wpcf7-response-output {
  margin-top: 1rem;
  border-radius: 1rem;
  border-width: 2px;
  border-color: rgb(0 195 123 / 0.3);
  background-color: rgb(0 195 123 / 0.05);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 168 104 / var(--tw-text-opacity, 1));
}

.header-bar {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 50;
  border-bottom-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header-bar.is-scrolled {
  border-color: rgb(59 58 58 / 0.1);
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* トップ：FV ヒーロー */

.tenpodx-hero-eyebrow {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.375;
}

@media (min-width: 640px) {
  .tenpodx-hero-eyebrow {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .tenpodx-hero-eyebrow {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-hero-eyebrow {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}

@media (min-width: 1280px) {
  .tenpodx-hero-eyebrow {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.375;
  }
}

@media (min-width: 1536px) {
  .tenpodx-hero-eyebrow {
    font-size: 2.25rem;
    line-height: 1.375;
  }
}

.tenpodx-hero-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1;
}

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

@media (min-width: 768px) {
  .tenpodx-hero-title {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .tenpodx-hero-title {
    font-size: 2.625rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .tenpodx-hero-title {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1536px) {
  .tenpodx-hero-title {
    font-size: 5rem;
    line-height: 1;
  }
}

.tenpodx-hero-price-line {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.375;
}

@media (min-width: 640px) {
  .tenpodx-hero-price-line {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .tenpodx-hero-price-line {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-hero-price-line {
    font-size: 1.125rem;
    line-height: 1.25;
  }
}

@media (min-width: 1280px) {
  .tenpodx-hero-price-line {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.375;
  }
}

@media (min-width: 1536px) {
  .tenpodx-hero-price-line {
    font-size: 2.25rem;
    line-height: 1.375;
  }
}

/* トップ：導入事例カード見出し */

.tenpodx-cases-heading {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.125rem;
}

@media (min-width: 768px) {
  .tenpodx-cases-heading {
    margin-bottom: 2.5rem;
    gap: 0.25rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-cases-heading {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-cases-heading {
    margin-bottom: 3.5rem;
  }
}

.tenpodx-cases-badge {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(0 195 123 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: TT CookHand, FTT-CookHand, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 2px 3px 0 rgba(74,61,57,0.12);
  --tw-shadow-colored: 2px 3px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .tenpodx-cases-badge {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-cases-badge {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-cases-badge {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 3.75rem;
  }
}

.tenpodx-cases-badge--top {
  --tw-rotate: -5deg;
  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));
}

@media (min-width: 768px) {
  .tenpodx-cases-badge--top {
    --tw-rotate: -6deg;
    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));
  }
}

@media (min-width: 1024px) {
  .tenpodx-cases-badge--top {
    --tw-rotate: -7deg;
    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));
  }
}

@media (min-width: 1280px) {
  .tenpodx-cases-badge--top {
    --tw-rotate: -8deg;
    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));
  }
}

.tenpodx-cases-badge--bottom {
  margin-left: 2.5rem;
  margin-top: -0.125rem;
  --tw-rotate: -8deg;
  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));
}

@media (min-width: 768px) {
  .tenpodx-cases-badge--bottom {
    margin-left: 3.5rem;
    --tw-rotate: -9deg;
    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));
  }
}

@media (min-width: 1024px) {
  .tenpodx-cases-badge--bottom {
    margin-left: 5rem;
    --tw-rotate: -10deg;
    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));
  }
}

@media (min-width: 1280px) {
  .tenpodx-cases-badge--bottom {
    margin-left: 7rem;
    --tw-rotate: -11deg;
    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));
  }
}

.tenpodx-home-cases {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .tenpodx-home-cases {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-home-cases {
    gap: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-home-cases {
    gap: 1.75rem;
  }
}

.tenpodx-home-case {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 28px rgba(74,61,57,0.08);
  --tw-shadow-colored: 0 10px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .tenpodx-home-case {
    border-radius: 2.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-home-case {
    border-radius: 2.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-home-case {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.tenpodx-home-case-title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-family: Noto Sans JP, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 800;
  line-height: 1.375;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-home-case-title {
    margin: 0px;
    min-height: 2.9em;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-home-case-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-home-case-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.tenpodx-home-case-saving {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 800;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(230 0 18 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-home-case-saving {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-home-case-saving {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-home-case-saving {
    font-size: 1.5rem;
  }
}

.tenpodx-home-case-category {
  margin: 0px;
  margin-top: 0.75rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: right;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-home-case-category {
    margin-top: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-home-case-category {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-home-case-category {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.tenpodx-home-case-body-text {
  margin: 0px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-home-case-body-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-home-case-body-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-home-case-body-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.tenpodx-home-case-body-text p {
  margin: 0px;
}

.tenpodx-home-case-marker {
  background: linear-gradient(180deg, transparent 62%, #00c37b 100%);
}

.tenpodx-home-case-amount,
  .tenpodx-home-case-saving-label {
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.02em;
}

@media (min-width: 768px) {
  .tenpodx-home-case-amount,
  .tenpodx-home-case-saving-label {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-home-case-amount,
  .tenpodx-home-case-saving-label {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-home-case-amount,
  .tenpodx-home-case-saving-label {
    font-size: 1.5rem;
  }
}

.tenpodx-home-case-rule {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 1rem;
  margin-top: 0.75rem;
  box-sizing: border-box;
  width: calc(100% + 2rem);
  max-width: none;
  border-width: 0px;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-home-case-rule {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-home-case-rule {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-home-case-rule {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 1.5rem;
  }
}

/* トップ：地方を元気に（オリジンストーリー） */

.tenpodx-origin-story-heading {
  margin: 0px;
  text-align: center;
  font-family: Noto Sans JP, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-origin-story-heading {
    font-size: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-origin-story-heading {
    font-size: 2.15rem;
  }
}

.tenpodx-origin-story-grid {
  margin-top: 2rem;
  display: grid;
  align-items: center;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .tenpodx-origin-story-grid {
    margin-top: 3rem;
    grid-template-columns: minmax(0,1.05fr) minmax(0,0.95fr);
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    row-gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-origin-story-grid {
    margin-top: 3.5rem;
    grid-template-columns: minmax(0,1.1fr) minmax(0,0.9fr);
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
    row-gap: 2rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-origin-story-grid {
    margin-top: 4rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    row-gap: 2.5rem;
  }
}

.tenpodx-origin-story-photo {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  max-width: 22rem;
}

@media (min-width: 768px) {
  .tenpodx-origin-story-photo {
    margin-left: 0px;
    margin-right: 0px;
    max-width: none;
    justify-self: start;
  }
}

@media (min-width: 1024px) {
  .tenpodx-origin-story-photo {
    max-width: none;
  }
}

@media (min-width: 1280px) {
  .tenpodx-origin-story-photo {
    max-width: none;
  }
}

.tenpodx-origin-story-copy {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tenpodx-origin-story-body {
  text-align: left;
  font-family: TT CookHand, FTT-CookHand, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 2;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-origin-story-body {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-origin-story-body {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-origin-story-body {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.tenpodx-origin-story-body p {
  margin: 0px;
  display: inline;
}

@media (min-width: 768px) {
  .tenpodx-origin-story-body p {
    display: block;
  }
}

.tenpodx-origin-story-body-gap {
  margin-top: 1rem !important;
}

@media (min-width: 768px) {
  .tenpodx-origin-story-body-gap {
    margin-top: 1.25rem !important;
  }
}

@media (min-width: 1024px) {
  .tenpodx-origin-story-body-gap {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 1280px) {
  .tenpodx-origin-story-body-gap {
    margin-top: 1.75rem !important;
  }
}

/* トップ：ちょー簡単DXとは */

.tenpodx-dx-panel {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  --tw-shadow: 0 12px 40px rgba(74,61,57,0.06);
  --tw-shadow-colored: 0 12px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .tenpodx-dx-panel {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-dx-panel {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-dx-panel {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.tenpodx-dx-panel-copy {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  max-width: 56rem;
}

.tenpodx-dx-panel-copy > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.tenpodx-dx-panel-copy {
  font-family: M PLUS Rounded 1c, Noto Sans JP, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.06em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-dx-panel-copy {
    margin-top: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-dx-panel-copy {
    margin-top: 3rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-dx-panel-copy {
    margin-top: 3.5rem;
    font-size: 1.375rem;
  }
}

/* トップ：チーム */

.tenpodx-team-section {
  padding-top: 5rem;
}

@media (min-width: 768px) {
  .tenpodx-team-section {
    padding-top: 9rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-team-section {
    padding-top: 10rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-team-section {
    padding-top: 11rem;
  }
}

@media (min-width: 1536px) {
  .tenpodx-team-section {
    padding-top: 12rem;
  }
}

.tenpodx-team-heading-wrap {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  transform-origin: left;
  --tw-rotate: -7deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  align-items: flex-end;
}

@media (min-width: 768px) {
  .tenpodx-team-heading-wrap {
    --tw-rotate: -8deg;
    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));
    gap: 0.25rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-team-heading-wrap {
    --tw-rotate: -9deg;
    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));
  }
}

@media (min-width: 1280px) {
  .tenpodx-team-heading-wrap {
    --tw-rotate: -10deg;
    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));
  }
}

.tenpodx-team-heading-badge {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 0 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: TT CookHand, FTT-CookHand, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.15;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-team-heading-badge {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-team-heading-badge {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-team-heading-badge {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 2.75rem;
  }
}

.tenpodx-team-heading-badge--bottom {
  margin-right: -1.5rem;
  margin-top: -0.125rem;
}

@media (min-width: 768px) {
  .tenpodx-team-heading-badge--bottom {
    margin-right: -2rem;
    margin-top: -0.25rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-team-heading-badge--bottom {
    margin-right: -3rem;
    margin-top: -0.25rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-team-heading-badge--bottom {
    margin-right: -4rem;
    margin-top: -0.375rem;
  }
}

.tenpodx-team-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .tenpodx-team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-team-grid {
    gap: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-team-grid {
    gap: 1.75rem;
  }
}

.tenpodx-team-card-inner {
  height: 100%;
  border-radius: 1.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0 10px 28px rgba(74,61,57,0.08);
  --tw-shadow-colored: 0 10px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .tenpodx-team-card-inner {
    border-radius: 2rem;
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-team-card-inner {
    border-radius: 2.25rem;
    padding: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-team-card-inner {
    border-radius: 2.5rem;
    padding: 1.5rem;
  }
}

.tenpodx-team-card-photo {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 224 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-team-card-photo {
    border-radius: 1rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-team-card-photo {
    border-radius: 1rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-team-card-photo {
    border-radius: 1rem;
  }
}

.tenpodx-team-card-photo img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tenpodx-team-card-placeholder {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 195 123 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  text-align: center;
}

@media (min-width: 768px) {
  .tenpodx-team-card-placeholder {
    padding: 1rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-team-card-placeholder {
    padding: 1rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-team-card-placeholder {
    padding: 1.25rem;
  }
}

.tenpodx-team-card-placeholder span {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.06em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-team-card-placeholder span {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-team-card-placeholder span {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-team-card-placeholder span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.tenpodx-team-card-title {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 900;
  line-height: 1.375;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-team-card-title {
    margin-top: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-team-card-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-team-card-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.tenpodx-team-card-line {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-team-card-line {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-team-card-line {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-team-card-line {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.tenpodx-team-card-body {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-team-card-body {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-team-card-body {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-team-card-body {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.tenpodx-team-card-body > *:first-child {
  margin-top: 0px;
}

.tenpodx-team-card-body p {
  margin-top: 0.5rem;
}

.tenpodx-team-card-body p:first-child {
  margin-top: 0px;
}

.tenpodx-team-card-label {
  margin-right: 0.25rem;
  font-weight: 900;
}

.tenpodx-team-message {
  margin-top: 2rem;
  width: 100%;
  text-align: left;
}

@media (min-width: 768px) {
  .tenpodx-team-message {
    margin-top: 2.5rem;
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    --tw-shadow: 0 10px 28px rgba(74,61,57,0.08);
    --tw-shadow-colored: 0 10px 28px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px) {
  .tenpodx-team-message {
    margin-top: 3rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-team-message {
    margin-top: 3.5rem;
    border-radius: 2.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.tenpodx-team-message-text {
  margin: 0px;
  margin-top: 0.75rem;
  font-family: Noto Sans JP, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.tenpodx-team-message-text:first-child {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .tenpodx-team-message-text {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-team-message-text {
    margin-top: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-team-message-text {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* トップ：私たちのやり方 */

.tenpodx-approach {
  position: relative;
  overflow: hidden;
}

@media (min-width: 1536px) {
  .tenpodx-approach {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.tenpodx-approach-bg {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.tenpodx-approach-overlay {
  position: absolute;
  inset: 0px;
  background-color: rgb(240 244 226 / 0.70);
}

.tenpodx-approach-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .tenpodx-approach-content {
    max-width: 56rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-approach-content {
    max-width: 52rem;
  }
}

.tenpodx-approach-heading {
  margin: 0px;
  font-family: Noto Sans JP, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  line-height: 1.625;
  letter-spacing: 0.04em;
}

@media (min-width: 768px) {
  .tenpodx-approach-heading {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 2;
  }
}

@media (min-width: 1024px) {
  .tenpodx-approach-heading {
    font-size: 2rem;
    line-height: 2;
  }
}

@media (min-width: 1280px) {
  .tenpodx-approach-heading {
    font-size: 2.25rem;
    line-height: 2;
  }
}

.tenpodx-approach-body {
  margin-top: 1.5rem;
  font-family: Noto Sans JP, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media (min-width: 768px) {
  .tenpodx-approach-body {
    margin-top: 1.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 2;
  }
}

@media (min-width: 1024px) {
  .tenpodx-approach-body {
    margin-top: 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 2;
  }
}

@media (min-width: 1280px) {
  .tenpodx-approach-body {
    margin-top: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 2;
  }
}

.tenpodx-approach-body p {
  margin: 0px;
}

.tenpodx-approach-body-gap {
  margin-top: 1.25rem !important;
}

@media (min-width: 768px) {
  .tenpodx-approach-body-gap {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 1024px) {
  .tenpodx-approach-body-gap {
    margin-top: 1.75rem !important;
  }
}

@media (min-width: 1280px) {
  .tenpodx-approach-body-gap {
    margin-top: 2rem !important;
  }
}

.tenpodx-approach-list {
  margin-top: 1.5rem;
  list-style-type: none;
}

.tenpodx-approach-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.tenpodx-approach-list {
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media (min-width: 768px) {
  .tenpodx-approach-list {
    margin-top: 2rem;
  }

  .tenpodx-approach-list > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .tenpodx-approach-list {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 2;
  }
}

@media (min-width: 1024px) {
  .tenpodx-approach-list {
    margin-top: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 2;
  }
}

@media (min-width: 1280px) {
  .tenpodx-approach-list {
    margin-top: 3rem;
  }

  .tenpodx-approach-list > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .tenpodx-approach-list {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 2;
  }
}

.tenpodx-approach-list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  text-align: left;
}

.tenpodx-approach-list-num {
  flex-shrink: 0;
  font-weight: 900;
}

/* トップ：CTA */

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

.tenpodx-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .tenpodx-cta-inner {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-cta-inner {
    gap: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-cta-inner {
    gap: 3rem;
  }
}

.tenpodx-cta-title {
  font-family: M PLUS Rounded 1c, Noto Sans JP, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(74 61 57 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-cta-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-cta-title {
    font-size: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-cta-title {
    font-size: 2rem;
  }
}

.tenpodx-cta-lead {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(74 61 57 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-cta-lead {
    margin-top: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-cta-lead {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-cta-lead {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.tenpodx-cta-button {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 195 123 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: M PLUS Rounded 1c, Noto Sans JP, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tenpodx-cta-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 168 104 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-cta-button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-cta-button {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-cta-button {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* トップ：コラム */

.tenpodx-column-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.tenpodx-column-eyebrow {
  margin: 0px;
  font-family: Noto Sans JP, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-column-eyebrow {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-column-eyebrow {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-column-eyebrow {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.tenpodx-column--related .tenpodx-column-related-title {
  margin: 0px;
  font-family: Noto Sans JP, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-column--related .tenpodx-column-related-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-column--related .tenpodx-column-related-title {
    font-size: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-column--related .tenpodx-column-related-title {
    font-size: 2rem;
  }
}

.tenpodx-column-line {
  margin-top: 0.5rem;
  display: block;
  height: 0.125rem;
  width: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(223 130 178 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-column-line {
    margin-top: 0.625rem;
    width: 3rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-column-line {
    margin-top: 0.75rem;
    width: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-column-line {
    margin-top: 0.875rem;
    width: 4rem;
  }
}

.tenpodx-column-display {
  margin: 0px;
  margin-top: 0.25rem;
  font-family: Noto Sans JP, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-size: 3.25rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
}

@media (min-width: 768px) {
  .tenpodx-column-display {
    margin-top: 0.375rem;
    font-size: 4.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-column-display {
    margin-top: 0.5rem;
    font-size: 5.5rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-column-display {
    margin-top: 0.625rem;
    font-size: 6.5rem;
  }
}

.tenpodx-column-display-c {
  --tw-text-opacity: 1;
  color: rgb(223 130 178 / var(--tw-text-opacity, 1));
}

.tenpodx-column-display-rest {
  --tw-text-opacity: 1;
  color: rgb(235 235 235 / var(--tw-text-opacity, 1));
}

.tenpodx-column-grid {
  margin-top: 2rem;
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .tenpodx-column-grid {
    margin-top: 2.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-column-grid {
    margin-top: 3rem;
    gap: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-column-grid {
    margin-top: 3.5rem;
    gap: 1.75rem;
  }
}

.tenpodx-column-card {
  height: 100%;
}

.tenpodx-column-card-link {
  display: flex;
  height: 100%;
  flex-direction: column;
  border-radius: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 28px rgba(74,61,57,0.08);
  --tw-shadow-colored: 0 10px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.tenpodx-column-card-link:hover {
  --tw-translate-y: -0.125rem;
  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));
  --tw-shadow: 0 14px 32px rgba(74,61,57,0.12);
  --tw-shadow-colored: 0 14px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .tenpodx-column-card-link {
    border-radius: 2.25rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-column-card-link {
    border-radius: 2.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-column-card-link {
    border-radius: 2.75rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.tenpodx-column-card-media {
  overflow: hidden;
  border-radius: 1.25rem;
}

@media (min-width: 768px) {
  .tenpodx-column-card-media {
    border-radius: 1.35rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-column-card-media {
    border-radius: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-column-card-media {
    border-radius: 1.65rem;
  }
}

.tenpodx-column-card-image {
  aspect-ratio: 16/10;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.group:hover .tenpodx-column-card-image {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}

.tenpodx-column-card-title {
  margin: 0px;
  margin-top: 0.75rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: left;
  font-family: Noto Sans JP, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-column-card-title {
    margin-top: 0.875rem;
    min-height: 3.2em;
    font-size: 0.9375rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-column-card-title {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-column-card-title {
    margin-top: 1rem;
    font-size: 1.0625rem;
  }
}

.tenpodx-column-cta {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .tenpodx-column-cta {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-column-cta {
    margin-top: 3rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-column-cta {
    margin-top: 3.5rem;
  }
}

.tenpodx-column-button {
  display: inline-flex;
  min-width: 12rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(223 130 178 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-family: Noto Sans JP, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.tenpodx-column-button:hover {
  --tw-brightness: brightness(.95);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 768px) {
  .tenpodx-column-button {
    min-width: 14rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-column-button {
    min-width: 15rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-column-button {
    min-width: 16rem;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* サービスページ */

.tenpodx-page-hero.tenpodx-fv-hero--fluid {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0px;
}

@media (min-width: 1024px) {
  .tenpodx-page-hero.tenpodx-fv-hero--fluid {
    max-height: 100vh;
  }
}

@media (max-width: 1023px) {
  .tenpodx-page-hero.tenpodx-fv-hero--fluid {
    min-height: 320px;
  }

  @media (min-width: 768px) {
    .tenpodx-page-hero.tenpodx-fv-hero--fluid {
      min-height: 480px;
    }
  }
}

.tenpodx-fv-hero--fluid .tenpodx-fv-hero-image {
  display: block;
  width: 100%;
}

@media not all and (min-width: 1024px) {
  .tenpodx-fv-hero--fluid .tenpodx-fv-hero-image {
    position: absolute;
    inset: 0px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

@media (min-width: 1024px) {
  .tenpodx-fv-hero--fluid .tenpodx-fv-hero-image {
    position: relative;
    height: auto;
    max-height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.tenpodx-fv-hero--fluid .tenpodx-fv-hero-content {
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .tenpodx-fv-hero--fluid .tenpodx-fv-hero-content {
    padding-top: 6rem;
    padding-bottom: 2.5rem;
  }
}

.tenpodx-page-hero--center {
  justify-content: center;
  text-align: center;
}

.tenpodx-fv-title {
  font-weight: 900;
  letter-spacing: 0.06em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.tenpodx-fv-lead {
  margin-top: 1.5rem;
  display: inline-block;
  max-width: 48rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 222 89 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 900;
  line-height: 1.375;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-fv-lead {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-fv-lead {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.tenpodx-service-page-heading {
  margin: 0px;
  font-family: Noto Sans JP, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  line-height: 1.375;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-service-page-heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-service-page-heading {
    font-size: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-service-page-heading {
    font-size: 2rem;
  }
}

.tenpodx-service-panels {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .tenpodx-service-panels {
    margin-top: 2rem;
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-service-panels {
    margin-top: 2.5rem;
    gap: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-service-panels {
    margin-top: 3rem;
    gap: 2rem;
  }
}

.tenpodx-service-panel {
  border-radius: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  --tw-shadow: 0 10px 28px rgba(74,61,57,0.08);
  --tw-shadow-colored: 0 10px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .tenpodx-service-panel {
    border-radius: 2.25rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-service-panel {
    border-radius: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-service-panel {
    border-radius: 2.75rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.tenpodx-service-content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 1024px) {
  .tenpodx-service-content {
    font-size: 1.0625rem;
    line-height: 2;
  }
}

.tenpodx-service-content > *:first-child {
  margin-top: 0px;
}

.tenpodx-service-content h2,
  .tenpodx-service-content h3,
  .tenpodx-service-content h4 {
  font-weight: 900;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 768px) {
  .tenpodx-service-content h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-service-content h2 {
    font-size: 1.375rem;
  }
}

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

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

.tenpodx-service-content p {
  margin-top: 1rem;
}

.tenpodx-service-content ul,
  .tenpodx-service-content ol {
  margin-top: 1rem;
  list-style-type: none;
}

.tenpodx-service-content ul > :not([hidden]) ~ :not([hidden]),
  .tenpodx-service-content ol > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.tenpodx-service-content ul,
  .tenpodx-service-content ol {
  padding: 0px;
}

.tenpodx-service-content ul li,
  .tenpodx-service-content ol li {
  position: relative;
  padding-left: 1.25rem;
  font-weight: 400;
  line-height: 1.625;
}

.tenpodx-service-content ul li::before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 1.35em;
  font-weight: 900;
  line-height: 1;
}

/* 導入事例ページ */

.tenpodx-fv-hero-overlay {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 1;
}

.tenpodx-fv-hero-overlay--light {
  background-color: rgb(255 255 255 / 0.8);
}

.tenpodx-cases-list {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 1120px;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .tenpodx-cases-list {
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-cases-list {
    gap: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-cases-list {
    gap: 2rem;
  }
}

.tenpodx-case-row-link {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0 8px 24px rgba(74,61,57,0.1);
  --tw-shadow-colored: 0 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 768px) {
  .tenpodx-case-row-link {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    border-radius: 1.75rem;
    padding: 0px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-case-row-link {
    gap: 2rem;
    border-radius: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 2.25rem;
  }
}

a.tenpodx-case-row-link:hover {
  --tw-shadow: 0 12px 32px rgba(74,61,57,0.14);
  --tw-shadow-colored: 0 12px 32px 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-brightness: brightness(0.995);
  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);
}

.tenpodx-case-row-media {
  width: 100%;
  max-width: none;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .tenpodx-case-row-media {
    width: 38%;
    max-width: 14.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-case-row-media {
    max-width: 16rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-case-row-media {
    max-width: 17.5rem;
  }
}

.tenpodx-case-row-image {
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .tenpodx-case-row-image {
    border-radius: 1rem;
  }
}

.tenpodx-case-row-image--placeholder {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 224 / var(--tw-bg-opacity, 1));
}

.tenpodx-case-row-body {
  display: flex;
  min-width: 0px;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .tenpodx-case-row-body {
    gap: 0.625rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-case-row-body {
    gap: 0.75rem;
  }
}

.tenpodx-case-row-title {
  margin: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 900;
  line-height: 1.375;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-case-row-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-case-row-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-case-row-title {
    font-size: 1.625rem;
  }
}

.tenpodx-case-row-result {
  margin: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.01em;
  --tw-text-opacity: 1;
  color: rgb(230 0 18 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-case-row-result {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-case-row-result {
    font-size: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-case-row-result {
    font-size: 2rem;
  }
}

.tenpodx-case-row-arrow {
  display: none;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .tenpodx-case-row-arrow {
    display: flex;
  }
}

.tenpodx-case-row-arrow-icon {
  display: block;
  height: 2.5rem;
  width: 2.5rem;
}

@media (min-width: 768px) {
  .tenpodx-case-row-arrow-icon {
    height: 3rem;
    width: 3rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-case-row-arrow-icon {
    height: 3.5rem;
    width: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-case-row-arrow-icon {
    height: 3.75rem;
    width: 3.75rem;
  }
}

/* 導入事例 詳細 */

.tenpodx-case-panel {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  --tw-shadow: 0 8px 24px rgba(74,61,57,0.08);
  --tw-shadow-colored: 0 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .tenpodx-case-panel {
    border-radius: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-case-panel {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.tenpodx-case-panel .tenpodx-case-featured img {
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .tenpodx-case-panel .tenpodx-case-featured img {
    border-radius: 0.75rem;
  }
}

/* 会社概要ページ：私たちのストーリー */

.tenpodx-company-story {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  font-family: Noto Serif JP, Hiragino Mincho ProN, serif;
}

@media (min-width: 768px) {
  .tenpodx-company-story {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-company-story {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

/* 1. 見出し帯の下に敷く水平グラデーション（#cae4f9 → #fff1eb） */

.tenpodx-company-story-gradient {
  pointer-events: none;
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 0;
  display: none;
  background-image: linear-gradient(90deg,#cae4f9 0%,#fff1eb 100%);
}

@media (min-width: 768px) {
  .tenpodx-company-story-gradient {
    top: 9rem;
    display: block;
    height: 14rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-gradient {
    top: 11rem;
    height: 17rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-company-story-gradient {
    top: 12.5rem;
    height: 19rem;
  }
}

.tenpodx-company-story-grid {
  position: relative;
  z-index: 10;
}

.tenpodx-company-story-copy {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
}

/* 2. 最上部：リード（セリフ体） */

.tenpodx-company-story-eyebrow {
  font-family: Noto Serif JP, Hiragino Mincho ProN, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  --tw-text-opacity: 1;
  color: rgb(59 58 58 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-company-story-eyebrow {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-eyebrow {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 2;
  }
}

@media (min-width: 1536px) {
  .tenpodx-company-story-eyebrow {
    font-size: 22px;
  }
}

/* 4. グラデーション帯より下に来る本文ブロック */

.tenpodx-company-story-main {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .tenpodx-company-story-main {
    margin-top: 17rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-main {
    margin-top: 20rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-company-story-main {
    margin-top: 22rem;
  }
}

.tenpodx-company-story-kicker {
  margin: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(59 58 58 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-company-story-kicker {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-kicker {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px) {
  .tenpodx-company-story-kicker {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.tenpodx-company-story-heading {
  margin: 0px;
  margin-top: 0.75rem;
  font-family: Noto Serif JP, Hiragino Mincho ProN, serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.06em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-company-story-heading {
    margin-top: 1rem;
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-heading {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  .tenpodx-company-story-heading {
    font-size: 40px;
  }
}

.tenpodx-company-story-body {
  margin: 0px;
  margin-top: 1.5rem;
  max-width: 28rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(59 58 58 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-company-story-body {
    margin-top: 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-body {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 2;
  }
}

@media (min-width: 1536px) {
  .tenpodx-company-story-body {
    font-size: 22px;
  }
}

/* 3. グラデーション帯の上に絶対配置する写真2枚（本文より背面） */

.tenpodx-company-story-photos {
  position: relative;
  z-index: 0;
  margin-top: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .tenpodx-company-story-photos {
    position: absolute;
    right: 0px;
    top: -1rem;
    margin-top: 0px;
    width: 40%;
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-photos {
    width: 45%;
    gap: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-company-story-photos {
    width: 45%;
  }
}

.tenpodx-company-story-photo {
  display: block;
  overflow: hidden;
}

.tenpodx-company-story-photo img {
  display: block;
  height: auto;
  width: 100%;
}

.tenpodx-company-story-photo--discussion {
  margin-top: 3.5rem;
  width: 46%;
  align-self: flex-start;
}

@media (min-width: 768px) {
  .tenpodx-company-story-photo--discussion {
    margin-top: 4rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-photo--discussion {
    margin-top: 5rem;
  }
}

.tenpodx-company-story-photo--team {
  width: 54%;
  align-self: flex-start;
}

/* 会社概要ページ：私たちのストーリー（続き） */

.tenpodx-company-story-next {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  font-family: Noto Serif JP, Hiragino Mincho ProN, serif;
}

@media (min-width: 768px) {
  .tenpodx-company-story-next {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-next {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-company-story-next {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

/* 2. 下部に敷くグラデーション帯（青 → ピーチ、フルブリード） */

.tenpodx-company-story-next-band {
  pointer-events: none;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 38%;
  z-index: 0;
  background-image: linear-gradient(135deg,#cae4f9 0%,#fbe0d3 100%);
}

@media (min-width: 768px) {
  .tenpodx-company-story-next-band {
    top: 42%;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-next-band {
    top: 44%;
  }
}

.tenpodx-company-story-next-peach {
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  top: 38%;
  z-index: 0;
  display: none;
  width: 38%;
}

@media (min-width: 768px) {
  .tenpodx-company-story-next-peach {
    top: 42%;
    display: block;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-next-peach {
    top: 44%;
  }
}

.tenpodx-company-story-next-peach {
  background: radial-gradient(120% 120% at 100% 100%, #f7c9a8 0%, rgba(247, 201, 168, 0) 62%);
}

.tenpodx-company-story-next-grid {
  position: relative;
  z-index: 10;
}

/* 1. 上部：本文（ダンススクールの説明） */

.tenpodx-company-story-next-copy {
  position: relative;
  z-index: 10;
  max-width: 42rem;
}

.tenpodx-company-story-next-lead > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.tenpodx-company-story-next-lead {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-company-story-next-lead > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .tenpodx-company-story-next-lead {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-next-lead {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 2;
  }
}

@media (min-width: 1536px) {
  .tenpodx-company-story-next-lead {
    font-size: 22px;
  }
}

.tenpodx-company-story-next-lead p {
  margin: 0px;
}

.tenpodx-company-story-next-climax {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}

@media (min-width: 768px) {
  .tenpodx-company-story-next-climax {
    margin-top: 3.5rem;
    padding-top: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-next-climax {
    margin-top: 4rem;
    padding-top: 4rem;
  }
}

.tenpodx-company-story-next-heading {
  margin: 0px;
  font-family: Noto Serif JP, Hiragino Mincho ProN, serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.06em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-company-story-next-heading {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-next-heading {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  .tenpodx-company-story-next-heading {
    font-size: 40px;
  }
}

.tenpodx-company-story-next-closing {
  margin: 0px;
  margin-top: 1.25rem;
  max-width: 36rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-company-story-next-closing {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-next-closing {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 2;
  }
}

@media (min-width: 1536px) {
  .tenpodx-company-story-next-closing {
    font-size: 22px;
  }
}

/* 3. グラデーション帯にかかる写真 */

.tenpodx-company-story-next-photo {
  position: relative;
  z-index: 10;
  margin-top: 2rem;
  display: block;
  overflow: hidden;
}

@media (min-width: 768px) {
  .tenpodx-company-story-next-photo {
    position: absolute;
    right: 0px;
    top: 3.5rem;
    margin-top: 0px;
    width: 30%;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-next-photo {
    width: 27%;
  }
}

@media (min-width: 1280px) {
  .tenpodx-company-story-next-photo {
    width: 24%;
  }
}

.tenpodx-company-story-next-photo img {
  display: block;
  height: auto;
  width: 100%;
}

/* 会社概要ページ：私たちのストーリー（成果） */

.tenpodx-company-story-result {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-bottom: 4rem;
  padding-top: 0px;
  font-family: Noto Serif JP, Hiragino Mincho ProN, serif;
}

@media (min-width: 768px) {
  .tenpodx-company-story-result {
    padding-bottom: 6rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-result {
    padding-bottom: 7rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-company-story-result {
    padding-bottom: 8rem;
  }
}

.tenpodx-company-story-result-band {
  background-image: linear-gradient(90deg,#cae4f9 0%,#fff1eb 100%);
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .tenpodx-company-story-result-band {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-result-band {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.tenpodx-company-story-result-lead {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 56rem;
  flex-direction: column;
  align-items: center;
}

.tenpodx-company-story-result-lead > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.tenpodx-company-story-result-lead {
  font-family: Noto Serif JP, Hiragino Mincho ProN, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 2;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-company-story-result-lead > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .tenpodx-company-story-result-lead {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-result-lead {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 2;
  }
}

@media (min-width: 1536px) {
  .tenpodx-company-story-result-lead {
    font-size: 22px;
  }
}

.tenpodx-company-story-result-lead p,
  .tenpodx-company-story-result-mid p {
  margin: 0px;
}

.tenpodx-company-story-result-inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 56rem;
  flex-direction: column;
  align-items: center;
  font-family: Noto Serif JP, Hiragino Mincho ProN, serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-company-story-result-inner {
    text-align: center;
  }
}

.tenpodx-company-story-result-mid {
  margin-top: 2.5rem;
}

.tenpodx-company-story-result-mid > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.tenpodx-company-story-result-mid {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media (min-width: 768px) {
  .tenpodx-company-story-result-mid {
    margin-top: 3.5rem;
  }

  .tenpodx-company-story-result-mid > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .tenpodx-company-story-result-mid {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-result-mid {
    margin-top: 4rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 2;
  }
}

@media (min-width: 1536px) {
  .tenpodx-company-story-result-mid {
    font-size: 22px;
  }
}

.tenpodx-company-story-result-climax {
  margin-top: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .tenpodx-company-story-result-climax {
    margin-top: 5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-result-climax {
    margin-top: 6rem;
  }
}

.tenpodx-company-story-result-heading {
  margin: 0px;
  font-family: Noto Serif JP, Hiragino Mincho ProN, serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.06em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-company-story-result-heading {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-result-heading {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  .tenpodx-company-story-result-heading {
    font-size: 40px;
  }
}

.tenpodx-company-story-result-closing {
  margin: 0px;
  margin-top: 2rem;
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 2;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-company-story-result-closing {
    margin-top: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-result-closing {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 2;
  }
}

@media (min-width: 1536px) {
  .tenpodx-company-story-result-closing {
    font-size: 22px;
  }
}

/* 会社概要ページ：私たちのストーリー（費用と成果） */

.tenpodx-company-story-impact {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-bottom: 4rem;
  padding-top: 3.5rem;
  font-family: Noto Serif JP, Hiragino Mincho ProN, serif;
}

@media (min-width: 768px) {
  .tenpodx-company-story-impact {
    padding-bottom: 6rem;
    padding-top: 5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-impact {
    padding-bottom: 7rem;
    padding-top: 6rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-company-story-impact {
    padding-bottom: 8rem;
  }
}

.tenpodx-company-story-impact-top {
  margin: 0px;
  max-width: 42rem;
  font-family: Noto Serif JP, Hiragino Mincho ProN, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 2;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-company-story-impact-top {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-impact-top {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 2;
  }
}

@media (min-width: 1536px) {
  .tenpodx-company-story-impact-top {
    font-size: 22px;
  }
}

.tenpodx-company-story-impact-band {
  position: relative;
  margin-top: 2.5rem;
  background-image: linear-gradient(90deg,#cae4f9 0%,#fff1eb 100%);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .tenpodx-company-story-impact-band {
    margin-top: 3.5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-impact-band {
    margin-top: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.tenpodx-company-story-impact-mid {
  position: relative;
  z-index: 10;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .tenpodx-company-story-impact-mid {
    max-width: 58%;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-impact-mid {
    padding-bottom: 2.5rem;
  }
}

.tenpodx-company-story-impact-saving {
  margin: 0px;
  font-family: Noto Serif JP, Hiragino Mincho ProN, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-company-story-impact-saving {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-impact-saving {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 2;
  }
}

@media (min-width: 1536px) {
  .tenpodx-company-story-impact-saving {
    font-size: 22px;
  }
}

.tenpodx-company-story-impact-note {
  margin: 0px;
  margin-top: 2rem;
  font-family: Noto Serif JP, Hiragino Mincho ProN, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 2;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-company-story-impact-note {
    margin-top: 2.5rem;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-impact-note {
    margin-top: 3rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 2;
  }
}

@media (min-width: 1536px) {
  .tenpodx-company-story-impact-note {
    font-size: 22px;
  }
}

.tenpodx-company-story-impact-photo {
  position: relative;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: block;
  width: 70%;
  max-width: 20rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .tenpodx-company-story-impact-photo {
    position: absolute;
    right: 0px;
    top: 35%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    width: 32%;
    max-width: none;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-impact-photo {
    width: 28%;
  }
}

@media (min-width: 1280px) {
  .tenpodx-company-story-impact-photo {
    width: 26%;
  }
}

.tenpodx-company-story-impact-photo img {
  display: block;
  height: auto;
  width: 100%;
}

.tenpodx-company-story-impact-bottom {
  position: relative;
  z-index: 10;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .tenpodx-company-story-impact-bottom {
    margin-top: 3.5rem;
    max-width: 62%;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-impact-bottom {
    margin-top: 4rem;
  }
}

.tenpodx-company-story-impact-heading {
  margin: 0px;
  font-family: Noto Serif JP, Hiragino Mincho ProN, serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.06em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-company-story-impact-heading {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-impact-heading {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  .tenpodx-company-story-impact-heading {
    font-size: 40px;
  }
}

.tenpodx-company-story-impact-closing {
  margin: 0px;
  margin-top: 1.25rem;
  font-family: Noto Serif JP, Hiragino Mincho ProN, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 2;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-company-story-impact-closing {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-story-impact-closing {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 2;
  }
}

@media (min-width: 1536px) {
  .tenpodx-company-story-impact-closing {
    font-size: 22px;
  }
}

/* 会社概要ページ：DXは少しずつ育てるもの */

.tenpodx-company-vision {
  position: relative;
  overflow: hidden;
  font-family: Noto Serif JP, Hiragino Mincho ProN, serif;
}

.tenpodx-company-vision-bg {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.tenpodx-company-vision-overlay {
  position: absolute;
  inset: 0px;
  background-color: rgb(255 255 255 / 0.8);
}

.tenpodx-company-vision-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
  text-align: left;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .tenpodx-company-vision-content {
    max-width: 56rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-company-vision-content {
    max-width: 52rem;
  }
}

.tenpodx-company-vision-heading {
  margin: 0px;
  font-family: Noto Serif JP, Hiragino Mincho ProN, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
}

@media (min-width: 768px) {
  .tenpodx-company-vision-heading {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-vision-heading {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 2;
  }
}

@media (min-width: 1536px) {
  .tenpodx-company-vision-heading {
    font-size: 22px;
  }
}

.tenpodx-company-vision-body {
  margin-top: 2rem;
}

.tenpodx-company-vision-body > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.tenpodx-company-vision-body {
  font-family: Noto Serif JP, Hiragino Mincho ProN, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media (min-width: 768px) {
  .tenpodx-company-vision-body {
    margin-top: 2.5rem;
  }

  .tenpodx-company-vision-body > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .tenpodx-company-vision-body {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-vision-body {
    margin-top: 3rem;
  }

  .tenpodx-company-vision-body > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .tenpodx-company-vision-body {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 2;
  }
}

@media (min-width: 1536px) {
  .tenpodx-company-vision-body {
    font-size: 22px;
  }
}

.tenpodx-company-vision-body p {
  margin: 0px;
}

.tenpodx-company-vision-body-gap {
  margin-top: 1.5rem !important;
}

@media (min-width: 768px) {
  .tenpodx-company-vision-body-gap {
    margin-top: 2rem !important;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-vision-body-gap {
    margin-top: 2.5rem !important;
  }
}

.tenpodx-company-vision-list {
  margin-top: 2.5rem;
  list-style-type: none;
}

.tenpodx-company-vision-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.tenpodx-company-vision-list {
  padding: 0px;
  font-family: Noto Serif JP, Hiragino Mincho ProN, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: 0.04em;
}

@media (min-width: 768px) {
  .tenpodx-company-vision-list {
    margin-top: 3.5rem;
  }

  .tenpodx-company-vision-list > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .tenpodx-company-vision-list {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-vision-list {
    margin-top: 4rem;
  }

  .tenpodx-company-vision-list > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .tenpodx-company-vision-list {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px) {
  .tenpodx-company-vision-list {
    font-size: 22px;
  }
}

.tenpodx-company-vision-list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.25rem;
  text-align: left;
}

.tenpodx-company-vision-list-num {
  flex-shrink: 0;
}

/* 会社概要ページ：PROFILE */

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

.tenpodx-company-profile-grid {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .tenpodx-company-profile-grid {
    grid-template-columns: minmax(0,0.34fr) minmax(0,0.66fr);
    gap: 3rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-profile-grid {
    gap: 4rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-company-profile-grid {
    gap: 5rem;
  }
}

@media (min-width: 768px) {
  .tenpodx-company-profile-heading {
    padding-top: 0.25rem;
  }
}

.tenpodx-company-profile-eyebrow {
  margin: 0px;
  font-family: Noto Sans JP, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-company-profile-eyebrow {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-profile-eyebrow {
    font-size: 2.75rem;
  }
}

.tenpodx-company-profile-title {
  margin: 0px;
  margin-top: 0.5rem;
  font-family: Noto Sans JP, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-company-profile-title {
    margin-top: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-profile-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.tenpodx-company-profile-list {
  margin: 0px;
}

.tenpodx-company-profile-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

@media (min-width: 768px) {
  .tenpodx-company-profile-list > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-profile-list > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
}

.tenpodx-company-profile-item {
  margin: 0px;
}

.tenpodx-company-profile-item dt {
  margin: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-company-profile-item dt {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.tenpodx-company-profile-item dd {
  margin: 0px;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-company-profile-item dd {
    margin-top: 0.625rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-profile-item dd {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.tenpodx-company-profile-map {
  text-decoration-line: underline;
  text-underline-offset: 2px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tenpodx-company-profile-map:hover {
  opacity: 0.6;
}

.tenpodx-company-profile-bullets {
  margin: 0px;
  list-style-type: disc;
}

.tenpodx-company-profile-bullets > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.tenpodx-company-profile-bullets {
  padding-left: 1.25rem;
}

.tenpodx-company-profile-bullets *::marker {
  color: rgb(0 0 0 );
}

.tenpodx-company-profile-bullets::marker {
  color: rgb(0 0 0 );
}

.tenpodx-company-profile-bullets li {
  padding-left: 0.25rem;
}

/* 会社概要ページ：HISTORY */

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

.tenpodx-company-history-grid {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .tenpodx-company-history-grid {
    grid-template-columns: minmax(0,0.34fr) minmax(0,0.66fr);
    gap: 3rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-history-grid {
    gap: 4rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-company-history-grid {
    gap: 5rem;
  }
}

@media (min-width: 768px) {
  .tenpodx-company-history-heading {
    padding-top: 0.25rem;
  }
}

.tenpodx-company-history-eyebrow {
  margin: 0px;
  font-family: Noto Sans JP, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-company-history-eyebrow {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-history-eyebrow {
    font-size: 2.75rem;
  }
}

.tenpodx-company-history-title {
  margin: 0px;
  margin-top: 0.5rem;
  font-family: Noto Sans JP, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-company-history-title {
    margin-top: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-history-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.tenpodx-company-history-list {
  margin: 0px;
  list-style-type: none;
}

.tenpodx-company-history-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

.tenpodx-company-history-list {
  padding: 0px;
}

@media (min-width: 768px) {
  .tenpodx-company-history-list > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-history-list > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }
}

.tenpodx-company-history-item {
  margin: 0px;
}

.tenpodx-company-history-date {
  margin: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-company-history-date {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-history-date {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.tenpodx-company-history-texts {
  margin-top: 0.375rem;
}

.tenpodx-company-history-texts > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

@media (min-width: 768px) {
  .tenpodx-company-history-texts {
    margin-top: 0.5rem;
  }
}

.tenpodx-company-history-text {
  margin: 0px;
  margin-top: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tenpodx-company-history-text {
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-company-history-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.tenpodx-company-history-texts .tenpodx-company-history-text {
  margin-top: 0px;
}

/* 対応可能地域・業種：地域マップ */

.tenpodx-coverage-regions {
  overflow: hidden;
  padding-bottom: 1.5rem;
  padding-top: 8rem;
}

@media (min-width: 768px) {
  .tenpodx-coverage-regions {
    padding-bottom: 2rem;
    padding-top: 7rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-coverage-regions {
    padding-bottom: 2.5rem;
    padding-top: 8rem;
  }
}

.tenpodx-coverage-regions-stage {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
}

.tenpodx-coverage-map-image {
  position: relative;
  z-index: 0;
  display: block;
  height: auto;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* マップ左上の空き領域にテキストを重ねる */

.tenpodx-coverage-regions-intro {
  position: relative;
  left: 0px;
  top: 3%;
  z-index: 10;
  display: flex;
  width: 58%;
  max-width: 20rem;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0.25rem;
}

@media (min-width: 640px) {
  .tenpodx-coverage-regions-intro {
    width: 48%;
    max-width: 24rem;
    padding-left: 0.5rem;
  }
}

@media (min-width: 768px) {
  .tenpodx-coverage-regions-intro {
    position: absolute;
    top: 5%;
    width: 42%;
    max-width: 28rem;
    padding-left: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-coverage-regions-intro {
    top: 6%;
    width: 40%;
    max-width: 32rem;
    padding-left: 1rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-coverage-regions-intro {
    max-width: 36rem;
  }
}

.tenpodx-coverage-regions-heading {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  transform-origin: left;
  --tw-rotate: -6deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .tenpodx-coverage-regions-heading {
    --tw-rotate: -7deg;
    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));
  }
}

@media (min-width: 1024px) {
  .tenpodx-coverage-regions-heading {
    --tw-rotate: -8deg;
    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));
  }
}

.tenpodx-coverage-badge {
  margin: 0px;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 0 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-family: TT CookHand, FTT-CookHand, sans-serif;
  font-size: 1.25rem;
  line-height: 1.15;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .tenpodx-coverage-badge {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .tenpodx-coverage-badge {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-coverage-badge {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .tenpodx-coverage-badge {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 3.5rem;
  }
}

.tenpodx-coverage-badge--large {
  margin-top: 0.125rem;
}

@media (min-width: 640px) {
  .tenpodx-coverage-badge--large {
    margin-top: 0.25rem;
  }
}

@media (min-width: 768px) {
  .tenpodx-coverage-badge--large {
    margin-top: 0.375rem;
  }
}

.tenpodx-coverage-regions .tenpodx-coverage-badge--large {
  margin-right: -0.5rem;
  margin-left: 1.5rem;
}

@media (min-width: 640px) {
  .tenpodx-coverage-regions .tenpodx-coverage-badge--large {
    margin-left: 2.5rem;
  }
}

@media (min-width: 768px) {
  .tenpodx-coverage-regions .tenpodx-coverage-badge--large {
    margin-right: -1rem;
    margin-left: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-coverage-regions .tenpodx-coverage-badge--large {
    margin-left: 5rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-coverage-regions .tenpodx-coverage-badge--large {
    margin-left: 6rem;
  }
}

.tenpodx-coverage-regions .tenpodx-coverage-lead {
  margin: 0px;
  margin-top: 0.75rem;
  max-width: 14em;
  padding-left: 0.25rem;
  font-family: TT CookHand, FTT-CookHand, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.375;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .tenpodx-coverage-regions .tenpodx-coverage-lead {
    margin-top: 1rem;
    max-width: 16em;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .tenpodx-coverage-regions .tenpodx-coverage-lead {
    margin-top: 1.25rem;
    max-width: 18em;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-coverage-regions .tenpodx-coverage-lead {
    margin-top: 1.5rem;
    max-width: 20em;
    padding-left: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-coverage-regions .tenpodx-coverage-lead {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.tenpodx-coverage-lead {
  margin: 0px;
  margin-top: 0.75rem;
  font-family: TT CookHand, FTT-CookHand, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.375;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .tenpodx-coverage-lead {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .tenpodx-coverage-lead {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-coverage-lead {
    margin-top: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-coverage-lead {
    font-size: 1.375rem;
  }
}

/* 対応可能地域・業種：業種グリッド */

.tenpodx-coverage-industries {
  padding-bottom: 4rem;
  padding-top: 3rem;
}

@media (min-width: 768px) {
  .tenpodx-coverage-industries {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-coverage-industries {
    padding-bottom: 7rem;
    padding-top: 8rem;
  }
}

.tenpodx-coverage-industries-intro {
  position: relative;
  z-index: 10;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .tenpodx-coverage-industries-intro {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-coverage-industries-intro {
    margin-bottom: 3rem;
  }
}

.tenpodx-coverage-industries-heading {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  transform-origin: left;
  --tw-rotate: -5deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .tenpodx-coverage-industries-heading {
    --tw-rotate: -6deg;
    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));
  }
}

@media (min-width: 1024px) {
  .tenpodx-coverage-industries-heading {
    --tw-rotate: -7deg;
    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));
  }
}

.tenpodx-coverage-industries .tenpodx-coverage-badge--large {
  margin-right: -0.5rem;
  margin-left: 1.5rem;
}

@media (min-width: 640px) {
  .tenpodx-coverage-industries .tenpodx-coverage-badge--large {
    margin-left: 2.5rem;
  }
}

@media (min-width: 768px) {
  .tenpodx-coverage-industries .tenpodx-coverage-badge--large {
    margin-right: -1rem;
    margin-left: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-coverage-industries .tenpodx-coverage-badge--large {
    margin-left: 4rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-coverage-industries .tenpodx-coverage-badge--large {
    margin-left: 5rem;
  }
}

.tenpodx-coverage-industries .tenpodx-coverage-lead {
  margin-top: 1rem;
  max-width: none;
  padding-left: 0.25rem;
  font-family: TT CookHand, FTT-CookHand, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 640px) {
  .tenpodx-coverage-industries .tenpodx-coverage-lead {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .tenpodx-coverage-industries .tenpodx-coverage-lead {
    margin-top: 1.25rem;
    padding-left: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .tenpodx-coverage-industries .tenpodx-coverage-lead {
    margin-top: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .tenpodx-coverage-industries .tenpodx-coverage-lead {
    font-size: 1.375rem;
  }
}

.tenpodx-coverage-industries-media {
  margin: 0px;
}

.tenpodx-coverage-industries-image {
  display: block;
  height: auto;
  width: 100%;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-x-2 {
  left: 0.5rem;
  right: 0.5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

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

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

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}

.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}

.aspect-\[300\/226\] {
  aspect-ratio: 300/226;
}

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

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-20 {
  height: 5rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[100vh\] {
  height: 100vh;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.w-10 {
  width: 2.5rem;
}

.w-24 {
  width: 6rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

.resize {
  resize: both;
}

.scroll-mt-24 {
  scroll-margin-top: 6rem;
}

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

.justify-start {
  justify-content: flex-start;
}

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

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

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded-\[1\.75rem\] {
  border-radius: 1.75rem;
}

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

.border {
  border-width: 1px;
}

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

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

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

.border-\[\#06c755\]\/30 {
  border-color: rgb(6 199 85 / 0.3);
}

.border-\[\#06c755\]\/40 {
  border-color: rgb(6 199 85 / 0.4);
}

.border-charcoal\/10 {
  border-color: rgb(59 58 58 / 0.1);
}

.border-charcoal\/15 {
  border-color: rgb(59 58 58 / 0.15);
}

.border-sun\/40 {
  border-color: rgb(237 205 31 / 0.4);
}

.bg-\[\#06c755\] {
  --tw-bg-opacity: 1;
  background-color: rgb(6 199 85 / var(--tw-bg-opacity, 1));
}

.bg-\[\#06c755\]\/5 {
  background-color: rgb(6 199 85 / 0.05);
}

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

.bg-brand-lime {
  --tw-bg-opacity: 1;
  background-color: rgb(0 195 123 / var(--tw-bg-opacity, 1));
}

.bg-charcoal {
  --tw-bg-opacity: 1;
  background-color: rgb(59 58 58 / var(--tw-bg-opacity, 1));
}

.bg-charcoal\/70 {
  background-color: rgb(59 58 58 / 0.7);
}

.bg-fv-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 222 89 / var(--tw-bg-opacity, 1));
}

.bg-fv-yellow\/15 {
  background-color: rgb(255 222 89 / 0.15);
}

.bg-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(59 58 58 / var(--tw-bg-opacity, 1));
}

.bg-page-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 222 89 / var(--tw-bg-opacity, 1));
}

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

.bg-paper-soft {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}

.bg-section-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 222 89 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.p-3 {
  padding: 0.75rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

.pb-10 {
  padding-bottom: 2.5rem;
}

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

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

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

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

.font-brand {
  font-family: M PLUS Rounded 1c, Noto Sans JP, sans-serif;
}

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

.text-hero {
  font-size: clamp(1.75rem, 4.5vw, 3.75rem);
  line-height: 1.25;
  letter-spacing: 0.04em;
  font-weight: 700;
}

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

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

.text-title {
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: 700;
}

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

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

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

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

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

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

.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}

.tracking-jp {
  letter-spacing: 0.06em;
}

.\!text-sun {
  --tw-text-opacity: 1 !important;
  color: rgb(237 205 31 / var(--tw-text-opacity, 1)) !important;
}

.text-accent-red {
  --tw-text-opacity: 1;
  color: rgb(230 0 18 / var(--tw-text-opacity, 1));
}

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

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

.text-brand-lime {
  --tw-text-opacity: 1;
  color: rgb(0 195 123 / var(--tw-text-opacity, 1));
}

.text-brand-lime-dark {
  --tw-text-opacity: 1;
  color: rgb(0 168 104 / var(--tw-text-opacity, 1));
}

.text-charcoal {
  --tw-text-opacity: 1;
  color: rgb(59 58 58 / var(--tw-text-opacity, 1));
}

.text-charcoal-soft {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}

.text-navy {
  --tw-text-opacity: 1;
  color: rgb(59 58 58 / var(--tw-text-opacity, 1));
}

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

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}

.opacity-40 {
  opacity: 0.4;
}

.shadow-\[0_10px_28px_rgba\(74\2c 61\2c 57\2c 0\.08\)\] {
  --tw-shadow: 0 10px 28px rgba(74,61,57,0.08);
  --tw-shadow-colored: 0 10px 28px 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-\[0_8px_20px_rgba\(6\2c 199\2c 85\2c 0\.15\)\] {
  --tw-shadow: 0 8px 20px rgba(6,199,85,0.15);
  --tw-shadow-colored: 0 8px 20px 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-\[0_8px_24px_rgba\(0\2c 0\2c 0\2c 0\.18\)\] {
  --tw-shadow: 0 8px 24px rgba(0,0,0,0.18);
  --tw-shadow-colored: 0 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.duration-500 {
  transition-duration: 500ms;
}

.hover\:bg-brand-lime-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 168 104 / var(--tw-bg-opacity, 1));
}

.hover\:text-brand-lime:hover {
  --tw-text-opacity: 1;
  color: rgb(0 195 123 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-lime-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(0 168 104 / var(--tw-text-opacity, 1));
}

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

.group:hover .group-hover\:scale-\[1\.03\] {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  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));
}

.group:hover .group-hover\:text-navy {
  --tw-text-opacity: 1;
  color: rgb(59 58 58 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-80 {
  opacity: 0.8;
}

@media (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

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

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

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

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

@media (min-width: 768px) {
  .md\:mt-14 {
    margin-top: 3.5rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

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

  .md\:h-5 {
    height: 1.25rem;
  }

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

  .md\:h-auto {
    height: auto;
  }

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

  .md\:w-5 {
    width: 1.25rem;
  }

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

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

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

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

  .md\:gap-3 {
    gap: 0.75rem;
  }

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

  .md\:p-10 {
    padding: 2.5rem;
  }

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

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

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

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

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

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

  .md\:pt-24 {
    padding-top: 6rem;
  }

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

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

  .md\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

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

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

@media (min-width: 1024px) {
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-20 {
    height: 5rem;
  }

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

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

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

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

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

@media (min-width: 1280px) {
  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:block {
    display: block;
  }

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

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }
}
