@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");
}
:root {
  --ff-jp: Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
  --ff-ttl: Murecho, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
  --ff-en: Helvetica Neue, Helvetica, Arial, sans-serif;
  --ff-serif: serif;
  --color-primary: #c7651c;
  --color-secondary: #b27309;
  --color-accent: #FF6A1A;
  --color-info: #DAD766;
  --color-success: #33B864;
  --color-blue: #1C4473;
  --color-darkblue: #0F2540;
  --color-link: #1C4473;
  --color-bg: rgb(255, 247.35, 216.75);
  --color-text: #333333;
  --color-border: #dddddd;
  --color-red1: #e60012;
  --color-darkred1: #cc0000;
  --color-orng: #ff6000;
  --color-ylw: #ffcc00;
  --color-gray-1: #f1f1f1;
  --color-gray-100: #f5f5f5;
  --color-gray-200: #e7e7e7;
  --color-gray-300: #dee2e6;
  --color-gray-400: #ced4da;
  --color-gray-500: #adb5bd;
  --color-gray-600: #666666;
  --color-gray-700: #495057;
  --color-gray-800: #333333;
  --color-gray-900: #212529;
  --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-10: 10px;
  --space-12: 12px;
  --space-15: 15px;
  --space-16: 16px;
  --space-20: 20px;
  --space-24: 24px;
  --space-30: 30px;
  --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);
}

.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-10 {
  padding: 10px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-15 {
  margin-left: 15px !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-20 {
  padding: 20px !important;
}

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

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

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

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

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

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

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

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

.ml-20 {
  margin-left: 20px !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-30 {
  padding: 30px !important;
}

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

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

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

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

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

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

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

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

.ml-30 {
  margin-left: 30px !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: #c7651c !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-blue {
  background-color: #1C4473 !important;
}

.text-blue {
  color: #1C4473 !important;
}

.border-blue {
  border-color: #1C4473 !important;
}

.bg-darkblue {
  background-color: #0F2540 !important;
}

.text-darkblue {
  color: #0F2540 !important;
}

.border-darkblue {
  border-color: #0F2540 !important;
}

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

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

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

.bg-bg {
  background-color: rgb(255, 247.35, 216.75) !important;
}

.text-bg {
  color: rgb(255, 247.35, 216.75) !important;
}

.border-bg {
  border-color: rgb(255, 247.35, 216.75) !important;
}

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

.text-text {
  color: #333333 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-ylw {
  border-color: #ffcc00 !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: #f5f5f5 !important;
}

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

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

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

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

.border-gray-200 {
  border-color: #e7e7e7 !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: #666666 !important;
}

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

.border-gray-600 {
  border-color: #666666 !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: #333333 !important;
}

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

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

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

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

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

.btn-primary {
  background-color: #c7651c;
  border-color: #c7651c;
  color: white;
}
.btn-primary:hover {
  filter: brightness(0.9);
  background-color: rgb(154.2907488987, 78.3083700441, 21.7092511013);
  border-color: rgb(154.2907488987, 78.3083700441, 21.7092511013);
}
.btn-primary:active {
  filter: brightness(0.85);
  background-color: rgb(131.936123348, 66.9625550661, 18.563876652);
}

.btn-secondary {
  background-color: #b27309;
  border-color: #b27309;
  color: white;
}
.btn-secondary:hover {
  filter: brightness(0.9);
  background-color: rgb(129.4545454545, 83.6363636364, 6.5454545455);
  border-color: rgb(129.4545454545, 83.6363636364, 6.5454545455);
}
.btn-secondary:active {
  filter: brightness(0.85);
  background-color: rgb(105.1818181818, 67.9545454545, 5.3181818182);
}

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

.fN {
  font-weight: normal;
}

.fB {
  font-weight: bold;
}

/* * モダンフチ文字 Mixin (paint-order対応)
 * 文字が潰れない外フチを作成します。
 * @param {Length} $size - フチの太さ (デフォルト: 4px)
 * @param {Color}  $color - フチの色 (デフォルト: #fff)
 */
.bk {
  color: #000;
}

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

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

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

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: "Noto Sans JP", 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;
  color: var(--color-text);
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
}

: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: 700;
  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;
  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;
  color: var(--color-link);
  text-decoration: none;
}

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

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

a,
button,
input,
label {
  -webkit-tap-highlight-color: transparent;
}

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

a[href^="tel:"] {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    color: inherit;
    text-decoration: none;
  }
}

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

/* =========================================================
  Common / Layout (Mobile First)
========================================================= */
body {
  padding-top: 75px;
  font-size: 14px;
}
body.admin-bar .header {
  top: 46px;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 105px;
  }
  body.admin-bar .header {
    top: 32px;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inline;
  }
}

.sp {
  display: inline;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

:root {
  --header-height-sp: 60px;
  --header-height-pc: 80px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height-sp);
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: var(--header-height-pc);
  }
}

section[id] {
  scroll-margin-top: var(--header-height-sp);
}
@media screen and (min-width: 768px) {
  section[id] {
    scroll-margin-top: var(--header-height-pc);
  }
}

/* 共通タイトル */
[class*=-section-title] {
  margin-bottom: 24px;
  color: var(--color-primary);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}
@media screen and (min-width: 768px) {
  [class*=-section-title] {
    margin-bottom: 32px;
    font-size: 32px;
  }
}
[class*=-section-title]::after {
  content: "";
  display: block;
  width: min(40vw, 8em);
  height: 5px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: var(--color-ylw);
}

