@import '_content/RazorLib/RazorLib.bundle.scp.css';

/* /Pages/Index.razor.rz.scp.css */
body[b-gfy4mjjxfx], p[b-gfy4mjjxfx] {
    line-height: 1.6;
    font-size: 17px;
}

p[b-gfy4mjjxfx] {
    margin: 0;
}

h1[b-gfy4mjjxfx] {
    margin: 1em;
}

h2[b-gfy4mjjxfx], h3[b-gfy4mjjxfx] {
    text-align: left;
    border-bottom: 1px solid #ddd;
}

section h3[b-gfy4mjjxfx] {
    border-bottom: 1px solid;
}

.header[b-gfy4mjjxfx] {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid;
}

.site-title[b-gfy4mjjxfx] {
    width: 20%;
    margin-bottom: 0.5em;
}

.site-logo[b-gfy4mjjxfx] {
    width: 100%;
}

.main-container[b-gfy4mjjxfx] {
    width: 80%;
    margin: 1em auto;
    text-align: center;
    margin-bottom: 3em;
}

    .main-container p[b-gfy4mjjxfx] {
        word-break: break-word;
    }

.container[b-gfy4mjjxfx], .contents[b-gfy4mjjxfx] {
    padding: 0 0.5em;
}

section[b-gfy4mjjxfx] {
    margin-bottom: 3em;
}

.flex-items[b-gfy4mjjxfx] {
    display: flex;
}

    .flex-items h2[b-gfy4mjjxfx] {
        width: 98%;
    }

.section-left[b-gfy4mjjxfx] {
    width: 60%;
}

.section-right[b-gfy4mjjxfx] {
    width: 40%;
}

.input-text[b-gfy4mjjxfx] {
    width: 90%;
    margin: 1em auto;
}

.sec-title_industry[b-gfy4mjjxfx] {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

    .sec-title_industry h2[b-gfy4mjjxfx] {
        text-align: left;
        margin: 0;
        border: none;
    }

.btn-expand[b-gfy4mjjxfx] {
    margin: 0 1em;
    padding: .5em;
}

    .btn-expand button[b-gfy4mjjxfx] {
        border: 1px solid;
        background: #fafaff;
    }

.item[b-gfy4mjjxfx] {
    padding: 0.75em;
}

.industry[b-gfy4mjjxfx] {
    display: flex;
    flex-wrap: wrap
}

.control-section[b-gfy4mjjxfx] {
    /*width:75%;*/
    margin: 0 auto;
}

.disp-count[b-gfy4mjjxfx] {
    text-align: left;
    font-size: 14px;
    margin-left: 0.5em;
}

.rank[b-gfy4mjjxfx] {
    display: flex;
}

.btn-search[b-gfy4mjjxfx] {
    margin: 2em 0;
}

.link_company[b-gfy4mjjxfx] {
    cursor: pointer;
    border: none;
}

    .link_company:hover[b-gfy4mjjxfx] {
        text-decoration: underline;
        color: #002080;
    }

.head-result[b-gfy4mjjxfx] {
    display: flex;
    justify-content: space-between;
}

.btn-toggle[b-gfy4mjjxfx] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 5em;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
}

.btn-toggle-list[b-gfy4mjjxfx] {
    cursor: pointer;
    width: 100%;
    height: 100%;
    border-radius:5px 0 0 5px;
    overflow:hidden;
}

.btn-toggle-card[b-gfy4mjjxfx] {
    cursor: pointer;
    width: 100%;
    height: 100%;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
}

.display-active[b-gfy4mjjxfx] {
    background-color: #0678C4;
    width: 100%;
    height: 100%;
}

.back-ground[b-gfy4mjjxfx] {
    width: 100%;
    height: 100%;
}


.result-grid[b-gfy4mjjxfx]{
    margin-top:0.7em;
}
.footer[b-gfy4mjjxfx] {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid;
    height: 160px;
}

.footer_items[b-gfy4mjjxfx] {
    display: flex;
    justify-content: center;
}

