/* 共通 */
/* =================================== */
body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    overflow-x: hidden;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.6;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.main {
    display: block;
    padding-top: 110px;
    position: relative;
    z-index: 0;
}

.ly-inner {
    max-width: 1100px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: content-box;
}

.cta1__inner, .cta2__inner {
    max-width: 1100px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: content-box;
}

.sp-br {
    display: none;
}

.pc-none {
    display: none;
}

.sp-none {
    display: block;
}

.pc-br {
    display: inline;
}

.feature, .voice, .instructor, .faq {
    padding-top: 110px;
    margin-top: -110px;
}

@media(max-width: 767px) {
    .main {
        padding-top: 60px;
    }

    .pc-br {
        display: none;
    }

    .sp-br {
        display: block;
    }

    .pc-none {
        display: block;
    }

    .sp-none {
        display: none;
    }

    .feature, .voice, .instructor, .faq {
        padding-top: 60px;
        margin-top: -60px;
    }
}

/* ============================================
   header
   ============================================ */
.header-nav-wrap {
    background: #fff;
    position: fixed;
    z-index: 100;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 0;
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 24px;
}

.lv1-heading {
    width: 180px;
}

.lv1-heading img {
    width: 100%;
}

.sp-nav {
    display: none;
}

.header-nav {
    display: flex;
    align-items: center;
}

.header-nav__list {
    display: flex;
    align-items: center;
}

.header-nav__item {
    font-size: 15px;
    font-weight: 600;
}

.header-nav__item a {
    padding: 10px 16px;
    transition: .3s;
    display: block;
    color: #333;
}

@media(hover: hover) {
    .header-nav__item a:hover {
        color: #00b4c8;
    }
}

.nav-btn {
    display: none;
}

@media(max-width: 1024px) {
    .header-nav {
        display: none;
    }

    .header-nav-wrap {
        padding: 0;
    }

    .header-wrap {
        height: 78px;
    }

    .lv1-heading {
        width: 140px;
    }

    .sp-nav {
        display: block;
        position: fixed;
        background-color: #fff;
        width: 100%;
        top: 78px;
        left: 0;
        max-height: calc(100vh - 78px);
        overflow-y: auto;
        transition: .3s;
        z-index: 99;
        opacity: 0;
        pointer-events: none;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .sp-nav.is_active {
        opacity: 1;
        pointer-events: fill;
    }

    .header-nav__list {
        display: none;
        margin: 0;
        padding: 0;
    }

    .sp-nav.is_active .header-nav__list {
        display: block;
    }

    .sp-nav__cta {
        display: none;
        align-items: center;
        gap: 12px;
        padding: 20px 24px 28px;
        border-top: 1px solid #e5e5e5;
    }

    .sp-nav.is_active .sp-nav__cta {
        display: flex;
    }

    .sp-nav__line-btn {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: #06c755;
        color: #fff;
        font-size: 1rem;
        font-weight: 700;
        padding: 14px;
        border-radius: 6px;
        text-decoration: none;
    }

    .sp-nav__insta-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 50%;
        color: #c13584;
        font-size: 1.4rem;
        text-decoration: none;
        flex-shrink: 0;
    }

    .header-nav__item {
        text-align: center;
    }

    .header-nav__item a {
        padding: 20px 16px;
        display: block;
        border-bottom: 1px solid #e5e5e5;
    }

    .nav-btn {
        display: block;
        position: relative;
        width: 30px;
        height: 22px;
    }

    .nav-btn__bar {
        background: #333;
        display: block;
        width: 30px;
        height: 2px;
        border-radius: 2px;
        position: absolute;
        transition: .3s ease;
    }

    .nav-btn__bar:nth-child(1) { top: 0; }
    .nav-btn__bar:nth-child(2) { top: 50%; transform: translateY(-50%); }
    .nav-btn__bar:nth-child(3) { top: 100%; transform: translateY(-50%); }

    .nav-btn.is_active .nav-btn__bar:nth-child(1) { transform: translateY(10px) rotate(33deg); }
    .nav-btn.is_active .nav-btn__bar:nth-child(2) { display: none; }
    .nav-btn.is_active .nav-btn__bar:nth-child(3) { transform: translateY(-12px) rotate(-33deg); }
}

@media(max-width: 767px) {
    .header-wrap {
        height: 60px;
    }

    .lv1-heading {
        width: 120px;
    }

    .sp-nav {
        top: 60px;
    }
}

/* ============================================
   mv メインビジュアル
   ============================================ */
.swiper {
    position: relative;
    z-index: 0;
    height: 600px;
}

.swiper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, transparent 100%);
    z-index: 2;
    pointer-events: none;
}

.mv-slider-list {
    position: absolute;
    top: 0;
    left: 0;
}

