/*
Theme Name: Corporate Theme
Author: Your Name
Description: A modern and clean corporate theme
Version: 1.0.0
Text Domain: corporate-theme
*/

/* ========== Reset / Base ========== */
body {
    margin: 0;
    padding-top: 80px;
    /* 固定ヘッダー分 */
    font-family: "Zen Kaku Gothic New", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #222;
}

body.is-menu-open {
    overflow: hidden;
}

.site-main {
    min-height: 60vh;
}

a {
    text-decoration: none;

}
#pc_only {
    display: block;
}
#sp_only {
    display: none;
}

@media (max-width: 768px) {
    #pc_only {
        display: none;
    }
    #sp_only {
        display: block;
    }
}
/* ========== Header ========== */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    transition: transform 0.35s ease;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.site-header.is-header-hidden {
    transform: translateY(-100%);
}

.site-header.is-header-visible {
    transform: translateY(0);
}

.site-header.is-menu-open {
    transform: translateY(0);
}

.site-header-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 16px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.site-branding {
    flex-shrink: 0;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.menu-toggle {
    display: none;
    position: relative;
    z-index: 1002;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background-color: transparent;
    cursor: pointer;
}

.menu-toggle-line {
    position: absolute;
    left: 12px;
    width: 24px;
    height: 2px;
    border-radius: 999px;
    background-color: #011D01;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-toggle-line:nth-child(1) {
    top: 16px;
}

.menu-toggle-line:nth-child(2) {
    top: 23px;
}

.menu-toggle-line:nth-child(3) {
    top: 30px;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-line:nth-child(2) {
    opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.site-logo {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    color: inherit;
}

.site-logo-label {
    display: block;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #555;
    line-height: 1.4;
    margin-bottom: 2px;
}

.site-logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #111;
}

.logo-char {
    position: relative;
}

.logo-char--i::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -4px;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background-color: #c00;
    border-radius: 50%;
}

.logo-char--a::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    margin-right: 2px;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #2d8a5e;
    border-radius: 50%;
}

.site-tagline {
    display: block;
    font-size: 0.65rem;
    color: #555;
    line-height: 1.5;
    margin-top: 4px;
}

.site-header .site-branding img {
    display: block;
    max-height: 48px;
    width: auto;
}

.site-header-menu {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

.global-nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.global-nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.global-nav-item--sns {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.global-nav-sns {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    color: #011D01;
    background-color: transparent;
    transition: transform 0.12s ease, background-color 0.12s ease, color 0.12s ease;
}

.global-nav-sns:hover {
    transform: translateY(-1px);
    background-color: transparent;
    color: #000;
    text-decoration: none;
}

.global-nav-sns-icon {
    display: block;
}

.global-nav-list a {
    font-size: 13px;
    font-weight: 800;
    color: #011D01;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.global-nav-list a:hover {
    color: #1a3a35;
    text-decoration: underline;
}

.header-entry-ctas {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.header-entry-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    min-width: 93px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    transition: opacity 0.2s ease, transform 0.05s ease;
}

.header-entry-btn:hover {
    opacity: 0.95;
    transform: translateY(-1px);
}

.header-entry-btn--outline {
    background-color: #f7f4e9;
    color: #000000;
}

.header-entry-btn--gold {
    background-color: #fce656;
    color: #000000;
}

.header-entry-sub {
    display: block;
    font-size: 7px;
    font-weight: 500;
    color: #6b6b6b;
    margin-top: 2px;
}

.header-entry-btn--gold .header-entry-sub {
    color: #555;
}

@media (max-width: 768px) {
    body {
        padding-top: 72px;
    }

    .site-header-inner {
        position: relative;
        flex-wrap: nowrap;
        padding: 12px ;
        gap: 12px;
    }

    .site-header .site-branding img {
        max-height: 40px;
    }

    .menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
    }

    .site-header-menu {
        position: absolute;
        top: calc(100% + 8px);
        left: 16px;
        right: 16px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
        padding: 20px 16px 18px;
        background-color: #fff;
        border-radius: 18px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    }

    .site-header-menu.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .site-header-menu.is-closed {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .global-nav {
        display: block;
    }

    .global-nav-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .global-nav-item {
        width: 100%;
    }

    .global-nav-list a {
        display: block;
        width: 100%;
        font-size: 16px;
    }

    .header-entry-ctas {
        flex-direction: column;
        gap: 10px;
        margin-left: 0;
    }

    .header-entry-btn {
        width: 90%;
        min-width: 0;
        padding: 12px 14px;
        font-size: 0.95rem;
    }

    .header-entry-sub {
        font-size: 0.65rem;
    }

    .global-nav-item--sns {
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 8px;
    }

    .global-nav-item--sns a {
        width: 36px;
    }

    .global-nav-sns {
        display: inline-flex;
    }
}

/* ========== Hero Section ========== */
.hero-visual {
    width: 100%;
    /* 上部はしっかり色を付け、下に向かって透明になるグラデーション */
    background: linear-gradient(to bottom,
            #FCFBF2 0%,
            #FCFBF2 95%,
            rgba(252, 251, 242, 0) 100%);
    margin: 56px 0 0;
    padding: 50px 0 80px;
}

.hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.hero-title {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #011D01;
    /* 深いグリーン */
    margin: 0;
    position: absolute;
    left: 50%;
    top: -85px;
    transform: translateX(-50%);
    width: 100%;
}

.hero-image-wrapper {
    position: relative;
    display: inline-block;
}

.hero-image {
    display: block;
    max-width: 100%;
    height: auto;
}

.hero-buttons {
    position: absolute;
    right: 5%;
    bottom: 8%;
    display: flex;
    gap: 12px;
}

/* Hero 共通ボタン */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    padding: 10px 24px;
    border-radius: 999px;
    font-size: 0.95rem;
    text-decoration: none;
    border: 2px solid #111;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.15s ease, transform 0.1s ease;
    background-color: #fff;
    color: #111;
}

.hero-btn-primary {
    background-color: #ffffff;
}

.hero-btn-secondary {
    background-color: #111111;
    color: #ffffff;
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
}

.hero-btn-primary:hover {
    background-color: #f2f2f2;
}

.hero-btn-secondary:hover {
    background-color: #222222;
}

@media (max-width: 768px) {
    .hero-visual {
        padding: 70px 0 56px;
    }

    .hero-title {
        font-size: 1.6rem;
        line-height: 1.6;
        margin-bottom: 24px;
    }

    .hero-buttons {
        position: static;
        margin-top: 16px;
        justify-content: center;
    }

    .btn {
        min-width: 0;
        padding-inline: 18px;
        font-size: 0.9rem;
    }
}

/* ========== Mission Section ========== */
.mission-section {
    width: 100%;
    padding: 40px 0 96px;
}

.mission-inner {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}

.mission-title {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.6;
    color: #011D01;
    margin: 0 0 32px;
}

.mission-lead {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.05em;
}

.mission-body {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #011D01;
}

.mission-body p {
    margin: 0 0 8px;
}

.mission-body p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .mission-section {
        padding: 32px 0 48px;
        width: 90%;
        margin: 0 auto;
    }

    .mission-title {
        font-size: 25px;
        letter-spacing: 0.12em;
    }

    .mission-lead,
    .mission-body {
        font-size: 15px;
        text-align: left;
    }
}

