.p-link{
    background-image: url(../images/bg_link.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 80px 0;
    padding: 5rem 0;
    
}
.p-link__ttl{
    font-size: clamp(20px,4vw,24px);
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.1em;
}
.c-btn{
    margin-top: 2em;
    display: flex;
    justify-content: center;
}
.c-btn a{
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #047449;
    padding: 1em 2em;
}
.c-btn img{
    width: 11px;
    height: 24px;
}