@charset "UTF-8";
/* reset----------------------------- */
html {
    scroll-padding-top: 50px;
    scroll-behavior: smooth;
    overflow-x: hidden; 
}

/* 修正箇所：htmlタグとの相乗効果により、左右の余計な画面のブレ（横揺れ）を100%強制シャットアウトする設定 */
body {
    font-family: "Noto Sans JP", "Noto Serif JP", serif;
    margin: 0 !important;
    overflow-x: hidden; 
}

/* 修正箇所：ページ全体のコンテンツを包むメインコンテナに対しても左右の表示制限をかけ、全幅画像による画面のガタつきを内部から完全に鎮圧する設定 */
.l-main {
    overflow-x: hidden;
    width: 100%;
}

section, main, footer, h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,form,fieldset {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    line-height: 1.1;
}
p{
    line-height: 2;
    text-align: justify;
}
li {
    list-style: none;
}

th {
    font-weight: normal;
}

em {
    font-style: normal;
}

sup {
    position: relative;
    height: 0;
    font-size: .46em;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block;
}

img {
    width: 100%;
    max-width:100%;
    display: block;
    object-fit: contain;
}
a{
    text-decoration: none;
    color: #FFF;
}


/* 1. ページタイトルエリア（KV） */
.p-recruit-kv {
    width: 100%;
    height: 120px;
    background: linear-gradient(90deg, #EDF4F6 0%, #F4F3ED 50%, #F6EFF4 100%);
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EAEAEA;
}
.p-recruit-kv_inner {
    width: min(1200px, 90%);
    margin: 0 auto;
}
.p-recruit-kv_title {
    /* 修正箇所：他ページとデザインのトーン＆マナーを一致させるため、KVの英語タイトルのフォントをご指定通りの「Sawarabi Gothic」へ変更 */
    font-family: "Sawarabi Gothic", sans-serif;
    font-size: 28px;
    font-weight: normal;
    color: #4a4a4a;
    letter-spacing: 0.03em;
}
.p-recruit-kv_sub {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    margin-left: 12px;
}

.p-recruit-hero {
    width: 100%;
    background-color: #ffffff;
    padding: 120px 0 120px 0;
}

.p-recruit-hero_canvas {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.p-recruit-hero_inner {
    position: relative;
    width: min(1200px, 90%);
    margin: 0 auto;
}

.p-recruit-hero_row {
    width: 100%;
    display: flex;
    justify-content: flex-start;    
    align-items: center;            
    min-height: calc(360px + (540 - 360) * ((100vw - 768px) / (1920 - 768)));
}

.p-recruit-hero_content {
    width: 72%;                     
    position: relative;
    z-index: 3;                     
    box-sizing: border-box;
}

.p-recruit-hero_title {
    /* 修正箇所：メインヒーローの日本語大見出しのフォントをご指定通りの「Sawarabi Mincho」へ変更 */
    font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
    font-size: calc(32px + (72 - 32) * ((100vw - 768px) / (1920 - 768)));
    font-weight: 700;
    color: #333333;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: calc(20px + (32 - 20) * ((100vw - 768px) / (1920 - 768)));
    -webkit-text-stroke: 8px #ffffff;
    paint-order: stroke fill;
}

.p-recruit-hero_desc {
    font-size: calc(13px + (15 - 13) * ((100vw - 768px) / (1920 - 768)));
    color: #4a4a4a;
    line-height: 2.2;
    letter-spacing: 0.04em;
    margin-bottom: calc(30px + (40 - 30) * ((100vw - 768px) / (1920 - 768)));
    -webkit-text-stroke: 6px #ffffff;
    paint-order: stroke fill;
}

.p-recruit-hero_btn-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.p-recruit-hero_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
    width: calc(200px + (240 - 200) * ((100vw - 768px) / (1920 - 768)));
    height: calc(48px + (56 - 48) * ((100vw - 768px) / (1920 - 768)));
    border-radius: 28px;
    font-size: 20px;
    font-weight: 700;
    color: #4a4a4a;
    background-color: #ffffff;
    position: relative;
    letter-spacing: 0.05em;
    transition: opacity 0.3s ease;
}
.p-recruit-hero_btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 28px;
    padding: 1px;
    background: linear-gradient(135deg, #D5C7E9 0%, #BCD1DC 50%, #F3E8C4 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.p-recruit-hero_btn:hover {
    opacity: 0.75;
}

.p-recruit-hero_img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;                        
    left: auto;
    width: 60%;                     
    z-index: 2;                     
}
.p-recruit-hero_img-wrap {
    height: 100%;
    width: 100%;
}
.p-recruit-hero_img {
    height: 100%;
    width: 100%;
    max-width: none !important;
    display: block;
    object-fit: cover;
    object-position: left center;
}

