@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: #3AAAEF;
  --color-secondary: #0056cc;
  --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: #f5f5f5;
  --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-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);
  --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 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);
  }
}
.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: #0056cc !important;
}

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

.border-secondary {
  border-color: #0056cc !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: #f5f5f5 !important;
}

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

.border-gray-100 {
  border-color: #f5f5f5 !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-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;
}

.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: #0056cc;
  border-color: #0056cc;
  color: white;
}
.btn-secondary:hover {
  filter: brightness(0.9);
  background-color: rgb(0, 64.5, 153);
  border-color: rgb(0, 64.5, 153);
}
.btn-secondary:active {
  filter: brightness(0.85);
  background-color: rgb(0, 53.75, 127.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);
}

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

.parallax {
  overflow: hidden;
}
.parallax img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(15%);
  will-change: transform;
}

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

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

.top #mv {
  position: relative;
  min-height: 50vh;
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top #mv {
    min-height: unset;
  }
}
.top #mv .hero {
  width: 100%;
  height: auto;
  min-height: 480px;
  padding: 0;
  overflow: visible;
  position: relative;
  z-index: 50;
  background: url(../images/top_mv_bg_sp.webp) center -20px no-repeat;
  background-size: 110% auto;
}
@media screen and (min-width: 768px) {
  .top #mv .hero {
    background-image: url(../images/top_mv_bg_pc.webp);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
  }
}
.top #mv .hero .hero-main {
  margin-inline: auto;
  padding: 45px 20px 20px;
  max-width: 1280px;
}
@media screen and (min-width: 768px) {
  .top #mv .hero .hero-main {
    padding-top: 75px;
  }
}
@media screen and (min-width: 1024px) {
  .top #mv .hero .hero-main {
    padding: 0 20px 20px;
  }
}
.top #mv .hero .hero-main .hero-catch {
  font-family: var(--ff-ttl);
  position: absolute;
  top: 0.5em;
  left: 7%;
  color: var(--color-primary);
  font-size: 4.8vw;
  font-weight: bold;
  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;
}
@media screen and (min-width: 768px) {
  .top #mv .hero .hero-main .hero-catch {
    font-size: 30px;
    top: 0.7em;
    left: 25px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top #mv .hero .hero-main .hero-catch {
    position: relative;
  }
}
.top {
  /* =========================================================
    Banner Section
  ========================================================= */
}
.top .banner {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding: var(--space-40) 20px;
  background-color: var(--color-primary);
}
.top .banner__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--space-16);
}
@media screen and (min-width: 768px) {
  .top .banner__inner {
    flex-direction: row;
    align-items: stretch;
  }
}
.top .banner__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: var(--space-24);
  border-radius: 1em;
  width: 100%;
  max-width: 600px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .top .banner__box {
    padding: 12px var(--space-24);
    flex: 1;
  }
}
.top .banner__box {
  /* 押せる感 */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
@media (any-hover: hover) {
  .top .banner__box:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  }
  .top .banner__box:hover::after {
    transform: translate(6px, -50%);
  }
}
.top .banner__box:active {
  transform: translateY(0);
}
.top .banner__box {
  /* ===============================
    primary（クリーム）
  =============================== */
}
.top .banner__box--primary {
  color: var(--color-secondary);
  background: linear-gradient(155deg, var(--color-ylw) 0%, #fff8cc 60%, #ffffff 100%);
  border: 1px solid var(--color-ylw);
}
.top .banner__box--primary .text-reason {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  background-color: var(--color-accent);
  color: #fff;
  padding: 0.2em 0.9em;
  border-radius: 100vmax;
  margin-top: 0.4em;
  line-height: 1.4;
  font-weight: 700;
}
.top .banner__box--primary .text-reason .icon-arrow {
  width: 1.2em;
  height: 1.2em;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  position: relative;
  right: -0.5em;
}
.top .banner__box--primary .text-reason .icon-arrow::before {
  content: "▲";
  display: block;
  line-height: 1;
  font-size: 0.42em;
  color: rgb(255, 139.1834061135, 77);
  text-shadow: none;
  transform: rotate(90deg) translateY(-0.18em);
}
.top .banner__box {
  /* ===============================
    secondary（青）
  =============================== */
}
.top .banner__box--secondary {
  color: #fff;
  background: linear-gradient(155deg, rgb(0, 53.75, 127.5) 0%, var(--color-secondary) 100%);
  border: none;
  /* アロー */
}
.top .banner__box--secondary::after {
  content: "▶";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8rem;
  opacity: 0.7;
  transition: transform 0.3s;
}
@media screen and (min-width: 1024px) {
  .top .banner__box--secondary::after {
    font-size: 1.2em;
  }
}
.top .banner__text {
  font-weight: 700;
  line-height: 1.1;
  font-family: var(--ff-ttl);
  font-size: var(--font-size-xl);
  margin-bottom: 0;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .top .banner__text {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .top .banner__text {
    font-size: 28px;
  }
}
.top .banner {
  /* テキスト装飾 */
}
.top .banner .text-accent {
  color: var(--color-red1);
  font-size: 1.8em;
  letter-spacing: 0;
}
.top .banner .text-highlight {
  color: var(--color-red1);
  font-size: 1.6em;
  letter-spacing: 0;
}
.top .banner .text-highlight2 {
  color: var(--color-ylw);
  font-size: 1.6em;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top .banner__text {
    font-size: var(--font-size-lg);
  }
  .top .banner__box {
    padding: var(--space-16);
  }
  .top .banner__box::after {
    font-size: 1em;
    right: 14px;
  }
}
.top {
  /* =========================================================
    Renovation Section
  ========================================================= */
}
.top .renovation {
  background: url(../images/top-renovation-bg_sp.webp) center top no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .top .renovation {
    background: url(../images/top-renovation-bg_pc.webp) center top no-repeat;
    background-size: cover;
  }
}
.top .renovation .container {
  padding-bottom: 60px;
}
.top .renovation__head {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, var(--color-accent), var(--color-ylw));
  color: #fff;
  text-align: center;
  padding: 24px 20px;
  margin-bottom: var(--space-40);
}
.top .renovation {
  /* ===============================
    左上：はっきり円
  =============================== */
}
.top .renovation__head::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  top: -100px;
  left: -100px;
  border-radius: 50%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.15);
}
.top .renovation {
  /* ===============================
    右下：アクセント円
  =============================== */
}
.top .renovation__head::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  bottom: -70px;
  right: -140px;
  border-radius: 50%;
  z-index: 1;
  background: rgba(255, 0, 0, 0.2);
}
.top .renovation__ttl, .top .renovation__sub {
  position: relative;
  z-index: 2;
  text-shadow: 2px 2px 0 var(--color-red1);
}
.top .renovation {
  /* ===============================
    カード（3列2行）
  =============================== */
}
.top .renovation__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-16);
  margin-bottom: var(--space-40);
}
@media screen and (min-width: 768px) {
  .top .renovation__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.top .renovation__list li {
  position: relative;
  border-radius: var(--border-radius);
  background-color: var(--color-secondary);
  color: #fff;
  font-weight: 700;
  font-size: var(--font-size-md);
  font-family: var(--ff-ttl);
  line-height: 1.4;
  min-height: 90px;
}
@media screen and (min-width: 768px) {
  .top .renovation__list li {
    min-height: 110px;
  }
}
.top .renovation__list li::after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 20px solid rgb(244.8, 228.48, 0);
  border-left: 20px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .top .renovation__list li::after {
    border-bottom: 32px solid rgb(244.8, 228.48, 0);
    border-left: 32px solid transparent;
  }
}
@media (any-hover: hover) {
  .top .renovation__list li:hover {
    filter: brightness(120%) saturate(120%);
  }
}
.top .renovation__list li:active {
  filter: brightness(120%) saturate(120%);
}
.top .renovation__list li > a {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 10px;
  height: 100%;
  color: #fff;
  text-decoration: none;
  position: relative;
  /*円デザイン①（左上）*/
}
.top .renovation__list li > a::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  top: -40px;
  left: -20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  z-index: 0;
}
.top .renovation__list li > a {
  /* 円デザイン②（右下） */
}
.top .renovation__list li > a::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  bottom: -40px;
  right: -20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 0;
}
.top .renovation__list li {
  /* テキストを前面に */
}
.top .renovation__list li * {
  position: relative;
  z-index: 1;
}
.top .renovation {
  /* ===============================
    下部コンテンツ
  =============================== */
}
.top .renovation__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--space-24);
}
@media screen and (min-width: 768px) {
  .top .renovation__content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.top .renovation__image {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin-inline: auto;
}
.top .renovation__image::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate(6px, 6px);
  background: rgba(58, 170, 239, 0.7);
  border-radius: var(--border-radius);
  z-index: 0;
}
.top .renovation__image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
.top .renovation__text {
  color: #000;
  font-family: var(--ff-ttl);
  font-style: normal;
  font-size: var(--font-size-md);
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 3px 0 #fff, 3px 0 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0 0 calc(3px / 2) rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .top .renovation__text {
    text-align: left;
    max-width: 500px;
    letter-spacing: 1px;
  }
}
.top .renovation__text em {
  font-style: normal;
  font-weight: 700;
}
.top .renovation__text strong {
  font-weight: 700;
  color: var(--color-accent);
}
.top .renovation .u-lg {
  font-size: 1.2em;
  font-weight: 700;
}
.top .renovation .u-xl {
  font-size: 1.5em;
  font-weight: 700;
}
.top {
  /* =========================================================
    contact section
  ========================================================= */
}
.top .contact {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  text-align: center;
  color: #fff;
  background: url(../images/top-contact-bg_sp.webp) center top no-repeat;
  background-size: cover;
  min-height: 60vh;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top .contact {
    background: url(../images/top-contact-bg_pc.webp) center top no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1024px) {
  .top .contact {
    min-height: 600px;
  }
}
.top .contact::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  top: -120px;
  left: -120px;
  border-radius: 50%;
  background: rgba(58, 170, 239, 0.25);
  z-index: 1;
}
.top .contact::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  bottom: -80px;
  right: -80px;
  border-radius: 50%;
  background: rgba(58, 170, 239, 0.3);
  z-index: 1;
}
.top .contact .container {
  padding: 20px 20px 40px;
  z-index: 2;
}
.top .contact__ttl {
  background-color: var(--color-info);
  border-radius: 100vmax;
  padding: 10px 20px 10px 60px;
  font-family: var(--ff-ttl);
  font-size: var(--font-size-md);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
  color: var(--color-red1);
  text-shadow: 2px 2px 0 #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .contact__ttl {
    font-size: 30px;
    line-height: 1.2;
    padding: 10px 60px 15px 160px;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .top .contact__ttl {
    padding: 15px 40px 20px 100px;
  }
}
@media screen and (min-width: 1280px) {
  .top .contact__ttl {
    font-size: 45px;
    padding: 15px 80px 20px 110px;
  }
}
.top .contact__ttl span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25vw;
  height: 25vw;
  flex-shrink: 0;
  left: -1rem;
  top: -1rem;
}
@media screen and (min-width: 768px) {
  .top .contact__ttl span {
    left: 2rem;
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .top .contact__ttl span {
    top: -0.5em;
    left: -30px;
  }
}
@media screen and (min-width: 1280px) {
  .top .contact__ttl span {
    top: 0.2em;
  }
}
.top .contact__ttl span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .contact__lead {
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-ttl);
  font-size: var(--font-size-md);
  margin-bottom: 24px;
  text-shadow: 0 3px 0 #fff, 3px 0 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0 0 calc(3px / 2) rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .top .contact__lead {
    font-size: 24px;
    line-height: 1.2;
  }
  .top .contact__lead br {
    display: none;
  }
}
.top .contact__cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 20vh;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .top .contact__cta {
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .top .contact__cta {
    margin-top: 300px;
  }
}
.top .contact__tel {
  background: #fff;
  color: var(--color-primary);
  border-radius: 100vmax;
  padding: 5px 24px 15px;
  font-family: var(--ff-ttl);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 260px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .top .contact__tel {
    height: 76px;
  }
}
@media screen and (min-width: 1024px) {
  .top .contact__tel {
    width: 350px;
  }
}
.top .contact__tel .icon {
  position: relative;
  top: 0.5rem;
}
.top .contact__tel-num {
  font-size: clamp(20px, 4vw, 28px);
  font-weight: 700;
}
.top .contact__time {
  font-size: var(--font-size-xs);
  margin-top: 4px;
}
.top .contact__mail {
  margin-top: 0 !important;
}
.top .contact__mail a {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  .top .contact__mail a {
    height: 76px;
    line-height: 76px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top .contact__mail a {
    width: 350px;
  }
}
.top .contact__note {
  font-size: var(--font-size-md);
  font-weight: bold;
  text-shadow: 0 3px 0 #3AAAEF, 3px 0 0 #3AAAEF, 0 -3px 0 #3AAAEF, -3px 0 0 #3AAAEF, -3px -3px 0 #3AAAEF, 3px -3px 0 #3AAAEF, -3px 3px 0 #3AAAEF, 3px 3px 0 #3AAAEF, 0 0 calc(3px / 2) rgba(58, 170, 239, 0.5);
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .top .contact__note {
    font-size: var(--font-size-lg);
  }
}
.top {
  /* =========================================================
    reason section
  ========================================================= */
}
.top .top-reason {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: repeating-linear-gradient(45deg, rgba(255, 230, 0, 0.6) 0, rgba(255, 230, 0, 0.6) 2px, rgba(255, 255, 255, 0.6) 2px, rgba(255, 255, 255, 0.6) 4px);
}
.top .top-reason .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 60px;
  position: relative;
}
.top .top-reason .container .top-reason-illust {
  position: absolute;
  bottom: -50px;
  right: 0px;
}
@media screen and (min-width: 768px) {
  .top .top-reason .container .top-reason-illust {
    bottom: -20px;
  }
}
.top .top-reason__ttl {
  font-family: var(--ff-ttl);
  text-align: center;
  font-size: var(--font-size-lg);
  font-weight: 700;
  margin-bottom: var(--space-40);
}
.top .top-reason__ttl span {
  display: block;
  font-size: 1.2em;
  color: var(--color-red1);
}
@media screen and (min-width: 768px) {
  .top .top-reason__ttl {
    font-size: var(--font-size-xl);
  }
}
.top .top-reason__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-24);
  margin-bottom: var(--space-40);
}
@media screen and (min-width: 768px) {
  .top .top-reason__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.top .top-reason__item {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
.top .top-reason__item h3 {
  color: var(--color-accent);
  font-family: var(--ff-ttl);
  font-size: var(--font-size-lg);
  margin: 12px 0;
  background: linear-gradient(transparent 70%, var(--color-ylw) 0%);
  display: inline;
  padding: 0 1px 0px;
}
.top .top-reason__item p {
  font-size: var(--font-size-sm);
  line-height: 1.6;
  margin-top: 15px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top .top-reason__item p {
    font-size: var(--font-size-md);
  }
}
.top .top-reason__img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 10px;
}
.top .top-reason__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.top .top-reason__badge {
  position: absolute;
  top: -15px;
  left: -25px;
  background: var(--color-accent);
  color: var(--color-ylw);
  font-family: var(--ff-ttl);
  font-size: var(--font-size-xl);
  padding: 6px 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transform: rotate(-20deg);
}
@media screen and (min-width: 768px) {
  .top .top-reason__badge {
    font-size: 24px;
    top: -20px;
  }
}
.top .top-reason__points {
  display: flex;
  flex-direction: column;
  gap: var(--space-24);
  position: relative;
}
.top .top-reason__point {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .top .top-reason__point {
    max-height: 270px;
    flex-direction: row;
  }
}
.top .top-reason__point span {
  position: absolute;
  top: 5px;
  left: -10px;
  background: var(--color-secondary);
  color: var(--color-ylw);
  font-family: var(--ff-ttl);
  font-size: var(--font-size-xl);
  padding: 6px 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transform: rotate(-20deg);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .top .top-reason__point span {
    font-size: 24px;
    top: 3px;
    left: -10px;
  }
}
.top .top-reason__point-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  aspect-ratio: 4/3;
  background: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .top .top-reason__point-img {
    border-radius: 12px 0 0 12px;
    width: 40%;
  }
}
.top .top-reason__point-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .top-reason__point-txt {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .top .top-reason__point-txt {
    width: 60%;
  }
}
.top .top-reason__point-txt h4 {
  color: var(--color-primary);
  font-family: var(--ff-ttl);
  font-size: var(--font-size-lg);
  background: linear-gradient(transparent 70%, var(--color-ylw) 0%);
  display: inline;
  padding: 0 1px 0px;
}
.top .top-reason__point-txt p {
  font-size: var(--font-size-sm);
  line-height: 1.6;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .top .top-reason__point-txt p {
    font-size: var(--font-size-md);
  }
}
.top {
  /* =========================================================
  reason2 選ばれる理由
  ========================================================= */
}
.top .top-reason2 {
  z-index: 3;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  background-color: #dff2ff;
  background-image: repeating-linear-gradient(-45deg, rgba(173, 216, 230, 0.25) 0, rgba(173, 216, 230, 0.25) 2px, transparent 2px, transparent 4px), radial-gradient(circle at 10% 20%, rgba(173, 216, 230, 0.35) 0 80px, transparent 81px), radial-gradient(circle at 80% 15%, rgba(173, 216, 230, 0.3) 0 60px, transparent 61px), radial-gradient(circle at 30% 70%, rgba(173, 216, 230, 0.25) 0 100px, transparent 101px), radial-gradient(circle at 70% 80%, rgba(173, 216, 230, 0.3) 0 70px, transparent 71px), radial-gradient(circle at 50% 40%, rgba(173, 216, 230, 0.2) 0 50px, transparent 51px), radial-gradient(circle at 20% 50%, rgba(173, 216, 230, 0.25) 0 40px, transparent 41px), radial-gradient(circle at 90% 60%, rgba(173, 216, 230, 0.25) 0 90px, transparent 91px), radial-gradient(circle at 60% 10%, rgba(173, 216, 230, 0.2) 0 45px, transparent 46px), radial-gradient(circle at 40% 90%, rgba(173, 216, 230, 0.3) 0 80px, transparent 81px), radial-gradient(circle at 75% 35%, rgba(173, 216, 230, 0.2) 0 55px, transparent 56px), radial-gradient(circle at 50% 50%, rgba(173, 216, 230, 0.2) 0 45px, transparent 46px);
}
.top .top-reason2__head {
  text-align: center;
  margin-bottom: 40px;
}
.top .top-reason2__ttl {
  color: var(--color-secondary);
  font-family: var(--ff-ttl);
  font-size: var(--font-size-xl);
  margin-bottom: 10px;
}
.top .top-reason2__sub {
  font-family: var(--ff-ttl);
  font-size: var(--font-size-sm);
}
.top .top-reason2__ttl-img {
  max-width: 200px;
  margin: 0 auto 10px;
  display: block;
}
.top .top-reason2__box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .top .top-reason2__box {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .top .top-reason2 .cta-btn {
    margin-top: 150px;
  }
}
.top .top-reason2__left {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .top .top-reason2__left {
    width: 500px;
  }
}
.top .top-reason2__right {
  max-width: 576px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  z-index: 1;
  top: -35px;
  right: -25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .top .top-reason2__right {
    top: -35px;
    right: -160px;
  }
}
@media screen and (min-width: 1024px) {
  .top .top-reason2__right {
    position: absolute;
    width: 576px;
    top: 90px;
    right: -35px;
  }
}
@media screen and (min-width: 1280px) {
  .top .top-reason2__right {
    right: 35px;
  }
}
.top .top-reason2__right img {
  width: 100%;
}
.top .top-reason2__label {
  position: relative;
  display: inline-block;
  font-family: var(--ff-ttl);
  font-weight: 700;
  color: #fff;
  padding: 8px 45px 12px;
  margin-bottom: 16px;
  z-index: 1;
  background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
  border-radius: 999px;
}
.top .top-reason2__label::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-secondary), var(--color-primary));
  z-index: -1;
  opacity: 0.6;
}
.top .top-reason2__label em {
  color: var(--color-primary);
  font-style: normal;
  font-size: 1.6em;
  margin-left: 6px;
  color: #fff;
}
.top .top-reason2__card {
  background: rgba(255, 255, 255, 0.7);
  margin-top: -20px;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (min-width: 576px) {
  .top .top-reason2__card {
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .top .top-reason2__card {
    margin-top: -25px;
  }
}
@media screen and (min-width: 1024px) {
  .top .top-reason2__card {
    width: auto;
    padding: 30px;
  }
}
.top .top-reason2__card::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  top: -30px;
  right: -30px;
  border-radius: 50%;
  background: repeating-linear-gradient(45deg, rgba(173, 216, 230, 0.3) 0, rgba(173, 216, 230, 0.3) 2px, transparent 2px, transparent 6px);
}
.top .top-reason2__card p {
  margin-bottom: 0;
}
.top .top-reason2__topic {
  color: var(--color-secondary);
  font-family: var(--ff-ttl);
  font-size: var(--font-size-md);
  margin-bottom: 10px;
}
.top .top-reason2__topic + p {
  color: var(--color-secondary);
}
.top {
  /* =========================================================
    popular-menu
  ========================================================= */
}
.top .popular-menu {
  position: relative;
}
.top .popular-menu .container {
  background: #fdf6e9;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 100%;
  max-width: 100vw;
  z-index: 1;
}
.top .popular-menu .container + .container {
  background: #eaf6ff;
  position: relative;
  z-index: 0;
}
.top .popular-menu__head {
  position: relative;
  padding: 60px 20px 20px;
  z-index: 1;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.top .popular-menu__head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100vw;
  height: 50px;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: #fdf6e9;
  border-radius: 0 0 50% 50%/0 0 100% 100%;
  z-index: -1;
}
.top .popular-menu__head-img {
  position: relative;
  max-width: 420px;
  margin: 0 auto 24px;
}
.top .popular-menu__head-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  position: relative;
  z-index: 3;
}
.top .popular-menu__head-img::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate(-12px, -12px);
  background: var(--color-accent);
  border-radius: 16px;
  z-index: 1;
  opacity: 0.25;
}
.top .popular-menu__head-img::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate(12px, 12px);
  background: var(--color-secondary);
  border-radius: 16px;
  z-index: 2;
  opacity: 0.25;
}
.top .popular-menu__head-text {
  text-align: center;
  padding: 0 20px;
}
.top .popular-menu__lead {
  position: relative;
  display: inline-block;
  font-family: var(--ff-ttl);
  font-size: --font-size-sm;
  color: #fff;
  background: var(--color-accent);
  padding: 10px 16px;
  border-radius: 100vmax;
  margin-bottom: 16px;
  line-height: 1.4;
}
.top .popular-menu__lead::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--color-accent);
}
.top .popular-menu__ttl {
  font-family: var(--ff-ttl);
  font-size: var(--font-size-xl);
  color: var(--color-secondary);
  margin-bottom: 10px;
}
.top .popular-menu__ttl span {
  display: block;
  font-size: 0.6em;
}
.top .popular-menu__desc {
  font-weight: bold;
}
.top .popular-menu__list {
  margin-top: -20px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0 20px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 80px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .top .popular-menu__list {
    margin-inline: auto;
    max-width: 1000px;
  }
}
.top .popular-menu__item {
  width: calc(50% - 8px);
}
.top .popular-menu__item img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .top .popular-menu__item {
    width: calc(25% - 12px);
  }
}
.top .popular-menu__banner {
  padding: 0 20px 60px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 1024px) {
  .top .popular-menu__banner {
    margin-inline: auto;
    max-width: 1000px;
  }
}
.top .popular-menu__banner img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .top .popular-menu__head {
    padding: 80px 20px 40px;
    max-width: 800px;
    margin-inline: auto;
  }
  .top .popular-menu__head-img {
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .top .popular-menu__lead {
    font-size: var(--font-size-lg);
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    padding: 25px;
    position: relative;
    top: -120px;
    left: 25%;
    z-index: 4;
  }
  .top .popular-menu__lead::after {
    left: 100px;
    transform: none;
    bottom: -16px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid var(--color-accent);
  }
  .top .popular-menu__head-text {
    display: block;
    margin-top: -140px;
  }
}
.top .top-news-blog {
  padding: var(--space-xxl) 0;
  background: var(--color-gray-50);
}
.top .top-news-blog .news-blog-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top .top-news-blog .news-blog-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.top .top-news-blog .news-blog-item {
  list-style: none;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 16px;
}
.top .top-news-blog .news-blog-item a {
  display: flex;
  align-items: center;
  gap: 16px;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .top .top-news-blog .news-blog-item a:hover {
    opacity: 0.85;
  }
}
.top .top-news-blog .news-blog-photo {
  flex: 0 0 120px;
}
.top .top-news-blog .news-blog-photo img {
  width: 120px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  display: block;
}
.top .top-news-blog .news-blog-body {
  flex: 1;
}
.top .top-news-blog .news-blog-body strong {
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.6;
  color: #000;
}
.top .top-news-blog .news-blog-body p {
  display: none;
}
.top .top-news-blog .news-blog-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted var(--color-gray-400);
}
.top .top-news-blog .news-blog-date {
  font-family: var(--ff-en);
  font-size: 14px;
  color: #888;
}
.top .top-news-blog .news-blog-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.top .top-news-blog .news-blog-tag {
  font-size: 12px;
  font-weight: 700;
  background: var(--color-primary);
  color: #fff;
  padding: 4px 10px;
  border-radius: 999px;
  line-height: 1;
}
.top .top-news-blog .link-btn {
  margin-top: 40px;
  text-align: center;
}
.top .work {
  background: url(../images/diagonal-dots.svg) repeat;
  padding: 0 0 var(--space-xl);
  overflow: hidden;
}
.top .work__content .work-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
  gap: var(--space-xs);
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .top .work__content .work-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .top .work__content .work-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.top .work__content .work-item {
  overflow: visible;
}
.top .work__content .work-item > a {
  display: block;
  color: inherit;
  transition: background-color 0.2s ease;
}
@media (any-hover: hover) {
  .top .work__content .work-item > a:hover {
    background-color: rgba(0, 0, 0, 0.03);
  }
  .top .work__content .work-item > a {
    /* ★ここが本体（枠ごとズーム） */
  }
  .top .work__content .work-item > a:hover .work-photo {
    transform: scale(1.05);
  }
}
.top .work__content .work-item .work-photo {
  width: 100%;
  padding-top: 62.5%;
  position: relative;
  margin: 0 auto var(--space-xs);
  /* ★ズームはこっちに */
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.top .work__content .work-item .work-photo img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border: 8px solid white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  /* transformは削除 */
  transition: box-shadow 0.3s ease;
}
@media (any-hover: hover) {
  .top .work__content .work-item .work-photo:hover img {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  }
}
.top .work__content .work-item .work-body strong {
  color: var(--color-accent);
}
.top .voice {
  background: url(../images/graph-paper.svg) repeat;
  padding: 0 0 var(--space-xl);
  overflow: hidden;
}
.top .voice__content .section-title {
  padding: 1rem;
  color: var(--color-accent);
}
.top .voice__content .section-title h2::before {
  border-top: 2px solid var(--color-accent);
}
.top .voice__content .voice-list {
  padding: 0;
  list-style: none;
}
.top .voice__content .voice-list li.voice-pop {
  position: relative;
  display: block;
  margin-inline: auto;
  margin-block: 2em;
  padding: var(--space-sm) var(--space-sm) 0;
  width: 100%;
  max-width: 800px;
  border-radius: 20px;
  background-color: var(--color-accent);
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .top .voice__content .voice-list li.voice-pop {
    padding: var(--space-sm);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.top .voice__content .voice-list li.voice-pop::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  border-style: solid;
  border-width: 16px 7px 0 7px;
  border-color: var(--color-accent) transparent transparent;
  translate: -50% 100%;
}
@media screen and (min-width: 768px) {
  .top .voice__content .voice-list li.voice-pop::after {
    left: 2em;
    bottom: 1px;
    border-width: 22px 10px 0 10px;
  }
}
.top .voice__content .voice-list li.voice-pop div {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top .voice__content .voice-list li.voice-pop div {
    width: 70%;
  }
}
.top .voice__content .voice-list li.voice-pop div span.star {
  font-family: var(--ff-ttl);
  font-size: var(--font-size-lg);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: var(--color-ylw);
}
@media screen and (min-width: 768px) {
  .top .voice__content .voice-list li.voice-pop div span.star {
    font-size: 1.5em;
  }
}
.top .voice__content .voice-list li.voice-pop div p {
  font-family: var(--ff-ttl);
  font-size: var(--font-size-sm);
  color: white;
  margin-bottom: 0;
}
.top .voice__content .voice-list li.voice-pop div p span {
  filter: drop-shadow(2px 2px 0px #FFC845);
}
.top .voice__content .voice-list li.voice-pop img {
  width: -moz-fit-content;
  width: fit-content;
  height: 5em;
  text-align: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .top .voice__content .voice-list li.voice-pop img {
    height: 7em;
    position: absolute;
    bottom: 0;
    right: 1em;
  }
}
.top .voice__content .voice-list li.voice-pop:nth-child(even) {
  background-color: rgb(255, 135.8, 71.8);
}
.top .voice__content .voice-list li.voice-pop:nth-child(even)::after {
  content: "";
  position: absolute;
  right: 10%;
  left: unset;
  border-style: solid;
  border-width: 16px 7px 0 7px;
  border-color: rgb(255, 135.8, 71.8) transparent transparent;
}
@media screen and (min-width: 768px) {
  .top .voice__content .voice-list li.voice-pop:nth-child(even)::after {
    right: 2em;
    bottom: 1px;
    border-width: 22px 10px 0 10px;
  }
}
.top .voice__content .voice-list li.voice-pop:nth-child(even) img {
  right: 4em;
}
.top .faq {
  position: relative;
  overflow: hidden;
  padding-bottom: var(--space-xl);
  position: relative;
  z-index: 1;
  background-image: url(../images/bg_full2_sp.webp);
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .top .faq {
    background-image: url(../images/bg_full2_pc.webp);
  }
}
.top .faq::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  display: block;
  background: rgba(255, 96, 0, 0.5);
  opacity: 1;
}
.top .faq__content {
  padding-bottom: 100px;
}
.top .faq__content .section-title {
  padding: 1rem;
  color: white;
  filter: drop-shadow(2px 2px 2px var(--color-accent));
}
.top .faq__content .section-title h2::before {
  border-top: 2px solid white;
}
.top .faq__content .faq-list details.qa {
  background-color: rgba(255, 255, 255, 0.75);
  width: 100%;
  margin-bottom: 2em;
  border: 2px solid #3AAAEF;
  border-top: none;
}
.top .faq__content .faq-list details.qa summary {
  background-color: var(--color-primary);
  font-size: var(--font-size-sm);
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 1.2em 3em 1.2em 4.5em;
  cursor: pointer;
}
.top .faq__content .faq-list details.qa summary::before {
  content: "Q";
  font-family: var(--ff-ttl);
  color: white;
  font-weight: 600;
  font-size: 3em;
  line-height: 1.2;
  position: absolute;
  left: 0.3em;
}
.top .faq__content .faq-list details.qa summary::after {
  content: "";
  position: absolute;
  right: 1em;
  font-weight: 600;
  font-size: 1.3em;
  transform: translateY(-25%) rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: auto;
  border-bottom: 3px solid rgba(255, 255, 255, 0.7019607843);
  border-right: 3px solid rgba(255, 255, 255, 0.7019607843);
  transition: transform 0.5s;
}
.top .faq__content .faq-list details.qa summary span {
  width: 80%;
  display: inline-block;
  color: white;
  font-size: var(--font-size-sm);
  font-weight: bold;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .top .faq__content .faq-list details.qa summary span {
    width: 88%;
    font-size: clamp(16px, 5.5vw, 20px);
  }
}
.top .faq__content .faq-list details.qa[open] summary::after {
  transform: rotate(225deg);
}
.top .faq__content .faq-list details.qa p {
  font-size: var(--font-size-sm);
  font-weight: bold;
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 1em 1em 4.5em;
  transition: transform 0.5s, opacity 0.5s;
}
.top .faq__content .faq-list details.qa p::before {
  content: "A";
  font-family: var(--ff-ttl);
  color: var(--color-accent);
  font-weight: 600;
  font-size: 3em;
  filter: brightness(140%);
  line-height: 1.2;
  margin-block: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.35em;
}
.top .faq__content .faq-list details.qa[open] p {
  transform: rotate(0.03deg);
  opacity: 1;
}
.top .company {
  position: relative;
  overflow: hidden;
  min-height: 90vh;
  padding-bottom: var(--space-xl);
  z-index: 0;
  background-image: url(../images/bg_full1_sp.webp);
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .top .company {
    background-image: url(../images/bg_full1_pc.webp);
  }
}
.top .company::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  display: block;
  background: rgba(58, 170, 239, 0.5);
  opacity: 1;
  z-index: 1;
}
.top .company__content {
  color: white;
  padding-bottom: 100px;
}
.top .company__content .section-title {
  padding: 1rem;
  color: white;
  filter: drop-shadow(2px 2px 2px var(--color-secondary));
}
.top .company__content .section-title h2::before {
  border-top: 2px solid white;
}
.top .company__content__title {
  margin: 0 0 1rem;
  font-size: 1.375rem;
  line-height: 1.2;
}
.top .company__content__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .top .company__content__inner {
    grid-template-columns: 1fr 320px;
    align-items: start;
  }
}
.top .company__content .company__list {
  margin: 0 auto 3em;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
.top .company__content .company__list .company__row {
  padding: 0.6rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  display: grid;
  flex-wrap: wrap;
  align-items: flex-start;
  grid-template-columns: 1fr;
  row-gap: 0.4rem;
}
.top .company__content .company__list .company__row dt {
  margin: 0;
  min-width: 110px;
  font-weight: 700;
  color: var(--color-primary);
  padding: 0 var(--space-xs);
  border-radius: 6px;
  font-size: var(--font-size-md);
  line-height: 1;
  filter: drop-shadow(0px 0px 2px white);
}
.top .company__content .company__list .company__row dd {
  margin: 0;
  color: var(--color-text);
  padding: 0 var(--space-xs);
  flex: 1 1 auto;
  font-size: 0.95rem;
  line-height: 1.5;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .top .company__content .company__list .company__row {
    display: grid;
    grid-template-columns: 9em 1fr;
    align-items: start;
  }
  .top .company__content .company__list .company__row dt {
    font-size: var(--font-size-lg);
    text-align: left;
    width: 100%;
    padding: var(--space-sm);
  }
  .top .company__content .company__list .company__row dd {
    margin-top: 0;
    padding: var(--space-sm);
  }
}
.top .company__content .company__meta {
  padding: 0.6rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.top .company__content .company__meta .company__subtitle {
  color: var(--color-primary);
  margin: 0 0 0.25rem;
  font-size: var(--font-size-lg);
  line-height: 1;
  filter: drop-shadow(0px 0px 2px white);
}
.top .company__content .company__meta .company__area {
  padding: 0.75rem;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}
.top .company__content .company__meta .company__area p {
  color: var(--color-text);
}
.top .company__content .company__meta .company__map {
  padding: 0.75rem;
}
.top .company__content .company__meta .company__map .map-wrapper {
  position: relative;
  width: 100%;
  /* 16:9 の比率（必要に応じて調整）*/
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.top .company__content .company__meta .company__map .map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: 0;
}/*# sourceMappingURL=top.css.map */