.ct_parts_certification_badge h3@charset "UTF-8";
/* CSS Document */



/*=================================
Part01
3つの柱
=================================*/

.ct_parts{

    position:relative;
    padding:140px 0;
    overflow:hidden;
background:rgba(255,255,255,.6);
    background:
        radial-gradient(circle at left top,#F8FBF9 0%,#fff 45%),
        radial-gradient(circle at right bottom,#F8FBF9 0%,#fff 45%);

}

/*============================*/

.ct_parts::before{

    content:"";

    position:absolute;

    left:-80px;
    top:50px;

    width:220px;
    height:220px;

    border-radius:50%;

    background:#EEF8F3;

}

.ct_parts::after{

    content:"";

    position:absolute;

    right:-80px;
    bottom:80px;

    width:260px;
    height:260px;

    border-radius:50%;

    background:#F4FAF6;

}

/*============================*/

.ct_parts_inner{

    position:relative;

    z-index:2;

    width:min(1200px,calc(100% - 40px));

    margin:auto;

}

/*============================*/

.ct_parts_heading{

    text-align:center;

    margin-bottom:90px;

}

.ct_parts_title {
    margin: 0 0 1rem 0 !important;
    font-size: 48px !important;
    line-height: 1.25;
    letter-spacing: -.03em;
    font-weight: 800;
}

.ct_parts_title span{

    color:#2B7A4B;

}

.ct_parts_title::after{

    content:"";

    display:block;

    width:80px;

    height:4px;

    margin:30px auto 0;

    border-radius:999px;

    background:#2B7A4B;

}


.ct_parts_lead_wrap{

    position:relative;

    max-width:1000px;

    margin:40px auto 0;

}

.ct_parts_lead{

    max-width:760px;

    margin:0 auto;

    line-height:2;

    color:#666;

    text-align:center;

    position:relative;

    z-index:2;

}

.ct_parts_lead_img{

    position:absolute;

    top:50%;

    transform:translateY(-50%);

    width:180px;

    z-index:1;

}

.ct_parts_lead_img--left{

    left:-40px;

}

.ct_parts_lead_img--right{

    right:-40px;

}
@media (max-width:1024px){

    .ct_parts_lead_img{

        width:120px;

    }

    .ct_parts_lead_img--left{

        left:0;

    }

    .ct_parts_lead_img--right{

        right:0;

    }

}

@media (max-width:767px){

    .ct_parts_lead_img{

        display:none;

    }

}

/*============================*/

.ct_parts_pillar_grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:36px;

}

/*============================*/

.ct_parts_pillar_box{

    position:relative;

    display:flex;

    flex-direction:column;

    min-height:440px;

    padding:46px;

    border-radius:32px;

    background:#fff;

    border:1px solid #ECECEC;

    box-shadow:

        0 18px 50px rgba(0,0,0,.05);

    transition:.35s;

    overflow:hidden;

}

.ct_parts_pillar_box:hover{

    transform:translateY(-8px);

    box-shadow:

        0 30px 70px rgba(0,0,0,.08);

}

/*============================*/

/*`.ct_parts_pillar_box::before{

    content:"";

    position:absolute;

    left:0;

    top:42px;

    width:5px;

    height:70px;

    border-radius:999px;

    background:#fff;

}*/

/*============================*/

.ct_parts_pillar_number{

    position:absolute;

    right:34px;

    top:34px;

}

.ct_parts_pillar_number span{

    display:flex;

    justify-content:center;

    align-items:center;

    width:44px;

    height:44px;

    border-radius:50%;

    background:#2B7A4B;

    color:#fff;

    font-size:14px;

    font-weight:700;

}

/*============================*/

.ct_parts_pillar_icon{

   /* width:150px;

    height:150px;

    margin:20px auto 34px;

    border-radius:50%;

    background:#EEF8F3;

    display:flex;

    justify-content:center;

    align-items:center;*/

}

.ct_parts_pillar_icon img {
    width: 200px;
    margin: 0 auto;
}


/*============================*/

.ct_parts_pillar_label{

    color:#2B7A4B;

    font-size:15px;

    font-weight:700;

    margin-bottom:18px;

    text-align:center;

}

.ct_parts_pillar_title {
    margin: 0 0 22px;
    text-align: center;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 700;
}

.ct_parts_pillar_text {
    color: #555;
    line-height: 1.6;
    text-align: left;
    margin: 0;
    font-size: 16px;
min-height: 150px;
}

/*============================*/

/*.ct_parts_pillar_box::after{

    content:"";

    position:absolute;

    right:-40px;

    bottom:-40px;

    width:180px;

    height:180px;

    border-radius:50%;

    background:#F4FAF6;

}*/

/*============================*/

@media(max-width:1024px){

.ct_parts{

padding:90px 0;

}

.ct_parts_pillar_grid{

grid-template-columns:1fr;

max-width:680px;

margin:auto;

}

.ct_parts_pillar_box{

min-height:auto;

}

}

@media(max-width:767px){

.ct_parts{

padding:70px 0;

}

.ct_parts_title{

font-size:42px;

}

.ct_parts_pillar_box{

padding:30px;

border-radius:24px;

}

.ct_parts_pillar_title{

font-size:20px;

}

.ct_parts_pillar_icon{

width:120px;

height:auto;

}

.ct_parts_pillar_icon img{

/*width:64px;*/

}

}
/*=================================
Part02
Private Cloud
=================================*/

.ct_parts_cloud_grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:32px;

}

