
/* mv */
.p-mv{
    background: url(/web/jp/manufacturer/images/202301/bg_mv01_pc.png) no-repeat center / cover;
}

@media only screen and (max-width: 767px) {
    .p-mv{
        padding: 17.333333vw 0 8vw;
        margin-top: 0;
        height: 86.866666vw;
    }
    .p-mv-ttl{
        font-size: 7.4667vw;
        line-height: 1.28;
        margin: 18.13333vw auto 5.333333vw;
        white-space: nowrap;
    }
    
    .p-mv-txt{
        font-size: 3.7333vw;
    }
}

/* info */
.p-case-sec-top{
    padding-bottom: 75px;
}

.p-case-sec-innner{
    padding: 60px 75px;
    background-color: #fff;
}

.p-case-info{
    display: flex;
    gap: 30px;
}

.p-case-info-left{
    width: 46.875%;
    max-width: 450px;
}

.p-case-info dl{
    padding: 20px 30px;
    background-color: #F0F4F7;
}

.p-case-info-dl-inner:not(:last-child){
    margin-bottom: 20px;
}

.p-case-info-left dt{
    font-weight: 700;
    margin-bottom: 5px;
}

.p-case-info-left dd{
    line-height: 1.8125;
    word-break: break-all;
}

.p-case-info-logo{
    display: block;
    height: 45px;
    margin: 10px auto 40px;
    object-fit: contain;
}

.p-case-info-img{
    width: 50%;
    object-fit: contain;
    max-width: 480px;
}

.p-case-info-lead{
    line-height: 1.8125;
    margin: 40px 0 55px;
}

.p-case-company-ttl{
    color: #2D67A3;
    font-weight: 700;
    margin-bottom: 20px;
}

.p-case-company-dl-inner{
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px solid #999999;
}

.p-case-company-dl-inner a{
    color: inherit;
    -webkit-transition: all 0.2s ease-in-out 0.125s;
    -moz-transition: all 0.2s ease-in-out 0.125s;
    -o-transition: all 0.2s ease-in-out 0.125s;
    -ms-transition: all 0.2s ease-in-out 0.125s;
    transition: all 0.2s ease-in-out 0.125s;
}

.p-case-company-dl-inner a:hover{
    opacity: 0.7;
}

.p-case-company-dl dt{
    font-weight: 700;
    width: 120px;
    line-height: 1.857;
}

.p-case-company-dl dd{
    width: calc(100% - 120px);
    line-height: 1.857;
}
.p-case-company-note{
	line-height: 1.857;
	font-size: 13px;
	text-align: right;
}

@media only screen and (max-width: 767px) {
    .p-case-sec-top{
        padding-bottom: 7vw;
    }
    
    .p-case-sec-innner{
        padding: 8vw 5.33333vw 2.66666666vw;
    }
    
    .p-case-info{
        flex-direction: column-reverse;
        gap: 8vw;
    }
    
    .p-case-info-left{
        width: 100%;
        max-width: none;
    }
    
    .p-case-info dl{
        padding: 6.5vw 5.33333vw;
    }
    
    .p-case-info-dl-inner:not(:last-child){
        margin-bottom: 5.33333vw;
    }
    
    .p-case-info-left dt{
        font-size: 4.2667vw;
        margin-bottom: 1.333333vw;
    }

    .p-case-info-left dd{
        font-size: 4.2667vw;
    }
    
    .p-case-info-logo{
        width: 90%;
        height: auto;
        margin: 0 auto 8vw;
    }
    
    .p-case-info-img{
        width: 100%;
        max-width: none;
    }
    
    .p-case-info-lead{
        font-size: 4.2667vw;
        margin: 6vw 0 7vw;
    }
    
    .p-case-company-ttl{
        font-size: 4.2667vw;
        margin-bottom: 2.6666666vw;
    }
    
    .p-case-company-dl-inner{
        font-size: 3.73333333vw;
        padding: 1.6vw 0;
    }
    
    .p-case-company-dl-inner a{
        color: inherit;
    }
    
    .p-case-company-dl dt{
        width: 23vw;
    }
    
    .p-case-company-dl dd{
        width: calc(100% - 23vw);
    }
	.p-case-company-note{
		font-size: 11px;
	}
}

