@charset "UTF-8";
/* ==========================================================================
   Main Stylesheet - シャープでダイナミックなデザイン
   ========================================================================== */
/* ==========================================================================
   Reset - モダンなCSSリセット
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   Variables - シャープでダイナミックなデザインシステム
   ========================================================================== */
/* ==========================================================================
   Base - トップデザイナーレベルのベーススタイル
   ========================================================================== */
/* ==========================================================================
   Variables - シャープでダイナミックなデザインシステム
   ========================================================================== */
html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #000000;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.1;
  color: #000000;
  margin: 0;
  letter-spacing: -0.04em;
}

h1 {
  font-size: clamp(3rem, 10vw, 6rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #000000;
}

h2 {
  font-size: clamp(2.25rem, 8vw, 3.75rem);
  font-weight: 700;
  color: #000000;
}

h3 {
  font-size: clamp(1.5rem, 5vw, 2.25rem);
  font-weight: 700;
  color: #000000;
}

h4 {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 600;
  color: #000000;
}

h5 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
}

h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
}

p {
  margin: 0 0 1.5rem 0;
  line-height: 1.75;
  color: #1a1a1a;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #000000;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover {
  color: #4a4a4a;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

::selection {
  background: #000000;
  color: #ffffff;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::-webkit-scrollbar {
  width: 1px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #8a8a8a;
}

/* ==========================================================================
   Container - シンプルなコンテナ
   ========================================================================== */
/* ==========================================================================
   Variables - シャープでダイナミックなデザインシステム
   ========================================================================== */
.l-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .l-container {
    padding: 0 2rem;
  }
}
@media (min-width: 1024px) {
  .l-container {
    padding: 0 3rem;
  }
}

.l-container--narrow {
  max-width: 800px;
}

.l-container--wide {
  max-width: 1400px;
}

/* ==========================================================================
   Header - プレミアムNeo-Brutalismスタイルのヘッダー
   ========================================================================== */
/* ==========================================================================
   Variables - シャープでダイナミックなデザインシステム
   ========================================================================== */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 4px solid #000000;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.l-header::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 200px;
  height: 4px;
  background: linear-gradient(90deg, #ff6b35 0%, #7C3AED 100%);
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  animation: line-glow-premium 3s ease-in-out infinite;
}
.l-header:hover::after {
  width: 100%;
}

@keyframes line-glow-premium {
  0%, 100% {
    box-shadow: 0 0 8px rgba(255, 107, 53, 0.6), 0 0 12px rgba(0, 217, 255, 0.4);
  }
  50% {
    box-shadow: 0 0 15px rgba(255, 107, 53, 0.8), 0 0 20px rgba(0, 217, 255, 0.6);
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  position: relative;
  min-height: 60px;
}
@media (min-width: 768px) {
  .l-header__inner {
    padding: 1rem 0;
    min-height: 65px;
  }
}

.l-header__logo {
  font-size: 1.25rem;
  font-weight: 900;
  color: #000000;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) cubic-bezier(0.68, -0.55, 0.265, 1.55);
  letter-spacing: -0.04em;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (min-width: 768px) {
  .l-header__logo {
    font-size: 1.5rem;
  }
}
.l-header__logo::before {
  content: "";
  position: absolute;
  top: -8px;
  right: -12px;
  width: 14px;
  height: 14px;
  background: #ff6b35;
  transform: rotate(45deg);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border: 2px solid #000000;
  box-shadow: 3px 3px 0 #7C3AED;
}
.l-header__logo a {
  color: #000000;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.l-header__logo a:hover {
  transform: scale(1.15) rotate(-3deg);
}
.l-header__logo a:hover + .l-header__logo::before {
  transform: rotate(225deg) scale(1.8);
}
.l-header__logo:hover::before {
  transform: rotate(225deg) scale(1.5);
}

.l-header__nav {
  display: none;
}
@media (min-width: 768px) {
  .l-header__nav {
    display: flex;
    align-items: center;
    gap: 4rem;
  }
}

.l-header__nav-list {
  display: flex;
  align-items: center;
  gap: 4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-header__nav-item {
  position: relative;
}
.l-header__nav-item a {
  font-size: 0.875rem;
  font-weight: 700;
  color: #000000;
  padding: 0.5rem 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: inline-block;
}
.l-header__nav-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff6b35 0%, #7C3AED 100%);
  transform: skewX(-20deg);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.l-header__nav-item a::after {
  content: "•";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  color: #7C3AED;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.125rem;
}
.l-header__nav-item a:hover {
  color: #ff6b35;
}
.l-header__nav-item a:hover::before {
  width: 100%;
}
.l-header__nav-item a:hover::after {
  opacity: 1;
}
.l-header__nav-item a:focus, .l-header__nav-item a:focus-visible {
  outline: none;
  color: #ff6b35;
}
.l-header__nav-item a:focus::before, .l-header__nav-item a:focus-visible::before {
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ff6b35 0%, #7C3AED 100%);
}
.l-header__nav-item a:focus::after, .l-header__nav-item a:focus-visible::after {
  opacity: 1;
}
.l-header__nav-item:last-child a::after {
  display: none;
}

.l-header__cta {
  display: none;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .l-header__cta {
    display: flex;
  }
}

.l-header__mobile-toggle {
  display: block;
  width: 28px;
  height: 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .l-header__mobile-toggle {
    display: none;
  }
}
.l-header__mobile-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin: 5px 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}
.l-header__mobile-toggle span:nth-child(2) {
  width: 80%;
  margin-left: auto;
}
.l-header__mobile-toggle.is-active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
  background-color: #ff6b35;
}
.l-header__mobile-toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.l-header__mobile-toggle.is-active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
  background-color: #7C3AED;
  width: 100%;
}

/* ==========================================================================
   Footer - プレミアムNeo-Brutalismスタイルのフッター
   ========================================================================== */
/* ==========================================================================
   Variables - シャープでダイナミックなデザインシステム
   ========================================================================== */
.l-footer {
  background: #ffffff;
  color: #000000;
  padding: 6rem 0 2.5rem;
  margin-top: 0;
  border-top: 4px solid #000000;
  position: relative;
}

.l-footer__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 768px) {
  .l-footer__inner {
    flex-direction: row;
    gap: 4rem;
    align-items: flex-start;
  }
}

.l-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .l-footer__brand {
    flex: 0 0 280px;
    min-width: 280px;
  }
}
@media (min-width: 1024px) {
  .l-footer__brand {
    flex: 0 0 320px;
    min-width: 320px;
  }
}

.l-footer__logo {
  font-size: 1.5rem;
  font-weight: 900;
  color: #000000;
  margin-bottom: 0.25rem;
  letter-spacing: -0.04em;
  position: relative;
  display: inline-block;
}

.l-footer__description {
  color: #4a4a4a;
  font-size: 0.875rem;
  line-height: 1.75;
  max-width: 100%;
}
@media (min-width: 768px) {
  .l-footer__description {
    font-size: 1rem;
  }
}

.l-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  position: relative;
  flex: 1;
}
@media (min-width: 768px) {
  .l-footer__nav {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    flex: 1;
    max-width: none;
  }
}

.l-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-footer__nav-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.75rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: relative;
  display: block;
}
.l-footer__nav-title::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #ff6b35 0%, #7C3AED 100%);
}

.l-footer__nav-item a {
  font-size: 0.875rem;
  color: #4a4a4a;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
}
@media (min-width: 768px) {
  .l-footer__nav-item a {
    font-size: 1rem;
  }
}
.l-footer__nav-item a:hover {
  color: #ff6b35;
}
.l-footer__nav-item a:focus, .l-footer__nav-item a:focus-visible {
  outline: none;
  color: #7C3AED;
}