.cta-btn,
.link-btn {
  margin-top: 40px;
  text-align: center;
}
.cta-btn a,
.link-btn a {
  color: #fff;
  display: block;
  width: 80vw;
  max-width: 800px;
  margin-inline: auto;
  border-radius: 100vmax;
  padding: 18px 52px 18px 32px;
  font-family: var(--ff-ttl);
  font-weight: 700;
  font-size: var(--font-size-lg);
  cursor: pointer;
  position: relative;
  text-decoration: none;
  transition: filter 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .cta-btn a,
  .link-btn a {
    font-size: 36px;
  }
}
.cta-btn a::after,
.link-btn a::after {
  content: "▶";
  color: #fff;
  font-size: 0.7em;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
@media screen and (min-width: 768px) {
  .cta-btn a::after,
  .link-btn a::after {
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .cta-btn a:hover,
  .link-btn a:hover {
    transform: translateY(1px);
    filter: brightness(1.08);
  }
  .cta-btn a:hover::after,
  .link-btn a:hover::after {
    transform: translateY(-50%) translateX(2px);
  }
}

.cta-btn a {
  background: linear-gradient(180deg, var(--color-accent) 40%, var(--color-ylw) 120%);
}

.top-btn a {
  max-width: 15em;
  font-size: clamp(14px, 2vw, 16px);
  display: inline-block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .top-btn a {
    font-size: 16px;
  }
}

.inview, .fadeIn {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}

.inview.is-inview, .fadeIn.is-inview {
  opacity: 1;
  transform: none;
}

.pagination {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 60px;
  }
}
.pagination .nav-links {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  width: auto;
  padding: 0 12px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  color: var(--color-text);
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}
.pagination .page-numbers.current {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}
@media (any-hover: hover) {
  .pagination .page-numbers:hover:not(.current) {
    background: var(--color-gray-100);
    color: var(--color-primary);
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-color: var(--color-darkblue);
  z-index: 9999;
  border-bottom: none;
}
header .container {
  height: 100%;
  padding: 0 10px;
}
header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  flex-wrap: nowrap;
}
header .logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: clamp(4px, 2vw, 15px);
  white-space: nowrap;
}
header .logo a img {
  width: clamp(36px, 5vw, 50px);
  height: auto;
  margin-left: 2vw;
  filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 2px white) drop-shadow(0px 0px 4px white);
}
header .logo a span {
  font-family: "Murecho", var(--ff-jp);
  font-size: clamp(21px, 6vw, 32px);
  color: #fff;
  font-weight: 900;
}
@media screen and (min-width: 1024px) {
  header .logo a span {
    font-size: clamp(27px, 4vw, 46px);
    letter-spacing: 8px;
  }
}
header .btn-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(5px, 1vw, 15px);
}
header .btn-block a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  height: 70px;
  width: clamp(180px, 25vw, 270px);
  border-radius: 6px;
  padding: 0 5px;
  transition: var(--transition-base);
  box-shadow: var(--shadow-sm);
  white-space: nowrap;
}
@media (any-hover: hover) {
  header .btn-block a:hover {
    filter: brightness(1.1);
    transform: translateY(1px);
  }
}
header .btn-block a.tel {
  background-color: var(--color-accent);
  color: #fff;
}
header .btn-block a.tel .txt01 {
  font-size: clamp(12px, 1.5vw, 17px);
  margin-bottom: 0;
  padding-top: 0;
  font-weight: 700;
  line-height: 1;
}
header .btn-block a.tel .txt02 {
  font-size: clamp(12px, 2vw, 15px);
  font-weight: bold;
  line-height: 1;
}
header .btn-block a.tel .num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: 900;
  font-family: var(--ff-en);
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 2px;
  transform: scaleX(0.95);
  transform-origin: center;
}
header .btn-block a.tel .num svg {
  width: clamp(20px, 2.2vw, 24px);
  height: clamp(20px, 2.2vw, 24px);
  transform: scaleX(1.05);
}
header .btn-block a.mail {
  background-color: var(--color-ylw);
  color: var(--color-text);
  padding-top: 0;
}
header .btn-block a.mail .txt01 {
  font-size: clamp(12px, 1.5vw, 16px);
  font-weight: 700;
  margin-top: 2px;
}
header .btn-block a.mail .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 900;
  font-family: var(--ff-en);
  line-height: 1.1;
  letter-spacing: -0.5px;
}
header .btn-block a.mail .flex svg {
  width: clamp(24px, 2.4vw, 26px);
  height: clamp(24px, 2.4vw, 26px);
  fill: #fff;
}
header .sp-action-block {
  display: flex;
  align-items: center;
  gap: 6px;
}
header .sp-action-block .sp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 10vw, 46px);
  height: clamp(40px, 10vw, 46px);
  border-radius: 6px;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
}
header .sp-action-block .sp-btn svg {
  width: clamp(20px, 5vw, 24px);
  height: clamp(20px, 5vw, 24px);
}
header .sp-action-block .sp-btn.sp-tel {
  background-color: var(--color-accent);
  color: #fff;
  border: none;
}
header .sp-action-block .sp-btn.sp-mail {
  background-color: #fff;
  color: var(--color-blue);
  border: none;
}
header .sp-action-block .nav-trigger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: clamp(40px, 10vw, 46px);
  height: clamp(40px, 10vw, 46px);
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: calc(900 + 1);
  box-shadow: none;
}
header .sp-action-block .nav-trigger div {
  width: 18px;
  height: 10px;
  position: relative;
}
header .sp-action-block .nav-trigger div span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: var(--transition-base);
}
header .sp-action-block .nav-trigger div span:nth-child(1) {
  top: 0;
}
header .sp-action-block .nav-trigger div span:nth-child(2) {
  bottom: 0;
}
header .sp-action-block .nav-trigger p {
  font-size: 10px;
  margin: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  header .gnav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100vw;
    max-width: none;
    height: 100vh;
    background-color: rgba(15, 37, 64, 0.95);
    padding-top: 80px;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    z-index: 900;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  header .gnav .list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0 20px;
  }
  header .gnav .list .item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  header .gnav .list .item a {
    display: block;
    padding: 15px 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
  }
  header .gnav .bottom-action {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 20px 10px 10px;
  }
  header .gnav .bottom-action .btn-area {
    width: 60%;
    max-width: 240px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-right: 10px;
  }
  header .gnav .bottom-action .btn-area a {
    display: block;
    text-align: center;
    padding: 10px 4px;
    text-decoration: none;
    border-radius: 6px;
    box-shadow: var(--shadow-sm);
  }
  header .gnav .bottom-action .btn-area a.tel {
    background-color: var(--color-accent);
    color: #fff;
  }
  header .gnav .bottom-action .btn-area a.tel .txt01 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
  }
  header .gnav .bottom-action .btn-area a.tel .num {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 18px;
    font-weight: 900;
    font-family: var(--ff-en);
  }
  header .gnav .bottom-action .btn-area a.tel .num svg {
    width: 18px;
    height: 18px;
  }
  header .gnav .bottom-action .btn-area a.mail {
    background-color: var(--color-ylw);
    color: var(--color-text);
  }
  header .gnav .bottom-action .btn-area a.mail .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 18px;
    font-weight: 900;
    font-family: var(--ff-en);
  }
  header .gnav .bottom-action .btn-area a.mail .flex svg {
    width: 20px;
    height: 20px;
    fill: #fff;
  }
  header .gnav .bottom-action .btn-area a.mail .txt02 {
    font-size: 12px;
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 0;
  }
  header .gnav .bottom-action .char-area {
    width: clamp(100px, 45%, 170px);
    flex-shrink: 0;
  }
  header .gnav .bottom-action .char-area img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  header .gnav {
    display: none;
  }
}
header .nav-toggle-input:checked ~ .gnav {
  right: 0;
}
header .nav-toggle-input:checked ~ .sp-action-block .nav-trigger div span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .nav-toggle-input:checked ~ .sp-action-block .nav-trigger div span:nth-child(2) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  header {
    height: 105px;
  }
}
footer {
  background-color: var(--color-darkblue);
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  footer {
    padding-bottom: 0;
  }
}
footer .company {
  padding: clamp(40px, 8vw, 80px) 0;
  background-color: #fff;
}
footer .company .title {
  text-align: center;
  font-size: clamp(24px, 5vw, 36px);
  margin-bottom: clamp(30px, 6vw, 50px);
  color: var(--color-blue);
  font-weight: 900;
  letter-spacing: 0.05em;
}
footer .company .title::after {
  display: none;
}
footer .company .dl-box {
  max-width: 800px;
  margin: 0 auto clamp(30px, 6vw, 50px);
  background-color: #fff;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
footer .company .dl-box dl {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  border-bottom: 1px dotted var(--color-border);
  padding: clamp(15px, 3vw, 20px) 0;
  margin: 0;
}
footer .company .dl-box dl:last-child {
  border-bottom: none;
}
footer .company .dl-box dl dt {
  width: clamp(80px, 22vw, 150px);
  flex-shrink: 0;
  font-weight: 900;
  font-size: clamp(14px, 3.5vw, 16px);
  color: var(--color-blue);
  margin: 0;
  padding-right: 15px;
}
footer .company .dl-box dl dd {
  flex-grow: 1;
  font-size: clamp(14px, 3.5vw, 16px);
  color: var(--color-text);
  font-weight: 700;
  margin: 0;
  line-height: 1.6;
  word-break: break-word;
}
footer .company .dl-box dl dd .notes {
  display: inline-block;
  margin-top: 4px;
  font-size: clamp(11px, 2.5vw, 13px);
  color: var(--color-red1);
  font-weight: 700;
}
footer .company .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: clamp(15px, 3vw, 20px);
  background-color: var(--color-blue);
  color: #fff;
  text-decoration: none;
  font-size: clamp(14px, 3.5vw, 16px);
  font-weight: 700;
  transition: var(--transition-base);
}
@media (any-hover: hover) {
  footer .company .btn:hover {
    filter: brightness(1.1);
  }
}
footer .copy {
  text-align: center;
  padding: 20px 0;
  background-color: var(--color-darkblue);
  color: #fff;
  font-size: 12px;
}

.amamori-fixed-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-darkblue);
  z-index: 1000;
}
.amamori-fixed-banner .inner {
  display: flex;
  align-items: stretch;
  height: 64px;
  padding: 4px;
  gap: 4px;
}
.amamori-fixed-banner .badge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15%;
  min-width: 50px;
  background-color: #fff;
  color: var(--color-blue);
  font-size: clamp(12px, 3.5vw, 15px);
  font-weight: 900;
  text-align: center;
  border-radius: 4px;
  line-height: 1.1;
  flex-shrink: 0;
  border: 2px solid var(--color-blue);
}
.amamori-fixed-banner a {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
  border-radius: 4px;
  transition: filter 0.3s;
}
@media (any-hover: hover) {
  .amamori-fixed-banner a:hover {
    filter: brightness(0.9);
  }
}
.amamori-fixed-banner a.tel {
  background-color: var(--color-red1);
  color: #fff;
}
.amamori-fixed-banner a.mail {
  background-color: var(--color-ylw);
  color: var(--color-text);
}
.amamori-fixed-banner a.mail .flex svg {
  fill: #fff;
}
.amamori-fixed-banner a .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: clamp(15px, 4vw, 18px);
  font-weight: 900;
  white-space: nowrap;
  line-height: 1.1;
}
.amamori-fixed-banner a .flex svg {
  width: 1.1em;
  height: 1.1em;
}
.amamori-fixed-banner a .flex .txt01 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
.amamori-fixed-banner a .txt02 {
  font-size: clamp(10px, 2.5vw, 12px);
  font-weight: 700;
  margin-top: 2px;
  white-space: nowrap;
  line-height: 1.1;
}

