/* ============================================
   よくある質問 (FAQ) 専用スタイル
   ============================================ */

.faq-container {
    padding-top: 40px !important;
}

.faq-intro {
    margin-bottom: 50px;
    border-bottom: 2px solid #eee;
    padding-bottom: 30px;
}

.faq-link {
    color: var(--main-green);
    font-weight: bold;
    text-decoration: underline;
}

.pb-note {
    margin-top: 20px;
    font-size: 0.95rem;
    color: #666;
}

/* カテゴリごとの区切り */
.faq-category {
    margin-bottom: 60px;
}

.faq-category-title {
    font-size: 1.5rem;
    color: var(--main-green);
    border-left: 5px solid var(--main-green);
    padding: 5px 15px;
    margin-bottom: 25px;
    background: #f4f9f6;
}

/* 質問(dt)と回答(dd) */
.faq-list dt {
    font-weight: 700;
    font-size: 1.1rem;
    color: #cc3366; /* 以前のページの色をアクセントに使用 */
    margin-top: 30px;
    padding-left: 2em;
    position: relative;
    line-height: 1.4;
}

.faq-list dt::before {
    content: "Q.";
    position: absolute;
    left: 0;
    color: #cc3366;
    font-size: 1.2rem;
}

.faq-list dd {
    margin: 15px 0 0 0;
    padding: 0 0 20px 2em;
    border-bottom: 1px solid #eee;
    position: relative;
    color: #444;
}

.faq-list dd::before {
    content: "A.";
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #555;
}

/* レシピ部分のデザイン */
.recipe-card {
    background: #fff;
    border: 1px solid var(--main-green);
    border-radius: 10px;
    padding: 25px;
    margin-top: 30px;
}

