<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*********************************************
 * 
 * 蜈ｨ菴努idth 繝ｪ繧ｻ繝�ヨ &amp; 謖�ｮ�
 * 
*********************************************/
.page_recruit #primary {
    max-width: unset;
    padding: unset;
}

.recruit-width {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}

.display-sp {
    display: none;
}

.display-pc {
    display: block;
}

@media screen and (max-width: 1280px) {

    /* style.css縺ｧ1280��1160縺ｯwidth縺�95%縺ｫ縺ｪ縺｣縺ｦ縺�ｋ�医�繝ｼ繧ｸ繧ｿ繧､繝医Ν縺後�繝ｼ繧ｸ縺ｮ逕ｻ髱｢遶ｯ縺ｫ縺､縺九↑縺�ｈ縺�↓縺吶ｋ縺溘ａ�峨�縺ｧ縲『idth繧�100%縺ｧ荳頑嶌縺阪＠縺ｦ閭梧勹濶ｲ縺檎ｸｮ縺ｾ縺ｪ縺�ｈ縺�↓縺吶ｋ */
    .page #primary {
        width: 100%;
    }

    .breadcrumb-list {
        width: 95%;
    }

    .recruit-width {
        width: 95%;
    }
}


/*********************************************
 * 
 * 謗｡逕ｨ繝壹�繧ｸ蜀��騾�
 * 繧ｻ繧ｯ繧ｷ繝ｧ繝ｳ繧ｿ繧､繝医Ν
 * 
*********************************************/

.recruit-section-title {
    color: var(--main-color);
    line-height: normal;
}

.recruit-section-subtitle {
    margin: 4px 0 40px;
    color: var(--sub-text-color);
}

@media screen and (max-width: 768px) {
    .recruit-section-title {
        font-size: 24px;
    }

    .recruit-section-subtitle {
        margin: 4px 0 16px;
    }

}

/*********************************************
 * 
 * 謗｡逕ｨTOP繝壹�繧ｸ
 * 
*********************************************/
/* title section */
.recruit-wrapper-page-title {
    margin: 0 auto 72px;
}

/* main visual section */
#recruit-main-visual.recruit-section {
    margin: 0 auto;
}

.recruit-main-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.recruit-mv-logoText {
    color: var(--main-color);
}

.mv-img {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.recruit-mv-copy {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}

.recruit-mv-copyMain {
    margin-bottom: 12px;
}

.recruit-mv-copySub {
    margin-bottom: 20px;
}

.section-list {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    gap: 16px;
    top: 77%;
    justify-content: center;
}

.section-item {
    color: var(--sub-text-color);
    text-decoration: none;
}

.section-item::after {
    margin-left: 4px;
    content: "竊�";
    color: var(--main-color);
    font-size: 16px;
    font-weight: normal;
}

.section-item:hover {
    color: var(--main-color);
}

.section-item:focus {
    outline: none;
}

/* news section */

.news-list * {
    line-height: 1.2;
}

.news-list {
    border-top: 1px solid var(--border-color-strong);
    clip-path: inset(-5px 2px -5px);
    display: block;
    transition: all ease-in 0.3s;
}

.news-list:last-child {
    border-bottom: 1px solid var(--border-color-strong);
}

.news-list-content {
    display: flex;
    text-decoration: none;
    color: var(--main-text-color);
    padding: 16px 0;
    align-items: center;
    justify-content: space-between;
}

.news-list-link .news-list-content::after {
    content: '竊�';
    border: 2px solid;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    font-weight: bold;
    margin: 0 30px 0 10px;
    transition: all 0.3s ease-in;
    position: relative;
    right: 0;
    left: 0;
}

.news-list-noLink .news-list-content::after {
    content: "";
    width: 40px;
    height: 40px;
    margin: 0 30px 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    left: 0;
}

.news-list-link:not(:last-child):hover {
    border-top-color: var(--main-color);
    box-shadow: 0px 0px 3px 0px var(--sub-color);
    clip-path: inset(-5px 2px -5px);
}

.news-list-link:not(:last-child):hover+.news-list {
    border-top-color: var(--main-color);
    box-shadow: inset 0px 0px 3px 0px var(--sub-color);
    clip-path: inset(-5px 2px -5px);
}

.news-list-link:last-child:hover {
    border-top-color: var(--main-color);
    border-bottom-color: var(--main-color);
    box-shadow: 0px 0px 3px 0px var(--sub-color);
    clip-path: inset(-5px 2px -5px);
}

.news-list-link .news-list-content:hover {
    color: var(--main-text-color);
}

.news-list-link .news-list-content:hover::after {
    left: 8px;
}

.news-list-content .date {
    margin: 0 100px 0 8px;
}


.news-list-content .title {
    margin: 0;
    width: 73%;
}

.news-list-content .title p {
    margin: 0;
}

#news.recruit-section {
    margin: 64px auto 0;
}

