@charset "utf-8";

/* firstview */
.firstview {
    margin-bottom: 5rem;
    width: 100%;

    & img {
        width: 100%;
    }
}

/* firstview以下セクション間の間隔 */
.section:not(.firstview) {
    margin: 2rem auto 5rem;
}

/* btn */
.btn_wrap {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 5rem;

    & .mtr_btn,
    .demo_btn {
        padding: 0.6rem 1.2rem;
        font-size: 1rem;
        color: white;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        letter-spacing: 0.05rem;
        border-radius: 0.3rem;
        -webkit-border-radius: 0.3rem;
        -moz-border-radius: 0.3rem;
        -ms-border-radius: 0.3rem;
        -o-border-radius: 0.3rem;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;

        &::before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            padding-right: 15px;
        }
    }

    .mtr_btn {
        background-color: #000;

        &::before {
            content: "\f019";
        }
    }

    & .demo_btn {
        background-color: #00ae83;
        padding: 0.6rem 4rem;

        &::before {
            content: "\f0e0";
        }
    }

    @media (max-width: 768px) {
        flex-direction: column;
        gap: 1rem;

        & .mtr_btn,
        .demo_btn {
            display: block;
            width: 300px;
            max-width: 90%;
            margin: auto;
        }
    }
}

/* 背景色-ライトグリーン */
#bg_lg {
    padding: 1rem 0 3rem;
    background-color: #def5ef;
}

/* solution */
.solution {
    max-width: 948px;
    padding: 0 20px;

    &>h3 {
        margin-bottom: 2rem;
        font-size: 2.25rem;
        font-weight: 700;
    }

    & .sol_content {
        width: 100%;
        margin: 0 auto;

        & .sol_box {
            display: flex;
            justify-content: space-between;
            position: relative;
            gap: 2rem;
            background-color: #fff;
            border-radius: 6px;
            margin-bottom: 3rem;
            padding: 1.5rem 2.5rem;
            box-sizing: border-box;

            & .sol_l {
                flex: 1;
            }

            & .sol_r {
                flex: 0.7;
                display: flex;
                align-items: center;
            }

            & .sol_num {
                margin-bottom: 0.2rem;
                color: #00ae83;
                font-size: 3.75rem;
                font-weight: 500;
                text-align: left;
            }

            & h4 {
                margin-bottom: 1.5rem;
                font-weight: 600;
                text-align: left;
                font-size: 1.75rem;
            }

            & .sol_txt {
                text-align: left;

                & p {
                    text-indent: 1rem;
                }
            }

            & .sol_img img {
                padding-top: 2rem;
                width: 100%;
                height: auto;
            }

            @media (max-width: 768px) {
                flex-direction: column;

                & .sol_img img {
                    width: 80%;
                    padding: 0;
                }
            }
        }
    }

    @media (max-width: 768px) {
        &>h3 {
            font-size: 1.5rem;
        }

        & .sol_box .sol_num {
            font-size: 2.5rem;
        }

        & .sol_box h4 {
            font-size: 1.25rem;
        }

        & .sol_box .sol_txt p {
            font-size: 1rem;
        }
    }
}

/* character */
.character {
    & img {
        width: 100%;
    }

    & .chara_content {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 20px;

        & h3 {
            text-align: left;
        }

        & .chara_box {
            background-color: #fff;
            border-radius: 6px;
            margin: 3rem auto;
            padding: 20px;
            box-sizing: border-box;
            display: flex;
            justify-content: space-between;
            gap: 4rem;
            min-height: 540px;

            & .chara_txt {
                padding-top: 2.5rem;
                text-align: left;
                flex: 1;

                & h5 {
                    margin-bottom: 1rem;
                    font-size: 2.8rem;
                    font-weight: 600;

                    & .green {
                        margin: 0 0.5rem;
                        color: #00ae83;
                        font-size: 3.5rem;

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

                    & .chara_ml {
                        margin-left: 0.4rem;
                    }
                }

                & p {
                    padding: 1rem 0 0.8rem 4rem;
                    font-size: 1.75rem;
                    font-weight: 500;
                    line-height: 2.5;
                }
            }

            & .chara_img {
                flex: 1;
                display: flex;
                align-items: center;
            }

            &:nth-of-type(even) {
                flex-direction: row-reverse;
            }

            @media (max-width: 768px) {
                flex-direction: column;

                & .chara_txt {
                    padding-top: 1rem;

                    & h5 {
                        font-size: 2rem;
                    }

                    & p {
                        padding: 0.5rem 0 0.8rem 2rem;
                        font-size: 1rem;
                    }
                }

                & .chara_img {
                    width: 80%;
                    margin: 0 auto;
                }

                &:nth-of-type(even) {
                    flex-direction: column;
                }
            }
        }
    }
}

/* price */
.price {
    & h3 {
        font-size: 26px;
    }

    & p {
        margin: 2rem auto;
        font-size: 34px;
        font-weight: 700;
    }
}

/* case_studies */
.case_studies {
    & h2 {
        margin: 0 auto 2rem;
        font-size: 34px;
        font-weight: 700;
    }

    & .case_studies_box {
        margin: 0 auto;
        width: 80%;
        text-align: center;

        & .case_studies_item {
            margin: 0 auto;
            font-size: 16px;
            text-align: left;
            width: 100%;
            max-width: 1000px;

            & dl {
                margin-bottom: 1rem;

                & dt {
                    margin-bottom: 0.7rem;
                }

                & dd {
                    margin-left: 1.5rem;
                    flex: 1;
                }
            }
        }

        & .wxp_graph {
            margin: 2rem auto;
            text-align: left;
            width: 100%;
            max-width: 1000px;
        }
    }
}

/* テキストインデント */
.ti-10r {
    text-indent: 10rem;
}