/* ========== Recruit Movie Section ========== */
.recruit-movie {
    width: 100%;
    padding: 24px 0 80px;
}

.recruit-movie-inner {
    margin: 0 auto;
    text-align: center;
}

.recruit-movie-title {
    font-size: 40px;
    letter-spacing: 0.2em;
    color: #011D01;
    margin: 0 0 30px;
    font-weight: 900;
}

.recruit-movie-card {
    border-radius: 32px;
    display: inline-block;
    width: 1000px;

}

.recruit-movie-thumb {
    width: 100%;
    overflow: hidden;
}

.recruit-movie-thumb iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: none;
}

@media (max-width: 768px) {
    .recruit-movie {
        padding: 16px 0 56px;
        width: 95%;
        margin: auto;
    }

    .recruit-movie-card {
        border-radius: 24px;
        width: 95%;
    }

    .recruit-movie-thumb {
        border-radius: 20px;
    }
}

/* ========== Interview Section ========== */
.interview-section {
    width: 100%;
    background-color: #f8f7ec;
    padding: 100px 0 80px;
}

.interview-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    width: 95%;
}

.interview-title {
    font-size: 40px;
    letter-spacing: 0.2em;
    color: #011D01;
    margin: 0 0 30px;
    font-weight: 900;
}

.interview-cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.interview-card {
    flex: 1;
    max-width: calc(25% - 15px);
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.interview-card-image {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    background-color: #f5f5f5;
    overflow: hidden;
}

.interview-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.interview-card-caption {
    padding: 5px 15px;
    background-color: #111;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: left;
    position: absolute;
    bottom: 10%;
    display:flex;
}

/* interview-section 内：4ブロック + CTA（薄い黄枠エリア） */
.interview-info-block {
    margin-top: 56px;
}

.interview-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 40px;
}

.interview-info-card {
    background-color: #162d47;
    padding: 45px 20px;
    text-align: center;
}

.interview-info-label {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #FCFBF2;
    margin: 0 0 -10px;
    text-transform: uppercase;
}

.interview-info-subtitle {
    font-size: 35px;
    font-weight: 700;
    color: #FCFBF2;
    margin: 0 0 16px;
}

.interview-info-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.interview-info-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #d4a84b;
    border-radius: 4px;
}

.interview-ctas {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.interview-cta {
    display: inline-flex;
    align-items: center;
    padding: 10px 40px;
    border-radius: 999px;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.1s ease;
    justify-content: center;
    width: 200px;
}

.interview-cta:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.interview-cta-black {
    background-color: #111;
    color: #fff;
    border: 2px solid #111;
}

.interview-cta-outline {
    background-color: #fff;
    color: #011D01;
    border: 2px solid #FFDE4A;
}

.interview-cta-outline .interview-cta-sub {
    color: #888;
    font-weight: 500;
}

.interview-cta-gold {
    background-color: #FFDE4A;
    color: #011D01;
    border: 2px solid #FFDE4A;
}

.interview-cta-gold .interview-cta-sub {
    color: #555;
    font-weight: 500;
}

.interview-cta-arrow {
    margin-left: 6px;
}

.interview-cta-outline .interview-cta-arrow {
    color: #c9a227;
}

.interview-cta-gold .interview-cta-arrow {
    color: #111;
}

@media (max-width: 768px) {
    .interview-section {
        padding: 40px 0 56px;
    }

    .interview-title {
        margin-bottom: 28px;
        letter-spacing: 0.2em;
        font-size: 30px;
    }

    .interview-cards {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
        align-items: stretch;
    }

    .interview-card {
        flex: 0 0 calc(50% - 8px);
        width: calc(50% - 8px);
        max-width: none;
    }
    .interview-card-caption {
        padding: 5px 5px;
        font-size: 12px;
    }

    .interview-card-image {
        aspect-ratio: 3 / 4;
    }

    .interview-info-block {
        margin-top: 40px;
        padding: 28px 0 36px;
    }

    .interview-info-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 28px;
    }

    .interview-info-card {
        padding: 10px 16px;
    }
    .interview-info-label {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .interview-info-subtitle {
        font-size: 25px;
    }
    .interview-info-icons img{
        width: 80px;
        height: 50px;
    }
    .interview-ctas {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .interview-cta {
        width: 100%;
        max-width: 60%;
        justify-content: center;
        padding: 5px 20px;
        font-size: 16px;
    }
}

/* ========== Cross Talk Section ========== */
.crosstalk-section {
    width: 100%;
    background-color: #f8f7ec;
    padding: 64px 0 80px;
}

.crosstalk-inner {
    max-width: 1100px;
    margin: 0 auto;
    width: 90%;
}

.crosstalk-title {
    font-size: 40px;
    letter-spacing: 0.2em;
    color: #011D01;
    margin: 0 0 30px;
    font-weight: 900;
    text-align: center;
}

.crosstalk-content {
    display: flex;
    align-items: stretch;
    gap: 48px;
}

.crosstalk-text {
    flex: 0 1 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.crosstalk-heading {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.5;
    color: #011D01;
    margin: 0 0 32px;
    letter-spacing: 2px;
}

.crosstalk-lead,
.crosstalk-body {
    font-size: 16px;
    line-height: 1.9;
    color: #011D01;
    margin: 0 0 20px;
    letter-spacing: 1px;
}

.crosstalk-body {
    margin-bottom: 28px;
}

.crosstalk-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 15px 0;
    color: #011D01;
    font-size: 21px;
    font-weight: 500;
    text-decoration: none;
    width: fit-content;
    transition: opacity 0.25s ease;
    margin: 0 0 0 auto;
}

.crosstalk-cta:hover {
    opacity: 0.7;
}

.crosstalk-cta::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #FFDE4A;
    z-index: 0;
}

.crosstalk-cta .arrow,
.crosstalk-cta-text {
    position: relative;
    z-index: 1;
    font-weight: 800;
}

.arrow {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 2px;
    margin: 12.8px 10px 12.8px 0;
    ;
    border-radius: 9999px;
    background-color: #000000;
}

.arrow::before,
.arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 12px;
    height: 2px;
    border-radius: 9999px;
    background-color: #000000;
    transform-origin: calc(100% - 1px) 50%;
}

