@charset "utf-8";

body {
    overflow-y: scroll;
}

body.no-scroll {
    overflow: hidden;
    position: fixed;
}

/* アバター　ポップアップ */
#avatar_page .popup-bg.show {
    width: 100%;
    height: 300%;
    background: rgb(255 255 255 / 90%);
    position: fixed;
    z-index: 1000;
}

#avatar_page .easy-modal {
    display: none;
}

#avatar_page .easy-modal.show {
    padding-top: 100px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
}

#avatar_page #x_botton.close-button {
    display: none;
}

#avatar_page .easy-modal.show .voice_msg {
    margin: revert;
}

#avatar_page .easy-modal .close-button {
    background: rgba(56, 117, 191, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5vw;
    max-width: 40px;
    height: 5vw;
    max-height: 40px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 80px;
    left: 1103px;
    right: 0;
    margin: auto;
    z-index: 10000;
}

#avatar_page .easy-modal .close-button:hover {
    filter: brightness(1.5);
}

#avatar_page .easy-modal .close-button .icon-close {
    color: #ffffff;
    font-size: clamp(1.8rem, 1vw, 2.4rem);
}

#avatar_page .easy-modal .in_admin {
    box-shadow: 0 0 16px #8d8d8d;
}

/* アバター　ポップアップ */

#avatar_page {
    position: relative;
    background: no-repeat url(../img/avatar/pc/bg.webp) 100% 100% / 170%;
    background-attachment: fixed;
    background-position: 55% 50%
}

.parallax-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background: #f9faffa6;
}

.switch_cont_sp {
    display: none;
}

#avatar_page img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

/* ボタン */
#avatar_page a:hover img {
    filter: brightness(1.2);
}

/* ヘッダーバー */
#avatar_page #upper {
    height: 80px;
    position: fixed;
}

#avatar_page #upper .inner {
    width: 100%;
    max-width: 1920px;
    padding: 8px 40px;
}

#avatar_page #upper .head_pc .tel_box {
    margin-right: 29px;
}

#avatar_page #upper .head_pc .tel_box .txt {
    font-size: clamp(1.2rem, 1vw, 1.5rem);
}

#avatar_page #upper .head_pc .tel_box .tel_number {
    font-size: clamp(1.2rem, 2vw, 3.6rem);
}

#avatar_page #upper .head_pc .mail_box {
    max-width: 300px;
}

/* メインビジュアル */
.mv-wrapper {
    padding-top: 5vw;
}

.mv-wrapper {
    background: #fff no-repeat url(../img/avatar/pc/mvbg.webp) 100% / cover;
    margin-bottom: 144px;
}

.mv-wrapper .inner {
    position: relative;
    width: 100%;
    height: 39.35vw;
    max-height: 752px;
}

.mv-bg-image {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    max-width: 687px;
    z-index: 1;
}

.mv-img {
    max-width: 1470px;
    max-height: 690px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 17vw;
}

.mv-img>img {
    object-fit: contain;
}

.mv-assistant {
    height: 100%;
    max-width: 747px;
    z-index: 2;
    margin-right: 15px;
}

.mv-assistant>img {
    object-fit: cover;
}

.mv-phrase {
    max-width: 361px;
    z-index: 3;
}

.mv-content .cta-btn-wrapper {
    position: absolute;
    z-index: 2;
    left: 0.2vw;
    width: 19vw;
    bottom: 188px;
}

.mv-content .cta-btn-wrapper a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 36px;
}

/* うちのAI Avatarとは？ */
#about {
    margin-bottom: 118px;
}

.about-content {
    max-width: 1330px;
    margin: 0 auto;
}

/* 話しかけてみてください */
#try {
    margin-bottom: 85px;
}

#try .inner {
    position: relative;
    max-width: 1092px;
    width: 68vw;
    margin: 0 auto;
    padding: 75px 0 0;
}

.try-head {
    position: absolute;
    z-index: 1;
    max-width: 605px;
    width: 34vw;
    top: -93px;
    right: 0;
    left: -225px;
    margin: 0 auto;
}

.popup-btn {
    position: absolute;
    max-width: 340px;
    width: 20.3vw;
    height: 8vw;
    max-height: 68px;
    top: 35px;
    left: 0;
    border-radius: 50px;
}

.popup-btn:hover {
    background: #ffffff3d;
}

.try-head>.popup-btn:hover {
    filter: brightness(1.2);
}

