/* ------------ 採用ページ base ------------ */
.page-header {
    background: url(../img/recruit/header-recruit.webp) no-repeat center;
    background-size: contain;
}
.page-header-title {}
.page-header-title:after { content: "Recruit"; }

.site-body {
    margin: -16% auto 0;
    padding-top: 0.5em !important;
    background: url(../img/feature-content-bg.webp) repeat center -11em;
    background-size: 100%;
}
@media (min-width: 480px) {
    .page-header {
        background: url(../img/recruit/header-recruit-pc.webp) no-repeat center;
        background-size: contain;
    }
    .site-body {
        margin: -1.4em auto 0;
        background: url(../img/feature-content-bg-pc.webp) no-repeat calc((100vw - 1015px)/2) -6em;
        background-size: 962px;
    }
}
@media (min-width: 768px) {
    .site-body {
        margin: -1.4em auto 0;
        background: url(../img/feature-content-bg-pc.webp) no-repeat calc((100vw - 1452px)/2) -10em;
        background-size: 1402px;
    }
}
@media (min-width: 1140px) {
    .site-body {
        margin: -1.5em auto 0;
        padding-bottom: 10em !important;
        background: url(../img/feature-content-bg-pc.webp) no-repeat calc((100vw - 1798px)/2) -10em;
        background-size: 1658px;
    }
}

/* ========= セクション共通 ========= */
.recruit-section {
    margin: 4em auto;
    padding: 0 1em;
}
.recruit-section h2 {
    font-size: 1.5em;
    color: var(--font-color5);
    text-align: center;
    margin-bottom: 1.2em;
    position: relative;
}
.recruit-section h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: var(--color1);
    margin: 0.5em auto 0.5em;
    border-radius: 9999px;
}
.recruit-section p {
    line-height: 1.9;
    font-size: 0.95em;
}

/* ========= ヒーロー ========= */
#recruit-hero {
    position: relative;
    margin: 0 auto 3em;
    text-align: center;
}
#recruit-hero .hero-image {
    border-radius: 1em;
    overflow: hidden;
    margin: 0 auto;
    max-width: 100%;
}
#recruit-hero .hero-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    filter: brightness(1.05);
}
#recruit-hero .hero-catch {
    margin-top: 1.5em;
    font-size: 1.4em;
    font-weight: bold;
    color: var(--font-color2);
    line-height: 1.5;
}
#recruit-hero .hero-catch span {
    background: linear-gradient(transparent 60%, var(--color3) 60%);
    padding: 0 0.2em;
}
@media (min-width: 768px) {
    #recruit-hero .hero-catch {
        font-size: 1.8em;
    }
    .recruit-section h2 {
        font-size: 2em;
    }
}

/* ========= トップメッセージ ========= */
#top-message {
    background: rgba(255,255,255,0.25);
    border-radius: 1em;
    padding: 2em 0.5em;
    /* box-shadow: 2px 2px 10px rgba(0,0,0,0.05); */
}
#top-message h2 {text-align: center !important; margin: 0 -10px; }
#top-message h2::after {
    /* margin: 0.4em auto 0.5em 0.2em !important; */
}
#top-message h2::first-letter {
    margin-left: 0em;
}
#top-message .message-inner {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    align-items: center;
}
#top-message .message-photo {
    width: 100%;
    max-width: 340px;
}
#top-message .message-photo img {
    border-radius: 1em;
    width: 100%;
    height: 360px;
    object-fit: cover;
    filter: brightness(1.1);
}
#top-message .message-text {
    text-align: left;
}
#top-message .message-text p {
    margin-bottom: 1em;
}
#top-message .message-text .highlight {
    font-size: 1.1em;
    font-weight: bold;
    color: var(--font-color2);
}
@media (min-width: 768px) {
    #top-message .message-inner {
        flex-direction: row;
        gap: 2em;
    }
    #top-message h2 {
        text-align: left !important;
    }
    #top-message h2::after {
        margin: 0.4em auto 0.5em 0.2em !important;
    }
    #top-message h2::first-letter {
        margin-left: -0.5em;
    }
    #top-message .message-photo {
        flex: 0 0 40%;
    }
    #top-message .message-text {
        flex: 1;
        text-align: left;
    }
}