.mv-slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mv-txt-wrap {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 8;
    width: 100%;
    padding: 0 20px;
    max-width: 1140px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.mv-txt-left {
    text-align: left;
    flex: 1;
}

.mv-txt-right {
    flex: 0 0 auto;
}

.mv-lead-txt {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    line-height: 1.4;
}

.mv-lead-txt--exaggerate::before,
.mv-lead-txt--exaggerate::after {
    display: none;
}

.mv-lead-txt--important {
    background: #00b4c8;
    padding: 8px 30px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px;
    display: inline-block;
    margin: 14px 0 0;
    color: #fff;
}

.mv-main-txt-wrap {
    margin-top: 16px;
}

.mv-main-txt {
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    letter-spacing: .03em;
    text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

.mv-main-txt + .mv-main-txt {
    margin-top: 4px;
}

.mv-main-txt--important {
    color: #7dff7d;
    font-size: 60px;
}

.mv-list-ttl {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
    line-height: 1.6;
}

.mv-list-ttl::before,
.mv-list-ttl::after {
    display: none;
}

.mv__list-wrap {
    max-width: 100%;
    margin: 0;
}

.mv__list {
    display: flex;
    gap: 12px;
}

.mv__item {
    background: rgba(255,255,255,0.95);
    border: 2px solid #00b4c8;
    border-radius: 8px;
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    animation: none;
}

.mv__item-txt {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    line-height: 1.3;
    text-align: center;
}

.mv__item-txt--important {
    font-size: 18px;
    font-weight: 700;
    color: #00b4c8;
    display: block;
}

.mv__item:nth-of-type(1) .mv__item-txt--important,
.mv__item:nth-of-type(3) .mv__item-txt--important {
    padding-top: 4px;
}

.mv__item:nth-of-type(2) .mv__item-txt--important {
    padding-bottom: 4px;
}

.mv__item-icon { display: none; }

@media(max-width: 1024px) {
    .swiper {
        height: 500px;
    }

    .mv-main-txt { font-size: 42px; }
    .mv-main-txt--important { font-size: 50px; }
    .mv-lead-txt--important { font-size: 18px; }
}

@media(max-width: 767px) {
    .swiper {
        height: calc(70vh - 60px);
        min-height: 400px;
    }

    .mv-txt-wrap {
        bottom: 20px;
        padding: 0 16px;
        align-items: center;
        text-align: center;
        gap: 12px;
    }

    .mv-txt-left {
        text-align: center;
    }

    .mv-lead-txt { font-size: 13px; }
    .mv-lead-txt--important { font-size: 14px; padding: 6px 16px; }
    .mv-main-txt { font-size: 26px; }
    .mv-main-txt--important { font-size: 32px; }
    .mv-list-ttl { font-size: 12px; margin-top: 10px; text-align: center; }

    .mv__list {
        flex-wrap: nowrap;
        gap: 6px;
    }

    .mv__item {
        padding: 8px 10px;
        border: 1px solid #00b4c8;
        flex: 1;
    }

    .mv__item-txt { font-size: 11px; }
    .mv__item-txt--important { font-size: 13px; }

    .mv-txt-right {
        width: 100%;
    }

    .mv__list-wrap {
        max-width: 100%;
    }
}

/* ============================================
   CTA1 (メインビジュアル直下)
   ============================================ */
.insurance-band {
    background: #fef3c7;
    padding: 12px 0;
    text-align: center;
}

.insurance-band__txt {
    color: #00b4c8;
    font-size: 28px;
    font-weight: 800;
}

.cta1 {
    background: #00b4c8;
    padding: 30px 0;
    position: relative;
}

.cta1__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta1__txt {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    text-align: center;
}

.cta1__txt--important {
    color: #ffe14d;
    font-size: 28px;
}

.cta1__txt--sm {
    font-size: 12px;
    font-weight: 400;
    margin-top: 8px;
    color: rgba(255,255,255,0.85);
}

.cta1__col1 {
    text-align: center;
}

.cta1__col1::after { display: none; }

.cta1__col2, .cta1__col3 {
    text-align: center;
}

.line-btn {
    background: #06c755;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 16px 32px;
    box-shadow: 0 4px 12px rgba(6, 199, 85, 0.3);
    transition: .3s;
    text-decoration: none;
}

@media(hover: hover) {
    .line-btn:hover {
        opacity: 0.85;
        transform: translateY(-2px);
    }
}

.line-btn__txt {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.line-icon {
    display: inline-block;
    width: 32px;
    margin-right: 10px;
}

.line-icon img {
    width: 100%;
    vertical-align: middle;
}

.tel-btn {
    background: #ffe033;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 16px 32px;
    box-shadow: 0 4px 12px rgba(232, 93, 117, 0.3);
    transition: .3s;
    text-decoration: none;
}

@media(hover: hover) {
    .tel-btn:hover {
        opacity: 0.85;
        transform: translateY(-2px);
    }
}

.tel-btn__txt {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.tel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    margin-right: 10px;
    font-size: 22px;
    color: #fff;
}

.cta__btn + .cta__btn {
    margin-top: 0;
}

.cta1__col2 .line-btn,
.cta1__col3 .tel-btn {
    min-height: 56px;
    white-space: nowrap;
}

.cta1__col3 .tel-btn .tel-icon {
    margin-left: 0;
}

@media(max-width: 767px) {
    .cta1 { padding: 20px 0; }

    .cta1__wrap {
        flex-direction: column;
        gap: 12px;
    }

    .cta1__txt { font-size: 18px; }
    .cta1__txt--important { font-size: 22px; }

    .line-btn, .tel-btn {
        width: 100%;
        max-width: 320px;
        padding: 14px 20px;
    }

    .line-btn__txt, .tel-btn__txt { font-size: 17px; }
}

/* ============================================
   section-title (共通セクション見出し)
   ============================================ */
.section-title-block {
    text-align: center;
    margin-bottom: 50px;
}

/* 各セクション見出し — 参照サイト風 センター配置 + 下線 */
.problem-sub { display: none; }

.lv2-heading {
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    color: #333;
    position: relative;
    display: inline-block;
}

.lv2-heading--important {
    font-size: 38px;
    color: #00b4c8;
    background: none;
    -webkit-text-fill-color: unset;
}

/* feature/voice/flow/faq/instructor/situations 見出しブロック共通 */
.feature-heading-block,
.voice-heading-block,
.flow-heading-block,
.faq-heading-block,
.instructor-heading-block,
.situations-heading-block {
    text-align: center;
    margin-bottom: 50px;
    padding-left: 0;
    border-left: none;
}

.feature-heading-en,
.voice-heading-en,
.flow-heading-en,
.faq-heading-en,
.instructor-heading-en,
.situations-heading-en {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #00b4c8;
    background: none;
    display: block;
    padding: 0;
    border-radius: 0;
    margin-bottom: 10px;
}

.feature-heading-main,
.voice-heading-main,
.flow-heading-main,
.faq-heading-main,
.instructor-heading-main,
.situations-heading-main {
    font-size: 32px;
    font-weight: 800;
    color: #333;
    line-height: 1.4;
    text-align: center;
}

.feature-heading-accent,
.voice-heading-accent,
.flow-heading-accent,
.faq-heading-accent,
.instructor-heading-accent {
    color: #00b4c8;
}

.situations-heading-accent {
    color: #d9534f;
}

.feature-heading-line,
.voice-heading-line,
.flow-heading-line,
.faq-heading-line,
.instructor-heading-line,
.situations-heading-line {
    display: block;
    width: 60px;
    height: 4px;
    background: #00b4c8;
    margin: 16px auto 0;
    border-radius: 2px;
}

.situations-heading-line {
    background: #d9534f;
}

@media(max-width: 767px) {
    .feature-heading-main,
    .voice-heading-main,
    .flow-heading-main,
    .faq-heading-main,
    .instructor-heading-main,
    .situations-heading-main {
        font-size: 22px;
    }

    .lv2-heading { font-size: 22px; }
    .lv2-heading--important { font-size: 26px; }
}

/* ============================================
   problem こんなお悩み — 中央イラスト + 周囲に悩み配置
   ============================================ */
.problem {
    background: #f5f5eb;
    position: relative;
    z-index: 3;
}

.problem .ly-inner {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

.problem-heading-main {
    font-size: 32px;
    font-weight: 900;
    color: #333;
    text-align: center;
    margin-bottom: 50px;
}

.problem-heading-accent {
    color: #00b4c8;
}

/* ビジュアル全体 */
.problem-visual {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    min-height: 600px;
}

/* 中央イラスト */
.problem-center {
    position: absolute;
    z-index: 2;
    width: 190px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}

.problem-center img {
    width: 100%;
    height: auto;
    display: block;
}

/* 悩みバブル */
.problem-bubble {
    position: absolute;
    background: #fff;
    border-radius: 24px;
    padding: 28px 34px;
    box-shadow: 0 3px 16px rgba(0,0,0,0.08);
    text-align: center;
    z-index: 1;
    min-width: 240px;
    max-width: 280px;
    transition: transform .3s;
}

.problem-bubble:hover {
    transform: scale(1.05);
}

.problem-bubble__main {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 1.5;
}

.problem-bubble__main span {
    font-size: 26px;
    font-weight: 900;
    color: #d9534f;
    display: block;
    margin: 4px 0;
}

.problem-bubble__sub {
    font-size: 14px;
    color: #888;
    line-height: 1.6;
    margin-top: 8px;
}

/* 配置 — PC: 上段3つ、下段2つ、イラストは下中央 */
.problem-bubble--1 {
    top: 20px;
    left: 0;
}

.problem-bubble--2 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.problem-bubble--3 {
    top: 20px;
    right: 0;
}

.problem-bubble--4 {
    bottom: 50px;
    left: 0;
}

.problem-bubble--5 {
    bottom: 50px;
    right: 0;
}

@media(max-width: 1024px) {
    .problem-visual {
        min-height: 540px;
    }

    .problem-center {
        width: 170px;
    }

    .problem-bubble {
        padding: 22px 26px;
        min-width: 210px;
        max-width: 250px;
    }

    .problem-bubble__main { font-size: 16px; }
    .problem-bubble__main span { font-size: 22px; }
    .problem-bubble__sub { font-size: 13px; }
}

@media(max-width: 767px) {
    .problem .ly-inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .problem-heading-main {
        font-size: 22px;
        margin-bottom: 30px;
    }

    /* SP: 2カラムグリッド */
    .problem-visual {
        display: grid;
        grid-template-columns: 1fr 1fr;
        min-height: auto;
        gap: 8px;
    }

    .problem-center {
        position: static;
        transform: none;
        width: 70px;
        order: 0;
        margin: 0 auto 6px;
        grid-column: 1 / -1;
    }

    .problem-bubble {
        position: static;
        transform: none;
        border-radius: 0;
        padding: 12px 10px;
        min-width: auto;
        max-width: 100%;
        width: 100%;
        text-align: left;
        border-left: 4px solid #d9534f;
        box-shadow: none;
        background: #fff;
    }

    .problem-bubble:nth-child(odd) {
        border-left-color: #d9534f;
    }

    .problem-bubble:nth-child(even) {
        border-left-color: #f0ad4e;
    }

    .problem-bubble:last-child:nth-child(even) {
        grid-column: 1 / -1;
        max-width: 50%;
        margin: 0 auto;
    }

    .problem-bubble:hover {
        transform: none;
    }

    .problem-bubble__main {
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .problem-bubble__main span {
        font-size: 17px;
        display: inline;
        margin: 0;
    }

    .problem-bubble__sub {
        font-size: 12px;
        margin-top: 4px;
    }

    .problem-bubble__main br { display: none; }
}

/* ============================================
   problem__solve
   ============================================ */
.problem__solve {
    background: #e8f5ee;
    padding: 70px 0 80px;
    text-align: center;
    position: relative;
    color: #333;
}

.problem__solve::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 40px solid #e8f5ee;
}

.problem__solve .ly-inner {
    padding-top: 0;
}

/* ラベル */
.solve-label {
    font-size: 18px;
    font-weight: 700;
    color: #00b4c8;
    letter-spacing: .1em;
    margin-bottom: 20px;
}

/* メイン見出し */
.solve-main-heading {
    font-size: 28px;
    font-weight: 900;
    color: #333;
    line-height: 1.7;
    margin-bottom: 44px;
}

.solve-main-heading--accent {
    color: #00b4c8;
    font-size: 32px;
}

/* チェックリスト */
.solve-list {
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    display: flex;
    gap: 20px;
}

.solve-list__item {
    background: #fff;
    border-radius: 0;
    padding: 28px 28px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    flex: 1;
}

.solve-list__item + .solve-list__item {
    margin-top: 0;
}

.solve-check-wrap {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: #ffe14d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #00b4c8;
    margin-top: 2px;
    flex-shrink: 0;
}

.solve-list__txt {
    flex: 1;
}

.solve-list__ttl {
    font-size: 22px;
    font-weight: 800;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
}

.solve-list__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #555;
}

@media(max-width: 767px) {
    .problem__solve {
        padding: 50px 0 60px;
    }

    .problem__solve::before {
        top: -24px;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-bottom: 24px solid #e8f5ee;
    }

    .solve-label { font-size: 15px; margin-bottom: 14px; }

    .solve-main-heading {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .solve-main-heading--accent { font-size: 24px; }

    .solve-list {
        flex-direction: column;
        gap: 12px;
    }

    .solve-list__item {
        padding: 18px 16px;
        gap: 14px;
    }

    .solve-check-wrap {
        width: 34px;
        height: 34px;
        min-width: 34px;
        font-size: 15px;
    }

    .solve-list__ttl { font-size: 16px; margin-bottom: 6px; }
    .solve-list__desc { font-size: 13px; line-height: 1.7; }
}

/* ============================================
   feature 床下を放置していると危険
   ============================================ */
.feature {
    background: #f0f0f0;
    position: relative;
}

.feature .ly-inner {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}

/* 見出し */
.feature .feature-heading-accent { color: #e53935; }
.feature .feature-heading-line { background: #e53935; }

.feature-lead {
    text-align: center;
    color: #666;
    font-size: 16px;
    margin-top: 16px;
    line-height: 1.8;
}

.feature-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.feature-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.feature-card-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.feature-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.feature-card-body {
    padding: 24px 28px 28px;
    position: relative;
}

.feature-card-number {
    position: absolute;
    top: -22px;
    left: 24px;
    background: #e53935;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(229,57,53,0.3);
}

.feature-card-ttl {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-top: 8px;
    line-height: 1.5;
}

.feature-card-ttl i {
    color: #e53935;
    margin-right: 8px;
    font-size: 18px;
}

.feature-card-txt {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
}

@media(max-width: 767px) {
    .feature .ly-inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .feature-lead { font-size: 14px; }

    .feature-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }

    .feature-card-img { height: 180px; }
    .feature-card-body { padding: 20px 18px 22px; }
    .feature-card-number { width: 38px; height: 38px; font-size: 13px; top: -19px; left: 18px; }
    .feature-card-ttl { font-size: 18px; }
    .feature-card-txt { font-size: 14px; }
}

/* ============================================
   situations 自力掃除は危険
   ============================================ */
.situations {
    background: #fff;
}

.situations .ly-inner {
    padding-top: 80px;
    padding-bottom: 80px;
}

.situations .situations-heading-accent { color: #e53935; }
.situations .situations-heading-line { background: #e53935; }

.situations-layout {
    margin-top: 50px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.situations-img-col {
    width: 480px;
    flex-shrink: 0;
    overflow: hidden;
    height: auto;
}

.situations-img-col img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.situations-list {
    flex: 1;
}

.situations-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 28px 0;
}

.situations-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 50%;
    background: #fef2f2;
    color: #e53935;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.situations-content {
    flex: 1;
}

.situations-num {
    font-size: 14px;
    font-weight: 700;
    color: #e53935;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
}

.situations-item-ttl {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    background: none;
    padding: 0;
    text-align: left;
    line-height: 1.4;
}

.situations-item-txt {
    font-size: 17px;
    line-height: 1.8;
    padding: 0;
    margin-top: 10px;
    color: #666;
    border: none;
    box-shadow: none;
}

.situations-item-txt--important {
    color: #e53935;
    font-weight: 600;
}

.situations-divider {
    height: 1px;
    background: #eee;
    max-width: 800px;
    margin: 0 auto;
}

@media(max-width: 767px) {
    .situations .ly-inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .situations-layout {
        flex-direction: column;
        gap: 24px;
        margin-top: 30px;
    }

    .situations-img-col {
        width: 100%;
        position: static;
        height: 180px;
    }

    .situations-item {
        gap: 16px;
        padding: 20px 0;
    }

    .situations-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 18px;
    }

    .situations-item-ttl { font-size: 20px; }
    .situations-item-txt { font-size: 15px; }
}

/* ============================================
   CTA2
   ============================================ */
.cta2 {
    background: linear-gradient(135deg, #00b4c8 0%, #009ab0 50%, #00b4c8 100%);
    position: relative;
    z-index: 8;
    overflow: hidden;
}

.cta2::before,
.cta2::after { display: none; }

.cta2__inner {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}

.cta2__ttl {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    line-height: 1.6;
}

.cta2__ttl--sm {
    font-size: 18px;
    display: inline-block;
    opacity: 0.9;
    margin-bottom: 4px;
}

.cta2__ttl--lg {
    font-size: 36px;
    color: #ffe14d;
    display: inline-block;
    text-shadow: none;
}

.cta2__ttl--lg::before,
.cta2__ttl--lg::after { display: none; }

.cta2__cards {
    display: flex;
    align-items: stretch;
    gap: 0;
    max-width: 900px;
    margin: 30px auto 0;
    justify-content: center;
}

.cta2__list-wrap {
    background: #fff;
    padding: 28px 32px;
    border-radius: 10px;
    flex: 1;
    max-width: 420px;
}

.cta2__list-wrap::after { display: none; }

.cta2__list {
    list-style: none;
}

.cta2__item {
    font-size: 18px;
    font-weight: 700;
    padding-left: 36px;
    position: relative;
    color: #333;
}

.cta2__item::after {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    color: #00b4c8;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    background-image: none;
    width: auto;
    height: auto;
}

.cta2__item + .cta2__item {
    margin-top: 16px;
}

.cta2__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    color: #fff;
    font-size: 36px;
    opacity: 0.8;
}

.cta2__extra-wrap {
    background: #fff;
    border-radius: 10px;
    flex: 1;
    max-width: 420px;
    padding: 24px 32px;
    position: relative;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta2__extra-mark {
    background: #f0ad4e;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    transform: rotate(-10deg);
    position: absolute;
    top: -18px;
    left: -18px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    border: none;
}

.cta2__extra-txt {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #333;
    line-height: 1.5;
}

.cta2__extra-txt--sm {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 6px;
}

.cta2__extra-txt--important {
    color: #00b4c8;
    font-weight: 800;
    display: inline-block;
}

.cta__btn-txt {
    font-size: 22px;
    font-weight: 800;
    display: inline-block;
    color: #fff;
    position: relative;
}

.cta__btn-txt::before,
.cta__btn-txt::after { display: none; }

.cta__btn-txt--lg {
    font-size: 28px;
    color: #ffe14d;
}

.cta2 .cta__btn-txt--lg {
    color: #ffe14d;
}

.cta__btn-wrap {
    text-align: center;
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.cta__btn {
    max-width: 340px;
    flex: 1;
    min-width: 280px;
}

.cta__btn a { transition: .3s; }

.cta__btn .line-btn,
.cta__btn .tel-btn {
    margin: 0 auto;
    width: 100%;
    min-height: 56px;
}

/* CTA2内のボタンを目立たせる */
.cta2 .cta__btn .line-btn,
.cta2 .cta__btn .tel-btn {
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.cta__btn-caution-txt {
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    margin-top: 10px;
    width: 100%;
    flex-basis: 100%;
}

/* CTA btn-outer（ページ中間のCTA） */
.cta__btn-outer {
    background: #f5f9f7;
    padding: 50px 0;
}

.cta__btn-outer::after { display: none; }

.cta__btn-outer .cta__btn-wrap {
    margin: 0;
}

.cta__btn-txt--green {
    color: #333;
}

.cta__btn-txt--green::before,
.cta__btn-txt--green::after { display: none; }

.cta__btn-txt--green .cta__btn-txt--lg {
    color: #00b4c8;
}

@media(max-width: 767px) {
    .cta2__inner { padding-top: 40px; padding-bottom: 40px; }
    .cta2__ttl { font-size: 18px; }
    .cta2__ttl--sm { font-size: 14px; }
    .cta2__ttl--lg { font-size: 26px; }
    .cta2__cards { flex-direction: column; gap: 0; align-items: stretch; }
    .cta2__list-wrap { padding: 20px; max-width: 100%; }
    .cta2__item { font-size: 15px; padding-left: 30px; }
    .cta2__item::after { font-size: 16px; }
    .cta2__arrow { transform: rotate(90deg); padding: 10px 0; font-size: 28px; }
    .cta2__extra-wrap { padding: 20px 16px; max-width: 100%; }
    .cta2__extra-txt { font-size: 16px; }
    .cta2__extra-mark { width: 56px; height: 56px; font-size: 12px; top: -14px; left: -10px; }
    .cta__btn-wrap { flex-direction: column; align-items: center; gap: 12px; }
    .cta__btn { max-width: 320px; min-width: 0; width: 100%; }
    .cta__btn-txt { font-size: 18px; }
    .cta__btn-txt--lg { font-size: 22px; }
    .cta__btn-caution-txt { font-size: 11px; }
    .cta__btn-outer { padding: 30px 0; }
}

/* ============================================
   voice お客様の声
   ============================================ */
.voice {
    background: #f5f9f7;
}

.voice .ly-inner {
    padding-top: 80px;
    padding-bottom: 80px;
}

.voice .swiper-container {
    margin-top: 0;
    position: relative;
}

.swiper2 {
    overflow: hidden;
}

.voice-list {
    min-height: 400px;
}

.voice-item-cont {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
    border-radius: 10px;
    border: none;
    margin: 10px;
    min-height: 420px;
    transition: transform .3s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.voice-item-cont::before { display: none; }

.voice-item-cont:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12) !important;
}

.voice-item-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    flex-shrink: 0;
}

.voice-item-img img {
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}

.voice-item-cont:hover .voice-item-img img {
    transform: scale(1.05);
}

.voice-item-name {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: #00b4c8;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 0 0 8px 0;
    border-bottom: none;
}

.voice-item-txt {
    font-size: 14px;
    line-height: 1.75;
    color: #555;
}

.voice-item-txt--important {
    color: #00b4c8;
    font-weight: 600;
}

.voice-item-txt-wrap {
    padding: 14px 20px 24px;
}

/* Swiper navigation */
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    width: 44px;
    height: 44px;
}

.swiper-button-next { right: -55px; }
.swiper-button-prev { left: -55px; }

.swiper-button-prev:after,
.swiper-button-next:after {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: #fff;
    font-size: 18px;
    background: #00b4c8;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: .3s;
}

.swiper-button-prev:after { content: '\f053'; }
.swiper-button-next:after { content: '\f054'; }

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
    background: #1d9159;
}

.swiper-pagination {
    position: absolute;
    bottom: -35px !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
    background-color: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #00b4c8;
    transform: scale(1.2);
}

@media(max-width: 1024px) {
    .swiper-button-next { right: -40px; }
    .swiper-button-prev { left: -40px; }
}

@media(max-width: 767px) {
    .voice .ly-inner {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .voice-item-cont { min-height: auto; }

    .swiper-button-next { right: 4px; }
    .swiper-button-prev { left: 4px; }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .swiper-pagination { bottom: -28px !important; }
}

/* ============================================
   voice-grid お客様の声（アイコン付きカード）
   ============================================ */
.voice-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.voice-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    padding: 28px 24px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.voice-card-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    background: #e8f5e9;
    color: #2e7d32;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.voice-card-icon.female {
    background: #fce4ec;
    color: #c2185b;
}

.voice-card-body {
    flex: 1;
}

.voice-card-name {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: #00b4c8;
    padding: 4px 14px;
    display: inline-block;
    border-radius: 20px;
    margin-bottom: 12px;
}

.voice-card-txt {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
}

.voice-card-txt--important {
    color: #00b4c8;
    font-weight: 600;
}

@media(max-width: 767px) {
    .voice-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .voice-card {
        padding: 20px 16px;
        gap: 14px;
    }

    .voice-card-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 20px;
    }
}

/* ============================================
   trial 無料相談
   ============================================ */
.trial {
    position: relative;
    overflow: hidden;
}

.trial::after,
.trial::before { display: none; }

.trial-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.trial-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
}

.trial .ly-inner {
    padding: 80px 20px !important;
    position: relative;
    z-index: 1;
}

.trial-content {
    max-width: 680px;
}

.trial-label {
    font-size: 14px;
    font-weight: 700;
    color: #00b4c8;
    letter-spacing: 0.15em;
    margin-bottom: 12px;
    background: rgba(255,255,255,0.9);
    display: inline-block;
    padding: 4px 16px;
    border-radius: 4px;
}

.trial-ttl {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    border-bottom: none;
    padding: 0;
    line-height: 1.5;
}

.trial-ttl--importants {
    font-size: 36px;
    color: #ffe14d;
    font-weight: 900;
    margin-top: 8px;
    line-height: 1.4;
}

.trial-txt {
    font-size: 16px;
    line-height: 1.9;
    margin-top: 20px;
    color: rgba(255,255,255,0.9);
}

@media(max-width: 767px) {
    .trial .ly-inner { padding: 50px 16px !important; }
    .trial-content { max-width: 100%; }
    .trial-label { font-size: 12px; }
    .trial-ttl { font-size: 22px; }
    .trial-ttl--importants { font-size: 28px; }
    .trial-txt { font-size: 14px; }
}

/* ============================================
   flow ご利用の流れ
   ============================================ */
.flow {
    background: #fff;
}

.flow .ly-inner {
    padding-top: 80px;
    padding-bottom: 160px;
}

.flow-list {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
    padding: 0;
}

/* 縦ライン（アイコン列の中央を通る） */
.flow-list::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 63px;
    width: 3px;
    bottom: 80px;
    background: #00b4c8;
    z-index: 0;
}

.flow-item {
    display: flex;
    align-items: flex-start;
    gap: 0;
    position: relative;
}

.flow-item + .flow-item {
    margin-top: 40px;
}

/* 左カラム：アイコン＋ステップ名 */
.flow-icon-col {
    width: 130px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
}

.flow-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #00b4c8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 12px rgba(34,168,102,0.3);
}