.arrow::before {
    transform: rotate(45deg);
}

.arrow::after {
    transform: rotate(-45deg);
}


.crosstalk-cta-arrow {
    margin-left: 20px;
    font-weight: 700;
}

.crosstalk-image-wrap {
    flex: 0 1 48%;
    overflow: hidden;
}

.crosstalk-image {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .crosstalk-section {
        padding: 48px 0 64px;
    }

    .crosstalk-title {
        margin-bottom: 32px;
        letter-spacing: 0.2em;
    }

    .crosstalk-content {
        flex-direction: column;
        gap: 32px;
    }

    .crosstalk-text {
        flex: none;
    }

    .crosstalk-heading {
        font-size: 25px;
        margin-bottom: 24px;
        text-align: center;
    }

    .crosstalk-lead,
    .crosstalk-body {
        font-size: 15px;
    }

    .crosstalk-image-wrap {
        flex: none;
        border-radius: 20px 20px 40px 12px;
    }
    .crosstalk-cta {
        font-size: 17px;
    }    
    .crosstalk-cta::after {
        width: 55px;
        height: 55px;
    }
    .crosstalk-image {
        min-height: 280px;
    }
}

/* ========== News Section ========== */
.news-section {
    width: 100%;
    background-color: #ffffff;
    padding: 75px 0 80px;
}

.news-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.news-title {
    font-size: 40px;
    letter-spacing: 0.2em;
    color: #011D01;
    margin: 0 0 30px;
    font-weight: 900;
    text-align: center;
}

.news-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #eee;
}

.news-item {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 12px 16px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.news-cat {
    display: inline-block;
    padding: 4px 12px;
    background-color: #111;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    border-radius: 999px;
    text-transform: uppercase;
}

.news-date {
    font-size: 0.9rem;
    color: #d4a84b;
}

.news-link {
    flex: 1;
    min-width: 0;
    font-size: 0.95rem;
    color: #333;
    text-decoration: none;
}

.news-link:hover {
    text-decoration: underline;
}

.news-item--empty {
    justify-content: center;
    color: #888;
}

.faq-section {
    width: 100%;
    padding: 72px 0 72px;
}

.faq-inner {
    max-width: 1120px;
    margin: 0 auto;
}

.faq-list {
    margin-top: 40px;
    display: grid;
    gap: 20px;
}

.faq-item {
    background-color: #f8f7ec;
    border-radius: 16px;
    padding: 20px 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.faq-question,
.faq-answer {
    margin: 0;
    font-size: 20px;
    color: #011D01;
    line-height: 1.8;
}

.faq-question {
    font-weight: 700;
}

.faq-answer {
    margin-top: 8px;
}

.faq-label {
    display: inline-block;
    min-width: 1.8em;
    font-weight: 900;
    color: #d4a84b;
}

.faq-label--answer {
    color: #011D01;
}

@media (max-width: 768px) {
    .faq-section {
        padding: 48px 0 56px;
        width: 90%;
        margin: auto;
    }

    .faq-item {
        padding: 16px 18px;
    }

    .faq-question,
    .faq-answer {
        font-size: 15px;
    }
}

.news-cta-wrap {
    text-align: end;
    margin: 32px auto 0;
    width: 90%;
}

.news-cta {
    display: inline-flex;
    align-items: center;
    padding: 15px 40px;
    border-radius: 999px;
    border: 1px solid #FFDE4A;
    background-color: #fff;
    color: #011D01;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    width: fit-content;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.news-cta:hover {
    background-color: rgba(212, 168, 75, 0.08);
    border-color: #c9a227;
}

.news-cta span {
    margin-left: 6px;
}

/* ========== News Page Pagination ========== */
.news-pagination-wrap {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.news-pagination-wrap ul.page-numbers {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.news-pagination-wrap a.page-numbers,
.news-pagination-wrap span.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid #e5e5e5;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.news-pagination-wrap a.page-numbers:hover {
    border-color: #d4a84b;
    color: #011D01;
}

.news-pagination-wrap span.page-numbers.current {
    border-color: #d4a84b;
    background-color: rgba(212, 168, 75, 0.12);
    color: #011D01;
}

.news-cta-wrap--page {
    margin-top: 24px;
}

@media (max-width: 768px) {
    .news-section {
        padding: 48px 0 64px;
        width: 95%;
        margin: auto;
    }

    .news-title {
        margin-bottom: 28px;
        letter-spacing: 0.2em;
    }

    .news-item {
        padding: 16px 0;
        gap: 8px 12px;
    }

    .news-cat {
        font-size: 0.65rem;
        padding: 3px 10px;
    }

    .news-date {
        font-size: 0.85rem;
    }

    .news-link {
        font-size: 0.9rem;
        flex-basis: 100%;
    }
}

/* ========== Entry Section ========== */
.entry-section {
    width: 100%;
    background-color: #f8f7ec;
    padding: 70px 0 70px;
}

.entry-inner {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
    width: 95%;
}

.entry-kicker {
    font-size: 40px;
    letter-spacing: 0.2em;
    color: #011D01;
    margin: 0 0 30px;
    font-weight: 900;
    text-align: center;
    line-height: 0.7;
}

.entry-kicker-sub {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #011D01;
}

.entry-title {
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 0.08em;
    color: #114322;
    margin: 0 0 24px;
}

.entry-lead {
    font-size: 20px;
    line-height: 1.9;
    color: #011D01;
    margin: 0 0 32px;
}

.entry-ctas {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
}

.entry-cta {
    display: inline-flex;
    align-items: center;
    padding: 14px 26px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.1s ease, box-shadow 0.15s ease;
}

.entry-cta:hover {
    opacity: 0.95;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.entry-cta-black {
    background-color: #111;
    color: #fff;
    border: 2px solid #111;
}

.entry-cta-outline {
    background-color: #fff;
    color: #111;
    border: 2px solid #d4a84b;
}

.entry-cta-gold {
    background-color: #d4a84b;
    color: #111;
    border: 2px solid #d4a84b;
}

.entry-cta-sub {
    margin-left: 6px;
    font-size: 0.8rem;
    font-weight: 500;
}

.entry-cta-arrow {
    margin-left: 8px;
}

.entry-images {
    width: 1280px;
    margin: 100px auto 0;
}

.entry-image-item {
    display: flex;
}

.entry-image-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 768px) {
    .entry-kicker {
        font-size: 30px;
        line-height: 0.9;
    }
    .entry-section {
        padding: 50px 0 50px;
    }

    .entry-title {
        font-size: 20px;
        line-height: 1.5;
    }

    .entry-lead {
        font-size: 15px;
    }

    .entry-ctas {
        flex-direction: column;
    }

    .entry-cta {
        justify-content: center;
        width: 100%;
        max-width: 360px;
        margin-inline: auto;
    }

    .entry-images {
        grid-template-columns: 1fr;
    }

    .entry-image-item--left img,
    .entry-image-item--right img {
        border-radius: 0;
    }
}

/* ========== Company Page Hero ========== */
.company-hero {
    position: relative;
    width: 100%;
    min-height: 42vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(to bottom, #FCFBF2 0%, #FCFBF2 95%, rgba(252, 251, 242, 0) 100%);
}

.company-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.company-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.25) 100%);
}

.company-hero-inner {
    position: relative;
    z-index: 1;
    text-align: center;
}

.company-hero-title {
    font-size: 110px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #f5d423;
    margin: 0;
    text-transform: uppercase;
}

.company-hero-subtitle {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #011D01;
    margin: 0;
}

.company-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 48px 24px 80px;
}