.l-footer__bottom {
  position: relative;
  z-index: 1;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 3px solid #e5e5e5;
  text-align: center;
}
@media (min-width: 768px) {
  .l-footer__bottom {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.l-footer__copyright {
  font-size: 0.75rem;
  color: #8a8a8a;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .l-footer__copyright {
    font-size: 0.875rem;
  }
}

/* ==========================================================================
   Button - プレミアムNeo-Brutalismスタイルのボタン
   ========================================================================== */
/* ==========================================================================
   Variables - シャープでダイナミックなデザインシステム
   ========================================================================== */
.p-button, .wpcf7-submit, .p-contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0;
  border: 3px solid #000000;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  background: transparent;
  color: #000000;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  overflow: visible;
  will-change: box-shadow;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.p-button span, .wpcf7-submit span, .p-contact-form__submit span {
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}
.p-button::before, .wpcf7-submit::before, .p-contact-form__submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000000;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.p-button::after, .wpcf7-submit::after, .p-contact-form__submit::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-bottom: 12px solid #7C3AED;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), width 0.3s cubic-bezier(0.4, 0, 0.2, 1), height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
  opacity: 0;
}
.p-button:hover:not(:active), .wpcf7-submit:hover:not(:active), .p-contact-form__submit:hover:not(:active) {
  border-color: #000000;
  transform: translate(-5px, -5px);
  box-shadow: 5px 5px 0 #ff6b35, 10px 10px 0 #7C3AED;
}
.p-button:hover:not(:active)::before, .wpcf7-submit:hover:not(:active)::before, .p-contact-form__submit:hover:not(:active)::before {
  width: 100%;
}
.p-button:hover:not(:active)::after, .wpcf7-submit:hover:not(:active)::after, .p-contact-form__submit:hover:not(:active)::after {
  opacity: 1;
  width: 12px;
  height: 12px;
}
.p-button:hover:not(:active) span, .wpcf7-submit:hover:not(:active) span, .p-contact-form__submit:hover:not(:active) span {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.p-button:active, .wpcf7-submit:active, .p-contact-form__submit:active {
  transform: translate(-2px, -2px) !important;
  box-shadow: 2px 2px 0 #ff6b35, 4px 4px 0 #7C3AED;
  transition: none !important;
  transform-origin: center center !important;
}
.p-button:active::before, .wpcf7-submit:active::before, .p-contact-form__submit:active::before {
  width: 100% !important;
}
.p-button:active::after, .wpcf7-submit:active::after, .p-contact-form__submit:active::after {
  opacity: 1 !important;
  width: 12px !important;
  height: 12px !important;
}
.p-button:focus, .wpcf7-submit:focus, .p-contact-form__submit:focus, .p-button:focus-visible, .wpcf7-submit:focus-visible, .p-contact-form__submit:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.4);
}
.p-button:disabled, .wpcf7-submit:disabled, .p-contact-form__submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.p-button .ripple, .wpcf7-submit .ripple, .p-contact-form__submit .ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 107, 53, 0.3);
  transform: scale(0);
  animation: ripple-animation 0.6s ease-out;
  pointer-events: none;
  z-index: 1;
  will-change: transform;
}