.ct_parts_cloud_box{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:30px;

    padding:42px;

    background:#fff;

    border:1px solid #ECECEC;

    border-radius:24px;

    box-shadow:0 12px 40px rgba(0,0,0,.05);

    transition:.3s;

}

.ct_parts_cloud_box:hover{

    transform:translateY(-6px);

}

.ct_parts_cloud_content{

    flex:1;

}

.ct_parts_cloud_image{

    width:180px;

    flex:none;

}

.ct_parts_cloud_image img{

    width:100%;

    display:block;

}

.ct_parts_cloud_badge{

    display:inline-block;

    padding:8px 16px;

    margin-bottom:22px;

    border-radius:999px;

    background:#EEF5F1;

    color:#2B5E36;

    font-size:13px;

    font-weight:700;

}

.ct_parts_cloud_title{

    margin:0 0 24px;

    font-size:24px;

    line-height:1.45;

    font-weight:700;

}

.ct_parts_cloud_list{

    margin:0;

    padding:0;

    list-style:none;

}

.ct_parts_cloud_list li{

    position:relative;

    padding-left:30px;

    margin-bottom:16px;

    line-height:1.8;

    color:#555;

}

.ct_parts_cloud_list li::before{

    content:"";

    position:absolute;

    left:0;

    top:10px;

    width:24px;

    height:24px;

    background:url("/wp-content/uploads/2026/07/icon-check.png") center/contain no-repeat;

}

@media(max-width:1024px){

.ct_parts_cloud_grid{

grid-template-columns:1fr;

}

.ct_parts_cloud_box{

flex-direction:column-reverse;

text-align:center;

}

.ct_parts_cloud_image{

width:180px;

}

.ct_parts_cloud_list{

display:inline-block;

text-align:left;

}

}

@media(max-width:767px){

.ct_parts_cloud_box{

padding:28px;

}

.ct_parts_cloud_title{

font-size:28px;

}

.ct_parts_cloud_image{

width:150px;

}

}
/*=================================
Part03
Compare
=================================*/

.ct_parts_compare{

    margin-top:70px;

}

.ct_parts_compare_table{

    width:100%;

    border-collapse:separate;

    border-spacing:0;

    background:#fff;

    border:1px solid #ECECEC;

    border-radius:24px;

    overflow:hidden;

    box-shadow:0 14px 40px rgba(0,0,0,.05);

}

.ct_parts_compare_table thead th{

    padding:12px;

    background:#FAFAFA;

    font-size:17px;

    font-weight:700;

    border-bottom:1px solid #ECECEC;

}

.ct_parts_compare_table thead th:first-child{

    width:240px;

}

.ct_parts_compare_table .is_active{

    background:#257141;

    color:#fff;

}

.ct_parts_compare_table tbody th{

    padding:26px;

    background:#fff;

    border-bottom:1px solid #ECECEC;

    border-right:1px solid #ECECEC;

}

.ct_parts_compare_table td {
    padding: 26px 28px;
    border-bottom: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    line-height: 1.4;
    color: #555;
    vertical-align: middle;
    text-align: left;
}

.ct_parts_compare_table tr:last-child th,
.ct_parts_compare_table tr:last-child td{

    border-bottom:none;

}

.ct_parts_compare_table td:last-child{

    color:#2B5E36;

    font-weight:700;
    background: #f6f9f6;

}

.ct_parts_compare_item{

    display:flex;

    align-items:center;

    gap:16px;

}

.ct_parts_compare_item img{

    width:28px;

    flex:none;

}

.ct_parts_compare_item span{

    font-size:17px;

    font-weight:700;

}

.ct_parts_compare_note{

    margin-top:20px;

    font-size:13px;

    color:#888;

}

/*==============================
Responsive
==============================*/

@media(max-width:1024px){

.ct_parts_compare{

overflow:auto;

}

.ct_parts_compare_table{

min-width:920px;

}

}
/*=================================
Part04
Zero Trust
=================================*/

.ct_parts_zero_grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:36px;

    margin-top:70px;
     position:relative;

    z-index:10;

}



/*=============================
ZeroTrust Wrapper
=============================*/

.ct_parts_zero_wrap{

    position:relative;

    max-width:1320px;

    margin:80px auto 0;

}

.ct_parts_zero_side{

    position:absolute;

    bottom:-40px;

    z-index:5;

    pointer-events:none;

}

@media(max-width:1200px){

.ct_parts_zero_side{

display:none;

}

}

.ct_parts_zero_side img{

    display:block;

}

.ct_parts_zero_side--left {
    left: -20px;
    width: 120px;
    z-index: 9999;
    top: -50px;
}

.ct_parts_zero_side--right {
    right: -50px;
    width: 170px;
}

.ct_parts_zero_box{

    background:#fff;

    border:1px solid #ECECEC;

    border-radius:26px;

    padding:42px;

    box-shadow:0 14px 40px rgba(0,0,0,.05);

    transition:.3s;

}

.ct_parts_zero_box:hover{

    transform:translateY(-6px);

}

.ct_parts_zero_box.is_active{

    border:2px solid #2B5E36;

}

.ct_parts_zero_image{

    width:340px;

    margin:0 auto 30px;

}