/* body */
.p-case-sec{
    padding: 26px 0;
}
.p-case-sec.p-twoparson{
	padding:0 0 26px 0;
}

.p-case-sec img{
    display: block;
    margin: auto;
    width: 50%;
    max-width: 480px;
}

.p-case-sec p{
    font-size: 16px;
    line-height: 1.825;
}

.p-case-ttl{
    color: #2D67A3;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 15px;
    margin-bottom: 40px;
    position: relative;
}

.p-case-ttl::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgb(45,103,163);
    background: linear-gradient(90deg, rgba(45,103,163,1) 0%, rgba(45,103,163,1) 10%, rgba(153,153,153,1) 10%, rgba(153,153,153,1) 100%);
}

p.p-case-img-caption{
    font-size: 14px;
    text-align: center;
    margin: 10px auto 25px;
}

p.twoparson{
	display: flex;
	justify-content: space-between;
	max-width: 480px;
	width: 50%;
	margin: 10px auto 25px;
    text-align: center;
    line-height: 1.5;
}
p.twoparson span{
	white-space: nowrap;
}

p.p-case-txt-bottom{
    display: block;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .p-case-sec{
        padding: 5.86666666vw 0;
    }
    
    .p-case-sec img{
        width: 100%;
        max-width: none;
    }
    
    .p-case-sec p{
        font-size: 4.26666vw;
        line-height: 1.8125;
    }
    
    .p-case-ttl{
        font-size: 5.333333vw;
        padding-bottom: 4vw;
        margin-bottom: 8vw;
    }
    
    .p-case-ttl::after{
        height: 0.8vw;
        background: linear-gradient(90deg, rgba(45,103,163,1) 0%, rgba(45,103,163,1) 30%, rgba(153,153,153,1) 30%, rgba(153,153,153,1) 100%);
    }
    
    p.p-case-img-caption{
        font-size: 3.7333333vw;
        margin: 2.66666vw auto 6.666666vw;
    }
    
    p.p-case-txt-bottom{
        font-size: 3.733333vw;
        text-align: left;
        margin-top: 7.466666vw;
    }
	p.twoparson{
        width: 100%;
		font-size: 14px;
	}
}

.p-case-client-img-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: start;
    margin: 40px auto 0;
    gap: 10px;
    max-width: 784px;
}

.p-case-client-img-list li{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    width: calc(25% - 10px * 3 / 4);
}

.p-case-client-img-list li p{
    font-size: 14px;
    line-height: 1.857;
    text-align: center;
    margin-top: 20px;
    white-space: nowrap;
}

@media only screen and (max-width: 991px) {
    .p-case-client-img-list li p{
        font-size: 1.41271442vw;
    }
}


@media only screen and (max-width: 767px) {
    .p-case-client-img-list{
        margin: 8vw auto 0;
        gap: 8vw 5.333333vw;
        max-width: none;
    }
    
    .p-case-client-img-list li{
        width: calc(50% - 5.333333vw / 2);
    }
    
    .p-case-client-img-list li p{
        font-size: 3.733333vw;
        margin-top: 5.333333vw;
        white-space: normal;
    }
}

/* cv */
.p-case-bottom-cv{
    text-align: center;
    margin-top: 70px;
    font-weight: 700;
}

.p-case-bottom-cv-txt{
    font-size: 20px;
    margin-bottom: 15px;
}

.p-case-bottom-cv-ttl{
    color: #2D67A3;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.p-case-bottom-cv-ttl::after{
    content: none;
}

@media only screen and (max-width: 767px) {
    .p-case-bottom-cv{
        margin-top: 12.533333vw;
    }
    
    .p-case-bottom-cv-txt{
        font-size: 4.266666vw;
        margin-bottom: 7vw;
    }
    
    .p-case-bottom-cv-ttl{
        font-size: 5.33333vw;
        margin-bottom: 3.33333vw;
    }
}