<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 繝ｪ繧ｻ繝�ヨ */
p,
ul,
ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}


/* 繝輔ぃ繝ｼ繧ｹ繝医ン繝･繝ｼ */

.first-view {
    margin: 120px 0 0;
}

.topimg-container {
    width: 100%;
    height: 400px;
    flex-shrink: 0;
    background: url(../images/index/index_topimg.png) 50% 50% / cover no-repeat;
}

.square-icon {
    display: block;
    margin: 0 auto 20px;
}

.first-view-text1 {
    color: var(--main-text-color);
    text-align: center;
    line-height: 140%;
    margin: 0 0 10px;
}

.first-view-text1 span {
    color: #00AFCC;
}

.break {
    display: none;
}

.first-view-text2 {
    color: var(--main-text-color);
    text-align: center;
    line-height: 160%;
}

.sp-none {
    display: block;
}

.first-view-text1 span,
.first-view-text2 span {
    display: inline-block;
}

.first-view-text3 {
    line-height: 0;
    margin-top: -1.2vw;
}

.first-view-text3 img {
    width: 100vw;
}


/* 蜷гection蜈ｱ騾� */

.section-width {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding: 56px 0;
    font-weight: 600;
}

.section-title h2 {
    color: var(--main-color);
    line-height: 1;
}

.section-title p {
    color: var(--sub-text-color);
    margin-bottom: 32px;
}

.section-title2 h2 {
    color: #fff;
    padding: 24px 0 0;
}

.section-title2 p {
    color: #FFFFFFB2;
    margin-top: 4px;
}

.page-link-white {
    display: flex;
    flex-direction: row-reverse;
    margin: 30px auto 0;
    text-align: right;
    max-width: 1160px;
}

.page-link-white a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.page-link-white 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-color: #fff;
    color: var(--main-color);
    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-white a:hover::after {
    left: 8px;
}

/* 荳隕ｧ繧定ｦ九ｋ縲∬ｩｳ縺励￥隕九ｋ髱堤泙蜊ｰ繝懊ち繝ｳ */
.page-link-blue {
    display: flex;
    flex-direction: row-reverse;
    margin: 30px 60px 0;
    text-align: right;
}

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


/* 繧ｿ繧､繝医Ν譁�ｭ励ｒ�第枚蟄励★縺､繝輔ぉ繝ｼ繝峨う繝ｳ */

.js-fadeInText {
    display: flex;
    height: 42px;
}

.js-fadeInText.js-fadeInTextShow span {
    animation: titleFadeIn 0.2s linear 0s alternate forwards;
    display: block;
    overflow: hidden;
    opacity: 0;
}

@keyframes titleFadeIn {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



/* Service */

.service {
    margin: 64px auto 95px;
}

.service-wrap {
    margin-bottom: 80px;
}

.service .section-width {
    display: block;
    align-items: center;
    padding: 0;
}

.container-circle {
    display: flex;
    justify-content: center;
    margin: 32px 0;
    column-gap: 32px;
}

.circle {
    display: flex;
    background: linear-gradient(270deg, var(--main-color) 0%, var(--sub-color) 100%);
    width: 187px;
    height: 181px;
    flex-shrink: 0;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.circle p {
    display: flex;
    width: 168px;
    height: 94px;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

.service-text {
    width: 100%;
    text-align: center;
}



/* Pickup Service */

.salesforce {
    border-top: 1px solid var(--border-color-strong);
}

.salesforce:last-of-type {
    border-bottom: 1px solid var(--border-color-strong);
}

.salesforce a {
    display: flex;
    text-decoration: none;
    color: var(--main-text-color);
    padding: 20px;
    align-items: center;
    justify-content: space-between;
}

.salesforce a::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;
    left: 0;
    background-color: #fff;
}

.salesforce: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);
}

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

.salesforce: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);
}

.salesforce a:hover::after {
    left: 8px;
}

.pickup-name {
    margin: 0 100px 0 8px;
    line-height: 160%;
    display: flex;
    max-width: 243px;
    align-items: center;
}

.pickup-text {
    display: flex;
    flex: 1 0 0;
    margin: 0;
    width: 100%;
    line-height: 150%;
    align-items: center;
}

/* All Service */

