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

#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;
}

#working {
    margin-top: 40px;
}

#working .copy {
    font-size: 2.4rem;
    line-height: 1.6;
    text-align: center;
}

#working .flex {
    margin-top: 40px;
    justify-content: space-between;
    row-gap: 30px;
}

#working .flex h2.title_c .big {
    font-size: 2.6rem;
}

#working .flex p {
    width: 100%;
}

#working ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    row-gap: 15px;
    margin-top: 30px;
}

#working ul&gt;li {
    width: 100%;
    padding: 20px 0 10px 0;
    background-color: var(--color_gray4);
    text-align: center;
}

#working ul&gt;li dl {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    width: calc(320/336 * 100%);
    margin: 0 auto 0 auto;
}

#working ul&gt;li dl&gt;* {
    width: 100%;
}

#working ul&gt;li dl&gt;dt span {
    display: block;
    font-size: 2.0rem;
}

#working ul&gt;li dl&gt;dt span.small {
    font-size: 1.3rem;
}

#working ul&gt;li dl&gt;dd .point {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    min-height: 60px;
    padding: 1em 2em 1em 2em;
    color: var(--color_r1);
    border-radius: 2em;
    background-color: #FFFFFF;
}

#working .link {
    margin-top: 30px;
}

#working .link a {
    margin: 0 auto 0 auto;
}

section.block {
    margin-top: 15px;
    padding: 30px 0 30px 0;
    position: relative;
}

section.block .back {
    display: none;
}

section.block .area {
    position: relative;
    z-index: 2;
}

section.block .area h2 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    font-weight: 600;
    line-height: 1;
    font-size: 2.6rem;
}

section.block .area h2 span {
    display: block;
    width: 100%;
}

section.block .area h2 span.small {
    font-size: 1.2rem;
    font-weight: normal;
}

section.block .area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
    margin: 30px auto 0 auto;
}

section.block .area ul:has(&gt; :nth-child(2)) {
    justify-content: space-between;
    align-items: stretch;
}

section.block .area ul&gt;li {
    width: 100%;
}

section.block .area ul&gt;li a {
    height: 100%;
    display: block;
    text-decoration: none;
    color: var(--font_color);
    background-color: #FFFFFF;
    transition: var(--duration) all;
}

section.block .area ul&gt;li a .img {
    overflow: hidden;
}

section.block .area ul&gt;li a .img img {
    transition: var(--duration) all;
}

section.block .area ul&gt;li a .title {
    padding: 20px;
}

section.block .area ul&gt;li a .title span {
    display: block;
    line-height: 1.6;
}

section.block .area ul&gt;li a .title span.small {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

section.block .area ul&gt;li a:hover {
    color: var(--color_hover);
}

section.block .area ul&gt;li a:hover .img img {
    transform: scale(1.2);
}

#interview {
    margin-top: 30px;
    background-color: #BAE2E9;
}

#talk {
    background-color: #F0F1DB;
}

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

    #working {
        margin-top: 108px;
    }

    #working .copy {
        font-size: 4.5rem;
    }

    #working .flex {
        margin-top: 108px;
        align-items: center;
    }

    #working .flex {
        row-gap: 22px;
    }

    #working .flex h2.title_c .big {
        font-size: 4.8rem;
    }

    #working .flex&gt;* {
        width: 360px !important;
    }

    #working .flex&gt;p {
        width: calc(100% - 360px - 60px) !important;
    }

    #working ul {
        margin-top: 80px;
        row-gap: 30px;
    }

    #working ul&gt;li {
        padding: 30px 0 15px 0;
        width: calc(586/1200 * 100%);
    }

    #working ul&gt;li dl {
        row-gap: 15px;
        width: calc(556/586 * 100%);
    }

    #working ul&gt;li dl&gt;dt span.small {
        font-size: 1.6rem;
    }

    #working ul&gt;li dl&gt;dt span.big {
        font-size: 3.0rem;
    }

    #working .link {
        margin-top: 80px;
    }

    section.block {
        margin-top: 30px;
        padding: 60px 0 60px 0;
    }

    section.block .back {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    section.block .back span {
        display: block;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto 0 auto;
    }

    section.block .area h2 {
        row-gap: 22px;
        font-size: 4.8rem;
    }

    section.block .area h2 span.small {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    section.block .area ul {
        row-gap: 60px;
        column-gap: calc((1200 - 560 * 2) / 1200 * 100%);
        margin-top: 60px;
        padding-top: 60px;
        border-top: 1px solid var(--font_color);
    }

    section.block .area ul&gt;li {
        width: calc(560/1200 * 100%);
    }

    section.block .area ul&gt;li a .title {
        font-size: 2.0rem;
        padding: 30px 30px 40px 30px;
    }

    section.block .area ul&gt;li a .title span.small {
        font-size: 1.3rem;
    }

    #interview {
        margin-top: 80px;
    }
}

