@charset "UTF-8";

.cAboutCard {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 2.5rem 3rem
}

@media screen and (max-width:1023px) {
    .cAboutCard {
        gap: 1.5rem
    }
}

.cAboutCard {
    background: var(--color-wh-01);
    border-radius: 8px
}

@media screen and (max-width:1023px) {
    .cAboutCard {
        padding: 1.5rem 1.25rem
    }
}

.cAboutCard-top {
    display: flex;
    flex-direction: column;
    gap: .25rem
}

.cAboutCard-header {
    align-items: center;
    display: flex;
    justify-content: center
}

.cAboutCard-labelEn {
    color: var(--color-logo-blue);
    font-family: open sans, arial, Hiragino Kaku Gothic ProN, Hiragino Sans, BIZ UDPGothic, meiryo, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center
}

@media screen and (max-width:1023px) {
    .cAboutCard-labelEn {
        font-size: .6875rem;
        font-weight: 700;
        line-height: 1.2
    }
}

.cAboutCard-title {
    color: var(--color-bl-01);
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.4;
    margin: 0;
    text-align: center
}

@media screen and (max-width:1023px) {
    .cAboutCard-title {
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.4
    }
}

.cAboutCard-icon {
    align-items: center;
    display: flex;
    justify-content: center
}

.cAboutCard-icon svg {
    height: 5rem;
    width: 5rem
}

.cAboutCard-list {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    list-style: none;
    margin: 0;
    padding: 0
}

.cAboutCard-list-item {
    align-items: flex-start;
    color: var(--color-bl-01);
    display: flex;
    font-size: .875rem;
    gap: .5rem;
    line-height: 1.6
}

@media screen and (max-width:1023px) {
    .cAboutCard-list-item {
        font-size: .8125rem;
        line-height: 1.6
    }
}

.cAboutCard-list-icon {
    flex-shrink: 0;
    height: 1.25rem;
    margin-top: .125rem;
    width: 1.25rem
}

.cCasestudyExamples-item {
    display: flex;
    flex-direction: column;
    gap: 2.5rem
}

.cCasestudyExamples-item+.cCasestudyExamples-item {
    border-top: 1px solid var(--color-line);
    margin-top: 5rem;
    padding-top: 5rem
}

@media screen and (max-width:1023px) {
    .cCasestudyExamples-item+.cCasestudyExamples-item {
        margin-top: 2.5rem;
        padding-top: 2.5rem
    }
}

.cCasestudyExamples-body {
    align-items: flex-start;
    display: flex;
    gap: 5rem
}

@media screen and (max-width:1023px) {
    .cCasestudyExamples-body {
        flex-direction: column;
        gap: 0
    }
}

.cCasestudyExamples-left {
    flex: 1;
    min-width: 0
}

.cCasestudyExamples-intro,
.cCasestudyExamples-left {
    display: flex;
    flex-direction: column;
    gap: .25rem
}

.cCasestudyExamples-category {
    color: var(--color-gray-02);
    font-size: .8125rem;
    letter-spacing: .02em;
    line-height: 1.4
}

@media screen and (max-width:1023px) {
    .cCasestudyExamples-category {
        font-size: .75rem;
        line-height: 1.4
    }
}

.cCasestudyExamples-itemTitle {
    color: var(--color-bl-01);
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.4;
    margin: 0
}

@media screen and (max-width:1023px) {
    .cCasestudyExamples-itemTitle {
        font-size: 1.3125rem;
        font-weight: 700;
        line-height: 1.4
    }
}

