@charset "utf-8";

/* ヘッダー */
#upper .inner {
    max-width: 1920px;
    width: 100%;
    padding: 8px 40px;
}

/* フッター */
#under .f_inner {
    display: block;
}

#under .f_logo {
    margin-right: 86px;
    width: 14vw;
    max-width: 229px;
    margin: 0 auto 41px;
    position: relative;
}

#under .f_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#under .f_link p {
    margin: 0 30px;
}

/* フォーム送信ボタン */
#form_area button[type="submit"] {
    transition: .3s;
}

#form_area button[type="submit"]:hover {
    filter: brightness(1.2);
}

/* 問合せフォーム */
#form_area .inquiry_form .mv {
    background: url(https://test-uchino.ai.maglaro.site/img/form/bg.webp) no-repeat top center / cover;
    max-height: 710px;
}

#form_area .inquiry_form .mv .mv_inner {
    padding: 82px 0 0;
    max-width: 1285px;
}

/* .pc_cont.mihon {
    max-width: 724px;
    position: absolute;
    top: 212px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    opacity: .7;
}
.sp_cont.mihon {
    max-width: 640px;
    position: absolute;
    top: 104px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    opacity: .7;
} mihon del*/

.inquiry_form .mv {
    background: linear-gradient(0.86turn, #0fc7c3, #1c7aad);
}

.inquiry_form .mv_inner {
    padding: 0 8px 0;
}

.inquiry_form h2 {
    color: #fff;
}


.inquiry_form .info_box {
    width: 32vw;
    max-width: 605px;
    margin: 0 0 114px 8px;
}

.inquiry_form .inquiry_img {
    width: 40vw;
    max-width: 643px;
}

.inquiry_form .inquiry_cont {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 22px;
    height: 100%;
}

.inquiry_form .inquiry_cont .title {
    max-width: 485px;
    width: 24vw;
    margin: 0 auto 74px;
}

.inquiry_form .requests {
    display: flex;
    gap: 18px;
    margin-bottom: 132px;
}

.inquiry_form .box {
    background: linear-gradient(180deg, rgba(255, 252, 252, 0.8) 0%, rgba(255, 252, 252, 0.72) 100%);
    padding: 44px 0 36px;
    border-radius: 50px 50px 50px 3px;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 190px;
    height: 8vw;
    max-height: 141px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inquiry_form .requests .box:nth-child(2) {
    top: 62px;
}

.inquiry_form .requests .box:first-child::after,
.inquiry_form .requests .box:nth-child(2)::after,
.inquiry_form .requests .box:nth-child(3)::after {
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    display: block;
    width: 3.5vw;
    height: 3.5vw;
    max-width: 72px;
    max-height: 72px;
}

.inquiry_form .requests .box:first-child::after {
    background: url(https://test-uchino.ai.maglaro.site/img/form/ic1.webp) no-repeat center center / contain;
}

.inquiry_form .requests .box:nth-child(2)::after {
    background: url(https://test-uchino.ai.maglaro.site/img/form/ic2.webp) no-repeat center center / contain;
}

.inquiry_form .requests .box:nth-child(3)::after {
    background: url(https://test-uchino.ai.maglaro.site/img/form/ic3.webp) no-repeat center center / contain;
}

.inquiry_form .box>p {
    color: #083461;
    font-weight: 600;
    font-size: clamp(8px, 1.2vw, 24px);
    line-height: 1.4;
    letter-spacing: 1px;
}

.inquiry_form .tel_info {
    display: flex;
    justify-content: flex-start;
    white-space: nowrap;
    color: #fff;
    position: relative;
    left: -9px;
}

.inquiry_form .txt {
    padding-right: 27px;
    margin-right: 27px;
    border-right: 1px solid #fff;
    text-align: right;
    font-size: clamp(8px, 1.2vw, 23px);
    line-height: 1.1;
    letter-spacing: 1px;
}

.inquiry_form .txt small {
    position: relative;
    left: -3.2px;
    font-size: clamp(8px, .9vw, 16px);
    letter-spacing: 0.2px;
}

.inquiry_form .tel {
    font-weight: 600;
    font-size: clamp(8px, 2.1vw, 42px);
    letter-spacing: 0.6px;
}

/* 導入サイトを確認する */
#form_area .inquiry_form.introduction .mv .mv_inner {
    padding-top: 0;
}

.inquiry_form.introduction .inquiry_cont {
    padding-top: 64px;
    gap: 40px;
}

.inquiry_form.introduction .info_box {
    max-width: 592px;
    margin: 0 0 114px 0;
}

.inquiry_form.introduction .title {
    text-align: center;
    font-size: clamp(22px, 2.6vw, 46px);
    font-weight: 600;
    letter-spacing: 2px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 85px;
}

.inquiry_form.introduction .send_require {
    background: linear-gradient(180deg, rgba(255, 252, 252, 0.8) 0%, rgba(255, 252, 252, 0.72) 100%);
    border-radius: 30px;
    margin: 0 auto 63px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 11vw;
    max-height: 213px;
    max-width: 100%;
    width: 36vw;
}

.inquiry_form.introduction .send_require::before {
    content: "";
    display: block;
    background: url(https://test-uchino.ai.maglaro.site/img/form/ic4.webp) no-repeat center center / contain;
    position: absolute;
    top: -35px;
    left: -4px;
    right: 0;
    margin: auto;
    width: 3.6vw;
    height: 3.6vw;
    max-width: 74px;
    max-height: 74px;
}

.inquiry_form.introduction .txt_box {
    text-align: center;
    padding-top: 17px;
    font-size: clamp(9px, 1.2vw, 23px);
    line-height: 1.18;
}

.inquiry_form.introduction .txt_box>p {
    letter-spacing: 1px;
}

.inquiry_form.introduction .send_require p {
    color: #083461;
}

.inquiry_form.introduction .send_require .request {
    margin-bottom: 14px;
}

.inquiry_form.introduction .send_require .strong {
    font-weight: 600;
    line-height: 1.5;
}

.inquiry_form.introduction .tel_info {
    left: 0;
}

/* 既存サイトの適合性チェック(無料) */
#form_area .inquiry_form.sitecheck .mv {
    display: block;
    max-height: 957px;
    /* height: 49.9vw; del?*/
    height: 900px;
}

#form_area .inquiry_form.sitecheck .mv .mv_inner {
    /* position: relative; del? */
    max-width: 1920px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 199px 0 145px;
}

.inquiry_form.sitecheck .mv_inner {
    padding-top: 64px;
}

.inquiry_form.sitecheck .sc_cont {
    position: relative;
    width: 100%;
    height: 100%;
}

#form_area .inquiry_form.sitecheck .form_abs {
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 252, 252, 0.8) 0%, rgba(255, 252, 252, 0.72) 100%);
    width: 45vw;
    max-width: 724px;
    padding: 100px 50px 0 50px;
    top: 0;
    border-radius: 30px;
    height: 33vw;
    max-height: 613px;
    left: 0;
    right: 552px;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.inquiry_form.sitecheck .sc_cont .title {
    position: relative;
    font-size: clamp(12px, 1.8vw, 37px);
    color: #3078C3;
    margin-bottom: 123px;
}

.inquiry_form.sitecheck .sc_cont .comment {
    color: #fff;
    position: absolute;
    top: -30px;
    left: 0;
    right: 283px;
    margin: auto;
    font-weight: 600;
    font-size: clamp(8px, 1.2vw, 26px);
    letter-spacing: 1.2px;
    z-index: 1;
    width: 21vw;
    max-width: 447px;
}

.inquiry_form.sitecheck .sc_cont .fukidasi {
    position: absolute;
    top: -67px;
    left: 0;
    right: 450px;
    margin: auto;
    width: 23vw;
    max-width: 443px;
}

#form_area .inquiry_form.sitecheck .mauticform-page-wrapper.mauticform-page-1 {
    position: relative;
}

