/* Tailwind CSS */

*, ::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.17 | 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, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, 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;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

.container {
  width: 100%;
}

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

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

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

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

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

/* Base Styles */

html {
  scroll-behavior: smooth;
}

body {
  color: #1f2937;
  background-color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  word-break: break-all;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 100;
  line-height: 1.25;
}

h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

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

h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

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

  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

  h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

a {
  color: #3b82f6;
  transition: color 0.3s ease;
}

a:hover {
  color: #2563eb;
}

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

blockquote {
  border-left: 4px solid #3b82f6;
  padding-left: 1rem;
  font-style: italic;
}

code {
  background-color: #f3f4f6;
  padding: 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

pre {
  background-color: #111827;
  color: #ffffff;
  padding: 1rem;
  border-radius: 0.25rem;
  overflow-x: auto;
}

/* Floating Header */

.floating-header {
  position: fixed;
  top: 2rem;
  left: 0;
  right: 0;
  z-index: 50;
  transition: all 0.3s ease;
}

.floating-header.scrolled {
  top: 0;
}

.header-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.header-content {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, rgba(33, 130, 189, 0.4) 0%, rgba(0, 26, 71, 0.2) 100%);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 9999px;
  box-shadow: 0 4px 40px rgba(94, 161, 193, 0.3);
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-icon {
  width: 7.5rem;
  height: 3rem;
  color: #2563eb;
}

.logo-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-menu li {
  list-style: none;
}

.nav-menu a {
  color: #fff;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-menu a:hover {
  color: #fff !important;
  opacity: 0.8;
}

.header-cta {
  display: flex;
  justify-content: flex-end;
}

.cta-button {
  background-color: #EE3D3D;
  color: #ffffff;
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #b91c1c;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.375rem;
  transition: all 0.3s ease;
}

.menu-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
}

.menu-toggle svg {
  width: 1.5rem;
  height: 1.5rem;
}

/* Mobile Menu */

.mobile-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(135deg, rgba(33, 130, 189, 0.4) 0%, rgba(0, 26, 71, 0.2) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 40px rgba(94, 161, 193, 0.3);
  z-index: 99999;
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  overflow: hidden;
  visibility: hidden;
}

.mobile-menu.active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: scale(1) !important;
}

/* Test: Force show mobile menu for debugging */

.mobile-menu.test-show {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(0) !important;
}

/* Debug: Always show mobile menu for testing */

.mobile-menu.debug-show {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(0) !important;
  background: red !important;
}

.mobile-menu-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2rem;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.1s;
}

.mobile-menu.active .mobile-menu-content {
  opacity: 1;
  transform: translateY(0);
}

.mobile-nav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.mobile-nav-menu li {
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.mobile-nav-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 1.25rem;
  transition: color 0.3s ease;
  display: block;
  padding: 1rem;
}

.mobile-nav-menu a:hover {
  opacity: 0.8;
}

/* Mobile Menu Close Button */

.mobile-menu-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 100000;
}

.mobile-menu-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.mobile-menu-close svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
  stroke-width: 2;
}

/* Contact Section Styles */

.contact-section {
  padding: 8rem 0;
  background-color: #ffffff;
}

