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

[class^=page-] .page-title {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  height: 40vh;
  overflow: hidden;
  position: relative;
}
[class^=page-] .page-title picture {
  display: block;
  width: 100%;
  height: 100%;
}
[class^=page-] .page-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
[class^=page-] .page-title .box {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10em;
  height: 10em;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
[class^=page-] .page-title .box h2 {
  color: var(--color-primary);
  text-shadow: 1px 2px 0 #fff;
}

.single-work {
  z-index: 3;
  position: relative;
  overflow: hidden;
  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);
}
.single-work .work-section {
  padding: 0 0 60px;
}

.work-article {
  max-width: 800px;
  margin: 0 auto 40px;
}
.work-article__ttl {
  color: #fff;
  background-color: rgb(255, 172.3668122271, 128);
  border-radius: 4px;
  font-size: var(--font-size-md);
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .work-article__ttl {
    font-size: clamp(22px, 3vw, 30px);
  }
}
.work-article__image {
  display: block;
  margin: 0 auto 10px;
  border-radius: 4px;
  overflow: hidden;
}
.work-article__image img {
  width: 100%;
  height: auto;
  display: block;
}
.work-article__text {
  background-color: #fff;
  padding: 1em;
  border-radius: 4px;
}

/* =========================
  前後ナビ
========================= */
.work-nav {
  max-width: 900px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.work-nav a {
  display: inline-block;
  padding: 10px 16px;
  background: #f5f5f5;
  border-radius: 4px;
  text-decoration: none;
  color: var(--color-link);
  font-weight: bold;
  font-size: var(--font-size-xs);
}
@media screen and (min-width: 768px) {
  .work-nav a {
    font-size: var(--font-size-sm);
  }
}
.work-nav a {
  transition: transform 0.2s ease;
}
@media (any-hover: hover) {
  .work-nav a:hover {
    transform: translateY(-2px);
  }
}
.work-nav a:active {
  transform: translateY(0);
}
.work-nav__prev {
  text-align: left;
}
.work-nav__next {
  text-align: right;
}

.work {
  background: url(../images/diagonal-dots.svg) repeat;
  padding: 0 0 var(--space-xl);
  overflow: hidden;
}

.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) {
  .work__content .work-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .work__content .work-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.work__content .work-item {
  overflow: visible;
}
.work__content .work-item > a {
  display: block;
  color: inherit;
  transition: background-color 0.2s ease;
}
@media (any-hover: hover) {
  .work__content .work-item > a:hover {
    background-color: rgba(0, 0, 0, 0.03);
  }
  .work__content .work-item > a {
    /* ★ここが本体（枠ごとズーム） */
  }
  .work__content .work-item > a:hover .work-photo {
    transform: scale(1.05);
  }
}
.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);
}
.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) {
  .work__content .work-item .work-photo:hover img {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  }
}
.work__content .work-item .work-body strong {
  color: var(--color-accent);
}

.news-blog,
.single-news-blog {
  padding: 0 0 var(--space-xl);
  background: #fff;
}

.news-blog .news-blog-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 30px 0 40px;
}
.news-blog .news-blog-filter button {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 110px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border: 2px solid rgb(255, 155.7751091703, 102.5);
  background: #fff;
  color: #000;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.news-blog .news-blog-filter button.is-active {
  background: rgb(255, 155.7751091703, 102.5);
  color: #fff;
  border-color: rgb(255, 155.7751091703, 102.5);
}
@media (any-hover: hover) {
  .news-blog .news-blog-filter button:hover {
    background: rgb(255, 155.7751091703, 102.5);
    color: #fff;
    border-color: rgb(255, 155.7751091703, 102.5);
  }
}
.news-blog .news-blog-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .news-blog .news-blog-list {
    grid-template-columns: 1fr;
  }
}
.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;
}
.news-blog .news-blog-item a {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--color-text);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .news-blog .news-blog-item a:hover {
    opacity: 0.85;
  }
}
.news-blog .news-blog-photo {
  flex: 0 0 120px;
}
.news-blog .news-blog-photo img {
  width: 120px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  display: block;
}
.news-blog .news-blog-body {
  flex: 1;
}
.news-blog .news-blog-body strong {
  display: block;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.6;
  color: var(--color-secondary);
}
.news-blog .news-blog-body p {
  display: none;
}
.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);
}
.news-blog .news-blog-date {
  font-family: var(--ff-en);
  font-size: 14px;
  color: #888;
}
.news-blog .news-blog-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.news-blog .news-blog-tag {
  font-size: 12px;
  font-weight: 700;
  background: rgb(255, 155.7751091703, 102.5);
  color: #fff;
  padding: 4px 10px;
  border-radius: 999px;
  line-height: 1;
}

