@charset "utf-8";

/* 導入事例用 */

.casestudy .h3-title-case {
    margin: 70px 0 50px;
    font-size: 1.5rem;
    line-height: 1.333;
    color: #333;
    font-weight: bold;
    border: none;
    background: #F5F5F5;
    display: block;
    position: relative;
    padding: 16px 20px;
}

.casestudy .h3-title-case::before {
    content: "";
    margin: 0;
    width: 120px;
    height: 8px;
    background: #EB6A7A;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    .casestudy .h3-title-case {
        margin: 40px 0 40px;
        font-size: 1.125rem;
        padding: 16px 13px 12px;
    }
}

.casestudy .h4-title-case {
    font-size: 1rem;
    line-height: 1.625;
    color: #EB6A7A;
    font-weight: bold;
    border: none;
    position: relative;
    padding: 0 0 0 130px;
    text-indent: -130px;
}

.casestudy .h4-title-case::before {
    content: "";
    margin: 0 10px 0 0;
    width: 120px;
    height: .5rem;
    border-top: solid 1px #EB6A7A;
    display: inline-block;
}

@media (max-width: 767px) {
    .casestudy .h4-title-case {
        padding: 0 0 0 50px;
        text-indent: -50px;
    }
    .casestudy .h4-title-case::before {
        width: 40px;
    }
}

.case-main-title {
    font-size: 2rem;
    line-height: 1.313;
}

@media (max-width: 767px) {
    .case-main-title {
        font-size: 1.625rem;
    }
}

.case-top-corpinfo {
    margin: 0;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

.corpinfo-block {
    margin: 0 0 0 -8%;
    padding: 20px 20px 16px;
    display: block;
    width: 50%;
    max-width: 300px;
    height: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
    .case-top-corpinfo {
        flex-wrap: wrap;
    }
    .corpinfo-block {
        margin: 0 auto 20px;
        width: 100%;
        max-width: 100%;
        position: relative;
        top: 0;
    }
}

.corpinfo-in-image {
    margin: 30px 0 0;
    width: 80%;
    aspect-ratio: 16/9;
    max-width: 740px;
    z-index: -1;
}

@media (max-width: 1050px) {
    .corpinfo-in-image {
        margin: 20px 0 15px;
        width: 80%;
    }
    figcaption {
        width: 72%;
    }
}

@media (max-width: 767px) {
    .corpinfo-in-image {
        margin: 20px 0 15px;
        width: 100%;
    }
    figcaption {
        width: 100%;
    }
}

.corpinfo-in-image .inner {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

@media (max-width: 1050px) {
    .corpinfo-in-image .inner {
        min-height: 400px;
    }
}

@media (max-width: 767px) {
    .corpinfo-in-image .inner {
        min-height: 100%;
    }
}

.corpinfo-in-image img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.corpinfo-in-image figcaption {
    margin: 6px 0 0;
    font-size: 0.8125rem;
}

.corpinfo-block .wrap-logo {
    margin-bottom: 12px;
    width: 100%;
    max-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.corpinfo-block .wrap-logo .logo {
    max-width: 100%;
    height: auto;
    max-height: 140px;
}

.corpinfo-block p {
    margin: 0 0 8px;
    font-size: 0.875rem;
    font-weight: bold;
}

.corpinfo-block .summary {
    margin: 0 0 26px;
    font-size: 0.8125rem;
}

.corpinfo-block .label {
    margin: 14px 0;
    width: 110px;
    height: 30px;
    font-size: 0.875rem;
    color: #fff;
    background: #EB6A7A;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.corpinfo-block .purpose {
    margin: 0;
    font-size: 0.875rem;
}

.corpinfo-block .purpose li {
    padding-left: 12px;
    text-indent: -12px;
}

.corpinfo-block .purpose li+li {
    margin-top: 8px;
}

.corpinfo-block .purpose li::before {
    content: "";
    margin: 0 4px 0 0;
    width: 8px;
    height: 8px;
    background: #707070;
    border-radius: 4px;
    display: inline-block;
}

.case-top-wrap .case-lead-txt {
    margin: 60px 0;
}

@media (max-width: 767px) {
    .case-top-wrap .case-lead-txt {
        margin: 40px 0;
    }
}

.casestudy p {
    font-size: 1rem;
}

.casestudy p strong {
    background: #FFF948;
    font-weight: normal;
}

.casestudy p.sub-text {
    font-size: 0.875rem;
}

.casestudy .case-in-image {
    margin: 40px auto;
    width: 100%;
    max-width: 740px;
}

.casestudy .case-in-image img {
    margin: 0;
    width: 100%;
    height: auto;
}

.casestudy .case-in-image figcaption {
    margin: 6px 0 0;
    font-size: 0.8125rem;
}

.casestudy .case-end {
    margin-bottom: 70px;
}

.casestudy-title {
    color: #333;
}
.casestudy-company {
    font-size: 0.8rem;
    font-weight: lighter;
}