.p-recruit-profile {
    width: 100%;
    background-color: rgba(228, 238, 241, 0.5);
    padding: calc(60px + (140 - 60) * ((100vw - 768px) / (1920 - 768))) 0;
}

.p-recruit-profile_inner {
    position: relative;
    width: min(1200px, 90%);
    margin: 0 auto;
}

/* 左側に絶対ピン留めされる縦書きレーベル（PC版） */
.p-recruit-profile_vertical-label {
    writing-mode: vertical-rl;
    text-combine-upright: digits 2;
    text-orientation: sideways;
    -webkit-text-orientation: sideways;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #4a4a4a;
    /* 修正箇所：ブラウザ特性を活かし英数字ゴシック、日本語明朝の自動打ち分けをハイブリッド指定 */
    font-family: "Sawarabi Gothic", "Sawarabi Mincho", serif;
    font-size: 11px;
    /* 修正箇所：他ページの縦書きパーツと合わせるため、文字の太さを太字（700）に変更 */
    font-weight: 600;
    letter-spacing: 0.15em;
    white-space: nowrap;
    position: absolute;
    left: 0;
    /* 修正箇所：上の白いヒーローセクションまで美しく跨がせるため、配置の初期位置を引き上げ調整 */
    top: -180px;
    z-index: 10;
}
.p-recruit-profile_vertical-line {
    width: 1px;
    height: 20px;
    background-color: #4a4a4a;
    display: block;
}

/* 右側コンテンツコンテナ */
.p-recruit-profile_content {
    width: 100%;
    padding-left: 110px;
    box-sizing: border-box;
}

/* 2列×2段を司るFlexグリッドコンテナ */
.p-recruit-profile_grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: calc(40px + (90 - 40) * ((100vw - 768px) / (1920 - 768)));
}

.p-recruit-profile_item {
    width: 46%;
    display: flex;
    align-items: center;            
    flex-shrink: 0;
}

