
/* ============================================================
共通
============================================================ */
.karadasokuteikai{
    section:last-child{
        margin-bottom: 120px;
    }
}
/* PC */
@media screen and (min-width: 768px){
    .karadasokuteikai{
        section:last-child{
            margin-bottom: 160px;
        }
    }
}

/* ============================================================
メインビジュアル
============================================================ */



.main_visual{
    margin-bottom: 80px;
    margin-top: 10px;
    overflow: hidden;
    
    .main_visual__inner{
        display: flex;
        flex-direction: column-reverse;
    }
    .main_visual__desc{
        margin-top:16px;
        .main_visual__sub_heading{
            font-weight: bold;
            font-size: clamp(15px, 4.5vw, 18px);
            text-align: center;
            line-height: 1.4;
            span{
                color: #123987;
            }
        }
    }
    .main_visual__heading{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        color: #123987;
        font-weight: bold;
        font-size: clamp(30px, 10.5vw, 42px);
        line-height: 1.1;
        margin-top: 20px;
        img{
            min-width: 226px;
            width: 60%;
            max-width: 350px;
        }
    }
    .main_visual__desc__text{
        line-height: 1.7;
        font-size: 14px;
        margin-top: 24px;
        display: flex;
        justify-content: center;
        margin-bottom: 32px;
    }
    .main_visual__images{
        overflow: hidden;
        width: 100%;
        /* height: 140px; */
        
        .splide {
            height: 100%;
        }
        .splide__track {
            height: 100%;
        }

        .splide__slide {
            /* width: 1107px !important; */
            
        }

        .splide__slide img {
            width: 100%;
        }
    }
   
}


/* PC */
@media screen and (min-width: 768px){
    .main_visual{
        margin-bottom: 140px;
        margin-top: 24px;
        margin-left: clamp(80px, 7vw, 156px);
        .main_visual__inner{
            flex-direction: row;
            align-items: center;
        }
        .main_visual__desc{
            margin-top:0;
            width: 45%;
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            .main_visual__sub_heading{
                font-size: 24px;
                text-align: left;
                line-height: 1.6;
            }
            .main_visual__heading{
                flex-direction: row;
                gap: 15px;
                font-size: clamp(16px, 2.7vw, 48px);
                line-height: 1.1;
                margin-top: 24px;
                img{
                    min-width: 150px;
                    width: 17vw;
                    max-width: 285px;
                }
            }
            .main_visual__desc__text{
                line-height: 1.7;
                font-size: clamp(15px, 1.5vw, 18px);
                margin-top: 24px;
                justify-content: flex-start;
            }
            .btn_wrapper{
                width: fit-content;
                .btn{
                    width: clamp(320px, 25vw, 380px);
                }
            }
        }
        
        
        .main_visual__images {
            margin-left: 50px;
            height: 550px;
            .splide__slide {
                /* width: 1107px !important; */
                width: 1107px !important;
            }
        }
    }
}




/* ============================================================
.realization_section
============================================================ */
.realization_section{
    .heading_lv1{
        margin-bottom: 48px;
    }
    .realization_content{
        display: flex;
        flex-direction: column;
        gap: 40px;
        .realization_content__item{
            .realization_content__item__img{
                width: 100%;
                margin-bottom: 20px;
                img{
                    width: 100%;
                }
            }
            h3{
                font-size: 18px;
                font-weight: bold;
                color: #2b2b2b;
                line-height: 1.4;
            }
            p{
                margin-top: 10px;
                font-size: 14px;
                line-height: 1.6;
                color: #2b2b2b;
            }
        }
    }
}
/* PC */
@media screen and (min-width: 768px){
    .realization_section{
        .heading_lv1{
            margin-bottom: 64px;
        }
        .realization_content{
            flex-direction: row;
            gap: 30px;
            .realization_content__item{
                width: 33.3333%;
                h3{
                    font-size: 20px;
                }
                p{
                    line-height: 1.6;
                    font-size: 16px;
                }
            }
        }
    }
}

