.breadcrumb {
    width: 90%;
    max-width: 1260px;
    padding: 0;
}

dt {
    font-weight: normal;
}
em {
    font-style: normal;
}

/* ------------------------------------ */
/*            一覧 (archive)            */
/* ------------------------------------ */
.page_mv {
	position: relative;
	background: url(../img/case/mv.jpg) no-repeat center center;
	    background-size: cover;
}

.section_case {
    background-color: #fff;
}
.case_inner {
    width: 90%;
    max-width: 1260px;
    margin: 0 auto;
}
.search-category {
font-weight: 500;
}
.search-category_inner {
    background-color: #E7F0F5;
    padding: 3em 5%;
    border-radius: 11px;
}
.search-category .wrp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3em 5%;
}
.search-category .service_menu_box_title {
    background-color: #E7F0F5;
    margin-left: 3%;
    translate: 0 6px;
}
.search-category .service_menu_box_title_icon {
    width: 30px;
}
.search-category .service_menu_box_title_text {
    font-size: 16px;
}
.search-category_item.category {
    margin-bottom: 3em;
}
.search-category_item_title {
    font-family: var(--font-ubuntu);
    font-size: 24px;
    color: var(--maincolor);
    margin-bottom: .8em;
}
.search-category_item_cont {
}
.search-category_item_cont .case_tab {
    margin: 0;
        gap: 10px;
}
.search-category_item_cont .case_tab_item.active {
    border-color: transparent;
}
.search-category_item_cont .tagbox {
    display: flex;
    flex-wrap: wrap;
        gap: 2px 10px;
}
.search-category_item_cont .tagbox a {
    color: #7B7171;
    font-size: 15px;
}
.search-category_item_cont .tagbox a::before {
    content: "#";
}
.search-category_item_cont .archive {
    display: inline-block;
    position: relative;
}
.search-category_item_cont .archive_dropdown {
    width: 210px;
    padding: 1em 8%;
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 11px;
    font-size: 13px;
    color: #373737;
}
.search-category_item_cont .archive .arrow {
    width: 4px;
    position: absolute;
    top: 50%;
    right: 10px;
    translate: 0 -50%;
}
.case_content {
    display: block;
    margin-top: 80px;
}
.case_content.case-archive .case_box{
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 70px;
    column-gap: 3.5%;
    padding-right: 0;
    margin-right: 0;
}
.case_content.case-archive .case_box_item {
    white-space: nowrap;
    width: 31%;
    min-width: auto;
}

@media (max-width: 768px) {
    .section_case {
        padding-bottom: 0;
    }
    .search-category .service_menu_box_title {
        margin-left: 5%;
    }
    .search-category .service_menu_box_title_icon {
        width: 16px;
    }
    .search-category .service_menu_box_title_text {
        font-size: 14px;
    }
    .search-category .wrp {
        grid-template-columns: repeat(1, 1fr);
    }
    .case_content .case_box {
        max-width: 900px;
    }
    .case_content.case-archive .case_box_item {
        width: 47%;
    }
    .search-category_item.category {
    margin-bottom: 2em;
    display: block;
	}
    .search-category .wrp > .search-category_item:first-child {
    display: none;
    }    
}

@media (max-width: 599px) {
    .search-category_inner {
        padding: 2em 8%;
    }
    .case_content.case-archive .case_box {
        column-gap: 0;
    }
    .case_content.case-archive .case_box_item {
        width: 100%;
    }
    
}


