<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*カテゴリ別*/
/*power*/
#index_list dl&gt;.block#power&gt;dd::before {
    background-image: url(../img/k_e_p01.webp);
}

#index_list dl&gt;.block#power&gt;dt::after {
    background-image: url(../img/k_e_p01.webp);
}

#index_list dl&gt;.block#power::before {
    background-image: url(../img/k_e_p01.webp);
}

/*sales*/
#index_list dl&gt;.block#sales&gt;dd::before {
    background-image: url(../img/k_e_p02.webp);
}

#index_list dl&gt;.block#sales&gt;dt::after {
    background-image: url(../img/k_e_p02.webp);
}

#index_list dl&gt;.block#sales::before {
    background-image: url(../img/k_e_p02.webp);
}

/*supply*/
#index_list dl&gt;.block#supply&gt;dd::before {
    background-image: url(../img/k_e_p03.webp);
}

#index_list dl&gt;.block#supply&gt;dt::after {
    background-image: url(../img/k_e_p03.webp);
}

#index_list dl&gt;.block#supply::before {
    background-image: url(../img/k_e_p03.webp);
}

/*other*/
#index_list dl&gt;.block#other&gt;dd::before {
    background-image: url(../img/k_e_p04.webp);
}

#index_list dl&gt;.block#other&gt;dt::after {
    background-image: url(../img/k_e_p04.webp);
}

#index_list dl&gt;.block#other::before {
    background-image: url(../img/k_e_p04.webp);
}

/***********/
#main_img {
    position: relative;
}

#main_img img {
    width: 100%;
}

#main_img .title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

#main_img .title .area {
    width: 100%;
}

#main_img .title .area .flex {
    display: inline-flex;
    align-items: center;
    height: 100px;
    width: 92%;
    padding: 0 10px 0 10px;
    background-color: #FFFFFF;
}

@media only screen and (min-width:768px) {
    #main_img .title .area .flex {
        height: 108px;
        width: 437px;
        padding: 0 30px 0 30px;
    }
}

@media only screen and (min-width:980px) {
    #main_img .title .area .flex {
        height: 155px;
        width: 630px;
        padding: 0 50px 0 50px;
    }
}

@media only screen and (min-width:1200px) {
    #main_img .title .area {
        width: calc((100 - (6 * 2)) * 1%);
        max-width: none;
    }
}

/*index_list**********************************/
footer {
    margin-top: 0;
}

#index_list {
    background-color: var(--color_gray3);
    padding: 60px 0 40px 0;
}

#index_list dl {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    width: 100%;
    margin: 0 auto 0 auto;
    max-width: 1350px;
}

#index_list dl&gt;.block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#index_list dl&gt;.block&gt;* {
    width: 100%;
}

#index_list dl&gt;.block&gt;dt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 70px;
    font-size: 2.2rem;
    line-height: 1.6;
}

#index_list dl&gt;.block&gt;dd::before {
    content: "";
    display: block;
    aspect-ratio: 966/647;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#index_list dl&gt;.block&gt;dd ul.bb_list {
    width: calc(335 / 375* 100%);
    max-width: calc((340px * 2) + 30px);
    margin: 30px auto 0 auto;
}

@media only screen and (min-width:768px) {
    #index_list {
        padding: 120px 0 80px 0;
    }

    #index_list dl {
        row-gap: 120px;
        width: calc(100% - (40px * 2));
    }

    #index_list dl&gt;.block&gt;dt {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        height: auto;
        font-size: 4.0rem;
        background-color: #FFFFFF;
        line-height: 1.3;
    }

    #index_list dl&gt;.block&gt;dt span {
        display: block;
        padding: 40px 0 0 40px;
        width: calc((980 - 486 - 40) / 980 * 100%);
    }

    #index_list dl&gt;.block&gt;dt::after {
        content: "";
        display: block;
        aspect-ratio: 966/647;
        width: calc(486/980 * 100%);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #index_list dl&gt;.block&gt;dd::before {
        display: none;
    }

    #index_list dl&gt;.block&gt;dd ul.bb_list&gt;li {
        width: calc((100/2 * 1%) - 15px);
    }
}