@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0;
  }
}
.p-button--primary, .wpcf7-submit, .p-contact-form__submit {
  background: #000000;
  color: #ffffff;
  border: 3px solid #000000;
}
.p-button--primary::before, .wpcf7-submit::before, .p-contact-form__submit::before {
  background: #ff6b35;
}
.p-button--primary::after, .wpcf7-submit::after, .p-contact-form__submit::after {
  border-bottom-color: #7C3AED;
}
.p-button--primary:hover:not(:disabled):not(:active), .wpcf7-submit:hover:not(:disabled):not(:active), .p-contact-form__submit:hover:not(:disabled):not(:active) {
  border-color: #ff6b35;
  transform: translate(-5px, -5px);
  box-shadow: 6px 6px 0 #ff6b35, 12px 12px 0 #7C3AED;
}
.p-button--primary:hover:not(:disabled):not(:active) span, .wpcf7-submit:hover:not(:disabled):not(:active) span, .p-contact-form__submit:hover:not(:disabled):not(:active) span {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.p-button--primary:active, .wpcf7-submit:active, .p-contact-form__submit:active {
  transform: translate(-2px, -2px) !important;
  box-shadow: 2px 2px 0 #ff6b35, 4px 4px 0 #7C3AED;
  transition: none !important;
}
.p-button--primary:focus, .wpcf7-submit:focus, .p-contact-form__submit:focus, .p-button--primary:focus-visible, .wpcf7-submit:focus-visible, .p-contact-form__submit:focus-visible {
  border-color: #ff6b35;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.4), 6px 6px 0 #ff6b35;
}

.p-button--outline {
  background: transparent;
  color: #000000;
  border: 3px solid #000000;
}
.p-button--outline:hover:not(:disabled):not(:active) {
  background: #000000;
  color: #ffffff;
  transform: translate(-5px, -5px);
  box-shadow: 6px 6px 0 #ff6b35, 12px 12px 0 #7C3AED;
}
.p-button--outline:hover:not(:disabled):not(:active) span {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.p-button--outline:active {
  transform: translate(-2px, -2px) !important;
  box-shadow: 2px 2px 0 #ff6b35, 4px 4px 0 #7C3AED;
  transition: none !important;
}
.p-button--outline:focus, .p-button--outline:focus-visible {
  border-color: #ff6b35;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.4), 6px 6px 0 #ff6b35;
}

.p-button--outline-white {
  background: transparent;
  color: #ffffff;
  border: 3px solid #ffffff;
}
.p-button--outline-white::before {
  background: #ffffff;
}
.p-button--outline-white::after {
  border-bottom-color: #7C3AED;
}
.p-button--outline-white:hover:not(:disabled):not(:active) {
  background: #ffffff;
  color: #000000;
  transform: translate(-5px, -5px);
  box-shadow: 6px 6px 0 #ff6b35, 12px 12px 0 #7C3AED;
}
.p-button--outline-white:hover:not(:disabled):not(:active) span {
  color: #000000;
  position: relative;
  z-index: 2;
}
.p-button--outline-white:active {
  transform: translate(-2px, -2px) !important;
  box-shadow: 2px 2px 0 #ff6b35, 4px 4px 0 #7C3AED;
  transition: none !important;
}
.p-button--outline-white:focus, .p-button--outline-white:focus-visible {
  border-color: #ff6b35;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.4), 6px 6px 0 #ff6b35;
}

.p-button--accent {
  background: #ff6b35;
  color: #ffffff;
  border: 3px solid #ff6b35;
}
.p-button--accent::before {
  background: #000000;
}
.p-button--accent::after {
  border-bottom-color: #7C3AED;
}
.p-button--accent:hover:not(:disabled) {
  border-color: #000000;
  transform: translate(-5px, -5px);
  box-shadow: 6px 6px 0 #000000, 12px 12px 0 #7C3AED;
}
.p-button--accent:hover:not(:disabled) span {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.p-button--accent:hover:active {
  transform: translate(-2px, -2px) !important;
  box-shadow: 2px 2px 0 #000000, 4px 4px 0 #7C3AED;
  transition: none !important;
}
.p-button--accent:active {
  transform: translate(-2px, -2px) !important;
  box-shadow: 2px 2px 0 #000000, 4px 4px 0 #7C3AED;
  transition: none !important;
}
.p-button--accent:active:hover {
  transform: translate(-2px, -2px) !important;
}

.p-button--small {
  padding: 0.75rem 1.5rem;
  font-size: 0.75rem;
  border-width: 3px;
}

.p-button--large {
  padding: 1.5rem 3rem;
  font-size: 1rem;
  border-width: 4px;
}

.p-button--full {
  width: 100%;
}
@media (min-width: 768px) {
  .p-button--full {
    width: auto;
  }
}

/* ==========================================================================
   Card - プレミアムNeo-Brutalismスタイルのカード
   ========================================================================== */
/* ==========================================================================
   Variables - シャープでダイナミックなデザインシステム
   ========================================================================== */
.p-card {
  background-color: #ffffff;
  border-radius: 0;
  padding: 2rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border: 4px solid #000000;
  overflow: visible;
}
.p-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 6px;
  background: linear-gradient(90deg, #ff6b35 0%, #7C3AED 100%);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.p-card::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #7C3AED;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  opacity: 0;
}
.p-card:hover {
  transform: translate(-12px, -12px) rotate(-0.5deg);
  border-color: #ff6b35;
  box-shadow: 12px 12px 0 #ff6b35, 24px 24px 0 #7C3AED;
}
.p-card:hover::before {
  width: 100%;
}
.p-card:hover::after {
  opacity: 1;
  width: 20px;
  height: 20px;
  transform: rotate(5deg);
}
.p-card:hover .p-card__icon {
  transform: scale(1.1) rotate(5deg);
}
.p-card:focus, .p-card:focus-within {
  outline: none;
  border-color: #ff6b35;
  box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.2), 12px 12px 0 #ff6b35;
  transform: translate(-6px, -6px);
}
.p-card:focus::before, .p-card:focus-within::before {
  width: 100%;
}

.p-card--light {
  background-color: #fafafa;
}

.p-card--bordered {
  border: 4px solid #000000;
}

.p-card--shadow {
  box-shadow: none;
  border: 4px solid #000000;
}
.p-card--shadow:hover {
  border-color: #ff6b35;
  transform: translate(-12px, -12px);
  box-shadow: 12px 12px 0 #ff6b35, 24px 24px 0 #7C3AED;
}

.p-card--gradient {
  background: #000000;
  color: #ffffff;
  border: 4px solid #000000;
}
.p-card--gradient .p-card__title,
.p-card--gradient .p-card__body {
  color: #ffffff;
}
.p-card--gradient:hover {
  border-color: #ff6b35;
  transform: translate(-12px, -12px);
  box-shadow: 12px 12px 0 #ff6b35, 24px 24px 0 #7C3AED;
}

.p-card__header {
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}

.p-card__title {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
  color: #000000;
  line-height: 1.1;
  letter-spacing: -0.04em;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.p-card--editorial .p-card__title {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}

.p-card__subtitle {
  font-size: 0.875rem;
  color: #8a8a8a;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.p-card__body {
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}
.p-card__body:last-child {
  margin-bottom: 0;
}
.p-card__body p {
  color: #1a1a1a;
  line-height: 1.75;
}
.p-card--editorial .p-card__body p {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 2;
  color: #1a1a1a;
  font-weight: 400;
}

.p-card__footer {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 3px solid #000000;
  position: relative;
  z-index: 2;
}

.p-card__icon {
  width: 72px;
  height: 72px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: #ffffff;
  font-size: 1.875rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 4px solid #000000;
  position: relative;
  z-index: 2;
  transform: rotate(-3deg);
}
.p-card__icon::before {
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  width: 16px;
  height: 16px;
  background: #7C3AED;
  border: 3px solid #000000;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 3;
}
.p-card:hover .p-card__icon {
  border-color: #ff6b35;
  background: #ff6b35;
  transform: rotate(5deg) scale(1.15);
}
.p-card:hover .p-card__icon::before {
  opacity: 1;
  transform: rotate(-10deg) scale(1.2);
}
.p-card:hover .p-card__icon::after {
  opacity: 1;
  transform: scale(1) rotate(15deg);
}

.p-card__image {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 4px solid #000000;
  position: relative;
}
.p-card:hover .p-card__image {
  transform: scale(1.03);
  border-color: #ff6b35;
  box-shadow: 10px 10px 0 #7C3AED;
}

/* ==========================================================================
   Contact Form - Contact Form 7用スタイル
   ========================================================================== */
/* ==========================================================================
   Variables - シャープでダイナミックなデザインシステム
   ========================================================================== */
.p-contact-form {
  max-width: 800px;
  margin: 0 auto;
}

.p-contact-form__field {
  margin-bottom: 2rem;
  position: relative;
}

.p-contact-form__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.5rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.5;
  padding: 0.75rem 0.75rem;
  background: #fafafa;
  border-left: 4px solid #ff6b35;
  border-radius: 0;
  box-sizing: border-box;
}
.p-contact-form__label .p-contact-form__required {
  color: #ff6b35;
  margin-left: 0.25rem;
  font-weight: 900;
  display: inline;
  line-height: 1.5;
  vertical-align: baseline;
  font-size: inherit;
}
.p-contact-form__label * {
  line-height: 1.5;
  vertical-align: baseline;
}

.p-contact-form__input,
.p-contact-form__textarea,
.p-contact-form__select {
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  color: #000000;
  background: #ffffff;
  border: 3px solid #000000;
  border-radius: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
}
.p-contact-form__input:focus,
.p-contact-form__textarea:focus,
.p-contact-form__select:focus {
  outline: none;
  border-color: #ff6b35;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}
.p-contact-form__input::placeholder,
.p-contact-form__textarea::placeholder,
.p-contact-form__select::placeholder {
  color: #b0b0b0;
}
.p-contact-form__input:disabled,
.p-contact-form__textarea:disabled,
.p-contact-form__select:disabled {
  background: #f5f5f5;
  cursor: not-allowed;
}

.p-contact-form__textarea {
  min-height: 200px;
  resize: vertical;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  line-height: 1.75;
}

.p-contact-form__select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M8 12L2 6h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 16px;
  padding-right: 3rem;
}
.p-contact-form__select:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23ff6b35' d='M8 12L2 6h12z'/%3E%3C/svg%3E");
}
.p-contact-form__select option {
  padding: 0.5rem;
  background: #ffffff;
  color: #000000;
}

.p-contact-form__submit-wrapper {
  text-align: center;
  margin-top: 2.5rem;
}

.p-contact-form__submit {
  width: 100%;
  padding: 1.5rem 3rem;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px) {
  .p-contact-form__submit {
    width: auto;
    min-width: 200px;
  }
}
.p-contact-form__submit:disabled {
  background: #e5e5e5 !important;
  color: #b0b0b0 !important;
  border-color: #e5e5e5 !important;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
  opacity: 1;
}
.p-contact-form__submit:disabled span {
  color: #b0b0b0 !important;
}
.p-contact-form__submit:disabled:hover {
  background: #e5e5e5 !important;
  color: #b0b0b0 !important;
  border-color: #e5e5e5 !important;
  transform: none !important;
  box-shadow: none !important;
}

.p-contact-form__field--privacy {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
}
.p-contact-form__field--privacy .p-contact-form__required {
  color: #ff6b35 !important;
  font-weight: 900 !important;
}
.p-contact-form__field--privacy .wpcf7-list-item-label .p-contact-form__required {
  color: #ff6b35 !important;
  font-weight: 900 !important;
}
.p-contact-form__field--privacy label .p-contact-form__required {
  color: #ff6b35 !important;
  font-weight: 900 !important;
}

.p-contact-form__privacy-text {
  display: inline;
}

.p-contact-form__privacy-link {
  color: #ff6b35 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 2px !important;
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.p-contact-form__privacy-link:hover {
  color: #e55a2b !important;
  text-decoration-color: #e55a2b !important;
}
.p-contact-form__privacy-link:focus {
  outline: 2px solid #ff6b35;
  outline-offset: 2px;
  border-radius: 2px;
}

.p-contact-form__checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.6;
}
.p-contact-form__checkbox-label .p-contact-form__checkbox-text {
  flex: 1;
}
.p-contact-form__checkbox-label .p-contact-form__required {
  color: #ff6b35;
  margin-left: 0.25rem;
  font-weight: 700;
}
.p-contact-form__checkbox-label a {
  color: #ff6b35;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-contact-form__checkbox-label a:hover {
  color: #e55a2b;
  text-decoration-color: #e55a2b;
}
.p-contact-form__checkbox-label a:focus {
  outline: 2px solid #ff6b35;
  outline-offset: 2px;
  border-radius: 2px;
}

.p-contact-form__checkbox {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 0;
  cursor: pointer;
  border: 3px solid #000000;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  flex-shrink: 0;
  margin-top: 2px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-contact-form__checkbox:checked {
  background: #000000;
  border-color: #000000;
}
.p-contact-form__checkbox:checked::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}
.p-contact-form__checkbox:focus {
  outline: none;
  border-color: #ff6b35;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}
.p-contact-form__checkbox:hover {
  border-color: #ff6b35;
}

.wpcf7-form {
  max-width: 800px;
  margin: 0 auto;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 0.5rem;
}

.wpcf7-form-control, .wpcf7-textarea, .wpcf7-tel, .wpcf7-email, .wpcf7-text {
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  color: #000000;
  background: #ffffff;
  border: 3px solid #000000;
  border-radius: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
}
.wpcf7-form-control:focus, .wpcf7-textarea:focus, .wpcf7-tel:focus, .wpcf7-email:focus, .wpcf7-text:focus {
  outline: none;
  border-color: #ff6b35;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}
.wpcf7-form-control::placeholder, .wpcf7-textarea::placeholder, .wpcf7-tel::placeholder, .wpcf7-email::placeholder, .wpcf7-text::placeholder {
  color: #b0b0b0;
}

.wpcf7-textarea {
  min-height: 200px;
  resize: vertical;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  line-height: 1.75;
}

.wpcf7-select {
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  color: #000000;
  background: #ffffff;
  border: 3px solid #000000;
  border-radius: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M8 12L2 6h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 16px;
  padding-right: 3rem;
}
.wpcf7-select:focus {
  outline: none;
  border-color: #ff6b35;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23ff6b35' d='M8 12L2 6h12z'/%3E%3C/svg%3E");
}
.wpcf7-select:hover {
  border-color: #ff6b35;
}
.wpcf7-select option {
  padding: 0.5rem;
  background: #ffffff;
  color: #000000;
  font-size: 1rem;
}
.wpcf7-select::-ms-expand {
  display: block;
}

.wpcf7-submit {
  width: 100%;
  padding: 1.5rem 3rem;
  font-size: 1rem;
  cursor: pointer;
  border: 3px solid #000000;
  background: #000000;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.wpcf7-submit:hover:not(:disabled) {
  transform: translate(-5px, -5px);
  box-shadow: 5px 5px 0 #ff6b35, 10px 10px 0 #7C3AED;
}
.wpcf7-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}
.wpcf7-submit:disabled:hover {
  transform: none !important;
  box-shadow: none !important;
}
@media (min-width: 768px) {
  .wpcf7-submit {
    width: auto;
    min-width: 200px;
  }
}

.wpcf7-form > p:last-child,
.p-contact-form__submit-wrapper {
  text-align: center;
  margin-top: 2.5rem;
}

/* ==========================================================================
   Contact Form 7 Acceptance - プライバシーポリシー同意チェックボックス専用スタイル
   ========================================================================== */
/* ==========================================================================
   Variables - シャープでダイナミックなデザインシステム
   ========================================================================== */
.wpcf7-acceptance {
  margin: 0;
  display: block;
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
}
.wpcf7-acceptance label {
  display: flex !important;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000000 !important;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.6;
  cursor: pointer;
  margin: 0;
  width: 100%;
}
.wpcf7-acceptance input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
  border: 3px solid #000000 !important;
  border-radius: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  position: relative !important;
  flex-shrink: 0;
  margin-top: 2px !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: block !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
  pointer-events: auto !important;
  z-index: 10 !important;
}
.wpcf7-acceptance input[type=checkbox]:checked {
  background: #000000 !important;
  border-color: #000000 !important;
}
.wpcf7-acceptance input[type=checkbox]:checked::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  z-index: 11;
  pointer-events: none;
}
.wpcf7-acceptance input[type=checkbox]:focus {
  outline: none;
  border-color: #ff6b35 !important;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}
.wpcf7-acceptance input[type=checkbox]:hover {
  border-color: #ff6b35 !important;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  flex: 1;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.6;
  cursor: pointer;
}
.wpcf7-acceptance .wpcf7-list-item-label a {
  color: #ff6b35;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.wpcf7-acceptance .wpcf7-list-item-label a:hover {
  color: #e55a2b;
  text-decoration-color: #e55a2b;
}
.wpcf7-acceptance .wpcf7-list-item-label a:focus {
  outline: 2px solid #ff6b35;
  outline-offset: 2px;
  border-radius: 2px;
}

.p-contact-form__field--privacy {
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.p-contact-form__field--privacy .wpcf7-acceptance {
  margin: 0;
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.p-contact-form__field--privacy .wpcf7-list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
  margin: 0;
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
}
.p-contact-form__field--privacy .wpcf7-list-item label {
  display: flex !important;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
  margin: 0;
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
}
.p-contact-form__field--privacy .wpcf7-list-item input[type=checkbox] {
  display: block !important;
  flex-shrink: 0;
}
.p-contact-form__field--privacy .p-contact-form__privacy-text {
  display: inline;
}
.p-contact-form__field--privacy .wpcf7-list-item-label {
  display: inline !important;
}
.p-contact-form__field--privacy .p-contact-form__required {
  color: #ff6b35 !important;
  font-weight: 900 !important;
}
.p-contact-form__field--privacy .wpcf7-list-item-label .p-contact-form__required {
  color: #ff6b35 !important;
  font-weight: 900 !important;
}
.p-contact-form__field--privacy label .p-contact-form__required {
  color: #ff6b35 !important;
  font-weight: 900 !important;
}

.wpcf7-form-control-wrap {
  margin-top: 0;
}

.wpcf7-not-valid-tip {
  color: #ff6b35;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  display: none;
  visibility: hidden;
  font-weight: 500;
}
.wpcf7-not-valid-tip.is-visible {
  display: block;
  visibility: visible;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
  padding: 1.5rem;
  border: 3px solid #000000;
  border-radius: 0;
  margin-bottom: 2rem;
  font-weight: 700;
  text-align: center;
}

.wpcf7-validation-errors {
  background: #fafafa;
  color: #000000;
  border-color: #ff6b35;
}

.wpcf7-mail-sent-ok {
  background: #ffffff;
  color: #000000;
  border-color: #7C3AED;
}

.wpcf7-spinner {
  margin-left: 1rem;
}

.wpcf7-response-output {
  margin-top: 2rem;
  padding: 1.5rem;
  border: 3px solid #000000;
  border-radius: 0;
  font-weight: 500;
}

/* ==========================================================================
   Hero - プレミアムNeo-Brutalismスタイルのヒーローセクション
   ========================================================================== */
/* ==========================================================================
   Variables - シャープでダイナミックなデザインシステム
   ========================================================================== */
.p-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: calc(60px + 8rem);
  padding-bottom: 8rem;
  background: #ffffff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-hero {
    padding-top: calc(65px + 8rem);
  }
}
.p-hero--simple {
  min-height: 30vh;
  padding-top: 65px;
  padding-bottom: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-hero--simple {
    padding-top: 70px;
  }
}
.p-hero--simple .p-hero__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.p-hero--simple .p-hero__title {
  margin: 0;
  line-height: 1.2;
}
.p-hero--simple::before, .p-hero--simple::after {
  display: none;
}
.p-hero--about {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.08) 0%, rgb(255, 255, 255) 30%, rgba(124, 58, 237, 0.08) 100%);
  padding-top: calc(60px + 6rem);
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-hero--about {
    padding-top: calc(65px + 6rem);
  }
}
.p-hero--about::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: linear-gradient(45deg, #ff6b35 0%, transparent 50%, #7C3AED 100%);
  transform: rotate(45deg);
  opacity: 0.15;
  z-index: 0;
  border: 8px solid #000000;
  box-shadow: 20px 20px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .p-hero--about::before {
    width: 400px;
    height: 400px;
  }
}
.p-hero--about::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -15%;
  width: 500px;
  height: 500px;
  background: #7C3AED;
  transform: rotate(-30deg);
  opacity: 0.12;
  z-index: 0;
  border: 6px solid #ff6b35;
  box-shadow: -15px -15px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .p-hero--about::after {
    width: 300px;
    height: 300px;
  }
}
.p-hero--about .p-hero__inner {
  position: relative;
  z-index: 2;
}
.p-hero--about .p-hero__inner::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -30px;
  width: 150px;
  height: 150px;
  background: #ff6b35;
  border: 5px solid #000000;
  transform: rotate(45deg);
  box-shadow: 12px 12px 0 #7C3AED;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-hero--about .p-hero__inner::before {
    width: 100px;
    height: 100px;
    top: -25px;
    right: -20px;
    border-width: 4px;
    box-shadow: 8px 8px 0 #7C3AED;
  }
}
.p-hero--about .p-hero__inner::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -40px;
  width: 120px;
  height: 120px;
  background: #7C3AED;
  border: 4px solid #000000;
  transform: rotate(-20deg);
  box-shadow: -10px -10px 0 #ff6b35;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-hero--about .p-hero__inner::after {
    width: 80px;
    height: 80px;
    bottom: -30px;
    left: -25px;
    border-width: 3px;
    box-shadow: -6px -6px 0 #ff6b35;
  }
}
.p-hero--contact {
  background: radial-gradient(circle at 20% 30%, rgba(255, 107, 53, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(124, 58, 237, 0.15) 0%, transparent 50%), linear-gradient(180deg, rgba(255, 107, 53, 0.05) 0%, #ffffff 50%, rgba(124, 58, 237, 0.05) 100%);
  padding-top: calc(60px + 6rem);
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-hero--contact {
    padding-top: calc(65px + 6rem);
  }
}
.p-hero--contact::before {
  content: "";
  position: absolute;
  top: 10%;
  right: 5%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 8px solid #7C3AED;
  background: rgba(124, 58, 237, 0.1);
  opacity: 1;
  z-index: 0;
  box-shadow: 20px 20px 0 #ff6b35, 40px 40px 0 rgba(124, 58, 237, 0.2);
  transform: rotate(-5deg);
}
@media (max-width: 768px) {
  .p-hero--contact::before {
    width: 250px;
    height: 250px;
    top: 5%;
    right: 0;
    border-width: 6px;
    box-shadow: 12px 12px 0 #ff6b35, 24px 24px 0 rgba(124, 58, 237, 0.2);
  }
}
.p-hero--contact::after {
  content: "";
  position: absolute;
  bottom: 5%;
  left: 8%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 6px solid #ff6b35;
  background: rgba(255, 107, 53, 0.08);
  opacity: 1;
  z-index: 0;
  box-shadow: -15px -15px 0 #7C3AED, -30px -30px 0 rgba(255, 107, 53, 0.15);
  transform: rotate(10deg);
}
@media (max-width: 768px) {
  .p-hero--contact::after {
    width: 180px;
    height: 180px;
    bottom: 3%;
    left: 5%;
    border-width: 4px;
    box-shadow: -8px -8px 0 #7C3AED, -16px -16px 0 rgba(255, 107, 53, 0.15);
  }
}
.p-hero--contact .p-hero__inner {
  position: relative;
  z-index: 2;
}
.p-hero--contact .p-hero__inner::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ff6b35;
  border: 4px solid #000000;
  box-shadow: 8px 8px 0 #7C3AED;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-hero--contact .p-hero__inner::before {
    width: 60px;
    height: 60px;
    top: -15px;
    left: -10px;
    border-width: 3px;
    box-shadow: 5px 5px 0 #7C3AED;
  }
}
.p-hero--contact {
  padding-top: calc(60px + 6rem);
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-hero--contact {
    padding-top: calc(65px + 6rem);
  }
}
.p-hero--contact .p-hero__inner {
  position: relative;
  z-index: 2;
}
.p-hero--service {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1) 0%, #ffffff 40%, rgba(255, 107, 53, 0.1) 100%);
  padding-top: calc(60px + 6rem);
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-hero--service {
    padding-top: calc(65px + 6rem);
  }
}
.p-hero--service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 107, 53, 0.08) 2px, transparent 2px), linear-gradient(90deg, rgba(255, 107, 53, 0.08) 2px, transparent 2px), linear-gradient(rgba(124, 58, 237, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(124, 58, 237, 0.06) 1px, transparent 1px);
  background-size: 80px 80px, 80px 80px, 20px 20px, 20px 20px;
  background-position: 0 0, 0 0, 0 0, 0 0;
  z-index: 0;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .p-hero--service::before {
    background-size: 120px 120px, 120px 120px, 30px 30px, 30px 30px;
  }
}
.p-hero--service::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 450px;
  height: 450px;
  border: 10px solid #7C3AED;
  border-radius: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  background: rgba(124, 58, 237, 0.05);
  z-index: 1;
  box-shadow: 25px 25px 0 #ff6b35, 50px 50px 0 rgba(124, 58, 237, 0.2);
}
@media (max-width: 768px) {
  .p-hero--service::after {
    width: 280px;
    height: 280px;
    border-width: 6px;
    box-shadow: 15px 15px 0 #ff6b35, 30px 30px 0 rgba(124, 58, 237, 0.2);
  }
}
.p-hero--service .p-hero__inner {
  position: relative;
  z-index: 2;
}
.p-hero--service .p-hero__inner::before {
  content: "";
  position: absolute;
  top: -35px;
  right: -40px;
  width: 130px;
  height: 130px;
  background: #ff6b35;
  border: 5px solid #000000;
  transform: rotate(45deg);
  box-shadow: 15px 15px 0 #7C3AED;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-hero--service .p-hero__inner::before {
    width: 80px;
    height: 80px;
    top: -20px;
    right: -25px;
    border-width: 4px;
    box-shadow: 10px 10px 0 #7C3AED;
  }
}
.p-hero--service .p-hero__inner::after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: -35px;
  width: 100px;
  height: 100px;
  background: #7C3AED;
  border: 4px solid #000000;
  transform: rotate(-30deg);
  box-shadow: -12px -12px 0 #ff6b35;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-hero--service .p-hero__inner::after {
    width: 60px;
    height: 60px;
    bottom: -25px;
    left: -20px;
    border-width: 3px;
    box-shadow: -8px -8px 0 #ff6b35;
  }
}
.p-hero--company {
  background: linear-gradient(45deg, rgba(255, 107, 53, 0.12) 0%, rgb(255, 255, 255) 40%, rgba(124, 58, 237, 0.12) 100%);
  padding-top: calc(60px + 6rem);
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-hero--company {
    padding-top: calc(65px + 6rem);
  }
}
.p-hero--company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(255, 107, 53, 0.06) 40px, rgba(255, 107, 53, 0.06) 80px), repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(124, 58, 237, 0.04) 40px, rgba(124, 58, 237, 0.04) 80px);
  z-index: 0;
  opacity: 0.8;
}
.p-hero--company::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 10%;
  width: 350px;
  height: 350px;
  background: #7C3AED;
  border: 8px solid #000000;
  transform: rotate(30deg);
  box-shadow: 20px 20px 0 #ff6b35, 40px 40px 0 rgba(124, 58, 237, 0.15);
  z-index: 1;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .p-hero--company::after {
    width: 220px;
    height: 220px;
    top: 15%;
    right: 5%;
    border-width: 6px;
    box-shadow: 12px 12px 0 #ff6b35, 24px 24px 0 rgba(124, 58, 237, 0.15);
  }
}
.p-hero--company .p-hero__inner {
  position: relative;
  z-index: 2;
}
.p-hero--company .p-hero__inner::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -25px;
  width: 110px;
  height: 110px;
  background: #ff6b35;
  border: 4px solid #000000;
  transform: rotate(-20deg);
  box-shadow: 10px 10px 0 #7C3AED;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-hero--company .p-hero__inner::before {
    width: 70px;
    height: 70px;
    top: -20px;
    left: -15px;
    border-width: 3px;
    box-shadow: 6px 6px 0 #7C3AED;
  }
}
.p-hero--company .p-hero__inner::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -30px;
  width: 90px;
  height: 90px;
  background: #7C3AED;
  border: 4px solid #ff6b35;
  transform: rotate(15deg);
  box-shadow: -8px -8px 0 #ff6b35;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-hero--company .p-hero__inner::after {
    width: 60px;
    height: 60px;
    bottom: -25px;
    right: -20px;
    border-width: 3px;
    box-shadow: -5px -5px 0 #ff6b35;
  }
}
.p-hero:not(.p-hero--about):not(.p-hero--contact):not(.p-hero--service):not(.p-hero--company):not(.p-hero--simple)::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -20%;
  width: 900px;
  height: 900px;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.25) 0%, rgba(255, 107, 53, 0.15) 25%, rgba(124, 58, 237, 0.12) 50%, rgba(124, 58, 237, 0.08) 75%, transparent 100%);
  border-radius: 50%;
  animation: hero-float-premium-1 25s ease-in-out infinite;
  z-index: 2;
  mix-blend-mode: multiply;
}
.p-hero:not(.p-hero--about):not(.p-hero--contact):not(.p-hero--service):not(.p-hero--company):not(.p-hero--simple)::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -15%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.2) 0%, rgba(124, 58, 237, 0.12) 30%, rgba(255, 107, 53, 0.1) 60%, rgba(255, 107, 53, 0.06) 85%, transparent 100%);
  border-radius: 50%;
  animation: hero-float-premium-2 30s ease-in-out infinite reverse;
  z-index: 2;
  mix-blend-mode: multiply;
}

