@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: #1F96FF;
    --sub-color: #1A1A1A;
}

/* 見出し英字（Manuka）・装飾（High Summit）はテーマ内otfをセルフホスト */
@font-face {
    font-family: 'Manuka';
    src: url('fonts/TestManuka-Bold.otf') format('opentype');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Manuka';
    src: url('fonts/TestManuka-Black.otf') format('opentype');
    font-weight: 850;
    font-display: swap;
}

@font-face {
    font-family: 'High Summit';
    src: url('fonts/HighSummit.otf') format('opentype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'LINE Seed JP';
    src: url('fonts/LINESeedJP-Bold.otf') format('opentype');
    font-weight: 700;
    font-display: swap;
}

html,
body,
button,
input,
select,
textarea,
body>* {
    font-family: "Noto Sans JP", sans-serif;
}

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

.f-num {
    font-family: 'Roboto', sans-serif;
}

.f-deco {
    font-family: 'High Summit', cursive;
}

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

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

/* ============================================
   PCヘッダー（通常・MV上に透過で重なる）
============================================ */
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    z-index: 900;
}

/* 通常投稿詳細：FV（暗い背景画像）が無く白文字の透過ヘッダーが見えないため、
   透過ヘッダーは隠して追従ヘッダーを最初から表示する（ユーザー指示2026/07/15） */
.single-post .site-header {
    display: none;
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 48px;
}

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

.site-header__logo img {
    width: 74px;
    height: 71px;
    object-fit: contain;
}

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

.site-header__menu {
    display: flex;
    align-items: center;
    gap: 48px;
}

.site-header__menu-link {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    transition: opacity .3s;
}

/* グロナビ ホバー時の下線バー */
.site-header__menu-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s;
}

.site-header__icon-box {
    display: flex;
    align-items: center;
    /* Figma実測：インスタ↔FBは20px（AUN2-#1） */
    gap: 20px;
    margin-left: 54px;
}

.site-header__divider {
    width: 1px;
    height: 35px;
    background-color: #FFFFFF;
    /* Figma実測：縦線→インスタは54px（gap20+34。AUN2-#1） */
    margin-right: 34px;
}

.site-header__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    transition: opacity .3s;
}

.site-header__icon.-insta img {
    width: 30px;
    height: 33px;
    object-fit: contain;
}

.site-header__icon.-fb img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

/* ============================================
   PCヘッダー（追従・スクロールで表示）
============================================ */
.site-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* fixedはビューポート幅基準でbodyのmin-width:1440pxが効かないため個別に指定。
       横スクロール時のズレはcommon.jsでleftを同期（ユーザー指示07/15） */
    min-width: 1440px;
    height: 80px;
    /* Figma実測：白 opacity0.94の透過（AUN2-#4） */
    background-color: rgba(255, 255, 255, .94);
    z-index: 950;
    translate: 0 -100%;
    transition: translate .4s;
}

/* 通常投稿詳細（.single-post）はスクロール量に関係なく最初から表示 */
.site-header-fixed.is-show,
.single-post .site-header-fixed {
    translate: 0 0;
}

.site-header-fixed__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 48px;
}

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

.site-header-fixed__logo img {
    width: 63px;
    height: 61px;
    object-fit: contain;
}

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

.site-header-fixed__menu {
    display: flex;
    align-items: center;
    gap: 48px;
}

.site-header-fixed__menu-link {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    transition: opacity .3s;
}

/* 追従グロナビ ホバー時の下線バー */
.site-header-fixed__menu-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s;
}

.site-header-fixed__icon-box {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: 54px;
}

.site-header-fixed__divider {
    width: 1px;
    height: 25px;
    background-color: #1A1A1A;
    /* Figma実測：縦線→インスタは56px（gap24+32。AUN2-#8） */
    margin-right: 32px;
}

.site-header-fixed__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    transition: opacity .3s;
}

.site-header-fixed__icon.-insta img {
    width: 26px;
    height: 28px;
    object-fit: contain;
}

.site-header-fixed__icon.-fb img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

/* ============================================
   右サイド固定CTA（PC）
============================================ */
.side-cta {
    position: fixed;
    top: 320px;
    right: 0;
    z-index: 940;
}

.side-cta__contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 70px;
    height: 270px;
    background-color: #FFFFFF;
    /* Figma実測：黒枠2px（AUN#1。SWELL親テーマの汎用枠線も同時に上書き） */
    border: 2px solid #000000;
    cursor: pointer;
    transition: opacity .3s, translate .3s;
}

/* 展開時はバーがパネルの左側へスライドする（ラフ準拠：バー左・パネル右。AUN2-#3） */
.side-cta.is-open .side-cta__contact {
    /* パネル幅270px−枠の重なり2px */
    translate: -268px 0;
}

/* 展開時は矢印を「<」に反転（ラフ準拠。AUN2-#3） */
.side-cta.is-open .side-cta__contact-arrow img {
    scale: -1 1;
}

.side-cta__contact-text {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 700;
    writing-mode: vertical-rl;
    /* Figma実測：文字ピッチ19px＝約.19em（AUN2-#2） */
    letter-spacing: .19em;
}

.side-cta__contact-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.side-cta__contact-arrow img {
    width: 10px;
    height: 12px;
    object-fit: contain;
}

/* クリックで展開するお問い合わせパネル（ラフ準拠：画面右端に表示し、バーはその左へ。AUN2-#3） */
.side-cta__panel {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 270px;
    height: 270px;
    padding: 10px;
    background-color: #FFFFFF;
    /* Figma実測：枠2px（AUN2-#3） */
    border: 2px solid #1A1A1A;
    /* フェードではなく画面右外からの水平スライドで出し入れする（AUN5-#8。
       visibilityは閉アニメーション完了まで残る離散遷移＝フェードにはならない） */
    visibility: hidden;
    translate: 290px 0;
    transition: translate .3s, visibility .3s;
}

.side-cta.is-open .side-cta__panel {
    visibility: visible;
    translate: 0 0;
}

/* ボタンは4つとも基本黒・ホバーで白反転（ユーザー指示AUN2-#3。テキストはFigma実測で左揃え・左20px） */
.side-cta__panel-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 54px;
    padding: 0 34px 0 20px;
    background-color: #1A1A1A;
    /* Figma実測：ボタン枠2px（AUN2-#3） */
    border: 2px solid #1A1A1A;
    color: #FFFFFF;
    /* Figma指定：LINE Seed JP 700（支給otfをセルフホスト） */
    font-family: 'LINE Seed JP', "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: background-color .3s, color .3s;
}

/* ボタン右端の「>」（Figma実測：6x12・線2px・右20px。文字色に追従させるためmask＋currentColor。AUN2-#3） */
.side-cta__panel-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 14px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 14'%3E%3Cpath d='M1 1L7 7L1 13' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 14'%3E%3Cpath d='M1 1L7 7L1 13' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E") no-repeat center / contain;
    translate: 0 -50%;
}

.side-cta__tel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: #FFFFFF;
    /* Figma実測：黒枠2px（AUN#1） */
    border: 2px solid #000000;
    margin-top: 10px;
    transition: opacity .3s;
}

.side-cta__tel img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* ============================================
   TOP MV（スライダー）
============================================ */
.top-mv {
    position: relative;
    /* Figma準拠：FVは画面いっぱい（デザイン実寸720pxは下限として確保） */
    height: 100vh;
    min-height: 720px;
    overflow: hidden;
}

.top-mv__slider {
    position: relative;
    z-index: 1;
    height: 100%;
}

.top-mv__slider .slick-list,
.top-mv__slider .slick-track {
    height: 100%;
}

.top-mv__slide {
    height: 100%;
}

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

.top-mv__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2;
}

.top-mv__cont {
    position: absolute;
    inset: 0;
    z-index: 3;
}

.top-mv__catch {
    position: absolute;
    top: 213px;
    left: 50px;
    color: #FFFFFF;
    font-size: 92px;
    font-weight: 600;
    line-height: 35px;
    white-space: nowrap;
}

.top-mv__catch-border {
    position: absolute;
    top: 266px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
}

.top-mv__sub {
    position: absolute;
    top: 314px;
    left: 50px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: .11em;
}

.top-mv__copyright {
    position: absolute;
    /* 100vh化に伴い下端基準で固定（720pxデザイン時のtop:670px相当） */
    bottom: 38px;
    left: 50px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

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

.common-sec-head__en {
    color: var(--main-color);
    font-size: 60px;
    font-weight: 600;
    line-height: 35px;
}

.common-sec-head__jp {
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: .16em;
    margin-top: 23px;
}

/* ============================================
   TOP 選ばれる理由
============================================ */
.top-reason {
    padding-top: 120px;
    /* ナビからのアンカー到達時に追従ヘッダー80pxが被らないようにする（+余白20px。2026/07/16 ユーザー指示で100pxに） */
    scroll-margin-top: 100px;
}

.top-reason__list {
    display: flex;
    margin-top: 58px;
}

.top-reason__item {
    width: 407px;
}

.top-reason__item+.top-reason__item {
    margin-left: 60px;
    position: relative;
}

/* カラム間の縦罫線 */
.top-reason__item+.top-reason__item::before {
    content: '';
    position: absolute;
    top: -26px;
    left: -30px;
    width: 1px;
    height: 465px;
    background-color: #EAEAEA;
}

.top-reason__item-label {
    color: var(--main-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
}

.top-reason__item-ttl {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    /* .03emだと22文字見出し（REASON-01）が幅407pxを1px弱超えて折り返すため.02emに調整（Figmaは1行） */
    letter-spacing: .02em;
    margin-top: 15px;
}

.top-reason__item-img {
    width: 100%;
    height: 200px;
    margin-top: 15px;
}

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

.top-reason__item-text {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: .07em;
    margin-top: 15px;
}

/* ============================================
   TOP 事業内容
============================================ */
.top-business {
    background-color: #1A1A1A;
    padding: 110px 30px;
    margin-top: 100px;
}

.top-business .common-sec-head__jp {
    color: #FFFFFF;
    font-size: 18px;
}

.top-business__list {
    display: flex;
    gap: 20px;
    max-width: 1380px;
    margin: 48px auto 0;
}

.top-business__item {
    width: 330px;
}

.top-business__item-link {
    display: block;
}

.top-business__item-img {
    position: relative;
    width: 100%;
    height: 360px;
    border-radius: 16px;
    overflow: hidden;
}

.top-business__item-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
}

/* 画像下部を暗くするグラデーション */
.top-business__item-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(26, 26, 26, 1) 85%);
}

.top-business__item-en {
    position: absolute;
    left: 20px;
    bottom: 59px;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 900;
    line-height: 27px;
}

.top-business__item-jp {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: .16em;
}