#form_area .inquiry_form.sitecheck .mauticform-page-wrapper.mauticform-page-1::before {
    content: "＼チェックしたいWebサイトのURLをご入力ください／";
    display: inline-block;
    font-size: clamp(8px, 1.1vw, 21px);
    position: absolute;
    color: #083461;
    top: -37px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 600;
    z-index: 1;
}

#form_area .inquiry_form.sitecheck .form_abs .mauticform-row input {
    /* max-height: 60px;
    height: 4vw; 
    font-size: clamp(20px, 2.4vw, 25px); del?*/
    height: 60px;
    font-size: 24px;
    font-weight: 400;
}

#form_area .inquiry_form.sitecheck .form_abs .mauticform-freehtml>p,
#form_area .inquiry_form.sitecheck .form_abs .mauticform-freehtml>p>a {
    font-size: clamp(10px, 1.2vw, 16px);
    color: #083461;
}

#form_area .inquiry_form.sitecheck .form_abs .mauticform-freehtml>p>a {
    letter-spacing: 0;
}

/* #form_area .inquiry_form.sitecheck .form_abs .mauticform-freehtml {
    margin: 18px auto 63px;
} del? */

#form_area .inquiry_form.sitecheck .form_abs .mauticform-row.mauticform-button-wrapper {
    box-shadow: 0 10px 18px #3470AD24;
    /* width: 20.4vw;
    max-width: 382px;
    height: 4.1vw;
    max-height: 77px; del?*/
    width: 388px;
    height: 80px;
}

