@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
.p-kv img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.p-lead {
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.p-lead__head {
    color: #898989;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
    font-family: "Figtree", sans-serif;;
}
.p-lead__text {
    line-height: 1.8571428571;
}
@media (min-width: 768px) {
    .p-lead {
        margin: 100px 0;
    }
    .p-lead__head {
        font-size: 30px;
        margin-bottom: 32px;
    }
    .p-lead__text {
        text-align: center;
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .p-lead {
        margin: 80px 0;
        padding: 0 20px;
    }
    .p-lead__head {
        padding-left: 8px;
        font-size: 20px;
        margin-bottom: 40px;
    }
    .p-lead__text {
        text-align: left;
        font-size: 12px;
    }
}
@media (min-width: 768px) {
    .is-sp {
        display: none;
    }
}
@media (max-width: 767px) {
    .is-pc {
        display: none;
    }
}