/* Pricing Section */
.pricing-section {
    padding: 120px 0 210px 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('img/price_04.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.pricing-header {
    position: relative;
    margin-bottom: 80px;
}

.pricing-title {
    font-size: 42px;
    font-weight: 700;
    color: #212121;
    margin: 0 0 20px 0;
    position: relative;
    transform: translateX(-50px);
}

.pricing-image {
    position: absolute;
    top: -90px;
    right: calc(10% + 130px);
    width: 166px;
    height: auto;
    z-index: 10;
}

.pricing-content {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}

.pricing-unified-column {
    background: #ffffff;
    border: 2px solid #11B981;
    border-radius: 20px;
    padding: 45px 40px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    min-width: 700px;
    overflow: hidden;
}

.pricing-unified-column::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 50%;
    background-color: #11B981;
    opacity: 0.3;
    z-index: 1;
}

.pricing-unified-column.sparkle {
    /* キラッと光るアニメーション用のクラス */
}

.pricing-unified-column::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(17, 185, 129, 0.2) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 0.8s ease-out;
    pointer-events: none;
    z-index: 2;
}

.pricing-unified-column.sparkle::before {
    transform: translateX(100%);
}

.pricing-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    flex: 1;
    position: relative;
    z-index: 3;
}

.pricing-item:last-child {
    gap: 50px;
}

.pricing-sparkle-left {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 60px;
    height: auto;
    z-index: 20;
}

.pricing-sparkle-right {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 60px;
    height: auto;
    z-index: 20;
}

.pricing-amount {
    font-size: 72px;
    font-weight: 700;
    color: #22AEB1;
    margin: 0;
    line-height: 1;
}

.pricing-amount.monthly {
    font-size: 42px;
    color: #212121;
}

.pricing-amount .yen {
    font-size: 0.5em;
}

.pricing-amount .exclamation {
    font-size: 0.8em;
}

.pricing-label {
    font-size: 34px;
    font-weight: 700;
    color: #22AEB1;
    margin: 0;
}

.pricing-label.monthly-label {
    color: #212121;
}

.pricing-note {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #666666;
    white-space: nowrap;
    z-index: 4;
}

/* Comparison Table */
.comparison-table-container {
    margin-top: 60px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    margin-bottom: 80px;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    table-layout: fixed;
    min-width: 960px;
    max-width: 960px;
}

.comparison-table th {
    background-color: #11B981;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 15px;
    text-align: center;
    border: none;
}

.comparison-table th:first-child {
    text-align: left;
    padding-left: 25px;
    font-size: 20px;
}

.comparison-table td {
    padding: 20px 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0;
    color: #212121;
}

/* 2行目から8行目の高さを75%に調整 */
.comparison-table tr:nth-child(2) td,
.comparison-table tr:nth-child(3) td,
.comparison-table tr:nth-child(4) td,
.comparison-table tr:nth-child(5) td,
.comparison-table tr:nth-child(6) td,
.comparison-table tr:nth-child(7) td,
.comparison-table tr:nth-child(8) td {
    padding: 15px 15px; /* 20px → 15px (75%) */
}

.comparison-table td:first-child {
    text-align: left;
    padding-left: 25px !important;
    font-weight: 600;
    font-size: 20px;
    background-color: #f8f9fa;
}

/* A社・B社の数字を右揃え（1列目削除後は2列目、3列目が1列目、2列目になる） */
.comparison-table td:nth-child(2),
.comparison-table td:nth-child(3) {
    text-align: center;
    padding-right: 15px;
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

/* L採用Plus header text color only */
.comparison-table th:nth-child(2) {
    color: #FFE35B;
}
.comparison-table td:nth-child(1) {
    width: 350px !important;
    min-width: 350px;
    max-width: 350px;
}

.comparison-table th:nth-child(2),
.comparison-table td:nth-child(2) {
    width: 190px !important;
    min-width: 190px;
    max-width: 190px;
}

.comparison-table th:nth-child(3),
.comparison-table td:nth-child(3) {
    width: 140px !important;
    min-width: 140px;
    max-width: 140px;
}

.comparison-table th:nth-child(4),
.comparison-table td:nth-child(4) {
    width: 140px !important;
    min-width: 140px;
    max-width: 140px;
}

.comparison-table th:nth-child(5),
.comparison-table td:nth-child(5) {
    width: 140px !important;
    min-width: 140px;
    max-width: 140px;
}

/* 0円の強調 */
.zero-yen {
    color: #ffe35b;
    font-weight: 900;
    font-size: 1.5em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* 表内の数字と単位のスタイル */
.comparison-table .number {
    font-size: 1.8em;
}

.comparison-table .number-l {
    font-size: 2.0em;
}

.comparison-table .unit {
    font-size: 1.0em;
    font-weight: 500;
}

/* ◯記号を太字に */
.comparison-table td .circle-symbol {
    font-family: 'Kiwi Maru', cursive;
    font-weight: 500;
    font-size: 2.0em;
}

/* ×と△記号を小さく */
.comparison-table td .x-symbol,
.comparison-table td .triangle-symbol {
    font-size: 1.0em;
}

/* cell-yellowクラス用のスタイル */
.cell-yellow {
    background-color: #FFE35B !important;
}