/* 共有パーツ */


/* パンクズリスト */
.breadcrumb {
    color: #000;
    font-size: 14px;
}

.breadcrumb ol {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-right: 2%;
}

.breadcrumb li:not(:last-child)::after {
    content: ">";
    margin: 0 8px;
    color: #999;
}


/* main */

.main-wrap{
    background-color: #FDFDFA;
    padding-top: 80px;
    padding-bottom: 126px;
}

.title-wrap{
    margin-bottom: 35px;
    margin-left: 2%;
}

.main-text{
    color: #000;
    font-size: clamp(0.75rem, 0.679rem + 0.36vw, 1rem);
}

.section-wrap{
    margin-top: 71px;
}

.title{
    font-size: clamp(1.25rem, 0.893rem + 1.79vw, 2.5rem);
    font-weight: bold;
}

.subtitle {
    font-family: Quicksand;
    font-weight: normal;
}

.main-title{
    font-size: clamp(1.25rem, 0.893rem + 1.79vw, 2.5rem);
}


/* スマホ対応 */

@media (max-width: 1200px) {}



@media(max-width: 768px) {}


@media(max-width: 576px) {}

@media (max-width: 480px) {}


@media (max-width: 393px) {}