.flow-step-label {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #00b4c8;
    line-height: 1.3;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 2px 6px;
}

.flow-step-label span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-top: 2px;
}

/* 中央カラム：説明テキスト */
.flow-txt-col {
    flex: 1;
    padding: 10px 30px 0;
}

.flow-item-txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #333;
}

/* 右カラム：画像 */
.flow-img-col {
    width: 220px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.flow-img-col img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

/* SP */
@media(max-width: 767px) {
    .flow .ly-inner { padding-top: 50px; padding-bottom: 70px; }

    .flow-list {
        margin-top: 30px;
    }

    .flow-list::before {
        left: 30px;
        top: 30px;
        bottom: 60px;
    }

    .flow-item {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0;
    }

    .flow-item + .flow-item {
        margin-top: 30px;
    }

    .flow-icon-col {
        width: 64px;
    }

    .flow-icon {
        width: 52px;
        height: 52px;
        font-size: 22px;
    }

    .flow-step-label {
        font-size: 16px;
    }

    .flow-step-label span {
        font-size: 13px;
    }

    .flow-txt-col {
        flex: 1;
        padding: 6px 10px 0;
        min-width: 0;
    }

    .flow-item-txt {
        font-size: 14px;
    }

    .flow-img-col {
        width: calc(100% - 74px);
        margin-left: 74px;
        margin-top: 10px;
        border-radius: 8px;
    }

    .flow-img-col img {
        height: 140px;
    }
}

/* ============================================
   cleaning-flow お掃除の流れ
   ============================================ */
.cleaning-flow {
    background: #fff;
    padding: 80px 0 120px;
}

.cleaning-flow-heading-block {
    text-align: center;
    margin-bottom: 48px;
}

.cleaning-flow-heading-en {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .25em;
    color: #2e7d32;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.cleaning-flow-heading-main {
    font-size: 38px;
    font-weight: 800;
    letter-spacing: .04em;
    color: #1e293b;
    line-height: 1.4;
}

.cleaning-flow-heading-accent {
    color: #2e7d32;
}

.cleaning-flow-heading-line {
    width: 60px;
    height: 4px;
    background: #2e7d32;
    margin: 16px auto 0;
    border-radius: 2px;
}

.cleaning-flow-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: cleaning-step;
}

