@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

:root {
    --main-color: #2150A2;
    --sub-color: #F59E19;
}

/* 支給フォント（花とちょうちょ：代表署名用サブセット） */
@font-face {
    font-family: 'hanatotyoutyo';
    src: url('fonts/hanatotyoutyo_subset.woff2') format('woff2');
    font-display: swap;
}

html,
body,
button,
input,
select,
textarea,
body>* {
    /* 不要な指定は消す */
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body {
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    background: #F5F5F5;
    padding-block: 140px;
    margin-block: 0 1em;
}

.common_page_main .title_box {
    text-align: center;
}

.common_page_main .title_box .title {
    font-size: 40px;
    letter-spacing: .08em;
    font-weight: 700;
    line-height: 1.5;
}

.common_page_wrap {
    padding: 100px 0;
}

.not_found .text {
    text-align: center;
}

.reserve_text {
    text-align: center;
    font-size: 30px;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
    color: #3E3E3E;
    letter-spacing: .08em;
}

.breadcrumb a {
    text-decoration: none;
    color: #3E3E3E;
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
    color: #3E3E3E;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    margin-block: 0 3.8em;
}

.contact_form_disc .text {
    font-size: 16px;
    margin-block: 0 1em;
}

.contact_form_disc .caution {
    font-size: 14px;
}

.common_contact_form .form_box {
    margin-block: 0 50px;
}

.common_contact_form .form_box dl {
    display: grid;
    grid-template-columns: 26.5% 1fr;
    align-items: center;
    gap: 80px;
}

.common_contact_form .form_box dl.start {
    align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
    margin-block: 1.6em 0;
}

.common_contact_form .form_box dl dt {
    display: flex;
    align-items: center;
    gap: 1.3em;
    font-size: 16px;
    letter-spacing: .08em;
    font-weight: 700;
    padding-inline: 0 0.5em;
    position: relative;
}

.common_contact_form .form_box dl dt .label {
    flex-shrink: 0;
    color: #3E3E3E;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 700;
    border-radius: 100vmax;
    padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
    background: #C70000;
    color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
    background: #E0E0E0;
}

.common_contact_form .form_box dl dt::after {
    content: "";
    content: "";
    width: 1px;
    height: 30px;
    background: #AAA;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    padding: 0.8em 1em;
}

.common_contact_form textarea {
    width: 100%;
    height: 180px;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 1em;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
    color: #C7C4C4;
}

.common_contact_form select {
    width: 47.5%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    padding: 1.1em 1em;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}

.page_contact #btn_wrap {
    justify-content: center;
    text-align: right;
    width: 74%;
    margin: auto;
}

.page_contact #btn_wrap button {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 310px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 900;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

.page_contact #btn_wrap button[name="submitBack"] {
    background: #333;
    margin-top: 20px;
}

.page_contact #btn_wrap button:hover {
    opacity: .8;
}

.privacy_term_outer .privacy_term_inner {
    height: 138px;
    margin: auto;
    overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
    font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
    font-size: 13px;
    margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
    font-size: 13px;
    border-left: solid 3px #ccc;
    padding-left: 1em;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
    width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
    background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.privacy_term_outer {
    border-top: solid 1px #e3e3e3;
    padding: 30px 0;
    border-bottom: solid 1px #e3e3e3;
    width: 60%;
    margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
    padding-right: 0;
}

.privacy_check_list .error {
    font-size: 12px;
}

.privacy_term_detail {
    text-align: center;
    font-size: 13px;
    margin: 20px 0;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::after {
    content: "";
    margin: 5px auto 0;
    border: solid #333;
    border-width: 2px 2px 0 0;
    width: 10px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    rotate: 135deg;
    display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
    display: none;
}

.mw_wp_form_honey {
    display: none !important;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
    padding: .5em 0;
}

/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
    display: none;
}

.radio_btns label {
    display: inline-block;
    cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #E6E6E6;
    background: #F8F8F8;
    border-radius: 50%;
    width: 20px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 10px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0px;
    left: 5px;
    border: none;
    background: #5A5A5A;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
.page_contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field label {
    cursor: pointer;
}

.mwform-checkbox-field-text {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    width: 20px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #333 #333;
    border-style: solid;
    width: 20px;
    aspect-ratio: 2/1;
    min-width: 0;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

/* サンクスページ */

.page_contact .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}

.page_contact .thanks_textArea .ichiran_link:hover {
    opacity: .8;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
    margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.6em;
    margin-block: 0 3em;
}

.page_contact .progressbar .item {
    color: #3E3E3E;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.page_contact .progressbar .item+.item::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    top: 64%;
    left: -5em;
}

.page_contact .progressbar .item .mark {
    width: 36px;
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid #AFAFAF;
    border-radius: 50%;
    display: block;
    margin: 0 auto 0.5em;
    position: relative;
}

.page_contact .progressbar .item .mark::before {
    content: "";
    width: 41%;
    aspect-ratio: 1;
    background: #5A5A5A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
    opacity: 1;
}

.page_contact .progressbar .item .en {
    display: block;
    color: #A7A7A7;
    letter-spacing: 0;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.privacy_check_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
    font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
    margin: 0;
}

/* PC固定ページ 404ページ */
#page_404 {
    text-align: center;
}

#page_404 .num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

.p-authorBox .avatar {
	display: inline;
}


/* ============================================================
   maekawashoji 追加スタイル（PC）
============================================================ */

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    min-width: 1440px;
    padding-top: 100px;
}

/* ベースの body>* 指定（ヒラギノ角ゴ）が子孫に引き継がれるため、同セレクタで Noto Sans JP に上書きする */
body>*,
button,
input,
select,
textarea {
    font-family: 'Noto Sans JP', sans-serif;
}

/* 既定のサブピクセル描画は文字が太く見えるためグレースケール描画に */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* フォントユーティリティ */
.f-en {
    font-family: 'din-2014', sans-serif;
    font-weight: 800;
}

.f-zen {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
}

.f-hana {
    font-family: 'hanatotyoutyo', sans-serif;
    font-weight: 400;
}

/* ===== サイト共通ヘッダー（PC） ===== */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1440px;
    height: 100px;
    background: #fff;
    z-index: 1000;
}

.site-header__inner {
    display: flex;
    align-items: center;
    height: 100%;
}

.site-header__logo {
    margin-left: 50px;
    line-height: 0;
}

.site-header__logo a {
    display: block;
}

.site-header__logo img {
    width: 227px;
    height: auto;
    object-fit: contain;
}

.site-header__nav {
    margin-left: auto;
}

.site-header__nav-list {
    display: flex;
    align-items: center;
    gap: 42px;
}

.site-header__nav-item {
    position: relative;
    display: flex;
    align-items: center;
    height: 100px;
}

.site-header__nav-link {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.5;
    color: #333;
    cursor: pointer;
    transition: .3s;
}

/* サービス内容ドロップダウン */
.site-header__dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 270px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
    padding: 18px 26px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.site-header__nav-item.-has-child:hover .site-header__dropdown {
    opacity: 1;
    visibility: visible;
}

.site-header__dropdown-link {
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .06em;
    line-height: 2;
    color: #666;
    transition: .3s;
}

.site-header__dropdown-link .-dash {
    margin-right: .5em;
}

/* ヘッダー右端ボタン */
.site-header__btns {
    display: flex;
    margin-left: 44px;
}

.site-header__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 140px;
    height: 100px;
    padding-top: 23px;
    color: #fff;
    transition: .3s;
}

.site-header__btn.-contact {
    background: #2FBBEC;
}

.site-header__btn.-soudan {
    background: var(--sub-color);
}

.site-header__btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 31px;
}

.site-header__btn-icon img {
    object-fit: contain;
}

.site-header__btn-text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: .07em;
    line-height: 1.5;
    margin-top: 9px;
}

/* ===== TOP：FV ===== */
.top-fv {
    position: relative;
    height: 620px;
}

.top-fv__slider,
.top-fv__slide {
    height: 620px;
}

.top-fv__slide {
    position: relative;
}

.top-fv__slide img {
    width: 100%;
    height: 620px;
    object-fit: cover;
}

.top-fv__slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 61.4% 61.4% at 50% 42.9%, rgba(0, 0, 0, .46) 0%, rgba(0, 0, 0, .4) 30.3%, rgba(0, 0, 0, 0) 90%);
    mix-blend-mode: multiply;
}

.top-fv__cont {
    position: absolute;
    top: 141px;
    left: 50%;
    transform: translateX(-50%);
    width: 897px;
    text-align: center;
    z-index: 1;
}

.top-fv__ttl {
    font-size: 52px;
    letter-spacing: .06em;
    line-height: calc(68 / 52);
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .4);
}

/* PCは「〜お悩み、／手遅れに〜」の2行固定（spanをブロック化） */
.top-fv__ttl-sub,
.top-fv__ttl-main {
    display: block;
}

.top-fv__lead {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .08em;
    line-height: calc(27 / 17);
    color: #fff;
    margin-top: 13px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .4);
}

.top-fv__cta-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: calc(27 / 17);
    color: #fff;
    margin-top: 50px;
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, .4));
}

.top-fv__cta-label img {
    /* svgは等倍表示（縮小すると線が細る） */
    width: 14px;
    height: 21px;
    object-fit: contain;
}

.top-fv__btns {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 11px;
}

.top-fv__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 290px;
    height: 68px;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .3);
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: .06em;
    color: #fff;
    transition: .3s;
}

.top-fv__btn.-soudan {
    background: var(--sub-color);
}

.top-fv__btn.-satei {
    background: #2FBBEC;
}

.top-fv__btn-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    object-fit: contain;
}

.top-fv__btn.-satei .top-fv__btn-icon {
    left: 21px;
}

.top-fv__btn-arrow {
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 18px;
    object-fit: contain;
}

/* ===== TOP：右下追従CTA（公式サイトリンク） ===== */
.top-fixed-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 240px;
    height: 66px;
    background: var(--main-color);
    display: flex;
    align-items: center;
    z-index: 900;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s, background .3s;
    border: 2px solid var(--main-color);
    border-radius: 8px 0 0 0;
}

.top-fixed-cta.is-show {
    opacity: 1;
    visibility: visible;
}

.top-fixed-cta__text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 17px;
    letter-spacing: .08em;
    line-height: 22px;
    color: #fff;
    margin-left: 27px;
    transition: .3s;
}

.top-fixed-cta__text .-small {
    font-size: 13px;
}

.top-fixed-cta__arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 18px;
    object-fit: contain;
}

.top-fixed-cta__arrow.-blue {
    opacity: 0;
}

/* ===== TOP共通：セクション見出し（英字＋日本語） ===== */
.top-sec-head {
    text-align: center;
}

.top-sec-head__en {
    display: block;
    font-size: 22px;
    letter-spacing: .04em;
    line-height: calc(35 / 22);
    color: #C5EAF7;
}

.top-sec-head__ttl {
    font-size: 38px;
    font-weight: 900;
    letter-spacing: .06em;
    line-height: calc(60 / 38);
    color: #333;
    margin-top: -2px;
}

.top-sec-head__ttl .-kw {
    color: var(--main-color);
}

/* ===== TOP：お悩み ===== */
.top-problem {
    padding: 100px 0 130px;
}

.top-problem__ttl {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    text-align: center;
    color: #333;
    letter-spacing: .06em;
    margin-top: -2px;
}

.top-problem__ttl-line1 {
    display: block;
    font-size: 34px;
    line-height: 60px;
}

.top-problem__ttl-line2 {
    display: block;
    font-size: 40px;
    line-height: 60px;
    margin-top: -7px;
}

.top-problem__ttl-line2 .-kw {
    font-size: 50px;
    color: var(--main-color);
}

.top-problem__list {
    display: flex;
    gap: 20px;
    margin-top: 101px;
}

.top-problem__item {
    flex: 1;
}

.top-problem__card {
    position: relative;
    display: block;
    height: 320px;
    background: #F3F7FF;
    border-radius: 8px;
    box-shadow: 0 8px 0 0 var(--main-color);
}

.top-problem__bubble {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    background: no-repeat center / contain;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .2));
    z-index: 1;
}

.top-problem__bubble.-b1 {
    width: 170px;
    height: 100px;
    background-image: url(image/top_problem_bubble1.svg);
}

.top-problem__bubble.-b2 {
    width: 180px;
    height: 100px;
    background-image: url(image/top_problem_bubble2.svg);
}

.top-problem__bubble.-b3 {
    width: 164px;
    height: 100px;
    background-image: url(image/top_problem_bubble3.svg);
}

.top-problem__bubble.-b4 {
    width: 220px;
    height: 100px;
    background-image: url(image/top_problem_bubble4.svg);
}

.top-problem__bubble-text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 17px;
    letter-spacing: .06em;
    line-height: calc(26 / 17);
    color: #333;
    text-align: center;
}

.top-problem__bubble-text .-kw {
    font-size: 20px;
    color: var(--main-color);
    /* calc比率lhの継承膨張防止 */
    line-height: 1;
    /* 破線下線（見た目ダッシュ4px・間隔3px） */
    padding-bottom: 2px;
    background: repeating-linear-gradient(90deg, #99A8C2 0, #99A8C2 4px, transparent 4px, transparent 7px) left bottom / 100% 2px no-repeat;
}

.top-problem__bubble-text .-sub {
    display: block;
    font-size: 17px;
    line-height: calc(20 / 17);
    margin-top: 6px;
}

.top-problem__img {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.top-problem__img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: .3s;
}

.top-problem__text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .08em;
    line-height: calc(22 / 14);
    color: #555;
    padding: 0 20px;
    margin-top: 14px;
}

.top-problem__btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 32px;
    background: #fff;
    border-radius: 144px;
    transition: .3s;
}

.top-problem__btn-text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: .06em;
    color: var(--main-color);
    transition: .3s;
}

.top-problem__btn-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 13px;
    transition: .3s;
}

/* ===== TOP：私たちの強み ===== */
.top-strength {
    background: #F6F9FF;
    padding: 100px 0 104px;
}

.top-strength__head {
    width: fit-content;
    text-align: center;
    margin-left: 450px;
}

.top-strength__ttl {
    font-size: 38px;
    letter-spacing: .06em;
    line-height: calc(60 / 38);
    color: #333;
    margin-top: -2px;
}

.top-strength__ttl .-kw {
    color: var(--main-color);
}

.top-strength__row {
    display: flex;
    margin-top: 65px;
}

.top-strength__photo {
    position: relative;
    width: 360px;
    flex-shrink: 0;
    margin-left: -10px;
}

.top-strength__photo img {
    width: 360px;
    height: 340px;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 10px 10px 0 0 var(--main-color);
}