.cCasestudyExamples-problem,
.cCasestudyExamples-solution {
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.cCasestudyExamples-problem {
    border: 1px solid var(--color-gray-02)
}

.cCasestudyExamples-solution {
    border: 1px solid var(--color-logo-blue)
}

.cCasestudyExamples-problemLabel,
.cCasestudyExamples-solutionLabel {
    align-items: center;
    display: flex;
    font-size: .8125rem;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .04em;
    line-height: 1.4;
    margin: 0;
    padding: .5rem 1rem
}

@media screen and (max-width:1023px) {

    .cCasestudyExamples-problemLabel,
    .cCasestudyExamples-solutionLabel {
        font-size: .75rem;
        font-weight: 700;
        line-height: 1.4
    }
}

.cCasestudyExamples-problemLabel {
    background: var(--color-gray-02);
    color: var(--color-wh-01)
}

.cCasestudyExamples-solutionLabel {
    background: var(--color-logo-blue);
    color: var(--color-wh-01)
}

.cCasestudyExamples-problemContent,
.cCasestudyExamples-solutionContent {
    background: var(--color-wh-01);
    display: flex;
    flex-direction: column;
    gap: .75rem;
    padding: 1.25rem 1.5rem
}

.cCasestudyExamples-problemHeading,
.cCasestudyExamples-solutionHeading {
    color: var(--color-bl-01);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.4;
    margin: 0
}

@media screen and (max-width:1023px) {

    .cCasestudyExamples-problemHeading,
    .cCasestudyExamples-solutionHeading {
        font-size: .9375rem;
        font-weight: 700;
        line-height: 1.4
    }
}

.cCasestudyExamples-problemHeading .-accent,
.cCasestudyExamples-solutionHeading .-accent {
    color: var(--color-logo-blue)
}

.cCasestudyExamples-problemBody,
.cCasestudyExamples-solutionBody {
    color: var(--color-bl-01);
    font-size: .9375rem;
    letter-spacing: .02em;
    line-height: 1.6;
    margin: 0
}

@media screen and (max-width:1023px) {

    .cCasestudyExamples-problemBody,
    .cCasestudyExamples-solutionBody {
        font-size: .875rem;
        line-height: 1.6
    }
}

.cCasestudyExamples-image {
    flex-shrink: 0;
    width: 35rem
}

.cCasestudyExamples-image img {
    height: auto;
    width: 100%
}

@media screen and (max-width:1023px) {
    .cCasestudyExamples-image {
        width: auto
    }
}

.cFlowStepCard {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column
}

@media screen and (max-width:1023px) {
    .cFlowStepCard {
        width: 100%
    }
}

.cFlowStepCard-badge {
    align-items: center;
    background: var(--color-logo-blue);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: .125rem;
    height: 5rem;
    justify-content: center;
    margin-bottom: -2.5rem;
    width: 5rem;
    z-index: 1
}

@media screen and (max-width:1023px) {
    .cFlowStepCard-badge {
        height: 4rem;
        width: 4rem
    }
}

.cFlowStepCard-badgeStep {
    font-size: .625rem;
    letter-spacing: .1em
}

.cFlowStepCard-badgeNum,
.cFlowStepCard-badgeStep {
    color: var(--color-wh-01);
    font-weight: 700;
    line-height: 1
}

.cFlowStepCard-badgeNum {
    font-size: 1.5rem;
    letter-spacing: .04em
}

.cFlowStepCard-body {
    align-items: center;
    background: var(--color-gray-01);
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 3.125rem 1.5rem 2.5rem;
    width: 100%
}

@media screen and (max-width:1023px) {
    .cFlowStepCard-body {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: .75rem;
        justify-content: center;
        padding: 3.125rem 2.5rem 1.5rem
    }
}

.cFlowStepCard-period {
    color: var(--color-gray-02);
    font-size: .9375rem;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.4;
    margin: 1.25rem 0 0
}

@media screen and (max-width:1023px) {
    .cFlowStepCard-period {
        font-size: .875rem;
        font-weight: 500;
        line-height: 1.4;
        margin: 0;
        text-align: center;
        width: 100%
    }

    .cFlowStepCard-main {
        align-items: center;
        display: flex;
        gap: 1.25rem;
        width: 100%
    }
}

.cFlowStepCard-icon {
    display: flex;
    justify-content: center
}

.cFlowStepCard-icon svg {
    display: block;
    height: 5rem;
    width: 5rem
}

.cFlowStepCard-title {
    color: var(--color-logo-blue);
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.4;
    margin: 0;
    text-align: center
}

@media screen and (max-width:1023px) {
    .cFlowStepCard-title {
        flex: 1;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: left
    }
}

.cFunctionCard {
    align-items: flex-start;
    background: var(--color-gray-01);
    border-radius: .25rem;
    display: flex;
    gap: 1.25rem;
    padding: 1.25rem
}

@media screen and (max-width:1023px) {
    .cFunctionCard {
        gap: .625rem;
        padding: .75rem .625rem
    }
}

.cFunctionCard-icon {
    flex-shrink: 0;
    height: 3rem;
    width: 3rem
}

.cFunctionCard-icon svg {
    display: block;
    height: 3rem;
    width: 3rem
}

@media screen and (max-width:1023px) {

    .cFunctionCard-icon,
    .cFunctionCard-icon svg {
        height: 2.5rem;
        width: 2.5rem
    }
}

.cFunctionCard-content {
    display: flex;
    flex-direction: column;
    gap: .25rem
}

.cFunctionCard-heading {
    color: var(--color-bl-01);
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.4;
    margin: 0
}

@media screen and (max-width:1023px) {
    .cFunctionCard-heading {
        font-size: .875rem;
        font-weight: 700;
        line-height: 1.4
    }
}

.cFunctionCard-text {
    color: var(--color-gray-02);
    font-size: .8125rem;
    letter-spacing: .02em;
    line-height: 1.2;
    margin: 0
}

@media screen and (max-width:1023px) {
    .cFunctionCard-text {
        font-size: .75rem;
        line-height: 1.2
    }
}

.cH3Label {
    color: var(--color-logo-blue);
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.4;
    margin: 0
}

@media screen and (max-width:1023px) {
    .cH3Label {
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.4
    }
}

.cH2Label {
    align-items: center;
    color: var(--cH2Label-color, var(--color-logo-cyan));
    display: flex;
    font-size: .9375rem;
    font-weight: 700;
    gap: .75rem;
    letter-spacing: .04em;
    line-height: 1.2;
    margin: 0
}

@media screen and (max-width:1023px) {
    .cH2Label {
        font-size: .875rem;
        font-weight: 700;
        line-height: 1.2
    }
}

.cH2Label:before {
    background: var(--cH2Label-color, var(--color-logo-cyan));
    border-radius: 50%;
    content: "";
    display: inline-block;
    flex-shrink: 0;
    height: .5rem;
    width: .5rem
}

.cUsecaseCard {
    background: var(--color-blue-02);
    border-radius: .5rem;
    overflow: hidden
}

.cUsecaseCard-header {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 84.375rem;
    padding: 6.5rem 5rem 1.5rem
}

@media screen and (max-width:1023px) {
    .cUsecaseCard-header {
        padding: 2.5rem 1.25rem 1.25rem
    }
}

.cUsecaseCard-divider {
    background: var(--color-line);
    height: 1px;
    margin: 0 auto;
    max-width: 74.375rem;
    width: calc(100% - 10rem)
}

@media screen and (max-width:1023px) {
    .cUsecaseCard-divider {
        max-width: none;
        width: calc(100% - 2.5rem)
    }
}

.cUsecaseCard-logoWrap {
    align-items: center;
    background: var(--color-wh-01);
    border-radius: .25rem;
    display: flex;
    flex-shrink: 0;
    height: 6.25rem;
    justify-content: center;
    overflow: hidden;
    width: 8.75rem
}

@media screen and (max-width:1023px) {
    .cUsecaseCard-logoWrap {
        width: 7.5rem
    }
}

.cUsecaseCard-logoWrap svg {
    display: block;
    height: 1.5rem;
    width: 7.5rem
}

@media screen and (max-width:1023px) {
    .cUsecaseCard-logoWrap svg {
        width: 6.25rem
    }
}

.cUsecaseCard-logoWrap img {
    display: block;
    height: auto;
    max-height: 3.75rem;
    max-width: 7.5rem;
    width: auto
}

@media screen and (max-width:1023px) {
    .cUsecaseCard-logoWrap img {
        max-height: 3.125rem;
        max-width: 6.25rem
    }
}

.cUsecaseCard-companyWrap {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: .25rem
}

.cUsecaseCard-date {
    color: var(--color-gray-02);
    display: block;
    font-size: .9375rem;
    letter-spacing: .02em;
    line-height: 1.4
}

@media screen and (max-width:1023px) {
    .cUsecaseCard-date {
        font-size: .875rem;
        line-height: 1.4
    }
}

.cUsecaseCard-company {
    color: var(--color-bl-01);
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.4;
    margin: 0
}

@media screen and (max-width:1023px) {
    .cUsecaseCard-company {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.4
    }
}

.cUsecaseCard-body {
    align-items: flex-start;
    display: flex;
    gap: 7.5rem;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 84.375rem;
    padding: 4rem 5rem 6.5rem
}

@media screen and (max-width:1023px) {
    .cUsecaseCard-body {
        flex-direction: column;
        gap: 1.5rem;
        padding: 2.5rem 1.25rem
    }
}

.cUsecaseCard-content {
    display: flex;
    flex: 0 1 37.5rem;
    flex-direction: column;
    gap: 2rem;
    min-width: 0
}

@media screen and (max-width:1023px) {
    .cUsecaseCard-content {
        flex: none;
        gap: 1.5rem
    }
}

.cUsecaseCard-heading {
    color: var(--color-bl-01);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0
}

@media screen and (max-width:1023px) {
    .cUsecaseCard-heading {
        font-size: 1.625rem;
        font-weight: 700;
        line-height: 1.4
    }
}

.cUsecaseCard-heading .-accent {
    color: var(--color-logo-blue)
}

.cUsecaseCard-text {
    color: var(--color-bl-01);
    font-size: .9375rem;
    letter-spacing: .02em;
    line-height: 1.8;
    margin: 0
}

@media screen and (max-width:1023px) {
    .cUsecaseCard-text {
        font-size: .875rem;
        line-height: 1.8
    }
}

.cUsecaseCard-image {
    flex: 0 1 25rem
}

.cUsecaseCard-image img {
    aspect-ratio: 4/3;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media screen and (max-width:1023px) {
    .cUsecaseCard-image {
        flex: none;
        width: auto
    }
}

.cPageTop {
    background: var(--color-logo-blue);
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    height: 7.5rem;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: -6.5rem;
    transform: translateY(-50%);
    transition: background-color 415ms cubic-bezier(.35, .8, .34, 1);
    width: 7.5rem
}

.cPageTop,
.cPageTop-icon {
    align-items: center;
    justify-content: center
}

.cPageTop-icon {
    display: inline-flex;
    overflow: hidden;
    position: relative
}

.cPageTop-icon svg {
    transition: transform 415ms cubic-bezier(.35, .8, .34, 1)
}

.cPageTop-icon svg:first-child {
    position: relative;
    z-index: 1
}

.cPageTop-icon svg:last-child {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, 50%);
    z-index: 0
}

.cPageTop-icon,
.cPageTop-icon svg {
    height: 2.5rem;
    width: 2.5rem
}

.cPageTop-icon svg {
    flex-shrink: 0
}

@media (hover:hover) and (pointer:fine) {
    .cPageTop:hover {
        background: var(--color-logo-blue-hover)
    }

    .cPageTop:hover .cPageTop-icon svg:first-child {
        transform: translateY(-100%)
    }

    .cPageTop:hover .cPageTop-icon svg:last-child {
        transform: translate(-50%, -50%)
    }
}

@media screen and (max-width:1023px) {
    .cPageTop {
        height: 5rem;
        width: 5rem
    }

    .cPageTop-icon,
    .cPageTop-icon svg {
        height: 1.25rem;
        width: 1.25rem
    }
}

.cFooter {
    background: var(--color-logo-blue);
    margin-top: 10rem
}

.cFooter-main {
    padding: 6.5rem 3.75rem 2.5rem
}

@media screen and (min-width:1440px) {
    .cFooter-main {
        padding: 6.5rem 7.5rem 2.5rem
    }
}

@media screen and (max-width:1023px) {
    .cFooter-main {
        padding: 6.5rem 1.25rem 2.5rem
    }
}

.cFooter-inner {
    align-items: flex-start;
    display: flex;
    gap: 5rem;
    margin: 0 auto;
    max-width: 75rem;
    position: relative
}

@media screen and (max-width:1023px) {
    .cFooter-inner {
        flex-direction: column;
        gap: 2.5rem
    }
}

.cFooter-left {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 25rem
}

@media screen and (max-width:1023px) {
    .cFooter-left {
        width: 100%
    }
}

.cFooter-navGroup {
    align-items: flex-start;
    display: flex;
    gap: 5rem;
    margin-left: auto
}

@media screen and (max-width:1023px) {
    .cFooter-navGroup {
        flex-direction: column;
        gap: 2.5rem;
        margin-left: 0;
        width: 100%
    }
}

.cFooter-logos {
    align-items: center;
    display: flex;
    gap: 1.25rem
}

.cFooter-logoToppanLink {
    align-items: center;
    display: flex;
    flex-shrink: 0
}

@media (hover:hover) and (pointer:fine) {
    .cFooter-logoToppanLink {
        transition: opacity 415ms cubic-bezier(.35, .8, .34, 1)
    }

    .cFooter-logoToppanLink:hover {
        opacity: .8
    }
}

.cFooter-logoToppan {
    aspect-ratio: 126/21;
    display: block;
    flex-shrink: 0;
    height: auto;
    width: 7.8125rem
}

.cFooter-leftDivider {
    background: hsla(0, 0%, 100%, .3);
    height: 1px;
    margin-top: 1.5rem
}

.cFooter-logoSsplus {
    display: block;
    flex-shrink: 0;
    width: 10rem
}

.cFooter-logoSsplus svg {
    aspect-ratio: 212/31;
    display: block;
    filter: brightness(0) invert(1);
    height: auto;
    width: 100%
}

.cFooter-buttons {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    margin-top: 2.5rem
}

@media screen and (max-width:1023px) {
    .cFooter-buttons {
        gap: .5rem
    }
}

.cFooter-buttons .pTop-fv-btn {
    flex: none;
    padding: .625rem .625rem .625rem 3.75rem;
    width: 100%
}

.cFooter-nav {
    display: flex;
    gap: 2.5rem;
    padding-top: .25rem
}

@media screen and (max-width:1023px) {
    .cFooter-nav {
        width: 100%
    }
}

.cFooter-navList {
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    padding: 0
}

.cFooter-navItem,
.cFooter-navList {
    display: flex;
    margin: 0
}

.cFooter-navLink {
    color: var(--color-wh-01);
    font-size: .875rem;
    letter-spacing: .02em;
    line-height: 1.4;
    text-decoration: none
}

@media screen and (max-width:1023px) {
    .cFooter-navLink {
        font-size: .8125rem;
        line-height: 1.4
    }
}

.cFooter-right {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 1.5rem;
    width: 16.25rem
}

@media screen and (max-width:1023px) {
    .cFooter-right {
        width: 100%
    }
}

.cFooter-youtube {
    background: none;
    border: none;
    border-radius: .5rem;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 0;
    width: 100%
}

@media (hover:hover) and (pointer:fine) {
    .cFooter-youtube {
        transition: opacity 415ms cubic-bezier(.35, .8, .34, 1)
    }

    .cFooter-youtube:hover {
        opacity: .8
    }
}

.cFooter-youtube img {
    display: block;
    height: auto;
    width: 100%
}

.cFooter-apps,
.cFooter-icata {
    display: flex;
    flex-direction: column;
    gap: .75rem
}

.cFooter-appsLabel,
.cFooter-icataLabel {
    color: var(--color-wh-01);
    font-size: .8125rem;
    letter-spacing: .02em;
    line-height: 1.4;
    margin: 0
}

@media screen and (max-width:1023px) {

    .cFooter-appsLabel,
    .cFooter-icataLabel {
        font-size: .75rem;
        line-height: 1.4
    }
}

.cFooter-appLinks,
.cFooter-icataLinks {
    align-items: center;
    display: flex;
    gap: .5rem
}

.cFooter-appLink,
.cFooter-icataLink {
    display: block
}

@media (hover:hover) and (pointer:fine) {

    .cFooter-appLink,
    .cFooter-icataLink {
        transition: opacity 415ms cubic-bezier(.35, .8, .34, 1)
    }

    .cFooter-appLink:hover,
    .cFooter-icataLink:hover {
        opacity: .8
    }
}

.cFooter-appImg {
    display: block;
    height: 2.5rem;
    width: auto
}

.cFooter-icataImg {
    display: block;
    height: 3.75rem;
    width: auto
}

.cFooter-note {
    padding: 0 3.75rem 2rem
}

@media screen and (min-width:1440px) {
    .cFooter-note {
        padding: 0 7.5rem 2rem
    }
}

@media screen and (max-width:1023px) {
    .cFooter-note {
        padding-bottom: 7.5rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.cFooter-noteInner {
    margin: 0 auto;
    max-width: 75rem
}

.cFooter-noteDivider {
    background: hsla(0, 0%, 100%, .3);
    height: 1px;
    margin-bottom: .625rem
}

.cFooter-noteText {
    color: var(--color-wh-01);
    font-size: .75rem;
    letter-spacing: .02em;
    line-height: 1.4;
    margin: 0;
    opacity: .7
}

@media screen and (max-width:1023px) {
    .cFooter-noteText {
        font-size: .6875rem;
        line-height: 1.4
    }
}

.cYoutubeModal {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: 0;
    position: fixed;
    transition: opacity .3s ease, visibility .3s ease;
    visibility: hidden;
    z-index: 200
}

.cYoutubeModal.-open {
    opacity: 1;
    visibility: visible
}

.cYoutubeModal-overlay {
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
    inset: 0;
    position: absolute
}

.cYoutubeModal-content {
    position: relative;
    width: 50vw;
    z-index: 1
}

@media screen and (max-width:1023px) {
    .cYoutubeModal-content {
        width: 90vw
    }
}

.cYoutubeModal-close {
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    height: 2.25rem;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 0;
    top: -3rem;
    width: 2.25rem
}

@media (hover:hover) and (pointer:fine) {
    .cYoutubeModal-close {
        transition: opacity 415ms cubic-bezier(.35, .8, .34, 1)
    }

    .cYoutubeModal-close:hover {
        opacity: .7
    }
}

.cYoutubeModal-close svg {
    height: 1.5rem;
    width: 1.5rem
}

.cYoutubeModal-player {
    aspect-ratio: 16/9;
    position: relative;
    width: 100%
}

.cYoutubeModal-player iframe {
    border: none;
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%
}

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    word-break: normal
}

*,
:after,
:before {
    background-repeat: no-repeat;
    box-sizing: inherit
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    margin: 0;
    padding: 0
}

hr {
    color: inherit;
    height: 0;
    overflow: visible
}

details,
main {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden] {
    display: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

pre {
    font-size: 1em
}

b,
strong {
    font-weight: bolder
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-color: inherit;
    text-indent: 0
}

iframe {
    border-style: none
}

input {
    border-radius: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline-width: 0
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit
}

[disabled] {
    cursor: default
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true] {
    cursor: default
}

:root {
    --color-primary-rgb: 0 94 172;
    --color-logo-blue: #005eac;
    --color-logo-blue-rgb: 0 94 172;
    --color-logo-blue-hover: #004e8f;
    --color-logo-cyan: #00b8ee;
    --color-logo-cyan-rgb: 0 184 238;
    --color-logo-cyan-hover: #00a8d9;
    --color-wh-01: #fff;
    --color-wh-01-rgb: 255 255 255;
    --color-wh-02: #fafbfc;
    --color-wh-02-rgb: 250 251 252;
    --color-bl-01: #1c1d1f;
    --color-bl-01-rgb: 28 29 31;
    --color-line: #dcdee0;
    --color-line-rgb: 220 222 224;
    --color-gray-01: #f5f9fc;
    --color-gray-01-rgb: 245 249 252;
    --color-gray-02: #828385;
    --color-gray-02-rgb: 130 131 133;
    --color-gray-03: #ebeef0;
    --color-gray-03-rgb: 230 232 235;
    --color-blue-02: #edf5fa;
    --color-blue-02-rgb: 237 245 250;
    --color-cyan-02: #f0fcff;
    --color-cyan-02-rgb: 240 252 255;
    --color-feature-card: #146bb3;
    --color-feature-card-rgb: 20 107 179;
    --grad-02: linear-gradient(90deg, #00b8ee, #009bd9 14%, #0082c7 36%, #005eac)
}

* ::-moz-selection {
    background-color: rgb(var(--color-primary-rgb)/20%)
}

* *::-moz-selection {
    background-color: rgb(var(--color-primary-rgb)/20%)
}

* ::selection {
    background-color: rgb(var(--color-primary-rgb)/20%)
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    color: var(--color-black);
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, arial, BIZ UDPGothic, meiryo, sans-serif;
    font-feature-settings: "halt";
    font-kerning: normal;
    font-optical-sizing: auto;
    font-size: clamp(14px, 9.0769230769px + .4807692308vw, 16px);
    font-variant-numeric: proportional-nums;
    height: 100%;
    line-height: 2.3571428571;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
    scroll-padding-top: 6.5rem
}

@media screen and (max-width:1023px) {
    html {
        scroll-padding-top: 4.75rem
    }
}

@media screen and (min-width:1024px) {
    html[data-type=tablet][data-orientation=portrait] {
        font-size: clamp(11px, -1.3076923077px + 1.2019230769vw, 16px)
    }
}

@media screen and (min-width:1440px) {
    html {
        font-size: 16px
    }
}

@media screen and (min-width:1920px) {
    html {
        font-size: 18px
    }
}

@media screen and (max-width:1023px) {
    html {
        font-size: 4.26667vw;
        padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left)
    }

    html[data-type=mobile][data-orientation=landscape] {
        font-size: clamp(14px, 9.0769230769px + .4807692308vw, 16px)
    }
}

@media screen and (max-width:374px) {
    html {
        font-size: clamp(14px, 2.1111111111px + 3.7037037037vw, 16px)
    }
}

body {
    min-height: 100%;
    position: relative;
    width: 100%;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none
}

@media (resolution >=2dppx) {
    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
}

a {
    color: inherit;
    text-decoration: none
}

@media screen and (min-width:1024px) {
    a[href^="tel:"] {
        pointer-events: none
    }
}

@media screen and (max-width:1023px) {
    a[href^="tel:"] {
        text-decoration: underline
    }
}

img,
svg,
video {
    height: auto;
    max-width: 100%;
    vertical-align: top
}

picture {
    display: block
}

picture img {
    height: auto;
    width: 100%
}

svg {
    height: 100%
}

svg,
table {
    width: 100%
}

table {
    border-collapse: collapse;
    max-width: 100%
}

table td,
table th {
    word-break: break-all
}

ol,
ul {
    list-style: none;
    list-style-position: inside
}

sup {
    font-size: 50%;
    line-height: inherit;
    top: -.7em;
    vertical-align: unset
}

@media screen and (max-width:1023px) {
    sup {
        font-size: 10px;
        top: -.4em
    }
}

.cFooter ::-moz-selection,
.pTop-fv ::-moz-selection,
[style*="--section-bg: var(--color-logo-blue"] ::-moz-selection {
    background-color: hsla(0, 0%, 100%, .3)
}

[style*="--section-bg: var(--color-logo-blue"] *::-moz-selection,
.pTop-fv *::-moz-selection,
.cFooter *::-moz-selection {
    background-color: hsla(0, 0%, 100%, .3)
}

.cFooter ::selection,
.pTop-fv ::selection,
[style*="--section-bg: var(--color-logo-blue"] ::selection {
    background-color: hsla(0, 0%, 100%, .3)
}

.cExternalLink-icon {
    display: inline-block;
    flex-shrink: 0;
    height: 1rem;
    margin-bottom: .1875rem;
    vertical-align: middle;
    width: 1rem
}

.ss-plus sup {
    font-size: 1em;
    font-weight: inherit;
    line-height: 1;
    top: -.25em;
    vertical-align: unset
}

@media screen and (max-width:1023px) {
    .ss-plus sup {
        font-size: inherit;
        top: -.25em
    }
}

.focus-visible:not([not-focus-visible]) {
    outline: 1px solid rgb(var(--color-primary-rgb)/50%) !important;
    outline-width: 5px !important
}

[data-js-focus-visible] :focus:not([data-focus-visible-added]) {
    outline: none
}

.u-sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    white-space: nowrap
}

@media screen and (max-width:1023px) {
    .u-mqw-up {
        display: none !important
    }
}

@media screen and (min-width:1024px) {
    .u-mqw-down {
        display: none !important
    }
}

@media screen and (max-width:1439px) {
    .u-mqw-lg-up {
        display: none !important
    }
}

@media screen and (min-width:1440px) {
    .u-mqw-lg-down {
        display: none !important
    }
}

.u-animation[data-animation=fade-in-up] {
    opacity: 0;
    translate: 0 1.25rem;
    will-change: translate, opacity
}

.u-animation[data-animation=fade-in-up].is-animation {
    opacity: 1;
    transition: translate 1.2s cubic-bezier(.35, .8, .34, 1), opacity 1.2s cubic-bezier(.35, .8, .34, 1);
    transition-delay: .1s;
    translate: 0 0
}

.u-animation[data-animation=fade-in-long-up] {
    opacity: 0;
    translate: 0 1.875rem;
    will-change: translate, opacity
}

.u-animation[data-animation=fade-in-long-up].is-animation {
    opacity: 1;
    transition: translate 1.2s cubic-bezier(.35, .8, .34, 1), opacity 1.2s cubic-bezier(.35, .8, .34, 1);
    transition-delay: .1s;
    translate: 0 0
}

.u-animation[data-animation=fade-in-rl] {
    opacity: 0;
    translate: 1.25rem 0;
    will-change: translate, opacity
}

.u-animation[data-animation=fade-in-rl].is-animation {
    opacity: 1;
    transition: opacity 1.2s cubic-bezier(.35, .8, .34, 1), translate 1.2s cubic-bezier(.35, .8, .34, 1);
    transition-delay: .1s;
    translate: 0 0
}

@keyframes underline-enter {
    0% {
        clip-path: inset(0 100% 0 0)
    }

    to {
        clip-path: inset(0 0 0 0)
    }
}

@keyframes underline-leave {
    0% {
        clip-path: inset(0 0 0 0)
    }

    to {
        clip-path: inset(0 0 0 100%)
    }
}

@keyframes underline-wipe {
    0% {
        clip-path: inset(0 0 0 0)
    }

    49% {
        clip-path: inset(0 0 0 100%)
    }

    50% {
        clip-path: inset(0 100% 0 0)
    }

    to {
        clip-path: inset(0 0 0 0)
    }
}

@keyframes underline-wipe-inline {
    0% {
        background-position: 0 100%;
        background-size: 100% 1px
    }

    49% {
        background-position: 100% 100%;
        background-size: 0 1px
    }

    50% {
        background-position: 0 100%;
        background-size: 0 1px
    }

    to {
        background-position: 0 100%;
        background-size: 100% 1px
    }
}

.u-underline__target {
    line-height: 1.4;
    position: relative
}

@media (hover:hover) and (pointer:fine) {
    .u-underline__target:after {
        animation-duration: .22825s;
        animation-fill-mode: both;
        animation-timing-function: cubic-bezier(.35, .8, .34, 1);
        background: currentColor;
        bottom: -1px;
        clip-path: inset(0 100% 0 0);
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .u-underline__target.-enter:after {
        animation-name: underline-enter
    }

    .u-underline__target.-leave:after {
        animation-name: underline-leave
    }
}

.u-underline--visible__target {
    line-height: 1.4;
    position: relative
}

.u-underline--visible__target:after {
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(.35, .8, .34, 1);
    background: currentColor;
    bottom: -1px;
    clip-path: inset(0 0 0 0);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

@media (hover:hover) and (pointer:fine) {
    .u-underline--visible__target.-wipe:after {
        animation-duration: .4565s;
        animation-name: underline-wipe
    }
}

.u-underline--visible--inline__target {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px
}

@media (hover:hover) and (pointer:fine) {
    .u-underline--visible--inline__target.-wipe {
        animation-duration: .4565s;
        animation-fill-mode: both;
        animation-name: underline-wipe-inline;
        animation-timing-function: cubic-bezier(.35, .8, .34, 1)
    }
}

.u-image-zoom__target {
    overflow: hidden
}

.u-image-zoom__target img {
    will-change: transform
}

@media (hover:hover) and (pointer:fine) {
    .u-image-zoom__target img {
        transition: transform .3s cubic-bezier(.4, 0, .2, 1)
    }

    .u-image-zoom:hover img {
        transform: scale(1.05)
    }
}

.cHeader {
    backdrop-filter: none;
    border-radius: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: top .4s ease, left .4s ease, right .4s ease, background .4s ease, border-radius .4s ease, box-shadow .4s ease;
    z-index: 40
}

@media screen and (max-width:1023px) {
    .cHeader {
        backdrop-filter: none;
        background: var(--color-wh-01);
        position: static;
        transition: none;
        z-index: auto
    }
}

@media screen and (min-width:1024px) {
    .cHeader.-scrolled {
        left: 1.25rem;
        right: 1.25rem;
        top: .625rem
    }

    .cHeader.-scrolled .cHeader-inner {
        backdrop-filter: blur(40px);
        background: hsla(0, 0%, 100%, .8);
        border-radius: .25rem;
        box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .1);
        height: auto;
        padding-bottom: .25rem;
        padding-top: .25rem
    }

    .cHeader.-scrolled .cHeader-logo svg {
        width: 8rem
    }

    .cHeader.-scrolled .cHeader-navList-link {
        color: var(--color-bl-01)
    }
}

.cHeader-inner {
    align-items: center;
    background: var(--color-wh-01);
    display: flex;
    height: 5rem;
    justify-content: space-between;
    padding: 0 2.5rem;
    position: relative;
    transition: height .4s ease, padding .4s ease;
    z-index: 1
}

@media screen and (max-width:1023px) {
    .cHeader-inner {
        height: 3.5rem;
        padding: 0 1.25rem
    }
}

.cHeader-logo {
    align-items: center;
    display: flex;
    flex-shrink: 0
}

.cHeader-logo svg {
    height: auto;
    transition: width .4s ease;
    width: 10rem
}

@media screen and (max-width:1023px) {
    .cHeader-logo svg {
        width: 7.5rem
    }
}

.cHeader-right {
    align-items: center;
    display: flex;
    gap: 2rem
}

@media screen and (max-width:1023px) {
    .cHeader-right {
        display: none
    }
}

.cHeader-navList {
    align-items: center;
    display: flex;
    gap: 1.25rem;
    list-style: none;
    margin: 0;
    padding: 0
}

@media screen and (max-width:1280px) {
    .cHeader-navList {
        gap: .75rem
    }
}

.cHeader-navList-link {
    color: var(--color-bl-01);
    display: inline-block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
    transition: color .4s ease
}

.cHeader-navList-link.-current .u-underline__target {
    background-size: 100% 1px
}

.cHeader-contact {
    align-items: center;
    background: var(--color-logo-cyan);
    border-radius: 4px;
    color: var(--color-wh-01);
    display: flex;
    flex-shrink: 0;
    font-size: .875rem;
    font-weight: 700;
    height: 2.5rem;
    justify-content: center;
    line-height: 1.4;
    padding: 0 1.5rem;
    text-decoration: none;
    transition: background-color 415ms cubic-bezier(.35, .8, .34, 1)
}

@media (hover:hover) and (pointer:fine) {
    .cHeader-contact:hover {
        background: var(--color-logo-cyan-hover)
    }
}

.cHeader-menuBtn {
    align-items: center;
    background: var(--color-logo-blue);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: none;
    flex-direction: column;
    gap: .375rem;
    height: 2.5rem;
    justify-content: center;
    padding: 0;
    width: 2.5rem
}

@media screen and (max-width:1023px) {
    .cHeader-menuBtn {
        bottom: 1.25rem;
        display: flex;
        height: 2.75rem;
        position: fixed;
        right: .75rem;
        width: 2.75rem;
        z-index: 33
    }
}

.cHeader-menuBtn-bar {
    background: var(--color-wh-01);
    border-radius: .125rem;
    display: block;
    height: .125rem;
    transform-origin: center;
    transition: transform .3s ease, opacity .3s ease;
    width: 1.25rem
}

.cHeader-menuBtn.-open .cHeader-menuBtn-bar:first-child {
    transform: translateY(.5rem) rotate(45deg)
}

.cHeader-menuBtn.-open .cHeader-menuBtn-bar:nth-child(2) {
    opacity: 0;
    transform: scaleX(0)
}

.cHeader-menuBtn.-open .cHeader-menuBtn-bar:nth-child(3) {
    transform: translateY(-.5rem) rotate(-45deg)
}

.cHeader-drawer {
    background: var(--color-wh-01);
    bottom: 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding-top: 2.5rem;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform .35s ease;
    width: 80vw;
    z-index: 32
}

.cHeader-drawer.-open {
    transform: translateX(0)
}

.cHeader-drawer-nav {
    flex: 1;
    padding: 0 2rem 5rem
}

@media screen and (max-width:1023px) {
    .cHeader-drawer-nav {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.cHeader-drawer-navList {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0
}

.cHeader-drawer-navList-item {
    border-bottom: 1px solid var(--color-line)
}

.cHeader-drawer-navList-item:first-child {
    border-top: 1px solid var(--color-line)
}

.cHeader-drawer-navList-link {
    align-items: center;
    color: var(--color-bl-01);
    display: flex;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4;
    padding: .875rem 0;
    text-decoration: none
}

@media (hover:hover) and (pointer:fine) {
    .cHeader-drawer-navList-link {
        transition: opacity 415ms cubic-bezier(.35, .8, .34, 1)
    }

    .cHeader-drawer-navList-link:hover {
        opacity: .6
    }
}

.cHeader-drawer-top {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    padding: 0 2rem
}

@media screen and (max-width:1023px) {
    .cHeader-drawer-top {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.cHeader-drawer-logo {
    aspect-ratio: 160/30;
    display: block;
    flex-shrink: 0;
    height: auto;
    width: 7.5rem
}

.cHeader-drawer-docs {
    align-items: center;
    background: var(--color-wh-01);
    border: 2px solid var(--color-line);
    border-radius: 4px;
    color: var(--color-bl-01);
    display: flex;
    font-size: .9375rem;
    font-weight: 700;
    height: 3.25rem;
    justify-content: center;
    line-height: 1.4;
    text-decoration: none;
    transition: background-color 415ms cubic-bezier(.35, .8, .34, 1), border-color 415ms cubic-bezier(.35, .8, .34, 1), color 415ms cubic-bezier(.35, .8, .34, 1);
    width: 100%
}

@media (hover:hover) and (pointer:fine) {
    .cHeader-drawer-docs:hover {
        background: var(--color-logo-cyan-hover);
        border-color: var(--color-logo-cyan-hover);
        color: var(--color-wh-01)
    }
}

.cHeader-drawer-contact {
    align-items: center;
    background: var(--color-logo-cyan);
    border-radius: 4px;
    color: var(--color-wh-01);
    display: flex;
    font-size: .9375rem;
    font-weight: 700;
    height: 3.25rem;
    justify-content: center;
    line-height: 1.4;
    text-decoration: none;
    transition: background-color 415ms cubic-bezier(.35, .8, .34, 1);
    width: 100%
}

@media (hover:hover) and (pointer:fine) {
    .cHeader-drawer-contact:hover {
        background: var(--color-logo-cyan-hover)
    }
}

.cHeader-overlay {
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, .4);
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity .35s ease;
    z-index: 31
}

.cHeader-overlay.-open {
    opacity: 1;
    pointer-events: auto
}

.c-mobile-menu-wrapper {
    display: none
}

@media screen and (max-width:1023px) {
    .c-mobile-menu-wrapper {
        background-color: rgba(0, 0, 0, .5);
        display: flex;
        height: 100%;
        left: 0;
        opacity: 0;
        padding: 4.75rem 1.25rem 1.25rem;
        position: fixed;
        top: 0;
        transition: visibility 415ms cubic-bezier(.35, .8, .34, 1), opacity 415ms cubic-bezier(.35, .8, .34, 1);
        visibility: hidden;
        width: 100%;
        z-index: 30
    }

    html[data-open-menu=true] .c-mobile-menu-wrapper {
        opacity: 1;
        visibility: visible
    }

    .c-mobile-menu {
        background-color: var(--color-white);
        border-radius: 4px;
        width: 100%
    }

    .c-mobile-menu,
    .c-mobile-menu__inner {
        display: flex;
        flex-direction: column;
        height: 100%
    }

    .c-mobile-menu__inner {
        justify-content: flex-start;
        padding: 0
    }

    .c-mobile-menu__list {
        display: flex;
        flex-direction: column;
        gap: 0;
        list-style: none;
        padding: .25rem 1.25rem
    }

    .c-mobile-menu__item {
        padding: 1.25rem 0
    }

    .c-mobile-menu__item:not(:first-child) {
        border-top: 1px solid var(--color-line-01)
    }

    .c-mobile-menu__link {
        color: var(--color-black-2);
        display: block;
        font-size: .8125rem;
        letter-spacing: .06em;
        line-height: 1.4;
        text-decoration: none
    }
}

@media screen and (min-width:1024px) {
    .c-mobile-menu {
        display: none
    }
}

.l-container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    width: 100%
}

.l-section {
    background-color: var(--section-bg, transparent);
    position: relative;
    width: 100%
}

.c-breadcrumb {
    width: 100%
}

.c-breadcrumb__list {
    flex-wrap: wrap;
    list-style: none;
    padding: 0
}

.c-breadcrumb__item,
.c-breadcrumb__list {
    align-items: center;
    display: flex;
    gap: .25rem;
    margin: 0
}

.c-breadcrumb__link {
    color: var(--color-deactive-01);
    font-size: .625rem;
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 1.4;
    text-decoration: none;
    transition: opacity 415ms cubic-bezier(.35, .8, .34, 1)
}

@media (hover:hover) and (pointer:fine) {
    .c-breadcrumb__link:hover {
        opacity: .7
    }
}

.c-breadcrumb__separator {
    align-items: center;
    color: var(--color-deactive-01);
    display: flex;
    justify-content: center
}

.c-breadcrumb__separator,
.c-breadcrumb__separator svg {
    height: 1.25rem;
    width: 1.25rem
}

@media screen and (max-width:1023px) {
    .c-breadcrumb__separator svg {
        height: 1rem;
        width: 1rem
    }
}

.c-breadcrumb__current {
    color: var(--color-deactive-01);
    font-size: .625rem;
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 1.4
}

.l-spacer {
    padding-left: 3.75rem;
    padding-right: 3.75rem
}

@media screen and (min-width:1440px) {
    .l-spacer {
        padding-left: 7.5rem;
        padding-right: 7.5rem
    }
}

@media screen and (max-width:1023px) {
    .l-spacer {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.l-section-inner {
    margin: 0 auto;
    max-width: 75rem
}

#top {
    background: var(--color-wh-01);
    margin-top: 5rem
}

@media screen and (max-width:1023px) {
    #top {
        margin-top: 0
    }
}

#js-news-pinned {
    border-bottom: 1px solid var(--color-line);
    display: none
}

#js-news-pinned:not(:empty) {
    display: block
}

#js-news-pinned .cNewsItem {
    background: transparent;
    border-bottom: none
}

#js-news-pinned .cNewsItem-label {
    background: var(--color-logo-cyan)
}

#js-news-pinned .cNewsItem-body,
#js-news-pinned .cNewsItem-date,
#js-news-pinned .cNewsItem-link {
    color: var(--color-wh-01)
}