@keyframes hero-float-premium-1 {
  0%, 100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 1;
  }
  25% {
    transform: translate(100px, -100px) scale(1.2) rotate(90deg);
    opacity: 0.95;
  }
  50% {
    transform: translate(-80px, -150px) scale(0.9) rotate(180deg);
    opacity: 0.85;
  }
  75% {
    transform: translate(-120px, 80px) scale(1.15) rotate(270deg);
    opacity: 0.9;
  }
}
@keyframes hero-float-premium-2 {
  0%, 100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 1;
  }
  33% {
    transform: translate(120px, 120px) scale(1.25) rotate(120deg);
    opacity: 0.95;
  }
  66% {
    transform: translate(-100px, 100px) scale(0.85) rotate(240deg);
    opacity: 0.9;
  }
}
.p-hero__background {
  display: none;
}

.p-hero__inner {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 1000px;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  align-self: stretch;
  flex: 1;
}
@media (min-width: 768px) {
  .p-hero__inner {
    padding: 0 2rem;
  }
}

.p-hero__title {
  font-size: clamp(2.25rem, 8vw, 6rem);
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  color: #000000;
  letter-spacing: -0.04em;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.p-hero--about .p-hero__title, .p-hero--contact .p-hero__title, .p-hero--service .p-hero__title, .p-hero--company .p-hero__title {
  font-size: clamp(1.875rem, 6vw, 4.5rem);
}
.p-hero__title {
  cursor: crosshair;
  transition: color 0.3s ease;
  background: linear-gradient(90deg, #000000 0%, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.p-hero__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--drag-left, 0%);
  width: var(--drag-width, 0%);
  height: 100%;
  background: #000000;
  z-index: -1;
  transition: width 0.3s ease, left 0.3s ease;
  pointer-events: none;
  border-radius: 0;
}
.p-hero__title.is-dragging::before {
  transition: width 0.05s ease, left 0.05s ease;
}
.p-hero__title.is-dragging .p-hero__title-line {
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  transition: color 0.1s ease;
}
.p-hero__title .p-hero__title-line {
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, #000000 0%, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.p-hero__title:hover .p-hero__title-line {
  background: linear-gradient(90deg, #ff6b35 0%, #000000 30%, #7C3AED 60%, #000000 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-text-premium 3s ease infinite;
}
.p-hero__title.is-dragging .p-hero__title-line {
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}

@keyframes gradient-text-premium {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.p-hero__subtitle {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 400;
  color: #4a4a4a;
  margin-bottom: 3rem;
  line-height: 1.75;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 1rem 0;
}
.p-hero__subtitle::before, .p-hero__subtitle::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #ff6b35 0%, #7C3AED 100%);
}
.p-hero__subtitle::before {
  top: 0;
}
.p-hero__subtitle::after {
  bottom: 0;
}
@media (min-width: 768px) {
  .p-hero__subtitle {
    margin-bottom: 4rem;
    font-size: 1.25rem;
  }
  .p-hero__subtitle::before, .p-hero__subtitle::after {
    width: 100px;
  }
}

.p-hero__cta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 640px) {
  .p-hero__cta {
    flex-direction: row;
    gap: 1.5rem;
  }
}

/* ==========================================================================
   Section - Luxury & Editorial + Neo-Brutalismスタイルのセクション
   ========================================================================== */
/* ==========================================================================
   Variables - シャープでダイナミックなデザインシステム
   ========================================================================== */
.p-section {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
.p-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ff6b35 0%, transparent 50%, #7C3AED 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.p-section:hover::before {
  opacity: 0.3;
}
.p-section .p-section__bg-image-framed {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 70%;
  max-width: 800px;
  max-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.15;
  z-index: 0;
  border: 8px solid #000000;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
  filter: blur(2px);
  transition: opacity 0.5s ease, filter 0.5s ease;
}
@media (min-width: 768px) {
  .p-section .p-section__bg-image-framed {
    width: 50%;
    height: 65%;
    opacity: 0.18;
  }
}
@media (min-width: 1024px) {
  .p-section .p-section__bg-image-framed {
    width: 45%;
    height: 60%;
    opacity: 0.2;
  }
}
.p-section .p-section__bg-image-framed::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: inherit;
  filter: blur(20px);
  opacity: 0.3;
  z-index: -1;
}
.p-section.p-section--bg-image .p-section__bg-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
  height: 80%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.12;
  z-index: 0;
  transition: opacity 0.5s ease;
}
@media (min-width: 768px) {
  .p-section.p-section--bg-image .p-section__bg-image {
    opacity: 0.15;
  }
}
.p-section.p-section--bg-image .p-section__bg-image--right {
  left: auto;
  right: 5%;
  width: 35%;
  height: 70%;
}
@media (min-width: 1024px) {
  .p-section.p-section--bg-image .p-section__bg-image--right {
    right: 8%;
    width: 30%;
    height: 65%;
  }
}
.p-section.p-section--bg-image .p-section__bg-image--left {
  right: auto;
  left: 5%;
  width: 35%;
  height: 70%;
}
@media (min-width: 1024px) {
  .p-section.p-section--bg-image .p-section__bg-image--left {
    left: 8%;
    width: 30%;
    height: 65%;
  }
}
.p-section.p-section--bg-image .l-container {
  position: relative;
  z-index: 1;
}
.p-section.p-section--bg-image:hover .p-section__bg-image {
  opacity: 0.18;
}
@media (min-width: 768px) {
  .p-section.p-section--bg-image:hover .p-section__bg-image {
    opacity: 0.22;
  }
}
@media (min-width: 768px) {
  .p-section {
    padding: 8rem 0;
  }
}
@media (min-width: 1024px) {
  .p-section {
    padding: 10rem 0;
  }
}