.top-strength__badge {
    position: absolute;
    right: 0;
    top: 228px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.top-strength__badge-position {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 102px;
    height: 26px;
    background: var(--main-color);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .08em;
    border-radius: 4px 0 0 4px;
}

.top-strength__badge-name {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 38px;
    background: #fff;
    color: #1A1A1A;
    font-size: 24px;
    letter-spacing: .08em;
    border-radius: 4px 0 0 4px;
    margin-top: 6px;
}

.top-strength__body {
    width: 690px;
    margin-left: 100px;
}

.top-strength__catch {
    font-size: 28px;
    letter-spacing: .06em;
    line-height: calc(60 / 28);
    color: #333;
    /* 破線罫線（見た目ダッシュ4px・間隔3px。border分+2px） */
    padding-bottom: 14px;
    background: repeating-linear-gradient(90deg, #99A8C2 0, #99A8C2 4px, transparent 4px, transparent 7px) left bottom / 100% 2px no-repeat;
}

.top-strength__catch .-kw {
    font-size: 34px;
    color: var(--main-color);
    /* calc比率lhの継承膨張防止 */
    line-height: 1;
}

.top-strength__text {
    margin-top: 18px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .12em;
    line-height: calc(28 / 15);
    color: #555;
}

.top-strength__text p+p {
    margin-top: 28px;
}

.top-strength__text .-strong {
    color: #1A1A1A;
    font-weight: 700;
}

.top-strength__text .-kw-strong {
    color: var(--main-color);
    font-weight: 700;
}

.top-strength__emphasis {
    margin-top: 32px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: calc(27 / 17);
    color: var(--main-color);
}

.top-strength__emphasis+.top-strength__text {
    margin-top: 32px;
}

/* ===== TOP：弁護士事務所様専用ご相談窓口 ===== */
.top-lawyer {
    padding: 130px 0 0;
}

.top-lawyer__card {
    position: relative;
    height: 570px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 0 0 var(--main-color), 0 2px 10px rgba(0, 0, 0, .04);
}

.top-lawyer__cont {
    padding: 32px 0 0 60px;
}

.top-lawyer__head {
    width: 690px;
    /* 破線罫線（見た目ダッシュ4px・間隔3px。border分+2px） */
    padding-bottom: 9px;
    background: repeating-linear-gradient(90deg, #99A8C2 0, #99A8C2 4px, transparent 4px, transparent 7px) left bottom / 100% 2px no-repeat;
}

.top-sec-head__en.-left {
    display: block;
    text-align: left;
    font-size: 22px;
    letter-spacing: .04em;
    line-height: calc(35 / 22);
    color: #C5EAF7;
}

.top-lawyer__ttl {
    font-size: 28px;
    letter-spacing: .06em;
    line-height: calc(60 / 28);
    color: #333;
    margin-top: -11px;
}

.top-lawyer__ttl .-kw {
    font-size: 34px;
    color: var(--main-color);
    /* calc比率lhの継承膨張防止 */
    line-height: 1;
}

.top-lawyer__img {
    position: absolute;
    right: 0;
    top: 0;
    width: 340px;
    height: 570px;
    border-radius: 0 8px 8px 0;
    overflow: hidden;
}

.top-lawyer__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-lawyer__divider {
    display: none;
}

.top-lawyer__lead {
    margin-top: 14px;
    width: 703px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .12em;
    line-height: calc(26 / 15);
    color: #555;
}

.top-lawyer__box {
    position: relative;
    margin-top: 32px;
    width: 703px;
    height: 210px;
    background: #F7FAFF;
    border-radius: 10px;
    padding: 22px 35px;
}

.top-lawyer__box-ttl {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 28px;
    color: var(--main-color);
}

.top-lawyer__box-ttl .-small {
    color: #333;
    font-size: 16px;
}

.top-lawyer__box-note {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: calc(23 / 14);
    color: #656565;
}

.top-lawyer__box-btn {
    position: relative;
    display: flex;
    align-items: center;
    width: 230px;
    height: 44px;
    background: var(--main-color);
    border-radius: 189px;
    margin-top: 15px;
    transition: .3s;
}

.top-lawyer__box-btn-text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: .06em;
    line-height: calc(16 / 13);
    color: #fff;
    margin-left: 30px;
    transition: .3s;
}

.top-lawyer__box-btn-arrow {
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 15px;
    transition: .3s;
}

.top-lawyer__box-btn-arrow.-blue {
    opacity: 0;
}

/* ===== TOP：よくある質問 ===== */
.top-faq {
    padding: 118px 0 120px;
}

.top-faq__tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 52px;
    border-bottom: 1px solid #000;
}

.top-faq__tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 56px;
    background: #F4F4F4;
    border: none;
    border-radius: 4px 4px 0 0;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 15px;
    letter-spacing: .07em;
    line-height: calc(18 / 15);
    color: #333;
    text-align: center;
    cursor: pointer;
    padding: 0;
    transition: .3s;
}

.top-faq__tab .-kw {
    font-size: 17px;
    color: var(--main-color);
    /* calc比率lhの継承膨張防止 */
    line-height: 1;
    transition: .3s;
}

.top-faq__tab.is-active {
    background: var(--main-color);
    color: #fff;
}

.top-faq__tab.is-active .-kw {
    color: #fff;
}

.top-faq__panel {
    display: none;
    margin-top: 38px;
}

.top-faq__panel.is-active {
    display: block;
}

.top-faq__item {
    background: #F6F9FF;
    border-radius: 8px;
}

.top-faq__item+.top-faq__item {
    margin-top: 15px;
}

.top-faq__q {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    border: none;
    background: none;
    cursor: pointer;
    text-align: left;
    padding: 23.5px 90px 23.5px 82px;
}

.top-faq__q-mark {
    position: absolute;
    left: 27px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 34px;
    letter-spacing: .04em;
    line-height: 1;
    color: var(--main-color);
}

.top-faq__q-text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: .07em;
    line-height: 1.5;
    color: #333;
}

.top-faq__arrow {
    position: absolute;
    right: 38px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 14px;
    transition: .3s;
}

.top-faq__item:not(.is-open) .top-faq__arrow {
    transform: translateY(-50%) rotate(180deg);
}

.top-faq__a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s;
}

.top-faq__a-inner {
    position: relative;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    padding: 19px 30px 25px 62px;
    margin: 0 20px 20px;
}

.top-faq__a-mark {
    position: absolute;
    left: 9px;
    top: 18px;
    font-size: 34px;
    letter-spacing: .04em;
    line-height: 1;
    color: var(--sub-color);
}

.top-faq__a-text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .09em;
    line-height: calc(23 / 14);
    color: #555;
}

/* ===== TOP：CV ===== */
.top-cv {
    position: relative;
    height: 490px;
    background: url(image/top_cv_bg.webp) no-repeat center / cover;
}

.top-cv::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
}

.top-cv__inner {
    position: relative;
    z-index: 1;
    padding-top: 56px;
    text-align: center;
}

.top-cv__ttl {
    font-size: 42px;
    letter-spacing: .08em;
    line-height: calc(60 / 42);
    color: #fff;
    margin-top: 7px;
}

.top-cv__ttl .-tight {
    letter-spacing: -.26em;
}

.top-cv__lead {
    margin-top: 6px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: calc(26 / 15);
    color: #fff;
}

.top-cv__divider {
    border: none;
    border-top: 2px solid rgba(179, 179, 179, .8);
    width: 1240px;
    max-width: 100%;
    margin: 24px auto 0;
}

.top-cv__cards {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 26px;
}

.top-cv__card {
    width: 370px;
    height: 130px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    padding-top: 15px;
}

.top-cv__card-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: calc(27 / 16);
    color: #333;
}

.top-cv__card-label img {
    width: 11px;
    height: 18px;
    object-fit: contain;
}

.top-cv__card-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 290px;
    height: 64px;
    margin: 7px auto 0;
    border-radius: 4px;
    color: #fff;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: .06em;
    transition: .3s;
}

.top-cv__card-btn.-soudan {
    background: var(--sub-color);
}

.top-cv__card-btn.-line {
    background: #06C755;
}

.top-cv__card-btn.-satei {
    background: #2FBBEC;
}

.top-cv__card-btn-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    object-fit: contain;
}

.top-cv__card-btn.-line .top-cv__card-btn-icon {
    left: 22px;
}

.top-cv__card-btn.-satei .top-cv__card-btn-icon {
    left: 24px;
}

.top-cv__card-btn-arrow {
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 18px;
}

.top-cv__tel {
    display: flex;
    /* 受付時間は電話番号と底辺揃え */
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    margin-top: 22px;
}

.top-cv__tel-link {
    display: flex;
    align-items: center;
    gap: 10px;
    pointer-events: none;
}

.top-cv__tel-icon {
    width: 23px;
    height: 30px;
    object-fit: contain;
}

.top-cv__tel-num {
    font-size: 40px;
    letter-spacing: .02em;
    line-height: 1;
    color: #fff;
}

.top-cv__tel-hours {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .06em;
    color: #fff;
    /* 数字と文字の下端を揃える微調整 */
    margin-bottom: 2px;
}

/* ===== サイト共通フッター ===== */
.site-footer {
    background: #F6F9FF;
    padding: 90px 0 76px;
}

.site-footer__inner {
    display: flex;
}

.site-footer__card {
    width: 450px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    padding: 36px 35px 30px;
}

.site-footer__logo {
    line-height: 0;
}

.site-footer__logo img {
    width: 223px;
    height: auto;
    object-fit: contain;
}

.site-footer__address {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .09em;
    line-height: calc(18 / 13);
    color: #666;
    margin-top: 17px;
}

.site-footer__divider {
    border: none;
    /* 破線罫線（見た目ダッシュ4px・間隔3px） */
    height: 2px;
    background: repeating-linear-gradient(90deg, #CBD3E1 0, #CBD3E1 4px, transparent 4px, transparent 7px);
    margin: 27px 0 0;
}

.site-footer__lead {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .06em;
    line-height: calc(27 / 14);
    color: #444;
    margin-top: 24px;
}

.site-footer__lead.-mail {
    margin-top: 12px;
}

.site-footer__tel {
    margin-top: 7px;
    line-height: 0;
}

.site-footer__tel-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    pointer-events: none;
}

.site-footer__tel-icon {
    width: 15px;
    height: 20px;
    object-fit: contain;
}

.site-footer__tel-num {
    font-size: 26px;
    letter-spacing: .02em;
    line-height: 1;
    color: #333;
}

.site-footer__hours {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .06em;
    line-height: calc(26 / 12);
    color: #777;
}

.site-footer__btns {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.site-footer__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 185px;
    height: 48px;
    border-radius: 4px;
    color: #fff;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: .06em;
    /* 文字は中心よりやや右（左のアイコン分の逃げ） */
    padding-left: 12px;
    transition: .3s;
}

.site-footer__btn.-soudan {
    background: var(--sub-color);
}

.site-footer__btn.-contact {
    background: #2FBBEC;
}

.site-footer__btn-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    object-fit: contain;
}

.site-footer__nav {
    margin-left: 90px;
    flex: 1;
}

.site-footer__nav-en {
    font-size: 32px;
    letter-spacing: .04em;
    line-height: calc(35 / 32);
    color: #C5EAF7;
}

.site-footer__nav-cols {
    display: flex;
    border-top: 1px solid #C6D4D9;
    margin-top: 13px;
    padding-top: 30px;
}

.site-footer__nav-col {
    width: 275px;
}

.site-footer__nav-col+.site-footer__nav-col {
    width: 191px;
}

.site-footer__nav-parent {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.5;
    color: #333;
}

.site-footer__nav-child-list {
    margin-top: 18px;
}

.site-footer__nav-child-link {
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .06em;
    line-height: 2;
    color: #666;
    transition: .3s;
}

.site-footer__nav-child-link .-dash {
    margin-right: .5em;
}

.site-footer__nav-item+.site-footer__nav-item {
    margin-top: 22px;
}

.site-footer__nav-link {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.5;
    color: #333;
    transition: .3s;
}

.site-footer__bottom {
    display: flex;
    align-items: center;
    margin: -24px 0 0 540px;
}

.site-footer__sub-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.site-footer__sub-link {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .06em;
    line-height: 2;
    color: #666;
    transition: .3s;
}

.site-footer__sub-divider {
    width: 1px;
    height: 14px;
    background: #B4B4B4;
}

.site-footer__copyright {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .06em;
    line-height: 2;
    color: #8B8B8B;
    margin-left: auto;
}

/* ============================================================
   下層共通FV・パンくず
============================================================ */
.common_page_fv {
    position: relative;
}

.common_page_fv .fv_bg {
    height: 290px;
    position: relative;
}

.common_page_fv .fv_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.common_page_fv .fv_bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5);
}

.common_page_fv .fv_body {
    position: absolute;
    inset: 0;
    z-index: 1;
    text-align: center;
    padding-top: 96px;
}

.common_page_fv .fv_body .en {
    display: block;
    font-size: 22px;
    letter-spacing: .041em;
    line-height: 35px;
    color: #C5EAF7;
}

.common_page_fv .fv_body .title {
    margin-top: 4px;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: .061em;
    line-height: 58px;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .4);
}

.common_page_fv .fv_body .title .-big {
    font-size: 46px;
    line-height: 1;
}

.common_page_fv .fv_body .title .-tight {
    letter-spacing: -.3em;
}

.common_page_fv.-ttl_keep .fv_body {
    padding-top: 70px;
}

.common_page_fv.-ttl_keep .fv_body .title {
    font-size: 36px;
    line-height: 52px;
}

.common_page_fv.-ttl_keep .fv_body .title .-big {
    font-size: 42px;
}

.common_page_breadcrumb {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .058em;
    line-height: 28px;
    color: #666;
    text-align: right;
}

.common_page_breadcrumb a {
    color: #666;
    text-decoration: none;
}

/* ============================================================
   下層サービス系ページ共通（共有持分・田畑・相続・施設入所）
============================================================ */

/* ===== セクション共通見出し ===== */
.page_service .service_sec_head {
    text-align: center;
}

.page_service .service_sec_head .head_en {
    display: block;
    font-size: 22px;
    letter-spacing: .041em;
    line-height: 25px;
    color: #C5EAF7;
}

.page_service .service_sec_head .head_ttl {
    margin-top: 16px;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: .087em;
    line-height: 49px;
    color: #333;
}

.page_service .service_sec_head .head_ttl .-kw {
    font-size: 38px;
    letter-spacing: .08em;
    color: var(--main-color);
    /* calc比率lhの継承膨張防止（大きい子スパンはlh1で親のstrutを生かす） */
    line-height: 1;
}

.page_service .service_sec_head .head_ttl.-two-line {
    font-size: 26px;
    letter-spacing: .08em;
    line-height: 51px;
}

.page_service .service_sec_head .head_ttl .-sub {
    font-size: 30px;
    letter-spacing: .08em;
    line-height: 1;
}

/* ===== お悩み ===== */
.page_service_problem-sec {
    padding: 62px 0 0;
}

.page_service_problem-sec .service_problem_list {
    margin-top: 46px;
    display: flex;
    gap: 15px;
}

.page_service_problem-sec .service_problem_list .item {
    position: relative;
    width: 370px;
    /* 保守で文言が変わっても崩れないようmin-height */
    min-height: 90px;
    padding: 24px 30px;
    background: #F3F7FF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_service_problem-sec .service_problem_list .item .item_icon {
    position: absolute;
    top: -19px;
    right: -7px;
    width: 62px;
    height: 54px;
}

.page_service_problem-sec .service_problem_list .item .item_text {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .056em;
    /* 複数行時に破線と次行が近すぎるため行間を拡大 */
    line-height: 38px;
    color: #333;
    /* inline化でレイアウト寄与が消えた下線padding分を親側で確保 */
    padding-bottom: 4px;
}

.page_service_problem-sec .service_problem_list .item .item_text .item_text_inner {
    /* inline＋cloneで複数行時に各行の実幅へ破線を敷く */
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: repeating-linear-gradient(90deg, #99A8C2 0 4px, transparent 4px 7px) left bottom / 100% 2px no-repeat;
    /* inlineは背景の描画基準がcontent areaのため8px */
    padding-bottom: 8px;
}

.page_service_problem-sec .service_problem_list .item .item_text .-kw {
    font-size: 22px;
    font-weight: 900;
    color: var(--main-color);
    line-height: 1;
}

/* ===== 事例（放置の危険） ===== */
.page_service_case-sec {
    /* 下パディングはカードの青オフセット10px込みで130 */
    padding: 112px 0 130px;
}

.page_service_case-sec .service_case_head {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.page_service_case-sec .service_case_head .head_ttl {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 49px;
    color: #1A1A1A;
    text-align: center;
}

.page_service_case-sec .service_case_head .head_ttl .-dot {
    position: relative;
}

.page_service_case-sec .service_case_head .head_ttl .-dot::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--main-color);
}

.page_service_case-sec .service_case_head .head_ttl .-marker {
    background: linear-gradient(#FFEED4, #FFEED4) left bottom 4px / 100% 11px no-repeat;
}

.page_service_case-sec .service_case_head .head_quote {
    position: absolute;
    width: 42px;
    height: 36px;
}

.page_service_case-sec .service_case_head .head_quote.-open {
    left: -65px;
    top: -24px;
}

.page_service_case-sec .service_case_head .head_quote.-close {
    right: -66px;
    top: 35px;
}

.page_service_case-sec .service_case_label {
    margin-top: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .06em;
    line-height: 49px;
    color: var(--main-color);
}

.page_service_case-sec .service_case_label .label_tri {
    width: 22px;
    height: 22px;
}

.page_service_case-sec .service_case_card {
    position: relative;
    width: 1040px;
    margin: 4px auto 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    display: flex;
    gap: 50px;
    padding: 30px;
}

.page_service_case-sec .service_case_card::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 10px;
    bottom: -10px;
    background: #3C65AD;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
}