/* #form_area .inquiry_form.sitecheck .form_abs button[type="submit"] {
    font-size: clamp(10px, 1.4vw, 26px);
} del?*/

#form_area .inquiry_form.sitecheck.input_address .mauticform-page-wrapper.mauticform-page-1::before {
    content: "＼調査後、結果をご連絡するメールアドレスをご入力ください／";
    /* font-size: clamp(8px, 1.1vw, 20px); del? */
    font-size: 19.5px;
    top: -40px;
}

#form_area .inquiry_form.sitecheck .form_abs button[type="submit"] {
    background: #2470C0E5;
    transition: .3s;
    font-size: 28px;
    line-height: normal;
}

#form_area .inquiry_form.sitecheck .form_abs button[type="submit"]:hover {
    filter: brightness(1.2);
}

.inquiry_form.sitecheck .inquiry_img {
    max-width: 579px;
    width: 30.5vw;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 332px;
    margin-left: auto;
}

/* @media (max-width: 1680px) {
    #form_area .inquiry_form.sitecheck .mv .mv_inner {
        padding: 10.35vw 0 7.54vw;
    }

    #form_area .inquiry_form.sitecheck .form_abs {
        padding: 5.2vw 2.6vw 0;
    }

    .inquiry_form.sitecheck .sc_cont .title {
        margin-bottom: 6.4vw;
    }

    #form_area .inquiry_form.sitecheck .form_abs .mauticform-freehtml {
        margin: .95vw auto 3.3vw;
    }

    #form_area .inquiry_form.sitecheck .form_abs {
        right: 0;
        margin: 0 auto;
    }

    .inquiry_form.sitecheck .inquiry_img {
        right: 16.6vw;
    }

    .inquiry_form.sitecheck .sc_cont .fukidasi {
        top: -4vw;
    }

    .inquiry_form.sitecheck .sc_cont .comment {
        right: 19vw;
        top: -2.2vw;
    }
} del?*/