.cleaning-flow-item {
    display: flex;
    align-items: stretch;
    gap: 32px;
    padding: 32px 0;
    border-bottom: 1px solid #e5e7eb;
}

.cleaning-flow-item:last-child {
    border-bottom: none;
}

.cleaning-flow-item:nth-child(even) {
    flex-direction: row-reverse;
}

.cleaning-flow-img {
    width: 320px;
    flex-shrink: 0;
    border-radius: 16px;
    overflow: hidden;
}

.cleaning-flow-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cleaning-flow-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cleaning-flow-step {
    font-size: 14px;
    font-weight: 700;
    color: #2e7d32;
    letter-spacing: .1em;
    margin-bottom: 8px;
}

.cleaning-flow-ttl {
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 12px;
}

.cleaning-flow-txt {
    font-size: 15px;
    line-height: 1.8;
    color: #475569;
}

@media(max-width: 767px) {
    .cleaning-flow {
        padding: 56px 0;
    }

    .cleaning-flow-heading-main {
        font-size: 26px;
    }

    .cleaning-flow-item,
    .cleaning-flow-item:nth-child(even) {
        flex-direction: column;
        gap: 16px;
        padding: 24px 0;
    }

    .cleaning-flow-img {
        width: 100%;
        height: 200px;
    }

    .cleaning-flow-ttl {
        font-size: 20px;
    }
}

