@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: #0B4D38;
    --sub-color: #053727;
    --accent-color: #F36509;
}

/* 支給フォント（Bodoni 72 Book・Helvetica Regular／欧文サブセットwoff2） */
@font-face {
    font-family: 'Bodoni 72';
    src: url('fonts/bodoni72-book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Custom';
    src: url('fonts/helvetica-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html,
body,
button,
input,
select,
textarea,
body>* {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body {
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
    min-width: 1440px;
    background: #FFFFFF;
}

/* TOPのみ緑ベース（top-mv・top-companyが透過でbody色を見せる設計のため） */
body.home {
    background: var(--main-color);
}

/* フォントユーティリティ */
.f-en {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
}

.f-en2 {
    font-family: 'Bodoni 72', serif;
    font-weight: 400;
}

.f-hel {
    font-family: 'Helvetica Custom', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.f-min {
    font-family: 'Zen Old Mincho', serif;
}

/* 英字タイトルの頭文字カラー */
.head-c {
    color: var(--accent-color);
}

.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;
}

/* bodyの緑背景に対する打ち消し（contact系3画面・privacy・テンプレ未設定の汎用固定ページ=sitemap等） */
.page_contact,
.page_privacy,
.page_normal {
    background: #FFFFFF;
}

.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;
}


/* ==========================================================
   共通パーツ：ピルボタン（お問い合わせ）
========================================================== */
.common-pill-btn {
    position: relative;
    display: flex;
    align-items: center;
    width: 230px;
    height: 60px;
    padding: 0 15px 0 30px;
    background: #FFFFFF;
    border-radius: 30px;
    transition: .3s;
}

.common-pill-btn .common-pill-btn__text {
    margin-right: auto;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.2;
    transition: .3s;
}

.common-pill-btn .common-pill-btn__arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-left: 15px;
    background: var(--accent-color);
    border-radius: 50%;
    color: #FFFFFF;
    transition: .3s;
}

.common-pill-btn .common-pill-btn__arrow::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #CFCFCF;
}

.common-pill-btn .common-pill-btn__arrow svg {
    width: 4.6px;
    height: 7.8px;
}

/* ==========================================================
   共通パーツ：CVボタン（ドット付き・オレンジ）
========================================================== */
.common-cv-btn {
    display: flex;
    align-items: center;
    width: 304px;
    height: 60px;
    padding-left: 56px;
    background: var(--accent-color);
    border-radius: 30px;
    transition: .3s ease-out;
}

.common-cv-btn .common-cv-btn__dot {
    position: relative;
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 50%;
    transition: .3s ease-out;
}

/* hover時に現れる二重丸のリング（Figmaプロト：300ms EASE_OUT のスマートアニメ） */
.common-cv-btn .common-cv-btn__dot::before {
    content: '';
    position: absolute;
    inset: -5px;
    background: rgba(243, 101, 9, .5);
    border-radius: 50%;
    opacity: 0;
    transform: scale(.45);
    transition: .3s ease-out;
}

.common-cv-btn .common-cv-btn__text {
    margin-left: 20px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .16em;
    line-height: 1.2;
    transition: .3s;
}

/* ==========================================================
   PCヘッダー
========================================================== */
/* ヘッダーは常にビューポート幅基準（画面が1440px未満でも項目が見えている端に付く） */
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1260px;
    z-index: 1000;
}

/* 画面幅が広い時もラッパー幅に収めず、常に左右50pxの位置（画面端寄せ）に配置する */
.site-header .site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 50px;
    transition: padding .3s;
}

.site-header .site-header__logo {
    line-height: 0;
}

.site-header .site-header__logo img {
    width: 184px;
}

.site-header .site-header__logo .-black {
    display: none;
}

.site-header .site-header__nav {
    display: flex;
    align-items: center;
}

.site-header .site-header__menu {
    display: flex;
    align-items: center;
}

.site-header .site-header__menu .site-header__menu-item+.site-header__menu-item {
    margin-left: 50px;
}

.site-header .site-header__menu .site-header__menu-item>a {
    position: relative;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.2;
    transition: .3s;
}

/* hoverで入る下線（現在の文字色に追従） */
.site-header .site-header__menu .site-header__menu-item>a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease-out;
}

.site-header .site-header__menu .site-header__chevron {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 8px;
    margin-left: 7px;
}

.site-header .site-header__menu .site-header__chevron svg {
    width: 100%;
    height: 100%;
}

.site-header .site-header__contact {
    margin-left: 50px;
}

/* 事業紹介ドロップダウン */
.site-header .site-header__menu .site-header__menu-item.-has-sub {
    position: relative;
}

.site-header .site-header__sub {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
    border: solid 1px #FFFFFF;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

/* メニュー項目とプルダウンの間のホバー橋渡し（旧padding-top:20pxの代替） */
.site-header .site-header__sub::before {
    content: '';
    position: absolute;
    top: -21px;
    left: 0;
    width: 100%;
    height: 21px;
}

/* 追従前（FV上）はグリーン、追従時は白背景に切り替え */
.site-header .site-header__sub .site-header__sub-item a {
    display: block;
    width: 220px;
    padding: 8.5px 30px;
    background: var(--main-color);
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.23;
    white-space: nowrap;
    transition: .3s;
}

/* 項目頭のダッシュ（ラフ実測：ーとテキストの間隔10px・白背景時はグレー #C7C7C7） */
.site-header .site-header__sub .site-header__sub-item a .site-header__sub-dash {
    margin-right: 10px;
    transition: .3s;
}

.site-header.is-fixed .site-header__sub .site-header__sub-item a .site-header__sub-dash {
    color: #C7C7C7;
}

.site-header .site-header__sub .site-header__sub-item:first-child a {
    padding-top: 24px;
}

.site-header .site-header__sub .site-header__sub-item:last-child a {
    padding-bottom: 24px;
}

.site-header.is-fixed .site-header__sub {
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, .08));
}

.site-header.is-fixed .site-header__sub .site-header__sub-item a {
    background: #FFFFFF;
    color: #000000;
}

