/* =========================================================
  style_new.css
========================================================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:
        "Yu Gothic",
        "Meiryo",
        sans-serif;
    background:#f5f7fa;
    color:#222;
    line-height:1.7;
}

/* =========================================================
  COMMON
========================================================= */

section{
    padding:90px 20px;
}
.section-title-area{
    text-align:center;
    margin-bottom:50px;
}
.section-sub{
    color:#2d6cdf;
    font-size:14px;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:10px;
}
.section-title-area h2{
    font-size:52px;		/* 38px ★*/
    font-weight:700;		/* added */
    color:#2f5d34;
}
.section-title{
    color:#2f5d34;
    font-size:42px;
    font-weight:700;
}
.section-desc{
    color:#666;
    font-size:16px;
}

/* =========================================================
  HEADER
========================================================= */

.site-header{
    background:#fff;
    border-bottom:1px solid #ddd;
    position:sticky;
    top:0;
    z-index:999;
}
.header-inner{
    max-width:1200px;
    margin:auto;
    padding:20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.logo-area{
    display:flex;
    align-items:center;
    gap:16px;
}
.logo-circle{
    width:64px;
    height:64px;
    border-radius:50%;
    background:linear-gradient(
        135deg,
        #2d6cdf,
        #4fc3f7
    );
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:bold;
}
.logo-main{
    font-size:32px;
    font-weight:bold;
    color:#2f5d34;
}
.logo-sub{
    font-size:13px;
    color:#666;
}
.header-right{
    display:flex;
    align-items:center;
    gap:24px;
}
.tel-number{
    font-size:30px;
    font-weight:bold;
}
.tel-address{
    text-align:right;
    font-size:12px;
    color:#777;
}
.portal-btn{
    background:#2f7d32;
    color:#fff;
    text-decoration:none;
    padding:14px 26px;
    border-radius:10px;
    transition:.3s;
}
.portal-btn:hover{
    background:#256528;
}

/* =========================================================
  HERO
========================================================= */

.hero{
    background:#fff;
    text-align:center;
    margin-top:60px;
    padding:40px 0 60px;
}

/* ==== 実績エリアを追加  === 
10,000+
JOB Processing

4 Channels
Delivery

100%
Template Based
 ===================== */

.container{
    max-width:1400px;
    margin:0 auto;
}

.hero-inner{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:
        1fr 1fr;
    gap:50px;
    align-items:center;
}

.hero-label{
    display:inline-block;
    background:#e8f1ff;
    color:#2d6cdf;
    padding:8px 14px;
    border-radius:30px;
    font-size:13px;
    margin-bottom:24px;
}
.hero h1{

    font-size:52px;

    line-height:1.4;

    margin-bottom:24px;

    color:#2f5d34;
}

.hero-text{

    font-size:19px;

    color:#555;

    margin-bottom:36px;
}

.hero-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;
}

.btn-main,
.btn-sub{

    text-decoration:none;

    padding:16px 28px;

    border-radius:12px;

    transition:.3s;
}

.btn-main{

    background:#2d6cdf;

    color:#fff;
}

.btn-main:hover{

    background:#1d56b8;
}

.btn-sub{

    border:2px solid #2d6cdf;

    color:#2d6cdf;
}

.btn-sub:hover{

    background:#e8f1ff;
}

.hero-image{

    height:420px;

    border-radius:24px;

    background:linear-gradient(
        135deg,
        #dce8ff,
        #f5f7fa
    );

    display:flex;

    align-items:center;

    justify-content:center;

    box-shadow:0 8px 30px rgba(0,0,0,.08);
}

.hero-image-text{

    font-size:38px;

    font-weight:bold;

    color:#2d6cdf;
}

/* =========================================================
  PRODUCTS
========================================================= */

.product-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:
        repeat(auto-fit,minmax(250px,1fr));
    gap:28px;
}

.product-card{
    background:#fff;
    border-radius:22px;
    padding:34px;
    text-decoration:none;
    color:#222;
    transition:.3s;
    box-shadow:0 5px 15px rgba(0,0,0,.06);
}

.product-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.product-icon{
    width:72px;
    height:72px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
    font-weight:bold;
    margin-bottom:24px;
}
.blue{
    background:#2d6cdf;
}
.green{
    background:#2f7d32;
}
.orange{
    background:#f39c12;
}
.gray{
    background:#6c757d;
}
.product-card h3{
    font-size:24px;
    margin-bottom:12px;
}
.product-card p{
    color:#666;
}

