/* --- Variables & Reset --- */
:root {
    --primary: #EF8200; /* REGARD Orange */
    --primary-bg: #fffcf5;
    --text-main: #333333;
    --text-sub: #666666;
    --bg-body: #FDFBF9;
    --white: #ffffff;
    --gray-light: #f4f4f4;
    --font-base: 'Noto Sans JP', sans-serif;
    --radius: 12px;
}

.lp-main {
    font-family: var(--font-base);
    color: var(--text-main);
    background: var(--bg-body);
    line-height: 1.8;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

/* Utility */
.container { width: 90%; max-width: 800px; margin: 0 auto; }
.center { text-align: center; }
.fade-up { opacity: 0; transform: translateY(20px); transition: 0.8s ease; }
.fade-up.active { opacity: 1; transform: translateY(0); }
.highlight { background: linear-gradient(transparent 60%, rgba(239, 130, 0, 0.2) 60%); font-weight: bold; }
.label-badge { display: inline-block; color: var(--primary); font-weight: 700; letter-spacing: 0.2em; border: 1px solid var(--primary); padding: 5px 15px; border-radius: 50px; margin-bottom: 20px; text-transform: uppercase; }

/* Hero */
.hero-section { position: relative; overflow: hidden; }
.hero-visual { width: 100%; }
.hero-visual img { width: 100%; display: block; }
.hero-text-overlay {
    background: #fff;
    margin: -40px 20px 0; 
    padding: 40px 25px;
    position: relative;
    border-radius: var(--radius);
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    text-align: center;
}
.hero-catch {  font-weight: 700; margin-bottom: 15px; color: var(--text-sub); }
.hero-title { margin-bottom: 25px; line-height: 1.5; color: var(--text-main); }
.hero-sub-text {  text-align: left; margin-bottom: 25px; color: var(--text-main); line-height: 1.8; }
.hero-sub-text p { margin-bottom: 15px; }
.hero-note { color: var(--text-sub); background: var(--gray-light); padding: 30px 15px; border-radius: 8px; text-align: left; }

/* Philosophy (LESS IS MORE) */
.philosophy-section { padding: 80px 0; background: var(--white); text-align: center; }
.philosophy-title { font-size: 1.4rem; font-weight: 700; margin-bottom: 30px; line-height: 1.5; }
.philosophy-body { line-height: 2; }
.philosophy-body p { margin-bottom: 20px; }
.highlight-text { font-size: 17px; font-weight: 700; color: var(--primary); }

/* Problem (Cards) */
.section { padding: 60px 0; }
.section-title { font-size: 1.5rem; font-weight: 700; margin-bottom: 20px; text-align: center; line-height: 1.4; }
.section-lead { margin-bottom: 40px; color: var(--text-main); }

.problem-section { background: var(--primary-bg); }
.card-stack { display: flex; flex-direction: column; gap: 15px; margin-bottom: 30px; }
.problem-card {
    background: var(--white);
    padding: 15px;
    border-radius: var(--radius);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}
.icon-area { font-size: 1.5rem; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.text-area h4 { margin: 0 0 5px 0; font-weight: 700; }
.text-area p { margin: 0; color: var(--text-sub); }
.section-note { font-weight: 700; margin-top: 30px; }

/* Solution */
.solution-section { background: var(--white); }
.solution-box { border: 1px solid var(--primary); border-radius: 16px; padding: 40px 25px; text-align: center; background: #fffcf5; }
.solution-title { font-size: 1.3rem; margin-bottom: 30px; font-weight: 700; }
.check-list { list-style: none; padding: 0; margin: 0 auto 30px; display: inline-block; text-align: left; }
.check-list li { position: relative; padding-left: 25px; margin-bottom: 12px; font-weight: 700; font-size: 1rem; }
.check-list li::before { content: "\2714\FE0E";
    font-family: system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
    position: absolute; left: 0; color: #EF8200!important; font-weight: bold; }
.check-list li::after{
    display: none;
}
.solution-msg { border-top: 1px solid rgba(0,0,0,0.1); padding-top: 25px; line-height: 1.8; }

/* Workshop */
.workshop-section { background: var(--bg-body); }
.step-flow { display: flex; flex-direction: column; gap: 20px; margin-top: 30px; margin-bottom: 40px; }
.step-card { background: #fff; padding: 30px 20px; border-radius: var(--radius); border-left: 5px solid var(--primary); box-shadow: 0 5px 15px rgba(0,0,0,0.03); }
.step-num { color: var(--primary); font-weight: 700; display: block; margin-bottom: 10px; letter-spacing: 0.05em; opacity: 0.8; }
.step-card h4 { margin-bottom: 10px; font-weight: 700; }
.step-card p { color: var(--text-sub); margin: 0; }
.workshop-image { border-radius: var(--radius); overflow: hidden; margin-top: 20px; }
.workshop-image .caption { text-align: center; margin-top: 10px; color: var(--text-sub); }

/* Closing (Promise) */
.closing-section { background: #333; color: #fff; text-align: center; padding: 80px 20px; }
.closing-head { font-size: 1.5rem; margin-bottom: 25px; line-height: 1.4; color: #fff; }
.closing-text { color: #ddd; margin-bottom: 40px; line-height: 2; }
.closing-note { color: #999; background: rgba(255,255,255,0.1); padding: 10px; border-radius: 4px; display: inline-block; }

/* Insider (Coordinator) Section */
.insider-section { background-color: #fff; padding-top: 0; }
.insider-box {
    background: #fcfcfc; border: 1px solid #eee; border-left: 5px solid #EF8200;
    padding: 40px; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}
.insider-title { font-size: 1.4rem; margin-bottom: 15px; color: #333; }
.insider-lead { font-weight: 700; margin-bottom: 20px; }
.insider-list { margin-bottom: 20px; padding-left: 20px; }
.insider-list li { margin-bottom: 10px; font-weight: 500; }
.insider-note { color: #666; margin-top: 20px; padding-top: 20px; border-top: 1px dashed #ddd; }

/* Instructor */
.instructor-profile { display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; margin-top: 30px; }
.instructor-img{width: 30%;}
.instructor-img img { border-radius: 10px; object-fit: cover; }
.job-title { color: var(--text-sub); display: block; margin-bottom: 10px; }
.instructor-txt{width: 60%;}
.instructor-txt h4{
    margin-bottom: 25px;
    font-size: 19px;
}
.instructor-txt p { text-align: left; }

/* Form Area */
.form-section { background: var(--white); padding-bottom: 120px; }
.details-box { background: var(--gray-light); padding: 25px; margin-bottom: 40px; border-radius: var(--radius); }
.details-box p { margin-bottom: 10px; }
.details-box .small { color: #666; margin-top: 15px; display: block; }

/* Sticky CTA */
.sticky-cta {
    position: fixed; bottom: 15px; right: 15px;  z-index: 100;
    transform: translateY(150%); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    width: 280px;
}
.sticky-cta a{
    text-decoration: none;
}
.sticky-cta.visible { transform: translateY(0)!important; }
.sticky-btn {
    display: flex; justify-content: space-between; align-items: center;
    background: #333631; color: #fff; padding: 15px 25px;
    border-radius: 50px; box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    border: 1px solid rgba(255,255,255,0.2);
}
.sticky-text { display: flex; flex-direction: column; }
.sticky-text .sub { color: var(--primary); font-weight: bold; margin-bottom: 2px; font-size: 13px;}
.sticky-text .main { font-weight: 700; color:#fff; font-size: 18px; line-height: 1.2;}
.sticky-icon { background: var(--primary); width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; color: #fff; text-decoration: none;}

/* Desktop Media Query */
@media (min-width: 768px) {
    .container { max-width: 900px; }
    .hero-text-overlay { margin: -60px auto 0; max-width: 600px; padding: 50px; }
    .card-stack, .step-flow { flex-direction: row; }
    .step-card { flex: 1; border-left: none; border-top: 5px solid var(--primary); }
    .instructor-profile { flex-direction: row; text-align: left; justify-content: center; }
    .instructor-txt p { text-align: left; }
    .sticky-cta { width: 440px; bottom: 20px; right: 20px;}
    .sticky-cta.visible { transform: translate(-50%, 0); }
}


/*追加css*/
.wysiwyg h2{
    font-size: 25px;
    border: none;
    padding: 0;
    margin-top: 0;
    font-weight: bold;
}
.wysiwyg h2:after,
.wysiwyg h3:after{
    display: none;
}
.wysiwyg h3{
    margin-top: 0;
    padding-bottom: 0;
    font-weight: bold;
    font-size: 24px;
}
.wysiwyg h3+*{
    margin-top: 0;
}
.wysiwyg h4{
    background-color: transparent;
    color: #333;
    padding: 0;
    border-radius: 0;
    text-align: left;
    margin-top: 15px;
    font-weight: bold;
}
.wysiwyg ul{
    margin-top: 0;
}
.wysiwyg ul li{
    font-weight: bold;
    font-size: 16px;
    padding-left: 25px;
}
.wysiwyg p+p{
    margin-top: 0;
}
.wysiwyg ul li:after{
    background-color: #333;
}
.wysiwyg a{
    color: #333;
}
.form-section{
    padding-bottom: 0;
}

@media ( max-width: 991px) {
    .postid-36092 .m-contact-fixbtn{
        display: none;
    }
}
@media ( max-width: 768px) {
    .hero-text-overlay{
        padding: 35px 17px;
    }
    .hero-catch{
        font-size: 14px;
    }
    .wysiwyg h2{
        font-size: 22px;
    }
    .wysiwyg h3{
        font-size: 20px;
    }
    .hero-note p{
        font-size: 14px;
    }
    .label-badge{
        font-size: 13px;
    }
    .problem-section p{
        font-size: 14px;
    }
    .icon-area { font-size: 2rem;} 
    .wysiwyg h4{
        margin-top: 0;
        font-size: 16px;
    }
    .wysiwyg ul li{
        font-size: 14px;
        padding-left: 15px;
    }
    .step-num{
        font-size: 13px;
    }
    .step-card p{
        font-size: 14px;
    }
    .workshop-image .caption,
    .closing-text,
    .closing-note{
        font-size: 14px;
    }
    .solution-box{
        padding: 35px 20px;
    }
    .instructor-txt h4{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .instructor-img{
        width: 90%;
        max-width: 230px;
    }
    .instructor-txt{
        width: 100%;
    }
    .job-title{
        font-size: 13px;
    }
    .insider-box{
        padding: 30px 20px;
    }
    .insider-list{
        padding-left: 0;
    }
    .insider-note{
        font-size: 14px;
    }
    .details-box{
        padding: 20px;
    }
    .details-box p{
        font-size: 14px;
    }
    .details-box p.small{
        font-size: 13px;
    }
    .sticky-text .sub{
        font-size: 11px;
    }
    .sticky-text .main{
        font-size: 15px;
    }

    .lp-main #formArea{
        height: 2000px;
    }
}