.graspers-portfolio-content {
    color: #000;
    background: #fff;
}

.graspers-portfolio-content *,
.graspers-portfolio-content *::before,
.graspers-portfolio-content *::after {
    box-sizing: border-box;
}

.graspers-portfolio-content__nav {
    padding: 150rem 0 77rem;
    background: #fff;
}

.graspers-portfolio-content__nav ul {
    display: flex;
    border-right: 1px solid #707070;
    border-left: 1px solid #707070;
}

.graspers-portfolio-content__nav li {
    flex: 1 1 0;
    min-width: 0;
}

.graspers-portfolio-content__nav li + li {
    border-left: 1px solid #707070;
}

.graspers-portfolio-content__nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 86rem;
    padding: 10rem 16rem;
    font-size: 20rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.5;
    text-align: center;
    transition: opacity .25s;
}

.graspers-portfolio-content__nav a::after {
    content: "";
    width: 10rem;
    height: 10rem;
    margin-top: 11rem;
    border-right: 2rem solid #f67445;
    border-bottom: 2rem solid #f67445;
    transform: rotate(45deg);
}

.graspers-portfolio-content__section {
    position: relative;
    scroll-margin-top: 120rem;
    padding: 0 0 105rem;
    background: #fff;
}

.graspers-portfolio-content__anchor {
    position: absolute;
    top: -120rem;
    left: 0;
    display: block;
    width: 1px;
    height: 1px;
    pointer-events: none;
}

.graspers-portfolio-content__heading {
    position: relative;
    margin: 0 0 34rem;
    padding: 0 0 29rem;
    font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
    font-size: 30rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.47;
    border-bottom: 1.5px solid #000;
}

.graspers-portfolio-content__heading::after {
    content: "";
    position: absolute;
    bottom: -1.5px;
    left: 0;
    width: 72rem;
    height: 1.5px;
    background: #f67445;
}

.graspers-portfolio-content__editor {
    font-size: 17rem;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 2.35;
}

.graspers-portfolio-content__editor > * + * {
    margin-top: 1.4em;
}

.graspers-portfolio-content__editor h3,
.graspers-portfolio-content__editor h4 {
    margin-top: 2em;
    font-weight: 700;
    line-height: 1.6;
}

.graspers-portfolio-content__editor h3 {
    font-size: 20rem;
}

.graspers-portfolio-content__editor h4 {
    font-size: 17rem;
}

.graspers-portfolio-content__editor ul,
.graspers-portfolio-content__editor ol {
    padding-left: 1.5em;
}

.graspers-portfolio-content__editor ul {
    list-style: disc;
}

.graspers-portfolio-content__editor ol {
    list-style: decimal;
}

.graspers-portfolio-content__editor a {
    text-decoration: underline;
    text-underline-offset: .35em;
}

.graspers-portfolio-content__free-link-wrap {
    display: flex;
    justify-content: center;
    margin-top: 70rem;
}

.graspers-portfolio-content__free-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300rem;
    height: 68rem;
    padding: 0 24rem;
    color: #fff;
    font-size: 19rem;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1.47;
    text-align: center;
    background: #0f0f0f;
    border: 2rem solid #0f0f0f;
    border-radius: 34rem;
    transition: color .3s, background-color .3s;
}

@media screen and (min-width: 768px) {
    .graspers-portfolio-content__free-link:hover {
        color: #0f0f0f;
        background: #fff;
    }
}

.graspers-portfolio-content__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44rem;
    height: 44rem;
    color: #fff;
    font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
    font-size: 24rem;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1;
    background: #f67445;
}

.graspers-portfolio-content__body {
    margin-top: 17rem;
    font-size: 17rem;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 2.35;
}

.graspers-portfolio-content__body > * + * {
    margin-top: 1em;
}

.graspers-portfolio-content__points-list {
    display: grid;
    gap: 70rem;
}

.graspers-portfolio-content__point-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 288rem;
    align-items: start;
    gap: 70rem;
}

.graspers-portfolio-content__point-item.has-no-image {
    display: block;
}

.graspers-portfolio-content__point-copy {
    display: grid;
    grid-template-columns: 44rem minmax(0, 1fr);
    align-items: center;
    gap: 0 17rem;
}