.page-company .entry-content {
    font-size: 0.95rem;
    line-height: 1.9;
}

/* ========== Company Page: MISSION & VISION ========== */
.company-mission {
    width: 100%;
    background-color: #fff;
    padding: 100px 0 100px;
}

.company-mission-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.company-mission-title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #011D01;
    margin: 0 0 50px;
    line-height: 0.7;
    text-align: center;
}

.company-mission-lead {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.7;
    color: #011D01;
    margin: 0 0 10px;
}

.company-mission-lead-sub {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
}

.company-mission-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.company-mission-card {
    width: 85%;
    padding: 28px 0;
    border: 1px solid #2d564e;
    border-radius: 12px;
    text-align: center;
}

.company-mission-card-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    color: #011D01;
    margin: 0 0 12px;
}

.company-mission-card-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: #011D01;
    margin: 0;
}

@media (max-width: 768px) {
    .company-hero {
        min-height: 36vh;
    }
    .company-hero-title {
        font-size: 40px;
    }
    .company-hero-subtitle {
        font-size: 20px;
    }
    .company-mission-inner {
        width: 90%;
        margin: 0 auto;
    }
    .company-mission-title {
        font-size: 30px;
        letter-spacing: 3px;
    }
    .company-mission {
        padding: 40px 0 48px;
    }

    .company-mission-lead {
        margin-bottom: 32px;
        font-size: 25px;
    }

    .company-mission-card {
        padding: 20px 20px;
    }

    .company-mission-card-title {
        font-size: 0.95rem;
    }

    .company-content {
        padding: 32px 16px 56px;
    }
}

/* ========== Company Page: MESSAGE ========== */
.company-message {
    width: 100%;
    background-color: #fff;
    padding: 0px 0px 100px;
}

#company-message {
    scroll-margin-top: 80px;
}

#crosstalk {
    scroll-margin-top: 80px;
}

.company-message-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.company-message-title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #011D01;
    text-align: center;
    margin: 0 0 50px;
    text-transform: uppercase;
    line-height: 0.7;
}

.company-message-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.company-message-subtitle {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #011D01;
    margin: 0px 0 25px;
    padding-bottom: 25px;
    display: inline-block;
    letter-spacing: 2px;
}

.company-message-subtitle::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 2px;
    background-color: #FFDE4A;
}

.company-message-text p {
    font-size: 16px;
    line-height: 1.5;
    color: #011D01;
    margin: 0 0 15px;
}

.company-message-text-sub {
    font-weight: 500;
}

.company-message-text p:last-child {
    margin-bottom: 0;
}

.company-message-image-wrap {
    position: relative;
}

.company-message-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.company-message-caption {
    position: absolute;
    right: 0;
    bottom: 16px;
    max-width: 85%;
    padding: 10px 16px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    margin: 0;
}

@media (max-width: 768px) {
    .company-message {
        padding: 40px 0 56px;
    }
    .company-message-inner {
        width: 90%;
        margin: 0 auto;
    }
    .company-message-title {
        margin-bottom: 28px;
        font-size: 30px;
        line-height: 0.9;
    }

    .company-message-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .company-message-image-wrap {
        order: -1;
    }

    .company-message-image {
        border-radius: 20px 20px 36px 8px;
    }

    .company-message-caption {
        bottom: 12px;
        right: 12px;
        font-size: 0.75rem;
        padding: 10px 12px;
    }
    .company-message-subtitle {
        position: relative;
        font-size: 25px;
    }
}

/* ========== Company Page: PROFILE TABLE ========== */
.company-profile {
    width: 100%;
    padding: 0 0 100px;
}

.company-profile-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.company-profile-title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #011D01;
    text-align: center;
    margin: 0 0 50px;
    line-height: 0.7;
}

.company-profile-card {
    background-color: #faf7f0;
    border-radius: 12px;
    padding: 28px 32px 32px;
    box-shadow: none;
}

.company-profile-list {
    margin: 0;
    padding: 0;
}

.company-profile-row {
    display: grid;
    grid-template-columns: 140px 1fr;
    align-items: center;
    gap: 20px;
    padding: 15px 20px;
    border-bottom: 1px solid #e5e0d8;
}

.company-profile-row:last-of-type {
    border-bottom: none;
}

.company-profile-row--multi {
    align-items: flex-start;
}

.company-profile-row--multi .company-profile-value {
    line-height: 1.85;
}

.company-profile-label {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #fff;
    background-color: #111;
    border-radius: 999px;
    padding: 3px 14px;
    text-align: left;
    width: fit-content;
    width: 100px;
    text-align: center;
}

.company-profile-value {
    margin: 0;
    font-size: 18px;
    line-height: 1.75;
    color: #111;
}

@media (max-width: 768px) {
    .company-profile {
        padding: 40px 0 72px;
    }
    .company-profile-inner {
        width: 90%;
        margin: 0 auto;
    }
    .company-profile-card {
        padding: 24px 20px 32px;
        border-radius: 20px;
    }

    .company-profile-row {
        grid-template-columns: 1fr;
        gap: 12px;
        align-items: flex-start;
        padding: 15px 0px;
    }

    .company-profile-label {
        justify-self: flex-start;
    }
}

/* ========== Interview Page: Q&A Section（Question 01 レイアウト） ========== */
.interview-qa-section {
    width: 100%;
    background-color: #fff;
    padding: 56px 0 72px;
}