.try-content {
    position: relative;
}

.try-content>.popup-btn {
    position: absolute;
    max-width: 987px;
    width: 90.6%;
    height: 74%;
    max-height: 603px;
    top: 7px;
    left: 0;
    right: 5px;
    bottom: 143px;
    border-radius: 35px;
    margin: auto;
    z-index: 1;
}

.try-content>.popup-btn:hover {
    filter: brightness(1.2);
}


.try-content-img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
}

.comment-first {
    position: absolute;
    max-width: 84.22px;
    width: 5vw;
    top: 311px;
    left: -116px;
}

.comment-sec {
    position: absolute;
    max-width: 61.47px;
    width: 4vw;
    bottom: 135px;
    left: -62px;
}

.comment-third {
    position: absolute;
    max-width: 55.47px;
    width: 4vw;
    bottom: 327px;
    right: -100px;
}

.comment-first::before,
.comment-sec::before,
.comment-third::before {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff91;
    border: 3px solid;
    border-image-source: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 50%);
    max-height: 96px;
    height: 7vw;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border-radius: 50px 50px 50px 3px;
}

.comment-first::before {
    top: -105px;
    left: 60px;
    width: 8vw;
    max-width: 138px;
    content: "こんにちは";
    font-size: clamp(1.2rem, 1vw, 2rem);
}

.comment-sec::before {
    top: -82px;
    left: 50px;
    max-width: 178px;
    width: 10vw;
    height: 95px;
    line-height: 95px;
    content: "何ができるの？";
    font-size: clamp(1.2rem, 1vw, 2rem);
}

.comment-third::before {
    max-width: 191px;
    width: 11vw;
    border-radius: 50px 50px 3px 50px;
    top: -78px;
    left: -207px;
    content: "うちのAIって何？";
    font-size: clamp(1.2rem, 1vw, 2rem);
}

.comment-first::after,
.comment-sec::after,
.comment-third::after {
    position: absolute;
    content: "";
    background: url(../img/avatar/ellipse.webp) no-repeat 100% / auto;
    width: 92px;
    height: 45px;
    top: 180px;
    left: -10px;
}

/* MEDIA COVERAGE */
.media-wrapper {
    background: #ffffff;
    padding-top: 91px;
}

.media-img {
    max-width: 1595px;
    margin: 0 auto;
}

/* こんな状態ではありませんか？ */
#assignment>.inner {
    width: 100%;
    padding: 65px 60px 0 100px;
    position: relative;
}
#assignment>.inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 50vw;
    max-height: 910px;
    background: #ffffff url(../img/avatar/pc/assign_bg.webp) no-repeat 100% / cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.assign-img {
    max-width: 1510px;
    width: 81vw;
    margin: 0 auto;
    position: relative;
    right: 20px;
    z-index: 1;
}

/* うちのAIアバターを使えば */
#example {
    margin-bottom: 135px;
}

#example>.inner {
    background: url(../img/avatar/pc/bg_map.webp) no-repeat top right / 35%;
}

.example-head {
    width: 690px;
    height: auto;
    margin: 0 auto;
    position: relative;
    left: 42px;
    padding: 69px 0 0;
}

.example-img {
    max-width: 1508px;
    width: 81vw;
    margin: 0 auto;
    position: relative;
    right: 20px;
}

/* うちのAI Avatarの特徴 */
#feature {
    background: #ffffff url(../img/avatar/pc/feature_bg.webp) no-repeat 100% / cover;
}

.feature-img {
    max-width: 1920px;
    width: 103vw;
    margin: 0 auto;
}


/* うちのAI Avatarの機能 */
.function-img {
    max-width: 1920px;
    width: 89vw;
    margin: 0 auto;
}

/* こんなシーンで大活躍 */
#scenes {
    background: #ffffff url(../img/avatar/pc/scenes_bg.webp) no-repeat 100% / cover;
    padding-bottom: 14.17vw;
}

.scenes-img {
    max-width: 1506px;
    width: 70vw;
    margin: 0 auto;
    position: relative;
    left: 78px;
}

/* CTA1 */
.cta-wrapper.up {
    color: #ffffff;
    font-family:
        "YuGothic", sans-serif;
    height: 576px;
    position: relative;
    overflow: hidden;
}