@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;
    }
}

/*********************************************/
/*個別ページ***********************************/
/*働き方・福利厚生*/
#main_img2 {
    background-color: var(--color_gray3);
}

#main_img2::after {
    content: "";
    display: block;
    aspect-ratio: 750/500;
    width: 100%;
    background-image: url(../img/welfare/s_g1_mv01.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#main_img2 .area h1.title_d {
    padding: 40px 0 40px 0;
}

#main_img2 .area .img {
    display: none;
}

section.working_block {
    padding: 40px 0 40px 0;
}

section.working_block:nth-of-type(n+2) {
    border-top: var(--base_border);
}

section.working_block .area h2 {
    font-size: 2.2rem;
    font-weight: normal;
    text-align: center;
    line-height: 1em;
}

#style {
    position: relative;
}

#style .line {
    width: 100%;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
}

#style .line::before {
    content: "";
    display: block;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    background-image: url(../../common/img/k_colorline.svg);
    background-position: center center;
    background-size: 101%;
    margin: 0 auto 0 auto;
}

#style .area dl.base {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    margin-top: 40px;
}

#style .area dl.base&gt;.block {
    width: 100%;
}

#style .area dl.base&gt;.block&gt;dt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 40px;
    padding: 0 20px 0 20px;
    font-size: 1.6rem;
    color: #FFFFFF;
    background-color: #D6A600;
}

section.working_block .bb_simple3 .body,
#style .area dl.base&gt;.block&gt;dd div.defaults {
    line-height: 1.6;
}

#style .area dl.base&gt;.block&gt;dd div.defaults {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.5em 20px 0.5em 20px;
    min-height: 70px;
    font-size: 1.6rem;
    color: var(--font_color);
    text-decoration: none;
    background-color: var(--color_gray3);
}

#style .area dl.base&gt;.block&gt;dd&gt;ul.atte {
    margin: 15px 0 0 auto;
    font-size: 1.3rem;
}

#style .area dl.defaults&gt;.block&gt;dd {
    padding: 40px 0 20px 0;
    margin: 0 auto 0 auto;
    max-width: 1100px;
}

#style .area dl.defaults&gt;.block&gt;dd picture.img {
    display: block;
    margin: 40px auto 0 auto;
    max-width: 980px;
}

#style .area dl.defaults&gt;.block&gt;dd .img.kurumin {
    width: 146px;
    margin: 0 auto 20px auto;
}

#style .area dl.defaults&gt;.block&gt;dd p:nth-of-type(n+2) {
    margin-top: 1em;
}

#style .area *+dl.detail {
    margin-top: 40px;
}

#style .area dl.detail&gt;.block&gt;dt {
    line-height: 1.3;
}

#style .area dl.detail&gt;.block&gt;dt span::after {
    width: 228px;
}

/*バリエーション*/
#style .area dl.detail&gt;.block.r1&gt;dt span::after {
    border-bottom: 1px solid var(--color_r1);
}

#style .area dl.detail&gt;.block.y1&gt;dt span::after {
    border-bottom: 1px solid var(--color_y1);
}

#style .area dl.detail&gt;.block.b1&gt;dt span::after {
    border-bottom: 1px solid var(--color_b1);
}

#style .area dl.detail&gt;.block.g1&gt;dt span::after {
    border-bottom: 1px solid var(--color_g1);
}

#style .area dl.detail&gt;.block.o1&gt;dt span::after {
    border-bottom: 1px solid var(--color_o1);
}

#style .area dl.detail&gt;.block.p1&gt;dt span::after {
    border-bottom: 1px solid var(--color_p1);
}

