#intro {
    margin-bottom: 36px;
}
#intro h2 {
    margin-bottom: 20px;
    text-align: center;
	font-family: var(--mi);
	font-size: 1.8rem;
    line-height: 1.5;
	font-weight: 500;
    span {
    background:linear-gradient(transparent 60%, #F9F4EF 60%);
    }
}
#merit {
    margin-bottom: 56px;
}
#merit .--border-box {
    margin-bottom: 45px;
}
#merit .merit-copy {
    text-align: center;
    font-family: var(--mi);
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: -0.07em;
    line-height: 1.4;
    margin-bottom: 20px;
    word-break: auto-phrase;
}
#merit .flex-container {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}
#example {
    background-color: #fafafa;
    padding: 36px 16px;
    margin-bottom: 112px;
}
#example h2 {
    text-align: center;
    font-family: var(--mi);
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 20px;
    span {
        display: block;
        font-size: 1.4rem;
    }
}
#example .ex-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 29px 24px;
    align-items: flex-start;
}
#example .ex-item {
    width: calc(50% - 12px);
    text-align: center;
    font-family: var(--mi);
}
#example .ex-item dt {
    background-color: var(--c3);
    color: white;
    font-size: 1.2rem;
    margin: 0 auto;
    margin-bottom: 14px;
    width: 80%;
}
#example .ex-item dd {
    font-size: 1.2rem;
    font-weight: 600;
}
#example .ex-item .year {
    color: var(--c3);
}
#guarantee {
    margin-bottom: 90px;
}
#guarantee h2 {
    text-align: center;
    font-family: var(--mi);
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 20px;
}
#guarantee p {
    font-family: var(--mi);
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 18px;
}
#guarantee a {
    color: var(--c3);
    font-family: var(--mi);
    text-decoration: underline;
    display: block;
    margin-bottom: 60px;
}
#guarantee .guarantee-content h3{
    text-align: center;
    font-family: var(--mi);
    font-size: 1.8rem;
    margin-bottom: 20px;
}
#guarantee .flex-container {
    display: flex;
    flex-direction: column;
}
#guarantee .guarantee-content {
    display: contents;
}
#guarantee ol {
    order: 2;
}
#guarantee li {
    list-style-position: inside;
    font-weight: 700;
    margin-bottom: 8px;
    .desc {
        display: block;
        font-weight: 400;
    }
}
#guarantee img {
    order: 1;
    margin-bottom: 25px;
}
@media screen and (min-width: 960px) {
    section.wrapper {
        max-width: 1180px;
    }
    .flex-container {
        display: flex;
        align-items: flex-start;
        gap: 56px;
    }
    p {
        line-height: 2;
    }
    #intro h2 {
        margin-bottom: 40px;
        font-size: 3.2rem;
    }
    #intro img {
        max-width: 580px;
        aspect-ratio: 580 / 430;
    }
    #intro .flex-container {
        margin-bottom: 90px;
    }
    #merit {
        margin-bottom: 50px;
    }
    #merit .--border-box {
        margin-bottom: 64px;
    }
    #merit .merit-copy {
        font-size: 2.4rem;
        margin-bottom: 64px;
    }
    #merit .flex-container {
        flex-direction: row;
        gap: 56px;
    }
    #merit img {
        max-width: 580px;
        width: 53%;
        aspect-ratio: 580 / 430;
        height: auto;
    }
    #example {
        max-width: 1100px;
        padding: 56px 40px;
        margin-bottom: 92px;
    }
    #example h2 {
        font-size: 3rem;
        margin-bottom: 50px;
        span {
            font-size: 2.4rem;
        }
    }
    #example .ex-list {
        justify-content: center;
        gap: 72px 45px;
    }
    #example .ex-item {
        width: calc(33.3% - 45px);
    }
    #example .ex-item dt {
        font-size: 2rem;
        margin-bottom: 28px;
        width: 70%;
        line-height: 1.5;
    }
    #example .ex-item dd {
        font-size: 2rem;
        font-weight: 500;
    }
    #guarantee {
        margin-bottom: 180px;
    }
    #guarantee h2 {
        font-size: 3rem;
    }
    #guarantee p {
        font-size: 2rem;
        line-height: 1.8;
    }
    #guarantee a {
        font-size: 2rem;
    }
    #guarantee .flex-container {
        flex-direction: row;
        align-items: flex-start;
    }
    #guarantee .guarantee-content {
        display: block;
    }
    #guarantee .guarantee-content h3 {
        font-size: 3.2rem;
        font-weight: 500;
        text-align: left;
    }
    #guarantee .guarantee-content li {
        line-height: 2;
    }
    #guarantee img {
        max-width: 580px;
        aspect-ratio: 580 / 500;
        width: 53%;
    }

}