.top-business__item-arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 50%;
    transition: background-color .3s, box-shadow .3s;
}

.top-business__item-arrow img {
    /* Figma実測：パス6×12+stroke2px中央=視覚8×14の「>」（AUN#2・icon_arrow_business.svg原寸） */
    width: 8px;
    height: 14px;
    object-fit: contain;
    transition: filter .3s;
}

.top-business__item-text {
    color: #EAEAEA;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: .05em;
    margin-top: 18px;
}

/* ============================================
   TOP 販売・買取実績
============================================ */
.top-works {
    margin-top: 129px;
    /* ナビからのアンカー到達時に追従ヘッダー80pxが被らないようにする（+余白20px。2026/07/16 ユーザー指示で100pxに） */
    scroll-margin-top: 100px;
}

.top-works__flex {
    display: flex;
    justify-content: space-between;
}

.top-works__head {
    width: 424px;
    margin-top: 74px;
}

.top-works__en {
    color: var(--main-color);
    font-size: 90px;
    font-weight: 600;
    line-height: 35px;
}

.top-works__jp {
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: .16em;
    margin-top: 36px;
}

.top-works__text {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .08em;
    margin-top: 25px;
}

.top-works__circle-list {
    display: flex;
}

.top-works__circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 350px;
    height: 350px;
    padding-top: 108px;
    border: 1px solid var(--main-color);
    border-radius: 50%;
}

/* 2つ目のサークルは重ねる */
.top-works__circle+.top-works__circle {
    margin-left: -25px;
}

.top-works__circle-ttl {
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: .21em;
}

.top-works__circle-num {
    display: flex;
    align-items: flex-end;
    /* Figma実測：見出し下端から20px（AUN#3） */
    margin-top: 20px;
    line-height: 1;
}

.top-works__circle-num .num {
    color: var(--main-color);
    font-size: 68px;
    font-weight: 200;
    line-height: 35px;
}

.top-works__circle-num .unit {
    color: #1A1A1A;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: .21em;
    line-height: 1;
    margin-left: 2px;
}

.top-works__circle-note {
    color: #1A1A1A;
    font-size: 13px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: .05em;
    /* Figma実測：数字ボックス(lh35px)下端からy217に合わせる（AUN#3） */
    margin-top: 23px;
}

/* ============================================
   共通もっと見るボタン（青ピル）
============================================ */
.common-more-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 58px;
    background-color: var(--main-color);
    border-radius: 42px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .04em;
    transition: background-color .3s, color .3s, box-shadow .3s;
}

/* ============================================
   TOP お役立ち情報（タブ切替）
============================================ */
.top-column {
    margin-top: 120px;
}

.top-column__inner {
    background-color: #FAFAFA;
    border-radius: 16px;
    padding: 94px 50px 104px;
}

.top-column__head-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.top-column__en {
    color: var(--main-color);
    font-size: 60px;
    font-weight: 600;
    line-height: 35px;
}

.top-column__jp {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: .16em;
    margin-top: 23px;
}

.top-column__text {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: .08em;
    margin-top: 24px;
    /* 改行はbrで制御済み（Figma実測2行・幅663相当）。自動折返し防止（AUN#5。SPで解除） */
    white-space: nowrap;
}

.top-column__tab-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    border-bottom: 1px solid #ADADAD;
}

.top-column__tab {
    position: relative;
    color: #ADADAD;
    font-size: 16px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: .16em;
    padding: 0 80px 16px;
    /* SWELL親テーマ(main.css)のbutton汎用枠線を打ち消す */
    border: none;
    background: none;
    cursor: pointer;
    transition: color .3s;
}

.top-column__tab.is-active {
    color: var(--main-color);
}

/* アクティブタブの下線 */
.top-column__tab.is-active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    translate: -50% 0;
    width: 100px;
    height: 1px;
    background-color: var(--main-color);
}

/* タブ間の縦線 */
.top-column__tab+.top-column__tab::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 1px;
    height: 20px;
    background-color: #ADADAD;
}

.top-column__list {
    display: none;
}

.top-column__list.is-active {
    display: flex;
    gap: 30px;
    margin-top: 32px;
}

.top-column__item {
    width: 360px;
}

.top-column__item-link {
    display: block;
    transition: opacity .3s;
}

.top-column__item-img {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
}

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

.top-column__item-cat {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    height: 30px;
    padding: 0 10px;
    background-color: #F5F5F5;
    border-radius: 30px;
    color: var(--main-color);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .16em;
}

.top-column__item-ttl {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: .11em;
    margin-top: 14px;
    /* タイトルはPC・SPとも2行制限（AUN3-#9） */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.top-column__item-excerpt {
    color: #1A1A1A;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: .05em;
    margin-top: 14px;
}

.top-column__item-date {
    color: #1A1A1A;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 14px;
}

.top-column__none {
    color: #1A1A1A;
    font-size: 14px;
    text-align: center;
    width: 100%;
    padding: 40px 0;
}

/* columnボックスをaboutus背景画像の上に重ねる */
.top-column {
    position: relative;
    z-index: 2;
}

/* ============================================
   TOP 会社概要（背景画像＋マーキー）
============================================ */
.top-aboutus {
    position: relative;
    height: 1159px;
    margin-top: -350px;
    z-index: 1;
}

.top-aboutus__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1140px;
    overflow: hidden;
}

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

.top-aboutus__bg-overlay {
    position: absolute;
    inset: 0;
    /* Figma実測：グラデーションは66.1%位置で完了・乗算(MULTIPLY)で写真に重なる。
       通常合成＋100%終点だと明るく見える（AUN5-#1） */
    background: linear-gradient(to bottom, rgba(51, 51, 51, .2) 0%, rgba(26, 26, 26, 1) 66.1%);
    mix-blend-mode: multiply;
}

.top-aboutus__flex {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 471px;
}

.top-aboutus__head {
    /* 416pxだと「お客様の利益を第一に。」（32px・字間.2em≒422px）が折り返すため拡張 */
    width: 440px;
}

.top-aboutus__en {
    color: var(--main-color);
    font-size: 70px;
    font-weight: 600;
    /* Figma実測72px（1行）。旧2行時代の36px×2と同寸のため下要素の余白は変わらない */
    line-height: 72px;
}

.top-aboutus__jp {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: .16em;
    margin-top: 10px;
}

.top-aboutus__catch {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .2em;
    margin-top: 64px;
}

.top-aboutus__body {
    width: 621px;
}

.top-aboutus__text {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: .14em;
}

.top-aboutus .common-more-btn {
    margin-top: 64px;
}

.top-aboutus .common-more-btn a {
    width: 210px;
}

/* 英字マーキー（右から左へ流れる） */
.top-aboutus__marquee {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.top-aboutus__marquee-text {
    display: flex;
    width: max-content;
    /* Figma実測：白10%で背景に溶け込ませる（AUN#7。mix-blendではなくfillの不透明度） */
    color: rgba(255, 255, 255, .1);
    font-size: 91px;
    font-weight: 850;
    line-height: 112px;
    white-space: nowrap;
    animation: aboutus-marquee 40s linear infinite;
}

@keyframes aboutus-marquee {
    0% {
        translate: 0 0;
    }

    100% {
        translate: -50% 0;
    }
}

/* ============================================
   TOP 採用情報
============================================ */
.top-recruit {
    position: relative;
    height: 542px;
    margin-top: 87px;
}

.top-recruit__cont {
    padding-top: 141px;
    width: 512px;
}

/* アウトライン文字 */
.top-recruit__en {
    color: transparent;
    -webkit-text-stroke: 1px #333333;
    font-size: 113px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: .05em;
    white-space: nowrap;
}

.top-recruit__catch {
    color: #333333;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: .2em;
    margin-top: 54px;
}

/* 「お客様の未来」を青字に（Figma準拠） */
.top-recruit__catch-accent {
    color: var(--main-color);
}

.top-recruit__text {
    color: #1A1A1A;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .06em;
    margin-top: 21px;
}

.top-recruit .common-more-btn {
    margin-top: 51px;
}

.top-recruit .common-more-btn a {
    width: 210px;
    height: 59px;
    font-size: 14px;
}

/* 右側：3枚のカスケード写真（各写真の左上に枠線をずらして重ねる） */
.top-recruit__img-box {
    position: absolute;
    top: 0;
    right: 100px;
    width: 688px;
    height: 542px;
}

.top-recruit__img {
    position: absolute;
    width: 568px;
    height: 282px;
}

/* 枠線は写真と同じ平行四辺形（Figma実測パス）。borderでは斜辺を描けないためSVGで描画し、写真より前面に重ねる（AUN#8） */
.top-recruit__img::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 568 282' preserveAspectRatio='none'%3E%3Cpath d='M0.5 69L567.5 0.5L567.5 213L0.5 281.5Z' fill='none' stroke='%23333333'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
    z-index: 2;
}

/* 写真は平行四辺形にクリップ（Figma実測：568×282で左辺が68.82px下がる） */
.top-recruit__img img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0 24.405%, 100% 0, 100% 75.595%, 0 100%);
}

/* 重なり順はFigma準拠：手前=img1（枠は黒）→奥=img3（AUN#8） */
.top-recruit__img.-img1 {
    top: 20px;
    left: 20px;
    z-index: 3;
}

.top-recruit__img.-img1::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 568 282' preserveAspectRatio='none'%3E%3Cpath d='M0.5 69L567.5 0.5L567.5 213L0.5 281.5Z' fill='none' stroke='%23000000'/%3E%3C/svg%3E");
}

.top-recruit__img.-img2 {
    top: 148px;
    left: 69px;
    z-index: 2;
}

.top-recruit__img.-img3 {
    top: 260px;
    left: 120px;
    z-index: 1;
}

/* ============================================
   TOP お知らせ
============================================ */
.top-news {
    margin-top: 110px;
}

.top-news__flex {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ADADAD;
    padding-top: 110px;
}

.top-news__head {
    width: 286px;
}

.top-news__en {
    color: var(--main-color);
    font-size: 60px;
    font-weight: 600;
    line-height: 35px;
}

.top-news__jp {
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: .16em;
    margin-top: 23px;
}

.top-news__text {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .08em;
    margin-top: 24px;
    /* 改行はbrで制御済み。親幅286pxでの意図しない折り返しを防ぐ（AUN#9。SPで解除） */
    white-space: nowrap;
}

.top-news .common-more-btn {
    /* Figma実測：リード文下48px（AUN2-#5） */
    margin-top: 48px;
}

.top-news .common-more-btn a {
    width: 200px;
    height: 48px;
    font-size: 14px;
}

.top-news__list {
    width: 785px;
    margin-top: 14px;
}