/* ========= 理念 ========= */
#philosophy {
    text-align: center;
    padding: 3em 1em;
    position: relative;
}
#philosophy .philosophy-title {
    font-size: 1.5em;
    color: var(--font-color2);
    margin-bottom: 0.5em;
    font-weight: bold;
}
#philosophy .philosophy-subtitle {
    font-size: 1em;
    color: var(--font-color3);
    margin-bottom: 1.5em;
}
#philosophy .philosophy-image {
    max-width: 300px;
    margin: 1.5em auto;
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1;
}
#philosophy .philosophy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#philosophy p {
    max-width: 600px;
    margin: 0 auto;
}

/* ========= Ohanaで働くということ ========= */
#working-at-ohana {
    background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,0.8) 10%, rgba(255,255,255,0.8) 90%, transparent 100%);
    padding: 3em 0.5em;
}
#working-at-ohana .working-points {
    display: flex;
    flex-direction: column;
    gap: 2em;
    margin: 2em 0;
}
#working-at-ohana .point-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    text-align: center;
}
#working-at-ohana .point-icon {
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    background: #d2edeb30;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--font-color5);
    font-size: 1.2em;
}
.point-icon img.emoji {
    font-size: 2em;
}
#working-at-ohana .point-text h3 {
    font-size: 1em;
    color: var(--font-color2);
    margin-bottom: 0.3em;
}
#working-at-ohana .point-text p {
    font-size: 0.9em;
    margin: 0;
}
#working-at-ohana .working-photo {
    margin: 2em auto;
    max-width: 440px;
    border-radius: 1em;
    overflow: hidden;
}
#working-at-ohana .working-photo img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 320px;
}
#working-at-ohana .culture-note {
    background: #fff;
    border-left: 4px solid var(--color1);
    padding: 1em 1.2em;
    font-size: 0.95em;
    margin: 1.5em auto;
    border-radius: 0 0.5em 0.5em 0;
    max-width: 480px;
}
@media (min-width: 768px) {
    #working-at-ohana .working-points {
        flex-direction: row;
        flex-wrap: wrap;
    }
    #working-at-ohana .point-item {
        flex: 1 1 30%;
    }
}

/* ========= こんな方を求めています ========= */
#ideal-candidate {
    background: rgba(255,255,255,0.85);
    border-radius: 1em;
    padding: 2em 0.5em;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
#ideal-candidate .candidate-list {
    list-style: none;
    padding: 0;
    margin: 2em auto;
    max-width: 850px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}
#ideal-candidate .candidate-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8em;
    padding: 1em 2em;
    /* border-bottom: 1px dashed var(--color1); */
    font-size: 1em;
    width: 100%;
    font-weight: bold;
    text-align: center;
}
#ideal-candidate .candidate-list li::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    height: 64px;
    background: var(--color3);
    color: var(--font-color5);
    border-radius: 50%;
    font-size: 1.8em;
    font-weight: bold;
    margin: 0 auto;
}
@media (min-width: 768px) {
    #ideal-candidate .candidate-list {
        gap: 0em;
        align-items: flex-start;

    }
    #ideal-candidate .candidate-list li {
        width: 25%;
        text-align: left;
        padding: 1em 1.6em;

    }
}
/* ========= ターゲット別セクション ========= */
#target-sections {
    padding: 3em 1em;
}
#target-sections h2 {
    margin-bottom: 2em;
}
.target-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}
.target-card {
    background: #fff;
    border-radius: 1em;
    overflow: hidden;
    box-shadow: 2px 2px 15px rgba(0,0,0,0.06);
}
.target-card .card-image {
    height: 180px;
    overflow: hidden;
}
.target-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:top;
}
.target-card .card-content {
    padding: 1.5em;
}
.target-card .card-label {
    display: inline-block;
    background: var(--color2);
    color: var(--font-color5);
    padding: 0.3em 1em;
    border-radius: 9999px;
    font-size: 0.85em;
    font-weight: bold;
    margin-bottom: 0.8em;
}
.target-card.for-newcomer .card-label {
    background: #E3F4F1;
    color: var(--font-color2);
}
.target-card.for-experienced .card-label {
    background: var(--color3);
    color: var(--font-color5);
}
.target-card.for-parents .card-label {
    background: #F6E3A1;
    color: #8B7355;
}
.target-card h3 {
    font-size: 1.1em;
    color: var(--font-color2);
    margin-bottom: 0.8em;
}
.target-card p {
    font-size: 0.9em;
    line-height: 1.8;
    margin: 0;
}
@media (min-width: 768px) {
    .target-cards {
        flex-direction: row;
        gap: 1.5em;
    }
    .target-card {
        flex: 1;
    }
}