/* 追従時（スクロール後） */
@keyframes header-down {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* 追従時は1440pxレイアウトを維持し、横スクロールはJSでleft同期する */
.site-header.is-fixed {
    position: fixed;
    min-width: 1440px;
    background: #FFFFFF;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .06);
    animation: header-down .4s ease;
}

.site-header.is-fixed .site-header__inner {
    padding: 20px 50px;
}

.site-header.is-fixed .site-header__logo .-white {
    display: none;
}

.site-header.is-fixed .site-header__logo .-black {
    display: inline-block;
}

.site-header.is-fixed .site-header__menu .site-header__menu-item>a {
    color: #000000;
}

.site-header.is-fixed .site-header__contact {
    border: 1px solid #E8E8E8;
}

/* ==========================================================
   TOP：FV
========================================================== */
/* FVは3枚を自動でクロスフェード（表示4秒＋フェード2秒＝6秒周期でループ） */
.top-mv {
    position: relative;
    height: 970px;
}

.top-mv .top-mv__inner {
    position: relative;
    height: 970px;
    overflow: hidden;
}

.top-mv .top-mv__line-box .top-mv__line {
    position: absolute;
    top: 0;
    width: 1px;
    height: 970px;
    background: #1C604A;
    display: none;
}

.top-mv .top-mv__line-box .top-mv__line:nth-child(1) {
    left: calc(50% - 522px);
}

.top-mv .top-mv__line-box .top-mv__line:nth-child(2) {
    left: calc(50% - 174px);
}

.top-mv .top-mv__line-box .top-mv__line:nth-child(3) {
    left: calc(50% + 174px);
}

.top-mv .top-mv__line-box .top-mv__line:nth-child(4) {
    left: calc(50% + 522px);
}

.top-mv .top-mv__catch {
    position: absolute;
    left: calc(50% - 620px);
    top: 215px;
    z-index: 2;
}

.top-mv .top-mv__catch .top-mv__catch-en {
    color: #FFFFFF;
    font-size: 28px;
    line-height: 1.21;
    letter-spacing: 0;
}

.top-mv .top-mv__catch .top-mv__catch-jp {
    margin-top: 2px;
    color: #FFFFFF;
    font-family: 'Zen Old Mincho', serif;
    font-size: 66px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: .12em;
}

/* 画像は画面幅90%・中央揃え（左右5%ずつ余白） */
.top-mv .top-mv__img-box {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 365px;
    height: 605px;
}

/* 3枚とも透明で重ね、表示中の1枚だけ .-active でふわっと表示（JSで付け替え） */
.top-mv .top-mv__img-box .top-mv__img {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 2s ease;
    will-change: opacity;
}

.top-mv .top-mv__img-box .top-mv__img.-active {
    opacity: 1;
}

/* 画像のドラッグ（ゴースト表示）でスワイプ判定が途切れないようにする */
.top-mv .top-mv__img-box .top-mv__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

/* ==========================================================
   TOP：About us
========================================================== */
.top-about {
    position: relative;
    height: 944px;
    background: var(--main-color);
}

/* 背景写真は「緑地×写真13%×DARKEN」をFigmaと同じ計算で画像に焼き込み済み（表示範囲もimageTransform実測） */
.top-about::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(image/top_about_bg.webp) center / 100% 100% no-repeat;
}

.top-about .top-about__img {
    position: absolute;
    z-index: 1;
    overflow: hidden;
}

/* 画像の中をパララックスさせるため上下に30pxずつ余裕を持たせる（JSでtranslateY） */
.top-about .top-about__img img {
    width: 100%;
    height: calc(100% + 60px);
    margin-top: -30px;
    object-fit: cover;
}

.top-about .top-about__img.-tall {
    left: calc(50% - 670px);
    top: 145px;
    width: 480px;
    height: 654px;
}

.top-about .top-about__img.-small {
    left: calc(50% + 376px);
    top: 204px;
    width: 294px;
    height: 210px;
}

.top-about .top-about__text-box {
    position: absolute;
    left: calc(50% - 110px);
    top: 352px;
    z-index: 1;
}

.top-about .top-about__text-box .top-about__en-label {
    color: rgba(255, 255, 255, .3);
    font-size: 26px;
    line-height: 1.19;
}

.top-about .top-about__text-box .top-about__ttl {
    margin-top: 11px;
    color: #FFFFFF;
    font-family: 'Zen Old Mincho', serif;
    font-size: 58px;
    font-weight: 500;
    line-height: 1.14;
    letter-spacing: .22em;
}

/* 「30」の数字間は字間なし・「0」と「年」の間は通常の字間を確保（Figmaの文字単位指定） */
.top-about .top-about__text-box .top-about__ttl .top-about__ttl-num {
    letter-spacing: 0;
    margin-right: .22em;
}

.top-about .top-about__text-box .top-about__text {
    margin-top: 33px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.78;
    letter-spacing: .28em;
}

.top-about .top-about__text-box .top-about__btn {
    margin-top: 60px;
}

/* ==========================================================
   TOP：Service
========================================================== */
.top-service {
    background: #FFFFFF;
    padding: 96px 0 141px;
}

.top-service .top-service__inner {
    width: 1240px;
    margin: 0 auto;
}

.top-service .top-service__ttl {
    color: #000000;
    font-size: 40px;
    line-height: 1.2;
}

.top-service .top-service__list {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}

.top-service .top-service__list .top-service__item {
    width: 400px;
}

.top-service .top-service__list .top-service__item a {
    position: relative;
    display: block;
    height: 510px;
    overflow: hidden;
}

.top-service .top-service__list .top-service__item .top-service__item-img {
    position: absolute;
    inset: 0;
}

.top-service .top-service__list .top-service__item .top-service__item-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(2, 2, 2, .5);
    transition: background .3s ease-out;
}

.top-service .top-service__list .top-service__item .top-service__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
}

.top-service .top-service__list .top-service__item .top-service__item-en {
    position: absolute;
    left: 20px;
    top: 30px;
    z-index: 1;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1;
}

.top-service .top-service__list .top-service__item .top-service__item-jp {
    position: absolute;
    left: 20px;
    bottom: 24px;
    z-index: 1;
    color: #FFFFFF;
    font-family: 'Zen Old Mincho', serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: .1em;
}

.top-service .top-service__list .top-service__item .top-service__item-arrow {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 60px;
    background: var(--accent-color);
    transition: .3s;
}

.top-service .top-service__list .top-service__item .top-service__item-arrow svg {
    width: 13px;
    height: 9px;
}

/* ==========================================================
   TOP：Company（上部白・下部グリーンの2トーン）
========================================================== */
.top-company {
    position: relative;
    padding-bottom: 134px;
}

.top-company::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 270px;
    background: #FFFFFF;
}

.top-company .top-company__inner {
    position: relative;
    width: 1140px;
    margin: 0 auto;
    padding-top: 43px;
}

.top-company .top-company__ttl {
    color: #000000;
    font-size: 40px;
    line-height: 1.2;
}

.top-company .top-company__line {
    margin-top: 18px;
    height: 1px;
    background: #DCDCDC;
}

.top-company .top-company__cont {
    display: flex;
    justify-content: space-between;
    margin-top: 31px;
}

.top-company .top-company__cont .top-company__text-box {
    width: 591px;
}

.top-company .top-company__cont .top-company__text-box .top-company__catch {
    color: #000000;
    font-family: 'Zen Old Mincho', serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: .24em;
}

.top-company .top-company__cont .top-company__text-box .top-company__text {
    margin-top: 47px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: .2em;
}

.top-company .top-company__cont .top-company__text-box .top-company__btn {
    margin-top: 52px;
}

.top-company .top-company__cont .top-company__img {
    width: 520px;
    height: 385px;
}

.top-company .top-company__cont .top-company__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==========================================================
   共通：CTAセクション（フッター上）
========================================================== */
.common-cta .common-cta__link {
    position: relative;
    display: block;
    height: 410px;
    background: #000000;
    overflow: hidden;
}

.common-cta .common-cta__bg {
    position: absolute;
    inset: 0;
    background: url(image/common_cta_bg.webp) center / cover no-repeat;
    opacity: 0;
    transition: opacity .3s ease-out;
}

.common-cta .common-cta__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5);
}