/* 特大グラデーション数値 */
.p-recruit-profile_num {
    font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
    font-size: calc(100px + 60 * ((100vw - 768px) / (1920 - 768)));
    font-weight: 700;
    line-height: 1.0;
    /* 修正箇所：白背景の上でも美しく発色する黄金比の中間グラデーションカラーへ統一同期 */
    background: linear-gradient(90deg, #E4DCF1 0%, #E3F0E8 45%, #F7F3DD 75%, #FAECE7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    width: 1.15em;                  
    letter-spacing: -0.05em;
    user-select: none;
    flex-shrink: 0;
}

.p-recruit-profile_text-box {
    margin-left: -7.3em;           
    position: relative;
    z-index: 2;
    flex-grow: 1;
}

/* 重なり合う日本語タイトル */
.p-recruit-profile_title {
    /* 修正箇所：カード内の日本語見出しフォントをご指定通りの「Sawarabi Mincho」へ変更 */
    font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
    font-size: calc(20px + (26 - 20) * ((100vw - 768px) / (1920 - 768)));
    font-weight: 700;
    color: #333333;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 12px;            
    white-space: nowrap;            
}

/* 丁寧な解説文 */
.p-recruit-profile_desc {
    font-size: calc(13px + (15 - 13) * ((100vw - 768px) / (1920 - 768)));
    color: #4a4a4a;
    line-height: 2.1;
    letter-spacing: 0.04em;
}

.p-recruit-appeal {
    width: 100%;
    background-color: #ffffff;      
    padding: 140px 0 60px 0;
}

.p-recruit-appeal_item {
    width: 100%;
    margin-bottom: 140px;
}
.p-recruit-appeal_item:last-child {
    margin-bottom: 0;
}

.p-recruit-appeal_canvas {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.p-recruit-appeal_inner {
    position: relative;
    width: min(1200px, 90%);
    margin: 0 auto;
    z-index: 3;
}

.p-recruit-appeal_row {
    width: 100%;
    display: flex;
    align-items: center;            
    min-height: calc(400px + (560 - 400) * ((100vw - 768px) / (1920 - 768)));
}

/* 【上段：左画像突き抜け時】 */
.p-recruit-appeal_item--left-img .p-recruit-appeal_row {
    justify-content: flex-end;
}
.p-recruit-appeal_right-content {
    width: 48%;                     
    box-sizing: border-box;
}

/* 【下段：右画像突き抜け時】 */
.p-recruit-appeal_item--right-img .p-recruit-appeal_row {
    justify-content: flex-start;
}
.p-recruit-appeal_left-content {
    width: 48%;
    box-sizing: border-box;
}

/* 右側配置の縦書きレーベル（PC版） */
.p-recruit-appeal_vertical-label {
    writing-mode: vertical-rl;
    text-combine-upright: digits 2;
    text-orientation: sideways;
    -webkit-text-orientation: sideways;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #4a4a4a;
    /* 修正箇所：英数字ゴシック、日本語明朝の自動打ち分けをハイブリッド指定 */
    font-family: "Sawarabi Gothic", "Sawarabi Mincho", serif;
    font-size: 11px;
    /* 修正箇所：他ページの縦書きパーツと合わせるため、文字の太さを太字（700）に変更 */
    font-weight: 600;
    letter-spacing: 0.15em;
    white-space: nowrap;
    position: absolute;
    right: 0;
    /* 修正箇所：境界線を美しく横断させるため配置を引き上げ調整 */
    top: -210px;
    z-index: 10;
}
.p-recruit-appeal_vertical-line {
    width: 1px;
    height: 20px;
    background-color: #4a4a4a;
    display: block;
}

.p-recruit-appeal_block {
    width: 100%;
}
.p-recruit-appeal_block + .p-recruit-appeal_block {
    margin-top: calc(30px + (50 - 30) * ((100vw - 768px) / (1920 - 768)));
}

.p-recruit-appeal_title-wrap {
    display: flex;
    align-items: center;            
    margin-bottom: 8px;            
}

/* 特大グラデーション数値 */
.p-recruit-appeal_num {
    font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
    font-size: calc(100px + 60 * ((100vw - 768px) / (1920 - 768)));
    font-weight: 700;
    line-height: 1.0;
    /* 修正箇所：白背景の上でも美しく発色する黄金比の中間グラデーションカラーへ統一同期 */
    background: linear-gradient(90deg, #E4DCF1 0%, #E3F0E8 45%, #F7F3DD 75%, #FAECE7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    width: 1.15em;                  
    letter-spacing: -0.05em;
    user-select: none;
    flex-shrink: 0;
}

/* 重なり合う日本語タイトル */
.p-recruit-appeal_title {
    /* 修正箇所：魅力セクション内の日本語タイトルフォントをご指定通りの「Sawarabi Mincho」へ変更 */
    font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
    font-size: calc(18px + (24 - 18) * ((100vw - 768px) / (1920 - 768)));
    font-weight: 700;
    color: #333333;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-left: -5.45em;           
    position: relative;
    z-index: 2;
}

/* 丁寧な解説文 */
.p-recruit-appeal_desc {
    font-size: calc(13px + (14.5 - 13) * ((100vw - 768px) / (1920 - 768)));
    color: #666666;
    line-height: 2.1;
    letter-spacing: 0.04em;
    padding-left: 2px;              
}

/* 全幅突き抜け画像ブロック */
.p-recruit-appeal_img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 44%;                     
    z-index: 2;
}
.p-recruit-appeal_item--left-img .p-recruit-appeal_img-block { left: 0; right: auto; }
.p-recruit-appeal_item--right-img .p-recruit-appeal_img-block { right: 0; left: auto; }

.p-recruit-appeal_img-wrap { height: 100%; width: 100%; }
.p-recruit-appeal_img {
    height: 100%;
    width: 100%;
    max-width: none !important;
    display: block;
    object-fit: cover;
}
.p-recruit-appeal_item--left-img .p-recruit-appeal_img { object-position: right center; }
.p-recruit-appeal_item--right-img .p-recruit-appeal_img { object-position: left center; }

.p-recruit-requirements {
    width: 100%;
    background-color: rgba(228, 238, 241, 0.5);
    padding: calc(60px + (140 - 60) * ((100vw - 768px) / (1920 - 768))) 0;
}

.p-recruit-requirements_inner {
    width: min(1200px, 90%);
    margin: 0 auto;
    text-align: center;             
}

/* メイン見出し */
.p-recruit-requirements_main-title {
    /* 修正箇所：募集要項セクションの日本語大見出しフォントをご指定通りの「Sawarabi Mincho」へ変更 */
    font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
    font-size: calc(24px + (32 - 24) * ((100vw - 768px) / (1920 - 768)));
    font-weight: 700;
    color: #333333;
    letter-spacing: 0.06em;
    margin-bottom: 24px;
}

/* 営業職バッジ */
.p-recruit-requirements_badge-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}
.p-recruit-requirements_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 38px;
    border-radius: 20px;
    font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 700;
    color: #4a4a4a;
    background-color: #ffffff;
    position: relative;
    letter-spacing: 0.05em;
}
.p-recruit-requirements_badge::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;                   
    background: linear-gradient(135deg, #D5C7E9 0%, #BCD1DC 50%, #F3E8C4 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* リードメッセージ文 */
.p-recruit-requirements_lead {
    font-family: "Noto Sans JP", sans-serif;
    font-size: calc(13px + (14.5 - 13) * ((100vw - 768px) / (1920 - 768)));
    color: #4a4a4a;
    text-align: center;
    line-height: 2.1;
    letter-spacing: 0.04em;
    margin-bottom: calc(40px + (60 - 40) * ((100vw - 768px) / (1920 - 768)));
}

/* 募集要項ホワイトテーブルカード */
.p-recruit-requirements_card {
    width: 100%;
    background-color: #ffffff;
    border-radius: 6px;             
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.02); 
    padding: calc(30px + (60 - 30) * ((100vw - 768px) / (1920 - 768))) calc(24px + (60 - 24) * ((100vw - 768px) / (1920 - 768)));
    box-sizing: border-box;
    text-align: left;               
}