.footer_item h3[b-gfy4mjjxfx] {
    font-size: 20px;
    margin: 0 0 16px;
    line-height: 1.3;
}

.footer_item[b-gfy4mjjxfx] {
    width: 12.5%;
    margin: 1em 5em;
}

    .footer_item p[b-gfy4mjjxfx] {
        font-size: 12px;
    }

.e-pager .e-icon-first[b-gfy4mjjxfx]::before, .e-grid-menu .e-icon-first[b-gfy4mjjxfx]::before {
    content: "<<";
}

.e-pager .e-icon-prev[b-gfy4mjjxfx]::before, .e-grid-menu .e-icon-prev[b-gfy4mjjxfx]::before {
    content: "＜"
}

.e-pager .e-icon-next[b-gfy4mjjxfx]::before, .e-grid-menu .e-icon-next[b-gfy4mjjxfx]::before {
    content: "＞";
}

.e-pager .e-icon-last[b-gfy4mjjxfx]::before, .e-grid-menu .e-icon-last[b-gfy4mjjxfx]::before {
    content: ">>";
}

.image[b-gfy4mjjxfx] {
    position: relative;
    height: 150px;
    margin: 0 1em;
    cursor: pointer;
}
.card-body[b-gfy4mjjxfx]{
    cursor:pointer;
}
.card-img_company-logo[b-gfy4mjjxfx] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute
}

.card-title[b-gfy4mjjxfx] {
    text-align: center;
    border: 1px solid;
}

.card-header[b-gfy4mjjxfx] {
    cursor: pointer;
    border-top: 1px solid #ddd;
    background: #fff;
    text-align: center;
}

    .card-header p[b-gfy4mjjxfx] {
        background-color: #fff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/*レスポンシブ*/
@media screen and (max-width:768px) {
    h1[b-gfy4mjjxfx] {
        font-size: calc(0.95rem + 1.5vw);
        margin: 0;
    }

    .site-title[b-gfy4mjjxfx] {
        width: 100%;
    }

    .main-container[b-gfy4mjjxfx] {
        width: 90%;
    }

    .checkbox-items[b-gfy4mjjxfx] {
        display: block;
        text-align: left;
    }

    .items[b-gfy4mjjxfx] {
        margin-top: 2em;
    }

    .footer[b-gfy4mjjxfx] {
        height: 100%;
    }

    .footer_items[b-gfy4mjjxfx] {
        display: block;
    }

    .footer_item[b-gfy4mjjxfx] {
        width: 80%;
        margin: 3em 1em;
    }
}
/* /Pages/Promotion/Promotion.razor.rz.scp.css */
body[b-iyqjtb57os], p[b-iyqjtb57os] {
    line-height: 1.6;
    font-size: 17px;
}

p[b-iyqjtb57os] {
    margin: 0;
}

h2[b-iyqjtb57os], h3[b-iyqjtb57os] {
    margin: 0.5em 0;
}

section h3[b-iyqjtb57os] {
    border-bottom: 1px solid;
}

.header[b-iyqjtb57os] {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid;
}

.site-title[b-iyqjtb57os] {
    width: 20%;
    margin-bottom: 0.5em;
}

.site-logo[b-iyqjtb57os] {
    width: 100%;
}

.main-container[b-iyqjtb57os] {
    width: 75%;
    margin: 0 auto;
}
    .main-container p[b-iyqjtb57os] {
        word-break: break-word;
    }

.container[b-iyqjtb57os], .contents[b-iyqjtb57os] {
    padding: 0 0.5em;
}

section[b-iyqjtb57os] {
    margin-bottom: 3em;
}

/*企業情報ヘッダ*/
.content-head[b-iyqjtb57os] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    margin-top:1em;
}
.industry_div[b-iyqjtb57os]{
    font-size:1.5em;
}
.rank_img[b-iyqjtb57os] {
    text-align: right;
    height: 100%;
}
    .rank_img > img[b-iyqjtb57os]{
        height:100%;
        width:110px;
    }