.contact-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.contact-tab {
  padding: 1rem 2rem;
  background: #f3f4f6;
  color: #6b7280;
  border: 2px solid transparent;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-tab:hover {
  background: #e5e7eb;
  color: #374151;
}

.contact-tab.active {
  background: linear-gradient(135deg, #6096DB 0%, #4CB5C3 100%);
  color: #ffffff;
  border-color: transparent;
}

.contact-form-tab {
  display: none;
}

.contact-form-tab.active {
  display: block;
}

/* Contact Form 7 Custom Styles */

.wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form input[type="tel"],
  .wpcf7-form textarea,
  .wpcf7-form select {
  background-color: #f7f7f7 !important;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 0.75rem;
  width: 100%;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.wpcf7-form input[type="text"]:focus,
  .wpcf7-form input[type="email"]:focus,
  .wpcf7-form input[type="tel"]:focus,
  .wpcf7-form textarea:focus,
  .wpcf7-form select:focus {
  outline: none;
  border-color: #6096DB;
  box-shadow: 0 0 0 3px rgba(96, 150, 219, 0.1);
  background-color: #ffffff !important;
}

.wpcf7-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #374151;
}

.wpcf7-form .wpcf7-submit {
  background: linear-gradient(135deg, #6096DB 0%, #4CB5C3 100%);
  color: #ffffff;
  border: none;
  border-radius: 9999px;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 200px;
}

.wpcf7-form .wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(96, 150, 219, 0.3);
}

/* Form Error Styles */

.form-group .red {
  font-weight: bold;
  color: #dc2626;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.wpcf7-not-valid-tip {
  font-weight: bold;
  color: #dc2626;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

@media (max-width: 768px) {
  .contact-tabs {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }

  .contact-tab {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}

.contact-header {
  text-align: center;
  margin-bottom: 4rem;
}

.contact-subtitle {
  font-size: 1rem;
  color: #6096DB;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.contact-title {
  font-size: 3rem;
  font-weight: 100;
  color: #333;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.contact-description {
  font-size: 1.125rem;
  color: #6E6E73;
  line-height: 1.75;
  max-width: 48rem;
  margin: 0 auto;
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: start;
  max-width: 640px;
  margin: auto;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: #f8fafc;
  border-radius: 12px;
  border-left: 4px solid #6096DB;
  transition: all 0.3s ease;
}

.contact-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(96, 150, 219, 0.15);
}

.contact-icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  background: #6096DB;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.contact-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.contact-details h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.contact-details p {
  font-size: 1rem;
  color: #6E6E73;
  line-height: 1.6;
  margin-bottom: 0.25rem;
}

.contact-phone {
  font-size: 1.25rem;
  font-weight: 600;
  color: #6096DB;
}

.contact-email {
  font-size: 1.125rem;
  font-weight: 500;
  color: #6096DB;
}

.contact-form-container {
  background: #ffffff;
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
}

.contact-form-header {
  text-align: center;
  margin-bottom: 2rem;
}

.contact-form-header h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.contact-form-header p {
  font-size: 1rem;
  color: #6E6E73;
  line-height: 1.6;
}

/* Contact Form 7 Styles */

.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.wpcf7-form label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.5rem;
}

.wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form select,
  .wpcf7-form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.5;
  color: #374151;
  background: #ffffff;
  transition: all 0.3s ease;
}

.wpcf7-form input[type="text"]:focus,
  .wpcf7-form input[type="email"]:focus,
  .wpcf7-form select:focus,
  .wpcf7-form textarea:focus {
  outline: none;
  border-color: #6096DB;
  box-shadow: 0 0 0 3px rgba(96, 150, 219, 0.1);
}

.wpcf7-form textarea {
  resize: vertical;
  min-height: 120px;
}

.wpcf7-form .wpcf7-submit {
  background: linear-gradient(135deg, #6096DB 0%, #4CB5C3 100%);
  color: #ffffff;
  border: none;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(96, 150, 219, 0.3);
}

.wpcf7-form .wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(96, 150, 219, 0.4);
}

.wpcf7-form .wpcf7-submit:active {
  transform: translateY(0);
}

/* Responsive Design */

@media (max-width: 768px) {
  .contact-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .contact-title {
    font-size: 2.5rem;
  }

  .contact-form-container {
    padding: 1.5rem;
  }
}

.lang-link {
  font-size: 0.875rem;
  color: #4b5563;
  transition: color 0.3s ease;
}

.lang-link:hover {
  color: #2563eb;
}

.lang-link:not(.current) {
  opacity: 0.5;
}

.lang-link.current {
  font-weight: 600;
}

/* Hero Section */

.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('./images/bg-hero-top.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  color: #fff;
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: left;
  max-width: 1280px;
  transition: transform 0.1s ease-out;
}

.hero-subtitle {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
  font-weight: 200;
  text-transform: none;
  letter-spacing: 0.1em;
  animation: blurToClear 1.5s ease-out forwards;
}

@media (max-width: 768px) {
  .hero-subtitle {
    font-size: 1.4rem;
    text-align: center;
  }

  .main-navigation {
    display: none;
  }

  .menu-toggle {
    display: block;
    border-radius: 100px;
  }

  .header-content {
    grid-template-columns: 1fr auto;
  }
}

.hero-title {
  font-size: 4rem;
  margin-bottom: 2.5rem;
  font-weight: 100;
  line-height: 1.2;
  animation: blurToClear 2s ease-out forwards;
}

.hero-description {
  margin-bottom: 2rem;
}

.hero-description p {
  line-height: 2.2;
  font-size: 1.125rem;
  animation: blurToClear 2.5s ease-out forwards;
}

.hero-section .header-content {
  background: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  box-shadow: none;
  padding: 0;
}

/* Fixed Page Hero Section */