.p-recruit-requirements_row {
    width: 100%;
    display: flex;
    align-items: flex-start;        
    border-bottom: 1px solid #EAEAEA; 
    padding: calc(20px + (32 - 20) * ((100vw - 768px) / (1920 - 768))) 0;
}
.p-recruit-requirements_row:first-child { padding-top: 0; }
.p-recruit-requirements_row:last-child { padding-bottom: 0; border-bottom: none; }

/* 【左カラム】■項目名 */
.p-recruit-requirements_label {
    width: 24%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: calc(13px + (14.5 - 13) * ((100vw - 768px) / (1920 - 768)));
    font-weight: 600;
    color: #333333;
    letter-spacing: 0.02em;
    line-height: 1.6;
    flex-shrink: 0;
}

/* 【右カラム】詳細内容エリア */
.p-recruit-requirements_detail {
    width: 76%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: calc(12.5px + (14 - 12.5) * ((100vw - 768px) / (1920 - 768)));
    color: #4a4a4a;
    line-height: 2.2;
    letter-spacing: 0.03em;
}
.p-recruit-requirements_detail p {
    text-align: left;               
}

.p-recruit-requirements_detail .p-left-indent { padding-left: 0.8em; }
.p-recruit-requirements_detail .m-bottom-sub { margin-bottom: 4px; }
.p-recruit-requirements_detail .m-top-sub { margin-top: 6px; }
.p-recruit-requirements_detail .m-top-main { margin-top: 14px; }
.p-recruit-requirements_detail .color-light { color: #666666; }

.p-recruit-requirements_note {
    width: 100%;
}
.p-recruit-requirements_note p {
    font-size: calc(11px + (12 - 11) * ((100vw - 768px) / (1920 - 768)));
    color: #666666;
    line-height: 1.8;
    letter-spacing: 0.02em;
}
.p-recruit-requirements_note p + p { margin-top: 4px; }
 
/* 下部大型エントリーボタンエリア */
/* .p-recruit-requirements_btn-area {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: calc(40px + (60 - 40) * ((100vw - 768px) / (1920 - 768)));
} */

/* ENTRY │ 応募する ボタン */
/* .p-recruit-requirements_entry-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(260px + (320 - 260) * ((100vw - 768px) / (1920 - 768)));
    height: calc(54px + (64 - 54) * ((100vw - 768px) / (1920 - 768)));
    border-radius: 32px;
    font-family: "Times New Roman", "Noto Sans JP", sans-serif;
    font-size: calc(14px + (16 - 14) * ((100vw - 768px) / (1920 - 768)));
    font-weight: 700;
    color: #4a4a4a;
    background-color: #ffffff;
    position: relative;
    letter-spacing: 0.06em;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
    transition: opacity 0.3s ease, transform 0.3s ease;
} */
/* .p-recruit-requirements_entry-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 32px;
    padding: 2px;                   
    background: linear-gradient(135deg, #D5C7E9 0%, #BCD1DC 50%, #F3E8C4 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
} */
/* .p-recruit-requirements_entry-btn:hover {
    opacity: 0.85;
    transform: translateY(-2px);    
} */


@media screen and (max-width: 768px) {
    .p-recruit-kv { height: 100px; }
    .p-recruit-kv_title { font-size: 22px; }
    .p-recruit-kv_sub { font-size: 12px; margin-left: 6px; }

    .p-recruit-hero { padding: 50px 0; }
    
    .p-recruit-hero_row { 
        display: block; 
        min-height: 0;
    }
    .p-recruit-hero_content {
        width: 100%;
    }
    
    .p-recruit-hero_title {
        font-size: 24px;
        margin-bottom: 16px;
        -webkit-text-stroke: 0;     
    }
    .p-recruit-hero_desc {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 24px;
        -webkit-text-stroke: 0;     
    }
    .p-recruit-hero_btn {
        width: 220px;
        height: 50px;
        font-size: 14px;
    }
    
    .p-recruit-hero_img-block {
        position: static;
        width: 100%;
        margin-top: 30px;
    }
    .p-recruit-hero_img-wrap {
        height: auto;
        aspect-ratio: 16 / 11;
    }

    /* --- 3. 求める人物像セクション SP修正 --- */
    .p-recruit-profile { padding: 50px 0; }
    
    /* 修正箇所：SP版でも求める人物像の縦書きレーベル（PROFILE）を非表示にせず、常時表示させるために配置を再有効化 */
    .p-recruit-profile_vertical-label {
        display: flex !important;
        left: 0 !important;
        top: -80px !important;
    }
    
    /* 修正箇所：左側の縦書きと各指針カードが衝突して重なるのを100%完全に防ぐため、他ページと同じくSP用の左インナー余白を45pxに拡張確保 */
    .p-recruit-profile_content { 
        padding-left: 45px !important; 
    }
    
    .p-recruit-profile_grid { display: block; }
    .p-recruit-profile_item {
        width: 100%;
        margin-bottom: 40px;
        display: block;             
    }
    .p-recruit-profile_item:last-child { margin-bottom: 0; }
    
    .p-recruit-profile_num {
        font-size: 54px;
        width: auto;
        margin-bottom: 8px;
    }
    
    .p-recruit-profile_text-box {
        margin-left: 0;             
    }
    .p-recruit-profile_title {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .p-recruit-profile_desc {
        font-size: 13.5px;
        line-height: 1.8;
    }

    /* --- 4. 働く魅力セクション SP修正 --- */
    .p-recruit-appeal { padding: 50px 0; }
    .p-recruit-appeal_item { margin-bottom: 60px; }
    .p-recruit-appeal_row { display: block; min-height: 0; }
    
    /* 修正箇所：SP版でも働く魅力の縦書きレーベル（APPEAL）を常時表示させるために配置を再有効化 */
    .p-recruit-appeal_vertical-label {
        display: flex !important;
        right: 0 !important;
        left: auto !important;
        top: -90px !important;
    }
    
    /* 修正箇所：右側の縦書きとカード内の文章が衝突して重なるのを100%完全に防ぐため、SP用の右インナー余白を45pxに拡張確保 */
    .p-recruit-appeal_left-content, 
    .p-recruit-appeal_right-content { 
        width: 100%; 
        padding-right: 45px !important;
        box-sizing: border-box !important;
    }
    
    .p-recruit-appeal_block { display: block; }
    .p-recruit-appeal_block + .p-recruit-appeal_block { margin-top: 36px; }
    
    .p-recruit-appeal_title-wrap {
        margin-bottom: 8px;
        gap: 10px;
    }
    .p-recruit-appeal_num {
        font-size: 54px;
        width: auto;
        margin-bottom: 0;
    }
    .p-recruit-appeal_title {
        font-size: 18px;
        margin-left: -35px;
    }
    .p-recruit-appeal_desc {
        font-size: 13.5px;
        line-height: 1.8;
        padding-left: 0;
    }
    
    .p-recruit-appeal_img-block { position: static; width: 100%; margin-top: 24px; }
    .p-recruit-appeal_img-wrap { height: auto; aspect-ratio: 16 / 10; }

    /* --- 5. 募集要項セクション SP修正 --- */
    .p-recruit-requirements { padding: 50px 0; }
    .p-recruit-requirements_main-title { font-size: 24px; margin-bottom: 16px; }
    .p-recruit-requirements_badge-wrap { margin-bottom: 20px; }
    .p-recruit-requirements_lead { font-size: 13.5px; line-height: 1.8; margin-bottom: 36px; }
    
    .p-recruit-requirements_card { padding: 24px 16px; }
    
    .p-recruit-requirements_row {
        display: block;
        padding: 16px 0;
    }
    .p-recruit-requirements_row:first-child { padding-top: 0; }
    .p-recruit-requirements_row:last-child { padding-bottom: 0; }
    
    .p-recruit-requirements_label {
        width: 100%;
        margin-bottom: 8px;         
        font-size: 14px;
    }
    
    .p-recruit-requirements_detail {
        width: 100%;
        font-size: 13px;
        line-height: 1.9;
    }
    .p-recruit-requirements_detail .p-left-indent { padding-left: 0; } 
    .p-recruit-requirements_detail .m-top-main { margin-top: 10px; }
    
    .p-recruit-requirements_note { margin-top: 12px; }
    .p-recruit-requirements_note p { font-size: 11.5px; line-height: 1.6; }
    
    .p-recruit-requirements_btn-area { margin-top: 36px; }
    .p-recruit-requirements_entry-btn {
        width: 240px;
        height: 52px;
        font-size: 14px;
    }
}