@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');



body {
    margin: 0;
}

.scroll {
    display: none !important;
}

.wrapper {
    padding-top: 55px;
    background-color: #F6F6F6;
    font-family: "Noto Sans", sans-serif;
}

.scroll_kv {
    position: fixed;
    bottom: 60px;
    left: 5%;
    transform: translateX(-50%);
    z-index: 100;
    width: 100px;
    /* transition: bottom 1.5s ease-in-out; */
    /* display: none; */
}



.side_chara {
    display: none;
    position: fixed;
    bottom: 15px;
    right: -176px;
    z-index: 999;
    transform-origin: center bottom;
    /* 回転の支点を足元に */
    zoom: 0.8;

}

.side_chara:hover {
    opacity: 1;
}

.side_chara_img {
    width: 266px;
    transform: rotate(-45deg);
    transform-origin: center bottom;
}




/* 表示状態 */
.side_chara.show {
    display: block;
}

/* 三往復する回転アニメーション */
@keyframes swing3 {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }


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

    75% {
        transform: rotate(5deg);
    }


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

/* アニメーションクラス */
.side_chara.shake {
    animation: swing3 2s ease-in-out;
}

.side_top {
    position: absolute;
    top: 14px;
    left: -138px;


}

header {
    background-color: #fff;
    border-radius: 60px;
    padding: 20px 40px;
    display: flex !important;
    align-items: center;
    justify-content: right;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
    max-width: 80%;
    margin: 0px auto -140px;
    /* margin-left: 7%; */
    position: relative;
    z-index: 99;
}

header a {
    flo
}

.wrapper .logo {
    position: absolute;
    left: 5%;
}

.wrapper .logo h1 {
    margin: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.4;
}

.wrapper .logo h1 span.jp {
    color: #2f2ff1;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.wrapper .logo h1 span.en {
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
}

.wrapper .logo h1 span.beta {
    color: #000;
    font-size: 0.875rem;
    font-weight: 700;
}

header nav {
    margin-right: 30px;
}

