.result {
    padding: 80px 24px;
    background-color: #F7F7FA;
    color: #383B42;
}

.result .section__header {
    max-width: 1080px;
    margin: 0 auto 48px;
    padding: 0;
}

.result .section__desc {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.result__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.result__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 27px;
}

.result__item-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin: 0 0 65px;
    text-align: center;
}

.result__item-title::before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.result__item:nth-child(1) .result__item-title::before {
    background-image: url("../img/front-page/result-icon01.svg");
}

.result__item:nth-child(2) .result__item-title::before {
    background-image: url("../img/front-page/result-icon02.svg");
}

.result__item:nth-child(3) .result__item-title::before {
    background-image: url("../img/front-page/result-icon03.svg");
}

.result__item:nth-child(4) .result__item-title::before {
    background-image: url("../img/front-page/result-icon04.svg");
}

.result__item-title span:first-child {
    font-family: Koburina Gothic StdN;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    text-align: center;
    color: #383B42;
}

.result__item-title span:last-child {
    font-family: Koburina Gothic StdN;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    text-align: center;
    color: #383B42;
}

.result__item dl {
    position: relative;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    column-gap: 65.5px;
    row-gap: 18px;
}

.result__item .result__stat:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    gap: 20px;
}

.result__item .result__stat:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    gap: 12px;
}

.result__item .result__stat:nth-child(3) {
    grid-column: 1 / -1;
    grid-row: 2;
    gap: 10px;
    margin-top: 8px;
}

.result__stat {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.result__stat dt {
    font-family: Hiragino Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #383B42;
}

.result__stat dd {
    margin: 0;
    line-height: 1.1;
}

.result__stat:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -44px;
    transform: translateY(-50%);
    width: 25px;
    height: 15px;
    background: url("../img/front-page/arrow-gray.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.result__stat dd span {
    font-family: "Inter", sans-serif;
}

.result__stat:nth-child(1) dd span:first-child {
    font-family: URW DIN;
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.01em;
    text-align: center;
    color: #5A5A5A;
}

.result__stat:nth-child(1) dd span:last-child {
    font-family: Hiragino Sans;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    letter-spacing: -0.01em;
    text-align: center;
    color: #5A5A5A;
}

.result__stat:nth-child(2) dd span:nth-child(1) {
    font-family: Hiragino Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.01em;
    text-align: center;
    color: #0076E5;
}

.result__stat:nth-child(2) dd span:nth-child(2) {
    font-family: URW DIN;
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.01em;
    text-align: center;
    color: #0076E5;
}

.result__stat:nth-child(2) dd span:nth-child(3) {
    font-family: Hiragino Sans;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    letter-spacing: -0.01em;
    text-align: center;
    color: #0076E5;
}

.result__stat:nth-child(3) dd span:first-child {
    font-size: 40px;
    font-weight: 700;
    color: #E56F00;
}

.result__stat:nth-child(3) dd span:last-child {
    font-size: 18px;
    font-weight: 700;
    color: #E56F00;
}

.result__stat:nth-child(2) dt {
    position: relative;
}

.result__stat-balloon {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    transform: translateX(-50%);
    white-space: nowrap;
    font-family: Hiragino Sans;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: -0.03em;
    text-align: center;
    color: #F7F7FA;
    background: #0076E5;
    padding: 4px 7px;
    border-radius: 30px;
}

.result__stat-balloon::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -13px;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-top-color: #0076E5;
}

@media (max-width: 768px) {
    .result {
        padding: 56px 16px;
    }

    .result__list {
        grid-template-columns: 1fr;
        gap: 20px 48px;
    }
}