:root {
    --colorbase: #000;
    --coloryellow: #f8da0f;
    --colorred: #C71E32;
}

.p-feature-voice .voice-question,
.p-feature-voice .voice-card__unit,
.p-feature-voice .voice-card__heading {
    font-family: "Noto Serif JP", serif;
}

/* ================================
UTILITIES
================================ */
.p-feature-benefits-block .block-item__detail li span,
.p-feature-numbers .block-number__note {
    font-size: 0.625rem;
}

@media screen and (min-width: 768px) {

    .p-feature-benefits-block .block-item__detail li span,
    .p-feature-numbers .block-number__note {
        font-size: 0.75rem;
    }
}

.p-feature-numbers .block-txt {
    font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
    .p-feature-numbers .block-txt {
        font-size: 0.875rem;
    }
}

.p-feature-voice .voice-card__reason,
.p-feature-benefits-block .block-item__title,
.p-feature-numbers .block-info__header,
.p-feature-numbers .block-number {
    font-size: 1rem;
}

@media screen and (min-width: 768px) {

    .p-feature-voice .voice-card__reason,
    .p-feature-benefits-block .block-item__title,
    .p-feature-numbers .block-info__header,
    .p-feature-numbers .block-number {
        font-size: 1.125rem;
    }
}

.p-feature-voice .voice-card__unit {
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .p-feature-voice .voice-card__unit {
        font-size: 1.25rem;
    }
}

.p-feature-voice .voice-question {
    font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
    .p-feature-voice .voice-question {
        font-size: 1.5rem;
    }
}

.p-feature-voice .voice-card__heading,
.p-feature-numbers .block-number__add {
    font-size: 1.25rem;
}

@media screen and (min-width: 768px) {

    .p-feature-voice .voice-card__heading,
    .p-feature-numbers .block-number__add {
        font-size: 1.625rem;
    }
}

.p-feature-voice .voice-card:nth-child(1) .voice-card__unit {
    font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
    .p-feature-voice .voice-card:nth-child(1) .voice-card__unit {
        font-size: 1.6875rem;
    }
}

.p-feature-voice .voice-card:nth-child(1) .voice-card__heading,
.p-feature-message__grp01 .txt02 {
    font-size: 1.25rem;
}

@media screen and (min-width: 768px) {

    .p-feature-voice .voice-card:nth-child(1) .voice-card__heading,
    .p-feature-message__grp01 .txt02 {
        font-size: 1.875rem;
    }
}

.p-feature-message__ttl .ttl {
    font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
    .p-feature-message__ttl .ttl {
        font-size: 2.5rem;
    }
}

.p-feature-message {
    position: relative;
    margin-top: 60px;
}

@media screen and (min-width: 768px) {
    .p-feature-message {
        margin-top: 118px;
    }
}