.pTop-fv-wrap {
    background: var(--grad, radial-gradient(58.49% 50% at 100% 29.97%, rgba(0, 184, 238, .3) 0, rgba(0, 94, 172, .3) 100%), radial-gradient(93.14% 79.62% at 100% 50%, rgba(0, 184, 238, .3) 0, rgba(0, 94, 172, .3) 100%), radial-gradient(82.14% 78.29% at 100% 100%, rgba(0, 184, 238, .3) 0, rgba(0, 94, 172, .3) 100%), radial-gradient(48.92% 37.04% at .35% 1.23%, rgba(0, 184, 238, .4) 0, rgba(0, 94, 172, .4) 100%), #005eac)
}

@media screen and (min-width:1024px) {
    .pTop-fv-wrap {
        height: calc(100vh - 5rem)
    }
}

.pTop-fv {
    display: flex;
    flex-direction: column;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    position: relative
}

@media screen and (min-width:1440px) {
    .pTop-fv {
        padding-left: 7.5rem;
        padding-right: 7.5rem
    }
}

@media screen and (max-width:1023px) {
    .pTop-fv {
        min-height: auto;
        padding-bottom: 1.25rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.pTop-fv-inner {
    align-items: flex-start;
    display: flex;
    gap: 3.75rem;
    margin: 5rem auto 0;
    max-width: 75rem;
    width: 100%
}

@media screen and (max-width:1023px) {
    .pTop-fv-inner {
        flex-direction: column;
        gap: 1.25rem;
        margin-top: 1.5rem
    }
}

.pTop-fv-left {
    display: flex;
    flex: 1;
    flex-direction: column
}

.pTop-fv-catchcopy {
    color: var(--color-wh-01);
    font-feature-settings: "palt";
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0
}

@media screen and (max-width:1023px) {
    .pTop-fv-catchcopy {
        font-size: 2rem
    }
}

.pTop-fv-catchcopy-dotsWrap {
    display: inline
}

.pTop-fv-catchcopy-dot {
    display: inline-block;
    margin-top: .375rem;
    position: relative
}

.pTop-fv-catchcopy-dot:before {
    background-color: var(--color-wh-01);
    border-radius: 50%;
    content: "";
    height: .5rem;
    left: 50%;
    position: absolute;
    top: -.0625rem;
    transform: translateX(-50%);
    width: .5rem
}

@media screen and (max-width:1023px) {
    .pTop-fv-catchcopy-dot:before {
        height: .25rem;
        width: .25rem
    }
}

.pTop-fv-text {
    color: var(--color-wh-01);
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 1.25rem
}

@media screen and (max-width:1023px) {
    .pTop-fv-text {
        font-size: .875rem;
        margin-top: .75rem
    }
}

.pTop-fv-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    list-style: none;
    margin-top: 2.5rem;
    padding: 0
}

@media screen and (max-width:1023px) {
    .pTop-fv-tags {
        gap: .5rem;
        margin-top: 1.5rem
    }
}

.pTop-fv-tag {
    border: 1px solid var(--color-wh-01);
    border-radius: 100px;
    color: var(--color-wh-01);
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1.4;
    outline: 1px solid var(--color-wh-01);
    outline-offset: 1px;
    padding: .75rem 1.5rem
}

@media screen and (max-width:1023px) {
    .pTop-fv-tag {
        font-size: .75rem;
        padding: .375rem .75rem
    }
}

.pTop-fv-right {
    align-self: center;
    flex-shrink: 0;
    width: 31.25rem
}

.pTop-fv-right img {
    height: auto;
    width: 100%
}

@media screen and (max-width:1023px) {
    .pTop-fv-right {
        width: 15rem
    }
}

.pTop-fv-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2.5rem;
    width: 100%
}

@media screen and (max-width:1023px) {
    .pTop-fv-buttons {
        display: none
    }
}

.pTop-fv-btn {
    align-items: center;
    border: 2px solid transparent;
    border-radius: 4px;
    display: flex;
    flex: 1;
    font-size: 1.125rem;
    font-weight: 700;
    justify-content: space-between;
    letter-spacing: .04em;
    line-height: 1.4;
    overflow: hidden;
    padding: .625rem .625rem .625rem 3.75rem;
    text-decoration: none;
    transition: background-color 415ms cubic-bezier(.35, .8, .34, 1), border-color 415ms cubic-bezier(.35, .8, .34, 1), color 415ms cubic-bezier(.35, .8, .34, 1)
}

@media screen and (max-width:1023px) {
    .pTop-fv-btn {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.4;
        padding-left: 2.5rem
    }
}

.pTop-fv-btn.-docs {
    background: var(--color-gray-01);
    border-color: var(--color-line);
    color: var(--color-bl-01)
}

.pTop-fv-btn.-mail {
    background: var(--color-logo-cyan);
    color: var(--color-wh-01)
}

@media (hover:hover) and (pointer:fine) {
    .pTop-fv-btn.-docs:hover {
        border-color: var(--color-logo-cyan-hover);
        color: var(--color-logo-cyan-hover)
    }

    .pTop-fv-btn.-docs:hover .pTop-fv-btn-icon {
        background: var(--color-gray-01);
        color: var(--color-logo-cyan-hover)
    }

    .pTop-fv-btn.-mail:hover {
        background: var(--color-logo-cyan-hover)
    }
}

.pTop-fv-btn-text {
    flex: 1;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center
}

@media screen and (max-width:1023px) {
    .pTop-fv-btn-text {
        font-size: .9375rem;
        font-weight: 700;
        line-height: 1.4
    }
}

.pTop-fv-btn-icon {
    align-items: center;
    border-radius: 4px;
    display: flex;
    flex-shrink: 0;
    height: 2.5rem;
    justify-content: center;
    margin-left: 1.25rem;
    transition: background-color 415ms cubic-bezier(.35, .8, .34, 1), color 415ms cubic-bezier(.35, .8, .34, 1);
    width: 2.5rem
}

.-docs .pTop-fv-btn-icon {
    background: var(--color-gray-03);
    color: var(--color-bl-01)
}

.-mail .pTop-fv-btn-icon {
    background: #00a8d9
}

.pTop-fv-btn-icon svg {
    height: 1.5rem;
    width: 1.5rem
}

@media screen and (max-width:1023px) {
    .pTop-fv-btn-icon svg {
        height: 1.25rem;
        width: 1.25rem
    }
}

.pTop-spFixedBar {
    display: none
}

@media screen and (max-width:1023px) {
    .pTop-spFixedBar {
        background: var(--color-wh-01);
        border-radius: 4px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        bottom: 0;
        display: flex;
        gap: .125rem;
        left: .625rem;
        padding: .125rem .125rem 1.25rem;
        position: fixed;
        right: .625rem;
        z-index: 30
    }
}

.pTop-spFixedBar-btn {
    align-items: center;
    border-radius: 4px;
    display: flex;
    flex: 1;
    font-size: .875rem;
    font-weight: 700;
    height: 2.75rem;
    justify-content: center;
    letter-spacing: .04em;
    line-height: 1.4;
    text-decoration: none
}

.pTop-spFixedBar-btn.-docs {
    background: var(--color-gray-01);
    border: 2px solid var(--color-line);
    color: var(--color-bl-01)
}

.pTop-spFixedBar-btn.-mail {
    background: var(--color-logo-cyan);
    color: var(--color-wh-01)
}

.pTop-spFixedBar-space {
    flex-shrink: 0;
    width: 2.75rem
}

.pTop-about-inner {
    align-items: center;
    display: flex;
    gap: 6.25rem;
    padding-top: 10rem
}

@media screen and (max-width:1023px) {
    .pTop-about-inner {
        flex-direction: column;
        padding-top: 6.5rem
    }
}

.pTop-about-content {
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-direction: column
}

.pTop-about-heading {
    color: var(--color-bl-01);
    font-feature-settings: "palt";
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.3;
    margin-left: 5rem;
    margin-top: 5rem
}

@media screen and (max-width:1023px) {
    .pTop-about-heading {
        font-size: 2.375rem;
        margin-left: 0
    }
}

.pTop-about-body {
    color: var(--color-bl-01);
    font-size: 1rem;
    letter-spacing: .02em;
    line-height: 1.8;
    margin-left: 5rem;
    margin-top: 1.25rem
}

@media screen and (max-width:1023px) {
    .pTop-about-body {
        font-size: .9375rem;
        line-height: 1.8;
        margin-left: 0
    }
}

.pTop-about-btn {
    align-items: center;
    background: var(--color-logo-blue);
    border-radius: 4px;
    color: var(--color-wh-01);
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    justify-content: space-between;
    letter-spacing: .04em;
    line-height: 1.4;
    margin-left: 5rem;
    margin-top: 2.5rem;
    padding: .5rem .5rem .5rem 2.5rem;
    text-decoration: none;
    transition: background-color 415ms cubic-bezier(.35, .8, .34, 1)
}

@media (hover:hover) and (pointer:fine) {

    .pTop-about-btn:hover,
    .pTop-about-btn:hover .pTop-about-btn-icon {
        background: var(--color-logo-blue-hover)
    }
}

@media screen and (max-width:1023px) {
    .pTop-about-btn {
        font-size: .9375rem;
        font-weight: 700;
        line-height: 1.4;
        margin-left: 0
    }
}

.pTop-about-btn-text {
    flex: 1;
    text-align: center
}

.pTop-about-btn-icon {
    align-items: center;
    background: rgba(0, 0, 0, .1);
    border-radius: 4px;
    display: flex;
    flex-shrink: 0;
    height: 2.5rem;
    justify-content: center;
    margin-left: 1rem;
    width: 2.5rem
}

@media screen and (max-width:1023px) {
    .pTop-about-btn-icon {
        height: 2.5rem;
        width: 2.5rem
    }
}

.pTop-about-btn-icon svg {
    height: 1.25rem;
    width: 1.25rem
}

.pTop-about-image {
    flex-shrink: 0;
    width: 37.5rem
}

@media screen and (max-width:1023px) {
    .pTop-about-image {
        width: 100%
    }
}

.pTop-about-image img {
    height: auto;
    width: 100%
}

.pTop-about-problem {
    display: flex;
    flex-direction: column;
    margin-top: 12.5rem;
    padding-bottom: 10rem
}

@media screen and (max-width:1023px) {
    .pTop-about-problem {
        margin-top: 6.5rem;
        padding-bottom: 5rem
    }
}

.pTop-about-problem-header {
    align-items: flex-end;
    display: flex;
    gap: 2.5rem;
    justify-content: space-between
}

@media screen and (max-width:1023px) {
    .pTop-about-problem-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 1.5rem
    }
}