.common-cta .common-cta__line-box .common-cta__line {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    display: none;
}

.common-cta .common-cta__line-box .common-cta__line:nth-child(1) {
    left: calc(50% - 375px);
}

.common-cta .common-cta__line-box .common-cta__line:nth-child(2) {
    left: calc(50% - 20px);
}

.common-cta .common-cta__line-box .common-cta__line:nth-child(3) {
    left: calc(50% + 335px);
}

.common-cta .common-cta__inner {
    position: relative;
    width: 1240px;
    height: 100%;
    margin: 0 auto;
}

.common-cta .common-cta__inner .common-cta__text-box {
    position: absolute;
    left: 0;
    top: 117px;
}

.common-cta .common-cta__inner .common-cta__text-box .common-cta__en-label {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1.2;
}

.common-cta .common-cta__inner .common-cta__text-box .common-cta__en-ttl {
    margin-top: -4px;
    color: #FFFFFF;
    font-size: 80px;
    line-height: 1.21;
}

.common-cta .common-cta__inner .common-cta__text-box .common-cta__jp-ttl {
    margin-top: 15px;
    color: #FFFFFF;
    font-family: 'Zen Old Mincho', serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: .14em;
}

.common-cta .common-cta__inner .common-cta__circle {
    position: absolute;
    right: 0;
    top: 65px;
    width: 280px;
    height: 280px;
}

.common-cta .common-cta__inner .common-cta__circle::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .4);
    transition: .3s ease-out;
}

.common-cta .common-cta__inner .common-cta__circle::after {
    content: '';
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    background: #FFFFFF;
}

.common-cta .common-cta__inner .common-cta__circle .common-cta__circle-arrow {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #020202;
}

.common-cta .common-cta__inner .common-cta__circle .common-cta__circle-arrow svg {
    width: 60px;
    height: 36px;
}

/* ==========================================================
   フッター
========================================================== */
.site-footer {
    background: var(--sub-color);
    padding: 107px 0 72px;
}

.site-footer .site-footer__inner {
    display: flex;
    justify-content: space-between;
    width: 1140px;
    margin: 0 auto;
}

.site-footer .site-footer__info {
    width: 300px;
}

.site-footer .site-footer__info .site-footer__logo-box .site-footer__logo-img {
    width: 300px;
}

.site-footer .site-footer__info .site-footer__logo-box .site-footer__logo-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.site-footer .site-footer__info .site-footer__logo-box .site-footer__logo-row .site-footer__logo-line {
    width: 80px;
    height: 1px;
    background: #FFFFFF;
}

.site-footer .site-footer__info .site-footer__logo-box .site-footer__logo-row .site-footer__logo-company {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .18em;
}

.site-footer .site-footer__info .site-footer__address {
    margin-top: 12px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 2.13;
    letter-spacing: .1em;
    white-space: nowrap;
}

.site-footer .site-footer__info .site-footer__tel {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: .02em;
    white-space: nowrap;
}

/* 電話番号リンク：PCはクリック無効・SPで発信可能（SP側で解除） */
.site-footer .site-footer__info .site-footer__tel a {
    color: #FFFFFF;
    pointer-events: none;
}

.site-footer .site-footer__info .site-footer__hours {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 2.67;
    letter-spacing: .1em;
}

.site-footer .site-footer__info .site-footer__contact {
    width: 260px;
    height: 54px;
    padding: 0 25px 0 30px;
    border-radius: 27px;
    margin-top: 10px;
}

.site-footer .site-footer__info .site-footer__license {
    margin-top: 20px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.85;
    letter-spacing: .1em;
}

.site-footer .site-footer__info .site-footer__hatomark {
    display: block;
    width: 80px;
    margin-top: 14px;
}

/* フッターナビ */
.site-footer .site-footer__nav {
    display: flex;
    padding-top: 5px;
}

.site-footer .site-footer__nav .site-footer__nav-col {
    width: 200px;
}

.site-footer .site-footer__nav .site-footer__nav-col+.site-footer__nav-col {
    margin-left: 67px;
}

.site-footer .site-footer__nav .site-footer__nav-block {
    position: relative;
    padding-bottom: 18px;
    overflow: hidden;
}

/* 下線（hoverで右へ抜けて左から戻るアニメーション用に::afterで実装） */
.site-footer .site-footer__nav .site-footer__nav-block::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
}

@keyframes footer-line-slide {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(103%);
    }

    50.001% {
        transform: translateX(-103%);
    }

    100% {
        transform: translateX(0);
    }
}

.site-footer .site-footer__nav .site-footer__nav-block+.site-footer__nav-block {
    margin-top: 18px;
}

.site-footer .site-footer__nav .site-footer__nav-block a {
    display: block;
    transition: .3s;
}

.site-footer .site-footer__nav .site-footer__nav-block .site-footer__nav-en {
    display: block;
    color: #FFFFFF;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: .1em;
    transition: .3s;
}

.site-footer .site-footer__nav .site-footer__nav-block .site-footer__nav-jp {
    display: block;
    margin-top: 5px;
    color: #C8C8C8;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.23;
    letter-spacing: .1em;
    transition: .3s;
}

.site-footer .site-footer__nav .site-footer__nav-block .site-footer__nav-arrow {
    position: absolute;
    right: 0;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11px;
    height: 11px;
}

.site-footer .site-footer__nav .site-footer__nav-block .site-footer__nav-arrow svg {
    width: 100%;
    height: 100%;
}

.site-footer .site-footer__nav .site-footer__nav-block.-service {
    padding-bottom: 0;
    overflow: visible;
}

.site-footer .site-footer__nav .site-footer__nav-block.-service::after {
    content: none;
}

.site-footer .site-footer__nav .site-footer__nav-block.-service .site-footer__nav-head {
    display: block;
    padding-bottom: 18px;
    border-bottom: 1px solid #FFFFFF;
}

.site-footer .site-footer__nav .site-footer__nav-block.-service .site-footer__sub-list {
    margin-top: 28px;
}

.site-footer .site-footer__nav .site-footer__nav-block.-service .site-footer__sub-list .site-footer__sub-item+.site-footer__sub-item {
    margin-top: 20px;
}

.site-footer .site-footer__nav .site-footer__nav-block.-service .site-footer__sub-list .site-footer__sub-item a {
    color: #C7C7C7;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .1em;
    white-space: nowrap;
}

/* フッター下部 */
.site-footer .site-footer__bottom {
    width: 1140px;
    margin: 93px auto 0;
}

.site-footer .site-footer__bottom .site-footer__bottom-line {
    height: 1px;
    background: #042B1E;
}

.site-footer .site-footer__bottom .site-footer__pagetop {
    margin-top: 18px;
    text-align: right;
}

.site-footer .site-footer__bottom .site-footer__pagetop a {
    display: inline-flex;
    align-items: center;
    transition: .3s;
}

.site-footer .site-footer__bottom .site-footer__pagetop .site-footer__pagetop-text {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 1.23;
}

.site-footer .site-footer__bottom .site-footer__pagetop .site-footer__pagetop-tri {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 11px;
    margin-left: 19px;
}

