@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Murecho";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/murecho-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Murecho";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/murecho-Black.woff2") format("woff2");
}
:root {
  --ff-jp: Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
  --ff-ttl: Murecho, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
  --ff-serif: serif;
  --ff-googlei: Material Symbols Rounded, sans-serif;
  --color-primary: #3AAAEF;
  --color-secondary: #0067A2;
  --color-accent: #FF6A1A;
  --color-info: #FFC845;
  --color-success: #33B864;
  --color-link: #ff6000;
  --color-bg: #ffffff;
  --color-text: #4c4c4c;
  --color-border: #e5e7eb;
  --color-red1: #f50000;
  --color-darkred1: #cc0012;
  --color-blue: #0046FF;
  --color-orng: #ff6000;
  --color-ylw: #ffee00;
  --color-gray-1: #f1f1f1;
  --color-gray-100: #f8f9fa;
  --color-gray-200: #e5e5e5;
  --color-gray-300: #dee2e6;
  --color-gray-400: #ced4da;
  --color-gray-500: #adb5bd;
  --color-gray-600: #6c757d;
  --color-gray-700: #495057;
  --color-gray-800: #343a40;
  --color-gray-900: #212529;
  --color-dark-bg: #1f2937;
  --color-dark-text: #f9fafb;
  --color-dark-border: #374151;
  --color-header-bg: rgba(58, 170, 239, 0.9);
  --color-header-bg-scrolled: rgba(255, 255, 255, 0.95);
  --color-header-bg-mobile: linear-gradient(0deg, #3AAAEF 50%, rgb(97.4, 187, 242.2) 90%, #ffffff 100%);
  --color-header-bg-fallback: rgba(255, 255, 255, 0.9);
  --color-header-gradient-start: #e8f5e8;
  --color-header-gradient-end: #58ccff;
  --space-none: 0;
  --space-xxs: 4px;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 3rem;
  --space-xl: 4rem;
  --space-xxl: 96px;
  --space-4: 4px;
  --space-8: 8px;
  --space-16: 16px;
  --space-24: 24px;
  --space-40: 40px;
  --space-64: 64px;
  --space-96: 96px;
  --space-nav-gap: clamp(1.5rem, 5vw, 2.5rem);
  --space-nav-gap-mobile: 1rem;
  --font-size-base: clamp(1rem, 2.5vw, 1.125rem);
  --font-size-xs: clamp(0.7rem, 1.7vw, 0.9rem);
  --font-size-sm: clamp(0.875rem, 2vw, 1rem);
  --font-size-md: clamp(1.08rem, 2.6vw, 1.125rem);
  --font-size-lg: clamp(1.25rem, 2.8vw, 1.5rem);
  --font-size-xl: clamp(1.5rem, 4vw, 2.2rem);
  --font-size-xxl: clamp(1.8rem, 5vw, 3rem);
  --font-size-h1: clamp(2rem, 5vw, 3rem);
  --font-size-h2: clamp(1.5rem, 4vw, 2.25rem);
  --font-size-h3: clamp(1.25rem, 3vw, 1.5rem);
  --font-size-text: clamp(10px, 3.5vw, 16px);
  --font-size-10: 10px;
  --font-size-11: 11px;
  --font-size-12: 12px;
  --font-size-13: 13px;
  --font-size-14: 14px;
  --font-size-15: 15px;
  --font-size-16: 16px;
  --font-size-logo: clamp(1.125rem, 2.5vw, 1.5rem);
  --font-size-logo-icon: clamp(14px, 2.5vw, 18px);
  --line-height-base: 1.5;
  --color-bg-light: #e5e5e5;
  --color-gray-50: #f8f8f8;
  --border-radius: 0.5rem;
  --border-radius-base: 4px;
  --border-radius-sm: 8px;
  --border-radius-lg: 12px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.2),
  0 1px 2px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.2),
  0 2px 4px rgba(0, 0, 0, 0.1);
  --animation-duration: 0.6s;
  --animation-easing: ease-out;
  --header-height: 80px;
  --header-height-mobile: 50px;
  --header-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  --header-border: 1px solid var(--color-border);
  --header-clip-right: 40px;
  --header-clip-right-scrolled: 30px;
  --header-clip-right-mobile: 30px;
  --header-clip-right-mobile-scrolled: 25px;
  --header-transition-duration: 0.3s;
  --header-transition-easing: cubic-bezier(0.4, 0, 0.2, 1);
  --header-gradient: linear-gradient(135deg, var(--color-bg) 0%, var(--color-secondary) 100%);
  --z-index-header: map-get($z-index, header);
}

/* @media (prefers-color-scheme: dark) {
  :root {
    --color-bg: var(--color-dark-bg);
    --color-text: var(--color-dark-text);
    --color-border: var(--color-dark-border);
    --color-header-bg: rgba(31, 41, 55, 0.8);
    --color-header-bg-scrolled: rgba(31, 41, 55, 0.95);
    --color-header-bg-mobile: rgba(31, 41, 55, 0.95);
    --color-header-bg-fallback: rgba(31, 41, 55, 0.9);
    --header-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  }
}
 */
@media screen and (max-width: 767px) {
  :root {
    --header-height: var(--header-height-mobile);
    --header-clip-right: var(--header-clip-right-mobile);
    --header-clip-right-scrolled: var(--header-clip-right-mobile-scrolled);
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: var(--ff-jp);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  scroll-behavior: smooth;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  block-size: 100%;
  letter-spacing: 1px;
}

body {
  margin: 0;
  min-height: 100vh;
  background-color: var(--color-bg);
  color: var(--color-text);
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  container-type: inline-size;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
  max-width: 100%;
  height: auto;
}

:where(img, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--ff-ttl);
  margin: 0;
  font-weight: 900;
  line-height: 1.2;
  overflow-wrap: break-word;
  letter-spacing: 2px;
}

h1 {
  font-size: var(--font-size-h1);
}

h2 {
  font-size: var(--font-size-h2);
}

h3 {
  font-size: var(--font-size-h3);
}

p {
  margin: 0 0 1em 0;
  overflow-wrap: break-word;
}

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

:where(ul, ol)[role=list] {
  list-style: none;
  padding-left: 0;
}

li {
  margin: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  padding: var(--space-xs);
  text-align: left;
}

