/**
 * ARIEL女性求人オフィシャルサイト
 * 求人ブログ記事詳細
 */

.recruit-blog-single-shell {
    width: min(100%, 520px);
    margin: 0 auto;
    padding: 24px 16px 56px;
}

.recruit-article {
    overflow: hidden;
    border: 2px solid #b6e2df;
    border-radius: 28px;
    background: #ffffff;
}

.recruit-article__header {
    padding: 25px 18px 22px;
    text-align: center;
}

.recruit-article__eyebrow,
.recruit-related-posts__eyebrow {
    margin: 0 0 9px;
    color: #11868a;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-align: center;
}

.recruit-article__categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0 0 13px;
    padding: 0;
    list-style: none;
}

.recruit-article__categories a {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
    border: 2px solid #87d5d0;
    border-radius: 999px;
    background: #e5faf6;
    color: #17686b;
    font-size: 0.76rem;
    font-weight: 800;
    text-decoration: none;
}

.recruit-article__title {
    margin: 0;
    color: #284f54;
    font-size: clamp(1.55rem, 7.2vw, 2.15rem);
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.recruit-article__dates {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px 14px;
    margin-top: 14px;
    color: #64797c;
    font-size: 0.78rem;
    font-weight: 700;
}

.recruit-article__visual {
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #e8f8f8;
}

.recruit-article__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recruit-article__placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(
            145deg,
            #dff8fb 0%,
            #f9fffe 50%,
            #edf9f8 100%
        );
    color: #1d797c;
    text-align: center;
}

