* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
    overflow-x: hidden;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.fc-page-header-section {
    background: url('../images/fc-support.webp');
    background-position: ;
    background-size: cover;
    min-height: 450px;
    position: relative;
    overflow: hidden;
}

.hp-page-header-section {
    background: url('../images/3HP制作.webp');
    background-size: cover;
    min-height: 450px;
    position: relative;
    overflow: hidden;
}

.system-page-header-section {
    background: url('../images/4社内システム制作.webp');
    background-size: cover;
    min-height: 450px;
    position: relative;
    overflow: hidden;
}

.logo-page-header-section {
    background: url('../images/5ブランドロゴ制作.webp');
    background-size: cover;
    min-height: 450px;
    position: relative;
    overflow: hidden;
}

/* Hero Section */
.hero {
    padding: 50px 20px 60px;
}

.hero h1 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.label {
    display: inline-block;
    padding: 4px 10px;
    background-color: #f0f0f0;
    /* 明るいグレー背景 */
    color: #333;
    /* 文字色 */
    border-radius: 999px;
    /* 丸 pill 形状 */
    font-size: 14px;
    margin-left: 15%;
}

.problem-list {
    list-style: none;
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: bold;
}

.problem-list li {
    margin: 10px 0;
    padding-left: 0;
}

.cta-section {
    background: linear-gradient(to right,
            #ffffff,
            /* 左：薄いグレー */
            #bbbbbb
            /* 右：濃いグレー */
        );
    padding: 35px 30px;
    text-align: center;
    margin-bottom: 40px;
}

.omakase {
    padding: 4px 10px;
    background-color: black;
    color: #fff;
    /* 文字色 */
    /* 丸 pill 形状 */
    font-size: 35px;
    text-align: center;
}

