@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

body {
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    font-style: normal;
}

.displaynone {
    display: none;
}

p {
    margin-block-start: 0em;
    margin-block-end: 0em;
}
.privacy-policy .post_content>* {
    clear: both;
    margin-bottom: 0;
}

.c-pageTitle {
    font-size: 2.2em;
    letter-spacing: 3px;
    text-align: center;
    font-weight: 700;
    font-style: normal;
}

.post_content h2 {
    font-size: 2.6em;
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 2em 0 2em;
}

.post_content h3 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 0;
    font-size: 1.6em;
}
.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    background: none;
}
.cap_box_ttl {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.l-content {
    margin-bottom: 0;
}

.u-obf-cover {
    object-position: left;
}

.veu_button {
    a {
        display: flex;
        color: white;
        background-color: #00b900;
        justify-content: center;
        height: 40px;
        align-items: center;
        border-radius: 5px;
    }
}

.cap_box_ttl {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.swell-block-capbox .wp-block-table td,
.swell-block-capbox .wp-block-table th {
    border: none!important;

}

@media (min-width: 600px) {
    .l-content {
        padding-top: 0;
    }
}

@media (max-width: 767px) { 
    .post_content h2 {
        font-size: 2em;
        margin: 1.5em 0;
    }
    .fs_xl, .has-huge-font-size, .has-xl-font-size, .u-fz-xl {
        font-size: 1.4em!important;
    }
    .l-content {
        padding-top: 0;
    }
    .swell-block-fullWide {

    }
    .swell-block-capbox .wp-block-table td,
    .swell-block-capbox .wp-block-table th {
        display: flex;
    }
}

/* ===============================
   フルワイド画像スライダー
   =============================== */
.child-carousel-wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: #fff;
    padding: 48px 0 60px;
    overflow: hidden;
}

.child-carousel {
    width: 100%;
    padding-bottom: 48px !important;
}

.child-carousel .swiper-slide {
    width: 56%;
    max-width: 840px;
}

.child-carousel .swiper-slide img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 8px;
}

.child-carousel .swiper-pagination-bullet-active {
    background: #fff;
}

@media (max-width: 767px) {
    .child-carousel .swiper-slide {
        width: 82%;
    }
}

/* サムネイル */
.child-carousel-thumbs-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 20px 24px 0;
}

.child-thumb {
    width: calc(20% - 7px);
    cursor: pointer;
    opacity: 0.45;
    transition: opacity 0.25s, border-color 0.25s;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid transparent;
    box-sizing: border-box;
}

.child-thumb.is-active {
    opacity: 1;
    border-color: #fff;
}

.child-thumb:hover {
    opacity: 0.8;
}

.child-thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 2px;
}

@media (max-width: 767px) {
    .child-carousel-thumbs-grid {
        gap: 6px;
        padding: 14px 16px 0;
    }
    .child-thumb {
        width: calc(33.333% - 5px);
    }
}

/* ===============================
   フォームページ #content パディング
   =============================== */
.is-form-page #content {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .is-form-page #content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


/* ===============================
   採用ページ 固定応募ボタン
   =============================== */
.recruit-fixed-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    pointer-events: none;
    display: flex;
    justify-content: center;
    padding: 14px 0 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
}

.recruit-fixed-btn__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e06428;
    color: #fff !important;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.05em;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 15px 48px;
    border-radius: 50px;
    text-decoration: none !important;
    box-shadow: 0 4px 18px rgba(224, 100, 40, 0.45), 0 2px 6px rgba(0,0,0,0.18);
    pointer-events: auto;
    white-space: nowrap;
    transition: background 0.2s, transform 0.18s, box-shadow 0.2s;
    animation: recruit-btn-pop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.recruit-fixed-btn__link:hover {
    background: #c4521e;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(224, 100, 40, 0.5), 0 3px 8px rgba(0,0,0,0.2);
}

@keyframes recruit-btn-pop {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}

@media (min-width: 768px) {
    body:has(.recruit-fixed-btn) {
        padding-bottom: 89px;
    }
}

@media (max-width: 767px) {
    .recruit-fixed-btn {
        bottom: 16px;
        left: 16px;
        right: 16px;
        background: none;
        box-shadow: none;
        padding: 0;
    }
    .recruit-fixed-btn__link {
        width: 100%;
        font-size: 1em;
        padding: 15px 24px;
    }
}


/* ===============================
   お問い合わせ・応募フォーム
   =============================== */
.wpcf7-form {
    max-width: 720px;
    margin: 0 auto;
}

.wpcf7-form .form-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e0d8;
    padding-bottom: 20px;
}

.wpcf7-form .form-label {
    flex: 0 0 180px;
    padding-top: 10px;
    font-weight: 700;
    font-size: 0.95em;
    color: #3a3a3a;
}

.wpcf7-form .form-field {
    flex: 1;
}

.wpcf7-form .form-label .required-badge {
    display: inline-block;
    background: #c0392b;
    color: #fff;
    font-size: 0.72em;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 6px;
    vertical-align: middle;
    line-height: 1.4;
}

.wpcf7-form .form-label .optional-badge {
    display: inline-block;
    background: #888;
    color: #fff;
    font-size: 0.72em;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 6px;
    vertical-align: middle;
    line-height: 1.4;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 0.95em;
    color: #333;
    background: #fff;
    box-sizing: border-box;
    transition: border-color 0.2s;
    appearance: none;
    -webkit-appearance: none;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    outline: none;
    border-color: #8B6347;
    box-shadow: 0 0 0 3px rgba(139, 99, 71, 0.12);
}

.wpcf7 select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}

.wpcf7 textarea {
    resize: vertical;
    min-height: 120px;
}

/* ラジオボタン */
.wpcf7-radio .wpcf7-list-item {
    display: block;
    margin: 0 0 8px;
}

.wpcf7-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 0.95em;
}

.wpcf7-radio input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #8B6347;
    flex-shrink: 0;
    cursor: pointer;
}

/* 同意チェックボックス */
.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9em;
    cursor: pointer;
}

.wpcf7-acceptance input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #8B6347;
    flex-shrink: 0;
    cursor: pointer;
}

/* 送信ボタン */
.wpcf7-submit-wrap {
    text-align: center;
    margin-top: 32px;
}

.wpcf7 input[type="submit"] {
    display: inline-block;
    background: #8B6347;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 14px 60px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    width: auto;
}

.wpcf7 input[type="submit"]:hover {
    background: #7a5540;
    transform: translateY(-1px);
}

/* バリデーションエラー */
.wpcf7-not-valid-tip {
    color: #c0392b;
    font-size: 0.82em;
    margin-top: 4px;
    display: block;
}

.wpcf7-response-output {
    border-radius: 6px;
    padding: 12px 16px !important;
    margin: 16px 0 0 !important;
    font-size: 0.9em;
}

@media (max-width: 767px) {
    .wpcf7-form .form-row {
        flex-direction: column;
        gap: 8px;
    }
    .wpcf7-form .form-label {
        flex: none;
        padding-top: 0;
    }
    .wpcf7 input[type="submit"] {
        padding: 14px 40px;
        width: 100%;
    }
}