/* ============================================
   instructor スタッフ紹介
   ============================================ */
.instructor {
    background: #e8f5ee;
    position: relative;
    z-index: 8;
}

.instructor .ly-inner {
    padding-top: 50px;
    padding-bottom: 50px;
}

.instructor-profile {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    margin-top: 24px;
}

.instructor-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.instructor-img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.instructor-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.instructor-name {
    font-size: 20px;
    font-weight: 800;
    color: #333;
    margin-top: 12px;
    text-align: center;
}

.instructor-occupation {
    font-size: 14px;
    color: #00b4c8;
    font-weight: 600;
    margin-top: 4px;
    text-align: center;
}

/* 吹き出し */
.instructor-balloon {
    background: #fff;
    border-radius: 16px;
    padding: 28px 32px;
    flex: 1;
    position: relative;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    text-align: left;
}

.instructor-balloon::before {
    content: "";
    position: absolute;
    top: 40px;
    left: -16px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 16px solid #fff;
}

.instructor-ttl {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #333;
    line-height: 1.6;
    padding-bottom: 14px;
    border-bottom: 2px solid #00b4c8;
}

.instructor-ttl::after { display: none; }

.instructor-txt {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.instructor-txt + .instructor-txt { margin-top: 10px; }

.achievement {
    margin-top: 28px;
    padding: 24px 0;
    border-top: 2px solid #00b4c8;
    border-bottom: 2px solid #00b4c8;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.achievement-ttl {
    font-size: 15px;
    font-weight: 700;
    color: #00b4c8;
    margin-bottom: 14px;
    text-align: center;
}

.achievement-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
}