/* ============================================================
.plan_section
============================================================ */
.plan_section{
    background-color: #E3FBDF;
    padding: 80px 0;
    margin-top: 80px;
    .heading_lv1{
        margin-bottom: 48px;
    }
    .plan_content{
        background-color: #fff;
        border-radius:8px;
        padding: 40px 15px;
        .plan_content__desc{
            display: flex;
            flex-direction:column-reverse;
            .plan_content__desc__text{
                .plan_heading_lv3{
                    font-size: 24px;
                    line-height: 1.2;
                    color: #2b2b2b;
                    display: flex;
                    flex-direction: column;
                    gap: 4px;
                    margin-bottom: 20px;
                    span{
                        color: #123987;
                        font-size: 14px;
                    }
                }
                
                p{
                    color: #2b2b2b;
                }
            }
            .plan_content____desc__img{
                margin-bottom: 24px;
                img{
                    width: 100%;
                }
            }
            
        }
        .plan_content__report{
            margin-top: 24px;
            .plan_content__report__heading{
                background-color: #44AE35;
                border-top-left-radius: 8px;
                border-top-right-radius: 8px;
                display: flex;
                justify-content: center;
                width: fit-content;
                padding: 6px 16px  4px 16px;
                p{
                    color: #fff;
                    font-weight: bold;
                    line-height: 1.5;
                    font-size: 16px;
                    padding-left: 20px;
                    width: fit-content;
                    position: relative;
                    &:before{
                        position: absolute;
                        content: "";
                        left: 0;
                        top: 4px;
                        width: 15px;
                        height: 15px;
                        background-image: url(/offken/images/karadasokuteikai/white_bg_check.svg);
                        background-size: contain;
                        background-repeat: no-repeat;
                    }
                }
            }
            
            .plan_content__report__block{
                border: 2px solid #44AE35;
                border-top-right-radius: 8px;
                border-bottom-right-radius: 8px;
                border-bottom-left-radius: 8px;
                display: flex;
                flex-direction: column;
                gap: 24px;
                padding: 20px;
                p{
                    font-size: 14px;
                    line-height: 1.6;
                    color: #2b2b2b;

                }
                .plan_content__report__block__img{
                    img{
                        width: 100%;
                    }
                }
            }
        }
        .plan_content__table{
            margin-top: 32px;
            .plan_heading_lv4{
                font-size: 16px;
                font-weight: bold;
                text-align: center;
                margin-bottom: 20px;
            }
        }
        
    }
    .sokuteikai_table{
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        tr{
            &.first_line{
                th{
                    background-color: #123987;
                    font-size: 13px;
                    font-weight: bold;
                    text-align: center;
                    line-height: 1.5;
                    color: #fff;
                    padding: 5px;
                    &:not(:last-child){
                        border-right: 2px solid #fff;
                    }
                    &:nth-child(1){
                        width: 20%;
                    }
                    &:nth-child(2){
                        width: 35%;
                    }
                    &:nth-child(3){
                        width: 45%;
                    }
                }
            }
            &:not(.first_line) {
                background-color: #F9F9F9;
                border-bottom: 1px solid #d9d9d9;
                th,td{
                    font-weight: bold;
                    font-size: 10px;
                    line-height: 1.5;
                    padding: 10px;
                }
                th{
                    
                    text-align: left;
                }
                td{

                }
            }
        }
    
    }
    .plan_content__under__text{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        margin-top: 32px;
        .plan_content__under__text__arrow{
            img{
                width: 26px;
            }
        }
        p{
            font-size: 18px;
            text-align: center;
            line-height: 1.5;
            color: #2b2b2b;
            font-weight: bold;
            span{
                position: relative;
                &:before{
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    content: "";
                    width: 100%;
                    height: 10px;
                    background-color: rgba(68, 174, 53, 0.3);
                }
            }
        }
    }
}
/* PC */
@media screen and (min-width: 768px){
    .plan_section{
        padding: 100px 0;
        margin-top: 100px;
        .heading_lv1{
            margin-bottom: 64px;
        }
        .plan_content{
            padding: 60px;
            &:not(:last-child){
                margin-bottom: 40px;
            }
            .plan_content__desc{
                flex-direction:row;
                gap: 60px;
                .plan_content__desc__text{
                    .plan_heading_lv3{
                        font-size: 28px;
                        gap: 4px;
                        margin-bottom: 40px;
                        span{
                            font-size: 16px;
                        }
                    }
                    p{
                        font-size: 16px;
                    }
                    
                }
                .plan_content____desc__img{
                    margin-bottom: 0;
                    flex-shrink: 0;
                    img{
                        width: 400px;
                    }
                }
                
            }
            .plan_content__report{
                margin-top: 40px;
                .plan_content__report__heading{
                    padding: 8px 32px 6px 32px;
                    p{
                        padding-left: 22px;
                        &:before{
                            top: 5px;
                            width: 17px;
                            height: 17px;
                        }
                    }
                }
                
                .plan_content__report__block{
                    flex-direction: row;
                    align-items: center;
                    gap: 48px;
                    padding: 16px 32px;
                    p{
                        font-size: 16px;
                    }
                    .plan_content__report__block__img{
                        width: 160px;
                        display: flex;
                        align-items: center;
                        flex-shrink: 0;
                        img{
                            width: 100%;
                        }
                    }
                }
            }
            .plan_content__table{
                margin-top: 64px;
                .plan_heading_lv4{
                    font-size: 24px;
                    margin-bottom: 24px;
                }
            }
        }
        .sokuteikai_table{
            tr{
                &.first_line{
                    th{
                        font-size: 20px;
                        padding: 8px 20px;
                        &:nth-child(1){
                            width: 20%;
                        }
                        &:nth-child(2){
                            width: 40%;
                        }
                        &:nth-child(3){
                            width: 40%;
                        }
                    }
                    
                }
                
                &:not(.first_line) {
                    border-bottom: 2px solid #d9d9d9;
                    th,td{
                        font-size: 18px;
                        padding: 20px ;
                    }
                    th{
                        
                        text-align: left;
                    }
                    td{

                    }
                }
                
            }
        
        }
        .plan_content__under__text{
            gap: 32px;
            margin-top: 54px;
            .plan_content__under__text__arrow{
                img{
                    width: 44px;
                }
            }
            p{
                font-size: 28px;
                span{
                    &:before{
                        bottom: 5px;
                        width: 100%;
                        height: 12px;
                    }
                }
            }
        }
    }
}