.news-list-wrap ul {
    margin: 0;
    padding: 0;
}

.news-more {
    padding-top: 24px;
    color: var(--main-color);
    text-align: center;
    border-top: 1px solid var(--border-color-strong);
    cursor: pointer;
    transition: all ease-in 0.3s;
}

.news-list-wrap:not(:first-child) {
    display: none;
}

.news-list.hidden {
    display: none;
}

/* career section */

#career.recruit-section {
    margin: 64px 0 0;
}

.career-contents {
    display: flex;
}

.career-contents .new-graduate,
.career-contents .mid-career {
    width: 100vw;
    overflow: hidden;
}

.career-contents .image {
    background-size: cover;
    background-position: center;
    height: 430px;
    width: 100%;
    display: block;
    position: relative;
    transition: all 0.3s linear;
}

.career-contents .new-graduate .image {
    background-image: linear-gradient(#00000033, #00000033), url(../images/recruit/newgraduate/newgraduate_topImg202410.jpg);
}

.career-contents .mid-career .image {
    background-image: linear-gradient(#0000004D, #0000004D), url(../images/recruit/career-mid-career.jpg);
}

.career-contents .new-graduate .image:hover {
    background-image: linear-gradient(#00000080, #00000080), url(../images/recruit/newgraduate/newgraduate_topImg202410.jpg);
}

.career-contents .mid-career .image:hover {
    background-image: linear-gradient(#00000080, #00000080), url(../images/recruit/career-mid-career.jpg);
}

.career-contents .title {
    color: #fff;
    position: absolute;
    top: 75%;
    left: 10%;
    display: flex;
    align-items: center;
    transition: 0.5s;
}

.career-contents .career-button::after {
    content: "&gt;";
    color: #fff;
    font-size: 40px;
    border-radius: 50%;
    border: solid 2px #fff;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 70%;
    right: 10%;
}

.career-contents .caption-text {
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    position: absolute;
    top: 100%;
    left: 10%;
    transition: 0.5s;
}

/* environment section */
#environment.recruit-section {
    margin: 64px auto;
}

.environment-list {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: space-between;
    gap: 10%;
}

.environment-item {
    width: 488px;
}

.environment-item .image {
    border-radius: 20px;
}

.environment-item .title-wrapper {
    display: flex;
    align-items: baseline;
}

.environment-item .title {
    margin-right: 32px;
    color: var(--main-color);
    line-height: 1.6;
}

.environment-item .subtitle {
    color: var(--sub-text-color);
    line-height: 1.6;
}

.environment-item .text {
    margin-bottom: 0;
    height: 83px;
    line-height: 1.6;
}

.environment-item .page-link-blue {
    margin: 0;
}

.page-link-blue {
    display: flex;
    flex-direction: row-reverse;
    margin: 72px 60px 0 0;
    text-align: right;
    font-size: 16px;
    font-weight: normal;
}

.page-link-blue a {
    color: var(--main-text-color);
    text-decoration: none;
    display: flex;
    align-items: center;
}

.page-link-blue a::after {
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.20), 0px 2px 12px 2px rgba(0, 0, 0, 0.05);
    content: '竊�';
    background: linear-gradient(270deg, var(--main-color) 0%, var(--sub-color) 100%);
    color: #fff;
    font-size: 25px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 16px;
    transition: all 0.3s ease-in;
    position: relative;
    left: 0;
}

.page-link-blue a:hover::after {
    left: 8px;
}


/* for tab */
@media screen and (max-width: 1160px) {

    .recruit-width,
    .page_recruit .breadcrumb-list {
        width: 100%;
        padding: 0 24px;
    }

    .recruit-mv-copy {
        width: 50%;
    }

    .recruit-main-visual-wrapper .section-item::after {
        font-size: 12px;
    }

    .news-list .news-list-content .date {
        margin: 0 20px 0 8px;
        font-size: 14px;
    }

    .career-contents .image {
        height: 254px;
    }

    .career-contents .title {
        font-size: 18px;
        font-weight: normal;
        bottom: 31px;
        left: 24px;
    }

    .career-contents .career-button::after {
        font-size: 20px;
        width: 40px;
        height: 40px;
        bottom: 24px;
        right: 24px;
    }

    .career-contents .caption-text {
        display: none;
    }

    .environment-item .title {
        margin-right: 16px;
        font-size: 18px;
    }

    .environment-item .subtitle {
        font-size: 14px;
    }

    .environment-item .text {
        margin: 4px 0;
        height: 20%;
        width: 100%;
        font-size: 14px;
    }

    .page-link-blue {
        font-size: 12px;
    }

    .page-link-blue a::after {
        font-size: 20px;
        width: 40px;
        height: 40px;
        margin: 0 0 0 10px;
    }

}

@media screen and (max-width: 960px) {
    .recruit-mv-copy {
        width: 50%;
    }

    .recruit-mv-copy {
        top: 20px;
        width: 100%;
    }

    .recruit-mv-copyMain {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .recruit-mv-copySub {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .section-list {
        font-size: 12px;
    }
}

/* for sp */
@media screen and (max-width: 768px) {

    .display-sp {
        display: block;
    }

    .display-pc {
        display: none;
    }

    /* title section */
    
    .recruit-wrapper-page-title {
        margin-bottom: 40px;
    }

    /* main visual section */

    .section-list {
        display: none;
    }

    .recruit-mv-copyMain {
        font-size: 24px;
    }

    #recruit-main-visual {
        padding: 0;
    }

    .recruit-mv-logoText {
        padding: 0 24px;
    }

    .mv-img {
        border-radius: 0;
        z-index: 1;
    }

    .recruit-main-wrapper {
        position: static;
        display: flex;
        flex-direction: column-reverse;
        gap: 0;
    }

    .recruit-mv-copy {
        width: 100%;
        position: static;
        transform: none;
        text-align: start;
        padding: 0 0 40px 24px;
        background: linear-gradient(to top, transparent 0%, #FFFFFF 20%);
        margin-bottom: -60px;
        z-index: 2;
    }

    .recruit-mv-copyMain {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .recruit-mv-copySub {
        font-size: 16px;
        margin-bottom: 0;
    }


    /* news section */

    #news.recruit-section,
    #career.recruit-section,
    #environment.recruit-section {
        margin: 40px auto 0;
    }

    .news-list * {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.6;
    }

    .news-list .news-list-content {
        line-height: 1.0;
        display: block;
        position: relative;
    }

    .news-list .news-list-content::after {
        width: 32px;
        height: 32px;
        margin: 0 3% 0 10px;
        position: absolute;
        top: 30%;
        left: auto;
    }

    .news-list .news-list-content:hover::after {
        right: -6px;
        left: auto;
    }

    .news-list .news-list-content .date,
    .news-list .news-list-content .title {
        text-indent: -1em;
        padding-left: 1em;
        width: 80%;
        margin-left: 8px;
    }

    .news-list a .title {
        margin: 4px 0;
    }

    /* career section */

    #career .recruit-section-title-wrapper {
        margin: 0;
    }

    .career-contents {
        display: block;
    }

    .career-contents .new-graduate,
    .career-contents .mid-career {
        margin: 0 calc(50% - 50vw);
        max-width: 100vw;
        overflow: visible;
        position: static;
        object-fit: cover;
    }

    .career-contents .image {
        background-size: cover;
        background-position: center;
        height: 254px;
        width: 100vw;
        display: block;
        position: relative;
        transition: all 0.3s linear;
    }

    /* environment section */

    .environment-list {
        display: block;
    }

    .environment-item {
        margin-bottom: 40px;
        width: auto;
    }

    .environment-item .image {
        object-fit: cover;
        width: 100%;
        height: 180px;
    }

    .environment-item .title-wrapper {
        margin-top: 16px;
    }

}

@media screen and (max-width: 426px) {

    /* main visual section */

    #recruit-main-visual {
        padding: 0;
    }

    .recruit-mv-logoText {
        padding: 0 24px;
    }

    .mv-img {
        border-radius: 0;
        z-index: 1;
    }

    .recruit-main-wrapper {
        position: static;
        display: flex;
        flex-direction: column-reverse;
        gap: 0;
    }

    .recruit-mv-copy {
        width: 100%;
        position: static;
        transform: none;
        text-align: start;
        padding: 0 0 40px 24px;
        background: linear-gradient(to top, transparent 0%, #FFFFFF 20%);
        margin-bottom: -60px;
        z-index: 2;
    }

    .recruit-mv-copyMain {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .recruit-mv-copySub {
        font-size: 12px;
        margin-bottom: 0;
    }

    /* environment section */

    .page-link-blue a {
        font-size: 12px;
    }
}

/*********************************************
 * 
 * 謗｡逕ｨ繝壹�繧ｸ繝輔ャ繧ｿ繝ｼ
 * 
*********************************************/
#recruit-footer-contents {
    padding: 80px 0;
    margin-bottom: 120px;
    background-color: var(--background-color);
    text-align: center;
}

.recruit-footer-msg {
    margin: 0 24px;
}

.recruit-footer-title {
    margin: 32px 0 0;
    line-height: normal;
}

.recruit-footer-subtitle {
    margin: 16px 0 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
}

.recruit-footer-subtitle span {
    display: inline-block;
}

.recruit-footer-button {
    margin-top: 24px;
    padding: 0;
    border: none;
    cursor: pointer;
    font-weight: 600;
    border-radius: 100px;
}

.recruit-footer-button a {
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.20), 0px 2px 12px 2px rgba(0, 0, 0, 0.05);
    color: #FFF;
    border-radius: 100px;
    position: relative;
    z-index: 0;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.3s;
    width: 400px;
    height: 72px;
}

.recruit-footer-button a::before {
    content: "";
    text-decoration: none;
    background: linear-gradient(270deg, var(--main-color) 0%, var(--sub-color) 100%);
    border-radius: 100px;
    position: absolute;
    z-index: -1;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.recruit-footer-button a::after {
    content: "";
    text-decoration: none;
    background: linear-gradient(-270deg, var(--main-color) 0%, var(--sub-color) 100%);
    border-radius: 100px;
    position: absolute;
    z-index: -2;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.recruit-footer-button a:hover::before {
    opacity: 0;
}

.recruit-footer-button a span {
    margin-left: 16px;
    font-size: 16px;
}

/* for sp */
@media screen and (max-width: 768px) {
    #recruit-footer-contents {
        margin-bottom: 80px;
    }

    #recruit-footer-contents .image-slide ul li {
        width: 338px;
    }

    .recruit-footer-title {
        margin-top: 24px;
    }

    .recruit-footer-button a {
        font-size: 16px;
        width: 260px;
        height: 56px;
    }

    .recruit-footer-button a span {
        margin-left: 8px;
        font-size: 12px;
    }

}

@media screen and (max-width: 426px) {
    .recruit-footer-title {
        font-size: 14px;
    }

    .recruit-footer-subtitle {
        font-size: 12px;
    }
}</pre></body></html>