@charset "utf-8";

/* -----------------------------------------------------------

お客様の声一覧

----------------------------------------------------------- */
.case_study {
    padding: 0;
}

.case_study__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 64px;
}

.case_study__list .case_study__item {
    opacity: 1 !important;
}

.case_study__list a {
    width: 46%;
    margin: 0 2% 48px 2%;
}

.case_study__list a:hover {
    transform: translateY(-8px);
}

/*サイトリスト*/
.site_list02 {
    padding: 120px 0 0 0;
}

/*----------------------------------------------------
	 (600px以下)
----------------------------------------------------*/
@media screen and (max-width: 600px) {
    .case_study__list {
        margin-bottom: 40px;
    }

    .case_study__list a {
        width: 100%;
        margin: 0 auto 40px auto;
    }

    /*サイトリスト*/
    .site_list02 {
        padding: 80px 0 0 0;
    }
}



/*----------------------------------------------------

	お客様の声記事 case_study

----------------------------------------------------*/

.case_article {
    background-color: #faf8f7;
}

.case_article .voice-box {
    margin-bottom: 80px;
    background-color: #fff;
    padding: 48px 5%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .16);
    border-radius: 8px;
}

.case_article .voice-box img {
    width: 100%;
}

/*head部分*/
.case_article .voice-head {
    display: flex;
    flex-wrap: wrap;
    background-color: #d7eaf7;
    align-items: center;
}

.case_article .voice-head .voice-head-img {
    width: 40%;
}

.case_article .voice-head .voice-head-txt {
    width: 55.5%;
    margin: 28px 2% 24px 2.5%;
}


.case_article .voice-head .voice-head-overview {
    border-bottom: 1px solid #aaa;
    padding-bottom: 16px;
    margin-bottom: 24px;
}

.case_article .voice-head .voice-head-note {
    font-size: 14px;
}

/*head写真キャプション*/
.case_article .head-img-name {
    font-size: 14px;
}

/*タイトル*/
.case_article .voice-ttl {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    background-color: #014476;
    padding: 10px 14px;
    margin-bottom: 40px;
    border-radius: 4px;
}

.case_article .voice-ttl:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 8%;
    border: 12px solid transparent;
    border-top: 12px solid #014476;
    width: 0;
    height: 0;
}

.case_article .voice-head .voice-head-name {
    font-weight: 700;
    font-size: 19px;
    position: relative;
    padding-left: 1.4em;
    color: #014476;
}

.case_article .voice-head .voice-head-name::before {
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/company_icon.svg);
}

/*キャッチ*/
.case_article .customer-lead {
    font-weight: 500;
    margin: 48px auto;
    line-height: 1.6;
}

/*企業情報*/
.case_article .customer-company {
    border: solid 1px #aaa;
    margin-bottom: 50px;
    border-radius: 6px;
    padding: 16px;
}

.case_article .customer-company-txt-item {
    font-size: 15px;
}

.case_article .customer-company-txt table.tbl_simple th {
    width: 140px;
}

/*導入前の課題*/
.customer-introduce {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 64px;
    flex-wrap: wrap;
}

.customer-introduce-problem {
    width: 47.5%;
    background-color: #fcf9e6;
    border-radius: 10px;
}

.customer-introduce-problem-head {
    background-color: #f0cc00;
    border-radius: 10px 10px 0 0;
}

.customer-introduce-problem-head-txt {
    font-weight: 700;
    text-align: center;
    padding: 10px 0 11px;
}

.customer-introduce-problem-body-txt {
    padding: 24px 24px 24px 44px;
}

.customer-introduce-problem-body-txt li {
    list-style: disc;
    margin-bottom: 8px;
}

.customer-introduce-arrow {
    margin: auto;
    max-width: 17px;
    width: 100%;
}

/*導入後の効果*/
.customer-introduce-effect {
    width: 47.5%;
    background-color: #d7eaf7;
    border-radius: 10px;
}

.customer-introduce-effect-head {
    background-color: #014476;
    padding: 10px 0 11px;
    border-radius: 10px 10px 0 0;
}

.customer-introduce-effect-head-txt {
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.customer-introduce-effect-body-txt {
    padding: 24px 24px 24px 44px;
}

.customer-introduce-effect-body-txt li {
    list-style: disc;
    margin-bottom: 8px;
}

/*インタビュータイトル*/
.customer-voice-ttl {
    font-weight: 700;
    margin-bottom: 32px;
    padding: 15px 16px 13px;
    background: #d7eaf7;
    border-left: 5px solid #014476;
    font-size: 18px;
}

/*インタビュー質問*/
.customer-voice-question {
    color: #014476;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
    position: relative;
    display: inline-block;
    padding: 0 0 0 40px;
}

.customer-voice-question:before {
    content: '';
    position: absolute;
    top: 0.7em;
    left: 0;
    display: inline-block;
    width: 32px;
    height: 2px;
    background-color: #014476;
}

/*回答者名*/
.isStaff {
    font-weight: 700;
    color: #444;
}

/*インタビュー回答*/
.customer-voice-answer {
    margin-bottom: 56px;
}

/*インタビュー画像*/
.customer-voice-img {
    width: 80%;
    margin: 0 auto 48px auto;
}

.customer-voice-img img {
    width: 100%;
}

/*記事内のボタン*/
.voice-content-btn {
    margin: 64px auto;
}

.voice-content-btn a {
    margin: 10px 2%;
}

/*記事内のコメント*/
.customer-comment {
    border: solid 5px #eee;
    padding: 1em;
    margin: 0 auto 48px auto;
}

.customer-comment span {
    background-color: #555;
    color: #fff;
    font-size: 90%;
    padding: 2px 1em 3px 1em;
    margin-bottom: 0.6em;
    border-radius: 6px;
    display: block;
    max-width: 100px;
    text-align: center;
}

/*----------------------------------------------------
	768px以下
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .case_article {
        background-color: #fff;
    }

    .case_article .voice-box {
        padding: 0;
        box-shadow: none;
    }

    /*タイトル*/
    .case_article .voice-ttl {
        font-size: 20px;
        margin-bottom: 32px;
    }

    .case_article .voice-ttl::after {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    /*head部分*/
    .case_article .voice-head {
        padding: 24px;
    }

    .case_article .voice-head .voice-head-txt {
        width: 100%;
        margin: 24px 0 0 0;
        order: 2;
    }

    .case_article .voice-head .voice-head-img {
        width: 100%;
        max-width: 500px;
        margin: auto;
        order: 1;
    }

    .case_article .voice-head .voice-head-name {
        font-size: 17px;
    }


    /*導入前の課題*/
    .customer-introduce-problem {
        width: 100%;
    }

    .customer-introduce-arrow {
        margin: 12px auto;
        max-width: 24px;
        transform: rotate(90deg);
    }

    /*導入後の効果*/
    .customer-introduce-effect {
        width: 100%;
    }

    /*インタビュー画像*/
    .customer-voice-img {
        width: 100%;
        max-width: 500px;
    }

    /*インタビュー質問*/
    .customer-voice-question {
        padding: 0;
    }

    .customer-voice-question:before {
        width: 0;
    }

}