.ct_parts_zero_image img{

    width:100%;

    display:block;

}

.ct_parts_zero_content{

    text-align:center;

}

.ct_parts_zero_badge{

    display:inline-block;

    padding:8px 16px;

    border-radius:999px;

    background:#e2e4e5;

    color:#222;

    font-size:13px;

    font-weight:700;

    margin-bottom:20px;

}

.ct_parts_zero_badge2{

    display:inline-block;

    padding:8px 16px;

    border-radius:999px;

    background:#2a7a49;

    color:#fff;

    font-size:13px;

    font-weight:700;

    margin-bottom:20px;

}

.ct_parts_zero_title{

    margin:0 0 20px;

    font-size:32px;

    line-height:1.45;

    font-weight:700;

}

.ct_parts_zero_text{

    margin:0;

    font-size:15px;

    line-height:2;

    color:#666;

}

@media(max-width:1024px){

.ct_parts_zero_grid{

grid-template-columns:1fr;

}

}

@media(max-width:767px){

.ct_parts_zero_box{

padding:28px;

}

.ct_parts_zero_image{

width:170px;

}

.ct_parts_zero_title{

font-size:24px;

}

}

.ct_parts_zero_box{
    position: relative;
}
/* 左カードの矢印 */

.ct_parts_zero_grid > .ct_parts_zero_box:first-child::after{

    content:"▶";

    position:absolute;

    right:-34px;

    top:50%;

    transform:translateY(-50%);

    font-size:56px;

    color:#2B5E36;

    font-weight:700;

    z-index:20;

}

@media(max-width:1024px){

.ct_parts_zero_grid > .ct_parts_zero_box:first-child::after{

display:none;

}

}

/*=================================
Part05
Support
=================================*/

.ct_parts_support{

    position:relative;

    padding:140px 0;

    overflow:hidden;

    background:
    radial-gradient(circle at left top,#f8fbf9 0%,#fff 45%),
    radial-gradient(circle at right bottom,#f8fbf9 0%,#fff 45%);

}

/*============================*/

.ct_parts_support_grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:36px;

    margin-top:80px;

}

/*============================*/

.ct_parts_support_box{

    position:relative;

    display:flex;

    flex-direction:column;

    min-height:430px;

    padding:46px;

    border-radius:30px;

    background:#fff;

    border:1px solid #EAEAEA;

    box-shadow:

    0 18px 50px rgba(0,0,0,.05);

    transition:.35s;

}

.ct_parts_support_box:hover{

    transform:translateY(-8px);

    box-shadow:

    0 30px 70px rgba(0,0,0,.08);

}

/*============================*/

.ct_parts_support_box::before{

    content:"";

    position:absolute;

    left:0;

    top:40px;

    width:5px;

    height:70px;

    border-radius:999px;

    background:#2B7A4B;

}

/*============================*/

.ct_parts_support_icon{

    width:110px;

    height:110px;

    border-radius:50%;

    background:#EFF8F3;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:32px;

}

.ct_parts_support_icon img{

    width:56px;

}

/*============================*/

.ct_parts_support_box h3{

    margin:0 0 22px;

    font-size:34px;

    line-height:1.45;

    font-weight:700;

}

.ct_parts_support_box p{

    color:#555;

    line-height:2;

    margin:0;

}

/*============================*/

.ct_parts_support_box::after{

    content:"";

    position:absolute;

    right:-40px;

    bottom:-40px;

    width:180px;

    height:180px;

    border-radius:50%;

    background:#F5FAF7;

}

/*============================*/

@media(max-width:1024px){

.ct_parts_support{

padding:90px 0;

}

.ct_parts_support_grid{

grid-template-columns:1fr;

max-width:650px;

margin:70px auto 0;

}

.ct_parts_support_box{

min-height:auto;

}

}

@media(max-width:767px){

.ct_parts_support{

padding:70px 0;

}

.ct_parts_support_box{

padding:30px;

}

.ct_parts_support_box h3{

font-size:28px;

}

.ct_parts_support_icon{

width:90px;

height:90px;

}

.ct_parts_support_icon img{

width:46px;

}

}

/*=================================
Part06
Security
=================================*/

.ct_parts_security{

    position:relative;
    padding:140px 0;
    overflow:hidden;
    background:rgba(237,247,230,.6);

}

/*=========================
FV
=========================*/

.ct_parts_security_fv{

    display:grid;
    grid-template-columns:1fr 420px;
    align-items:center;
    gap:80px;

    margin-bottom:80px;

}

.ct_parts_security_title{

    font-size:72px;
    line-height:1.2;
    letter-spacing:-.03em;
    font-weight:800;

    margin-bottom:30px;

}

.ct_parts_security_title span{

    color:#2B7A4B;

}

.ct_parts_security_lead{

    max-width:620px;

    font-size:17px;

    line-height:2;

    color:#666;

}

.ct_parts_security_image{

    text-align:right;

}

.ct_parts_security_image img{

    width:360px;
    max-width:100%;

}

/*=========================
Alert
=========================*/

.ct_parts_security_alert{

    display:flex;

    gap:26px;

    padding:36px 42px;

    margin-bottom:70px;

    border-radius:24px;

    border:2px solid #EB5757;

    background:#fff;

}

.ct_parts_security_alert span{color:red;font-weight:bold;}
.ct_parts_security_alert_icon{

    flex:none;

    width:58px;
    height:58px;

    border-radius:50%;

    border:2px solid #EB5757;

    color:#EB5757;

    display:flex;

    justify-content:center;
    align-items:center;

    font-size:30px;
    font-weight:700;

}

.ct_parts_security_alert h3{

    font-size:28px;

    color:#EB5757;

    margin-bottom:14px;

}

.ct_parts_security_alert p{

    color:#666;

    line-height:1.9;

    margin-bottom:10px;

}

/*=========================
Cards
=========================*/

.ct_parts_security_grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:36px;

}