.pTop-about-problem-heading {
    color: var(--color-bl-01);
    font-feature-settings: "palt";
    font-size: 2.6875rem;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.3;
    margin: 0
}

@media screen and (max-width:1023px) {
    .pTop-about-problem-heading {
        font-size: 1.625rem
    }
}

.pTop-about-problem-desc {
    color: var(--color-bl-01);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.8;
    margin: 0;
    max-width: 25rem
}

@media screen and (max-width:1023px) {
    .pTop-about-problem-desc {
        font-size: .9375rem;
        font-weight: 500;
        line-height: 1.8
    }
}

.pTop-about-cards {
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4rem
}

@media screen and (max-width:1023px) {
    .pTop-about-cards {
        grid-template-columns: 1fr;
        margin-top: 2.5rem
    }
}

#about {
    scroll-margin-top: -7.5rem
}

@media screen and (max-width:1023px) {
    #about {
        scroll-margin-top: -6.5rem
    }
}

#feature {
    padding: 7.5rem 0;
    scroll-margin-top: -7.5rem
}

@media screen and (max-width:1023px) {
    #feature {
        padding: 5rem 0;
        scroll-margin-top: -5rem
    }
}

#case {
    scroll-margin-top: -10rem
}

@media screen and (max-width:1023px) {
    #case {
        scroll-margin-top: -6.5rem
    }
}