.recipe-card h4 {
    color: var(--main-green);
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.recipe-steps {
    margin-top: 15px;
    padding-left: 0;
}

.recipe-steps li {
    list-style: none;
    margin-bottom: 8px;
    display: flex;
}

.recipe-steps li span {
    color: var(--main-green);
    font-weight: bold;
    margin-right: 10px;
    min-width: 20px;
}

/* スマホ調整 */
@media (max-width: 768px) {
    .faq-category-title {
        font-size: 1.2rem;
    }
    .faq-list dt {
        font-size: 1rem;
    }
}/* ============================================
   よくある質問 (FAQ) 専用スタイル
   ============================================ */

.faq-container {
    padding-top: 40px !important;
}

.faq-intro {
    margin-bottom: 50px;
    border-bottom: 2px solid #eee;
    padding-bottom: 30px;
}

.faq-link {
    color: var(--main-green);
    font-weight: bold;
    text-decoration: underline;
}

.pb-note {
    margin-top: 20px;
    font-size: 0.95rem;
    color: #666;
}

/* カテゴリごとの区切り */
.faq-category {
    margin-bottom: 60px;
}

.faq-category-title {
    font-size: 1.5rem;
    color: var(--main-green);
    border-left: 5px solid var(--main-green);
    padding: 5px 15px;
    margin-bottom: 25px;
    background: #f4f9f6;
}

/* 質問(dt)と回答(dd) */
.faq-list dt {
    font-weight: 700;
    font-size: 1.1rem;
    color: #cc3366; /* 以前のページの色をアクセントに使用 */
    margin-top: 30px;
    padding-left: 2em;
    position: relative;
    line-height: 1.4;
}

.faq-list dt::before {
    content: "Q.";
    position: absolute;
    left: 0;
    color: #cc3366;
    font-size: 1.2rem;
}

.faq-list dd {
    margin: 15px 0 0 0;
    padding: 0 0 20px 2em;
    border-bottom: 1px solid #eee;
    position: relative;
    color: #444;
}

.faq-list dd::before {
    content: "A.";
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #555;
}

/* レシピ部分のデザイン */
.recipe-card {
    background: #fff;
    border: 1px solid var(--main-green);
    border-radius: 10px;
    padding: 25px;
    margin-top: 30px;
}

.recipe-card h4 {
    color: var(--main-green);
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.recipe-steps {
    margin-top: 15px;
    padding-left: 0;
}

.recipe-steps li {
    list-style: none;
    margin-bottom: 8px;
    display: flex;
}

.recipe-steps li span {
    color: var(--main-green);
    font-weight: bold;
    margin-right: 10px;
    min-width: 20px;
}

/* スマホ調整 */
@media (max-width: 768px) {
    .faq-category-title {
        font-size: 1.2rem;
    }
    .faq-list dt {
        font-size: 1rem;
    }
}/* ============================================
   よくある質問 (FAQ) 専用スタイル
   ============================================ */

.faq-container {
    padding-top: 40px !important;
}

.faq-intro {
    margin-bottom: 50px;
    border-bottom: 2px solid #eee;
    padding-bottom: 30px;
}

.faq-link {
    color: var(--main-green);
    font-weight: bold;
    text-decoration: underline;
}

.pb-note {
    margin-top: 20px;
    font-size: 0.95rem;
    color: #666;
}

/* カテゴリごとの区切り */
.faq-category {
    margin-bottom: 60px;
}

.faq-category-title {
    font-size: 1.5rem;
    color: var(--main-green);
    border-left: 5px solid var(--main-green);
    padding: 5px 15px;
    margin-bottom: 25px;
    background: #f4f9f6;
}

/* 質問(dt)と回答(dd) */
.faq-list dt {
    font-weight: 700;
    font-size: 1.1rem;
    color: #cc3366; /* 以前のページの色をアクセントに使用 */
    margin-top: 30px;
    padding-left: 2em;
    position: relative;
    line-height: 1.4;
}

.faq-list dt::before {
    content: "Q.";
    position: absolute;
    left: 0;
    color: #cc3366;
    font-size: 1.2rem;
}

.faq-list dd {
    margin: 15px 0 0 0;
    padding: 0 0 20px 2em;
    border-bottom: 1px solid #eee;
    position: relative;
    color: #444;
}

.faq-list dd::before {
    content: "A.";
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #555;
}

/* レシピ部分のデザイン */
.recipe-card {
    background: #fff;
    border: 1px solid var(--main-green);
    border-radius: 10px;
    padding: 25px;
    margin-top: 30px;
}

.recipe-card h4 {
    color: var(--main-green);
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.recipe-steps {
    margin-top: 15px;
    padding-left: 0;
}

.recipe-steps li {
    list-style: none;
    margin-bottom: 8px;
    display: flex;
}

.recipe-steps li span {
    color: var(--main-green);
    font-weight: bold;
    margin-right: 10px;
    min-width: 20px;
}

/* スマホ調整 */
@media (max-width: 768px) {
    .faq-category-title {
        font-size: 1.2rem;
    }
    .faq-list dt {
        font-size: 1rem;
    }
}@charset "UTF-8";

/* ============================================
   会社案内共通 (profile.css)
   ============================================ */

/* --- 1. 共通パネル設定（タイトル・各セクション） --- */
.title-section,
.greeting-section,
.philosophy-section,
.company-profile-section,
.history-section {
    max-width: 1000px;
    margin: 60px auto;
    padding: 60px 50px;
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    position: relative;
    z-index: 10;
}

/* タイトルセクション専用の微調整 */
.title-section {
    margin-top: 60px;
    padding: 40px 20px;
    text-align: center;
}

.main-title {
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    color: var(--main-green);
    margin-bottom: 10px;
    font-weight: 700;
}

.sub-title {
    font-size: 1.1rem;
    color: #666;
    letter-spacing: 0.05em;
}

/* 各セクション見出し */
.section-title {
    font-size: 2rem;
    color: var(--main-green);
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}

.section-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: var(--main-green);
    margin: 15px auto 0;
}

/* --- 2. profile_a: 社長挨拶・理念 --- */
.greeting-content {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.president-photo {
    flex-shrink: 0;
    margin-top: 1.2rem;
}

.president-photo img {
    width: 100%;
    max-width: 350px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.greeting-text p {
    line-height: 2;
    margin-bottom: 20px;
}

/* MindFoods ロゴ・リード文 */
/* --- MindFoods ロゴ部分の修正 --- */
.mf-logo {
    display: flex;          /* Flexboxを有効化 */
    justify-content: center; /* 横方向の中央寄せ */
    align-items: center;    /* 縦方向の中央寄せ */
    width: 100%;            /* 親要素の幅いっぱいに広げる */
    margin-bottom: 30px;
    text-align: center;     /* 念のための予備設定 */
}

.mf-logo img {
    max-width: 360px;       /* ロゴのサイズ（適宜調整してください） */
    height: auto;
    display: block;         /* 余計な隙間を消すためにブロック化 */
    margin: 0 auto;         /* これでも中央に寄せる */
}

.mindfoods-title, .mindfoods-subtitle, .mindfoods-lead {
    text-align: center;
}

.mindfoods-title {
    font-size: 2rem;
    color: var(--main-green);
    margin-bottom: 5px;
}

.mindfoods-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 25px;
}

.mindfoods-lead {
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.8;
}

/* 3つの理念カード */
.mind-list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 40px 0;
}

.mind-item {
    flex: 1;
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    text-align: center;
    border: 1px solid #eee;
    transition: transform 0.3s;
}

.mind-item:hover {
    transform: translateY(-5px);
}

.mind-title {
    color: var(--main-green);
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.mind-subtitle {
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.mind-description {
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: left;
}

.philosophy-summary {
    text-align: center;
    line-height: 2;
    margin-top: 40px;
    color: #444;
}

/* --- 3. profile_b: 会社概要・マップ --- */
.profile-table {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 40px;
    border-collapse: collapse;
}

.profile-table th, .profile-table td {
    padding: 20px 15px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.profile-table th {
    width: 30%;
    color: var(--main-green);
    font-weight: 700;
}

.map-container {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* --- 4. profile_c: 沿革 --- */
.history-table {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-collapse: collapse;
}

.history-table th {
    width: 25%;
    color: var(--main-green);
    text-align: right;
    padding: 20px 30px 20px 0;
    vertical-align: top;
    font-size: 1.1rem;
}

.history-table td {
    padding: 20px 0 20px 30px;
    border-left: 2px solid var(--main-green);
    position: relative;
}

.history-table td::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 28px;
    width: 12px;
    height: 12px;
    background: var(--main-green);
    border-radius: 50%;
}

/* --- 5. レスポンシブ対応 (768px以下) --- */
@media (max-width: 768px) {
    .title-section,
    .greeting-section,
    .philosophy-section,
    .company-profile-section,
    .history-section {
        padding: 40px 20px;
        margin: 30px 15px;
        width: auto;
    }

    /* 挨拶・理念 */
    .greeting-content {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .president-photo {
        margin-top: 0;
    }

    .mind-list {
        flex-direction: column;
        gap: 20px;
    }

    /* 会社概要 */
    .profile-table th, .profile-table td {
        display: block;
        width: 100%;
    }

    .profile-table th {
        padding-bottom: 5px;
        border-bottom: none;
    }

    /* 沿革 */
    .history-table th {
        display: block;
        width: 100%;
        text-align: left;
        padding: 20px 0 0 20px;
    }

    .history-table td {
        display: block;
        width: 100%;
        padding-left: 20px;
    }
}

/* ============================================
   よくある質問 (FAQ) 専用スタイル
   ============================================ */

.faq-container {
    padding-top: 40px !important;
}

.faq-intro {
    margin-bottom: 50px;
    border-bottom: 2px solid #eee;
    padding-bottom: 30px;
}

.faq-link {
    color: var(--main-green);
    font-weight: bold;
    text-decoration: underline;
}

.pb-note {
    margin-top: 20px;
    font-size: 0.95rem;
    color: #666;
}

/* カテゴリごとの区切り */
.faq-category {
    margin-bottom: 60px;
}

.faq-category-title {
    font-size: 1.5rem;
    color: var(--main-green);
    border-left: 5px solid var(--main-green);
    padding: 5px 15px;
    margin-bottom: 25px;
    background: #f4f9f6;
}

/* 質問(dt)と回答(dd) */
.faq-list dt {
    font-weight: 700;
    font-size: 1.1rem;
    color: #cc3366; /* 以前のページの色をアクセントに使用 */
    margin-top: 30px;
    padding-left: 2em;
    position: relative;
    line-height: 1.4;
}

.faq-list dt::before {
    content: "Q.";
    position: absolute;
    left: 0;
    color: #cc3366;
    font-size: 1.2rem;
}

.faq-list dd {
    margin: 15px 0 0 0;
    padding: 0 0 20px 2em;
    border-bottom: 1px solid #eee;
    position: relative;
    color: #444;
}

.faq-list dd::before {
    content: "A.";
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #555;
}

/* レシピ部分のデザイン */
.recipe-card {
    background: #fff;
    border: 1px solid var(--main-green);
    border-radius: 10px;
    padding: 25px;
    margin-top: 30px;
}

.recipe-card h4 {
    color: var(--main-green);
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.recipe-steps {
    margin-top: 15px;
    padding-left: 0;
}

.recipe-steps li {
    list-style: none;
    margin-bottom: 8px;
    display: flex;
}

.recipe-steps li span {
    color: var(--main-green);
    font-weight: bold;
    margin-right: 10px;
    min-width: 20px;
}

/* スマホ調整 */
@media (max-width: 768px) {
    .faq-category-title {
        font-size: 1.2rem;
    }
    .faq-list dt {
        font-size: 1rem;
    }
}

/* レシピ内の小見出し */
.recipe-sub-t {
    font-weight: bold;
    color: #555;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 3px;
    font-size: 0.95rem;
}

/* レシピカードが並ぶ際の調整 */
.recipe-card-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

/* スマホでは1列にする */
@media (max-width: 768px) {
    .recipe-card-group {
        grid-template-columns: 1fr;
    }
}