@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
*/

/* === 変数 === */
:root {
    --lp-primary: #0052A5;
    --lp-primary-dark: #003D7A;
    --lp-primary-light: #E8F4FF;
    --lp-accent: #FF6B35;
    --lp-text: #1a1a1a;
    --lp-text-light: #555;
    --lp-gray-light: #f5f7fa;
    --lp-gray: #e0e5eb;
    --lp-success: #28a745;
    --lp-shadow: 0 4px 20px rgba(0,82,165,0.15);
    --lp-shadow-lg: 0 10px 40px rgba(0,82,165,0.2);
}

/* === 全体 === */
html, body {
    overflow-x: hidden;
    max-width: 100%;
}
* { box-sizing: border-box; }

.post_content,
.l-mainContent__inner,
.l-content,
.l-article {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* SWELL見出し装飾の干渉対策 */
.lp-title,
.lp-flow__content h3,
.lp-area-info__title,
.lp-contact-form__title {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}
.lp-title::before,
.lp-title::after,
.lp-flow__content h3::before,
.lp-flow__content h3::after {
    content: none !important;
    display: none !important;
}

/* === 共通セクション === */
.lp-section {
    padding: 80px 20px;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    overflow: hidden;
}
.lp-section--gray { background: var(--lp-gray-light); }
.lp-section--gradient { background: linear-gradient(180deg, #fff 0%, var(--lp-primary-light) 100%); }
.lp-section--primary {
    background: linear-gradient(135deg, var(--lp-primary) 0%, var(--lp-primary-dark) 100%);
    color: #fff;
}
.lp-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

/* === 見出し === */
.lp-header-box { text-align: center; margin-bottom: 50px; }
.lp-label {
    display: inline-block;
    background: var(--lp-primary);
    color: #fff;
    padding: 6px 18px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.lp-label--white { background: rgba(255,255,255,0.2); color: #fff; }
.lp-title {
    font-size: 38px;
    font-weight: 900;
    line-height: 1.4;
    color: var(--lp-text) !important;
}
.lp-title span { color: var(--lp-primary) !important; }
.lp-title--white { color: #fff !important; }
.lp-title--white span { color: #eca1b5 !important; }
.lp-header-box__sub {
    display: inline-block;
    background: var(--lp-primary);
    color: #fff;
    padding: 8px 25px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* === テロップ === */
.lp-ticker {
    background: #eca1b5;
    color: #fff;
    padding: 12px 0;
    overflow: hidden;
    white-space: nowrap;
}
.lp-ticker__inner { display: inline-block; white-space: nowrap; }
.lp-ticker__text {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding: 0 60px;
    letter-spacing: 2px;
}

/* === ヒーロー === */
.lp-hero3 {
    padding: 30px 20px 0;
    position: relative;
    overflow: hidden;
}
.lp-hero3__inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.lp-hero3__left img { width: 100%; height: auto; }
.lp-hero3__right { text-align: center; }
.lp-hero3__right img { width: 100%; max-width: 280px; height: auto; margin-bottom: 15px; }
.lp-hero3__buttons { display: flex; flex-direction: column; gap: 15px; align-items: center; }
.lp-hero3__tel {
    display: block;
    background: #eca1b5;
    color: #fff;
    padding: 22px 30px;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 6px 20px rgba(236,161,181,0.4);
    transition: all 0.3s ease;
    width: 100%;
}
.lp-hero3__tel:hover { transform: translateY(-3px); color: #fff; }
.lp-hero3__tel-label { display: block; font-size: 16px; margin-bottom: 5px; }
.lp-hero3__tel-number {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 44px;
    font-weight: 700;
}
.lp-hero3__contact {
    display: block;
    background: #eca1b5;
    color: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0 6px 20px rgba(236,161,181,0.4);
    transition: all 0.3s ease;
    width: 100%;
}
.lp-hero3__contact:hover { transform: translateY(-3px); color: #fff; }
.lp-hero3__skyline { position: relative; z-index: 1; margin-top: -50px; }
.lp-hero3__skyline img {
    width: 100%;
    display: block;
    max-height: 200px;
    object-fit: cover;
    object-position: top;
}

/* === trouble === */
#troubles { background: linear-gradient(135deg, #e8f7ff 0%, #fde8f0 100%); }
.lp-trouble-anime {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 30px;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}
.lp-trouble-anime__left,
.lp-trouble-anime__right { display: flex; flex-direction: column; gap: 20px; }
.lp-trouble-bubble {
    background: #fff;
    border-radius: 16px;
    padding: 18px 20px;
    box-shadow: 0 4px 20px rgba(236,161,181,0.25);
    border-top: 4px solid #eca1b5;
    display: flex;
    align-items: center;
    gap: 12px;
    opacity: 0;
    position: relative;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    width: 100%;
}
.lp-trouble-bubble--left { animation-name: bubbleFromLeft; }
.lp-trouble-bubble--left::after {
    content: '';
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-left-color: #fff;
}
.lp-trouble-bubble--right { animation-name: bubbleFromRight; }
.lp-trouble-bubble--right::after {
    content: '';
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-right-color: #fff;
}
.lp-trouble-bubble__icon { font-size: 28px; flex-shrink: 0; }
.lp-trouble-bubble p { font-size: 16px; font-weight: 700; color: var(--lp-text); line-height: 1.6; margin: 0; }
.lp-trouble-anime__center { text-align: center; }
.lp-trouble-anime__center img { width: 180px; height: auto; margin: 0 auto; }
.lp-trouble-anime__question {
    font-size: 32px;
    font-weight: 900;
    color: #eca1b5;
    margin-top: 10px;
    animation: questionPulse 1.5s ease-in-out infinite;
}
@keyframes bubbleFromLeft {
    0% { opacity: 0; transform: translateX(-60px); }
    100% { opacity: 1; transform: translateX(0); }
}
@keyframes bubbleFromRight {
    0% { opacity: 0; transform: translateX(60px); }
    100% { opacity: 1; transform: translateX(0); }
}
@keyframes questionPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.2); opacity: 0.7; }
}

/* === strengths === */
#strengths { background: linear-gradient(135deg, #e8f7ff 0%, #fde8f0 100%); }
#strengths .lp-title span { color: #eca1b5 !important; }
.lp-strength-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}
.lp-strength-card {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--lp-shadow);
    transition: transform 0.3s ease;
}
.lp-strength-card:hover { transform: translateY(-5px); }
.lp-strength-card__num {
    background: linear-gradient(135deg, #71ccf8, #eca1b5);
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 700;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.lp-strength-card__body {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    flex: 1;
    min-width: 0;
}
.lp-strength-card__icon {
    font-size: 32px;
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: linear-gradient(135deg, #e8f7ff, #fde8f0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.lp-strength-card__content { flex: 1; word-break: break-word; }
.lp-strength-card__title { font-size: 18px; font-weight: 700; color: var(--lp-primary); margin-bottom: 8px; }
.lp-strength-card__text { font-size: 14px; line-height: 1.7; color: var(--lp-text-light); }

/* === target === */
#target { background: linear-gradient(135deg, #e8f7ff 0%, #fde8f0 100%); }
.lp-target-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
    max-width: 1000px;
    margin: 0 auto;
    align-items: stretch;
}
.lp-target-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(236,161,181,0.2);
    border-top: 4px solid #eca1b5;
    display: flex;
    flex-direction: column;
}
.lp-target-card--biz .lp-target-card__header { background: linear-gradient(135deg, #71ccf8, #50aadc); }
.lp-target-card--general .lp-target-card__header { background: linear-gradient(135deg, #eca1b5, #e07898); }
.lp-target-card__header { padding: 20px 25px; text-align: center; }
.lp-target-card__title { color: #fff; font-size: 24px; font-weight: 900; }
.lp-target-card__body {
    background: #fff;
    padding: 25px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
}
.lp-target-card__body img { width: 130px; border-radius: 10px; flex-shrink: 0; }
.lp-target-card__body p { font-size: 16px; line-height: 1.9; color: var(--lp-text-light); }

/* === flow === */
.lp-flow__free,
.lp-flow__paid { display: flex; gap: 0; }
.lp-flow__free-label {
    writing-mode: vertical-rl;
    background: #e8e8e8;
    color: #333;
    font-size: 24px;
    font-weight: 900;
    padding: 30px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 0 10px;
    flex-shrink: 0;
}
.lp-flow__paid-label {
    writing-mode: vertical-rl;
    background: #4CAF50;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    padding: 30px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 0 10px;
    flex-shrink: 0;
}
.lp-flow__items { flex: 1; min-width: 0; }
.lp-flow__free .lp-flow__items { background: #f5f5f5; border-radius: 0 10px 10px 0; padding: 20px; }
.lp-flow__paid .lp-flow__items { background: #e8f5e9; border-radius: 0 10px 10px 0; padding: 20px; }
.lp-flow__paid { margin-top: 20px; }
.lp-flow__item { display: flex; gap: 25px; padding: 25px 0; border-bottom: 1px dashed #ccc; align-items: center; }
.lp-flow__item:last-child { border-bottom: none; }
.lp-flow__img {
    width: 200px;
    height: 150px; /* 高さ統一 */
    flex-shrink: 0;
}
.lp-flow__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 同じサイズに統一 */
    border-radius: 10px;
}
.lp-flow__content h3 {
    font-size: 24px !important;
    font-weight: 900 !important;
    margin-bottom: 10px !important;
    color: var(--lp-text) !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}
.lp-flow__content h3::before,
.lp-flow__content h3::after { content: none !important; display: none !important; }
.lp-flow__num { color: var(--lp-primary); margin-right: 5px; }
.lp-flow__content p { font-size: 16px; color: var(--lp-text-light); line-height: 1.8; }


/* === pricing === */
#pricing {
    background: linear-gradient(135deg, #e8f7ff 0%, #fde8f0 100%);
}
#pricing .lp-title span { color: #eca1b5 !important; }
.lp-pricing-intro {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 40px;
    border: 2px dashed #eca1b5;
}
.lp-pricing-intro__title {
    font-size: 22px;
    font-weight: 700;
    color: #eca1b5;
    margin-bottom: 10px;
}
.lp-pricing-intro__formula {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.lp-pricing-intro__item {
    background: var(--lp-gray-light);
    padding: 15px 25px;
    border-radius: 10px;
    font-weight: 700;
    color: var(--lp-primary);
}
.lp-pricing-intro__plus {
    font-size: 24px;
    color: var(--lp-primary);
    font-weight: 700;
}
.lp-pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
    max-width: 800px;
    margin: 0 auto;
}
.lp-pricing-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--lp-shadow);
    border-top: 4px solid #eca1b5;
}
.lp-pricing-card__header {
    background: linear-gradient(135deg, #71ccf8, #eca1b5);
    color: #fff;
    padding: 25px;
    text-align: center;
}
.lp-pricing-card__title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #fff !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}
.lp-pricing-card__title::before,
.lp-pricing-card__title::after { content: none !important; display: none !important; }
.lp-pricing-card__body { padding: 25px; }
.lp-pricing-card__price { text-align: center; margin-bottom: 20px; }
.lp-pricing-card__amount {
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #eca1b5;
    display: block;
}
.lp-pricing-card__note {
    font-size: 13px;
    color: var(--lp-text-light);
    margin-top: 5px;
}
.lp-pricing-card__features { list-style: none; padding: 0; margin: 0; }
.lp-pricing-card__features li {
    padding: 10px 0;
    border-bottom: 1px solid var(--lp-gray);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}
.lp-pricing-card__features li:last-child { border-bottom: none; }
.lp-pricing-card__features li::before {
    content: '✓';
    background: var(--lp-success);
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
}


/* === FAQ === */
#faq { background: var(--lp-gray-light); }
.lp-faq-list { max-width: 800px; margin: 0 auto; }
.lp-faq-item { background: #fff; margin-bottom: 15px; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); overflow: hidden; }
.lp-faq-question {
    width: 100%;
    padding: 20px 25px;
    background: none;
    border: none;
    text-align: left;
    font-size: 17px;
    font-weight: 700;
    color: var(--lp-text);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    font-family: inherit;
}
.lp-faq-question::before { content: 'Q'; background: var(--lp-primary); color: #fff; min-width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.lp-faq-icon { font-size: 22px; color: var(--lp-primary); transition: transform 0.3s ease; flex-shrink: 0; }
.lp-faq-item.active .lp-faq-icon { transform: rotate(45deg); }
.lp-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.lp-faq-item.active .lp-faq-answer { max-height: 500px; }
.lp-faq-answer__inner { padding: 0 25px 20px 70px; font-size: 15px; color: var(--lp-text-light); line-height: 1.8; }

/* === area === */
.lp-area-content { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 50px; align-items: center; }
.lp-area-map { background: var(--lp-primary-light); padding: 40px; border-radius: 20px; text-align: center; }
.lp-area-map__title { font-size: 24px; font-weight: 900; color: var(--lp-primary); margin-bottom: 30px; }
.lp-area-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 15px; }
.lp-area-item { background: #fff; padding: 15px 20px; border-radius: 10px; font-weight: 700; color: var(--lp-primary); box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.lp-area-info__title { font-size: 26px; font-weight: 900; margin-bottom: 20px; color: var(--lp-text) !important; background: none !important; border: none !important; padding: 0 !important; }
.lp-area-info__title::before, .lp-area-info__title::after { content: none !important; display: none !important; }
.lp-area-info__text { font-size: 16px; color: var(--lp-text-light); line-height: 2; margin-bottom: 25px; }
.lp-area-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.lp-area-badge { background: var(--lp-primary); color: #fff; padding: 10px 20px; border-radius: 30px; font-size: 13px; font-weight: 700; }

/* === area-new === */
.lp-area-new { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 50px; align-items: center; }
.lp-area-new__badge { font-size: 28px; font-weight: 700; color: #FFD700; margin-bottom: 20px; }
.lp-area-new__badge span { font-family: 'Oswald', sans-serif; font-size: 44px; }
.lp-area-new__label { display: inline-block; background: #fff; color: var(--lp-primary); padding: 10px 25px; border-radius: 30px; font-weight: 700; font-size: 18px; margin-bottom: 25px; }
.lp-area-new__cities { font-size: 16px; line-height: 2; opacity: 0.95; color: #fff; }
.lp-area-new__map img { width: 100%; border-radius: 10px; }

/* === company === */
.lp-company-table { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: var(--lp-shadow); max-width: 800px; margin: 0 auto; }
.lp-company-table table { width: 100%; border-collapse: collapse; }
.lp-company-table th,
.lp-company-table td { padding: 18px 20px; text-align: left; border-bottom: 1px solid var(--lp-gray); font-size: 15px; word-break: break-word; }
.lp-company-table th { background: var(--lp-primary-light); color: var(--lp-primary); font-weight: 700; width: 30%; }
.lp-company-table tr:last-child th,
.lp-company-table tr:last-child td { border-bottom: none; }

/* === contact === */
#contact { background: linear-gradient(135deg, #0052A5 0%, #003D7A 100%); }
#contact .lp-title { color: #fff !important; }
#contact .lp-label { background: rgba(255,255,255,0.2); color: #fff; }
.lp-contact-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 50px; align-items: start; }
.lp-contact-info { display: flex; flex-direction: column; gap: 25px; min-width: 0; }
.lp-contact-phone { background: rgba(255,255,255,0.12); padding: 35px; border-radius: 20px; text-align: center; border: 1px solid rgba(255,255,255,0.2); }
.lp-contact-phone__label { font-size: 16px; margin-bottom: 10px; color: #fff !important; }
.lp-contact-phone__number { font-family: 'Oswald', sans-serif; font-size: clamp(28px,5vw,44px); font-weight: 700; color: #fff !important; text-decoration: none; display: block; }
.lp-contact-phone__note { font-size: 14px; margin-top: 15px; color: #fff !important; opacity: 0.9; }
.lp-contact-benefits { display: grid; gap: 12px; }
.lp-contact-benefit { background: rgba(255,255,255,0.12); padding: 15px 20px; border-radius: 10px; display: flex; align-items: center; gap: 12px; font-size: 15px; color: #fff !important; width: 100%; }
.lp-contact-benefit__icon { width: 34px; height: 34px; min-width: 34px; background: #eca1b5; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.lp-contact-form-box { background: #fff; padding: 35px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); min-width: 0; }
.lp-contact-form__title { font-size: 22px; font-weight: 700; margin-bottom: 25px; text-align: center; color: #1a1a1a !important; background: none !important; border: none !important; padding: 0 !important; }
.lp-contact-form__title::before, .lp-contact-form__title::after { content: none !important; display: none !important; }
.lp-contact-email { text-align: center; padding: 30px; background: #f4f9ff; border-radius: 16px; border: 1px solid #dbe7f3; }
.lp-contact-email__label { font-size: 14px; color: #555 !important; margin-bottom: 10px; display: block; }
.lp-contact-email__address { display: block; font-size: clamp(16px,2.5vw,22px); font-weight: 700; color: #0052A5 !important; text-decoration: none; overflow-wrap: anywhere; word-break: break-word; margin-bottom: 12px; padding: 14px; background: #fff; border-radius: 10px; border: 1px solid #dbe7f3; transition: all 0.2s; }
.lp-contact-email__address:hover { background: #eaf4ff; transform: translateY(-2px); }
.lp-contact-email__note { font-size: 12px; color: #777 !important; display: block; }

/* === フローティングボタン === */
.lp-floating-cta { position: fixed; bottom: 90px; right: 20px; z-index: 999; }
.lp-floating-phone { background: #eca1b5; color: #fff; width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 26px; box-shadow: 0 4px 20px rgba(236,161,181,0.5); animation: lp-bounce 2s infinite; text-decoration: none; }
@keyframes lp-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* =====================
   スマホ対応
===================== */
@media (max-width: 768px) {
    .lp-section { padding: 40px 15px; }
    .lp-inner { padding: 0 12px; }
    .lp-title { font-size: 22px !important; }

    .lp-hero3 { padding: 20px 12px 0; }
    .lp-hero3__inner { grid-template-columns: 1fr; }
    .lp-hero3__left { order: -2; }
    .lp-hero3__right { order: -1; }
    .lp-hero3__right img { max-width: 240px; }
    .lp-hero3__tel-number { font-size: 28px; }
    .lp-hero3__contact { font-size: 16px; padding: 15px 20px; }
    .lp-hero3__tel { padding: 15px 20px; }

    .lp-trouble-anime { grid-template-columns: 1fr; }
    .lp-trouble-anime__center { order: -1; }
    .lp-trouble-bubble--left::after,
    .lp-trouble-bubble--right::after { display: none; }
    .lp-trouble-bubble--left,
    .lp-trouble-bubble--right { animation-name: bubbleFromLeft; }

    .lp-strength-grid { grid-template-columns: 1fr; }
    .lp-strength-card { flex-direction: column; }
    .lp-strength-card__num { width: 100%; min-width: unset; padding: 10px; font-size: 22px; }
    .lp-strength-card__body { padding: 15px; }

    .lp-target-grid { grid-template-columns: 1fr; }
    .lp-target-card__body { flex-direction: column; align-items: center; text-align: center; }
    .lp-target-card__body img { width: 160px; }

  @media (max-width: 768px) {
    .lp-flow__free, .lp-flow__paid { flex-direction: column; }
    .lp-flow__free-label, .lp-flow__paid-label { writing-mode: horizontal-tb; border-radius: 10px 10px 0 0; padding: 12px; font-size: 18px; width: 100%; }
    .lp-flow__free .lp-flow__items, .lp-flow__paid .lp-flow__items { border-radius: 0 0 10px 10px; }
    .lp-flow__item { flex-direction: column; text-align: center; }
    .lp-flow__img {
        width: 100%;
        max-width: 200px;
        height: 150px; /* 高さ統一 */
        margin: 0 auto;
    }
    .lp-flow__img img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* 統一トリミング */
        border-radius: 10px;
    }
    .lp-flow__content h3 { font-size: 18px !important; }
    .lp-flow__content p { font-size: 14px; }
}

    .lp-pricing-grid { grid-template-columns: 1fr; }
    .lp-pricing-intro__formula { flex-direction: column; gap: 8px; }
    .lp-pricing-card__features li { font-size: 14px; }

    .lp-faq-question { font-size: 14px; padding: 15px; }
    .lp-faq-answer__inner { padding: 0 15px 15px 15px; font-size: 14px; }

    .lp-area-content { grid-template-columns: 1fr; }
    .lp-area-list { grid-template-columns: 1fr 1fr; }
    .lp-area-item { font-size: 13px; padding: 10px; }
    .lp-area-new { grid-template-columns: 1fr; }

    .lp-company-table th,
    .lp-company-table td { font-size: 13px; padding: 10px 12px; }
    .lp-company-table th { width: 35%; }

    .lp-contact-grid { grid-template-columns: 1fr; gap: 25px; }
    .lp-contact-info { gap: 18px; }
    .lp-contact-phone { padding: 20px; }
    .lp-contact-phone__number { font-size: 28px !important; }
    .lp-contact-form-box { padding: 20px; }
    .lp-contact-benefit { font-size: 14px; padding: 12px 14px; }
    .lp-contact-email { padding: 20px; }
    .lp-contact-email__address { font-size: 15px; }

    .lp-floating-cta { bottom: 80px; right: 15px; }
    .lp-floating-phone { width: 50px; height: 50px; font-size: 22px; }
	
	/* price */

    .lp-pricing-grid { grid-template-columns: 1fr; }
    .lp-pricing-intro__formula { flex-direction: column; gap: 8px; }
    .lp-pricing-card__features li { font-size: 14px; }
	
}

