/* ==============================================
 * 求人情報ぺージスタイル
 * 対象URL:recruit2
 * 作成日: 2026.08.22
 * 作成者: Yukari Hiramatsu
 * ============================================== */

body { border-top: 20px solid lime !important; }

/*ページ内リンク位置調整*/
[id] {
    scroll-margin-top: 130px;
}

@media (max-width: 767px) {
    [id] {
        scroll-margin-top: 70px;
    }
}
/* ----------------------------------------------
 * FV
 * ---------------------------------------------- */
.pc_thumbnail {
    position: relative;
    display: block;
    margin-top: 110px;
}

@media (max-width: 768px) {
    .pc_thumbnail {
        margin-top: 50px;
    }
}
.pc_thumbnail::before,
.pc_thumbnail::after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background-image: url('https://leap-beauty.com/wp-content/uploads/2026/05/gold_line.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.pc_thumbnail picture {
    display: block;
    width: 100%;
    height: 500px;
}

.pc_thumbnail picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (max-width: 767px) {
    .pc_thumbnail picture,
    .pc_thumbnail picture img {
        height: 420px;
    }
    .pc_thumbnail.pc_thumbnail h1 {
        top: 50%!important;
        transform: translateY(-50%);
        font-size: 20px;
        padding: 0 20px;
    }
}
.pc_thumbnail.pc_thumbnail h1 {
    position: absolute;
    z-index: 5;
    display: block;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0;
    padding-left: 0;
    text-align: center;
    color: #ffffff;
    font-size: clamp(1.5rem, 3vw + 0.5rem, 3rem);
    font-family: "Noto Serif JP";
    line-height: 2.0em;
    font-weight: bolder;
    text-align: center;
    padding: 0 60px;
    text-shadow: 1px 0px 15px #0000005c;
}
.sp_br { display: none; }

@media (max-width: 767px) {
    .sp_br { display: inline; }
    .pc_br { display: none; }
}

/* ----------------------------------------------
 * 共通レイアウト
 * ---------------------------------------------- */

/* パンくずリスト非表示 */
.breadcrumbs.l-path_list {
    display: none;
}

/* 余白クリア */
.l-single_area {
    padding-top: 0;
}
article.c-single_cont.p-menu {
    padding-top: 0;
}
.c-edit_wrap {
    margin-top: 0 !important;
}

/* カバーブロックCSS解除 */
.c-single_cont {
    border-radius: 0;
    background: none;
    box-shadow: none;
    margin: 0;
    max-width: 100%;
    padding: 0;
}

/* カバーブロック全幅指定 */
.wp-block-cover {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

/* カバーブロック内コンテンツ幅制限 */
.wp-block-cover__inner-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ゴールドライン */
.wp-block-image.gold_line {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.wp-block-image.gold_line img {
    width: 100%;
    height: auto;
    display: block;
}


@media (max-width: 768px) {
    .responsive_spacer {
        display: none;
    }
}

/* ----------------------------------------------
 * Hタグ設定
 * ---------------------------------------------- */

/* 既存スタイルをリセット */
.c-edit_wrap h2,
.c-edit_wrap h3 {
    all: unset;
    display: block;
}
.c-edit_wrap h2 {
    color: #333;
    font-family: "Noto Serif JP", serif;
    font-size: 1rem !important;
    text-align: center;
    display: block;
}
.c-single_cont .c-edit_wrap h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 0.94rem !important;
    font-weight: bold !important;
    display: block;
    border-left: none !important;
    border-bottom: none !important;
    margin-top: unset !important;
    padding: unset !important;
}


/* コンテンツH2タイトル */

h2.contents-ttl-02 {
    font-family: "Noto Serif JP", serif;
     font-size: clamp(1.5rem, 2.5vw + 0.5rem, 2.3rem);
    text-align: center;
    font-weight: 700;
    border-bottom: 2px solid #50b3b0;
    width: fit-content;
    margin: 0 auto 5pc;
    padding-bottom: 0.3em;
    color:#50B3B0;
}
/* コンテンツH3タイトル */
h3.contents-ttl-03 { 
    color: #50b3b0;
    font-size: clamp(1.125rem, 1.5vw + 0.75rem, 1.5rem);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.028em;
    margin-left: 6px;
    font-family: "Noto Serif JP", serif;
}


/* ----------------------------------------------
 * テキストスタイル
 * ---------------------------------------------- */

/* ----------------------------------------------
 * ENTRY　ボタン
 * ---------------------------------------------- */
.recruit_entry_b {
    width: auto;
    text-align: center;
}
.recruit_entry_b .vk_button_link {
    display: block;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

/* ----------------------------------------------
 * カラム
 * ---------------------------------------------- */

.wp-block-cover__inner-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.recruit_h3 {
    gap: 1rem;
}

.doctor_photo {
    position: relative;
}
@media (min-width: 768px){
.doctor_photo::before {
    content: "";
    position: absolute;
    left: calc(50% - 50vw);   /* 画面左端まで伸ばす */
    bottom: 783px;
    width: 60vw;
    height: 325px;
    background-color: #cdeee6;
    z-index: 0;
}}

.doctor_photo > * {
    position: relative;
    z-index: 1;
}


/* ----------------------------------------------
 * フッター
 * ---------------------------------------------- 
 .l-footer { display: none; }

.wp-block-cover.footer-menu .wp-block-cover__inner-container {
    max-width: 80%;
    padding: 0;
}

.wp-block-cover.footer-menu {
    min-height: auto;
    padding: 40px 0;
}

.wp-block-cover.footer-menu .wp-image-7824 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.wp-block-cover.footer-menu .wp-elements-2266d337c2cf07e2bbc6a816a1b6169e {
    display: flex;
    align-items: center;
}
.wp-block-cover.footer-menu .wp-block-column p {
    padding-bottom: 10px;
}*/

/*copyright
.wp-block-cover.footer_copyright {
    min-height: auto;
    padding: 10px 0;
}*/

