@charset "UTF-8";

/*------------------------------------------------------------
生成AI機能
/cr//function/ai-feature.html
UPDADE：'25.9.04
------------------------------------------------------------*/

/* ページ全体 */
.content_main {
    background: #fff;
}

.inner {
    margin: 0 auto;
    max-width: calc(1200px + 12%);
    padding: 0 6% 6rem;
    width: 100%;
}

.sp_none {
    display: none;
}

@media screen and (min-width: 768px) {
    .pc_none {
        display: none;
    }

    .sp_none {
        display: block;
    }
}

.tb_block {
    display: none;

    @media screen and (min-width: 768px) {
        display: block;
    }

    @media screen and (min-width: 1070px) {
        display: none;
    }
}

.tb_none {
    display: none;

    @media screen and (min-width: 1235px) {
        display: block;
    }
}

.tb_none_650 {
    display: block;

    @media screen and (min-width: 650px) {
        display: none;
    }
}

.tb_none_925 {
    display: none;

    @media screen and (min-width: 925px) {
        display: block;
    }
}

    
/* FV
------------------------------------------------------------*/
.cover_area a {
    text-decoration: none;
}

.cover_area a:link, 
.cover_area a:visited, 
.cover_area a:hover, 
.cover_area a:active {
    color: #fff;
}

.cover_outer {
    position: relative;
    width: 100%; /*ウィンドウサイズいっぱい*/
    background-color: #c9e6f2;
    z-index: 1;
}

/* .cover_inner {
    background-color: #c9e6f2;
} */

.cover_middle {
    width: 100%; /*ウィンドウサイズいっぱい*/
    /* background: url(/assets/images/function/ai-feature/cover-bg_pc@2x.png) no-repeat; */
    background-image: url('/assets/images/function/ai-feature/cover-bg_pc@2x.png');

    @supports (background-image: url('image.webp')) {
        background-image: url('/assets/images/function/ai-feature/webp/cover-bg_pc@2x.webp');
    }

    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center top 11.5em;
    /* background-position: right 0 top 50%; */
    z-index: 2;

    @media screen and (min-width: 500px) {
        background-position: center top 12em;
    }

    @media screen and (min-width: 620px) {
        background-position: center top 13em;
    }

    @media screen and (min-width: 700px) {
        background-position: center top 14em;
    }
}

.cover_title {
    font-size: clamp(20px, 4vw, 40px);
    line-height: 1.5;
    letter-spacing: .05em;
    color: #262626;
    padding: 3rem 0 1rem;
    margin-bottom: 0.5em;
}

.cover_tb {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: .05em;
    color: #262626;

    @media screen and (min-width: 768px) {
        font-size: 13px;
    }

    @media screen and (min-width: 1250px) {
        font-size: 15px;
    }
}

.cover_cta_sp {
    text-align: center;
    padding: 1rem 0 0;
}

.cover_cta {
    position: relative;
    margin-top: 20.5rem;
    /* margin-top: 24rem; */
    color: #333;

    @media screen and (min-width: 450px) {
        margin-top: 20rem;
    }
}

.cover_cta_cap {
    color: #333;
    font-size: 15px;
    position: relative;
    left: 0;
    font-weight: 600;
    display: inline-block;

    @media screen and (min-width: 600px) {
        font-size: 18px;
    }

    @media screen and (min-width: 1000px) {
        font-size: 15px;
    }
}

.cover_cta_cap::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -20%;
    background-color: #5465CE;
    padding: 0.1rem 0.8rem;
    border-radius: 100vh;
    transform: rotate(70deg);
}

.cover_cta_cap::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -20%;
    background-color: #5465CE;
    padding: 0.1rem 0.8rem;
    border-radius: 100vh;
    transform: rotate(-70deg);
}

.cover_cta_btn {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.cover_cta_btn a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 320px;
    width: 80%;
    background-color: #F98001;
    border-radius: 100vh;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    transition: .4s ease-in-out;
    margin: 1rem 0 0;
}

.cover_cta_btn span {
    font-size: clamp(18px, 2vw, 24px);
    line-height: 3.3;
    font-weight: 600;
    letter-spacing: .085em;
    padding-bottom: .2rem;
}