.top-news__item {
    border-bottom: 1px solid #E2E2E2;
}

.top-news__item+.top-news__item {
    margin-top: 32px;
}

.top-news__item-link {
    position: relative;
    display: block;
    /* Figma実測：行高71px（日付31+タイトル26+14）に合わせる（AUN#10） */
    padding-bottom: 14px;
    transition: opacity .3s;
}

.top-news__item-date {
    color: var(--main-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 31px;
}

.top-news__item-ttl {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: .09em;
    margin-top: -5px;
    padding-right: 60px;
    /* タイトルはPC1行制限（SPは2行制限に上書き。AUN3-#12） */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-news__item-arrow {
    position: absolute;
    top: 29px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background-color: var(--main-color);
    border-radius: 50%;
}

.top-news__item-arrow img {
    /* ラフ実測4×8・stroke2の専用svg（余白込み6×10）。白stroke直書きのためfilter不要 */
    width: 6px;
    height: 10px;
    object-fit: contain;
}

.top-news__none {
    color: #1A1A1A;
    font-size: 14px;
}

/* ============================================
   フッター
============================================ */
.site-footer {
    background-color: #1A1A1A;
    margin-top: 150px;
    padding: 119px 0 40px;
}

/* CTA帯のボーダーを画面端まで通すため、innerは全幅にして各ブロック側で1240pxに絞る（AUN#12） */
.site-footer__inner {
    width: 100%;
}

/* --- サイトマップ --- */
.site-footer__sitemap {
    display: flex;
    justify-content: space-between;
    width: 1240px;
    margin: 0 auto;
}

/* Figma実測：見出しブロックはナビ列より38px下げてナビの縦中央相当に置く（AUN#11） */
.site-footer__sitemap-label {
    margin-top: 38px;
}

.site-footer__sitemap-en {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: .09em;
}

.site-footer__sitemap-jp {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: .12em;
    margin: 21px 0 0 40px;
}

.site-footer__nav {
    /* 幅固定（887px）だと中身の自然幅超過でflex縮小→項目が折り返すため、自然幅に任せる */
    display: flex;
}

.site-footer__nav-col.-col1 {
    width: 380px;
}

.site-footer__nav-col.-col2 {
    margin-left: 41px;
}

.site-footer__nav-col.-col3 {
    display: flex;
    flex-direction: column;
    margin-left: 45px;
}

.site-footer__nav-col.-col4 {
    margin-left: 64px;
}

.site-footer__nav-parent {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: .16em;
    white-space: nowrap;
    transition: opacity .3s;
}

.site-footer__nav-col.-col3 .site-footer__nav-parent+.site-footer__nav-parent {
    margin-top: 12px;
}

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

.site-footer__nav-child a {
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: .16em;
    /* Figmaは全項目1行のため折り返し禁止 */
    white-space: nowrap;
    transition: opacity .3s;
}

/* --- CTAボタン列 --- */
.site-footer__cta {
    margin-top: 95px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding: 32px 0;
}

.site-footer__cta-list {
    display: flex;
    gap: 13px;
    width: 1240px;
    margin: 0 auto;
}

.site-footer__cta-btn {
    position: relative;
    display: flex;
    align-items: center;
    /* Figma実測：テキストは左揃え・左30px（AUN#12）。右paddingは文字が増えても「>」に被らないための確保（ユーザー強調） */
    justify-content: flex-start;
    width: 300px;
    height: 64px;
    padding: 0 50px 0 30px;
    border: 1px solid #FFFFFF;
    transition: background-color .3s;
}

.site-footer__cta-btn-text {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .12em;
    /* ホバーで白反転するため（AUN2-#7） */
    transition: color .3s;
}

.site-footer__cta-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    /* ラフ実測：シェブロンは6×12・線幅2px。45度回転のborder矢印は箱8.5px・2pxで視覚上6×12になる（「>」総点検 07/15） */
    width: 8.5px;
    height: 8.5px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    rotate: 45deg;
    translate: 0 -50%;
    /* ホバーで白反転するため（AUN2-#7） */
    transition: border-color .3s;
}

/* --- 会社情報 --- */
.site-footer__bottom {
    display: flex;
    justify-content: space-between;
    width: 1240px;
    margin: 30px auto 0;
}

.site-footer__company {
    display: flex;
    align-items: flex-start;
}

.site-footer__logo {
    line-height: 0;
    margin-top: 18px;
}

.site-footer__logo img {
    width: 100px;
    height: 97px;
    object-fit: contain;
}

.site-footer__company-info {
    border-left: 1px solid #FFFFFF;
    margin-left: 30px;
    padding-left: 30px;
}

.site-footer__company-name {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: .16em;
}

.site-footer__company-address {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: .08em;
}

.site-footer__company-tel {
    /* aタグ化に伴いblock化。PCは電話リンクを無効化（SPのみ発信可。AUN3-#14） */
    display: block;
    pointer-events: none;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 17px;
}

.site-footer__company-hours {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: .04em;
    margin-top: 4px;
}

.site-footer__sub {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* Figma実測：Follow Us行は会社情報ブロックより31px下から始まる（AUN#13） */
    margin-top: 31px;
}

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

.site-footer__follow-text {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    margin-right: 32px;
    /* High Summitのグリフがボックス内で上寄りに乗るため、アイコン縦中央（ラフ実測）に視覚補正（AUN#13） */
    position: relative;
    top: 5px;
}

.site-footer__sns {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    transition: opacity .3s;
}

.site-footer__sns+.site-footer__sns {
    margin-left: 23px;
}

.site-footer__sns img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* Figma実測：サイトマップ行・Copyright行とも右端揃え（AUN#13。ブロックのflex-endだけでは
   幅の狭いサイトマップ行がCopyright幅のボックス内で左に寄るため、text-alignで揃える） */
.site-footer__legal.pc {
    text-align: right;
}

.site-footer__legal-links {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: .08em;
    margin-top: 22px;
}

.site-footer__legal-links a {
    color: #FFFFFF;
    transition: opacity .3s;
}

.site-footer__copyright {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    /* ラフ実測：サイトマップ行との視覚間隔12px（AUN#13。FigmaのboundingBox値14pxは
       視覚境界とズレるためabsoluteRenderBounds＋ラフのピクセル解析で補正） */
    margin-top: 10px;
}

/* ============================================
   内部ページ共通FV
============================================ */
.common-page-fv {
    position: relative;
    height: 340px;
    overflow: hidden;
}

.common-page-fv__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common-page-fv__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .5);
}

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

.common-page-fv__en {
    position: absolute;
    top: 163px;
    left: 0;
    color: #FFFFFF;
    font-size: 92px;
    font-weight: 600;
    line-height: 35px;
    /* 英字見出しはスラッグ等を渡しても大文字表示にする */
    text-transform: uppercase;
}

.common-page-fv__jp {
    position: absolute;
    top: 236px;
    left: 0;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: .11em;
}

.common-page-fv__breadcrumb {
    position: absolute;
    right: 0;
    bottom: 30px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: .11em;
}

.common-page-fv__breadcrumb a {
    color: #FFFFFF;
    transition: opacity .3s;
}

/* ============================================
   投稿詳細のパンくず（下層共通の表記に合わせる）
============================================ */
/* 追従ヘッダー（80px）が最初から出ているため、コンテンツ上部をヘッダー分下げる（元はSWELLの64px） */
.single-post #content {
    padding-top: 120px;
}

.single-breadcrumb {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: .11em;
    margin-bottom: 24px;
}

.single-breadcrumb a {
    color: #1A1A1A;
    transition: opacity .3s;
}

/* ============================================
   事業内容ページ
============================================ */
.page_business .page_business-sec {
    padding-top: 120px;
}

.page_business .page_business-sec .block {
    position: relative;
    height: 374px;
    /* ナビからのアンカー到達時に追従ヘッダー80pxが被らないようにする（+余白20px。2026/07/16） */
    scroll-margin-top: 100px;
}

.page_business .page_business-sec .block+.block {
    margin-top: 50px;
}

/* 画像は画面端まで（奇数：左 / 偶数：右）
   内側の端は中央基準 calc(50% + 179px) で固定（1440px時に幅541pxと等価）。
   画面が広がっても中央基準のテキストとの間隔49pxが保たれ、画像側が伸びてcoverでトリミングされる */
.page_business .page_business-sec .block .img {
    position: absolute;
    top: 0;
    left: 0;
    right: calc(50% + 179px);
    height: 374px;
}

.page_business .page_business-sec .block.-reverse .img {
    left: calc(50% + 179px);
    right: 0;
}

.page_business .page_business-sec .block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_business .page_business-sec .block .cont {
    width: 700px;
    margin-left: 440px;
    padding-top: 65px;
}

.page_business .page_business-sec .block.-reverse .cont {
    margin-left: 0;
}

.page_business .page_business-sec .block .cont .label {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 900;
    line-height: 27px;
}

.page_business .page_business-sec .block .cont .en {
    color: var(--main-color);
    font-size: 38px;
    font-weight: 900;
    line-height: 27px;
    margin-top: 16px;
}

.page_business .page_business-sec .block .cont .jp {
    color: #1A1A1A;
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: .16em;
    margin-top: 14px;
}

.page_business .page_business-sec .block .cont .text {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .15em;
    margin-top: 32px;
}

/* ============================================
   会社情報ページ
============================================ */
.page_company .page_company-philosophy-sec {
    padding: 120px 0;
}

.page_company .page_company-philosophy-sec .text {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: .15em;
    text-align: center;
    margin-top: 40px;
}

.page_company .page_company-profile-sec {
    padding: 100px 0;
    background-color: #F5F5F5;
}

.page_company .page_company-profile-sec .profile-table {
    width: 900px;
    margin: 50px auto 0;
    border-collapse: collapse;
}

.page_company .page_company-profile-sec .profile-table th,
.page_company .page_company-profile-sec .profile-table td {
    padding: 24px 10px;
    border-bottom: 1px solid #D9D9D9;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .1em;
    text-align: left;
    vertical-align: top;
}

.page_company .page_company-profile-sec .profile-table tr:first-child th,
.page_company .page_company-profile-sec .profile-table tr:first-child td {
    border-top: 1px solid #D9D9D9;
}

.page_company .page_company-profile-sec .profile-table th {
    width: 220px;
    color: #1A1A1A;
    font-weight: 700;
}

.page_company .page_company-profile-sec .profile-table td {
    color: #333333;
    font-weight: 500;
}

/* 電話番号はPCでクリック無効（SPのみtel:リンクとして機能させる） */
.page_company .page_company-profile-sec .profile-table td a {
    color: #333333;
    pointer-events: none;
}

.page_company .page_company-access-sec {
    padding: 120px 0;
}

