article:not(.archive-item) {
    background-color: #dee5ef;
}

article:not(.archive-item) .entry-header-circle {
    height: 774px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

article:not(.archive-item) .entry-header-circle .entry-header-circle-inner {
    background-color: #dee5ef;
    height: 774px;
    left: -26px;
    position: absolute;
    top: -253px;
    width: 774px;
    z-index: 1;
}

article:not(.archive-item) .entry-header-circle .entry-header-circle-inner::before {
    animation: a 800s linear infinite both;
    background-image: url(../images/common/content/circle-sp.svg);
    background-repeat: no-repeat;
    background-size: 774px auto;
    content: '';
    left: 0;
    mix-blend-mode: soft-light;
    padding-top: 100%;
    position: absolute;
    top: 0;
    transform-origin: center;
    width: 100%;
    z-index: 2;
}

article:not(.archive-item) .entry-header-circle .entry-header-circle-inner::after {
    bottom: 0;
    content: '';
    left: 26px;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 1;
}

article:not(.archive-item) > .entry-header::after {
    display: none;
}

article:not(.archive-item) > .entry-header .entry-header-inner {
    padding-block: 119px 88px;
    position: relative;
    z-index: 1;
}

.entry-header-title {
    -webkit-background-clip: text;
    font-feature-settings: 'palt' on;
    background-image: linear-gradient(249.99deg, #092145 49.98%, #21629d 78.67%, #004bdd 103.37%);
    color: transparent;
    display: flex;
    font-size: 2rem;
    letter-spacing: 0.03em;
    line-height: 1.2;
    margin-left: 27px;
}

.entry-header-label {
    display: flex;
    flex-direction: column;
    left: 0;
    min-height: 200px;
    position: absolute;
    top: 120px;
    z-index: 1;
}

.entry-header-label .entry-header-label-logo img {
    display: block;
    height: 82px;
    width: auto;
}

.entry-header-label .entry-header-label-type {
    align-items: center;
    color: #c5cfdb;
    display: flex;
    flex: 1 1 auto;
    font-size: 0.875rem;
    line-height: 1;
    writing-mode: vertical-rl;
}

.entry-header-label .entry-header-label-type::before {
    background-color: rgba(197, 207, 219, 0.5);
    content: '';
    flex: 1 1 auto;
    margin-inline: 12px;
    width: 1px;
}

.services-top-anchors {
    margin-top: 63px;
}

.services-top-anchors .anchors-menu {
    display: grid;
    gap: 32px;
    margin: 0 auto;
    padding-inline: 28px;
}

.services-top-anchors .anchors-menu .anchors-menu-item {
    list-style: none;
}

.services-top-anchors .anchors-menu .anchors-menu-item .anchors-menu-link {
    align-items: center;
    border-radius: 12px;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 32px 16px 18px;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

.services-top-anchors .anchors-menu .anchors-menu-item .anchors-menu-link::before {
    border-radius: 12px;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.services-top-anchors .anchors-menu .anchors-menu-item .anchors-menu-link::after {
    background-image: url(../images/services/icon-anchors.svg);
    background-repeat: no-repeat;
    background-size: 12px auto;
    content: '';
    height: 6px;
    margin-top: 12px;
    position: relative;
    top: 0;
    transition: top 0.3s ease;
    width: 12px;
    z-index: 2;
}

.services-top-anchors .anchors-menu .anchors-menu-item .anchors-menu-link:active::before,
.services-top-anchors .anchors-menu .anchors-menu-item .anchors-menu-link:hover::before {
    opacity: 1;
}

.services-top-anchors .anchors-menu .anchors-menu-item .anchors-menu-label {
    -webkit-backdrop-filter: blur(22.14px);
    backdrop-filter: blur(22.14px);
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 4em;
    color: transparent;
    display: flex;
    font-size: 0.75rem;
    left: -17px;
    line-height: 1.5933333333;
    padding: 6px 16px;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    z-index: 2;
}

.services-top-anchors .anchors-menu .anchors-menu-item .anchors-menu-label span {
    -webkit-background-clip: text;
}

.services-top-anchors .anchors-menu .anchors-menu-item .service-title {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    line-height: 1.4;
    position: relative;
    z-index: 2;
}

.services-top-anchors .anchors-menu .anchors-menu-item .service-title span {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 1px;
}

.services-top-anchors .anchors-menu .anchors-menu-item .anchors-menu-title-en {
    -webkit-backdrop-filter: blur(15.87px);
    backdrop-filter: blur(15.87px);
    color: rgba(255, 255, 255, 0.8);
    font-size: 3.5rem;
    left: 50%;
    line-height: 1;
    opacity: 0.1;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1;
}

.services-top-anchors .anchors-menu .anchors-menu-item .service-content {
    font-feature-settings: 'palt' on;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-top: 16px;
    position: relative;
    text-align: center;
    z-index: 2;
}

.services-top-anchors .anchors-menu .anchors-menu-item .post-thumbnail {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border: 0;
    border-radius: 0;
    bottom: -16px;
    margin: 0;
    position: absolute;
    right: 9px;
    z-index: 2;
}

.services-top-anchors .anchors-menu .anchors-menu-item .post-thumbnail img {
    display: block;
    height: auto;
    width: 40px;
}

.services-top-anchors .anchors-menu .anchors-menu-item:first-child .anchors-menu-link {
    background-image: linear-gradient(111.34deg, #1460c6, #4094d4);
}

.services-top-anchors .anchors-menu .anchors-menu-item:first-child .anchors-menu-link::before {
    background-image: linear-gradient(134.99deg, #003f93, #0082df 98.78%);
}

.services-top-anchors .anchors-menu .anchors-menu-item:first-child .anchors-menu-label span {
    background-image: linear-gradient(111.34deg, #1460c6, #4094d4);
}

.services-top-anchors .anchors-menu .anchors-menu-item:first-child .anchors-menu-title-en {
    top: 73px;
}

.services-top-anchors .anchors-menu .anchors-menu-item:nth-child(2) .anchors-menu-link {
    background-image: linear-gradient(151.44deg, #5e3cbe, #8167cb 101.64%);
}

.services-top-anchors .anchors-menu .anchors-menu-item:nth-child(2) .anchors-menu-link::before {
    background-image: linear-gradient(128.37deg, #3131ab, #7923b8 98.02%);
}

.services-top-anchors .anchors-menu .anchors-menu-item:nth-child(2) .anchors-menu-label span {
    background-image: linear-gradient(151.44deg, #5e3cbe, #8167cb 101.64%);
}

.services-top-anchors .anchors-menu .anchors-menu-item:nth-child(2) .anchors-menu-title-en {
    top: 71px;
}

.services-top-anchors .anchors-menu .anchors-menu-item:nth-child(3) .anchors-menu-link {
    background-image: linear-gradient(117.5deg, #00a944 -0.04%, #69cf45 100.1%);
}

.services-top-anchors .anchors-menu .anchors-menu-item:nth-child(3) .anchors-menu-link::before {
    background-image: linear-gradient(118.04deg, #00894f 2.3%, #46c026 100.15%);
}

.services-top-anchors .anchors-menu .anchors-menu-item:nth-child(3) .anchors-menu-label span {
    background-image: linear-gradient(117.5deg, #00a944 -0.04%, #69cf45 100.1%);
}

.services-top-anchors .anchors-menu .anchors-menu-item:nth-child(3) .anchors-menu-title-en {
    top: 70px;
}

.entry-content {
    padding-top: 24px;
    position: relative;
    z-index: 1;
}

.entry-content::after {
    background-color: #f7fafc;
    border-radius: 24px 24px 0 0;
    content: '';
    height: 24px;
    left: 0;
    position: absolute;
    right: 0;
    top: -24px;
    z-index: 1;
}

.entry-content .entry-content-inner {
    padding-bottom: 80px;
    padding-inline: 24px;
}

.services-nav-list {
    background-color: #ebf0f7;
    padding-top: 80px;
    position: relative;
    z-index: 2;
}

.services-nav-list .services-nav-contact-wrapper {
    padding-inline: 24px 23px;
}

.services-nav-list .services-nav-contact {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.services-nav-list .services-nav-contact-item {
    position: relative;
    z-index: 2;
}

.services-nav-list .services-nav-contact-item + .services-nav-contact-item::before {
    background-color: rgba(255, 255, 255, 0.2);
    content: '';
    display: block;
    height: 1px;
    width: 100%;
}

.services-nav-list .services-nav-contact-item + .services-nav-contact-item a::after {
    bottom: -100%;
    top: 0;
    transform: translateY(-50%);
}

.services-nav-list .services-nav-contact-item a {
    color: #fff;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

.services-nav-list .services-nav-contact-item a::before {
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
    z-index: 1;
}

.services-nav-list .services-nav-contact-item a::after {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 64px auto;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: -100%;
    transform: translateY(50%);
    width: 64px;
    z-index: 2;
}

.services-nav-list .services-nav-contact-item a .services-nav-contact-item-inner {
    display: flex;
    flex-direction: column;
    padding: 40px 50px 40px 32px;
    position: relative;
    z-index: 2;
}

.services-nav-list .services-nav-contact-item a .services-nav-contact-item-inner::after {
    background-color: #fff;
    clip-path: url(#heptagon-sharp);
    content: '';
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 32px;
    top: 50%;
    width: 12px;
    z-index: 2;
}

.services-nav-list .services-nav-contact-item a .item-name-en {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 3px;
    position: relative;
    z-index: 2;
}

.services-nav-list .services-nav-contact-item a .item-name {
    font-size: 1.625rem;
    line-height: 1.5384615385;
    position: relative;
    z-index: 2;
}

.services-nav-list .services-nav-contact-item a .item-description {
    font-size: 1rem;
    line-height: 2;
    margin-top: 16px;
    position: relative;
    z-index: 2;
}

.services-nav-list .services-nav-contact-item a:active::before,
.services-nav-list .services-nav-contact-item a:hover::before {
    opacity: 1;
}

.services-nav-list .services-nav-contact-label {
    -webkit-backdrop-filter: blur(4.93px);
    backdrop-filter: blur(4.93px);
    color: rgba(255, 255, 255, 0.8);
    font-size: 4.5rem;
    left: -16px;
    line-height: 1;
    opacity: 0.1;
    position: absolute;
    top: 23px;
    white-space: nowrap;
    writing-mode: vertical-rl;
    z-index: 1;
}

.services-nav-list .c-service-list .service-list-inner {
    padding-top: 80px;
}

.site-footer {
    z-index: 3;
}

.site-footer::before {
    border-radius: 24px 24px 0 0;
}

body.consulting-service article:not(.archive-item) .entry-header-circle,
body.consulting-service article:not(.archive-item) .entry-header-circle .entry-header-circle-inner,
body.development-service article:not(.archive-item) .entry-header-circle,
body.development-service article:not(.archive-item) .entry-header-circle .entry-header-circle-inner,
body.fully-managed-service article:not(.archive-item) .entry-header-circle,
body.fully-managed-service article:not(.archive-item) .entry-header-circle .entry-header-circle-inner {
    background-color: initial;
}

body.consulting-service article:not(.archive-item) .entry-header-circle::before,
body.development-service article:not(.archive-item) .entry-header-circle::before,
body.fully-managed-service article:not(.archive-item) .entry-header-circle::before {
    background-image: url(../images/services/services-circle-sp.svg);
}

body.consulting-service article:not(.archive-item) > .entry-header .entry-header-inner,
body.development-service article:not(.archive-item) > .entry-header .entry-header-inner,
body.fully-managed-service article:not(.archive-item) > .entry-header .entry-header-inner {
    color: #fff;
    padding: 119px 24px 137px 52px;
}

body.consulting-service .entry-header-label-type,
body.development-service .entry-header-label-type,
body.fully-managed-service .entry-header-label-type {
    color: #fff;
    white-space: nowrap;
}

body.consulting-service .entry-header-label-type::before,
body.development-service .entry-header-label-type::before,
body.fully-managed-service .entry-header-label-type::before {
    background-color: rgba(255, 255, 255, 0.5);
}

body.consulting-service .services-main-title,
body.development-service .services-main-title,
body.fully-managed-service .services-main-title {
    align-items: center;
    display: flex;
    font-size: 0.875rem;
    line-height: 1.5714285714;
    margin-bottom: 12px;
}

body.consulting-service .services-main-title::before,
body.development-service .services-main-title::before,
body.fully-managed-service .services-main-title::before {
    background-color: #fff;
    clip-path: url(#heptagon-sharp);
    content: '';
    height: 12px;
    margin-right: 8px;
    width: 12px;
}

body.consulting-service .services-header-title,
body.development-service .services-header-title,
body.fully-managed-service .services-header-title {
    font-feature-settings: 'palt' on;
    font-size: 2rem;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-align: justify;
}

body.consulting-service .services-type-title,
body.development-service .services-type-title,
body.fully-managed-service .services-type-title {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    margin-top: 32px;
}

body.consulting-service .services-anchors,
body.development-service .services-anchors,
body.fully-managed-service .services-anchors {
    margin-top: 32px;
}

body.consulting-service .services-anchors .anchors-menu,
body.development-service .services-anchors .anchors-menu,
body.fully-managed-service .services-anchors .anchors-menu {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
}

body.consulting-service .services-anchors .anchors-menu .anchors-menu-item,
body.development-service .services-anchors .anchors-menu .anchors-menu-item,
body.fully-managed-service .services-anchors .anchors-menu .anchors-menu-item {
    list-style: none;
}

body.consulting-service .services-anchors .anchors-menu .anchors-menu-item a,
body.development-service .services-anchors .anchors-menu .anchors-menu-item a,
body.fully-managed-service .services-anchors .anchors-menu .anchors-menu-item a {
    -webkit-backdrop-filter: blur(32px);
    align-items: center;
    backdrop-filter: blur(32px);
    background-color: rgba(255, 255, 255, 0.64);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    color: #093345;
    display: flex;
    font-size: 0.75rem;
    height: 100%;
    justify-content: space-between;
    line-height: 1.2;
    min-height: 4em;
    padding: 9px 15px;
    text-decoration: none;
}

body.consulting-service .services-anchors .anchors-menu .anchors-menu-item a::after,
body.development-service .services-anchors .anchors-menu .anchors-menu-item a::after,
body.fully-managed-service .services-anchors .anchors-menu .anchors-menu-item a::after {
    clip-path: url(#heptagon-sharp);
    content: '';
    height: 8px;
    margin-left: 8px;
    width: 8px;
}

body.consulting-service .services-anchors .anchors-menu .anchors-menu-item a:active,
body.consulting-service .services-anchors .anchors-menu .anchors-menu-item a:hover,
body.development-service .services-anchors .anchors-menu .anchors-menu-item a:active,
body.development-service .services-anchors .anchors-menu .anchors-menu-item a:hover,
body.fully-managed-service .services-anchors .anchors-menu .anchors-menu-item a:active,
body.fully-managed-service .services-anchors .anchors-menu .anchors-menu-item a:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

body.consulting-service .entry-content .entry-content-inner,
body.development-service .entry-content .entry-content-inner,
body.fully-managed-service .entry-content .entry-content-inner {
    padding-bottom: 0;
    position: relative;
    z-index: 2;
}

body.consulting-service .entry-content::after,
body.consulting-service .entry-content::before,
body.development-service .entry-content::after,
body.development-service .entry-content::before,
body.fully-managed-service .entry-content::after,
body.fully-managed-service .entry-content::before {
    background-color: #ebf0f7;
}

body.fully-managed-service article:not(.archive-item) .entry-header-circle-inner::after {
    background-image: linear-gradient(111.34deg, #1460c6, #4094d4);
}

body.fully-managed-service .entry-header-label .entry-header-label-type::before {
    height: 27px;
}

body.fully-managed-service .services-nav-list .services-nav-contact {
    background-image: linear-gradient(111.34deg, #1460c6, #4094d4);
}

body.fully-managed-service .services-nav-list .services-nav-contact a::before {
    background-image: linear-gradient(134.99deg, #003f93, #0082df 98.78%);
}

body.fully-managed-service .services-nav-list .services-nav-contact a::after {
    background-image: url(../images/services/text-fully-managed-sp.svg);
}

body.fully-managed-service .services-anchors .anchors-menu .anchors-menu-item a::after {
    background-color: #2879cd;
}

body.development-service article:not(.archive-item) .entry-header-circle-inner::after {
    background-image: linear-gradient(95.23deg, rgba(30, 66, 198, 0.8) -27.43%, rgba(125, 1, 164, 0.8) 118.64%);
}

body.development-service .entry-header-label .entry-header-label-type::before {
    height: 34px;
}

body.development-service .services-nav-list .services-nav-contact {
    background-image: linear-gradient(95.23deg, rgba(30, 66, 198, 0.8) -27.43%, rgba(125, 1, 164, 0.8) 118.64%);
}

body.development-service .services-nav-list .services-nav-contact a::before {
    background-image: linear-gradient(128.37deg, #3131ab, #7923b8 98.02%);
}

body.development-service .services-nav-list .services-nav-contact a::after {
    background-image: url(../images/services/text-development-sp.svg);
}

body.development-service .services-anchors .anchors-menu .anchors-menu-item a::after {
    background-color: #8269c8;
}

body.consulting-service article:not(.archive-item) .entry-header-circle-inner::after {
    background-image: linear-gradient(117.5deg, #00a944 -0.04%, #69cf45 100.1%);
}

body.consulting-service .entry-header-label .entry-header-label-type::before {
    height: 46px;
}

body.consulting-service .services-nav-list .services-nav-contact {
    background-image: linear-gradient(117.5deg, #00a944 -0.04%, #69cf45 100.1%);
}

body.consulting-service .services-nav-list .services-nav-contact a::before {
    background-image: linear-gradient(118.04deg, #00894f 2.3%, #46c026 100.15%);
}

body.consulting-service .services-nav-list .services-nav-contact a::after {
    background-image: url(../images/services/text-consulting-sp.svg);
}

body.consulting-service .services-anchors .anchors-menu .anchors-menu-item a::after {
    background-color: #5da600;
}

@keyframes a {

    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

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

    article:not(.archive-item) .entry-header-circle {
        height: 2113px;
    }

    article:not(.archive-item) .entry-header-circle .entry-header-circle-inner {
        height: 2113px;
        left: 50%;
        top: -1116px;
        transform: translateX(-781px);
        width: 2113px;
    }

    article:not(.archive-item) .entry-header-circle .entry-header-circle-inner::before {
        background-image: url(../images/common/content/circle-pc.svg);
        background-size: 2113px auto;
    }

    article:not(.archive-item) .entry-header-circle .entry-header-circle-inner::after {
        left: 50%;
        transform: translateX(calc(-50% - 275.5px));
    }

    article:not(.archive-item) > .entry-header .entry-header-inner {
        max-width: 1440px;
        padding-block: 238px 160px;
        width: 100%;
    }

    article:not(.archive-item) > .entry-header .entry-header-text {
        margin-left: 23.11046512%;
        position: relative;
        width: 66.27906977%;
        z-index: 1;
    }

    .entry-header-title {
        font-feature-settings: normal;
        font-size: 3.5rem;
        letter-spacing: normal;
        line-height: 1.4285714286;
        margin-left: 0;
    }

    .entry-header-label {
        left: -130px;
        min-height: 240px;
        top: 0;
    }

    .services-top-anchors {
        margin-top: 144px;
    }

    .services-top-anchors .anchors-menu {
        gap: 24px;
        grid-template-columns: 1fr 1fr 1fr;
        padding-inline: 0;
    }

    .services-top-anchors .anchors-menu .anchors-menu-item .anchors-menu-link {
        border-radius: 24px;
        padding: 56px 10px 48px;
    }

    .services-top-anchors .anchors-menu .anchors-menu-item .anchors-menu-link::before {
        border-radius: 24px;
    }

    .services-top-anchors .anchors-menu .anchors-menu-item .anchors-menu-link::after {
        background-size: 16px auto;
        height: 8px;
        margin-top: 24px;
        width: 16px;
    }

    .services-top-anchors .anchors-menu .anchors-menu-item .anchors-menu-link:active::after,
    .services-top-anchors .anchors-menu .anchors-menu-item .anchors-menu-link:hover::after {
        top: 12px;
    }

    .services-top-anchors .anchors-menu .anchors-menu-item .anchors-menu-label {
        -webkit-backdrop-filter: blur(22px);
        backdrop-filter: blur(22px);
        font-size: 0.875rem;
        left: -15px;
        line-height: 1.5714285714;
        padding: 8px 24px;
    }

    .services-top-anchors .anchors-menu .anchors-menu-item .service-title {
        font-size: 1.625rem;
        line-height: 1.4;
    }

    .services-top-anchors .anchors-menu .anchors-menu-item .service-title span {
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .services-top-anchors .anchors-menu .anchors-menu-item .anchors-menu-title-en {
        font-size: 3.875rem;
    }

    .services-top-anchors .anchors-menu .anchors-menu-item .service-content {
        font-size: 0.875rem;
        line-height: 1.4;
        margin-top: 40px;
    }

    .services-top-anchors .anchors-menu .anchors-menu-item .post-thumbnail {
        bottom: -40px;
        right: 16px;
    }

    .services-top-anchors .anchors-menu .anchors-menu-item .post-thumbnail img {
        width: 56px;
    }

    .services-top-anchors .anchors-menu .anchors-menu-item:first-child .anchors-menu-title-en,
    .services-top-anchors .anchors-menu .anchors-menu-item:nth-child(2) .anchors-menu-title-en,
    .services-top-anchors .anchors-menu .anchors-menu-item:nth-child(3) .anchors-menu-title-en {
        top: 109px;
    }

    .entry-content {
        margin-top: 40px;
    }

    .entry-content::after {
        border-radius: 40px 40px 0 0;
        height: 40px;
        top: -40px;
    }

    .entry-content .entry-content-inner {
        max-width: 1440px;
        padding-bottom: 100px;
        padding-inline: 0;
    }

    .services-nav-list {
        padding-top: 228px;
    }

    .services-nav-list .services-nav-contact-wrapper {
        margin-inline: auto;
        max-width: 1288px;
        padding-inline: 32px;
    }

    .services-nav-list .services-nav-contact {
        border-radius: 34px;
        display: flex;
    }

    .services-nav-list .services-nav-contact-item {
        width: 100%;
    }

    .services-nav-list .services-nav-contact-item + .services-nav-contact-item::before {
        bottom: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 1px;
        z-index: 3;
    }

    .services-nav-list .services-nav-contact-item + .services-nav-contact-item a::after {
        bottom: auto;
        left: 0;
        right: -100%;
        top: calc(50% - 60px);
        transform: translateX(-50%);
    }

    .services-nav-list .services-nav-contact-item a::after {
        background-size: auto 121px;
        bottom: auto;
        height: 121px;
        left: -100%;
        right: 0;
        top: calc(50% - 60px);
        transform: translateX(50%);
        width: auto;
    }

    .services-nav-list .services-nav-contact-item a .services-nav-contact-item-inner {
        padding: 103px 76px 102px 64px;
    }

    .services-nav-list .services-nav-contact-item a .services-nav-contact-item-inner::after {
        right: 64px;
    }

    .services-nav-list .services-nav-contact-item a .item-name {
        font-size: 2rem;
        line-height: 1.5;
    }

    .services-nav-list .services-nav-contact-label {
        font-size: 17.1875rem;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        writing-mode: horizontal-tb;
    }

    .services-nav-list .c-service-list .service-list-inner {
        padding-top: 120px;
    }

    .site-footer::before {
        border-radius: 40px 40px 0 0;
    }

    body.consulting-service article:not(.archive-item) .entry-header-circle::before,
    body.development-service article:not(.archive-item) .entry-header-circle::before,
    body.fully-managed-service article:not(.archive-item) .entry-header-circle::before {
        background-image: url(../images/services/services-circle-pc.svg);
    }

    body.consulting-service article:not(.archive-item) > .entry-header .entry-header-inner,
    body.development-service article:not(.archive-item) > .entry-header .entry-header-inner,
    body.fully-managed-service article:not(.archive-item) > .entry-header .entry-header-inner {
        padding: 238px 32px 160px;
    }

    body.consulting-service .services-main-title,
    body.development-service .services-main-title,
    body.fully-managed-service .services-main-title {
        font-size: 1.25rem;
        line-height: 1.3;
        margin-bottom: 32px;
    }

    body.consulting-service .services-main-title::before,
    body.development-service .services-main-title::before,
    body.fully-managed-service .services-main-title::before {
        margin-right: 12px;
    }

    body.consulting-service .services-header-title,
    body.development-service .services-header-title,
    body.fully-managed-service .services-header-title {
        font-feature-settings: normal;
        font-size: 3.5rem;
        letter-spacing: normal;
        line-height: 1.4285714286;
        text-align: left;
    }

    body.consulting-service .services-type-title,
    body.development-service .services-type-title,
    body.fully-managed-service .services-type-title {
        font-size: 1rem;
        line-height: 2;
    }

    body.consulting-service .services-anchors,
    body.development-service .services-anchors,
    body.fully-managed-service .services-anchors {
        margin-top: 80px;
    }

    body.consulting-service .services-anchors .anchors-menu,
    body.development-service .services-anchors .anchors-menu,
    body.fully-managed-service .services-anchors .anchors-menu {
        grid-template-columns: 1fr 1fr 1fr;
    }

    body.consulting-service .services-anchors .anchors-menu .anchors-menu-item a,
    body.development-service .services-anchors .anchors-menu .anchors-menu-item a,
    body.fully-managed-service .services-anchors .anchors-menu .anchors-menu-item a {
        font-feature-settings: 'palt' on;
        border-radius: 16px;
        font-size: 0.875rem;
        letter-spacing: 0.05em;
        line-height: 2.2857142857;
        min-height: 0;
        padding: 15px 31px;
    }

    body.fully-managed-service .entry-header-label .entry-header-label-type::before {
        height: 67px;
    }

    body.fully-managed-service .services-nav-list .services-nav-contact a::after {
        background-image: url(../images/services/text-fully-managed-pc.svg);
    }

    body.development-service .entry-header-label .entry-header-label-type::before {
        height: 74px;
    }

    body.development-service .services-nav-list .services-nav-contact a::after {
        background-image: url(../images/services/text-development-pc.svg);
    }

    body.consulting-service .entry-header-label .entry-header-label-type::before {
        height: 86px;
    }

    body.consulting-service .services-nav-list .services-nav-contact a::after {
        background-image: url(../images/services/text-consulting-pc.svg);
    }
}

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

    .services-nav-list .services-nav-contact-item + .services-nav-contact-item a::after {
        top: calc(50% - 121px);
    }

    .services-nav-list .services-nav-contact-item a::after {
        background-size: auto 242px;
        height: 242px;
        top: calc(50% - 121px);
    }
}