.site-footer .site-footer__bottom .site-footer__pagetop .site-footer__pagetop-tri svg {
    width: 100%;
    height: 100%;
}

.site-footer .site-footer__bottom .site-footer__bottom-row {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 40px;
}

.site-footer .site-footer__bottom .site-footer__bottom-row .site-footer__bottom-right {
    text-align: right;
}

.site-footer .site-footer__bottom .site-footer__bottom-row .site-footer__bottom-links {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.23;
    letter-spacing: .1em;
}

.site-footer .site-footer__bottom .site-footer__bottom-row .site-footer__bottom-links a {
    color: #FFFFFF;
    transition: .3s;
}

.site-footer .site-footer__bottom .site-footer__bottom-row .site-footer__bottom-links a:last-child {
    margin-left: 40px;
}

.site-footer .site-footer__bottom .site-footer__bottom-row .site-footer__links-sep {
    display: none;
}

.site-footer .site-footer__bottom .site-footer__bottom-row .site-footer__copyright {
    margin-top: 5px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 2.67;
    letter-spacing: .02em;
}

/* ==========================================================
   下層共通FV（緑背景・縦ライン・タイトル・パンくず）
========================================================== */
.common-page-fv {
    position: relative;
    height: 503px;
    background: var(--main-color);
}

.common-page-fv .common-page-fv__line {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #1C604A;
    display: none;
}

.common-page-fv .common-page-fv__line.-line1 {
    left: calc(50% - 542px);
}

.common-page-fv .common-page-fv__line.-line2 {
    left: calc(50% - 194px);
}

.common-page-fv .common-page-fv__line.-line3 {
    left: calc(50% + 154px);
}

.common-page-fv .common-page-fv__line.-line4 {
    left: calc(50% + 502px);
}

.common-page-fv .common-page-fv__inner {
    position: relative;
    height: 100%;
}

.common-page-fv .common-page-fv__inner .common-page-fv__en {
    position: absolute;
    top: 277px;
    left: 0;
    color: #FFFFFF;
    font-size: 32px;
    line-height: 1.21;
}

.common-page-fv .common-page-fv__inner .common-page-fv__title {
    position: absolute;
    top: 307px;
    left: 0;
    color: #FFFFFF;
    font-family: 'Zen Old Mincho', serif;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: .12em;
    white-space: nowrap;
}

.common-page-fv .common-page-fv__inner .common-page-fv__breadcrumb {
    position: absolute;
    top: 454px;
    right: 0;
    color: #FFFFFF;
    font-family: 'Zen Old Mincho', serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
}

/* ==========================================================
   事業ページ共通（不動産売買・仲介／土地活用／相続相談）
========================================================== */
.common-service {
    background: var(--main-color);
}

/* リード＋事業の特徴（上部は白背景・カードが白と緑をまたぐ） */
.common-service .common-service-intro-sec .intro-white {
    padding: 79px 0 158px;
    background: #FFFFFF;
}

.common-service .common-service-intro-sec .intro-white .intro-lead .intro-lead_ttl {
    color: #000000;
    font-family: 'Zen Old Mincho', serif;
    font-size: 44px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: .12em;
    text-align: center;
}

.common-service .common-service-intro-sec .intro-white .intro-lead .intro-lead_line {
    display: block;
    width: 150px;
    height: 1px;
    margin: 30px auto 0;
    background: #000000;
}

.common-service .common-service-intro-sec .intro-white .intro-lead .intro-lead_text {
    margin-top: 30px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: .3em;
    text-align: center;
}

.common-service .common-service-intro-sec .intro-white .intro-head {
    margin-top: 100px;
    text-align: center;
}

.common-service .common-service-intro-sec .intro-white .intro-head .intro-head_en {
    color: #000000;
    font-size: 24px;
    line-height: 1.21;
}

.common-service .common-service-intro-sec .intro-white .intro-head .intro-head_ttl {
    color: #000000;
    font-family: 'Zen Old Mincho', serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: .12em;
}

.common-service .common-service-intro-sec .features-list {
    display: flex;
    justify-content: space-between;
    margin-top: -118px;
}

.common-service .common-service-intro-sec .features-list .item {
    width: 360px;
}

.common-service .common-service-intro-sec .features-list .item .item_img {
    height: 220px;
}

.common-service .common-service-intro-sec .features-list .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common-service .common-service-intro-sec .features-list .item .item_ttl {
    margin-top: 30px;
    color: #FFFFFF;
    font-family: 'Zen Old Mincho', serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: .12em;
}

.common-service .common-service-intro-sec .features-list .item .item_line {
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    background: #063A29;
}

.common-service .common-service-intro-sec .features-list .item .item_text {
    margin-top: 20px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63;
    letter-spacing: .1em;
}

/* ご契約までのフロー */
.common-service .common-service-flow-sec {
    padding: 139px 0 202px;
}

.common-service .common-service-flow-sec .flow-inner .flow-head .flow-head_en {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1.21;
}

.common-service .common-service-flow-sec .flow-inner .flow-head .flow-head_ttl {
    color: #FFFFFF;
    font-family: 'Zen Old Mincho', serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: .12em;
}

.common-service .common-service-flow-sec .flow-inner .flow-list {
    display: flex;
    justify-content: center;
    gap: 35px;
    margin-top: 36px;
}

.common-service .common-service-flow-sec .flow-inner .flow-list .item {
    position: relative;
    width: 200px;
}

/* ステップ間の接続線（丸11px×2＋線86px） */
.common-service .common-service-flow-sec .flow-inner .flow-list .item+.item::before {
    content: '';
    position: absolute;
    top: 102px;
    left: -66px;
    width: 96px;
    height: 11px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='11'%3E%3Ccircle cx='5.5' cy='5.5' r='5.5' fill='%23fff'/%3E%3Ccircle cx='90.5' cy='5.5' r='5.5' fill='%23fff'/%3E%3Cpath d='M6 5.5 H90' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E") no-repeat center / contain;
}

.common-service .common-service-flow-sec .flow-inner .flow-list .item .item_step {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}

.common-service .common-service-flow-sec .flow-inner .flow-list .item .item_circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    margin: 9px auto 0;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}

.common-service .common-service-flow-sec .flow-inner .flow-list .item .item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-service .common-service-flow-sec .flow-inner .flow-list .item .item_ttl {
    margin-top: 24px;
    color: #FFFFFF;
    font-family: 'Zen Old Mincho', serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: .06em;
    text-align: center;
}

.common-service .common-service-flow-sec .flow-inner .flow-list .item .item_text {
    margin-top: 10px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71;
    letter-spacing: .1em;
}


/* ==========================================================
   会社概要ページ
========================================================== */
.page_company {
    background: #FFFFFF;
}

.page_company .company-sec-head {
    text-align: center;
}

.page_company .company-sec-head .company-sec-head_en {
    color: #000000;
    font-size: 24px;
    line-height: 1.21;
}

.page_company .company-sec-head .company-sec-head_ttl {
    margin-top: 8px;
    color: #000000;
    font-family: 'Zen Old Mincho', serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: .12em;
}

.page_company .company-overview-sec {
    padding: 80px 0 100px;
}

.page_company .company-access-sec {
    padding: 80px 0 100px;
    background: #F8F8F8;
}