.interview-qa-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 0.6fr;
    gap: 48px;
    align-items: center;
}

.interview-qa-content {
    min-width: 0;
}

.interview-qa-num {
    font-size: 20px;
    font-weight: 700;
    color: #5ba4c9;
    margin: 0 0 12px;
}

.interview-qa-title {
    font-size: 30px;
    font-weight: 700;
    color: #011D01;
    line-height: 1.5;
    margin: 0 0 24px;
}

.interview-qa-body p {
    font-size: 16px;
    line-height: 1.85;
    color: #011D01;
    margin: 0 0 16px;
}

.interview-qa-body p:last-child {
    margin-bottom: 0;
}

.interview-qa-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.interview-qa-photo {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
}

.interview-qa-photo img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: contain;
}

.interview-qa-name {
    font-size: 25px;
    font-weight: 600;
    color: #111;
    margin: 0;
    text-align: right;
}

/* ========== Interview Page: Question Section（左グレー＋青線・右テキスト） ========== */
.interview-question-section {
    width: 100%;
    background-color: #fff;
    padding: 56px 0 72px;
}

.interview-question-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.7fr 1fr;
}

.interview-question-side {
    position: relative;
}


.interview-question-content {
    padding: 0 24px 0 48px;
}

.interview-question-num {
    font-size: 20px;
    font-weight: 700;
    color: #fdd51f;
    margin: 0 0 12px;
}

.interview-question-title {
    font-size: 30px;
    font-weight: 700;
    color: #011D01;
    line-height: 1.5;
    margin: 0 0 24px;
}

.interview-question-body p {
    font-size: 16px;
    line-height: 1.85;
    color: #011D01;
    margin: 0 0 16px;
}

.interview-question-body p:last-child {
    margin-bottom: 0;
}

/* Question 03：中央揃え・緑タイトル（左バーなし） */
.interview-question-section--center .interview-question-side {
    display: none;
}

.interview-question-inner--center {
    grid-template-columns: 1fr;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.interview-question-content--center {
    padding: 0 24px;
    text-align: center;
}

.interview-question-content--center .interview-question-num {
    text-align: center;
}

.interview-question-title--green {
    color: #011D01;
}

.interview-question-content--center .interview-question-body {
    text-align: left;
    margin-top: 24px;
}

.interview-cards--interview {
    justify-content: center;
}

@media (max-width: 768px) {
    .interview-qa-section {
        padding: 40px 0 0;
    }
    .interview-qa-photo img {
        width: 50%;
        margin: auto;
    }
    .interview-qa-name {
        font-size: 15px;
        margin-top: 10px;
    }

    .interview-qa-title {
        font-size: 20px;
        text-align: center;
    }

    .interview-qa-inner {
        grid-template-columns: 1fr;
        gap: 32px;
        width: 90%;
        margin: auto;
    }

    .interview-qa-profile {
        align-items: center;
    }

    .interview-qa-name {
        text-align: center;
    }
    .interview-question-num {
        font-size: 20px;
        text-align: center;
    }
    .interview-question-title {
        font-size: 20px;
        text-align: center;
    }
    .interview-question-section {
        padding: 40px 0 0;
    }

    .interview-question-inner {
        grid-template-columns: 1fr;
    }

    .interview-question-side {
        margin-top: 35px;
    }

    .interview-question-side img{
        width: 100%;
        object-fit: none;
    }

    .interview-question-side::after {
        width: 100%;
        height: 4px;
        top: auto;
        bottom: 0;
        left: 0;
    }

    .interview-question-content {
        padding: 0 16px;
    }
}

/* ========== Recruit Page: WHAT'S MIMA Tabs ========== */
.whats-tabs-section {
    width: 100%;
    padding: 48px 0 72px;
    background-color: #fff;
}

/* ページ内リンクで飛んだとき、セクションがヘッダー下に来るように */
#recruit-tab-1,
#recruit-tab-2,
#recruit-tab-3,
#recruit-tab-4 {
    scroll-margin-top: 80px;
}

.whats-tabs-inner {
    max-width: 1200px;
    margin: 0 auto 100px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.whats-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid transparent;
    border-radius: 12px;
    background: transparent;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.whats-tab:hover {
    background-color: rgba(255, 222, 74, 0.08);
}


.whats-tab-num {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #e8c547;
    margin-bottom: 8px;
}

.whats-tab-image {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
}

.whats-tab-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.whats-tab-label {
    font-size: 20px;
    font-weight: 600;
    color: #011D01;
    text-align: center;
    margin-bottom: 8px;
}

.whats-tab-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e8c547;
}

.whats-content {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
}

.whats-panel {
    display: block;
    position: relative;
    border: 2px solid #e8c547;
    border-radius: 12px;
    background-color: #fff;
    padding: 40px 50px 40px;
    scroll-margin-top: 90px;
    margin-bottom: 50px;
}

.whats-panel:last-child {
    margin-bottom: 0;
}

.whats-panel.is-open {
    padding: 25px 20px;
    display: block;
}

/* パネル表示時：下からふわっと表示 */
.whats-panel .whats-panel-grid {
    opacity: 1;
    transform: none;
}

.whats-panel.is-open .whats-panel-grid {
    animation: none;
}

@keyframes whats-panel-fade-in {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.whats-panel-num {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    font-size: 2rem;
    font-weight: 700;
    color: #111;
    line-height: 1;
}

.whats-panel-num::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-color: #FFDE4A;
    z-index: -1;
}

.whats-panel-num::after {
    content: attr(data-num);
}

.whats-panel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    margin-top: 24px;
}

.whats-panel-images {
    border-radius: 8px;
    overflow: hidden;
}

.whats-panel-images img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.whats-panel-title {
    font-size: 20px;
    font-weight: 700;
    color: #011D01;
    margin: 0 0 16px;
    background-color: #F8F7E5;
    width: fit-content;
    padding: 0 10px;
}

.whats-panel-text p {
    font-size: 16px;
    line-height: 1.85;
    color: #011D01;
    margin: 0;
}

@media (max-width: 768px) {
    .whats-tabs-section {
        padding: 32px 0 48px;
    }

    .whats-tabs-inner {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 24px;
    }

    .whats-content {
        padding: 20px 0 24px;
        width: 90%;
    }

    .whats-panel-num {
        width: 52px;
        height: 52px;
        font-size: 1.6rem;
        top: -25px;
    }

    .whats-panel-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 16px;
    }
}

/* ========== NUMBER section（数字で分かるMIMA） ========== */
.number-section {
    padding: 56px 0 64px;
}