/* =========================================================
  ARCHITECTURE
========================================================= */

.arch-box{
    max-width:700px;
    margin:auto;
    display:flex;
    flex-direction:column;
    gap:30px;
    align-items:center;
}

.arch-top,
.arch-center,
.arch-bottom{
    width:100%;
    text-align:center;
    padding:40px;
    border-radius:22px;
    background:#fff;
    box-shadow:0 6px 18px rgba(0,0,0,.08);
}

.arch-center{
    background:#2d6cdf;
    color:#fff;
    font-size:42px;
    font-weight:bold;
}

/* ===============================
  FDPの特徴を数字化 2026.06.04
================================== */
.stats{
    max-width:1200px;
    margin:40px auto 80px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.stat-box{
    background:#fff;
    padding:30px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.stat-number{
    font-size:48px;
    font-weight:700;
    color:#2d6cdf;
}

.stat-title{
    font-size:20px;
    font-weight:600;
    margin-top:10px;
}

.stat-desc{
    margin-top:10px;
    color:#666;
}

/* =========================================================
  FEATURES
========================================================= */

.feature-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:
        repeat(4,1fr);
    gap:28px;
}

/* added */
.feature-box{
.arch-top,
.arch-center,
.arch-bottom{
    cursor:pointer;		/* added マウスが指マーク ★ */
    text-decoration:none;	/* added  ★ */
    color:#222;			/* added  ★ */
}

    background:#fff;
//  padding:36px;
    padding:50px 25px;		/* ★ */
    border-radius:20px;
    text-align:center;
    box-shadow:0 6px 16px rgba(0,0,0,.06);
}

/* added */
.feature-box:hover{
    transform:translateY(-6px);
    transition:.3s;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.feature-icon{
    font-size:38px;
    margin-bottom:20px;
}

.feature-box h3{
    font-size:24px;		/* added 24px ★ */
    font-weight:700;		/* added ★  */
    margin-bottom:14px;
    color:#2f5d34;
}

.feature-box p{
    font-size:16px;
    line-height:1.8;
}

/* =========================================================
  CONTACT
========================================================= */

.contact{
    padding:120px 20px;		/* added  ★ */
    background:yellow;		/* #2f5d34 */
    color:#fff;
    text-align:center;
}

.contact h2{
    font-size:42px;
    margin-bottom:24px;
}

.contact p{
    font-size:20px;		/* 16px １8px★ */
    line-height:2;		/* added  ★ */
    margin-bottom:36px;
}

.contact-btn{
    display:inline-block;
    background:#fff;
    color:#2f5d34;
    text-decoration:none;
    padding:18px 42px;		/* 16px 34px★ */
    border-radius:12px;
    font-weight:bold;
    transition:.3s;
}

.contact-btn:hover{
    background:#f0f0f0;
}

/* =========================================================
  FOOTER
========================================================= */

.site-footer{
    background:#1d1d1d;
    color:#aaa;			/* #aaa */
    padding:24px;
    text-align:center;
}

/* =========================================================
  RESPONSIVE
========================================================= */

@media(max-width:900px){
    .hero-inner{
        grid-template-columns:1fr;
    }
    .hero h1{
        font-size:38px;
    }
    .header-inner{
        flex-direction:column;
        gap:20px;
    }
    .header-right{
        flex-direction:column;
    }
    .tel-number{
        font-size:24px;
    }
}

.arrow{
    margin-left:8px;
    color:#2d6cdf;
    font-weight:bold;
}

.feature-box:hover{
    background:#f8fbff;		/* hover時に色が少し変わる */
}

/* =========================================================
  DOWNLOAD
========================================================= */

.download-section{
    padding:100px 20px;
    background:#f5f7fa;
}
.download-lead{
    margin-top:20px;
    color:#666;
    font-size:18px;
}

.download-card{
    background:#fff;
    border-radius:22px;
    padding:40px 30px;
    text-decoration:none;
    color:#222;
    transition:.3s;
    box-shadow:0 8px 20px rgba(0,0,0,.06);
    position:relative;
    width:220px;
    min-height:220px;
    border-radius:22px;
    padding:30px;
    text-align:center;
    transition:.3s;
    display:flex;
    flex-direction:column;
}

/*  ===============================
DOWNLOADセクション のズレ修正 ２026.06.04
================================== */

.download-grid{
    max-width:1200px;
    margin:0 auto;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:25px;
}

.download-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
    background:#f8fbff;
}

.download-icon{
    width:80px;
    height:80px;
    border-radius:20px;
    background:#2d6cdf;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    font-weight:bold;
    margin-bottom:26px;
}

.download-card h3{
    font-size:26px;
    margin-bottom:14px;
    color:#2f5d34;
}

.download-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:30px;
}