/* ========= 働く環境 ========= */
#work-environment {
    padding: 3em 0.5em;
    background: rgba(255,255,255,0.85);
    border-radius: 1em;
    margin: 3em auto;
}
#work-environment .env-list {
    list-style: none;
    padding: 0 1em;
    margin: 2em 0;
    display: flex;
    flex-wrap: wrap;
}
#work-environment .env-list li {
    display: flex;
    align-items: center;
    gap: 1em;
    padding: 1em 0;
    border-bottom: 1px solid #eee;
    width: 100%;
}
#work-environment .env-list li:last-child {
    border-bottom: none;
}
#work-environment .env-icon {
    width: 40px;
    height: 40px;
    background: #76aab92e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1em;
    flex-shrink: 0;
}
#work-environment .env-icon img.emoji {
    font-size: 1.5em;
}
#work-environment .env-text {
    flex: 1;
}
#work-environment .env-text strong {
    display: block;
    color: var(--font-color2);
    font-size: 0.95em;
    margin-bottom: 0.2em;
}
#work-environment .env-text span {
    font-size: 0.85em;
    color: var(--font-color3);
}
#work-environment .env-photo {
    display: flex;
    margin: 2em auto;
    max-width: 660px;
    border-radius: 1em;
    overflow: hidden;
}
#work-environment .env-photo img {
    width: 50%;
    object-fit: cover;
    padding: 0.5em;
}
#work-environment .env-note {
    text-align: center;
    font-size: 0.95em;
    color: var(--font-color3);
    margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
    #work-environment .env-list {
        gap: 0em;
        max-width: 800px;
        justify-content: start;
        margin-left: auto;
        margin-right: auto;
    }
    #work-environment .env-list li {
        width: 50%;
        padding: 1em;
    }
}

/* ========= 見学・お問い合わせ ========= */
#contact-cta {
    text-align: center;
    padding: 3em 0.5em;
    margin: 3em auto;
    background: #f3fcffb5;
    box-shadow: 0px 4px 8px #ddd;
    /* background: linear-gradient(135deg, var(--color2) 0%, var(--color3) 100%); */
    border-radius: 1em;
}
#contact-cta h2::after {
    display: none;
}
#contact-cta p {
    margin-bottom: 1.5em;
}
#contact-cta .cta-photo {
    max-width: 600px;
    padding: 0 1em;
    margin: 0 auto 2em;
    border-radius: 1em;
    overflow: hidden;
    /* box-shadow: 3px 3px 15px rgba(0,0,0,0.1); */
}
#contact-cta .cta-photo img {
    width: 290px;
    height: 290px;
    border-radius: 50%;
    object-fit: cover;
    object-position: left;
}
.cta-buttons svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
}
#contact-cta .cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 1em;
    justify-content: center;
    align-items: center;
}
#contact-cta .cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    padding: 1em 2em;
    border-radius: 9999px;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    min-width: 280px;
    transition: all 0.3s ease;
}
#contact-cta .cta-btn-primary {
    background: var(--font-color2);
    color: #fff;
    border: 2px solid var(--font-color2);
}
#contact-cta .cta-btn-primary:hover {
    background: #fff;
    color: var(--font-color2);
}
#contact-cta .cta-btn-secondary {
    background: #fff;
    color: var(--font-color2);
    border: 2px solid #fff;
}
#contact-cta .cta-btn-secondary:hover {
    background: var(--font-color2);
    color: #fff;
    border-color: var(--font-color2);
}
@media (min-width: 768px) {
    #contact-cta .cta-buttons {
        flex-direction: row;
    }
}

/* ========= アニメーション ========= */
.recruit-section {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.recruit-section.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ========= 装飾用クラス ========= */
.accent-text {
    color: var(--font-color5);
    font-weight: bold;
}
.soft-bg {
    background: rgba(255, 255, 255, 0.7);
    padding: 1.5em;
    border-radius: 1em;
}
