@charset "UTF-8";


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

    このファイルにはブログパーツスタイルのみを記述します

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



/* -----------------------------
 * 下層ページ アンカーリンク 
-------------------------------*/

.anchor-link-wrapper {
    border-radius: 60px 60px 0 0;
}

.Anchor-link a {
    background: none;
    border-radius: 0;
    box-shadow: none;
    font-family: "Noto Sans JP";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.03em;
    color: #66565A;
    transition: all 0.3s;
    padding: 0;
    justify-content: space-between !important;
    width: 100%;
    text-align: left;
}

.Anchor-link a:hover {
    box-shadow: none;
    color: #D98A87;
}

.Anchor-link a span {
    width: 90%;
}

.Anchor-link a:hover span {
    opacity: 0.5;
}

.Anchor-link svg {
    fill: #D98A87;
}

/* -----------------------------
 * 下層ページ 1stセクション
-------------------------------*/
h2.section-top-ttl.is-style-section_ttl::after {
    height: 2px;
    color: #A2844B;
}

@media(min-width:960px) {

    /* テキスト */
    .top-section-text {
        max-width: 653px;
        padding-right: 20px;
    }

    /* テキスト */
    .top-section-text.top-section-text-right {
        max-width: 653px;
        padding-right: 0;
        padding-left: 20px;
        margin-left: auto;
    }

    /* 画像 */
    .top-section-img {
        border-radius: 0 60px 60px 0;
    }


    .top-section-img img {
        display: block;
        border-radius: 0 60px 60px 0;
    }

    .top-section-img.top-section-img-right,
    .top-section-img.top-section-img-right img {
        border-radius: 0;
    }
}

@media(max-width:959px) {

    /* sp時フルワイド解除 */
    .top-section-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        left: initial !important;
    }

    /* 画像 */
    .top-section-img,
    .top-section-img img {
        border-radius: 60px;
    }
}

/* -----------------------------
 * 下層ページ 詳細ページ1stセクション
-------------------------------*/
.detail-top-section h2.is-style-section_ttl::after {
    height: 2px;
    color: #A2844B;
}

@media(min-width:960px) {

    /* テキスト */
    .detail-top-section p,
    .detail-top-section h3 {
        max-width: 653px;
        padding-right: 20px;
    }

    /* 画像 */
    .top-section-img {
        border-radius: 0 60px 60px 0;
    }

    .top-section-img img {
        display: block;
        border-radius: 0 60px 60px 0;
    }
}

@media(max-width:959px) {

    /* sp時フルワイド解除 */
    .top-section-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        left: initial !important;
    }

    /* 画像 */
    .top-section-img,
    .top-section-img img {
        border-radius: 60px;
    }
}

/* -----------------------------
 * 下層ページ セクションピンク
-------------------------------*/
/* セクションタイトル下線 */
.section-pink h2.is-style-section_ttl::after {
    height: 2px;
    color: #D98A87;
}

/* セクション下部背景色 */
.section-pink::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background-color: #F0D0D0;
}

/* -----------------------------
 * 下層ページ セクションベージュ
-------------------------------*/
/* セクションタイトル下線 */
.section-beige h2.is-style-section_ttl::after {
    height: 2px;
    color: #A2844B;
}

/* ----------------------------------------
 * 下層ページ セクションベージュ(背景画像なし)
-------------------------------------------*/
/* セクションタイトル下線 */
.section-beige-white h2.is-style-section_ttl::after {
    height: 2px;
    color: #A2844B;
}

/* セクション下部背景色 */
.section-beige-white::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background-color: #F6E9D0;
}

/* -----------------------------
 * 下層ページ セクションブルー
-------------------------------*/
/* セクションタイトル下線 */
.section-blue h2.is-style-section_ttl::after {
    height: 2px;
    color: #587AA3;
}

/* セクション下部背景色 */
.section-blue::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background-color: #587AA3;
    opacity: 0.5;
}

/* -----------------------------
 * 下層ページ セクショングリーン
-------------------------------*/
/* セクションタイトル下線 */
.section-green h2.is-style-section_ttl::after {
    height: 2px;
    color: #65AC91;
}

/* セクション下部背景色 */
.section-green::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background-color: #DFE9DF;
}

.section-green.on-lower-situation__bg::before {
    display: none;
}

/* ---------------------
 * 見出しh3　グリーン
 *----------------------- */
/* 個別設定 */
.wp-block-heading.h3-green {
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #DFE9DF;
}

/* 通常スタイル削除 */
.wp-block-heading.h3-green::before {
    display: none;
}

/* ---------------------
 * 見出しh3　ベージュ
 *----------------------- */
/* 個別設定 */
.wp-block-heading.h3-beige {
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #F6E9D0;
    mix-blend-mode: multiply;
}

/* 通常スタイル削除 */
.wp-block-heading.h3-beige::before {
    display: none;
}

/* ---------------------
 * 見出しh3　ピンク
 *----------------------- */
/* 個別設定 */
.wp-block-heading.h3-pink {
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #F6E1E1;
}