.page_service_case-sec .service_case_card .card_img {
    width: 310px;
    height: 240px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
}

.page_service_case-sec .service_case_card .card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_service_case-sec .service_case_card .card_body {
    width: 600px;
}

.page_service_case-sec .service_case_card .card_body .card_ttl {
    margin-top: 3px;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: .059em;
    line-height: 49px;
    color: #333;
}

.page_service_case-sec .service_case_card .card_body .card_ttl .-kw {
    color: var(--main-color);
}

.page_service_case-sec .service_case_card .card_body .card_divider {
    margin: 5px 0 0;
    border: none;
    height: 2px;
    background: repeating-linear-gradient(90deg, #D6D8DD 0 4px, transparent 4px 7px);
}

.page_service_case-sec .service_case_card .card_body .card_text {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .093em;
    line-height: 23px;
    color: #555;
}

.page_service_case-sec .service_case_card .card_body .card_text+.card_text {
    margin-top: 23px;
}

/* ===== 強み（サポート体制） ===== */
.page_service_support-sec {
    background: #F6F9FF;
    padding: 110px 0 120px;
}

.page_service_support-sec .service_sec_head .head_ttl {
    margin-top: 8px;
}

.page_service_support-sec .service_support_lead {
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .087em;
    line-height: 24px;
    color: #555;
}

.page_service_support-sec .service_support_list {
    margin-top: 46px;
    display: flex;
    gap: 30px;
}

.page_service_support-sec .service_support_list .item {
    width: 360px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    overflow: hidden;
}

.page_service_support-sec .service_support_list .item .item_img {
    height: 180px;
}

.page_service_support-sec .service_support_list .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_service_support-sec .service_support_list .item .item_body {
    padding: 0 20px 26px;
    text-align: center;
}

.page_service_support-sec .service_support_list .item .item_body .item_en {
    display: block;
    margin-top: 14px;
    font-size: 18px;
    letter-spacing: .022em;
    line-height: 25px;
    color: #C5EAF7;
}

.page_service_support-sec .service_support_list .item .item_body .item_ttl {
    margin-top: -7px;
    display: inline-block;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: .059em;
    line-height: 49px;
    color: #1A1A1A;
    background: repeating-linear-gradient(90deg, #99A8C2 0 4px, transparent 4px 7px) left bottom / 100% 2px no-repeat;
    padding: 0 4px 2px;
}

.page_service_support-sec .service_support_list .item .item_body .item_text {
    margin-top: 12px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .093em;
    line-height: 22px;
    color: #555;
}

/* ===== 流れ ===== */
.page_service_flow-sec {
    /* 下パディングは最終区切り線（absolute・アイテム下15px）込みで135 */
    padding: 110px 0 135px;
}

.page_service_flow-sec .service_sec_head .head_ttl {
    margin-top: 4px;
}

.page_service_flow-sec .service_flow_list {
    margin-top: 38px;
    position: relative;
}

.page_service_flow-sec .service_flow_list::before {
    content: '';
    position: absolute;
    left: 79px;
    top: 80px;
    bottom: 75px;
    width: 2px;
    background: #99A8C2;
}

.page_service_flow-sec .service_flow_list .item {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.page_service_flow-sec .service_flow_list .item+.item {
    margin-top: 30px;
}

.page_service_flow-sec .service_flow_list .item::after {
    content: '';
    position: absolute;
    left: 188px;
    right: 2px;
    bottom: -15px;
    height: 2px;
    background: repeating-linear-gradient(90deg, #D6D8DD 0 4px, transparent 4px 7px);
}

.page_service_flow-sec .service_flow_list .item .item_icon_box {
    position: relative;
    z-index: 1;
    width: 160px;
    height: 160px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #F3F7FF;
    border: 1.5px solid #767676;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* アイコンはfill系svgのため原寸表示（3種でサイズが微妙に異なる。SPのみ幅指定で縮小） */
.page_service_flow-sec .service_flow_list .item .item_icon_box .item_icon {
    object-fit: contain;
}

.page_service_flow-sec .service_flow_list .item .item_body {
    margin-left: 50px;
    padding-top: 19px;
}

.page_service_flow-sec .service_flow_list .item .item_body .item_en {
    display: block;
    font-size: 18px;
    letter-spacing: .039em;
    line-height: 25px;
    color: #C5EAF7;
}

.page_service_flow-sec .service_flow_list .item .item_body .item_ttl {
    margin-top: -7px;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: .059em;
    line-height: 49px;
    color: #333;
}

.page_service_flow-sec .service_flow_list .item .item_body .item_ttl .-kw {
    color: var(--main-color);
}

.page_service_flow-sec .service_flow_list .item .item_body .item_text {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .107em;
    line-height: 22px;
    color: #555;
}

/* ===== メッセージ ===== */
.page_service_message-sec {
    background: #F6F9FF;
    /* 下パディングは写真の青オフセット10px込みで125 */
    padding: 115px 0 125px;
}

.page_service_message-sec .service_message_row {
    display: flex;
}

.page_service_message-sec .service_message_row .row_photo {
    position: relative;
    width: 360px;
    flex-shrink: 0;
}

.page_service_message-sec .service_message_row .row_photo::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: -10px;
    bottom: -10px;
    background: var(--main-color);
    border-radius: 6px;
}

.page_service_message-sec .service_message_row .row_photo .photo_img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

.page_service_message-sec .service_message_row .row_photo .photo_badge {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 22px;
    width: 140px;
}

.page_service_message-sec .service_message_row .row_photo .photo_badge .badge_position {
    position: absolute;
    right: 0;
    bottom: calc(100% + 6px);
    width: 102px;
    height: 26px;
    background: var(--main-color);
    border-radius: 4px 0 0 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .079em;
    line-height: 26px;
    padding-left: 13px;
}

.page_service_message-sec .service_message_row .row_photo .photo_badge .badge_name {
    display: block;
    height: 38px;
    background: #fff;
    border-radius: 4px 0 0 4px;
    color: #1A1A1A;
    font-size: 24px;
    letter-spacing: .079em;
    line-height: 38px;
    padding-left: 14px;
}

.page_service_message-sec .service_message_row .row_body {
    margin-left: 90px;
    padding-top: 28px;
}

.page_service_message-sec .service_message_row .row_body .body_en {
    display: block;
    font-size: 22px;
    letter-spacing: .041em;
    line-height: 25px;
    color: #C5EAF7;
}

.page_service_message-sec .service_message_row .row_body .body_ttl {
    margin-top: 5px;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: .081em;
    line-height: 55px;
    color: #333;
}

.page_service_message-sec .service_message_row .row_body .body_text {
    max-width: 690px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .093em;
    line-height: 23px;
    color: #555;
}

.page_service_message-sec .service_message_row .row_body .body_ttl+.body_text {
    margin-top: 26px;
}

.page_service_message-sec .service_message_row .row_body .body_text+.body_text {
    margin-top: 23px;
}

/* ===== よくある質問（アイテムはTOPのtop-faq__item共通パーツを流用） ===== */
.page_service_faq-sec {
    padding: 110px 0 125px;
}

.page_service_faq-sec .service_faq_list {
    margin-top: 40px;
}

/* ===== 田畑ページ固有（page_service共通からの差分のみ） ===== */
/* お悩みは8項目のため折返し（370pxカード×3-3-2・最終行は中央寄せ） */
.page_tahata .page_service_problem-sec .service_problem_list {
    flex-wrap: wrap;
    justify-content: center;
}

/* サポートは4項目のため2×2（カード幅360pxは共通のまま・リストを中央寄せ） */
.page_tahata .page_service_support-sec .service_support_list {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    justify-content: center;
}

/* ===== 相続相談ページ固有（page_service共通からの差分のみ） ===== */
/* お悩みは8項目のため折返し（370pxカード×3-3-2・最終行は中央寄せ。SPは共通のcolumn縦積みがそのまま効くため差分なし） */
.page_souzoku .page_service_problem-sec .service_problem_list {
    flex-wrap: wrap;
    justify-content: center;
}

/* ===== 共有持分ページ固有（page_service共通からの差分のみ） ===== */
/* お悩みは7項目のため折返し（370pxカード×3-3-1・最終行は中央寄せ。SPは共通のcolumn縦積みがそのまま効くため差分なし） */
.page_kyoyumochibun .page_service_problem-sec .service_problem_list {
    flex-wrap: wrap;
    justify-content: center;
}

/* ===== 施設入所サポートページ固有（page_service共通からの差分のみ） ===== */
/* お悩みは長文4項目のため2×2（370pxカード×2列。SPは共通のcolumn縦積みがそのまま効くため差分なし） */
.page_shisetsu .page_service_problem-sec .service_problem_list {
    max-width: 755px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    justify-content: center;
}

/* サポート見出しが長いため、このページのみ縮小して1行に収める */
.page_shisetsu .page_service_support-sec .service_support_list .item .item_body .item_ttl {
    font-size: 21px;
}

/* ============================================================
   弁護士の方からのご相談ページ（ワイヤー準拠・デザインは下層トンマナ）
============================================================ */

/* ===== FV（独自2カラム） ===== */
.page_lawyer_fv {
    background: #F6F9FF;
    padding: 60px 0 70px;
}

.page_lawyer_fv .fv_inner {
    display: flex;
    align-items: center;
    gap: 50px;
}

.page_lawyer_fv .fv_inner .fv_body {
    width: 620px;
    flex: none;
}

.page_lawyer_fv .fv_inner .fv_body .fv_en {
    display: block;
    font-size: 20px;
    letter-spacing: .041em;
    line-height: 25px;
    color: #C5EAF7;
}

.page_lawyer_fv .fv_inner .fv_body .fv_badge {
    display: inline-block;
    margin-top: 14px;
    padding: 5px 18px;
    background: var(--main-color);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 24px;
    color: #fff;
}

.page_lawyer_fv .fv_inner .fv_body .fv_ttl {
    margin-top: 20px;
    font-size: 32px;
    letter-spacing: .05em;
    line-height: 50px;
    color: #333;
}

.page_lawyer_fv .fv_inner .fv_body .fv_lead {
    margin-top: 18px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 28px;
    color: #555;
}

.page_lawyer_fv .fv_inner .fv_img {
    position: relative;
    flex: 1;
    min-width: 0;
}

/* 写真の青オフセット枠 */
.page_lawyer_fv .fv_inner .fv_img::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: -10px;
    bottom: -10px;
    background: var(--main-color);
    border-radius: 8px;
}

.page_lawyer_fv .fv_inner .fv_img img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 8px;
}

/* ===== ページ共通（アンカー・左揃え見出し・注記） ===== */
.page_lawyer section {
    /* 固定ヘッダー100px＋余白20px */
    scroll-margin-top: 120px;
}

.page_lawyer .lawyer_detail_head .head_en {
    display: block;
    font-size: 20px;
    letter-spacing: .041em;
    line-height: 25px;
    color: #C5EAF7;
}

.page_lawyer .lawyer_detail_head .head_ttl {
    margin-top: 10px;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: .06em;
    line-height: 44px;
    color: #333;
}

.page_lawyer .lawyer_detail_head .head_ttl .-kw {
    font-size: 32px;
    color: var(--main-color);
    /* calc比率lhの継承膨張防止 */
    line-height: 1;
}

.page_lawyer .lawyer_note {
    margin-top: 16px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 20px;
    color: #888;
}

/* ===== 対応案件 ===== */
.page_lawyer_case-sec {
    padding: 90px 0 100px;
}

.page_lawyer_case-sec .lawyer_case_list {
    margin-top: 46px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.page_lawyer_case-sec .lawyer_case_list .item {
    width: 270px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    padding: 28px 24px 24px;
}

.page_lawyer_case-sec .lawyer_case_list .item .item_icon_box {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    background: #F3F7FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_lawyer_case-sec .lawyer_case_list .item .item_icon_box .item_icon {
    /* viewBox実寸（40×40）どおりに表示（縮小すると線が細る） */
    display: block;
    width: 40px;
    height: 40px;
}

.page_lawyer_case-sec .lawyer_case_list .item .item_ttl {
    margin-top: 14px;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 30px;
    color: #333;
}

.page_lawyer_case-sec .lawyer_case_list .item .item_text {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 24px;
    color: #555;
}

/* ===== サービス一覧 ===== */
.page_lawyer_service-sec {
    background: #F6F9FF;
    padding: 90px 0 100px;
}

.page_lawyer_service-sec .lawyer_service_list {
    margin-top: 40px;
    display: flex;
    gap: 15px;
}

.page_lawyer_service-sec .lawyer_service_list .item {
    width: 216px;
}

.page_lawyer_service-sec .lawyer_service_list .item .item_link {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    padding: 24px 20px 20px;
    transition: .3s;
}

.page_lawyer_service-sec .lawyer_service_list .item .item_num {
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    color: #C5EAF7;
}

.page_lawyer_service-sec .lawyer_service_list .item .item_ttl {
    margin-top: 10px;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 26px;
    color: #333;
}

.page_lawyer_service-sec .lawyer_service_list .item .item_text {
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 22px;
    color: #555;
}

/* 詳細を見るボタン */
.page_lawyer_service-sec .lawyer_service_list .item .item_btn {
    position: relative;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    background: var(--main-color);
    border-radius: 144px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: .06em;
    color: #fff;
}

.page_lawyer_service-sec .lawyer_service_list .item .item_btn .btn_arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 13px;
}

/* ===== 選ばれる理由 ===== */
.page_lawyer_reason-sec {
    padding: 90px 0 100px;
}

.page_lawyer_reason-sec .lawyer_reason_list {
    margin-top: 46px;
    display: flex;
    gap: 15px;
}

.page_lawyer_reason-sec .lawyer_reason_list .item {
    width: 216px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    padding: 24px 20px;
}

.page_lawyer_reason-sec .lawyer_reason_list .item .item_num {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    background: #F3F7FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--main-color);
}

.page_lawyer_reason-sec .lawyer_reason_list .item .item_ttl {
    margin-top: 14px;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 26px;
    color: #333;
}

.page_lawyer_reason-sec .lawyer_reason_list .item .item_text {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 22px;
    color: #555;
}

.page_lawyer_reason-sec .lawyer_reason_quote {
    margin-top: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .06em;
    line-height: 36px;
    color: #1A1A1A;
}

/* マーカーは事例見出しの流儀 */
.page_lawyer_reason-sec .lawyer_reason_quote .-marker {
    background: linear-gradient(#FFEED4, #FFEED4) left bottom 4px / 100% 11px no-repeat;
}

/* ===== サービス詳細01：無料査定 ===== */
.page_lawyer_valuation-sec {
    background: #F6F9FF;
    padding: 90px 0 100px;
}

.page_lawyer_valuation-sec .lawyer_valuation_row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.page_lawyer_valuation-sec .lawyer_valuation_row .row_main {
    /* 右カードのタグが2行に収まる幅配分 */
    width: 440px;
    flex: none;
}

.page_lawyer_valuation-sec .lawyer_valuation_row .row_main .lawyer_valuation_check {
    margin-top: 28px;
}

.page_lawyer_valuation-sec .lawyer_valuation_row .row_main .lawyer_valuation_check .item {
    position: relative;
    padding-left: 34px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 30px;
    color: #333;
}

.page_lawyer_valuation-sec .lawyer_valuation_row .row_main .lawyer_valuation_check .item+.item {
    margin-top: 12px;
}

/* チェックはメイン色の丸バッジ＋白チェック */
.page_lawyer_valuation-sec .lawyer_valuation_row .row_main .lawyer_valuation_check .item::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 4px;
    width: 22px;
    height: 22px;
    background: var(--main-color);
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
}

.page_lawyer_valuation-sec .lawyer_valuation_row .row_card {
    flex: 1;
    min-width: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    padding: 30px;
}

.page_lawyer_valuation-sec .lawyer_valuation_row .row_card .card_ttl {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 30px;
    color: #333;
}

.page_lawyer_valuation-sec .lawyer_valuation_row .row_card .lawyer_valuation_tags {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.page_lawyer_valuation-sec .lawyer_valuation_row .row_card .lawyer_valuation_tags .tag {
    background: #F3F7FF;
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 20px;
    color: #555;
}

.page_lawyer_valuation-sec .lawyer_valuation_row .row_card .card_img {
    margin-top: 24px;
}

.page_lawyer_valuation-sec .lawyer_valuation_row .row_card .card_img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
}

/* ===== サービス詳細02：査定レポート ===== */
.page_lawyer_report-sec {
    padding: 90px 0 100px;
}

.page_lawyer_report-sec .lawyer_report_row {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.page_lawyer_report-sec .lawyer_report_row .row_cards {
    width: 560px;
    flex: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.page_lawyer_report-sec .lawyer_report_row .row_cards .item {
    width: 270px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    padding: 24px;
}

.page_lawyer_report-sec .lawyer_report_row .row_cards .item .item_num {
    display: block;
    font-size: 20px;
    line-height: 1;
    color: var(--main-color);
}

.page_lawyer_report-sec .lawyer_report_row .row_cards .item .item_ttl {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 26px;
    color: #333;
}

.page_lawyer_report-sec .lawyer_report_row .row_cards .item .item_text {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 22px;
    color: #555;
}

.page_lawyer_report-sec .lawyer_report_row .row_mock {
    flex: 1;
    min-width: 0;
}

.page_lawyer_report-sec .lawyer_report_row .row_mock .mock_img img {
    display: block;
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
}

/* ===== サービス詳細03：買取価格の取りまとめ ===== */
.page_lawyer_purchase-sec {
    background: #F6F9FF;
    padding: 90px 0 100px;
}

.page_lawyer_purchase-sec .lawyer_purchase_table_wrap {
    margin-top: 40px;
    background: #fff;
    border: 1px solid #D6D8DD;
    border-radius: 8px;
    overflow-x: auto;
}

.page_lawyer_purchase-sec .lawyer_purchase_table_wrap .lawyer_purchase_table {
    width: 100%;
    border-collapse: collapse;
}

.page_lawyer_purchase-sec .lawyer_purchase_table_wrap .lawyer_purchase_table th,
.page_lawyer_purchase-sec .lawyer_purchase_table_wrap .lawyer_purchase_table td {
    border: 1px solid #D6D8DD;
    padding: 14px 16px;
    text-align: left;
    vertical-align: top;
    font-size: 15px;
    letter-spacing: .03em;
    line-height: 24px;
}

.page_lawyer_purchase-sec .lawyer_purchase_table_wrap .lawyer_purchase_table th {
    background: var(--main-color);
    border-color: rgba(255, 255, 255, .25);
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}

.page_lawyer_purchase-sec .lawyer_purchase_table_wrap .lawyer_purchase_table td {
    font-weight: 500;
    color: #555;
}

.page_lawyer_purchase-sec .lawyer_purchase_list {
    margin-top: 28px;
    display: flex;
    gap: 20px;
}

.page_lawyer_purchase-sec .lawyer_purchase_list .item {
    width: 366px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    padding: 24px 26px;
}

.page_lawyer_purchase-sec .lawyer_purchase_list .item .item_ttl {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 28px;
    color: #333;
}

.page_lawyer_purchase-sec .lawyer_purchase_list .item .item_text {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 24px;
    color: #555;
}

/* ===== サービス詳細04：企画書・提案書 ===== */
.page_lawyer_proposal-sec {
    padding: 90px 0 100px;
}

.page_lawyer_proposal-sec .lawyer_proposal_list {
    margin-top: 46px;
    display: flex;
    gap: 20px;
}

.page_lawyer_proposal-sec .lawyer_proposal_list .item {
    width: 366px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    padding: 26px;
}

.page_lawyer_proposal-sec .lawyer_proposal_list .item .item_num {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    background: #F3F7FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--main-color);
}

.page_lawyer_proposal-sec .lawyer_proposal_list .item .item_ttl {
    margin-top: 14px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 28px;
    color: #333;
}

.page_lawyer_proposal-sec .lawyer_proposal_list .item .item_text {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 24px;
    color: #555;
}

.page_lawyer_proposal-sec .lawyer_note {
    margin-top: 28px;
}

/* ===== 困難案件 ===== */
.page_lawyer_difficult-sec {
    background: #EAF1FB;
    padding: 90px 0 100px;
}

.page_lawyer_difficult-sec .lawyer_difficult_head {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.page_lawyer_difficult-sec .lawyer_difficult_head .head_ttl {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 49px;
    color: #1A1A1A;
    text-align: center;
}

.page_lawyer_difficult-sec .lawyer_difficult_head .head_ttl .-marker {
    background: linear-gradient(#FFEED4, #FFEED4) left bottom 4px / 100% 11px no-repeat;
}

.page_lawyer_difficult-sec .lawyer_difficult_head .head_quote {
    position: absolute;
    width: 42px;
    height: 36px;
}

.page_lawyer_difficult-sec .lawyer_difficult_head .head_quote.-open {
    left: -65px;
    top: -24px;
}

.page_lawyer_difficult-sec .lawyer_difficult_head .head_quote.-close {
    right: -66px;
    top: 35px;
}

.page_lawyer_difficult-sec .lawyer_difficult_list {
    margin-top: 46px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.page_lawyer_difficult-sec .lawyer_difficult_list .item {
    position: relative;
    overflow: hidden;
    width: 560px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    padding: 28px 30px 26px;
}

/* カード左上の紺アクセント */
.page_lawyer_difficult-sec .lawyer_difficult_list .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    width: 46px;
    height: 4px;
    background: var(--main-color);
    border-radius: 0 0 4px 4px;
}

.page_lawyer_difficult-sec .lawyer_difficult_list .item .item_ttl {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 28px;
    color: #333;
}

.page_lawyer_difficult-sec .lawyer_difficult_list .item .item_text {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 24px;
    color: #555;
}

/* ===== 提供できる資料・成果物 ===== */
.page_lawyer_deliverables-sec {
    background: #F6F9FF;
    padding: 90px 0 100px;
}

.page_lawyer_deliverables-sec .lawyer_deliverables_list {
    margin-top: 40px;
    display: flex;
    gap: 14px;
}

.page_lawyer_deliverables-sec .lawyer_deliverables_list .item {
    flex: 1;
    min-width: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    padding: 14px 14px 16px;
}

.page_lawyer_deliverables-sec .lawyer_deliverables_list .item .item_cover {
    position: relative;
    display: block;
    height: 88px;
    background: #F3F7FF;
    /* 資料の表紙感を出す紺ヘッダーライン */
    border-top: 4px solid var(--main-color);
    border-radius: 4px;
}

.page_lawyer_deliverables-sec .lawyer_deliverables_list .item .item_cover::before,
.page_lawyer_deliverables-sec .lawyer_deliverables_list .item .item_cover::after {
    content: "";
    position: absolute;
    left: 12px;
    height: 8px;
    background: #DCE3EA;
    border-radius: 4px;
}

.page_lawyer_deliverables-sec .lawyer_deliverables_list .item .item_cover::before {
    top: 16px;
    width: 60%;
}

.page_lawyer_deliverables-sec .lawyer_deliverables_list .item .item_cover::after {
    top: 32px;
    width: 40%;
}

.page_lawyer_deliverables-sec .lawyer_deliverables_list .item .item_name {
    display: block;
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 22px;
    color: #333;
}

/* ===== ご相談の流れ（既存 page_service_flow-sec を流用。本ページ固有はメタ情報のみ） ===== */
.page_lawyer .page_service_flow-sec .service_flow_list .item .item_meta {
    margin-top: 8px;
}

.page_lawyer .page_service_flow-sec .service_flow_list .item .item_meta .meta_row {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 22px;
    color: #888;
}

/* メタ3行分だけ最終アイテムが高くなるため、縦線の下端を最終アイコン円の中心に合わせる */
.page_lawyer .page_service_flow-sec .service_flow_list::before {
    bottom: 106px;
}

/* ============================================================
   会社案内ページ
============================================================ */

/* ===== 企業理念 ===== */
.page_company_philosophy-sec {
    padding: 62px 0 110px;
}

.page_company_philosophy-sec .company_philosophy_catch {
    margin-top: 46px;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 49px;
    color: #333;
}

.page_company_philosophy-sec .company_philosophy_catch .-kw {
    font-size: 38px;
    color: var(--main-color);
    /* 大きい子スパンはlh1で親のstrutを生かす（行高膨張防止） */
    line-height: 1;
}

.page_company_philosophy-sec .company_philosophy_text {
    margin-top: 22px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .09em;
    line-height: 30px;
    color: #555;
}

.page_company_philosophy-sec .company_motto_card {
    width: 720px;
    margin: 50px auto 0;
    background: #F3F7FF;
    border-radius: 8px;
    padding: 44px 40px 48px;
    text-align: center;
}

.page_company_philosophy-sec .company_motto_card .card_label {
    display: inline-block;
    padding: 4px 26px;
    background: var(--main-color);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 24px;
    color: #fff;
}

.page_company_philosophy-sec .company_motto_card .card_catch {
    margin-top: 18px;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 38px;
    color: var(--main-color);
}

.page_company_philosophy-sec .company_motto_card .card_list {
    width: fit-content;
    margin: 22px auto 0;
    text-align: left;
}

.page_company_philosophy-sec .company_motto_card .card_list .card_item {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .075em;
    line-height: 36px;
    color: #333;
    /* SPで折り返した2行目を「一、」の後ろに揃えるぶら下げ（PCは折返しなしのため見た目不変） */
    padding-left: 2em;
    text-indent: -2em;
}

/* ===== 経営理念 ===== */
.page_company_mission-sec {
    background: #F6F9FF;
    padding: 105px 0 115px;
}

.page_company_mission-sec .company_mission_catch {
    margin-top: 50px;
    text-align: center;
}

.page_company_mission-sec .company_mission_catch .catch_img {
    width: 700px;
}

.page_company_mission-sec .company_mission_text {
    margin-top: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .09em;
    line-height: 34px;
    color: #555;
}

/* ===== 行動指針 ===== */
.page_company_values-sec {
    padding: 105px 0 120px;
}

.page_company_values-sec .company_values_list {
    margin-top: 46px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.page_company_values-sec .company_values_list .item {
    /* 5項目を3＋2で折返し（最長の5項目目の文章量でもカード下の余白が間延びしない幅） */
    width: 370px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    padding: 28px 30px 26px;
}

.page_company_values-sec .company_values_list .item .item_icon_box {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    background: #F3F7FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_company_values-sec .company_values_list .item .item_icon_box .item_icon {
    /* viewBox実寸（40×40）どおりに表示（縮小すると線が細る） */
    display: block;
    width: 40px;
    height: 40px;
}

.page_company_values-sec .company_values_list .item .item_ttl {
    margin-top: 14px;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 26px;
    color: #333;
}

.page_company_values-sec .company_values_list .item .item_text {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 24px;
    color: #555;
}

/* ===== 代表ご挨拶・代表プロフィール ===== */
.page_company_message-sec {
    background: #F6F9FF;
    padding: 105px 0 120px;
}

.page_company_message-sec .company_message_row {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.page_company_message-sec .company_message_row .row_body {
    width: 690px;
}

.page_company_message-sec .company_message_row .row_body .body_text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .07em;
    line-height: 26px;
    color: #555;
}

.page_company_message-sec .company_message_row .row_body .body_text+.body_text {
    margin-top: 22px;
}

.page_company_message-sec .company_message_row .row_photo {
    position: relative;
    width: 360px;
    flex-shrink: 0;
    align-self: flex-start;
}

.page_company_message-sec .company_message_row .row_photo::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: -10px;
    bottom: -10px;
    background: var(--main-color);
    border-radius: 6px;
}

.page_company_message-sec .company_message_row .row_photo .photo_img {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 6px;
    display: block;
}

.page_company_message-sec .company_message_row .row_photo .photo_badge {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 22px;
    width: 140px;
}

.page_company_message-sec .company_message_row .row_photo .photo_badge .badge_position {
    position: absolute;
    right: 0;
    bottom: calc(100% + 6px);
    width: 102px;
    height: 26px;
    background: var(--main-color);
    border-radius: 4px 0 0 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .079em;
    line-height: 26px;
    padding-left: 13px;
}

.page_company_message-sec .company_message_row .row_photo .photo_badge .badge_name {
    display: block;
    height: 38px;
    background: #fff;
    border-radius: 4px 0 0 4px;
    color: #1A1A1A;
    font-size: 24px;
    letter-spacing: .079em;
    line-height: 38px;
    padding-left: 14px;
}

.page_company_message-sec .company_profile_card {
    margin-top: 60px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    padding: 44px 60px 48px;
}

.page_company_message-sec .company_profile_card .card_ttl {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 38px;
    color: #333;
}

.page_company_message-sec .company_profile_card .card_row {
    margin-top: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page_company_message-sec .company_profile_card .card_row .card_list {
    width: 780px;
}

.page_company_message-sec .company_profile_card .card_row .card_list .card_item {
    display: flex;
    padding: 16px 0;
    border-bottom: 1px solid #D6D8DD;
}

.page_company_message-sec .company_profile_card .card_row .card_list .card_item:first-child {
    border-top: 1px solid #D6D8DD;
}

.page_company_message-sec .company_profile_card .card_row .card_list .card_item .item_label {
    width: 160px;
    flex-shrink: 0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 26px;
    color: #333;
}

.page_company_message-sec .company_profile_card .card_row .card_list .card_item .item_value {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 26px;
    color: #555;
}

.page_company_message-sec .company_profile_card .card_row .card_img_box {
    width: 190px;
    text-align: center;
}

.page_company_message-sec .company_profile_card .card_row .card_img_box .card_img {
    width: 170px;
}

/* ===== 会社概要 ===== */
.page_company_overview-sec {
    padding: 105px 0 120px;
}

.page_company_overview-sec .company_overview_table {
    width: 1140px;
    margin: 46px auto 0;
    border-collapse: collapse;
}

.page_company_overview-sec .company_overview_table .table_th,
.page_company_overview-sec .company_overview_table .table_td {
    border-bottom: 1px solid #D6D8DD;
    text-align: left;
    vertical-align: top;
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 26px;
    padding: 20px 0;
}

.page_company_overview-sec .company_overview_table tr:first-child .table_th,
.page_company_overview-sec .company_overview_table tr:first-child .table_td {
    border-top: 1px solid #D6D8DD;
}

.page_company_overview-sec .company_overview_table .table_th {
    width: 280px;
    font-weight: 700;
    color: #333;
    padding-left: 60px;
}

.page_company_overview-sec .company_overview_table .table_td {
    font-weight: 500;
    color: #555;
}

.page_company_overview-sec .company_overview_table .table_td .table_tel {
    color: inherit;
    text-decoration: none;
    /* PCは発信不可のためクリック無効（SPで解除） */
    pointer-events: none;
}

.page_company_overview-sec .company_overview_gallery {
    margin-top: 60px;
    display: flex;
    gap: 15px;
}

.page_company_overview-sec .company_overview_gallery .item {
    width: 370px;
}

.page_company_overview-sec .company_overview_gallery .item .item_img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 6px;
}

/* ===== アクセス ===== */
.page_company_access-sec {
    background: #F6F9FF;
    padding: 105px 0 120px;
}

.page_company_access-sec .company_access_address {
    margin-top: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .075em;
    line-height: 30px;
    color: #555;
}

.page_company_access-sec .company_access_map {
    display: block;
    width: 100%;
    height: 450px;
    margin-top: 40px;
    border: 0;
    border-radius: 6px;
}

/* ============================================================
   売却の流れページ（page_service_flow-sec を流用。FV直下の先頭セクションになるため padding のみ上書き）
============================================================ */
.page_flow .page_service_flow-sec {
    padding: 62px 0 135px;
}

/* ============================================================
   よくある質問ページ（TOPの top-faq を流用。見出しブロック省略に伴う先頭調整のみ）
============================================================ */
.page_faq .top-faq {
    padding-top: 62px;
}

.page_faq .top-faq .top-faq__tabs {
    /* 見出し下52pxの余白を打ち消し（見出し省略のため） */
    margin-top: 0;
}

/* ============================================================
   弁護士ページ：お問い合わせ導線ボタン（TOP FVボタンのデザイン流用・メインカラー）
============================================================ */
.page_lawyer_contact-sec {
    padding: 0 0 110px;
}

.page_lawyer_contact-sec .contact_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* 文言がアイコン・矢印と窮屈にならないよう幅を拡大 */
    width: 320px;
    height: 68px;
    margin: 0 auto;
    border-radius: 4px;
    background: var(--main-color);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .3);
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: .06em;
    color: #fff;
    transition: .3s;
}

.page_lawyer_contact-sec .contact_btn .btn_icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    object-fit: contain;
}

.page_lawyer_contact-sec .contact_btn .btn_arrow {
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 18px;
    object-fit: contain;
}

@media (max-width: 750px) {
    .wrap {
        max-width: 90%;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    body {
        font-size: 13px;
        padding-top: 55px;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 1px 1px #ccc;
        z-index: 999;
        height: 55px;
    }

    #sp_header .logo {
        position: absolute;
        left: 10px;
        top: 10px;
        line-height: 0;
    }

    #sp_header .logo img {
        height: 40px;
    }

    #sp_header .icon {
        color: #000;
        position: absolute;
    }

    #sp_header .mail {
        right: 70px;
        top: 13px;
        font-size: 25px;
    }

    #sp_header .tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }

    /* SP固定ページ 共通設定 */
    .common_page_main {
        padding-block: 20vw;
    }

    .common_page_main .title_box .title {
        font-size: 5.6vw;
    }

    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.5vw;
    }

    /* SP固定ページ お問い合わせ */
    .contact_form_disc {
        margin-block: 0 2em;
    }

    .contact_form_disc .text {
        font-size: 3.6vw;
        margin-block: 0 0.8em;
    }

    .contact_form_disc .caution {
        font-size: 3.1vw;
        letter-spacing: .06em;
    }

    .common_contact_form .form_box {
        margin-block: 0 10vw;
    }

    .common_contact_form .form_box dl {
        grid-template-columns: 1fr;
        gap: 0.6em;
    }

    .common_contact_form .form_box dl+dl {
        margin-block: 1.3em 0;
    }

    .common_contact_form .form_box dl dt {
        flex-direction: row-reverse;
        justify-content: space-between;
        font-size: 4.1vw;
        padding-inline: 0;
    }

    .common_contact_form .form_box dl dt .label {
        font-size: 3.1vw;
    }

    .common_contact_form .form_box dl dt::after {
        content: none;
    }

    .common_contact_form input[type="text"],
    .common_contact_form input[type="email"],
    .common_contact_form #zip {
        font-size: 3.6vw;
    }

    .common_contact_form select {
        width: 100%;
        font-size: 3.6vw;
    }

    .common_contact_form textarea {
        height: 33vw;
        font-size: 3.6vw;
    }

    .radio_btns,
    .checkboxes {
        gap: 0.5em 2.5em;
    }

    .page_contact #btn_wrap button {
        width: 83%;
        line-height: 15.5vw;
        font-size: 4.6vw;
    }

    .page_contact #btn_wrap button[name="submitBack"] {
        margin-top: 4vw;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        margin: 5vw 0;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_outer .privacy_term_inner dl+dl {
        margin-top: 7vw;
    }

    .privacy_term_detail::after {
        width: 2.5vw;
        margin: 1.5vw auto 0;
    }

    /* サンクスページ */
    .page_contact .thanks_textArea .name {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .page_contact .thanks_textArea .contact_text {
        font-size: 3.5vw;
        margin-bottom: 2em;
        width: 100%;
    }

    .page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    .page_contact .progressbar {
        gap: 4.5em;
        margin-block: 0 2.5em;
    }

    .page_contact .progressbar .item {
        font-size: 3.1vw;
    }

    .page_contact .progressbar .item+.item::before {
        width: 5.7vw;
        top: 63%;
        left: -3.3em;
    }

    .page_contact .progressbar .item .mark {
        width: 7.7vw;
        margin: 0 auto 0.4em;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }

    /* ============================================================
       maekawashoji 追加スタイル（SP）※基準幅390px → px÷3.9
    ============================================================ */

    body {
        font-family: 'Noto Sans JP', sans-serif;
        color: #333;
        min-width: 100%;
        padding-top: 22.56vw;
    }

    /* ===== SPヘッダー ===== */
    #sp_header {
        height: 22.56vw;
        box-shadow: none;
    }

    .sp-header__bar {
        display: flex;
        align-items: center;
        height: 15.38vw;
        background: #fff;
    }

    .sp-header__logo {
        margin-left: 5.13vw;
        line-height: 0;
    }

    .sp-header__logo img {
        width: 39.49vw;
        height: auto;
        object-fit: contain;
    }

    .sp-header__official {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 7.18vw;
        background: var(--main-color);
    }

    .sp-header__official-text {
        font-family: 'Zen Kaku Gothic New', sans-serif;
        font-weight: 900;
        font-size: 3.59vw;
        letter-spacing: .08em;
        line-height: 1;
        color: #fff;
    }

    .sp-header__official-text .-small {
        font-size: 3.08vw;
    }

    .sp-header__official-arrow {
        position: absolute;
        right: 5.13vw;
        top: 50%;
        transform: translateY(-50%);
        width: 2.05vw;
        height: auto;
        object-fit: contain;
    }

    /* ===== TOP：FV（SP） ===== */
    .top-fv {
        height: 138.46vw;
    }

    .top-fv__slider,
    .top-fv__slide,
    .top-fv__slide img {
        height: 138.46vw;
    }

    .top-fv__slide::after {
        background: radial-gradient(ellipse 61.4% 61.4% at 50% 42.9%, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 30%, rgba(0, 0, 0, 0) 90%);
    }

    .top-fv__slide:nth-child(3)::after {
        background: radial-gradient(ellipse 61.4% 61.4% at 50% 42.9%, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .4) 30%, rgba(0, 0, 0, 0) 90%);
    }

    .top-fv__cont {
        top: 14.36vw;
        width: 100%;
        padding: 0 5.13vw;
    }

    .top-fv__ttl-sub {
        display: block;
        font-size: 7.18vw;
        letter-spacing: .08em;
        line-height: calc(40 / 28);
        padding-left: 3.59vw;
    }

    .top-fv__ttl-main {
        display: block;
        font-size: 8.97vw;
        letter-spacing: .08em;
        line-height: calc(47 / 35);
    }

    .top-fv__lead {
        font-size: 3.85vw;
        letter-spacing: .05em;
        line-height: calc(24 / 15);
        margin-top: 2.05vw;
    }

    .top-fv__cta-label {
        gap: 2.05vw;
        font-size: 4.1vw;
        letter-spacing: .06em;
        margin-top: 6.15vw;
    }

    .top-fv__cta-label img {
        width: 3.59vw;
        height: 5.38vw;
    }

    .top-fv__btns {
        flex-direction: column;
        align-items: center;
        gap: 2.56vw;
        margin-top: 2.05vw;
    }

    .top-fv__btn {
        width: 89.74vw;
        height: 15.9vw;
        border-radius: 1.03vw;
        font-size: 4.36vw;
    }

    .top-fv__btn-icon {
        left: 5.13vw;
        width: 5.38vw;
        height: auto;
    }

    .top-fv__btn.-satei .top-fv__btn-icon {
        left: 5.38vw;
        width: 4.87vw;
    }

    .top-fv__btn-arrow {
        right: 4.87vw;
        width: 2.82vw;
        height: 4.62vw;
    }

    /* ===== TOP：SP下部追従バー ===== */
    .top-fixed-bar {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 -1px 6px rgba(0, 0, 0, .06);
        z-index: 900;
        padding: 0.77vw 2.56vw 2.56vw;
        opacity: 0;
        visibility: hidden;
        transition: opacity .5s, visibility .5s;
    }

    .top-fixed-bar.is-show {
        opacity: 1;
        visibility: visible;
    }

    .top-fixed-bar__label {
        font-size: 3.08vw;
        font-weight: 500;
        letter-spacing: .06em;
        line-height: 2;
        color: #444;
        text-align: center;
    }

    .top-fixed-bar__btns {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1.79vw;
        margin-top: 0.77vw;
    }

    .top-fixed-bar__btn {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40.51vw;
        height: 10.26vw;
        border-radius: 0.77vw;
        color: #fff;
        font-family: 'Zen Kaku Gothic New', sans-serif;
        font-weight: 900;
        font-size: 3.59vw;
        letter-spacing: .06em;
    }

    .top-fixed-bar__btn.-soudan {
        background: var(--sub-color);
        padding-left: 1.79vw;
    }

    .top-fixed-bar__btn.-contact {
        background: #2FBBEC;
        padding-left: 4.87vw;
    }

    .top-fixed-bar__btn-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 4.36vw;
        height: auto;
        object-fit: contain;
    }

    .top-fixed-bar__btn.-soudan .top-fixed-bar__btn-icon {
        left: 3.08vw;
    }

    .top-fixed-bar__btn.-contact .top-fixed-bar__btn-icon {
        left: 3.59vw;
    }

    .top-fixed-bar__tel {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 10.26vw;
        height: 10.26vw;
        border-radius: 0.77vw;
        background: #ECF6FA;
    }

    .top-fixed-bar__tel img {
        width: 5.38vw;
        height: auto;
        object-fit: contain;
    }

    /* ===== TOP共通：セクション見出し（SP） ===== */
    .top-sec-head__en {
        font-size: 5.13vw;
        line-height: calc(35 / 20);
    }

    .top-sec-head__ttl {
        font-size: 7.18vw;
        line-height: calc(60 / 28);
        margin-top: -3.08vw;
    }

    /* ===== TOP：お悩み（SP） ===== */
    .top-problem {
        padding: 14.1vw 0 16.41vw;
    }

    .top-problem__ttl-line1 {
        font-family: 'Zen Kaku Gothic New', sans-serif;
        font-size: 5.64vw;
        letter-spacing: .06em;
        line-height: calc(35 / 22);
    }

    .top-problem__ttl-line2 {
        font-size: 7.18vw;
        line-height: calc(37 / 28);
        /* PCの-7px補正を打ち消す */
        margin-top: 0;
    }

    .top-problem__ttl-line2 .-kw {
        font-size: 7.18vw;
    }

    .top-problem__list {
        flex-wrap: wrap;
        gap: 0 2.56vw;
        margin-top: 18.46vw;
    }

    .top-problem__item {
        flex: none;
        width: 43.59vw;
    }

    .top-problem__item:nth-child(n+3) {
        margin-top: 17.18vw;
    }

    .top-problem__card {
        height: 62.82vw;
        border-radius: 6px;
        box-shadow: 0 1.54vw 0 0 var(--main-color);
    }

    .top-problem__bubble {
        top: -11.79vw;
        /* テキストは上寄せ固定（中央寄せだと尻尾側に下がる） */
        justify-content: flex-start;
        padding-top: 4.1vw;
        padding-bottom: 0;
    }

    .top-problem__bubble.-b1 {
        width: 30.77vw;
        height: 20.51vw;
        background-image: url(image/top_problem_bubble1_sp.svg);
    }

    .top-problem__bubble.-b2 {
        width: 39.49vw;
        height: 21.3vw;
        padding-top: 5.64vw;
        padding-left: 3vw;
        background-image: url(image/top_problem_bubble2_sp.svg);
    }

    .top-problem__bubble.-b3 {
        width: 28.21vw;
        height: 20.51vw;
        background-image: url(image/top_problem_bubble3_sp.svg);
    }

    .top-problem__bubble.-b4 {
        width: 44.1vw;
        height: 20.51vw;
        background-image: url(image/top_problem_bubble4_sp.svg);
        padding-top: 4.1vw;
        padding-right: 0.5vw;
    }

    .top-problem__bubble-text {
        font-size: 3.59vw;
        line-height: calc(21 / 14);
    }

    .top-problem__bubble-text .-kw {
        font-size: 4.1vw;
    }

    .top-problem__bubble-text .-sub {
        font-size: 3.33vw;
        line-height: calc(16 / 13);
        margin-top: 1.54vw;
        letter-spacing: 0;
    }

    .top-problem__img {
        border-radius: 4px 4px 0 0;
    }

    .top-problem__img img {
        height: 24.1vw;
    }

    .top-problem__text {
        font-size: 3.33vw;
        letter-spacing: .11em;
        line-height: calc(19 / 13);
        padding: 0 2.82vw;
        margin-top: 2.05vw;
    }

    .top-problem__btn {
        width: 37.18vw;
        height: 6.67vw;
        bottom: 2.56vw;
    }

    .top-problem__btn-text {
        font-size: 3.08vw;
    }

    .top-problem__btn-arrow {
        right: 3.08vw;
        /* 専用svgを等倍表示（縮小すると線が細る） */
        width: 1.77vw;
        height: 2.76vw;
    }

    /* ===== TOP：私たちの強み（SP） ===== */
    .top-strength {
        padding: 12.82vw 0 16.67vw;
    }

    .top-strength__head {
        margin-left: 0;
        width: 100%;
    }

    .top-strength__ttl {
        font-size: 7.18vw;
        margin-top: -2.82vw;
    }

    .top-strength__row {
        display: block;
        margin-top: 5.13vw;
    }

    .top-strength__photo {
        width: 87.69vw;
        margin-left: 0;
    }

    .top-strength__photo img {
        width: 87.69vw;
        height: 43.59vw;
        box-shadow: 2.05vw 2.05vw 0 0 var(--main-color);
    }

    .top-strength__badge {
        top: 25.64vw;
    }

    .top-strength__badge-position {
        width: 20.51vw;
        height: 5.64vw;
        font-size: 3.08vw;
        border-radius: 2px 0 0 2px;
    }

    .top-strength__badge-name {
        width: 28.72vw;
        height: 7.69vw;
        font-size: 5.13vw;
        margin-top: 1.54vw;
    }

    .top-strength__body {
        width: 100%;
        margin-left: 0;
    }

    .top-strength__catch {
        margin-top: 6.67vw;
        font-size: 5.13vw;
        line-height: calc(30 / 21);
        /* 点線化でborder2px分をpaddingに含める（PC側と同じ理由） */
        padding-bottom: calc(2.82vw + 2px);
    }

    .top-strength__catch .-kw {
        font-size: 6.15vw;
    }

    /* 本文は高さ260pxの縦スクロールボックス */
    .top-strength__scroll {
        height: 66.67vw;
        overflow-y: auto;
        margin-top: 3.08vw;
    }

    .top-strength__text {
        /* キャッチ→本文の間隔はスクロールボックス側で確保（PCの18pxを打ち消し） */
        margin-top: 0;
        font-size: 3.59vw;
        letter-spacing: .15em;
        line-height: calc(25 / 14);
    }

    .top-strength__text p+p {
        margin-top: 6.41vw;
    }

    .top-strength__emphasis {
        margin-top: 4.62vw;
        font-size: 3.59vw;
        letter-spacing: .12em;
        line-height: calc(25 / 14);
    }

    .top-strength__emphasis+.top-strength__text {
        margin-top: 4.62vw;
    }

    /* ===== TOP：弁護士事務所様専用ご相談窓口（SP） ===== */
    .top-lawyer {
        padding: 10.26vw 0 0;
    }

    .top-lawyer__card {
        height: auto;
        box-shadow: 0 2.56vw 0 0 var(--main-color), 0 2px 10px rgba(0, 0, 0, .04);
    }

    .top-lawyer__cont {
        padding: 5.38vw 5.13vw 4.87vw;
    }

    .top-lawyer__head {
        width: 100%;
        border-bottom: none;
        padding-bottom: 0;
        /* PCの破線はbackground実装のためSPでも明示打ち消し */
        background: none;
    }

    .top-sec-head__en.-left {
        font-size: 5.13vw;
        line-height: calc(35 / 20);
    }

    .top-lawyer__ttl {
        font-size: 4.62vw;
        line-height: calc(30 / 21);
        margin-top: -0.26vw;
    }

    .top-lawyer__ttl .-kw {
        font-size: 5.64vw;
    }

    .top-lawyer__img {
        position: static;
        width: 100%;
        height: 35.38vw;
        border-radius: 6px;
        margin-top: 3.85vw;
    }

    .top-lawyer__divider {
        display: block;
        border: none;
        /* 破線罫線（見た目ダッシュ4px・間隔3px） */
        height: 2px;
        background: repeating-linear-gradient(90deg, #99A8C2 0, #99A8C2 4px, transparent 4px, transparent 7px);
        margin: 4.62vw 0 0;
    }

    .top-lawyer__lead {
        margin-top: 2.82vw;
        width: 100%;
        font-size: 3.59vw;
        letter-spacing: .1em;
        line-height: calc(23 / 14);
    }

    .top-lawyer__box {
        margin-top: 6.67vw;
        width: 100%;
        height: auto;
        padding: 4.62vw 3.33vw 5.64vw;
        text-align: center;
    }

    .top-lawyer__box-ttl {
        font-size: 4.1vw;
        line-height: calc(28 / 16);
    }

    .top-lawyer__box-ttl .-small {
        /* inline-block化で親の行送り（28px相当のstrut）を切り離し、lh19pxの2行組を有効にする */
        display: inline-block;
        font-size: 3.33vw;
        line-height: calc(19 / 13);
    }

    .top-lawyer__box-note {
        margin-top: 1.54vw;
        font-size: 3.08vw;
        line-height: calc(19 / 12);
    }

    .top-lawyer__box-btn {
        width: 51.28vw;
        height: 9.23vw;
        margin: 4.36vw auto 0;
    }

    .top-lawyer__box-btn-text {
        font-size: 3.08vw;
        line-height: calc(14 / 12);
        margin-left: 6.15vw;
        text-align: left;
    }

    .top-lawyer__box-btn-arrow {
        right: 3.59vw;
        /* 専用svgを等倍表示（縮小すると線が細る） */
        width: 2.15vw;
        height: 3.36vw;
    }

    /* ===== TOP：よくある質問（SP） ===== */
    .top-faq {
        padding: 23.59vw 0 20.51vw;
    }

    .top-faq__tabs {
        flex-wrap: wrap;
        gap: 2.05vw;
        margin-top: 7.18vw;
        border-bottom: none;
    }

    .top-faq__tab {
        width: 41.03vw;
        height: 11.79vw;
        border-radius: 4px;
        font-size: 3.33vw;
        line-height: calc(16 / 12);
    }

    .top-faq__tab .-kw {
        font-size: 3.85vw;
    }

    .top-faq__panel {
        margin-top: 7.18vw;
    }

    .top-faq__item+.top-faq__item {
        margin-top: 3.08vw;
    }

    .top-faq__q {
        align-items: flex-start;
        padding: 3.59vw 12.82vw 3.08vw 15.9vw;
    }

    .top-faq__q-mark {
        left: 3.59vw;
        font-size: 7.18vw;
        /* Q.は質問文1行目に揃える（縦センター解除） */
        top: 4.36vw;
        transform: none;
        line-height: calc(35 / 28);
    }

    .top-faq__q-text {
        font-size: 4.1vw;
        line-height: calc(22 / 16);
    }

    .top-faq__arrow {
        right: 6.67vw;
        width: 5vw;
        height: 2.95vw;
        /* 矢印は1行目の高さに固定（translateY(-50%)前提のtop指定） */
        top: 8.97vw;
    }

    .top-faq__a-inner {
        margin: 0 2.56vw 2.56vw;
        padding: 2.82vw 6.15vw 3.59vw 13.33vw;
    }

    .top-faq__a-mark {
        left: 3.08vw;
        top: 3.08vw;
        font-size: 7.18vw;
    }

    .top-faq__a-text {
        font-size: 3.33vw;
        letter-spacing: .09em;
        line-height: calc(20 / 13);
    }

    /* ===== TOP：CV（SP） ===== */
    .top-cv {
        height: auto;
        background-image: url(image/top_cv_bg_sp.webp);
        padding-bottom: 16.67vw;
    }

    .top-cv__inner {
        padding-top: 15.38vw;
    }

    .top-cv__ttl {
        font-size: 7.18vw;
        letter-spacing: .06em;
        line-height: calc(38 / 28);
        /* PCのmargin-top:7pxを打ち消す */
        margin-top: -1.03vw;
    }

    .top-cv__lead {
        margin-top: 1.79vw;
        font-size: 3.59vw;
        line-height: calc(21 / 14);
    }

    .top-cv__divider {
        display: block;
        border: none;
        border-top: 2px solid #B3B3B3;
        width: 89.74vw;
        margin: 5.38vw auto 0;
    }

    .top-cv__cards {
        flex-direction: column;
        align-items: center;
        gap: 3.08vw;
        margin-top: 6.15vw;
    }

    .top-cv__card {
        width: 89.74vw;
        height: 28.72vw;
        padding-top: 2.31vw;
    }

    .top-cv__card-label {
        font-size: 3.59vw;
        line-height: calc(27 / 14);
        gap: 2.05vw;
    }

    .top-cv__card-label img {
        /* svgは等倍表示（パスbbox指定だと線まで細く縮むため禁止） */
        width: 2.82vw;
        height: 4.62vw;
        margin-top: 2.31vw;
    }

    .top-cv__card-btn {
        width: 79.49vw;
        height: 15.38vw;
        margin-top: 0.77vw;
        font-size: 4.36vw;
    }

    .top-cv__card-btn-icon {
        left: 5.13vw;
        width: 6.15vw;
    }

    .top-cv__card-btn.-line .top-cv__card-btn-icon {
        left: 5.13vw;
        width: 5.41vw;
    }

    .top-cv__card-btn.-satei .top-cv__card-btn-icon {
        left: 5.13vw;
        width: 4.79vw;
    }

    .top-cv__card-btn-arrow {
        right: 5.13vw;
        width: 2.82vw;
        height: 4.62vw;
    }

    .top-cv__tel {
        /* SPは縦積み（番号1行センター→受付時間1行センター。横並びだと両方折り返す） */
        flex-direction: column;
        /* PCの底辺揃え（flex-end）はSPでは右寄せになるため打ち消す */
        align-items: center;
        margin-top: 6.15vw;
        gap: 0.51vw;
    }

    .top-cv__tel-link {
        pointer-events: auto;
        gap: 2.05vw;
    }

    .top-cv__tel-icon {
        width: 5.38vw;
        height: 7.18vw;
    }

    .top-cv__tel-num {
        font-size: 8.72vw;
    }

    .top-cv__tel-hours {
        font-size: 3.08vw;
        /* PCの底辺揃え微調整マージンを打ち消す */
        margin-bottom: 0;
    }

    /* ===== サイト共通フッター（SP） ===== */
    .site-footer {
        /* 著作権下は基本15px＋下部追従バー高80px分を確保（最下部で追従がコピーライトに被らないように） */
        padding: 7.69vw 0 24.36vw;
    }

    .site-footer__inner {
        display: block;
    }

    .site-footer__card {
        width: 89.74vw;
        margin: 0 auto;
        padding: 5.9vw 5.13vw;
        text-align: center;
    }

    .site-footer__logo img {
        width: 46.41vw;
        margin: 0 auto;
    }

    .site-footer__address {
        font-size: 3.08vw;
        margin-top: 2.82vw;
    }

    .site-footer__divider {
        margin: 2.82vw 0 0;
    }

    .site-footer__lead.-mail {
        font-size: 3.33vw;
        margin-top: 2.05vw;
        line-height: calc(27 / 13);
    }

    .site-footer__btns {
        justify-content: center;
        gap: 2.56vw;
        margin-top: 0.51vw;
    }

    .site-footer__btn {
        width: 38.46vw;
        height: 10.77vw;
        font-size: 3.85vw;
        padding-left: 3.08vw;
    }

    .site-footer__btn.-contact {
        padding-left: 5.9vw;
    }

    .site-footer__btn-icon {
        left: 3.33vw;
        width: 4.36vw;
    }

    .site-footer__bottom {
        flex-direction: column;
        align-items: center;
        margin: 3.85vw 0 0;
    }

    .site-footer__sub-links {
        gap: 5.13vw;
    }

    .site-footer__sub-link {
        font-size: 3.08vw;
    }

    .site-footer__sub-divider {
        height: 3.59vw;
    }

    .site-footer__copyright {
        margin-left: 0;
        margin-top: 1.03vw;
        font-size: 3.08vw;
    }

    /* ===== 下層共通FV・パンくず（SP） ===== */
    .common_page_fv .fv_bg {
        /* タイトル行数に応じてFV高さが伸びるよう、高さ固定をやめて背景化 */
        position: absolute;
        inset: 0;
        height: auto;
    }

    .common_page_fv .fv_bg::after {
        background: rgba(0, 0, 0, .4);
    }

    .common_page_fv .fv_body {
        /* absolute→フローに戻して上下paddingで高さを作る（relativeはz-index:1を効かせて背景より上に描画するため） */
        position: relative;
        inset: auto;
        padding-top: 9.23vw;
        padding-bottom: 13.34vw;
    }

    .common_page_fv .fv_body .en {
        font-size: 4.62vw;
        line-height: 8.97vw;
    }

    .common_page_fv .fv_body .title {
        margin-top: 0.51vw;
        font-size: 6.15vw;
        letter-spacing: .059em;
        line-height: 8.72vw;
    }

    .common_page_fv .fv_body .title .-big {
        font-size: 7.18vw;
    }

    .common_page_fv.-ttl_keep .fv_body .title {
        font-size: 5.64vw;
        line-height: 7.95vw;
    }

    .common_page_fv.-ttl_keep .fv_body .title .-big {
        font-size: 6.67vw;
    }

    .common_page_breadcrumb {
        margin-top: 2.05vw;
        font-size: 3.08vw;
        line-height: 7.18vw;
        text-align: left;
    }

    /* ===== 下層サービス系ページ共通（SP） ===== */
    .page_service .service_sec_head .head_en {
        font-size: 4.62vw;
        line-height: 6.41vw;
    }

    .page_service .service_sec_head .head_ttl {
        margin-top: 3.08vw;
        font-size: 5.69vw;
        line-height: 9.23vw;
    }

    .page_service .service_sec_head .head_ttl .-kw {
        font-size: 7.18vw;
    }

    .page_service .service_sec_head .head_ttl.-two-line {
        font-size: 4.92vw;
        line-height: 9.74vw;
    }

    .page_service .service_sec_head .head_ttl .-sub {
        font-size: 5.69vw;
    }

    /* ===== お悩み（SP） ===== */
    .page_service_problem-sec {
        padding: 8.72vw 0 0;
    }

    .page_service_problem-sec .service_problem_list {
        margin-top: 8.21vw;
        flex-direction: column;
        gap: 3.85vw;
    }

    .page_service_problem-sec .service_problem_list .item {
        width: 100%;
        /* PCのmin-height:90pxを打ち消し（初期値autoに戻す。flexアイテムの内容保護も維持） */
        min-height: auto;
        /* 行間拡大分を上下paddingで吸収（1行時のカード高を維持） */
        padding: 3.97vw 2.56vw;
        border-radius: 2.05vw;
    }

    .page_service_problem-sec .service_problem_list .item .item_icon {
        top: -3.59vw;
        right: -1.28vw;
        width: 11.79vw;
        height: 10.26vw;
    }

    .page_service_problem-sec .service_problem_list .item .item_text {
        font-size: 4.1vw;
        /* 破線と次行の間隔確保のための行間拡大 */
        line-height: 8.72vw;
        padding-bottom: calc(.51vw + 2px);
    }

    .page_service_problem-sec .service_problem_list .item .item_text .item_text_inner {
        padding-bottom: calc(.51vw + 5px);
    }

    .page_service_problem-sec .service_problem_list .item .item_text .-kw {
        font-size: 5.13vw;
    }

    /* ===== 事例（SP） ===== */
    .page_service_case-sec {
        padding: 15.9vw 0 16.92vw;
    }

    .page_service_case-sec .service_case_head {
        width: auto;
    }

    .page_service_case-sec .service_case_head .head_ttl {
        font-size: 5.13vw;
        line-height: 8.72vw;
    }

    .page_service_case-sec .service_case_head .head_ttl .-dot::before {
        top: -.77vw;
        width: 1.28vw;
        height: 1.28vw;
    }

    .page_service_case-sec .service_case_head .head_ttl .-marker {
        background: linear-gradient(#FFEED4, #FFEED4) left bottom .77vw / 100% 2.05vw no-repeat;
    }

    .page_service_case-sec .service_case_head .head_quote {
        width: 8.21vw;
        height: 7.18vw;
    }

    .page_service_case-sec .service_case_head .head_quote.-open {
        left: -1.03vw;
        top: -7.18vw;
    }

    .page_service_case-sec .service_case_head .head_quote.-close {
        right: -1.03vw;
        top: auto;
        bottom: -7.18vw;
    }

    .page_service_case-sec .service_case_label {
        margin-top: 8.21vw;
        gap: 2.56vw;
        font-size: 4.36vw;
        line-height: 10vw;
    }

    .page_service_case-sec .service_case_label .label_tri {
        width: 4.62vw;
        height: 4.62vw;
    }

    .page_service_case-sec .service_case_card {
        width: 100%;
        margin-top: 1.03vw;
        flex-direction: column;
        gap: 5.13vw;
        padding: 5.13vw;
        border-radius: 1.54vw;
    }

    .page_service_case-sec .service_case_card::before {
        top: 2.05vw;
        bottom: -2.05vw;
        border-radius: 1.54vw;
    }

    .page_service_case-sec .service_case_card .card_img {
        width: 100%;
        height: 51.28vw;
        border-radius: 2.05vw;
    }

    .page_service_case-sec .service_case_card .card_body {
        width: 100%;
    }

    .page_service_case-sec .service_case_card .card_body .card_ttl {
        margin-top: 0;
        font-size: 5.13vw;
        /* 破線と次行の間隔確保のための行間拡大 */
        line-height: 9.74vw;
        /* inlineのpaddingはレイアウト非寄与のため、最終行の破線分の高さを親側で確保 */
        padding-bottom: calc(.51vw + 2px);
    }

    /* 複数行時に各行のテキスト実幅へ破線を敷く */
    .page_service_case-sec .service_case_card .card_body .card_ttl .card_ttl_inner {
        display: inline;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        background: repeating-linear-gradient(90deg, #D6D8DD 0 4px, transparent 4px 7px) left bottom / 100% 2px no-repeat;
        padding-bottom: calc(.51vw + 5px);
    }

    .page_service_case-sec .service_case_card .card_body .card_divider {
        /* 破線はタイトル各行下に敷くためSPでは非表示 */
        display: none;
    }

    .page_service_case-sec .service_case_card .card_body .card_text {
        margin-top: 3.08vw;
        font-size: 3.59vw;
        line-height: 5.9vw;
    }

    .page_service_case-sec .service_case_card .card_body .card_text+.card_text {
        margin-top: 5.9vw;
    }

    /* ===== 強み（SP） ===== */
    .page_service_support-sec {
        padding: 15.38vw 0 16.41vw;
    }

    .page_service_support-sec .service_sec_head .head_ttl {
        margin-top: 2.05vw;
    }

    .page_service_support-sec .service_support_lead {
        margin-top: 2.05vw;
        text-align: left;
        font-size: 3.85vw;
        line-height: 6.15vw;
    }

    .page_service_support-sec .service_support_list {
        margin-top: 8.21vw;
        flex-direction: column;
        gap: 5.13vw;
    }

    .page_service_support-sec .service_support_list .item {
        width: 100%;
        border-radius: 1.54vw;
    }

    .page_service_support-sec .service_support_list .item .item_img {
        height: 44.87vw;
    }

    .page_service_support-sec .service_support_list .item .item_body {
        padding: 0 5.13vw 6.15vw;
    }

    .page_service_support-sec .service_support_list .item .item_body .item_en {
        margin-top: 3.59vw;
        font-size: 4.1vw;
        line-height: 6.41vw;
    }

    .page_service_support-sec .service_support_list .item .item_body .item_ttl {
        margin-top: -1.28vw;
        font-size: 4.87vw;
        line-height: 10.26vw;
        padding: 0 1.03vw 2px;
    }

    .page_service_support-sec .service_support_list .item .item_body .item_text {
        margin-top: 3.08vw;
        font-size: 3.59vw;
        line-height: 5.9vw;
    }

    /* ===== 流れ（SP） ===== */
    .page_service_flow-sec {
        padding: 15.38vw 0 16.41vw;
    }

    .page_service_flow-sec .service_sec_head .head_ttl {
        margin-top: 1.03vw;
    }

    .page_service_flow-sec .service_flow_list {
        margin-top: 7.69vw;
    }

    .page_service_flow-sec .service_flow_list::before {
        left: 7.42vw;
        top: 7.69vw;
        bottom: 26.18vw;
    }

    .page_service_flow-sec .service_flow_list .item+.item {
        margin-top: 7.69vw;
    }

    .page_service_flow-sec .service_flow_list .item::after {
        left: 0;
        right: 0;
        bottom: -3.85vw;
    }

    .page_service_flow-sec .service_flow_list .item .item_icon_box {
        width: 15.38vw;
        height: 15.38vw;
    }

    .page_service_flow-sec .service_flow_list .item .item_icon_box .item_icon {
        width: 6.92vw;
        height: auto;
    }

    .page_service_flow-sec .service_flow_list .item .item_body {
        margin-left: 5.13vw;
        padding-top: 0;
    }

    .page_service_flow-sec .service_flow_list .item .item_body .item_en {
        font-size: 4.1vw;
        line-height: 6.41vw;
    }

    .page_service_flow-sec .service_flow_list .item .item_body .item_ttl {
        margin-top: 0;
        font-size: 4.62vw;
        line-height: 8.21vw;
    }

    .page_service_flow-sec .service_flow_list .item .item_body .item_text {
        margin-top: 1.54vw;
        font-size: 3.59vw;
        line-height: 5.9vw;
    }

    /* ===== メッセージ（SP） ===== */
    .page_service_message-sec {
        padding: 15.38vw 0 16.41vw;
    }

    .page_service_message-sec .service_message_row {
        flex-direction: column;
    }

    .page_service_message-sec .service_message_row .row_photo {
        width: 100%;
    }

    .page_service_message-sec .service_message_row .row_photo::before {
        top: 2.05vw;
        left: 2.05vw;
        right: -2.05vw;
        bottom: -2.05vw;
        border-radius: 1.54vw;
    }

    .page_service_message-sec .service_message_row .row_photo .photo_img {
        height: 80vw;
        border-radius: 1.54vw;
    }

    .page_service_message-sec .service_message_row .row_photo .photo_badge {
        bottom: 5.64vw;
        width: 35.9vw;
    }

    .page_service_message-sec .service_message_row .row_photo .photo_badge .badge_position {
        bottom: calc(100% + 1.54vw);
        width: 26.15vw;
        height: 6.67vw;
        border-radius: 1.03vw 0 0 1.03vw;
        font-size: 3.59vw;
        line-height: 6.67vw;
        padding-left: 3.33vw;
    }

    .page_service_message-sec .service_message_row .row_photo .photo_badge .badge_name {
        height: 9.74vw;
        border-radius: 1.03vw 0 0 1.03vw;
        font-size: 6.15vw;
        line-height: 9.74vw;
        padding-left: 3.59vw;
    }

    .page_service_message-sec .service_message_row .row_body {
        margin-left: 0;
        padding-top: 8.21vw;
    }

    .page_service_message-sec .service_message_row .row_body .body_en {
        font-size: 4.62vw;
        line-height: 6.41vw;
    }

    .page_service_message-sec .service_message_row .row_body .body_ttl {
        margin-top: 1.28vw;
        font-size: 6.67vw;
        line-height: 10.26vw;
    }

    .page_service_message-sec .service_message_row .row_body .body_text {
        max-width: 100%;
        font-size: 3.59vw;
        line-height: 5.9vw;
    }

    .page_service_message-sec .service_message_row .row_body .body_ttl+.body_text {
        margin-top: 4.62vw;
    }

    .page_service_message-sec .service_message_row .row_body .body_text+.body_text {
        margin-top: 5.9vw;
    }

    /* ===== よくある質問（SP） ===== */
    .page_service_faq-sec {
        padding: 15.38vw 0 17.44vw;
    }

    .page_service_faq-sec .service_faq_list {
        margin-top: 8.21vw;
    }

    /* 施設ページのPC用21px指定（.page_shisetsu付き＝詳細度高）がSP共通のvw指定に勝つため、同詳細度で明示上書き（値は共通と同じ） */
    .page_shisetsu .page_service_support-sec .service_support_list .item .item_body .item_ttl {
        font-size: 4.87vw;
    }

    /* ===== 弁護士の方からのご相談ページ（SP） ===== */

    /* FV */
    .page_lawyer_fv {
        padding: 10.26vw 0 12.82vw;
    }

    .page_lawyer_fv .fv_inner {
        flex-direction: column;
        gap: 6.15vw;
    }

    .page_lawyer_fv .fv_inner .fv_body {
        width: 100%;
    }

    .page_lawyer_fv .fv_inner .fv_body .fv_en {
        font-size: 4.62vw;
        line-height: 6.41vw;
    }

    .page_lawyer_fv .fv_inner .fv_body .fv_badge {
        margin-top: 2.56vw;
        padding: 0.77vw 3.85vw;
        font-size: 3.33vw;
        line-height: 6.15vw;
    }

    .page_lawyer_fv .fv_inner .fv_body .fv_ttl {
        margin-top: 3.85vw;
        font-size: 5.64vw;
        line-height: 8.72vw;
    }

    .page_lawyer_fv .fv_inner .fv_body .fv_lead {
        margin-top: 3.59vw;
        font-size: 3.59vw;
        line-height: 5.9vw;
    }

    .page_lawyer_fv .fv_inner .fv_img {
        width: 100%;
    }

    .page_lawyer_fv .fv_inner .fv_img::before {
        top: 2.05vw;
        left: 2.05vw;
        right: -2.05vw;
        bottom: -2.05vw;
        border-radius: 2.05vw;
    }

    .page_lawyer_fv .fv_inner .fv_img img {
        height: 51.28vw;
        border-radius: 2.05vw;
    }

    /* ページ共通 */
    .page_lawyer section {
        /* SP固定ヘッダー55px＋余白15px */
        scroll-margin-top: 17.95vw;
    }

    .page_lawyer .lawyer_detail_head .head_en {
        font-size: 4.62vw;
        line-height: 6.41vw;
    }

    .page_lawyer .lawyer_detail_head .head_ttl {
        margin-top: 2.05vw;
        font-size: 5.13vw;
        line-height: 8.72vw;
    }

    .page_lawyer .lawyer_detail_head .head_ttl .-kw {
        font-size: 6.41vw;
    }

    .page_lawyer .lawyer_note {
        margin-top: 3.59vw;
        font-size: 3.08vw;
        line-height: 5.13vw;
    }

    /* 対応案件 */
    .page_lawyer_case-sec {
        padding: 15.38vw 0 16.41vw;
    }

    .page_lawyer_case-sec .lawyer_case_list {
        margin-top: 8.21vw;
        flex-wrap: wrap;
        gap: 3.08vw 2.56vw;
    }

    .page_lawyer_case-sec .lawyer_case_list .item {
        width: calc(50% - 1.28vw);
        border-radius: 2.05vw;
        padding: 4.1vw 3.59vw 4.1vw;
    }

    .page_lawyer_case-sec .lawyer_case_list .item .item_icon_box {
        width: 13.33vw;
        height: 13.33vw;
    }

    .page_lawyer_case-sec .lawyer_case_list .item .item_icon_box .item_icon {
        width: 8.21vw;
        height: 8.21vw;
    }

    .page_lawyer_case-sec .lawyer_case_list .item .item_ttl {
        margin-top: 2.56vw;
        font-size: 4.1vw;
        line-height: 6.15vw;
    }

    .page_lawyer_case-sec .lawyer_case_list .item .item_text {
        margin-top: 1.03vw;
        font-size: 3.33vw;
        line-height: 5.13vw;
    }

    /* サービス一覧 */
    .page_lawyer_service-sec {
        padding: 15.38vw 0 16.41vw;
    }

    /* SPは見出しを中央寄せ */
    .page_lawyer_service-sec .lawyer_detail_head {
        text-align: center;
    }

    .page_lawyer_service-sec .lawyer_service_list {
        margin-top: 7.69vw;
        flex-direction: column;
        gap: 3.08vw;
    }

    .page_lawyer_service-sec .lawyer_service_list .item {
        width: 100%;
    }

    .page_lawyer_service-sec .lawyer_service_list .item .item_link {
        border-radius: 1.54vw;
        padding: 5.13vw;
    }

    .page_lawyer_service-sec .lawyer_service_list .item .item_num {
        font-size: 7.69vw;
    }

    .page_lawyer_service-sec .lawyer_service_list .item .item_ttl {
        margin-top: 1.54vw;
        font-size: 4.62vw;
        line-height: 7.18vw;
    }

    .page_lawyer_service-sec .lawyer_service_list .item .item_text {
        margin-top: 1.03vw;
        margin-bottom: 4.1vw;
        font-size: 3.59vw;
        line-height: 5.9vw;
    }

    .page_lawyer_service-sec .lawyer_service_list .item .item_btn {
        height: 8.21vw;
        font-size: 3.33vw;
    }

    .page_lawyer_service-sec .lawyer_service_list .item .item_btn .btn_arrow {
        right: 3.08vw;
        width: 2.05vw;
        height: 3.33vw;
    }

    /* 選ばれる理由 */
    .page_lawyer_reason-sec {
        padding: 15.38vw 0 16.41vw;
    }

    .page_lawyer_reason-sec .lawyer_reason_list {
        margin-top: 8.21vw;
        flex-direction: column;
        gap: 3.08vw;
    }

    .page_lawyer_reason-sec .lawyer_reason_list .item {
        width: 100%;
        border-radius: 2.05vw;
        padding: 5.13vw;
    }

    .page_lawyer_reason-sec .lawyer_reason_list .item .item_num {
        width: 14.36vw;
        height: 14.36vw;
        font-size: 4.62vw;
    }

    .page_lawyer_reason-sec .lawyer_reason_list .item .item_ttl {
        margin-top: 3.59vw;
        font-size: 4.62vw;
        line-height: 7.18vw;
    }

    .page_lawyer_reason-sec .lawyer_reason_list .item .item_text {
        margin-top: 1.03vw;
        font-size: 3.59vw;
        line-height: 5.9vw;
    }

    .page_lawyer_reason-sec .lawyer_reason_quote {
        margin-top: 10.26vw;
        font-size: 4.62vw;
        line-height: 8.21vw;
    }

    .page_lawyer_reason-sec .lawyer_reason_quote .-marker {
        background: linear-gradient(#FFEED4, #FFEED4) left bottom 1.03vw / 100% 2.82vw no-repeat;
    }

    /* サービス詳細01：無料査定 */
    .page_lawyer_valuation-sec {
        padding: 15.38vw 0 16.41vw;
    }

    .page_lawyer_valuation-sec .lawyer_detail_head,
    .page_lawyer_report-sec .lawyer_detail_head,
    .page_lawyer_purchase-sec .lawyer_detail_head,
    .page_lawyer_deliverables-sec .lawyer_detail_head {
        text-align: center;
    }

    .page_lawyer_valuation-sec .lawyer_valuation_row {
        flex-direction: column;
        gap: 8.21vw;
    }

    .page_lawyer_valuation-sec .lawyer_valuation_row .row_main {
        width: 100%;
    }

    .page_lawyer_valuation-sec .lawyer_valuation_row .row_main .lawyer_valuation_check {
        margin-top: 5.9vw;
    }

    .page_lawyer_valuation-sec .lawyer_valuation_row .row_main .lawyer_valuation_check .item {
        padding-left: 8.72vw;
        font-size: 3.85vw;
        line-height: 6.41vw;
    }

    .page_lawyer_valuation-sec .lawyer_valuation_row .row_main .lawyer_valuation_check .item::before {
        top: 0.77vw;
        width: 5.64vw;
        height: 5.64vw;
        line-height: 5.64vw;
        font-size: 3.33vw;
    }

    .page_lawyer_valuation-sec .lawyer_valuation_row .row_main .lawyer_valuation_check .item+.item {
        margin-top: 2.56vw;
    }

    .page_lawyer_valuation-sec .lawyer_valuation_row .row_card {
        width: 100%;
        border-radius: 2.05vw;
        padding: 5.9vw;
    }

    .page_lawyer_valuation-sec .lawyer_valuation_row .row_card .card_ttl {
        font-size: 4.62vw;
        line-height: 7.18vw;
    }

    .page_lawyer_valuation-sec .lawyer_valuation_row .row_card .lawyer_valuation_tags {
        margin-top: 3.59vw;
        gap: 2.05vw;
    }

    .page_lawyer_valuation-sec .lawyer_valuation_row .row_card .lawyer_valuation_tags .tag {
        padding: 1.28vw 3.33vw;
        font-size: 3.33vw;
        line-height: 5.13vw;
    }

    .page_lawyer_valuation-sec .lawyer_valuation_row .row_card .card_img {
        margin-top: 5.13vw;
    }

    .page_lawyer_valuation-sec .lawyer_valuation_row .row_card .card_img img {
        height: 46.15vw;
        border-radius: 2.05vw;
    }

    /* サービス詳細02：査定レポート */
    .page_lawyer_report-sec {
        padding: 15.38vw 0 16.41vw;
    }

    .page_lawyer_report-sec .lawyer_report_row {
        margin-top: 7.69vw;
        flex-direction: column;
        gap: 8.21vw;
    }

    .page_lawyer_report-sec .lawyer_report_row .row_cards {
        width: 100%;
        flex-direction: column;
        gap: 3.08vw;
    }

    .page_lawyer_report-sec .lawyer_report_row .row_cards .item {
        width: 100%;
        border-radius: 2.05vw;
        padding: 5.13vw;
    }

    .page_lawyer_report-sec .lawyer_report_row .row_cards .item .item_num {
        font-size: 4.62vw;
    }

    .page_lawyer_report-sec .lawyer_report_row .row_cards .item .item_ttl {
        margin-top: 1.54vw;
        font-size: 4.62vw;
        line-height: 7.18vw;
    }

    .page_lawyer_report-sec .lawyer_report_row .row_cards .item .item_text {
        margin-top: 1.03vw;
        font-size: 3.59vw;
        line-height: 5.9vw;
    }

    .page_lawyer_report-sec .lawyer_report_row .row_mock {
        width: 100%;
        /* SPは写真＋注記をカードリストの上に */
        order: -1;
    }

    .page_lawyer_report-sec .lawyer_report_row .row_mock .mock_img img {
        height: 51.28vw;
        border-radius: 2.05vw;
    }

    /* サービス詳細03：買取価格の取りまとめ */
    .page_lawyer_purchase-sec {
        padding: 15.38vw 0 16.41vw;
    }

    .page_lawyer_purchase-sec .lawyer_purchase_table_wrap {
        margin-top: 7.69vw;
        border-radius: 2.05vw;
    }

    .page_lawyer_purchase-sec .lawyer_purchase_table_wrap .lawyer_purchase_table {
        /* 横スクロールで閲覧（6列が収まらないため） */
        min-width: 205.13vw;
    }

    .page_lawyer_purchase-sec .lawyer_purchase_table_wrap .lawyer_purchase_table th,
    .page_lawyer_purchase-sec .lawyer_purchase_table_wrap .lawyer_purchase_table td {
        padding: 3.08vw 3.59vw;
        font-size: 3.33vw;
        line-height: 5.38vw;
    }

    .page_lawyer_purchase-sec .lawyer_purchase_list {
        margin-top: 5.13vw;
        flex-direction: column;
        gap: 3.08vw;
    }

    .page_lawyer_purchase-sec .lawyer_purchase_list .item {
        width: 100%;
        border-radius: 1.54vw;
        padding: 5.13vw 5.9vw;
    }

    .page_lawyer_purchase-sec .lawyer_purchase_list .item .item_ttl {
        font-size: 4.62vw;
        line-height: 7.18vw;
    }

    .page_lawyer_purchase-sec .lawyer_purchase_list .item .item_text {
        margin-top: 1.03vw;
        font-size: 3.59vw;
        line-height: 5.9vw;
    }

    /* サービス詳細04：企画書・提案書 */
    .page_lawyer_proposal-sec {
        padding: 15.38vw 0 16.41vw;
    }

    .page_lawyer_proposal-sec .lawyer_proposal_list {
        margin-top: 8.21vw;
        flex-direction: column;
        gap: 3.08vw;
    }

    .page_lawyer_proposal-sec .lawyer_proposal_list .item {
        width: 100%;
        border-radius: 2.05vw;
        padding: 5.13vw 5.9vw;
    }

    .page_lawyer_proposal-sec .lawyer_proposal_list .item .item_num {
        width: 14.36vw;
        height: 14.36vw;
        font-size: 4.62vw;
    }

    .page_lawyer_proposal-sec .lawyer_proposal_list .item .item_ttl {
        margin-top: 3.59vw;
        font-size: 4.62vw;
        line-height: 7.18vw;
    }

    .page_lawyer_proposal-sec .lawyer_proposal_list .item .item_text {
        margin-top: 1.03vw;
        font-size: 3.59vw;
        line-height: 5.9vw;
    }

    .page_lawyer_proposal-sec .lawyer_note {
        margin-top: 5.13vw;
    }

    /* 困難案件 */
    .page_lawyer_difficult-sec {
        padding: 15.38vw 0 16.41vw;
    }

    .page_lawyer_difficult-sec .lawyer_difficult_head .head_ttl {
        font-size: 5.13vw;
        line-height: 8.72vw;
    }

    .page_lawyer_difficult-sec .lawyer_difficult_head .head_ttl .-marker {
        background: linear-gradient(#FFEED4, #FFEED4) left bottom 1.03vw / 100% 2.82vw no-repeat;
    }

    .page_lawyer_difficult-sec .lawyer_difficult_head .head_quote {
        width: 8.21vw;
        height: 7.18vw;
    }

    .page_lawyer_difficult-sec .lawyer_difficult_head .head_quote.-open {
        left: -1.03vw;
        top: -7.18vw;
    }

    .page_lawyer_difficult-sec .lawyer_difficult_head .head_quote.-close {
        right: -1.03vw;
        top: auto;
        bottom: -7.18vw;
    }

    .page_lawyer_difficult-sec .lawyer_difficult_list {
        margin-top: 10.26vw;
        flex-direction: column;
        gap: 3.08vw;
    }

    .page_lawyer_difficult-sec .lawyer_difficult_list .item {
        width: 100%;
        border-radius: 2.05vw;
        padding: 6.15vw 5.64vw 5.13vw;
    }

    .page_lawyer_difficult-sec .lawyer_difficult_list .item::before {
        left: 5.64vw;
        width: 11.79vw;
        height: 1.03vw;
        border-radius: 0 0 1.03vw 1.03vw;
    }

    .page_lawyer_difficult-sec .lawyer_difficult_list .item .item_ttl {
        font-size: 4.62vw;
        line-height: 7.18vw;
    }

    .page_lawyer_difficult-sec .lawyer_difficult_list .item .item_text {
        margin-top: 1.03vw;
        font-size: 3.59vw;
        line-height: 5.9vw;
    }

    /* 提供できる資料・成果物 */
    .page_lawyer_deliverables-sec {
        padding: 15.38vw 0 16.41vw;
    }

    .page_lawyer_deliverables-sec .lawyer_deliverables_list {
        margin-top: 7.69vw;
        flex-wrap: wrap;
        gap: 3.08vw;
    }

    .page_lawyer_deliverables-sec .lawyer_deliverables_list .item {
        flex: none;
        width: calc((100% - 3.08vw) / 2);
        border-radius: 2.05vw;
        padding: 3.08vw 3.08vw 3.59vw;
    }

    .page_lawyer_deliverables-sec .lawyer_deliverables_list .item .item_cover {
        height: 22.56vw;
        border-radius: 1.03vw;
    }

    .page_lawyer_deliverables-sec .lawyer_deliverables_list .item .item_cover::before,
    .page_lawyer_deliverables-sec .lawyer_deliverables_list .item .item_cover::after {
        left: 3.08vw;
        height: 2.05vw;
        border-radius: 1.03vw;
    }

    .page_lawyer_deliverables-sec .lawyer_deliverables_list .item .item_cover::before {
        top: 4.1vw;
    }

    .page_lawyer_deliverables-sec .lawyer_deliverables_list .item .item_cover::after {
        top: 8.21vw;
    }

    .page_lawyer_deliverables-sec .lawyer_deliverables_list .item .item_name {
        margin-top: 3.08vw;
        font-size: 3.59vw;
        line-height: 5.64vw;
    }

    /* ご相談の流れ（page_service_flow-sec 流用・メタのみ固有） */
    .page_lawyer .page_service_flow-sec .service_flow_list .item .item_meta {
        margin-top: 2.05vw;
    }

    .page_lawyer .page_service_flow-sec .service_flow_list .item .item_meta .meta_row {
        font-size: 3.33vw;
        line-height: 5.38vw;
    }

    .page_lawyer .page_service_flow-sec .service_flow_list::before {
        bottom: 38.46vw;
    }

    /* ============================================================
       会社案内ページ（SP）
    ============================================================ */

    /* 企業理念 */
    .page_company_philosophy-sec {
        padding: 8.72vw 0 16.41vw;
    }

    .page_company_philosophy-sec .company_philosophy_catch {
        margin-top: 8.21vw;
        font-size: 6.15vw;
        line-height: 10.26vw;
    }

    .page_company_philosophy-sec .company_philosophy_catch .-kw {
        font-size: 7.69vw;
    }

    .page_company_philosophy-sec .company_philosophy_text {
        margin-top: 5.64vw;
        text-align: left;
        font-size: 3.85vw;
        line-height: 7.69vw;
    }

    .page_company_philosophy-sec .company_motto_card {
        width: 100%;
        margin-top: 10.26vw;
        padding: 10.26vw 5.13vw 11.28vw;
    }

    .page_company_philosophy-sec .company_motto_card .card_label {
        padding: 1.03vw 6.67vw;
        font-size: 3.59vw;
        line-height: 6.15vw;
    }

    .page_company_philosophy-sec .company_motto_card .card_catch {
        margin-top: 4.62vw;
        font-size: 4.62vw;
        line-height: 7.69vw;
    }

    .page_company_philosophy-sec .company_motto_card .card_list {
        margin-top: 5.64vw;
    }

    .page_company_philosophy-sec .company_motto_card .card_list .card_item {
        font-size: 3.85vw;
        line-height: 8.21vw;
    }

    /* 経営理念 */
    .page_company_mission-sec {
        padding: 15.38vw 0 16.41vw;
    }

    .page_company_mission-sec .company_mission_catch {
        margin-top: 8.21vw;
    }

    .page_company_mission-sec .company_mission_catch .catch_img {
        /* SPは2行版SVG（314×333） */
        width: 61.54vw;
    }

    .page_company_mission-sec .company_mission_text {
        margin-top: 10.26vw;
        text-align: left;
        font-size: 3.85vw;
        line-height: 8.21vw;
    }

    /* 行動指針 */
    .page_company_values-sec {
        padding: 15.38vw 0 16.41vw;
    }

    .page_company_values-sec .company_values_list {
        margin-top: 8.21vw;
        flex-direction: column;
        gap: 3.85vw;
    }

    .page_company_values-sec .company_values_list .item {
        width: 100%;
        padding: 6.67vw 5.13vw 6.15vw;
    }

    .page_company_values-sec .company_values_list .item .item_icon_box {
        width: 16.41vw;
        height: 16.41vw;
    }

    .page_company_values-sec .company_values_list .item .item_icon_box .item_icon {
        width: 10.26vw;
        height: 10.26vw;
    }

    .page_company_values-sec .company_values_list .item .item_ttl {
        margin-top: 3.59vw;
        font-size: 4.36vw;
        line-height: 6.67vw;
    }

    .page_company_values-sec .company_values_list .item .item_text {
        margin-top: 3.08vw;
        font-size: 3.59vw;
        line-height: 6.15vw;
    }

    /* 代表ご挨拶・代表プロフィール */
    .page_company_message-sec {
        padding: 15.38vw 0 16.41vw;
    }

    .page_company_message-sec .company_message_row {
        margin-top: 8.21vw;
        flex-direction: column;
    }

    .page_company_message-sec .company_message_row .row_body {
        width: 100%;
    }

    .page_company_message-sec .company_message_row .row_body .body_text {
        font-size: 3.59vw;
        line-height: 6.67vw;
    }

    .page_company_message-sec .company_message_row .row_body .body_text+.body_text {
        margin-top: 5.64vw;
    }

    .page_company_message-sec .company_message_row .row_photo {
        width: 76.92vw;
        margin: 10.26vw auto 0;
    }

    .page_company_message-sec .company_message_row .row_photo::before {
        top: 2.56vw;
        left: 2.56vw;
        right: -2.56vw;
        bottom: -2.56vw;
    }

    .page_company_message-sec .company_message_row .row_photo .photo_badge {
        bottom: 5.64vw;
        width: 35.9vw;
    }

    .page_company_message-sec .company_message_row .row_photo .photo_badge .badge_position {
        bottom: calc(100% + 1.54vw);
        width: 26.15vw;
        height: 6.67vw;
        font-size: 3.59vw;
        line-height: 6.67vw;
        padding-left: 3.33vw;
    }

    .page_company_message-sec .company_message_row .row_photo .photo_badge .badge_name {
        height: 9.74vw;
        font-size: 6.15vw;
        line-height: 9.74vw;
        padding-left: 3.59vw;
    }

    .page_company_message-sec .company_profile_card {
        margin-top: 10.26vw;
        padding: 8.97vw 5.13vw 10.26vw;
    }

    .page_company_message-sec .company_profile_card .card_ttl {
        font-size: 5.64vw;
        line-height: 8.97vw;
    }

    .page_company_message-sec .company_profile_card .card_row {
        margin-top: 5.13vw;
        flex-direction: column;
    }

    .page_company_message-sec .company_profile_card .card_row .card_list {
        width: 100%;
    }

    .page_company_message-sec .company_profile_card .card_row .card_list .card_item {
        padding: 3.59vw 0;
    }

    .page_company_message-sec .company_profile_card .card_row .card_list .card_item .item_label {
        width: 25.64vw;
        font-size: 3.85vw;
        line-height: 6.15vw;
    }

    .page_company_message-sec .company_profile_card .card_row .card_list .card_item .item_value {
        font-size: 3.85vw;
        line-height: 6.15vw;
    }

    .page_company_message-sec .company_profile_card .card_row .card_img_box {
        width: 35.9vw;
        margin: 6.15vw auto 0;
    }

    .page_company_message-sec .company_profile_card .card_row .card_img_box .card_img {
        width: 100%;
    }

    /* 会社概要 */
    .page_company_overview-sec {
        padding: 15.38vw 0 16.41vw;
    }

    .page_company_overview-sec .company_overview_table {
        width: 100%;
        margin-top: 8.21vw;
    }

    .page_company_overview-sec .company_overview_table .table_th,
    .page_company_overview-sec .company_overview_table .table_td {
        font-size: 3.59vw;
        line-height: 6.15vw;
        padding: 4.36vw 0;
    }

    .page_company_overview-sec .company_overview_table .table_th {
        width: 29.49vw;
        padding-left: 1.28vw;
    }

    .page_company_overview-sec .company_overview_table .table_td .table_tel {
        /* SPは発信可能に（PCのクリック無効を解除） */
        pointer-events: auto;
    }

    .page_company_overview-sec .company_overview_gallery {
        margin-top: 10.26vw;
        flex-direction: column;
        gap: 3.08vw;
    }

    .page_company_overview-sec .company_overview_gallery .item {
        width: 100%;
    }

    .page_company_overview-sec .company_overview_gallery .item .item_img {
        height: 63.33vw;
    }

    /* アクセス */
    .page_company_access-sec {
        padding: 15.38vw 0 16.41vw;
    }

    .page_company_access-sec .company_access_address {
        margin-top: 8.21vw;
        font-size: 3.85vw;
        line-height: 7.69vw;
    }

    .page_company_access-sec .company_access_map {
        height: 90vw;
        margin-top: 8.21vw;
    }

    /* ===== 売却の流れページ（SP・先頭セクション用のpadding上書き） ===== */
    .page_flow .page_service_flow-sec {
        padding: 8.72vw 0 16.41vw;
    }

    /* ===== よくある質問ページ（SP・見出し省略に伴う先頭調整） ===== */
    .page_faq .top-faq {
        padding-top: 8.72vw;
    }

    .page_faq .top-faq .top-faq__tabs {
        margin-top: 0;
    }

    /* PC用追従CTAはSPで非表示（後読みのdisplay:flexがdefault.cssの.pc打ち消しに勝つため明示） */
    .top-fixed-cta {
        display: none;
    }

    /* 弁護士ページ：お問い合わせ導線ボタン */
    .page_lawyer_contact-sec {
        padding: 0 0 16.41vw;
    }

    .page_lawyer_contact-sec .contact_btn {
        width: 89.74vw;
        height: 15.9vw;
        border-radius: 1.03vw;
        font-size: 4.36vw;
    }

    .page_lawyer_contact-sec .contact_btn .btn_icon {
        left: 5.13vw;
        width: 5.38vw;
        height: auto;
    }

    .page_lawyer_contact-sec .contact_btn .btn_arrow {
        right: 4.87vw;
        width: 2.82vw;
        height: 4.62vw;
    }
}

/* ============================================================
   hover演出（タッチデバイスでの固着防止のためここに集約）
============================================================ */
@media (hover: hover) {

    .site-header__nav-link:hover {
        color: var(--main-color);
    }

    .site-header__dropdown-link:hover {
        color: var(--main-color);
    }

    .site-header__btn:hover {
        opacity: .7;
    }

    .top-fv__btn:hover {
        opacity: .7;
    }

    /* 右下追従CTA：色反転（文字・矢印=青、背景=白、枠=青） */
    .top-fixed-cta:hover {
        background: #fff;
    }

    .top-fixed-cta:hover .top-fixed-cta__text {
        color: var(--main-color);
    }

    .top-fixed-cta:hover .top-fixed-cta__arrow {
        opacity: 0;
    }

    .top-fixed-cta:hover .top-fixed-cta__arrow.-blue {
        opacity: 1;
    }

    /* お悩みカード：画像ズーム＋ボタン反転（文字・矢印=白、ボタン=青） */
    .top-problem__card:hover .top-problem__img img {
        transform: scale(1.08);
    }

    .top-problem__card:hover .top-problem__btn {
        background: var(--main-color);
    }

    .top-problem__card:hover .top-problem__btn-text {
        color: #fff;
    }

    .top-problem__card:hover .top-problem__btn-arrow {
        filter: brightness(0) invert(1);
    }

    /* 弁護士ボタン：色反転（文字・矢印=青、ボタン=白） */
    .top-lawyer__box-btn:hover {
        background: #fff;
    }

    .top-lawyer__box-btn:hover .top-lawyer__box-btn-text {
        color: var(--main-color);
    }

    .top-lawyer__box-btn:hover .top-lawyer__box-btn-arrow {
        opacity: 0;
    }

    .top-lawyer__box-btn:hover .top-lawyer__box-btn-arrow.-blue {
        opacity: 1;
    }

    /* CVセクションのボタン：透明度下げる */
    .top-cv__card-btn:hover {
        opacity: .7;
    }

    /* フッターリンク：青色にする */
    .site-footer__nav-link:hover,
    .site-footer__nav-child-link:hover {
        color: var(--main-color);
    }

    /* フッター下部リンク：透明度のみ・色は変えない */
    .site-footer__sub-link:hover {
        opacity: .7;
    }

    /* フッター下部ボタン：透明度下げる */
    .site-footer__btn:hover {
        opacity: .7;
    }

    /* 弁護士ページ：サービスカード（アンカーリンク）は浮き上がり */
    .page_lawyer_service-sec .lawyer_service_list .item .item_link:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(31, 41, 51, .15);
    }

    /* 弁護士ページ：お問い合わせ導線ボタン */
    .page_lawyer_contact-sec .contact_btn:hover {
        opacity: .7;
    }
}