@charset "UTF-8";

/*  機能紹介＋基本  */
header {
    /* background-color: #fff; */
    width: 80%;
    height: 90px;
    min-width: 920px;
    top: 0;
}

footer {
    top: 100vh;
    position: sticky;
}

.logo {
    color: #989898;
    font-size: 34px;
    font-family: 'ZCOOL XiaoWei', sans-serif;
    font-weight: 400;
    margin-left: 0;
}

body {
    background-color: #FBFBFB;
}

section {
    width: 80%;
    margin: 0 auto;
    min-width: 920px;
}

section p {
    width: 100%;
    text-align: center;
}

h2 {
    color: #97E4FC;
    text-align: center;
    font-weight: 400;
    font-size: 60px;
    padding: 0;
    margin: 25px;
}

h2 p {
    font-size: 18px;
    color: #989898;
    font-weight: 400;
}

hr {
    border: none;
    height: 1px;
    background-color: #97E4FC;
}

.box {
    margin: 0 auto 50px;
    border: solid 1px #97E4FC;
    background-color: #fff;
    width: 99%;
    border-radius: 3px;
}

.title-box {
    display: flex;
    margin-bottom: 15px;
}

h5 {
    display: block;
    color: #585858;
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    line-height: 50px;
    border-bottom: solid 1px #97E4FC;
    margin-top: -130px;
    padding-top: 130px;
}

.svg {
    display: inline-block;
    stroke: #97E4FC;
    stroke-width: 1.7;
    width: 49px;
    margin: 0;
    margin-right: 10px;
}

dl {
    width: 80%;
    margin: 30px auto;
}

dt {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: start;
    font-weight: 400;
    font-size: 18px;
}

dt::before {
    display: inline-block;
    line-height: 12px;
    content: '';
    width: 0.7em;
    height: 0.7em;
    background: #97E4FC;
    border-radius: 50%;
    margin-right: 6px;
}

dd {
    font-size: 16px;
}

::placeholder {
    color: #989898;
  }
/*  拡張機能  */

.ex-cl h2 {
    color: #8AB9FF;
}

.ex-cl hr {
    background-color: #8AB9FF;
}

.ex-cl .box {
    border-color: #8AB9FF;
}

.ex-cl h5 {
    border-color: #8AB9FF;
}

.ex-cl .svg {
    stroke: #8AB9FF;
    stroke-width: 1.3;
    width: 54px;
}