.page_company .company-history-sec {
    padding: 140px 0 100px;
}

.page_company .company-partner-sec {
    padding: 80px 0 120px;
    background: #F8F8F8;
}

/* 会社概要・協力会社の共通テーブル */
.page_company .company-overview-sec .company-overview-table,
.page_company .company-partner-sec .company-partner-table {
    width: 900px;
    margin: 48px auto 0;
    border-collapse: collapse;
}

.page_company .company-overview-sec .company-overview-table .table_th,
.page_company .company-overview-sec .company-overview-table .table_td,
.page_company .company-partner-sec .company-partner-table .table_th,
.page_company .company-partner-sec .company-partner-table .table_td {
    padding: 24px 16px;
    border-bottom: 1px solid #E6E6E6;
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
    vertical-align: top;
}

.page_company .company-overview-sec .company-overview-table tr:first-child .table_th,
.page_company .company-overview-sec .company-overview-table tr:first-child .table_td,
.page_company .company-partner-sec .company-partner-table tr:first-child .table_th,
.page_company .company-partner-sec .company-partner-table tr:first-child .table_td {
    border-top: 1px solid #E6E6E6;
}

.page_company .company-overview-sec .company-overview-table .table_th,
.page_company .company-partner-sec .company-partner-table .table_th {
    width: 220px;
    font-weight: 700;
}

.page_company .company-overview-sec .company-overview-table .table_tel {
    color: #000000;
    pointer-events: none;
}

.page_company .company-access-sec .access-map {
    margin-top: 48px;
}

.page_company .company-access-sec .access-map iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: 0;
}

/* 沿革：縦ライン＋ドットのタイムライン（A案） */
.page_company .company-history-sec .history-list {
    position: relative;
    width: 720px;
    margin: 48px auto 0;
}

.page_company .company-history-sec .history-list::before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 4px;
    width: 1px;
    background: rgba(11, 77, 56, .25);
}

.page_company .company-history-sec .history-list .item {
    position: relative;
    padding: 0 0 36px 44px;
}

.page_company .company-history-sec .history-list .item:last-child {
    padding-bottom: 0;
}

.page_company .company-history-sec .history-list .item::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--accent-color);
}

.page_company .company-history-sec .history-list .item .item_year {
    color: var(--main-color);
    font-size: 22px;
    line-height: 1.3;
}

.page_company .company-history-sec .history-list .item .item_text {
    margin-top: 4px;
    font-size: 16px;
    line-height: 1.7;
}

/* ==========================================================
   FVなしページ（投稿詳細等。common.jsがbodyにno-fvを付与）
   ヘッダーは読み込み時から白固定（is-fixed付与もcommon.js側）
========================================================== */
/* 読み込み時から固定のためスライドインのアニメーションを無効化 */
body.no-fv .site-header {
    animation: none;
}

/* 固定ヘッダー高さ100px分を既存padding(64px)に加算。main単体ではなくsidebarごと下げるためl-contentに当てる */
body.no-fv .l-content {
    padding-top: 164px;
}