header nav ul {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

header nav ul li {
    font-weight: 600;
    color: #2f2ff1;
    display: flex;
    align-items: center;
}

header nav ul li a {
    text-decoration: none;
    color: #2f2ff1;
    font-weight: 600;
}

header nav ul li::before {
    content: "•";
    margin-right: 8px;
    color: #2f2ff1;
    font-size: 1.25rem;
}

header .contact-btn {
    background-color: #2f2ff1;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    padding: 12px 48px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 1rem;
}

header .contact-btn a {
    text-decoration: none;
    color: #fff;
}

.contact-btn:hover {
    background-color: #1e1ec0;
}


section {
    position: relative;
    padding: 70px 0;
}

section.kv {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

section.service_concept {
    padding-top: 70px !important;
}


section.vision {
    padding-top: 0px !important;
}

section.plan {
    padding-top: 0px !important;
}

section.flow {
    padding-top: 0px !important;
}



/* フェードイン前の初期状態 */
section {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

/* フェードイン後に適用されるクラス */
section.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.service_concept .ab_img {
    position: absolute;
    top: -144px;
    left: 70px;
    z-index: 2;
}

.service_overview .ab_img {
    position: absolute;
    top: 60px;
    left: 80px;
    z-index: 2;
}

.function .ab_img {
    position: absolute;
    top: 60px;
    left: 80px;
    z-index: 2;
}

.plan .ab_img {
    position: absolute;
    top: -50px;
    left: 80px;
    z-index: 2;
}

.flow .ab_img {
    position: absolute;
    top: -50px;
    left: 80px;
    z-index: 2;
}

.contact .ab_img {
    position: absolute;
    top: 80px;
    left: 95px;
    z-index: 2;
}

.container {
    width: 100vw;

    margin: 0 auto;
    background-color: #F6F6F6;

}

@media (min-width: 768px) {
    .container {
        max-width: 1440px !important;
    }


}


.kv {
    position: relative;
    padding-top: 0px !important;
}

.kv_bg img {
    width: 100%;
}

.kv_text {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.vision {
    width: 100vw;
    position: relative;
    height: 1146px;
    width: 100vw;
    /* ウインドウ全体 */
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.vision_bg_01 {
    width: 30vw;
    position: absolute;
    top: 50px;
    left: -10vw;
    z-index: 2;
}

.vision_bg_01 img {
    width: 100%;
    z-index: 2;
}

.vision_video {
    position: absolute;
    width: 48vw;

    top: 200px;
    left: 100px;
    z-index: 1;
}

.vision_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 8px;
    /* ここ効く！ */
    background: linear-gradient(to right, #07B9B3, #3939E2);
    padding: 0.5px;
    /* ボーダーの太さ */
    border-radius: 10px;
}

.controls {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: -1px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: rgba(0, 0, 0, 1);
    padding: 10px;
    border-radius: 0 0 10px 10px;
}

.controls button {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 6px 10px;
    cursor: pointer;
}

#soundToggle {
    font-size: 20px;
}

#seekBar {
    flex: 1;
    margin: 0 10px;
    cursor: pointer;
}



.gradient-border>* {
    background: #fff;
    /* 中身の背景色 */
    border-radius: 6px;
    /* 内側も丸めると綺麗 */
    display: block;
}

.vision_video img {
    width: 100%;
}

.vision_bg_02 {
    position: absolute;
    top: 100px;
    right: 0;
    width: 1200px;
    max-width: 1200px;
}

.vision_text {
    position: absolute;
    bottom: 6vw;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    color: #fff;
    width: 800px;
    right: 130px;

}


.vision_ab {
    position: absolute;
    top: -150px;
    right: 0px;
}


.vision_bg_02 img {
    width: 100%;
}

.service_concept {
    width: 100%;
}

.service_concept_container {
    width: 100%;
    display: flex;

}

.service_concept_left {
    width: 40%;
    margin-left: 5%;
}

.service_concept_right {
    width: 48%;
    margin-right: 2%;
}

.service_concept_image {
    width: 100%;
}

.service_concept_image img {
    margin: 0 auto;
    display: block;
}

.service_concept_title {
    font-size: 4rem;
    color: #3939E2;
    font-weight: 600;
    margin-bottom: 20px;
}


.service_concept_text {
    width: 410px;
    font-size: 1rem;
    color: #787878;
    font-weight: 500;
    text-align: left;
    line-height: 32px;
}

.service_concept_right {
    width: 600px;
    font-size: 1rem;
    color: #000000;
    font-weight: 500;
    text-align: left;
    line-height: 32px;
    margin-left: 100px;
}

/* サービス概要 */

.service_overview {
    width: calc(100% - 200px);
    padding: 50px 100px;
    /* margin-top: 100px; */
    background: linear-gradient(to right, #07B9B3, #3939E2);
}

.service_overview_container {
    width: 100%;
    margin-bottom: 100px;
}

.service_overview_title {
    width: 376px;
    margin: 100px auto;

}

.service_overview_row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.service_overview_row_item {
    width: 30%;
}


.service_overview_row_item_title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.service_overview_row_item_title img {
    height: 218px;
    width: auto;
}

.service_overview_row_explain {
    line-height: 22px !important;
}

.service_overview_title_text {
    font-size: 1rem;
    padding-top: 20px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
}

.service_overview_row_item_subtitle {
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    line-height: 32px;
    margin-bottom: 20px;
}

.service_overview_row_item_title_text {
    font-size: 1.125rem;
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    line-height: 32px;
}

.service_overview_row_item_explain_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    margin-top: 40px;
    max-width: 800px;
    margin: 120px auto;
    border-radius: 12px;
    padding: 26px 20px;
    gap: 20px;
}

.service_overview_row_title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 22px !important;
}


.service_overview_row_text {
    line-height: 22px !important;
    font-size: 0.875rem;
    color: #787878;
}

.service_overview_row_text a {
    color: #787878;
    text-decoration: underline;
}

/* 機能 */
.function {
    width: calc(100% - 200px);
    padding: 50px 100px;
    margin-top: 50px;
}

.function_container {
    width: 100%;
}

.function_title {
    width: 254px;
    margin: 100px auto 10px;

}

.function_title_text {
    width: 630px;
    margin: 0 auto;
    font-size: 1rem;
    padding-top: 20px;
    color: #787878;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
}

.speechBubble_container {
    width: 624px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.speechBubble_operator {
    width: 43%;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding: 16px;
    border-radius: 4px;
    background-color: #1EBFBA;
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #ffffff;
    cursor: pointer;
}

.speechBubble_operator.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 20px 25px 0 25px;
    border-color: #1EBFBA transparent transparent;
    translate: -50% 100%;
}

.speechBubble_operator_text {

    line-height: 26px;
}

.speechBubble_admin_text {
    line-height: 26px;
}

.speechBubble_operator_text_span {
    font-size: 20px;
    font-weight: 500;
}

.speechBubble_admin_text_span {
    font-size: 20px;
    font-weight: 500;
}

.speechBubble_admin {
    width: 43%;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding: 16px;
    border-radius: 4px;
    background-color: #4F4FE4;
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #ffffff;
    cursor: pointer;
}

.speechBubble_admin.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 20px 25px 0 25px;
    border-color: #4F4FE4 transparent transparent;
    translate: -50% 100%;
}

.function_explain_sidemenu_ad,
.function_explain_sidemenu {
    width: 36%;
    margin-left: 7%;
}

.sidemenu_item_first {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.sidemenu_item {
    height: 96px;
    border-radius: 24px;
    background-color: #98E0E0;
    padding: 10px 20px;
    font-size: 1.25rem;
    color: #198E8A;
    font-weight: 500;
    text-align: left;
    line-height: 32px;
    display: grid;
    justify-content: left;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.sidemenu_item_ad {
    height: 96px;
    border-radius: 24px;
    background-color: #95A2C5;
    padding: 10px 20px;
    font-size: 1.25rem;
    color: #3C3CAE;
    font-weight: 500;
    text-align: left;
    line-height: 32px;
    display: grid;
    justify-content: left;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.sidemenu_item.active,
.sidemenu_item_ad.active {
    background-color: #fff;
    color: #000000;
}

.sidemenu_item.active .sidemenu_item_title,
.sidemenu_item_ad.active .sidemenu_item_title {
    margin-top: 10px;
}

.function_explain {
    height: 748px;
    width: 100vw;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* .admin_explain {
    height: 748px;

    display: flex;
    justify-content: space-between;
    align-items: center;
} */

.function_explain_wrapper_operator {

    position: relative;
    width: 100vw;
    height: 748px;
    /* ウインドウ全体 */
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-image: url(/business/service/application/contactsolution/qualitypartners/img/func_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.function_explain_wrapper_admin {
    position: relative;
    width: 100vw;
    height: 748px;
    /* ウインドウ全体 */
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-image: url(/business/service/application/contactsolution/qualitypartners/img/func_bg_admin.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.function_explain_content {
    width: 52%;
}

.function_explain_content img {
    width: 90%;
    max-width: 680px;
}

.function_explain_content_02,
.function_explain_content_03,
.function_explain_content_04 {
    display: none;
}

.function_explain_content_02_ad,
.function_explain_content_03_ad,
.function_explain_content_04_ad,
.function_explain_content_05_ad {
    display: none;
}


.sidemenu_item_text {
    font-size: 1rem;
    color: #787878;
    display: none;
    line-height: 22px;
}


.function_explain_add {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* プラン */

.plan {
    width: 100%;
    /* padding: 50px 100px; */
    margin-top: 50px;
}

.plan_container {
    width: 100%;
}

.plan_title {
    width: 188px;
    margin: 100px auto 10px;
}

.plan_text {
    width: 600px;
    margin: 0 auto;
    font-size: 1rem;
    padding-top: 20px;
    color: #787878;
    line-height: 28px;
}

.plan_text_text {
    font-size: 1rem;
    color: #000000;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
}

.drag_icon {
    display: none;
    width: 50%;
    position: absolute;
    top: 35%;
    left: 25%;
    z-index: 99;
}

.plan_table {
    width: 101%;
    margin-top: 50px;
    background: #ffffff;
    padding-top: 130px;
    overflow-x: auto;

}

.plan_table img {
    width: 1440px;
    margin: 0 auto;
    display: flex;
}

.plan_contact {
    width: 100%;
    margin-top: 100px;
    text-align: center;
}

.plan_contact_text {
    font-size: 1rem;
    color: #000000;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
    margin-bottom: 20px;
}

/* 流れ */

.flow {
    width: 100%;
    margin-top: 100px;
}


.flow_container {
    width: 100%;
}

.flow_title {
    width: 498px;
    margin: 70px auto 70px;
}

.flow_text {
    width: 300px;
    margin: 0 auto;
}

.steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    width: 1440px;
    margin: 170px auto 0;
}

.step {
    position: relative;
    width: 300px;
    background: #fff;
    border: 2px solid #3939E2;
    border-radius: 10px;
    padding: 60px 20px 30px;
    text-align: center;
    transition: transform 0.3s ease;
    margin-bottom: 60px;
}

.step_icon {
    height: 180px;

}

.step:hover {
    transform: translateY(-5px);
}

.step .contact-btn {
    background-color: #2f2ff1;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    padding: 12px 48px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 20px;
}

.step .contact-btn a {
    text-decoration: none;
    color: #fff;
}

.step-badge {
    position: absolute;
    top: -25px;
    left: 11%;
    transform: translateX(-50%);
    width: 80px;
}

.step-content h3 {
    color: #303f9f;
    font-size: 1.25rem;
    margin-bottom: 0px;
}

.step-content p {
    color: #000000;
    font-size: 1rem;
    line-height: 32px;
    font-weight: 600;
    margin-top: 10px;
}

.arrow_right {
    margin-top: 10%;
}

/* お問い合わせ */

.contact_wrapper {
    position: relative;
    width: 100vw;
    /* ウインドウ全体 */
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    /* コンテンツ中央基準で全幅に広げる */
    background: #ffffff;
}

.contact {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 50px;
    background: #ffffff;
}

.contact_container {
    width: 100%;
}

.contact_iframe {
    width: 100%;
    height: 1600px;
}

.contact_title {
    width: 372px;
    margin: 100px auto 10px;
}

.contact_title_text {
    width: 600px;
    margin: 0 auto;
    font-size: 1rem;
    padding-top: 20px;
    color: #787878;
    line-height: 28px;
}

.footer_bottom {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-image: url(/business/service/application/contactsolution/qualitypartners/img/footer_bottom.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 440px;
    margin-top: 0px;
    background-color: #ffffff;
}

.to_top_btn {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1300px) {

    .vision_bg_02 {
        width: 80vw;
    }

    .vision_text {
        width: 70%;
        left: 24%;
        font-size: 0.875rem;
        line-height: 1.8;
    }

    header,
    .service_concept_image,
    .service_concept_container,
    .plan_table,
    .steps {
        zoom: 0.8;

    }

    .planTabs {

        margin: 0px 0 20px 456px !important;

        gap: 71px;
    }
}

@media (max-width: 1090px) {

    .scroll_kv {
        display: none;
    }

    header {
        max-width: 90%;
    }


    header nav ul {
        gap: 12px;
    }

    .wrapper .logo h1 span.jp {
        font-size: 12px;
    }

    .wrapper .logo h1 span.en {
        font-size: 1rem;
    }

    .kv_text {
        width: 56%;
    }

    .kv_text img {
        width: 100%;
    }

    .vision {

        height: 946px;
    }

    .vision_video {
        top: 70px;
    }

    .vision_bg_02 {
        width: 85vw;
    }

    .vision_text {

        left: 15%;
        font-size: 0.875rem;
        line-height: 1.4;
    }

    .service_overview_row_item_subtitle {
        font-size: 15px;
        line-height: 22px;
    }

    .sidemenu_item_title {
        line-height: 22px !important;
        margin-bottom: 0px !important;
        font-size: 17px !important;
    }

    .sidemenu_item_text {
        font-size: 0.875rem;
    }

    .sidemenu_item.active .sidemenu_item_title,
    .sidemenu_item_ad.active .sidemenu_item_title {
        line-height: 22px !important;
        font-size: 17px !important;
        margin-top: -10px;
    }

    .function {
        width: calc(100% - 0px);
        padding: 20px 0px;
    }

    .service_overview_row_item_title img {
        width: 100%;
        height: auto;
    }

    .service_overview_row_item_title_text {
        font-size: 0.875rem;
        line-height: 22px;
    }

    header,
    .service_concept_image,
    .service_concept_container {
        zoom: 0.7;

    }

    .plan_table {
        zoom: 0.6;
    }

    .planTabs {

        margin: 0px 0 20px 520px !important;
        gap: 70px;
    }

    .steps {
        zoom: 0.5;

    }

    .side_chara_img {
        width: 230px;
    }

}

@media (max-width: 900px) {

    .vision {
        height: 746px;
    }

    .vision_text {
        line-height: 1.2;
        font-size: 12px;
    }

    .plan_table {
        zoom: 0.5;
    }

    .planTabs {

        margin: 0px 0 20px 489px !important;

        gap: 65px;
    }


    .contact_iframe {
        width: 100%;
        height: 1800px;
    }

}

@media (max-width: 768px) {
    .planTabs {

        margin: 0px 0 20px 427px !important;
    }
}

@media (min-width: 1440px) {

    header {
        max-width: 74%;
    }

    .wrapper .logo {
        left: 5%;
    }

    .function_explain_content img {
        width: 90%;
        max-width: 680px;
    }

    /* .vision_bg_02 {
        position: absolute;
        top: 140px;
        right: 300px;
        width: 76vw;
        max-width: 1200px;
    } */



    .vision_text {
        bottom: 1vw;
        /* left: 10%; */
    }

    .vision_bg_01 {
        left: -14vw;
    }

    .service_overview_wrapper {
        position: relative;
        width: 100vw;
        /* ウインドウ全体 */
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        /* コンテンツ中央基準で全幅に広げる */
        background: linear-gradient(to right, #07B9B3, #3939E2);
    }

    .service_overview {
        width: 1240px;
        margin: 0 auto;
        padding: 50px 100px;
        background: transparent;
        /* 背景は親に任せる */
    }

}

.pc_hide {
    display: none;
}

@media (min-width: 1600px) {

    header {
        max-width: 64%;
    }

    .wrapper .logo {
        left: 6%;
    }

}

@media (min-width: 469px) {

    .service_concept_container {
        padding-top: 70px;
    }

    iframe {
        width: 80%;
        height: 100%;
    }
}

/* スマホサイズ */

@media (max-width: 468px) {

    iframe {
        width: 90%;
        height: 100%;
    }

    .wrapper {
        padding-top: 15px;
    }


    header {
        margin: 0px auto 0px;
    }

    .service_concept_image,
    .service_concept_container,

    .steps {
        zoom: 1;

    }

    .plan_table {
        zoom: 0.7;
        padding-bottom: 30px;
    }

    .sp_hide {
        display: none;
    }

    .pc_hide {
        display: block;
    }

    .kv_text {
        width: 100%;
    }

    header {
        max-width: 80%;
        padding: 20px 40px;
    }

    header nav {
        display: none;
    }

    header .contact-btn {
        padding: 12px 18px;
        margin-left: 296px;
        font-size: 12px;
    }

    .wrapper .logo {
        position: absolute;
        left: 7%;
    }

    .wrapper .logo h1 span.en {
        font-size: 12px;
    }

    .wrapper .logo h1 span.jp {
        font-size: 10px;
    }

    .wrapper .logo h1 span.beta {
        color: #000;
        font-size: 8px;
        font-weight: 700;
    }


    section {
        padding: 10px 0;
    }

    .vision {
        height: 1340px
    }


    .vision_video {
        position: absolute;
        width: 90%;
        z-index: 1;
        left: 5%;
        top: 180px;
    }

    .vision_bg_01 {
        width: 52vw;
        position: relative;
    }

    .vision_bg_02 {
        position: relative;
        width: 100%;
        margin-top: -140px;
        margin-left: 0px;
    }

    .vision_text {
        font-size: 0.875rem;
        line-height: 28px;
        width: 90%;
        top: 380px;
        left: 5%;
    }

    .vision_sp_text {
        width: 120px !important;
        position: absolute;
        right: 0;
        margin-top: -20px;
    }

    .service_concept_container {
        display: block;
    }

    .service_concept_right {
        width: 90%;
        margin-left: 5%;
        margin-top: 60px;
        font-size: 0.875rem;
        line-height: 22px;
    }

    .service_concept_left {
        width: 90%;
    }

    .service_concept_title img {
        width: 100%;
    }

    .service_concept_text {
        width: 100%;
        font-size: 0.875rem;
        line-height: 22px;
    }

    .service_concept_image img {
        width: 95%;
        margin: 50px auto;
    }

    .service_overview {
        width: calc(100% - 40px);
        padding: 50px 20px;
    }

    .service_overview_container {
        margin-bottom: 0px;
    }

    .service_overview_row_item_subtitle {
        font-size: 1.125rem;
    }

    .service_overview_title {
        width: 100%;
        margin: 20px 0 80px;
    }

    .service_overview_title img {
        width: 90%;
        /* margin-left: 5%; */
    }

    .service_overview_title_text {
        font-size: 0.875rem;
        line-height: 22px;
        text-align: left;
        /* margin-left: 5%; */
    }

    .service_overview_row {
        display: block;
    }

    .service_overview_row_item {
        width: 100%;
        margin-bottom: 80px;
    }

    .service_overview_row_item_title {
        width: 100%;
    }

    .service_overview_row_item_title img {
        height: 218px;
        width: auto;
    }

    .service_overview_row_item_explain_wrapper {
        width: 100%;
        display: block;
        justify-content: center;
        text-align: center;
        background: #ffffff;
        margin-top: 40px;
        max-width: 300px;
        margin: 60px auto;
        border-radius: 12px;
        padding: 26px 20px;
        gap: 20px;
    }

    .service_overview_row_title {
        font-size: 1.125rem;
        font-weight: 700;
        margin-bottom: 12px;
        line-height: 27px !important;
    }

    .service_overview_row_text {
        line-height: 22px !important;
        font-size: 15px;
        color: #787878;
        text-align: left;
    }

    div .function {
        width: calc(100% - 0px);
        padding: 20px 0px;
    }

    .function_title_text {
        width: 90%;
        margin-left: 5%;
        color: #787878;
        font-weight: 500;
        text-align: left;
        font-size: 0.875rem;
        line-height: 22px;
    }




    .speechBubble_container {
        width: 100%;
        margin: 60px auto 30px;
    }

    .speechBubble_operator {
        width: 80%;
        margin-left: 6%;
        cursor: pointer;

    }

    .admin_explain {
        height: 848px;
    }

    .speechBubble_admin {
        width: 80%;
        margin-left: 6%;
        cursor: pointer;
    }

    .admin_explain {
        display: block !important;
    }

    .function_explain {
        display: block;
        padding-top: 30px;
        position: relative;
    }

    .function_title {
        width: 343px;
        margin: 0px 20px;
    }



    .function_explain_content {
        width: 100%;
        display: flex;
    }

    .function_explain_content img {
        margin-left: 5%;
    }

    .function_explain_sidemenu,
    .function_explain_sidemenu_ad {
        /* position: absolute; */
        width: 88%;
        top: 368px;
    }

    .sidemenu_item_ad,
    .sidemenu_item {
        height: 46px;
        font-size: 1rem;
    }

    .sidemenu_item_text {
        font-size: 0.75rem;
        line-height: 18px !important;
    }

    .sidemenu_item {
        height: 45px;
        border-radius: 24px;
    }

    .sidemenu_item_title {
        font-size: 1rem !important;
    }

    .sidemenu_item.active .sidemenu_item_title,
    .sidemenu_item_ad.active .sidemenu_item_title {
        margin-top: -10px;
        margin-bottom: 10px;
        font-size: 1rem !important;
    }

    .function_explain_add {
        margin-top: 0px;
    }

    .function_explain_add img {
        width: 90%;
        margin-left: 5%;

    }

    .plan {
        margin-top: 0px;
    }

    .plan_title {
        width: 90%;
        margin: 10px 20px;
    }

    .plan_title img {
        width: 32%;
    }

    .plan_text {
        width: 90%;
        margin: 0 auto;
        font-size: 0.875rem;
        line-height: 22px;
        text-align: left;
        margin-left: 5%;
        color: #787878;
        font-weight: 500;
        text-align: left;
        font-size: 0.875rem;
        line-height: 22px;
    }

    .plan_contact_text {
        width: 80%;
        margin: 20px auto;
    }

    .planTabs {
        margin: 0px 0 20px 382px !important;
    }

    .flow_title {
        width: 100%;
    }

    .flow_title img {
        width: 70%;
        margin-left: 5%;
    }

    .steps {
        display: block;
        width: 100%;
        margin: 30px auto 0;
    }

    .step {
        margin: 0 auto;
    }



    .arrow_bottom {
        text-align: center;
        margin: 20px;
    }

    .plan_table {
        width: 100%;
        overflow-x: scroll;
        position: relative;
    }



    .drag_icon img {
        width: 100% !important;
        height: 100%;
    }

    .plan_table img {
        width: 1440px;
        max-width: 1440px;
        /* overflow-x: scroll; */
    }

    .contact_title {
        margin: 10px 20px;
    }

    .contact_title img {
        width: 60%;
    }

    .contact_title_text {
        width: 90%;
        margin-left: 5%;
        color: #787878;
        font-weight: 500;
        text-align: left;
        font-size: 0.875rem;
        line-height: 22px;
    }

    .contact_iframe {
        width: 100%;
        height: 1800px;
    }

    .function_explain_content img {
        width: auto;
        height: 310px;
        margin: 0 auto;
    }

    .function_explain_content_03 {
        height: 260px !important;
    }

    .footer_bottom {
        position: relative;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        background-image: url(/business/service/application/contactsolution/qualitypartners/img/footer_bottom.png);
        background-size: 100% 100%;
        background-position: top;
        background-repeat: no-repeat;
        height: 240px;
    }

    .footer_bottom_img {
        height: 200px;
    }

    .to_top_btn {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
    }

    .side_chara {
        width: 120px;
        right: -76px;
        margin-right: 0px;
        bottom: 15px;
        zoom: 1;
        transition: transform 0.5s ease, margin-right 0.5s ease;
    }


    .side_top {
        position: absolute;
        top: 17px;
        right: 65px;
        width: 55px;
        top: -37px;
        left: -65px;

    }

}


/* iphone se */

@media (max-width: 378px) {
    header .contact-btn {
        padding: 12px 18px;
        margin-left: 240px;
        font-size: 12px;
    }
}

/* プラン */


.planTabs {
    max-width: 860px;
    margin: 0px 0 20px 389px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 66px;
}

.planTabs__item {
    position: absolute;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.125rem;
    width: 280px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 75px;
    left: 28px;
}

.planTabs__item--light {
    background: #2ec4b6;
}

.planTabs__item--std {
    background: #22a6a5;
}

.planTabs__item--ent {
    background: #1672a9;
}

.planMatrix__scroll {
    /* overflow-x: auto; */
}

.planMatrix {
    width: 1360px;
    padding: 0 40px;
    /* 元画像幅に合わせる */
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-left: 1px solid #e6eef2;
    border-right: 1px solid #e6eef2;
    border-radius: 12px;
    /* box-shadow: 0 2px 12px rgba(0, 0, 0, .08); */
    color: #1f2a33;
    table-layout: fixed;
    font-size: 0.875rem;
    margin: 0 auto;
}

.pm-col-role {
    width: 112px;
}

.pm-col-item {
    width: 200px;
}

.pm-col-plan {
    width: calc((1440px - 112px - 280px)/3);
}

.planMatrix thead th {
    background: #fff;
    color: #6b7a86;
    font-weight: 600;
    text-align: left;
    padding: 12px 16px;
    border-bottom: 1px solid #e9f0f3;
}

.planMatrix thead th:nth-child(n+3) {
    text-align: center;
}

.planMatrix .pm-strip td {
    height: 46px;
    padding: 0;
    background: #07B9B3;
    border-bottom: 1px solid #e9f0f3;
}

.planMatrix td,
.planMatrix th {
    padding: 14px 16px;
    border-bottom: 1px solid #e9f0f3;
    vertical-align: middle;
    background: #fff;
    font-size: 1rem;
    color: #151618;
}

.pm-section td {
    background: #F2FFFF;
    font-weight: 700;
    color: #000000;
    padding: 12px 16px;
    border-bottom: 1px solid #07B9B3;
    font-size: 1.25rem;
    text-align: center;
}

.pm-custom td {
    background: #f3f5ff;
    font-weight: 700;
    color: #000000;
    padding: 12px 16px;
    border-bottom: 1px solid #3939E2;
    font-size: 1.25rem;
    text-align: center;
}

.pm-role {
    text-align: center;
    font-weight: 700;
    color: #3aa274 !important;
    letter-spacing: .06em;
    background: #F6F6F6 !important;
    font-size: 1.25rem;

    box-shadow: inset 0 0 0 7px #ffffff;
}

.pm-gray {
    color: #000000 !important;
}

.pm-role--op {
    color: #3b6fd6 !important;
}

.pm-item {
    font-weight: 600;
    text-align: left;
}

.pm-note {
    color: #6b7a86;
    font-weight: 400;
    margin-left: 6px;
}

.pm-center {
    position: relative;
    text-align: center;
}

.pm-check {
    color: #000000;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1;
}

.pm-dash {
    color: #98a6b3;
    font-weight: 700;
    letter-spacing: .05em;
}

.pm-note {
    font-size: 16px;
    color: #151618;
}

.pm-tri {
    color: rgb(0, 0, 0);
    font-weight: 700;
}

/* スマホ時は親の .plan_table が overflow-x を持つ前提。幅は画像同等のまま横スクロールで表示 */
@media (max-width: 468px) {

    .planMatrix {
        width: 1360px;
    }

    .planTabs {
        gap: 55px;
        margin-bottom: 10px;
    }



    .planTabs__item {
        font-size: 1rem;
        padding: 12px 8px;
    }
}