.single-news-blog {
  z-index: 3;
  position: relative;
  overflow: hidden;
  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);
}
.single-news-blog .news-blogsection {
  padding: 0 0 60px;
}

.news-blog-article {
  max-width: 800px;
  margin: 0 auto 40px;
}
.news-blog-article .news-blog-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: none;
}
.news-blog-article .news-blog-date {
  font-family: var(--ff-en);
  font-size: 14px;
  color: #888;
}
.news-blog-article .news-blog-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.news-blog-article .news-blog-tag {
  font-size: 12px;
  font-weight: 700;
  background: rgb(255, 155.7751091703, 102.5);
  color: #fff;
  padding: 4px 10px;
  border-radius: 999px;
  line-height: 1;
}
.news-blog-article__ttl {
  color: #fff;
  background-color: rgb(105.1690140845, 190.3521126761, 242.8309859155);
  border-radius: 4px;
  font-size: var(--font-size-md);
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .news-blog-article__ttl {
    font-size: clamp(22px, 3vw, 30px);
  }
}
.news-blog-article__image {
  display: block;
  margin: 0 auto 10px;
  border-radius: 4px;
  overflow: hidden;
}
.news-blog-article__image img {
  width: 100%;
  height: auto;
  display: block;
}
.news-blog-article__text {
  background-color: #fff;
  padding: 1em;
  border-radius: 4px;
}
.news-blog-article__text p {
  margin-bottom: 1.5em;
}
.news-blog-article__text h2,
.news-blog-article__text h3 {
  margin: 1.5em 0 0.8em;
  line-height: 1.4;
  font-weight: bold;
}
.news-blog-article__text ul,
.news-blog-article__text ol {
  margin: 1em 0 1.5em 1.5em;
}
.news-blog-article__text li {
  margin-bottom: 0.5em;
}
.news-blog-article__text a {
  text-decoration: underline;
}
.news-blog-article__text img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.news-blog-nav {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid var(--color-border);
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .news-blog-nav {
    flex-direction: column;
  }
}
.news-blog-nav a {
  color: var(--color-primary);
  font-weight: bold;
}

.reason .container {
  padding: 0;
  position: relative;
}
[class^=reform-] {
  display: flex;
  flex-direction: column;
}
[class^=reform-] > .reform-mv {
  order: 1;
  position: relative;
  z-index: 31;
}
[class^=reform-] > .breadcrumb,
[class^=reform-] > .catch-breadcrumb {
  order: 2;
  position: relative;
  padding: 0;
  margin-bottom: -26px;
  z-index: 60;
}
@media screen and (min-width: 768px) {
  [class^=reform-] > .breadcrumb,
  [class^=reform-] > .catch-breadcrumb {
    margin-bottom: -35px;
  }
}
[class^=reform-] > .reform-resolve {
  order: 3;
  position: relative;
  z-index: 30;
  padding-top: 40px;
}

