html {
    font-size: 62.5%;
}

body {
    font-family: 'Prompt', 'Noto Sans JP', sans-serif;
    color: #333;
    letter-spacing: 0.25rem;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 0 50px;
    text-align: center;
}

h2 {
    font-size: 5.5rem;
    font-weight: bold;
    margin-top: 4rem;
}

h3 {
    font-size: 3.2rem;
    text-align: center;
    font-weight: bold;
}

h4 {
    font-size: 1.8rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
    line-height: 3rem;
    font-weight: bold;
    text-align: center;
}

p {
    font-size: 1.8rem;
    line-height: 3rem;
    text-align: center;
}

.wrap_inner {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}

.wrap_inner_reporting {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}

.pd-space {
    padding-top: 100px;
    padding-bottom: 30px;
}

.top-space {
    margin-top: 20px;
}

.pd-tb {
    padding: 100px 0 0px;
}
.media .pd-tb{
    padding-bottom: 100px;
}

.blank_space {
    padding: 45px 0 45px 0;
}

.column {
    display: flex;
    justify-content: center;
    align-items: center;
}

.co-3 {
    color: #333;
}

.mg-b {
    margin-bottom: 60px;
}

.flex {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.br-none br {
    display: block;
}


section {
    background-color: #004096;
    color: #eee;
    position: relative;
}

section p {
    font-size: 1.4rem;
}

.wrap_inner_container {
    display: flex;
    flex-wrap: wrap;
}

.inner-medium {
    width: 50%;
    position: relative;
}

.fade_in {
    opacity: 0;
    transform: translate(0, 20px);
    transition: all 1000ms;
}

.fade_in.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.pc-none {
    display: none;
}

.dm-sans {
    font-family: 'DM Sans';
    font-size: 8rem;
}


@media screen and (min-width:813px) and (max-width:1295px) {

    .wrap_inner {
        width: 90%;
    }

    .wrap_inner_reporting {
        width: 90%;
        margin: 0 auto;
        position: relative;
    }

    .dm-sans {
        font-size: 6rem;
    }

    h1 {
        font-size: 4rem;
        line-height: 1.3;
    }

    h2 {
        font-size: 4.5rem;
        margin-top: 3rem;
    }

    h3 {
        font-size: 2.5rem;
        font-weight: bold;
    }

    h4 {
        font-size: 1.6rem;
        margin-top: 3rem;
        margin-bottom: 2.5rem;
        line-height: 2rem;
    }

    p {
        font-size: 1.4rem;
        line-height: 2.5rem;
    }

    .pd-tb {
        padding: 80px 0 0px;
    }
    .media .pd-tb{
        padding-bottom: 80px;
    }
    .top-space {
        margin-top: 12px;
    }

    .blank_space {
        padding: 35px 0 35px 0;
    }
}


@media screen and (max-width:813px) {
    .wrap_inner {
        width: 90%;
    }

    .wrap_inner_reporting {
        width: 90%;
        margin: 0 auto;
        position: relative;
    }

    .dm-sans {
        font-size: 4rem;
    }

    .column {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .pd-space {
        padding-top: 50px;
    }
    h1 {
        font-size: 2.2rem;
        line-height: 1.5;
        padding: 0;
    }

    h2 {
        font-size: 4rem;
        margin-top: 2rem;
    }

    h3 {
        font-size: 2.2rem;
    }

    h4 {
        font-size: 1.4rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
        line-height: 2rem;
    }

    p {
        font-size: 1.2rem;
        line-height: 2.2rem;
    }

    .pd-tb {
        padding: 45px 0 10px;
    }
    .media .pd-tb{
        padding-bottom: 45px;
    }
    .top-space {
        margin-top: 10px;
    }

    .blank_space {
        padding: 30px 0 30px 0;
    }

    br {
        display: none;
    }

    .sp-none {
        display: none;
    }

    .pc-none {
        display: block;
    }

    .inner-medium {
        width: 100%;
    }
}