.ex-cl .square {
    border-color: #989898;
    filter: drop-shadow(3.5px 3.5px 0 #989898);
    transition: .5s;
}

.box dl a {
    display: block;
    line-height: 40px;
    padding: 0 20px;
    max-width: 205px;
    border: solid 1px #989898;
    text-align: center;
    border-radius: 3px;
    margin: 10px 0 0 auto;
    transition: .5s;
    position: relative;
    z-index: 4;
}

.box dl a:hover {
    background-color: #989898;
    color: #fff;
}

.box dl a:hover .square {
    border-color: #fff;
    filter: drop-shadow(3.5px 3.5px 0 #fff);
}


/* 　 利用例　  */
.ava-cl h2 {
    color: #B2BCFF;
}

.ava-cl hr {
    background-color: #B2BCFF;
}

.ava-cl .box {
    border-color: #B2BCFF;
    background-color: #FBFBFB;
}

.ava-cl h5 {
    border: none;
    margin-bottom: 30px;
    line-height: 25px;
    font-size: 2.1em;
    font-weight: 500;
}

.ava-cl h5 span {
    color: #B2BCFF;
    display: block;
    margin-bottom: 8px;
}

.ava-cl .box p {
    font-size: 15px;
    text-align: left;
    color: #585858;
}

.ava-cl .box img {
    margin: 0 0 0 auto;
    width: 45%;
}

.case {
    display: flex;
}

.case-box {
    margin: auto;
    margin-left: 7%;
}

/* 　 お問い合わせ   */
.co-cl h2 {
    color: #D8CAAB;
}

.co-cl hr {
    background-color: #D8CAAB;
}

form {
    margin: 50px auto;
    font-family: 'Noto Sans JP', sans-serif;
    width: 81%;
}

form table {
    width: 100%;
}

form th {
    text-align: left;
    width: 30%;
    max-width: 300px;
    min-width: 200px;
}

form span {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    background-color: #E96666;
    font-size: 11px;
    margin-left: 10px;
    padding: 1px 5px;
    border-radius: 3px;
}

.red {
    font-size: 15px;
    display: inline;
    width: fit-content;
    color: #E96666;
    background: none;
    margin: 0;
    padding: 8px 0 0 0;
}

input {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 10px;
    height: 4.5dvh;
    max-width: 650px;
    border: 1px solid #EEE;
    background: #EEE;
    font-size: 100%;
}

/* _::-webkit-full-page-media, _:future, :root input {
    padding: 0;
    height: 25px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input {
        padding: 0;
        height: 25px;
    }
} */

.radio input {
    width: 15px;
    height: 15px;
    accent-color: #585858;
}

.radio label {
    vertical-align: middle;
    height: 40px;
    margin-right: 20px;

}

.radio {
    text-align: left;
}
.checkbox input{
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #585858;
}
.checkbox p{
    line-height: 35px;
    margin-bottom: 50px;
}
.checkbox a{
    margin-left: 5px;
    text-decoration: underline;
}
textarea {
    box-sizing: border-box;
    width: 100%;
    max-width: 650px;
    height: 200px;
    padding: 10px 10px;
    border: 1px solid #EEE;
    background: #EEE;
    font-size: 100%;
}

button {
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    width: 26%;
    min-width: 210px;
    margin: 0 auto;
    height: 45px;
    font-size: 16px;
    background-color: #D8CAAB;
    color: #fff;
    border: none;
    font-weight: 500;
    cursor: pointer;
    border-radius: 3px;
    transition: .5s;
}

button:hover {
    background-color: #B89839;
}

/*  　無料体験    */
.try-cl h2 {
    width: 236px;
    margin: 25px auto;
    background: linear-gradient(135deg, #0093D2 -14.94%, #4FAAEC 34.45%, #A4A8FF 71.92%, #F19AFF 95.32%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.try-cl h2 p {
    background-color: #989898;
    background-clip: text;
    -webkit-background-clip: text;
}

.try-cl hr {
    background-color: #B2BCFF;
}

/*　　会社概要 プライバシーポリシー　　*/
table {
    font-family: 'Noto Sans JP', sans-serif;
    width: 81%;
    max-width: 1080px;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 0 auto 50px;
}

.other {
    color: #D8D8D8;
    /* font-size: 50px; */
}

.other p {
    margin-top: 8px;
}

tr {
    border-bottom: solid 1px #D8D8D8;
}

th {
    color: #585858;
    width: 23%;
    font-size: .95em;
}

th, td {
    padding: 25px 10px;
}

td {
    text-align: justify;
    box-sizing: border-box;
}

td li {
    margin-top: 10px;
    margin-bottom: 5px;
    text-indent: -1em;
    padding-left: 1em;
}

td li:first-of-type {
    margin: 0;
}

td li::before {
    display: inline-block;
    line-height: 12px;
    content: '';
    width: 0.7em;
    height: 0.7em;
    background: #D8D8D8;
    border-radius: 50%;
    margin-right: 6px;
}

td p {
    font-size: .96em;
    padding-left: 18px;
    color: #585858;
    line-height: 1.6em;
    text-align: justify;
    box-sizing: border-box;
}

td span {
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    color: #585858;
    font-size: 15px;
    margin-left: 18px;
    font-weight: 400;
}

td a {
    margin-top: 10px;
    display: inline-block;
    border: solid 1px #989898;
    text-align: center;
    padding: 3px 10px;
}

td a:hover {
    text-decoration: underline;
}

td br {
    display: block;
    content: "";
    height: 10px;
}

@media (max-width: 920px) {
    input, textarea {
        max-width: 100%;
    }

    section:first-of-type {
        margin-top: 80px;
    }

    header {
        height: 35px;
        padding: 0 6%;
    }

    .logo {
        font-size: 26px;
    }

    h2 {
        font-size: 2.6em;
        margin: 17px;
    }

    h2 p {
        font-size: 16px;
    }

    hr {
        min-width: 270px;
    }

    section {
        width: 88%;
        min-width: 230px;
    }

    .box {
        min-width: 100%;
        margin-bottom: 30px;
    }

    dl {
        width: 88%;
        min-width: 210px;
    }

    dd {
        font-size: 15px;
    }

    h5 {
        font-size: 20px;
        line-height: 1.25em;
        padding-bottom: 10px;
    }

    .box dl a {
        margin: 10px auto;
        width: 80%;
    }

    .block {
        display: block;
    }

    table {
        width: 100%;
        margin-bottom: 30px;
    }

    th, td {
        padding: 10px 8px;
    }

    td p {
        text-align: start;
    }

    th {
        width: 21%;

    }

    form {
        margin-top: 30px;
        width: 100%;
    }

    form th, td {
        width: 100%;
        display: block;
    }

    form th {
        padding-top: 15px;
        padding-bottom: 5px;
        ;
    }

    .ava-cl h5 {
        padding: 0;
        margin: 0;
        margin-bottom: 7px;
        line-height: 25px;
        font-size: 1.2em;
        font-weight: 500;
    }

    .ava-cl h5 span {
        display: inline;
        font-size: 15px;
    }

    .ava-cl .box p {
        font-size: 14px;
    }

    .case {
        display: block;
    }

    .case-box {
        margin-top: 20px;
        width: 90%;
    }

    .ava-cl .box img {
        display: block;
        margin: 14px auto 10px;
        width: 94%;
    }
}