<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrapper {
    overflow-x: hidden;
}

main.collaborate_lp {
    width: 1000px;
    margin: 0 auto;
}

.w100 {
    margin: 0 -200%;
    padding: 200px 200% 120px;
    background: #FBEEEE;
}

.lp_main.w100 {
    background-image: url(/img/usr/freepage/kobeya/main_bg.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    height: 480px;
    margin-bottom: 65px;
    padding: 0 200%;
}

.lp_main_logo {
    width: 900px;
    height: 300px;
    margin: 0 auto;
    padding: 55px 0;
    border-radius: 0 150px 150px 0;
    background: rgb(255, 255, 255, 0.85);
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}

.slide-in {
    animation-name: SlideAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes SlideAnime {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.lp_main_logo img {
    height: 65px;
    margin: 0 auto;
    display: block;
}

h1.lp_main_h1 {
    text-align: center;
    font-weight: normal;
    font-size: 22px;
}

.lp_intro {
    width: 900px;
    margin: 0 auto 120px;
}

.lp_intro_p {
    margin-bottom: 65px;
}

.lp_intro_link {
    width: 900px;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}

.lp_intro_links {
    width: 220px;
    background: #F4CDCD;
    border-radius: 0 0 110px 110px;
    height: 110px;
    position: relative;
}

.lp_intro_links:nth-child(2) {
    background-color: #D3C1A6;
}

.lp_intro_links:nth-child(3) {
    background-color: #EDDF9B;
}

.lp_intro_links a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 1em;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

.lp_intro_links:before {
    position: absolute;
    content: '';
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    bottom: 25px;
    border-top: 2px solid #222222;
    border-right: 2px solid #222222;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

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

    main.collaborate_lp,
    .lp_intro,
    .lp_intro_link,
    .lp_sec_li,
    .lp_sec_item.left,
    .lp_sec_item.right {
        width: 100% !important;
        height: auto !important;
    }

    .w100 {
        padding-top: 120px;
    }

    .lp_main.w100 {
        background-size: contain;
        height: 350px;
    }

    .lp_main_logo {
        width: 100%;
        height: auto;
        top: 50px;
        padding: 30px 0;
        line-height: 2;
    }

    .lp_main_logo img {
        height: 40px;
    }

    h1.lp_main_h1 {
        font-size: 16px;
        padding-bottom: 0;
    }

    .lp_intro {
        padding: 0 1em;
        margin-bottom: 75px;
    }

    .lp_intro_p {
        margin-bottom: 40px;
        line-height: 2;
    }

    .lp_intro_link {
        justify-content: space-between;
    }

    .lp_intro_links {
        width: 30%;
        height: auto;
        padding-top: 1em;
        padding-bottom: 3em;
    }

    .lp_intro_links a {
        font-size: 14px;
        line-height: 1;
        padding-top: 0;
        margin-top: 0;
    }

}

/*sec1 intro*/
#sec1 {
    background-image: url(/img/usr/freepage/kobeya/bg_deco.png);
    background-size: 400px 400px, contain;
    background-position: 65% 0;
    background-repeat: no-repeat;
}

#sec1,
#sec2,
#sec3 {
    text-align: center;
}

h2.lp_sec_h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 3.6px;
    margin-bottom: 65px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

h2.lp_sec_h2:before {
    width: 10px;
    height: 20px;
    border-radius: 100% 0 0 100%/50% 0 0 50%;
    background: #685851;
    content: '';
    position: absolute;
    left: -1em;
    top: 15px;
}

h2.lp_sec_h2:after {
    width: 10px;
    height: 20px;
    border-radius: 0 100% 100% 0%/0 50% 50% 0;
    background: #685851;
    content: '';
    position: absolute;
    right: -1em;
    top: 15px;
}

h2.lp_sec_h2 span {
    color: #685851;
    margin-top: 0.5em;
    letter-spacing: 1.6px;
    font-family: 'Didact Gothic', sans-serif;
}

.lp_sec_ul {
    text-align: left !important;
}

li.lp_sec_li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    margin: 0 0 0 -200%;
    padding: 65px 0 80px 200%;
    position: relative;
    height: 600px;
}

li.lp_sec_li::after {
    position: absolute;
    background: #fff;
    display: block;
    height: 600px;
    width: 300px;
    content: '';
    right: -300px;
    top: 0;
    border-radius: 0 600px 600px 0;
}

li.lp_sec_li+li {
    margin-top: 50px;
}

.lp_sec_item.left {
    width: 400px;
    height: 400px;
}

.lp_sec_item.left img {
    border-radius: 50px;
    height: 100%;
}

.lp_sec_item.left img.lp_sec_logo {
    height: 45px;
    width: auto;
    border-radius: 0;
    margin-bottom: 25px;
}

.lp_sec_item.right {
    width: 550px;
    font-size: 18px;
    line-height: 1.75;
}

.lp_sec_p {
    font-weight: bold;
}

h3.lp_sec_h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 0.5em;
}

.lp_sec_pri {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1em;
    font-family: 'Montserrat', sans-serif;
}

.lp_sec_txt {
    margin-bottom: 3em;
    text-align: left;
}

.lp_sec_text_main {
    text-align: center;
    margin-bottom: 1em;
}

.lp_sec_text_main b {
    border-bottom: 1px solid #685851;
    color: #685851;
    font-size: 20px;
}