.achievement-item {
    font-size: 14px;
    width: calc(50% - 16px);
    list-style: none;
    padding-left: 24px;
    position: relative;
    line-height: 2;
    color: #555;
}

.achievement-item::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    color: #00b4c8;
    position: absolute;
    left: 4px;
    top: 0;
    line-height: 2;
}

@media(max-width: 767px) {
    .instructor .ly-inner { padding-top: 50px; padding-bottom: 50px; }

    .instructor-profile {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .instructor-img {
        width: 150px;
        height: 150px;
    }

    .instructor-name { font-size: 18px; }

    .instructor-balloon {
        padding: 24px 20px;
        margin-top: 20px;
    }

    .instructor-balloon::before {
        top: -14px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-bottom: 14px solid #fff;
        border-top: 0;
    }

    .instructor-left { margin-bottom: 0; }

    .instructor-ttl { font-size: 16px; }
    .instructor-txt { font-size: 14px; }

    .achievement { padding: 20px 0; }
    .achievement-list { display: block; }
    .achievement-item { width: 100%; }
}

/* ============================================
   FAQ よくある質問 — アコーディオン
   ============================================ */
.faq {
    background: #f5f9f7;
}

.faq .ly-inner {
    padding-top: 80px;
    padding-bottom: 80px;
}

.faq-list {
    margin-top: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.faq-item {
    background: #fff;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.faq-item:hover { transform: none; box-shadow: none; }

.faq-item + .faq-item {
    margin-top: 20px;
}

/* Question — 緑バー */
.faq-question {
    background: #00b4c8;
    padding: 20px 24px;
    cursor: default;
    position: relative;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    transition: background .3s;
}

.faq-question:hover {
    background: #1d9159;
}

/* アコーディオン アイコン（常時表示のため非表示） */
.faq-question::after {
    display: none;
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    transition: .3s;
}

.faq-item.is-open .faq-question::after {
    content: "\2212";
}

.faq-q {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    background: none;
    width: auto;
    height: auto;
    min-width: auto;
    border-radius: 0;
    margin-right: 14px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-q::after { display: none; }

.faq-ttl {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    display: block;
    height: auto;
}

/* Answer — ライトグリーン背景（常時表示） */
.faq-answer {
    background: #f0f9f4;
    padding: 20px 24px;
    display: flex;
    border: none;
    border-radius: 0 0 10px 10px;
    margin-top: 0;
    box-shadow: none;
    align-items: flex-start;
}

.faq-item.is-open .faq-answer {
    display: flex;
}

.faq-a {
    font-size: 18px;
    font-weight: 800;
    color: #00b4c8;
    background: none;
    width: auto;
    height: auto;
    min-width: auto;
    border-radius: 0;
    margin-right: 14px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-txt {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}

@media(max-width: 767px) {
    .faq .ly-inner { padding-top: 50px; padding-bottom: 50px; }

    .faq-item + .faq-item { margin-top: 14px; }
    .faq-question { padding: 16px; }
    .faq-answer { padding: 16px; }
    .faq-q { font-size: 16px; margin-right: 10px; }
    .faq-ttl { font-size: 14px; }
    .faq-a { font-size: 16px; margin-right: 10px; }
    .faq-txt { font-size: 13px; }
}

/* ============================================
   c-profile 会社概要
   ============================================ */
.c-profile {
    background-color: #fff;
}

.c-profile .ly-inner {
    padding-top: 70px;
    padding-bottom: 60px;
}

.lv2-c-profile-headihg {
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    color: #333;
    position: relative;
    padding-bottom: 16px;
}

.lv2-c-profile-headihg::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #00b4c8;
    margin: 16px auto 0;
    border-radius: 2px;
}

.c-profile__col-wrap {
    display: block;
    margin-top: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.c-profile__col1 {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 0;
}

.c-profile-logo {
    width: 200px;
}

.c-profile-logo img { width: 100%; }

.c-profile__col2 {
    margin-left: 0;
    width: 100%;
}

.c-profile__col2-col {
    display: flex;
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
}

.c-profile__col2-col:first-child {
    border-top: 1px solid #e5e5e5;
}

.c-profile__col2-col + .c-profile__col2-col {
    border-top: none;
    padding-top: 16px;
}

.c-profile__dt {
    font-size: 15px;
    font-weight: 700;
    width: 150px;
    flex-shrink: 0;
    color: #333;
    background: #f5f9f7;
    padding: 8px 16px;
    margin: -16px 20px -16px 0;
    display: flex;
    align-items: center;
}

.c-profile__dd {
    font-size: 15px;
    color: #555;
    flex: 1;
    display: flex;
    align-items: center;
}

.c-profile__dd p + p { margin-top: 8px; }

@media(max-width: 767px) {
    .c-profile .ly-inner { padding-top: 50px; padding-bottom: 40px; }
    .lv2-c-profile-headihg { font-size: 22px; }
    .c-profile-logo { width: 140px; }
    .c-profile__dt { font-size: 13px; width: 110px; padding: 6px 10px; }
    .c-profile__dd { font-size: 13px; }
}

/* ============================================
   footer
   ============================================ */
.footer {
    background-color: #00b4c8;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}

.footer-policy {
    display: flex;
    gap: 0;
}

.footer-policy-item {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.footer-policy-item + .footer-policy-item {
    border-left: 1px solid rgba(255,255,255,.5);
}

.footer-policy-link {
    display: block;
    padding: 8px 20px;
    color: #fff;
    text-decoration: none;
    transition: .15s;
    white-space: nowrap;
}

@media(hover:hover) {
    .footer-policy-link:hover {
        opacity: .75;
    }
}

.footer-sns {
    display: flex;
    gap: 12px;
    align-items: center;
}

.footer-sns-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity .15s;
    font-size: 1.3rem;
}

.footer-sns-icon:hover { opacity: .8; }
.footer-sns-icon--line { color: #06c755; }
.footer-sns-icon--insta { color: #c13584; }

@media(max-width: 743px) {
    .footer-policy-item { font-size: 11px; }
    .footer-policy-link { padding: 8px 12px; }
    .footer-sns-icon { width: 36px; height: 36px; font-size: 1.1rem; }
}

/* ============================================
   loading
   ============================================ */
#loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8888;
    background-color: #fff;
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #00b4c8;
    float: left;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 { animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 { animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 { animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 { animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 { animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 { animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 { animation-delay: 0s; }
.sk-cube-grid .sk-cube8 { animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 { animation-delay: 0.2s; }

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% { transform: scale3D(1, 1, 1); }
    35% { transform: scale3D(0, 0, 1); }
}

#loading.loaded {
    opacity: 0;
    visibility: hidden;
}

/* ============================================
   contact お問い合わせフォーム
   ============================================ */
.contact-section {
    background: #fff;
    padding: 80px 0;
}

.contact-section .ly-inner {
    max-width: 700px;
}

.contact-heading-block {
    text-align: center;
    margin-bottom: 40px;
}

.contact-heading-en {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #00b4c8;
    display: block;
    margin-bottom: 10px;
}

.contact-heading-main {
    font-size: 28px;
    font-weight: 800;
    color: #333;
}

.contact-heading-line {
    display: block;
    width: 60px;
    height: 4px;
    background: #00b4c8;
    margin: 16px auto 0;
    border-radius: 2px;
}

.contact-form {
    background: #f5f9f7;
    border-radius: 10px;
    padding: 40px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.form-group label .required {
    background: #d9534f;
    color: #fff;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 3px;
    margin-left: 8px;
    font-weight: 600;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    font-family: inherit;
    transition: border-color .3s;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: #00b4c8;
    box-shadow: 0 0 0 3px rgba(34, 168, 102, 0.15);
}

.form-group textarea {
    height: 150px;
    resize: vertical;
}

.form-submit-btn {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 30px auto 0;
    padding: 16px;
    background: #00b4c8;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: .3s;
}

.form-submit-btn:hover {
    background: #1d9159;
}

@media(max-width: 767px) {
    .contact-section { padding: 50px 0; }
    .contact-form { padding: 24px 16px; }
    .contact-heading-main { font-size: 22px; }
}

/* ============================================
   プライバシーポリシー
   ============================================ */
.pp .ly-inner {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pp-lv2-heading {
    font-size: 28px;
    font-weight: 700;
    color: #00b4c8;
    text-align: center;
}

.pp-list { margin-top: 60px; }
.pp-item + .pp-item { margin-top: 50px; }
.pp-txt { font-size: 15px; line-height: 2; margin-top: 30px; }

.pp-lv3-heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
    padding-left: 40px;
    position: relative;
}

.pp-lv3-heading::after {
    position: absolute;
    content: "";
    background-color: #00b4c8;
    width: 24px;
    height: 3px;
    top: 13px;
    left: 0;
}

.pp-item__txt { font-size: 15px; line-height: 2; }
.pp-item__txt + .pp-item__txt { margin-top: 24px; }

@media(max-width: 767px) {
    .pp .ly-inner { padding-top: 50px; padding-bottom: 50px; }
    .pp-lv2-heading { font-size: 22px; }
    .pp-txt, .pp-item__txt { font-size: 14px; }
    .pp-lv3-heading { font-size: 18px; padding-left: 24px; }
    .pp-lv3-heading::after { width: 16px; }
}

/* ===== ヘッダーCTA（LINE・Instagram）===== */
.header-cta {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-line-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    background: #06c755;
    color: #fff;
    font-size: .95rem;
    font-weight: 700;
    padding: 11px 22px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity .15s;
    letter-spacing: .04em;
}
.header-line-btn i { font-size: 1.15rem; }
.header-line-btn:hover { opacity: .85; }
.header-insta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #c13584;
    font-size: 1.25rem;
    text-decoration: none;
    transition: opacity .15s;
}
.header-insta-btn:hover { opacity: .8; }
@media(max-width: 1024px) {
    .header-cta { display: none; }
}