.p-section--light {
  background-color: #fafafa;
  position: relative;
}
.p-section--light::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 5%;
  width: 200px;
  height: 200px;
  background: #7C3AED;
  opacity: 0.05;
  transform: rotate(45deg);
  border: 4px solid #ff6b35;
  box-shadow: 8px 8px 0 #000000;
}
@media (max-width: 768px) {
  .p-section--light::after {
    display: none;
  }
}

.p-section--gradient {
  background: #ffffff;
}

.p-section--dark {
  background: #000000;
  color: #ffffff;
  position: relative;
}
.p-section--dark .p-section__title,
.p-section--dark .p-section__badge {
  color: #ffffff;
}
.p-section--dark .p-section__description {
  color: rgba(255, 255, 255, 0.8);
}

.p-section--editorial {
  padding: 8rem 0;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-section--editorial {
    padding: 10rem 0;
  }
}
@media (min-width: 1024px) {
  .p-section--editorial {
    padding: 12rem 0;
  }
}
.p-section--editorial .p-section__header {
  text-align: left;
  max-width: none;
  margin-bottom: 6rem;
}
@media (min-width: 1024px) {
  .p-section--editorial .p-section__header {
    margin-bottom: 8rem;
  }
}
.p-section--editorial .p-section__badge {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-section--editorial .p-section__badge {
    margin-bottom: 2.5rem;
  }
}
.p-section--editorial .p-section__title {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2.25rem, 7vw, 4.5rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
  font-weight: 800;
  word-break: keep-all;
  overflow-wrap: break-word;
  hyphens: auto;
}
@media (min-width: 768px) {
  .p-section--editorial .p-section__title {
    margin-bottom: 3rem;
  }
}
.p-section--editorial .p-section__title::before {
  width: 16px;
  height: 16px;
  top: -12px;
  left: -24px;
  border-width: 4px;
}
@media (min-width: 768px) {
  .p-section--editorial .p-section__title::before {
    width: 20px;
    height: 20px;
    top: -15px;
    left: -30px;
  }
}
.p-section--editorial .p-section__description {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  line-height: 2;
  max-width: 800px;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  color: #1a1a1a;
  font-weight: 400;
}
.p-section--editorial .p-section__description::before, .p-section--editorial .p-section__description::after {
  display: none;
}