.ct_parts_security_card{

    position:relative;

    padding:46px;

    border-radius:30px;

    background:#fff;

    border:1px solid #ECECEC;

    transition:.35s;

}

.ct_parts_security_card:hover{

    transform:translateY(-8px);

    box-shadow:
    0 20px 50px rgba(0,0,0,.06);

}

/*========================*/

.ct_parts_security_icon {
    width: 92px;
    height: 92px;
    /* border-radius: 50%; */
    /* background: #EEF8F2; */
    /* display: flex; */
    justify-content: center;
    align-items: center;
    /* margin-bottom: 30px; */
}
.ct_parts_security_icon img{

    width:60px;

}

/*========================*/

.ct_parts_security_badge{

    position:absolute;

    top:40px;
    right:40px;

    padding:8px 18px;

    border-radius:999px;

    background:#2B7A4B;

    color:#fff;

    font-size:13px;

    font-weight:700;

}

.ct_parts_security_badge.is_option{

    background:#EDEDED;

    color:#666;

}

/*========================*/

.ct_parts_security_card h3{

    font-size:24px;

    line-height:1.45;

    margin-bottom:22px;
    font-weight:bold;

}

.ct_parts_security_card p{

    color:#555;

    line-height:2;

    margin-bottom:24px;

}

/*========================*/

.ct_parts_security_card ul{

    margin:0;

    padding:0;

    list-style:none;

}

.ct_parts_security_card li{

    position:relative;

    padding-left:30px;

    margin-bottom:15px;

    line-height:1.8;

}

.ct_parts_security_card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #2B7A4B;
}

.ct_parts_security_card li::after {
    content: "✓";
    position: absolute;
    left: 7px;
    top: 7px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

/*========================*/

@media(max-width:1024px){

.ct_parts_security{

padding:90px 0;

}

.ct_parts_security_fv{

grid-template-columns:1fr;

text-align:center;

gap:40px;

}

.ct_parts_security_lead{

margin:auto;

}

.ct_parts_security_image{

text-align:center;

}

.ct_parts_security_grid{

grid-template-columns:1fr;

}

}

@media(max-width:767px){

.ct_parts_security{

padding:70px 0;

}

.ct_parts_security_title{

font-size:42px;

}

.ct_parts_security_card{

padding:30px;

}

.ct_parts_security_card h3{

font-size:28px;

}

.ct_parts_security_alert{

padding:24px;

flex-direction:column;

}

}

/*=================================
Part07 Certification
=================================*/

.ct_parts_certification{

    position:relative;
    padding:140px 0;
    overflow:hidden;
    background:#fff;

}

/*============================*/

.ct_parts_certification_box {
    position: relative;
    display: grid;
    grid-template-columns: 180px 1fr 200px;
    align-items: center;
    gap: 20px;
    padding: 30px;
    margin-top: 70px;
    border-radius: 10px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fcf9 100%);
    border: 1px solid #177245;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .06);
}




/*============================*/

.ct_parts_certification_badges{

    position:relative;
    z-index:2;

    display:flex;

    flex-direction:column;

    gap:20px;

}

.ct_parts_certification_badge{

    background:#fff;

    border-radius:20px;

    padding:22px;

    text-align:center;

    border:1px solid #ECECEC;

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

}

.ct_parts_certification_badge img{

    width:56px;

    margin:0 auto;
    text-align:center;

}

.ct_parts_certification_badge h3{

    margin:0 0 8px;
    font-size:16px;
    font-weight:bold;

}

.ct_parts_certification_badge p{

    margin:0;

    color:#777;

    font-size:14px;

}

/*============================*/

.ct_parts_certification_content{

    position:relative;
    z-index:2;

}

.ct_parts_certification_content h3{

    font-size:40px;

    line-height:1.45;

    margin-bottom:24px;

    font-weight:700;

}

.ct_parts_certification_content p{

    color:#555;

    line-height:2;

    font-size:16px;

}

.ct_parts_certification_content small{

    display:block;

    margin-top:20px;

    color:#999;

}

/*============================*/

.ct_parts_certification_image{

    position:relative;

    z-index:2;

    text-align:right;

}

.ct_parts_certification_image img{

    width:280px;

    max-width:100%;

}

/*============================*/

@media(max-width:1024px){

.ct_parts_certification{

padding:90px 0;

}

.ct_parts_certification_box{

grid-template-columns:1fr;

text-align:center;

padding:40px;

gap:40px;

}

.ct_parts_certification_badges{

flex-direction:row;

justify-content:center;

}

.ct_parts_certification_image{

text-align:center;

}

.ct_parts_certification_image img{

width:220px;

}

}