.pagetop-btn {
  position: fixed;
  bottom: 140px;
  right: 15px;
  width: 50px;
  height: 50px;
  background: var(--color-accent);
  border-radius: 50%;
  display: grid;
  place-items: center;
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.pagetop-btn.is-show {
  opacity: 1;
  pointer-events: auto;
}
.pagetop-btn svg, .pagetop-btn use {
  width: 20px;
  height: 20px;
  fill: #fff;
  color: #fff;
}
@media (any-hover: hover) {
  .pagetop-btn svg:hover, .pagetop-btn use:hover {
    color: var(--color-link);
  }
}
.pagetop-btn svg:active, .pagetop-btn use:active {
  color: var(--color-link);
}

.content-amamori {
  padding-top: 0;
}
.content-amamori .first-view {
  position: relative;
  background: var(--color-blue) url(../images/fv-mv-bg_sp.webp);
  background-size: cover;
  padding: 10px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .content-amamori .first-view {
    background: var(--color-blue) url(../images/fv-mv-bg_pc.webp);
    background-size: cover;
  }
}
.content-amamori .first-view picture, .content-amamori .first-view img {
  width: 100%;
  max-width: 1740px;
  margin-inline: auto;
  display: block;
}
.content-amamori .first-view img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1280px) {
  .content-amamori .first-view img {
    width: 95%;
  }
}
.content-amamori .cta-type01-pc {
  background-color: #1C4473;
  padding: clamp(20px, 4vw, 40px) 0;
}
.content-amamori .cta-type01-pc .box {
  background-color: #fff;
  border: 4px solid var(--color-blue);
  padding: 0;
}
.content-amamori .cta-type01-pc .box .title {
  font-size: clamp(21px, 3vw, 27px);
  color: #fff;
  background-color: var(--color-blue);
  font-weight: 900;
  margin-bottom: 0;
  padding: 15px 10px 15px 1em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .content-amamori .cta-type01-pc .box .title {
    font-size: clamp(24px, 4vw, 36px);
    padding-left: 2em;
  }
}
.content-amamori .cta-type01-pc .box .under {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 3vw, 30px);
  justify-content: center;
  align-items: center;
  padding: 15px;
}
@media screen and (min-width: 1280px) {
  .content-amamori .cta-type01-pc .box .under {
    gap: clamp(20px, 4vw, 60px);
    padding: 25px 30px;
  }
}
.content-amamori .cta-type01-pc .box .under .text {
  text-align: center;
}
.content-amamori .cta-type01-pc .box .under .text .txt01 {
  font-size: clamp(24px, 2.5vw, 28px);
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.2;
}
.content-amamori .cta-type01-pc .box .under .text .txt01 span {
  color: var(--color-accent);
  font-size: 1.4em;
  font-weight: 900;
}
.content-amamori .cta-type01-pc .box .under .text .tel-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: clamp(30px, 4.5vw, 40px);
  font-family: var(--ff-en);
  font-weight: 900;
  color: var(--color-accent);
  text-decoration: none;
  line-height: 1.1;
}
@media screen and (min-width: 1280px) {
  .content-amamori .cta-type01-pc .box .under .text .tel-link a {
    font-size: clamp(36px, 5vw, 47px);
  }
}
.content-amamori .cta-type01-pc .box .under .text .tel-link a svg {
  width: 1em;
  height: 1em;
}
.content-amamori .cta-type01-pc .box .under .text .txt02 {
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 700;
  margin-top: 5px;
}
.content-amamori .cta-type01-pc .box .under .btn {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: clamp(-130px, -10vw, -60px);
  width: 55%;
}
.content-amamori .cta-type01-pc .box .under .btn img {
  max-width: 500px;
  width: 100%;
  height: auto;
  transition: var(--transition-base);
}
@media (any-hover: hover) {
  .content-amamori .cta-type01-pc .box .under .btn img:hover {
    filter: brightness(120%);
    transform: translateY(-2px);
  }
}
.content-amamori .cta-type01-sp {
  background-color: var(--color-blue);
  padding: 20px 15px;
}
.content-amamori .cta-type01-sp .container {
  padding: 0;
}
.content-amamori .cta-type01-sp .box {
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
}
.content-amamori .cta-type01-sp .box .flex {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-bottom: 0;
}
.content-amamori .cta-type01-sp .box .flex img {
  width: 80px;
  height: auto;
}
.content-amamori .cta-type01-sp .box .flex .title {
  font-size: clamp(16px, 5vw, 28px);
  color: var(--color-blue);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0;
  padding-left: 0.5em;
}
.content-amamori .cta-type01-sp .box .tel {
  display: block;
  background-color: var(--color-accent);
  color: #fff;
  text-align: center;
  padding: 15px 8px;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
}
.content-amamori .cta-type01-sp .box .tel .txt01 {
  font-size: clamp(14px, 4vw, 16px);
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 0;
}
.content-amamori .cta-type01-sp .box .tel div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: clamp(24px, 8vw, 33px);
  font-weight: 900;
  font-family: var(--ff-en);
}
.content-amamori .cta-type01-sp .box .tel div svg {
  width: 1em;
  height: 1em;
}
.content-amamori .cta-type01-sp .box .tel .txt02 {
  display: block;
  background-color: #fff;
  color: var(--color-accent);
  font-size: clamp(15px, 4vw, 18px);
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

.price {
  padding-top: clamp(40px, 8vw, 60px);
  background-color: var(--color-bg);
}
.price .title {
  text-align: center;
  margin-bottom: clamp(30px, 6vw, 45px);
  line-height: 1.3;
}
.price .title::after {
  display: none;
}
.price .title .small {
  display: block;
  font-size: clamp(14px, 3.5vw, 18px);
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .price .title .small {
    font-size: 25px;
  }
}
.price .title .small span {
  color: var(--color-accent);
  font-size: 1.2em;
  font-weight: 900;
}
.price .title .large {
  display: inline-block;
  font-size: clamp(28px, 7vw, 44px);
  font-weight: 900;
  color: var(--color-text);
  letter-spacing: 0.1em;
  position: relative;
}
.price .title .large::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 6px;
  border-bottom: 5px solid var(--color-blue);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}
