@charset "utf-8";
/*--------------------------------------
  担当者指名サービス 詳細ページ（補助スタイル）
  ※ レイアウトの大部分はサイト共通パーツを使用
     .plan / .inner / .borDotTxt / .subTitle /
     .blueBar2 / .table_ossiary / .btn-cmn
  base: html font-size 62.5% (1rem = 10px) / SP: max-width 599px
---------------------------------------*/

/* ① リード（制度の目的） ----------------------- */
.plan .inner .shimei-voice {
    margin: 3rem auto 2rem;
}

.plan .inner .shimei-voice li {
    text-align: center;
    color: #0059A9;
    font-size: 2.6rem;
    line-height: 1.7;
    padding: 1rem 0;
    border-bottom: 1px dotted #b9c8d9;
}

.plan .inner .shimei-voice li:first-child {
    border-top: 1px dotted #b9c8d9;
}

.plan .inner .shimei-lead {
    text-align: center;
    color: #333;
    font-size: 2.6rem;
    line-height: 1.8;
    margin-bottom: 6rem;
}

/* ② 担当者紹介 --------------------------------- */
.plan .inner .staffBox {
    background: #fff;
    border: 1px solid #e4ddc4;
    border-radius: 10px;
    padding: 4rem 3.5rem;
    margin-bottom: 4rem;
}

.plan .inner .staffName {
    text-align: center;
    color: #0059A9;
    font-size: 3.6rem;
    line-height: 1.3;
    margin-bottom: 0.4rem;
}

.plan .inner .staffName .staffRole {
    font-size: 2.2rem;
    margin-left: 0.3rem;
}

.plan .inner .staffQual {
    display: table;
    margin: 0 auto 2.4rem;
    font-size: 1.6rem;
    color: #fff;
    background: #EC723B;
    border-radius: 4px;
    padding: 0.4rem 1.6rem;
}

.plan .inner .staffVideo {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    margin: 0 auto 2.6rem;
    border-radius: 8px;
    overflow: hidden;
    background: #000;
}

.plan .inner .staffVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.plan .inner .staffDl {
    border-top: 1px solid #ece6d2;
    margin-bottom: 2.6rem;
}

.plan .inner .staffDl dt {
    color: #0059A9;
    font-size: 2.0rem;
    font-weight: bold;
    padding-top: 1.6rem;
}

.plan .inner .staffDl dd {
    font-size: 1.9rem;
    line-height: 1.7;
    color: #333;
    padding: 0.6rem 0 1.6rem;
    border-bottom: 1px solid #ece6d2;
}

.plan .inner .staffMsg {
    background: #f3f8fc;
    border-left: 4px solid #0059A9;
    border-radius: 4px;
    padding: 2rem 2.4rem;
    font-size: 2.0rem;
    line-height: 1.9;
    color: #333;
}

/* お客様の声 */
.plan .inner .voiceTit {
    text-align: center;
    color: #0059A9;
    font-size: 2.4rem;
    margin: 3.2rem 0 1.6rem;
}

.plan .inner .voiceTit:before,
.plan .inner .voiceTit:after {
    content: "";
    display: inline-block;
    width: 3.2rem;
    height: 1px;
    background: #b9c8d9;
    vertical-align: middle;
    margin: 0 1.4rem;
}

.plan .inner .voiceItem {
    background: #fdfbf7;
    border: 1px solid #e4ddc4;
    border-radius: 6px;
    padding: 2rem 2.2rem;
    margin-bottom: 1.6rem;
}