.download-button{
    display:inline-block;
    background:#2f7d32;
    color:#fff;
    padding:12px 24px;
    border-radius:10px;
    font-size:15px;
    font-weight:bold;
}

/* ========================================= */
/* BASE */
/* ========================================= */

body{
    margin:0;
    padding:0;
    background:#f4f6f9;
    font-family:'Segoe UI',Meiryo,sans-serif;
    color:#222;
}

/* ========================================= */
/* SECTION */
/* ========================================= */
.section{
    text-align:center;
    padding:80px 20px;
}

.card-grid{
    max-width:1200px;
    margin:40px auto 0;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:25px;
}

/* ========================================= */
/* TITLE */
/* ========================================= */

.title{
    text-align:center;
    font-size:42px;
    font-weight:bold;
    color:#205c2d;
    margin-bottom:10px;
    letter-spacing:2px;
}

.sub-title{
    text-align:center;
    color:#666;
    margin-bottom:60px;
    font-size:16px;
    letter-spacing:1px;
}

/* ========================================= */
/* GRID */
/* ========================================= */

.card-grid{
    display:grid;
    grid-template-columns:
        repeat(auto-fit,minmax(180px,1fr));
    gap:20px;
    max-width:1400px;
    margin:0 auto;
}

/* ========================================= */
/* CARD */
/* ========================================= */

.card{
    background:#fff;
    border-radius:20px;
    padding:40px 25px;
    text-align:center;
    min-height:260px;
    box-shadow:
        0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s;
}

.card:hover{
    transform:
        translateY(-8px);
    box-shadow:
        0 18px 35px rgba(0,0,0,0.15);
}

/* ========================================= */
/* CARD TITLE */
/* ========================================= */

.card-title{
    font-size:28px;
    font-weight:bold;
    color:#205c2d;
    margin-bottom:15px;
    min-height:70px;
}
/* ========================================= */
/* CARD DESCRIPTION */
/* ========================================= */

.card-desc{
    color:#666;
    line-height:1.8;
    min-height:60px;		/* ボタン位置が揃い */
    margin-bottom:25px;
    font-size:15px;
}

/* ========================================= */
/* BUTTON */
/* ========================================= */

.btn{
    display:inline-block;
    padding:
        12px 26px;
    background:
        #2f9441;
    color:
        #fff;
    text-decoration:none;
    border-radius:
        10px;
    font-weight:bold;
    letter-spacing:1px;
    transition:0.3s;
    margin-top:auto;
}

.btn:hover{
    background:
        #1f6f2d;
    transform:
        scale(1.05);
}

/* =========================================================
   SUPPORT CENTER
========================================================= */

.support-section{
    padding:100px 20px;
    background:#f5f7fa;
    text-align:center;
    margin-top:-40px;
    padding:40px 20px 80px 20px;
}

.support-grid{
    max-width:1000px;
    margin:50px auto 0;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:30px;
}

.support-card{
    width:260px;
    background:#fff;
    border-radius:22px;
    padding:35px 25px;
    text-decoration:none;
    color:#222;
    transition:.3s;
    box-shadow:0 8px 20px rgba(0,0,0,.06);
}

.support-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.support-icon{
    font-size:48px;
    margin-bottom:20px;
}

.support-card h3{
    font-size:24px;
    margin-bottom:12px;
    color:#2f5d34;
}

.support-card p{
    color:#666;
}

/* ========================================= */
/* FOOTER */
/* ========================================= */

.footer{
//    background: #111;
//    color: #aaa;
//    text-align:center;
//    padding: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    width:100vw;
    background:#205c2d;
    color:#aaa;			/* #fff */
    text-align:center;
    padding:50px 20px;
    box-sizing:border-box;
}

/* ========================================= */
/* RESPONSIVE */
/* ========================================= */

@media(max-width:768px){
    .section{
    padding:70px 40px;
    }
    .title{
        font-size:32px;
    }
    .card-title{
        font-size:24px;
    }
}

/* =========================================================
   FOOTER
========================================================= */

.footer{
    background:#2f5d3;		/* #2f5d3 Footer Background Color ★ */
    color:#fff;
    padding:50px 20px;
    text-align:center;
}