.cover_cta_btn a::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 32px;
    height: 32px;
    background: #ffffff;
    border-radius: 50px;

    @media screen and (min-width: 768px) {
        right: 15px;
    }

    @media screen and (min-width: 1070px) {
        right: 30px;
    }
}

.cover_cta_btn a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 42px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #FF8A00;
    border-right: 3px solid #FF8A00;
    transform: translate(0, -50%) rotate(45deg);

    @media screen and (min-width: 768px) {
        right: 27px;
    }

    @media screen and (min-width: 1070px) {
        right: 42px;
    }
}

.cover_cta_btn a:hover {
    /*--水平方向 垂直方向 色--*/
    box-shadow: 0 0 5px rgba(0, 0, 0, 0);
}

@media screen and (min-width: 768px) {
    .cover_outer {
        padding: 10px 0;
        /* height: 475px; */
    }

    .cover_inner {
        max-width: calc(1200px + 12%);
        margin: 0 auto;
        /* height: 475px; */
        /* background-color: #c9e6f2; */
    }

    .cover_middle {
        /* background: url(/assets/images/function/ai-feature/cover-bg_pc@2x.png) no-repeat top 58% right -16%; */
        /* background-size: 46%; */
        background-size: 43%;
        background-position: right 6vw top 58%;
        height: 100%;
    }

    .cover_cta_cap::before, .cover_cta_cap::after {
        padding: 2px 13px;
    }
}