@media only screen and (min-width:981px) {
    #index_list dl {
        overflow: hidden;
    }

    #index_list dl&gt;.block {
        aspect-ratio: 1350/520;
        width: 100%;
        position: relative;
    }

    #index_list dl&gt;.block::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: calc(776/1350 * 100%);
        aspect-ratio: 966/647;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #index_list dl&gt;.block&gt;dt {
        position: absolute;
        z-index: 2;
        top: 0;
        left: calc(((1350 - 1200)/2)/1350 * 100%);
        background-color: rgb(255, 255, 255, 0.0);
    }

    #index_list dl&gt;.block&gt;dt::after {
        display: none;
    }

    #index_list dl&gt;.block&gt;dt span {
        padding: 40px;
        background-color: rgb(255, 255, 255, 0.8);
        width: 430px;
        height: 260px;
    }

    #index_list dl&gt;.block&gt;dd {
        width: calc(335 / 375* 100%);
        max-width: 1200px;
        margin: 0 auto 0 auto;
        padding: 168px 0 11px 0;
        position: relative;
        z-index: 2;
    }

    #index_list dl&gt;.block&gt;dd ul.bb_list {
        margin: 0 0 0 auto;
        row-gap: 10px;
    }
}

/*********************************************/
/*個別ページ***********************************/
#occupation_title {
    background-color: var(--color_gray3);
}

#occupation_title .area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 200px;
    position: relative;
}

#occupation_title .area::after {
    content: "";
    display: block;
    aspect-ratio: 112/23;
    width: 90px;
    position: absolute;
    top: 20px;
    right: 0;
    background-image: url(../img/k_e1_mds.svg);
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
}

#occupation_title .area h1 {
    font-weight: normal;
    font-size: 2.4rem;
}

article {
    width: 100%;
    max-width: 1200px;
    padding: calc(40px + 7px) 0 40px 0;
    margin: 0 auto 0 auto;
    position: relative;
}

article::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background-image: url(../../common/img/k_colorline.svg);
    background-position: center center;
    background-size: 101%;
}

/*バリエーション*/
article dl.detail&gt;.block.mission&gt;dt span::after {
    border-bottom: 1px solid var(--color_g1);
}

article dl.detail&gt;.block.job&gt;dt span::after {
    border-bottom: 1px solid var(--color_r1);
}

article dl.detail&gt;.block.welcome&gt;dt span::after {
    border-bottom: 1px solid var(--color_b1);
}

/***************/
article dl.defaults {
    row-gap: 10px !important;
}

article dl.defaults&gt;.block&gt;dd {
    padding: 40px 0 40px 0;
}

article dl.defaults&gt;.block&gt;dd ul.base {
    padding-left: 1em;
}

article dl.defaults&gt;.block&gt;dd ul.base&gt;li {
    display: list-item;
    line-height: 1.3;
}

article dl.defaults&gt;.block&gt;dd ul.base&gt;li:nth-child(n+2) {
    margin-top: 0.5em;
}

article dl.defaults&gt;.block&gt;dd .occupation_top {
    margin-top: 40px;
    text-align: center;
}

article dl.detail+dl.defaults {
    margin-top: 40px;
}

@media only screen and (min-width:768px) {
    #occupation_title .area {
        height: 275px;
    }

    #occupation_title .area::after {
        width: 112px;
    }

    #occupation_title .area h1 {
        font-size: 4.5rem;
    }

    article {
        width: calc(335 / 375* 100%);
        padding: calc(80px + 7px) 0 80px 0;
    }

    article .area {
        width: 100%;
    }

    article dl.defaults {
        row-gap: 15px !important;
    }
    article dl.defaults&gt;.block&gt;dt .bb_simple3 {
        font-size: 2.0rem;
        min-height: 100px;
    }
    article dl.defaults&gt;.block&gt;dd {
        padding-top: 60px;
    }
}

/*********************************************/</pre></body></html>