.hero-section--page {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #6096DB 0%, #4CB5C3 50%, #87CEEB 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-section--page .header-container {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

.hero-section--page .header-content {
  background:none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  box-shadow: none;
  padding: 0;
  display: block;
}

.hero-section--page .hero-content {
  position: relative;
  z-index: 10;
  text-align: left;
  color: #fff;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 1rem;
  transition: transform 0.1s ease-out;
  background:none;
}

.hero-section--page .hero-subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: left;
}

.hero-section--page .hero-title {
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 100;
  color: #fff;
}

/* About Section */

.about-section {
  padding: 10rem 0;
  background-color: #ffffff;
  border-radius: 24px 24px 0 0;
  margin-top: -24px;
  z-index: 1;
  position: relative;
}

.about-content {
  display: grid;
  grid-template-columns: 640px 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
  transition: transform 0.1s ease-out;
}

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

.about-subtitle {
  font-size: 1.6rem;
  color: rgba(96, 150, 219, 0.8);
  margin-bottom: 1rem;
  font-weight: 200;
  text-transform: none;
  letter-spacing: 0.1em;
}

.about-readmore {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .about-readmore {
    text-align: center;
  }
}

.readmore-btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: linear-gradient(135deg, #6096DB 0%, #4CB5C3 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(96, 150, 219, 0.3);
}

.readmore-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(96, 150, 219, 0.4);
}

.about-title {
  font-size: 3rem;
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: 100;
  line-height: 1.25;
  position: relative;
  color: #6096DB;
}

.about-title::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #8AF4F7 0%, #6096DB 98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: blur(1px);
  opacity: 0.3;
  content: attr(data-text);
  z-index: -1;
}

.about-title::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #8AF4F7 0%, #6096DB 98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: blur(0.5px);
  opacity: 0.1;
  content: attr(data-text);
  z-index: -2;
}

.title-line {
  display: block;
}

.about-description {
  font-size: 1.125rem;
  color: #6E6E73;
  line-height: 1.75;
  word-break: auto-phrase;
}

.about-image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 100%;
  padding: 2rem;
}

.water-blob {
  width: 18rem;
  height: 18rem;
  background: linear-gradient(135deg, #F0F8FF 0%, #B0E0E6 25%, #87CEEB 50%, #4682B4 75%, #1E90FF 100%);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  filter: blur(1px);
  /* box-shadow: 
      0 20px 40px rgba(70, 130, 180, 0.4),
      0 10px 20px rgba(0, 0, 0, 0.1),
      inset 0 2px 4px rgba(255, 255, 255, 0.3); */
  animation: blob 8s ease-in-out infinite;
  position: relative;
  margin: 0 auto;
  transform-origin: center;
}

@keyframes blob {
  0%, 100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: scale(1);
  }

  25% {
    border-radius: 55% 45% 35% 65% / 55% 35% 65% 45%;
    transform: scale(1.01);
  }

  50% {
    border-radius: 45% 55% 65% 35% / 65% 45% 35% 55%;
    transform: scale(1.005);
  }

  75% {
    border-radius: 65% 35% 45% 55% / 35% 55% 65% 45%;
    transform: scale(1.02);
  }
}

/* News Section */

.news-section {
  padding: 10rem 0;
  background-color: #f9fafb;
  border-radius: 24px 24px 0 0;
  margin-top: -24px;
  z-index: 1;
  position: relative;
}

.news-header {
  text-align: center;
  margin-bottom: 3rem;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  transition: transform 0.1s ease-out;
}

.news-subtitle {
  font-size: 1.125rem;
  color: #1D1D1F;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.news-title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
  color: #1D1D1F;
  font-weight: 300;
}

.news-description {
  font-size: 1.125rem;
  color: #1D1D1F;
  line-height: 1.75;
  word-break: auto-phrase;
}