.p-feature-message__main {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .p-feature-message__main {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media screen and (min-width: 768px) {
    .p-feature-message__head {
        width: calc(100% - clamp(20rem, 45.1271vw + -1.661rem, 33.3125rem));
        padding-right: clamp(0rem, 14.1949vw + -6.8136rem, 4.1875rem);
        padding-top: 15px;
    }
}

.p-feature-message__head__wrap {
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .p-feature-message__content {
        width: clamp(20rem, 45.1271vw + -1.661rem, 33.3125rem);
    }
}

.p-feature-message__txts {
    position: relative;
    padding-top: 15px;
    margin-top: 25px;
}

@media screen and (min-width: 768px) {
    .p-feature-message__txts {
        padding-top: 25px;
        margin-top: 35px;
    }
}

.p-feature-message__txts.i01 {
    padding-top: 0;
    margin-top: 0;
}

.p-feature-message__txts.i02::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 2px;
    width: 50px;
    background-color: #c71e32;
}

@media screen and (min-width: 768px) {
    .p-feature-message__txts.i02::before {
        width: 100px;
    }
}

.p-feature-message__txt {
    font-weight: 500;
    line-height: 1.5;
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .p-feature-message__txt {
        line-height: 1.875;
    }
}

.p-feature-message__txt:first-child {
    margin-top: 0;
}

.p-feature-message__grp01 {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px 10px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .p-feature-message__grp01 {
        gap: 5px 20px;
        margin-top: 29px;
    }
}

.p-feature-message__grp01 .txt01,
.p-feature-message__grp01 .txt02 {
    display: inline-block;
}

.p-feature-message__img {
    max-width: 420px;
    margin: 20px auto;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .p-feature-message__img {
        max-width: unset;
        margin: 0;
        position: absolute;
        left: 0;
        top: 98px;
        width: 50%;
    }
}

.p-feature-message__ttl {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 10px;
    padding-left: 12px;
}

@media screen and (min-width: 768px) {
    .p-feature-message__ttl {
        flex-direction: row-reverse;
        position: absolute;
        top: 14px;
        right: clamp(1.25rem, 3.6058vw + -0.4808rem, 3.125rem);
        margin-top: 0;
    }
}

.p-feature-message__ttl::after {
    content: "";
    width: 30px;
    height: 30px;
    background-color: var(--colorred);
    position: absolute;
    z-index: -1;
    top: 0;
    right: calc(100% - 30px);
}

@media screen and (min-width: 768px) {
    .p-feature-message__ttl::after {
        width: clamp(2rem, 1.6827vw + 1.1923rem, 2.875rem);
        height: clamp(2rem, 1.6827vw + 1.1923rem, 2.875rem);
        top: -14px;
        right: -9px;
    }
}

.p-feature-message__ttl .ttlbig {
    font-size: 1.875rem;
}

@media screen and (min-width: 768px) {
    .p-feature-message__ttl .ttlbig {
        font-size: clamp(1.875rem, 2.4038vw + 0.7212rem, 3.125rem);
    }
}

.p-feature-message__ttl .ttl {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .p-feature-message__ttl .ttl {
        writing-mode: vertical-rl;
    }
}

.p-feature-numbers {
    background-color: #d9d2ca;
    position: relative;
    margin-top: 60px;
    padding: 40px 0;
}

@media screen and (min-width: 768px) {
    .p-feature-numbers {
        margin-top: 94px;
        padding: 51px 0 83px;
        overflow: hidden;
    }
}

.p-feature-numbers__shape {
    position: absolute;
    pointer-events: none;
    opacity: 0.25;
}

.p-feature-numbers__shape.i01 {
    width: 320px;
    max-width: 41.7209908735vw;
    top: 0;
    right: 0;
}

@media screen and (min-width: 768px) {
    .p-feature-numbers__shape.i01 {
        width: 462px;
        max-width: 24.0625vw;
    }
}

.p-feature-numbers__shape.i02 {
    width: 230px;
    max-width: 29.9869621904vw;
    left: 0;
    bottom: 0;
}

@media screen and (min-width: 768px) {
    .p-feature-numbers__shape.i02 {
        width: 436px;
        max-width: 22.7083333333vw;
        bottom: -6px;
    }
}

.p-feature-numbers__grids {
    display: grid;
    gap: 20px 0;
    position: relative;
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .p-feature-numbers__grids {
        grid-template-columns: repeat(auto-fill, minmax(clamp(18.125rem, 6.9444vw + 14.7917rem, 20rem), 1fr));
        gap: 14px 12px;
        margin-top: 33px;
    }
}

.p-feature-numbers__grid {
    --number-width: 50px;
    --number-note-offset-top: 0px;
    --value-offset-top: 0px;
    --value-offset-left: 0px;
    --value-offset-bottom: 0px;
    --unit-display: block;
    background-color: #fff;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 20px 14px;
}

@media screen and (min-width: 768px) {
    .p-feature-numbers__grid {
        --number-width: 62.58px;
        min-height: 162px;
        gap: 0;
        padding-block: 24px 14px;
        padding-inline: 29px 17px;
    }
}

.p-feature-numbers__grid:nth-child(even) {
    background-color: #f5f4f2;
}

.p-feature-numbers__grid.i03 {
    --number-width: 24px;
}

@media screen and (min-width: 768px) {
    .p-feature-numbers__grid.i03 {
        --number-width: 27.9px;
    }
}

.p-feature-numbers__grid.i04 {
    --number-width: 78px;
}

@media screen and (min-width: 768px) {
    .p-feature-numbers__grid.i04 {
        --number-width: 91.44px;
    }
}

.p-feature-numbers__grid.i05 {
    --number-width: 100px;
}

@media screen and (min-width: 768px) {
    .p-feature-numbers__grid.i05 {
        --number-width: 128.5px;
        --value-offset-top: -20px;
        --value-offset-left: -10px;
        --value-offset-bottom: -5px;
    }
}

.p-feature-numbers__grid.i06 {
    --number-width: 132.08px;
}

@media screen and (min-width: 768px) {
    .p-feature-numbers__grid.i06 {
        --value-offset-top: -24px;
    }
}

.p-feature-numbers__grid.i07 {
    --number-width: 131.27px;
}

@media screen and (min-width: 768px) {
    .p-feature-numbers__grid.i07 {
        --value-offset-top: -21px;
    }
}

.p-feature-numbers__grid.i08 {
    --number-width: 114.43px;
}

@media screen and (min-width: 768px) {
    .p-feature-numbers__grid.i08 {
        --value-offset-top: -13px;
    }
}

.p-feature-numbers__grid.i09 {
    --number-width: 80.16px;
}

@media screen and (min-width: 768px) {
    .p-feature-numbers__grid.i09 {
        --value-offset-top: -4px;
        --value-offset-left: -9px;
    }
}

.p-feature-numbers__grid.i10 {
    --unit-display: inline-block;
}

@media screen and (min-width: 768px) {
    .p-feature-numbers__grid.i10 {
        --number-width: 66px;
        --value-offset-top: -18px;
    }
}

.p-feature-numbers__grid.i11 {
    --number-width: 114.43px;
    --number-note-offset-top: 5px;
}

@media screen and (min-width: 768px) {
    .p-feature-numbers__grid.i11 {
        --value-offset-top: -9px;
        --value-offset-left: -2px;
    }
}

@media screen and (min-width: 768px) {
    .p-feature-numbers .block-info {
        max-width: 200px;
    }
}

.p-feature-numbers .block-info__header {
    font-weight: 500;
    line-height: 2;
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.p-feature-numbers .block-info__icon {
    width: 40px;
}

@media screen and (min-width: 768px) {
    .p-feature-numbers .block-info__icon {
        width: 50px;
    }
}

.p-feature-numbers .block-info__icon img {
    display: block;
    margin-inline: auto;
    scale: 0.85 0.85;
    transform-origin: left center;
}

@media screen and (min-width: 768px) {
    .p-feature-numbers .block-info__icon img {
        scale: 1 1;
    }
}

.p-feature-numbers .block-txt {
    font-weight: 500;
    line-height: 1.7142857143;
    margin-top: 8px;
}

.p-feature-numbers .block-number {
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    width: 100px;
    position: relative;
    left: var(--value-offset-left);
    margin-block: var(--value-offset-top) var(--value-offset-bottom);
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
}

@media screen and (min-width: 768px) {
    .p-feature-numbers .block-number {
        width: 130px;
    }
}

.p-feature-numbers .block-number__value img {
    width: 100%;
    max-width: var(--number-width);
}

.p-feature-numbers .block-number__unit {
    margin-top: 4px;
    display: var(--unit-display);
}

.p-feature-numbers .block-number__note {
    font-weight: 500;
    line-height: 1.2;
    color: #959595;
    margin-top: var(--number-note-offset-top);
}

.p-feature-numbers .block-number__add {
    font-weight: 700;
    line-height: 1.6923076923;
}

.p-feature-other {
    padding: 40px 0;
}

@media screen and (min-width: 768px) {
    .p-feature-other {
        padding: 84px 0 57px;
    }
}

@media screen and (min-width: 768px) {
    .p-feature-other .c-interview-other__infor {
        gap: 31px 0;
        padding-right: 20px;
    }
}

@media screen and (min-width: 768px) {
    .p-feature-other .c-interview-other.i02 .c-interview-other__infor {
        gap: 22px 0;
    }
}

@media screen and (min-width: 768px) {
    .p-feature-other .c-interview-other.i02 .c-interview-other__ttl {
        padding-top: 5px;
    }
}

.p-feature-slider {
    position: relative;
    margin-top: 50px;
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .p-feature-slider {
        margin-top: 117px;
    }
}

.p-feature-slider__shape {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.p-feature-slider__shape .shape {
    aspect-ratio: 1.7789473684;
    position: absolute;
}

.p-feature-slider__shape .shape:nth-child(1) {
    width: 135.2px;
    left: 0;
    bottom: 0;
}

@media screen and (min-width: 768px) {
    .p-feature-slider__shape .shape:nth-child(1) {
        width: clamp(12.675rem, 28.6441vw + -1.0742rem, 21.125rem);
        left: -100px;
        bottom: -67px;
    }
}

.p-feature-slider__shape .shape:nth-child(2) {
    width: 136.8px;
    top: 0;
    right: 0;
    scale: -1 -1;
}

@media screen and (min-width: 768px) {
    .p-feature-slider__shape .shape:nth-child(2) {
        width: clamp(14.7rem, 33.2203vw + -1.2458rem, 24.5rem);
        top: -15px;
        right: -75px;
    }
}

.p-feature-slider__wrapper {
    max-width: 180px;
}

@media screen and (min-width: 768px) {
    .p-feature-slider__wrapper {
        max-width: 1070px;
    }
}

.p-feature-slider .splide__track {
    overflow: visible;
}

@media screen and (min-width: 768px) {
    .p-feature-strengths {
        padding-top: 32px;
    }
}

.p-feature-strengths__sec__flex {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 20px 0;
}

@media screen and (min-width: 768px) {
    .p-feature-strengths__sec__flex {
        flex-direction: row;
        margin-top: 78px;
        gap: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-feature-strengths__sec__flexreversed {
        flex-direction: row-reverse;
    }
}

@media screen and (min-width: 768px) {
    .p-feature-strengths__sec__flexreversed .p-feature-strengths__sec__infor {
        padding-left: clamp(1.25rem, 3.9663vw + -0.6538rem, 3.3125rem);
        padding-top: clamp(1.1875rem, 5.5vw + -2.9375rem, 2.5625rem);
        padding-right: 0;
    }
}

.p-feature-strengths__sec__flexreversed .p-feature-strengths__sec__ttl::before {
    background-color: #c71e32;
}

@media screen and (min-width: 768px) {
    .p-feature-strengths__sec__flexreversed .p-feature-strengths__sec__ttl::before {
        top: -6px;
    }
}

@media screen and (min-width: 768px) {
    .p-feature-strengths__sec__flexreversed .p-feature-strengths__sec__txt {
        padding-left: 7px;
        margin-top: 18px;
    }
}

@media screen and (min-width: 768px) {
    .p-feature-strengths__sec__infor {
        padding-right: clamp(1.25rem, 7.2115vw + -2.2115rem, 5rem);
        padding-top: 19px;
    }
}

.p-feature-strengths__sec__img {
    margin: 0 auto;
    max-width: 420px;
}

@media screen and (min-width: 768px) {
    .p-feature-strengths__sec__img {
        margin: 0;
        width: 50%;
        max-width: unset;
        flex-shrink: 0;
    }
}

.p-feature-strengths__sec__ttl {
    position: relative;
    padding-left: 12px;
    line-height: 1.5;
    font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
    .p-feature-strengths__sec__ttl {
        padding-left: clamp(0.1875rem, 1.0817vw + -0.3317rem, 0.75rem);
        line-height: 1.35;
    }

    .p-feature-strengths__sec__ttl.__ttl01,
    .p-feature-strengths__sec__ttl.__ttl02{
        font-size: clamp(1.5rem, -0.003rem + 3.125vw, 2.5rem);
    }
    .p-feature-strengths__sec__ttl.__ttl03{
        font-size: clamp(2.3rem, 2.15rem + 0.391vw, 2.5rem);
    }
}
@media screen and (max-width: 500px) {
    .p-feature-strengths__sec__ttl.__ttl01,
    .p-feature-strengths__sec__ttl.__ttl02,
    .p-feature-strengths__sec__ttl.__ttl03{
        font-size: clamp(1rem, 0.111rem + 4.444vw, 1.5rem);
    }
}
@media screen and (max-width: 300px) {
    .p-feature-strengths__sec__ttl.__ttl03 .ttl br.__w300{
        display: none;
    }
}

.p-feature-strengths__sec__ttl::before {
    position: absolute;
    content: "";
    left: 0;
    background-color: var(--coloryellow);
    width: 30px;
    height: 30px;
    top: -5px;
}

@media screen and (min-width: 768px) {
    .p-feature-strengths__sec__ttl::before {
        top: clamp(-0.6875rem, -0.3606vw + -0.3269rem, -0.5rem);
        width: clamp(2rem, 1.6827vw + 1.1923rem, 2.875rem);
        height: clamp(2rem, 1.6827vw + 1.1923rem, 2.875rem);
    }
}

.p-feature-strengths__sec__ttl .ttl {
    position: relative;
    display: inline-block;
}

.p-feature-strengths__sec__ttl .ttlbig {
    font-size: 1.875rem;
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .p-feature-strengths__sec__ttl .ttlbig {
        font-size: 3.125rem;
    }
}

.p-feature-strengths__sec__txt {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .p-feature-strengths__sec__txt {
        margin-top: 21px;
    }
}

.p-feature-strengths__sec__txt .txt {
    font-weight: 500;
    line-height: 1.5;
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .p-feature-strengths__sec__txt .txt {
        line-height: 1.875;
        margin-top: 30px;
    }
}

.p-feature-strengths__sec__txt .txt:first-child {
    margin-top: 0;
}

.p-feature-strengths__sec02 {
    margin-top: 60px;
}

@media screen and (min-width: 768px) {
    .p-feature-strengths__sec02 {
        margin-top: 154px;
    }
}

.p-feature-strengths__sec03 {
    position: relative;
    margin-top: 60px;
}

@media screen and (min-width: 768px) {
    .p-feature-strengths__sec03 {
        margin-top: 132px;
    }
}

.p-feature-strengths__sec03__imgs {
    opacity: 0.5;
}

@media screen and (min-width: 768px) {
    .p-feature-strengths__sec03__imgs {
        position: absolute;
        z-index: -1;
        inset: 0;
    }
}

.p-feature-strengths__sec03__imgs img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-feature-strengths__sec03__main {
    padding: 30px 0;
}

@media screen and (min-width: 768px) {
    .p-feature-strengths__sec03__main {
        padding: 48px 0;
    }
}

.p-feature-strengths__sec03__box {
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    padding: 30px 20px;
}

@media screen and (min-width: 768px) {
    .p-feature-strengths__sec03__box {
        width: 667px;
        left: -34px;
        left: clamp(-34px, (1200px - 100vw) * 1000, 0px);
        padding: 63px 60px 80px 70px;
    }
}
/* 
.p-feature-strengths__sec03__box .p-feature-strengths__sec__ttl {
    padding-left: 0;
}
 */
@media screen and (min-width: 768px) {
    .p-feature-strengths__sec03__box .p-feature-strengths__sec__ttl::before {
        top: -5px;
        left: clamp(-0.375rem, -0.7212vw + 0.3462rem, 0rem);
    }
}

.p-feature-strengths__sec03__txt {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .p-feature-strengths__sec03__txt {
        margin-top: 30px;
    }
}

.p-feature-strengths__sec03__txt .txt {
    font-weight: 500;
    line-height: 1.5;
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .p-feature-strengths__sec03__txt .txt {
        line-height: 1.875;
        margin-top: 30px;
    }
}

.p-feature-strengths__sec03__txt .txt:first-child {
    margin-top: 0;
}

.p-feature .c-mv01__title {
    padding: 20px 15px;
}

@media screen and (min-width: 768px) {
    .p-feature .c-mv01__title {
        padding: 37px 40px 33px 29px;
    }
}

/* ----------------------------------- */
/* gallery */
/* ----------------------------------- */
.p-feature-gallery {
    width: 100%;
    padding-top: 60px;
}

.p-feature-gallery__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
}

@media screen and (min-width: 500px) {
    .p-feature-gallery__grid {
        gap: 30px 20px;
    }
}

@media screen and (min-width: 768px) {
    .p-feature-gallery__grid {
        grid-template-columns: repeat(3, 1fr); 
        gap: 30px 34px;
    }
}

.p-feature-gallery__item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.p-feature-gallery__img {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #f5f5f5;
    aspect-ratio: 317 / 195; 
}

.p-feature-gallery__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.p-feature-gallery__txt {
    line-height: 1.6;
    color: #333333;
    margin-top: 12px;
    text-align: left;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .p-feature-gallery__txt {
        margin-top: 15px;
    }
}


/* ----------------------------------- */
/* benefits */
/* ----------------------------------- */
.p-feature-benefits {
    margin-top: 60px;
}

@media screen and (min-width: 768px) {
    .p-feature-benefits {
        margin-top: 120px;
    }
}

.p-feature-benefits-block {
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    .p-feature-benefits-block {
        margin-top: 106px;
    }
}

.p-feature-benefits-block:nth-child(1) {
    margin-top: 0;
}

.p-feature-benefits-block .block-header {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .p-feature-benefits-block .block-header {
        gap: 97px;
        align-items: flex-start;
        flex-direction: row;
    }
}

.p-feature-benefits-block .block-heading {
    flex-shrink: 0;
}

.p-feature-benefits-block .block-leading {
    font-weight: 500;
    line-height: 1.875;
}

@media screen and (min-width: 768px) {
    .p-feature-benefits-block .block-leading {
        margin-top: -3px;
    }
}

.p-feature-benefits-block .block-main {
    margin-top: 20px;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .p-feature-benefits-block .block-main {
        margin-top: 56px;
    }
}

.p-feature-benefits-block .block-lists {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .p-feature-benefits-block .block-lists {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
        grid-auto-rows: 1fr;
        margin-right: -3px;
    }
}

.p-feature-benefits-block .block-item {
    width: clamp(50%, (500px - 100vw) * 1000, 100%);
    background-color: #fff;
    position: relative;
    margin-top: -1px;
    margin-left: -1px;
    padding: 30px 14px;
}

@media screen and (min-width: 768px) {
    .p-feature-benefits-block .block-item {
        width: auto;
        padding-block: 22px 18px;
        padding-inline: 10px;
    }
}

@media screen and (min-width: 768px) {

    .p-feature-benefits-block .block-item:last-child::after,
    .p-feature-benefits-block .block-item:nth-child(3n)::after {
        border-right: 0;
    }
}

.p-feature-benefits-block .block-item::after {
    content: "";
    width: 100%;
    height: calc(100% - 10px);
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-bottom: 0;
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .p-feature-benefits-block .block-item::after {
        border: 1px solid #d6d6d6;
        border-bottom: 0;
    }
}

.p-feature-benefits-block .block-item__icon {
    width: 54px;
    margin-inline: auto;
}

@media screen and (min-width: 768px) {
    .p-feature-benefits-block .block-item__icon {
        width: 54px;
    }
}

.p-feature-benefits-block .block-item__title {
    font-weight: 500;
    line-height: 2;
    text-align: center;
    margin-top: 2px;
}

.p-feature-benefits-block .block-item__title::after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #c71e32;
    display: block;
    margin-top: 2px;
    margin-inline: auto;
}

.p-feature-benefits-block .block-item__detail {
    font-weight: 500;
    line-height: 1.4;
    display: flex;
    gap: 7px;
    flex-direction: column;
    margin-top: 16px;
}

@media screen and (min-width: 768px) {
    .p-feature-benefits-block .block-item__detail {
        margin-top: 16px;
        padding-left: 20px;
    }
}

.p-feature-benefits-block .block-item__detail li {
    position: relative;
    padding-left: 12px;
}

.p-feature-benefits-block .block-item__detail li::before {
    content: "";
    width: 5px;
    aspect-ratio: 1;
    background-color: #d6d6d6;
    border-radius: 99px;
    position: absolute;
    top: 0.6em;
    left: 0;
}

.p-feature-voice .voice-cover {
    width: 100%;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .p-feature-voice .voice-cover {
        margin-bottom: 77px;
    }
}

.p-feature-voice .voice-cover img {
    width: 100%;
}

.p-feature-voice .voice-header {
    background-color: #f8da0f;
    padding: 20px;
    display: flex;
    gap: 20px 40px;
    flex-direction: column;
    position: relative;
    z-index: 0;
}

@media screen and (min-width: 768px) {
    .p-feature-voice .voice-header {
        align-items: center;
        flex-direction: row;
        padding: 39px 36px 38px;
    }
}

@media screen and (max-width: 500px) {
    .p-feature-voice .voice-header {
        padding: 14px;
    }
}

.p-feature-voice .voice-header::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: -20px;
    translate: -50% 0;
    border: 0;
    border-top: 48px solid #f8da0f;
    border-left: 27px solid rgba(248, 218, 15, 0);
    border-right: 27px solid rgba(248, 218, 15, 0);
}

@media screen and (min-width: 768px) {
    .p-feature-voice .voice-header::after {
        bottom: -37px;
    }
}

@media screen and (max-width: 767px) {
.c-ttl01.voice-heading{
font-size: clamp(1.1rem, 0.993rem + 0.537vw, 1.25rem);
}
}

.p-feature-voice .voice-leading {
    font-weight: 500;
    line-height: 1.875;
}

@media screen and (min-width: 768px) {
    .p-feature-voice .voice-leading {
        position: relative;
        top: -4px;
    }
}

.p-feature-voice .voice-main {
    background-color: #fff;
    position: relative;
    margin-top: 30px;
    padding: 20px;
}

@media screen and (min-width: 768px) {
    .p-feature-voice .voice-main {
        margin-top: 54px;
        padding: 44px 60px 60px;
    }
}

.p-feature-voice .voice-icon {
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    translate: -33% -100%;
}

@media screen and (min-width: 768px) {
    .p-feature-voice .voice-icon {
        width: 122.51px;
        width: clamp(100px, (100vw - 1200px) * 1000, 122.51px);
    }
}

.p-feature-voice .voice-question {
    font-weight: 500;
    line-height: 1.2;
}

.p-feature-voice .voice-question::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: currentColor;
    display: block;
    margin-top: 12px;
}

