
    .ielp {
        --color-primary: #1A3C34;
        --color-text: #333333;
        --color-text-light: #666666;
        /*--color-bg: #F9F8F6;*/
        --color-bg-green: #E8EEE8;
        --color-bg-alt: #EFECE8;
        --color-accent: #C17E5F;
        --color-white: #FFFFFF;
        --font-main: 'Noto Sans JP', 'Montserrat', sans-serif;
        --font-en: 'Montserrat', sans-serif;

        font-family: var(--font-main);
        color: var(--color-text);
        background-color: var(--color-bg);
        line-height: 1.8;
        -webkit-font-smoothing: antialiased;
        width: 100%;
    }
    .ielp * { box-sizing: border-box; margin: 0; padding: 0; }
    .ielp a { text-decoration: none; color: inherit; transition: opacity 0.3s; }
    .ielp a:hover { opacity: 0.75; }
    .ielp img { display: block; width: 100%; }

    .ielp .inner {
        width: 90%;
        max-width: 1000px;
        margin: 0 auto;
    }

    /* ===== HERO ===== */
    .ielp .hero {
        width: 100%;
        overflow: hidden;
        line-height: 0;
    }
    .ielp .hero img {
        width: 100%;
        /*max-height: 560px;*/
        object-fit: cover;
        object-position: center;
        display: block;
    }

    /* ===== CONCEPT (2nd section) ===== */
    .ielp .concept-section {
        padding: 5rem 0;
        background: var(--color-white);
    }
    .ielp .concept-section .inner {
        width: 95%;
    }
    .ielp .concept-flex {
        display: flex;
        align-items: flex-start;
        gap: 4rem;
    }
    /* 左カラム */
    .ielp .concept-left {
        flex: 1;
    }
    .ielp .concept-left .en-label {
        font-family: var(--font-en);
        font-size: 1.4rem;
        letter-spacing: 0em;
        text-transform: uppercase;
        /*color: var(--color-accent);*/
        display: block;
        margin-bottom: 1.7rem;
    }
    .ielp .concept-left .catch-title {
        font-size: 1.2rem;
        font-weight: bold;
        color: var(--color-primary);
        line-height: 1.55;
        margin-bottom: 30px;
    }
    .ielp .concept-left .catch-sub {
        font-size: 1rem;
        color: var(--color-text-light);
        line-height: 1.7;
        margin-bottom: 1.8rem;
    }
    .ielp .concept-left-image {
        overflow: hidden;
        box-shadow: 0 12px 32px rgba(0,0,0,0.10);
    }
    /* 右カラム */
    .ielp .concept-right {
        flex: 1;
        padding-top: 3.5rem;
    }
    .ielp .concept-right p {
        color: #000;
        font-size: 1.15rem;
        line-height: 2.1;
    }

    /* ===== BUTTON (shared) ===== */
    .ielp .btn {
        display: inline-flex;
        align-items: center;
        gap: 0.6rem;
        padding: 0.9rem 2rem;
        border-radius: 50px;
        font-size: 0.95rem;
        font-weight: 700;
        font-family: var(--font-main);
        transition: all 0.3s;
        cursor: pointer;
        border: none;
    }
    .ielp .btn-green {
        background: var(--color-primary);
        color: #fff;
    }
    .ielp .btn-green:hover { opacity: 1; background: #254d43; transform: translateY(-2px); }
    .ielp .btn-tel-link {
        font-size: 0.88rem;
        color: var(--color-text-light);
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    /* ===== LIFESTYLE + PROBLEM ===== */ 
    .ielp .lifestyle-section {
        padding: 5rem 0;
    }
    .lifestyle-section {
        background-color:#ddecd6;
        padding: 30px;
    }
    .lifestyle-section h2 {
        text-align: center;
        margin-bottom: 40px;
    }
    .ielp .section-heading {
        text-align: center;
        font-size: 1.3rem;
        font-weight: 700;
        color: #000;
        line-height: 1.5;
    }
    .ielp .lifestyle-tags {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 3rem;
        justify-content: space-between;
    }
    .ielp .lifestyle-tag {
        background: var(--color-white);
        border-radius: 20px;
        padding: 60px 10px;
        font-size: 1rem;
        font-weight: 500;
        color: #000;
        width: 24%;
        text-align: center;
    }

    .ielp .problem-flex {
        display: flex;
        align-items: flex-start;
        gap: 4rem;
    }
    .ielp .problem-left {
        flex: 1.1;
        padding: 20px;
    }
    .problem-left-first {
        display: flex;
        justify-content: space-between;
    }
    .problem-left-first-l {
        width: 40%;
    }
    .problem-left-first-r {
        width: 48%;
        margin-right: 4%;
    }
    .problem-left-first div img {
        width: 100%;
    }
    .problem-left-second {
        display: flex;
        justify-content: space-between;
    }
    .problem-left-second-l {
        width: 60%;
    }
    .problem-left-second-r {
        width: 35%;
        margin-top: 20px;
    }
    .problem-left-second div img {
        width: 100%;
    }


    .ielp .problem-right {
        flex: 0.9;
    }
    .ielp .problem-right-image {
        border-radius: 6px;
        overflow: hidden;
        box-shadow: 0 12px 32px rgba(0,0,0,0.10);
        margin-bottom: 1.5rem;
    }
    .ielp .toiaie-title {
        font-size: 1.3rem;
        font-weight: 200;
        color: var(--color-primary);
        margin-bottom: 0;
    }
    .ielp .problem-list {
        list-style: none;
        margin-bottom: 1.8rem;
    }
    .ielp .problem-list li {
        padding: 0.1rem 0;
        font-size: 1.3rem;
        color: var(--color-text);
        display: flex;
        align-items: baseline;
        gap: 0.5rem;
        font-weight: bold;
    }
    .ielp .problem-list li::before {
        content: '・';
        color: #000;
        flex-shrink: 0;
    }
    .ielp .problem-note {
        font-size: 1.3rem;
        color: #1A3C34;
        line-height: 2;
    }
    .ielp .problem-note strong {
        color: var(--color-primary);
    }

    /* ===== CONTENTS ===== */
    .contents-section {
        
    }
    .ielp .contents-section {
        padding: 5rem 0;
        text-align: center;
    }
    .ielp .contents-section .inner {
        background: #f5f0ea;
        margin: 0 30px;
        padding: 40px 0;
    }
    .contents-section h2 {
        background-color: #fff;
        display: inline-block;
        padding: 10px 30px;
        margin: 0 0 60px 0;
    }
    .ielp .contents-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
    .ielp .contents-card {
        background: var(--color-bg);
        padding: 0rem 4rem;
        text-align: left;
    }
    .ielp .contents-grid .contents-card:first-child,.ielp .contents-grid .contents-card:nth-child(2) {
        border-right: 1px solid #000;
    }
    .ielp .contents-card-num {
        font-family: var(--font-en);
        font-size: 1.8rem;
        color: var(--color-accent);
        opacity: 0.7;
        line-height: 1;
        margin-bottom: 0.8rem;
    }
    .ielp .contents-card p {
        font-size: 1.3rem;
        color: var(--color-primary);
        line-height: 1.7;
        margin-bottom: 0;
    }
    .ielp .contents-details-btn {
        display: inline-block;
        background: var(--color-primary);
        color: #fff;
        font-family: var(--font-en);
        font-size: 0.75rem;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        padding: 0.7rem 2rem;
        border-radius: 50px;
    }
    .ielp .contents-details-btn:hover { opacity: 0.8; }

    /* ===== EVENT DETAILS ===== */
    .ielp .info-section {
        padding: 5rem 0;
        background: var(--color-bg);
    }
    .ielp .info-box {
        background: var(--color-white);
        /*padding: 3rem 3.5rem;
        border-radius: 12px;
        box-shadow: 0 8px 24px rgba(0,0,0,0.05);*/
        max-width: 800px;
        margin: 0 auto;
    }
    .ielp .info-box-title {
        text-align: center;
        font-size: 1.4rem;
        font-weight: 700;
        color: var(--color-primary);
        margin-bottom: 2.5rem;
        
    }
    .ielp .info-box-title div {
        display: inline-block;
        border-radius: 60px;
        border: 1px solid #1A3C34;
        padding: 5px 60px;
    }
    .ielp .info-box-title span {
        display: block;
        font-size: 0.75rem;
        font-weight: 200;
    }
    .ielp .info-table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 2.5rem;
    }
    .ielp .info-table tr {
        border-bottom: 1px solid #eeeeee;
    }
    .ielp .info-table tr:first-child {
       
    }
    .ielp .info-table th {
        width: 100px;
        padding: 3rem 0;
        font-size: 1.3rem;
        font-weight: 700;
        color: #000;
        text-align: left;
        vertical-align: top;
        white-space: nowrap;
        border:none;
    }
    .ielp .info-table td {
        padding: 3rem 0 3rem 1rem;
        font-size: 1.3rem;
        color: #000;
        line-height: 1.9;
        vertical-align: top;
        border: none;
    }
    .ielp .info-table td a {
        color: var(--color-primary);
        text-decoration: underline;
        text-underline-offset: 3px;
    }
    .ielp .map-wrap {
        border-radius: 8px;
        overflow: hidden;
    }

    /* ===== ABOUT ===== */
    .ielp .about-section {
        background-color: #ddecd6;
        padding: 50px 0;
    }
    .about-section {
        background-color: #ddecd6;
        padding: 50px;
    }
    .ielp .about-label {
        font-family: var(--font-en);
        font-size: 0.75rem;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: var(--color-accent);
        display: block;
        margin-bottom: 0.8rem;
    }
    .ielp .about-catch {
        font-size: 1.3rem;
        font-weight: 700;
        color: var(--color-primary);
        margin-bottom: 2.5rem;
        line-height: 1.5;
        text-align: center;
    }
    .ielp .about-catch-sub {
        font-size: 1.3rem;
        font-weight: 700;
        color: var(--color-primary);
        margin-bottom: 2rem;
    }
    .ielp .about-wide-image {
        overflow: hidden;
        margin-bottom: 3rem;
    }
    .ielp .about-wide-image img {
        width: 100%;
        /*height: 360px;*/
        object-fit: cover;
    }
    .ielp .about-bottom-flex {
        display: flex;
        align-items: flex-start;
        gap: 4rem;
    }
    .ielp .about-bottom-text {
        flex: 1.1;
    }
    .ielp .about-bottom-text p {
        font-size: 1.25rem;
        color: #1A3C34;
        line-height: 2;
        margin-bottom: 2.8rem;
    }
    .ielp .about-bottom-image {
        flex: 0.9;
        overflow: hidden;
    }
    .about-bottom-end {
        position: relative;
    }
    .about-bottom-end img {

    }
    .about-bottom-end img:first-child {
        width: 48%;
        margin-left: 105px;
    }
    .about-bottom-end img:last-child {
        width: 25%;
        position: absolute;
        right: 20px;
        top: -90px;
    }

    

    /* ===== FADE-IN ===== */
    .ielp .fade-in {
        opacity: 0;
        transform: translateY(18px);
        transition: opacity 0.85s ease, transform 0.85s ease;
    }
    .ielp .fade-in.visible {
        opacity: 1;
        transform: translateY(0);
    }


    /* ===== RESPONSIVE ===== */
    /*@media (max-width: 768px) {
        .ielp .hero img { max-height: 280px; }
        .ielp .concept-flex,
        .ielp .problem-flex,
        .ielp .about-bottom-flex {
            flex-direction: column;
            gap: 2rem;
        }
        .ielp .concept-right { padding-top: 0; }
        .ielp .concept-left .catch-title { font-size: 1.55rem; }
        .ielp .btn { justify-content: center; }
        .ielp .lifestyle-tag { font-size: 0.82rem; padding: 0.4rem 0.9rem; white-space: normal; }
        .ielp .contents-grid { grid-template-columns: 1fr; gap: 1rem; }
        .ielp .info-box { padding: 1.8rem 1.2rem; }
        .ielp .info-table { display: block; }
        .ielp .info-table tbody { display: block; }
        .ielp .info-table tr { display: flex; flex-direction: column; padding: 0.8rem 0; border-bottom: 1px solid #eee; }
        .ielp .info-table tr:first-child { border-top: none; }
        .ielp .info-table th { width: 100%; padding: 0 0 0.3rem 0; white-space: normal; }
        .ielp .info-table td { padding: 0; }
        .ielp .about-wide-image img { height: 220px; }
        .ielp .form-wrap { padding: 1.8rem 1.2rem; }
        .ielp .form-btns { flex-direction: column; align-items: stretch; }
        .ielp .btn-submit, .ielp .btn-tel-cta { justify-content: center; }
        .ielp .section-heading { font-size: 1.3rem; }
        .ielp .cta-title { font-size: 1.35rem; }
    }*/
p:empty{display: none;}


    /* ===== CTA / FORM ===== */
    .cta-section {
        padding: 5rem 0;
        background: #f5f0ea;
        color: #000;
        text-align: center;

    }
    .cta-section h3 {
        margin-bottom: 20px;
    }
    .cta-note-top {
        font-size: 1.3rem;
        opacity: 0.7;
        margin-bottom: 0.5rem;
    }
    .cta-title {
        font-size: 1.7rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
        line-height: 1.6;
    }
    .cta-tag {
        display: inline-block;
        background: rgba(255,255,255,0.12);
        border: 1px solid rgba(255,255,255,0.25);
        border-radius: 50px;
        padding: 0.4rem 1.2rem;
        font-size: 0.82rem;
        margin-bottom: 3rem;
        letter-spacing: 0.04em;
    }
    .form-wrap {
        background: rgba(255,255,255,0.08);
        border: 1px solid rgba(255,255,255,0.15);
        border-radius: 12px;
        padding: 2.5rem 3rem;
        max-width: 580px;
        margin: 0 auto 2rem;
        text-align: left;
    }
    .form-group {
        margin-bottom: 1.3rem;
        
    }
    .form-group p {
        display: flex;
        justify-content: space-between;
    }
    .form-group label {
        display: block;
        font-size: 1rem;
        color: #000;
        margin-bottom: 0.45rem;
        width: 30%;
        padding-top: 7px;
    }
    .ielp .form-group label .req {
        color: #f4a261;
        margin-left: 4px;
        font-size: 0.75rem;
    }
    .form-group p span {
        width: 60%;
    }
    .ielp .form-group input,
    .ielp .form-group select,
    .ielp .form-group textarea {
        padding: 0.75rem 1rem;
        background: #fff;
        border: 1px solid rgba(255,255,255,0.2);
        color: #000;
        font-size: 1.3rem;
        font-family: var(--font-main);
        outline: none;
        transition: border-color 0.3s;
        /*-webkit-appearance: none;*/
        width: 100%;
    }
    .wpcf7-list-item input {
        width: auto !important;
    }
    .ielp .form-group input::placeholder,
    .ielp .form-group textarea::placeholder { color: rgba(255,255,255,0.3); }
    .ielp .form-group select option { background: #1A3C34; }
    .ielp .form-group input:focus,
    .ielp .form-group select:focus,
    .ielp .form-group textarea:focus { border-color: rgba(255,255,255,0.5); }
    .ielp .form-group textarea { resize: vertical; min-height: 90px; }
    .form-btns {
        display: flex;
        gap: 4rem;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 2rem;
    }
   .form-btns div {
        
    }
    /*.ielp .btn-submit {
        color: #fff;
        padding: 1rem 2.5rem;
        border-radius: 50px;
        font-size: 1rem;
        font-weight: 700;
        border: none;
        cursor: pointer;
        font-family: var(--font-main);
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        transition: all 0.3s;
    }*/
    .lp-submit-btn {
        background: #f3d45b;
        color: #03644e;
        border: none;
        padding: 13.3px 50px;
        border-radius: 50px;
        font-weight: bold;
        font-size: 1.3rem;
        transition: all 0.3s;
    }
    .lp-submit-btn:hover {
        opacity: 0.5;
    }

    .ielp .btn-submit:hover { background: #b06d4e; transform: translateY(-2px); }
    .btn-tel-cta {
        background: #c17c5e;
        color: #fff !important;
        padding: 5px 50px;
        border-radius: 50px;
        font-size: 1.3rem;
        font-weight: 700;
        display: block;
        align-items: center;
        gap: 0.5rem;
        transition: all 0.3s;
    }
    .btn-tel-cta span {
        display: block;
        font-size: 0.9rem;
        text-align: center;
        letter-spacing: 1.5px;
    }

    .ielp .btn-tel-cta:hover { opacity: 0.5; }
    .ielp .cta-no-sales {
        margin-top: 2rem;
        font-size: 0.85rem;
        opacity: 0.55;
    }

.wpcf7 .wpcf7-spinner {
    display: none !important;
}
.c-btn03 {
    display: none;
}

@media only screen and (max-width: 768px) {
.concept-flex {
    display: block !important;
}
.concept-right {
    padding: 0 20px;
}
.ielp .concept-right p {
    font-size: 1.3rem;
}
.ielp .concept-left .en-label {
    font-size: 1.6rem;
}
.ielp .concept-left .catch-title {
    font-size: 1.6rem;
}

.ielp .lifestyle-section {
    padding: 30px 20px !important;
}
.ielp .lifestyle-tag {
    width: 49%;
    margin-bottom: 10px;
    font-size: 1.3rem;
}


.ielp .problem-left {
    padding: 0;
}
.problem-left-first {
    display: block;
}
.problem-left-first-l {
    width: 100%;
}
.problem-left-first-r {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}
.problem-left-second {
    display: block;
}
.problem-left-second-l {
    width: 100%;
}
.problem-left-second-r {
    width: 100%;
}

.ielp .contents-section .inner {
    margin: 0;
}
.ielp .inner {
    width: 100%;
}
.ielp .contents-grid {
    display: block;
}

.ielp .contents-grid .contents-card:first-child, .ielp .contents-grid .contents-card:nth-child(2) {
    border-right: none;
    margin-bottom: 40px;
    position: relative;
}
.ielp .contents-grid .contents-card:first-child::after, .ielp .contents-grid .contents-card:nth-child(2)::after {
    content:"";
    position:absolute;
    bottom:-20px;
    left:0;
    right: 0;
    margin: auto;
    display:block;
    width:250px;
    height:1px;
    background: #000;
}
.ielp .contents-card {
    padding: 0;
    text-align: center;
}



.ielp .about-section {
    padding: 50px 20px;
}
.ielp .about-bottom-flex {
    display: block;
}
.ielp .about-bottom-text p {
    font-size: 1.3rem;
}
.about-bottom-end img:first-child {
    width: 100%;
    margin-left: 0;
}
.about-bottom-end img:last-child {
    width: 100%;
    position: static;
}
.about-bottom-end br {
    display: none;
}

.form-group p {
    display: block;
}
.form-group label {
    width: 100%;
    font-size: 1.3rem;
}
.ielp .form-group label .req {
    font-size: 1rem;
}
.ielp .form-group input, .ielp .form-group select, .ielp .form-group textarea {
    font-size: 1.3rem;
}
.form-btns {
    gap: 0;
    display: block;
}
.wpcf7-not-valid-tip {
    font-size: 0.8rem;
}
.btn-tel-cta {
    padding: 5px 0px;
    width: 100%;
    text-align: center;
}
.lp-submit-btn {
    padding: 13.3px 0px;
    width: 100%;
    text-align: center;
}

}  