.cta-wrapper.up>.inner {
    padding: 0 56px;
    position: relative;
    background: linear-gradient(90deg, #0079BD 0%, rgba(0, 120, 189, 0.85) 40%, rgba(4, 169, 158, 0.85) 100%);
}

.cta-wrapper.up .bgimg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    height: auto;
    width: fit-content;
    transform: translateX(560px);
}

.cta-wrapper.up .cta-content {
    max-width: 1328px;
    margin: 0 auto;
    width: 100%;
    position: initial;
    padding: 73px 0 0 0;
    left: initial;
    display: flex;
    justify-content: center;
    gap: 0;
}

.cta-wrapper.up .cta-cont-box {
    text-align: center;
    padding-top: 29px;
    width: 548px;
    margin: 0 71px 0 auto;
}

.cta-wrapper.up .cta-description {
    margin-bottom: 56px;
}

.cta-wrapper.up .cta-img {
    width: 554px;
    height: 503px;
}

.cta-wrapper.up .cta-description h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 64px;
    letter-spacing: 0.1em;
    margin-bottom: 32px;
}

.cta-wrapper.up .cta-description p {
    font-weight: 500;
    font-size: 20px;
    line-height: 42px;
    letter-spacing: 0.1em;
}

.cta-wrapper.up .cta-btn-wrapper {
    width: 351px;
    height: 74px;
    margin: 0 auto;
    position: relative;
    left: -8px;
    background: #E40180;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 500;
}

.cta-wrapper.up .cta-btn-wrapper:hover {
    filter: brightness(1.2);
}

.cta-wrapper.up .cta-content .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.cta-wrapper.up .cta-btn-wrapper p {
    width: 100%;
    color: #ffffff;
    font-weight: 500;
    font-size: 22px;
    padding-bottom: 4px
}

/* CTA2 */
.cta-wrapper.middle {
    position: relative;
    overflow: hidden;
}

.cta-wrapper.middle .bgimg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translateX(-500px);
    z-index: 0;
    height: 100%;
    width: fit-content;
}

.cta-wrapper.middle>.inner {
    background: linear-gradient(90deg, rgba(0, 121, 189, 0.8) 0%, rgb(4, 167, 155) 100%);
    padding: 0 56px;
    position: relative;
}

.cta-wrapper.middle .cta-content {
    color: #ffffff;
    max-width: 1328px;
    width: initial;
    margin: 0 auto;
    padding: 0 0 14px;
    left: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 127px;
}

.cta-wrapper.middle .cta-img {
    max-width: 581px;
    max-height: 531px;
}

.cta-wrapper.middle .cta-cont-box {
    text-align: center;
    width: 528px;
    margin: 0;
    font-family:
        "YuGothic", sans-serif;
}

.cta-wrapper.middle .cta-description h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 64px;
    margin-bottom: 32px;
}

.cta-wrapper.middle .cta-description p {
    font-weight: 500;
    font-size: 20px;
    line-height: 42px;
    letter-spacing: 0.1em;
    margin-bottom: 56px;
}

.cta-wrapper.middle .cta-btn-box {
    width: 528px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.cta-wrapper.middle .cta-btn-wrapper.inquiry {
    min-width: initial;
    width: 264px;
    left: initial;
    right: initial;
    margin: 0;
    bottom: initial;
    position: relative;
}

.cta-wrapper.middle .cta-btn-wrapper.demo-reserve {
    max-width: initial;
    width: 244px;
    bottom: initial;
    left: initial;
    right: initial;
    margin: 0;
    position: relative;
}

.cta-wrapper.middle .cta-btn-wrapper {
    width: 351px;
    height: 74px;
    margin: 0 auto;
    max-width: initial;
    position: relative;
    bottom: initial;
    left: -8px;
    background: #E40180;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 500;
}

.cta-wrapper.middle .cta-btn-wrapper:hover {
    filter: brightness(1.2);
}

.cta-wrapper.middle .cta-content .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.cta-wrapper.middle .cta-btn-wrapper p {
    width: 100%;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 4px
}
.cta-wrapper.middle .cta-img>img{
    max-height: 531px;
}

/* CTA3 */
.cta-wrapper.low {
    height: 574px;
    position: relative;
    overflow: hidden;
}

.cta-wrapper.low .bgimg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translateX(0px);
    z-index: 0;
    height: 100%;
    width: fit-content;
}

.cta-wrapper.low>.inner {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 75.68px 0 0;
    background: linear-gradient(90deg, rgba(0, 121, 189, 0.95) 0%, rgba(5, 168, 157, 0.95) 100%);
}

