.h3-title {
    margin: 1.25rem auto 0;
    padding: 0.5rem;
    color: #fff;
    background-color: #c0a060;
}

iframe {
    border-radius: 0 0 10px 10px;
}

.responsive-slider-container {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 15px 0;
    margin: 0 auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.responsive-slider-container::-webkit-scrollbar {
    display: none;
}

.slider-item {
    display: inline-block;
    width: 80vw;
    height: auto;
    margin-right: 15px;
    text-align: center;
    box-sizing: border-box;
    white-space: normal;
}

.text-accessory {
    display: block;
    margin: 1.25rem 0 0;
    padding: 10px;
    color: #ffffff;
    background-color: #c0a060;
    text-align: center;
}

.text-accessory2 {
    margin: 0 0 1.25rem;
    padding: 0.5rem;
    font-size: 0.8rem;
    line-height: 1.8;
    border: 2px solid #c0a060;
}

.text-accessory3 {
    margin-bottom: 15px;
    padding: 1.25rem 0 0.5rem;
    font-size: 1.25rem;
    color: #c0a060;
    font-weight: 600;
    border-bottom: 5px dotted #c0a060;
}

/* -------------------------------------------
    about.html
   ------------------------------------------- */

.swiper-pagination {
    margin-top: 1rem;
    height: 5px !important;
    background: rgba(0, 0, 0, 0.25);
    position: relative;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #c0a060 !important;
}

.booth-gallery.flex-container {
    margin-top: 1.25rem;
}

.booth-gallery.flex-container img {
    width: 32%;
}

/* -------------------------------------------
   service.html
   ------------------------------------------- */

.genre-container {
    margin: 1.25rem 0;
    border-radius: 15px;
}

.genre-container figure,
.genre-container p {
    text-align: center !important;
}

.genre-container img {
    width: 75%;
}

.genre-container {
    padding: 15px;
    background-color: #c0a060;
}

.genre-container h3,
.genre-container p {
    color: #ffffff;
}

.genre-container a {
    display: block;
    padding: 15px;
    color: #ffffff;
    background-color: #333;
}

#item .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
}

#item .item-container {
    width: calc(50% - 10px);
    flex-shrink: 0;
    margin-bottom: 2rem;
    text-align: center;
}

#item .item-container figure {
    display: block;
    margin: 0;
}
#item .item-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* =======================================
   テーブルの基本スタイル
   ======================================= */
.brand-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 20px 0;
}

.brand-table th.table-title-header {
    background-color: #333;
    color: #ffffff;
    font-size: 1.6rem;
    padding: 15px;
    border: none;
    text-align: center;
}

.brand-table td {
    border: 1px solid #ccc;
    padding: 10px 5px;
    text-align: center;
    font-size: 1rem;
    height: 45px;
    vertical-align: middle;
}

#brand-list {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 10px;
}

#brand-list .brand-table {
    min-width: 720px;
}

.condtion-container {
    display: block;
    margin-top: 0.8rem;
    max-width: 100%;
}

.condtion-listbox {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
}

/* 個々のコンテナ */
.condtion-container {
    width: calc(50% - 7.5px);
    display: flex;
    flex-direction: column;
}

/* -------------------------------------------
   line-service.html
   ------------------------------------------- */

.hero.line-hero::before {
    background-image: url("../img/hero-linebanner.jpg");
}

.cta-button.linebutton {
    background-color: #06c755;
    color: #fff;
    border: none;
}

.section-line-qr button {
    display: block;
    margin: auto;
    width: 50%;
}

.section-line-qr button a {
    display: block;
    width: 100%;
    padding: 20px;
    margin: 10px 0;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s;
    background-color: #06c755;
    color: #fff;
}

/* -------------------------------------------
   delivery-appraisal.html
   ------------------------------------------- */

.hero.derivery-hero::before {
    background-image: url("../img/staff-01-edited-1.jpg");
}

