.elementor-19 .elementor-element.elementor-element-d475a2f{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19 .elementor-element.elementor-element-d475a2f.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-19 .elementor-element.elementor-element-1a47a1a{width:100%;max-width:100%;}.elementor-19 .elementor-element.elementor-element-3637200{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19 .elementor-element.elementor-element-4ccb574{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19 .elementor-element.elementor-element-1717d2a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19 .elementor-element.elementor-element-f8ab93e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19 .elementor-element.elementor-element-3a7e471{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19 .elementor-element.elementor-element-f5a4ed5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-19 .elementor-element.elementor-element-d475a2f{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-1a47a1a *//* --- 0. 全方位の隙間リセット --- */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}

/* --- 1. 全体共通レイアウト --- */
.sly-hero-split {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0 !important;
}

.sly-hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 10% 0 5%;
    background: transparent; /* 背景の混入を防ぐ */
}

/* --- 2. アニメーション（ページロード時に発火） --- */
@keyframes yamaidashiFadeIn {
    0% { opacity: 0; transform: translateX(-20px) scale(1.02); }
    100% { opacity: 1; transform: translateX(0) scale(1); }
}

/* --- 3. 画像エリア（PCレイアウト） --- */
.sly-hero-left {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

.sly-hero-oval {
    width: 80vh;
    height: 60vh;
    clip-path: ellipse(50% 50% at 50% 50%);
    opacity: 0;
    animation: yamaidashiFadeIn 3.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    box-shadow: none;
}

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

/* --- 4. 縦書きコピー（PC） --- */
.v-text-main {
    writing-mode: vertical-rl;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(1.4rem, 2.8vw, 2.2rem);
    color: #333;
    letter-spacing: 0.8em;
    line-height: 2.5;
}

.v-text-main span {
    display: block;
    margin-left: 1.2em;
}

/* --- 5. 固定要素（PC） --- */
.sly-fixed-logo {
    position: absolute;
    top: 60px;
    left: 60px;
    z-index: 20;
}
.sly-fixed-logo img { width: 180px; mix-blend-mode: multiply; }

.sly-fixed-side {
    position: absolute;
    bottom: 60px;
    right: 50px;
    writing-mode: vertical-rl;
    z-index: 20;
}
.side-domain { font-family: 'Lexend Zetta', sans-serif; font-size: 0.8rem; color: #1a4a8d; margin-bottom: 15px; }
.side-statement { font-size: 0.7rem; color: #888; }

/* --- 6. スマホ(SP)対応：余白凝縮 ＆ 垂直最適化 --- */
@media (max-width: 768px) {
    .sly-hero-split {
        height: auto;
        min-height: 100vh;
        padding: 40px 0 40px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sly-hero-container {
        flex-direction: column;
        padding: 0 20px;
        height: auto;
    }

    /* ロゴ：画像外の上部、余白を詰める */
    .sly-fixed-logo {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        text-align: center;
        width: 100%;
        margin-bottom: 20px !important;
    }
    .sly-fixed-logo img { 
        width: 120px; 
    }

    /* 画像：正円比率で間延び防止 ＆ 余白凝縮 */
    .sly-hero-left {
        width: 100%;
        justify-content: center;
        margin-bottom: 20px !important; 
    }
    .sly-hero-oval {
        width: 75vw; 
        height: 75vw;
        max-width: 320px;
        max-height: 320px;
    }

    /* 文言：行間を詰めて突き抜けを防止 */
    .sly-hero-right {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 0 !important;
    }
    .v-text-main {
        font-size: 1.15rem;
        letter-spacing: 0.4em;
        line-height: 1.8;
    }
    .v-text-main span {
        margin-left: 0.5em;
    }

    /* サイド情報：最下部情報をコンパクトに */
    .sly-fixed-side {
        position: relative;
        bottom: 0;
        right: 0;
        writing-mode: horizontal-tb;
        text-align: center;
        margin-top: 40px !important;
    }
    .side-domain { 
        font-size: 0.75rem; 
        margin-bottom: 2px !important; 
        color: #1a4a8d;
    }
    .side-statement { 
        font-size: 0.6rem; 
        line-height: 1.4;
        color: #888;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d86c280 *//* 1. コンテナ：横幅を広げて「ゆとり」を確保 */
.service-cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 60px var(--global-space);
    max-width: 1400px; /* 横幅を拡張して縦長感を解消 */
    margin: 0 auto;
}

/* 2. カード：磨りガラス効果 ＆ 縦長感の払拭 */
.service-card {
    position: relative;
    /* 磨りガラス：白を45%透過させ背景をぼかす */
    background: rgba(255, 255, 255, 0.45) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    
    /* 境界線と角丸 */
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 30px; /* 50pxから30pxへ、少しシャープに調整 */
    
    /* 余白：上下を詰め、横の印象を強くする */
    padding: 40px 35px; 
    transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: auto;
}

.service-card:hover {
    background: rgba(255, 255, 255, 0.65) !important;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

/* 3. インデント垂直統一 */
.card-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* すべて左端に吸着 */
    text-align: left;
}

/* 全要素の左マージンをリセットして垂直ラインを出す */
.card-num, .card-title, .card-line, .card-text {
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 100%;
}

/* ナンバリング：Lexend Zettaで知的に */
.card-num {
    font-family: 'Lexend Zetta', sans-serif;
    font-size: 0.8rem;
    color: var(--primary-color);
    margin-bottom: 10px;
    letter-spacing: 0.2em;
}

/* タイトル：Noto Serif JPで品格を */
.card-title {
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    color: var(--primary-color);
    margin-bottom: 15px;
    line-height: 1.4;
}

/* 装飾ライン：長さを調整してアクセントに */
.card-line {
    width: 30px;
    height: 1px;
    background: var(--primary-color);
    margin-bottom: 20px;
}

/* 本文：行間をビジネス向けに引き締め */
.card-text {
    font-size: 0.95rem;
    line-height: 1.8; /* 2.4から1.8へ圧縮 */
    color: #444;
    font-weight: 500;
}

/* 4. スマホ対応 */
@media screen and (max-width: 1024px) {
    .service-cards-container {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 40px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3931ab2 *//* 信頼バナー全体 */
.sly-trust-banner {
    max-width: 1400px;
    margin: 40px auto 100px;
    padding: 60px;
    background: rgba(255, 255, 255, 0.3) !important; /* 馴染ませ磨りガラス */
    backdrop-filter: blur(20px);
    border: 1px solid rgba(26, 74, 141, 0.1);
    border-radius: 40px;
}

.sly-trust-inner {
    display: flex;
    align-items: center;
    gap: 60px;
}

/* ビジュアルエリア：mask1の浮遊感 */
.sly-trust-visual {
    flex: 1;
    position: relative;
}

.sly-trust-mask img {
    width: 100%;
    max-width: 400px;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.05));
}

.sly-trust-badge {
    position: absolute;
    top: -10px;
    left: -10px;
    background: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-family: 'Lexend Zetta', sans-serif;
    font-size: 0.75rem;
}

/* コンテンツエリア：垂直インデントを徹底 */
.sly-trust-content {
    flex: 1.5;
    text-align: left;
}

.sly-trust-sub {
    font-size: 0.9rem;
    color: #888;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

.sly-trust-ttl {
    font-family: "Noto Serif JP", serif;
    font-size: 2.2rem;
    color: var(--primary-color);
    line-height: 1.4;
    margin-bottom: 25px;
}

.sly-trust-txt {
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 35px;
}

/* ボタン：誠実なブルー */
.sly-btn-primary {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    padding: 18px 45px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}

.sly-btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(26, 74, 141, 0.2);
}

.sly-btn-note {
    font-size: 0.8rem;
    color: #888;
    margin-top: 15px;
}

/* レスポンシブ */
@media screen and (max-width: 1024px) {
    .sly-trust-inner { flex-direction: column; gap: 40px; text-align: center; }
    .sly-trust-content { text-align: center; }
    .sly-trust-ttl { font-size: 1.6rem; }
}

.sly-trust-guide {
    margin-top: 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.4); /* 磨りガラス風 */
    backdrop-filter: blur(8px);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
}

.sly-guide-main {
    font-family: "Noto Serif JP", serif;
    font-size: 1.1rem;
    color: #1a4a8d; /* ロゴの紺色 */
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}

.sly-btn-note {
    font-size: 0.8rem;
    color: #666;
    margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-defe1d1 */.sly-promotion-banner {
    background: #fff;
    padding: 40px var(--global-space);
    margin-top: -50px; /* MVに少し被せて一体感を出す */
    position: relative;
    z-index: 20;
}

.sly-promo-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.sly-promo-item {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 25px;
    border-radius: 15px;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #eee;
}

.sly-promo-item:hover {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}

/* 補助金バナーなどの強調色 */
.sly-promo-item.highlight {
    background: #fff9e6; /* 光をイメージした淡いイエロー */
    border-color: #ffe082;
}

.sly-promo-icon {
    width: 50px;
    margin-right: 20px;
    flex-shrink: 0;
    text-align: center;
}

.sly-promo-icon img, .sly-promo-icon i {
    width: 100%;
    font-size: 2rem;
    color: var(--primary-color);
}

.sly-promo-tag {
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--primary-color);
    background: rgba(26, 74, 141, 0.1);
    padding: 2px 8px;
    border-radius: 4px;
    margin-bottom: 8px;
    display: inline-block;
}

.sly-promo-ttl {
    font-family: "Noto Serif JP", serif;
    font-size: 1.1rem;
    color: #333;
    margin: 0 0 5px;
}

.sly-promo-desc {
    font-size: 0.85rem;
    color: #777;
    line-height: 1.4;
}

@media screen and (max-width: 900px) {
    .sly-promo-container {
        grid-template-columns: 1fr;
    }
}

/* 1. セクション全体の白背景を強制除去 */
.sly-promotion-banner, 
.sly-service-section, 
.sly-glass-section,
.sly-business-bnr {
    background: transparent !important; /* 白背景を透明に */
    padding-top: 60px;
    padding-bottom: 60px;
}

/* 2. 販促バナーの透過・整理 */
.sly-promo-item {
    background: rgba(255, 255, 255, 0.4) !important; /* 40%透過の白 */
    backdrop-filter: blur(10px); /* 磨りガラス効果 */
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: none !important; /* 硬い影を消す */
}

/* 3. 事業内容カードの透過・整理 */
.sly-glass-card, 
.sly-bnr-item, 
.sly-service-bnr {
    background: rgba(255, 255, 255, 0.4) !important; /* 40%透過の白 */
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: none !important;
}

/* 4. Elementor 固有の背景も念のため透過 */
.elementor-section, .elementor-column-wrap, .elementor-widget-wrap {
    background-color: transparent !important;
}

/* 5. 磨りガラスをより美しく（カードに重なりを作る） */
.sly-glass-card:hover {
    background: rgba(255, 255, 255, 0.6) !important; /* ホバーで少し明るく */
    transform: translateY(-5px);
}

/* 1. 販促バナー（Promotion）のインデント調整 */
.sly-promo-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* 左揃えを徹底 */
    text-align: left; /* テキストを左に寄せる */
}

.sly-promo-ttl, .sly-promo-desc, .sly-promo-tag {
    margin-left: 0 !important; /* インデントのズレを解消 */
    padding-left: 0 !important;
}

/* 2. 事業カード（Service）のインデント調整 */
.sly-card-inner, .sly-bnr-txt, .sly-card-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* 全要素を左端に吸着させる */
    text-align: left;
}

/* 英字・タイトル・説明文の左端を垂直に揃える */
.sly-en, .sly-ttl, .sly-desc, .sly-more,
.sly-card-en, .sly-card-ttl, .sly-card-desc, .sly-card-more {
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 100%; /* 幅を確保して揃いやすくする */
}

/* 3. 視覚的な微調整（アイコンとテキストの間隔） */
.sly-promo-icon {
    margin-right: 25px; /* テキストとの距離を一定に */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6dc2df1 *//* --- Q&A全体レイアウト --- */
.sly-qa-section {
    padding: 100px var(--global-space);
    background: transparent !important;
}

.sly-qa-container {
    max-width: 1000px; /* 読みやすさを考慮した幅 */
    margin: 0 auto;
}

.sly-section-header {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* 垂直揃えを徹底 */
}

.sly-en {
    font-family: 'Lexend Zetta', sans-serif;
    font-size: 0.8rem;
    color: var(--primary-color);
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}

.sly-section-ttl {
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    color: var(--primary-color);
    margin: 0;
}

/* --- Q&Aアイテム：磨りガラス・馴染ませ --- */
.sly-qa-item {
    background: rgba(255, 255, 255, 0.25) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(26, 74, 141, 0.08) !important;
    border-radius: 20px;
    padding: 35px 40px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* 質問エリア */
.sly-qa-question {
    font-family: "Noto Serif JP", serif;
    font-size: 1.15rem;
    color: var(--primary-color);
    margin: 0 0 20px 0;
    display: flex;
    gap: 15px;
    text-align: left;
}

.q-icon {
    font-family: 'Lexend Zetta', sans-serif;
    color: rgba(26, 74, 141, 0.3);
}

/* 回答エリア */
.sly-qa-answer {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.a-icon {
    font-family: 'Lexend Zetta', sans-serif;
    color: var(--primary-color);
    font-weight: 700;
}

.sly-answer-txt-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* 全テキストを左揃えに */
    gap: 12px;
}

.sly-answer-txt-wrap p {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #444;
    margin: 0 !important;
    text-align: left;
}

/* 予約必須の注釈：垂直ラインを崩さず、品よく目立たせる */
.sly-qa-note {
    font-size: 0.85rem !important;
    color: #e67e22 !important; /* 注意喚起の淡いオレンジ */
    font-weight: 700;
    letter-spacing: 0.05em;
}

/* スマホ対応 */
@media screen and (max-width: 1024px) {
    .sly-qa-item {
        padding: 30px 25px;
    }
    .sly-qa-question {
        font-size: 1.05rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-94641f8 *//* --- フッター全体の装飾 --- */
.sly-footer {
    padding: 100px 5% 60px;
    background: transparent; /* 生成り色の背景を継続 */
    border-top: 1px solid rgba(0, 0, 0, 0.05); /* 非常に薄い線で区切る */
}

.sly-footer-inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

/* 上部：ロゴとメッセージ */
.sly-footer-logo {
    margin-bottom: 25px;
}
.sly-footer-logo img {
    width: 150px;
    mix-blend-mode: multiply;
    opacity: 0.8;
}
.sly-footer-statement {
    font-family: "Noto Serif JP", serif;
    font-size: 0.9rem;
    color: #666;
    letter-spacing: 0.15em;
    margin-bottom: 50px;
}

/* 中段：ナビゲーション */
.sly-footer-nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 60px;
}
.sly-footer-nav a {
    text-decoration: none;
    font-size: 0.8rem;
    color: #444;
    transition: opacity 0.3s;
    letter-spacing: 0.05em;
}
.sly-footer-nav a:hover {
    opacity: 0.6;
}

/* 下段：ドメインとコピーライト */
.sly-footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 40px;
}
.sly-footer-domain {
    font-family: 'Lexend Zetta', sans-serif; /* サイド情報と統一 */
    font-size: 0.75rem;
    color: #1a4a8d; /* ロゴの青色 */
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}
.sly-copyright {
    font-size: 0.65rem;
    color: #999;
    letter-spacing: 0.1em;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .sly-footer {
        padding: 60px 20px 40px;
    }
    .sly-footer-nav ul {
        flex-direction: column;
        gap: 20px;
    }
    .sly-footer-statement {
        font-size: 0.8rem;
        line-height: 1.8;
    }
}

.sly-footer-contact {
    margin: 30px 0;
    text-align: center;
    font-family: "Noto Serif JP", serif; /* サイトのトーンに合わせる */
}

.sly-footer-contact .label {
    display: block;
    font-size: 0.7rem;
    color: #888;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
}

.sly-footer-tel {
    margin-bottom: 20px;
}

.sly-footer-tel .tel-number {
    font-size: 1.5rem;
    color: #1a4a8d; /* ロゴの紺色 */
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.sly-footer-hours .hours-text {
    font-size: 0.9rem;
    color: #333;
    letter-spacing: 0.05em;
}

/* スマホ対応：電話番号を少し目立たせる */
@media (max-width: 768px) {
    .sly-footer-tel .tel-number {
        font-size: 1.3rem;
    }
}/* End custom CSS */