@media(max-width:767px){

.ct_parts_certification{

padding:70px 0;

}

.ct_parts_certification_box{

padding:28px;

border-radius:24px;

}

.ct_parts_certification_badges{

flex-direction:column;

}

.ct_parts_certification_content h3{

font-size:28px;

}

.ct_parts_certification_image img{

 width: 100%;

}

}
/*=================================
Part08
People
=================================*/

.ct_parts_people{

    position:relative;
    padding:140px 0;
    overflow:hidden;
    background:
        radial-gradient(circle at top left,#f7fbf8 0%,#fff 45%),
        radial-gradient(circle at bottom right,#f7fbf8 0%,#fff 45%);
}

/* 背景ドット */

.ct_parts_people::before{

    content:"";

    position:absolute;

    left:-80px;
    top:80px;

    width:240px;
    height:240px;

    background:url("/wp-content/uploads/2026/07/dot.svg") no-repeat center/contain;

    opacity:.35;

}

.ct_parts_people::after{

    content:"";

    position:absolute;

    right:-70px;
    bottom:70px;

    width:240px;
    height:240px;

    background:url("/wp-content/uploads/2026/07/dot.svg") no-repeat center/contain;

    opacity:.35;

}

/*============================*/

.ct_parts_people_grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:36px;

    margin-top:80px;

}

/*============================*/

.ct_parts_people_card{

    position:relative;

    display:flex;

    flex-direction:column;

    min-height:520px;

    padding:45px;

    background:#fff;

    border-radius:28px;

    border:2px solid #ECECEC;

    box-shadow:
        0 15px 45px rgba(0,0,0,.05);

    transition:.35s;

    overflow:hidden;

}

.ct_parts_people_card:hover{

    transform:translateY(-10px);

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

}

/*============================*/

.ct_parts_people_icon{

    width:92px;

    height:92px;

    border-radius:50%;

    /*background:#EEF8F2;*/

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:28px;

}

.ct_parts_people_icon img{

   /* width:46px;*/
}

/*============================*/

.ct_parts_people_number {
    font-size: 72px;
    font-weight: 600;
    color: #2B7A4B;
    line-height: 1;
    letter-spacing: -.04em;
    margin-bottom: 18px;
}

.ct_parts_people_number span{

    font-size:.42em;
    padding-left:5px;

}

/*============================*/

.ct_parts_people_card h3{

    margin:0 0 18px;

    font-size:20px;

    line-height:1.35;

    font-weight:700;

}

.ct_parts_people_card p{

    color:#555;

    line-height:2;

    margin:0;

}

/*============================*/

.ct_parts_people_image{

    margin:0 auto;

    text-align:center;

}

.ct_parts_people_image img{

    width:250px;

    max-width:100%;

}

/*============================*/

.ct_parts_people_icon_bottom
{
    margin: auto 0 auto auto;
    text-align: right;
}

.ct_parts_people_icon_bottom img{

    width:90px;

}

/*============================*/

.ct_parts_people_card::after{

    content:"";

    position:absolute;

    left:50%;

    bottom:0;

    transform:translateX(-50%);

    width:80px;

    height:4px;

    background:#D9D9D9;

    border-radius:999px;

    transition:.3s;

}

.ct_parts_people_card:hover::after{

    background:#2B7A4B;

}

/*============================*/

@media(max-width:1024px){

.ct_parts_people{

padding:90px 0;

}

.ct_parts_people_grid{

grid-template-columns:1fr;

max-width:680px;

margin:70px auto 0;

}

.ct_parts_people_card{

min-height:auto;

}

}

@media(max-width:767px){

.ct_parts_people{

padding:70px 0;

}

.ct_parts_people_card{

padding:28px;

}

.ct_parts_people_number{

font-size:68px;

}

.ct_parts_people_card h3{

font-size:24px;

}

.ct_parts_people_image img{

width:180px;

}

}
/*====================================
about ヘッド
====================================*/

.ct_heading{}
.ct_heading .ct_label {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .15em;
    color: #2B5E36;
}
.ct_heading .ct_title{font-weight: bold;
    color: #222;
    padding: 1rem 0;}

.ct_heading .ct_lead{ color: #222;margin-bottom:1rem;}
.ct_container{width: min(1200px, calc(100% - 40px));
    margin: auto;}

.ct_heading__sub{ color: #2B5E36;font-weight:bold;}
.ct_heading__title{font-weight: bold;color:#222;
    margin: 10px auto;}

/*====================================
ABOUT FV/support
====================================*/

.ct_fv{

    padding:80px 0;
     width:min(1200px,calc(100% - 40px));
    margin:0 auto;

}

.ct_fv .ct_container{

    display:grid;

    grid-template-columns:1fr 520px;

    gap:80px;

    align-items:center;

}

.ct_fv__content{

    max-width:600px;

}

.ct_label{

    display:inline-block;

    margin-bottom:24px;

    font-size:14px;

    font-weight:700;

    letter-spacing:.15em;

    color:#2B5E36;

}

.ct_fv__title{

    margin-bottom:32px;

    font-size:64px;

    font-weight:700;

    line-height:1.2;

    color:#111;

}


.ct_fv__title2{

    margin-bottom:15px;

    font-size:34px;

    font-weight:700;

    line-height:1.2;

    color:green;
    font-weight: 500

}
.ct_fv__content p{letter-spacing: 0.0001rem;}

.ct_fv__text{

    margin-bottom:40px;

    font-size:18px;

    line-height:2;

    color:#444;

}

.ct_fv__buttons{

    display:flex;

    gap:20px;margin-top:30px;

}

.ct_fv__image{

    text-align:right;

}

.ct_fv__image img{

    max-width:100%;

}
@media(max-width:960px){

.ct_fv{

padding:80px 0;

}

.ct_fv .ct_container{

grid-template-columns:1fr;

gap:48px;

text-align:center;

}

.ct_fv__title{

font-size:44px;

}

.ct_fv__buttons{

justify-content:center;

}

.ct_fv__image{

text-align:center;

}

.ct_fv__image img{

max-width:420px;

margin:auto;

}

}

@media(max-width:767px){

.ct_fv__image img{

    max-width:100%;

}
    
.ct_fv__title{

font-size:34px;

}

.ct_fv__text{

font-size:16px;

line-height:1.9;

}

.ct_fv__buttons{

flex-direction:column;

}

}


/*==================================
Reason
==================================*/

.ct_reason{
 background:rgba(255,255,255,.6);
    padding:120px 0;

}

.ct_reason__grid{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:36px;
    margin-bottom:72px;

}

.ct_reason__card{

    display:flex;
    align-items:center;
    gap:48px;

    padding:48px;

    background:#fff;

    border:2px solid #bdd4b4;

    border-radius:24px;

    transition:.35s;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.ct_reason__card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.ct_reason__icon{

    flex:0 0 140px;

}

.ct_reason__icon img{

    width:140px;

}

.ct_reason__content{

    flex:1;

}

.ct_reason__title{

    margin-bottom:16px;

    font-size:30px;

    font-weight:700;

    line-height:1.2;

    color:#222;

}

.ct_reason__text{

    margin-bottom:24px;

    line-height:1.8;

    color:#555;

}

.ct_reason__list{

    margin:0;

    padding:0;

    list-style:none;

}

.ct_reason__list li{

    position:relative;

    padding-left:34px;

    margin-bottom:12px;

    font-size:17px;

}

.ct_reason__list li::before{

    content:"✓";

    position:absolute;

    left:0;
    top:0;

    color:#2b8a3e;

    font-weight:700;

}

/*==================================
Reason Point
==================================*/

.ct_reason_point{

    display:grid;
    grid-template-columns:repeat(5,1fr);

    background:#fff;

    border:1px solid #e5e5e5;

    border-radius:24px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.ct_reason_point__item{

    position:relative;

    padding:40px 20px;

    text-align:center;

    transition:.3s;

}

.ct_reason_point__item:not(:last-child){

    border-right:1px solid #ececec;

}

.ct_reason_point__item:hover{

    background:#f7fbf6;

}

.ct_reason_point__item img{

    width:72px;

    height:auto;

    /*margin-bottom:24px;*/

    transition:.35s;
    margin: 0 auto;

}

.ct_reason_point__item:hover img{

    transform:translateY(-4px) scale(1.05);

}

.ct_reason_point__item h4{

    margin-bottom:12px;

    font-size:22px;

    font-weight:700;

    line-height:1.5;

    color:#222;

}

.ct_reason_point__item p{

    margin:0;

    font-size:15px;

    line-height:1.8;

    color:#666;

}

/*==================================
Tablet
==================================*/

@media(max-width:1024px){

.ct_reason{

    padding:90px 0;

}

.ct_reason__grid{

    grid-template-columns:1fr;

    gap:28px;

}

.ct_reason__card{

    padding:40px;

    gap:32px;

}

.ct_reason__icon{

    flex:0 0 110px;

}

.ct_reason__icon img{

    width:110px;

}

.ct_reason__title{

    font-size:32px;

}

.ct_reason_point{

    grid-template-columns:repeat(3,1fr);

}

.ct_reason_point__item:nth-child(3){

    border-right:none;

}

.ct_reason_point__item:nth-child(-n+3){

    border-bottom:1px solid #ececec;

}

}
/*==================================
Mobile
==================================*/

@media(max-width:767px){

.ct_reason{

    padding:72px 0;

}

.ct_reason__grid{

    gap:20px;

    margin-bottom:48px;

}

.ct_reason__card{

    flex-direction:column;

    text-align:center;

    padding:32px 24px;

    gap:24px;

}

.ct_reason__icon{

    flex:none;

}

.ct_reason__icon img{

    width:90px;

}

.ct_reason__title{

    font-size:28px;

}

.ct_reason__text{

    font-size:15px;

}

.ct_reason__list{

    text-align:left;

    display:inline-block;

}

.ct_reason_point{

    grid-template-columns:1fr;

}

.ct_reason_point__item{

    border-right:none !important;

    border-bottom:1px solid #ececec;

}

.ct_reason_point__item:last-child{

    border-bottom:none;

}

}
/*==================================
Values
==================================*/

.ct_values{
    padding:120px 0;
    /*background:#fff;*/
}

.ct_values__grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:32px;
    margin-top:72px;
}

.ct_value{
    padding:40px 32px;
    background:#fff;
    border:1px solid #e7ece8;
    border-radius:24px;
    transition:.3s;
}

.ct_value:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.ct_value__icon {
    width: 120px;
    height:120px;
    margin: 0 auto 24px auto;
    border-radius: 50%;
    background: #f6f8f7; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.ct_value__icon img{
    /*width:36px;
    height:36px;*/
    object-fit:contain;
}

.ct_value__title{
    margin:0 0 16px;
    font-size:24px;
    font-weight:700;
    color:#111;
    line-height:1.5;
    text-align:center;
}

.ct_value__text{
    margin:0;
    color:#555;
    line-height:1.9;
    font-size:15px;
}

/*----------------------------------
Message
-----------------------------------*/

.ct_values__message{
    display:flex;
    align-items:center;
    gap:32px;
    margin-top:80px;
    padding:48px;
    background:#fff;
    border:1px solid #e7ece8;
    border-radius:24px;
}

.ct_values__message-icon{
    flex-shrink:0;
    width:88px;
    height:88px;
    border-radius:50%;
    /*background:#eef7f0;*/
    display:flex;
    align-items:center;
    justify-content:center;
}

.ct_values__message-icon img{
    /*width:64px;
    height:64px;*/
}

.ct_values__message-content{
    flex:1;
}

.ct_values__message-content h3{
    margin:0 0 16px;
    font-size:30px;
    line-height:1.4;
        color: 222;
    font-weight: bold;

    
}

.ct_values__message-content p{
    margin:0;
    color:#222;
    line-height:1.9;
    font-size:16px;
}
/*==================================
Tablet
==================================*/

@media (max-width:1024px){

    .ct_values{
        padding:90px 0;
    }

    .ct_values__grid{
        grid-template-columns:repeat(2,1fr);
        gap:24px;
    }

    .ct_values__message{
        padding:40px;
        gap:24px;
    }

}
/*==================================
Mobile
==================================*/

@media (max-width:767px){

    .ct_values{
        padding:72px 0;
    }

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

    .ct_value{
        padding:32px 24px;
        border-radius:20px;
    }

    .ct_value__icon{
        width:64px;
        height:64px;
        margin-bottom:20px;
    }

    .ct_value__icon img{
        width:32px;
        height:32px;
    }

    .ct_value__title{
        font-size:20px;
    }

    .ct_value__text{
        font-size:14px;
        line-height:1.8;
    }

    .ct_values__message{
        flex-direction:column;
        text-align:center;
        padding:32px 24px;
        margin-top:56px;
    }

    .ct_values__message-icon{
        width:72px;
        height:72px;
    }

    .ct_values__message-icon img{
        width:36px;
        height:36px;
    }

    .ct_values__message-content h3{
        font-size:24px;
    }

    .ct_values__message-content p{
        font-size:14px;
        line-height:1.8;
    }

}
/*==================================
Numbers
==================================*/
.ct_number {
    padding: 48px 32px !important;
    text-align: center;
    background:rgba(255,255,255,.6);

    border: 5px solid #e6ece7;
    border-radius: 24px;
    transition: .35s;
}

.ct_numbers__grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);

    gap: 32px;
    margin-top: 60px;

    background:#fff;

}

.ct_number{

    position:relative;

    text-align:center;

    padding:0 32px;

}

.ct_number:not(:last-child)::after{

    content:"";

    position:absolute;

    top:22px;
    right:0;

    width:1px;
    height:150px;

    background:#e7ece8;

}

/*==========================
ICON
==========================*/

.ct_number__icon{

    width:90px;
    height:90px;

    margin:20px auto;

    border-radius:50%;

    /*background:#edf7ef;*/

    display:flex;

    justify-content:center;
    align-items:center;

    transition:.35s;

}

.ct_number:hover .ct_number__icon{

    transform:translateY(-6px);

}

.ct_number__icon img{

   /* width:42px;*/
    height:auto;
    display:block;

}

/*==========================
NUMBER
==========================*/

.ct_number__value{

    display:block;

    margin-bottom:18px;

    font-size:72px;

    line-height:1;

    font-weight:800;

    color:#2b7b46;

    letter-spacing:-.05em;

}

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

.ct_number h3{

    margin:0 0 10px;

    font-size:26px;

    font-weight:700;

    color:#222;

    line-height:1.4;

}

/*==========================
TEXT
==========================*/

.ct_number p{

    margin:0;

    font-size:14px;

    color:#777;

    line-height:1.8;

}

/*==========================
Hover
==========================*/

.ct_number{

    transition:.3s;

}

.ct_number:hover{

    transform:translateY(-5px);

}

.ct_number:hover .ct_number__value{

    color:#1d6e38;

}

/*==========================
Tablet
==========================*/

@media (max-width:1024px){

.ct_numbers{

    padding:70px 0;

}

.ct_numbers__grid{

    grid-template-columns:repeat(2,1fr);

    gap:50px 0;

}

.ct_number{

    padding:0 24px;

}

.ct_number::after{

    display:none;

}

.ct_number__icon{

    width:80px;
    height:80px;

}

.ct_number__icon img{

    width:38px;

}

.ct_number__value{

    font-size:60px;

}

.ct_number h3{

    font-size:24px;

}

}

/*==========================
SP
==========================*/

@media (max-width:767px){

.ct_numbers{

    padding:60px 0;

}

.ct_numbers__grid{

    grid-template-columns:1fr;

    gap:50px;

    margin-top:40px;

}

.ct_number{

    padding:0;

}

.ct_number::after{

    display:none;

}

.ct_number__icon{

    width:150px;
    height:auto;

    margin-bottom:22px;

}

.ct_number__icon img{

    width:70%;

}

.ct_number__value{

    font-size:52px;

}

.ct_number h3{

    font-size:22px;

}

.ct_number p{

    font-size:14px;

}

}

/*==================================
CTA
==================================*/

.ct_cta{

    padding:120px 0;

}

.ct_cta__inner{

    display:grid;
    grid-template-columns:460px 1fr;

    align-items:center;

    gap:80px;

    padding:70px;

    background:#fff;

    border:1px solid #e8ece7;

    border-radius:32px;

    overflow:hidden;

    position:relative;

    box-shadow:0 20px 45px rgba(0,0,0,.05);

}

/*----------------------------------
Background
-----------------------------------*/

.ct_cta__inner::before{

    content:"";

    position:absolute;

    left:-120px;
    bottom:-120px;

    width:320px;
    height:320px;

    border-radius:50%;

    background:#edf7e6;

    opacity:.6;

}

.ct_cta__inner::after{

    content:"";

    position:absolute;

    left:60px;
    top:70px;

    width:120px;
    height:120px;

    background-image:radial-gradient(#d7e8cf 2px,transparent 2px);

    background-size:24px 24px;

    opacity:.8;

}

/*----------------------------------
Image
-----------------------------------*/

.ct_cta__image{

    position:relative;

    z-index:2;

}

.ct_cta__image img{

    width:100%;

    display:block;

}

/*----------------------------------
Content
-----------------------------------*/

.ct_cta__content{

    position:relative;

    z-index:2;

}

.ct_cta__title{

    margin:18px 0 28px;

    font-size:64px;

    line-height:1.15;

    font-weight:700;

    color:#111;

}

.ct_cta__text{

    font-size:20px;

    line-height:2;

    color:#666;

    max-width:620px;

}

/*----------------------------------
Buttons
-----------------------------------*/

.ct_cta__buttons{

    display:flex;

    gap:20px;

    margin-top:40px;

}

.ct_button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 220px;
    height: 64px;
    padding: 0 32px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    border: 2px solid #2d6a3f;
    background: #fff;
    color: #2d6a3f;
    transition: .3s;
}

.ct_button:hover{

    transform:translateY(-4px);

}

.ct_button--primary{

    background:#2d6a3f;

    color:#fff;

    border:none;

}
@media(max-width:1024px){

.ct_cta{

    padding:90px 0;

}

.ct_cta__inner{

    grid-template-columns:1fr;

    gap:48px;

    padding:56px 40px;

    text-align:center;

}

.ct_cta__image{

    max-width:380px;

    margin:auto;

}

.ct_cta__text{

    margin:auto;

}

.ct_cta__buttons{

    justify-content:center;

}

}

@media(max-width:767px){

.ct_cta{

    padding:72px 0;

}

.ct_cta__inner{

    padding:40px 24px;

    gap:32px;

    border-radius:24px;

}

.ct_cta__title{

    font-size:40px;

}

.ct_cta__text{

    font-size:16px;

    line-height:1.8;

}

.ct_cta__buttons{

    flex-direction:column;

    gap:16px;

}

.ct_button{

    width:100%;

    min-width:auto;

}

}

/*=================================
Support Strength
=================================*/

.ct_supportStrength{

    padding:120px 0;

    background:rgba(237,247,230,.6);

}

.ct_supportStrength__grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:28px;

    margin-top:70px;

}

.ct_supportStrength__card{

    background:#fff;

    border:1px solid #2B5E36;

    border-radius:24px;

    padding:30px;

    transition:.35s;

}

.ct_supportStrength__card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    border-color:#2B5E36;

}