.all-service {
    background: linear-gradient(0deg, #fff, #0091c9ad 5%, #0091c9ad 95%, #fff);
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0 0 40px;
    margin: 0px auto;
}

.all-service video {
    overflow: hidden;
    z-index: -1;
    display: flex;
    position: absolute;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.all-service-box-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 1230px;
    margin: 0 auto;
    padding: 0 0 20px;
}

.simplebar-content-wrapper {
    /*繝�ヵ繧ｩ繝ｫ繝医�繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�髱櫁｡ｨ遉ｺ��Firefox��*/
    scrollbar-width: none;
}

/*繝�ヵ繧ｩ繝ｫ繝医�繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�髱櫁｡ｨ遉ｺ��Firefox莉･螟厄ｼ�*/
.simplebar-content-wrapper::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
}

.simplebar-track {
    background-color: #dcdcdc73;
    border-radius: 30px;
    pointer-events: unset;
}

.simplebar-track.simplebar-horizontal {
    height: 8px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    width: 8px;
    height: 8px;
    top: 0;
}

.simplebar-visible::before {
    background: #dcdcdc;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:hover::before {
    background-color: var(--accent-sub-color);
    /* 繝帙ヰ繝ｼ譎ゅ�閭梧勹濶ｲ */
}

.simplebar-scrollbar:active::before {
    background: var(--accent-sub-color);
    /* 繧ｯ繝ｪ繝�け縺励◆譎ゅ�閭梧勹濶ｲ */
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
    border-radius: 30px;
    left: 0;
    right: -1px;
    opacity: 1;
}

/* firefox逕ｨ */
@-moz-document url-prefix() {
    .all-service-box-wrap {
        scrollbar-color: #dcdcdc #dcdcdc73;
        scrollbar-width: thin;
    }
}

.all-service-box {
    display: flex;
}

.all-service-box a {
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.20), 0px 2px 12px 2px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    padding: 40px 22px;
    margin: 20px;
    width: 332px;
    height: 415px;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    animation: clipPathOut 0.s forwards linear;
}

.all-service-box a img {
    max-height: 195px;
}

.all-service-box a:hover {
    animation: clipPath 0.3s forwards linear;
}

@keyframes clipPath {

    0% {
        clip-path: inset(0px round 30px);
    }

    100% {
        clip-path: inset(4px round 30px);
    }
}

@keyframes clipPathOut {

    0% {
        clip-path: inset(4px round 30px);
    }

    100% {
        clip-path: inset(0px round 30px);
    }
}

.all-service-box h3 {
    color: var(--main-color);
}

.all-service-box a:hover h3 {
    color: var(--accent-sub-color);
}

.all-service-box p {
    margin: 16px 0 40px;
    color: var(--main-text-color);
}

/* Case Study */

.case-study-list {
    display: flex;
    gap: 40px;
}

.case-study article {
    display: flex;
    flex-wrap: wrap;
    max-width: 360px;
    width: 100%;
}

.case-study article a {
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.20), 0px 2px 12px 2px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    color: var(--main-text-color);
    position: relative;
    border-radius: 20px;
    background: #FFF;
    padding: 24px;
}

.case-study article a:hover {
    box-shadow: 0px 0px 10px 0px var(--sub-color);
}

.case-study article a:hover img {
    transform: scale(1.1);
}

.case-study-article-img {
    height: 200px;
    overflow: hidden;
    border-radius: 16px;
}

.case-study-article-img img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in;
}

.case-study-article-name {
    color: var(--sub-text-color);
    margin: 16px 16px 0;
}

.case-study-article-title {
    margin: 16px;
    font-weight: 500;
}

.case-study-article-tags {
    margin: 0 12px 12px;
    min-height: 54px;
}

.case-study-article-tags span {
    border-radius: 15px;
    background-color: var(--background-color);
    padding: 2px 21px;
    display: inline-block;
    margin: 2px 3px;
    font-weight: 500;
}



/* 繧ｹ繝昴Φ繧ｵ繝ｼ繝ｭ繧ｴ 繧ｹ繝ｩ繧､繝� */

.sponsor-slide {
    display: flex;
    overflow: hidden;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
    margin: 50px 0 70px;
    padding: 40px 0;
}

.sponsor-slide ul {
    display: flex;
    animation: autoSlider 40s infinite linear 0.5s both;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sponsor-slide li {
    width: 230px;
    margin: 0 50px;
}

.sponsor-slide img {
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
}



/* Beanslabo Tech Blog */

.techblog {
    background-color: var(--background-color);
}

.techblog-list {
    display: flex;
    gap: 40px;
}

.techblog-list article {
    display: flex;
    flex-wrap: wrap;
    max-width: 360px;
    width: 100%;
    max-height: 380px;
}

.techblog-list article a {
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.20), 0px 2px 12px 2px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    color: var(--main-text-color);
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.techblog-list article a:hover {
    box-shadow: 0px 0px 10px 0px var(--sub-color);
    overflow: hidden;
}

.techblog-list article a:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in;
}