/* ▼▼▼▼▼▼▼▼▼ (PC版 画面サイズ801px以上) ▼▼▼▼▼▼▼▼▼ */
/* 既存サイトの適合性チェック(無料) */
#form_area .inquiry_form.sitecheck .mv .mv_inner {
    max-width: 1280px;
    padding-top: 200px;
}
#form_area .inquiry_form.sitecheck .form_abs {
    width: 724px;
    height: 613px;
    right: 0;
    margin: 0 auto;
    padding: 100px 49px 69px;
}
.inquiry_form.sitecheck .sc_cont .title {
    font-size: 38px;
    margin-bottom: 120px;
}
#form_area .inquiry_form.sitecheck .form_abs .mauticform-freehtml {
    margin: 16px auto 66px;
}
.inquiry_form.sitecheck .sc_cont .fukidasi {
    width: 440px;
    height: 110px;
    top: -72px;
}
.inquiry_form.sitecheck .sc_cont .comment {
    width: 440px;
    right: 268px;
    top: -38px;
    font-size: 26px;
}
#form_area .inquiry_form.sitecheck .mauticform-page-wrapper.mauticform-page-1::before {
    font-size: 22px;
}
#form_area .inquiry_form.sitecheck .form_abs .mauticform-freehtml>p, #form_area .inquiry_form.sitecheck .form_abs .mauticform-freehtml>p>a {
    font-size: 16px;
    letter-spacing:0;
}
/* ▲▲▲▲▲▲▲▲▲ (PC版 画面サイズ801px以上) ▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼ (タブレット 画面サイズ641 ~ 800pxまで) ▼▼▼▼▼▼▼▼▼ */
@media screen and (min-width: 641px) and (max-width: 800px) { 
    /* 既存サイトの適合性チェック(無料) */
    #form_area .inquiry_form.sitecheck .mv .mv_inner {
        padding-top: 25vw;
    }
    #form_area .inquiry_form.sitecheck .form_abs {
        width: 90vw;
        height: 76.5vw;
        right: 0;
        margin: 0 auto;
        padding: 12vw 6.125vw 8.7vw;
    }
    .inquiry_form.sitecheck .sc_cont .title {
        font-size: 4.7vw;
        margin-bottom: 15vw;
    }
    #form_area .inquiry_form.sitecheck .form_abs .mauticform-freehtml {
        margin: 2vw auto 8vw;
    }
    .inquiry_form.sitecheck .sc_cont .fukidasi {
        width: 55.25vw;
        height: 14vw;
        right: 70vw;
        top: -9.1vw;
    }
    .inquiry_form.sitecheck .sc_cont .comment {
        width: 55.25vw;
        right: 40vw;
        top: -4.3vw;
        font-size: 3.25vw;
    }
    #form_area .inquiry_form.sitecheck .mauticform-page-wrapper.mauticform-page-1::before {
        font-size: 2.75vw;
    }
    #form_area .inquiry_form.sitecheck .form_abs .mauticform-row input {
        height: 8vw;
        font-size: 3vw;
    }
    #form_area .inquiry_form.sitecheck .form_abs .mauticform-freehtml>p, #form_area .inquiry_form.sitecheck .form_abs .mauticform-freehtml>p>a {
        font-size: 2vw;
        text-align: center;
        line-height: 3.5vw;
        letter-spacing:0;
    }
    #form_area .inquiry_form.sitecheck .form_abs button[type="submit"] {
        font-size: 3.5vw;
        line-height: inherit;
    }

    #form_area .inquiry_form.sitecheck.input_address .mauticform-page-wrapper.mauticform-page-1::before {
        font-size: 2.45vw;
    }
}
    /* ▲▲▲▲▲▲▲▲▲ (タブレット 画面サイズ641 ~ 800pxまで) ▲▲▲▲▲▲▲▲▲ */