/* ============================================================
.place_section
============================================================ */

.place_section{
    margin-top: 80px;
    .heading_lv1{
        margin-bottom: 48px;
    }
    .sokuteikai_table{
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        tr{
            &.first_line{
                th{
                    background-color: #123987;
                    font-size: 13px;
                    font-weight: bold;
                    text-align: center;
                    line-height: 1.5;
                    color: #fff;
                    padding: 5px;
                }
                    
            }
            &:not(.first_line) {
                background-color: #F9F9F9;
                border-bottom: 1px solid #d9d9d9;
                th,td{
                    font-weight: bold;
                    font-size: 10px;
                    line-height: 1.5;
                    padding: 10px;
                    width: 50%;
                }
                th{
                    text-align: left;
                }
                td{
                    text-align: right;
                }
            }
        }
    
    }
    .sokuteikai_table__notes{
        font-size: 12px;
        line-height: 1.5;
        display: flex;
        flex-direction: column;
        margin-top: 16px;
    }
    .btn_wrapper {
        margin-top: 60px;
    }
}
/* PC */
@media screen and (min-width: 768px){
    
    .place_section{
        margin-top: 100px;
        .heading_lv1{
            margin-bottom: 64px;
        }
        .sokuteikai_table{
            tr{
                &.first_line{
                    th{
                        font-size: 20px;
                        padding: 8px 20px;
                        width: 100%;
                    }
                    
                }
                
                &:not(.first_line) {
                    border-bottom: 2px solid #d9d9d9;
                    th,td{
                        font-size: 18px;
                        padding: 20px ;
                    }
                    th{
                        
                        text-align: left;
                    }
                    td{

                    }
                }
                
            }
        
        }
        .sokuteikai_table__notes{
            font-size: 14px;
            margin-top: 20px;
        }
        .btn_wrapper {
            margin-top: 80px;
        }
    }
}

