@charset "UTF-8";

#overallTop h2,
#overallTop h3,
#overallTop p {
    color: #083461;
    overflow-wrap: break-word;
    word-break: break-all;
}

#overallTop .functionality-main p,
#overallTop .functionality-single p {
    color: #444444 !important;
}

#overallTop.functionality-single .top_wrapper {
    background: initial;
    min-height: initial;
    padding-bottom: 0;
    overflow: visible;
}

/* ///////////////////////////////////////////
一覧ページ
///////////////////////////////////////////// */
/* スマホ */
.main-content.functionality-main {
    padding: 21.12vw 5.58vw 11.16vw;
}

.functionality-main .bread_area {
    position: relative;
    z-index: 1;
}

.functionality-content {
    position: relative;
    z-index: 1;
}

.functionality-main .background_image {
    top: 0;
    position: fixed;
    z-index: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.functionality-card {
    height: 85.434vw;
    padding: 4.78vw;
    background-color: #ffffff;
    margin-bottom: 6.3745vw;
    box-shadow: 0px 0.80vw 1.59vw rgba(0, 0, 0, 0.25);
    border-radius: 1.1952vw;
    position: relative;
}

.functionality-card:not(:has(.functionality-button)) {
    height: 75.873vw;
}

.functionality-card:not(:has(.functionality-button)) .functionality-card__description {
    margin-bottom: 0;
}

.functionality-card__thumb {
    aspect-ratio: 16 / 9;
    width: auto;
    height: 44.6vw;
    margin-bottom: 4.78vw;
    overflow: hidden;
}

.functionality-card__thumb.--placeholder {
    display: block;
    background: #d3d9e4;
    width: 100%;
    height: 100%;
}

.functionality-card__thumbLink {
    width: 100%;
    height: 100%;
    display: block;
}

.functionality-card__title {
    text-align: center;
    font-weight: 700;
    font-size: 3.5857vw;
    background: linear-gradient(90deg, #4169E1 0%, #CB00E3 100%);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 4.78vw;
}

.functionality-card__description {
    font-size: 2.7888vw;
    line-height: 4.7809vw;
    margin-bottom: 3.78vw;
}

.functionality-card__actions {
    width: 79.283vw;
    height: 4.78vw;
    text-align: center;
    background: linear-gradient(90deg, #FF7A00 0%, #FFBF00 100%);
    border-radius: 1.1952vw;
}

.functionality-button {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 2.3904vw;
    line-height: 4.78vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow_mark {
    font-size: 1.8vw;
    padding: 0.4vw 0 0 0.8vw;
}

.functionality-list>article.functionality-card:last-of-type {
    margin-bottom: 11.1554vw;
}


/* フッター前コンテンツ */
/* コンテナ */
.contact-container {
    display: flex;
    flex-direction: column;
    gap: 3.19vw;
    padding: 6.37vw 4.78vw;
    background: linear-gradient(180deg, #4169E1 0%, #CB00E3 100%);
    border-radius: 1.1952vw;
}

/* 各カード */
.card {
    background-color: #fff;
    padding: 6.37vw 6.37vw 4.78vw;
    text-align: center;
    border-radius: 1.1952vw;
    box-shadow: 0px 0.797vw 1.594vw rgba(0, 0, 0, 0.25);
}

.card h3 {
    font-size: 3.98vw;
    margin-bottom: 6.37vw;
    color: #444444 !important;
    font-weight: 500;
}

.card p {
    font-size: 3.19vw;
    margin-bottom: 6.37vw;
    color: #444444 !important;
    line-height: 4.78vw;
    text-align: left;
}

/* ボタン */

.cta-button {
    display: block;
    background: linear-gradient(90deg, #FF7A00 0%, #FFBF00 100%);
    color: #FFFFFF;
    font-size: 3.98vw;
    border-radius: 1.1952vw;
    width: 47.81vw;
    height: 10.956vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.functionality #under,
.functionality-single #under {
    z-index: 0;
}

/* ///////////////////////////////////////////
シングルページ
///////////////////////////////////////////// */
.functionality-single .post-single {
    position: relative;
    z-index: 1;
}

.functionality-single .post-single .bread_area .breadcrumb_element a,
.functionality-single .post-single .bread_area .breadcrumb_element {
    color: #000080;
    font-size: 2.390vw;
}

.functionality-single .post-single .post_header {
    padding: 0;
    margin: 0;
    background: initial;
    border: none;
    border-radius: initial;
    box-shadow: none;
}

.functionality-single .heading-cont {
    border-radius: 1.195vw;
    background: linear-gradient(90deg, #4169E1 0%, #CB00E3 100%);
    box-shadow: 0px 0.797vw 1.594vw rgba(0, 0, 0, 0.25);
    padding: 4.781vw 3.187vw 3.187vw;
    margin-bottom: 7.968vw;
}

.functionality-single .post-single .post_header h1 {
    font-weight: bold;
    font-size: 5.578vw;
    margin: 0 0 4.781vw;
    color: #ffffff;
    line-height: 1;
}

.functionality-single .post_subtitle {
    font-size: 4.781vw;
    margin-bottom: 7.968vw;
    background: linear-gradient(90deg, #FF7A00 0%, #FBC02D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    line-height: 1.2;
    font-weight: 500;
}

.functionality-single .heading-button-box {
    display: flex;
    justify-content: center;
    gap: 4vw;
}

.functionality-single .heading-button-box .cta-button {
    width: 36.653vw;
    text-align: center;
}

.functionality-single .post_eyecatch {
    display: none;
    overflow: hidden;
}

.functionality-single .post_header {
    border-radius: 1.195vw;

}

.functionality-single .post-content {
    padding: 0 1.594vw;
}

.functionality-single .post-single .post_entry {
    background-color: initial;
    margin-bottom: 0;
    padding: 0 1vw;
    border-radius: initial;
    box-shadow: initial;
    overflow: initial;
}

.functionality-single .is-style-functional-flex,
.functionality-single .is-style-functional-flex-reverse {
    background-color: #ffffff;
    position: relative;
    padding: 4.781vw 3.984vw;
    margin-bottom: 7.968vw;
}

.functionality-single .is-style-functional-flex {
    box-shadow: 1.797vw 1.797vw 1.594vw rgba(203, 0, 227, 0.25);
}

.functionality-single .is-style-functional-flex-reverse {
    box-shadow: -1.703vw 1.797vw 1.594vw rgba(203, 0, 227, 0.25);
}

.functionality-single .is-style-functional-flex::before {
    content: '';
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    z-index: -1;
    background: linear-gradient(133deg, #4169E1 0%, #CB00E3 100%);
}

.functionality-single .is-style-functional-flex {
    display: flex;
    flex-direction: column-reverse;
}

.functionality-single .wp-block-image {
    aspect-ratio: 16 / 9;
    margin-bottom: 3.187vw;
}

.functionality-single #entry_style .is-style-functional-flex h2,
.functionality-single #entry_style .is-style-functional-flex-reverse h2 {
    border-bottom: initial;
    border-image: initial;
    border-image-slice: initial;
    font-size: 3.586vw;
    padding: 0;
    color: #4169E1;
    margin: 0 auto 1.987vw;
}

.functionality-single #entry_style .is-style-functional-flex h2:before,
.functionality-single #entry_style .is-style-functional-flex-reverse h2:before {
    display: none;
}

.functionality-single #entry_style .is-style-functional-flex h2:after,
.functionality-single #entry_style .is-style-functional-flex h3:after,
.functionality-single #entry_style .is-style-functional-flex-reverse h2:after,
.functionality-single #entry_style .is-style-functional-flex-reverse h3:after {
    display: none;
}

.functionality-single #entry_style .is-style-functional-flex .h2-number,
.functionality-single #entry_style .is-style-functional-flex-reverse .h2-number {
    background: linear-gradient(270deg, #4169E1 0%, #CB00E3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-right: 1.094vw;
    ;
}

.functionality-single #entry_style .is-style-functional-flex p,
.functionality-single #entry_style .is-style-functional-flex-reverse p {
    font-size: 2.789vw;
    line-height: 4.781vw;
    margin: 0;
}

.functionality-single .is-style-functional-flex-reverse::before {
    content: '';
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    z-index: -1;
    background: linear-gradient(248deg, #4169E1 0%, #CB00E3 100%);
    font-weight: bold;
}

.post-content .is-style-functional-flex:nth-of-type(odd)::before,
.post-content .is-style-functional-flex-reverse:nth-of-type(odd)::before {
    background: linear-gradient(133deg, #4169E1 0%, #CB00E3 100%);
}

.post-content .is-style-functional-flex:nth-of-type(even)::before,
.post-content .is-style-functional-flex-reverse:nth-of-type(even)::before {
    background: linear-gradient(248deg, #4169E1 0%, #CB00E3 100%);
}


@media (min-width: 641px) {

    /* ///////////////////////////////////////////
一覧ページ
///////////////////////////////////////////// */
    #overallTop.functionality .top_wrapper {
        min-height: initial;
        padding-bottom: 0;
        background: initial;
    }

    .main-content.functionality-main {
        display: block;
        padding: 10.278vw 5.556vw 6.528vw;
    }

    .functionality-main .bread_area {
        margin-bottom: 0;
    }

    .functionality-main .bread_area .bread_wrap {
        padding-bottom: 3.611vw;
    }

    #overallTop .functionality-main .section-title {
        font-size: 2.222vw;
        margin-bottom: 3.611vw;
    }

    .functionality-list {
        display: flex;
        flex-wrap: wrap;
        gap: 3.611vw 2.917vw;
        padding: 0 6vw 3.611vw;
    }

    .functionality-card {
        width: 22.222vw;
        height: initial;
        max-height: 25vw;
        padding: 1.667vw 1.25vw 0.833vw;
        border-radius: 0.417vw;
        margin-bottom: 0;
        position: relative;
        box-shadow: 0px 0.2778vw 0.5556vw rgba(0, 0, 0, 0.25);
    }

    .functionality-card:not(:has(.functionality-button)) {
        height: initial;
        min-height: 21.8750vw;
    }

    .functionality-list>article.functionality-card:last-of-type {
        margin-bottom: 0;
    }

    .functionality-card__thumb {
        margin-bottom: 1.667vw;
        height: 11.111vw;
    }

    .functionality-card__title {
        font-size: 1.25vw;
        margin-bottom: 1.167vw;
    }

    .functionality-card__description {
        font-size: 0.972vw;
        line-height: 1.667vw;
        margin-bottom: 0;
    }

    .functionality-card__actions {
        width: 7.667vw;
        height: 1.667vw;
        border-radius: 0.417vw;
        margin-left: auto;
    }

    .functionality-button {
        font-size: 0.833vw;
        line-height: 1.667vw;
        border-radius: 0.417vw;
    }

    .arrow_mark {
        font-size: 0.6vw;
        padding: 0.2vw 0 0 0.3vw;
    }

    .contact-container {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 2.222vw;
        padding: 1.944vw 5.222vw;
        border-radius: 0.417vw;
        background: linear-gradient(90deg, #4169E1 0%, #CB00E3 100%);
    }

    .card {
        padding: 2.5vw 1.111vw 1.667vw;
        width: 23.333vw;
        border-radius: 0.417vw;
        box-shadow: 0px 0.2778vw 0.5556vw rgba(0, 0, 0, 0.25);
    }

    .card h3 {
        font-size: 1.25vw;
        margin-bottom: 2.222vw;
    }

    .card p {
        font-size: 0.872vw;
        line-height: 1.667vw;
        margin-bottom: 2.222vw;
    }

    .cta-button {
        font-size: 1.389vw;
        width: 16.667vw;
        height: 3.8194vw;
        border-radius: 0.417vw;
    }

    /* ///////////////////////////////////////////
    シングルページ
    ///////////////////////////////////////////// */
    .functionality-single .post-single {
        width: 100%;
    }

    .functionality-single .post-single .bread_area .breadcrumb_element a,
    .functionality-single .post-single .bread_area .breadcrumb_element {
        font-size: 0.9722vw;
    }

    .functionality-single .bread_area .bread_wrap {
        padding-bottom: 2.2222vw;
    }

    .functionality-single .heading-wrapper {
        padding: 0 4.8611vw;
    }

    .functionality-single .heading-cont {
        display: flex;
        justify-content: space-between;
        gap: 1.6667vw;
        border-radius: 0.5556vw;
        padding: 1.6667vw 2.2222vw;
        margin-bottom: 3.8889vw;
        box-shadow: 0px 0.2778vw 0.5556vw rgba(0, 0, 0, 0.25);
    }

    .functionality-single .post-single .post_header h1 {
        font-size: 2.2222vw;
        margin: 4.4444vw 0 1.6667vw;
    }

    .functionality-single .post_subtitle {
        font-size: 1.4667vw;
        margin-bottom: 2.7778vw;
        line-height: 1;
        letter-spacing: 0;
    }

    .functionality-single .heading-button-box {
        gap: 1.6667vw;
        justify-content: flex-start;
    }

    .functionality-single .heading-button-box .cta-button {
        width: 16.6667vw;
    }

    .functionality-single .post_eyecatch {
        display: block;
        width: 36.5278vw;
        aspect-ratio: 16 / 9;
    }

    .functionality-single .post-content {
        padding: 0 4.1vw;
    }

    .functionality-single #entry_style .is-style-functional-flex .h2-number,
    .functionality-single #entry_style .is-style-functional-flex-reverse .h2-number {
        font-size: 1.9444vw;
        margin-right: 0.9028vw;
    }

    .functionality-single #entry_style .is-style-functional-flex-reverse .h2-number {
        background: linear-gradient(90deg, #4169E1 0%, #CB00E3 100%);
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        margin-right: 1.594vw;
    }

    .functionality-single #entry_style .is-style-functional-flex h2,
    .functionality-single #entry_style .is-style-functional-flex-reverse h2 {
        font-size: 1.6667vw;
        margin: 0 auto 2.2222vw 0;
    }

    .functionality-single #entry_style .is-style-functional-flex-reverse h2 {
        color: #CB00E3;
    }

    .functionality-single #entry_style .is-style-functional-flex p,
    .functionality-single #entry_style .is-style-functional-flex-reverse p {
        font-size: 1.1111vw;
        line-height: 1.6667vw;
        padding-left: 2.2222vw;
    }

    .functionality-single .wp-block-image {
        width: 36.5278vw;
        margin-bottom: 0;
    }

    .functionality-single .is-style-functional-flex,
    .functionality-single .is-style-functional-flex-reverse {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 2.2222vw 2.7778vw;
        gap: 5.6944vw;
        box-shadow: 0.2778vw 0.2778vw 0.5556vw rgba(203, 0, 227, 0.25);
        border-radius: 0.4167vw;
        margin-bottom: 3.8889vw;
    }

    .functionality-single .is-style-functional-flex {
        box-shadow: 0.2778vw 0.2778vw 0.5556vw rgba(203, 0, 227, 0.25);
    }

    .functionality-single .is-style-functional-flex-reverse {
        box-shadow: -0.2778vw 0.2778vw 0.5556vw rgba(203, 0, 227, 0.25);
    }

    .functionality-single .is-style-functional-flex::before,
    .functionality-single .is-style-functional-flex-reverse::before {
        border-radius: 0.8167vw;
        top: -0.2778vw;
        bottom: -0.2778vw;
        left: -0.2778vw;
        right: -0.2778vw;
    }

    .functionality-single .main-content.functionality-main {
        padding-bottom: 3.8889vw;
    }


    .functionality-single #entry_style .post-content .is-style-functional-flex:nth-of-type(odd) .h2-number,
    .functionality-single #entry_style .post-content .is-style-functional-flex-reverse:nth-of-type(odd) .h2-number {
        background: linear-gradient(270deg, #4169E1 0%, #CB00E3 100%);
        -webkit-background-clip: text;
        background-clip: text;
    }

    .functionality-single #entry_style .post-content .is-style-functional-flex:nth-of-type(odd) h2,
    .functionality-single #entry_style .post-content .is-style-functional-flex-reverse:nth-of-type(odd) h2 {
        color: #4169E1;
    }

    .functionality-single #entry_style .post-content .is-style-functional-flex:nth-of-type(even) .h2-number,
    .functionality-single #entry_style .post-content .is-style-functional-flex-reverse:nth-of-type(even) .h2-number {
        background: linear-gradient(90deg, #4169E1 0%, #CB00E3 100%);
        -webkit-background-clip: text;
        background-clip: text;
    }

    .functionality-single #entry_style .post-content .is-style-functional-flex:nth-of-type(even) h2,
    .functionality-single #entry_style .post-content .is-style-functional-flex-reverse:nth-of-type(even) h2 {
        color: #CB00E3;
    }

    /* .post-content .is-style-functional-flex:nth-of-type(odd)::before,
.post-content .is-style-functional-flex-reverse:nth-of-type(odd)::before {
    background: linear-gradient(133deg, #4169E1 0%, #CB00E3 100%);
}

.post-content .is-style-functional-flex:nth-of-type(odd) .h2-number,
.post-content .is-style-functional-flex-reverse:nth-of-type(odd) .h2-number {
    background: linear-gradient(270deg, #4169E1 0%, #CB00E3 100%);
}



.post-content .is-style-functional-flex:nth-of-type(even)::before,
.post-content .is-style-functional-flex-reverse:nth-of-type(even)::before {
    background: linear-gradient(248deg, #4169E1 0%, #CB00E3 100%);
}

.post-content .is-style-functional-flex:nth-of-type(even) .h2-number,
.post-content .is-style-functional-flex-reverse:nth-of-type(even) .h2-number {
    background: linear-gradient(90deg, #4169E1 0%, #CB00E3 100%);
    -webkit-text-fill-color: transparent;
}

 */
}

@media (min-width: 1280px) {

    /* ///////////////////////////////////////////
    一覧ページ
    ///////////////////////////////////////////// */
    .main-content.functionality-main {
        padding: 116px 80px 94px;
    }

    .functionality-main .bread_area .bread_wrap {
        padding-bottom: 52px;
    }

    #overallTop .functionality-main .section-title {
        font-size: 32px;
        margin-bottom: 52px;
    }

    .functionality-list {
        max-width: 1044px;
        width: 100%;
        margin: 0 auto 52px;
        padding: 0;
        gap: 52px 42px;
    }

    .functionality-card {
        padding: 24px 18px 10px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
        width: 320px;
        max-height: 360px;
        border-radius: 6px;
    }

    .functionality-card:not(:has(.functionality-button)) {
        min-height: 315px;
    }

    .functionality-card__thumb {
        margin-bottom: 24px;
        height: 160px;
    }

    .functionality-card__title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .functionality-card__description {
        font-size: 14px;
        line-height: 24px;
    }

    .functionality-card__actions {
        width: 96px;
        height: 24px;
        border-radius: 6px;
        margin-left: auto;
        right: 18px;
        bottom: 12px;
    }

    .functionality-button {
        font-size: 12px;
        line-height: 24px;
        border-radius: 6px;
    }

    .arrow_mark {
        font-size: 8px;
        padding: 2px 0 0 4px;
    }


    .contact-container {
        gap: 24px;
        padding: 28px 32px;
        border-radius: 6px;
        max-width: 1280px;
        width: 100%;
        margin: 0 auto;
    }

    .card {
        padding: 36px 16px 24px;
        width: 336px;
        border-radius: 6px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    }

    .card h3 {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .card p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .cta-button {
        font-size: 20px;
        width: 240px;
        height: 55px;
        border-radius: 6px;
    }

    /* ///////////////////////////////////////////
シングルページ
///////////////////////////////////////////// */
    .functionality-single .main-content.functionality-main {
        padding-bottom: 56px;
    }

    .functionality-single .post-single .bread_area .breadcrumb_element a,
    .functionality-single .post-single .bread_area .breadcrumb_element {
        font-size: 14px;
    }

    .functionality-single .bread_area .bread_wrap {
        padding-bottom: 32px;
    }

    .functionality-single .heading-wrapper {
        padding: 0;
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
    }

    .functionality-single .heading-cont {
        gap: 18px;
        border-radius: 8px;
        padding: 24px 32px;
        margin-bottom: 56px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    }

    .functionality-single .post-single .post_header h1 {
        font-size: 32px;
        margin: 64px 0 24px;
    }

    .functionality-single .post_subtitle {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .functionality-single .heading-button-box {
        gap: 24px;
    }

    .functionality-single .heading-button-box .cta-button {
        width: 240px;
    }

    .functionality-single .post_eyecatch {
        max-width: 526px;
        width: 100%;
        height: 296px;
    }

    .functionality-single .post-single .post_entry {
        padding: 0;
    }

    .functionality-single .post-content {
        padding: 0;
    }

    .functionality-single .is-style-functional-flex,
    .functionality-single .is-style-functional-flex-reverse {
        max-width: 1132px;
        width: 100%;
        margin: 0 auto 56px;
        border-radius: 6px;
        padding: 32px 40px;
        gap: 82px;
    }

    .functionality-single .is-style-functional-flex::before,
    .functionality-single .is-style-functional-flex-reverse::before {
        border-radius: 10px;
        top: -4px;
        bottom: -4px;
        left: -4px;
        right: -4px;
    }

    .functionality-single .is-style-functional-flex {
        box-shadow: 4px 4px 8px rgba(203, 0, 227, 0.25);
    }

    .functional-flex-reverse {
        box-shadow: -4px 4px 8px rgba(203, 0, 227, 0.25);
    }

    .functionality-single #entry_style .is-style-functional-flex .h2-number,
    .functionality-single #entry_style .is-style-functional-flex-reverse .h2-number {
        font-size: 28px;
        margin-right: 13px;
    }

    .functionality-single #entry_style .is-style-functional-flex h2,
    .functionality-single #entry_style .is-style-functional-flex-reverse h2 {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .functionality-single #entry_style .is-style-functional-flex p,
    .functionality-single #entry_style .is-style-functional-flex-reverse p {
        font-size: 16px;
        line-height: 24px;
        padding-left: 32px;
    }

    .functionality-single .wp-block-image {
        max-width: 526px;
    }
}

@media (min-width: 1440px) {
    .contact-container {
        gap: 32px;
        padding: 28px 104px;
    }
}