@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;
    }

    /* ==========================================================
       tierra SP（390pxラフ基準：px ÷ 3.9）
    ========================================================== */

    body {
        min-width: 100%;
        padding-top: 0;
    }
    /* 背景はPCブロックの指定（基本白・homeのみ緑）をSPでもそのまま使う */

    /* SPヘッダー（FV上の透過配置に変更） */
    #sp_header {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        background: transparent;
        box-shadow: none;
        z-index: 998;
    }

    /* ロゴはハンバーガーと同様に追従（メニューレイヤーより前面） */
    #sp_header .sp-header__logo {
        display: block;
        position: fixed;
        left: 5.13vw;
        top: 8.97vw;
        line-height: 0;
        z-index: 600;
    }

    #sp_header .sp-header__logo img {
        width: 28.46vw;
    }

    #sp_header .sp-header__logo .-black {
        display: none;
    }

    /* 共通ピルボタン */
    .common-pill-btn {
        width: 66.67vw;
        height: 13.85vw;
        padding: 0 6.41vw 0 7.69vw;
        border-radius: 6.92vw;
    }

    .common-pill-btn .common-pill-btn__text {
        font-size: 4.1vw;
    }

    .common-pill-btn .common-pill-btn__arrow {
        width: 5.13vw;
        height: 5.13vw;
        margin-left: 3.85vw;
    }

    .common-pill-btn .common-pill-btn__arrow::before {
        left: -3.85vw;
        height: 5.13vw;
    }

    .common-pill-btn .common-pill-btn__arrow svg {
        width: 1.18vw;
        height: 2vw;
    }

    /* 共通CVボタン */
    .common-cv-btn {
        width: 69.23vw;
        height: 14.36vw;
        padding-left: 10vw;
        border-radius: 7.18vw;
    }

    .common-cv-btn .common-cv-btn__dot {
        width: 2.05vw;
        height: 2.05vw;
    }

    .common-cv-btn .common-cv-btn__dot::before {
        inset: -1.28vw;
    }

    .common-cv-btn .common-cv-btn__text {
        margin-left: 5.13vw;
        font-size: 4.1vw;
    }

    /* TOP：FV */
    .top-mv {
        height: 194.62vw;
    }

    .top-mv .top-mv__inner {
        height: 194.62vw;
    }

    .top-mv .top-mv__line-box .top-mv__line {
        height: 194.62vw;
    }

    .top-mv .top-mv__line-box .top-mv__line:nth-child(1) {
        left: 21.79vw;
    }

    .top-mv .top-mv__line-box .top-mv__line:nth-child(2) {
        left: 50vw;
    }

    .top-mv .top-mv__line-box .top-mv__line:nth-child(3) {
        left: 78.21vw;
    }

    .top-mv .top-mv__line-box .top-mv__line:nth-child(4) {
        display: none;
    }

    .top-mv .top-mv__catch {
        left: 5.13vw;
        top: 35.64vw;
    }

    .top-mv .top-mv__catch .top-mv__catch-en {
        font-size: 4.1vw;
    }

    .top-mv .top-mv__catch .top-mv__catch-jp {
        margin-top: 2.56vw;
        font-size: 11.03vw;
        line-height: 1.33;
        letter-spacing: .12em;
    }

    /* SPも画面幅90%・高さ400px(102.56vw)固定 */
    .top-mv .top-mv__img-box {
        left: 5vw;
        right: 5vw;
        top: 92.05vw;
        height: 102.56vw;
    }


    /* TOP：About us */
    .top-about {
        height: 217.95vw;
    }

    .top-about::before {
        background-image: url(image/top_about_bg_sp.webp);
    }

    .top-about .top-about__img.-tall {
        left: 0;
        top: 25.13vw;
        width: 97.44vw;
        height: 58.97vw;
    }

    .top-about .top-about__text-box {
        left: 5.13vw;
        top: 95.9vw;
    }

    .top-about .top-about__text-box .top-about__en-label {
        font-size: 5.13vw;
    }

    .top-about .top-about__text-box .top-about__ttl {
        margin-top: 2.05vw;
        font-size: 9.74vw;
        line-height: 1.26;
    }

    .top-about .top-about__text-box .top-about__text {
        margin-top: 6.15vw;
        font-size: 3.59vw;
        line-height: 1.86;
        letter-spacing: .2em;
    }

    .top-about .top-about__text-box .top-about__btn {
        margin-top: 11.28vw;
    }

    /* TOP：Service */
    .top-service {
        padding: 12.82vw 0 23.08vw;
    }

    .top-service .top-service__inner {
        width: 89.74vw;
    }

    .top-service .top-service__ttl {
        font-size: 8.21vw;
    }

    .top-service .top-service__list {
        flex-direction: column;
        gap: 5.13vw;
        margin-top: 5.13vw;
    }

    .top-service .top-service__list .top-service__item {
        width: 100%;
    }

    .top-service .top-service__list .top-service__item a {
        height: 53.85vw;
    }

    .top-service .top-service__list .top-service__item .top-service__item-en {
        left: 5.13vw;
        top: 5.13vw;
        font-size: 4.1vw;
    }

    .top-service .top-service__list .top-service__item .top-service__item-jp {
        left: 5.13vw;
        bottom: 6.15vw;
        font-size: 5.64vw;
    }

    .top-service .top-service__list .top-service__item .top-service__item-arrow {
        right: 2.56vw;
        bottom: 2.56vw;
        width: 7.69vw;
        height: 15.38vw;
    }

    .top-service .top-service__list .top-service__item .top-service__item-arrow svg {
        width: 3.33vw;
        height: 2.31vw;
    }

    /* TOP：Company */
    .top-company {
        padding-bottom: 25.64vw;
    }

    .top-company::before {
        height: 87.95vw;
    }

    .top-company .top-company__inner {
        width: 89.74vw;
        padding-top: 0;
    }

    .top-company .top-company__ttl {
        font-size: 8.21vw;
    }

    .top-company .top-company__line {
        margin-top: 2.56vw;
    }

    .top-company .top-company__cont {
        flex-direction: column;
        margin-top: 5.13vw;
    }

    .top-company .top-company__cont .top-company__img {
        order: -1;
        width: 100%;
        height: 46.15vw;
    }

    .top-company .top-company__cont .top-company__text-box {
        width: 100%;
    }

    .top-company .top-company__cont .top-company__text-box .top-company__catch {
        margin-top: 4.1vw;
        font-size: 5.64vw;
        line-height: 1.5;
    }

    .top-company .top-company__cont .top-company__text-box .top-company__text {
        margin-top: 6.15vw;
        font-size: 3.59vw;
        line-height: 1.57;
    }

    .top-company .top-company__cont .top-company__text-box .top-company__btn {
        margin-top: 10.26vw;
    }

    /* 共通：CTAセクション */
    .common-cta .common-cta__link {
        height: 98.72vw;
    }

    .common-cta .common-cta__line-box .common-cta__line:nth-child(1) {
        left: 30.77vw;
    }

    .common-cta .common-cta__line-box .common-cta__line:nth-child(2) {
        left: 69.23vw;
    }

    .common-cta .common-cta__line-box .common-cta__line:nth-child(3) {
        display: none;
    }

    .common-cta .common-cta__inner {
        width: 89.74vw;
    }

    .common-cta .common-cta__inner .common-cta__text-box {
        top: 17.95vw;
    }

    .common-cta .common-cta__inner .common-cta__text-box .common-cta__en-label {
        font-size: 5.13vw;
    }

    .common-cta .common-cta__inner .common-cta__text-box .common-cta__en-ttl {
        margin-top: 0;
        font-size: 15.38vw;
        line-height: 1.22;
    }

    .common-cta .common-cta__inner .common-cta__text-box .common-cta__jp-ttl {
        margin-top: 3.59vw;
        font-size: 5.64vw;
        line-height: 1.45;
        letter-spacing: .28em;
    }

    .common-cta .common-cta__inner .common-cta__circle {
        right: 0;
        top: 62.82vw;
        width: 26.92vw;
        height: 26.92vw;
    }

    .common-cta .common-cta__inner .common-cta__circle::after {
        inset: 0.9vw;
    }

    .common-cta .common-cta__inner .common-cta__circle .common-cta__circle-arrow svg {
        width: 5.77vw;
        height: 3.46vw;
    }

    /* フッター */
    .site-footer {
        padding: 15.13vw 0 13.85vw;
    }

    .site-footer .site-footer__inner {
        flex-direction: column;
        width: 89.74vw;
    }

    .site-footer .site-footer__nav {
        order: -1;
        justify-content: space-between;
        padding-top: 0;
    }

    .site-footer .site-footer__nav .site-footer__nav-col {
        width: 38.46vw;
    }

    .site-footer .site-footer__nav .site-footer__nav-col+.site-footer__nav-col {
        margin-left: 0;
    }

    .site-footer .site-footer__nav .site-footer__nav-block {
        padding-bottom: 4.62vw;
    }

    .site-footer .site-footer__nav .site-footer__nav-block+.site-footer__nav-block {
        margin-top: 4.62vw;
    }

    .site-footer .site-footer__nav .site-footer__nav-block .site-footer__nav-en {
        font-size: 6.41vw;
    }

    .site-footer .site-footer__nav .site-footer__nav-block .site-footer__nav-jp {
        margin-top: 1.28vw;
        font-size: 3.33vw;
    }

    .site-footer .site-footer__nav .site-footer__nav-block .site-footer__nav-arrow {
        top: 5.13vw;
        width: 2.9vw;
        height: 2.9vw;
    }

    .site-footer .site-footer__nav .site-footer__nav-block.-service .site-footer__nav-head {
        padding-bottom: 4.62vw;
    }

    .site-footer .site-footer__nav .site-footer__nav-block.-service .site-footer__sub-list {
        margin-top: 7.18vw;
    }

    .site-footer .site-footer__nav .site-footer__nav-block.-service .site-footer__sub-list .site-footer__sub-item+.site-footer__sub-item {
        margin-top: 4.1vw;
    }

    .site-footer .site-footer__nav .site-footer__nav-block.-service .site-footer__sub-list .site-footer__sub-item a {
        font-size: 3.59vw;
    }

    .site-footer .site-footer__info {
        width: 100%;
        margin-top: 18.21vw;
        text-align: center;
    }

    .site-footer .site-footer__info .site-footer__logo-box .site-footer__logo-img {
        width: 52.56vw;
    }

    .site-footer .site-footer__info .site-footer__logo-box .site-footer__logo-row {
        justify-content: center;
        margin-top: 2.56vw;
    }

    .site-footer .site-footer__info .site-footer__logo-box .site-footer__logo-row .site-footer__logo-line {
        width: 14.02vw;
    }

    .site-footer .site-footer__info .site-footer__logo-box .site-footer__logo-row .site-footer__logo-company {
        margin: 0 1.5vw;
        font-size: 2.31vw;
    }

    .site-footer .site-footer__info .site-footer__address {
        margin-top: 2.56vw;
        font-size: 3.59vw;
        line-height: 2.29;
    }

    .site-footer .site-footer__info .site-footer__tel {
        font-size: 4.62vw;
        line-height: 1.78;
    }

    .site-footer .site-footer__info .site-footer__tel a {
        pointer-events: auto;
    }

    .site-footer .site-footer__info .site-footer__hours {
        font-size: 3.08vw;
        line-height: 2.67;
    }

    .site-footer .site-footer__info .site-footer__contact {
        width: 66.67vw;
        height: 13.85vw;
        padding: 0 6.41vw 0 7.69vw;
        border-radius: 6.92vw;
        margin: 2.56vw auto 0;
    }

    .site-footer .site-footer__info .site-footer__license {
        margin-top: 5.13vw;
        font-size: 3.59vw;
    }

    .site-footer .site-footer__info .site-footer__hatomark {
        width: 15.77vw;
        margin: 3.59vw auto 0;
    }

    .site-footer .site-footer__bottom {
        width: 89.74vw;
        margin: 8.97vw auto 0;
    }

    .site-footer .site-footer__bottom .site-footer__pagetop {
        margin-top: 4.1vw;
        text-align: center;
    }

    .site-footer .site-footer__bottom .site-footer__pagetop .site-footer__pagetop-text {
        font-size: 5.64vw;
    }

    .site-footer .site-footer__bottom .site-footer__pagetop .site-footer__pagetop-tri {
        width: 4.1vw;
        height: 2.82vw;
        margin-left: 4.87vw;
    }

    .site-footer .site-footer__bottom .site-footer__bottom-row {
        display: block;
        text-align: center;
        margin-top: 9.23vw;
    }

    .site-footer .site-footer__bottom .site-footer__bottom-row .site-footer__bottom-right {
        text-align: center;
    }

    .site-footer .site-footer__bottom .site-footer__bottom-row .site-footer__bottom-links {
        margin-top: 7.69vw;
        font-size: 3.33vw;
    }

    .site-footer .site-footer__bottom .site-footer__bottom-row .site-footer__bottom-links a:last-child {
        margin-left: 0;
    }

    .site-footer .site-footer__bottom .site-footer__bottom-row .site-footer__links-sep {
        display: inline;
    }

    .site-footer .site-footer__bottom .site-footer__bottom-row .site-footer__copyright {
        margin-top: 1.28vw;
        font-size: 3.08vw;
    }

    /* 下層共通FV */
    .common-page-fv {
        height: 80.77vw;
    }

    .common-page-fv .common-page-fv__line.-line1 {
        left: 21.79vw;
    }

    .common-page-fv .common-page-fv__line.-line2 {
        left: 50%;
    }

    .common-page-fv .common-page-fv__line.-line3 {
        left: 78.21vw;
    }

    .common-page-fv .common-page-fv__inner .common-page-fv__en {
        top: 40.77vw;
        font-size: 6.15vw;
    }

    .common-page-fv .common-page-fv__inner .common-page-fv__title {
        top: 48.46vw;
        font-size: 8.2vw;
    }

    /* 9文字以上の長いタイトルはSPのみ縮小（nowrap維持ではみ出し防止） */
    .common-page-fv .common-page-fv__inner .common-page-fv__title.-long {
        font-size: 8.2vw;
    }

    .common-page-fv .common-page-fv__inner .common-page-fv__breadcrumb {
        top: 71.03vw;
        font-size: 3.08vw;
    }

    /* 不動産売買・仲介ページ：リード＋事業の特徴 */
    .common-service .common-service-intro-sec .intro-white {
        padding: 11.54vw 0 15.38vw;
    }

    .common-service .common-service-intro-sec .intro-white .intro-lead .intro-lead_ttl {
        font-size: 6.92vw;
    }

    .common-service .common-service-intro-sec .intro-white .intro-lead .intro-lead_line {
        width: 25.64vw;
        margin-top: 4.87vw;
    }

    .common-service .common-service-intro-sec .intro-white .intro-lead .intro-lead_text {
        margin-top: 5.9vw;
        font-size: 3.59vw;
        line-height: 1.57;
        text-align: left;
    }

    .common-service .common-service-intro-sec .intro-white .intro-head {
        margin-top: 17.44vw;
    }

    .common-service .common-service-intro-sec .intro-white .intro-head .intro-head_en {
        font-size: 4.62vw;
    }

    .common-service .common-service-intro-sec .intro-white .intro-head .intro-head_ttl {
        font-size: 7.69vw;
    }

    .common-service .common-service-intro-sec .features-list {
        display: block;
        margin-top: -11.54vw;
    }

    .common-service .common-service-intro-sec .features-list .item {
        width: 100%;
    }

    .common-service .common-service-intro-sec .features-list .item+.item {
        margin-top: 10.26vw;
    }

    .common-service .common-service-intro-sec .features-list .item .item_img {
        height: 56.41vw;
    }

    .common-service .common-service-intro-sec .features-list .item .item_ttl {
        margin-top: 6.15vw;
        font-size: 6.15vw;
    }

    .common-service .common-service-intro-sec .features-list .item .item_line {
        margin-top: 5.13vw;
    }

    .common-service .common-service-intro-sec .features-list .item .item_text {
        margin-top: 5.13vw;
        font-size: 4.1vw;
    }

    /* 不動産売買・仲介ページ：ご契約までのフロー */
    .common-service .common-service-flow-sec {
        padding: 20.51vw 0 25.64vw;
    }

    .common-service .common-service-flow-sec .flow-inner .flow-head .flow-head_en {
        font-size: 4.62vw;
    }

    .common-service .common-service-flow-sec .flow-inner .flow-head .flow-head_ttl {
        font-size: 7.69vw;
    }

    .common-service .common-service-flow-sec .flow-inner .flow-list {
        display: block;
        margin-top: 9.23vw;
    }

    .common-service .common-service-flow-sec .flow-inner .flow-list .item {
        width: 100%;
    }

    /* step間の区切り線（濃緑・余白は線の上下に半分ずつ配分） */
    .common-service .common-service-flow-sec .flow-inner .flow-list .item+.item {
        margin-top: 6.41vw;
        padding-top: 6.41vw;
        border-top: 1px solid var(--sub-color);
    }

    .common-service .common-service-flow-sec .flow-inner .flow-list .item+.item::before {
        display: none;
    }

    .common-service .common-service-flow-sec .flow-inner .flow-list .item .item_step {
        font-size: 5.13vw;
    }

    .common-service .common-service-flow-sec .flow-inner .flow-list .item .item_circle {
        width: 38.46vw;
        height: 38.46vw;
        margin-top: 2.31vw;
    }

    .common-service .common-service-flow-sec .flow-inner .flow-list .item:nth-child(1) .item_icon img {
        width: 14.36vw;
        height: auto;
    }

    .common-service .common-service-flow-sec .flow-inner .flow-list .item:nth-child(2) .item_icon img {
        width: 11.54vw;
        height: auto;
    }

    .common-service .common-service-flow-sec .flow-inner .flow-list .item:nth-child(3) .item_icon img {
        width: 12.56vw;
        height: auto;
    }

    .common-service .common-service-flow-sec .flow-inner .flow-list .item:nth-child(4) .item_icon img {
        width: 15.9vw;
        height: auto;
    }

    .common-service .common-service-flow-sec .flow-inner .flow-list .item:nth-child(5) .item_icon img {
        width: 19.49vw;
        height: auto;
    }

    .common-service .common-service-flow-sec .flow-inner .flow-list .item .item_ttl {
        margin-top: 4.1vw;
        font-size: 5.13vw;
    }

    .common-service .common-service-flow-sec .flow-inner .flow-list .item .item_text {
        margin-top: 2.56vw;
        font-size: 3.59vw;
    }

    /* 相続相談：Step04のみ握手アイコン（icon_flow6・実寸68px）のため幅を上書き */
    .common-service.page_inheritance .common-service-flow-sec .flow-inner .flow-list .item:nth-child(4) .item_icon img {
        width: 17.44vw;
        height: auto;
    }

    /* 会社概要ページ */
    .page_company .company-sec-head .company-sec-head_en {
        font-size: 4.62vw;
    }

    .page_company .company-sec-head .company-sec-head_ttl {
        margin-top: 1.03vw;
        font-size: 7.69vw;
    }

    .page_company .company-overview-sec,
    .page_company .company-access-sec,
    .page_company .company-history-sec {
        padding: 12.82vw 0 15.38vw;
    }

    .page_company .company-partner-sec {
        padding: 12.82vw 0 20.51vw;
    }

    .page_company .company-overview-sec .company-overview-table,
    .page_company .company-partner-sec .company-partner-table {
        width: 100%;
        margin-top: 8.21vw;
    }

    .page_company .company-overview-sec .company-overview-table .table_th,
    .page_company .company-overview-sec .company-overview-table .table_td,
    .page_company .company-partner-sec .company-partner-table .table_th,
    .page_company .company-partner-sec .company-partner-table .table_td {
        padding: 4.1vw 2.05vw;
        font-size: 3.59vw;
    }

    .page_company .company-overview-sec .company-overview-table .table_th,
    .page_company .company-partner-sec .company-partner-table .table_th {
        width: 30vw;
    }

    .page_company .company-overview-sec .company-overview-table .table_tel {
        pointer-events: auto;
    }

    .page_company .company-access-sec .access-map {
        margin-top: 8.21vw;
    }

    .page_company .company-access-sec .access-map iframe {
        height: 90vw;
    }

    .page_company .company-history-sec .history-list {
        width: 100%;
        margin-top: 8.21vw;
    }

    .page_company .company-history-sec .history-list::before {
        top: 2.56vw;
        bottom: 2.56vw;
        left: 1.03vw;
    }

    .page_company .company-history-sec .history-list .item {
        padding: 0 0 8.21vw 11.28vw;
    }

    .page_company .company-history-sec .history-list .item::before {
        top: 2.31vw;
        left: 0;
        width: 2.31vw;
        height: 2.31vw;
    }

    .page_company .company-history-sec .history-list .item .item_year {
        font-size: 5.64vw;
        line-height: 1.3;
    }

    .page_company .company-history-sec .history-list .item .item_text {
        margin-top: 1.03vw;
        font-size: 3.59vw;
        line-height: 1.7;
    }

    /* FVなしページ：白背景のためSPロゴを黒に切り替え */
    body.no-fv #sp_header .sp-header__logo .-white {
        display: none;
    }

    body.no-fv #sp_header .sp-header__logo .-black {
        display: inline;
    }

    /* FVなしページ：固定ロゴ・ハンバーガー（約14vw）分の本文上余白 */
    body.no-fv .l-content {
        padding-top: 20vw;
    }

    /* FVなしページ：メニュー展開中は緑背景のためロゴを白に戻す（is-menu-openはmenu.jsが付与） */
    body.no-fv.is-menu-open #sp_header .sp-header__logo .-white {
        display: inline;
    }

    body.no-fv.is-menu-open #sp_header .sp-header__logo .-black {
        display: none;
    }

}