/* ------------------------------------ */
/*            詳細 (single )            */
/* ------------------------------------ */
.sec-case-dtl {
    font-size: var(--fs-basic);
    line-height: 2;
	    letter-spacing: 0.05em;
}
.sec-case-dtl_content_inner {
}
.sec-case-dtl_content .intro {
    font-size: 18px;
    margin-bottom: 4em;
}
.sec-case-dtl_content .intro_category-wrp {
    display: flex;
    align-items: center;
    gap: 1em;
}
.sec-case-dtl_content .intro_category {
    background-color: rgb(0 124 200 / .75);
    color: #fff;
    padding: .3em 1em;
    border-radius: 11px;
}
.sec-case-dtl_content .intro_date {
    font-family: var(--font-ubuntu);
    font-size: 22px;
    color: #7B7171;
}
.sec-case-dtl_content .intro_title {
    font-size: 26px;
    line-height: 1.8;
    margin: 1.3em 0;
}
.sec-case-dtl_content .intro_detail {
    background-color: #eaeaea;
    border-radius: 11px;
    padding: 4em 7%;
    margin-bottom: 5em;
}
.sec-case-dtl_content .intro_detail_item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1em 5%;
    border-bottom: 2px solid var(--border-color);
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}
.sec-case-dtl_content .intro_detail_item:nth-last-of-type(2) {
/*    border-bottom: none;*/
    margin-bottom: 25px;
}
.sec-case-dtl_content .intro_detail_item.price {
    border-bottom: none;
    justify-content: flex-end;
    flex-direction: column;
    align-items: end;
    gap: .4em;
    text-align: right;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sec-case-dtl_content .intro_detail_item .tit {
    width: 40%;
    font-weight: 500;
    max-width: 150px;
    color: rgba(28,28,28,0.6);
}
.sec-case-dtl_content .intro_detail_item.price .tit {
	width: 60%;
	max-width: 300px;

}
.sec-case-dtl_content .intro_detail_item .text {
}
.sec-case-dtl_content .intro_detail_item .price_text {
    font-size: 26px;
        line-height: 1;
}
.sec-case-dtl_content .intro_detail_item .price_text_num {
    line-height: 1;
    color: var(--maincolor);
}
.sec-case-dtl_content .intro_detail_item .price_text_jp {
    font-size: .38em;
    margin-left: .5em;
}
.sec-case-dtl_content .intro_text {
    line-height: 2;
    letter-spacing: 0.05em;
}
.sec-case-dtl_content .article {
}
.sec-case-dtl_content .article:not(:last-of-type) {
    margin-bottom: 6em;
}
.sec-case-dtl_content .article_title {
    margin-bottom: 1em;
}
.sec-case-dtl_content .article_cont {
}
.sec-case-dtl_content .article_cont_cont {
    
}
.sec-case-dtl_content .article_cont_cont p:has(img) {
    display: inline-block;
    /*border-radius: 20px;
    overflow: hidden;
    margin-bottom: 1em;
    width: 100%;*/
}
.sec-case-dtl_content .article_cont_cont p img {
    max-width: 100%;
    max-height: 620px;
    border-radius: 20px;
    object-fit: cover;
}
.sec-case-dtl_content .article_cont_btn {
    text-align: center;

}
.sec-case-dtl_content .article_cont_btn a {
        min-width: 290px;
    background-color: rgb(0 124 200 / .75);
    color: #fff;
    padding: 1em 1.5em;
    border-radius: 100vh;
    margin-top: 4em;
    justify-content: center;
    line-height: 1;
}
.sec-case-dtl .related {
    width: 90%;
    max-width: 1260px;
    margin: 180px auto 0;
}
.sec-case-dtl .related_title .h2 {
    margin-bottom: 0;
}
.sec-case-dtl .related_title-wp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1em;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 1em;
     margin-bottom: 40px;
}
.sec-case-dtl .related_title .h2_en {
    font-size: 48px;
    margin-top: .2em;
}
.sec-case-dtl .related .case_content {
    margin-top: 0;
}
.sec-case-dtl .case_content .case_box {
    flex-wrap: nowrap;
}

.page-contact_box_item {
    line-height: normal;
}

@media (max-width: 1250px) {
    .sec-case-dtl .sidebar {
        display: block;
        width: 100%;
        padding-right: 0;
        margin: 60px auto 0;
        border-radius: 11px;
    }
    .page_section-2colum .sidebar {
    & .search-category_item:not(:last-of-type) {
        margin-bottom: 1em;
    }
    }
    .page_section-2colum .sidebar {
        & .search-category_item:nth-child(2) {
            display: none;
        }
	}
    .sec-case-dtl .page_cont {
        flex-direction: column-reverse;
        gap: 0;
    }
    .sec-case-dtl {
        padding-top: 10%;
    }
}

@media (max-width: 768px) {
	.sec-case-dtl_content .intro_category {
    	padding: 3px 18px;
	}
	.voice_select_list_item {
    	padding: 3px 18px;
    	}
	.post-nav {
    	margin-bottom: 0px;
/*	カテゴリをdisplaynoneにしたため*/
	}
	.sec-case-dtl .related_title-wp {
    	gap: 30px;
    	padding-bottom: 0;
        border: none;
    	}
    	.sec-case-dtl {
        padding-top: 2%;
    	}
}

@media (max-width: 599px) {
    .sec-case-dtl_content .intro {
        font-size: 16px;
    }
    .sec-case-dtl_content .intro_date {
        font-size: 18px;
    }
    .sec-case-dtl_content .intro_title {
        font-size: 22px;
	margin: 20px 0;
    }
    .sec-case-dtl_content .intro_detail_item .price_text {
        font-size: 22px;
	line-height: 1.6;
        text-align: left;
        margin-right: auto;
    }
    .sec-case-dtl_content .intro_detail_item:nth-last-of-type(2) {
        border-bottom: 2px solid var(--border-color);
        margin-bottom: 1.5em;
    }
    .sec-case-dtl_content .intro_detail_item.price {
        justify-content: flex-start;
        text-align: right;
        gap: 1em;
    }
    
    .sec-case-dtl_content .intro_detail_item.price .tit {
    width: 100%;
    max-width: none;
    text-align: left;
    }
    
    .sec-case-dtl .related {
        margin: 80px auto 0;
    }
    .sec-case-dtl .related_title .h2_en {
        font-size: 34px;
        margin-top: .2em;
    }
    .sec-case-dtl .related .btn {
        margin-left: auto;
    }
    
}