.cta-section h2 {
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.features-list {
    text-align: left;
    font-size: 30px;
    font-weight: 900;
    line-height: 2.2;
    margin-bottom: 0;
    padding-left: 50px;
}

.button-group {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

.btn {
    padding: 16px 30px;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    border: none;
    letter-spacing: 0.02em;
    width: 250px;
}

.btn-black {
    background: #000;
    color: #fff;
}

.btn-white {
    background: #fff;
    color: #000;
    border: 2px solid #000;
}

/* About Section */
.about-section {
    padding: 60px 20px;
    text-align: center;
}

.section-title {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 35px;
    letter-spacing: 0.05em;
    text-align: center;
}

.section-title::before {
    content: "";
    position: absolute;
    left: -50%;
    right: 0;
    top: 55%;
    height: 5px;
    width: 200%;
    background: #ccc;
    /* 好きなグレーに変更可 */
    transform: translateY(-50%);
    z-index: -1;
    /* 文字の後ろに置く */
}

.about-text {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    text-align: left;
}

/* Flow Section */
.flow-section {
    padding: 60px 20px;
}

.flow-steps {
    max-width: 1000px;
    margin: 0 auto;
}

.flow-item {
    margin-bottom: 15px;
}

.flow-box {
    background: linear-gradient(to right,
            #ffffff,
            /* 左：薄いグレー */
            #bbbbbb
            /* 右：濃いグレー */
        );
    padding: 18px;
    font-weight: bold;
    font-size: 20px;
}

.flow-arrow {
    position: relative;
    left: 70%;
    font-size: 28px;
    line-height: 1.2;
    color: #000;
}

/* Pricing Section */
.pricing-section {
    padding: 60px 20px;
}

.pricing-table {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 2px solid #000;
    margin-top: 40px;
}

.pricing-col {
    border-right: 2px solid #000;
}

.pricing-col:last-child {
    border-right: none;
}

.pricing-header {
    background: #000;
    color: #fff;
    padding: 12px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 2px solid #000;
}

.pricing-row {
    border-bottom: 2px solid #000;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.pricing-row:last-child {
    border-bottom: none;
}

.pricing-cell {
    padding: 20px 15px;
    text-align: center;
    font-size: 13px;
    line-height: 1.8;
    border-right: 2px solid #000;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-cell:last-child {
    border-right: none;
}

.price-large {
    font-size: 20px;
    font-weight: 700;
}

/* FAQ Section */
.faq-section {
    padding: 60px 20px;
}

.faq-items {
    margin: 40px 0;
}

.faq-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.faq-item.right {
    flex-direction: row-reverse;
}

.faq-avatar {
    width: 50px;
    height: 50px;
    background: #ddd;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.faq-bubble {
    background: #2c3e50;
    color: #fff;
    padding: 18px 22px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.7;
    position: relative;
    max-width: 85%;
}

.faq-item:not(.right) .faq-bubble::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #2c3e50 transparent transparent;
}

.faq-item.right .faq-bubble::before {
    content: '';
    position: absolute;
    right: -8px;
    top: 18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #2c3e50;
}

.faq-note {
    padding: 30px;
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
}

/* Contact Section */
.contact-section {
    padding: 60px 20px;
    text-align: center;
}

.contact-text {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
    line-height: 1.8;
}

.contact-btn {
    margin-top: 30px;
    display: inline-block;
}

.support-examples-section {
    padding: 80px 20px;
}

.support-example-list {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-top: 50px;
}

.support-example {
    display: flex;
    align-items: center;
    gap: 50px;
}

.support-example.reverse {
    flex-direction: row-reverse;
}

.support-image {
    flex: 1;
}

.support-image img {
    width: 100%;
    max-width: 480px;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.support-content {
    flex: 1;
}

.support-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.support-text {
    font-size: 15px;
    line-height: 1.9;
    color: #333;
}

/* Responsive */
@media (max-width: 768px) {
    .support-example,
    .support-example.reverse {
        flex-direction: column;
        text-align: left;
    }

    .support-image img {
        max-width: 100%;
    }
}


/* -------------------------------------------
   Responsive（スマホ：文字全体を小さく）
------------------------------------------- */

/* タブレット対応 (1024px以下) */
@media (max-width: 1024px) {
    .container {
        max-width: 700px;
    }

    .hero h1 {
        font-size: 32px;
    }

    .problem-list {
        font-size: 18px;
    }

    .features-list {
        font-size: 24px;
    }

    .btn {
        width: 220px;
        font-size: 14px;
    }

    .section-title {
        font-size: 32px;
    }

    .about-text {
        font-size: 18px;
    }

    .flow-box {
        font-size: 18px;
    }

    .pricing-cell {
        font-size: 12px;
        padding: 15px 10px;
    }

    .faq-bubble {
        font-size: 13px;
    }

    .contact-text {
        font-size: 18px;
    }
}

/* タブレット対応 (768px以下) */
@media (max-width: 768px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .fc-page-header-section,
    .hp-page-header-section,
    .system-page-header-section,
    .logo-page-header-section {
        min-height: 300px;
    }

    body {
        font-size: 14px;
    }

    .hero {
        padding: 40px 15px 50px;
    }

    .hero h1 {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .label {
        font-size: 12px;
        margin-left: 0;
        text-align: center;
        margin-bottom: 10px;
        display: block;
    }

    .problem-list {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .problem-list li {
        margin: 8px 0;
    }

    .cta-section {
        padding: 25px 15px;
        margin-bottom: 30px;
    }

    .omakase {
        font-size: 24px;
        padding: 4px 10px;
    }

    .cta-section h2 {
        font-size: 18px;
    }

    .features-list {
        font-size: 18px;
        line-height: 1.8;
        padding-left: 30px;
    }

    .button-group {
        margin-top: 25px;
        gap: 10px;
        font-size: 16px;
    }

    .btn {
        width: 100%;
        max-width: 250px;
        font-size: 14px;
        padding: 14px 24px;
    }

    /* About Section */
    .about-section {
        padding: 50px 15px;
    }

    .section-title {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .about-text {
        font-size: 16px;
        line-height: 1.8;
    }

    /* Flow */
    .flow-section {
        padding: 50px 15px;
    }

    .flow-box {
        font-size: 16px;
        padding: 16px;
    }

    .flow-arrow {
        font-size: 24px;
        left: 50%;
        transform: translateX(-50%);
    }

    /* Pricing */
    .pricing-section {
        padding: 50px 15px;
    }

    .pricing-table {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
        font-size: 12px;
    }

    .pricing-header {
        font-size: 13px;
        padding: 10px;
    }

    .pricing-cell {
        font-size: 11px;
        padding: 12px 8px;
        min-height: 80px;
    }

    .price-large {
        font-size: 16px;
    }

    /* FAQ */
    .faq-section {
        padding: 50px 15px;
    }

    .faq-item {
        gap: 12px;
    }

    .faq-avatar {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    .faq-bubble {
        font-size: 13px;
        line-height: 1.6;
        padding: 15px 18px;
    }

    .faq-note {
        padding: 20px;
        font-size: 15px;
        line-height: 1.8;
        margin-top: 30px;
    }

    /* Contact */
    .contact-section {
        padding: 50px 15px;
    }

    .contact-text {
        font-size: 15px;
        margin: 10px 0;
    }
}

/* スマホ対応 (600px以下) */
@media (max-width: 600px) {
    .container {
        max-width: 100%;
        padding: 0 12px;
    }

    .fc-page-header-section,
    .hp-page-header-section,
    .system-page-header-section,
    .logo-page-header-section {
        min-height: 250px;
    }

    .hero {
        padding: 30px 12px 40px;
    }

    .hero h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .label {
        font-size: 11px;
        margin-bottom: 8px;
    }

    .problem-list {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .problem-list li {
        margin: 6px 0;
    }

    .cta-section {
        padding: 20px 12px;
        margin-bottom: 25px;
    }

    .omakase {
        font-size: 20px;
    }

    .cta-section h2 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .features-list {
        font-size: 16px;
        line-height: 1.6;
        padding-left: 20px;
    }

    .button-group {
        margin-top: 20px;
        gap: 8px;
        font-size: 14px;
    }

    .btn {
        width: 100%;
        max-width: 230px;
        font-size: 13px;
        padding: 12px 20px;
    }

    .about-section {
        padding: 40px 12px;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .section-title::before {
        width: 150%;
        left: -25%;
    }

    .about-text {
        font-size: 14px;
        line-height: 1.7;
    }

    .flow-section {
        padding: 40px 12px;
    }

    .flow-box {
        font-size: 14px;
        padding: 14px;
    }

    .flow-arrow {
        font-size: 20px;
    }

    .pricing-section {
        padding: 40px 12px;
    }

    .pricing-table {
        grid-template-columns: 1fr;
        font-size: 11px;
    }

    .pricing-header {
        font-size: 12px;
        padding: 8px;
    }

    .pricing-cell {
        font-size: 10px;
        padding: 10px 6px;
        min-height: 70px;
    }

    .price-large {
        font-size: 14px;
    }

    .faq-section {
        padding: 40px 12px;
    }

    .faq-item {
        gap: 10px;
    }

    .faq-avatar {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .faq-bubble {
        font-size: 12px;
        line-height: 1.5;
        padding: 12px 15px;
        max-width: 90%;
    }

    .faq-note {
        padding: 15px;
        font-size: 14px;
        line-height: 1.6;
        margin-top: 25px;
    }

    .contact-section {
        padding: 40px 12px;
    }

    .contact-text {
        font-size: 13px;
        margin: 8px 0;
    }
}

/* 小さいスマホ対応 (480px以下) */
@media (max-width: 480px) {
    .fc-page-header-section,
    .hp-page-header-section,
    .system-page-header-section,
    .logo-page-header-section {
        min-height: 220px;
    }

    .hero h1 {
        font-size: 18px;
    }

    .label {
        font-size: 10px;
    }

    .problem-list {
        font-size: 12px;
    }

    .omakase {
        font-size: 18px;
    }

    .features-list {
        font-size: 14px;
    }

    .btn {
        width: 100%;
        font-size: 12px;
        padding: 10px 18px;
    }

    .section-title {
        font-size: 20px;
    }

    .about-text {
        font-size: 13px;
    }

    .flow-box {
        font-size: 13px;
    }

    .pricing-table {
        font-size: 9px;
    }

    .pricing-cell {
        font-size: 9px;
        padding: 8px 4px;
        min-height: 60px;
    }

    .faq-bubble {
        font-size: 11px;
        padding: 10px 12px;
    }

    .faq-note {
        padding: 12px;
        font-size: 12px;
    }

    .contact-text {
        font-size: 12px;
    }
}