.p-section__header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 4rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-section__header {
    margin-bottom: 5rem;
  }
}

.p-section__badge {
  display: block;
  padding: 0.75rem 1.5rem;
  background: #ffffff;
  color: #8a8a8a;
  font-size: 0.875rem;
  font-weight: 900;
  border-radius: 0;
  margin-bottom: 2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 3px solid #000000;
  position: relative;
  transform: rotate(-1deg);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: fit-content;
}
.p-section__badge::before {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  width: 12px;
  height: 12px;
  background: #ff6b35;
  border: 2px solid #000000;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.p-section__badge::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: -6px;
  width: 8px;
  height: 8px;
  background: #7C3AED;
  border: 2px solid #000000;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media (min-width: 768px) {
  .p-section__badge {
    font-size: 1rem;
    padding: 0.75rem 2rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .p-section__badge {
    margin-bottom: 3rem;
  }
}
.p-section__badge:hover {
  transform: rotate(2deg) scale(1.08) translateY(-2px);
  border-color: #ff6b35;
  color: #ff6b35;
  box-shadow: 8px 8px 0 #7C3AED, 16px 16px 0 rgba(124, 58, 237, 0.2);
}
.p-section__badge:hover::before {
  opacity: 1;
  transform: rotate(45deg) scale(1.2);
}
.p-section__badge:hover::after {
  opacity: 1;
  transform: rotate(45deg) scale(1.3);
}

.p-section__title {
  font-size: clamp(1.875rem, 6vw, 3.75rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: #000000;
  letter-spacing: -0.04em;
  position: relative;
  display: inline-block;
  word-break: keep-all;
  overflow-wrap: break-word;
  hyphens: auto;
}
.p-section__title::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -20px;
  width: 12px;
  height: 12px;
  background: #ff6b35;
  transform: rotate(45deg);
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 #7C3AED;
}
@media (max-width: 768px) {
  .p-section__title::before {
    width: 8px;
    height: 8px;
    top: -5px;
    left: -10px;
    border-width: 2px;
    box-shadow: 3px 3px 0 #7C3AED;
  }
}
.p-section__title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -15px;
  width: 8px;
  height: 8px;
  background: #7C3AED;
  border: 2px solid #000000;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .p-section__title::after {
    display: none;
  }
}
.p-section__title:hover::after {
  opacity: 1;
}