.p-feature-voice .voice-answer {
    display: grid;
    gap: 22px;
    grid-template-columns: 1fr;
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .p-feature-voice .voice-answer {
        margin-top: 31px;
    }
}

@media only screen and (min-width: 1200px) {
    .p-feature-voice .voice-answer {
        grid-template-columns: 1fr 1.27fr;
    }
}

.p-feature-voice .voice-card {
    --accent-color: #f8da0f;
    --crown-w: 43.79px;
    --header-direction: column;
    --body-direction: column;
    border: 1px solid #000;
    position: relative;
    padding: 16px 16px 24px;
}

@media screen and (min-width: 768px) {
    .p-feature-voice .voice-card {
        --crown-w: 43.79px;
        min-height: 250px;
        padding: 16px 25px 20px 25px;
    }
}

.p-feature-voice .voice-card:nth-child(1) {
    --crown-w: 43.79px;
    grid-column: 1/2;
    grid-row: 1/span 2;
}

@media screen and (min-width: 768px) {
    .p-feature-voice .voice-card:nth-child(1) {
        --crown-w: 59.04px;
        padding-block: 19px 10px;
        padding-block: 19px clamp(10px, (1200px - 100vw) * 1000, 30px);
        padding-inline: 10px;
    }
}

@media screen and (min-width: 768px) {
    .p-feature-voice .voice-card:nth-child(1) .voice-card__order::after {
        width: calc(100% - 32px);
        left: 16px;
    }
}