.cta-wrapper.low .cta-cont-box {
    display: flex;
    justify-content: center;
    max-width: 1328px;
    margin: 0 auto;
}

.cta-wrapper.low .cta-btn-wrapper {
    max-width: 354px;
    width: 18vw;
    bottom: 113px;
    right: 126px;
    left: auto;
}

.cta-wrapper.low .cta-img {
    width: 525px;
    height: 498px;
}

.cta-wrapper.low .cta-content {
    max-width: initial;
    width: initial;
    padding: 77.32px 0 0;
    position: relative;
    left: initial;
    margin: 0 82px 0 0;
}

.cta-wrapper.low .cta-btn-wrapper {
    max-width: initial;
    width: initial;
    bottom: initial;
    right: initial;
    left: initial;
}

.cta-wrapper.low .cta-description {
    color: #ffffff;
    text-align: center;
}

.cta-wrapper.low .p_rel {
    position: relative;
}

.cta-wrapper.low .p_rel::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ffffff;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
}


.cta-wrapper.low .cta-description p {
    font-size: 32px;
    font-weight: 400;
    font-family:
        "YuGothic", sans-serif;
    margin-bottom: 25.9px;
    font-weight: 500;
}

.cta-wrapper.low .cta-description h2 {
    font-size: 40px;
    font-weight: 500;
    font-family:
        "YuGothic", sans-serif;
    line-height: 64px;
    letter-spacing: 0.1em;
    margin-bottom: 56px;
}

.cta-wrapper.low .cta-description .c_yellow {
    color: #FFFD8D;
}

.cta-wrapper.low .cta-btn-wrapper {
    width: 351px;
    height: 74px;
    margin: 0 auto;
    max-width: initial;
    position: relative;
    bottom: initial;
    left: -8px;
    background: #E40180;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 500;
}

.cta-wrapper.low .cta-btn-wrapper:hover {
    filter: brightness(1.2);
}

.cta-wrapper.low .cta-content .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.cta-wrapper.low .cta-btn-wrapper p {
    width: 100%;
    color: #ffffff;
    font-weight: 500;
    font-size: 22px;
    padding-bottom: 4px
}

/* フッターバー */
#avatar_page #under {
    padding: 44px 0 27px;
}

#avatar_page #under .f_inner {
    display: block;
}

#avatar_page #under .f_logo {
    width: 14vw;
    max-width: 229px;
    margin: 0 auto 41px;
}

#avatar_page #under .f_link p {
    margin: 0 30px;
}

#avatar_page #under .f_logo>a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

#avatar_page #under .f_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#avatar_page #overallTop #under .f_link p {
    margin: 0 30px;
}

/*■■■■■■■■■ リンクメッセージ ■■■■■■■■■ */

.is_lp .link_txt span {
    min-width: 34px;
}

.is_lp .WPC .link_msg {
    left: calc(50% + 270px);
}

/* iOS のみ */
@supports (-webkit-touch-callout: none) {
    .cta-wrapper.up .cta-description h2,
    .cta-wrapper.up .cta-description p,
    .cta-wrapper.up .cta-btn-wrapper,
    .cta-wrapper.up .cta-btn-wrapper p,
    .cta-wrapper.middle .cta-description h2,
    .cta-wrapper.middle .cta-description p,
    .cta-wrapper.middle .cta-btn-wrapper,
    .cta-wrapper.middle .cta-btn-wrapper p,
    .cta-wrapper.low .cta-description p,
    .cta-wrapper.low .cta-description h2,
    .cta-wrapper.low .cta-btn-wrapper,
    .cta-wrapper.low .cta-btn-wrapper p {
      font-weight: 600;
    }
  }

/* 1180以下 */
@media only screen and (max-width: 1180px) {
    .is_lp .WT .link_msg {
        position: absolute;
        left: 52%;
        top: calc(50% + 120px);
        width: 360px;
        text-align: center;
        padding: 12px 24px 12px 12px;
        transform: translate(-50%, -50%);
        max-height: 140px;
        overflow-y: auto;
        max-width: 360px;
    }

    .is_lp .WT .link_txt {
        display: flex;
        align-items: center;
        padding: 10px 12px;
        margin: 0 auto 16px;
        border-radius: 0 20px 20px 20px;
        font-size: 16px;
        width: fit-content;
    }

}

