.mv {
    margin-bottom: 25px;
    background: #e5e2d9;
}

.sec-ttl {
    color: #F063A4;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.67;
    letter-spacing: .02em;
}
.sec-ttl__marker {
    background: linear-gradient(to top,#FFFAF0 8px,transparent 8px);
}

.sec--about {
    padding-bottom: 31px;
    margin-bottom: 23px;
    border-bottom: 1px dashed #C1AE80;
}
.sec--about__ttl {
    margin-bottom: 20px;
}
.sec--about__txt {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.77;
    margin-bottom: 30px;
}
.sec--about-service__ttl {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .01em;
    text-align: center ;
    background: #FFA1A1;
    border-radius: 10vh;
    padding-block: 3px 5px;
    margin-bottom: 22px;
}
.sec--about-service__list {
    display: grid;
    gap: 30px;
}
.sec--about-service__list__items__ttl {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
    padding: 5px 0 8px 16px;
    background: linear-gradient(to right,#F063A4 8px,transparent 8px);
    margin-bottom: 9px;
}
.sec--about-service__list__items__img {
    margin-bottom: 27px;
}
.sec--about-service__list__items__list {
    display: grid;
    gap: 22px;
    padding: 16px 12px 17px 13px;
    background: #FFF9EC;
    border-radius: 8px;
    position: relative;
    &::before {
        content: "";
        display: block;
        width: 26px;
        height: 21px;
        background: #FFF9EC;
        clip-path: polygon(50% 0,100% 100%,0 100%);
        position: absolute;
        top: -20px;
        left: 50%;
        translate: -50%;
    }
}
.sec--about-service__list__items__list__items {
    font-size: 12px;
    line-height: 1.67;
    padding-left: 18px;
    text-indent: -18px;
    &::before {
        content: "●";
        color: #F063A4;
        margin-right: 6px;
    }
}

.sec--social {
    padding-bottom: 37px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #C1AE80;
}
.sec--social__ttl {
    margin-bottom: 23px;
}
.sec--social__txt {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.77;
    margin-bottom: 27px;
    &:last-child {
        margin-block: 27px 0;
    }
}
.sec--social__img {
    width: 100%;
    margin-bottom: 5px;
}

.sec--feature {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #C1AE80;
    .sec-col:last-of-type {
        margin: 0;
    }
}
.sec--feature__ttl {
    margin-bottom: 14px;
}
.sec--feature__txt {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.77;
    margin-bottom: 25px;
}
.sec--feature__list {
    display: grid;
    gap: 18px;
    margin-bottom: 15px;
}
.sec--feature__list__items {
    background: #FFF9EC;
    padding: 15px 17px 18px;
    border-radius: 8px;
}
.sec--feature__list__ttl {
    font-size: 14px;
    font-weight: 700;
    background: linear-gradient(to right,#F063A4 8px,transparent 8px);
    padding: 5px 0 9px 12px;
    margin-bottom: 12px;
}
.sec--feature__list__bg {
    background: #FFA1A1;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 10vh;
    text-align: center;
    padding-block: 2px;
    margin-bottom: 12px;
}
.sec--feature__list__bg__small-txt {
    font-size: 10px;   
}
.sec--feature__list__list {
    display: grid;
    gap: 3px;
}
.sec--feature__list__list__items {
    font-size: 11px;
    font-weight: 500;
    padding-left: 15px;
    text-indent: -8px;
    &::before {
        content: "●";
        display: inline-block;
        color: #F063A4;
        font-size: 12px;
        margin-right: 4px;
    }
}
.sec--feature__list__list__items__small-txt {
    font-size: 9px;
}
.sec--feature__note-list {
    display: grid;
    gap: 7px;
    padding-inline: 8px 4px;
}
.sec--feature__note-list__items {
    display: flex;
    gap: 6px;
    font-size: 10px;
    font-weight: 500;
}

.sec-col {
    padding-bottom: 35px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #C1AE80;
    &:last-of-type {
        border: 0;
        padding: 0;
        margin-bottom: 42px;
    }
}
.sec-col-ttl {
    margin-bottom: 16px;
}
.sec-col__txt {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.77;
    margin-bottom: 19px;
}

.inquiry-btn-wrapper {
    width: 94.44%;
    margin: 0 auto 91px;
}
.inquiry-btn {
    max-width: 100%;
    background: #F063A4;
    margin-bottom: 34px;
    &::before {
        background: #FFB1DE;
    }
}
.inquiry-btn-txt {
    color: #F063A4;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.67;
    text-align: center;
}

@media(min-width:751px) {
    .mv {
        height: 238px;
        margin-bottom: 30px;
        img,
        picture {
            width: 100%;
            max-width: 1380px;
            height: 100%;
            object-fit: cover;
            margin-inline: auto;
        }
    }

    .sec-ttl {
        font-size: 24px;;
        line-height: 1.5;
        letter-spacing: 0;
    }
    .sec-ttl__marker {
        background: linear-gradient(to top,#FFFAF0 16px,transparent 16px);
    }

    .sec--about {
        padding-bottom: 39px;
        margin-bottom: 36px;
    }
    .sec--about__ttl {
        margin-bottom: 22px;
    }
    .sec--about__txt {
        font-size: 16px;
        line-height: 1.625;
        margin-bottom: 57px;
    }
    .sec--about-service__ttl {
        font-size: 20px;
        width: fit-content;
        padding: 0 16px 4px 24px;
        margin-bottom: 35px;
    }
    .sec--about-service__list {
        grid-template-columns: repeat(3,1fr);
        gap: 37px;
    }
    .sec--about-service__list__items__ttl {
        font-size: 18px;
        letter-spacing: 0;
        padding: 0 0 5px 15px;
        background: linear-gradient(to right,#F063A4 7px,transparent 7px);
        margin-bottom: 8px;
    }
    .sec--about-service__list__items__img {
        margin-bottom: 22px;
    }
    .sec--about-service__list__items__list {
        padding: 14px 20px 20px 12px;
        border-radius: 16px;
        gap: 24px;
        &::before {
            width: 24px;
            height: 19px;
            top: -18px;
        }
    }
    .sec--about-service__list__items__list__items {
        font-size: 16px;
        line-height: 1.5;
        padding-left: 21px;
        text-indent: -21px;
    }

    .sec--social {
        padding-bottom: 52px;
        margin-bottom: 28px;
    }
    .sec--social__ttl {
        margin-bottom: 22px;
    }
    .sec--social__txt {
        font-size: 16px;
        line-height: 1.625;
        margin-bottom: 52px;
        &:last-child {
            margin-block: 52px 0;
        }
    }
    .sec--social__img {
        max-width: 750px;
        margin: 0 auto 4px;
    }
    .sec--feature {
        padding-bottom: 36px;
        margin-bottom: 36px;
        .sec-col:last-of-type {
            margin: 0;
        }
    }
    .sec--feature__ttl {
        margin-bottom: 15px;
    }
    .sec--feature__txt {
        font-size: 16px;
        line-height: 1.625;
        margin-bottom: 38px;
    }
    .sec--feature__list {
        gap: 34px;
        grid-template-columns: repeat(2,1fr);
        margin-bottom: 24px;
    }
    .sec--feature__list__items {
        padding: 17px 24px 25px;
        border-radius: 16px;
    }
    .sec--feature__list__ttl {
        font-size: 18px;
        background: linear-gradient(to right,#F063A4 7px,transparent 7px);
        padding: 0 0 5px 16px;
        margin-bottom: 14px;
    }
    .sec--feature__list__bg {
        font-size: 18px;
        padding-block: 2px 5px;
        margin-bottom: 16px;
    }
    .sec--feature__list__bg__small-txt {
        font-size: 14px;   
    }
    .sec--feature__list__list {
        gap: 8px;
    }
    .sec--feature__list__list__items {
        font-size: 16px;
        padding-left: 26px;
        text-indent: -13px;
        &::before {
            font-size: 15px;
            margin-right: 11px;
        }
    }
    .sec--feature__list__list__items__small-txt {
        font-size: 12px;
    }
    .sec--feature__note-list {
        gap: 3px;
        padding-inline: 25px 0;
    }
    .sec--feature__note-list__items {
        gap: .5em;
        font-size: 14px;
    }

    .sec-col {
        display: grid;
        grid-template-columns: 62% 36.84%;
        justify-content: space-between;
        padding-bottom: 43px;
        margin-bottom: 41px;
        &:last-of-type {
            margin-bottom: 95px;
        }
    }
    .sec-col-ttl {
        margin-bottom: 15px;
        grid-area: 1/1/2/3;
    }
    .sec-col__txt {
        grid-area: 2/1/3/2;
        font-size: 16px;
        line-height: 1.625;
        margin: 0;
    }
    .sec-col__img {
        grid-area: 2/2/3/3;
    }

    .inquiry-btn-wrapper {
        margin-bottom: 59px;
    }
    .inquiry-btn {
        max-width: 385px;
        margin-bottom: 35px;
    }
    .inquiry-btn-txt {
        color: #F063A4;
        font-size: 20px;
        line-height: 1.45;
    }
}