.page_company .page_company-access-sec .address {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: .15em;
    text-align: center;
    margin-top: 40px;
}

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

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

/* ============================================
   採用情報ページ
============================================ */
.page_recruit .page_recruit-requirements-sec {
    padding: 120px 0;
}

.page_recruit .page_recruit-requirements-sec .requirements-table {
    width: 900px;
    margin: 50px auto 0;
    border-collapse: collapse;
}

.page_recruit .page_recruit-requirements-sec .requirements-table th,
.page_recruit .page_recruit-requirements-sec .requirements-table td {
    padding: 24px 10px;
    border-bottom: 1px solid #D9D9D9;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .1em;
    text-align: left;
    vertical-align: top;
}

.page_recruit .page_recruit-requirements-sec .requirements-table tr:first-child th,
.page_recruit .page_recruit-requirements-sec .requirements-table tr:first-child td {
    border-top: 1px solid #D9D9D9;
}

.page_recruit .page_recruit-requirements-sec .requirements-table th {
    width: 220px;
    color: #1A1A1A;
    font-weight: 700;
}

.page_recruit .page_recruit-requirements-sec .requirements-table td {
    color: #333333;
    font-weight: 500;
}

/* 求人媒体ボタン（白地アウトライン。青ピルのエントリーボタンと対で主従を付ける） */
.page_recruit .page_recruit-requirements-sec .media-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 60px;
}

/* 求人媒体はテキスト左＋外部リンクアイコン右端＋行下罫線の3等分カラム（デザイナー指定モック再現。AUN5-#10 round6） */
.page_recruit .page_recruit-requirements-sec .media-list .media-item {
    flex: 1;
}

.page_recruit .page_recruit-requirements-sec .media-list .media-item .media-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* テキストが長くなってもアイコンに被らない最低間隔 */
    gap: 8px;
    /* 文字色はユーザー指定（罫線は#ADADADのまま。2026/07/22） */
    color: #909090;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .04em;
    /* モック実測：ベースライン〜罫線=0.62em（≒10px）。行ボックスの下余白ぶんを引いてpadding 5px */
    padding-bottom: 5px;
    border-bottom: 1px solid #ADADAD;
    transition: opacity .3s;
}

.page_recruit .page_recruit-requirements-sec .media-list .media-item .media-link .media-link__icon {
    /* モック実測：アイコン=フォント比0.71em（30px/フォント42px）→ 16px文字で12px */
    width: 12px;
    height: 12px;
    object-fit: contain;
}

.page_recruit .page_recruit-requirements-sec .common-more-btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}


/* ============================================
   お役立ち情報 一覧（/category/column）
   ※白ボックス・見出し・タブ・カードはTOP（.top-column__*）を流用し、
     一覧用のグリッドとページャーだけここで追加する
============================================ */
/* このページだけ、白ボックス（.top-column__inner）と同色をbody背景にも敷いて地と一体化させる */
body.category-column {
    background-color: #FAFAFA;
}

/* 見出しを外したので白ボックスの上下paddingを詰める（左右はTOP同様50px維持） */
.page_column .top-column__inner {
    padding: 0 50px 0;
}

/* FV直後セクションは上余白のみ（下は0） */
.page_column .page_column-list-sec {
    padding: 120px 0 0;
}

/* パネル（タブ対応・非アクティブは非表示） */
.page_column .page_column-list-sec .page_column-panel {
    display: none;
}

.page_column .page_column-list-sec .page_column-panel.is-active {
    display: block;
}

/* カード一覧（3列グリッド。TOPはflex横並びだが一覧は折り返す） */
.page_column .page_column-list-sec .page_column-list {
    display: grid;
    grid-template-columns: repeat(3, 360px);
    justify-content: center;
    gap: 50px 30px;
    margin-top: 32px;
}

/* ページネーションで隠している記事 */
.page_column .page_column-list-sec .page_column-list .top-column__item.is-hidden {
    display: none;
}

/* ページャー */
.page_column .page_column-list-sec .page_column-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 60px;
}

.page_column .page_column-list-sec .page_column-pager .page_column-pager-num,
.page_column .page_column-list-sec .page_column-pager .page_column-pager-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #ADADAD;
    border-radius: 50%;
    background-color: #FFFFFF;
    color: #1A1A1A;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: color .3s, background-color .3s, border-color .3s;
}

.page_column .page_column-list-sec .page_column-pager .page_column-pager-num.is-active {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #FFFFFF;
}

.page_column .page_column-list-sec .page_column-pager .page_column-pager-arrow:disabled {
    opacity: .4;
    cursor: default;
}

/* ============================================
   フォーム上部の電話窓口（3フォーム共通・静的表示。AUN5-#7）
============================================ */
.page_contact .contact_tel_box {
    text-align: center;
    margin-top: 40px;
    /* フォームとの間にも余白（AUN5-#7 FB） */
    margin-bottom: 40px;
}

.page_contact .contact_tel_box .contact_tel_box__label {
    color: var(--main-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}

.page_contact .contact_tel_box .contact_tel_box__num {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #333333;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 4px;
}

/* 番号はtel:リンク（SPで発信可能に）。PCはクリック無効＝patterns.mdの定型 */
.page_contact .contact_tel_box .contact_tel_box__num .contact_tel_box__link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    pointer-events: none;
}

