body {
    font-family: 'Open Sans', 'Noto Sans JP';;
}

a,abbr,address,article,aside,audio,b,blockquote,body,button,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,p,pre,q,samp,section,select,small,span,strong,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,ul,var,video {
    -webkit-font-smoothing: antialiased;
    border: 0;
    box-sizing: border-box;
    color: #333;
    font-family: sans-serif;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    transition: .3s cubic-bezier(.4,.4,0,1);
    word-spacing: 1px
}

.top {
    background: #fff;
    border-radius: 0;
    height: 100%;
    margin: 0 0 0 0;
    opacity: 1;
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    overflow-y: hidden;
}

.TitleAnnouncer {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

header {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    height: 70px;
    justify-content: center;
    left: 0;
    margin: 0 0 0 0;
    opacity: 1;
    padding: 0 0 0 0;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100%;
    color:#fff;

    display: flex;
    flex-direction: column;

    z-index: 2;


    .nav {
        background: rgba(0, 0, 0, 0);
        border-radius: 0px;
        display: flex;
        flex-direction: row;
        height: 50px;
        justify-content: space-between;
        margin: 0px 40px 0px;
        opacity: 1;
        overflow-x: auto;
        padding: 0 0 0 0;
        width: 1000px;
        max-width: calc(100% - 80px);

        @media (max-width: 767px) {
            margin: 0 0 0 0;
            max-width: 100%;
        }
    }

    .nav-container {
        background: rgba(0, 0, 0, 0);
        border-radius: 0;
        display: flex;
        flex: none;
        flex-direction: row;
        height: 100%;
        opacity: 1;
        overflow-x: auto;
        padding: 0 0 0 0;
        width: 1000px;
        max-width: 100%;
        justify-content: center;
        align-items:center;
    }

    .nav-container-right {
        background: rgba(0, 0, 0, 0);
        border-radius: 0;
        display: flex;
        flex-direction: row;
        flex: none;
        gap: 36px;
        height: 50px;
        opacity: 1;
        overflow-x: auto;
        padding: 0 0 0 0;
        width: 427px;
        max-width: 100%;
        justify-content: center;
        align-items:center;

        @media (max-width: 767px) {
            display: none;
        }

        .nav-item-link {
            text-decoration: none;
            border-radius: 0;
            color: rgb(255, 255, 255);
            font-family: var(--s-font-23a3d066);
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 0em;
            line-height: 1.4;
            margin: 0 0 0 0;
            opacity: 1;
            padding: 0px 10px 0px;
            text-align: center;
            max-width: 100%;
            justify-content: center;
        }
    }

    .name { 
        border-radius: 0;
        color: #ffffff;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 0em;
        line-height: 1.4;
        margin: 0px 50px 0px 0px;
        opacity: 1;
        padding: 0 0 0 0;
        text-align: center;
        max-width: calc(100% - 50px);

        @media (max-width: 767px) {
            margin: 0 0 0 0;
            max-width: 100%;
        }
    }
    
    .fixed {
        padding: 16px 0;
        background: #fff;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    }
}

.top_main {
    border-radius: 0px;
    height: 500px;
    opacity: 1;
    overflow-x: visible;
    overflow-y: visible;
    padding: 15px 0px 0px 0px;
    width: 100%;
    max-width: 100%;

    .top_main-container {
        height: 100%;
        width: 100%;

        &::before {
            content: "";
            background-image: url('/contents/img/csr-top.jpg');

            background-position: 50%;
            background-size: cover;
            border-radius: inherit;
            height: 50%;
            left: 0;
            pointer-events: none;
            position: absolute;
            top: 0;
            transition: inherit;
            width: 100%;

            filter: brightness(0.5);
        }
    }

    .ttl_area {
        width: 61.22%;
        max-width: 960px;
        position: absolute;
        top: 312px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    
        .title-string {
            border-radius: 0;
            color: #ffffff;
            font-size: 64px;
            font-weight: 700;
            letter-spacing: 0em;
            line-height: 1.3;
            margin: 10px 0px 20px 0px;
            opacity: 1;
            padding: 0 0 0 0;
            text-align: left;
            max-width: 100%;
            justify-content: flex-start;

            @media (max-width: 767px) {
                font-size: 32px;
            }
        }
    }
}

.divide-bar {
    background: #304ffe;
    border-radius: 0;
    height: 4px;
    margin: 0px 0px 40px 0px;
    opacity: 1;
    padding: 0 0 0 0;
    width: 50px;
    max-width: 100%;
}

.csr {
    background: #fff;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    padding: 20px 0px 80px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;

    .csr-container {
        margin: 0px 40px 0px;
        width: 1000px;
        max-width: calc(100% - 80px);
        display: flex;
        flex-direction: column;

        .csr-title {
            background: rgba(0, 0, 0, 0);
            border-radius: 0;
            flex-direction: row;
            margin: 0px 0px 25px 0px;
            opacity: 1;
            overflow-x: auto;
            padding: 0 0 0 0;
            max-width: 100%;
            overflow-y: hidden;
        }

        .csr-string {
            border-radius: 0;
            color: #212121;
            font-size: 40px;
            font-weight: 700;
            letter-spacing: 0em;
            line-height: 1.2;
            margin: 0px 20px 0px 0px;
            padding: 0 0 0 0;
            text-align: left;
            max-width: calc(100% - 20px);
            justify-content: flex-start;

            @media (max-width: 767px) {
                font-size: 24px;
            }    
        }

        .csr_ttl {
            font-size: 1.3rem;

            font-family: 'Open Sans', 'Noto Sans JP';
            font-size: 18px;
            letter-spacing: 0em;
            line-height: 1.8;
            padding: 0 0 0 0;
            text-align: left;
            justify-content: flex-start;
        }
    }
}

footer {
    .footer-container {
        margin: 0px 20px 20px;
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);

        .footer-string {
            border-radius: 0;
            color: #333;
            font-family: var(--s-font-23a3d066);
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 0em;
            line-height: 1.4;
            margin: 0 0 0 0;
            opacity: 1;
            padding: 0 0 0 0;
            text-align: center;
            max-width: 100%;
            justify-content: center;
        }
    }
}
