/**
* メインCSS
*
* 共通コンポーネントのスタイルを管理します。
* ビルド後の main-output.css を functions.php で読み込みます。
*
* 構成：
* 1. Tailwind ディレクティブ
* 2. 外部CSSインポート（reset）
* 3. ベース（CSS変数・タイポグラフィ）
* 4. 共通コンポーネント（構造・共通プロパティのみ）
*    + モバイル（< 640px）
* 5. レスポンシブ
*    - sm（640px〜）— 小タブレット
*    - md（768px〜）— タブレット
*    - lg（1024px〜）— デスクトップ（PCファーストの本来値）
*    - xl（1280px〜）— ワイド
*/

*, ::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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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;
}

:root {
--theme-color-blue: #004099;
--theme-color-blue-shallow: #2354A3;
--theme-color-yellow: #FFF430;
--theme-color-orange: #FF7F02;
--theme-color-orange-shallow: #FFE5CC;
--theme-color-green: #06C755;
--theme-color-red: #C3213C;
--theme-color-skyblue: #C9DDF8;
--theme-color-skyblue-shallow: #E5ECF4;
--theme-color-grey: #E3E3E3; }

body { width: 100%; margin: 0; padding: 0; font: 18px 'Noto Sans JP', sans-serif; -webkit-text-size-adjust: 100% !important; word-break: break-word; color: #333; }

h1, h2 { font-family: "A-OTF Shin Go Pro", "Noto Sans JP", sans-serif; font-weight: 900; }

h3, h4, h5, h6 { font-family: "Noto Sans JP", sans-serif; font-weight: 100; }
.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;
  }
}
/* ── 中間CTA ── */
.cta-btn { flex: 1 1 0%; border-radius: 12px; font-weight: 700; color: #fff; text-decoration: none; transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1); display: flex; align-items: center; justify-content: center; gap: 8px; }
.cta-btn:hover { transform: translateY(-4px); }
.cta-btn-orange { background: linear-gradient(135deg, #ff8c00, #ffa500); }
.cta-btn-green { background-color: #06C755; }
.line_icon { width: 24px; height: auto; }
.cta-hero { position: relative; width: 100%; overflow: visible; }
.cta-hero-bg { position: absolute; inset: 0; overflow: hidden; z-index: 0; }
.cta-hero-bg img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; display: block; }
.cta-hero-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.cta-pentan { line-height: 0; z-index: 2; }
.cta-pentan img { height: auto; display: block; vertical-align: bottom; }
.cta-pentan-line { display: none; }
.cta-main { flex: 1; display: flex; flex-direction: column; }
.cta-phone { position: relative; background: var(--theme-color-blue); color: #fff; display: flex; align-items: center; justify-content: center; }
.cta-phone-icon { color: var(--theme-color-yellow); }
.cta-phone-text { display: flex; flex-direction: column; gap: 4px; }
.cta-phone-number { font-weight: bold; color: var(--theme-color-yellow); }
.cta-buttons { display: flex; }
.cta-staff { line-height: 0; z-index: 2; }
.cta-staff img { width: auto; display: block; vertical-align: bottom; -o-object-fit: cover; object-fit: cover; -o-object-position: bottom; object-position: bottom; }
.cta-staff-line { display: none; }
/* ── 見出し ── */
.page-hero__lead { line-height: 1.8; color: #004099; font-weight: 700; font-family: 'A-OTF Shin Go Pro', 'Noto Sans JP', sans-serif; }
.page-hero__lead p { line-height: 1.8; margin: 0 0 1.6em; }
.page-hero__lead p:last-child { margin-bottom: 0; }
.container { margin-left: auto; margin-right: auto; }
.subtitle { position: relative; display: flex; justify-content: center; align-items: center; }
.subtitle img { display: block; }
.subtitle-text { position: absolute; left: 50%; top: 42%; transform: translate(-50%, -50%); font-weight: 700; color: #fff; z-index: 2; }
/* ── バナー ── */
.banner-message { margin-left: auto; margin-right: auto; }
.banner-message img { width: 100%; }
.banner-google img { width: 100%; height: auto; display: block; }
/* ── 背景装飾 ── */
.content { position: relative; margin-left: auto; margin-right: auto; }
.content > *:not(.bg-wave):not(.bg-icons) { position: relative; z-index: 1; }
.bg-wave { position: absolute; left: 0; width: 100%; pointer-events: none; top: -100px; background-repeat: repeat-y; background-position: left top; background-size: auto; z-index: -1; }
.bg-icons { position: absolute; left: 0; width: 100%; pointer-events: none; top: -100px; background-repeat: repeat-y; background-position: center top; background-size: 100% auto; z-index: -1; }
/* ── 会社情報 ── */
.company-box { background-color: #fff; border: 1px solid var(--theme-color-grey); border-radius: 10px; position: relative; }
.company-title { position: absolute; z-index: 3; top: 18px; }
.company-title-bg { display: block; width: 100%; height: auto; }
.company-title-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin: 0; color: #fff; font-weight: 700; white-space: nowrap; letter-spacing: .1em; line-height: 1; }
.company-content { display: flex; justify-content: space-between; padding-top: 48px; }
.company-left { display: flex; flex-direction: column; gap: 22px; }
.company-right { flex: 1 1 0%; position: relative; display: flex; align-items: center; }
.company-logo { display: flex; flex-direction: column; gap: 8px; }
.company-logo img { max-width: 100%; height: auto; display: block; }
.company-tagline { font-size: 14px; font-weight: 700; margin: 0; color: var(--theme-color-blue); line-height: 1.6; }
.company-info { padding: 0; }
.company-info p { color: #000; margin: 0 0 10px; }
.company-info strong { font-weight: 900; color: #000; }
.company-photos { position: relative; width: 100%; }
.company-photo-back { position: absolute; display: block; height: auto; border-radius: 10px; left: 10px; top: 56px; width: 52%; transform: rotate(-7deg); box-shadow: 0 10px 24px rgba(0, 0, 0, .14); }
.company-photo-front { position: absolute; margin: 0; border-radius: 10px; background-color: #fff; right: 0; top: 10px; width: 92%; transform: rotate(-2deg); box-shadow: 0 14px 30px rgba(0, 0, 0, .18); }
.company-photo-img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; display: block; box-sizing: border-box; border: 8px solid #fff; }
.company-brush { position: absolute; height: auto; z-index: 4; pointer-events: none; transform: rotate(12deg); }
/* ── モバイル（〜639px） ── */
@media (width < 640px) {
/* 中間CTA */
.cta-hero { position: relative; height: 320px; overflow: hidden; }
.cta-hero-bg { position: absolute; inset: 0; z-index: 0; }
.cta-hero-bg img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; filter: none; display: block; }
.cta-hero-inner { position: relative; z-index: 1; height: 320px; max-width: none; margin: 0; display: block; }
.cta-pentan { position: absolute; left: 14px; top: 36px; z-index: 3; line-height: 0; width: 92px; }
.cta-pentan img { width: 100%; height: auto; display: block; }
.cta-pentan-line { display: block; position: absolute; left: 74px; top: -10px; }
.cta-pentan-line p { margin: 0; font-size: 12px; font-weight: 900; color: var(--theme-color-blue); line-height: 1; white-space: nowrap; transform: rotate(-12deg); text-shadow: 0 2px 0 rgba(255, 255, 255, .75); }
.cta-staff { position: absolute; right: -6px; bottom: 0; z-index: 2; height: 100%; line-height: 0; width: 206px; display: flex; align-items: flex-end; justify-content: flex-end; pointer-events: none; }
.cta-staff img { width: auto; height: 100%; display: block; -o-object-fit: cover; object-fit: cover; -o-object-position: bottom; object-position: bottom; }
.cta-staff-line { display: block; position: absolute; left: -124px; top: 64px; width: 190px; z-index: 4; }
.cta-staff-line img { width: 100%; height: auto; display: block; }
.cta-staff-line p { position: absolute; inset: 0; margin: 0; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 18px; font-weight: 900; color: var(--theme-color-blue); line-height: 1.15; padding: 12px 14px; }
.cta-main { position: absolute; left: 12px; right: 12px; bottom: 32px; z-index: 5; display: flex; flex-direction: column; gap: 10px; }
.cta-phone { background: var(--theme-color-blue); border-radius: 16px; padding: 10px 12px; display: flex; align-items: center; justify-content: center; gap: 12px; box-shadow: 0 6px 0 rgba(0, 0, 0, .08); }
.cta-phone-icon { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; flex-shrink: 0; font-size: 0; }
.cta-phone-icon i { font-size: 26px; color: var(--theme-color-yellow); }
.cta-phone-text { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; min-width: 0; }
.cta-phone-number { font-size: 28px; font-weight: 900; color: var(--theme-color-yellow); letter-spacing: .03em; line-height: 1; }
.cta-phone-hours { font-size: 12px; font-weight: 800; color: #fff; line-height: 1.2; }
.cta-buttons { display: flex; gap: 10px; }
.cta-btn { flex: 1; height: 44px; padding: 0 12px; border-radius: 12px; font-size: 14px; font-weight: 900; color: #fff; text-decoration: none; display: flex; align-items: center; justify-content: center; gap: 8px; box-shadow: inset -3px -3px 3px rgba(0, 0, 0, .22), 0 6px 0 rgba(0, 0, 0, .08); transform: none; }
.cta-btn:hover { transform: none; }
.cta-btn i { font-size: 16px; }
.cta-btn .line_icon { width: 20px; height: 20px; display: block; }
/* 見出し */
.section-container { margin: 50px 16px 0; }
.subtitle { margin-bottom: 24px; }
.subtitle img { width: 100%; }
.subtitle-text { font-size: 20px; top: 44%; }
/* バナー */
.banner-message { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.banner-google { margin-top: 0; margin-bottom: 0; }
.banner-google img { padding: 48px 0; }
/* 背景装飾 */
.bg-icons { display: none; }
.bg-wave { height: calc(100% + 360px); background-size: 520px auto; }
/* 会社情報 */
.company-inner { margin: 50px 16px 80px; }
.company-box { padding: 52px 20px 28px; margin: 0 16px; }
.company-content { flex-direction: column; align-items: stretch; gap: 24px; }
.company-left { flex: 1 1 0%; min-width: 0; }
.company-right { justify-content: center; }
.company-title { width: 220px; left: -10px; }
.company-info p { font-size: 16px; line-height: 1.8; }
.company-logo { align-items: center; }
.company-logo img { width: 220px; }
.company-info { width: -moz-fit-content; width: fit-content; margin: 0 auto; }
.company-brush { width: 130px; right: 2px; bottom: 6px; }
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-right-2 {
  right: -0.5rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0\.5 {
  right: 0.125rem;
}
.right-\[-100\%\] {
  right: -100%;
}
.right-\[20px\] {
  right: 20px;
}
.right-\[32px\] {
  right: 32px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[30px\] {
  top: 30px;
}
.top-\[50px\] {
  top: 50px;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[1001\] {
  z-index: 1001;
}
.z-\[999\] {
  z-index: 999;
}
.m-0 {
  margin: 0px;
}
.m-4 {
  margin: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.\!mb-32 {
  margin-bottom: 8rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-5 {
  height: 1.25rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-\[112px\] {
  height: 112px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[72px\] {
  height: 72px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[256px\] {
  width: 256px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[33px\] {
  width: 33px;
}
.w-\[34px\] {
  width: 34px;
}
.w-\[72px\] {
  width: 72px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.max-w-\[1006px\] {
  max-width: 1006px;
}
.max-w-full {
  max-width: 100%;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.origin-center {
  transform-origin: center;
}
.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.cursor-pointer {
  cursor: pointer;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[110px_1fr\] {
  grid-template-columns: 110px 1fr;
}
.grid-cols-\[1fr_44px\] {
  grid-template-columns: 1fr 44px;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.justify-self-end {
  justify-self: end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/85 {
  border-color: rgb(255 255 255 / 0.85);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-theme-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 153 / var(--tw-bg-opacity, 1));
}
.bg-theme-blue-shallow {
  --tw-bg-opacity: 1;
  background-color: rgb(35 84 163 / var(--tw-bg-opacity, 1));
}
.bg-theme-green {
  --tw-bg-opacity: 1;
  background-color: rgb(6 199 85 / var(--tw-bg-opacity, 1));
}
.bg-theme-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 127 2 / var(--tw-bg-opacity, 1));
}
.bg-theme-skyblue-shallow {
  --tw-bg-opacity: 1;
  background-color: rgb(229 236 244 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-\[10px\] {
  padding: 10px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-\[21px\] {
  padding-right: 21px;
}
.text-center {
  text-align: center;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[0\.72rem\] {
  font-size: 0.72rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-semibold {
  font-weight: 600;
}
.leading-\[1\.7\] {
  line-height: 1.7;
}
.leading-\[1\.8\] {
  line-height: 1.8;
}
.leading-none {
  line-height: 1;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.text-\[var\(--theme-color-blue\)\] {
  color: var(--theme-color-blue);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-theme-blue {
  --tw-text-opacity: 1;
  color: rgb(0 64 153 / var(--tw-text-opacity, 1));
}
.text-theme-yellow {
  --tw-text-opacity: 1;
  color: rgb(255 244 48 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  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);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[right\] {
  transition-property: right;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.\[transform\:translate\(-50\%\2c -50\%\)\] {
  transform: translate(-50%,-50%);
}
.\[transform\:translate\(-50\%\2c calc\(-50\%\+8px\)\)\] {
  transform: translate(-50%,calc(-50% + 8px));
}
.\[transform\:translate\(-50\%\2c calc\(-50\%-8px\)\)\] {
  transform: translate(-50%,calc(-50% - 8px));
}
@import './reset.css';

/* ========================================
  ベース — CSS変数・タイポグラフィ
  ======================================== */ /* end @layer components */

/* ========================================
  レスポンシブ
  ======================================== */

/* ── sm（640px〜）── */
@media (width >= 640px) {
/* 中間CTA — flexレイアウト縮小版 */
.cta-hero-inner { max-width: calc(100% - 32px); margin: 0 16px; }
.cta-pentan img { width: 130px; }
.cta-staff img { height: 250px; }
.cta-main { gap: 10px; }
.cta-phone { padding: 8px 12px; gap: 12px; border-radius: 10px; }
.cta-phone-icon { font-size: 30px; }
.cta-phone-number { font-size: 24px; }
.cta-phone-hours { font-size: 13px; }
.cta-buttons { gap: 8px; }
.cta-btn { padding: 10px 12px; font-size: 13px; line-height: 20px; box-shadow: inset -3px -3px 3px rgba(0, 0, 0, .22); }
/* 見出し */
.section-container { margin: 50px 20px 0; }
.page-hero__lead { margin: 24px; }
.subtitle { margin-bottom: 28px; }
.subtitle img { width: 100%; }
.subtitle-text { font-size: 28px; }
/* バナー */
.banner-google { max-width: calc(100% - 32px); margin: 36px 16px; }
.banner-google img { padding-bottom: 48px; }
/* 背景装飾 */
.bg-wave { height: calc(100% + 380px); }
.bg-icons { height: calc(100% + 380px); }
/* 会社情報 */
.company-inner { max-width: none; margin: 50px 16px 100px; }
.company-box { padding: 52px 24px 32px; }
.company-title { width: 224px; left: -12px; }
.company-title-text { font-size: 19px; }
.company-content { flex-direction: column; align-items: stretch; gap: 24px; }
.company-left { flex: 1 1 0%; min-width: 0; }
.company-right { justify-content: center; }
.company-info p { font-size: 17px; line-height: 1.85; }
.company-photos { max-width: 480px; }
.company-logo { align-items: center; }
.company-logo img { width: 260px; }
.company-info { width: -moz-fit-content; width: fit-content; margin: 0 auto; }
.company-brush { width: 140px; right: 4px; bottom: 8px; }
}

/* ── md（768px〜 ── */
@media (width >= 768px) {
/* 中間CTA — タブレットサイズ */
.cta-hero-inner { max-width: calc(100% - 48px); margin: 0 24px; }
.cta-pentan img { width: 160px; }
.cta-staff img { height: 300px; }
.cta-main { gap: 12px; }
.cta-phone { padding: 10px 16px; gap: 14px; border-radius: 12px; }
.cta-phone-icon { font-size: 36px; }
.cta-phone-number { font-size: 28px; }
.cta-phone-hours { font-size: 15px; }
.cta-buttons { gap: 10px; }
.cta-btn { padding: 12px 16px; font-size: 14px; line-height: 22px; }
/* 見出し */
.section-container { max-width: none; margin: 72px 24px 0; }
.page-hero__lead { margin: 24px; }
.subtitle { margin-bottom: 32px; }
.subtitle img { width: min(720px, 92%); }
.subtitle-text { font-size: 30px; top: 42%; }
/* バナー */
.banner-google { max-width: calc(100% - 48px); margin: 0 24px; }
.banner-google img { padding-bottom: 64px; }
/* 背景装飾 */
.bg-wave { height: calc(100% + 420px); }
.bg-icons { height: calc(100% + 420px); }
/* 会社情報 */
.company-inner { max-width: none; margin: 64px 24px 120px; }
.company-box { padding: 56px 40px 48px; margin: 0; }
.company-title { width: 232px; left: -14px; }
.company-title-text { font-size: 20px; }
.company-content { flex-direction: row; align-items: center; gap: 32px; }
.company-left { flex: 0 0 46%; min-width: 300px; }
.company-right { justify-content: flex-end; }
.company-logo img { width: 360px; }
.company-info p { font-size: 17px; line-height: 1.85; }
.company-photos { max-width: 520px; }
.company-brush { width: 150px; right: 6px; bottom: 12px; }
}

/* ── lg（1024px〜） ── */
@media (width >= 1024px) {
/* 中間CTA — フルデスクトップ */
.cta-hero-bg img { -o-object-position: 60%; object-position: 60%; filter: brightness(1.05); }
.cta-hero-inner { max-width: 1100px; margin: 0 auto; }
.cta-pentan img { width: 200px; }
.cta-staff img { height: 350px; }
.cta-main { gap: 20px; }
.cta-phone { padding: 20px 30px; gap: 24px; border-radius: 16px; }
.cta-phone-icon { font-size: 54px; }
.cta-phone-number { font-size: 42px; }
.cta-phone-hours { font-size: 22px; }
.cta-buttons { gap: 15px; }
.cta-btn { padding: 18px 24px; font-size: 18px; line-height: 28px; box-shadow: inset -4px -4px 4px rgba(0, 0, 0, 0.25); }
/* 見出し */
.section-container { max-width: 896px; margin: 100px auto;  min-height:50vh; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.page-hero__lead { margin: 36px; }
.subtitle { margin-bottom: 40px; }
.subtitle img { width: 720px; }
.subtitle-text { font-size: 36px; line-height: 40px; }
/* バナー */
.banner-google { max-width: 896px; margin: 72px auto; }
.banner-google img { padding-bottom: 72px; }
/* 背景装飾 */
.bg-wave { height: calc(100% + 480px); }
.bg-icons { height: calc(100% + 480px); }
/* 会社情報 */
.company-inner { max-width: 896px; margin: 96px auto; }
.company-box { padding: 56px 56px 52px; }
.company-title { width: 240px; left: -18px; }
.company-title-text { font-size: 22px; }
.company-content { gap: 44px; }
.company-left { flex: 0 0 44%; min-width: 340px; }
.company-logo img { width: 420px; }
.company-info p { font-size: 18px; line-height: 1.9; }
.company-photos { max-width: 560px; }
.company-brush { width: 160px; right: 10px; bottom: 16px; }
}

/* ── xl（1280px〜） ── */
@media (width >= 1280px) {
/* 中間CTA */
.cta-hero-inner { max-width: 1100px; margin: 0 auto;}
/* 見出し */
.section-container { max-width: 896px; }
/* 会社情報 */
.company-inner { max-width: 896px; }
}
.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
.group[open] .group-open\:rotate-180 {
  --tw-rotate: 180deg;
  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));
}
.peer:checked ~ .peer-checked\:visible {
  visibility: visible;
}
.peer:checked ~ .peer-checked\:right-0 {
  right: 0px;
}
.peer:checked ~ .peer-checked\:opacity-100 {
  opacity: 1;
}
@media not all and (min-width: 768px) {

  .max-md\:text-\[20px\] {
    font-size: 20px;
  }
}
@media (min-width: 640px) {

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

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

  .sm\:gap-2 {
    gap: 0.5rem;
  }

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

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

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

  .sm\:text-\[0\.8rem\] {
    font-size: 0.8rem;
  }

  .sm\:text-\[19px\] {
    font-size: 19px;
  }
}
@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

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

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

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

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

  .md\:-mt-\[26px\] {
    margin-top: -26px;
  }

  .md\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .md\:mb-\[15px\] {
    margin-bottom: 15px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

  .md\:min-w-0 {
    min-width: 0px;
  }

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

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

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

  .md\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    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));
  }

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

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

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

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

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

  .md\:justify-start {
    justify-content: flex-start;
  }

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

  .md\:gap-1\.5 {
    gap: 0.375rem;
  }

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

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-\[12px_24px\] {
    gap: 12px 24px;
  }

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

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:rounded-\[5px\] {
    border-radius: 5px;
  }

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

  .md\:border-0 {
    border-width: 0px;
  }

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

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

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

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

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

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

  .md\:py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .md\:pb-\[36px\] {
    padding-bottom: 36px;
  }

  .md\:pt-\[64px\] {
    padding-top: 64px;
  }

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

  .md\:text-\[0\.65rem\] {
    font-size: 0.65rem;
  }

  .md\:text-\[13px\] {
    font-size: 13px;
  }

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

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

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

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

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

  .md\:hover\:text-theme-skyblue:hover {
    --tw-text-opacity: 1;
    color: rgb(201 221 248 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 1024px) {

  .lg\:-right-2 {
    right: -0.5rem;
  }

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

  .lg\:mb-\[15px\] {
    margin-bottom: 15px;
  }

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

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

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-7 {
    height: 1.75rem;
  }

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

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

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

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

  .lg\:w-7 {
    width: 1.75rem;
  }

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

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

  .lg\:min-w-0 {
    min-width: 0px;
  }

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

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

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

  .lg\:gap-2\.5 {
    gap: 0.625rem;
  }

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

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-\[15px_30px\] {
    gap: 15px 30px;
  }

  .lg\:gap-\[192px\] {
    gap: 192px;
  }

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

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

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

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

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

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

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

  .lg\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

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

  .lg\:text-\[0\.8rem\] {
    font-size: 0.8rem;
  }

  .lg\:text-\[12px\] {
    font-size: 12px;
  }

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

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

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

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

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

  .lg\:leading-\[1\.8\] {
    line-height: 1.8;
  }
}
@media (min-width: 1280px) {

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

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

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

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }
}
.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker {
  display: none;
}
@media(min-width:769px)and(max-width:1024px) {

  .\[\@media\(min-width\:769px\)and\(max-width\:1024px\)\]\:right-\[16px\] {
    right: 16px;
  }

  .\[\@media\(min-width\:769px\)and\(max-width\:1024px\)\]\:right-\[24px\] {
    right: 24px;
  }

  .\[\@media\(min-width\:769px\)and\(max-width\:1024px\)\]\:top-\[24px\] {
    top: 24px;
  }

  .\[\@media\(min-width\:769px\)and\(max-width\:1024px\)\]\:top-\[40px\] {
    top: 40px;
  }

  .\[\@media\(min-width\:769px\)and\(max-width\:1024px\)\]\:h-\[96px\] {
    height: 96px;
  }

  .\[\@media\(min-width\:769px\)and\(max-width\:1024px\)\]\:w-\[96px\] {
    width: 96px;
  }

  .\[\@media\(min-width\:769px\)and\(max-width\:1024px\)\]\:max-w-\[calc\(100\%-48px\)\] {
    max-width: calc(100% - 48px);
  }

  .\[\@media\(min-width\:769px\)and\(max-width\:1024px\)\]\:grid-cols-\[96px_1fr\] {
    grid-template-columns: 96px 1fr;
  }

  .\[\@media\(min-width\:769px\)and\(max-width\:1024px\)\]\:gap-12 {
    gap: 3rem;
  }

  .\[\@media\(min-width\:769px\)and\(max-width\:1024px\)\]\:gap-4 {
    gap: 1rem;
  }

  .\[\@media\(min-width\:769px\)and\(max-width\:1024px\)\]\:p-4 {
    padding: 1rem;
  }

  .\[\@media\(min-width\:769px\)and\(max-width\:1024px\)\]\:text-\[11px\] {
    font-size: 11px;
  }

  .\[\@media\(min-width\:769px\)and\(max-width\:1024px\)\]\:text-\[14px\] {
    font-size: 14px;
  }

  .\[\@media\(min-width\:769px\)and\(max-width\:1024px\)\]\:text-\[17px\] {
    font-size: 17px;
  }

  .\[\@media\(min-width\:769px\)and\(max-width\:1024px\)\]\:text-\[24px\] {
    font-size: 24px;
  }

  .\[\@media\(min-width\:769px\)and\(max-width\:1024px\)\]\:text-\[26px\] {
    font-size: 26px;
  }
}
