:root {
    --main-color: #66BB6A;
}

/* ==========================================
リセット＆基本設定
========================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #333;
    line-height: 1.8;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ==========================================
ヘッダーのカスタマイズ
========================================== */
.ec-headerNaviRole {
    background: #fff;
}

.ec-headerNaviRole__left .logo img {
    max-height: 50px;
}

/* ==========================================
メインコンテンツ
========================================== */
#main_contents {
    width: 100%;
    overflow: hidden;
}

/* ファーストビュー */
.hero-section {
    position: relative;
    height: 600px;
    background-image: url(/html/user_data/assets/img/common/gringuvnor-xd-01.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #56ffd5 0%, #46b9af 50%, #4CAF50 100%);
    opacity: 0.5;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="15" fill="rgba(255,255,255,0.1)"/><circle cx="70" cy="60" r="20" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="80" r="10" fill="rgba(255,255,255,0.1)"/></svg>');
    background-size: 200px 200px;
    opacity: 0.8;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.hero-title {
    font-size: 56px;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.hero-subtitle {
    font-size: 16px;
    letter-spacing: 0.15em;
    opacity: 0.95;
}

/* 共通コンテナ */
.content-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

.content-section.narrow {
    max-width: 900px;
}

/* お悩みセクション */
.concerns-section {
    background: #fff;
    padding: 80px 20px;
}

.concerns-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 50px;
    color: #333;
}

.concerns-title span {
    color: #66BB6A;
    font-weight: bold;
}

.concerns-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.concern-bubble {
    background: #E8F5E9;
    border-radius: 20px;
    padding: 30px 25px;
    text-align: center;
    font-size: 15px;
    line-height: 1.8;
    color: #2E7D32;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.concern-bubble::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #E8F5E9 transparent transparent transparent;
}

/* テキストプレースホルダーセクション */
.placeholder-section {
    background: #fff;
    text-align: center;
    background-image: url(/html/user_data/assets/img/common/gringuvnor-xd--02.jpg);
    background-size: cover;
    background-position: center;
    max-width: inherit;
}

.placeholder-section.content-section {
    background-image: inherit;
}

.placeholder-section .section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #81C784;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
}

.placeholder-section.content-section h2 {
    color: var(--main-color);
}

.placeholder-section h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.placeholder-section p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}

.placeholder-section.green-gradient-bg {
    background-image: url(/html/user_data/assets/img/common/gringuvnor-xd--02.jpg);
    background-size: cover;
    background-position: center;
}

/* 葉っぱ装飾 */
.leaf-decoration {
    position: relative;
    padding: 80px 20px;
    /* background: #fff; */
    background-image: url(/html/user_data/assets/img/common/gringuvnor-xd-001.jpg);
    background-size: cover;
    background-position: center;
}

.leaf-decoration::before,
.leaf-decoration::after {
    content: '🌿';
    position: absolute;
    font-size: 60px;
    opacity: 0.3;
}

.leaf-decoration::before {
    top: 50px;
    left: 50px;
}

.leaf-decoration::after {
    bottom: 50px;
    right: 50px;
    transform: rotate(180deg);
}

.leaf-section-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.leaf-section-content h2 {
    font-size: 28px;
    color: #FFA726;
    margin-bottom: 20px;
}

.leaf-section-content p {
    font-size: 15px;
    color: #333;
    margin-bottom: 15px;
}

/* CTAボタン */
.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #FFB74D 0%, #FFA726 100%);
    color: #fff;
    padding: 18px 50px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(255, 167, 38, 0.3);
    transition: all 0.3s ease;
    margin-top: 30px;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 167, 38, 0.4);
}

.cta-button::after {
    content: '→';
    font-size: 20px;
}

/* 4つのポイントセクション */
.points-section {
    background: #F0F8F0;
    padding: 80px 20px;
}