.derivery-about-section2 .flex-container {
    display: flex;
}

.needDocument-container img {
    padding: 1.25rem;
    width: 100%;
}

#condition h4 {
    font-size: 2rem;
}

/* -------------------------------------------
   recruite.html
   ------------------------------------------- */

.label-box {
    display: inline-block;
    margin: 2rem 0;
}

.label {
    display: inline-block;
    color: #ffffff;
    background-color: #c0a060;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 15px;
    border-radius: 4px;
    white-space: normal;
}

.job-details {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    background-color: #fff;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #333;
}

.job-details dl {
    border-bottom: 1px dashed #eee;
    padding: 10px 0;
}

.job-details dl:last-child {
    border-bottom: none;
}

.job-details dt {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
}

.job-details dt h3 {
    font-size: 16px;
    font-weight: bold;
    color: #c0a060;
    margin: 0;
}

.job-details dd {
    margin-left: 0;
    line-height: 1.6;
}

.detail-supplement {
    font-size: 13px;
    color: #666;
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #f0f0f0;
    white-space: pre-wrap;
}

/* -------------------------------------------
   recruite.html
   ------------------------------------------- */
:root {
    --color-primary: #f59e0b; /* アンバー */
    --color-secondary: #10b981; /* エメラルド */
    --color-text-dark: #1f2937;
    --color-bg-light: #f9fafb;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-text-dark);
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--color-primary);
}

.shitiazukari-hero {
    
}

.shitiazukari-hero::before {
    background-image: url("../img/shiti-hero.jpg");
    background-size: 80%;
    background-position-y: 35%;
}
/* ====================
           仕組みステップ
           ==================== */
