@charset "UTF-8";

#example .page_ttl_img {
    background-image: url(../images/example/example_title.jpg);
    background-image: image-set(url(../images/example/example_title.webp) type("image/webp"),
            url(../images/example/example_title.jpg) type("image/jpeg"));
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    height: 256px;
    max-width: initial;
    object-position: center;
    width: 100%;
}


@media screen and (max-width: 767px) {

    #example .page_ttl_img {
        background-image: url(../images/example/example_title_sp.jpg);
        background-image: image-set(url(../images/example/example_title_sp.webp) type("image/webp"),
                url(../images/example/example_title_sp.jpg) type("image/jpeg"));
        background-size: cover;
        background-position: center;
        position: relative;
        background-repeat: no-repeat;
        height: 180px;
        max-width: initial;
        object-position: center;
        width: 100%;
    }

}


#example .main-intro {
    margin-bottom: 40px;
}

#example .title02 {
    margin-bottom: 15px;
}


.example_tabs {
    margin: 0 auto;
}

.tab-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;

}

.tab-item {
    background-color: #f0f3f3;
    cursor: pointer;
    line-height: 1.4;
    text-align: left;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #ccd7d8;
    padding: 0 20px;
}

.tab-item a {
	color: var(--black);
}

.tab-content {
    background-color: #fff;
}

.tab-panel {
    display: none;
}

.tab-item.active {
    color: #fff;
    background: var(--gray01);
}

.tab-panel.active {
    display: block;
    padding-top: 35px;
}

.tab-panel.active h2 {
    font-size: 20px;
    font-weight: bold;
}

.example_work_box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;

}

.example_work_card {
    max-width: 340px;
    width: 100%;
}

.example_work_card img {
    width: 100%;
}

.example_category {
    display: flex;
    gap: 3px;
}

.example_category span {
    display: block;
    margin: 0 auto;
}

.example_work_detail {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    line-height: 1.26;
    margin-top: 8px;
}



.cate_other {
    background: #898989;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0 5px 1px 5px;
    height: 20px;
    text-align: center;
    margin-top: 5px;
}

#example .box01 {
    flex: 0 1 calc((100% - 60px) / 3)
}

@media screen and (max-width: 767px) {

    #example .box01 {
        flex: 0 1 calc((100% - 30px) / 2);
    }

    .tab-list {
        gap: 5px;

    }

    .tab-item {
        font-size: 1.4rem;
        height: auto;
        padding: 5px;
    }



}

@media screen and (max-width: 575px) {

    #example .box01 {
        flex: 0 1 auto;
    }

    .example_work_box {
        gap: 10px;
    }
}


/*************   準備中画面   *************/

.preparing-box {
    text-align: center;
    max-width: 701px;
    max-height: 500px;
    margin: 0 auto;
}

/*************   事例紹介記事   *************/

#example .title04 {
    border-bottom: 1px solid var(--gray02);
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.example_part_block .Example_small {
    margin-bottom: 40px;
}

.example_part_name {
    font-size: 2.3rem;
    line-height: 1.4;
}


.example_part_img img {
    object-fit: contain;
    margin-bottom: 38px;
    max-height: 500px;
}

@media screen and (max-width: 767px) {

    .example_part_block .Example_small {
        margin-bottom: 28px;
    }

    #example .title04 {
        padding-bottom: 7px;
        margin-bottom: 35px;
    }

    .example_part_img img {
        margin-bottom: 30px;
    }

    .example_part_name {
        font-size: 1.8rem;
        line-height: 1.4;
    }

}
