@import url(common_full.css);


section {
    margin: 10rem 0;
}

section h2 {
    font-size: var(--font-size-tit);
    font-weight: var(--font-weight-tit);
    line-height: var(--line-height-tit);
    color: var(--color-tit);
}

.btn_wrap button {
    font-size: clamp(1.6rem, 2.5vw, 3rem);
    font-weight: var(--font-weight-tit);
    border: 1px solid var(--color-default);
    border-radius: 1.2em;
    padding: 0.3em 2.3667em 0.3333em 1.3em;
    position: relative;
}
.btn_wrap button::after {
    content: "";
    position: absolute;
    right: 1.1667em;
    top: 0.6667em;
    width: 0.8em;
    height: 0.8em;
    background: url(../images/more.svg) no-repeat center center / contain;
}