/* 通常スタイル削除 */
.wp-block-heading.h3-pink::before {
    display: none;
}

/* ---------------------
 * 見出しh3　ブルー
 *----------------------- */
/* 個別設定 */
.wp-block-heading.h3-blue {
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #D4E1E9;
}

/* 通常スタイル削除 */
.wp-block-heading.h3-blue::before {
    display: none;
}

/* ---------------------
 * 見出しh3　flowパーツ
 *----------------------- */
/* 個別設定 */
.wp-block-heading.h3-step {
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #F6E9D0;
    display: flex;
    align-items: center;
}

/* 通常スタイル削除 */
.wp-block-heading.h3-step::before {
    display: none;
}

.wp-block-heading.h3-step .flow-step {
    font-family: "Jost";
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #A2844B;
    display: inline-block;
    background-color: #fff;
    border-radius: 999px;
    padding: 8px 10px;
    margin-right: 8px;
}

/* ---------------------
 * 見出しh3　point3パーツ
 *----------------------- */
/* 個別設定 */
.wp-block-heading.h3-point-step {
    display: flex;
    align-items: center;
}

.wp-block-heading.h3-point-step .point3-step {
    font-family: "Jost";
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #587AA3;
    display: inline-block;
    background-color: #fff;
    border-radius: 999px;
    padding: 8px 10px;
    margin-right: 8px;
}


/* ---------------------------
 * 詳細ページ　お悩みセクション
 *---------------------------- */
/* チェックボックスリスト */
.check-box-list li {
    position: relative;
    list-style: none;
    padding-left: .5em;
    margin-bottom: 16px;
    font-weight: 700;
}

.check-box-list li::before {
    content: "";
    position: absolute;
    top: .5em;
    left: -1.5em;
    width: 18px;
    height: 18px;
    background-image: url(/wp-content/uploads/2026/05/check_box-2.webp);
    background-repeat: no-repeat;
    background-size: contain;
}



/* ---------------------------
 * 詳細ページ 事例セクション
 *---------------------------- */

/* 相談内容 */
.case-detail {
    position: relative;
    border-radius: 16px;
}

/* 相談内容吹き出し */
.case-detail::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    translate: -50% -50%;
    width: 30px;
    height: 50px;
    background-color: #F6E1E1;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

@media(max-width:959px) {
    .case-detail::before {
        display: none;
    }
}

/* キャプションボックス */
.case-cap {
    max-width: 943px;
    margin-left: auto;
}

.text-left .cap_box_ttl {
    justify-content: flex-start;
}

.case-cap .cap_box_ttl {
    font-family: "Noto Sans JP";
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.025em;
    color: #FFFFFF;
    background-color: #E0A2A2;
    padding: 8px 24px;
}

.case-cap .cap_box_content {
    border: 2px solid #E0A2A2;
    padding: 24px 50px;
}

.add-border-pink {
    border: 3px solid #EE99AA;
    padding: 24px;
}


/* ---------------------------
 * 詳細ページ Q&Aパーツ
 *---------------------------- */
.QA-parts {
    max-width: 946px;
    margin: 0 auto;
}

.QA-parts .swell-block-accordion__title,
.QA-parts .swell-block-accordion__body {
    padding: 30px 20px;
}

.QA-parts .swell-block-accordion__body {
    background-color: #fff;
}

.QA-parts .swell-block-accordion__icon {
    display: none;
}

.QA-parts .swell-block-accordion__title .swell-block-accordion__label {
    display: flex;
    gap: 20px;
    align-items: center;
}

.QA-parts .swell-block-accordion__title {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #66565A;
    background: #D4E1E9;
}

.QA-parts .swell-block-accordion__body p {
    font-family: "Shippori Mincho B1";
    font-weight: 400;
    font-size: 16px;
    line-height: 2.09;
    letter-spacing: 0.03em;
    color: #66565A;
    display: flex;
    gap: 20px;
}

.QA-parts .q-head {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: #66565A;
    align-self: flex-start;
    white-space: nowrap;
}

.QA-parts .a-head {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    color: #587AA3;
}

@media (max-width:959px) {
    .QA-parts .swell-block-accordion__title {
        font-size: 20px;
    }

    .QA-parts .q-head {
        font-size: 26px;
    }
}

/* ---------------------------
 * 詳細ページ メッセージセクション
 *---------------------------- */

/* セクションタイトル下線 */
.section-message h2.is-style-section_ttl::after {
    height: 2px;
    color: #65AC91;
}

/* セクション下部背景色 */
.section-message::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: #DFE9DF;
}

/* セクション背景画像 */
.section-message::after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2026/05/AdobeStock_473941150-1-1-5.webp);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    width: 40%;
    height: 70%;
}

@media (max-width:959px) {
    .section-message::after {
        display: none;
    }
}

/* コンテンツラッパー */
.message-group-wrapper {
    border-radius: 24px;
}




/* ---------------------------
 * 状況別ページ 吹き出し
 *---------------------------- */