.price .price-bg {
  background-color: var(--color-darkblue);
  padding: clamp(30px, 6vw, 50px) 0;
}
.price .flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(10px, 2vw, 20px);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .price .flex {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
.price .flex .item {
  background-color: #fff;
  padding: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.price .flex .item.first {
  border: clamp(3px, 1vw, 5px) solid var(--color-ylw);
}
.price .flex .item.first > p {
  font-size: 2em;
  font-weight: 900;
}
.price .flex .item img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: clamp(12px, 3vw, 20px);
}
.price .flex .item h3 {
  font-size: clamp(15px, 3.5vw, 20px);
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 0;
  padding: 0 0.5em;
  line-height: 1.4;
}
.price .flex .item p {
  margin-top: auto;
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 700;
  color: var(--color-blue);
  padding: 0 10px 10px;
}
.price .flex .item p span {
  font-size: clamp(20px, 4.8vw, 32px);
  font-weight: 900;
  font-family: var(--ff-en);
  letter-spacing: 0;
}

.symptoms {
  padding: clamp(40px, 8vw, 80px) 0;
  background-color: var(--color-gray-100);
}
.symptoms .box {
  background-color: #fff;
  border-radius: clamp(10px, 2vw, 20px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.symptoms .title {
  background-color: var(--color-blue);
  color: #fff;
  text-align: center;
  padding: clamp(20px, 4vw, 30px) 10px;
  font-size: clamp(24px, 5vw, 42px);
  font-weight: 900;
  margin-bottom: clamp(30px, 6vw, 60px);
  line-height: 1.4;
  width: 100%;
}
.symptoms .title::after {
  display: none;
}
.symptoms .flex01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: clamp(40px, 8vw, 70px);
  padding: 0 clamp(15px, 4vw, 40px);
}
@media screen and (min-width: 768px) {
  .symptoms .flex01 {
    flex-direction: row;
    justify-content: center;
    gap: clamp(40px, 6vw, 80px);
    margin-bottom: 0;
  }
}
.symptoms .flex01 img {
  width: clamp(180px, 40vw, 270px);
  height: auto;
}
.symptoms .flex01 img.pc {
  display: none;
}
.symptoms .flex01 img.sp {
  display: block;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .symptoms .flex01 img.pc {
    display: block;
  }
  .symptoms .flex01 img.sp {
    display: none;
  }
}
.symptoms .flex01 .text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .symptoms .flex01 .text {
    text-align: left;
  }
}
.symptoms .flex01 .text h3 {
  color: var(--color-primary);
  font-size: clamp(28px, 6.5vw, 46px);
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: clamp(15px, 3vw, 25px);
}
@media screen and (min-width: 768px) {
  .symptoms .flex01 .text h3 {
    font-size: clamp(21px, 4.5vw, 25px);
  }
}
@media screen and (min-width: 1024px) {
  .symptoms .flex01 .text h3 {
    font-size: clamp(28px, 6.5vw, 46px);
  }
}
.symptoms .flex01 .text p {
  font-size: clamp(16px, 3.8vw, 22px);
  font-weight: 700;
  line-height: 1.8;
}
.symptoms .sign {
  border: clamp(3px, 0.6vw, 6px) solid var(--color-orng);
  background-color: #fffde6;
  border-radius: clamp(12px, 3vw, 20px);
  padding: clamp(30px, 6vw, 60px) clamp(15px, 4vw, 40px);
  margin: 0 clamp(15px, 4vw, 40px) clamp(40px, 8vw, 60px);
}
.symptoms .sign h4 {
  text-align: center;
  color: var(--color-orng);
  font-size: clamp(22px, 5.5vw, 32px);
  font-weight: 900;
  margin-bottom: clamp(30px, 6vw, 60px);
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 0px 3px 0 #fff, 0px -3px 0 #fff, 3px 0px 0 #fff, -3px 0px 0 #fff;
}
@media screen and (min-width: 768px) {
  .symptoms .sign h4 {
    font-size: clamp(26px, 5.5vw, 46px);
  }
}
.symptoms .sign .flex02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(25px, 5vw, 50px);
}
@media screen and (min-width: 768px) {
  .symptoms .sign .flex02 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.symptoms .sign .flex02 .item {
  text-align: center;
}
.symptoms .sign .flex02 .item img {
  width: 100%;
  max-width: clamp(140px, 35vw, 220px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.symptoms .sign .flex02 .item p {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  color: var(--color-text);
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0px 2px 0 #fff, 0px -2px 0 #fff, 2px 0px 0 #fff, -2px 0px 0 #fff;
}
@media screen and (min-width: 768px) {
  .symptoms .sign .flex02 .item p {
    font-size: clamp(14px, 3.2vw, 16px);
  }
}
@media screen and (min-width: 1280px) {
  .symptoms .sign .flex02 .item p {
    font-size: clamp(16px, 4.2vw, 24px);
  }
}
.symptoms .arrow-area {
  position: relative;
  width: 100%;
  margin-bottom: clamp(40px, 8vw, 80px);
  min-height: clamp(180px, 20vw, 260px);
  display: flex;
  justify-content: center;
}
.symptoms .arrow-area .bg-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.symptoms .arrow-area .arrow-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 clamp(10px, 2vw, 30px) 0;
}
.symptoms .arrow-area .arrow-content .point-arrow {
  margin: 0;
  text-align: center;
  flex-shrink: 0;
  padding-top: clamp(10px, 2vw, 30px);
}
.symptoms .arrow-area .arrow-content .point-arrow span {
  font-size: clamp(26px, 6.5vw, 46px);
  font-weight: 900;
  color: var(--color-blue);
  line-height: 1.4;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 0px 2px 0 #fff, 0px -2px 0 #fff, 2px 0px 0 #fff, -2px 0px 0 #fff;
}
.symptoms .arrow-area .arrow-content .drops {
  position: relative;
  width: clamp(70px, 15vw, 160px);
  height: clamp(100px, 15vw, 180px);
}
.symptoms .arrow-area .arrow-content .drops .drop {
  position: absolute;
}
.symptoms .arrow-area .arrow-content .drops .drop path {
  stroke: none !important;
  stroke-width: 0;
}
.symptoms .arrow-area .arrow-content .drops-left .drop-s {
  top: 0;
  right: 20%;
  width: clamp(15px, 3.5vw, 25px);
}
.symptoms .arrow-area .arrow-content .drops-left .drop-m {
  top: 60%;
  left: 0;
  width: clamp(22px, 5vw, 35px);
}
.symptoms .arrow-area .arrow-content .drops-left .drop-l {
  bottom: 0;
  right: 0;
  width: clamp(30px, 7vw, 50px);
}
.symptoms .arrow-area .arrow-content .drops-right .drop-s {
  top: 0;
  left: 20%;
  width: clamp(15px, 3.5vw, 25px);
}
.symptoms .arrow-area .arrow-content .drops-right .drop-l {
  bottom: 0;
  left: 0;
  width: clamp(30px, 7vw, 50px);
}
.symptoms .arrow-area .arrow-content .drops-right .drop-m {
  top: 60%;
  right: 0;
  width: clamp(22px, 5vw, 35px);
}
.symptoms .flex03 {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 4vw, 40px);
  margin: 0 clamp(15px, 4vw, 40px) clamp(50px, 8vw, 80px);
}
@media screen and (min-width: 768px) {
  .symptoms .flex03 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.symptoms .flex03 .case {
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
}
.symptoms .flex03 .case p {
  background-color: var(--color-blue);
  color: #fff;
  padding: clamp(15px, 3vw, 20px);
  margin: 0;
  flex-grow: 1;
}
.symptoms .flex03 .case p .en {
  display: block;
  font-family: var(--ff-en);
  font-size: clamp(15px, 3.5vw, 18px);
  font-weight: 700;
  margin-bottom: 5px;
}
.symptoms .flex03 .case p span:not(.en) {
  display: block;
  font-size: clamp(16px, 3.2vw, 20px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .symptoms .flex03 .case p span:not(.en) br {
    display: none;
  }
}
.symptoms .flex03 .case img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.symptoms .catch {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 3vw, 40px);
  flex-wrap: nowrap;
  background-color: var(--color-darkblue);
  padding: clamp(20px, 4vw, 40px) 0;
  margin: 0;
}
.symptoms .catch .left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(90px, 20vw, 140px);
  height: clamp(90px, 20vw, 140px);
  background-color: var(--color-accent);
  color: #fff;
  border-radius: 50%;
  font-size: clamp(18px, 4vw, 26px);
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  margin: 0;
  margin-left: -3em;
  flex-shrink: 0;
}
.symptoms .catch .right {
  margin: 0;
}
.symptoms .catch .right p {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  line-height: 1;
}
.symptoms .catch .right span {
  display: inline-block;
  font-size: clamp(16px, 4vw, 24px);
  font-weight: 900;
  color: var(--color-accent);
  line-height: 1.4;
  border-bottom: clamp(2px, 0.4vw, 5px) solid var(--color-blue);
}
@media screen and (min-width: 768px) {
  .symptoms .catch .right span {
    font-size: clamp(20px, 4.5vw, 36px);
  }
}

.reason {
  padding: clamp(40px, 8vw, 80px) 0;
  background-color: var(--color-gray-100);
}
.reason .box {
  background-color: #fff;
  border: clamp(3px, 0.8vw, 6px) solid var(--color-blue);
  border-radius: 0;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .reason .box {
    border: 10px solid var(--color-blue);
  }
}
.reason .inner-top {
  padding: clamp(30px, 6vw, 60px) clamp(15px, 4vw, 40px) clamp(30px, 6vw, 50px);
}
.reason .title {
  font-size: clamp(22px, 5.5vw, 36px);
  font-weight: 900;
  color: var(--color-text);
  margin-bottom: clamp(30px, 6vw, 60px);
  line-height: 1.4;
}
.reason .title::after {
  display: none;
}
.reason .caution {
  margin-bottom: clamp(30px, 6vw, 50px);
}
.reason .caution p {
  display: inline-block;
  font-size: clamp(14px, 3.7vw, 20px);
  font-weight: 700;
  color: var(--color-blue);
  line-height: 1.6;
  border-bottom: 2px solid var(--color-blue);
  padding-bottom: 4px;
  margin-bottom: clamp(15px, 4vw, 30px);
  position: relative;
}
.reason .caution p::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-blue);
}
@media screen and (min-width: 768px) {
  .reason .caution p {
    display: block;
    color: var(--color-text);
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: clamp(20px, 2.5vw, 30px);
    text-align: left;
    line-height: 1.5;
  }
  .reason .caution p::after {
    display: none;
  }
}
.reason .caution img {
  width: clamp(160px, 45vw, 280px);
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .reason .caution img {
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    width: clamp(220px, 38%, 340px);
    margin: 0;
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .reason .caution {
    position: relative;
    background: var(--color-info);
    border-radius: 20px;
    padding: 15px clamp(20px, 3vw, 40px) 15px clamp(230px, 40%, 360px);
    width: 100%;
    max-width: 1050px;
    margin: 0 auto clamp(40px, 6vw, 70px);
    display: flex;
    align-items: center;
    min-height: auto;
  }
}
.reason .subtitle {
  font-size: clamp(16px, 4vw, 26px);
  font-weight: 900;
  line-height: 1.8;
  color: var(--color-blue);
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reason .subtitle {
    font-size: clamp(22px, 3vw, 34px);
  }
}
.reason .subtitle span {
  background: linear-gradient(transparent 60%, var(--color-info) 60%);
  padding: 0;
}
.reason .arrow-bg {
  background-color: var(--color-blue);
  color: #fff;
  text-align: center;
  padding: clamp(20px, 5vw, 40px) clamp(15px, 4vw, 40px) clamp(50px, 8vw, 80px);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - clamp(30px, 6vw, 50px)), 50% 100%, 0 calc(100% - clamp(30px, 6vw, 50px)));
  margin-bottom: calc(-1 * clamp(30px, 6vw, 50px));
  position: relative;
  z-index: 1;
}
.reason .arrow-bg .arrow-text {
  font-size: clamp(20px, 5vw, 36px);
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
}
.reason .inner-bottom {
  padding: clamp(70px, 12vw, 100px) clamp(15px, 4vw, 40px) clamp(40px, 8vw, 80px);
}
.reason .focus-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(20px, 4vw, 30px);
}
.reason .focus-wrap .focus-lines {
  width: clamp(25px, 6vw, 50px);
  height: clamp(25px, 6vw, 50px);
  flex-shrink: 0;
  margin-right: 5px;
  transform: translateY(-5px);
}
.reason .focus-wrap .focus-lines svg {
  width: 100%;
  height: 100%;
}
.reason .focus-wrap h4 {
  font-size: clamp(20px, 5vw, 38px);
  font-weight: 900;
  color: var(--color-text);
  line-height: 1.4;
  text-align: left;
  margin: 0;
}
.reason .focus-wrap h4 span {
  color: var(--color-accent);
  font-size: clamp(28px, 6.5vw, 52px);
}
.reason .txt {
  font-size: clamp(14px, 3.5vw, 18px);
  font-weight: 700;
  line-height: 1.8;
  color: var(--color-text);
  text-align: center;
  margin-bottom: clamp(40px, 8vw, 70px);
}
@media screen and (min-width: 768px) {
  .reason .txt {
    text-align: left;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.reason .medal-box {
  background-color: #fefce0;
  border-radius: 10px;
  padding: clamp(20px, 5vw, 40px) clamp(10px, 3vw, 20px) clamp(20px, 5vw, 40px);
  position: relative;
  text-align: center;
  width: 88%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .reason .medal-box {
    width: 85%;
    max-width: 850px;
    margin: 0 auto;
    padding: clamp(30px, 4vw, 50px) 15px;
  }
}
.reason .medal-box .medal-img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-55%, -30%);
  width: clamp(80px, 16vw, 180px);
  height: auto;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .reason .medal-box .medal-img {
    top: 50%;
    transform: translate(-30%, -50%);
    width: clamp(150px, 16vw, 220px);
  }
}
.reason .medal-box .medal-text {
  position: relative;
  z-index: 1;
  padding-left: clamp(20px, 5vw, 60px);
}
@media screen and (min-width: 768px) {
  .reason .medal-box .medal-text {
    padding-left: clamp(80px, 15vw, 180px);
  }
}
.reason .medal-box .medal-text h5 {
  font-size: clamp(16px, 3.5vw, 32px);
  font-weight: 900;
  color: var(--color-blue);
  margin-bottom: clamp(10px, 3vw, 20px);
  line-height: 1.4;
  letter-spacing: 0;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 0px 3px 0 #fff, 0px -3px 0 #fff, 3px 0px 0 #fff, -3px 0px 0 #fff, 0px 0px 5px rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 1280px) {
  .reason .medal-box .medal-text h5 {
    font-size: 45px;
  }
}
.reason .medal-box .medal-text p {
  font-size: clamp(12px, 3vw, 18px);
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.6;
  margin: 0;
}
@media screen and (min-width: 1280px) {
  .reason .medal-box .medal-text p {
    font-size: 20px;
  }
}
.reason .disp-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .reason .disp-sp {
    display: none;
  }
}