.graspers-portfolio-content__point-item h3 {
    font-size: 20rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.6;
}

.graspers-portfolio-content__point-item .graspers-portfolio-content__body {
    grid-column: 1 / -1;
}

.graspers-portfolio-content__point-image {
    overflow: hidden;
    width: 288rem;
    height: 195rem;
    background: #e5e5e5;
}

.graspers-portfolio-content__flow-list {
    display: grid;
    grid-template-columns: repeat(4, 250rem);
    justify-content: start;
    gap: 35rem 49rem;
}

.graspers-portfolio-content__flow-item {
    position: relative;
    min-width: 0;
    min-height: 392rem;
}

.graspers-portfolio-content__flow-item .graspers-portfolio-content__number {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 48rem;
    height: 48rem;
    color: #fff;
    font-size: 20rem;
    background: #000;
}

.graspers-portfolio-content__flow-image {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #e5e5e5;
}

.graspers-portfolio-content__flow-image img,
.graspers-portfolio-content__point-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.graspers-portfolio-content__flow-item h3 {
    margin-top: 14rem;
    font-size: 17rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.55;
    text-align: center;
}

.graspers-portfolio-content__flow-item .graspers-portfolio-content__body {
    margin-top: 8rem;
    font-size: 15rem;
    line-height: 1.75;
}

.graspers-portfolio-content__flow-item:not(:nth-child(4n))::after {
    content: "";
    position: absolute;
    top: 122rem;
    left: calc(100% + 18rem);
    width: 10rem;
    height: 10rem;
    border-top: 2rem solid #f67445;
    border-right: 2rem solid #f67445;
    transform: rotate(45deg);
}

.graspers-portfolio-content__faq.contact_faq {
    padding: 55rem 0 180rem;
}

.graspers-portfolio-content__faq .contact_faq__ttl {
    margin-bottom: 75rem;
}

.graspers-portfolio-content__faq .contact_faq__inner {
    max-width: 980rem;
    margin-right: auto;
    margin-left: 73rem;
}

.graspers-portfolio-content__faq .contact_faq__contents dl {
    padding: 19.5rem 24rem 19.5rem 26rem;
    font-size: 17rem;
    line-height: 0;
}

.graspers-portfolio-content__faq .contact_faq__contents dt div,
.graspers-portfolio-content__faq .contact_faq__contents dd {
    line-height: 2.35;
}

.graspers-portfolio-content__faq .contact_faq__contents dl + dl {
    margin-top: 45rem;
}

.graspers-portfolio-content__faq .contact_faq__contents dd {
    white-space: normal;
}

@media screen and (min-width: 768px) {
    .graspers-portfolio-content .inner_1120 {
        max-width: 1176rem;
        transform: translateX(32.5rem);
    }

    .graspers-portfolio-content__nav a:hover {
        opacity: .55;
    }

    .graspers-portfolio-content__faq .section-copy .en {
        font-size: 140rem;
    }

    .graspers-portfolio-content__faq .section-copy .ja {
        font-size: 30rem;
    }
}