.page_contact .contact_tel_box .contact_tel_box__num .contact_tel_box__icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.page_company .page_company-profile-sec .profile-table td span.color {
    display: block;
    color: #b90000;
    font-size: 14px;
}

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

    /* ============================================
       SP基礎の上書き（baseの指定を打ち消し）
    ============================================ */
    /* PCのmin-width:1440pxを必ず解除（忘れるとSPがズームアウト表示になる） */
    body {
        min-width: 100%;
        padding-top: 0;
        font-size: 3.59vw;
    }

    /* ============================================
       SPヘッダー（透過→スクロールで白背景）
    ============================================ */
    #sp_header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 20.51vw;
        display: flex;
        align-items: center;
        padding: 0 5.13vw;
        background-color: transparent;
        background: transparent;
        box-shadow: none;
        z-index: 950;
        transition: background-color .3s;
    }

    /* 通常投稿詳細（.single-post）はスクロール量に関係なく最初から白背景
       （is-menu-open の透明化ルールが後置なのでメニュー展開時はそちらが勝つ） */
    #sp_header.is-scrolled,
    .single-post #sp_header {
        background: rgba(255, 255, 255, .96);
    }

    #sp_header .sp-site-header__logo {
        line-height: 0;
    }

    #sp_header .sp-site-header__logo img {
        width: 13.85vw;
        height: 13.33vw;
        object-fit: contain;
    }

    #sp_header .sp-site-header__tel {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 13.85vw;
        height: 13.85vw;
        background-color: #FFFFFF;
        /* Figma実測：2pxの黒枠（AUN3-#1） */
        border: 2px solid #1A1A1A;
        border-radius: 4px;
        margin-left: auto;
        margin-right: 15.38vw;
    }

    #sp_header .sp-site-header__tel img {
        width: 8.46vw;
        height: 8.46vw;
        object-fit: contain;
    }

    /* メニュー展開中：どの位置でも背景黒＝ヘッダーの白背景を無効化（AUN3-#17。is-scrolledより後置で上書き） */
    #sp_header.is-menu-open {
        background: transparent;
    }

    /* メニュー展開中のTELボタンはFigma準拠で透明背景・白枠・白アイコン */
    #sp_header.is-menu-open .sp-site-header__tel {
        background-color: transparent;
        border-color: #FFFFFF;
    }

    #sp_header.is-menu-open .sp-site-header__tel img {
        /* 黒アイコンを白に反転 */
        filter: brightness(0) invert(1);
    }

    /* ハンバーガーボタン（type-layerの.hamburgerを本案件デザインに上書き。
       menu.cssがstyle.cssより後に読まれるため .sp を付けて詳細度を上げる） */
    .sp .hamburger {
        position: fixed;
        top: 3.08vw;
        right: 5.13vw;
        width: 13.85vw;
        height: 13.85vw;
        background-color: var(--main-color);
        border-radius: 4px;
        z-index: 10000;
    }

    .sp .hamburger span {
        position: absolute;
        /* Figma実測：3本線は右端揃え（AUN3-#1。activeの×は各行のleft指定が優先される） */
        left: auto;
        right: 3.17vw;
        height: 2px;
        background-color: #FFFFFF;
    }

    .sp .hamburger span:nth-of-type(1) {
        top: 4.36vw;
        width: 7.44vw;
    }

    .sp .hamburger span:nth-of-type(2) {
        top: 6.67vw;
        width: 4.62vw;
    }

    .sp .hamburger span:nth-of-type(3) {
        top: 8.97vw;
        width: 6.15vw;
    }

    /* メニュー展開時はXに変形。
       3本線と同じ right 基準で統一（left基準だとtransition中に左寄せへジャンプする。AUN4-#3）。
       サイズはラフ実測：線の長さ29.25px＝バツのbbox20.7px角（AUN4-#5） */
    .sp .hamburger.active span:nth-of-type(1) {
        top: 6.92vw;
        /* menu.cssの .hamburger.active span:nth-child(1){left:0} がbaseのleft:autoより詳細度で勝つため、
           active側でも明示的にleft:autoが必要（無いと1本目だけ左端に飛んで×が崩れる） */
        left: auto;
        right: 3.17vw;
        width: 7.5vw;
        transform: rotate(45deg);
    }

    .sp .hamburger.active span:nth-of-type(2) {
        top: 6.92vw;
        left: auto;
        right: 3.17vw;
        width: 7.5vw;
        transform: rotate(-45deg);
    }

    /* 3本目はdisplay:noneだとパッと消えるため、×の位置へ移動しながらフェードで消す
       （menu.cssのtransition 0.5sで滑らかに変化。ユーザー指摘07/15） */
    .sp .hamburger.active span:nth-of-type(3) {
        top: 6.92vw;
        left: auto;
        right: 3.17vw;
        opacity: 0;
        transform: rotate(-45deg);
    }

    /* ============================================
       SP TOP MV
    ============================================ */
    .top-mv {
        /* Figma準拠：FV＋下部お問い合わせバーで画面いっぱい（svh非対応環境はvhでフォールバック） */
        height: 100vh;
        height: 100svh;
        min-height: 184.62vw;
    }

    .top-mv__slide {
        height: 100%;
    }

    .top-mv__catch {
        top: 34.36vw;
        left: 5.13vw;
        font-size: 18.46vw;
        line-height: 17.69vw;
        white-space: normal;
    }

    .top-mv__catch-border {
        top: 85.64vw;
    }

    .top-mv__sub {
        top: 92.31vw;
        left: 5.13vw;
        font-size: 4.1vw;
        line-height: 6.67vw;
    }

    .top-mv__copyright {
        /* 100svh化に伴い下端基準で固定（お問い合わせバー12.82vw＋余白分） */
        bottom: 21vw;
        left: 5.13vw;
        font-size: 3.08vw;
    }

    /* ============================================
       SP下部固定CTA（画面下部に追従・クリックで展開）
    ============================================ */
    .common-sp-cta {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        /* SPメニュー（z-index:500）より下に置く */
        z-index: 400;
    }

    .common-sp-cta__bar {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 12.82vw;
        background-color: #FFFFFF;
        /* Figma実測：バーは2pxの黒枠（AUN3-#2） */
        border: 2px solid #1A1A1A;
        cursor: pointer;
    }

    .common-sp-cta__bar-text {
        color: #1A1A1A;
        font-size: 4.1vw;
        font-weight: 700;
        letter-spacing: .21em;
    }

    .common-sp-cta__bar-arrow {
        position: absolute;
        right: 5.13vw;
        top: 50%;
        translate: 0 -50%;
        line-height: 0;
    }

    .common-sp-cta__bar-arrow img {
        /* ラフ準拠のシェブロンsvg（stroke2px込み14×8）。閉状態は「∨」（AUN4-#1） */
        width: 3.59vw;
        height: 2.05vw;
        object-fit: contain;
        transition: rotate .3s;
    }

    /* 開状態は「∧」 */
    .common-sp-cta.is-open .common-sp-cta__bar-arrow img {
        rotate: 180deg;
    }

    .common-sp-cta__panel {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2.56vw;
        padding: 0 5.13vw;
        background-color: #FFFFFF;
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s, padding .3s;
    }

    .common-sp-cta.is-open .common-sp-cta__panel {
        max-height: 29.23vw;
        padding: 2.56vw 5.13vw;
        /* Figma実測：開時パネルは2pxの黒枠（AUN3-#3。閉時はmax-height:0でも枠が線として残るため開時のみ。
           上辺はバーの下枠と重なるため付けない） */
        border: 2px solid #1A1A1A;
        border-top: none;
    }

    .common-sp-cta__panel-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 10.77vw;
        background-color: #1A1A1A;
        color: #FFFFFF;
        font-size: 3.59vw;
        font-weight: 500;
        letter-spacing: .12em;
        /* Figma実測：黒ボタンに白1px枠（AUN3-#3） */
        border: 1px solid #FFFFFF;
    }

    /* ============================================
       SP TOP共通セクション見出し
    ============================================ */
    .common-sec-head__en {
        font-size: 11.28vw;
        line-height: 8.97vw;
    }

    .common-sec-head__jp {
        font-size: 3.59vw;
        line-height: 7.95vw;
        letter-spacing: .1em;
        margin-top: 2.31vw;
    }

    /* ============================================
       SP TOP 選ばれる理由
    ============================================ */
    .top-reason {
        padding-top: 15.38vw;
        /* SP固定ヘッダー55px+余白15px。ヘッダーがpx指定のためpxで合わせる（2026/07/16 ユーザー指示で70pxに） */
        scroll-margin-top: 70px;
    }

    .top-reason__list {
        display: block;
        /* Figma実測：見出し→REASON-01の間をラフに合わせて詰める（AUN3-#4） */
        margin-top: 5.38vw;
    }

    .top-reason__item {
        width: 100%;
    }

    .top-reason__item+.top-reason__item {
        margin-left: 0;
        margin-top: 12.31vw;
    }

    /* カード間の横罫線 */
    .top-reason__item+.top-reason__item::before {
        top: -6.15vw;
        left: 0;
        width: 100%;
        height: 1px;
    }

    .top-reason__item-label {
        font-size: 5.13vw;
        /* Figma実測：ラベルの行送りはbbox実測21px相当。行間の余分でタイトルとの間が開いていたのを詰める（AUN3-#4） */
        line-height: 5.38vw;
    }

    .top-reason__item-ttl {
        /* 22文字見出し（REASON-01）が4.1vwだと22×4.1=90.2vw＞コンテンツ幅89.74vwで実機文字落ち→4vw（88vw）に（AUN5-#3） */
        font-size: 4vw;
        line-height: 5.38vw;
        letter-spacing: 0;
        margin-top: 1.79vw;
    }

    .top-reason__item-img {
        height: 38.46vw;
        margin-top: 1.79vw;
    }

    .top-reason__item-text {
        font-size: 3.33vw;
        line-height: 4.36vw;
        letter-spacing: .07em;
        margin-top: 1.79vw;
    }

    /* ============================================
       SP TOP 事業内容（カルーセル）
    ============================================ */
    .top-business {
        padding: 14.62vw 0 14.87vw;
        margin-top: 15.38vw;
    }

    .top-business .common-sec-head__jp {
        font-size: 3.59vw;
    }

    .top-business__tab-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2.56vw;
        margin: 4.1vw 5.13vw 0;
    }

    .top-business__tab {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 10.77vw;
        color: #FFFFFF;
        font-size: 3.59vw;
        font-weight: 700;
        letter-spacing: .16em;
        border: 1px solid #FFFFFF;
        /* aからbuttonに変更（タブ化）に伴うリセット（AUN5-#4） */
        background: none;
        padding: 0;
        cursor: pointer;
        transition: background-color .3s, color .3s;
    }

    /* 選択中タブは白反転（AUN5-#4） */
    .top-business__tab.is-active {
        background-color: #FFFFFF;
        color: #1A1A1A;
    }

    .top-business__list {
        display: block;
        max-width: 100%;
        margin: 8.21vw 0 0;
    }

    /* slick-theme.cssの .slick-dotted.slick-slider { margin-bottom:30px } を打ち消す
       （ドット下の余白がラフ58px＋30pxに広がっていた原因。AUN3-#5） */
    .top-business__list.slick-dotted {
        margin-bottom: 0;
    }

    .top-business__item {
        width: auto;
        margin: 0 2.56vw;
    }

    .top-business__item-img {
        height: 56.41vw;
        border-radius: 8px;
    }

    .top-business__item-en {
        left: 2.56vw;
        bottom: 11vw;
        font-size: 6.67vw;
        line-height: 6.92vw;
    }

    .top-business__item-jp {
        left: 2.56vw;
        bottom: 2.56vw;
        font-size: 4.1vw;
        line-height: 7.95vw;
    }

    .top-business__item-arrow {
        right: 2.56vw;
        bottom: 2.56vw;
        width: 10.26vw;
        height: 10.26vw;
    }

    .top-business__item-arrow img {
        width: 2.05vw;
        height: 3.08vw;
    }

    .top-business__item-text {
        font-size: 3.33vw;
        line-height: 4.87vw;
        margin-top: 3.08vw;
    }

    /* カルーセルのドット */
    .top-business__list .slick-dots {
        position: static;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4.62vw;
        margin-top: 9.74vw;
        line-height: 0;
    }

    .top-business__list .slick-dots li {
        width: auto;
        height: auto;
        margin: 0;
    }

    .top-business__list .slick-dots li button {
        width: 2.56vw;
        height: 2.56vw;
        padding: 0;
        background-color: #ADADAD;
        border-radius: 50%;
    }

    .top-business__list .slick-dots li button::before {
        content: none;
    }

    .top-business__list .slick-dots li.slick-active button {
        width: 3.59vw;
        height: 3.59vw;
        background-color: #FFFFFF;
    }

    /* ============================================
       SP TOP 販売・買取実績
    ============================================ */
    .top-works {
        margin-top: 17.95vw;
        /* SP固定ヘッダー55px+余白15px＋WORKS見出しの文字はみ出し分15px
           （font-size 16.41vw > line-height 8.97vw のため文字上端がボックス外に描画される。2026/07/16） */
        scroll-margin-top: 85px;
    }

    .top-works__flex {
        display: block;
    }

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

    .top-works__en {
        font-size: 16.41vw;
        line-height: 8.97vw;
        text-align: center;
    }

    .top-works__jp {
        font-size: 3.59vw;
        line-height: 7.95vw;
        letter-spacing: .1em;
        margin-top: 3.59vw;
        text-align: center;
    }

    /* SPは説明文をサークルの下に表示（DOMをpc/spで出し分け） */
    .top-works__text {
        font-size: 3.59vw;
        line-height: 5.64vw;
        margin-top: 6.15vw;
    }

    .top-works__circle-list {
        gap: 2.56vw;
        justify-content: center;
        margin-top: 4.1vw;
    }

    .top-works__circle {
        width: 43.59vw;
        height: 43.59vw;
        padding-top: 8.21vw;
    }

    .top-works__circle+.top-works__circle {
        margin-left: 0;
    }

    .top-works__circle-ttl {
        font-size: 4.1vw;
        line-height: 7.95vw;
        letter-spacing: .21em;
    }

    .top-works__circle-num {
        margin-top: 1.28vw;
    }

    .top-works__circle-num .num {
        font-size: 10.26vw;
        line-height: 8.97vw;
    }

    .top-works__circle-num .unit {
        font-size: 4.62vw;
    }

    .top-works__circle-note {
        font-size: 3.08vw;
        line-height: 4.1vw;
        margin-top: 2.05vw;
        text-align: center;
    }

    /* ============================================
       SP 共通もっと見るボタン
    ============================================ */
    .common-more-btn {
        display: flex;
        justify-content: center;
    }

    /* PC用ボタンをSPで確実に隠す
       （上のdisplay:flexがdefault.cssの .pc{display:none} と同詳細度・後読みで勝ってしまい、
       COLUMN・NEWSのリード文下にPC用ボタンが表示されていた原因。AUN3-#7・#11） */
    .common-more-btn.pc {
        display: none;
    }

    .common-more-btn a {
        width: 61.54vw;
        height: 13.85vw;
        border-radius: 42px;
        font-size: 3.59vw;
    }

    /* ============================================
       SP TOP お役立ち情報
    ============================================ */
    .top-column {
        margin-top: 15.38vw;
    }

    .top-column__inner {
        border-radius: 12px;
        padding: 12.82vw 5.13vw 15.13vw;
    }

    .top-column__head-flex {
        display: block;
    }

    .top-column__en {
        font-size: 11.28vw;
        line-height: 8.97vw;
    }

    .top-column__jp {
        font-size: 3.59vw;
        line-height: 7.95vw;
        letter-spacing: .1em;
        margin-top: 1.28vw;
    }

    .top-column__text {
        font-size: 3.33vw;
        line-height: 5.13vw;
        margin-top: 3.59vw;
        max-width: 100%;
        /* SPは自動折返しに戻す（PC側のnowrap解除） */
        white-space: normal;
    }

    .top-column__tab-list {
        margin-top: 4.1vw;
    }

    .top-column__tab {
        width: 50%;
        font-size: 3.59vw;
        line-height: 7.95vw;
        padding: 0 0 0vw;
        /* reset.cssのbutton{text-align:inherit}で左寄りになるためラフどおり中央揃えに（AUN3-#8） */
        text-align: center;
    }

    /* SPのアクティブタブは文字黒（ラフ準拠） */
    .top-column__tab.is-active {
        color: #1A1A1A;
    }

    /* アクティブ下線はラフ準拠で青2px（AUN3-#8） */
    .top-column__tab.is-active::after {
        width: 100%;
        height: 2px;
        background-color: var(--main-color);
    }

    .top-column__tab+.top-column__tab::before {
        content: none;
    }

    .top-column__list.is-active {
        display: block;
        margin-top: 6.15vw;
    }

    .top-column__item {
        width: 100%;
    }

    .top-column__item+.top-column__item {
        margin-top: 6.15vw;
    }

    .top-column__item-img {
        height: 41.03vw;
        border-radius: 8px;
    }

    .top-column__item-cat {
        top: 2.56vw;
        left: 2.56vw;
        min-width: 15.38vw;
        height: 7.69vw;
        font-size: 3.59vw;
    }

    .top-column__item-ttl {
        font-size: 3.85vw;
        line-height: 5.13vw;
        margin-top: 3.08vw;
    }

    .top-column__item-excerpt {
        font-size: 3.33vw;
        line-height: 4.87vw;
        margin-top: 3.08vw;
    }

    .top-column__item-date {
        font-size: 3.08vw;
        line-height: 5.64vw;
        margin-top: 3.08vw;
    }

    .common-more-btn.sp {
        margin-top: 10.51vw;
    }

    /* ============================================
       SP TOP 会社概要
    ============================================ */
    .top-aboutus {
        height: 289vw;
        margin-top: -66.15vw;
    }

    .top-aboutus__bg {
        height: 281.54vw;
    }

    .top-aboutus__flex {
        display: block;
        padding-top: 83.59vw;
    }

    .top-aboutus__head {
        width: 100%;
    }

    .top-aboutus__en {
        font-size: 13.85vw;
        line-height: 8.97vw;
    }

    .top-aboutus__jp {
        font-size: 3.59vw;
        line-height: 7.95vw;
        margin-top: 3.85vw;
    }

    .top-aboutus__catch {
        font-size: 6.15vw;
        line-height: 6.15vw;
        margin-top: 12.31vw;
    }

    .top-aboutus__body {
        width: 100%;
    }

    .top-aboutus__text {
        font-size: 3.59vw;
        line-height: 5.38vw;
        letter-spacing: .04em;
        margin-top: 12.31vw;
    }

    .top-aboutus .common-more-btn {
        justify-content: flex-start;
        margin-top: 12.31vw;
    }

    .top-aboutus .common-more-btn a {
        width: 43.59vw;
        height: 13.85vw;
        font-size: 3.59vw;
    }

    .top-aboutus__marquee-text {
        font-size: 18.21vw;
        line-height: 28.72vw;
    }

    /* ============================================
       SP TOP 採用情報
    ============================================ */
    /* SPは写真が上・テキストが下（ラフ準拠）。
       以前は .wrap にflexを当てていたが、img-boxは .wrap の外の兄弟要素のため効いておらず
       テキストが上のままだった（AUN3-#10）。flexはセクション自体に当てる */
    .top-recruit {
        height: auto;
        margin-top: 8.72vw;
        display: flex;
        flex-direction: column;
    }

    .top-recruit__cont {
        padding-top: 0;
        width: 100%;
    }

    .top-recruit__img-box {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: 70.77vw;
        /* 写真ボックスを先頭へ */
        order: -1;
    }

    .top-recruit__img {
        width: 74.1vw;
        height: 36.67vw;
    }

    .top-recruit__img::before {
        top: -2.56vw;
        left: -2.56vw;
    }

    /* ギャラリーはセクション直属のため .wrap の左右余白(5.13vw)が効かない。
       ラフ実測（左20pxはじまり・右端も20px残し）に合わせ、各leftに+5.13vwして内側へ（AUN4-#2） */
    .top-recruit__img.-img1 {
        top: 2.56vw;
        left: 7.69vw;
    }

    .top-recruit__img.-img2 {
        top: 16.67vw;
        left: 14.1vw;
    }

    .top-recruit__img.-img3 {
        top: 33.85vw;
        left: 20.77vw;
    }

    .top-recruit__en {
        font-size: 18.72vw;
        line-height: 8.97vw;
        margin-top: 12.05vw;
    }

    .top-recruit__catch {
        font-size: 6.15vw;
        line-height: 8.72vw;
        margin-top: 8.46vw;
    }

    .top-recruit__text {
        font-size: 3.59vw;
        line-height: 5.13vw;
        margin-top: 5.9vw;
    }

    .top-recruit .common-more-btn {
        justify-content: flex-start;
        margin-top: 12.31vw;
    }

    .top-recruit .common-more-btn a {
        width: 43.59vw;
        height: 13.85vw;
        font-size: 3.59vw;
    }

    /* ============================================
       SP TOP お知らせ
    ============================================ */
    .top-news {
        margin-top: 16.41vw;
    }

    .top-news__flex {
        display: block;
        padding-top: 12.31vw;
    }

    .top-news__head {
        width: 100%;
    }

    .top-news__en {
        font-size: 11.28vw;
        line-height: 8.97vw;
    }

    .top-news__jp {
        font-size: 3.59vw;
        line-height: 7.95vw;
        margin-top: 1.28vw;
    }

    .top-news__text {
        font-size: 3.33vw;
        line-height: 5.13vw;
        margin-top: 3.59vw;
        /* SPは自動折返しに戻す（PC側のnowrap解除） */
        white-space: normal;
    }

    .top-news__list {
        width: 100%;
        margin-top: 4.1vw;
    }

    .top-news__item+.top-news__item {
        margin-top: 2.05vw;
    }

    .top-news__item-link {
        padding-bottom: 2.05vw;
    }

    .top-news__item-date {
        font-size: 3.59vw;
        line-height: 7.95vw;
    }

    .top-news__item-ttl {
        font-size: 3.85vw;
        line-height: 5.38vw;
        margin-top: 0;
        padding-right: 0;
        /* SPは2行制限（PCの1行nowrapを解除。AUN3-#12） */
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .top-news__item-arrow {
        display: none;
    }

    .top-news .common-more-btn.sp {
        margin-top: 12.31vw;
    }

    /* PC用の .top-news .common-more-btn a { width:200px; height:48px } が
       SP共通指定より詳細度で勝ちボタンが小さくなっていたため、ラフの240×54px相当を明示（AUN3-#13） */
    .top-news .common-more-btn.sp a {
        width: 61.54vw;
        height: 13.85vw;
        font-size: 3.59vw;
    }

    /* ============================================
       SP フッター
    ============================================ */
    .site-footer {
        margin-top: 20.51vw;
        padding: 15.38vw 5.13vw 23.59vw;
    }

    .site-footer__inner {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    /* SPは 会社情報 → CTA → サイトマップ → リーガル の順 */
    .site-footer__bottom {
        order: 1;
        display: block;
        /* PC用の1240px固定を解除 */
        width: auto;
        margin: 0;
    }

    .site-footer__cta {
        order: 2;
    }

    .site-footer__sitemap {
        order: 3;
    }

    .site-footer__legal.sp {
        order: 4;
    }

    /* --- 会社情報（SPは中央揃え） --- */
    .site-footer__company {
        display: block;
        text-align: center;
    }

    .site-footer__logo {
        margin-top: 0;
    }

    .site-footer__logo img {
        width: 20.51vw;
        height: 20vw;
    }

    .site-footer__company-info {
        border-left: none;
        margin-left: 0;
        padding-left: 0;
    }

    .site-footer__company-name {
        font-size: 3.59vw;
        line-height: 7.95vw;
        margin-top: 4.62vw;
    }

    .site-footer__company-address {
        font-size: 3.59vw;
        line-height: 4.87vw;
        margin-top: 1.54vw;
    }

    .site-footer__company-tel {
        font-size: 4.36vw;
        line-height: 5.64vw;
        margin-top: 5.9vw;
        /* SPは電話リンクとして機能させる（AUN3-#14） */
        pointer-events: auto;
    }

    .site-footer__company-hours {
        font-size: 3.08vw;
        line-height: 4.87vw;
        margin-top: 1.03vw;
    }

    .site-footer__sub {
        align-items: center;
        /* PC用の31px下げを解除（SPはfollow側のmarginで調整済み） */
        margin-top: 0;
    }

    .site-footer__follow {
        justify-content: center;
        margin-top: 8.97vw;
    }

    .site-footer__follow-text {
        font-size: 5.64vw;
        margin-right: 8.21vw;
    }

    .site-footer__sns+.site-footer__sns {
        margin-left: 5.9vw;
    }

    .site-footer__sns img {
        width: 10.26vw;
        height: 10.26vw;
    }

    /* --- CTAボタン（SPは2x2） --- */
    .site-footer__cta {
        margin-top: 8.97vw;
        border-bottom: none;
        padding: 7.69vw 0 0;
    }

    .site-footer__cta-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2.56vw;
        /* PC用の1240px固定を解除 */
        width: auto;
        margin: 0;
    }

    .site-footer__cta-btn {
        width: 100%;
        height: 14.87vw;
        /* SPラフ未支給のため中央揃えを維持（PC側の左揃え・padding指定を解除） */
        justify-content: center;
        padding: 0;
    }

    .site-footer__cta-btn-text {
        font-size: 3.59vw;
        letter-spacing: .04em;
    }

    /* SPラフにはボタンの「>」がないため非表示（AUN3-#15） */
    .site-footer__cta-btn::after {
        content: none;
    }

    /* --- サイトマップ（SPは縦リスト） --- */
    .site-footer__sitemap {
        display: block;
        /* 全幅に修正（AUN3-#16）。原因：innerがSPでflex縦並びのため、
           PC用の margin:0 auto の左右autoマージンがflexアイテムとして効き
           シュリンク＋中央寄せになっていた。width:100%＋マージン明示で解消 */
        margin: 16.41vw 0 0;
        width: 100%;
    }

    /* SPは縦積みのためPC用の下げ（38px）を解除 */
    .site-footer__sitemap-label {
        margin-top: 0;
    }

    .site-footer__sitemap-en {
        font-size: 6.15vw;
        line-height: 5.64vw;
    }

    .site-footer__sitemap-jp {
        font-size: 3.33vw;
        line-height: 7.95vw;
        margin: 1.54vw 0 0;
    }

    /* 行順をラフに合わせる（会社概要→採用情報→販売・買取実績→お役立ち情報）ため、
       列divをdisplay:contentsで透過し、中身をflexのorderで並べ替える（AUN3-#16） */
    .site-footer__nav {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 6.92vw;
    }

    .site-footer__nav-col.-col1,
    .site-footer__nav-col.-col2,
    .site-footer__nav-col.-col3,
    .site-footer__nav-col.-col4 {
        display: contents;
    }

    .site-footer__nav-col.-col1 .site-footer__nav-group {
        order: 1;
    }

    .site-footer__nav-col.-col2 .site-footer__nav-group {
        order: 2;
    }

    .site-footer__nav-col.-col3 .site-footer__nav-parent:nth-of-type(1) {
        order: 3;
    }

    .site-footer__nav-col.-col4 .site-footer__nav-group {
        order: 4;
    }

    .site-footer__nav-col.-col3 .site-footer__nav-parent:nth-of-type(2) {
        order: 5;
    }

    .site-footer__nav-col.-col3 .site-footer__nav-parent:nth-of-type(3) {
        order: 6;
    }

    .site-footer__nav-parent {
        position: relative;
        font-size: 3.85vw;
        line-height: 7.95vw;
        border-bottom: 1px solid #727272;
        padding-bottom: 3.08vw;
        margin-top: 4.1vw;
    }

    /* 行の右端に矢印（ラフ実測：2px線のシェブロン。AUN3-#16） */
    .site-footer__nav-parent::after {
        content: '';
        position: absolute;
        top: 3.3vw;
        right: 1.03vw;
        width: 2.05vw;
        height: 2.05vw;
        border-top: 2px solid #FFFFFF;
        border-right: 2px solid #FFFFFF;
        rotate: 45deg;
        /* 開閉の向き反転を滑らかに（AUN4-#4） */
        transition: rotate .3s, top .3s;
    }

    /* 子リンクを持つ親（事業内容・採用情報）は下向き矢印＝閉、開いたら上向き */
    .site-footer__nav-col.-col2 .site-footer__nav-parent::after,
    .site-footer__nav-col.-col4 .site-footer__nav-parent::after {
        rotate: 135deg;
    }

    .site-footer__nav-col.-col2 .site-footer__nav-group.is-open .site-footer__nav-parent::after,
    .site-footer__nav-col.-col4 .site-footer__nav-group.is-open .site-footer__nav-parent::after {
        rotate: -45deg;
        top: 4.3vw;
    }

    .site-footer__nav-col.-col3 .site-footer__nav-parent+.site-footer__nav-parent {
        margin-top: 4.1vw;
    }

    /* 選ばれる理由の子リンクはSP非表示（デザイン準拠） */
    .site-footer__nav-col.-col1 .site-footer__nav-child-list {
        display: none;
    }

    /* 事業内容・採用情報の子リンクはアコーディオン（初期は閉じる。親行タップで開閉＝common.js。AUN3-#16）
       display切替だとアニメーションできずパツパツするため、max-height方式で滑らかに開閉（AUN4-#4） */
    .site-footer__nav-col.-col2 .site-footer__nav-child-list,
    .site-footer__nav-col.-col4 .site-footer__nav-child-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 2.56vw;
        margin-top: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s, margin-top .3s;
    }

    .site-footer__nav-col.-col2 .site-footer__nav-group.is-open .site-footer__nav-child-list,
    .site-footer__nav-col.-col4 .site-footer__nav-group.is-open .site-footer__nav-child-list {
        max-height: 30vw;
        margin-top: 2.05vw;
    }

    .site-footer__nav-child a {
        font-size: 3.33vw;
        line-height: 7.95vw;
        border-bottom: 1px solid #727272;
        padding-bottom: 1.03vw;
        margin-top: 1.03vw;
    }

    /* --- リーガル --- */
    .site-footer__legal.sp {
        text-align: center;
    }

    .site-footer__legal-links {
        font-size: 3.08vw;
        line-height: 4.87vw;
        margin-top: 14.87vw;
    }

    .site-footer__copyright {
        font-size: 3.08vw;
        margin-top: 6.41vw;
    }

    /* ============================================
       SP ハンバーガーメニュー（全画面レイヤー）
    ============================================ */
    .sp .sp-menu {
        background-color: #1A1A1A;
        overflow-y: auto;
    }

    .sp .sp-menu__inner {
        display: block;
        padding: 28.72vw 5.13vw 13.08vw;
        min-height: 100%;
    }

    .sp-menu__label-en {
        color: #FFFFFF;
        font-size: 6.15vw;
        font-weight: 400;
        line-height: 5.64vw;
        letter-spacing: .09em;
    }

    .sp-menu__label-jp {
        color: #FFFFFF;
        font-size: 3.33vw;
        font-weight: 500;
        line-height: 7.95vw;
        letter-spacing: .12em;
        margin-top: 1.54vw;
    }

    .sp-menu__list {
        /* ラベルとリストの間はFigma実測14px（リスト側マージン＋1項目目のマージンで34pxになっていた。AUN5-#2） */
        margin-top: 3.59vw;
        /* ラフ実測：ナビリストは高さ235pxの窓で内部スクロール（Frame131=235px・中身438px。AUN4-#8） */
        max-height: 60.26vw;
        overflow-y: auto;
    }

    .sp-menu__item {
        margin-top: 4.1vw;
    }

    /* 1項目目はリスト側のマージンだけにする（AUN5-#2） */
    .sp-menu__item:first-child {
        margin-top: 0;
    }

    .sp-menu__item-link {
        position: relative;
        display: block;
        color: #FFFFFF;
        font-size: 3.85vw;
        font-weight: 500;
        line-height: 7.95vw;
        letter-spacing: .16em;
        border-bottom: 1px solid #727272;
        padding-bottom: 3.08vw;
    }

    /* 行の右端に矢印（フッターと同仕様：2px線のシェブロン。AUN4-#6） */
    .sp-menu__item-link::after {
        content: '';
        position: absolute;
        top: 3.3vw;
        right: 1.03vw;
        width: 2.05vw;
        height: 2.05vw;
        border-top: 2px solid #FFFFFF;
        border-right: 2px solid #FFFFFF;
        rotate: 45deg;
        transition: rotate .3s, top .3s;
    }

    /* 子リスト持ちは閉=∨・開=∧（フッターと同仕様。AUN4-#6） */
    .sp-menu__item.-has-child .sp-menu__item-link::after {
        rotate: 135deg;
    }

    .sp-menu__item.-has-child.is-open .sp-menu__item-link::after {
        rotate: -45deg;
        top: 4.3vw;
    }

    /* 子リストはアコーディオン（初期閉・親行タップで開閉＝menu.js。フッターと同じmax-height方式。AUN4-#6#7） */
    .sp-menu__child-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 2.56vw;
        margin-top: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s, margin-top .3s;
    }

    .sp-menu__item.-has-child.is-open .sp-menu__child-list {
        max-height: 30vw;
        margin-top: 2.05vw;
    }

    .sp-menu__child a {
        display: block;
        color: #FFFFFF;
        font-size: 3.33vw;
        font-weight: 400;
        line-height: 7.95vw;
        border-bottom: 1px solid #727272;
        padding-bottom: 1.03vw;
        margin-top: 1.03vw;
    }

    /* --- menu.css（汎用ハンバーガーCSS）の上書き ---
       .globalMenuSp_main_menu_box ul li a { color:#000; text-align:center } と
       ul li + li { margin-top:30px } が詳細度で勝ってしまい、
       文字がグレーに見える・2×2グリッドがレンガ状にズレる原因になっていたため、
       詳細度を上げて本来の指定に戻す */
    .sp .sp-menu .sp-menu__item-link {
        color: #FFFFFF;
        font-weight: 500;
        text-align: left;
    }

    .sp .sp-menu .sp-menu__item+.sp-menu__item {
        margin-top: 4.1vw;
    }

    .sp .sp-menu .sp-menu__child a {
        color: #FFFFFF;
        font-weight: 400;
        text-align: left;
    }

    .sp .sp-menu .sp-menu__child+.sp-menu__child {
        margin-top: 0;
    }

    .sp-menu__cta-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2.56vw;
        margin-top: 7.69vw;
    }

    .sp-menu__cta-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 12.82vw;
        color: #FFFFFF;
        font-size: 3.59vw;
        font-weight: 500;
        letter-spacing: .04em;
        border: 1px solid #FFFFFF;
    }

    /* LINEボタンの白背景指定は削除（ラフは4つとも透明＋白枠。AUN3-#18） */

    .sp-menu__company {
        text-align: center;
        margin-top: 8.97vw;
    }

    .sp-menu__company-name {
        color: #FFFFFF;
        font-size: 3.59vw;
        font-weight: 500;
        line-height: 7.95vw;
        letter-spacing: .16em;
    }

    .sp-menu__company-tel {
        /* aタグ化（電話リンク）に伴いblock化（AUN3-#19） */
        display: block;
        color: #FFFFFF;
        font-size: 4.36vw;
        font-weight: 400;
        line-height: 5.64vw;
        margin-top: 1.54vw;
    }

    .sp-menu__company-hours {
        color: #FFFFFF;
        font-size: 3.08vw;
        font-weight: 400;
        line-height: 4.87vw;
        margin-top: 2.05vw;
    }

    .sp-menu__sns-list {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5.9vw;
        margin-top: 6.15vw;
    }

    .sp-menu__sns {
        line-height: 0;
    }

    .sp-menu__sns img {
        width: 10.26vw;
        height: 10.26vw;
        object-fit: contain;
    }

    .sp-menu__legal {
        color: #FFFFFF;
        font-size: 3.08vw;
        font-weight: 400;
        line-height: 4.87vw;
        letter-spacing: .08em;
        text-align: center;
        margin-top: 8.97vw;
    }

    .sp-menu__legal a {
        color: #FFFFFF;
    }

    /* ============================================
       SP 内部ページ共通FV
    ============================================ */
    .common-page-fv {
        height: 64.87vw;
    }

    .common-page-fv__en {
        top: 24.62vw;
        left: 5.13vw;
        font-size: 13.85vw;
        line-height: 17.69vw;
    }

    .common-page-fv__jp {
        top: 40.51vw;
        left: 5.13vw;
        font-size: 4.1vw;
        line-height: 6.67vw;
    }

    /* ============================================
       SP 事業内容ページ
    ============================================ */
    .page_business .page_business-sec {
        /* SP内部ページ共通：FV下の余白を40px→60px相当に拡大（AUN5-#9） */
        padding-top: 15.38vw;
    }

    .page_business .page_business-sec .block {
        height: auto;
        /* SP固定ヘッダー55px+余白15px。ヘッダーがpx指定のためpxで合わせる（2026/07/16） */
        scroll-margin-top: 70px;
    }

    .page_business .page_business-sec .block+.block {
        margin-top: 12.82vw;
    }

    .page_business .page_business-sec .block .img {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        /* PC側の right: calc() 打ち消し（relativeのため残るとズレる） */
        width: 100%;
        height: 46.15vw;
        margin-top: 3.59vw;
    }

    .page_business .page_business-sec .block.-reverse .img {
        left: auto;
        /* PC側の left: calc() 打ち消し（詳細度が高いためSP基本ルールでは消えない） */
        right: auto;
    }

    /* SPは ラベル→英字→和名→画像→本文 の縦積み */
    .page_business .page_business-sec .block .cont {
        width: 100%;
        margin-left: 0;
        padding-top: 0;
    }

    .page_business .page_business-sec .block .cont .label {
        font-size: 3.59vw;
        line-height: 6.92vw;
    }

    .page_business .page_business-sec .block .cont .en {
        font-size: 8.21vw;
        line-height: 6.92vw;
        margin-top: 2.05vw;
    }

    .page_business .page_business-sec .block .cont .jp {
        font-size: 4.62vw;
        line-height: 7.95vw;
        margin-top: .51vw;
    }

    .page_business .page_business-sec .block .cont .text {
        font-size: 3.59vw;
        line-height: 5.13vw;
        letter-spacing: .14em;
        margin-top: 4.1vw;
    }

    /* ============================================
       SP 投稿詳細のパンくず
    ============================================ */
    /* SPヘッダー（20.51vw）が最初から出ているため、コンテンツ上部をヘッダー分下げる */
    .single-post #content {
        padding-top: 30.77vw;
    }

    .single-breadcrumb {
        font-size: 3.08vw;
        line-height: 6.15vw;
        margin-bottom: 4.1vw;
    }

    /* ============================================
       SP 会社情報ページ
    ============================================ */
    .page_company .page_company-philosophy-sec {
        /* SP内部ページ共通：FV下の余白を40px→60px相当に拡大（AUN5-#9） */
        padding: 15.38vw 0 10.26vw;
    }

    .page_company .page_company-philosophy-sec .text {
        font-size: 3.59vw;
        line-height: 7.18vw;
        letter-spacing: .1em;
        text-align: left;
        margin-top: 8.21vw;
    }

    .page_company .page_company-profile-sec {
        padding: 10.26vw 0;
    }

    .page_company .page_company-profile-sec .profile-table {
        width: 100%;
        margin-top: 8.21vw;
    }

    .page_company .page_company-profile-sec .profile-table th,
    .page_company .page_company-profile-sec .profile-table td {
        padding: 4.1vw 1.28vw;
        font-size: 3.29vw;
        line-height: 5.9vw;
    }

    .page_company .page_company-profile-sec .profile-table th {
        width: 29vw;
    }

    /* SPでは電話番号のtel:リンクを有効化 */
    .page_company .page_company-profile-sec .profile-table td a {
        pointer-events: auto;
    }

    .page_company .page_company-access-sec {
        padding: 10.26vw 0;
    }

    .page_company .page_company-access-sec .address {
        font-size: 3.59vw;
        line-height: 5.9vw;
        text-align: left;
        margin-top: 8.21vw;
    }

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

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

    /* ============================================
       SP 採用情報ページ
    ============================================ */
    .page_recruit .page_recruit-requirements-sec {
        /* SP内部ページ共通：FV下の余白を40px→60px相当に拡大（AUN5-#9） */
        padding: 15.38vw 0 10.26vw;
    }

    .page_recruit .page_recruit-requirements-sec .requirements-table {
        width: 100%;
        margin-top: 8.21vw;
    }

    .page_recruit .page_recruit-requirements-sec .requirements-table th,
    .page_recruit .page_recruit-requirements-sec .requirements-table td {
        padding: 4.1vw 1.28vw;
        font-size: 3.59vw;
        line-height: 5.9vw;
    }

    /* 最長項目「求める人物像」（6文字）が折り返さない幅にする
       （6文字×3.59vw×字間1.1＋padding左右2.56vw≒26.3vw のため26vwでは1文字落ちる） */
    .page_recruit .page_recruit-requirements-sec .requirements-table th {
        width: 28.21vw;
    }

    .page_recruit .page_recruit-requirements-sec .media-list {
        /* SPは縦積み・各行フル幅（align-items:centerだと行がシュリンクするためstretchのまま。AUN5-#10 round6） */
        flex-direction: column;
        gap: 6.15vw;
        margin-top: 10.26vw;
    }

    /* テキスト左＋アイコン右端＋行下罫線（PCと同仕様の縦積み。AUN5-#10 round6） */
    .page_recruit .page_recruit-requirements-sec .media-list .media-item .media-link {
        gap: 2.05vw;
        font-size: 4.1vw;
        padding-bottom: 1.28vw;
    }

    .page_recruit .page_recruit-requirements-sec .media-list .media-item .media-link .media-link__icon {
        width: 3.08vw;
        height: 3.08vw;
    }

    .page_recruit .page_recruit-requirements-sec .common-more-btn {
        margin-top: 8.21vw;
    }

    /* ============================================
       SP お役立ち情報 一覧（/category/column）
    ============================================ */
    /* 白ボックスの上下paddingを詰める（左右はTOP同様5.13vw維持） */
    .page_column .top-column__inner {
        padding: 0 5.13vw 0;
    }

    /* FV直後セクションは上余白のみ（下は0）。SP内部ページ共通：FV下の余白を40px→60px相当に拡大（AUN5-#9） */
    .page_column .page_column-list-sec {
        padding: 15.38vw 0 0;
    }

    /* SPは1列縦積み（カード間隔は既存 .top-column__item+.top-column__item が担う） */
    .page_column .page_column-list-sec .page_column-list {
        display: block;
        margin-top: 6.15vw;
    }

    /* ページャー */
    .page_column .page_column-list-sec .page_column-pager {
        flex-wrap: wrap;
        gap: 2.05vw;
        margin-top: 12.82vw;
    }

    .page_column .page_column-list-sec .page_column-pager .page_column-pager-num,
    .page_column .page_column-list-sec .page_column-pager .page_column-pager-arrow {
        width: 10.26vw;
        height: 10.26vw;
        font-size: 3.59vw;
    }

    .page_company .page_company-profile-sec .profile-table td span.color {
        font-size: 3.2vw;
    }

    /* ============================================
       SP フォーム上部の電話窓口（AUN5-#7）
    ============================================ */
    .page_contact .contact_tel_box {
        margin-top: 8.21vw;
        margin-bottom: 8.21vw;
    }

    .page_contact .contact_tel_box .contact_tel_box__label {
        font-size: 5.13vw;
    }

    .page_contact .contact_tel_box .contact_tel_box__num {
        gap: 1.54vw;
        font-size: 8.72vw;
        margin-top: 1.03vw;
    }

    /* SPはタップで発信できるようにする（AUN5-#7 FB） */
    .page_contact .contact_tel_box .contact_tel_box__num .contact_tel_box__link {
        gap: 1.54vw;
        pointer-events: auto;
    }

    .page_contact .contact_tel_box .contact_tel_box__num .contact_tel_box__icon {
        width: 6.67vw;
        height: 6.67vw;
    }
}