/* ==========================================================
   hover演出（タッチデバイス除外）
========================================================== */
@media (hover: hover) {

    /* ピルボタン：オレンジ反転 */
    .common-pill-btn:hover {
        background: var(--accent-color);
    }

    .common-pill-btn:hover .common-pill-btn__text {
        color: #FFFFFF;
    }

    .common-pill-btn:hover .common-pill-btn__arrow {
        background: #FFFFFF;
        color: var(--accent-color);
    }

    /* CVボタン：背景黒・テキスト白・丸オレンジ（二重）に300msで変化 */
    .common-cv-btn:hover {
        background: #000000;
    }

    .common-cv-btn:hover .common-cv-btn__dot {
        background: var(--accent-color);
    }

    .common-cv-btn:hover .common-cv-btn__dot::before {
        opacity: 1;
        transform: scale(1);
    }

    /* ヘッダー：hoverで下線が入る */
    .site-header .site-header__menu .site-header__menu-item>a:hover::after {
        transform: scaleX(1);
    }

    .site-header .site-header__menu .site-header__menu-item.-has-sub:hover .site-header__sub {
        opacity: 1;
        visibility: visible;
    }

    /* プルダウン項目：背景は変えず文字のみ透明度70%（緑背景時=白70%／白背景時=黒70%・ダッシュも70%） */
    .site-header .site-header__sub .site-header__sub-item a:hover {
        color: rgba(255, 255, 255, .7);
    }

    .site-header.is-fixed .site-header__sub .site-header__sub-item a:hover {
        color: rgba(0, 0, 0, .7);
    }

    .site-header.is-fixed .site-header__sub .site-header__sub-item a:hover .site-header__sub-dash {
        color: rgba(199, 199, 199, .7);
    }

    /* Serviceカード：画像ズーム＋黒マスクを薄く＋矢印帯オレンジ→黒 */
    .top-service .top-service__list .top-service__item a:hover .top-service__item-img img {
        transform: scale(1.05);
    }

    .top-service .top-service__list .top-service__item a:hover .top-service__item-img::after {
        background: rgba(2, 2, 2, .3);
    }

    .top-service .top-service__list .top-service__item a:hover .top-service__item-arrow {
        background: #000000;
    }

    /* CTA：背景写真表示＋リング拡大 */
    .common-cta .common-cta__link:hover .common-cta__bg {
        opacity: 1;
    }

    .common-cta .common-cta__link:hover .common-cta__inner .common-cta__circle::before {
        inset: -25px;
        background: rgba(255, 255, 255, .6);
    }

    /* フッター：テキスト透明度80%＋下線が右へ抜けて左から戻る */
    .site-footer .site-footer__nav .site-footer__nav-block a:hover .site-footer__nav-en,
    .site-footer .site-footer__nav .site-footer__nav-block a:hover .site-footer__nav-jp {
        opacity: .8;
    }

    .site-footer .site-footer__nav .site-footer__nav-block:hover::after {
        animation: footer-line-slide .6s ease-in-out;
    }

    .site-footer .site-footer__nav .site-footer__nav-block.-service .site-footer__sub-list .site-footer__sub-item a:hover {
        opacity: .7;
    }

    .site-footer .site-footer__bottom .site-footer__pagetop a:hover {
        opacity: .7;
    }

    .site-footer .site-footer__bottom .site-footer__bottom-row .site-footer__bottom-links a:hover {
        opacity: .7;
    }
}