@media screen and (max-width: 767px) {
    .graspers-portfolio-content__nav {
        padding: 65rem 32rem 100rem;
    }

    .graspers-portfolio-content__nav ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30rem 20rem;
        border: 0;
    }

    .graspers-portfolio-content__nav li + li {
        border: 0;
    }

    .graspers-portfolio-content__nav a {
        min-height: 58rem;
        padding: 4rem 3rem 9rem;
        font-size: 17rem;
        line-height: 1.45;
        border-bottom: 1px solid #707070;
    }

    .graspers-portfolio-content__nav a::after {
        width: 9rem;
        height: 9rem;
        margin-top: 8rem;
    }

    .graspers-portfolio-content__section {
        scroll-margin-top: 75rem;
        padding: 0 32rem 100rem;
    }

    .graspers-portfolio-content__anchor {
        top: -75rem;
    }

    .graspers-portfolio-content__heading {
        margin-bottom: 27rem;
        padding-bottom: 15rem;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 23rem;
        letter-spacing: .1em;
        line-height: 1.65;
    }

    .graspers-portfolio-content__heading::after {
        width: 78rem;
    }

    .graspers-portfolio-content__editor {
        font-size: 14rem;
        font-weight: 500;
        letter-spacing: .1em;
        line-height: 2.2857;
    }

    .graspers-portfolio-content__editor h3 {
        font-size: 19rem;
    }

    .graspers-portfolio-content__editor h4 {
        font-size: 16rem;
    }

    .graspers-portfolio-content__free-link-wrap {
        margin-top: 30rem;
    }

    .graspers-portfolio-content__free-link {
        width: 250rem;
        height: 50rem;
        padding: 0 20rem;
        font-size: 15rem;
        letter-spacing: .1em;
        line-height: 32rem;
        border-radius: 25rem;
    }

    .graspers-portfolio-content__points-list {
        gap: 70rem;
    }

    .graspers-portfolio-content__point-item,
    .graspers-portfolio-content__point-item.has-no-image {
        display: block;
    }

    .graspers-portfolio-content__point-copy {
        grid-template-columns: 39rem minmax(0, 1fr);
        gap: 0 16rem;
    }

    .graspers-portfolio-content__point-item .graspers-portfolio-content__number {
        width: 39rem;
        height: 40rem;
        font-size: 18rem;
    }

    .graspers-portfolio-content__point-item h3 {
        font-size: 17rem;
        line-height: 1.6;
    }

    .graspers-portfolio-content__body {
        margin-top: 20rem;
        font-size: 14rem;
        font-weight: 500;
        letter-spacing: .1em;
        line-height: 2.2857;
    }

    .graspers-portfolio-content__point-image {
        margin-top: 28rem;
        width: 100%;
        height: auto;
        aspect-ratio: 364 / 206;
    }

    .graspers-portfolio-content__flow-list {
        grid-template-columns: 1fr;
        gap: 45rem;
    }

    .graspers-portfolio-content__flow-item {
        display: grid;
        grid-template-columns: 143rem minmax(0, 1fr);
        grid-template-rows: auto 1fr;
        align-items: start;
        gap: 5rem 29rem;
        min-height: 150rem;
    }

    .graspers-portfolio-content__flow-item .graspers-portfolio-content__number {
        width: 38rem;
        height: 38rem;
        font-size: 17rem;
    }

    .graspers-portfolio-content__flow-image {
        grid-column: 1;
        grid-row: 1 / 3;
        width: 143rem;
        aspect-ratio: 1 / 1;
    }

    .graspers-portfolio-content__flow-item h3 {
        grid-column: 2;
        grid-row: 1;
        margin: 0;
        font-size: 17rem;
        line-height: 1.6;
        text-align: left;
    }

    .graspers-portfolio-content__flow-item .graspers-portfolio-content__body {
        grid-column: 2;
        grid-row: 2;
        margin: 0;
        font-size: 14rem;
        line-height: 2;
    }

    .graspers-portfolio-content__flow-item:not(:nth-child(4n))::after,
    .graspers-portfolio-content__flow-item:nth-child(4n):not(:last-child)::after {
        top: calc(100% + 13rem);
        left: 65rem;
        width: 9rem;
        height: 9rem;
        transform: rotate(135deg);
    }

    .graspers-portfolio-content__faq.contact_faq {
        padding: 30rem 32rem 110rem;
    }

    .graspers-portfolio-content__faq .contact_faq__ttl {
        margin-bottom: 45rem;
    }

    .graspers-portfolio-content__faq .contact_faq__contents dl {
        padding: 21rem 16rem;
        border-radius: 14rem;
        font-size: 14rem;
        line-height: 0;
    }

    .graspers-portfolio-content__faq .contact_faq__contents dt {
        padding-left: 26rem;
    }

    .graspers-portfolio-content__faq .contact_faq__contents dt div,
    .graspers-portfolio-content__faq .contact_faq__contents dd {
        line-height: 2.2857;
    }

    .graspers-portfolio-content__faq .contact_faq__contents dl + dl {
        margin-top: 30rem;
    }

    .graspers-portfolio-content__faq .contact_faq__inner {
        max-width: none;
        margin-right: 0;
        margin-left: 0;
    }

    .graspers-portfolio-content__faq .section-copy .en {
        font-size: 61rem;
    }

    .graspers-portfolio-content__faq .section-copy .ja {
        font-size: 16rem;
    }

}