.cta-type02 {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  position: relative;
  background-color: var(--color-blue);
  padding: clamp(40px, 8vw, 60px) 0 30px;
  margin-top: clamp(40px, 8vw, 60px);
}
.cta-type02::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #fff;
  pointer-events: none;
  z-index: 1;
}
.cta-type02 .box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .cta-type02 .box-content {
    max-width: 960px;
  }
}
.cta-type02 .img {
  width: 90%;
  max-width: 450px;
  height: auto;
  display: block;
  margin-top: clamp(-80px, -18vw, -130px);
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .cta-type02 .img {
    max-width: 640px;
  }
}
.cta-type02 .tel {
  display: block;
  width: 100%;
  background-color: var(--color-accent);
  border-radius: 12px;
  padding: clamp(15px, 3.5vw, 20px);
  text-align: center;
  text-decoration: none;
  margin-bottom: clamp(10px, 2vw, 15px);
  transition: var(--transition-base);
}
@media (any-hover: hover) {
  .cta-type02 .tel:hover {
    transform: translateY(1px);
    filter: brightness(1.1);
  }
}
.cta-type02 .tel .txt01 {
  color: #fff;
  font-size: clamp(13px, 3.5vw, 16px);
  margin-bottom: 5px;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .cta-type02 .tel .txt01 {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .cta-type02 .tel .txt01 span {
    display: none;
  }
}
.cta-type02 .tel .num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #fff;
  font-size: clamp(30px, 8vw, 48px);
  font-weight: 900;
  font-family: var(--ff-en);
  line-height: 1.1;
  margin-bottom: 10px;
}
@media screen and (min-width: 1280px) {
  .cta-type02 .tel .num {
    font-size: 80px;
  }
}
.cta-type02 .tel .num svg {
  width: clamp(24px, 6vw, 36px);
  height: auto;
}
@media screen and (min-width: 1280px) {
  .cta-type02 .tel .num svg {
    width: 1em;
  }
}
.cta-type02 .tel .txt02 {
  background-color: #fff;
  color: var(--color-accent);
  font-size: clamp(12px, 3vw, 15px);
  font-weight: 700;
  padding: 4px 0;
  width: 96%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cta-type02 .tel .txt02 {
    font-size: 21px;
  }
}
.cta-type02 .mail {
  width: 100%;
  display: block;
  transition: var(--transition-base);
}
@media (any-hover: hover) {
  .cta-type02 .mail:hover {
    transform: translateY(1px);
    filter: brightness(1.1);
  }
}
.cta-type02 .mail img {
  width: 100%;
  height: auto;
  display: block;
}