/*■■■■■■■■■ ノートPC / タブレット横サイズ ■■■■■■■■■ */
@media screen and (max-width: 1775px) and (min-width: 768px) {

    #avatar_page .easy-modal .close-button {
        left: 64vw;
    }

    #avatar_page .easy-modal .in_admin {
        width: 64vw;
    }

    /* メインビジュアル */
    .mv-content .cta-btn-wrapper {
        bottom: 10vw;
    }

    .mv-wrapper {
        margin-bottom: 6.95vw;
    }

    /* うちのAI Avatarとは？ */
    .about-content {
        padding: 0 8vw;
    }

    /* 話しかけてみてください */
    #try {
        margin-bottom: 5.45vw;
    }

    .popup-btn {
        top: 1.7vw;
        width: 18vw;
        height: 3.8vw;
    }

    .try-head {
        top: -5.5vw;
        left: -12vw;
    }

    #try .inner {
        padding: 3.5vw 0 0;
    }

    .try-content>.popup-btn {
        top: .5vw;
    }

    .comment-first {
        top: 17.5vw;
        left: -6.5vw;
    }

    .comment-sec {
        bottom: 7.8vw;
    }

    .comment-third {
        bottom: 17vw;
        right: -6vw;
    }

    .comment-first::before,
    .comment-sec::before,
    .comment-third::before {
        border-radius: 3vw 3vw 3vw 0.1vw;
    }

    .comment-third::before {
        top: -4vw;
        left: -13vw;
        border-radius: 3vw 3vw 0.1vw 3vw;
    }

    .comment-first::after,
    .comment-sec::after,
    .comment-third::after {
        top: 11.5vw;
        left: -0.5vw;
    }

    /* MEDIA COVERAGE */
    .media-wrapper {
        padding-top: 5.1vw;
    }

    .media-img {
        width: 85vw;
    }

    /* こんな状態ではありませんか？ */
    /* うちのAI Avatar を使えば */
    #example {
        margin-bottom: 135px;
        margin-bottom: 7.65vw;
    }

    /* こんなシーンで大活躍 */
    .scenes-img {
        left: 3vw;
    }
}

/*■■■■■■■■■ ノート/タブサイズ ■■■■■■■■■ */
@media screen and (max-width: 1279px) and (min-width: 768px) {

    /* CTA1 */
    .cta-wrapper.up {
        height: 100%;
    }

    .cta-wrapper.up>.inner {
        padding: 0 4.37vw;
    }

    .cta-wrapper.up .bgimg {
        transform: translateX(30vw);
    }

    .cta-wrapper.up .cta-cont-box {
        width: 42.8vw;
        padding-top: 2.26vw;
    }

    .cta-wrapper.up .cta-description {
        margin-bottom: 4.37vw;
    }

    .cta-wrapper.up .cta-content {
        padding-top: 5.7vw;
        gap: 5.54vw;
    }

    .cta-wrapper.up .cta-description h2 {
        font-size: 3.125vw;
        margin-bottom: 2.5vw;
        line-height: 5vw;
    }

    .cta-wrapper.up .cta-description p {
        font-size: 1.56vw;
        line-height: 3.28vw;
    }

    .cta-wrapper.up .cta-btn-wrapper {
        width: 27.4vw;
        height: 5.78vw;
        left: 0;
    }

    .cta-wrapper.up .cta-img {
        width: 43.2vw;
        height: fit-content;
        height: -webkit-fit-content;
        height: -moz-fit-content;
    }

    .cta-wrapper.up .cta-btn-wrapper p {
        font-size: 1.71vw;
        padding-bottom: 0.31vw;
    }

    /* CTA2 */
    .cta-wrapper.middle .cta-img {
        width: 45.3vw;
        height: fit-content;
        height: -webkit-fit-content;
        height: -moz-fit-content;
    }
    .cta-wrapper.middle>.inner{
        padding: 0 4.375vw;
    }

    .cta-wrapper.middle .bgimg {
        transform: translateX(-17vw);
    }

    .cta-wrapper.middle .cta-content {
        gap: 9.92vw;
        padding: 0 0 1.09vw;
    }

    .cta-wrapper.middle .cta-cont-box {
        width: 41.2vw
    }

    .cta-wrapper.middle .cta-description h2 {
        font-size: 3.125vw;
        line-height: 5vw;
        margin-bottom: 2.5vw;
    }

    .cta-wrapper.middle .cta-description p {
        font-size: 1.56vw;
        line-height: 3.28vw;
        margin-bottom: 4.37vw;
    }

    .cta-wrapper.middle .cta-btn-box {
        width: 41.2vw;
        gap: 1.56vw;
    }

    .cta-wrapper.middle .cta-btn-wrapper.inquiry {
        width: 20.6vw;
        height: 5.15vw;
    }

    .cta-wrapper.middle .cta-btn-wrapper.demo-reserve {
        width: 19vw;
        height: 5.15vw;
    }

    .cta-wrapper.middle .cta-btn-wrapper p {
        font-size: 1.56vw;
        padding-bottom: 0.31vw;
    }

    /* CTA3 */
    .cta-wrapper.low {
        height: 44.8vw;
    }

    .cta-wrapper.low>.inner {
        padding: 5.91vw 0 0;
    }

    .cta-wrapper.low .cta-btn-wrapper {
        width: 27.4vw;
        height: 5.78vw;
    }

    .cta-wrapper.low .cta-img {
        width: 41vw;
        height: 38.9vw;
    }

    .cta-wrapper.low .cta-content {
        padding: 6.04vw 0 0;
        margin: 0;
    }

    .cta-wrapper.low .p_rel::before {
        width: 0.31vw;
        height: 0.31vw;
        top: -0.625vw;
    }

    .cta-wrapper.low .cta-description p {
        font-size: 2.5vw;
        margin-bottom: 2.02vw;
    }

    .cta-wrapper.low .cta-description h2 {
        font-size: 3.125vw;
        line-height: 5vw;
        margin-bottom: 4.375vw;
    }

    .cta-wrapper.low .cta-btn-wrapper p {
        font-size: 1.71vw;
        padding-bottom: 0.3125vw;
    }

    /* こんな状態ではありませんか？ */
#assignment>.inner {
    height: 51vw;
    padding-top: 5.07vw;
}
.assign-img {
    width: 81vw;
    right: 3.12vw;
}

