@charset "UTF-8";

/* ==========================================================================
   Business Succession Will LP Styles - Responsive Adjusted
   ========================================================================== */

/* Base Styles
   ========================================================================== */
.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.l-main.lp-business-succession {
    padding-top: 0;
    margin-bottom: 0;
}

.lp-business-succession {
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #fff;
}

.lp-business-succession * {
    box-sizing: border-box;
}

.lp-business-succession .font-serif {
    font-family: "Noto Serif JP", serif;
}

.lp-business-succession .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.lp-business-succession section {
    padding: 80px 0;
}

@media (max-width: 768px) {
    .lp-business-succession section {
        padding: 60px 0;
    }
}

@media (max-width: 576px) {
    .lp-business-succession section {
        padding: 40px 0;
    }
    .lp-business-succession .container {
        padding: 0 15px;
    }
}

/* Utilities
   ========================================================================== */
.text-gold { color: #C5A059; }
.text-orange { color: #E85D04; }
.text-navy { color: #1B4B7C; }
.bg-navy { background-color: #1B4B7C; }
.bg-gray { background-color: #F8FAFC; }
.bg-gold { background-color: #C5A059; }

/* Header
   ========================================================================== */
.lp-header {
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.lp-header-inner {
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.lp-header-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.lp-header-logo-icon {
    background-color: #1B4B7C;
    color: #fff;
    padding: 0.375rem;
    border-radius: 0.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-header-logo-text {
    display: flex;
    flex-direction: column;
}

.lp-header-logo-sub {
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.lp-header-logo-main {
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 1.25rem;
    color: #1B4B7C;
    line-height: 1;
}

.lp-nav {
    display: none;
}

.fa-scale-balanced {
    color: #fff;
}

@media (min-width: 768px) {
    .lp-nav {
        display: flex;
        align-items: center;
        gap: 2rem;
        font-size: 0.875rem;
        font-weight: bold;
        color: #4b5563;
    }
}

.lp-nav-link {
    text-decoration: none;
    color: inherit;
    padding: 0.5rem 0;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}

.lp-nav-link:hover {
    color: #1B4B7C;
    border-bottom-color: #1B4B7C;
}

.lp-header-cta {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.lp-header-tel {
    display: none;
    text-align: right;
}

@media (min-width: 1024px) {
    .lp-header-tel {
        display: block;
    }
}

.lp-header-tel-label {
    font-size: 0.75rem;
    color: #6b7280;
    margin: 0;
}

.lp-header-tel-number {
    font-size: 1.25rem;
    font-weight: bold;
    color: #1B4B7C;
    font-family: "Noto Serif JP", serif;
    margin: 0;
    line-height: 1.2;
}

.lp-btn-header {
    background-color: #E85D04;
    color: #fff;
    font-weight: bold;
    border-radius: 9999px;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: background-color 0.3s;
    white-space: nowrap;
}

.lp-btn-header:hover {
    background-color: #d35400;
}

@media (max-width: 768px) {
    .lp-header-inner {
        padding: 0 15px;
        height: 70px;
    }
    .lp-header-logo-icon {
        padding: 0.5rem;
    }
    .lp-btn-header {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }
    .lp-header-logo-icon i {
        font-size: 1.25rem;
    }
}

@media (max-width: 576px) {
    .lp-header-inner {
        height: 60px;
    }
    .lp-header-logo-main {
        font-size: 1rem;
    }
    .lp-header-logo-sub {
        font-size: 0.65rem;
    }
    .lp-btn-header {
        padding: 0.4rem 0.8rem;
        font-size: 0.75rem;
    }
}

/* Hero Section
   ========================================================================== */
.lp-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 120px 0;
}

.lp-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(27, 75, 124, 0.9), rgba(27, 75, 124, 0.4), transparent);
}

.lp-hero-content {
    position: relative;
    z-index: 10;
    max-width: 800px;
}

.lp-hero-tag {
    display: inline-block;
    background-color: #C5A059;
    color: white;
    padding: 5px 15px;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.lp-hero-title {
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #fff;
}

.lp-hero-title-highlight {
    color: #FFD700;
}

.lp-hero-text {
    font-size: 1.2rem;
    line-height: 1.8;
    border-left: 4px solid #C5A059;
    padding-left: 20px;
    margin-bottom: 40px;
    color: #fff;
}

.lp-btn-cta {
    background-color: #E85D04;
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 1.1rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: background-color 0.3s;
}

.lp-btn-cta:hover {
    background-color: #d35400;
    color: white;
}

.lp-btn-cta-icon {
    margin-left: 10px;
    color: #fff;
}

@media (max-width: 768px) {
    .lp-hero {
        padding: 80px 0;
    }
    .lp-hero::before {
        background: linear-gradient(to right, rgba(27, 75, 124, 0.95), rgba(27, 75, 124, 0.8));
    }
    .lp-hero-title {
        font-size: 2.25rem;
    }
    .lp-hero-text {
        font-size: 1rem;
    }
    .lp-btn-cta {
        padding: 12px 30px;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .lp-hero {
        padding: 60px 0;
    }
    .lp-hero-tag {
        font-size: 0.75rem;
        padding: 4px 12px;
    }
    .lp-hero-title {
        font-size: 1.75rem;
        margin-bottom: 20px;
    }
    .lp-hero-text {
        font-size: 0.9rem;
        padding-left: 15px;
        margin-bottom: 30px;
    }
    .lp-btn-cta {
        padding: 12px 25px;
        font-size: 0.9rem;
        width: 100%;
        justify-content: center;
    }
}

/* Section Title
   ========================================================================== */
.lp-section-title {
    text-align: center;
    margin-bottom: 60px;
}

.lp-section-title h3 {
    color: #1B4B7C;
    font-size: 2.5rem;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.lp-section-title h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: #C5A059;
}

@media (max-width: 768px) {
    .lp-section-title {
        margin-bottom: 40px;
    }
    .lp-section-title h3 {
        font-size: 1.75rem;
    }
}

@media (max-width: 576px) {
    .lp-section-title {
        margin-bottom: 30px;
    }
    .lp-section-title h3 {
        font-size: 1.5rem;
    }
    .lp-section-title h3::after {
        width: 60px;
        height: 3px;
    }
}

/* Problem Section
   ========================================================================== */
.lp-problem-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.lp-problem-card {
    background-color: #F8FAFC;
    border: 2px solid rgba(27, 75, 124, 0.1);
    border-radius: 15px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.lp-problem-badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1B4B7C;
    color: white;
    padding: 5px 15px;
    border-bottom-left-radius: 10px;
    font-weight: bold;
    font-size: 0.9rem;
}

.lp-problem-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}

.lp-problem-icon {
    background-color: white;
    padding: 10px;
    border-radius: 50%;
    color: #1B4B7C;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

@media (max-width: 576px) {
    .lp-problem-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .lp-problem-card {
        padding: 25px 20px;
    }
    .lp-problem-badge {
        font-size: 0.8rem;
        padding: 4px 12px;
    }
}

/* Solution Section
   ========================================================================== */
.lp-solution {
    background-color: #1B4B7C;
    color: white;
    position: relative;
    overflow: hidden;
}

.lp-solution-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #153e6a;
    transform: skewX(12deg) translateX(80px);
}

.lp-solution-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 10;
}

.lp-solution-label {
    display: inline-block;
    border: 1px solid #C5A059;
    color: #C5A059;
    padding: 5px 15px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.lp-solution-title {
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 2.25rem;
    margin-bottom: 2rem;
    color: #fff;
}

.lp-solution-desc {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
    padding-left: 1.25rem;
    border-left: 4px solid #C5A059;
    color: #dbeafe;
}

.lp-solution-point-card {
    background-color: white;
    color: #1B4B7C;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    position: relative;
    margin-bottom: 30px;
}

.lp-solution-point-card.dark {
    background-color: #153e6a;
    color: #dbeafe;
    border: 1px solid rgba(255,255,255,0.2);
}

.lp-solution-point-badge {
    position: absolute;
    top: -15px;
    left: 30px;
    padding: 5px 15px;
    font-size: 0.9rem;
    font-weight: bold;
    border-radius: 5px;
}

.lp-solution-point-badge.gold { background-color: #C5A059; color: white; }
.lp-solution-point-badge.orange { background-color: #E85D04; color: white; }

.lp-solution-point-title {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.lp-solution-point-card.dark .lp-solution-point-title {
    border-bottom-color: rgba(255,255,255,0.2);
    color: #fff;
}

.lp-solution-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.lp-solution-list-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
}

.lp-solution-grid-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    color: #dbeafe;
}

.lp-solution-grid-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #dbeafe;
}

.lp-solution-dot {
    width: 0.375rem;
    height: 0.375rem;
    background-color: #C5A059;
    border-radius: 9999px;
    flex-shrink: 0;
}

.lp-solution-image-wrapper {
    position: relative;
}

.lp-solution-image-frame {
    position: absolute;
    inset: -15px;
    border: 2px solid #C5A059;
    border-radius: 15px;
    transform: translate(15px, 15px);
}

.lp-solution-image {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    width: 100%;
}

@media (max-width: 992px) {
    .lp-solution-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .lp-solution-bg {
        display: none;
    }
    .lp-solution-title {
        font-size: 1.75rem;
    }
}

@media (max-width: 576px) {
    .lp-solution-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .lp-solution-desc {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    .lp-solution-point-card {
        padding: 25px 20px;
        margin-bottom: 25px;
    }
    .lp-solution-point-badge {
        font-size: 0.8rem;
        padding: 4px 12px;
        left: 20px;
    }
    .lp-solution-point-title {
        font-size: 1.1rem;
    }
    .lp-solution-grid-list {
        grid-template-columns: 1fr;
    }
}

/* Dual Protection (Merit Section)
   ========================================================================== */
.lp-dual-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.lp-dual-card-header {
    background-color: #F0F4F8;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 30px;
    text-align: center;
    border-bottom: 4px solid #1B4B7C;
}

.lp-dual-number {
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    font-size: 1.5rem;
    font-weight: bold;
    color: #1B4B7C;
}

.lp-dual-card-body {
    background-color: white;
    border: 1px solid #eee;
    border-top: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.lp-dual-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    color: #4b5563;
}

.lp-dual-list-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

@media (max-width: 992px) {
    .lp-dual-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .lp-dual-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .lp-dual-card-header {
        padding: 20px;
    }
    .lp-dual-card-body {
        padding: 20px;
    }
    .lp-dual-number {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
}

/* Important Box
   ========================================================================== */
.lp-important-box {
    background-color: white;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    overflow: hidden;
    border: 2px solid rgba(232, 93, 4, 0.2);
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.lp-important-left {
    padding: 60px;
    background-color: #FFF5F0;
    border-right: 1px solid rgba(232, 93, 4, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lp-important-right {
    padding: 60px;
}

.lp-important-badge {
    display: inline-block;
    background-color: #E85D04;
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 25px;
    width: fit-content;
}

.lp-important-title {
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 2.25rem;
    color: #1B4B7C;
    margin-bottom: 1.5rem;
}

.lp-important-desc {
    color: #4b5563;
    margin-bottom: 2rem;
}

.lp-btn-outline {
    display: inline-block;
    width: fit-content;
    border: 2px solid #E85D04;
    color: #E85D04;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
}

.lp-important-subtitle {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: #1B4B7C;
    border-bottom: 2px solid rgba(27, 75, 124, 0.1);
    padding-bottom: 1rem;
}

.lp-important-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.lp-important-item {
    display: flex;
    gap: 1rem;
}

.lp-important-number {
    background-color: #1B4B7C;
    color: white;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.lp-important-item-title {
    font-weight: bold;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

.lp-important-item-desc {
    font-size: 0.875rem;
    color: #4b5563;
}

.lp-example-box {
    background-color: #F0F4F8;
    padding: 20px;
    border-radius: 10px;
    font-size: 0.9rem;
    color: #555;
    border-left: 4px solid #1B4B7C;
    margin-top: 10px;
}

.lp-example-label {
    font-weight: bold;
    color: #1B4B7C;
    margin-bottom: 0.25rem;
}

@media (max-width: 992px) {
    .lp-important-box {
        grid-template-columns: 1fr;
    }
    .lp-important-left {
        border-right: none;
        border-bottom: 1px solid rgba(232, 93, 4, 0.1);
    }
}

@media (max-width: 768px) {
    .lp-important-box {
        grid-template-columns: 1fr;
        border-radius: 15px;
    }
    .lp-important-left,
    .lp-important-right {
        padding: 40px 30px;
    }
    .lp-important-title {
        font-size: 1.75rem;
    }
    .lp-important-number {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .lp-important-left,
    .lp-important-right {
        padding: 30px 20px;
    }
    .lp-important-title {
        font-size: 1.5rem;
    }
    .lp-important-badge {
        font-size: 0.8rem;
        padding: 6px 15px;
    }
    .lp-important-subtitle {
        font-size: 1.1rem;
    }
    .lp-important-item-title {
        font-size: 1rem;
    }
    .lp-example-box {
        padding: 15px;
        font-size: 0.85rem;
    }
}

/* Family Trust Section
   ========================================================================== */
.lp-family-image-wrapper {
    position: relative;
}

.lp-family-image-bg {
    position: absolute;
    inset: -15px;
    background-color: #F0F4F8;
    border-radius: 15px;
    transform: rotate(-3deg);
    z-index: 0;
}

.lp-family-image {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    width: 100%;
}

.lp-family-label {
    color: #1B4B7C;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
}

.lp-family-title {
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 2.25rem;
    color: #1B4B7C;
    margin-bottom: 1.5rem;
}

.lp-family-subtitle {
    font-size: 1.5rem;
    color: #6b7280;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    margin-top: 0.5rem;
    display: block;
}

.lp-family-desc {
    font-size: 1.125rem;
    color: #4b5563;
    margin-bottom: 2rem;
}

.lp-family-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.lp-family-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.lp-family-icon-wrapper {
    background-color: rgba(232, 93, 4, 0.1);
    padding: 0.5rem;
    border-radius: 9999px;
    flex-shrink: 0;
}

.lp-family-icon {
    color: #E85D04;
    font-size: 1.25rem;
}

.lp-family-item-title {
    font-weight: bold;
    display: block;
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
}

.lp-family-item-desc {
    font-size: 0.875rem;
    color: #4b5563;
}

@media (max-width: 768px) {
    .lp-family-title {
        font-size: 1.75rem;
    }
    .lp-family-subtitle {
        font-size: 1.25rem;
    }
}

@media (max-width: 576px) {
    .lp-family-title {
        font-size: 1.5rem;
    }
    .lp-family-subtitle {
        font-size: 1.1rem;
    }
    .lp-family-desc {
        font-size: 1rem;
    }
    .lp-family-item-title {
        font-size: 1rem;
    }
}

/* Target Audience
   ========================================================================== */
.lp-target-title {
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 2.25rem;
    margin-bottom: 1rem;
    color: #fff;
    text-align: center;
}

.lp-target-desc {
    color: #dbeafe;
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 2rem;
}

.lp-target-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.lp-target-item {
    background-color: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    padding: 25px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.lp-target-icon-wrapper {
    background-color: #C5A059;
    padding: 0.25rem;
    border-radius: 9999px;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.lp-target-icon {
    color: white;
    font-size: 0.75rem;
}

.lp-target-text {
    font-weight: 500;
    line-height: 1.625;
    color: #fff;
}

@media (max-width: 768px) {
    .lp-target-title {
        font-size: 1.75rem;
    }
    .lp-target-desc {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .lp-target-title {
        font-size: 1.5rem;
    }
    .lp-target-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .lp-target-item {
        padding: 20px;
    }
}

/* Strength Section
   ========================================================================== */
.lp-strength-title {
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 2.25rem;
    color: #1B4B7C;
    margin-bottom: 1.5rem;
}

.lp-strength-desc {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    color: #4b5563;
}

.lp-strength-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.lp-strength-item {
    display: flex;
    gap: 1.5rem;
}

.lp-strength-icon-wrapper {
    background-color: #F8FAFC;
    padding: 1rem;
    border-radius: 0.75rem;
    height: fit-content;
    flex-shrink: 0;
}

.lp-strength-icon {
    font-size: 1.875rem;
    color: #1B4B7C;
}

.lp-strength-item-title {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #1B4B7C;
}

.lp-strength-item-desc {
    color: #4b5563;
}

.lp-strength-image-frame {
    position: absolute;
    inset: -15px;
    transform: translate(15px, 15px);
}

.lp-strength-image {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
    width: 100%;
}

@media (max-width: 768px) {
    .lp-strength-title {
        font-size: 1.75rem;
    }
    .lp-strength-desc {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .lp-strength-title {
        font-size: 1.5rem;
    }
    .lp-strength-desc {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    .lp-strength-item {
        gap: 1rem;
    }
    .lp-strength-icon-wrapper {
        padding: 0.75rem;
    }
    .lp-strength-icon {
        font-size: 1.5rem;
    }
    .lp-strength-item-title {
        font-size: 1.1rem;
    }
}

/* Contact Section
   ========================================================================== */
.lp-contact-box {
    background-color: white;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    overflow: hidden;
    border: 1px solid #eee;
}

.lp-contact-header {
    background-color: #1B4B7C;
    padding: 40px;
    text-align: center;
    color: white;
}

.lp-contact-title {
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 2.25rem;
    margin-bottom: 1rem;
    color: #fff;
}

.lp-contact-desc {
    color: #dbeafe;
    font-size: 1.125rem;
}

.lp-contact-body {
    padding: 2.5rem;
}

.lp-contact-message {
    text-align: center;
    margin-bottom: 3rem;
}

.lp-contact-message-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 1rem;
}

.lp-contact-message-text {
    color: #4b5563;
}

.lp-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}

.lp-contact-method {
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
}

.lp-contact-method.phone {
    background-color: #FFF5F0;
    border: 2px solid rgba(232, 93, 4, 0.1);
}

.lp-contact-method.email {
    background-color: #F0F4F8;
    border: 2px solid rgba(27, 75, 124, 0.1);
}

.lp-contact-icon-wrapper {
    background-color: white;
    padding: 1rem;
    border-radius: 9999px;
    width: fit-content;
    margin: 0 auto 1.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.lp-contact-icon {
    font-size: 1.5rem;
}

.lp-contact-icon.phone { color: #E85D04; }
.lp-contact-icon.email { color: #1B4B7C; }

.lp-contact-method-title {
    font-weight: bold;
    color: #374151;
    margin-bottom: 0.5rem;
}

.lp-contact-phone-number {
    font-size: 1.875rem;
    font-weight: bold;
    color: #1B4B7C;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 0.5rem;
}

.lp-contact-hours {
    font-size: 0.875rem;
    color: #6b7280;
}

.lp-contact-email-address {
    font-size: 1.125rem;
    font-weight: bold;
    color: #1B4B7C;
    margin-bottom: 0.5rem;
    word-break: break-all;
}

.lp-office-info {
    background-color: #f9fafb;
    padding: 2rem;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
}

.lp-office-title {
    font-weight: bold;
    text-align: center;
    color: #1B4B7C;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.lp-office-title-line {
    width: 2rem;
    height: 1px;
    background-color: #1B4B7C;
}

.lp-office-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    font-size: 0.9rem;
    color: #666;
}

.lp-office-item {
    text-align: center;
}

.lp-office-name {
    font-weight: bold;
    display: block;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

@media (min-width: 768px) {
    .lp-contact-body {
        padding: 4rem;
    }
}

@media (max-width: 768px) {
    .lp-contact-header {
        padding: 30px 20px;
    }
    .lp-contact-title {
        font-size: 1.75rem;
    }
    .lp-contact-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .lp-contact-body {
        padding: 2rem;
    }
    .lp-contact-method-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .lp-contact-box {
        border-radius: 15px;
    }
    .lp-contact-header {
        padding: 25px 15px;
    }
    .lp-contact-title {
        font-size: 1.5rem;
    }
    .lp-contact-desc {
        font-size: 1rem;
    }
    .lp-contact-body {
        padding: 1.5rem;
    }
    .lp-contact-message {
        margin-bottom: 2rem;
    }
    .lp-contact-message-title {
        font-size: 1.1rem;
    }
    .lp-contact-method {
        padding: 20px;
    }
    .lp-contact-phone-number {
        font-size: 1.5rem;
    }
    .lp-contact-grid {
        margin-bottom: 30px;
    }
    .lp-office-info {
        padding: 1.5rem;
    }
    .lp-office-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    
}

/* Footer
   ========================================================================== */
.lp-footer {
    background-color: #0F2A4A;
    color: #9ca3af;
    padding: 4rem 0 2rem;
}

.lp-footer-grid {
    display: grid;
    gap: 3rem;
    margin-bottom: 3rem;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.lp-footer-list-item {
    color: #fff;
}

.lp-footer-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.lp-footer-logo-icon {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0.375rem;
    border-radius: 0.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-footer-logo-text {
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
}

.lp-footer-desc {
    font-size: 0.875rem;
    line-height: 1.6;
    max-width: 28rem;
    color: #d1d5db;
    margin-bottom: 2rem;
}

.lp-footer-links {
    display: flex;
    gap: 1rem;
}

.lp-footer-link {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.lp-footer-link:hover {
    color: #C5A059;
}

.lp-footer-group-title {
    font-weight: bold;
    color: #fff;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
}

.lp-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
}

.lp-footer-list li {
    margin-bottom: 0.75rem;
}

.lp-footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    text-align: center;
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .lp-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
    .lp-footer-right {
        text-align: right;
    }
}

@media (max-width: 576px) {
    .lp-footer {
        padding: 3rem 0 1.5rem;
    }
    .lp-footer-grid {
        gap: 2rem;
        padding: 0 15px;
    }
    .lp-footer-logo-text {
        font-size: 1.25rem;
    }
    .lp-footer-desc {
        font-size: 0.8rem;
    }
    .lp-footer-copyright {
        padding-top: 1.5rem;
        margin-top: 2rem;
        font-size: 0.7rem;
    }
    .lp-footer-logo-icon i {
        font-size: 1.25rem;
    }
}

/* ------------------------------------------------------------------
   Merit Section
------------------------------------------------------------------ */
.lp-merit-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.lp-merit-card {
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease;
}

.lp-merit-card:hover {
    transform: translateY(-5px);
}

.lp-merit-icon-wrapper {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.lp-merit-icon {
    font-size: 2.5rem;
    color: #C5A059;
}

.lp-merit-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1B4B7C;
    margin-bottom: 1rem;
}

.lp-merit-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4b5563;
}

@media (min-width: 768px) {
    .lp-merit-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .lp-merit-grid {
        gap: 1.5rem;
        margin-top: 2rem;
    }
    .lp-merit-card {
        padding: 1.5rem;
    }
    .lp-merit-icon-wrapper {
        width: 60px;
        height: 60px;
    }
    .lp-merit-icon {
        font-size: 2rem;
    }
    .lp-merit-title {
        font-size: 1.1rem;
    }
}

/* ------------------------------------------------------------------
   Flow Section
------------------------------------------------------------------ */
.lp-flow-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin-top: 3rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.lp-flow-item {
    display: flex;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.lp-flow-number {
    background-color: #1B4B7C;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
}

.lp-flow-content {
    padding: 1.5rem;
    flex: 1;
}

.lp-flow-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1B4B7C;
    margin-bottom: 0.5rem;
}

.lp-flow-desc {
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.6;
}

.lp-flow-arrow {
    color: #C5A059;
    font-size: 1.5rem;
}

@media (max-width: 576px) {
    .lp-flow-wrapper {
        gap: 1rem;
        margin-top: 2rem;
    }
    .lp-flow-number {
        min-width: 60px;
        font-size: 1.25rem;
        padding: 1rem;
    }
    .lp-flow-content {
        padding: 1rem;
    }
    .lp-flow-title {
        font-size: 1.1rem;
    }
    .lp-flow-desc {
        font-size: 0.85rem;
    }
}

/* ------------------------------------------------------------------
   FAQ Section
------------------------------------------------------------------ */
.lp-faq-wrapper {
    max-width: 800px;
    margin: 3rem auto 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.lp-faq-item {
    background-color: #fff;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.lp-faq-question {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 1rem;
}

.lp-faq-q-mark {
    background-color: #1B4B7C;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.lp-faq-question h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
    padding-top: 0.2rem;
}

.lp-faq-answer {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.lp-faq-a-mark {
    background-color: #C5A059;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.lp-faq-answer p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
    padding-top: 0.2rem;
}

@media (max-width: 576px) {
    .lp-faq-wrapper {
        margin-top: 2rem;
        gap: 1rem;
    }
    .lp-faq-item {
        padding: 1.5rem;
    }
    .lp-faq-q-mark,
    .lp-faq-a-mark {
        width: 28px;
        height: 28px;
        font-size: 0.875rem;
    }
    .lp-faq-question h4 {
        font-size: 1rem;
    }
    .lp-faq-answer p {
        font-size: 0.875rem;
    }
}

/* ------------------------------------------------------------------
   Two Column Layout (Family Trust, Strength sections)
------------------------------------------------------------------ */
.lp-two-col-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

@media (max-width: 992px) {
    .lp-two-col-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .lp-two-col-grid .lp-family-image-wrapper,
    .lp-two-col-grid .lp-solution-image-wrapper {
        order: -1;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .lp-two-col-grid {
        gap: 30px;
    }
}
body {
    padding-bottom: 0;
}