.point {
  width: 100%;
  padding: clamp(60px, 10vw, 100px) 0 clamp(40px, 8vw, 60px);
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 1080' preserveAspectRatio='xMidYMid slice'%3E%3Cg transform='rotate(-45 960 540)'%3E%3Crect x='200' y='0' width='100' height='400' rx='50' fill='%23d50033' opacity='0.08' /%3E%3Crect x='600' y='300' width='120' height='600' rx='60' fill='%23d50033' opacity='0.08' /%3E%3Crect x='1100' y='-100' width='150' height='500' rx='75' fill='%23d50033' opacity='0.08' /%3E%3Crect x='1500' y='500' width='100' height='400' rx='50' fill='%23d50033' opacity='0.08' /%3E%3Crect x='-100' y='600' width='120' height='500' rx='60' fill='%23d50033' opacity='0.08' /%3E%3Crect x='800' y='800' width='100' height='400' rx='50' fill='%23d50033' opacity='0.08' /%3E%3Crect x='400' y='100' width='120' height='500' rx='60' fill='%23ffcc00' opacity='0.25' /%3E%3Crect x='850' y='-200' width='100' height='400' rx='50' fill='%23ffcc00' opacity='0.25' /%3E%3Crect x='1300' y='300' width='140' height='600' rx='70' fill='%23ffcc00' opacity='0.25' /%3E%3Crect x='200' y='700' width='100' height='400' rx='50' fill='%23ffcc00' opacity='0.25' /%3E%3Crect x='1700' y='100' width='120' height='500' rx='60' fill='%23ffcc00' opacity='0.25' /%3E%3Crect x='1100' y='800' width='120' height='500' rx='60' fill='%23ffcc00' opacity='0.25' /%3E%3C/g%3E%3C/svg%3E") no-repeat center top/contain;
}
.point .box {
  width: 100%;
}
.point .title {
  text-align: center;
  font-size: clamp(26px, 6vw, 42px);
  font-weight: 900;
  color: var(--color-blue);
  line-height: 1.4;
  margin-bottom: clamp(40px, 8vw, 60px);
  letter-spacing: 0.05em;
}
.point .title::after {
  display: none;
}
.point .point-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(50px, 10vw, 70px) clamp(20px, 4vw, 30px);
  padding-top: clamp(30px, 5vw, 40px);
}
@media screen and (min-width: 768px) {
  .point .point-list {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(60px, 8vw, 80px) clamp(30px, 4vw, 40px);
  }
}
.point .point-list .item {
  background-color: #fff;
  border: 2px solid;
  border-radius: 12px;
  padding: 0 clamp(15px, 4vw, 25px) clamp(20px, 4vw, 30px);
  display: flex;
  flex-direction: column;
}
.point .point-list .item:nth-child(1) {
  border-color: var(--color-blue);
}
.point .point-list .item:nth-child(1) .midashi .left {
  background-color: var(--color-blue);
  color: #fff;
}
.point .point-list .item:nth-child(1) .midashi .right h3 {
  color: var(--color-blue);
}
.point .point-list .item:nth-child(2) {
  border-color: var(--color-accent);
}
.point .point-list .item:nth-child(2) .midashi .left {
  background-color: var(--color-accent);
  color: #fff;
}
.point .point-list .item:nth-child(2) .midashi .right h3 {
  color: var(--color-accent);
}
.point .point-list .item:nth-child(3) {
  border-color: var(--color-info);
}
.point .point-list .item:nth-child(3) .midashi .left {
  background-color: var(--color-info);
  color: var(--color-text);
}
.point .point-list .item:nth-child(3) .midashi .right h3 {
  color: var(--color-text);
}
.point .point-list .item:nth-child(4) {
  border-color: var(--color-primary);
}
.point .point-list .item:nth-child(4) .midashi .left {
  background-color: var(--color-primary);
  color: #fff;
}
.point .point-list .item:nth-child(4) .midashi .right h3 {
  color: var(--color-primary);
}
.point .point-list .item > img {
  width: 92%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: clamp(-25px, -5vw, -40px) auto 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.point .point-list .item .midashi {
  display: flex;
  align-items: center;
  gap: clamp(10px, 3vw, 20px);
  margin: clamp(15px, 4vw, 20px) 0;
  padding-bottom: clamp(15px, 4vw, 20px);
  border-bottom: 1px solid var(--color-border);
}
.point .point-list .item .midashi .left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: clamp(60px, 15vw, 80px);
  height: clamp(60px, 15vw, 80px);
  border-radius: 50%;
  flex-shrink: 0;
}
.point .point-list .item .midashi .left span:not(.num) {
  font-size: clamp(10px, 2.5vw, 13px);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}
.point .point-list .item .midashi .left .num {
  font-size: clamp(24px, 7vw, 36px);
  font-weight: 900;
  font-family: var(--ff-en);
  line-height: 1;
}
.point .point-list .item .midashi .right p {
  font-size: clamp(13px, 3vw, 16px);
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 5px;
  line-height: 1.4;
}
@media screen and (min-width: 1280px) {
  .point .point-list .item .midashi .right p {
    font-size: 20px;
  }
}
.point .point-list .item .midashi .right h3 {
  font-size: clamp(22px, 5vw, 28px);
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}
@media screen and (min-width: 1280px) {
  .point .point-list .item .midashi .right h3 {
    font-size: 36px;
  }
}
.point .point-list .item .txt {
  font-size: clamp(14px, 3.5vw, 16px);
  font-weight: 500;
  line-height: 1.6;
  color: var(--color-text);
  margin: 0;
}

.important {
  padding: clamp(40px, 8vw, 80px) 0;
}
.important .box {
  text-align: center;
  border: clamp(3px, 0.6vw, 6px) solid var(--color-blue);
  border-radius: clamp(12px, 3vw, 24px);
  background-color: #eaf4f9;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.important .box .txt01 {
  font-size: clamp(13px, 3.9vw, 32px);
  font-weight: 900;
  line-height: 1.6;
  color: var(--color-text);
  padding: clamp(30px, 6vw, 60px) 15px clamp(20px, 4vw, 40px);
  margin: 0;
}
@media screen and (min-width: 768px) {
  .important .box .txt01 {
    font-size: clamp(18px, 4vw, 32px);
  }
}
.important .box .txt01 span {
  font-size: 1.2em;
  color: var(--color-accent);
  display: inline-block;
  text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, 0 0 calc(2px / 2) rgba(255, 255, 255, 0.5);
}
.important .box > img {
  width: 100%;
  max-width: clamp(300px, 60vw, 700px);
  height: auto;
  margin: 0 auto;
  display: block;
  -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 70%);
  mask-image: radial-gradient(ellipse at center, black 40%, transparent 70%);
}
.important .box .txt02 {
  font-size: clamp(20px, 4vw, 36px);
  font-weight: 900;
  color: var(--color-text);
  margin: clamp(20px, 5vw, 40px) 0 clamp(10px, 3vw, 15px);
}
.important .box .txt03 {
  font-size: clamp(17px, 4.6vw, 44px);
  font-weight: 900;
  color: var(--color-blue);
  line-height: 1.6;
  margin: 0 0 clamp(40px, 8vw, 80px);
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .important .box .txt03 {
    font-size: clamp(22px, 5vw, 44px);
  }
}
.important .box .txt03 span {
  display: inline;
  background: linear-gradient(transparent 70%, var(--color-info) 0%);
  padding: 0 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.important .box .flex {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 4vw, 30px);
  padding: clamp(40px, 8vw, 80px) clamp(15px, 4vw, 40px) 0;
  z-index: 2;
}
.important .box .flex::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 100%;
  background-color: var(--color-info);
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .important .box .flex::before {
    width: 120%;
  }
}
@media screen and (min-width: 768px) {
  .important .box .flex {
    flex-direction: row;
    text-align: left;
    padding: clamp(60px, 8vw, 100px) clamp(30px, 5vw, 50px) 0;
  }
}
.important .box .flex p {
  font-size: clamp(14px, 2.5vw, 24px);
  font-weight: 900;
  line-height: 1.8;
  color: var(--color-text);
  text-align: left;
  margin: 0;
  padding-bottom: clamp(20px, 4vw, 40px);
}
@media screen and (min-width: 768px) {
  .important .box .flex p {
    padding-bottom: clamp(30px, 5vw, 50px);
  }
}
.important .box .flex img {
  width: clamp(160px, 30vw, 350px);
  height: auto;
  display: block;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .important .box .flex img {
    width: clamp(150px, 22vw, 170px);
  }
}
@media screen and (min-width: 1280px) {
  .important .box .flex img {
    width: clamp(160px, 30vw, 350px);
  }
}