.number-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.number-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #111;
    letter-spacing: 0.05em;
    margin: 0 0 8px;
}

.number-subtitle {
    font-size: 0.95rem;
    color: #333;
    margin: 0 0 32px;
}

.number-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.number-card {
    text-align: center;
}

.number-card-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}

.number-card-image {
    width: 100%;
    max-width: 140px;
    margin: 0 auto 16px;
    border-radius: 6px;
    overflow: hidden;
}

.number-card-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.number-card-data {
    font-size: 0.9rem;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

.number-value {
    color: #2563eb;
    font-weight: 700;
    font-size: 1.1em;
}

@media (max-width: 900px) {
    .number-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .number-section {
        padding: 40px 0 48px;
    }

    .number-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        width: 90%;
        margin: auto;
    }

    .number-card {
        padding: 0;
    }
    .number-card img{
        width: 100%;
    }
}

/* ========== JOB CONTENTS section（業務内容） ========== */
.job-contents-section {
    padding: 56px 24px 64px;
    background-color: #f7f4e9;
}

.job-contents-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.job-contents-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #011D01;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 8px;
}

.job-contents-subtitle {
    font-size: 0.95rem;
    color: #011D01;
    text-align: center;
    margin: 0 0 32px;
}

.job-contents-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 35px 50px;
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 40px;
    align-items: start;
    align-items: center;
}

.job-contents-card-2 {
    background-color: #fff;
    border-radius: 16px;
    padding: 35px 50px;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 40px;
    align-items: start;
    align-items: center;
    margin: 40px 0;
}

.job-contents-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.job-contents-name {
    font-size: 1rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.job-contents-photo {

    overflow: hidden;
    flex-shrink: 0;
}

.job-contents-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.job-contents-right {
    min-width: 0;
}

.job-contents-role {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 30px;
    font-weight: 700;
    color: #111;
    margin: 0 0 16px;
}

.job-contents-bullet {
    display: inline-block;
    width: 10px;
    height: 25px;
    background-color: #011D01;
    flex-shrink: 0;
}

.job-contents-desc {
    font-size: 16px;
    color: #011D01;
    line-height: 1.7;
    margin: 15px 0 15px;
}

.job-contents-schedule-title {
    font-size: 16px;
    font-weight: 500;
    color: #011D01;
    margin: 0 0 10px;
}

.job-contents-timeline {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
    margin-bottom: 24px;
}

.job-contents-timeline-time-label {
    font-size: 24px;
    color: #FFDE4A;
}

.job-contents-timeline-col {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.job-contents-timeline-toggle {
    display: none;
}

.job-contents-timeline-item {
    display: flex;
    gap: 12px;
    position: relative;
    padding-bottom: 16px;
}

.job-contents-timeline-item:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 14px;
    bottom: 0;
    width: 2px;
    background-color: #011D01;
}

.job-contents-timeline-dot {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #011D01;
    flex-shrink: 0;
    margin-top: 13px;
    position: relative;
    z-index: 1;
}

.job-contents-timeline-body {
    min-width: 0;
}

.job-contents-timeline-time {
    font-size: 20px;
    font-weight: 700;
    color: #011D01;
    margin: 0 0 4px;
}

.job-contents-timeline-detail {
    font-size: 17px;
    color: #011D01;
    line-height: 1.5;
    margin: 0;
}

.job-contents-cta {
    display: inline-block;
    padding: 12px 24px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #111;
    background-color: #fff;
    border: 1px solid #FFDE4A;
    border-radius: 999px;
    text-decoration: none;
    transition: opacity 0.2s;
}

.job-contents-cta:hover {
    opacity: 0.9;
}

@media (max-width: 768px) {
    .job-contents-section {
        padding: 40px 0 48px;
    }

    .job-contents-card {
        grid-template-columns: 1fr;
        padding: 28px 0px 28px;
        gap: 24px;
        width: 90%;
        margin: auto;
    }
    .job-contents-card-2 {
        grid-template-columns: auto;
        grid-template-columns: 1fr;
        padding: 28px 20px 28px;
        gap: 24px;
    }

    .job-contents-left {
        order: 1;
    }
    .job-contents-right {
        padding: 0 20px;
    }

    .job-contents-cta {
        display: table;
        margin: 0 auto;
    }

    .job-contents-role {
        font-size: 20px;
    }
    .job-contents-schedule-title {
        text-align: center;
    }
    .job-contents-photo {
        width: 170px;
        height: 250px;
        margin: auto;
    }

    .job-contents-timeline {
        grid-template-columns: 1fr;
        gap: 12px 0;
    }

    .job-contents-timeline-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        gap: 6px;
        width: auto;
        padding: 6px 12px;
        border: 1px solid rgba(1, 29, 1, 0.35);
        border-radius: 999px;
        background-color: transparent;
        color: #4a5a4a;
        font-size: 0.78rem;
        font-weight: 500;
        line-height: 1;
        cursor: pointer;
    }

    .job-contents-timeline-toggle::after {
        content: "";
        width: 6px;
        height: 6px;
        border-right: 1px solid currentColor;
        border-bottom: 1px solid currentColor;
        transform: rotate(45deg) translateY(-1px);
        transition: transform 0.2s ease;
    }

    .job-contents-timeline-toggle[aria-expanded="true"]::after {
        transform: rotate(-135deg) translateY(-1px);
    }

    .job-contents-timeline-col.is-collapsible {
        display: none;
    }

    .job-contents-timeline-col.is-collapsible.is-open {
        display: flex;
    }
}

/* ========== BENEFITS section（福利厚生） ========== */
.benefits-section {
    padding: 56px 0 64px;
}

.benefits-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.benefits-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #011D01;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 8px;
}

.benefits-subtitle {
    font-size: 0.95rem;
    color: #111;
    text-align: center;
    margin: 0 0 32px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.benefits-block {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 28px 24px;
}

.benefits-block-full {
    grid-column: 1 / -1;
}

.benefits-block-title {
    font-size: 23px;
    font-weight: 700;
    color: #011D01;
    margin: 0 0 15px;
    text-align: center;
}

.benefits-block-text {
    font-size: 16px;
    color: #333;
    line-height: 1.75;
    margin: 0;
}

.benefits-switch {
    margin-top: 40px;
}

.benefits-switch-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.benefits-switch-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    border-radius: 16px;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.benefits-switch-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    border-color: #d4a84b;
}

.benefits-switch-card.is-current {
    border-color: #d4a84b;
}

.benefits-switch-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.benefits-switch-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.benefits-switch-label {
    width: 100%;
    padding: 12px 10px 14px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #011D01;
    letter-spacing: 0.05em;
}