.ct_supportStrength__number {
    /* display: inline-flex; */
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 18px;
    /* background: #F3F7F3; */
    color: #2B5E36;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 28px;
    margin: 0 auto;
    text-align: center;
}

.ct_supportStrength__number img{    margin: 0 auto;}

.ct_supportStrength__card h3{

    font-size:1.4rem;

    color:#333;

    margin-bottom:18px;

    line-height:1.5;
    text-align: center;

}

.ct_supportStrength__card p{

    color:#666;

    line-height:1.9;

}

/*=================================
Support Navigation
=================================*/

.ct_supportNav{

    padding:120px 0;

    background:#fff;

}

.ct_supportNav__grid{

    display:grid;

    grid-template-columns:repeat(5,1fr);

    gap:24px;

    margin-top:70px;

}

.ct_supportNav__card{

    display:flex;

    flex-direction:column;

    padding:36px 20px;

    background:#fff;

    border:1px solid #2B5E36;

    border-radius:20px;

    text-decoration:none;

    transition:.3s;

}

.ct_supportNav__card:hover{

    transform:translateY(-6px);

    border-color:#2B5E36;

    box-shadow:0 18px 40px rgba(0,0,0,.08);

}

.ct_supportNav__icon{

    width:64px;

    height:64px;

    border-radius:16px;

    /*background:#F4F8F4;*/

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    margin-bottom:28px;
        margin: 0 auto;

}

.ct_supportNav__card h3{

    font-size:1.1rem;

    color:#333;

    line-height:1.5;

    margin-bottom:14px;
    
    text-align: center;

}

.ct_supportNav__card p{

    color:#333;

    line-height:1.6;

    font-size:.85rem;

    flex:1;

}

.ct_supportNav__card span{

    margin-top:24px;

    color:#2B5E36;

    font-weight:700;

    font-size:.75rem;

}