#style .area dl.detail&gt;.block.n1&gt;dt span::after {
    border-bottom: 1px solid var(--color_n1);
}

#welfare dl.welfare {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
}

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

#welfare dl.welfare&gt;.block&gt;dt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 40px;
    padding: 0 20px 0 20px;
    font-size: 1.6rem;
    color: #FFFFFF;
    background-color: #D6A600;
}

#welfare dl.welfare&gt;.block&gt;dd {
    width: 100%;
    margin: 20px auto 0 auto;
}

#report {
    padding: 40px 0 40px 0;
    background-color: #FBF6E5;
}

#report .area h2 {
    font-size: 2.2rem;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
}

#report .area h2+p {
    margin-top: 20px;
    text-align: center;
}

#report .area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
    margin-top: 35px;
}

#report .area ul:has(&gt; :nth-child(2)) {
    justify-content: space-between;
}

#report .area ul&gt;li {
    width: 100%;
}

#report .area ul&gt;li a.button {
    padding: 0;
    aspect-ratio: 580/156;
}

#report .area ul&gt;li a.button .img {
    width: calc(240/580 * 100%);
    overflow: hidden;
}

#report .area ul&gt;li a.button p {
    width: calc((580 - 240 - 40)/580 * 100%);
    padding-right: 4%;
    font-size: 1.3rem;
    line-height: 1.6;
}

@media only screen and (min-width:768px) {
    #main_img2::after {
        display: none;
    }

    #main_img2 .area {
        height: 390px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    #main_img2 .area h1.title_d {
        padding: 0;
        width: calc((1200 - 450)/1200 * 100%);
    }

    #main_img2 .area .img {
        display: block;
        margin-bottom: auto;
        width: calc(450/1200 * 100%);
    }

    section.working_block {
        padding: 60px 0 60px 0;
    }

    section.working_block .area h2 {
        font-size: 2.8rem;
    }

    #style {
        padding-top: 67px;
    }

    #style .area dl.base {
        margin-top: 60px;
        row-gap: 40px;
    }

    #style .area dl.base&gt;.block&gt;dt {
        justify-content: center;
        height: 54px;
        font-size: 1.8rem;
    }

    #style .area dl.base&gt;.block&gt;dd .bb_simple3 .body {
        padding-left: 30px;
        text-align: center;
    }

    #style .area dl.base&gt;.block&gt;dd div.defaults {
        padding: 0.5em 30px 0.5em 30px;
        justify-content: center;
    }

    #style .area dl.base&gt;.block&gt;dd .bb_simple3,
    #style .area dl.base&gt;.block&gt;dd div.defaults {
        min-height: 90px;
    }

    #style .area dl.base&gt;.block&gt;dd .bb_simple3 .body,
    #style .area dl.base&gt;.block&gt;dd div.defaults {
        font-size: 2.4rem;
        line-height: 1.6;
    }

    #style .area dl.base&gt;.block&gt;dd ul.atte {
        display: table;
    }

    #style .area dl.defaults&gt;.block&gt;dd {
        padding-top: 60px;
    }

    #style .area dl.defaults&gt;.block&gt;dd .flex {
        margin: 0 auto 0 auto;
        max-width: 766px;
        justify-content: space-between;
        align-items: center;
    }

    #style .area dl.defaults&gt;.block&gt;dd .flex p {
        width: calc(100% - (146px + 40px));
    }

    #style .area dl.defaults&gt;.block&gt;dd picture.img {
        margin-top: 60px;
    }

    #style .area dl.defaults&gt;.block&gt;dd .img.kurumin {
        margin: 0;
    }

    #style .area dl.detail {
        width: 100%;
    }

    #style .area *+dl.detail {
        margin-top: 60px;
    }

    #style .area dl.detail&gt;.block&gt;dt {
        width: 228px;
    }

    #style .area dl.detail&gt;.block&gt;dd {
        width: calc(100% - (228px + 100px));
    }

    #welfare dl.welfare {
        margin-top: 60px;
        row-gap: 60px;
    }

    #welfare dl.welfare&gt;.block {
        width: calc(580/1200 * 100%);
    }

    #welfare dl.welfare&gt;.block&gt;dt {
        min-height: 70px;
        padding: 0 40px 0 40px;
    }

    #welfare dl.welfare&gt;.block&gt;dd {
        width: calc(508/580 * 100%);
        margin: 10px auto 0 auto;
    }

    #report {
        margin-top: 20px;
        padding: 60px 0 60px 0;
    }

    #report .area h2 {
        font-size: 3.3rem;
    }

    #report .area h2+p {
        margin-top: 30px;
        font-size: 1.8rem;
    }

    #report .area ul {
        margin-top: 55px;
    }

    #report .area ul&gt;li {
        width: calc(580/1200 * 100%);
    }

    #report .area ul&gt;li a.button p {
        font-size: 1.6rem;
    }

    #report .area ul&gt;li a.button .img img {
        transition: var(--duration) all;
    }

    #report .area ul&gt;li a.button:hover .img img {
        transform: scale(1.2);
    }
}