.lp_sec_btn {
    background: #685851;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 20px 100px;
    display: inline-block;
    border-radius: 55px;
}

.lp_sev_not {
    font-size: 14px;
    margin-top: 1em;
}

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

    h2.lp_sec_h2 {
        font-size: 32px;
        margin-bottom: 50px;
    }

    h2.lp_sec_h2:before,
    h2.lp_sec_h2:after {
        top: 22px;
    }

    li.lp_sec_li {
        margin: auto;
        padding: 80px 1em;
        border-radius: 0 100px 100px 0;
    }

    .lp_sec_item.left img {
        height: auto;
    }

    .lp_sec_item.left {
        margin-bottom: 30px;
    }

    .lp_sec_p {
        font-size: 16px;
        margin-bottom: 0.5em;
    }

    h3.lp_sec_h3 {
        padding: 0;
        font-size: 24px;
    }

    .lp_sec_txt {
        font-size: 16px;
    }

    .lp_sec_btn {
        display: block;
        text-align: center;
        padding: 1em;
    }

    .lp_sev_not {
        text-align: center;
        margin: 1em;
    }

}

/*idea*/
#sec2 {
    background-image: url(/img/usr/freepage/kobeya/bg_deco.png);
    background-size: 400px 400px, contain;
    background-position: 65% 0;
    background-repeat: no-repeat;
    background-color: #fff;
}

.lp_sec_sub {
    text-align: center;
    margin-bottom: 80px;
    line-height: 1.75;
    font-size: 18px;
}

h3.lp_sec_h3_2 {
    width: 100%;
    margin: 0 0 2em;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 24px;
}

h3.lp_sec_h3_2 span {
    font-family: 'Didact Gothic', sans-serif;
    letter-spacing: 1.6px;
    font-size: 16px;
}

h3.lp_sec_h3_2 span+span {
    margin-left: 5px;
    margin-right: 30px;
    font-size: 24px;
}

#sec2 h3.lp_sec_h3_2:before {
    width: 10px;
    height: 20px;
    border-radius: 100% 0 0 100%/50% 0 0 50%;
    background: #685851;
    content: '';
    position: absolute;
    left: -1em;
    top: 8px;
    z-index: 1;
}

#sec2 li.lp_sec_li,
#sec2 li.lp_sec_li::after {
    background-color: #F6F3ED;
}

#sec2 li.lp_sec_li:nth-child(even) {
    margin: 50px -200% 0 0;
    padding: 65px 200% 80px 0;
}

#sec2 li.lp_sec_li:nth-child(even)::after {
    right: inherit;
    left: -300px;
    border-radius: 600px 0 0 600px;
}

#sec2 li.lp_sec_li:nth-child(even) .left {
    order: 2;
}

#sec2 li.lp_sec_li:nth-child(even) .right {
    order: 1;
}

.lp_sec_name {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}

.lp_sec_name a {
    font-weight: bold;
}

.lp_sec_name img {
    border-radius: 50%;
    width: 70px;
    margin-right: 1em;
}

.lp_sec_prof {
    font-size: 16px;
    margin-bottom: 1.5em;
}

.lp_sec_com {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
}

.lp_sec_com svg {
    height: 1em !important;
    width: 1em !important;
    margin-right: 5px;
}

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

    #sec2 {
        padding-bottom: 0;
    }

    .lp_sec_sub {
        margin-bottom: 60px;
        text-align: left;
        padding: 0 1em;
    }

    #sec2 li.lp_sec_li:nth-child(even) {
        margin: 50px auto 0;
        padding: 80px 1em;
        border-radius: 100px 0 0 100px;
    }

    #sec2 li.lp_sec_li:nth-child(even) .left {
        order: 1;
    }

    #sec2 li.lp_sec_li:nth-child(even) .right {
        order: 2;
    }

    #sec2 li.lp_sec_li .lp_sec_txt {
        margin-bottom: 0;
    }

    h3.lp_sec_h3_2 {
        display: block;
        margin-bottom: 15px;
    }

    #sec2 h3.lp_sec_h3_2:before {
        left: -5px;
        top: 20px;
    }
}

/*comment*/
#sec3 {
    background-color: #fff;
}

#sec3 li.lp_sec_li,
#sec3 li.lp_sec_li::after {
    background-color: #FAF6E3;
}

#sec3 li.lp_sec_li {
    background-image: url(/img/usr/freepage/kobeya/bread_left-top.png);
    background-size: 200px 200px, contain;
    background-position: 65% 30px;
    background-repeat: no-repeat;
}

#sec3 li.lp_sec_li::after {
    background-color: #FAF6E3;
    background-image: url(/img/usr/freepage/kobeya/bread_right-bottom.png);
    background-size: 200px 200px, contain;
    background-position: 0% 340px;
    background-repeat: no-repeat;
}

#sec3 .lp_sec_item.left img {
    object-fit: contain;
    height: auto;
}

#sec3 .lp_sec_item.right {
    text-align: center;
}

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

    #sec3 li.lp_sec_li {
        background-size: 150px 150px, contain;
        background-position: 0% 30px;
    }

    #sec3 li.lp_sec_li::after {
        right: -185px;
        background-color: transparent;
        top: 250px;
    }
}</pre></body></html>