@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200&display=swap);

body {
    font-family: 'Noto Sans JP', 'Meiryo', sans-serif;
}

.chart-header {
    height: 8vh;
    padding: 25px 60px 0px 17px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06) !important;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.header_logo {
    height: 40px;
    width: auto;
}

img [属性スタイル] {
    width: 107px;
    aspect-ratio: auto 107 / 30;
    height: 30px;
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

.header_capture_top {
    background-position: center center !important;;
    background-size: contain !important;
    background-attachment: unset !important;
    margin-top: 40px;
}

/* TOP画像取得用 */
/* .header_capture_top {
    background-image: url(../images/colorball2.png), url(../images/PC.png);
    background-position: top 110px center, center !important;
    background-size: 28%,contain !important;
    background-attachment: unset !important;
    margin-top: 40px;
} */

.header_capture {
    background-image: url(../images/PC.jpeg);
}

.header_capture_end {
    background: url(../images/PC.jpeg);
}

.header-img {
    /* 画像を常に天地左右の中央に配置 */
    background-position: center center;
    /* 画像をタイル状に繰り返し表示しない */
    background-repeat: no-repeat;
    /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
    background-attachment: fixed;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: cover;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
    background-color: #ffffff;
}

.parts_disp_none {
    display: none;
}

.mt-8 {
    margin-top: 10rem;
}

.disp2 {
    text-align: center;
}

.disp3 {
    text-align: center;
}

.disp2, .disp3, .disp4, .disp5, .disp5_1, .disp5_2{
    min-height: 0rem;
    margin-top: 5%;
}

.disp6 {
    min-height: 0rem;
}

.button-001 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 60px;
    margin: 0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 30px;
    background-color: #5e91e2;
    color: #fff;
    font-weight: 600;
    font-size: 1.5em;
}

.button-002:hover {
    background-color: #4e81d2;
}

.button-002 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 45px;
    margin: 0 auto;
    padding: .9em 2em;
    border-radius: 30px;
    background-color: #5e91e2;
    color: #fff;
    font-weight: 600;
    font-size: 1.5em;
    opacity: 0.3;
}

.button-002:hover {
    background-color: #4e81d2;
}

.yn-chart__add {
    text-align: right;
    font-size: 2rem;
    font-weight: 900;
    position: absolute;
    right: 30px;
    font-family: 'Noto Serif JP', 'Meiryo', sans-serif;
}

.loading {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
}

.loading img {
    width: 500px;
}

.parsley-multibyte {
    box-sizing: border-box;
    border: 1px solid rgb(222, 86, 86);
    color: rgb(222, 86, 86);
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 45px;
    padding-right: 15px;
    text-indent: -30px;
    float: left;
    display: block;
    width: auto;
}

.parsley-multibyte::before {
    content: "";
    background: url(../images/error.jpeg) no-repeat center/cover;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    width: 16px;
    height: 16px;
}

.parsley-type {
    box-sizing: border-box;
    border: 1px solid rgb(222, 86, 86);
    color: rgb(222, 86, 86);
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 45px;
    padding-right: 15px;
    text-indent: -30px;
    float: left;
    display: block;
    width: auto;
}

.parsley-type::before {
    content: "";
    background: url(../images/error.jpeg) no-repeat center/cover;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    width: 16px;
    height: 16px;
}

.parsley-required {
    box-sizing: border-box;
    border: 1px solid rgb(222, 86, 86);
    color: rgb(222, 86, 86);
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 45px;
    padding-right: 15px;
    text-indent: -30px;
    float: left;
    display: block;
    width: auto;
}

.parsley-required::before {
    content: "";
    background: url(../images/error.jpeg) no-repeat center/cover;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    width: 16px;
    height: 16px;
}