.news-list {
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.news-item {
  display: flex;
  align-items: flex-start;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e5e7eb;
  transition: background-color 0.3s ease;
}

.news-item:hover {
  background-color: #f9fafb;
}

.news-date {
  font-size: 0.875rem;
  color: #1D1D1F;
  font-weight: 500;
  min-width: 6rem;
}

.news-category {
  font-size: 0.75rem;
  background-color: #EEEEEE;
  color: #1D1D1F;
  padding: 0.25rem 0.75rem;
  border-radius: 0;
  font-weight: 500;
  margin: 0 1rem;
  min-width: 6rem;
  text-align: center;
}

.news-title-text {
  color: #111827;
  line-height: 1.75;
  flex: 1;
}

.news-link {
  color: #111827;
  transition: color 0.3s ease;
}

.news-link:hover {
  color: #2563eb;
}

.news-excerpt {
  font-size: 0.875rem;
  color: #4b5563;
  margin-top: 0.5rem;
  line-height: 1.75;
}

/* Enhanced Footer */

.footer {
  background-color: #4CB5C3;
  color: #ffffff;
  padding: 5rem 0 2rem;
}

.footer-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.footer-content {
  display: grid;
  grid-template-columns: 300px 2fr;
  gap: 4rem;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-left {
    order: 2;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .footer-right {
    order: 1;
  }
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-logo {
  margin-bottom: 1.5rem;
}

.footer-logo img {
  width: 160px;
  height: 63px;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.footer-description p {
  margin: 0.5rem 0;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.footer-description p:first-child {
  font-weight: 500;
  font-size: 1.125rem;
}

.footer-description p:last-child {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
}

.footer-right {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .footer-right {
    justify-content: flex-start;
  }
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}

@media (max-width: 768px) {
  .footer-links {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.footer-link-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-link-group li {
  margin-bottom: 0.5rem;
}

.footer-link-group a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.3s ease;
}

.footer-link-group a:hover {
  color: #ffffff;
}

.footer-link-group li:first-child a {
  font-weight: 600;
}

.footer-separator-line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 2rem 0;
}

.footer-bottom-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-bottom-left ul,
  .footer-bottom-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-bottom-left li,
  .footer-bottom-right li {
  margin-bottom: 0.5rem;
}

.footer-bottom-left a,
  .footer-bottom-right a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.3s ease;
}

.footer-bottom-left a:hover,
  .footer-bottom-right a:hover {
  color: #ffffff;
}

.footer-bottom {
  padding-top: 2rem;
}

.footer-separator {
  display: none;
}

.footer-copyright {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
}

/* Products Section */

.products-section {
  padding: 10rem 0;
  background-image: url('./images/bg-product-top.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-radius: 24px 24px 0 0;
  margin-top: -24px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.products-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  opacity: 0.25;
}

.products-background-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  animation: slowPlay 5s ease infinite;
}

@keyframes slowPlay {
  0% {
    transform: scale(1.025);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1.025);
  }
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes blurToClear {
  0% {
    filter: blur(20px);
    opacity: 0;
    transform: scale(0.8);
  }

  50% {
    filter: blur(10px);
    opacity: 0.5;
    transform: scale(0.9);
  }

  100% {
    filter: blur(0px);
    opacity: 1;
    transform: scale(1);
  }
}

.products-header {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  transition: transform 0.1s ease-out;
}

.products-subtitle {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 400;
}

.products-title {
  font-size: 3rem;
  line-height: 2.5rem;
  margin-bottom: 2rem;
  color: #fff;
  font-weight: 100;
  line-height: 1.25;
}

.products-description {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.75;
  word-break: auto-phrase;
}

/* Main Product Display */

.main-product-display {
  margin-bottom: 4rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.main-product-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.showcase-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 0.5rem;
  margin: 0 auto;
  display: block;
}

.product-hero {
  text-align: center;
  margin-bottom: 2rem;
}

.product-more {
  text-align: right;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .product-more {
    text-align: center;
  }
}

.more-btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: #ffffff;
  color: #6096DB;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
  border: 2px solid #ffffff;
}

.more-btn:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
}

.product-category {
  color: #93c5fd;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.product-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.brand-icon {
  width: 2rem;
  height: 2rem;
  color: #ffffff;
}

.brand-text {
  color: #ffffff;
}

.brand-name {
  font-size: 1.5rem;
  font-weight: 700;
}

.brand-japanese {
  font-size: 0.875rem;
  opacity: 0.8;
}

.product-tagline {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

.product-showcase {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.product-image {
  position: relative;
}

.shower-head {
  width: 8rem;
  height: 8rem;
  background: linear-gradient(135deg, #60a5fa 0%, #2563eb 100%);
  border-radius: 50%;
  position: relative;
}

.shower-head::before {
  position: absolute;
  inset: 1rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: '';
}

.shower-head::after {
  position: absolute;
  inset: 2rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: '';
}

.product-units {
  display: flex;
  gap: 1rem;
}

.product-unit {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  position: relative;
}

.product-unit.golden {
  background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
}

.product-unit.golden::before {
  position: absolute;
  inset: 0.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: '';
}

.product-unit.silver {
  background: linear-gradient(135deg, #d1d5db 0%, #6b7280 100%);
}

.product-unit.silver::before {
  position: absolute;
  inset: 0.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: '';
}

.product-unit.blue {
  background: linear-gradient(135deg, #60a5fa 0%, #2563eb 100%);
}

.product-unit.blue::before {
  position: absolute;
  inset: 0.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: '';
}

.product-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 4rem;
}

.product-card {
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.product-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.product-card-header {
}

.product-card-header-image {
  width: 100%;
  height: auto;
  border-radius: 24px 24px 0 0;
  margin-bottom: 1.5rem;
}

.product-card-title {
  font-size: 0.75rem;
  font-weight: 300;
  color: #fff;
  background-color: #4CB5C2;
  margin: 1.5rem 1.5rem 1.5rem;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  border-radius:8px;
}

.product-card-name {
  font-size: 1.5rem;
  font-weight: 500;
  color: #111827;
  margin:1rem 0 0;
  padding: 0 1.5rem 0 1.5rem;
}

.product-card-subtitle {
  color: #4b5563;
  padding: 1.5rem 1.5rem 0 1.5rem;
}

.product-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.product-card-more {
  text-align: right;
  width: 100%;
  padding: 0 1.5rem 1.5rem 1.5rem;
}

@media (max-width: 768px) {
  .product-card-more {
    text-align: center;
  }
}

.more-text {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #6096DB;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}

.more-text:hover {
  background: #4CB5C3;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(76, 181, 195, 0.4);
}

.product-card-image {
  width: 4rem;
  height: 4rem;
  border-radius: 0.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

.product-card-image.shower {
  background: linear-gradient(135deg, #60a5fa 0%, #2563eb 100%);
}

.product-card-image.shower::before {
  position: absolute;
  inset: 0.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
  content: '';
}

.product-card-image.shower::after {
  position: absolute;
  inset: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.25rem;
  content: '';
}

.product-card-image.whole-house {
  background: linear-gradient(135deg, #34d399 0%, #059669 100%);
}

.product-card-image.whole-house::before {
  position: absolute;
  inset: 0.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
  content: '';
}

.product-card-image.whole-house::after {
  position: absolute;
  inset: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.25rem;
  content: '';
}

.product-card-description {
  color: #4b5563;
  line-height: 1.75;
  padding: 0 1.5rem 1.5rem 1.5rem;
}

/* Company Section */

.company-section {
  padding: 10rem 0;
  background: #121D34;
  background: linear-gradient(90deg,rgba(18, 29, 52, 1) 0%, rgba(92, 118, 153, 1) 100%);
  border-radius: 24px 24px 0 0;
  margin-top: -24px;
  z-index: 1;
  position: relative;
}

.company-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
  transition: transform 0.1s ease-out;
}

@media (max-width: 768px) {
  .company-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

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

.company-subtitle {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 400;
}

.company-title {
  font-size: 3rem;
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: 100;
  line-height: 1.25;
  position: relative;
  color: #fff;
}

.company-title::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #8AF4F7 0%, #6096DB 98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: blur(1px);
  opacity: 0.3;
  content: attr(data-text);
  z-index: -1;
}

.company-title::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #8AF4F7 0%, #6096DB 98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: blur(0.5px);
  opacity: 0.1;
  content: attr(data-text);
  z-index: -2;
}

.title-line {
  display: block;
}

.company-description {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.75;
  margin-bottom: 2rem;
  word-break: auto-phrase;
}

.company-more-btn {
  display: inline-block;
  background: #fff;
  color: #6096DB;
  padding: 0.75rem 2rem;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
  border: 2px solid #fff;
  margin-top: 1.5rem;
}

.company-more-btn:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
  .company-more-btn {
    display: block;
    text-align: center;
    margin: 1.5rem auto 0;
  }
}

.company-info {
  display: flex;
  flex-direction: column;
}

.info-item {
  display: flex;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.info-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  min-width: 160px;
  margin-bottom: 0.25rem;
}

.company-map {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 2rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.company-map iframe {
  width: 100%;
  height: 420px;
  border-radius: 16px;
  margin-bottom: 2rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .company-map iframe {
    height: 300px;
  }
}

.company-access h5 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
  margin-top: 2rem;
  text-align: left;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .company-access h5 {
    font-size: 0.875rem;
  }
}

.company-access ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .company-access ul {
    padding-left: 1rem;
  }
}

.company-access li {
  background: none;
  margin-bottom: 0.75rem;
  padding: 0;
  border-radius: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  border-left: none;
  transition: all 0.3s ease;
  position: relative;
}

@media (max-width: 768px) {
  .company-access li {
    margin-bottom: 0;
  }
}

.company-access li::before {
  content: "・";
  position: absolute;
  left: -1rem;
  color: #fff;
}

.company-access li:hover {
  transform: none;
}

.info-value {
  color: #fff;
}

.company-image {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.company-image-content {
  width: 100%;
  height: auto;
  border-radius: 24px;
  max-width: 400px;
}

/* Company Outline Section */

.company-outline-section {
  padding: 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  height: auto;
}

.company-outline-image {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media (max-width: 768px) {
  .company-outline-image {
    width: 100%;
  }
}

.outline-image {
  width: 100%;
  height: 140%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: translateY(0);
  transition: transform 0.3s ease-out;
  border-radius: 8px;
}

/* Parallax effect on scroll */

.company-outline-section.parallax .outline-image {
  transform: translateY(-20%);
}

.product-3d {
  position: relative;
}

.product-body {
  width: 12rem;
  height: 12rem;
  background: linear-gradient(135deg, #60a5fa 0%, #2563eb 100%);
  border-radius: 1rem;
  position: relative;
}

.product-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2rem;
  background: linear-gradient(to bottom, #3b82f6 0%, #2563eb 100%);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.product-middle {
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  height: 8rem;
  background: linear-gradient(to bottom, #60a5fa 0%, #3b82f6 100%);
}

.product-logo {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-logo svg {
  color: #ffffff;
}

.product-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2rem;
  background: linear-gradient(to bottom, #2563eb 0%, #1d4ed8 100%);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.product-3d::before {
  position: absolute;
  inset: -1rem;
  background: linear-gradient(135deg, #93c5fd 0%, #60a5fa 100%);
  border-radius: 1.5rem;
  filter: blur(1.5rem);
  opacity: 0.3;
  content: '';
  z-index: -1;
}

/* Container */

.container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}

/* SP only break line */

.sp-br {
  display: none;
}

/* Scroll Animation for Titles */

.title-animation {
  opacity: 0 !important;
  transform: translateY(30px) !important;
  transition: all 0.8s ease-out;
  will-change: opacity, transform;
  pointer-events: none;
}

.title-animation.animate {
  opacity: 1 !important;
  transform: translateY(0) !important;
  pointer-events: auto;
}

.title-animation.delay-1 {
  transition-delay: 0.1s;
}

.title-animation.delay-2 {
  transition-delay: 0.2s;
}

.title-animation.delay-3 {
  transition-delay: 0.3s;
}

.title-animation.delay-4 {
  transition-delay: 0.4s;
}

.title-animation.delay-5 {
  transition-delay: 0.5s;
}

.title-animation.delay-6 {
  transition-delay: 0.6s;
}

/* Content (static pages) headings and lists */

.content-section--page .content-content .content-text {
  margin-top: 80px;
  margin-bottom: 80px;
}

.content-section--page .content-content .content-text p {
  margin-bottom: 1rem;
}

.content-section--page .content-content .content-text h2,
  .content-section--page .content-content .content-text h3,
  .content-section--page .content-content .content-text h4,
  .content-section--page .content-content .content-text h5 {
  color: #1D1D1F;
}

/* h2: メイン見出し - 洗練された背景デザイン */

.content-section--page .content-content .content-text h2 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.4;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  border-left: 4px solid #3b82f6;
  border-radius: 0 8px 8px 0;
  color: #1e293b;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  position: relative;
}

/* h3: サブ見出し - エレガントな左ボーダー */

.content-section--page .content-content .content-text h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  border-left: 3px solid #60a5fa;
  background: linear-gradient(90deg, #f1f5f9 0%, transparent 100%);
  color: #334155;
  position: relative;
}

/* h4: セクション見出し - モダンな下線デザイン */

.content-section--page .content-content .content-text h4 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem 0;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  border-bottom: 2px solid #e2e8f0;
  color: #475569;
  position: relative;
}

/* h4の下線にアクセントを追加 */

.content-section--page .content-content .content-text h4::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 3rem;
  height: 2px;
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
  border-radius: 1px;
}

/* h5: アイブロウ（小見出し） */

.content-section--page .content-content .content-text h5 {
  margin-top: 1.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6E6E73;
  font-weight: 600;
}

/* リストリセット解除と体裁 */

.content-section--page .content-content .content-text ul,
  .content-section--page .content-content .content-text ol {
  margin: 1rem 0;
  padding-left: 1.25rem;
  /* outside marker */
}

.content-section--page .content-content .content-text ul {
  list-style: disc;
}

.content-section--page .content-content .content-text ol {
  list-style: decimal;
}

.content-section--page .content-content .content-text li {
  line-height: 1.9;
}

.content-section--page .content-content .content-text li + li {
  margin-top: 0.375rem;
}

.content-section--page .content-content .content-text ul ul {
  list-style: circle;
  margin-top: 0.375rem;
  padding-left: 1rem;
}

.content-section--page .content-content .content-text ol ol {
  list-style: lower-alpha;
  margin-top: 0.375rem;
  padding-left: 1rem;
}

.content-section--page .content-content .content-text ul ::marker {
  color: #4CB5C3;
}

.content-section--page .content-content .content-text ol ::marker {
  color: #6096DB;
}

.content-section--page .content-content .content-text p + ul,
  .content-section--page .content-content .content-text p + ol {
  margin-top: 1rem;
}

/* Philosophy Section */

.philosophy-section {
  padding: 8rem 0 6rem;
  background-color: #ffffff;
}

.philosophy-content {
  max-width: 64rem;
  margin: 0 auto;
  text-align: center;
}

.philosophy-text {
  margin-bottom: 3rem;
}

.philosophy-subtitle {
  font-size: 1.125rem;
  color: #6096DB;
  margin-bottom: 2rem;
  font-weight: 400;
}

.philosophy-title {
  font-size: 2.5rem;
  line-height: 1.3;
  margin-bottom: 2.5rem;
  font-weight: 500;
  color: #6096DB;
}

/* SP用のフォントサイズと段落調整 */

@media (max-width: 767px) {
  .page-philosophy .philosophy-title {
    font-size: 1.5rem;
    padding: 0;
  }

  .philosophy-subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
  }

  .philosophy-description {
    font-size: 1rem;
    line-height: 1.8;
    margin: 0 1rem 1.5rem;
    padding: 0 0.5rem;
    text-align: left;
    word-break: auto-phrase;
  }

  .philosophy-text {
    margin-bottom: 2rem;
  }
}

.philosophy-description {
  font-size: 1.125rem;
  color: #6E6E73;
  line-height: 1.75;
  max-width: 48rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.philosophy-hero-image {
  padding: 0 0 6rem;
}

.ph-hero-img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.philosophy-feature {
  padding: 6rem 0;
  background-color: #ffffff;
}

.philosophy-feature.feature--reverse {
  background-color: #f9fafb;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  max-width: 80rem;
  margin: 0 auto;
}

.feature-text {
  padding: 0 1rem;
}

.feature-eyebrow {
  font-size: 1rem;
  color: #4b5563;
  margin-bottom: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.feature-title {
  font-size: 2.25rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: 100;
  color: #1D1D1F;
}

.feature-desc {
  font-size: 1.125rem;
  color: #6E6E73;
  line-height: 1.75;
}

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

.feature-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.feature-image.is-blob img {
  border-radius: 50%;
  max-width: 400px;
}

.feature-image.is-ellipse img {
  border-radius: 25% 75% 75% 25% / 25% 25% 75% 75%;
  max-width: 400px;
}

/* Responsive Design */

@media (max-width: 768px) {
  .logo-icon {
    width: 6rem;
    height: 2.5rem;
  }

  .footer-icon {
    width: 8rem;
    height: 3rem;
  }

  .header-content {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    border-radius: 9999px;
  }

  .nav-menu {
    display: none;
  }

  .main-navigation {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .main-navigation.toggled .nav-menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    padding: 1rem;
    gap: 1rem;
  }

  .header-cta {
    display: block;
  }

  /* .menu-toggle {
      display: block;
    } */

  .cta-button {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: #dc2626;
  }

  .cta-button:hover {
    color: #fff !important;
    background-color: #b91c1c !important;
    transform: translateY(-1px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0,0,0,.12);
  }

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

  .hero-description {
    font-size: 1.125rem;
  }

  .about-content {
    grid-template-columns: 1fr;
  }

  .news-list {
    padding: 0 0.5rem;
  }

  .news-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .news-date {
    min-width: 0;
    font-size: 0.875rem;
  }

  .news-category {
    margin: 0;
    font-size: 0.75rem;
  }

  .simple-footer {
    padding: 2rem 0;
  }

  .footer-brand-primary {
    font-size: 1.25rem;
  }

  .footer-brand-secondary {
    font-size: 1rem;
  }

  .product-showcase {
    flex-direction: column;
    gap: 1rem;
  }

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

  .product-unit {
    width: 3rem;
    height: 3rem;
  }

  .product-card-content {
    flex-direction: column;
  }

  .product-card-image {
    margin: 0 auto 1rem;
  }

  .company-content {
    grid-template-columns: 1fr;
  }

  .company-text {
    order: 1;
  }

  .product-body {
    width: 10rem;
    height: 10rem;
  }

  .product-middle {
    width: 8rem;
    height: 6rem;
  }

  .info-item {
    flex-direction: column;
  }

  .info-label {
    margin-bottom: 0.25rem;
  }

  .container {
    padding: 0 1rem;
  }

  .sp-br {
    display: block;
  }

  .product-details {
    grid-template-columns: 1fr;
  }

  .hero-section--page .hero-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 480px) {
  .floating-header {
    top: 1rem;
  }

  .hero-section--page {
    min-height: 50vh;
  }

  .hero-content {
    padding: 0 1rem;
  }

  .hero-title {
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
  }

  .hero-description p {
    font-size: 1rem;
    line-height: 1.75;
    text-align: center;
    font-weight: 200;
  }

  /* Center hero subtitle on small screens */

  .hero-section--page .hero-subtitle {
    text-align: center;
  }

  .container {
    padding: 0 1rem;
  }

  .about-section,
    .products-section,
    .company-section,
    .news-section{
    padding:5rem 0;
  }

  .about-subtitle,
    .news-subtitle,
    .products-subtitle,
    .company-subtitle {
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
  }

  .about-title,
    .news-title,
    .products-title,
    .company-title {
    font-size: 1.7rem;
    line-height: 1.5;
    text-align: center;
  }

  .about-description,
    .news-description,
    .products-description,
    .company-description {
    font-size: 1rem;
    line-height: 1.75;
  }

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

  .about-image{
    padding:1rem;
  }

  .product-card-description{
    font-size:0.875rem;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-6 {
  height: 1.5rem;
}

.w-6 {
  width: 1.5rem;
}

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

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

.resize {
  resize: both;
}

.border {
  border-width: 1px;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.outline {
  outline-style: solid;
}

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

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

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

.delay-0 {
  transition-delay: 0s;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* Custom Components */

/* Contact Form 7 Styles */

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background: #46b450;
  color: #fff;
}

/* News Category Tabs */

.news-category-tabs {
  margin-bottom: 3rem;
  text-align: center;
}

.category-tab-container {
  display: inline-flex;
  background: #ffffff;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 0.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.category-tab {
  padding: 1rem 2rem;
  text-decoration: none;
  color: #6b7280;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.025em;
  position: relative;
  overflow: hidden;
}

.category-tab:hover {
  color: #374151;
  background: #f9fafb;
  transform: translateY(-1px);
}

.category-tab.active {
  background: linear-gradient(135deg, #6096DB 0%, #4f7cba 100%);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(96, 150, 219, 0.3);
  transform: translateY(-1px);
}

.category-tab.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 8px;
}

/* Category-specific styles - 統一されたデザイン */

.press-category,
.info-category {
  background-color: #f3f4f6 !important;
  color: #374151 !important;
  border: 1px solid #e5e7eb;
  font-weight: 500;
  padding: 0.375rem 0.75rem;
  border-radius: 6px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Philosophy Page Specific Styles */

.page-philosophy .philosophy-section {
  padding: 10rem 0 8rem;
}

.page-philosophy .philosophy-text {
  margin-bottom: 4rem;
}

.page-philosophy .philosophy-subtitle {
  margin-bottom: 2rem;
}

.page-philosophy .philosophy-title {
  margin-bottom: 3rem;
}

.page-philosophy .philosophy-description {
  margin-bottom: 2rem;
}

/* Business Page Specific Styles */

.products-intro {
  text-align: center;
  margin: 4rem 0;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.products-intro-subtitle {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.products-intro-title {
  font-size: 1.75rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.products-intro-description {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.6;
  max-width: 48rem;
  margin: 0 auto;
  padding: 2rem;
}

/* SP版TOPページの間隔調整 */

@media (max-width: 768px) {
  .hero-section .hero-subtitle {
    margin-bottom: 3rem;
  }

  .hero-section .hero-title {
    margin-bottom: 3rem;
  }

  .hero-section .hero-description {
    margin-top: 2rem;
  }

  .products-intro-description {
    word-break: auto-phrase;
  }

  .contact-title {
    font-size: 1.75rem;
  }

  .contact-form-header h3 {
    font-size: 1.25rem;
  }

  .contact-form-header p {
    word-break: auto-phrase;
  }

  .contact-form-header h3 {
    margin-bottom: 1.5rem;
    font-weight: inherit;
  }

  .news-title-text {
    font-weight: inherit;
  }
}