.techblog-article-img {
    height: 195px;
    overflow: hidden;
}

.techblog-article-img img {
    border-radius: 10px 10px 0 0;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in;
}

.techblog-article-date {
    color: var(--sub-text-color);
    margin: 16px 16px 0;
}

.techblog-article-title {
    margin: 16px;
    font-weight: 500;
}

.techblog-article-tags {
    margin: 0 12px 48px;
}

.techblog-article-tags span {
    border-radius: 15px;
    background-color: var(--background-color);
    padding: 2px 21px;
    display: inline-block;
    margin: 2px 3px;
    font-weight: 500;
}



/* Company */

.company .section-width {
    padding: 40px 0 0;
}

.company-contents {
    display: flex;
}

.company-contents-left {
    width: 50%;
    max-height: 547px;
    overflow: hidden;
    border-radius: 0 52px 52px 0;
}

.company-contents-left img {
    width: 100%;
    height: 100%;
    display: block;
}

.company-contents-right {
    width: 50%;
    margin: 52px 0;
    background-color: var(--sub-color);
}

.company-contents-right-white {
    background-color: #fff;
    position: relative;
    top: 40px;
    width: 90%;
    border-radius: 0 62px 62px 0;
    padding: 58px 58px 25px 50px;
}

.company-contents .page-link-blue {
    margin: 50px 0;
}


/* News */

.news {
    margin-bottom: 80px;
}

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

.news-list {
    border-top: 1px solid #666;
    clip-path: inset(-5px 2px -5px);
}

.news-list:last-child {
    border-bottom: 1px solid #666;
}

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

.news-list a::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;
    left: 0;
    background-color: #fff;
}

.news-list: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: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: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 a:hover::after {
    left: 8px;
}

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

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


/* 繝ｬ繧ｹ繝昴Φ繧ｷ繝� */

@media screen and (min-width: 1441px) {
    .company-contents-left img {
        height: auto;
    }
}

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

    /* 1161px縺九ｉ縺ｮ菴咏區繧偵�繝�ム繝ｼ縺ｫ蜷医ｏ縺帙ｋ */
    .section-width,
    .service .section-width {
        width: 95%;
    }
}

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

    .all-service {
        padding-bottom: 10%;
        height: 100%;
    }

    .all-service-box-wrap {
        width: 84%;
    }

}

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

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

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

    .section-width {
        padding: 40px 24px;
        width: 100%;
    }

    .case-study article {
        max-width: 350px;
    }

    .case-study-list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .articles-list {
        flex-direction: row;
        gap: 40px;
        justify-content: center;
        align-items: center;
    }

    .techblog-list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .company .section-width {
        padding: 10% 30px 0;
    }

    .news-list a .date {
        margin: 0 20px 0 8px;
    }

    .news-list a .date {
        margin: 0 20px 0 8px;
    }

    .company-contents-right-white {
        padding: 5%;
    }

    .company-contents .page-link-blue {
        margin: 3% 0;
    }

}

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

    .circle {
        width: 140px;
        height: 140px;
    }

    .circle p {
        width: 96px;
        height: 68px;
    }

    .circle p {
        width: 136px;
        font-size: 18px;
    }

    .circle:last-child p {
        width: 120px;
    }
}