.recruit-article__placeholder span {
    font-size: 1.9rem;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.recruit-article__placeholder small {
    margin-top: 4px;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.recruit-article__content {
    padding: 26px 18px 32px;
    color: #3f565a;
    font-size: 1rem;
    line-height: 2;
    overflow-wrap: anywhere;
}

.recruit-article__content > :first-child {
    margin-top: 0;
}

.recruit-article__content > :last-child {
    margin-bottom: 0;
}

.recruit-article__content p,
.recruit-article__content ul,
.recruit-article__content ol,
.recruit-article__content blockquote,
.recruit-article__content figure,
.recruit-article__content table,
.recruit-article__content details,
.recruit-article__content pre,
.recruit-article__content .wp-block-buttons,
.recruit-article__content .wp-block-gallery,
.recruit-article__content .wp-block-columns,
.recruit-article__content .wp-block-media-text,
.recruit-article__content .wp-block-embed {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.recruit-article__content h2 {
    margin: 2.15em 0 0.85em;
    padding: 12px 14px;
    border-left: 6px solid #2aa5a2;
    border-radius: 0 14px 14px 0;
    background: #eafaf7;
    color: #28565b;
    font-size: 1.4rem;
    line-height: 1.55;
}

.recruit-article__content h3 {
    margin: 1.9em 0 0.8em;
    padding-bottom: 8px;
    border-bottom: 3px solid #b8e5df;
    color: #315d61;
    font-size: 1.2rem;
    line-height: 1.6;
}

.recruit-article__content h4,
.recruit-article__content h5,
.recruit-article__content h6 {
    margin: 1.7em 0 0.7em;
    color: #3b6266;
    font-size: 1.05rem;
    line-height: 1.65;
}

.recruit-article__content a {
    color: #087a80;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.recruit-article__content ul,
.recruit-article__content ol {
    padding-left: 1.45em;
}

.recruit-article__content li + li {
    margin-top: 0.4em;
}

.recruit-article__content blockquote {
    padding: 18px;
    border: 0;
    border-left: 6px solid #61c7be;
    border-radius: 0 16px 16px 0;
    background: #f4fbf9;
    color: #4f686b;
}

.recruit-article__content img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

.recruit-article__content figcaption {
    margin-top: 8px;
    color: #667b7e;
    font-size: 0.78rem;
    line-height: 1.7;
    text-align: center;
}

.recruit-article__content .wp-block-table {
    overflow-x: auto;
}

.recruit-article__content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
    line-height: 1.7;
}

.recruit-article__content th,
.recruit-article__content td {
    padding: 10px;
    border: 1px solid #b8deda;
    vertical-align: top;
}

.recruit-article__content th {
    background: #eaf8f5;
    color: #315d61;
}

.recruit-article__content .wp-block-button__link {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border: 2px solid #258d76;
    border-radius: 999px;
    background: #35b88f;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
    box-shadow: none;
}

.recruit-article__content pre {
    overflow-x: auto;
    padding: 16px;
    border: 1px solid #bfdeda;
    border-radius: 14px;
    background: #f5fbfa;
    font-size: 0.82rem;
    line-height: 1.7;
}

.recruit-article__content details {
    padding: 15px 16px;
    border: 2px solid #c3e7e2;
    border-radius: 16px;
    background: #fbfffe;
}

.recruit-article__content summary {
    color: #315d61;
    font-weight: 800;
    cursor: pointer;
}

.recruit-article__content iframe,
.recruit-article__content video {
    max-width: 100%;
}

.recruit-blog-consultation--single,
.recruit-related-posts,
.recruit-article__back {
    margin-top: 30px;
}

.recruit-related-posts > h2 {
    margin: 0;
    color: #315a5f;
    font-size: 1.45rem;
    text-align: center;
}

.recruit-blog-grid--related {
    margin-top: 18px;
}

.recruit-article__back {
    text-align: center;
}

.recruit-article__back a {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    border: 2px solid #35aaa7;
    border-radius: 999px;
    background: #ffffff;
    color: #17696b;
    font-size: 0.9rem;
    font-weight: 900;
    text-decoration: none;
}

.recruit-blog-single-page a:focus-visible {
    outline: 3px solid #3bb7b0;
    outline-offset: 4px;
}

@media (min-width: 521px) {
    .recruit-blog-single-shell {
        padding-right: 20px;
        padding-left: 20px;
    }

    .recruit-article__header,
    .recruit-article__content {
        padding-right: 24px;
        padding-left: 24px;
    }
}


/* ARIEL BLOG SINGLE EXACT FRAME DIRECT INCLUDE 202607 */

.recruit-blog-single-shell {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 20px 18px 42px;
    background-color: #eefaff;
    background-image:
        linear-gradient(
            180deg,
            rgba(237, 250, 255, 0.84) 0%,
            rgba(255, 255, 255, 0.94) 48%,
            rgba(238, 252, 248, 0.97) 100%
        ),
        url("../images/sky/blog-list-bg-sky-flowers.webp");
    background-position:
        center top,
        center top;
    background-repeat:
        no-repeat,
        no-repeat;
    background-size:
        100% 100%,
        100% auto;
}

@media (min-width: 700px) {
    .recruit-blog-single-shell {
        border-right: 2px solid var(--sky-line);
        border-left: 2px solid var(--sky-line);
    }
}

@media (max-width: 359px) {
    .recruit-blog-single-shell {
        padding-right: 12px;
        padding-left: 12px;
    }
}

/* ARIEL BLOG SINGLE MINT READING DESIGN 20260729 */

/*
 * 求人ブログ記事詳細。
 * 赤・ピンク・コーラル系を使わず、
 * ミント・ターコイズ・空色で統一する。
 */

/* 一覧ページと同じシームレス背景 */
.recruit-blog-single-shell {
    padding: 14px 16px 40px;
    background-color: #eefafa;
    background-image:
        url("../images/sky/blog-list-bg-sky-flowers.webp");
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100% auto;
}

.recruit-blog-single-shell .recruit-breadcrumb {
    margin: 0 3px 10px;
    font-size: 0.7rem;
}

/* 記事本体 */
.recruit-article {
    border: 1px solid #b8deda;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.97);
}

.recruit-article__header {
    padding: 21px 18px 20px;
    text-align: left;
}

.recruit-article__eyebrow {
    margin-bottom: 8px;
    color: #2b847f;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-align: left;
}

.recruit-article__categories {
    justify-content: flex-start;
    gap: 6px;
    margin-bottom: 11px;
}

.recruit-article__categories a {
    min-height: 29px;
    padding: 4px 10px;
    border: 1px solid #79cec8;
    background: #e9faf6;
    color: #17696b;
    font-size: 0.69rem;
}

.recruit-article__title {
    color: #24575c;
    font-size: clamp(1.4rem, 6.8vw, 1.9rem);
    line-height: 1.5;
}

.recruit-article__dates {
    justify-content: flex-start;
    gap: 5px 13px;
    margin-top: 12px;
    color: #687f82;
    font-size: 0.72rem;
}

/* アイキャッチ */
.recruit-article__visual {
    border-top: 1px solid #d6e9e7;
    border-bottom: 1px solid #d6e9e7;
    background: #edf9f8;
}

/* 本文 */
.recruit-article__content {
    padding: 24px 18px 30px;
    color: #40595c;
    font-size: 0.97rem;
    line-height: 1.95;
}

.recruit-article__content h2 {
    margin-top: 2em;
    padding: 11px 13px;
    border-left-color: #35aaa7;
    border-radius: 0 12px 12px 0;
    background: #eaf9f6;
    color: #285b5f;
    font-size: 1.28rem;
}

.recruit-article__content h3 {
    margin-top: 1.8em;
    border-bottom-color: #9eddd7;
    color: #2e6064;
    font-size: 1.13rem;
}

.recruit-article__content blockquote {
    padding: 17px;
    border-left-color: #61c7be;
    background: #f4fbf9;
    color: #4f686b;
}

.recruit-article__content img {
    border-radius: 13px;
}

/* 記事詳細専用LINE相談 */
.recruit-blog-consultation--single {
    display: block;
    margin-top: 26px;
    padding: 22px 18px;
    border: 2px solid #61c7be;
    border-radius: 24px;
    background:
        linear-gradient(
            145deg,
            rgba(244, 252, 250, 0.98),
            rgba(255, 255, 255, 0.98) 58%,
            rgba(234, 249, 247, 0.98)
        );
    text-align: center;
}

.recruit-blog-consultation--single
.recruit-blog-consultation__eyebrow {
    margin: 0;
    color: #2f8b84;
    font-size: 0.68rem;
}

.recruit-blog-consultation--single h2 {
    margin: 7px 0 0;
    color: #245b60;
    font-size: 1.16rem;
    line-height: 1.55;
}

.recruit-blog-consultation--single
> p:not(
    .recruit-blog-consultation__eyebrow,
    .recruit-blog-consultation__age
) {
    margin: 9px 0 0;
    color: #526d70;
    font-size: 0.78rem;
    line-height: 1.75;
}

.recruit-blog-consultation--single
.recruit-blog-consultation__button {
    width: 100%;
    max-width: 330px;
    min-height: 50px;
    margin: 14px auto 0;
    border-color: #258d76;
    background: #35b88f;
}

.recruit-blog-consultation--single
.recruit-blog-consultation__age {
    margin: 8px 0 0;
    color: #60787a;
}

/* 関連記事 */
.recruit-related-posts {
    margin-top: 27px;
}

.recruit-related-posts__eyebrow {
    margin-bottom: 5px;
    color: #2b847f;
}

.recruit-related-posts > h2 {
    color: #285b60;
    font-size: 1.35rem;
}

.recruit-blog-grid--related {
    margin-top: 14px;
}

/* 一覧へ戻る */
.recruit-article__back {
    margin-top: 25px;
}

.recruit-article__back a {
    width: 100%;
    max-width: 310px;
    border-color: #35aaa7;
    background: rgba(255, 255, 255, 0.96);
}

/* キーボード操作 */
.recruit-blog-single-page a:focus-visible {
    outline-color: #3bb7b0;
}

@media (max-width: 359px) {
    .recruit-blog-single-shell {
        padding-right: 12px;
        padding-left: 12px;
    }

    .recruit-article__header {
        padding-right: 15px;
        padding-left: 15px;
    }

    .recruit-article__content {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 0.94rem;
    }

    .recruit-blog-consultation--single {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* ARIEL BLOG SINGLE FULL IMAGE SAME-DAY DATE FIX 20260729 */

/*
 * 記事詳細のアイキャッチを切り抜かず、
 * 元画像の縦横比を維持して全体表示する。
 */
.recruit-article__visual {
    aspect-ratio: auto;
}

.recruit-article__image {
    width: 100%;
    max-width: none;
    height: auto;
    object-fit: contain;
    object-position: center;
}

/*
 * アイキャッチ未設定時は、
 * プレースホルダー用の高さを確保する。
 */
.recruit-article__placeholder {
    min-height: 230px;
}


/* ARIEL BLOG SINGLE COMMON FINAL CTA ALIGNMENT START 20260814 */

.recruit-blog-single-page .fixed-page-final-cta {
    width: min(
        100vw,
        var(--sky-content, 520px)
    );
    max-width: none;
    margin-right: 0;
    margin-left: 50%;
    transform: translateX(-50%);
}

/* ARIEL BLOG SINGLE COMMON FINAL CTA ALIGNMENT END 20260814 */
