@charset "utf-8";
/* CSS Document */

.flex {display: flex;flex-wrap: wrap;}

#casestudy_wrap {padding: 0 0 50px;}
.casestudy-container {margin-top: 80px;}
.casestudy-container:last-child {margin-bottom: 80px;}
.casestudy_subtitle {font-size: clamp(12px,2vw,14px);display: block;background: #671e75;color: #fff;font-size: 20px;padding: 10px 15px;margin-bottom: clamp(20px,3vw,30px);}
.casestudy-container h3 {font-size: 28px;font-weight: normal;letter-spacing: 0.04em;margin-bottom: 15px;padding-left: 40px;}
.casestudy-container h3:before {content: '';position: absolute;top: 50%;left: 0;transform: translateY(-50%);
	background: url(../../../img/pages/service/check.svg) no-repeat center center;
	width: 35px; aspect-ratio: 181 / 150;
}
.casestudy-container p {letter-spacing: 0.04em;}

.pointBox {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: end;margin-top: 10px;}
.pointBox dl {width: 75%;}
.pointBox dt {font-family: 'Lato'; font-weight: 700; letter-spacing: 2px; margin: 20px 0 15px; color: #671e75;}
.pointBox dd {display: flex;flex-wrap: wrap;align-items: center;
		background: #f8f9fb;
    border-bottom: 1px solid #671e75;
    color: #671e75;
    font-weight: bold;
		letter-spacing: 0.04em;
    margin-bottom: 15px;
    padding: 12px 15px;
}
.pointBox dd:last-child{margin-bottom: 0;}
.pointBox dd span:nth-child(1) {line-height: 1; width: 25px;font-size: 20px;font-family: urw-din, sans-serif;font-weight: 400;letter-spacing: 0;
    display: inline-block;
    background: #e87722;
    color: #fff;
    /* width: 18px; */
    /* text-align: center; */
    padding: 3px 0;
    /* vertical-align: middle; */
    /* margin-right: 8px; */
    border-radius: 50%;
    text-align: center;
}
.pointBox dd span:nth-child(2) {width: calc(100% - 25px);font-size: clamp(14px,2vw,16px);line-height: 1.7;padding-left: 10px;}
.pointBox .pointImg{width: 23%;}
#casestudy_wrap .btn_link{margin-bottom: 80px;}

@media screen and (max-width:960px){
	.pointBox{display: block;}
    .casestudy_subtitle {font-size: 16px;}
	.casestudy-container h3{font-size: 20px;}
	.pointBox dl,
	.pointBox .pointImg{width: 100%;}
    .pointBox .pointImg{text-align: center;}
    .pointBox dl{margin-bottom: 15px;}
	/*.pointBox dd {
        position: relative;
        font-size: 14px;
        line-height: 1.6;
        padding: 6px 5px 13px 56px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
	.pointBox dd span {
        font-size: 23px;
        line-height: 1;
        width: 40px;
        margin-right: 20px;
        padding: 8px 0;
        position: absolute;
        top: 0;
        left: 0;
    }*/
}

@media screen and (max-width:640px){
    .casestudy-container{margin-top: 50px;}
    .casestudy-container h3{line-height: 1.5; margin-bottom: 15px;}
    .pointBox{margin-top: 20px;}
    .casestudy-container h3{font-size: 18px;}
    #casestudy_wrap .btn_link{margin-bottom: 50px;}
    #casestudy_wrap .btn_link a{letter-spacing: 1px;}
}



/*.BlueFrontShibuya {margin-top: 80px;margin-bottom: 80px;}
.BFS_leadWrap {margin-bottom: 40px;}
.BFS_leadWrap h3 {font-size: clamp(22px, 3vw, 32px);font-weight: normal;letter-spacing: 4px;margin-bottom: 20px;}
.BFS_leadWrap h4 {color: #535557;font-size: clamp(16px, 3vw, 22px);font-weight: normal;letter-spacing: 4px;line-height: 1.7;margin-bottom: 30px;}

.BFS_kv {}
.BFS_kv_Head {align-items: center;border-top: 1px solid #000;border-bottom: 1px solid #000;padding: 12px 0;}
.BFS_kv_Head__item {text-align: center;}
.BFS_kv_Head__item:nth-child(1) {width: 60%;}
.BFS_kv_Head__item:nth-child(2) {width: 40%;font-size: 14px;border-left: 1px solid #ccc;padding-left: 20px;}
.BFS_kv_Head__item h3 {font-size: clamp(18px, 3vw, 28px);}
.BFS_kv_Head__item small {font-size: 11px;font-weight: normal;}
.BFS_kv_Img {margin-top: 30px;}

.BFS_contents {justify-content: space-between;align-items: center;margin-top: 60px;}
.BFS_contents__item:nth-child(1) {width: 40%;}
.BFS_contents__item:nth-child(2) {width: 56%;}
.BFS_contents_Img {max-width: 320px;margin: 0 auto;}

.BFS_overview {justify-content: space-between;margin-top: 40px;}
.BFS_overview__item:nth-child(1) {width: 40%;}
.BFS_overview__item:nth-child(2) {width: 56%;}
.BFS_overview_Img {}
.BFS_overview__item h4 {font-size: clamp(12px, 1.6vw, 14px);font-weight: normal;
	border-top: 1px solid #000;border-bottom: 1px solid #000;padding: 12px 0;}
.BFS_overview__item table {margin-top: 15px;}
.BFS_overview__item table th {font-size: 12px;font-weight: normal;padding: 8px 5px;text-align: left;line-height: 1.7;}
.BFS_overview__item table td {font-size: 12px;font-weight: normal;padding: 8px 5px;line-height: 1.7;}

@media screen and (max-width:960px){
	.BFS_leadWrap h3 {letter-spacing: 0;}
	.BFS_leadWrap h4 {letter-spacing: 0;margin-bottom: 20px;}
	
	.BFS_kv_Head__item:nth-child(1) {width: 100%;}
	.BFS_kv_Head__item:nth-child(2) {width: 100%;border-left: none;padding-left: 0;border-top: 1px solid #ccc;padding-top: 10px;margin-top: 10px;}
	.BFS_kv_Img {margin-top: 20px;}
	
	.BFS_contents {margin-top: 30px;}
	.BFS_contents__item:nth-child(1) {width: 100%;}
	.BFS_contents__item:nth-child(2) {width: 100%;margin-top: 30px;}
	.BFS_contents_Img {max-width: 200px;}
	
	.BFS_overview {margin-top: 30px;}
	.BFS_overview__item:nth-child(1) {width: 100%;}
	.BFS_overview__item:nth-child(2) {width: 100%;margin-top: 30px;}
}*/