.p-section__description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #4a4a4a;
  line-height: 1.75;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  padding: 0 1rem;
}
.p-section__description::before, .p-section__description::after {
  content: '"';
  position: absolute;
  font-size: 4rem;
  font-weight: 900;
  color: #ff6b35;
  opacity: 0.2;
  line-height: 1;
}
.p-section__description::before {
  top: -20px;
  left: 0;
}
.p-section__description::after {
  bottom: -40px;
  right: 0;
}

.p-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .p-section__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .p-section__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}

@media (min-width: 768px) {
  .p-section__grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .p-section__grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .p-section__grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-section__asymmetric {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  position: relative;
}
@media (min-width: 1024px) {
  .p-section__asymmetric {
    grid-template-columns: 1.2fr 1fr;
    gap: 6rem;
    align-items: start;
  }
}
.p-section__asymmetric::before {
  content: "";
  position: absolute;
  top: -40px;
  right: 20%;
  width: 100px;
  height: 100px;
  background: #7C3AED;
  opacity: 0.1;
  transform: rotate(45deg);
  z-index: 0;
  border: 4px solid #ff6b35;
  box-shadow: 8px 8px 0 #000000;
}
@media (max-width: 1024px) {
  .p-section__asymmetric::before {
    display: none;
  }
}

@media (min-width: 1024px) {
  .p-section__asymmetric--reverse {
    grid-template-columns: 1fr 1.2fr;
  }
  .p-section__asymmetric--reverse .p-section__asymmetric-content {
    order: 2;
  }
  .p-section__asymmetric--reverse .p-section__asymmetric-visual {
    order: 1;
  }
}
.p-section__asymmetric--reverse::before {
  left: 20%;
  right: auto;
}

.p-section__asymmetric-content {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .p-section__asymmetric-content {
    padding-right: 2rem;
  }
}

.p-section__asymmetric-visual {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .p-section__asymmetric-visual {
    padding-left: 2rem;
  }
}
.p-section__asymmetric-visual::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: #ff6b35;
  opacity: 0.1;
  z-index: -1;
  transform: rotate(15deg);
  border: 4px solid #7C3AED;
  box-shadow: 6px 6px 0 #000000;
}
@media (max-width: 1024px) {
  .p-section__asymmetric-visual::before {
    display: none;
  }
}
.p-section__asymmetric-visual::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  background: #7C3AED;
  opacity: 0.08;
  z-index: -1;
  transform: rotate(-15deg);
  border: 3px solid #ff6b35;
}
@media (max-width: 1024px) {
  .p-section__asymmetric-visual::after {
    display: none;
  }
}

.p-section__editorial-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  margin-top: 6rem;
}
@media (min-width: 1024px) {
  .p-section__editorial-content {
    grid-template-columns: 1fr 1.2fr;
    gap: 6rem;
    align-items: start;
  }
}

.p-section__editorial-text {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  line-height: 2;
  color: #1a1a1a;
  font-weight: 400;
}
.p-section__editorial-text p {
  margin-bottom: 2rem;
}
.p-section__editorial-text p:last-child {
  margin-bottom: 0;
}

.p-section__editorial-image {
  position: relative;
  width: 100%;
}
.p-section__editorial-image img {
  width: 100%;
  height: auto;
  min-height: 400px;
  object-fit: cover;
  border: 4px solid #000000;
  box-shadow: 12px 12px 0 #ff6b35;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .p-section__editorial-image img {
    min-height: 500px;
  }
}
@media (min-width: 1024px) {
  .p-section__editorial-image img {
    min-height: 600px;
  }
}
.p-section__editorial-image img:hover {
  box-shadow: 16px 16px 0 #7C3AED;
  transform: translate(-4px, -4px);
}

/* ==========================================================================
   Animations - ダイナミックで遊び心のあるアニメーション
   ========================================================================== */
/* ==========================================================================
   Variables - シャープでダイナミックなデザインシステム
   ========================================================================== */
.p-fade-in-up {
  opacity: 0;
  transform: translateY(80px) scale(0.95);
  transition: opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1), transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.p-fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.p-fade-in-up--delay-1 {
  transition-delay: 0.15s;
}

.p-fade-in-up--delay-2 {
  transition-delay: 0.3s;
}

.p-fade-in-up--delay-3 {
  transition-delay: 0.45s;
}

.p-fade-in-up--delay-4 {
  transition-delay: 0.6s;
}

.p-fade-in {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity;
}
.p-fade-in.is-visible {
  opacity: 1;
}