.example-head {
    width: 53vw;
    left: 3.28vw;
    padding: 5.39vw 0 0;
}
}

/*■■■■■■■■■　タブレット縦 / スマホサイズ ■■■■■■■■■ */
@media screen and (max-width: 768px) {

    #avatar_page {
        background: no-repeat url(../img/avatar/sp/bg.webp) 100% / cover;
        background-attachment: fixed;
        background-position: 100% 5%;
    }

    .switch_cont_pc {
        display: none;
    }

    .switch_cont_sp {
        display: block;
    }

    /* ヘッダーバー */
    #avatar_page #upper {
        height: 16.25vw;
        padding: 2.3vw 3.7vw;
    }

    #avatar_page #upper .logo img {
        width: 100%;
        max-width: 251px;
        height: 7.9vw;
        max-height: 30px;
    }

    #avatar_page #upper .logo {
        margin-top: 0.2vw;
    }

    /* メインビジュアル */
    .mv-wrapper {
        margin-top: 16.25vw;
    }

    .mv-wrapper {
        background: #fff no-repeat url(../img/avatar/sp/mvbg.webp) 100% / cover;
        height: calc(100vh - 16.25vw);
        margin-bottom: 16.4vw;
    }

    #avatar_page #upper .inner {
        justify-content: center;
        padding: 0;
    }

    .mv-wrapper .inner {
        height: 100%;
        max-height: 100%;
    }

    .mv-wrapper .mv-grad {
        position: absolute;
        z-index: 3;
        width: 100%;
        height: 100%;
        background: linear-gradient(359.99deg, #0079BD 1.73%, rgb(4 167 155 / 49%) 35%, rgb(255 255 255 / 0%) 73%);

    }

    .mv-content {
        width: 100%;
        height: calc(100vh - 16.25vw);
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        margin: 0;
        overflow: hidden;
    }

    .mv-bg-image {
        position: absolute;
        top: 10vw;
        left: 0;
        max-width: 589.37px;
    }

    .mv-bg-image>img {
        height: auto !important;
    }

    .mv-assistant {
        position: relative;
        z-index: 2;
        margin: 0 0 0 auto;
        right: 0;
        bottom: 0;
        width: 85%;
        max-width: 449px;
        height: 100%;
        max-height: 758px;
    }

    .mv-assistant>img {
        bottom: 0;
        position: absolute;
    }

    .mv-phrase {
        position: absolute;
        bottom: 64.4vw;
        right: 0;
        left: 0;
        margin: 0 auto;
        padding: 0 5vw;
        width: 100%;
        max-width: 582px;
    }

    .mv-content .cta-btn-wrapper {
        max-width: 613px;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0 5vw;
        bottom: 36.7vw;
        z-index: 3;
    }

    /* うちのAI Avatarとは？～話しかけてみてください　 */
    #about {
        margin-bottom: 5.1vw;
        position: relative;
    }

    /* 話しかけてみてください */
    .popup-btn {
        top: 178vw;
        bottom: 171vw;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 512px;
        width: 67vw;
        height: 14vw;
        max-height: 95px;
    }

    .popup-btn.window {
        max-width: 450px;
        height: 31.4%;
        max-height: 855px;
        width: 59.2dvw;
        top: 168dvw;
        bottom: 0vw;
        right: 0;
        left: 0.9dvw;
        margin: auto;
        border-radius: 5.7vw;
    }

    .popup-btn.window:hover {
        filter: brightness(1.5);
    }

    /* MEDIA COVERAGE */
    .media-wrapper {
        padding: 14vw 0 17.7vw;
    }

    /* こんな状態ではありませんか？ */
    #assignment>.inner {
        height: auto;
        padding: 0;
        background: none;
        position: relative;
    }

    .assign-img {
        width: 100%;
        right: 1px;
    }

    /* うちのAIを使えば */
    #example {
        margin-bottom: 0;
    }

    #example>.inner {
        background: none;
    }

    .example-img {
        width: 100%;
        right: 0;
    }

    /* うちのAI Avatarの機能 */
    #function {
        margin-bottom: 15.9vw;
    }

    /* こんなシーンで大活躍 */
    #scenes {
        padding-bottom: 0;
    }

    .scenes-img {
        width: 100%;
        position: relative;
        left: 0;
    }

    /* CTA1 */
    .cta-wrapper.up {
        height: 111.5vw;
        position: relative;
    }

    .cta-wrapper.up .cta-cont-box {
        width: 100%;
        padding-top: 11.7vw;
        text-align: left;
    }

    .cta-wrapper.up>.inner {
        padding: 0 5vw;
        height: 100%;
        background: linear-gradient(90deg, rgba(0, 120, 189, 0.85) 0%, rgba(4, 167, 156, 0.85) 100%), url(../img/avatar/sp/cta1_bg_sp.webp) no-repeat center bottom / 100%;
    }

    .cta-wrapper.up .bgimg {
        display: none;
    }

    .cta-wrapper.up .cta-content {
        width: 100%;
        padding: 0;
        gap: initial;
        flex-direction: column;
    }

    .cta-wrapper.up .cta-description {
        margin-bottom: 6.25vw;
    }

    .cta-wrapper.up .cta-description h2 {
        font-size: 6.87vw;
        line-height: 10vw;
        margin-bottom: 2.5vw;
    }

    .cta-wrapper.up .cta-description p {
        font-size: 3.75vw;
        line-height: 6.56vw;
        font-weight: 300;
    }

    .cta-wrapper.up .cta-btn-wrapper {
        width: 45vw;
        height: 11.5vw;
        left: initial;
        margin: 0 auto 0 0;
    }

    .cta-wrapper.up .cta-img {
        width: 57.3vw;
        height: 71vw;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .cta-wrapper.up .cta-btn-wrapper p {
        font-size: 4.06vw;
        padding-bottom: 0.625vw;
    }

    /* CTA2 */
    .cta-wrapper.middle .bgimg {
        display: none;
    }

    .cta-wrapper.middle>.inner {
        position: relative;
        padding: 21.8vw 5vw;
        overflow: hidden;
        background: linear-gradient(90deg, rgb(0 121 189 / 80%) 0%, rgb(4 167 155 / 93%) 100%), url(../img/avatar/pc/cta_bgimg2.webp) no-repeat -3vw -12vw / 80%;
    }

    .cta-wrapper.middle .cta-img {
        display: none;
        margin: 0;
    }

    .cta-wrapper.middle .cta-content {
        padding: 0;
        left: 0;
        width: 100%;
    }

    .cta-wrapper.middle .cta-cont-box {
        width: 90vw;
    }

    .cta-wrapper.middle .cta-description h2 {
        font-size: 6.25vw;
        line-height: 10vw;
        margin-bottom: 3.8vw;
    }

    .cta-wrapper.middle .cta-description p {
        font-weight: 300;
        font-size: 3.75vw;
        line-height: 6.8vw;
        margin-bottom: 8.5vw;
    }

    .cta-wrapper.middle .cta-btn-box {
        width: 75vw;
        flex-direction: column-reverse;
        gap: 5vw;
    }

    .cta-wrapper.middle .cta-btn-wrapper.inquiry {
        width: 100%;
        height: 14vw;
    }

    .cta-wrapper.middle .cta-btn-wrapper.demo-reserve {
        width: 100%;
        height: 14vw;
        margin: 0;
    }

    .cta-wrapper.middle .cta-btn-wrapper p {
        font-size: 4.06vw;
        padding-bottom: 0.625vw;
    }

    .cta-wrapper.low {
        height: 100vw;
    }

    /* CTA3 */
    .cta-wrapper.low>.inner {
        padding: 19.2vw 5vw 0;
        position: relative;
        background: linear-gradient(90deg, rgba(0, 121, 189, 0.85) 0%, rgba(5, 168, 157, 0.9) 100%);
    }

    .cta-wrapper.low .cta-cont-box {
        display: block;
    }

    .cta-wrapper.low .cta-content {
        padding: 0;
        margin: 0;
    }

    .cta-wrapper.low .cta-img {
        width: 50.9vw;
        height: 77.8vw;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .cta-wrapper.low .cta-description {
        text-align: left;
    }

    .cta-wrapper.low .p_rel::before {
        width: 0.625vw;
        height: 0.625vw;
        top: -1.25vw;
    }

    .cta-wrapper.low .cta-description p {
        font-size: 4.21vw;
        margin-bottom: 3.125vw;
    }

    .cta-wrapper.low .cta-description h2 {
        font-size: 6.25vw;
        line-height: 9.06vw;
        margin-bottom: 11.25vw;
    }

    .cta-wrapper.low .cta-btn-wrapper {
        width: 45vw;
        height: 11.5vw;
        margin: 0 auto 0 0;
        border-radius: 7.8125vw;
        max-width: initial;
        bottom: initial;
        left: initial;
        right: initial;
    }

    .cta-wrapper.low .cta-btn-wrapper p {
        font-size: 4.06vw;
        padding-bottom: 0.625vw;
    }

    /* フッターバー */
    #avatar_page #under {
        padding: 6.5vw 0vw 24.375vw;
    }

    #avatar_page #under .f_link {
        margin: 0 auto 6.25vw;
    }

    #avatar_page #under .f_inner {
        display: block;
    }

    #avatar_page #under .f_logo {
        width: 100%;
        margin: 0 auto 6.25vw;
    }

    #avatar_page #under .f_logo>a {
        width: auto;
    }


    #avatar_page #under .f_link p {
        font-size: 2.9vw;
    }

    #avatar_page #under .f_logo img {
        height: 7.5vw;
        max-height: 41px;
        width: 100%;
        max-width: 220px;
    }
}