/*INTERVIEW*/
/*CROSS_TALK*/
#main_img3.interview {
    background-color: #BAE2E9;
}

#main_img3.cross_talk {
    background-color: #F0F1DB;
    padding-bottom: 20px;
}

#main_img3 {
    padding-top: 34px;
    position: relative;
}

#main_img3 .cate {
    display: none;
}

#main_img3 .line {
    margin-top: 34px;
}

#main_img3 .line::before {
    content: "";
    display: block;
    width: 100%;
    max-width: 1200px;
    height: 1px;
    margin: 0 auto 0 auto;
    background-color: var(--font_color);
}

#main_img3 .prof {
    width: 100%;
    max-width: 1200px;
    margin: 34px auto 0 auto;
}

#main_img3 .prof .copy {
    font-size: 2.4rem;
    line-height: 1.6;
}

#main_img3 .prof .name_area {
    margin-top: 20px;
    display: table;
}

#main_img3 .prof .name_area&gt;* {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.6;
}

#main_img3 .prof .name_area .name {
    padding-right: 0.5em;
    white-space: nowrap;
    border-right: 1px solid var(--font_color);
}

#main_img3 .prof .name_area p {
    padding-left: 0.5em;
    font-size: 1.3rem;
}

#main_img3 .img {
    margin: 30px auto 0 auto;
    max-width: 1200px;
    position: relative;
}

#main_img3 .img .layers {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#main_img3 .img .area .caption {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-top: 20px;
}

#main_img3 .img .area ul.atte {
    font-size: 1.3rem;
    line-height: 1.6;
    display: table;
}

#working_article {
    margin-top: 30px;
}

#working_article dl.article {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    margin: 0 auto 0 auto;
    max-width: 980px;
}

#working_article dl.article:nth-child(n+2) {
    margin-top: 40px;
}

#working_article dl.article&gt;.block {
    width: 100%;
}

#working_article dl.article&gt;.block&gt;dt {
    font-weight: 500;
}

#working_article dl.article&gt;.block&gt;dd {
    margin-top: 40px;
}

#working_article dl.article&gt;.block&gt;dd p:nth-of-type(n+2) {
    margin-top: 2em;
}

#working_article dl.talk {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
}

#working_article dl.talk&gt;.block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}

#working_article dl.talk&gt;.block&gt;dt {
    width: 82px;
}

#working_article dl.talk&gt;.block&gt;dd {
    width: 100%;
}

#working_article .img {
    margin-top: 40px;
}

#working_article .img img {
    width: 100%;
}

#working_article .img ul.flex {
    justify-content: space-between;
    row-gap: 2px;
}

#working_article .img ul.flex&gt;li {
    width: 100%;
}

#working_article .img .photo {
    position: relative;
}

#working_article .img .photo .photo_cap {
    position: absolute;
    width: calc(100% - 20px);
    bottom: 20px;
    left: 0;
    color: #FFFFFF;
    text-align: right;
    font-size: 1.3rem;
    line-height: 1em;
}

#working_article .cooperation {
    max-width: 980px;
    margin: 40px auto 0 auto;
    font-size: 1.3rem;
    line-height: 1.6;
}

#working_article .profile {
    margin: 40px auto 0 auto;
    max-width: 980px;
}

#working_article .profile h2 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1em;
}

#working_article .profile .card_list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    margin-top: 20px;
}

#working_article .profile .card_list .card {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    padding: 20px;
    background-color: var(--color_gray3);
}