.company_img[b-iyqjtb57os] {
    width: 40%;
    margin-bottom: 2em;
    height:180px;
}
    .company_img > img[b-iyqjtb57os]{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }



/*各リンクURL*/
.company_link[b-iyqjtb57os] {
    display: flex;
    align-items:center;
    justify-content:flex-start;
    margin: 0.75em 0;
}

.link_img[b-iyqjtb57os] {
    width: 50px;
    margin: 0 0.5em;
}
    .link_img img[b-iyqjtb57os]{
        width: 50px;
    }

.youtube_img[b-iyqjtb57os] {
    width: 100px;
    margin: 0 0.5em;
}
.youtube_img > img[b-iyqjtb57os] {
    width: 100px;
}

/*企業メイン画像（紹介画像）*/
.sec-introduce[b-iyqjtb57os] {
    margin: 1em 0;
}
    .sec-introduce p[b-iyqjtb57os]{
        margin: 3em 2em;
    }

.company-kv[b-iyqjtb57os] {
    height: 600px;
    width: 100%;
    margin: 2em 0 1em 0;
    aspect-ratio: 16 / 9;
}
    .company-kv img[b-iyqjtb57os]{
        width:100%;
        height:100%;
        object-fit:contain;
    }


/*企業（住所等）*/
.sec-introduce-sub[b-iyqjtb57os]{
    margin:0.75em 0;
}

.items-introduce[b-iyqjtb57os] {
    display: flex;
    padding: 0.5em 0;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}

.item-head[b-iyqjtb57os]{
    width:50%;
    text-align:center;
}
.logo-display[b-iyqjtb57os]{
    display:flex;
    align-items:center;
    margin-bottom:0.5em;
}
    .logo-display img[b-iyqjtb57os] {
        width: 40px;
        margin-right: 0.5em;
    }


/*PRSDGｓ*/
.contents p[b-iyqjtb57os]{
    margin: 0 2em;
}
.img-area[b-iyqjtb57os] {
    margin: 2em 0;
    height: 450px;
    width: 100%;
}

    .img-area .img-1[b-iyqjtb57os], .img-area .img-2[b-iyqjtb57os] {
        width: 70%;
        height: 450px;
        margin: 1em auto;
        position: relative;
    }