.p-scale-in {
  opacity: 0;
  transform: scale(0.7) rotate(-5deg);
  transition: opacity 1.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 1.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  will-change: opacity, transform;
}
.p-scale-in.is-visible {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.p-slide-in-left {
  opacity: 0;
  transform: translateX(-120px) rotate(-2deg);
  transition: opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1), transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.p-slide-in-left.is-visible {
  opacity: 1;
  transform: translateX(0) rotate(0deg);
}

.p-slide-in-right {
  opacity: 0;
  transform: translateX(120px) rotate(2deg);
  transition: opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1), transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.p-slide-in-right.is-visible {
  opacity: 1;
  transform: translateX(0) rotate(0deg);
}

.p-hover-lift {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-hover-lift:hover {
  transform: translateY(-16px) rotate(2deg) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.p-hover-scale {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-hover-scale:hover {
  transform: scale(1.1) rotate(1deg);
}

.p-hover-rotate {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-hover-rotate:hover {
  transform: rotate(8deg) scale(1.08);
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(20px, -20px) rotate(5deg);
  }
  50% {
    transform: translate(-10px, -40px) rotate(-5deg);
  }
  75% {
    transform: translate(-20px, -10px) rotate(3deg);
  }
}
.p-float {
  animation: float 12s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.05);
  }
}
.p-pulse {
  animation: pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes slide-in-right {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.p-slide-in-right-animated {
  animation: slide-in-right 1s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.p-rotate {
  animation: rotate 20s linear infinite;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-4px) rotate(-1deg);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(4px) rotate(1deg);
  }
}
.p-shake {
  animation: shake 0.5s ease-in-out;
}

@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(-100px);
  }
  50% {
    opacity: 1;
    transform: scale(1.05) translateY(10px);
  }
  70% {
    transform: scale(0.9) translateY(-5px);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
.p-bounce-in {
  animation: bounce-in 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes slide-up-bounce {
  0% {
    opacity: 0;
    transform: translateY(100px) scale(0.8);
  }
  60% {
    opacity: 1;
    transform: translateY(-10px) scale(1.02);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
.p-slide-up-bounce {
  animation: slide-up-bounce 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes wiggle {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-3deg);
  }
  75% {
    transform: rotate(3deg);
  }
}
.p-wiggle {
  animation: wiggle 0.5s ease-in-out infinite;
}
.p-wiggle:hover {
  animation-duration: 0.3s;
}

.p-parallax-slow {
  transition: transform 0.1s ease-out;
}

.p-parallax-fast {
  transition: transform 0.2s ease-out;
}

/* ==========================================================================
   Privacy Policy - 真面目なデザインのプライバシーポリシーページ
   ========================================================================== */
/* ==========================================================================
   Variables - シャープでダイナミックなデザインシステム
   ========================================================================== */
section.p-section.p-contact {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
section.p-section.p-contact .p-contact-form,
section.p-section.p-contact .p-contact-form *,
section.p-section.p-contact .p-fade-in-up,
section.p-section.p-contact .p-fade-in,
section.p-section.p-contact .p-scale-in,
section.p-section.p-contact .p-slide-in-left,
section.p-section.p-contact .p-slide-in-right {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

.p-hero__title {
  opacity: 1 !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
}

.p-privacy {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
.p-privacy::before {
  display: none;
}
.p-privacy:hover::before {
  display: none;
}
.p-privacy * {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}
.p-privacy.p-section {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
.p-privacy .p-privacy__content {
  background: #ffffff;
  padding: 0;
  line-height: 2;
  color: #1a1a1a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  max-width: 100%;
  margin: 0;
}
.p-privacy .p-privacy__intro {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-privacy .p-privacy__intro {
    margin-bottom: 2.5rem;
  }
}
.p-privacy .p-privacy__section {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-privacy .p-privacy__section {
    margin-top: 4rem;
    margin-bottom: 2.5rem;
  }
}
.p-privacy .p-privacy__section-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #000000;
  color: #000000;
}
@media (min-width: 768px) {
  .p-privacy .p-privacy__section-title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
  }
}
.p-privacy .p-privacy__text {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 2;
  color: #1a1a1a;
}
@media (min-width: 768px) {
  .p-privacy .p-privacy__text {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
.p-privacy .p-privacy__list {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-type: decimal;
}
@media (min-width: 768px) {
  .p-privacy .p-privacy__list {
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}
.p-privacy .p-privacy__list li {
  margin-bottom: 1rem;
  line-height: 2;
  color: #1a1a1a;
}
@media (min-width: 768px) {
  .p-privacy .p-privacy__list li {
    margin-bottom: 1.5rem;
  }
}
.p-privacy .p-privacy__list ol {
  margin-left: 2rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .p-privacy .p-privacy__list ol {
    margin-left: 3rem;
  }
}
.p-privacy .p-privacy__contact {
  margin-left: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-privacy .p-privacy__contact {
    margin-left: 2rem;
    margin-bottom: 3rem;
  }
}
.p-privacy .p-privacy__contact p {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 2;
  color: #1a1a1a;
}
@media (min-width: 768px) {
  .p-privacy .p-privacy__contact p {
    margin-bottom: 1rem;
    font-size: 1.125rem;
  }
}
.p-privacy .p-privacy__contact p strong {
  font-weight: 700;
  color: #000000;
}
.p-privacy .p-privacy__end {
  margin-top: 3rem;
  text-align: right;
  font-weight: 700;
  font-size: 1rem;
  color: #000000;
}
@media (min-width: 768px) {
  .p-privacy .p-privacy__end {
    margin-top: 4rem;
    font-size: 1.125rem;
  }
}
.p-privacy .p-company-table {
  width: 100%;
  border-collapse: collapse;
}
.p-privacy .p-company-table__row {
  border-bottom: 1px solid #e5e5e5;
}
.p-privacy .p-company-table__header {
  padding: 1rem;
  text-align: left;
  font-weight: 700;
  width: 30%;
  vertical-align: top;
}
.p-privacy .p-company-table__cell {
  padding: 1rem;
  color: #1a1a1a;
  line-height: 1.8;
}

/* ==========================================================================
   Spacing Utilities
   ========================================================================== */
/* ==========================================================================
   Variables - シャープでダイナミックなデザインシステム
   ========================================================================== */
.u-mt-sm {
  margin-top: 0.75rem !important;
}

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

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

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

.u-mt-2xl {
  margin-top: 3rem !important;
}

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

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

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

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

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

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

.u-mb-2xl {
  margin-bottom: 3rem !important;
}

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

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

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

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

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

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

.u-pt-2xl {
  padding-top: 3rem !important;
}

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

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

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

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

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

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

.u-pb-2xl {
  padding-bottom: 3rem !important;
}

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

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

/* ==========================================================================
   Spacing Utility Extended - 拡張スペーシングユーティリティ
   ========================================================================== */
/* ==========================================================================
   Variables - シャープでダイナミックなデザインシステム
   ========================================================================== */
.u-mt-sm {
  margin-top: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   Typography Utilities
   ========================================================================== */
/* ==========================================================================
   Variables - シャープでダイナミックなデザインシステム
   ========================================================================== */
.u-font-sans {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
}

.u-font-serif {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif !important;
}

.u-text-left {
  text-align: left !important;
}

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

.u-text-right {
  text-align: right !important;
}

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

.u-text-light {
  color: #8a8a8a !important;
}

.u-text-sm {
  font-size: 0.875rem !important;
}

.u-text-base {
  font-size: 1rem !important;
}

.u-text-lg {
  font-size: 1.125rem !important;
}

.u-text-xl {
  font-size: 1.25rem !important;
}

.u-font-normal {
  font-weight: 400 !important;
}

.u-font-medium {
  font-weight: 500 !important;
}

.u-font-semibold {
  font-weight: 600 !important;
}

.u-font-bold {
  font-weight: 700 !important;
}

/* ==========================================================================
   Text Utility - テキスト関連ユーティリティ
   ========================================================================== */
/* ==========================================================================
   Variables - シャープでダイナミックなデザインシステム
   ========================================================================== */
.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-dark {
  color: #1a1a1a !important;
}

.u-text-medium {
  color: #4a4a4a !important;
}

.u-text-light {
  color: #8a8a8a !important;
}

.u-font-serif {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif !important;
}

.u-font-sans {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
}

.u-line-height-relaxed {
  line-height: 1.75 !important;
}

.u-line-height-normal {
  line-height: 1.5 !important;
}

.u-font-size-base {
  font-size: 1rem !important;
}

.u-font-size-lg {
  font-size: 1.125rem !important;
}

.u-font-size-xl {
  font-size: 1.25rem !important;
}

/* ==========================================================================
   Display Utility - 表示制御ユーティリティ
   ========================================================================== */
/* ==========================================================================
   Variables - シャープでダイナミックなデザインシステム
   ========================================================================== */
.u-hide {
  display: none !important;
}

@media (min-width: 768px) {
  .u-hide-md {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .u-hide-lg {
    display: none !important;
  }
}

.u-show-md {
  display: none !important;
}
@media (min-width: 768px) {
  .u-show-md {
    display: block !important;
  }
}

.u-show-lg {
  display: none !important;
}
@media (min-width: 1024px) {
  .u-show-lg {
    display: block !important;
  }
}

/*# sourceMappingURL=style.css.map */