.use_flow {
  background-color: #fefce0;
  padding: clamp(50px, 8vw, 80px) 0;
}
.use_flow .title-area {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(50px, 10vw, 80px);
}
.use_flow .title-area .title {
  background-color: #fff;
  color: var(--color-primary);
  padding: clamp(15px, 3vw, 25px) clamp(20px, 5vw, 60px);
  font-size: clamp(20px, 5vw, 36px);
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.use_flow .title-area .title::after {
  display: none;
}
.use_flow .content-area {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(50px, 10vw, 30px);
}
@media screen and (min-width: 768px) {
  .use_flow .content-area {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(15px, 2vw, 30px);
  }
}
.use_flow .step-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.use_flow .step-card .badge-free {
  position: absolute;
  top: clamp(-45px, -8vw, -60px);
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-accent);
  color: #fff;
  font-size: clamp(12px, 3vw, 16px);
  font-weight: 900;
  padding: clamp(6px, 1.5vw, 10px) clamp(15px, 3vw, 25px);
  border-radius: 100vmax;
  white-space: nowrap;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .use_flow .step-card .badge-free {
    top: clamp(-55px, -9vw, -70px);
  }
}
.use_flow .step-card .badge-free::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 8px solid var(--color-accent);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.use_flow .step-card .step-label {
  font-size: clamp(22px, 5vw, 30px);
  font-weight: 900;
  font-family: var(--ff-en);
  color: var(--color-accent);
  margin-bottom: clamp(10px, 2vw, 15px);
  line-height: 1;
}
.use_flow .step-card .card-inner {
  width: 100%;
  background-color: #fff;
  border: clamp(3px, 0.6vw, 4px) solid var(--color-primary);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.use_flow .step-card .card-head {
  background-color: var(--color-primary);
  color: #fff;
  font-size: clamp(18px, 4vw, 24px);
  font-weight: 900;
  text-align: center;
  padding: clamp(15px, 3vw, 25px) clamp(10px, 2vw, 15px);
  line-height: 1.4;
  min-height: clamp(70px, 12vw, 100px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .use_flow .step-card .card-head {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .use_flow .step-card .card-head {
    font-size: clamp(18px, 4vw, 24px);
  }
}
.use_flow .step-card .card-img {
  padding: clamp(20px, 4vw, 40px);
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.use_flow .step-card .card-img img {
  width: 100%;
  max-width: 160px;
  height: auto;
  display: block;
}
.use_flow .step-card .card-txt {
  text-align: center;
  font-size: clamp(16px, 3.8vw, 20px);
  font-weight: 900;
  line-height: 1.6;
  color: var(--color-text);
  padding: 0 clamp(10px, 2vw, 20px) clamp(25px, 5vw, 40px);
  margin: 0;
}
@media screen and (min-width: 768px) {
  .use_flow .step-card .card-txt {
    font-size: 15px;
    padding: 0 6px 10px;
  }
}
@media screen and (min-width: 1280px) {
  .use_flow .step-card .card-txt {
    font-size: clamp(16px, 3.8vw, 20px);
  }
}
.use_flow .step-card .card-txt .red {
  color: var(--color-accent);
}

.kaihi {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding: 0;
  background-color: #fefce0;
}
.kaihi .box {
  background-color: #eaf4f9;
  border: clamp(6px, 1.5vw, 12px) solid #fff;
  padding: clamp(30px, 6vw, 60px) clamp(15px, 4vw, 40px);
  text-align: center;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.kaihi .title {
  font-size: clamp(22px, 5vw, 40px);
  font-weight: 900;
  color: #fff;
  line-height: 1.5;
  margin-bottom: clamp(25px, 5vw, 40px);
  -webkit-text-stroke: 6px var(--color-blue);
  text-stroke: 6px var(--color-blue); /* 将来の標準プロパティ対応 */
  paint-order: stroke fill;
  /* 親要素や前後の要素との重なりを防ぐための保険的指定 */
  z-index: 1;
  text-shadow: 0 0 15px rgba(28, 68, 115, 0.3);
}
.kaihi .simple {
  font-size: clamp(16px, 4vw, 24px);
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: clamp(15px, 3vw, 25px);
  line-height: 1.5;
}
.kaihi .check-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(15px, 3vw, 20px);
  margin-bottom: clamp(15px, 3vw, 25px);
}
.kaihi .check-item {
  background-color: #fff;
  width: 100%;
  max-width: 500px;
  padding: clamp(12px, 3vw, 20px) clamp(20px, 4vw, 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2vw, 20px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.kaihi .check-item .check-mark {
  width: clamp(24px, 5vw, 32px);
  height: clamp(24px, 5vw, 32px);
  color: var(--color-accent);
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
}
.kaihi .check-item .check-mark polyline {
  fill: none;
}
.kaihi .check-item .check-text {
  font-size: clamp(18px, 4.5vw, 28px);
  font-weight: 900;
  color: var(--color-text);
  line-height: 1.2;
}
@media screen and (min-width: 1280px) {
  .kaihi .check-item .check-text {
    font-size: 32px;
  }
}

.area {
  padding: clamp(50px, 8vw, 80px) 0;
  background-color: #fff;
}
.area .box {
  background-color: #fefce0;
  border: clamp(3px, 0.6vw, 4px) solid var(--color-primary);
  border-radius: 12px;
  padding: 0;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
.area .title {
  background-color: var(--color-primary);
  color: #fff;
  font-size: clamp(24px, 5vw, 36px);
  font-weight: 900;
  margin-bottom: 0;
  padding: clamp(15px, 3vw, 20px) 10px;
  letter-spacing: 0.05em;
}
.area .title::after {
  display: none;
}
.area .txt {
  font-size: clamp(16px, 3.8vw, 24px);
  font-weight: 900;
  line-height: 1.8;
  color: var(--color-text);
  margin: 0;
  padding: clamp(30px, 6vw, 50px) clamp(20px, 4vw, 40px);
}

.faq {
  padding: clamp(50px, 8vw, 80px) 0;
  background-color: #fff;
}
.faq .title {
  text-align: center;
  font-size: clamp(24px, 5vw, 36px);
  font-weight: 900;
  color: var(--color-primary);
  margin-bottom: clamp(30px, 6vw, 50px);
  letter-spacing: 0.05em;
}
.faq .title::after {
  display: none;
}
.faq .dl-box {
  max-width: 990px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.faq .dl-box .faq-item {
  background-color: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  overflow: hidden;
  margin: 0;
}
.faq .dl-box .faq-item .faq-q {
  background-color: var(--color-primary);
  color: #fff;
  padding: clamp(15px, 3vw, 20px);
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: clamp(15px, 3.8vw, 20px);
  font-weight: 700;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 1280px) {
  .faq .dl-box .faq-item .faq-q {
    font-size: 24px;
  }
}
.faq .dl-box .faq-item .faq-q .q-icon {
  font-family: var(--ff-en);
  font-size: clamp(18px, 4.5vw, 26px);
  font-weight: 900;
  margin-right: 15px;
  line-height: 1;
}
.faq .dl-box .faq-item .faq-q .q-text {
  flex-grow: 1;
  line-height: 1.4;
}
.faq .dl-box .faq-item .faq-q .btn {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-left: 10px;
}
.faq .dl-box .faq-item .faq-q .btn::before, .faq .dl-box .faq-item .faq-q .btn::after {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: transform 0.3s ease;
}
.faq .dl-box .faq-item .faq-q .btn::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.faq .dl-box .faq-item .faq-q .btn::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
.faq .dl-box .faq-item .faq-a-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease, border-top-width 0.3s ease;
  border-top: 0px solid var(--color-border);
}
.faq .dl-box .faq-item .faq-a-wrap .faq-a {
  overflow: hidden;
  background-color: #fff;
  color: var(--color-text);
  padding: 0 clamp(15px, 3vw, 20px);
  font-size: clamp(14px, 3.5vw, 18px);
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
  display: flex;
  align-items: flex-start;
  transition: padding 0.3s ease;
}
@media screen and (min-width: 1280px) {
  .faq .dl-box .faq-item .faq-a-wrap .faq-a {
    font-size: 21px;
  }
}
.faq .dl-box .faq-item .faq-a-wrap .faq-a .a-icon {
  font-family: var(--ff-en);
  font-size: clamp(18px, 4.5vw, 26px);
  font-weight: 900;
  color: var(--color-accent);
  margin-right: 15px;
  line-height: 1.3;
}
.faq .dl-box .faq-item .faq-a-wrap .faq-a .a-text {
  flex-grow: 1;
}
.faq .dl-box .faq-item:not(.is-open) .faq-q .btn::after {
  transform: translateX(-50%) scaleY(1);
}
.faq .dl-box .faq-item.is-open .faq-q .btn::after {
  transform: translateX(-50%) scaleY(0);
}
.faq .dl-box .faq-item.is-open .faq-a-wrap {
  grid-template-rows: 1fr;
  border-top: 1px solid var(--color-border);
}
.faq .dl-box .faq-item.is-open .faq-a-wrap .faq-a {
  padding: clamp(20px, 4vw, 30px) clamp(15px, 3vw, 20px);
}

/* ============================================
// #contact (お問い合わせ)
// ============================================ */
.contact {
  background-color: rgb(164.9300699301, 196.2587412587, 233.0699300699);
  padding: clamp(50px, 8vw, 90px) 0;
}
.contact .title {
  text-align: center;
  margin-bottom: clamp(30px, 6vw, 50px);
  color: #fff;
}
.contact .title .badge-free {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(60px, 12vw, 80px);
  height: clamp(60px, 12vw, 80px);
  background-color: var(--color-accent);
  color: #fff;
  font-size: clamp(16px, 4vw, 22px);
  font-weight: 900;
  border-radius: 50%;
  margin-bottom: 15px;
  box-shadow: var(--shadow-sm);
}
.contact .title h2 {
  font-size: clamp(24px, 5.5vw, 42px);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.contact .title h2 span {
  color: #fff;
}
.contact .contact-cta {
  background-color: #fff;
  border-radius: 12px;
  padding: clamp(25px, 5vw, 40px) clamp(20px, 4vw, 30px);
  text-align: center;
  max-width: 800px;
  margin: 0 auto clamp(40px, 8vw, 60px);
  box-shadow: var(--shadow-md);
  position: relative;
}
.contact .contact-cta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 90%;
  width: 70px;
  height: 70px;
  transform: translate(-50%);
  background: url(../images/contact-cta-char.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .contact .contact-cta::after {
    width: 130px;
    height: 130px;
    left: 93%;
  }
}
@media screen and (min-width: 1280px) {
  .contact .contact-cta::after {
    width: 160px;
    height: 160px;
    left: 90%;
  }
}
.contact .contact-cta .txt {
  margin-bottom: 10px;
}
.contact .contact-cta .txt .txt01 {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 700;
  color: var(--color-text);
}
.contact .contact-cta .txt .txt02 {
  font-size: clamp(18px, 4.5vw, 26px);
  font-weight: 900;
  color: var(--color-text);
}
.contact .contact-cta .tel {
  display: inline-block;
  text-decoration: none;
  margin: 10px 0;
  transition: var(--transition-base);
}
.contact .contact-cta .tel .tel-num {
  font-size: clamp(28px, 7.5vw, 52px);
  font-weight: 900;
  font-family: var(--ff-en);
  color: var(--color-accent);
  line-height: 1.1;
  letter-spacing: 0.05em;
  transition: var(--transition-base);
}
@media (any-hover: hover) {
  .contact .contact-cta .tel:hover {
    transform: translateY(1px);
  }
  .contact .contact-cta .tel:hover .tel-num {
    filter: brightness(1.2);
  }
}
.contact .contact-cta .txt03 {
  font-size: clamp(12px, 2.8vw, 16px);
  font-weight: 700;
  color: var(--color-text);
  margin-top: 5px;
}
.contact .contact-form {
  background-color: #fff;
  border-radius: 12px;
  padding: clamp(30px, 6vw, 60px) clamp(20px, 5vw, 50px);
  max-width: 800px;
  margin: 0 auto;
  box-shadow: var(--shadow-md);
}
.contact .contact-form .lp-form dl {
  display: flex;
  flex-direction: column;
  margin-bottom: clamp(20px, 4vw, 30px);
}
@media screen and (min-width: 768px) {
  .contact .contact-form .lp-form dl {
    flex-direction: row;
    align-items: center;
  }
}
.contact .contact-form .lp-form dl dt {
  width: 100%;
  font-weight: 900;
  font-size: clamp(15px, 3.8vw, 18px);
  color: var(--color-text);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .contact .contact-form .lp-form dl dt {
    font-size: 16px;
    width: 32%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .contact .contact-form .lp-form dl dt {
    font-size: clamp(15px, 3.8vw, 18px);
  }
}
.contact .contact-form .lp-form dl dt .required {
  background-color: var(--color-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  padding: 2px 8px;
  margin-left: 10px;
  border-radius: 4px;
  letter-spacing: 0.05em;
}
.contact .contact-form .lp-form dl dd {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .contact .contact-form .lp-form dl dd {
    width: 68%;
  }
}
.contact .contact-form .lp-form dl dd input[type=text],
.contact .contact-form .lp-form dl dd input[type=tel],
.contact .contact-form .lp-form dl dd input[type=email],
.contact .contact-form .lp-form dl dd textarea {
  width: 100%;
  padding: clamp(12px, 3vw, 16px);
  font-size: clamp(14px, 3.5vw, 16px);
  background-color: #f1f1f1;
  border: 1px solid transparent;
  border-radius: 8px;
  box-sizing: border-box;
  transition: var(--transition-base);
}
.contact .contact-form .lp-form dl dd input[type=text]:focus,
.contact .contact-form .lp-form dl dd input[type=tel]:focus,
.contact .contact-form .lp-form dl dd input[type=email]:focus,
.contact .contact-form .lp-form dl dd textarea:focus {
  background-color: #fff;
  border-color: var(--color-blue);
  outline: none;
}
.contact .contact-form .lp-form dl dd input[type=text]::-moz-placeholder, .contact .contact-form .lp-form dl dd input[type=tel]::-moz-placeholder, .contact .contact-form .lp-form dl dd input[type=email]::-moz-placeholder, .contact .contact-form .lp-form dl dd textarea::-moz-placeholder {
  color: var(--color-gray-500);
}
.contact .contact-form .lp-form dl dd input[type=text]::placeholder,
.contact .contact-form .lp-form dl dd input[type=tel]::placeholder,
.contact .contact-form .lp-form dl dd input[type=email]::placeholder,
.contact .contact-form .lp-form dl dd textarea::placeholder {
  color: var(--color-gray-500);
}
.contact .contact-form .lp-form dl dd textarea {
  resize: vertical;
  min-height: 120px;
}
.contact .contact-form .lp-form .privacy {
  text-align: center;
  margin: clamp(25px, 5vw, 40px) 0;
  font-size: clamp(13px, 3vw, 15px);
  font-weight: 700;
  color: var(--color-text);
}
.contact .contact-form .lp-form .privacy label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-right: 5px;
}
.contact .contact-form .lp-form .privacy label input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.contact .contact-form .lp-form .privacy a {
  color: var(--color-blue);
  text-decoration: underline;
  transition: var(--transition-base);
}
@media (any-hover: hover) {
  .contact .contact-form .lp-form .privacy a:hover {
    filter: brightness(1.2);
  }
}
.contact .contact-form .lp-form .submit {
  text-align: center;
}
.contact .contact-form .lp-form .submit input[type=submit] {
  display: inline-block;
  width: 100%;
  max-width: 480px;
  padding: clamp(16px, 4vw, 22px);
  font-size: clamp(16px, 4.5vw, 22px);
  font-weight: 900;
  color: #fff;
  background-color: var(--color-accent);
  border: none;
  border-radius: 100vmax;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-base);
}
@media (any-hover: hover) {
  .contact .contact-form .lp-form .submit input[type=submit]:hover {
    filter: brightness(1.1);
    transform: translateY(1px);
  }
}/*# sourceMappingURL=style.css.map */