@charset "UTF-8";

/* ==========================================================
   Price / Plan Page
   ========================================================== */

#price-main {
    width: 100%;
    color: #333;
}

#price-main .text-green {
    color: #00A968;
    font-weight: bold;
}

/* --- Title Section --- */
.price-title-section {
    text-align: center;
    padding: 50px 20px 28px;
    background-color: #fff;
    border-bottom: 4px solid #00A968;
}

.price-title-section h1 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin: 0;
    letter-spacing: 0.04em;
}

.price-title-en {
    margin: 6px 0 0;
    font-size: 13px;
    letter-spacing: 0.4em;
    color: #00A968;
    font-weight: bold;
}

/* --- Breadcrumb --- */
.price-breadcrumb {
    max-width: 1000px;
    margin: 20px auto;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
}

/* --- Lead Section --- */
.price-lead-section {
    background-color: #fff;
    padding: 30px 20px 60px;
}

.price-lead-inner {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #C4F2DD;
    border-radius: 18px;
    padding: 36px 40px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 169, 104, 0.06);
    position: relative;
}

.price-lead-inner::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 56px;
    height: 4px;
    background: #00A968;
    border-radius: 2px;
}

.price-lead-text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    margin: 0 0 16px;
    color: #333;
}

.price-lead-sub {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

.price-lead-sub strong {
    color: #00A968;
}

/* --- Common Section Heading --- */
.price-section-head {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.price-section-num {
    display: inline-block;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #00A968;
    background: #E8F5EE;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.price-section-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px;
    letter-spacing: 0.04em;
}

.price-section-sub {
    font-size: 14px;
    color: #555;
    margin: 0;
    line-height: 1.7;
}

/* --- Plan Cards Section --- */
.price-plan-section {
    padding: 70px 20px;
    background-color: #fff;
    background-image: radial-gradient(#00A96820 1px, transparent 1px);
    background-size: 20px 20px;
}

.price-plan-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.price-card-list {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
}

.price-card {
    width: 48%;
    max-width: 460px;
    background: #fff;
    border: 2px solid #00A968;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.price-card-header {
    background-color: #00A968;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.price-plan-name {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 5px;
}

.price-plan-en {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    opacity: 0.9;
}

.price-target-area {
    background-color: #3CC891;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
}

.price-target-label {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 2px;
    margin-bottom: 8px;
}

.price-target-text {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
    min-height: 2.8em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-card-body {
    padding: 30px 22px;
    background-color: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.price-amount-area {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 20px;
    color: #333;
}

.price-amount-label {
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}

.price-amount-val {
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    font-family: sans-serif;
    color: #00A968;
}

.price-amount-unit {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.price-card-desc {
    font-size: 14px;
    color: #333;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 30px;
    min-height: 4.8em;
}

.price-features-area {
    margin-top: auto;
}

.price-features-row {
    display: flex;
    margin-bottom: 10px;
}

.price-feature-box {
    flex: 1;
    background-color: #E8F5EE;
    padding: 8px 0;
    text-align: center;
    margin: 0 5px;
    border-radius: 4px;
}

.price-feature-box:first-child { margin-left: 0; }
.price-feature-box:last-child { margin-right: 0; }

.feature-label {
    color: #00A968;
    font-weight: bold;
    font-size: 14px;
}

.price-features-list {
    display: flex;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.feature-ul {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0;
    flex: 1;
}

.feature-ul li {
    margin-bottom: 5px;
    line-height: 1.4;
    text-align: left;
}

.feature-etc {
    text-align: right;
    padding-right: 15px;
    font-style: italic;
    margin-top: 5px;
}

/* Gakudo color override */
.price-card.price-card-gakudo { border-color: #00C0A3; }
.price-card-gakudo .price-card-header { background-color: #00C0A3; }
.price-card-gakudo .price-target-area { background-color: #3FE0C5; }
.price-card-gakudo .price-amount-val { color: #00C0A3; }
.price-card-gakudo .feature-label { color: #00C0A3; }

.price-note {
    max-width: 900px;
    margin: 30px auto 0;
    font-size: 13px;
    color: #666;
    line-height: 1.7;
    text-align: center;
}

/* --- Plan Selector Section --- */
.price-selector-section {
    padding: 80px 20px;
    background-color: #F7FBF9;
}

.price-selector-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.price-selector-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.price-selector-card {
    background: #fff;
    border: 2px solid #00A968;
    border-radius: 14px;
    padding: 32px 28px;
    text-align: center;
    position: relative;
    transition: transform 0.2s;
}

.price-selector-card:hover {
    transform: translateY(-4px);
}

.price-selector-gakudo {
    border-color: #00C0A3;
}

.price-selector-q {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #00A968;
    padding: 6px 22px;
    border-radius: 20px;
    margin-bottom: 22px;
}

.price-selector-gakudo .price-selector-q {
    background: #00C0A3;
}

.price-selector-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    text-align: left;
}

.price-selector-list li {
    font-size: 15px;
    line-height: 1.6;
    padding: 10px 0;
    border-bottom: 1px dashed #C4F2DD;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.price-selector-list li:last-child {
    border-bottom: none;
}

.price-selector-list li i {
    color: #00A968;
    margin-top: 4px;
}

.price-selector-gakudo .price-selector-list li i {
    color: #00C0A3;
}

.price-selector-list li strong {
    color: #00A968;
}

.price-selector-gakudo .price-selector-list li strong {
    color: #00C0A3;
}

.price-selector-result {
    border-top: 2px dashed #C4F2DD;
    padding-top: 20px;
}

.price-selector-arrow {
    display: block;
    color: #00A968;
    font-size: 22px;
    margin-bottom: 8px;
}

.price-selector-gakudo .price-selector-arrow {
    color: #00C0A3;
}

.price-selector-plan {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #00A968;
    letter-spacing: 0.04em;
}

.price-selector-gakudo .price-selector-plan {
    color: #00C0A3;
}

.price-selector-plan small {
    display: block;
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: bold;
    margin-top: 4px;
    color: #888;
}

/* --- Comparison Table Section --- */
.price-compare-section {
    padding: 80px 20px;
    background-color: #fff;
}

.price-compare-inner {
    max-width: 900px;
    margin: 0 auto;
}

.price-compare-table {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 169, 104, 0.08);
}

.price-compare-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.price-compare-table thead tr {
    background: #00A968;
}

.price-compare-table thead th {
    color: #fff;
    font-weight: bold;
    padding: 16px 12px;
    text-align: center;
    letter-spacing: 0.04em;
}

.price-compare-table thead th.feature-col {
    text-align: left;
    width: 50%;
    padding-left: 24px;
}

.price-compare-table thead th.gakudo-col {
    background: #00C0A3;
}

.price-compare-table tbody tr {
    border-bottom: 1px solid #EAF6EF;
}

.price-compare-table tbody tr:nth-child(even) {
    background: #F7FBF9;
}

.price-compare-table tbody tr:last-child {
    border-bottom: none;
}

.price-compare-table tbody td {
    padding: 14px 12px;
    text-align: center;
    color: #333;
}

.price-compare-table tbody td:first-child {
    text-align: left;
    padding-left: 24px;
    font-weight: bold;
}

.price-compare-table .mark-circle {
    color: #00A968;
    font-weight: bold;
    font-size: 20px;
}

.price-compare-table .mark-cross {
    color: #BBB;
    font-weight: bold;
    font-size: 20px;
}

.price-compare-table .mark-note {
    font-size: 12px;
    color: #888;
    margin-left: 2px;
    vertical-align: super;
}

.price-compare-note {
    margin: 18px 0 0;
    font-size: 13px;
    color: #666;
    text-align: right;
}

/* --- Options Section --- */
.price-option-section {
    padding: 80px 20px;
    background-color: #F7FBF9;
}

.price-option-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.price-option-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.price-option-card {
    background: #fff;
    border-radius: 12px;
    padding: 28px 22px;
    text-align: center;
    border: 1px solid #EAF6EF;
    box-shadow: 0 2px 10px rgba(0, 169, 104, 0.05);
    transition: transform 0.2s, box-shadow 0.2s;
}

.price-option-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 169, 104, 0.12);
}

.price-option-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #E8F5EE;
    color: #00A968;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 22px;
}

.price-option-title {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    margin: 0 0 12px;
}

.price-option-title small {
    font-size: 12px;
    color: #00C0A3;
    margin-left: 4px;
    font-weight: bold;
}

.price-option-text {
    font-size: 13px;
    line-height: 1.7;
    color: #555;
    margin: 0;
    text-align: left;
}

/* --- Budget Section (自治体担当者向け) --- */
.price-budget-section {
    padding: 80px 20px;
    background-color: #fff;
    background-image:
        linear-gradient(135deg, #fff 0%, #fff 70%, #F0FAF5 100%);
}

.price-budget-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.price-budget-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.price-budget-card {
    background: #fff;
    border-left: 6px solid #00A968;
    border-radius: 8px;
    padding: 28px 28px 28px 32px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    position: relative;
}

.price-budget-num {
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #00A968;
    letter-spacing: 0.2em;
    margin-bottom: 8px;
}

.price-budget-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0 0 12px;
    line-height: 1.5;
}

.price-budget-text {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

.price-budget-text strong {
    color: #00A968;
    font-weight: bold;
}

/* --- Multi-facility Section --- */
.price-multi-section {
    padding: 80px 20px;
    background-color: #F7FBF9;
}

.price-multi-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.price-multi-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.price-multi-card {
    background: #fff;
    border-radius: 14px;
    padding: 32px 24px;
    text-align: center;
    border: 2px solid #C4F2DD;
}

.price-multi-icon {
    font-size: 36px;
    color: #00A968;
    margin-bottom: 16px;
}

.price-multi-title {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    margin: 0 0 12px;
}

.price-multi-text {
    font-size: 13px;
    line-height: 1.8;
    color: #555;
    margin: 0;
    text-align: left;
}

.price-multi-text strong {
    color: #00A968;
}

/* --- Flow Section --- */
.price-flow-section {
    padding: 80px 20px;
    background-color: #fff;
}

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

.price-flow-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: nowrap;
}

.price-flow-step {
    flex: 1;
    background: #fff;
    border: 2px solid #00A968;
    border-radius: 12px;
    padding: 22px 16px;
    text-align: center;
    min-width: 0;
}

.price-flow-num {
    display: inline-block;
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #fff;
    background: #00A968;
    padding: 3px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.price-flow-title {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px;
    line-height: 1.5;
}

.price-flow-text {
    font-size: 12px;
    line-height: 1.7;
    color: #555;
    margin: 0;
    text-align: left;
}

.price-flow-arrow {
    display: flex;
    align-items: center;
    color: #00A968;
    font-size: 22px;
    flex-shrink: 0;
}

/* --- FAQ link Section --- */
.price-faq-section {
    padding: 60px 20px;
    background-color: #F7FBF9;
}

.price-faq-inner {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 14px;
    padding: 40px 32px;
    box-shadow: 0 4px 20px rgba(0, 169, 104, 0.08);
    text-align: center;
}

.price-faq-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin: 0 0 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid #C4F2DD;
}

.price-faq-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    text-align: left;
}

.price-faq-list li {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px dashed #EAF6EF;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.price-faq-list li:last-child {
    border-bottom: none;
}

.price-faq-list li i {
    color: #00A968;
    margin-top: 4px;
}

.price-faq-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #00A968;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 24px;
    border: 2px solid #00A968;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.2s;
}

.price-faq-link:hover {
    background: #00A968;
    color: #fff;
}

.price-faq-link i {
    font-size: 11px;
}

/* --- CTA Section --- */
.price-cta-section {
    padding: 80px 20px;
    background-color: #fff;
    background-image: radial-gradient(#00A96820 1px, transparent 1px);
    background-size: 20px 20px;
    text-align: center;
}

.price-cta-inner {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #C4F2DD;
    border-radius: 18px;
    padding: 50px 32px;
    box-shadow: 0 4px 20px rgba(0, 169, 104, 0.06);
}

.price-cta-lead {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0 0 14px;
    line-height: 1.7;
}

.price-cta-sub {
    font-size: 14px;
    color: #555;
    margin: 0 0 28px;
}

.price-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.price-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 28px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.2s;
    min-width: 280px;
    justify-content: center;
}

.price-cta-primary {
    background: #00A968;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 169, 104, 0.3);
}

.price-cta-primary:hover {
    background: #008C56;
    color: #fff;
    transform: translateY(-2px);
}

.price-cta-secondary {
    background: #fff;
    color: #333;
    border: 2px solid #333;
}

.price-cta-secondary:hover {
    background: #333;
    color: #fff;
}

.price-cta-arrow {
    font-size: 11px;
}

/* ==========================================================
   Responsive (Tablet)
   ========================================================== */
@media screen and (max-width: 960px) {
    .price-card-list {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .price-card {
        width: 100%;
        max-width: 500px;
    }

    .price-amount-val {
        font-size: 40px;
    }

    .price-card-desc {
        min-height: auto;
    }

    .price-card-desc br {
        display: none;
    }

    .price-selector-grid,
    .price-budget-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .price-option-grid,
    .price-multi-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .price-flow-list {
        flex-direction: column;
        gap: 12px;
    }

    .price-flow-arrow {
        transform: rotate(90deg);
        justify-content: center;
    }
}

/* ==========================================================
   Responsive (Smartphone)
   ========================================================== */
@media screen and (max-width: 640px) {
    .price-title-section {
        padding: 36px 16px 22px;
    }

    .price-title-section h1 {
        font-size: 26px;
    }

    .price-lead-section {
        padding: 24px 14px 40px;
    }

    .price-lead-inner {
        padding: 26px 20px;
    }

    .price-lead-text {
        font-size: 15px;
    }

    .price-section-title {
        font-size: 22px;
    }

    .price-plan-section,
    .price-selector-section,
    .price-compare-section,
    .price-option-section,
    .price-budget-section,
    .price-multi-section,
    .price-flow-section {
        padding: 50px 14px;
    }

    .price-option-grid,
    .price-multi-cards {
        grid-template-columns: 1fr;
    }

    .price-compare-table table {
        font-size: 13px;
    }

    .price-compare-table thead th {
        padding: 12px 8px;
    }

    .price-compare-table thead th.feature-col,
    .price-compare-table tbody td:first-child {
        padding-left: 14px;
    }

    .price-compare-table tbody td {
        padding: 12px 8px;
    }

    .price-faq-inner {
        padding: 30px 20px;
    }

    .price-faq-title {
        font-size: 18px;
    }

    .price-cta-inner {
        padding: 36px 20px;
    }

    .price-cta-lead {
        font-size: 17px;
    }

    .price-cta-btn {
        min-width: auto;
        width: 100%;
        font-size: 14px;
        padding: 14px 22px;
    }
}