.footer-logo{
    font-size:28px;
    font-weight:bold;
    margin-bottom:20px;
    color:#fff;			/* #fff Footer Logo */
}

.footer-links{
    margin-bottom:25px;
}

.footer-links a{
    color:#cfd8dc;		/* #cfd8dc Platform 傘下の文字色 */  
    text-decoration:none;
    margin:0 15px;
    transition:.3s;
}

.footer-links a:hover{
    color:#cfd8dc;		/* #cfd8dc */  

}

.footer-copy{
    font-size:14px;
    color:#9aa5b1;
}


.architecture{
    padding-bottom:10px !important;
}

.features{
    padding-top:10px !important;
}

.system-diagram{
    margin-top:50px !important;
}

/* =========================
   SUPPORT CENTER
========================= */

.support-section{
    background:#f5f7fa;
}
.support-section .section-title{
    color:#205c2d;
}
.support-section .section-sub{
    color:#666;
    margin-bottom:50px;
}

.flow-card{
    background:#fff;
    border-radius:20px;
    padding:40px 25px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    display:flex;
    flex-direction:column;
    transition:.3s;
}


/* =========================================
   SUPPORT CENTER
========================================= */

.support-section{
    padding:80px 20px;
    background:#f5f7fa;
}

.support-section 
.card-grid{
    display:grid;
    grid-template-columns:
        repeat(3,1fr);
    gap:30px;
    max-width:1200px;
    margin:0 auto;
}

.flow-card{
    background:#fff;
    border-radius:20px;

    border:1px solid #edf1f5;

    padding:40px 25px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.flow-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(0,0,0,.15);
}

.flow-icon{
    font-size:56px;
    margin-bottom:20px;
}

.flow-title{
    font-size:24px;
    font-weight:bold;
    color:#205c2d;
    margin-bottom:15px;
}
.flow-desc{
    flex:1;
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}
.open-btn{
    display:inline-block;
    background:#2f9441;
    color:#fff;
    text-decoration:none;
    padding:12px 24px;
    border-radius:10px;
    font-weight:bold;

    margin-top:auto;
}

.open-btn:hover{
    background:#1f6f2d;
}

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

/* =========================================
   Update_History.html
========================================= */

.update-page{
    width:100%;
    text-align:center;
    padding:80px 20px;
    box-sizing:border-box;
}

.update-list{
    width:100%;
    max-width:900px;
    margin:0 auto;
    box-sizing:border-box;
}

.update-item{
    width:100%;
    background:#fff;		/* #fff 履歴文の背景色 */
    border-radius:20px;
    padding:35px 40px;
    margin-bottom:30px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    text-align:center;
    box-sizing:border-box;
}

.update-version{
    font-size:26px;
    font-weight:bold;
    color:#205c2d;		/* #205c2d バージョン文字色 */
    margin-bottom:8px;
}

.update-date{
    font-size:14px;
    color:#2d6cdf;		/* #2d6cdf 日月文字色 */
    margin-bottom:18px;
    letter-spacing:1px;
}

.update-desc{
    color:#555;			/* #555 履歴文*/
    line-height:1.9;
    font-size:16px;
}

/* =========================================
   .knowledge_base.html
========================================= */


.knowledge-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    max-width:1200px;
    margin:0 auto;
}/* =========================================
   Knowledge Base Article List
========================================= */

.kb-page{
    width:100%;
    text-align:center;
    padding:80px 20px;
    box-sizing:border-box;
}

.article-list{
    max-width:1000px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:22px;
}

.article-item{
    display:flex;
    align-items:center;
    gap:30px;
    background:#fff;
    border-radius:20px;
    padding:28px 34px;
    text-decoration:none;
    color:#222;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:.3s;
}

.article-item:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 35px rgba(0,0,0,0.15);
}

.article-no{
    min-width:100px;
    background:#205c2d;
    color:#fff;
    padding:12px 16px;
    border-radius:12px;
    font-weight:bold;
    letter-spacing:1px;
}

.article-body{
    text-align:left;
}

.article-body h3{
    color:#205c2d;
    margin-bottom:8px;
    font-size:24px;
}

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

/* =========================================
   Knowledge Base Article Page
========================================= */

.article-page{
    width:100%;
    padding:80px 20px;
    box-sizing:border-box;
}

.article-header{
    max-width:1000px;
    margin:0 auto 50px;
    text-align:center;
}