[class^=reform-] .reform-mv {
  width: 100%;
  height: auto;
  min-height: 48vh;
  padding: 0;
  overflow: visible;
  position: relative;
  z-index: 50;
  background: url(../images/reform_bg1_sp.webp) center top no-repeat;
  background-size: 112% auto;
}
@media screen and (min-width: 768px) {
  [class^=reform-] .reform-mv {
    background-image: url(../images/reform_bg1_pc.webp);
    background-position: 50% -20px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 420px;
  }
}
@media screen and (min-width: 1024px) {
  [class^=reform-] .reform-mv {
    background-position: 50% -30px;
  }
}
@media screen and (min-width: 1280px) {
  [class^=reform-] .reform-mv {
    background-position: 50% -65px;
  }
}
@media screen and (min-width: 1360px) {
  [class^=reform-] .reform-mv {
    background-image: url(../images/reform_bg1_full.webp);
    background-position: 50% 0px;
  }
}
[class^=reform-] .reform-mv .container {
  padding: 10px 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  [class^=reform-] .reform-mv .container {
    padding: 15px 0;
  }
}
[class^=reform-] .reform-mv .container p.price {
  position: absolute;
  left: 5%;
  bottom: 29%;
  margin: 0;
  z-index: 2;
  font-family: var(--ff-en);
  font-size: clamp(58px, 15vw, 70px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--color-red1);
  -webkit-text-stroke: 12px #fff;
  paint-order: stroke fill;
}
@media screen and (min-width: 768px) {
  [class^=reform-] .reform-mv .container p.price {
    left: 0;
    bottom: 24%;
    font-size: 60px;
  }
}
@media screen and (min-width: 1024px) {
  [class^=reform-] .reform-mv .container p.price {
    font-size: 80px;
    -webkit-text-stroke: 15px #fff;
  }
}
@media screen and (min-width: 1280px) {
  [class^=reform-] .reform-mv .container p.price {
    font-size: 84px;
    -webkit-text-stroke: 18px #fff;
  }
}
[class^=reform-] .reform-mv .container p.price::before {
  content: attr(data-price);
  position: absolute;
  inset: 0;
  z-index: -1;
  color: rgba(0, 0, 0, 0.95);
  transform: translate(2px, 4px);
  filter: blur(4px);
  mix-blend-mode: multiply;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.9), 0px 2px 10px rgba(0, 0, 0, 0.85), 2px 4px 16px rgba(0, 0, 0, 0.8);
}
[class^=reform-] .reform-resolve {
  width: 100%;
  height: auto;
  min-height: 1400px;
  padding: inherit 0 20px;
  overflow: hidden;
  position: relative;
  z-index: 50;
  background: url(../images/reform_bg2_sp.webp) center top no-repeat;
  background-size: 135% auto;
}
@media screen and (min-width: 768px) {
  [class^=reform-] .reform-resolve {
    background-image: url(../images/reform_bg2_pc.webp);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
  }
}
[class^=reform-] .reform-resolve .container {
  padding: 10px 15px 30px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  [class^=reform-] .reform-resolve .container {
    padding: 10px 15px 60px;
  }
}
[class^=reform-] .reform-resolve .container .onayami {
  background-color: #fff;
  background-image: linear-gradient(to right, rgba(0, 86, 204, 0.2) 2px, transparent 1px), linear-gradient(to bottom, rgba(0, 86, 204, 0.2) 2px, transparent 1px);
  background-size: 12px 12px;
  border-radius: 12px;
  padding: 10px 15px 0;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  [class^=reform-] .reform-resolve .container .onayami {
    display: block;
    padding: 4px 30% 24px 20px;
    min-height: 320px;
  }
}
[class^=reform-] .reform-resolve .container .onayami h3 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  [class^=reform-] .reform-resolve .container .onayami h3 {
    grid-column: 1;
    text-align: left;
    margin-bottom: 10px;
  }
}
[class^=reform-] .reform-resolve .container .onayami ul {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  [class^=reform-] .reform-resolve .container .onayami ul {
    grid-column: 1;
    margin-bottom: 0;
  }
}
[class^=reform-] .reform-resolve .container .onayami ul li {
  background-color: #fff;
  padding: 0.3em;
  position: relative;
  font-family: var(--ff-ttl);
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 5px;
  padding-left: 1.5em;
  box-shadow: 2px 2px 2px rgba(0, 86, 204, 0.3);
}
@media screen and (min-width: 360px) {
  [class^=reform-] .reform-resolve .container .onayami ul li {
    font-size: var(--font-size-sm);
  }
}
@media screen and (min-width: 576px) {
  [class^=reform-] .reform-resolve .container .onayami ul li {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  [class^=reform-] .reform-resolve .container .onayami ul li {
    font-size: var(--font-size-md);
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 1024px) {
  [class^=reform-] .reform-resolve .container .onayami ul li {
    font-size: 27px;
  }
}
@media screen and (min-width: 1280px) {
  [class^=reform-] .reform-resolve .container .onayami ul li {
    font-size: 36px;
  }
}
[class^=reform-] .reform-resolve .container .onayami ul li::before {
  content: "";
  width: 0.9em;
  height: 0.9em;
  position: absolute;
  left: 0.3em;
  top: 0;
  bottom: 0;
  margin-block: auto;
  background: url(../images/icon-check-orange.svg) center/contain no-repeat;
}
[class^=reform-] .reform-resolve .container .onayami > picture {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  [class^=reform-] .reform-resolve .container .onayami > picture {
    position: absolute;
    right: -2%;
    bottom: 0;
    width: 39%;
    z-index: 2;
  }
}
@media screen and (min-width: 1024px) {
  [class^=reform-] .reform-resolve .container .onayami > picture {
    width: 370px;
  }
}
@media screen and (min-width: 1280px) {
  [class^=reform-] .reform-resolve .container .onayami > picture {
    width: 450px;
  }
}
[class^=reform-] .reform-resolve .container .onayami > picture img {
  width: 100%;
  height: auto;
  display: block;
}
[class^=reform-] .reform-resolve .container h2 {
  text-align: center;
  margin-bottom: 1em;
}
[class^=reform-] .reform-resolve .container h2 picture, [class^=reform-] .reform-resolve .container h2 img {
  text-align: center;
  margin-inline: auto;
}
[class^=reform-] .reform-resolve .container ul.resolve {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  [class^=reform-] .reform-resolve .container ul.resolve {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}
[class^=reform-] .reform-resolve .container ul.resolve li {
  width: 100%;
  margin-top: 0;
}

.reform-shouji-fusuma > section.reform-mv > .container > p.price {
  left: 10%;
}
@media screen and (min-width: 768px) {
  .reform-shouji-fusuma > section.reform-mv > .container > p.price {
    left: 4%;
  }
}
@media screen and (min-width: 1024px) {
  .reform-shouji-fusuma .reform-resolve .container .onayami > picture {
    right: -4%;
  }
}
@media screen and (min-width: 1280px) {
  .reform-shouji-fusuma .reform-resolve .container .onayami > picture {
    right: -6%;
  }
}

.reform-handrail > section.reform-mv > .container > p.price {
  left: 4%;
}
@media screen and (min-width: 768px) {
  .reform-handrail > section.reform-mv > .container > p.price {
    left: 2%;
  }
}

@media screen and (min-width: 768px) {
  .reform-tatami > section.reform-mv > .container > p.price {
    left: 2%;
  }
}

@media screen and (min-width: 1024px) {
  .reform-flooring .reform-resolve .container .onayami > picture {
    right: -4%;
  }
}
@media screen and (min-width: 1280px) {
  .reform-flooring .reform-resolve .container .onayami > picture {
    right: -7%;
  }
}

@media screen and (min-width: 1280px) {
  .reform-mado .reform-resolve .container .onayami > picture {
    right: -7%;
  }
}

[class^=contact] {
  display: flex;
  flex-direction: column;
}
[class^=contact] .section-title {
  order: 1;
}
[class^=contact] .catch-breadcrumb {
  order: 2;
  background: rgba(0, 86, 204, 0.1);
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  position: relative;
  margin: -40px auto 20px;
}
@media screen and (min-width: 1024px) {
  [class^=contact] .catch-breadcrumb {
    background: transparent;
  }
}
[class^=contact] .page-contact,
[class^=contact] .page-contact__section {
  position: relative;
  order: 3;
  padding: 0 0 var(--space-xl);
}
[class^=contact] .page-contact__content {
  max-width: 1000px;
  margin: 0 auto;
  padding: var(--space-sm);
  min-height: 500px;
  background: #fff;
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-sm);
}
[class^=contact] .page-contact__heading {
  font-size: var(--font-size-lg);
  text-align: center;
  margin-bottom: var(--space-md);
  color: var(--color-secondary);
  line-height: 1.4;
}
@media screen and (max-width: 575px) {
  [class^=contact] .page-contact__heading {
    letter-spacing: 0px;
  }
}
[class^=contact] .page-contact__text {
  text-align: center;
  line-height: 1.8;
  margin-bottom: var(--space-lg);
}
[class^=contact] .page-contact__info {
  background: rgba(58, 170, 239, 0.08);
  padding: var(--space-md);
  border-radius: var(--border-radius);
  margin-bottom: var(--space-xl);
}
[class^=contact] .page-contact__label {
  color: var(--color-primary);
  font-size: var(--font-size-sm);
  font-weight: 700;
  margin-bottom: var(--space-xs);
}
[class^=contact] .page-contact__tel {
  margin-bottom: var(--space-md);
}
[class^=contact] .page-contact__tel span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-size: clamp(2rem, 3.7vw, 3rem);
  font-family: var(--ff-en);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-accent);
}
[class^=contact] .page-contact__tel:active {
  color: var(--color-link);
}
[class^=contact] .page-contact__tel svg {
  color: var(--color-link);
  fill: currentColor;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  position: relative;
  top: 0.1em;
}
[class^=contact] .page-contact__tel svg:active {
  color: var(--color-link);
}
[class^=contact] .page-contact__line {
  text-align: center;
}
[class^=contact] .page-contact__line img {
  width: 180px;
  max-width: 100%;
  height: auto;
}