@media screen and (min-width: 768px) and (max-width: 880px) {
    .tb_display {
        display: block;
    }

    .tb_none {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    /* .cover_middle {
        background: url(/assets/images/function/ai-feature/cover-bg_pc@2x.png) no-repeat top 63% right -140%;
        height: 100%;
        background-size: 78%;
    } */

    /*.tb_display {
        display: block;
    }*/
    
    .br_tb_none {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .cover_title {
        font-size: 4rem;
        line-height: 1.4;
        padding: 6rem 0 0;
    }

    .cover_cta_cap {
        font-weight: 600;
        letter-spacing: .12em;
        line-height: 1.6;
        display: inline-block;
    }

    .cover_cta_btn {
        /* margin-left: 4%; */
        margin-top: 3rem;
        width: 257px;
        padding-bottom: 0;
    }

    .cover_cta {
        margin-top: 4rem;
    }

    .cover_cta_btn a {
        min-width: initial;
        width: 257px;
        margin: 2rem 0 0;
    }

    .cover_cta_btn span {
        /* font-size: 2.4rem; */
        line-height: 3.13;
    }

    .cover_line_cap {
        padding-top: 16rem;
        padding-bottom: 4.5rem;
        width: 77%;
        height: 245px;
        margin: 0;
    }
}

@media screen and (min-width: 1070px) {

    .cover_cta_btn {
        margin-left: 4%;
        width: 357px;
    }

    .cover_cta_btn a {
        width: 357px;
    }
}

/* 活用シーン別 生成AI機能
------------------------------------------------------------*/
.sec_scene {
    padding-top: 40px;
    background: #fff;
}

@media screen and (min-width: 768px) {
}

.content_title {
    width: fit-content;
    margin: 0 auto 1em;
    font-size: clamp(20px, 4vw, 30px);
    line-height: 1.6;
    letter-spacing: .085em;
    color: #1a1a1a;
    position: relative;
    text-align: center;

    @media screen and (min-width: 768px) {
        font-size: 3rem;
        line-height: 1.7;
        letter-spacing: 0.085em;
    }

}

.content_title::after {
    border-image: linear-gradient(175deg, #4f68d7 77%, #0fa4e1 23%) 1/0 0 8px;
    border-style: solid;
    border-radius: 4px;
    content: "";
    display: block;
    height: 6px;
    margin: 5px 0 0;

    @media screen and (min-width: 768px) {
        height: 8px;
        margin: 0;
    }
}

.caption_scene {
    font-size: clamp(14px, 2.2vw, 19px);
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2em;

    /* @media screen and (min-width: 768px) {
        font-size: 1.5rem;
    } */
}

.list_scene {
   display: grid;
   grid-template-columns: 48.5% 48.5%;
   column-gap: 3%;
   row-gap: 0.8em;

   @media screen and (min-width: 768px) {
    grid-template-columns: 31.33% 31.33% 31.33%;
    row-gap: initial;
    }
}

.list_scene li a {
    color: #1A3A79;
    font-weight: bold;
    text-decoration: none;
    height: 64px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    border-radius: 6px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    @media screen and (min-width: 500px) {
        font-size: 18px;
    }

    @media screen and (min-width: 768px) {
        font-size: 1.8rem;
        height: 80px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
    }

    @media screen and (min-width: 1000px) {
        font-size: 22px;
    }

    &::before {
        content: "";
        width: 16px;
        height: 16px;
        border: solid 1px #1A3A79;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 8px;
        background-color: #fff;
        border-radius: 100vh;

        @media screen and (min-width: 768px) {
            width: 28px;
            height: 28px;
            right: 12px;
        }

        @media screen and (min-width: 1000px) {
            width: 32px;
            height: 32px;
            right: 20px;
        }
    }

    &::after {
        content: "";
        width: 5px;
        height: 5px;
        border-top: 2px solid #1A3A79;
        border-right: 2px solid #1A3A79;
        transform: translate(0, -50%) rotate(135deg);
        position: absolute;
        top: 48.5%;
        right: 13.5px;

        @media screen and (min-width: 768px) {
            width: 7px;
            height: 7px;
            right: 22px;
        }

        @media screen and (min-width: 1000px) {
            width: 8px;
            height: 8px;
            right: 32px;
        }
    }

    &:hover {
        color: #ffffff;
        background: #1A3A79;

        &::before {
            border: solid 1px #ffffff;
            background-color: #1A3A79;
        }

        &::after {
            border-top: 2px solid #ffffff;
            border-right: 2px solid #ffffff;
        }
    }
}

.txt_position a {
    padding-right: 0.8em;

    @media screen and (min-width: 400px) {
        padding-right: initial;
    }
}


/* 顧客理解
------------------------------------------------------------*/
.sec_understandable {
    padding-top: 40px;
    background: #F0F0F0;
}

.mb_15 {
    margin-bottom: 0.9375em;
}

.mb_40 {
    margin-bottom: 2.5em;
}

.understandable_title {
    display: block;
    margin: 0 auto 1em;
    width: fit-content;
    font-size: clamp(18px, 4vw, 30px);
    /* font-size: calc(1.5rem + .1vw); */
    letter-spacing: .05em;
    color: #404040;
    text-align: center;

    @media screen and (min-width: 768px) {
        top: -3rem;
        font-size: 3rem;
        line-height: 1.8;
    }

    &::after {
        content: "";
        display: block;
        margin: 5px 0 0;
        background: #61b7d6;
        border-radius: 4px;
        height: 6px;

        @media screen and (min-width: 768px) {
            height: 8px;
            margin: 0;
        }
    }
}

.list_understandable {
    display: flex;
    row-gap: 1.5em;

    @media screen and (min-width: 768px) {
        display: grid;
        grid-template-columns: 47% 47%;
        column-gap: 6%;
        row-gap: initial;
    }

    li {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    h4 {
        width: fit-content;
        /* font-size: clamp(16px, 4vw, 24px); */
        color: #1A1A1A;
        padding-right: 35px;
        margin-bottom: 0.625em;/* 10px */
        position: relative;

        @media screen and (min-width: 768px) {
            font-size: 2.4rem;
        }

        &::after {
            content: "";
            width: 30px;
            height: 35px;
            background: url(/assets/images/function/ai-feature/icon_check_orange.svg) center/contain no-repeat;
            position: absolute;
            top: 0;
            right: 0;

            @media screen and (min-width: 768px) {
                top: 5px;
            }
        }

    }

    p {
        color: #000000;
        font-size: clamp(14px, 2vw, 16px); 
    }
}

.line_dots_gray {
    border-bottom: 5px dotted #dddddd;
    padding-bottom: 25px;

    @media screen and (min-width: 768px) {
        border-bottom: 0px;
        padding-bottom: initial;
    }
}

.column_reverse {
    flex-direction: column-reverse;

    @media screen and (min-width: 768px) {
        flex-direction: initial;
    }
}

.column_direct {
    flex-direction: column;

    @media screen and (min-width: 768px) {
        flex-direction: initial;
    }
}


/* メール
------------------------------------------------------------*/
.sec_mail {
    padding-top: 40px;
    background: #ffffff;
}

.mail_title {
    display: block;
    margin: 0 auto 1em;
    width: fit-content;
    width: -moz-fit-content;
    font-size: clamp(18px, 4vw, 30px);
    letter-spacing: .05em;
    color: #404040;
    text-align: center;

    @media screen and (min-width: 768px) {
        top: -3rem;
        font-size: 3rem;
        line-height: 1.8;
    }

    &::after {
        content: "";
        display: block;
        margin: 5px 0 0;
        background: #61b7d6;
        border-radius: 4px;
        height: 6px;

        @media screen and (min-width: 768px) {
            height: 8px;
            margin: 0;
        }
    }
}

.list_mail {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 1.5em;

    @media screen and (min-width: 768px) {
        display: grid;
        grid-template-columns: 47% 47%;
        column-gap: 6%;
        row-gap: initial;
        flex-direction: initial;
    }

    li {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    h4 {
        width: fit-content;
        /* font-size: clamp(16px, 4vw, 24px); */
        color: #1A1A1A;
        padding-right: 35px;
        margin-bottom: 0.625em;/* 10px */
        position: relative;

        @media screen and (min-width: 768px) {
            font-size: 2.4rem;
        }

        &::after {
            content: "";
            width: 30px;
            height: 35px;
            background: url(/assets/images/function/ai-feature/icon_check_orange.svg) center/contain no-repeat;
            position: absolute;
            top: 0;
            right: 0;

            @media screen and (min-width: 768px) {
                top: 5px;
            }
        }
    }

    p {
        color: #000000;
        font-size: clamp(14px, 2vw, 16px); 
    }
}


/* アンケート
------------------------------------------------------------*/
.sec_enquete {
    padding-top: 40px;
    background: #F0F0F0;
}

.enquete_title {
    display: block;
    margin: 0 auto 1em;
    width: fit-content;
    width: -moz-fit-content;
    font-size: clamp(18px, 4vw, 30px);
    letter-spacing: .05em;
    color: #404040;
    text-align: center;

    @media screen and (min-width: 768px) {
        top: -3rem;
        font-size: 3rem;
        line-height: 1.8;
    }

    &::after {
        content: "";
        display: block;
        margin: 5px 0 0;
        background: #61b7d6;
        border-radius: 4px;
        height: 6px;

        @media screen and (min-width: 768px) {
            height: 8px;
            margin: 0;
        }
    }
}

.list_enquete {
    display: flex;
    flex-direction: column;
    row-gap: 1.5em;

    @media screen and (min-width: 768px) {
        display: grid;
        grid-template-columns: 47% 47%;
        column-gap: 6%;
        row-gap: initial;
        flex-direction: initial;
    }

    li {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    h4 {
        width: fit-content;
        /* font-size: clamp(16px, 4vw, 24px); */
        color: #1A1A1A;
        padding-right: 35px;
        margin-bottom: 0.625em;/* 10px */
        position: relative;

        @media screen and (min-width: 768px) {
            font-size: 2.4rem;
        }

        &::after {
            content: "";
            width: 30px;
            height: 35px;
            background: url(/assets/images/function/ai-feature/icon_check_orange.svg) center/contain no-repeat;
            position: absolute;
            top: 0;
            right: 0;

            @media screen and (min-width: 768px) {
                top: 5px;
            }
        }
    }

    p {
        color: #000000;
        font-size: clamp(14px, 2vw, 16px); 
    }
}





/* Original
------------------------------------------------------------*/
.dp_block-1300 {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    .dp_block-1300 {
        display: block;
    }

    .dp_none-1300 {
        display: none;
    }
}