@charset "utf-8";

.voice {
    max-width: 1020px;
    margin: 0 auto;
    padding: 10px 30px;
}

.voice-content {
    margin-bottom: 1.9em;
}

.voice-lists {
    display: grid;
    grid-template-columns: repeat(auto-fit, clamp(133px, 23.5%, 225.59px));
    gap: 10px;
    justify-content: center;
    margin: 40px 0;
}

.voice-lists img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.voice-selected {
    position: relative;
}

.voice-selected::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 100%;
    border: 2px solid currentColor;
}

#bk3607>div {
    margin: 0 auto;
    max-width: 1020px
}

#bk3607>div {
    padding-left: 30px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px
}

@media (max-width: 641px) {
    .voice {
        padding: 5px 30px;
    }

    .voice-lists {
        grid-template-columns: repeat(2, 50%);
        margin: 32px 0;
    }

    #bk3607>div {
        padding-left: 30px;
        padding-top: 5px;
        padding-right: 30px;
        padding-bottom: 5px
    }
}

.head {
    max-width: 1000px;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

.head::after {
    content: "";
    display: block;
    max-width: 40%;
    height: 100%;
    aspect-ratio: 18/11;
    background-image: url(_src/3471/img20230828.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.head_sub-title {
    font-size: 36px;
    font-weight: 700;
    font-family: serif;
    line-height: 1.7;
    padding: 25px 0;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(to right, #FFF 0%, transparent 100%);
}

@media (max-width: 520px) {
    .head_sub-title {
        font-size: 28px;
        background-image: linear-gradient(to right, #FFF 60%, transparent 100%);
    }

    .head_sub-title span {
        display: block;
    }
}