.pTop-feature-inner {
    display: flex;
    gap: 4rem;
    margin-top: 6.5rem
}

@media screen and (max-width:1023px) {
    .pTop-feature-inner {
        flex-direction: column;
        gap: 3rem;
        margin-top: 2.5rem
    }
}

.pTop-feature-header {
    align-items: flex-end;
    display: flex;
    gap: 2.5rem;
    justify-content: space-between;
    margin-top: 5rem
}

@media screen and (max-width:1023px) {
    .pTop-feature-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 1.5rem;
        margin-top: 2.5rem
    }
}

.pTop-feature-header-heading {
    color: var(--color-wh-01);
    font-feature-settings: "palt";
    font-size: 2.6875rem;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.3;
    margin: 0
}

@media screen and (max-width:1023px) {
    .pTop-feature-header-heading {
        font-size: 1.625rem
    }
}

.pTop-feature-header-desc {
    color: var(--color-wh-01);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.8;
    margin: 0;
    max-width: 25rem
}

@media screen and (max-width:1023px) {
    .pTop-feature-header-desc {
        font-size: .9375rem;
        font-weight: 500;
        line-height: 1.8
    }
}

.pTop-feature-nav {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 5rem;
    position: sticky;
    top: 6.25rem;
    width: 25rem
}

