/* MV */
.consulting .heading--primary.imgBg {
    background-image: url(../img/mv_consulting.webp);
}

/* leadSection */
.leadSection {
    padding: 9rem 0 0;
}

.lead {
    text-align: center;
    padding: 49rem 0 71rem;
}

sup {
    font-size: 60%;
}

.leadSection .card__img {
    margin: 8rem 0;
}
.note {
    font-weight: 600;
}
@media screen and (max-width: 767.9px) {
    .leadSection {
        padding: 5rem 0 0;
    }

    .leadSection .heading--primary {
        line-height: 1.27;
    }

    .lead {
        padding: 29rem 0 48rem;
    }

    .leadSection .heading--secondary {
        line-height: 1.6;
    }

    .leadSection .card__lists {
        gap: 24rem;
    }

    .leadSection .card__img {
        margin: 8rem 0 13rem;
    }
}

/* contents */
.contents {
    padding: 42rem 0 0;
    position: relative;
}

.contents .heading--secondary {
    margin-bottom: 24rem;
}

.contents__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 180rem;
    height: 180rem;
    border-radius: 50%;
    line-height: 1.5;
    color: var(--color-green);
    text-align: center;
    z-index: 1;
    background-color: var(--color-green-light);
    font-size: 20rem;
    font-weight: 600;
}

.contents__link .bold {
    font-size: 30rem;
}

.contents__link::before {
    border: 2px solid var(--color-green);
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 160rem;
    height: 160rem;
    top: 10rem;
    left: 10rem;
    z-index: -1;
    transition: all .4s;
}

.contents__link:hover {
    opacity: 1;
}

.contents__link:hover::before {
    transform: scale(1.1);
}

.link--01 {
    top: 177rem;
    left: 80rem;
}

.link--02 {
    top: 287rem;
    left: 400rem;
}

.link--03 {
    top: 516rem;
    left: 136rem;
}

@media screen and (max-width: 767.9px) {
    .contents {
        padding: 22rem 0 0;
    }

    .contents__link {
        width: 90rem;
        height: 90rem;
        font-size: 10rem;
        transform: scale(.7);
    }

    .contents__link .bold {
        font-size: 16rem;
    }

    .contents__link::before {
        border: 1px solid var(--color-green);
        width: 80rem;
        height: 80rem;
        top: 5rem;
        left: 5rem;
    }

    .link--01 {
        top: 103rem;
        left: 11rem;
    }

    .link--02 {
        top: 139rem;
        left: 115rem;
    }

    .link--03 {
        top: 214rem;
        left: 29rem;
    }
}

/* menu */
.menu {
    padding: 51rem 0 94rem;
}

.menu .card__lists {
    margin-top: 51rem;
    gap: 32rem;
}

.menu .card__list {
    justify-content: flex-start;
}

.menu .card__heading {
    margin: 12rem 0 3rem;
    font-weight: 600;
}

picture {
    display: contents;
}

.lists--dot .list {
    padding-left: 1em;
}

.lists--inner {
    padding-left: 1em;
}

ol.lists--dot {
    font-size: 14rem;
    margin-top: 65rem;
}

ol.lists--dot .list {
    padding-left: 2em;
    margin-bottom: 29rem;
}

ol.lists--dot .list::before {
    content: "※1";
}

ol.lists--dot .list--02::before {
    content: "※2";
}

ol.lists--dot .list--03::before {
    content: "※3";
}

@media screen and (max-width: 767.9px) {
    .menu {
        padding: 30rem 0 23rem;
    }

    .menu .card__heading {
        margin: 12rem 0 5rem;
    }

    .menu .card__lists {
        margin: 31rem auto 0;
        width: 320rem;
    }

    ul.lists--dot .list {
        line-height: 1.8;
    }

    ol.lists--dot {
        margin-top: 25rem;
    }
}

/* inquirySection */
.inquirySection {
    margin-bottom: 60rem;
}

.inquirySection .container .text {
    text-align: center;
}

@media screen and (max-width: 767.9px) {
    .inquirySection {
            margin-bottom: 32rem;
        }
    .inquirySection .container .text {
            text-align: left;
        }
}