.points-title {
    text-align: center;
    font-size: 28px;
    color: #66BB6A;
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: 2px solid #81C784;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.points-grid {
    display: grid;
    gap: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

.point-item {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 40px;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.point-item:nth-child(even) {
    grid-template-columns: 1fr 250px;
}

.point-item:nth-child(even) .point-image {
    order: 2;
}

.point-image {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: #E8F5E9;
}

.point-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.point-content {
    padding: 10px;
}

.point-number {
    display: inline-block;
    color: #FFA726;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

.point-title {
    font-size: 20px;
    color: #FFA726;
    font-weight: bold;
    margin-bottom: 15px;
}

.point-description {
    font-size: 14px;
    color: #666;
    line-height: 1.9;
}

/* Q&Aセクション */
.qa-section {
    background: #fff;
    padding: 80px 20px;
}

.qa-title {
    text-align: center;
    font-size: 28px;
    color: #333;
    margin-bottom: 50px;
}

.qa-list {
    max-width: 900px;
    margin: 0 auto;
}

.qa-item {
    background: #E8F5E9;
    border-left: 5px solid #66BB6A;
    border-radius: 8px;
    padding: 25px 30px;
    margin-bottom: 20px;
}

.qa-question {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #2E7D32;
    margin-bottom: 15px;
}

.qa-question::before {
    content: 'Q';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #66BB6A;
    color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 14px;
}

.qa-answer {
    padding-left: 45px;
    font-size: 14px;
    color: #555;
    line-height: 1.9;
}

/* フッターカスタマイズ */

.ec-footerNavi__link a {
    color: rgba(255, 255, 255, 0.8);
}

.ec-footerNavi__link a:hover {
    color: #fff;
}

.fa-user:before {
    color: var(--main-color);
}

.fa-lock:before {
    color: var(--main-color);
}

/* ==========================================
   共通コンテナ
========================================== */
.content-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

.content-section.narrow {
    max-width: 900px;
}


/* ==========================================
   テキストプレースホルダーセクション
========================================== */
.placeholder-section {
    background: #fff;
    text-align: center;
}

.placeholder-section .section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #81C784;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.placeholder-section h2 {
    font-size: 32px;
    color: var(--main-color);
    margin-bottom: 20px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.placeholder-section p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}

.green-gradient-bg {
    background: linear-gradient(135deg, var(--main-color) 0%, #4CAF50 100%);
    color: #fff;
    padding: 80px 20px;
}

.white-title {
    color: #fff !important;
}

.white-text {
    color: rgba(255, 255, 255, 0.95) !important;
}




/* ==========================================
   CTAボタン
========================================== */
.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #FFB74D 0%, #FFA726 100%);
    color: #fff;
    padding: 18px 50px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(255, 167, 38, 0.3);
    transition: all 0.3s ease;
    margin-top: 30px;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 167, 38, 0.4);
    color: #fff;
    text-decoration: none;
}

.cta-button::after {
    content: '→';
    font-size: 20px;
}

/* ==========================================
   4つのポイントセクション
========================================== */
.points-section {
    background: #F0F8F0;
    padding: 80px 20px;
}

.points-title {
    text-align: center;
    font-size: 28px;
    color: var(--main-color);
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: 2px solid #81C784;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.points-grid {
    display: grid;
    gap: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

.point-item {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 40px;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.point-item:nth-child(even) {
    grid-template-columns: 1fr 250px;
}

.point-item:nth-child(even) .point-image {
    order: 2;
}

.point-image {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: #E8F5E9;
}

.point-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.point-content {
    padding: 10px;
}

.point-number {
    display: inline-block;
    color: #FFA726;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

.point-title {
    font-size: 20px;
    color: #FFA726;
    font-weight: bold;
    margin-bottom: 15px;
}

.point-description {
    font-size: 14px;
    color: #666;
    line-height: 1.9;
}

/* ==========================================
   仕組み説明セクション
========================================== */
.system-section {
    background: #FFF8E1;
    padding: 80px 20px;
    text-align: center;
}

.system-title {
    font-size: 24px;
    color: #F57C00;
    margin-bottom: 40px;
}

.system-steps {
    max-width: 800px;
    margin: 0 auto;
}

.system-step {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    text-align: left;
}

.step-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.step-number {
    background: var(--main-color);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.step-title {
    color: #2E7D32;
    font-size: 18px;
    margin: 0;
}

.step-description {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    padding-left: 55px;
    margin: 0;
}

/* ==========================================
   Q&Aセクション
========================================== */
.qa-section {
    background: #fff;
    padding: 80px 20px;
}

.qa-title {
    text-align: center;
    font-size: 28px;
    color: #333;
    margin-bottom: 50px;
}

.qa-list {
    max-width: 900px;
    margin: 0 auto;
}

.qa-item {
    background: #fff;
    border-left: 5px solid var(--main-color);
    border-radius: 8px;
    padding: 25px 30px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.qa-question {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #2E7D32;
    margin-bottom: 15px;
}

.qa-question::before {
    content: 'Q';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: var(--main-color);
    color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 14px;
}

.qa-answer {
    padding-left: 45px;
    font-size: 14px;
    color: #555;
    line-height: 1.9;
}

/* ==========================================
   最終CTAセクション
========================================== */
.final-cta-section {
    padding: 80px 20px !important;
}

.final-cta-title {
    color: var(--main-color) !important;
    font-size: 32px !important;
    margin-bottom: 30px !important;
}

/* ==========================================
   フッターカスタマイズ
========================================== */
.ec-layoutRole__footer {
    margin-top: 0;
}

.ec-footerRole {
    background: linear-gradient(135deg, #56ffd5 0%, #46b9af 50%, #4CAF50 100%);
    color: #fff;
    padding: 0;
}

.front_page .ec-layoutRole__contents {
    margin-top: 0;
}

.front_page .ec-footerRole {
    margin-top: 0;
}

.ec-footerRole__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 20px 30px;
}

/* フッターナビゲーション */
.ec-footerNavi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 40px;
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 40px;
}

.ec-footerNavi__link {
    margin: 0;
}

.ec-footerNavi__link a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 2px;
}

.ec-footerNavi__link a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #81C784;
    transition: width 0.3s ease;
}

.ec-footerNavi__link a:hover {
    color: #fff;
}

.ec-footerNavi__link a:hover::after {
    width: 100%;
}

/* フッタータイトル（ロゴ・コピーライト） */
.ec-footerTitle {
    text-align: center;
    padding: 25px 0;
}

.ec-footerTitle__logo {
    margin-bottom: 20px;
}

.ec-footerTitle__logo a {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.1em;
    display: inline-block;
    transition: all 0.3s ease;
}

.ec-footerTitle__logo a:hover {
    color: #81C784;
    transform: translateY(-2px);
}

.ec-footerTitle__copyright {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.05em;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {

    .system-section {
        padding: 0;
    }

    .step-description {
        padding-left: 0;
    }
    .front_page .content-section {
        margin-top: 0;
    }

    .content-section {
        margin-top: 45px;
    }

    .hero-section {
        height: 400px;
        background-size: cover;
        background-position: left;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    .content-section {
        padding: 50px 20px;
    }

    .concerns-grid {
        grid-template-columns: 1fr;
    }

    .point-item,
    .point-item:nth-child(even) {
        grid-template-columns: 1fr;
    }

    .point-item:nth-child(even) .point-image {
        order: 0;
    }

    .placeholder-section h2 {
        font-size: 24px;
    }

    .points-section,
    .concerns-section,
    .qa-section {
        padding: 50px 20px;
    }

    .leaf-decoration::before,
    .leaf-decoration::after {
        font-size: 40px;
    }
}