/* 吹き出しベーススタイル */
.post_content h2.speechBubble::before {
    content: "";
    position: absolute;
    top: -70%;
    left: 50%;
    translate: -50%;
    width: 270px;
    height: 60px;
    z-index: 10;
    background-image: url(/wp-content/uploads/2026/05/serif.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* 吹き出しグリーン */
.post_content h2.speechBubble.green-bubble::before {
    background-image: url(/wp-content/uploads/2026/05/serif-1.webp);
}

/* 吹き出しピンク */
.post_content h2.speechBubble.pink-bubble::before {
    background-image: url(/wp-content/uploads/2026/05/serif-4.webp);
}

/* 吹き出しブルー */
.post_content h2.speechBubble.blue-bubble::before {
    background-image: url(/wp-content/uploads/2026/05/serif-3.webp);
}

/* 吹き出しベージュ */
.post_content h2.speechBubble.beige-bubble::before {
    background-image: url(/wp-content/uploads/2026/05/serif-2.webp);
}

@media (max-width:959px) {
    .post_content h2.speechBubble::before {
        top: -45px;
        width: 200px;
    }
}

/* ---------------------------
 * 状況別ページ ボックスアイコンテキスト
 *---------------------------- */
.post_content p.box-icon-text {
    font-family: "Shippori Mincho B1";
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.025em;
    color: #66565A;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 10px
}



/* ---------------------------
 * 状況別ページ !マークボックス
 *---------------------------- */

/* デフォルト */
.post_content p.warning-box {
    font-family: "Shippori Mincho B1";
    font-weight: 400;
    font-size: 16px;
    line-height: 2.09;
    letter-spacing: 0.03em;
    color: #66565A;
    padding: 24px;
    border: 1px solid #587AA3;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background-color: #fff;
}

/* ベージュ */
.post_content p.warning-box.beige-warning {
    border-color: #A2844B;
}

/* ピンク */
.post_content p.warning-box.pink-warning {
    border-color: #D98A87;
}

/* グリーン */
.post_content p.warning-box.green-warning {
    border-color: #65AC91;
}

/* アイコン位置調整 */
.post_content p.warning-box span {
    display: flex;
    align-items: center;
}


.post_content p.warning-box .warning-box-color-wrapper {
    display: inline-block;
}

.post_content p.warning-box .warning-box-color {
    display: inline-block;
    font-weight: 700;
}

@media (max-width:959px) {
    .post_content p.warning-box {
        flex-direction: column;
    }
}


/* ---------------------------
 * 状況別　チェックボックス
 *---------------------------- */
/* チェックボックスリスト(グリーン) */
.check-box-list.green-check-box li::before {
    background-image: url(/wp-content/uploads/2026/05/check_box-3.webp);
}

/* ---------------------------
 * 状況別　流れパーツ
 *---------------------------- */
.flow-box {
    position: relative;
}

/* デフォルト */
.flow-box::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    translate: -50% -50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #DFE9DF;
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: "Shippori Mincho B1";
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.025em;
    color: #66565A;
}

/* ピンク */
.flow-box.pink-flow-box::before {
    background-color: #F6E1E1;
}

/* ブルー */
.flow-box.blue-flow-box::before {
    background-color: #D4E1E9;
}

.flow-box.flow-box-1::before {
    content: "1";
}

.flow-box.flow-box-2::before {
    content: "2";
}

.flow-box.flow-box-3::before {
    content: "3";
}

.flow-box.flow-box-4::before {
    content: "4";
}

.flow-box figure {
    position: relative;
}

.flow-box-1 figure::after,
.flow-box-2 figure::after,
.flow-box-3 figure::after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: -20px;
    z-index: 10;
    width: 10px;
    height: 20px;
    background-image: url(/wp-content/uploads/2026/05/Polygon-2-2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    visibility: visible;
}

.flow-box-1.pink-flow-box figure::after,
.flow-box-2.pink-flow-box figure::after {
    background-image: url(/wp-content/uploads/2026/05/Polygon-2-3.webp);
}

.flow-box-1.blue-flow-box figure::after,
.flow-box-2.blue-flow-box figure::after {
    background-image: url(/wp-content/uploads/2026/05/Polygon-2-4.png);
}

.flow-box-3.pink-flow-box figure::after,
.flow-box-3.blue-flow-box figure::after,
.flow-box-3.green-flow-box figure::after {
    display: none;
}

@media (max-width:959px) {
    .flow-box-2 figure::after {
        display: none;
    }
}

@media (max-width:599px) {

    .flow-box-1 figure::after,
    .flow-box-3 figure::after,
    .flow-box-1.pink-flow-box figure::after,
    .flow-box-2.pink-flow-box figure::after {
        display: none;
    }
}

/* ---------------------------
 * 状況別　メッセージセクション
 *---------------------------- */
.situation-message {
    position: relative;
}

.situation-message::before {
    z-index: 1;
}

.situation-message::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background-image: url(/wp-content/uploads/2026/05/AdobeStock_473941150-1-1-9.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.situation-message-group {
    border-radius: 24px;
}

@media (max-width:959px) {
    .situation-message::after {
        display: none;
    }
}