.pTop-feature-nav-line {
    background: var(--color-wh-01);
    border: none;
    height: 1px;
    margin: 0;
    width: 2.5rem
}

@media screen and (max-width:1023px) {
    .pTop-feature-nav {
        display: none
    }
}

.pTop-feature-navList {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    list-style: none;
    margin: 0;
    padding: 0
}

.pTop-feature-navList-item {
    align-items: center;
    display: flex;
    gap: .75rem
}

.pTop-feature-navList-item.-current .pTop-feature-navList-bullet {
    background: var(--color-wh-01)
}

.pTop-feature-navList-item.-current .pTop-feature-navList-text {
    color: var(--color-wh-01)
}

.pTop-feature-navList-bullet {
    border: 1.5px solid var(--color-wh-01);
    border-radius: 50%;
    flex-shrink: 0;
    height: .5rem;
    margin-top: .25rem;
    transition: background 415ms cubic-bezier(.35, .8, .34, 1);
    width: .5rem
}

.pTop-feature-navList-text {
    color: #99bfde;
    font-size: .8125rem;
    line-height: 1.6;
    text-decoration: none;
    transition: color 415ms cubic-bezier(.35, .8, .34, 1)
}

.pTop-feature-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: .5rem;
    min-width: 0
}

.pTop-feature-card {
    background: var(--color-feature-card);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 3.75rem
}

@media screen and (max-width:1023px) {
    .pTop-feature-card {
        padding: 2.5rem 1.25rem
    }
}

.pTop-feature-card-number {
    align-items: center;
    align-self: flex-start;
    background: var(--color-wh-01);
    border-radius: 4px;
    color: var(--color-logo-blue);
    display: inline-flex;
    font-family: open sans, arial, Hiragino Kaku Gothic ProN, Hiragino Sans, BIZ UDPGothic, meiryo, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    padding: .25rem 1rem
}

@media screen and (max-width:1023px) {
    .pTop-feature-card-number {
        font-size: .6875rem;
        font-weight: 700;
        line-height: 1.2
    }
}

.pTop-feature-card-top {
    display: flex;
    flex-direction: column;
    gap: .75rem
}

.pTop-feature-card-heading {
    color: var(--color-wh-01);
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.4;
    margin: 0
}

@media screen and (max-width:1023px) {
    .pTop-feature-card-heading {
        font-size: 1.3125rem;
        font-weight: 700;
        line-height: 1.4
    }
}

.pTop-feature-card-body {
    color: var(--color-wh-01);
    font-size: .9375rem;
    letter-spacing: .02em;
    line-height: 1.6;
    margin: 0
}

@media screen and (max-width:1023px) {
    .pTop-feature-card-body {
        font-size: .875rem;
        line-height: 1.6
    }
}

.pTop-feature-card-sections {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding-top: .5rem
}

.pTop-feature-card-section {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.pTop-feature-card-section-title {
    color: var(--color-wh-01);
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.4;
    margin: 0
}

@media screen and (max-width:1023px) {
    .pTop-feature-card-section-title {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.4
    }
}

.pTop-feature-card-section-body {
    color: var(--color-wh-01);
    font-size: .9375rem;
    letter-spacing: .02em;
    line-height: 1.5;
    margin: 0
}

@media screen and (max-width:1023px) {
    .pTop-feature-card-section-body {
        font-size: .875rem;
        line-height: 1.5
    }
}

.pTop-feature-card-banner img {
    border-radius: 4px;
    height: auto;
    width: 100%
}

.pTop-feature-card-image {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

@media screen and (max-width:1023px) {
    .pTop-feature-card-image {
        align-items: center;
        align-self: center
    }
}

.pTop-feature-card-image img {
    border-radius: 4px;
    height: auto;
    width: 100%
}

@media screen and (max-width:1023px) {
    .pTop-feature-card-image img {
        width: 12.5rem
    }
}

.pTop-feature-card-image-caption {
    color: var(--color-wh-01);
    font-size: .8125rem;
    line-height: 1.6;
    margin: 0;
    text-align: center
}

@media screen and (max-width:1023px) {
    .pTop-feature-card-image-caption {
        font-size: .75rem;
        line-height: 1.6
    }
}

.pTop-feature-card#feature-02 .pTop-feature-card-image {
    align-self: center;
    width: 20rem
}

.pTop-feature-contact {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 5rem;
    padding-bottom: 5rem;
    padding-top: 5rem
}

@media screen and (max-width:1023px) {
    .pTop-feature-contact {
        padding: 2.5rem 1.25rem
    }
}

.pTop-feature-contact-label {
    color: var(--color-logo-cyan);
    font-family: open sans, arial, Hiragino Kaku Gothic ProN, Hiragino Sans, BIZ UDPGothic, meiryo, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1.2;
    margin: 0
}

@media screen and (max-width:1023px) {
    .pTop-feature-contact-label {
        font-size: 1rem;
        line-height: 1.2
    }
}

.pTop-feature-contact {
    background: var(--color-wh-01);
    border-radius: 8px
}

.pTop-feature-contact-info {
    align-items: baseline;
    display: flex;
    gap: .75rem
}

@media screen and (max-width:1023px) {
    .pTop-feature-contact-info {
        align-items: center;
        flex-direction: column
    }
}

.pTop-feature-contact-logo {
    flex-shrink: 0
}

.pTop-feature-contact-logo img,
.pTop-feature-contact-logo svg {
    display: block;
    height: 1.875rem;
    width: 13.25rem
}

.pTop-feature-contact-sub {
    color: var(--color-bl-01);
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0
}

@media screen and (max-width:1023px) {
    .pTop-feature-contact-sub {
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.2
    }
}

.pTop-feature-contact-heading {
    margin: 0;
    text-align: center
}

@media screen and (max-width:1023px) {
    .pTop-feature-contact-heading {
        display: flex;
        flex-direction: column
    }
}

.pTop-feature-contact-heading-sm {
    color: var(--color-bl-01);
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.4
}

@media screen and (max-width:1023px) {
    .pTop-feature-contact-heading-sm {
        font-size: 1.625rem;
        font-weight: 700;
        line-height: 1.4
    }
}

.pTop-feature-contact-heading-lg {
    background: var(--grad-02);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 2.6875rem;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.4
}

@media screen and (max-width:1023px) {
    .pTop-feature-contact-heading-lg {
        font-size: 1.625rem;
        font-weight: 700;
        line-height: 1.4
    }
}

.pTop-feature-contact-buttons {
    display: flex;
    gap: 1rem;
    width: 37.5rem
}

.pTop-feature-contact-buttons .pTop-fv-btn {
    flex: 1
}

@media screen and (max-width:1023px) {
    .pTop-feature-contact-buttons {
        flex-direction: column;
        gap: .5rem;
        width: 100%
    }
}

.pTop-casestudy {
    padding-top: 10rem
}

@media screen and (max-width:1023px) {
    .pTop-casestudy {
        padding-top: 6.5rem
    }
}

.pTop-casestudy-header {
    align-items: flex-end;
    display: flex;
    gap: 2.5rem;
    justify-content: space-between;
    margin-top: 5rem
}

@media screen and (max-width:1023px) {
    .pTop-casestudy-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 1.5rem;
        margin-top: 2.5rem
    }
}

.pTop-casestudy-heading {
    color: var(--color-bl-01);
    font-feature-settings: "palt";
    font-size: 2.6875rem;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.3;
    margin: 0
}

@media screen and (max-width:1023px) {
    .pTop-casestudy-heading {
        font-size: 1.625rem;
        font-weight: 700;
        line-height: 1.3
    }
}

.pTop-casestudy-desc {
    color: var(--color-bl-01);
    font-size: .9375rem;
    letter-spacing: .02em;
    line-height: 1.8;
    margin: 0;
    max-width: 25rem
}

