.cost {
    background: var(--theme);
}
.cost .inner {
    max-width: 1456px;
    margin: 0 auto;
}
.cost .title img {
    height: 7.5rem;
}
.cost .caption {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 5rem 0 1.6rem;
    font-size: 1.85rem;
    letter-spacing: -0.25px;
    color: var(--point);
    font-variation-settings: "wght" 500;
}
.cost .caption img {
    height: 3.4rem;
}
.cost .tables > div:nth-child(n + 2) {
    margin-top: 5rem;
}
.cost table {
    width: 100%;
    color: var(--point);
}
.cost .th th {
    position: relative;
    height: 5.8rem;
    background: var(--th);
    color: var(--white);
    font-variation-settings: "wght" 600;
    border: solid var(--point);
    border-width: 1px 0 1px 0;
}
.cost .th th:nth-child(n + 2)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 1px;
    background: var(--white);
}
.cost .td {
    background: var(--white);
    border-bottom: 1px solid var(--point);
}
.cost .highlight {
    background: rgba(249, 210, 45, 0.2);
}

.cost .td td:nth-child(n + 2) {
    border-left: 1px solid var(--point);
}

.cost .medium {
    font-variation-settings: "wght" 500;
}
.cost .desc {
    font-size: 1.7rem;
    line-height: 1.7;
    color: #887b76;
    letter-spacing: -0.25px;
    font-variation-settings: "wght" 500;
    margin-top: 3rem;
}

.sct01 {
    --th: var(--red);
    padding-bottom: 20.5rem;
}
.sct01 table {
    letter-spacing: -0.25px;
    font-size: 1.6rem;
}
.sct01 .th {
    font-size: 2.3rem;
}
.sct01 .td.low td {
    padding: 0.5rem 1rem;
    vertical-align: middle;
}
.sct01 .td .center {
    text-align: center;
    padding-left: 1rem;
}
.sct01 .td {
    line-height: 1.59;
}
.sct01 .td td {
    height: 5.3rem;
    padding: 1rem 1rem 1rem 2.5rem;
    border-left: 1px solid var(--point);
    line-height: 1.95;
    vertical-align: top;
}
.sct01 .td .middle {
    vertical-align: middle;
}

.sct02,
.sct03 {
    background: var(--white);
}
.chart .gray {
    background: rgba(136, 123, 118, 0.1);
}
.chart th:first-child {
    text-align: left;
}
.chart table {
    font-size: 2.3rem;
}
.chart .th {
    font-size: 2.4rem;
}
.chart th {
    padding: 0 1rem;
}
.chart td {
    height: 4.8rem;
    padding: 0.5rem;
    text-align: right;
}

.sct02 {
    --th: var(--point);
    padding-top: 21rem;
}
.sct02 .typo {
    filter: brightness(0) saturate(100%) invert(14%) sepia(88%) saturate(657%)
        hue-rotate(346deg) brightness(88%) contrast(87%);
}

.sct03 {
    --th: #2d6446;
    padding: 16rem 0 31rem;
}
.sct03 .typo {
    filter: brightness(0) saturate(100%) invert(31%) sepia(12%) saturate(1973%)
        hue-rotate(95deg) brightness(92%) contrast(79%);
}
.sct03 .pattern04 {
    --bg: var(--white);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 9.2rem;
}

@media (max-width: 1200px) {
    .cost .title img {
        height: 6.8rem;
    }
    .cost .caption {
        font-size: 1.6rem;
    }
    .cost .caption img {
        height: 3rem;
    }

    .sct01 {
        padding-bottom: 15rem;
    }
    .sct01 .th {
        font-size: 2rem;
    }
    .sct01 table {
        font-size: 1.6rem;
    }

    .chart {
        overflow-x: auto;
    }
    .chart table {
        min-width: 97rem;
        font-size: 1.8rem;
    }
    .chart .th {
        font-size: 2rem;
    }
    .sct02 {
        padding-top: 15rem;
    }
    .sct03 {
        padding-bottom: 20rem;
    }
}
@media (max-width: 768.99px) {
    .title {
        padding: 0;
    }
    .cost .title img {
        object-fit: contain;
    }
    .cost .caption {
        font-size: 1.4rem;
    }
    .cost .caption img {
        height: 2.4rem;
        object-fit: contain;
    }

    .sct01 .th {
        font-size: 1.7rem;
    }
    .sct01 table {
        font-size: 1.5rem;
    }
    .sct01 .td td {
        padding: 1rem;
    }
    .cost .desc {
        font-size: 1.5rem;
    }

    .chart .th {
        font-size: 1.7rem;
    }
    .chart table {
        font-size: 1.5rem;
    }

    .sct03 .pattern04 {
        height: 6rem;
    }
}
@media (max-width: 550.99px) {
    .cost .inner {
        padding: 0 1.6rem;
    }
    .cost .caption img {
        display: none;
    }
    .cost .desc {
        font-size: 1.2rem;
    }

    .cost .th {
        font-size: 1.5rem;
    }
    .cost .th th {
        height: 5rem;
    }

    .sct01 .tables > div {
        overflow-x: auto;
    }
    .sct01 table {
        min-width: 50rem;
        font-size: 1.3rem;
    }

    .chart .th {
        font-size: 1.5rem;
    }
    .chart table {
        min-width: 73rem;
        font-size: 1.3rem;
    }
    .chart td {
        height: 4rem;
    }
}