.p-feature-voice .voice-card:nth-child(1) .voice-card__unit span {
    font-size: 1.625rem;
}

@media screen and (min-width: 768px) {
    .p-feature-voice .voice-card:nth-child(1) .voice-card__unit span {
        font-size: 3.0625rem;
    }
}

.p-feature-voice .voice-card:nth-child(1) .voice-card__heading {
    text-align: center;
    margin-inline: -10px;
}

@media screen and (min-width: 768px) {
    .p-feature-voice .voice-card:nth-child(1) .voice-card__heading {
        gap: 16px;
        margin-inline: 0px;
        padding-bottom: 26px;
    }
}

@media screen and (min-width: 768px) {
    .p-feature-voice .voice-card:nth-child(1) .voice-card__body {
        margin-top: 28px;
        padding-inline: 10px;
    }
}

.p-feature-voice .voice-card:nth-child(2),
.p-feature-voice .voice-card:nth-child(3) {
    --header-direction: row;
}

@media screen and (min-width: 768px) {

    .p-feature-voice .voice-card:nth-child(2),
    .p-feature-voice .voice-card:nth-child(3) {
        --body-direction: row;
    }
}

.p-feature-voice .voice-card:nth-child(2) {
    --accent-color: #959595;
}

.p-feature-voice .voice-card:nth-child(3) {
    --accent-color: #bca587;
}