@media (max-width: 768px) {
    .benefits-inner {
        width: 90%;
        margin: auto;
    }
    .benefits-section {
        padding: 40px 0 48px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .benefits-switch-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .benefits-switch-label {
        font-size: 14px;
        padding: 10px 8px 12px;
    }

    .benefits-block {
        padding: 24px 20px;
    }
}

/* ========== REQUIREMENTS section（募集要項） ========== */
.requirements-section {
    padding: 56px 24px 64px;
}

.requirements-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.requirements-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #011D01;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 8px;
}

.requirements-subtitle {
    font-size: 0.95rem;
    color: #111;
    text-align: center;
    margin: 0 0 24px;
}

.requirements-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 30px;
}

.requirements-tab {
    flex: 1;
    max-width: 350px;
    margin: 0 auto 0;
    display: block;
    padding: 14px 24px;
    font-size: 24px;
    font-weight: 600;
    color: #011D01;
    background-color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s, border 0.2s;
    border: solid 1px #D3D3D3;
}

.requirements-tab:first-of-type {
    margin-left: auto;
    margin-right: 4px;
}

.requirements-tab:last-of-type {
    margin-right: auto;
    margin-left: 4px;
}

.requirements-tab.is-active {
    background-color: #FFDE4A;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    position: relative;
    top: 1px;
}

.requirements-content {
    background-color: #FCFBF2;
    border-radius: 50px;
    padding: 70px 50px 70px;
}

.requirements-panel {
    display: none;
}

.requirements-panel.is-open {
    display: block;
}

.requirements-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.requirements-row {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 24px;
    align-items: start;
    padding: 15px 30px;
    border-bottom: 1px solid #e8e8e8;
}

.requirements-row:first-child {
    padding-top: 0;
}

.requirements-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.requirements-label {
    margin: 0;
    padding: 1px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #000000;
    border-radius: 999px;
    text-align: center;
    flex-shrink: 0;
}

.requirements-detail {
    margin: 0;
    font-size: 18px;
    color: #011D01;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .requirements-section {
        padding: 40px 0 48px;
    }

    .requirements-tabs {
        flex-direction: column;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .requirements-tab {
        max-width: none;
        margin: 0 !important;
        border-radius: 8px;
    }

    .requirements-tab.is-active {
        border-bottom-color: #ddd;
        top: 0;
    }

    .requirements-content {
        border-radius: 8px;
        padding: 24px 20px 28px;
    }

    .requirements-row {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 14px 0;
    }

    .requirements-label {
        width: fit-content;
    }
}

/* ========== PROCESS section（採用の流れ） ========== */
.process-section {
    padding: 56px 24px 64px;
    background-color: #fff;
}

.process-inner {
    max-width: 700px;
    margin: 0 auto;
}

.process-title-head {
    font-size: 1.75rem;
    font-weight: 700;
    color: #011D01;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 8px;
}

.process-subtitle {
    font-size: 0.95rem;
    color: #111;
    text-align: center;
    margin: 0 0 40px;
}

.process-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.process-step {
    width: 100%;
    background-color: #fff;
    border: 1px solid #D3D3D3;
    padding: 24px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.process-num {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #1e3a5f;
    margin-bottom: 12px;
    margin-left: 50px;
}

.process-icon {
    width: 66px;
    height: 66px;
    padding: 0 30px;
}

.process-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.process-step-content {
    text-align: left;
}

.process-step-title {
    font-size: 22px;
    font-weight: 700;
    color: #011D01;
    margin: 0;
}

.process-step-desc {
    font-size: 18px;
    color: #011D01;
    line-height: 1.5;
    margin: 0;
}

.process-arrow {
    display: block;
    width: 0;
    height: 0;
    margin: 12px 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #111;
}

@media (max-width: 768px) {
    .process-section {
        padding: 40px 0 48px;
    }

    .process-subtitle {
        margin-bottom: 32px;
    }
    .process-flow {
        width: 80%;
        margin: auto;
    }
    .process-step {
        padding: 20px 20px;
    }
    .process-num {
        margin-left: 0px;
    }
    .process-icon {
        padding: 0 20px;
        width: auto;
    }
    .process-icon img {
        width: 35px;
    }
}

/* ========== ENTRY section（エントリーフォーム） ========== */
.entry-form-section {
    padding: 56px 24px 64px;
    background-color: #f7f4e9;
}

.entry-form-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.entry-form-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #011D01;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 8px;
}

.entry-form-subtitle {
    font-size: 0.95rem;
    color: #011D01;
    text-align: center;
    margin: 0 0 32px;
}

.entry-form-block p {
    display: flex;
    gap: 20px;
}

.entry-form-section .entry-form-block {
    margin-bottom: 24px;
}

/* CF7が <p> でラップした場合でもラジオ・同意を表示 */
.entry-form-section .entry-form-block p {
    margin: 0 0 10px;
}

.entry-form-section .entry-form-block p:last-child {
    margin-bottom: 0;
}

.entry-form-section .entry-form-block.entry-form-privacy {
    margin-bottom: 28px;
}

.entry-form-section .entry-form-block.entry-form-submit {
    margin-bottom: 0;
    margin-top: 8px;
}

.entry-form-tag {
    width: 250px;
    text-align: end;
}

.entry-form-section .wpcf7-form label {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: #111;
    margin-bottom: 6px;
}

.entry-form-section .required-tag {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    color: #111;
    background-color: #FFDE4A;
    padding: 2px 8px;
    margin-left: 8px;
    border-radius: 2px;
}

.entry-form-section .optional-tag {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    color: #555;
    background-color: #e0e0e0;
    padding: 2px 8px;
    margin-left: 8px;
    border-radius: 2px;
}

.entry-form-section .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

.entry-form-section .wpcf7-form input[type="text"],
.entry-form-section .wpcf7-form input[type="email"],
.entry-form-section .wpcf7-form input[type="tel"],
.entry-form-section .wpcf7-form textarea {
    width: 100%;
    max-width: 100%;
    padding: 12px 14px;
    font-size: 0.95rem;
    color: #111;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

.entry-form-section .wpcf7-form textarea {
    min-height: 120px;
    resize: vertical;
}

/* ラジオ・同意の control-wrap を確実に表示 */
.entry-form-section .wpcf7-form-control-wrap.application-type,
.entry-form-section .wpcf7-form-control-wrap.session-participation,
.entry-form-section .wpcf7-form .wpcf7-radio {
    display: block;
    margin-bottom: 20px;
}

.entry-form-section .wpcf7-form .wpcf7-radio .wpcf7-list-item {
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 8px;
}

.entry-form-section .wpcf7-form .wpcf7-radio .wpcf7-list-item-label {
    font-size: 0.95rem;
    color: #333;
    margin-left: 6px;
    vertical-align: middle;
}

.entry-form-section .wpcf7-form .wpcf7-radio input[type="radio"] {
    width: auto;
    margin: 0;
    vertical-align: middle;
}

/* 同意チェック（acceptance）ブロック */
.entry-form-section .wpcf7-form-control-wrap.acceptance-privacy {
    display: inline-flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    margin-bottom: 0;
}

.entry-form-section .wpcf7-form .wpcf7-acceptance {
    display: inline-flex;
    align-items: center;
    margin: 0;
}

.entry-form-section .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.entry-form-section .wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin: 0;
    flex-shrink: 0;
    vertical-align: middle;
}

