/**
 * Philosophy Section Block Frontend Styles
 */

.will-philosophy-section {
  position: relative;
  overflow: hidden;
  margin-bottom: 0 !important;
}

.will-philosophy-section .overflow-hidden {
  overflow: hidden;
}

.will-philosophy-section .absolute {
  position: absolute;
}

.will-philosophy-section .inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.will-philosophy-section img {
  max-width: 100%;
  height: auto;
}

.will-philosophy-section .object-cover {
  object-fit: cover;
}

.will-philosophy-section .object-center {
  object-position: center;
}

.will-philosophy-section .pointer-events-none {
  pointer-events: none;
}

.will-philosophy-section .relative {
  position: relative;
}

.will-philosophy-section .z-10 {
  z-index: 10;
}

/* max-widthはコンテンツ内の要素に適用（見出しとテキスト） */
.will-philosophy-section .max-w-4xl {
  max-width: 56rem;
}

.will-philosophy-section .max-w-5xl {
  max-width: 64rem;
}

.will-philosophy-section .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.will-philosophy-section .w-full {
  width: 100%;
}

.will-philosophy-section .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.will-philosophy-section .text-center {
  text-align: center;
}

.will-philosophy-section .mb-12 {
  margin-bottom: 3rem;
}

.will-philosophy-section .space-y-6 > * + * {
  margin-top: 1.5rem;
}

.will-philosophy-section .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.will-philosophy-section .text-gray-700 {
  color: #374151;
}

.will-philosophy-section .leading-relaxed {
  line-height: 1.625;
}

.will-philosophy-section .bg-white\/80 {
  background-color: rgba(255, 255, 255, 0.8);
}

/* テキストの配置 */
.will-philosophy-section [style*="text-align: left"] {
  text-align: left !important;
}

.will-philosophy-section [style*="text-align: center"] {
  text-align: center !important;
}

.will-philosophy-section [style*="text-align: right"] {
  text-align: right !important;
}

/* Responsive Padding */
@media (min-width: 640px) {
  .will-philosophy-section .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .will-philosophy-section .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .will-philosophy-section .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .will-philosophy-section .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 1280px) {
  .will-philosophy-section .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

/* pタグのマージンをリセット */
.will-philosophy-section p {
  margin: 0;
}