@media screen and (min-width: 768px) {
    .p-feature-voice .voice-card:nth-child(3) .voice-card__body {
        margin-top: 12px;
    }
}

.p-feature-voice .voice-card::after {
    content: "";
    width: 100%;
    height: 6px;
    background-color: var(--accent-color);
    position: absolute;
    left: 0;
    bottom: 4px;
}

@media screen and (min-width: 768px) {
    .p-feature-voice .voice-card::after {
        height: 8px;
    }
}

.p-feature-voice .voice-card__order {
    display: flex;
    gap: 4px 14px;
    align-items: center;
    flex-direction: var(--header-direction);
    position: relative;
    padding-bottom: 7px;
}

@media screen and (min-width: 768px) {
    .p-feature-voice .voice-card__order {
        gap: 19px 34px;
        padding-inline: 12px;
    }
}

.p-feature-voice .voice-card__order::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #000 5px, rgba(255, 255, 255, 0) 5px);
    background-size: 10px 1px;
}

.p-feature-voice .voice-card__unit {
    font-weight: 500;
    line-height: 2.2222222222;
    flex-shrink: 0;
}

.p-feature-voice .voice-card__unit::before {
    content: "";
    width: var(--crown-w);
    aspect-ratio: 1.4193548387;
    background-color: var(--accent-color);
    -webkit-mask-image: url("./../images/feature/icon_crown.svg");
    mask-image: url("./../images/feature/icon_crown.svg");
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    display: block;
    margin-inline: auto;
    flex-shrink: 0;
}

.p-feature-voice .voice-card__unit span {
    font-size: 1.375rem;
    line-height: 1.2162162162;
}

@media screen and (min-width: 768px) {
    .p-feature-voice .voice-card__unit span {
        font-size: 2.3125rem;
    }
}

.p-feature-voice .voice-card__heading {
    font-weight: 500;
    line-height: 1.5;
}

.p-feature-voice .voice-card__body {
    display: flex;
    gap: 9px;
    flex-direction: var(--body-direction);
    margin-top: 14px;
}

@media screen and (min-width: 768px) {
    .p-feature-voice .voice-card__body {
        margin-top: 22px;
    }
}

.p-feature-voice .voice-card__reason {
    font-weight: 500;
    line-height: 1.5;
    flex-shrink: 0;
    padding-top: 5px;
}

.p-feature-voice .voice-card__txt {
    font-weight: 500;
    line-height: 1.625;
}

.p-feature-voice .voice-card__txt p {
    margin-top: 20px;
}

.p-feature-voice .voice-card__txt p:nth-child(1) {
    margin-top: 0;
}

.feature-nowrap {
    white-space: nowrap;
}

.p-feature-voice span.__ib{
    display: inline-block;
}