/* ============================================
   hover演出（タッチデバイスでのhover固着防止のため集約）
============================================ */
@media (hover: hover) {

    /* #1 グロナビ：下線を追加 */
    .site-header__menu-link:hover::after,
    .site-header-fixed__menu-link:hover::after {
        transform: scaleX(1);
    }

    .site-header__icon:hover {
        opacity: .6;
    }

    .site-header-fixed__icon:hover {
        opacity: .6;
    }

    .side-cta__contact:hover {
        opacity: .8;
    }

    .side-cta__tel:hover {
        opacity: .8;
    }

    /* お問い合わせパネルのボタン：基本黒→ホバーで白反転（ユーザー指示AUN2-#3） */
    .side-cta__panel-btn:hover {
        background-color: #FFFFFF;
        color: #1A1A1A;
    }

    /* #4 事業内容カード：画像拡大＋丸ボタンの色反転 */
    .top-business__item-link:hover .top-business__item-img>img {
        transform: scale(1.05);
    }

    /* AUN#2 ユーザー指定：ホバー時は枠線白・背景透明 */
    .top-business__item-link:hover .top-business__item-arrow {
        background-color: transparent;
        box-shadow: inset 0 0 0 1px #FFFFFF;
    }

    .top-business__item-link:hover .top-business__item-arrow img {
        /* 「>」を白に反転 */
        filter: brightness(0) invert(1);
    }

    /* #6 もっと見るボタン：色反転（青地白文字 ⇔ 白地青文字） */
    .common-more-btn a:hover {
        background-color: #FFFFFF;
        color: var(--main-color);
        box-shadow: inset 0 0 0 1px var(--main-color);
    }

    .top-column__tab:hover {
        color: var(--main-color);
    }

    /* #7 お役立ちカード：画像拡大 */
    .top-column__item-link:hover .top-column__item-img img {
        transform: scale(1.05);
    }

    .top-news__item-link:hover {
        opacity: .8;
    }

    .site-footer__nav-parent:hover {
        opacity: .6;
    }

    .site-footer__nav-child a:hover {
        opacity: .6;
    }

    /* フッターCTA：基本黒→ホバーで白反転（ユーザー指示AUN2-#7） */
    .site-footer__cta-btn:hover {
        background-color: #FFFFFF;
    }

    .site-footer__cta-btn:hover .site-footer__cta-btn-text {
        color: #1A1A1A;
    }

    .site-footer__cta-btn:hover::after {
        border-color: #1A1A1A;
    }

    .site-footer__sns:hover {
        opacity: .6;
    }

    .site-footer__legal-links a:hover {
        opacity: .6;
    }

    .common-page-fv__breadcrumb a:hover {
        opacity: .6;
    }

    .single-breadcrumb a:hover {
        opacity: .6;
    }

    /* 採用情報：求人媒体テキストリンク（AUN5-#10でボタン→テキスト化） */
    .page_recruit .page_recruit-requirements-sec .media-list .media-item .media-link:hover {
        opacity: .6;
    }

    /* お役立ち情報 一覧：ページャー（青地に反転） */
    .page_column .page_column-list-sec .page_column-pager .page_column-pager-num:hover,
    .page_column .page_column-list-sec .page_column-pager .page_column-pager-arrow:not(:disabled):hover {
        background-color: var(--main-color);
        border-color: var(--main-color);
        color: #FFFFFF;
    }

}