/*■■■■■■■■■ タブレット横サイズ ■■■■■■■■■ */

@media screen and (max-width: 1027px) and (min-width: 640px) {
    #avatar_page #under .f_link p {
        font-size: clamp(1.6rem, 1vw, 3rem);
    }
}

/*■■■■■■■■■ スマホサイズ ■■■■■■■■■ */
@media screen and (max-width: 640px) {

    /* アバター　ポップアップ */
    #avatar_page .easy-modal.show {
        padding-top: 0;
    }

    #avatar_page .easy-modal .in_admin {
        box-shadow: none;
    }

    #avatar_page #uchino_ai_stream {
        height: 100dvh;
    }

    #avatar_page .in_admin {
        height: 100dvh;
    }

    #avatar_page .in_admin .sp_cont .voice_conversation {
        height: 100dvh;
    }

    #avatar_page .se .voice_load {
        bottom: 20px;
    }

    #avatar_page .easy-modal #x_botton.close-button {
        background: rgb(81 81 81 / 44%);
    }

    #avatar_page .easy-modal .close-button {
        position: fixed;
        top: 0;
        right: -93vw;
        left: 0;
        margin: auto;
        padding: 14px;
    }

    #avatar_page .easy-modal .close-button .icon-close {
        font-size: 14px;
        position: relative;
        left: 1px;
    }
}