.img-fit[b-iyqjtb57os]{
    position:absolute;
    object-fit:contain;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.list-area[b-iyqjtb57os] {
    text-align: center;
}

.list-items[b-iyqjtb57os] {
    width: 100%;
    margin: 0 auto;
}
    .list-items ul[b-iyqjtb57os] {
        list-style: none;
        display:flex;
        justify-content:center;
    }
    .list-items ul li[b-iyqjtb57os]{
        margin: 1em;
    }
        .list-items ul li img[b-iyqjtb57os]{
            width:150px;
        }
.advice p[b-iyqjtb57os]{
    margin: 0 2em 3em 2em;
}


.footer[b-iyqjtb57os] {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid;
    height: 160px;
}

.footer_items[b-iyqjtb57os] {
    display: flex;
    justify-content: center;
}

.footer_item h3[b-iyqjtb57os] {
    font-size: 20px;
    margin: 0 0 16px;
    line-height: 1.3;
}

.footer_item[b-iyqjtb57os] {
    width: 12.5%;
    margin: 1em 5em;
}

    .footer_item p[b-iyqjtb57os] {
        font-size: 12px;
    }

/*レスポンシブ*/
@media screen and (max-width:768px) {
    .site-title[b-iyqjtb57os]{
        width:100%;
    }
    .main-container[b-iyqjtb57os]{
        width:92.5%;
    }
    .content-head[b-iyqjtb57os] {
        display: flex;
        align-items:center;
        text-align: center;
        margin-top: .5em;
        width:100%;
    }
        .content-head h1[b-iyqjtb57os]{
            width:70%;
            height:100%;
            margin:0;
            font-size:24px;
            display:grid;
            place-items:center;
        }
        .rank_img[b-iyqjtb57os] {
            display:flex;
            align-items:center;
            justify-content: center;
            width:30%;
            /*padding: 1em;*/
        }
        .rank_img > img[b-iyqjtb57os] {
            height: 70%;
            width:auto;
        }
    .company_img[b-iyqjtb57os]{
        margin-top:1em;
        width:100%;
        height:100px;
    }

    /*各リンクURL*/
    .link_img[b-iyqjtb57os] {
        width: 100%;
        text-align: center;
    }
    .link_img img[b-iyqjtb57os]{
        width:37.5px;
    }
    .youtube_img[b-iyqjtb57os] {
        width: 100%;
        text-align: center;
    }
    .youtube_img img[b-iyqjtb57os] {
        width: 70px;
    }

    /*企業紹介*/
    .company-kv[b-iyqjtb57os] {
        height: 100%;
        aspect-ratio: unset;
    }
    .sec-introduce p[b-iyqjtb57os] {
        margin: 1em 0;
    }
    .items-introduce[b-iyqjtb57os] {
        display: block;
        text-align: center;
        margin-bottom: 1em;
    }
    .item-head[b-iyqjtb57os] {
        width:100%;
        margin-bottom:0.5em;
    }

    /*PRSDGｓ*/
    .contents p[b-iyqjtb57os] {
        margin: 0;
    }
    .logo-display[b-iyqjtb57os] {
        width: 100%;
        justify-content:center;
    }
    .img-area[b-iyqjtb57os] {
        margin: 2em 0;
        height: auto;
        width: 100%;
    }

        .img-area .img-1[b-iyqjtb57os], .img-area .img-2[b-iyqjtb57os] {
            width: 100%;
            height: auto;
            margin: 1em auto;
            position: static;
        }

    .img-fit[b-iyqjtb57os] {
        position: static;
        object-fit: contain;
        width: 100%;
    }

    .list-area[b-iyqjtb57os] {
        margin-top:1em;
        text-align: center;
    }

    .list-items[b-iyqjtb57os] {
        width: 100%;
        margin: 0 auto;
    }

        .list-items ul[b-iyqjtb57os] {
            list-style: none;
            display: flex;
            text-align: center;
            padding: 0;
        }
            .list-items ul li[b-iyqjtb57os]{
                margin:.5em;
            }

            .list-items ul li img[b-iyqjtb57os] {
                width: 90px;
            }

    .advice p[b-iyqjtb57os]{
        margin:.5em;
    }

    .footer[b-iyqjtb57os] {
        height: 100%;
    }

    .footer_items[b-iyqjtb57os] {
        display: block;
    }

    .footer_item[b-iyqjtb57os] {
        width: 80%;
        margin: 3em 1em;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-fewmzm0tcf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fewmzm0tcf] {
    flex: 1;
}

.sidebar[b-fewmzm0tcf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-fewmzm0tcf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fewmzm0tcf]  a, .top-row[b-fewmzm0tcf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fewmzm0tcf]  a:hover, .top-row[b-fewmzm0tcf]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fewmzm0tcf]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-fewmzm0tcf] {
        display: none;
    }

    .top-row.auth[b-fewmzm0tcf] {
        justify-content: space-between;
    }

    .top-row[b-fewmzm0tcf]  a, .top-row[b-fewmzm0tcf]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fewmzm0tcf] {
        flex-direction: row;
    }

    .sidebar[b-fewmzm0tcf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fewmzm0tcf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fewmzm0tcf]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fewmzm0tcf], article[b-fewmzm0tcf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gonn6tfpjk] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-gonn6tfpjk] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-gonn6tfpjk] {
    font-size: 1.1rem;
}

.oi[b-gonn6tfpjk] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-gonn6tfpjk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-gonn6tfpjk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-gonn6tfpjk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-gonn6tfpjk]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-gonn6tfpjk]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-gonn6tfpjk]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-gonn6tfpjk] {
        display: none;
    }

    .collapse[b-gonn6tfpjk] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