@media screen and (min-width:700px) and (max-width:1024px) {

    .mh-vh-industry {
        height: 120vh !important;
    }

    .header_capture {
        background-image: url(../images/PC.jpeg);
    }
    
    .header_capture_end {
        background: url(../images/PC.jpeg);
    }
    
    .header-img {
        /* 画像を常に天地左右の中央に配置 */
        background-position: center center;
        /* 画像をタイル状に繰り返し表示しない */
        background-repeat: no-repeat;
        /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
        background-attachment: fixed;
        /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
        background-size: cover;
        /* 背景画像が読み込まれる前に表示される背景のカラー */
        background-color: #ffffff;
    }

    .mt-8 {
        margin-top: 7rem;
    }

    .disp1 {
        margin-top: 70px
    }

    .button-001 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 300px;
        height: 60px;
        margin: 100px auto 0px;
        padding: .9em 2em;
        border: none;
        border-radius: 30px;
        background-color: #5e91e2;
        color: #fff;
        font-weight: 600;
        font-size: 1.5em;
    }

    .chart-header {
        height: 8vh;
        position: relative;
        padding: 45px 60px 20px 17px;
        display: flex;
        align-items: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06) !important;
        font-weight: 900;
        width: 100%;
    }

    .parts_disp_none {
        display: none;
    }

    .header_logo {
        height: 25px;
        width: auto;
        position: absolute;
        left: 20px;
    }

    .title_image {
        width: auto;
        height: 10px;
    }

    .title_capture {
        margin-top: 10%;
        margin-left: 5%;
    }

    .yn-chart__add {
        text-align: right;
        font-size: 1.5rem;
        font-weight: 900;
        position: absolute;
        right: 30px;
    }
    
    .parsley-multibyte {
        box-sizing: border-box;
        border: 1px solid rgb(222, 86, 86);
        color: rgb(222, 86, 86);
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 45px;
        padding-right: 15px;
        text-indent: -30px;
        display: block;
        float: none;
        width: 200px;
    }
    
    .parsley-type {
        box-sizing: border-box;
        border: 1px solid rgb(222, 86, 86);
        color: rgb(222, 86, 86);
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 45px;
        padding-right: 15px;
        text-indent: -30px;
        display: block;
        float: none;
        width: 200px;
    }
    
    .parsley-required {
        box-sizing: border-box;
        border: 1px solid rgb(222, 86, 86);
        color: rgb(222, 86, 86);
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 45px;
        padding-right: 15px;
        text-indent: -30px;
        display: block;
        float: none;
        width: 200px;
    }
}


@media screen and (max-width:700px) {

    .mh-vh-industry {
        height: 120vh !important;
    }

    .header_capture {
        background-image: url(../images/mobile.jpeg);
    }

    .header_capture_end {
        background: url(../images/mobile.jpeg);
        background-position: center !important;
        background-size: cover !important;
    }
    .header-img-top-sp {
        /* 画像を常に天地左右の中央に配置 */
        background-position: top 130px center !important;
        /* 画像をタイル状に繰り返し表示しない */
        background-repeat: no-repeat;
        /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
        background-attachment: fixed;
        /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
        background-size: auto !important;
        /* 背景画像が読み込まれる前に表示される背景のカラー */
        background-color: #ffffff;
    }

    .header-img {
        /* 画像を常に天地左右の中央に配置 */
        background-position: center center;
        /* 画像をタイル状に繰り返し表示しない */
        background-repeat: no-repeat;
        /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
        background-attachment: fixed;
        /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
        background-size: cover;
        /* 背景画像が読み込まれる前に表示される背景のカラー */
        background-color: #ffffff;
    }

    .mt-8 {
        margin-top: 7rem;
    }

    .disp1 {
        margin-top: 70px
    }

    .button-001 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 300px;
        height: 60px;
        margin: 100px auto 0px;
        padding: .9em 2em;
        border: none;
        border-radius: 30px;
        background-color: #5e91e2;
        color: #fff;
        font-weight: 600;
        font-size: 1.5em;
    }

    .chart-header {
        height: 8vh;
        position: relative;
        padding: 45px 60px 20px 17px;
        display: flex;
        align-items: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06) !important;
        font-weight: 900;
        width: 100%;
    }

    .parts_disp_none {
        display: none;
    }

    .header_logo {
        height: 25px;
        width: auto;
        position: absolute;
        left: 20px;
    }

    .title_image {
        width: auto;
        height: 10px;
    }

    .title_capture {
        margin-top: 10%;
        margin-left: 5%;
    }

    .yn-chart__add {
        text-align: right;
        font-size: 1.5rem;
        font-weight: 900;
        position: absolute;
        right: 30px;
    }
    
    .parsley-multibyte {
        box-sizing: border-box;
        border: 1px solid rgb(222, 86, 86);
        color: rgb(222, 86, 86);
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 45px;
        padding-right: 15px;
        text-indent: -30px;
        display: block;
        float: none;
        width: 200px;
    }
    
    .parsley-type {
        box-sizing: border-box;
        border: 1px solid rgb(222, 86, 86);
        color: rgb(222, 86, 86);
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 45px;
        padding-right: 15px;
        text-indent: -30px;
        display: block;
        float: none;
        width: 200px;
    }
    
    .parsley-required {
        box-sizing: border-box;
        border: 1px solid rgb(222, 86, 86);
        color: rgb(222, 86, 86);
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 45px;
        padding-right: 15px;
        text-indent: -30px;
        display: block;
        float: none;
        width: 200px;
    }
}