.page-contact__form .mw_wp_form .form-row {
  padding: 20px 15px;
  margin-bottom: var(--space-sm);
  border-radius: var(--border-radius);
}
.page-contact__form .mw_wp_form .form-row:nth-child(odd) {
  background: rgba(58, 170, 239, 0.06);
}
.page-contact__form .mw_wp_form .form-row__label {
  font-weight: bold;
}
.page-contact__form .mw_wp_form .form-row__label span.required {
  font-size: 0.7em;
  font-weight: bold;
  display: inline-block;
  position: relative;
  left: 5px;
  top: -2px;
  color: #fff;
  border-radius: 100vmax;
  background-color: rgb(255, 66.5, 66.5);
  height: 1.4em;
  line-height: 1.4em;
  padding: 0 0.5em;
}
.page-contact__form .mw_wp_form .form-row__field {
  margin: 0;
}
.page-contact__form .mw_wp_form .form-row__field > p {
  margin: 0;
}
.page-contact__form .mw_wp_form .form-input,
.page-contact__form .mw_wp_form .form-textarea,
.page-contact__form .mw_wp_form input[type=text],
.page-contact__form .mw_wp_form input[type=email],
.page-contact__form .mw_wp_form input[type=tel],
.page-contact__form .mw_wp_form textarea {
  width: 100%;
  display: block;
  margin: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .page-contact__form .mw_wp_form .form-note {
    text-align: center;
  }
}
.page-contact__form .mw_wp_form .mwform-tel-field {
  display: flex;
  align-items: center;
  gap: 0.4em;
  flex-wrap: nowrap;
}
.page-contact__form .mw_wp_form .mwform-tel-field .telNumber {
  width: 6em;
  max-width: 6em;
  flex: 0 0 auto;
}
.page-contact__form .mw_wp_form .form-row__field--address {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.page-contact__form .mw_wp_form .form-row__field--address .zip-wrap {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.page-contact__form .mw_wp_form .form-row__field--address .zip-wrap > span {
  display: inline-block;
}
.page-contact__form .mw_wp_form .form-row__field--address .zip {
  display: inline-block;
  max-width: 12rem;
}
.page-contact__form .mw_wp_form #zip {
  margin-left: 0.5em;
}
.page-contact__form .mw_wp_form #addr1,
.page-contact__form .mw_wp_form #addr2 {
  margin-top: 5px;
}
.page-contact__form .mw_wp_form .form-textarea,
.page-contact__form .mw_wp_form textarea {
  min-height: 180px;
}
.page-contact__form .mw_wp_form .form-submit {
  margin-top: var(--space-lg);
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.page-contact__form .mw_wp_form .form-submit__button,
.page-contact__form .mw_wp_form .form-fix__button,
.page-contact__form .mw_wp_form .form-submit input[type=submit] {
  width: 100%;
  max-width: 220px;
  padding: 1rem 2rem;
  border: none;
  border-radius: 100vmax;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.page-contact__form .mw_wp_form {
  /* 送信ボタン */
}
.page-contact__form .mw_wp_form .form-submit__button {
  background: linear-gradient(180deg, var(--color-accent) 0%, var(--color-ylw) 120%);
}
.page-contact__form .mw_wp_form {
  /* 修正ボタン */
}
.page-contact__form .mw_wp_form .form-fix__button {
  background: linear-gradient(180deg, var(--color-secondary) 0%, var(--color-primary) 100%);
}
@media (any-hover: hover) {
  .page-contact__form .mw_wp_form .form-submit__button:hover,
  .page-contact__form .mw_wp_form .form-fix__button:hover {
    opacity: 0.9;
  }
}
@media screen and (max-width: 575px) {
  .page-contact__form .mw_wp_form .form-submit {
    flex-direction: column;
    align-items: center;
  }
  .page-contact__form .mw_wp_form .form-submit__button,
  .page-contact__form .mw_wp_form .form-fix__button {
    max-width: 340px;
  }
}

.p-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - var(--header-height));
  padding: var(--space-lg) 0;
}

.p-404__inner {
  width: 100%;
}

.p-404__box {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.p-404__ttl {
  font-size: clamp(4rem, 10vw, 6rem);
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: var(--space-sm);
  line-height: 1;
}

.p-404__lead {
  font-size: var(--font-size-lg);
  font-weight: 700;
  margin-bottom: var(--space-md);
}

.p-404__text {
  font-size: var(--font-size-sm);
  color: var(--color-gray-600);
  margin-bottom: var(--space-lg);
  line-height: 1.8;
}

.p-404__btns {
  display: flex;
  justify-content: center;
  background-color: rgb(255, 222.1419213974, 204.5);
  border-radius: 100vmax;
  font-weight: bold;
  font-size: var(--font-size-sm);
  height: 2em;
  line-height: 2em;
  width: 10em;
  margin-inline: auto;
}/*# sourceMappingURL=pages.css.map */