.plan .inner .voiceHead {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.plan .inner .voiceStars {
    color: #EC723B;
    font-size: 1.7rem;
    letter-spacing: 0.1em;
}

.plan .inner .voiceBadge {
    font-size: 1.3rem;
    color: #0059A9;
    background: #eaf1fb;
    border-radius: 4px;
    padding: 0.3rem 1rem;
}

.plan .inner .voiceDate {
    font-size: 1.3rem;
    color: #999;
    margin-left: auto;
}

.plan .inner .voiceBody {
    display: flex;
    align-items: flex-start;
    gap: 1.8rem;
}

.plan .inner .voiceText {
    flex: 1;
    min-width: 0;
    font-size: 1.8rem;
    line-height: 1.9;
    color: #444;
    position: relative;
    padding-left: 2.8rem;
}

.plan .inner .voiceText:before {
    content: "\201C";
    position: absolute;
    left: 0;
    top: 0.4rem;
    font-size: 3.4rem;
    line-height: 1;
    color: #EC723B;
}

.plan .inner .voiceScan {
    flex-shrink: 0;
    width: 88px;
    text-align: center;
    text-decoration: none;
}

.plan .inner .voiceScan img {
    width: 88px;
    height: auto;
    border: 1px solid #d8cfb6;
    border-radius: 4px;
    display: block;
    transition: opacity .3s;
}

.plan .inner .voiceScan:hover img {
    opacity: 0.8;
}

.plan .inner .voiceScanLabel {
    display: block;
    font-size: 1.2rem;
    color: #0059A9;
    margin-top: 0.5rem;
    line-height: 1.4;
}

/* 直筆アンケート ポップアップ（ライトボックス） */
.shimeiLightbox {
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s ease, visibility .25s ease;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.82);
    align-items: center;
    justify-content: center;
    padding: 4vw;
    cursor: zoom-out;
}

.shimeiLightbox.is-open {
    visibility: visible;
    opacity: 1;
}

.shimeiLightbox-fig {
    margin: 0;
    text-align: center;
    cursor: default;
}

.shimeiLightbox-fig img {
    max-width: 100%;
    max-height: 84vh;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.shimeiLightbox-fig figcaption {
    color: #fff;
    font-size: 1.4rem;
    margin-top: 1.2rem;
    opacity: 0.85;
}

.shimeiLightbox-close {
    position: absolute;
    top: 2rem;
    right: 2.4rem;
    width: 4.4rem;
    height: 4.4rem;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 3rem;
    line-height: 1;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

@media screen and (max-width: 599px) {
    .shimeiLightbox-fig img {
        max-height: 78vh;
    }
    .shimeiLightbox-close {
        top: 1rem;
        right: 1.2rem;
    }
}

/* ④ 料金 補足 ---------------------------------- */
.plan .inner .shimei-note-txt {
    text-align: center;
    font-size: 1.6rem;
    color: #666;
    margin: -0.6rem 0 5rem;
}

/* ⑤ 注意事項 ----------------------------------- */
.plan .inner .shimei-notes {
    max-width: 640px;
    margin: 0 auto 5rem;
    background: #fff;
    border: 1px solid #e4ddc4;
    border-radius: 8px;
    padding: 2.8rem 3.2rem;
}

.plan .inner .shimei-notes li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
    line-height: 1.7;
    color: #555;
}

.plan .inner .shimei-notes li:last-child {
    margin-bottom: 0;
}

.plan .inner .shimei-notes li:before {
    content: "・";
    position: absolute;
    left: 0;
    color: #EC723B;
}

/* CTA ------------------------------------------ */
.plan .inner .shimei-cta-lead {
    text-align: center;
    color: #0059A9;
    font-size: 2.4rem;
    line-height: 1.8;
    margin: 6rem 0 2rem;
}

/*--------------------------------------
  SP
---------------------------------------*/
@media screen and (max-width: 599px) {

    .plan .inner .shimei-voice li {
        font-size: 1.7rem;
    }

    .plan .inner .shimei-lead {
        font-size: 1.7rem;
        margin-bottom: 4rem;
    }

    .plan .inner .staffBox {
        padding: 2.6rem 1.8rem;
    }

    .plan .inner .staffName {
        font-size: 2.6rem;
    }

    .plan .inner .staffName .staffRole {
        font-size: 1.7rem;
    }

    .plan .inner .staffDl dt {
        font-size: 1.7rem;
    }

    .plan .inner .staffDl dd {
        font-size: 1.6rem;
    }

    .plan .inner .staffMsg {
        font-size: 1.7rem;
        padding: 1.6rem 1.8rem;
    }

    .plan .inner .voiceTit {
        font-size: 2.0rem;
    }

    .plan .inner .voiceText {
        font-size: 1.6rem;
        padding-left: 2.4rem;
    }

    .plan .inner .voiceBody {
        gap: 1.2rem;
    }

    .plan .inner .voiceScan,
    .plan .inner .voiceScan img {
        width: 64px;
    }

    .plan .inner .voiceDate {
        margin-left: 0;
    }

    .plan .inner .shimei-notes {
        padding: 2rem 1.8rem;
    }

    .plan .inner .shimei-notes li {
        font-size: 1.6rem;
    }

    .plan .inner .shimei-cta-lead {
        font-size: 1.9rem;
    }
}
