@charset "UTF-8";

@import url("settings.css");

html {
    font-size: 10px;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', 'Hiragino Sans', sans-serif;
    line-height: 1.75;
    margin: 0;
    font-size: 1.6rem;
    color: var(--text-body);
}

li {
    list-style: none;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter');
    font-weight: var(--en-r);
    size-adjust: 106%;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter SemiBold');
    font-weight: var(--en-b);
    size-adjust: 106%;
}

a {
    text-decoration: none;
}



/*======KV======*/
.ly_kv {
    background: linear-gradient(124deg, #EFF6FF 33.33%, #F9F4FD 66.27%);
    padding: 50px calc(50% - 540px);
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;

    @media (max-width: 1080px) {
        width: 100%;
        padding: 30px 5%;
    }

    @media (max-width: 768px) {
        flex-flow: column;
        width: 100%;
        gap: 30px;
    }
}

.ly_kv_inner {
    width: calc(50% - 20px);

    @media (max-width: 768px) {
        width: 100%;
    }
}

.kv_achievements {
    width: 100%;
    margin-bottom: 40px;
    max-width: 450px;

    img {
        width: 100%;
    }

    @media (max-width: 768px) {
        margin: 0 auto;
    }
}

.bl_kv_subTtl {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 24px;
    font-weight: 400;
    padding: 1px 12px;
    border-radius: 30px;
    background: #fff;

    @media (max-width: 575.98px) {
        font-size: 14px;
    }
}

.bl_kv_pageTtl {
    font-size: 5.6rem;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 32px;

    span {
        color: var(--primary);
        font-family: 'hiragino sans', 'Inter', sans-serif;
    }

    @media (max-width: 1080px) {
        font-size: 4rem;
        margin: 0 0 10px;
    }

    @media (max-width: 768px) {
        font-size: 4rem;
        text-align: center;
    }
}

.kv_download_contents {
    width: 40%;
    max-width: 478px;
    padding: 20px;
    background-color: #fff;
    border-radius: 12px;

    .form_inner {
        gap: 12px;
        margin-top: 0;
    }

    .submit {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    @media (max-width: 1079.98px) {
        width: 100%;
        max-width: 100%;
    }
}

.kv_mockup_wrap {
    width: 50%;

    @media (max-width: 768px) {
        width: 100%;
        max-width: 420px;
    }

    img {
        width: 100%;
    }
}

/* kv - card */
.bl_kvCard {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 12px;
    padding: 0;
    margin-bottom: 30px;

    @media (max-width: 575.98px) {
        margin-bottom: 15px;
    }
}

.bl_kvCard_item {
    text-align: center;
    background: var(--white);
    border-radius: var(--radius-md);

    p {
        margin: 0;
        font-weight: var(--txt-b);
        line-height: 1;
        font-size: 14px;

        @media (max-width: 575.98px) {
            font-size: 1.2rem;
        }
    }

    .bl_kvCard_longTxt {
        font-size: 1.4rem;

        @media (max-width: 575.98px) {
            font-size: 0.8rem;
        }
    }

    div {
        padding: 70px 4px 14px;

        @media (max-width: 575.98px) {
            padding: 56px 4px 12px;
        }
    }
}

.bl_kvCard_lowCost {
    background: var(--icon_lowCost_blue);
    background-repeat: no-repeat;
    background-position: center 10px;

    @media (max-width: 575.98px) {
        background-size: 40px;
    }
}

.bl_kvCard_workEfficiency {
    background: var(--icon_workEfficiency_blue);
    background-repeat: no-repeat;
    background-position: center 10px;

    @media (max-width: 575.98px) {
        background-size: 40px;
    }
}

.bl_kvCard_crm {
    background: var(--icon_crm_blue);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 52px;

    @media (max-width: 575.98px) {
        background-size: 40px;
    }
}

.bl_kvCard_graph {
    background: var(--icon_graph_blue);
    background-repeat: no-repeat;
    background-position: center 10px;

    @media (max-width: 575.98px) {
        background-size: 40px;
    }
}

.bl_kvCard_backOut {
    background: var(--icon_backOut_blue);
    background-repeat: no-repeat;
    background-position: center 10px;

    @media (max-width: 575.98px) {
        background-size: 40px;
    }
}

.bl_kvCard_reserv {
    background: var(--icon_reserv_blue);
    background-repeat: no-repeat;
    background-position: center 10px;

    @media (max-width: 575.98px) {
        background-size: 40px;
    }
}

.bl_kvCard_online {
    background: var(--icon_online_blue);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 56px 56px;

    @media (max-width: 575.98px) {
        background-size: 40px;
    }
}

.bl_kvCard_payment {
    background: var(--icon_card_blue);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 56px 56px;

    @media (max-width: 575.98px) {
        background-size: 40px;
    }
}

.bl_kvCard_interview {
    background: var(--icon_interview_blue);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 56px 56px;

    @media (max-width: 575.98px) {
        background-size: 40px;
    }
}

.bl_kvCard_inventoryControl {
    background: var(--icon_pill_blue);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 56px 56px;

    @media (max-width: 575.98px) {
        background-size: 40px;
    }
}

.bl_kvCard_ec {
    background: var(--icon_cart_blue);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 56px 56px;

    @media (max-width: 575.98px) {
        background-size: 40px;
    }
}

/* KV - CTA */
.bl_kvCta {
    margin-bottom: 10px;
    justify-content: center;

    @media (min-width: 576px) {
        display: flex;
        justify-content: center;
    }

    a {
        color: var(--white);
        font-size: 1.7rem;
        font-weight: var(--txt-b);
        border-radius: 50px;
        height: 56px;

        @media (min-width: 576px) {
            width: 49%;
        }

        @media (max-width: 575.98px) {
            width: 100%;
        }

        span {
            color: var(--white);
            line-height: 1;
        }

        .bl_kvCta_subTxt {
            display: block;
            font-size: 1.2rem;
            margin-bottom: 4px;
            line-height: 1;
        }

        .el_icon_arrowWhite {
            &::before {
                width: 32px;
                height: 32px;
            }
        }
    }
}

.bl_kvCta_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: url(../img/top_line/icon_arrow_white.svg); */
    background-repeat: no-repeat;
    background-position: right;
    /* background-size: 32px; */
    line-height: 1.2;
    width: 100%;
    height: 100%;
}

/* 資料請求 */
.bl_kvCta_doc {
    background: var(--blue800);
    text-align: center;
    background-repeat: no-repeat;
    background-position: right;
    padding: 6px 20px 6px 16px;
    transition-duration: 0.3s;

    @media (hover: hover) and (pointer: fine) {
        &:hover {
            background: var(--blue600);
        }
    }

    @media (max-width: 575.98px) {
        margin-bottom: 8px;
    }
}

/* LINE友だち */
.bl_kvCta_line {
    background: var(--line);
    text-align: center;
    background-repeat: no-repeat;
    background-position: right;
    padding: 6px 20px 6px 10px;
    transition-duration: 0.3s;

    .el_icon_line {
        margin-right: 10px;

        &::before {
            width: 24px;
            height: 23px;
        }
    }

    @media (hover: hover) and (pointer: fine) {
        &:hover {
            background: var(--line-hover);
        }
    }
}

.kv_bt_wrap {
    display: flex;
    gap: 14px;

    @media (max-width: 768px) {
        justify-content: center;
    }
}

.bl_kvCta_document {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    padding: 8px 22px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--main, #0078D7);
}

.bl_kvCta_contact {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 8px 22px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid rgba(39, 41, 47, 0.16);
    background: #FFF;
}

/* 無料相談受付中！ */
.bl_kvDiscussion {
    color: var(--white);
    text-align: center;
    text-decoration: underline;

    @media (max-width: 575.98px) {
        margin-bottom: 10px;
    }

    a {
        color: var(--white);
    }

    @media (hover: hover) and (pointer: fine) {
        &:hover {
            text-decoration: none;
        }
    }
}

.bl_kv_mockup {
    width: 614px;

    @media (min-width: 1080px) {
        margin-left: 50px;
    }

    @media (max-width: 1079.98px) {
        width: 100%;
        margin-left: 0;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}

/* pain */
.top_pain_list {
    display: flex;
    gap: 20px;

    /* width: 1080px; */
    @media (max-width: 768px) {
        flex-flow: column;
    }
}

.top_pain {
    border-radius: 12px;
    border: 1px solid rgba(39, 41, 47, 0.10);
    background: #FFF;
    padding: 24px;
    display: flex;
    gap: 20px;
    flex-flow: column;
}

.top_pain_list_inner {
    display: flex;
    gap: 12px;
    flex-flow: column;

    img {
        width: 100px;
        height: 70px;
        margin: 0 auto;
    }
}

.top_pain_list_inner2 {
    display: flex;
    gap: 20px;
    flex-flow: column;

    p {
        color: var(--black);
        font-family: "Hiragio Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 21px */
        display: flex;
        gap: 4px;

        img {
            width: 20px;
            height: 20px;
        }
    }
}

.top_pain_title {
    color: var(--black);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 120% */
}

/*======marchでできる4つのこと======*/
.bl_pointList {
    display: flex;
    justify-content: space-between;
    gap: 32px;

    @media (max-width: 1079.98px) {
        flex-wrap: wrap;
    }

    @media (min-width: 576px) and (max-width: 1079.98px) {
        gap: 4%;
    }

}

.bl_pointList_item {
    @media (min-width: 576px) and (max-width: 1079.98px) {
        width: 48%;
    }

    img {
        max-width: 100%;
        height: auto;
        row-gap: 20px;
        margin-bottom: 20px;
    }
}

.bl_pointList_num {
    font-size: 3.2rem;
    color: var(--primary);
    border-bottom: 2px solid var(--primary);
    display: block;
    width: 40px;
    margin: auto;
    margin-bottom: 20px;

}

.bl_pointList_ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    font-weight: var(--txt-b);
    margin-bottom: 4px;
}

.bl_pointList_txt {
    text-align: center;
    font-size: 1.4rem;
}

/* 詳細 */
.bl_pointDetails {
    li {
        margin-top: 4px;
        line-height: 1.8;
    }
}

.bl_pointDetails.ly_cont {
    padding-bottom: 20px;
}

.bl_pointDetails_ttl {
    font-size: 2.8rem;
    font-weight: var(--txt-b);
    line-height: 1.5;
    margin-bottom: 20px;
}

.bl_pointDetails_txt {
    color: var(--gray1000);
    line-height: 1.8;
}

.bl_pointDetails_item {
    margin-bottom: 50px;

    @media (min-width: 576px) {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    img {
        width: 46%;

        @media (max-width: 575.98px) {
            width: 100%;
        }
    }
}

.bl_pointDetails_item__rev {
    margin-bottom: 80px;

    @media (min-width: 576px) {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    img {
        width: 46%;

        @media (max-width: 575.98px) {
            width: 100%;
        }
    }
}

.bl_pointDetails_inner {
    padding: 50px;

    @media (max-width: 575.98px) {
        padding: 50px 5%;
    }
}

.bl_pointDetails_num01 {
    position: relative;

    &::before {
        content: "01";
        color: var(--blue300);
        font-size: 12rem;
        position: absolute;
        top: -10px;
        left: 0;
        z-index: 1;
    }
}

.bl_pointDetails_num02 {
    position: relative;

    &::before {
        content: "02";
        color: var(--blue300);
        font-size: 12rem;
        position: absolute;
        top: -10px;
        left: 0;
        z-index: 1;
    }
}

.bl_pointDetails_num03 {
    position: relative;

    &::before {
        content: "03";
        color: var(--blue300);
        font-size: 12rem;
        position: absolute;
        top: -10px;
        left: 0;
        z-index: 1;
    }
}

.bl_pointDetails_num04 {
    position: relative;

    &::before {
        content: "04";
        color: var(--blue300);
        font-size: 12rem;
        position: absolute;
        top: -10px;
        left: 0;
        z-index: 1;
    }
}

.bl_pointDetails_box {
    position: relative;
    z-index: 1;
}

.bl_pointDetails_txt {
    margin-bottom: 20px;
}

.bl_pointDetails_points {
    background: var(--blue50);
    padding: 20px 24px;
    border-radius: var(--radius-md);

    h4 {
        font-size: 1.8rem;
        color: var(--primary);
        font-weight: var(--txt-b);
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    li {
        font-weight: var(--txt-b);

        &::before {
            content: "・";
            color: var(--primary);
        }
    }
}

/*======marchの主な機能======*/
.bl_wrap2 {
    padding: 0px 6%;
}

.function_title_wrap {
    width: 100%;
}

.function_contents {
    margin: 0 auto;
}

.function_contents_inner {
    display: flex;
    flex-flow: column;
    gap: 80px;
    padding: 20px 0;

    @media screen and (max-width: 768px) {
        gap: 40px;
        padding: 0px 0;
    }
}

.functioin_list_wrap {
    display: flex;
    flex-flow: column;
    gap: 20px;

    @media screen and (max-width: 768px) {
        gap: 15px;
    }
}

.function_subtitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    border-left: 4px solid #0078D7;
    padding: 2px 16px;

    @media screen and (max-width: 768px) {
        font-size: 18px;
        padding: 0px 12px;
    }
}

/* list */
.functioin_list {
    display: flex;
    gap: 10px;
    flex-flow: wrap;

    @media screen and (max-width: 768px) {
        gap: 12px;
    }
}

.functioin_list li {
    width: calc(50% - 5px);
    border-radius: 8px;
    display: flex;
    padding-right: 20px;
    align-items: center;
    background-color: #fff;
    gap: 12px;

    @media screen and (max-width: 768px) {
        width: 100%;
        padding-right: 16px;
        gap: 10px;
    }
}

.functioin_list_inner {
    @media screen and (max-width: 768px) {
        padding: 16px 0;
    }
}

.functioin_list_inner2 {
    padding: 16px;
}

.function_list_img {
    width: 120px;

    @media screen and (max-width: 768px) {
        width: 80px;
    }
}

.functioin_list_title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding-bottom: 2px;
    line-height: 150%;

    /* 27px */
    span {
        border-radius: 15px;
        background: var(--sky-blue, #0096E7);
        color: #FFF;
        font-family: Inter;
        font-size: 12px;
        margin-right: 6px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        /* 21px */
        padding: 2px 8px;
        position: relative;
        top: -2px;

        @media screen and (max-width: 768px) {
            font-size: 1rem;
            padding: 2px 6px;
        }
    }

    @media screen and (max-width: 768px) {
        font-size: 1.4rem;
        padding-bottom: 4px;
    }
}

.functioin_list_desc {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;

    /* 21px */
    @media screen and (max-width: 768px) {
        font-size: 1.2rem;
        /* display: none; */
    }
}

/* tab */
.tab-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin: 0 auto;
    align-items: stretch;

    @media screen and (max-width: 768px) {
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
}

.btn {
    text-align: center;
    width: calc(20% - 8px);

    @media screen and (max-width: 768px) {
        width: calc(50% - 5px);
    }
}

.btn a {
    display: block;
    height: 100%;
    position: relative;
    font-size: 16px;
    padding: 8px;
    text-decoration: none;
    line-height: 1.2;
    color: #616161;
    background-color: #E6E9EF;
    cursor: pointer;
    padding: 16px 8px;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 22.5px */
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;

    @media screen and (max-width: 768px) {
        font-size: 14px;
        padding: 12px 4px;
        border-radius: 8px;
    }
}

.btn a.is-active {
    background-color: #fff;
    color: #1A1A1A;
}


.tab-contents-item {
    display: none;
    width: 100%;
    justify-content: center;
}

.tab-contents-item.is-active {
    display: flex;
}

.tab-contents-item .function_contents_inner {
    margin: auto;
    opacity: 0;
}

.tab-contents-item.is-active .function_contents_inner {
    animation: fadeinAnime 1s forwards;
}

@keyframes fadeinAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*======marchが提供する8つのメリット======*/
.bl_meritList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;

    @media (min-width: 576px) and (max-width: 1079.98px) {
        grid-template-columns: 1fr 1fr 1fr;
    }

    gap: 32px;

    @media (max-width: 575.98px) {
        grid-template-columns: 1fr;
    }
}

.bl_meritList_item {
    text-align: center;
    position: relative;

    img {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .el_tag {
        position: absolute;
        top: 10px;
        left: 10px;
    }
}

.bl_meritList_ttl {
    font-size: 1.8rem;
    font-weight: var(--txt-b);
    margin-bottom: 4px;
}

.bl_meritList_txt {
    font-size: 1.4rem;
}

/*======marchについて知る======*/
.bl_movie {
    .youtube-16-9 {
        width: calc((720 / var(--width-sm-calc)) * 100%);
        height: auto;
        aspect-ratio: 16 / 9;
        margin: auto;

        @media (max-width: 575.98px) {
            width: 90%;
        }
    }

    .youtube-16-9 iframe {
        width: 100%;
        height: 100%;
    }
}

/*======marchを使った診療の流れ======*/
.bl_flows_online,
.bl_flows_offline {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 32px;

    @media (min-width: 576px) and (max-width: 1079.98px) {
        grid-template-columns: 1fr 1fr 1fr;
    }

    @media (max-width: 575.98px) {
        grid-template-columns: 1fr;
    }
}

.bl_flow_detail {
    img {
        max-width: 100%;
    }
}

.bl_flows_txt {
    font-size: 1.4rem;
    margin-top: 4px;
}

.tab {
    width: 100%;
    max-width: 400px;
}

.bl_flows_btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 24px;
}

.bl_flows_btn {
    font-size: 1.8rem;
    font-weight: var(--txt-b);
    padding: 10px;

    @media (max-width: 575.98px) {
        font-size: 1.4rem;
    }
}

.js_tab {
    cursor: pointer;
    flex: 1;
    border-bottom: 1px solid var(--border);
    color: var(--text-secondary);
    background: var(--white);
}

.js_tab.js_active {
    background-color: #fff;
    border-bottom: 2px solid var(--primary);
    color: var(--primary);
}

.js_tabPanel {
    display: none;
}

.js_tabPanel.js_active {
    display: block;
}

/*======お客様の声======*/
.bl_voicePost {
    background: var(--white);
    padding: 32px;
    border-radius: var(--radius-md);
}

.bl_voicePost_info {
    width: calc((502 / var(--width-sm-calc)) * 100%);

    @media (max-width: 575.98px) {
        width: 100%;
    }
}

.bl_voicePost_infoGroup {
    display: flex;
    align-items: center;
    margin-bottom: 12px;

    @media (max-width: 1079.98px) {
        display: block;
    }
}

.bl_voicePost_tags {
    display: flex;
    gap: 8px;
    margin-left: 16px;

    @media (max-width: 1079.98px) {
        margin-top: 8px;
        margin-left: 0;
        flex-wrap: wrap;
    }
}

.bl_voicePost_head {
    display: flex;
    justify-content: space-between;
    align-items: start;

    @media (max-width: 575.98px) {
        flex-wrap: wrap;
    }

    img {
        width: calc((370 / var(--width-sm-calc)) * 100%);
        border-radius: var(--radius-md);

        @media (max-width: 575.98px) {
            width: 100%;
            margin-top: 16px;
        }
    }
}

.bl_voicePost_ttl {
    font-size: 26px;
    font-weight: var(--txt-b);
    margin-bottom: 16px;
}

.bl_voice_description {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 24px;

    @media (max-width: 575.98px) {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

.bl_voiceBackground,
.bl_voiceFunc {
    background: var(--gray50);
    border-left: 3px solid var(--gray400);
    padding: 16px 20px;
}

.bl_voiceBackground_ttl {
    font-weight: var(--txt-b);
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;

    &:before {
        content: "";
        background-image: var(--icon_background);
        display: block;
        width: 20px;
        height: 20px;
    }
}

.bl_voiceBackground_txt {
    font-size: 1.4rem;
}

.bl_voiceFunc_ttl {
    font-weight: var(--txt-b);
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;

    &:before {
        content: "";
        background-image: var(--icon_gear);
        display: block;
        width: 20px;
        height: 20px;
    }
}

.bl_voiceFunc_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.bl_voiceFunc_item {
    font-size: 1.4rem;
    list-style: inside;
}

.bl_voicePostMain {
    margin-top: 24px;
}

.bl_voicePostMain_ttl {
    font-size: 1.8rem;
    font-weight: var(--txt-b);
    margin: 24px 0 16px;
}

.bl_voicePostMain_txt {
    margin-top: 8px;
}

.bl_voicePostMain_bold {
    font-weight: var(--txt-b);
}

/*======導入の流れ======*/
.bl_introFlow_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px;

    @media (max-width: 1079.98px) {
        grid-template-columns: 1fr 1fr 1fr;
    }

    @media (max-width: 575.98px) {
        grid-template-columns: 1fr
    }
}

.bl_introFlow_item {
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 12px 16px 24px;
}

.bl_introFlow_txt {
    font-size: 1.4rem;
    margin-top: 8px;
}

/*======よくある質問======*/
.bl_faq_list {
    margin-top: 24px;
}

.bl_faq_item {
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 32px 40px;
}

.bl_faq_ttl {
    font-weight: var(--txt-b);
    margin-bottom: 24px;

    &::before {
        content: "Q";
        font-size: 2.4rem;
        margin-right: 8px;
    }
}

/*======ページ下部お問い合わせ======*/
.bl_contacts_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    justify-content: center;

    @media (max-width: 1079.98px) {
        gap: 24px;
    }

    @media (max-width: 575.98px) {
        grid-template-columns: 1fr;

    }
}

.bl_contacts_item {
    background: var(--white);
    text-align: center;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);

}

.bl_contacts_txtGroup {
    padding: 26px 34px 26px 30px;
    border-bottom: 1px solid var(--border);
}

.bl_contacts_ttl {
    font-size: 2.6rem;
    font-weight: var(--txt-b);
}

.bl_contacts_txt {
    text-align: center;
    color: var(--text-secondary);
    margin-top: 8px;

    @media (max-width: 1079.98px) {
        font-size: 1.2rem;
    }
}

.bl_contacts_item__doc {
    &::before {
        content: "";
        background-image: url(../img/top_line/contact_document_img.png);
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
        width: calc((309 / 360) * 100%);
        height: auto;
        aspect-ratio: 16 / 9;
        margin: 28px auto 0;
    }
}

.bl_contacts_item__line {
    &::before {
        content: "";
        background-image: url(../img/top_line/line-logo.svg);
        background-size: 84px;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        width: calc((309 / 360) * 100%);
        height: auto;
        aspect-ratio: 16 / 9;
        margin: 28px auto 0;
    }
}

.bl_contacts_item__discussion {
    &::before {
        content: "";
        background-image: url(../img/top_line/contact_img01.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }
}

.bl_contacts_btn {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: var(--txt-b);
    background: var(--primary);
    color: var(--white);
    border-radius: 50px;
    display: block;
    padding: 16px 8px;
    margin: 20px 24px 20px;
    transition-duration: 0.3s;

    @media (hover: hover) and (pointer: fine) {
        &:hover {
            background: var(--primary-hover);
        }
    }
}

.bl_contacts_btn__line {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: var(--txt-b);
    background: var(--line);
    color: var(--white);
    border-radius: 50px;
    display: block;
    padding: 16px 8px;
    transition-duration: 0.3s;

    @media (hover: hover) and (pointer: fine) {
        &:hover {
            background: var(--line-hover);
        }
    }
}

.bl_contacts_btn__black {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: var(--txt-b);
    background: var(--text-body);
    color: var(--white);
    border-radius: 50px;
    display: block;
    padding: 16px 8px;
    transition-duration: 0.3s;

    @media (hover: hover) and (pointer: fine) {
        &:hover {
            background: var(--text-secondary);
        }
    }
}

/*======CTA======*/
.el_contContact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    max-width: var(--width-sm);
    margin: 40px auto 0;

    @media (max-width: 575.98px) {
        flex-wrap: wrap;
        gap: 16px;
    }
}

.el_contContact_fst {
    color: var(--white);
    text-align: center;
    background: var(--primary);
    border-radius: 50px;
    padding: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    width: calc((320 / 960) * 100%);
    position: relative;
    transition-duration: 0.3s;
    overflow: hidden;
    position: relative;

    @media (max-width: 575.98px) {
        width: 80%;
    }

    @media (hover: hover) and (pointer: fine) {
        &:hover {
            background: var(--primary-hover);
        }
    }

    &::before {
        position: absolute;
        content: '';
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
        transform: skewX(-45deg);
        animation: fst_btn 3s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
    }

    @keyframes fst_btn {
        0% {
            left: -100%;
        }

        25% {
            left: 100%;
        }

        100% {
            left: 100%;
        }
    }
}

.el_contContact_sec {
    color: var(--primary);
    text-align: center;
    background: #EAF3FF;
    border-radius: 50px;
    padding: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    width: calc((320 / 960) * 100%);
    position: relative;
    transition-duration: 0.3s;

    @media (max-width: 575.98px) {
        width: 80%;
    }

    @media (hover: hover) and (pointer: fine) {
        &:hover {
            background: #E1EDFC;
        }
    }
}

.el_contContact_sm {
    font-size: 1.2rem;
    display: block;
}

/*======サイドCTA======*/
.el_sideCta {
    position: fixed;
    transition-duration: 1s;
    display: none;
    flex-flow: column;
    gap: 12px;

    @media (max-width: 1079.98px) {
        bottom: 0;
        flex-flow: row;
        z-index: 1;
        width: 100%;
        background: var(--white);
        padding: 16px;
        display: flex;
    }
}

.el_sideCta_fst {
    color: var(--white);
    background: var(--primary);
    display: block;
    padding: 24px 16px;
    border-radius: 8px 0 0 8px;
    transition-duration: 0.3s;
    font-size: 14px;
    overflow: hidden;
    position: relative;

    @media (hover: hover) and (pointer: fine) {
        &:hover {
            background: var(--primary-hover);
        }
    }

    @media (min-width: 1080px) {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    @media (max-width: 1079.98px) {
        border-radius: 8px;
        padding: 12px 10px;
        width: calc(50% - 6px);
        text-align: center;
    }

    &::before {
        position: absolute;
        content: '';
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
        transform: skewX(-45deg);
        animation: fst_btn 3s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
    }

    @keyframes fst_btn {
        0% {
            left: -100%;
        }

        25% {
            left: 100%;
        }

        100% {
            left: 100%;
        }
    }
}

.el_sideCta_sec {
    background: #EAF3FF;
    color: var(--primary);
    ;
    display: block;
    padding: 24px 16px;
    border-radius: 8px 0 0 8px;
    transition-duration: 0.3s;
    font-size: 14px;

    @media (min-width: 1080px) {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    @media (max-width: 1079.98px) {
        border-radius: 8px;
        padding: 12px 10px;
        width: calc(50% - 6px);
        text-align: center;
    }
}

/* コラムへのバナー */
.banner_column {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 199;

    @media (max-width: 1079.98px) {
        display: none;
    }

    a {
        img {
            width: 305px;
        }
    }

    @media (hover: hover) and (pointer: fine) {
        a:hover {
            opacity: 0.9;
        }
    }
}

.to-top {
    position: fixed;
    bottom: 110px;
    left: 20px;
    background: #fff;
    color: var(--black);
    border: 1px solid var(--gray400);
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    z-index: 199;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); */
}

.top_feature_list {
    display: flex;
    flex-flow: column;
    gap: 80px;

    @media (max-width: 768px) {
        gap: 60px;
    }
}

.top_feature_list_inner {
    width: 100%;
    display: flex;
    gap: 60px;

    @media (max-width: 768px) {
        gap: 24px;
        flex-flow: column;
    }
}

.top_feature_img {
    width: calc(50% - 30px);

    @media (max-width: 768px) {
        width: 100%;
    }
}

.top_feature_tag {
    height: 24px;
    padding: 4px 16px;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-table;
    width: 120px;
    text-align: center;
    border-radius: 20px;

}

.tag1 {
    color: #A43067;
    background: #F9E3EE;
}

.tag2 {
    color: #6E2DC0;
    background: #F0E4FF;
}

.tag3 {
    color: #164180;
    background: #E1EBFA;
}

.top_feature_inner {
    display: flex;
    flex-flow: column;
    gap: 20px;
    width: calc(50% - 30px);

    @media (max-width: 768px) {
        width: 100%;
        gap: 16px;
    }
}

.top_feature_main {
    color: var(--Black, #292E32);
    font-family: "Hiragino Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;

    /* 42px */
    @media (max-width: 768px) {
        font-size: 22px;
    }
}

.top_feature_text {
    color: var(--sub, #717182);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 28px */
}

.top_feature_recommend_list {
    display: flex;
    flex-flow: column;
    gap: 16px;

    li {
        color: var(--black, #2C2C30);
        font-family: "Hiragino Sans";
        font-style: normal;
        font-weight: 400;
        display: flex;
        gap: 4px;

        img {
            width: 20px;
            height: 20px;
        }

        span {
            line-height: 20px;
            /* 142.857% */
            font-size: 16px;

            @media (max-width: 768px) {
                font-size: 14px;
            }
        }
    }
}

.top_feature_list_inner2 {
    .top_feature_img {
        order: 2;

        @media (max-width: 768px) {
            order: 1;
            ;
        }
    }

    .top_feature_inner {
        order: 1;

        @media (max-width: 768px) {
            order: 2;
        }
    }

}