@charset "UTF-8";

:root {
    --maincolor:#d9d6ea;
}

html, body, div, span, a, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

h1 {
    font-size: 2.25vw;
}

h2 {
    font-size: 2vw;
}

p {
    font-size: 1.3vw;
}

ul, ol {
    list-style: none
}

body {
    background-image: linear-gradient(#d9d6ea 0%, #f0f3ff 30%, #f0fff4 60%, #fffee2 100%);
}

.mainVisual_about {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: -1;
}

.mainAbout {
    width: 100vw;
    display: flex;
    justify-content: center;
}

.mainAbout_inner {
    width: 80vw;
    margin-bottom: 8vw;
}

.mainAbout_title h1{
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 2vw;
}

.mainAbout_title p{
    font-size: 1.3vw;
    line-height: 1.4;
}

@media screen and (max-width: 1024px) {
    .mainAbout_title h1{
        font-size: 6vw;
        margin-bottom: 3vw;
    }
    .mainAbout_title p{
        font-size: 1.7vw;
        line-height: 1.5;
    }
}

@media screen and (max-width: 768px) {
    .mainAbout_title h1{
        font-size: 8vw;
        margin-bottom: 3.5vw;
    }
    .mainAbout_title p{
        font-size: 2.2vw;
        line-height: 1.7;
    }
}