.article-badge{
    display:inline-block;
    background:#205c2d;
    color:#fff;
    padding:10px 22px;
    border-radius:30px;
    font-weight:bold;
    letter-spacing:1px;
    margin-bottom:20px;
}

.article-header h1{
    color:#205c2d;
    font-size:42px;
    margin-bottom:20px;
    letter-spacing:2px;
}

.article-header p{
    color:#666;
    line-height:1.8;
    font-size:16px;
}

.article-content{
    max-width:1000px;
    margin:0 auto;
    background:#fff;
    border-radius:24px;
    padding:50px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    box-sizing:border-box;
}

.article-content h2{
    color:#205c2d;
    font-size:28px;
    margin-top:40px;
    margin-bottom:20px;
    border-left:6px solid #2f9441;
    padding-left:16px;
}

.article-content h2:first-child{
    margin-top:0;
}

.article-content p{
    color:#555;
    line-height:2;
    font-size:16px;
}

.step-box{
    display:flex;
    flex-direction:column;
    gap:22px;
    margin-top:25px;
}

.step-item{
    display:flex;
    gap:25px;
    background:#f5f7fa;
    border-radius:18px;
    padding:24px;
    align-items:flex-start;
}

.step-no{
    min-width:90px;
    background:#205c2d;
    color:#fff;
    padding:12px 14px;
    border-radius:12px;
    text-align:center;
    font-weight:bold;
}

.step-body h3{
    color:#205c2d;
    font-size:22px;
    margin-bottom:8px;
}

.article-list-text{
    line-height:2;
    color:#555;
    font-size:16px;
    padding-left:25px;
}

.related-links{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.related-links a{
    display:block;
    background:#f5f7fa;
    padding:16px 20px;
    border-radius:12px;
    color:#205c2d;
    text-decoration:none;
    font-weight:bold;
}

.related-links a:hover{
    background:#e8f1ea;
}

.article-nav{
    display:flex;
    justify-content:space-between;
    gap:20px;
    margin-top:40px;
    border-top:1px solid #ddd;
    padding-top:25px;
}

.article-nav a{
    color:#205c2d;
    text-decoration:none;
    font-weight:bold;
}

.article-nav a:hover{
    text-decoration:underline;
}

/* =========================================
   PDF DOWNLOAD BUTTON
========================================= */

.download-box{
    margin:25px 0 30px 0;
    text-align:center;
}

.download-btn{
    display:inline-block;
    background:#2f9441;
    color:#fff;
    text-decoration:none;
    padding:14px 30px;
    border-radius:12px;
    font-weight:bold;
    font-size:16px;
    letter-spacing:1px;
    transition:.3s;
}

.download-btn:hover{
    background:#1f6f2d;
    transform:translateY(-3px);
}

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

justify-content:space-between;

/* =========================================
   RELATED LINKS
========================================= */

.related-links{
    margin-top:20px;
    margin-bottom:40px;
}

.related-item{
    display:block;
    background:#f4f6f9;
    padding:18px 24px;
    border-radius:12px;
    margin-bottom:12px;
    color:#205c2d;
    font-weight:bold;
    text-decoration:none;
    transition:.3s;
}

.related-id{
    display:inline-block;
    background:#2f9441;
    color:#fff;
    padding:4px 10px;
    border-radius:6px;
    font-size:12px;
    margin-right:12px;
}


.related-item:hover{
    background:#e8f3ea;
    transform:translateX(6px);
}


/* =========================================
   Frame Designer(FD) ボタンだけを新デザイン化
========================================= */
.fd-card{

    width:260px;
    height:260px;

    background:#fff;

    border-radius:24px;

    text-align:center;

    padding:30px;

    box-sizing:border-box;

    box-shadow:
        0 10px 25px rgba(0,0,0,.08);

    transition:.3s;

    margin:auto;
}

.fd-card:hover{

    transform:translateY(-8px);

    box-shadow:
        0 18px 35px rgba(0,0,0,.15);
}

.fd-card a{

    text-decoration:none;
}

.fd-icon{

    width:80px;
    height:80px;

    background:#2f9441;

    color:#fff;

    border-radius:18px;

    font-size:42px;
    font-weight:bold;

    line-height:80px;

    margin:0 auto 25px;
}

.fd-title{

    font-size:18px;
    font-weight:bold;

    color:#205c2d;

    margin-bottom:15px;
}

.fd-desc{

    color:#666;
    line-height:1.8;
}