@media (max-width: 640px) {
    /* フッター */
    #under .f_logo {
        width: 100%;
        margin: 0 auto 6.25vw;
    }

    #under .f_link {
        margin-bottom: 6.25vw;
    }

    #under .f_link p {
        font-size: 2.9vw;
    }

    #under .f_logo img {
        height: 7.5vw;
        max-height: 41px;
        width: 100%;
        max-width: 220px;
    }

    /* 問い合わせフォーム */
    #form_area .inquiry_form .mv {
        background: url(https://test-uchino.ai.maglaro.site/img/form/bg.webp) no-repeat top center / cover;
    }

    #form_area .form_cont .mv {
        display: block;
        max-height: 100%;
        height: 100%;
    }

    .inquiry_form .mv_inner {
        padding-top: 14vw;
    }

    #form_area .inquiry_form .mv .mv_inner {
        padding: 13vw 0 0;
    }


    .inquiry_form .requests {
        gap: 2vw;
        margin-bottom: 15.4vw;
    }

    .inquiry_form .inquiry_cont {
        display: block;
    }

    .inquiry_form .info_box {
        width: 100%;
        max-width: 100%;
        padding: 0 3.8vw;
        margin: 0;
    }

    .inquiry_form .inquiry_cont .title {
        width: 100%;
        max-width: 516px;
        margin-bottom: 8.5vw;
        padding: 0;
    }

    .inquiry_form .box {
        border-radius: 7.2vw 7.2vw 7.2vw 0.5vw;
        height: 22vw;
        width: 28.6vw;
        margin: 0;
        padding: 5vw 0 2vw;
    }

    .inquiry_form .requests .box:nth-child(2) {
        top: 8vw;
    }

    .inquiry_form .requests .box:first-child::after,
    .inquiry_form .requests .box:nth-child(2)::after,
    .inquiry_form .requests .box:nth-child(3)::after {
        top: -6.6vw;
        margin: auto;
        width: 11.4vw;
        height: 11.4vw;
    }

    .inquiry_form .box>p {
        font-size: 3.4vw;
        line-height: 1.6;
        letter-spacing: 0.1vw;
    }

    .inquiry_form .inquiry_img {
        width: 100%;
    }

    .inquiry_form .tel_info.pc_cont {
        display: none;
    }

    /* 導入サイトを確認する */
    .inquiry_form.introduction .inquiry_cont {
        padding-top: 16.7vw;
    }

    .inquiry_form.introduction .info_box {
        width: 100%;
        max-width: 100%;
        padding: 0 5vw;
    }

    .inquiry_form.introduction .inquiry_cont .title {
        font-size: 7vw;
        margin-bottom: 8.4vw;
    }

    .inquiry_form.introduction .send_require::before {
        display: none;
    }

    .inquiry_form.introduction .send_require .inner {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4vw;
    }

    .inquiry_form.introduction .send_require {
        background: linear-gradient(180deg, rgba(212, 212, 212, 0.2) 0%, rgba(212, 212, 212, 0.18) 100%);
        border: 2.99px solid #ffffff1a;
        text-align: left;
        width: 91vw;
        margin: 0;
        height: 34vw;
        border-radius: 5.5vw;
    }

    .inquiry_form.introduction .send_require .ico.sp_cont {
        width: 8vw;
    }

    .inquiry_form.introduction .send_require .txt_box {
        width: 67.7vw;
        text-align: left;
        padding: 0;
    }

    .inquiry_form.introduction .send_require .txt_box p {
        color: #fff;
        font-size: 3.4vw;
    }

    /* 既存サイトの適合性チェック(無料) */
    #form_area .inquiry_form.sitecheck .mv {
        height: 100%;
        max-height: 100%;
    }

    /* #form_area .inquiry_form.sitecheck .mv .mv_inner::after {
        content: "";
        width: 100%;
        height: 12.3vw;
        background: #ffffff7a;
        position: absolute;
        bottom: 0;
    } */


    #form_area .inquiry_form.sitecheck .mauticform-page-wrapper.mauticform-page-1::before {
        display: none;
    }

    #form_area .inquiry_form.sitecheck .mv .mv_inner {
        padding: 0;
    }
    
    .sc_cont .cont_box.sp_cont{
        height: 61.5vw;
        display: flex;
        justify-content: center;
    }
    
    .inquiry_form.sitecheck .sc_cont .input_url {
        color: #083461;
        font-size: 3.7vw;
        font-weight: 600;
        line-height: 6.35vw;
        position: relative;
        right: 0;
        letter-spacing: 0;
        text-align: left;
    }

    #form_area .inquiry_form.sitecheck .form_abs .mauticform-freehtml>p, #form_area .inquiry_form.sitecheck .form_abs .mauticform-freehtml>p>a {
        width: 70%;
        margin: 0 auto;
        text-align: left;
        line-height: 5.5vw;
        letter-spacing:0;
    }

    .inquiry_form.sitecheck .sc_cont .fukidasi {
        /* 
        top: -3vw;
        left: -27.8vw;
        margin: auto; 
        position: absolute; del? */
        max-width: 400px;
        width: 63vw;
        top: 0;
        right: 0;
        margin-top: 11vw;
    }

    .inquiry_form.sitecheck .sc_cont .comment {
        width: 62vw;
        top: 15.2vw;
        right: -0.9vw;
        font-size: 3.5vw;
    }

    .inquiry_form.sitecheck .sc_cont .input_url::after {
        left: 60.1vw;
        right: 0;
        transform: rotate(23deg);
    }

    .inquiry_form.sitecheck .inquiry_img {
        max-width: 565px;
        width: 100%;
        max-width: 100%;
        margin: 0;
        position: inherit;
    }

    .inquiry_form.sitecheck .sc_cont .title {
        color: #fff;
        font-size: 8.4vw;
        font-weight: 600;
        line-height: 1.3;
        letter-spacing: 0.2vw;
        position: absolute;
        margin-top: 28.5vw;
        margin-bottom: 0;
        text-align: center;
    }

    .inquiry_form.sitecheck .sc_cont .title>span {
        font-size: 6vw;
        position: relative;
        right: 3.4vw;
        top: 1vw;
    }

    #form_area .inquiry_form.sitecheck .form_abs {
        position: initial;
        width: 100%;
        height: 100%;
        max-height: 100%;
        border-radius: initial;
        text-align: center;
        /* padding: 8vw 5vw 9.2vw; 
           box-shadow: 0 6vw 4vw #2d6bad73;
        del*/
        padding: 15vw 5vw;
        border-bottom: 0.1vw solid #D6D6D6;
        background-color: #fff;
    }

    #form_area .inquiry_form.sitecheck .form_abs .mauticform-row input {
        height: 13vw;
        max-height: 84px;
        font-weight: 400;
        padding: 2vw 4.3vw;
        margin-bottom: 11.25vw;
        font-size: 4vw;
    }

    #form_area .inquiry_form.sitecheck .form_abs .mauticform-freehtml {
        /* margin: 4.2vw 0 3.75vw; del?*/
        margin-top: 0;
        margin-bottom: 3.75vw;
    }

    #form_area .inquiry_form.sitecheck .form_abs .mauticform-row.mauticform-button-wrapper {
        width: 65vw;
        max-width: 514px;
        height: 13.75vw;
        max-height: 90px;
    }

    #form_area .inquiry_form.sitecheck .form_abs button[type="submit"] {
        font-size: 5vw;
        line-height: inherit;
    }

    #form_area .inquiry_form.sitecheck .form_abs .mauticform-freehtml>p,
    #form_area .inquiry_form.sitecheck .form_abs .mauticform-freehtml>p>a {
        font-size: 3vw;
    }

    /* チェック結果のご連絡先 */
    .inquiry_form.sitecheck.input_address .sc_cont .title {
        font-size: 7.4vw;
        line-height: 1.5;
    }

    .inquiry_form.sitecheck.input_address .sc_cont .input_url::after {
        left: 73.7vw;
    }

    .inquiry_form.sitecheck.input_address .sc_cont .input_url::before {
        left: -69vw;
        right: 0;
        transform: rotate(337deg);
    }
}