a {
  word-break: break-all;
  outline: 0;
  transition: color 300ms linear, opacity 300ms linear;
}

a, a:link {
  color: var(--color-link);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

:where(input, button, textarea, select) {
  font: inherit;
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
  background-color: var(--color-bg);
  padding: 0.5rem;
  width: 100%;
}

:where(input, textarea) {
  cursor: text;
}

:where(textarea) {
  resize: vertical;
  min-height: 80px;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(button) {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
}

:where(button, input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

:where(input[type=file]) {
  cursor: inherit;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  cursor: pointer;
}

:where(a[href], button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
@media (prefers-reduced-motion: reduce) {
  *:not(.nav-list, .nav-list *) {
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
    scroll-behavior: smooth;
  }
}
video {
  margin-inline: auto;
}

.p-none {
  padding: 0 !important;
}

.m-none {
  margin: 0 !important;
}

.pt-none {
  padding-top: 0 !important;
}

.pr-none {
  padding-right: 0 !important;
}

.pb-none {
  padding-bottom: 0 !important;
}

.pl-none {
  padding-left: 0 !important;
}

.mt-none {
  margin-top: 0 !important;
}

.mr-none {
  margin-right: 0 !important;
}

.mb-none {
  margin-bottom: 0 !important;
}

.ml-none {
  margin-left: 0 !important;
}

.p-xxs {
  padding: 4px !important;
}

.m-xxs {
  margin: 4px !important;
}

.pt-xxs {
  padding-top: 4px !important;
}

.pr-xxs {
  padding-right: 4px !important;
}

.pb-xxs {
  padding-bottom: 4px !important;
}

.pl-xxs {
  padding-left: 4px !important;
}

.mt-xxs {
  margin-top: 4px !important;
}

.mr-xxs {
  margin-right: 4px !important;
}

.mb-xxs {
  margin-bottom: 4px !important;
}

.ml-xxs {
  margin-left: 4px !important;
}

.p-xs {
  padding: 0.5rem !important;
}

.m-xs {
  margin: 0.5rem !important;
}

.pt-xs {
  padding-top: 0.5rem !important;
}

.pr-xs {
  padding-right: 0.5rem !important;
}

.pb-xs {
  padding-bottom: 0.5rem !important;
}

.pl-xs {
  padding-left: 0.5rem !important;
}

.mt-xs {
  margin-top: 0.5rem !important;
}

.mr-xs {
  margin-right: 0.5rem !important;
}

.mb-xs {
  margin-bottom: 0.5rem !important;
}

.ml-xs {
  margin-left: 0.5rem !important;
}

.p-sm {
  padding: 1rem !important;
}

.m-sm {
  margin: 1rem !important;
}

.pt-sm {
  padding-top: 1rem !important;
}

.pr-sm {
  padding-right: 1rem !important;
}

.pb-sm {
  padding-bottom: 1rem !important;
}

.pl-sm {
  padding-left: 1rem !important;
}

.mt-sm {
  margin-top: 1rem !important;
}

.mr-sm {
  margin-right: 1rem !important;
}

.mb-sm {
  margin-bottom: 1rem !important;
}

.ml-sm {
  margin-left: 1rem !important;
}

.p-md {
  padding: 2rem !important;
}

.m-md {
  margin: 2rem !important;
}

.pt-md {
  padding-top: 2rem !important;
}

.pr-md {
  padding-right: 2rem !important;
}

.pb-md {
  padding-bottom: 2rem !important;
}

.pl-md {
  padding-left: 2rem !important;
}

.mt-md {
  margin-top: 2rem !important;
}

.mr-md {
  margin-right: 2rem !important;
}

.mb-md {
  margin-bottom: 2rem !important;
}

.ml-md {
  margin-left: 2rem !important;
}

.p-lg {
  padding: 3rem !important;
}

.m-lg {
  margin: 3rem !important;
}

.pt-lg {
  padding-top: 3rem !important;
}

.pr-lg {
  padding-right: 3rem !important;
}

.pb-lg {
  padding-bottom: 3rem !important;
}

.pl-lg {
  padding-left: 3rem !important;
}

.mt-lg {
  margin-top: 3rem !important;
}

.mr-lg {
  margin-right: 3rem !important;
}

.mb-lg {
  margin-bottom: 3rem !important;
}

.ml-lg {
  margin-left: 3rem !important;
}

.p-xl {
  padding: 4rem !important;
}

.m-xl {
  margin: 4rem !important;
}

.pt-xl {
  padding-top: 4rem !important;
}

.pr-xl {
  padding-right: 4rem !important;
}

.pb-xl {
  padding-bottom: 4rem !important;
}

.pl-xl {
  padding-left: 4rem !important;
}

.mt-xl {
  margin-top: 4rem !important;
}

.mr-xl {
  margin-right: 4rem !important;
}

.mb-xl {
  margin-bottom: 4rem !important;
}

.ml-xl {
  margin-left: 4rem !important;
}

.p-xxl {
  padding: 96px !important;
}

.m-xxl {
  margin: 96px !important;
}

.pt-xxl {
  padding-top: 96px !important;
}

.pr-xxl {
  padding-right: 96px !important;
}

.pb-xxl {
  padding-bottom: 96px !important;
}

.pl-xxl {
  padding-left: 96px !important;
}

.mt-xxl {
  margin-top: 96px !important;
}

.mr-xxl {
  margin-right: 96px !important;
}

.mb-xxl {
  margin-bottom: 96px !important;
}

.ml-xxl {
  margin-left: 96px !important;
}

.p-4 {
  padding: 4px !important;
}

.m-4 {
  margin: 4px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.p-8 {
  padding: 8px !important;
}

.m-8 {
  margin: 8px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.p-16 {
  padding: 16px !important;
}

.m-16 {
  margin: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.p-24 {
  padding: 24px !important;
}

.m-24 {
  margin: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.p-40 {
  padding: 40px !important;
}

.m-40 {
  margin: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.p-64 {
  padding: 64px !important;
}

.m-64 {
  margin: 64px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.pr-64 {
  padding-right: 64px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.pl-64 {
  padding-left: 64px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mr-64 {
  margin-right: 64px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.ml-64 {
  margin-left: 64px !important;
}

.p-96 {
  padding: 96px !important;
}

.m-96 {
  margin: 96px !important;
}

.pt-96 {
  padding-top: 96px !important;
}

.pr-96 {
  padding-right: 96px !important;
}

.pb-96 {
  padding-bottom: 96px !important;
}

.pl-96 {
  padding-left: 96px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.mr-96 {
  margin-right: 96px !important;
}

.mb-96 {
  margin-bottom: 96px !important;
}

.ml-96 {
  margin-left: 96px !important;
}

.bg-primary {
  background-color: #3AAAEF !important;
}

.text-primary {
  color: #3AAAEF !important;
}

.border-primary {
  border-color: #3AAAEF !important;
}

.bg-secondary {
  background-color: #0067A2 !important;
}

.text-secondary {
  color: #0067A2 !important;
}

.border-secondary {
  border-color: #0067A2 !important;
}

.bg-accent {
  background-color: #FF6A1A !important;
}

.text-accent {
  color: #FF6A1A !important;
}

.border-accent {
  border-color: #FF6A1A !important;
}

.bg-info {
  background-color: #FFC845 !important;
}

.text-info {
  color: #FFC845 !important;
}

.border-info {
  border-color: #FFC845 !important;
}

.bg-success {
  background-color: #33B864 !important;
}

.text-success {
  color: #33B864 !important;
}

.border-success {
  border-color: #33B864 !important;
}

.bg-link {
  background-color: #ff6000 !important;
}

.text-link {
  color: #ff6000 !important;
}

.border-link {
  border-color: #ff6000 !important;
}

.bg-bg {
  background-color: #ffffff !important;
}

.text-bg {
  color: #ffffff !important;
}

.border-bg {
  border-color: #ffffff !important;
}

.bg-text {
  background-color: #4c4c4c !important;
}

.text-text {
  color: #4c4c4c !important;
}

.border-text {
  border-color: #4c4c4c !important;
}

.bg-border {
  background-color: #e5e7eb !important;
}

.text-border {
  color: #e5e7eb !important;
}

.border-border {
  border-color: #e5e7eb !important;
}

.bg-red1 {
  background-color: #f50000 !important;
}

.text-red1 {
  color: #f50000 !important;
}

.border-red1 {
  border-color: #f50000 !important;
}

.bg-darkred1 {
  background-color: #cc0012 !important;
}

.text-darkred1 {
  color: #cc0012 !important;
}

.border-darkred1 {
  border-color: #cc0012 !important;
}

.bg-blue {
  background-color: #0046FF !important;
}

.text-blue {
  color: #0046FF !important;
}

.border-blue {
  border-color: #0046FF !important;
}

.bg-orng {
  background-color: #ff6000 !important;
}

.text-orng {
  color: #ff6000 !important;
}

.border-orng {
  border-color: #ff6000 !important;
}

.bg-ylw {
  background-color: #ffee00 !important;
}

.text-ylw {
  color: #ffee00 !important;
}

.border-ylw {
  border-color: #ffee00 !important;
}

.bg-gray-1 {
  background-color: #f1f1f1 !important;
}

.text-gray-1 {
  color: #f1f1f1 !important;
}

.border-gray-1 {
  border-color: #f1f1f1 !important;
}

.bg-gray-100 {
  background-color: #f8f9fa !important;
}

.text-gray-100 {
  color: #f8f9fa !important;
}

.border-gray-100 {
  border-color: #f8f9fa !important;
}

.bg-gray-200 {
  background-color: #e5e5e5 !important;
}

.text-gray-200 {
  color: #e5e5e5 !important;
}

.border-gray-200 {
  border-color: #e5e5e5 !important;
}

.bg-gray-300 {
  background-color: #dee2e6 !important;
}

.text-gray-300 {
  color: #dee2e6 !important;
}

.border-gray-300 {
  border-color: #dee2e6 !important;
}

.bg-gray-400 {
  background-color: #ced4da !important;
}

.text-gray-400 {
  color: #ced4da !important;
}

.border-gray-400 {
  border-color: #ced4da !important;
}

.bg-gray-500 {
  background-color: #adb5bd !important;
}

.text-gray-500 {
  color: #adb5bd !important;
}

.border-gray-500 {
  border-color: #adb5bd !important;
}

.bg-gray-600 {
  background-color: #6c757d !important;
}

.text-gray-600 {
  color: #6c757d !important;
}

.border-gray-600 {
  border-color: #6c757d !important;
}

.bg-gray-700 {
  background-color: #495057 !important;
}

.text-gray-700 {
  color: #495057 !important;
}

.border-gray-700 {
  border-color: #495057 !important;
}

.bg-gray-800 {
  background-color: #343a40 !important;
}

.text-gray-800 {
  color: #343a40 !important;
}

.border-gray-800 {
  border-color: #343a40 !important;
}

.bg-gray-900 {
  background-color: #212529 !important;
}

.text-gray-900 {
  color: #212529 !important;
}

.border-gray-900 {
  border-color: #212529 !important;
}

.bg-dark-bg {
  background-color: #1f2937 !important;
}

.text-dark-bg {
  color: #1f2937 !important;
}

.border-dark-bg {
  border-color: #1f2937 !important;
}

.bg-dark-text {
  background-color: #f9fafb !important;
}

.text-dark-text {
  color: #f9fafb !important;
}

.border-dark-text {
  border-color: #f9fafb !important;
}

.bg-dark-border {
  background-color: #374151 !important;
}

.text-dark-border {
  color: #374151 !important;
}

.border-dark-border {
  border-color: #374151 !important;
}

.bg-header-bg {
  background-color: rgba(58, 170, 239, 0.9) !important;
}

.text-header-bg {
  color: rgba(58, 170, 239, 0.9) !important;
}

.border-header-bg {
  border-color: rgba(58, 170, 239, 0.9) !important;
}

.bg-header-bg-scrolled {
  background-color: rgba(255, 255, 255, 0.95) !important;
}

.text-header-bg-scrolled {
  color: rgba(255, 255, 255, 0.95) !important;
}

.border-header-bg-scrolled {
  border-color: rgba(255, 255, 255, 0.95) !important;
}

.bg-header-bg-mobile {
  background-color: linear-gradient(0deg, #3AAAEF 50%, rgb(97.4, 187, 242.2) 90%, #ffffff 100%) !important;
}

.text-header-bg-mobile {
  color: linear-gradient(0deg, #3AAAEF 50%, rgb(97.4, 187, 242.2) 90%, #ffffff 100%) !important;
}

.border-header-bg-mobile {
  border-color: linear-gradient(0deg, #3AAAEF 50%, rgb(97.4, 187, 242.2) 90%, #ffffff 100%) !important;
}

.bg-header-bg-fallback {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.text-header-bg-fallback {
  color: rgba(255, 255, 255, 0.9) !important;
}

.border-header-bg-fallback {
  border-color: rgba(255, 255, 255, 0.9) !important;
}

.bg-header-gradient-start {
  background-color: #e8f5e8 !important;
}

.text-header-gradient-start {
  color: #e8f5e8 !important;
}

.border-header-gradient-start {
  border-color: #e8f5e8 !important;
}

.bg-header-gradient-end {
  background-color: #58ccff !important;
}

.text-header-gradient-end {
  color: #58ccff !important;
}

.border-header-gradient-end {
  border-color: #58ccff !important;
}

.btn-primary {
  background-color: #3AAAEF;
  border-color: #3AAAEF;
  color: white;
}
.btn-primary:hover {
  filter: brightness(0.9);
  background-color: rgb(18.4788732394, 147.8309859155, 227.5211267606);
  border-color: rgb(18.4788732394, 147.8309859155, 227.5211267606);
}
.btn-primary:active {
  filter: brightness(0.85);
  background-color: rgb(16.5633802817, 132.5070422535, 203.9366197183);
}

.btn-secondary {
  background-color: #0067A2;
  border-color: #0067A2;
  color: white;
}
.btn-secondary:hover {
  filter: brightness(0.9);
  background-color: rgb(0, 70.5740740741, 111);
  border-color: rgb(0, 70.5740740741, 111);
}
.btn-secondary:active {
  filter: brightness(0.85);
  background-color: rgb(0, 54.3611111111, 85.5);
}

.btn-accent {
  background-color: #FF6A1A;
  border-color: #FF6A1A;
  color: white;
}
.btn-accent:hover {
  filter: brightness(0.9);
  background-color: rgb(230, 80.3493449782, 0);
  border-color: rgb(230, 80.3493449782, 0);
}
.btn-accent:active {
  filter: brightness(0.85);
  background-color: rgb(204.5, 71.4410480349, 0);
}

@media screen and (max-width: 575px) {
  .hidden-sm {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .visible-md {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none !important;
  }
}

.container {
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1140px;
  }
}
.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.flex-column {
  flex-direction: column !important;
}

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

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

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

.transition {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-scale {
  transition: transform 0.3s ease;
}
@media (any-hover: hover) {
  .hover-scale:hover {
    transform: scale(1.05);
  }
}

/* fadeIn を持つ要素<picture>と、その子 img のどちらにも初期状態を適用 */
[class*=fadeIn],
[class*=fadeIn] > img {
  opacity: 0;
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

/* >>> 初期位置（重要） */
.fadeInLeft,
.fadeInLeft > img {
  transform: translateX(-30px);
}

.fadeInRight,
.fadeInRight > img {
  transform: translateX(30px);
}

.fadeInUp,
.fadeInUp > img {
  transform: translateY(30px);
}

.fadeInDown,
.fadeInDown > img {
  transform: translateY(-30px);
}

/* >>> アクティブ時（どちらも対象） */
[class*=fadeIn].is-active,
[class*=fadeIn].is-active > img {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.fN {
  font-weight: normal;
}

.fB {
  font-weight: bold;
}

.bk {
  color: #000;
}

.red {
  color: var(--color-red1);
}

.underline {
  background: linear-gradient(transparent 60%, var(--color-ylw) 0%);
  display: inline;
  padding: 0 1px 0px;
}

.paraImage {
  background-position: center center;
  background-size: cover;
  will-change: transform, opacity;
  position: absolute;
  top: -10%;
  /*  修正: 画像を親要素の10%分上にずらす */
  left: 0;
  width: 100%;
  height: 120%;
  /*  修正: 親要素（.hero）の高さより大きく（例: 20%の余裕）設定し、パララックスの移動幅を確保 */
  -o-object-fit: cover;
     object-fit: cover;
  /* 画像がコンテナを覆うように拡大し、見切れを防ぐ */
  z-index: -1;
}
.glass,
.glass2 {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.glass2 {
  background-color: rgba(255, 255, 255, 0.5);
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 40px;
  }
}

.l-section {
  padding: var(--space-48) 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding: var(--space-96) 0;
  }
}
.l-section--gray {
  background-color: var(--color-gray-50);
}

.section-title {
  display: grid;
  place-content: center;
  background-color: var(--color-primary);
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-bottom: var(--space-40);
  text-align: center;
  padding: 10px 0;
  min-height: 4em;
}
@media screen and (min-width: 768px) {
  .section-title {
    margin-bottom: var(--space-64);
  }
}
.section-title h2 {
  font-family: var(ff-ttl);
  font-size: var(-font-size-lg);
  font-weight: 900;
  color: #fff;
}

.m-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-sm) var(--space-md);
  border: none;
  border-radius: 100vmax;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  transition: all var(--header-transition-duration);
}
@media (any-hover: hover) {
  .m-btn:hover {
    transform: translateY(-1px);
  }
}
.m-btn:active {
  transform: translateY(0);
}
.m-btn {
  font-family: var(--ff-jp);
  transition: opacity 0.3s;
}
.m-btn:hover {
  opacity: 0.8;
}
.m-btn--primary {
  background-color: #3AAAEF;
  border-color: #3AAAEF;
  color: white;
}
@media (any-hover: hover) {
  .m-btn--primary:hover {
    filter: brightness(0.9);
    background-color: rgb(18.4788732394, 147.8309859155, 227.5211267606);
  }
}
.m-btn--secondary {
  background-color: #0067A2;
  border-color: #0067A2;
  color: white;
}
@media (any-hover: hover) {
  .m-btn--secondary:hover {
    filter: brightness(0.9);
    background-color: rgb(0, 70.5740740741, 111);
  }
}
.m-btn--accent {
  background-color: #FF6A1A;
  border-color: #FF6A1A;
  color: white;
}
@media (any-hover: hover) {
  .m-btn--accent:hover {
    filter: brightness(0.9);
    background-color: rgb(230, 80.3493449782, 0);
  }
}

.cta-btn {
  margin-top: 40px;
  text-align: center;
}
.cta-btn a {
  display: inline-block;
  padding: 12px 36px 12px 28px;
  background-color: rgb(255, 222.6209677419, 145.5);
  border: 1px solid var(--color-accent);
  color: var(--color-accent);
  font-weight: 700;
  border-radius: 100vmax;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  transition: all var(--header-transition-duration);
}
.cta-btn a:before {
  content: "▼";
  font-size: 0.5em;
  width: 10px;
  height: 10px;
  color: rgba(255, 106, 26, 0.6);
  position: absolute;
  transform: rotate(-90deg);
  margin-block: auto;
  top: 0;
  bottom: 0;
  right: 10px;
}
.cta-btn a:active {
  background-color: var(--color-accent);
  transform: translateY(0);
  color: #fff;
}
.cta-btn a:active:before {
  color: #fff;
}
@media (any-hover: hover) {
  .cta-btn a:hover {
    background-color: var(--color-accent);
    transform: translateY(-1px);
    color: #fff;
  }
  .cta-btn a:hover:before {
    color: #fff;
  }
}

.icon {
  width: 1.3em;
  height: 1.3em;
  display: inline-block;
}
.icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
}

/* =========================================================
  main - bottom
========================================================= */
/* =========================================================
   SUPPORT SECTION
========================================================= */
.support-section {
  background: #fff;
}
.support-section .section-title {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .support-section .section-title h2 {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 767px) {
  .support-section .section-title h2 span {
    font-size: 1.2em;
    color: var(--color-ylw);
  }
}
.support-section {
  /* =============================
     対応内容＋エリア
  ============================= */
}
.support-section .support-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: url(../images/stripe-pattern.svg) repeat;
}
@media screen and (min-width: 1024px) {
  .support-section .support-area {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.support-section {
  /* --- 対応サービス --- */
}
.support-section .support-service {
  padding: 10px 0;
  background: url(../images/top-support-service_bg.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .support-section .support-service {
    max-width: 50%;
    height: 250px;
  }
}
.support-section .support-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 75vw;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .support-section .support-list {
    margin-top: 50px;
  }
}
.support-section .support-list li {
  background-color: rgba(255, 255, 255, 0.7);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  padding: 10px;
}
.support-section {
  /* --- エリア --- */
}
.support-section .support-region {
  padding: 0 2em;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .support-section .support-region {
    padding: 0;
  }
}
.support-section .support-region .region-title {
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color-secondary);
}
@media screen and (min-width: 768px) {
  .support-section .support-region .region-title {
    font-size: var(--font-size-xl);
  }
}
@media screen and (min-width: 1024px) {
  .support-section .support-region .region-title {
    font-size: 36px;
  }
}
.support-section .support-region .region-text {
  color: var(--color-secondary);
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .support-section .support-region .region-text {
    font-size: var(--font-size-md);
  }
}
.support-section {
  /* =============================
     簡単ステップ
  ============================= */
}
.support-section .support-step {
  background: url("../images/diagonal-dots.svg") repeat;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-inline: auto;
  padding-block: 30px;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 1024px) {
  .support-section .support-step {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.support-section .step-images {
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .support-section .step-images {
    max-width: 50%;
  }
}
.support-section .step-images img {
  max-width: 100%;
  height: auto;
}
.support-section .step-images img:not(:last-child) {
  margin-bottom: 15px;
}
.support-section .step-content {
  text-align: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .support-section .step-content {
    text-align: left;
    max-width: 600px;
  }
}
.support-section .step-lead {
  font-size: var(--font-size-sm);
  line-height: 1.8;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .support-section .step-lead {
    font-size: var(--font-size-md);
  }
}
.support-section .step-contact p {
  font-size: var(--font-size-sm);
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .support-section .step-contact p {
    font-size: var(--font-size-md);
  }
}
.support-section .step-contact p:nth-child(3) {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .support-section .step-contact p:nth-child(3) {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .support-section .step-contact p:nth-child(3) {
    font-size: 1.2em;
  }
}
.support-section .step-contact .tel {
  font-weight: 900;
  color: var(--color-primary);
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.support-section .step-contact .tel a {
  background-color: rgba(58, 170, 239, 0.15);
  font-family: var(--ff-ttl);
  color: var(--color-primary);
  font-weight: 900;
  border: 1px solid var(--color-primary);
  border-radius: 100vmax;
  display: inline-block;
  padding: 10px 25px;
  text-align: center;
  overflow: hidden;
}
.support-section .step-contact .tel a::before {
  content: "";
  display: block;
  background-color: #fff;
  height: -moz-fit-content;
  height: fit-content;
}
.support-section .step-contact .tel span {
  font-family: var(--ff-ttl);
  font-size: var(--font-size-xl);
  position: relative;
}
@media screen and (min-width: 768px) {
  .support-section .step-contact .tel span {
    font-size: 3.5rem;
    margin-left: 1em;
  }
}
@media screen and (min-width: 1024px) {
  .support-section .step-contact .tel span {
    font-size: 45px;
  }
}
.support-section .step-contact .tel span .icon {
  color: var(--color-primary);
  height: 1.2em;
  width: 1.2em;
  top: 0.3em;
  line-height: 0;
}

/* =========================================================
    voice-section
========================================================= */
.voice-section {
  padding-bottom: 60px;
}
.voice-section .voice-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .voice-section .voice-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.voice-section .voice-item {
  display: flex;
  flex-direction: column;
  border: none;
}
@media screen and (min-width: 1024px) {
  .voice-section .voice-item {
    width: calc(33.333% - 20px);
  }
}
.voice-section .voice-item article {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.voice-section .voice-item h3 {
  font-size: var(--font-size-md);
  background: var(--color-accent);
  color: #fff;
  padding: 12px 15px;
  margin-bottom: 15px;
  min-height: 3em;
}
.voice-section .voice-item__image {
  margin-bottom: 15px;
  padding: 0 30px;
}
.voice-section .voice-item__image img {
  width: 100%;
  height: auto;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 1023px) {
  .voice-section .voice-item__image img {
    max-width: 360px;
  }
}
.voice-section .voice-item p {
  font-size: var(--font-size-sm);
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .voice-section .voice-item p {
    font-size: var(--font-size-xs);
  }
}
.faq-section .faq-list {
  display: flex;
  flex-direction: column;
}
.faq-section .faq-item {
  border: 1px solid var(--color-gray-200);
  display: flex;
  flex-direction: column;
}
.faq-section .faq-item:not(:last-child) {
  margin-bottom: 16px;
}
.faq-section .faq-question {
  color: #fff;
  position: relative;
  background: var(--color-secondary);
  padding: 14px 16px 14px 54px;
  font-size: var(--font-size-md);
  font-weight: 700;
  line-height: 1.5;
}
.faq-section .faq-question::before {
  content: "Q.";
  font-size: var(--font-size-xl);
  color: #ff5c5c;
  position: absolute;
  left: 10px;
  top: 7px;
  font-weight: 900;
}
@media screen and (min-width: 1024px) {
  .faq-section .faq-question::before {
    font-size: 28px;
    top: 4px;
  }
}
.faq-section .faq-answer {
  position: relative;
  padding: 14px 16px 14px 54px;
  line-height: 1.5;
  font-size: var(--font-size-sm);
}
.faq-section .faq-answer::before {
  content: "A.";
  font-family: var(--ff-ttl);
  position: absolute;
  left: 10px;
  top: 7px;
  font-size: var(--font-size-xl);
  font-weight: 900;
  color: var(--color-primary);
}
@media screen and (min-width: 1024px) {
  .faq-section .faq-answer::before {
    font-size: 28px;
    top: 4px;
  }
}

/* =========================================================
   HEADER  (Mobile First)
========================================================= */
/* PCナビとPC連絡先はデフォルト非表示 */
.l-gnav-wrap,
.l-header__contact-pc .tel-area,
.l-header__contact-pc .cta {
  display: none;
}

/* =========================================================
   1. 上部キャッチ
========================================================= */
.l-header__upper {
  background: var(--color-primary);
  color: #fff;
}
.l-header__upper .l-inner {
  max-width: none;
  padding: 0 20px;
}
.l-header__upper .top-catch {
  width: 100%;
  text-align: center;
  font-size: clamp(9px, 2.7vw, 13px);
  padding: 3px 0;
  margin: 0;
}

/* =========================================================
   2. メインヘッダー
========================================================= */
.l-header {
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 575px) {
  .l-header {
    min-height: 85px;
  }
}
@media screen and (min-width: 768px) {
  .l-header {
    min-height: 105px;
  }
}
.l-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 15px;
  padding-right: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-right: 5px;
}
.l-header__logo-group h1 {
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
  top: -8px;
}
.l-header__logo-group h1 a {
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 16px;
}
.l-header__logo-group h1 .shopname {
  font-size: 16px;
  font-weight: 900;
  color: var(--color-secondary);
}
@media screen and (min-width: 768px) {
  .l-header__logo-group h1 .shopname {
    font-size: clamp(16px, 3.5vw, 28px);
  }
}
.l-header__right {
  display: flex;
  align-items: center;
}
.l-header__contact-pc {
  align-items: center;
  gap: 20px;
}
.l-header__contact-pc .card {
  width: 90px;
}

/* =========================================================
   3. SPドロワー
========================================================= */
.l-drawer {
  position: fixed;
  top: 0;
  right: -85vw;
  width: 85vw;
  max-width: 450px;
  height: 100vh;
  background: #fff;
  transition: right 0.3s ease;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-drawer {
    right: -450px;
    width: 450px;
  }
}
.l-drawer {
  /* 開いた状態 */
}
.l-drawer.is-open {
  right: 0;
}
.l-drawer {
  /* =========================
     メニュー全体
  ========================= */
}
.l-drawer .l-drawer__menu {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}
.l-drawer .l-drawer__menu > li {
  list-style: none;
  border-bottom: 1px solid #eee;
}
.l-drawer .l-drawer__menu > li > a,
.l-drawer .l-drawer__menu > li > .l-drawer__sub-tit {
  display: block;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  background: #fff;
  text-decoration: none;
}
.l-drawer .l-drawer__menu {
  /* メニュー見出し */
}
.l-drawer .l-drawer__menu .l-drawer__list-head {
  background: var(--color-secondary);
  color: #fff;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: none;
}
.l-drawer {
  /* =========================
     サービス（2カラム）
  ========================= */
}
.l-drawer .has-child {
  padding: 0;
}
.l-drawer .l-drawer__sub-tit {
  border-bottom: 1px solid #eee;
}
.l-drawer .l-drawer__child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 10px;
  background: #fff;
}
.l-drawer .l-drawer__child li {
  list-style: none;
  border: none;
}
.l-drawer .l-drawer__child li a {
  display: flex;
  align-items: center;
  padding: 6px 6px;
  font-size: 11px;
  text-decoration: none;
  color: #333;
  background: rgba(0, 103, 162, 0.1);
  min-height: 32px;
}
.l-drawer .l-drawer__child {
  /* 1番目は縦2マス */
}
.l-drawer .l-drawer__child li:nth-child(1) {
  grid-row: span 2;
}
.l-drawer .l-drawer__child li:nth-child(1) a {
  min-height: 68px;
}
.l-drawer .l-drawer__child {
  /* 2・3を右列へ */
}
.l-drawer .l-drawer__child li:nth-child(2),
.l-drawer .l-drawer__child li:nth-child(3) {
  grid-column: 2;
}
.l-drawer {
  /* =========================
     下部TELエリア
  ========================= */
}
.l-drawer__telarea {
  padding: 30px 20px;
  background: #f4f4f4;
  text-align: center;
  margin-top: auto;
  border-bottom: none;
}
.l-drawer__telarea .txt {
  font-size: 11px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #333;
}
.l-drawer__telarea .number {
  background: #fff;
  border: 2px solid var(--color-secondary);
  border-radius: 50px;
  padding: 10px;
  margin-bottom: 10px;
}
.l-drawer__telarea .number span,
.l-drawer__telarea .number span > a {
  font-family: var(--ff-ttl);
  font-size: 24px;
  color: var(--color-secondary);
  padding: 0;
  line-height: 0;
}
.l-drawer__telarea .number span {
  position: relative;
  top: -3px;
}
.l-drawer__telarea .number .icon {
  top: 0.4em;
}
.l-drawer__telarea .time {
  font-size: 11px;
  color: #666;
  margin-bottom: 15px;
}
.l-drawer__telarea {
  /* =========================
     メールボタン
  ========================= */
}
.l-drawer__telarea .contact-btn {
  margin-top: 15px;
}
.l-drawer__telarea .contact-btn .contact-btn__link {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px 12px;
  text-align: center;
  font-family: var(--ff-ttl);
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(180deg, #ff8a00 0%, #ff6a00 100%);
  border-radius: 8px;
  box-shadow: 0 4px 0 #cc5500;
  transition: 0.2s ease;
  position: relative;
}
.l-drawer__telarea .contact-btn .contact-btn__link:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #cc5500;
}
.l-drawer__telarea .contact-btn .contact-btn__link:active {
  transform: translateY(4px);
  box-shadow: none;
}
.l-drawer__telarea .contact-btn .contact-btn__link .icon {
  position: relative;
  top: 3px;
}

/* =========================================================
   バーガーボタン
========================================================= */
.nav-toggle {
  display: none;
}

.m-hamburger {
  position: fixed;
  top: 26px;
  right: 20px;
  width: 48px;
  height: 48px;
  background: var(--color-secondary);
  border-radius: 5px;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .m-hamburger {
    top: 40px;
  }
}

/* MENU文字 */
.m-hamburger__txt {
  font-size: 10px;
  color: #fff; /* ← 黒になるのを防止 */
  font-weight: bold;
  line-height: 1;
}

/* 三本線 */
.m-hamburger__bars {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.m-hamburger__bars span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: 0.3s ease;
}

/* =========================================================
   開閉連動
========================================================= */
/* ドロワー */
.nav-toggle:checked ~ .l-drawer {
  right: 0;
}

/* ボタン移動 */
.nav-toggle:checked ~ .m-hamburger {
  background: hsl(201.8518518519, 115%, 46.7647058824%);
  right: 85vw;
  transition: right 0.3s ease;
}
@media screen and (min-width: 768px) {
  .nav-toggle:checked ~ .m-hamburger {
    right: 450px;
  }
}

/* ×変形（barsだけに限定） */
.nav-toggle:checked ~ .m-hamburger .m-hamburger__bars span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle:checked ~ .m-hamburger .m-hamburger__bars span:nth-child(2) {
  opacity: 0;
}

.nav-toggle:checked ~ .m-hamburger .m-hamburger__bars span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* =========================================================
   5. PC表示 (lg以上)
========================================================= */
@media screen and (min-width: 1024px) {
  /* SP系を非表示 */
  .m-hamburger,
  .l-drawer {
    display: none;
  }
  .l-header__contact-pc .tel-area,
  .l-header__contact-pc .cta {
    display: block;
  }
  /* ヘッダー調整 */
  .l-header__inner {
    padding: 20px 40px;
  }
  .l-header__logo-group {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .l-header__logo-group h1 .shopname {
    font-size: 1.5rem;
  }
  .l-header__contact-pc {
    display: flex;
  }
  .l-header__contact-pc .card {
    width: 150px;
  }
  .l-header__contact-pc .tel-area {
    text-align: center;
  }
  .l-header__contact-pc .tel-area .num {
    font-family: var(--ff-ttl);
    font-size: 30px;
    font-weight: 900;
    color: var(--color-secondary);
    line-height: 1;
    margin-bottom: 3px;
  }
  .l-header__contact-pc .tel-area .sodan,
  .l-header__contact-pc .tel-area .time {
    font-family: var(--ff-ttl);
    font-size: clamp(10px, 3.7vw, 13px);
    margin-bottom: 3px;
  }
  .l-header__contact-pc .tel-area .time {
    color: var(--color-primary);
    font-size: clamp(10px, 3.3vw, 12px);
    border: 1px solid var(--color-primary);
    width: 95%;
    margin-inline: auto;
    padding: 1px 4px;
    text-align: center;
  }
  .l-header__contact-pc .cta {
    width: 200px;
  }
  /* =========================================================
     PC Gナビ（常に表示）
  ========================================================= */
  .l-gnav-wrap {
    display: block;
    background: var(--color-secondary);
    position: relative;
    z-index: 500;
    overflow: visible;
  }
  /* ナビ本体 */
  .l-gnav__list {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .l-gnav__list > li.has-tab {
    position: unset;
  }
  .l-gnav__list > li {
    position: relative;
  }
  .l-gnav__list > li > a {
    display: block;
    padding: 16px 30px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.3s;
  }
  .l-gnav__list > li > a:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .l-gnav__list > li {
    /* hoverで表示 */
  }
  .l-gnav__list > li:hover > .dropdown, .l-gnav__list > li:hover > .tabbox {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  /* =========================================================
     通常ドロップダウン
  ========================================================= */
  .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: var(--color-primary);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    list-style: none;
  }
  .dropdown li a {
    display: block;
    padding: 12px 20px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
  }
  .dropdown li a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  /* =========================================================
     メガメニュー（全幅タイプ）
  ========================================================= */
  .tabbox {
    position: absolute;
    top: 100%;
    left: -25%;
    right: -25%;
    margin: 0 auto;
    transform: translateY(-50%);
    width: 100vw;
    background: var(--color-primary);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 400;
  }
  /* hover表示 */
  .l-gnav__list > li.has-tab:hover > .tabbox {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
  /* 中央寄せコンテンツ */
  .tabbox .inner,
  .tabbox__inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px;
  }
  /* hover表示 */
  .l-gnav__list > li.has-tab:hover > .tabbox {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 2000;
  }
  .tabbox__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .tabbox__list li a {
    display: block;
    padding: 10px 14px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.08);
    transition: background 0.2s;
  }
  .tabbox__list li a:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  /* レスポンシブ微調整 */
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .tabbox__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* =========================================================
  FOOTER
========================================================= */
/* =============================
   footerTop
============================= */
.footerTop {
  padding: 80px 20px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footerTop {
    padding: 100px 20px 0;
  }
}

/* タイトル（取り扱いメーカー） */
.footer-title {
  background: var(--color-secondary);
  color: #fff;
  padding: 25px 20px;
  font-size: 22px;
  font-weight: 900;
  margin: 0;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

/* 背景エリア */
.footer-bg {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: url(../images/footer-bg_image.jpg) center top no-repeat;
  background-size: cover;
  padding: 80px 20px 100px;
  position: relative;
}
.footer-bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  pointer-events: none;
  z-index: 1;
}

/* =============================
   メーカーエリア
============================= */
.maker-info {
  max-width: 1200px;
  margin: 0 auto 100px;
  padding: 0 10px;
  position: relative;
  z-index: 10;
}
.maker-info .maker-heading {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 1.6;
  position: relative;
  z-index: 10;
}
.maker-info .maker-list img {
  max-width: 100%;
  height: auto;
}

/* =============================
   私達にできること
============================= */
.footer-box {
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(58, 170, 239, 0.18);
  color: var(--color-secondary);
  padding: 50px 25px;
  border-radius: 4px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .footer-box {
    padding: 60px 30px;
  }
}
.footer-box-title {
  font-size: var(--font-size-xl);
  font-weight: 900;
  margin-bottom: 30px;
}
.footer-box-inner {
  font-size: 15px;
  line-height: 2;
}
.footer-box-inner p {
  text-align: left;
  line-height: 1.8;
}

/* =============================
   footerLower
============================= */
.footerLower {
  background: var(--color-primary);
}
.footerLower .footer-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 100px;
}

/* =============================
    フッターメインレイアウト
============================= */
.footer-main {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .footer-main {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

/* =============================
   左：会社情報
============================= */
.foot-info {
  background-color: rgba(255, 255, 255, 0.4);
  flex: 1;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .foot-info {
    max-width: 600px;
  }
}
.foot-info .shopname {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .foot-info .shopname {
    font-size: 28px;
  }
}
.foot-info .address {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .foot-info .address {
    font-size: 16px;
  }
}
.foot-info .telArea {
  margin-top: 10px;
}
.foot-info .telArea .tel-lead {
  color: #fff;
  font-size: var(--font-size-sm);
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .foot-info .telArea .tel-lead {
    font-size: var(--font-size-md);
  }
}
.foot-info .telArea .tel-number {
  font-size: clamp(30px, 8.5vw, 40px);
  font-family: "Murecho", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  margin: 15px 0 5px;
  text-align: center;
  display: flex;
}
.foot-info .telArea .tel-number .icon {
  color: var(--color-accent);
  line-height: 1em;
  position: relative;
  top: 0.35em;
  left: 0.3em;
}
@media screen and (min-width: 768px) {
  .foot-info .telArea .tel-number .icon {
    top: 0.25em;
  }
}
.foot-info .telArea .tel-number span {
  color: var(--color-accent);
}
@media screen and (min-width: 768px) {
  .foot-info .telArea .tel-number span {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .foot-info .telArea .tel-number span {
    font-size: 50px;
  }
}
.foot-info .telArea .tel-number a {
  text-decoration: none;
}
.foot-info .telArea .time {
  border: solid 1px #fff;
  color: #fff;
  font-size: var(--font-size-sm);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .foot-info .telArea .time {
    padding: 4px;
    font-size: 14px;
  }
}

/* =============================
   右：フッターメニュー
============================= */
.footmenu_wrap {
  flex: 1.2;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .footmenu_wrap {
    padding-left: 40px;
  }
}

.footmenu {
  font-size: 14px;
}
.footmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footmenu a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0;
  transition: 0.3s;
}
.footmenu a:hover {
  color: #fff;
}

/* メニュー2カラム（SP） */
.foot-gnav {
  display: flex;
  gap: 10px;
}

/* メインメニュー */
.main-menu > li > a {
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}

/* サブメニュー */
.sub-menu {
  margin-top: 15px;
}
.sub-menu li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 8px;
  font-size: clamp(11px, 3.5vw, 14px);
  letter-spacing: 0;
}
.sub-menu li a {
  font-weight: bold;
}

/* =============================
   Copyright
============================= */
#copyright_wrap {
  text-align: center;
  padding: 15px 10px 60px;
}
#copyright_wrap > p {
  color: #f1f1f1;
  font-size: clamp(9px, 2.5vw, 12px);
}
#copyright_wrap > p a {
  color: #f1f1f1;
  text-decoration: none;
}
#copyright_wrap > p a:hover {
  opacity: 0.7;
}

/* =============================
   SP固定フッター
============================= */
#spcontact.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#spcontact {
  background: var(--color-secondary);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  #spcontact {
    display: none;
  }
}
#spcontact .flex {
  display: flex;
}
#spcontact .tel,
#spcontact .mail {
  position: relative;
  flex: 1;
}
#spcontact .tel a,
#spcontact .mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  height: 4em;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}
#spcontact .tel .icon,
#spcontact .mail .icon {
  position: relative;
  line-height: 1;
}
#spcontact .tel::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 1px;
  height: 2.5em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
#spcontact .tel a,
#spcontact .tel span {
  color: #fff;
}
#spcontact .tel .icon {
  width: 1.5em;
  height: 1.5em;
  top: 0.4em;
}
#spcontact .mail a {
  color: #fff;
}

.pagetop-btn.is-show {
  opacity: 1;
  pointer-events: auto;
}

.pagetop-btn {
  opacity: 0;
  pointer-events: none;
  position: fixed !important;
  z-index: 9999;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  height: 50px;
  width: 50px;
  bottom: 120px;
  right: 15px;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--color-accent);
  line-height: 40px;
  display: block;
}
@media screen and (min-width: 768px) {
  .pagetop-btn {
    height: 60px;
    width: 60px;
    right: 25px;
  }
}
.pagetop-btn:active {
  background-color: rgb(255, 165.6, 117.6);
  filter: saturate(200%);
}
@media screen and (min-width: 768px) {
  .pagetop-btn:hover {
    background-color: rgb(255, 165.6, 117.6);
    filter: saturate(200%);
  }
}
.pagetop-btn .icon {
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  margin: auto auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: visible;
}

main {
  flex-grow: 1;
  padding: 0;
  z-index: 1;
  position: relative;
}

section {
  position: relative;
}

.container {
  position: relative;
  z-index: 1;
  /*#parallax (z-index: 0) より上に表示 */
  width: min(100%, 1200px);
  margin-inline: auto;
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .container {
    width: min(100%, 1200px);
    margin-inline: auto;
    padding-inline: 30px;
  }
}/*# sourceMappingURL=style.css.map */