.entry-form-section .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 0.9rem;
    color: #333;
    font-weight: normal;
}

/* 同意ブロック：チェックボックスとテキストの高さを揃える */
.entry-form-section .entry-form-block.entry-form-privacy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    justify-content: center;
}

.entry-form-section .entry-form-block.entry-form-privacy .wpcf7-form-control-wrap {
    margin-bottom: 0;
    flex-shrink: 0;
}

/* 同意ブロック内のテキスト（チェックボックスと中央揃え） */
.entry-form-section .entry-form-block.entry-form-privacy a {
    line-height: 1.4;
}

/* CF7が同意を <p> で出力する場合 */
.entry-form-section .entry-form-block.entry-form-privacy p {
    align-items: center;
    gap: 8px 10px;
    margin: 0;
}

.entry-form-section .entry-form-block.entry-form-privacy p .wpcf7-form-control-wrap {
    width: 35px;
}

.entry-form-section .wpcf7-form input[type="submit"] {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 16px 24px;
    font-size: 1rem;
    font-weight: 600;
    color: #111;
    background-color: #FFDE4A;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity 0.2s;
}

.entry-form-section .wpcf7-form input[type="submit"]:hover {
    opacity: 0.9;
}

.entry-form-placeholder {
    padding: 24px;
    background: #fff;
    border: 1px dashed #ccc;
    border-radius: 8px;
    color: #555;
    text-align: center;
}
@media (max-width: 768px) {
    .entry-form-block p {
        display: block;
    }
    .entry-form-tag {
        width: auto;
        text-align: start;
    }
}
/* ========== Site Footer ========== */
.site-footer {
    width: 100%;
    background-color: #fff;
    padding: 48px 0 40px;
    border-top: 1px solid #eee;
}

.site-footer-inner {
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
}

.footer-block {
    padding: 24px 0;
    border-bottom: 1px solid #e8e8e8;
}

.footer-block:last-child {
    border-bottom: none;
}

.footer-logo-block {
    text-align: center;
}

.footer-logo {
    display: inline-block;
}

.footer-logo img {
    display: block;
    height: 40px;
    width: auto;
}

.footer-tagline {
    font-size: 0.85rem;
    color: #555;
    margin: 12px 0 0;
}

.footer-info-block {
    text-align: center;
}

.footer-address {
    font-size: 0.9rem;
    color: #333;
    margin: 0;
}

.footer-links {
    margin: 8px 0 0;
}

.footer-google-maps {
    font-size: 0.9rem;
    color: #34a853;
    text-decoration: none;
}

.footer-google-maps:hover {
    text-decoration: underline;
}

.footer-tel-fax {
    font-size: 0.9rem;
    color: #333;
    margin: 8px 0 0;
}

.footer-sitemap-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 32px;
}

.footer-sitemap-col {
    margin: 0;
    padding: 0;
}

.footer-sitemap-heading {
    margin: 0 0 12px;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    color: #011D01;
    border-bottom: 1px solid #d9d9d9;
}

.footer-sitemap-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-sitemap-list li {
    margin: 0 0 10px;
}

.footer-sitemap-list li:last-child {
    margin-bottom: 0;
}

.footer-sitemap-list a {
    font-size: 0.9rem;
    color: #333;
    text-decoration: none;
    display: inline-block;
    padding-left: 1.1em;
    position: relative;
}

.footer-sitemap-list a::before {
    content: "▶";
    position: absolute;
    left: 0;
    color: #666;
    font-size: 0.7em;
    top: 0.15em;
}

.footer-sitemap-list a:hover {
    color: #011D01;
}

.footer-sitemap-col--sns .footer-sitemap-heading {
    margin-bottom: 14px;
}

.footer-corporate-name {
    font-size: 11px;
    font-weight: 700;
    color: #555;
    line-height: 1.2;
    margin: auto;
}

.footer-sns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.footer-sns-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #011D01;
    text-decoration: none;
}

.footer-sns-icon {
    display: block;
    width: 34px;
    height: 34px;
    padding: 6px;
    border-radius: 10px;
}

.footer-sns-name {
    font-size: 11px;
    font-weight: 700;
    color: #555;
    line-height: 1.2;
    text-align: center;
}

.footer-sns-link:hover .footer-sns-icon {
    background: #e9e2cf;
}

.footer-policy {
    display: grid;
    gap: 8px;
}

.footer-policy a {
    font-size: 0.85rem;
    color: #333;
    text-decoration: none;
    padding-left: 1.1em;
    position: relative;
    display: inline-block;
}

.footer-policy a::before {
    content: "▶";
    position: absolute;
    left: 0;
    color: #666;
    font-size: 0.7em;
    top: 0.15em;
}

.footer-policy a:hover {
    color: #011D01;
}

@media (max-width: 768px) {
    .site-footer {
        padding: 40px 0 32px;
    }

    .footer-block {
        padding: 20px 0;
    }

    .footer-sitemap-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 24px;
    }

    .footer-sns {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* ========== LINE 採用専用 固定ボタン（ファーストセクション通過後に表示） ========== */
.line-recruit-fab-section {
    width: 1200px;
    margin: auto;
}

.line-recruit-fab {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 138px;
    height: 138px;
    background-color: #377537;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.2s ease;
}

.line-recruit-fab:hover {
    transform: scale(1.05);
}

.line-recruit-fab.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.line-recruit-fab-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4px 0 0;
}

.line-recruit-fab-label {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.line-recruit-fab-arrow {
    display: block;
    width: 0;
    height: 0;
    margin-top: 4px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
}

@media (max-width: 768px) {
    .line-recruit-fab {
        bottom: 20px;
        right: 20px;
        width: 77px;
        height: 77px;
    }

    .line-recruit-fab-label {
        font-size: 0.9rem;
    }
}