/* ============================================================
.case_section
============================================================ */
.case_section{
    margin:120px 0;
    .heading_lv1{
        margin-bottom: 48px;
    }
    .case_article_list{
        padding: 0 2px 0;
        display: grid;
        gap: 24px;
        position: relative;
        z-index: 2;
    }
    .case_article_item{
        background: #FFFFFF;
        border-radius: 8px;
        overflow: hidden;
        transition: 0.24s ease;
    }
    .case_article_item:hover{
        box-shadow: 0 4px 13px 0px rgba(0, 0, 0, 0.1);
        opacity: 0.9;
    }
    .case_text_box{
        border: 2px solid #D9D9D9;
        border-top: none;
        border-radius: 0 0 8px 8px;
    }
    .case_article_item a{
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .case_article_item a > img{
        aspect-ratio: 3/2;
        object-fit: cover;
    }
    .case_text_box{
        padding: 20px;
        flex: auto;
        display: flex;
        flex-direction: column;
    }
    .case_title{
        color: #2b2b2b;
        font-size: 16px;
        margin-bottom: 0;
    }
    .case_company_name{
        color: #2b2b2b;
        font-size: 14px;
        font-weight: bold;
    }
    .case_category{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 6px;
        margin: 24px 0 32px;
    }
    .case_category span{
        color: #757575;
        padding-right: 6px;
    }
    .case_category span:not(:last-of-type)::after{
        content: "|";
        position: relative;
        left: 6px;
    }
    .read_post{
        font-size: 14px;
        font-weight: bold;
        text-align: right;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0.5em;
        margin-top: auto;
        color: #38CA69;
    }
    .read_post::after{
        content: '';
        width: 1em;
        height: 1em;
        background: url(/cms/wp-content/themes/shinko/images/icon_link_right.svg) 50% 50% no-repeat;
        background-size: contain;
    }
    .case_article_item a:hover .read_post{
        color: #23B553;
    }
}
/* PC */
@media screen and (min-width: 768px){
    .case_section{
        margin:160px 0;
        .heading_lv1{
            margin-bottom: 64px;
        }
        .case_article_list{
            width: 100%;
            margin: 0 auto;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 32px;
        }
        .case_title{
            min-height: 77px;
        }
    }
}
@media screen and (min-width: 920px){
    .case_article_list{
        max-width: 1200px;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 32px;
    }
    .case_title{
    }
    .case_text_box{
        border: 2px solid #D9D9D9;
        border-top: none;
        border-radius: 0 0 8px 8px;
    }
}

/* ============================================================
.movie_section
============================================================ */
.movie_section{
    .heading_lv1{
        margin-bottom: 48px;
    }
    .movie_wrapper{
        width: 100%;
        margin: auto;
        iframe{
            width: 100%;
            height: auto;
            aspect-ratio: 16 / 9;
        }
        
    }
    .btn_wrapper{
        margin-top: 60px;
    }
}
/* PC */
@media screen and (min-width: 768px){
    .movie_section{
        .heading_lv1{
            margin-bottom: 64px;
        }
        .movie_wrapper{
            width: 600px;

        }
        .btn_wrapper{
            margin-top: 80px;
        }
    }
}