@media screen and (max-width: 834px) {
    .container-circle {
        display: grid;
        gap: 16px;
        place-content: center;
        place-items: center;
        grid-template: repeat(2, auto) / repeat(2, auto);
    }
}

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

    #primary {
        margin: 83px 0 0;
    }


    /* 繝輔ぃ繝ｼ繧ｹ繝医ン繝･繝ｼ */

    .first-view {
        margin: 0;
    }

    .first-view .section-width {
        padding: 40px 20px;
    }

    .first-view-text1 {
        font-size: 32px;
    }

    .break {
        display: block;
    }

    .first-view-text2 {
        text-align: left;
    }

    .sp-none {
        display: none;
    }

    .topimg-container {
        max-width: 768px;
        width: 100%;
        height: 50vw;
        background: url(../images/index/index_topimg.png) 50% 50% / cover no-repeat;
    }

    /* 蜷гection蜈ｱ騾� */

    .section-title h2 {
        font-size: 32px;
    }

    .section-title p {
        margin: 4px 0 24px;
    }

    .section-title2 h2 {
        font-size: 32px;
    }

    .page-link-blue {
        margin: 24px 0 0;
    }

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

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

    .page-link-white {
        margin: 24px 31px 0;
    }

    .page-link-white a {
        font-size: 16px;
    }

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


    /* 繧ｿ繧､繝医Ν譁�ｭ励ｒ�第枚蟄励★縺､繝輔ぉ繝ｼ繝峨う繝ｳ */

    .js-fadeInText {
        height: 36px;
    }


    /* Service */

    .service {
        padding: 0 20px;
    }

    .service .section-width {
        display: block;
        margin-top: 3%;
    }

    .service-text {
        margin: 24px 0 0;
    }

    .service-text {
        text-align: left;
    }


    /* Pickup Service */

    .salesforce {
        display: block;
    }

    .pickup-name {
        margin: 0 0 40px 0;
        width: 83%;
    }

    .pickup-text {
        margin: 0;
        width: 83%;
    }

    .salesforce a {
        line-height: 1.0;
        position: relative;
        display: block;
    }

    .salesforce a::after {
        border: 1px solid;
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--main-color);
        font-weight: bold;
        margin: 0 30px 0 10px;
        position: absolute;
        top: 50%;
        left: 85%;
        transform: translateY(-50%);
    }

    .salesforce a:hover::after {
        left: 85%;
    }

    /* All Service */

    .all-service-box a {
        padding: 20px 10px;
        margin: 16px;
        width: 200px;
        height: 260px;
        border-radius: 20px;
    }

    .all-service-box h3 {
        font-size: 16px;
        white-space: nowrap;
        font-size: clamp(14px, 50%, 18px);
    }

    .all-service-box p {
        font-size: 14px;
        margin: 4px 0;
    }


    .all-service-box a img {
        max-height: 122px;
    }


    /* Beanslabo Tech Blog */

    .techblog .section-title h2 {
        font-size: 32px;
        display: flex;
        flex-wrap: wrap;
        width: 180px;
        height: 105px;
    }

    .techblog .section-title p {
        margin: 4px 0 24px;
    }

    .techblog-list {
        flex-wrap: wrap;
        margin: 0 auto;
        flex-direction: column;
        align-content: center;
    }

    .techblog-article-img img {
        border-radius: 10px 10px 0 0;
    }


    /* Case Study */

    .case-study-list {
        flex-wrap: wrap;
        margin: 0 auto;
        flex-direction: column;
        align-content: center;
    }

    .case-study-article-title {
        font-size: 18px;
    }


    /* Company */

    .company .section-width {
        padding: 40px 31px 0;
    }

    .company-contents {
        display: block;
        position: relative;
    }

    .company-contents-left {
        width: 60%;
        max-height: 174px;
        background-color: var(--sub-color);
    }

    .company-contents-left img {
        width: 60%;
        height: 100%;
        position: absolute;
        border-radius: 0px 10px 10px 0px;
        object-fit: cover;
    }

    .company-contents-right {
        margin-top: 56px;
        width: 100%;
        height: 164px;
        background-color: var(--sub-color);
    }

    .company-contents-right-white {
        position: relative;
        top: 80px;
        left: 50%;
        width: 50%;
        border-radius: 10px 0 0 0;
        padding: 7%;
    }

    .company-contents-right-white p {
        display: none;
    }

    .company-contents .page-link-blue {
        margin: 0;
    }


    /* News */

    .news {
        margin-bottom: 50px;
    }

    .news-list a::after {
        border: 1px solid;
        width: 30px;
        height: 30px;
        font-weight: bold;
        margin: 0 30px 0 10px;
        position: absolute;
        top: 30%;
        left: 85%;
    }

    .news-list a .date,
    .news-list a .title {
        margin: 0 5px;
        padding: 0;
        text-indent: 0;
        width: 83%;
    }

    .news-list a .date {
        font-size: 14px;
    }

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

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

    .news-list a::after {
        border: 1px solid;
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--main-color);
        font-weight: bold;
        margin: 0 30px 0 10px;
        position: absolute;
        top: 35%;
        left: 85%;
    }

    .news-list a:hover::after {
        left: 85%;
    }

    .news-list a .date,
    .news-list a .title {
        width: 80%;
    }

}


@media screen and (max-width: 425px) {
    .company-contents-left img {
        width: 60%;
        height: 174px;
    }
}</pre></body></html>