@media screen and (max-width:1023px) {
    .pTop-casestudy-desc {
        font-size: .875rem;
        line-height: 1.8
    }
}

.pTop-casestudy .cH3Label {
    margin-top: 5rem
}

@media screen and (max-width:1023px) {
    .pTop-casestudy .cH3Label {
        margin-top: 2.5rem
    }
}

.pTop-casestudy .cCasestudyExamples {
    margin-top: 3rem
}

@media screen and (max-width:1023px) {
    .pTop-casestudy .cCasestudyExamples {
        margin-top: 1.5rem
    }
}

.pTop-usecase {
    margin-top: 7.5rem
}

@media screen and (max-width:1023px) {
    .pTop-usecase {
        margin-top: 5rem
    }
}

.pTop-usecase {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

@media screen and (max-width:1023px) {
    .pTop-usecase {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.pTop-usecase .cH3Label {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem
}

.pTop-usecase .cUsecaseCard,
.pTop-usecase .cUsecaseCard+.cUsecaseCard {
    margin-top: 1.5rem
}

.pTop-function {
    display: flex;
    flex-direction: column;
    margin-top: 10rem
}

@media screen and (max-width:1023px) {
    .pTop-function {
        margin-top: 6.5rem
    }
}

.pTop-function-desc {
    color: var(--color-bl-01);
    font-size: .9375rem;
    letter-spacing: .02em;
    line-height: 1.8;
    margin-bottom: 0;
    margin-top: 5rem
}

@media screen and (max-width:1023px) {
    .pTop-function-desc {
        font-size: .875rem;
        line-height: 1.8;
        margin-top: 2.5rem
    }
}

.pTop-function-group {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 6.5rem
}

@media screen and (max-width:1023px) {
    .pTop-function-group {
        gap: 1.5rem;
        margin-top: 2.5rem
    }
}

.pTop-function-grid {
    display: grid;
    gap: .25rem;
    grid-template-columns: repeat(4, 1fr)
}

@media screen and (max-width:1023px) {
    .pTop-function-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

.pTop-function-adminList {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem
}

.pTop-function-adminItem {
    background: var(--color-gray-01);
    border-radius: .25rem;
    color: var(--color-bl-01);
    font-size: .9375rem;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.4;
    padding: .75rem 1.25rem
}

@media screen and (max-width:1023px) {
    .pTop-function-adminItem {
        font-size: .875rem;
        font-weight: 500;
        line-height: 1.4;
        padding: .5rem .625rem
    }
}

.pTop-function-envLead {
    color: var(--color-bl-01);
    font-size: 1rem;
    letter-spacing: .02em;
    line-height: 1.6;
    margin: 0;
    width: 50rem
}

@media screen and (max-width:1023px) {
    .pTop-function-envLead {
        font-size: .9375rem;
        line-height: 1.6;
        width: auto
    }
}

.pTop-function-envTable {
    background: var(--color-gray-01);
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 0;
    padding: 3.75rem 5rem
}

@media screen and (max-width:1023px) {
    .pTop-function-envTable {
        padding: 2.5rem 1.25rem
    }
}

.pTop-function-envRow {
    align-items: flex-start;
    display: flex;
    gap: 0
}

@media screen and (max-width:1023px) {
    .pTop-function-envRow {
        flex-direction: column
    }
}

.pTop-function-envTerm {
    color: var(--color-gray-02);
    flex-shrink: 0;
    font-size: 1rem;
    letter-spacing: .02em;
    line-height: 1.6;
    padding-right: 2.5rem;
    width: 10rem
}

@media screen and (max-width:1023px) {
    .pTop-function-envTerm {
        font-size: .9375rem;
        line-height: 1.6;
        padding-right: 0
    }
}

.pTop-function-envRow .pTop-function-envDesc {
    border-left: 1px solid var(--color-line);
    color: var(--color-bl-01);
    flex: 1;
    font-size: 1rem;
    letter-spacing: .02em;
    line-height: 1.6;
    padding-left: 2.5rem
}

@media screen and (max-width:1023px) {
    .pTop-function-envRow .pTop-function-envDesc {
        border-left: none;
        font-size: .9375rem;
        line-height: 1.6;
        padding-left: 0
    }
}

.pTop-function-envRow .pTop-function-envDesc p {
    margin: 0
}

.pTop-function-envRow .pTop-function-envDesc p+p {
    margin-top: .25rem
}

.pTop-flow {
    display: flex;
    flex-direction: column;
    margin-top: 7.5rem
}

@media screen and (max-width:1023px) {
    .pTop-flow {
        margin-top: 6.5rem
    }
}

.pTop-flow-heading {
    color: var(--color-bl-01);
    font-feature-settings: "palt";
    font-size: 2.6875rem;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.3;
    margin-top: 5rem
}

@media screen and (max-width:1023px) {
    .pTop-flow-heading {
        font-size: 1.625rem;
        font-weight: 700;
        line-height: 1.3;
        margin-top: 2.5rem
    }
}

.pTop-flow-desc {
    color: var(--color-bl-01);
    font-size: .9375rem;
    letter-spacing: .02em;
    line-height: 1.8;
    margin-bottom: 0;
    margin-top: 1.5rem
}

@media screen and (max-width:1023px) {
    .pTop-flow-desc {
        font-size: .875rem;
        line-height: 1.8
    }
}

.pTop-flow-steps {
    align-items: center;
    display: flex;
    gap: 0;
    margin-top: 5rem
}

@media screen and (max-width:1023px) {
    .pTop-flow-steps {
        flex-direction: column;
        gap: .5rem;
        margin-top: 2.5rem
    }
}

.pTop-flow-arrow {
    display: block;
    flex-shrink: 0;
    height: 1.5rem;
    width: 1.5rem
}

@media screen and (max-width:1023px) {
    .pTop-flow-arrow {
        display: none
    }
}

.pTop-cta {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 6.5rem 0
}

@media screen and (max-width:1023px) {
    .pTop-cta {
        padding-bottom: 4rem;
        padding-top: 4rem
    }
}

.pTop-cta-text {
    color: var(--color-wh-01);
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.6;
    margin: 0;
    text-align: center
}

@media screen and (max-width:1023px) {
    .pTop-cta-text {
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.6
    }
}

.pTop-cta-buttons {
    display: flex;
    gap: 1rem;
    width: 37.5rem
}

.pTop-cta-buttons .pTop-fv-btn {
    flex: 1
}

@media screen and (max-width:1023px) {
    .pTop-cta-buttons {
        flex-direction: column;
        gap: .5rem;
        width: 100%
    }
}

.pTop-moreCase {
    margin-top: 7.5rem;
    padding-bottom: 7.5rem;
    padding-left: 12.5rem;
    padding-right: 12.5rem
}

@media screen and (max-width:1023px) {
    .pTop-moreCase {
        margin-top: 5rem;
        padding-bottom: 5rem
    }
}

.pTop-moreCase {
    display: flex;
    flex-direction: column;
    gap: 2.5rem
}

@media screen and (max-width:1023px) {
    .pTop-moreCase {
        padding-left: 0;
        padding-right: 0
    }
}

.pTop-moreCase-heading {
    text-align: center
}

.pTop-moreCase-headingText {
    align-items: center;
    color: var(--color-bl-01);
    display: inline-flex;
    font-size: 1.625rem;
    font-weight: 700;
    gap: 1rem;
    letter-spacing: .02em;
    line-height: 1.4;
    margin: 0
}

@media screen and (max-width:1023px) {
    .pTop-moreCase-headingText {
        align-items: center;
        flex-direction: column;
        font-size: 1.3125rem;
        font-weight: 700;
        line-height: 1.4
    }
}

.pTop-moreCase-headingLogo {
    display: block;
    flex-shrink: 0;
    height: auto;
    width: 15rem
}

.pTop-moreCase-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: center
}

@media screen and (max-width:1023px) {
    .pTop-moreCase-tags {
        gap: .25rem
    }
}

.pTop-moreCase-tag {
    align-items: center;
    background: var(--grad-02);
    border-radius: 100px;
    color: var(--color-wh-01);
    display: inline-flex;
    font-size: .9375rem;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.4;
    padding: 1rem 1.5rem
}

@media screen and (max-width:1023px) {
    .pTop-moreCase-tag {
        font-size: .875rem;
        font-weight: 500;
        line-height: 1.4;
        padding: .625rem 1rem
    }
}

.pTop-version {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 7.5rem
}

.pTop-version-lead {
    align-items: center;
    display: flex;
    gap: 2.5rem;
    justify-content: space-between
}

@media screen and (max-width:1023px) {
    .pTop-version-lead {
        align-items: flex-start;
        flex-direction: column
    }
}

.pTop-version-leadText {
    color: var(--color-bl-01);
    font-size: .9375rem;
    letter-spacing: .02em;
    line-height: 1.8;
    margin: 0;
    width: 50rem
}

@media screen and (max-width:1023px) {
    .pTop-version-leadText {
        font-size: .875rem;
        line-height: 1.8;
        width: auto
    }
}

.pTop-version-updateBtn {
    align-items: center;
    background: var(--color-logo-blue);
    border-radius: .25rem;
    color: var(--color-wh-01);
    display: flex;
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 700;
    justify-content: space-between;
    letter-spacing: .04em;
    line-height: 1.4;
    padding: .5rem .5rem .5rem 2.5rem;
    text-decoration: none;
    transition: background-color 415ms cubic-bezier(.35, .8, .34, 1)
}

@media (hover:hover) and (pointer:fine) {
    .pTop-version-updateBtn:hover {
        background: var(--color-logo-blue-hover)
    }
}

@media screen and (max-width:1023px) {
    .pTop-version-updateBtn {
        font-size: .9375rem;
        font-weight: 700;
        line-height: 1.4
    }
}

.pTop-version-updateBtn-text {
    flex: 1;
    text-align: center
}

.pTop-version-updateBtn-icon {
    align-items: center;
    background: #004e8f;
    border-radius: 4px;
    display: flex;
    flex-shrink: 0;
    height: 2.5rem;
    justify-content: center;
    margin-left: 1rem;
    width: 2.5rem
}

.pTop-version-updateBtn-icon svg {
    height: 1.25rem;
    width: 1.25rem
}

.pTop-version-card {
    background: var(--color-gray-01);
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2.5rem 3.75rem
}

@media screen and (max-width:1023px) {
    .pTop-version-card {
        padding: 2.5rem 1.25rem
    }
}

.pTop-faq {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 10rem
}

@media screen and (max-width:1023px) {
    .pTop-faq {
        margin-top: 6.5rem
    }
}

.pTop-faq-lead {
    align-items: center;
    display: flex;
    gap: 2.5rem;
    justify-content: space-between
}

@media screen and (max-width:1023px) {
    .pTop-faq-lead {
        align-items: flex-start;
        flex-direction: column
    }
}

.pTop-faq-leadText {
    color: var(--color-bl-01);
    font-size: .9375rem;
    letter-spacing: .02em;
    line-height: 1.8;
    margin: 0
}

@media screen and (max-width:1023px) {
    .pTop-faq-leadText {
        font-size: .875rem;
        line-height: 1.8
    }
}

.pTop-faq-contact {
    align-items: center;
    background: var(--color-logo-cyan);
    border-radius: .25rem;
    color: var(--color-wh-01);
    display: flex;
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 700;
    justify-content: space-between;
    letter-spacing: .04em;
    line-height: 1.4;
    padding: .5rem .5rem .5rem 2.5rem;
    text-decoration: none;
    transition: background-color 415ms cubic-bezier(.35, .8, .34, 1);
    width: 15rem
}

@media (hover:hover) and (pointer:fine) {
    .pTop-faq-contact:hover {
        background: var(--color-logo-cyan-hover)
    }
}

@media screen and (max-width:1023px) {
    .pTop-faq-contact {
        font-size: .9375rem;
        font-weight: 700;
        line-height: 1.4;
        padding-left: 1.5rem
    }
}

.pTop-faq-contact-text {
    flex: 1;
    text-align: center
}

.pTop-faq-contact-icon {
    align-items: center;
    background: #00a8d9;
    border-radius: .25rem;
    display: flex;
    flex-shrink: 0;
    height: 2.5rem;
    justify-content: center;
    transition: background-color 415ms cubic-bezier(.35, .8, .34, 1);
    width: 2.5rem
}

.pTop-faq-contact-icon svg {
    height: 1.5rem;
    width: 1.5rem
}

@media (hover:hover) and (pointer:fine) {
    .pTop-faq-contact:hover .pTop-faq-contact-icon {
        background: var(--color-logo-cyan-hover)
    }
}

.pTop-faq-anchors {
    display: flex;
    gap: .25rem
}

@media screen and (max-width:1023px) {
    .pTop-faq-anchors {
        display: none
    }
}

.pTop-faq-anchor {
    align-items: center;
    background: var(--color-logo-blue);
    border-radius: .25rem;
    color: var(--color-wh-01);
    display: flex;
    flex: 1;
    font-size: .9375rem;
    font-weight: 700;
    gap: .5rem;
    justify-content: center;
    letter-spacing: .02em;
    line-height: 1.4;
    padding: .625rem 1rem .625rem 1.5rem;
    text-decoration: none;
    transition: background-color 415ms cubic-bezier(.35, .8, .34, 1)
}

@media (hover:hover) and (pointer:fine) {
    .pTop-faq-anchor:hover {
        background: var(--color-logo-blue-hover)
    }
}

.pTop-faq-anchorIcon {
    display: block;
    flex-shrink: 0;
    height: 1.25rem;
    width: 1.25rem
}

.pTop-faq-group {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2.5rem 6.25rem 0
}

@media screen and (max-width:1023px) {
    .pTop-faq-group {
        padding-left: 0;
        padding-right: 0
    }
}

.pTop-faq-items {
    display: flex;
    flex-direction: column;
    gap: .25rem
}

.cNewsItem {
    background: var(--color-gray-01);
    border-bottom: 1px solid var(--color-line)
}

.cNewsItem-inner {
    align-items: center;
    box-sizing: content-box;
    display: flex;
    gap: 1rem;
    margin: 0 auto;
    max-width: 75rem;
    padding: .75rem 7.5rem
}

@media screen and (max-width:1439px) {
    .cNewsItem-inner {
        padding-left: 3.75rem;
        padding-right: 3.75rem
    }
}

@media screen and (max-width:1023px) {
    .cNewsItem-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: .375rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.cNewsItem-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: .5rem;
    min-width: 0
}

.cNewsItem-meta {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    gap: .5rem
}

.cNewsItem-label {
    align-items: center;
    background: var(--color-logo-blue);
    border-radius: 4px;
    color: var(--color-wh-01);
    display: inline-flex;
    flex-shrink: 0;
    font-size: .75rem;
    font-weight: 500;
    justify-content: center;
    line-height: 1.4;
    padding: .125rem .5rem
}

@media screen and (max-width:1023px) {
    .cNewsItem-label {
        font-size: .75rem;
        font-weight: 500;
        line-height: 1.4;
        padding: .125rem .25rem
    }
}

.cNewsItem-date {
    color: var(--color-gray-02);
    flex-shrink: 0;
    font-family: open sans, arial, Hiragino Kaku Gothic ProN, Hiragino Sans, BIZ UDPGothic, meiryo, sans-serif;
    font-size: .875rem;
    line-height: 1.4;
    margin-right: .25rem
}

@media screen and (max-width:1023px) {
    .cNewsItem-date {
        font-size: .75rem
    }
}

.cNewsItem-body {
    color: var(--color-bl-01);
    font-size: .9375rem;
    line-height: 1.5;
    margin: 0
}

@media screen and (max-width:1023px) {
    .cNewsItem-body {
        font-size: .8125rem;
        line-height: 1.5
    }
}

.cNewsItem-link {
    color: var(--color-bl-01);
    flex-shrink: 0;
    font-size: .8125rem;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap
}

@media screen and (max-width:1023px) {
    .cNewsItem-link {
        font-size: .75rem
    }
}

.cNewsItem-link .u-underline--visible__target {
    align-items: center;
    display: inline-flex
}

.cNewsItem-linkIcon {
    height: .9375rem;
    width: .9375rem
}

.cFaqItem {
    background: var(--color-gray-01);
    border-radius: .25rem
}

.cFaqItem-q {
    align-items: flex-start;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    gap: 1.25rem;
    padding: 1rem 1.5rem;
    text-align: left;
    width: 100%
}

@media screen and (max-width:1023px) {
    .cFaqItem-q {
        gap: .625rem;
        padding: .75rem .625rem
    }
}

.cFaqItem-qIcon {
    display: flex;
    flex-shrink: 0
}

@media screen and (max-width:1023px) {

    .cFaqItem-qIcon,
    .cFaqItem-qIcon svg {
        height: 1.75rem;
        width: 1.75rem
    }
}

.cFaqItem-qText {
    color: var(--color-logo-blue);
    flex: 1;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.5;
    padding-top: .375rem
}

@media screen and (max-width:1023px) {
    .cFaqItem-qText {
        font-size: .9375rem;
        line-height: 1.5;
        padding-top: .125rem
    }
}

.cFaqItem-toggle {
    display: flex;
    flex-shrink: 0;
    padding-top: .5rem
}

.cFaqItem-toggleSvg {
    display: block;
    height: 1.5rem;
    width: 1.5rem
}

@media screen and (max-width:1023px) {
    .cFaqItem-toggleSvg {
        height: 1.25rem;
        width: 1.25rem
    }
}

.cFaqItem-toggleV {
    transform-box: fill-box;
    transform-origin: center;
    transition: transform .25s ease, opacity .25s ease
}

.cFaqItem.-open .cFaqItem-toggleV {
    opacity: 0;
    transform: scaleY(0)
}

.cFaqItem-answerWrap {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .3s ease
}

.cFaqItem.-open .cFaqItem-answerWrap {
    grid-template-rows: 1fr
}

.cFaqItem-answerInner {
    overflow: hidden
}

.cFaqItem-divider {
    border: none;
    border-top: 1px solid var(--color-line);
    margin: 0 1.5rem 1rem
}

@media screen and (max-width:1023px) {
    .cFaqItem-divider {
        margin: 0 .625rem .75rem
    }
}

.cFaqItem-a {
    align-items: flex-start;
    display: flex;
    gap: 1.25rem;
    padding: 0 1.5rem 1rem
}

@media screen and (max-width:1023px) {
    .cFaqItem-a {
        gap: .625rem;
        padding: 0 .625rem .75rem
    }
}

.cFaqItem-aIcon {
    display: flex;
    flex-shrink: 0
}

@media screen and (max-width:1023px) {

    .cFaqItem-aIcon,
    .cFaqItem-aIcon svg {
        height: 1.75rem;
        width: 1.75rem
    }
}

.cFaqItem-aText {
    color: var(--color-bl-01);
    font-size: 1rem;
    letter-spacing: .02em;
    line-height: 1.5;
    margin: 0;
    padding-top: .375rem
}

@media screen and (max-width:1023px) {
    .cFaqItem-aText {
        font-size: .9375rem;
        line-height: 1.5;
        padding-top: .125rem
    }
}

.cVersionItem {
    border-bottom: 1px solid var(--color-line);
    padding-bottom: 1.5rem
}

.cVersionItem:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.cVersionItem-header {
    align-items: center;
    display: flex;
    gap: .75rem;
    margin-bottom: .75rem
}

.cVersionItem-date {
    color: var(--color-gray-02);
    font-size: .9375rem;
    line-height: 1.6
}

.cVersionItem-badge,
.cVersionItem-date {
    font-family: open sans, arial, Hiragino Kaku Gothic ProN, Hiragino Sans, BIZ UDPGothic, meiryo, sans-serif;
    letter-spacing: .04em
}

.cVersionItem-badge {
    align-items: center;
    background: var(--color-logo-blue);
    border-radius: 4px;
    color: var(--color-wh-01);
    display: inline-flex;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.4;
    padding: .125rem .5rem
}

@media screen and (max-width:1023px) {
    .cVersionItem-badge {
        padding: .125rem .25rem
    }
}

.cVersionItem-heading {
    color: var(--color-bl-01);
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.5;
    margin: 0 0 .5rem
}

@media screen and (max-width:1023px) {
    .cVersionItem-heading {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.5
    }
}

.cVersionItem-body,
.cVersionItem-section {
    display: flex;
    flex-direction: column;
    gap: .25rem
}

.cVersionItem-label {
    color: var(--color-bl-01);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.5;
    margin: .25rem 0 0
}

@media screen and (max-width:1023px) {
    .cVersionItem-label {
        font-size: .9375rem;
        font-weight: 500;
        line-height: 1.5
    }
}

.cVersionItem-text {
    color: var(--color-bl-01);
    font-size: 1rem;
    letter-spacing: .02em;
    line-height: 1.5;
    margin: 0
}

@media screen and (max-width:1023px) {
    .cVersionItem-text {
        font-size: .9375rem;
        line-height: 1.5
    }
}

.cVersionItem-list {
    display: flex;
    flex-direction: column;
    list-style-type: "・";
    margin: 0;
    padding-left: 1em
}

.cVersionItem-listItem {
    color: var(--color-bl-01);
    font-size: .9375rem;
    letter-spacing: .02em;
    line-height: 1.6
}

@media screen and (max-width:1023px) {
    .cVersionItem-listItem {
        font-size: .875rem;
        line-height: 1.6
    }
}

.cVersionItem-listItem::marker {
    content: "・"
}

#cta-bottom {
    margin-top: 7.5rem
}