.step-list {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.step-item {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow:
        0 1px 3px rgba(0, 0, 0, 0.1),
        0 1px 2px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s;
}

.step-item:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.step-icon {
    flex-shrink: 0;
    margin-bottom: 1rem;
    color: var(--color-primary);
}

.step-icon svg {
    width: 2.5rem;
    height: 2.5rem;
}

.step-header {
    font-size: 1.25rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}

.step-tag {
    background-color: var(--color-primary);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
    margin-right: 0.5rem;
}

.step-description {
    color: #4b5563;
}

/* ====================
           テーブル
           ==================== */
.table-wrap {
    overflow-x: auto;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.options-table {
    min-width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    font-size: 0.875rem;
}

.options-table th,
.options-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.options-table th {
    background-color: #f3f4f6;
    color: #4b5563;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.options-table tbody tr:hover {
    background-color: #fffbeb; /* Amber 50 */
}

.option-name {
    font-weight: 700;
}
.text-primary-bold {
    color: var(--color-primary);
}
.text-success-bold {
    color: #10b981;
}
.text-danger-bold {
    color: #dc2626;
} /* Red 600 */

.feature-grid {
    display: grid;
    gap: 2rem;
}

.feature-box {
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* メリットスタイル */
.merit-box {
    background-color: #ecfdf5; /* Green 50 */
    border-top: 4px solid #10b981; /* Green 600 */
}

.merit-box h3 {
    color: #047857; /* Green 700 */
}

/* デメリットスタイル */
.demerit-box {
    background-color: #fef2f2; /* Red 50 */
    border-top: 4px solid #dc2626; /* Red 600 */
}

.demerit-box h3 {
    color: #b91c1c; /* Red 700 */
}

.feature-box h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.feature-box ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-top: 1rem;
    color: #4b5563;
}

.feature-box li {
    margin-bottom: 0.5rem;
}

/* ====================
           SVGアイコンの汎用スタイル
           ==================== */
.icon {
    margin-right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    stroke-width: 2;
    stroke: currentColor;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.icon-lg {
    width: 2.5rem;
    height: 2.5rem;
}

/* ====================
           フッター
           ==================== */
.footer {
    background-color: #1f2937;
    color: #ffffff;
    padding: 1.5rem 0;
    text-align: center;
}

.footer-text {
    font-size: 0.875rem;
    color: #9ca3af; /* Gray 400 */
}

/* -------------------------------------------
    画面幅が768px以上（PC/タブレット）の場合に適用
   ------------------------------------------- */

@media (min-width: 768px) {
    section p {
        margin: auto;
        padding: 10px;
    }

    .flex-container figure img {
        max-width: 400px;
    }

    .caption {
        margin: auto;
    }

    .caption h3,
    .caption p {
        text-align: left;
        padding: 10px;
        margin: auto;
    }

    /* -------------------------------------------
    about.html- セクション
   ------------------------------------------- */

    .section-floor figure img {
        width: 100%;
    }
    .responsive-slider-container {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    .responsive-slider-container .swiper-wrapper {
        display: contents;
    }

    .responsive-slider-container .swiper-slide {
        width: auto !important;
        margin: 0 !important;
    }

    .booth-gallery.flex-container {
        display: flex;
        justify-content: space-between;
        margin: 10px auto;
        max-width: 100%;
    }

    .booth-gallery.flex-container img {
        width: 250px;
        border-radius: 15px;
    }

    /* -------------------------------------------
    service.html
   ------------------------------------------- */

    #about-kaitori .flex-container {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 0 10px;
    }

    #genre .flex-container {
        display: flex;
    }

    #genre .genre-container {
        margin: 0 0.8rem;
        width: 100%;
    }

    #genre .genre-container figure,
    #genre .genre-container h3,
    #genre .genre-container p {
        text-align: center !important;
    }

    #genre .genre-container figure {
        width: 100%;
    }

    #about-kaitori section {
        text-align: left !important;
    }

    #item .item-container figure {
        flex-shrink: 0;
        width: 40%;
        max-width: 335px;
        border: 5px solid #ddd;
        border-radius: 5px;
        overflow: hidden;
    }

    #item .flex-container img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 0.3s ease;
    }

    #item .flex-container figure:hover img {
        transform: scale(1.05);
    }

    #item .flex-container {
        justify-content: flex-start;
        gap: 20px;
        padding: 0 20px;
    }

    #item .item-container {
        width: calc(20% - 16px);
        margin-right: 0;
        margin-bottom: 30px;
    }

    #item .item-container figure {
        width: 100% !important;
    }

    #brand-list {
        overflow-x: visible;
        padding: 0;
    }
    .brand-table {
        min-width: 100%;
    }

    .condtion-container {
        display: inline-block;
        margin: 0.8rem 0.4rem;
        width: 20%;
    }

    .condtion-listbox {
        justify-content: space-between;
    }

    /* -------------------------------------------
 delivery-appraisal.html
   ------------------------------------------- */
    .derivery-about-section2 small,
    .derivery-about-section2 p {
        text-align: center;
    }

    .derivery-about-section2 .flex-container {
        justify-content: space-between;
        max-width: 600px;
        margin: auto;
    }

    .needDocument-container img {
        padding: 1.25rem;
        width: 85%;
    }

    /* -------------------------------------------
    recrute.html
   ------------------------------------------- */
    #recruit-hero figure {
        width: 500px;
        height: 300px;
        overflow: hidden;
    }

    #recruit-hero figure:nth-child(1) img {
        transform: scale(180%);
    }

    #recruit-hero figure img {
        width: 100%;
    }

    .label-box {
        text-align: left;
    }

    .job-details dl {
        display: flex;
        flex-wrap: nowrap;
    }

    .job-details dt {
        flex-shrink: 0;
        width: 140px;
        padding-right: 20px;
        margin-bottom: 0;
    }

    .job-details dd {
        flex-grow: 1;
    }

    .step-item {
        flex-direction: row;
        align-items: center;
    }
    .step-icon {
        margin-right: 1.5rem;
        margin-bottom: 0;
    }
    .step-content {
        flex-grow: 1;
    }

    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