#working_article .profile .card_list .card .img {
    margin: 0;
}

#working_article .profile .card_list .card dl {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

#working_article .profile .card_list .card dl&gt;* {
    width: 100%;
}

#working_article .profile .card_list .card dl&gt;dt {
    font-size: 1.8rem;
    line-height: 1em;
}

#working_article .profile .card_list .card dl&gt;dd {
    font-size: 1.3rem;
}

#working_article .message {
    margin: 30px calc(50% - 50vw) 0 calc(50% - 50vw);
    padding-top: 30px;
    border-top: var(--base_border);
}

#working_article .message .area {
    max-width: 980px;
}

#working_article .message .area dl.team {
    display: flex;
    flex-flow: column;
    row-gap: 20px;
}

#working_article .message .area dl.team&gt;dt {
    line-height: 1;
}

#working_article .message .area dl.team&gt;dd .member_list {
    display: flex;
    flex-flow: column;
    row-gap: 10px;
}

#working_article .message .area dl.team&gt;dd .member_list .block {
    background-color: var(--color_gray3);
    padding: 20px;
}

#working_article+.back_link .area {
    max-width: 980px;
}

@media only screen and (min-width:768px) {
    #main_img3 {
        padding: 60px 0 50px 0;
    }

    #main_img3 .cate {
        display: block;
        width: 100%;
        position: absolute;
        top: 30px;
        left: 0;
    }

    #main_img3 .cate span {
        display: block;
        max-width: 1200px;
        margin: 0 auto 0 auto;
        text-align: right;
    }

    #main_img3 .cate span img {
        width: 112px;
    }

    #main_img3 .line {
        margin-top: 50px;
    }

    #main_img3 .prof {
        margin-top: 40px;
    }

    #main_img3 .prof .copy {
        font-size: 3.0rem;
    }

    #main_img3 .prof .name_area .name {
        padding-right: 30px;
        font-size: 2.6rem;
    }

    #main_img3 .prof .name_area p {
        padding-left: 30px;
    }

    #main_img3 .img .area ul.atte {
        margin: 10px 0 0 auto;
    }

    #working_article {
        margin-top: 75px;
    }

    #working_article .area {
        max-width: 1100px;
    }

    #working_article dl.article {
        row-gap: 90px;
    }

    #working_article dl.article:nth-child(n+2) {
        margin-top: 90px;
    }

    #working_article dl.article&gt;.block&gt;dt {
        font-size: 1.8rem;
    }

    #working_article dl.article&gt;.block&gt;dd {
        margin-top: 70px;
    }

    #working_article .img {
        margin-top: 80px;
        margin-right: calc(50% - 50vw);
    }

    #working_article .img&gt;* {
        max-width: 1220px;
    }

    #working_article .img ul.flex&gt;li {
        width: 50%;
    }

    #working_article dl.talk {
        row-gap: 30px;
    }

    #working_article dl.talk&gt;.block&gt;dd {
        width: calc(100% - (82px + 25px));
    }

    #working_article .profile {
        margin-top: 100px;
    }

    #working_article .profile h2 {
        font-size: 2.0rem;
    }

    #working_article .profile .card_list .card {
        padding: 0;
        align-items: center;
        justify-content: space-between;
    }

    #working_article .profile .card_list .card .img {
        width: calc(300/980 * 100%);
    }

    #working_article .profile .card_list .card dl {
        width: calc((980 - 300 - 45)/980 * 100%);
        padding-right: 30px;
        row-gap: 30px;
    }

    #working_article .profile .card_list .card dl&gt;dt {
        font-size: 2.0rem;
    }

    #working_article .profile .card_list .card dl&gt;dd {
        font-size: 1.6rem;
    }

    #working_article .message {
        margin: 60px calc(50% - 50vw) 0 calc(50% - 50vw);
        padding-top: 60px;
    }

    #working_article .message .area dl.team&gt;dt {
        font-size: 1.8rem;
    }

    #working_article .message .area dl.team&gt;dd .member_list {
        row-gap: 20px;
    }

    #working_article .message .area dl.team&gt;dd .member_list .block {
        padding: 30px;
    }
}

@media only screen and (min-width:1201px) {
    #main_img3 .img .area {
        width: 100%;
    }
}</pre></body></html>