<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#cafe h1 {
    font-size: 6rem;
}

#cafe #lineup h2,
#cafe #seminar h2 {
    line-height: 1.4;
}

#cafe .mv-full {
    background-image: url(../img/mv.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100vw;
    padding-top: 50%;
}

#cafe .mv-txt {
    top: 45%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

#cafe .mv-txt .catch {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.4;
}

#cafe .mv-txt .btn-wrap .btn {
    display: block;
}

#cafe #problem .problem-wrap {
    margin-top: 8.4rem;
    display: flex;
    justify-content: space-around;
}

#cafe #problem .problem-box {
    border-radius: 15px;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding: 6rem 3.6rem 3.6rem;
    width: 20%;
}

#cafe #problem .problem-box img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    top: -6rem;
}

#cafe #introduction {
    position: relative;
}

#cafe #introduction::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: -6.4rem;
    border: 3.6rem solid transparent;
    border-radius: 5px;
    border-top: 3.6rem solid #f9f9f9;
}

#cafe #introduction .intro-wrap {
    margin-top: 4.8rem;
}

#cafe #introduction .intro-wrap .column {
    justify-content: space-around;
}

#cafe #introduction .intro-wrap .col-box {
    position: relative;
    height: 200px;
}

#cafe #introduction .intro-wrap .col-box::before {
    content: "";
    display: block;
    background-color: #f9f9f9;
    border-radius: 50%;
    width: 200px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#cafe #introduction .intro-wrap img {
    width: auto;
    position: absolute;
    left: 15%;
    bottom: 35%;
}

#cafe #introduction .intro-wrap p {
    font-weight: 700;
    position: absolute;
    left: 42%;
    top: 50%;
    line-height: 1.4;
}

#cafe #introduction .intro-wrap .jp p {
    top: 55%;
}

#cafe #introduction .intro-wrap p span {
    font-size: 3.6rem;
    color: #001195;
    font-weight: bold;
}

#cafe #introduction .intro-wrap .jp p span {
    font-size: 2.8rem;
}

#cafe #introduction .intro-wrap span.bubble {
    position: absolute;
    right: 12%;
    height: 7rem;
    width: 7rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 45%;
    transform: rotate(30deg);
}

#cafe #introduction .intro-wrap span.bubble span {
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    font-size: 1.4rem;
    transform: rotate(-30deg);
}

#cafe #introduction .intro-wrap span.bubble::before {
    content: "";
    position: absolute;
    background-color: #CC4E00;
    height: 7rem;
    width: 7rem;
    border-radius: 50%;
    right: 0;
    z-index: -1;
}

#cafe #introduction .intro-wrap span.bubble::after {
    content: "";
    border: 10px solid transparent;
    border-top: 12px solid #CC4E00;
    margin-left: -10px;
    top: 95%;
    left: 50%;
    position: absolute;
}

#cafe #introduction .features-wrap {
    margin-top: 12rem;
}

#cafe #introduction .features-wrap .features-box {
    display: flex;
    align-items: end;
}

#cafe #introduction .features-box {
    margin-top: 12rem;
}

#cafe #introduction .features-box .img-box {
    width: 50%;
}

#cafe #introduction .features-box .img-box img {
    border-radius: 20px;
}

#cafe #introduction .features-box .detail-box {
    width: 50%;
}

#cafe #introduction .features-box:nth-of-type(1) .detail-box,
#cafe #introduction .features-box:nth-of-type(3) .detail-box {
    margin-right: 2.4rem;
}

#cafe #introduction .features-box:nth-of-type(2) .detail-box {
    margin-left: 2.4rem;
}

#cafe #introduction .features-box .detail-box span.number {
    color: #9C9C9C;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    padding-left: 1.2rem;
}

#cafe #introduction .features-box .detail-box span.number::before {
    content: "";
    position: absolute;
    background-color: #CC4E00;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#cafe #introduction .features-box .detail-box h3 {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
}

#cafe #introduction .features-box .detail-box h3 span.strong {
    color: #001195;
}

#cafe #lineup .lineup-wrap ul {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
}

#cafe #lineup .lineup-wrap ul li {
    text-align: center;
    /* break-inside:avoid;
    display: inline-block; */
}

#cafe #lineup .lineup-wrap ul li .img-box {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 12rem;
    
}

#cafe #lineup .lineup-wrap ul li .img-box img {
    width: auto;
}

#cafe #lineup .lineup-wrap ul li span {
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
}

#cafe #price .tbl-01 th {
    font-weight: 500;
}

#cafe #price .tbl-01 th.head:first-of-type {
    border: transparent;
}

#cafe #price .tbl-01 th.head {
    border-radius: 20px 20px 0 0;
    color: #fff;
    border: 1px solid #fff;
}

#cafe #price .tbl-01 th.head.p200 {
    background-color: #8990CC;
}

#cafe #price .tbl-01 th.head.p500 {
    background-color: #5E69BD;
}

#cafe #price .tbl-01 th.head.p1000 {
    background-color: #001195;
}

#cafe #price .tbl-01 th.head.p2000 {
    background-color: #010D6B;
}

#cafe #price .tbl-01 td span {
    font-size: 2rem;
    font-weight: bold;
}

#cafe #price .example-wrap {
    margin-top: 6rem;
    padding: 3.6rem;
    background-color: #fafaff;
}

#cafe #price .example-wrap h3 {
    font-size: 2.4rem;
}

#cafe #price .example-wrap .difference {
    display: flex;
    justify-content: right;
    color: #CC4E00;
    margin-top: 2.4rem;
}


#cafe #price .example-wrap .difference p {
    position: relative;
}

#cafe #price .example-wrap .difference p::before {
    content: url(../img/arrow.png);
    position: absolute;
    left: -3.6rem;
    top: 50%;
    width: 3.2rem;
    height: 3.2rem;
    transform: translateY(-50%);
}

#cafe #price .example-wrap .difference span {
    font-size: 2.8rem;
}

#cafe #price .example-container {
    display: flex;
    justify-content: space-between;
}

#cafe #price .example-box {
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    display: block;
    position: relative;
    width: 30%;
}

#cafe #price .example-container.normal .example-box {
    border: 1px solid #737373;
}

#cafe #price .example-container.point .example-box {
    border: 1px solid #5E69BD;
}

#cafe #price .example-box .title {
    width: 100%;
    padding: 0.5rem 0;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 5px 5px 0 0;
}

#cafe #price .example-box .detail {
    display: flex;
    align-items: baseline;
    padding: 1.2rem;
    justify-content: center;
    flex-wrap: wrap;
}

#cafe #price .example-container.normal .example-box .title {
    background-color: #737373;
}

#cafe #price .example-container.point .title {
    background-color: #5E69BD;
}

#cafe #price .plus,
#cafe #price .arrow {
    width: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#cafe #price .plus {
    font-size: 1.8rem;
    font-weight: bold;
}

#cafe #price .example-container.normal .plus {
    color: #737373;
}

#cafe #price .example-container.point .plus {
    color: #5E69BD;
}

#cafe #price .arrow::after {
    position: absolute;
    content: "";
    border: 15px solid transparent;
    border-radius: 5px;
    transform: rotate(270deg) translateY(-50%);
    left: 75%;
}

#cafe #price .example-container.normal .arrow::after {
    border-top: 15px solid #737373;
}

#cafe #price .example-container.point .arrow::after {
    border-top: 15px solid #5E69BD;
}

#cafe #price .example-container.point .detail .equal {
    margin: 0 0.5rem;
}

#cafe #price .example-container.point .detail .total {
    color: #5E69BD;
    font-size: 2.4rem;
}

#cafe #case .case-wrap {
    margin-top: 6rem;
    padding: 3.6rem;
    display: flex;
    position: relative;
    border: solid 1px #e8e8e8;
    border-radius: 15px;
}

#cafe #case .case-wrap::before {
    content: "”";
    position: absolute;
    color: #e8e8e8;
    font-size: 12rem;
    font-weight: bold;
    right: 0;
    top: -9rem;
}

#cafe #case .case-wrap .ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
}

#cafe #case .case-wrap .logo {
    text-align: right;
    font-size: 1.4rem;
    color: #737373;
}

#cafe #case .case-wrap .logo img {
    width: auto;
}

#cafe #case .case-wrap  .img-box {
    border-radius: 5px;
    width: 100%;
}

#cafe #case .case-wrap  .detail-box {
    margin-left: 2.4rem;
}

#cafe #flow .flow-wrap {
    margin-top: 7.6rem;
}

#cafe #flow .flow-box {
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    padding: 4.8rem 2.4rem 2.4rem;
    box-sizing: border-box;
}

#cafe #flow .flow-box:not(:last-of-type)::after {
    position: absolute;
    content: "";
    border: 15px solid transparent;
    border-top: 15px solid #5E69BD;
    border-radius: 5px;
    transform: rotate(270deg) translateX(50%);
    right: -3.6rem;
    top: 50%;
}

#cafe #flow .flow-box .img-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 85%;
    height: 80px;
    display: flex;
    align-items: end;
    justify-content: center;
}

#cafe #flow .flow-box .img-box img {
    width: auto;
}

#cafe #flow .flow-box h3 {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 2.4rem;
}





#cafe #faq .faq-wrap .faq-box:first-of-type {
    margin-top: 3.6rem;
}

#cafe #faq .faq-wrap .faq-box:not(:last-of-type) {
    margin-bottom: 2.4rem;
}

#cafe #faq .faq-wrap .toggle {
    display: none;
}

#cafe #faq .faq-wrap .option {
    position: relative;
    margin-bottom: 1rem;
}

#cafe #faq .faq-wrap .title,
#cafe #faq .faq-wrap .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

#cafe #faq .faq-wrap .title {
    border-radius: 50px;
    background-color: #fff;
    padding: 1.2rem 3.6rem;
    display: block;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #e8e8e8;
}

#cafe #faq .faq-wrap .title::before {
    content: "Q.";
    font-weight: bold;
    color: #001195;
    padding-right: 1.2rem;
}

#cafe #faq .faq-wrap .title::after {
    content: url(../img/arrow.png);
    position: absolute;
    right: 3.6rem;
    transition: all 0.3s;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
}

#cafe #faq .faq-wrap .content {
    max-height: 0;
overflow: hidden;
}

#cafe #faq .faq-wrap .content p {
    margin: 0;
    padding: 2.4rem 3.6rem;
    position: relative;
    text-indent: -2.74rem;
    margin-left: 2.74rem;
}

#cafe #faq .faq-wrap .content p::before {
    content: "A.";
    font-weight: bold;
    color: #001195;
    padding-right: 1.2rem;
}

#cafe #faq .faq-wrap .toggle:checked + .title + .content {
    max-height: 500px;
    transition: all 1.5s;
}

#cafe #faq .faq-wrap .toggle:checked + .title::after {
    transform: rotate(180deg);
    transform-origin: 75% 25%;
}

#cafe #seminar .seminar-wrap {
    margin-top: 3.6rem;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    border-radius: 20px;
    padding: 4.8rem 3.6rem;
}

#cafe #seminar .seminar-wrap img {
    border-radius: 10px;
}

#cafe #seminar .seminar-wrap span {
    font-weight: bold;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    padding: 0.5rem 1.2rem;
    border-radius: 5px;
    background-color: #CC4E00;
}

#cafe #seminar .seminar-wrap h3 {
    position: relative;
    font-size: 1.8rem;
    margin-top: 1.2rem;
    margin-bottom: 2.4rem;
}

#cafe #seminar .seminar-wrap h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1.2rem;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
}

#cafe #relation .txt-btn-wrap {
    margin-top: 3.6rem;
}

#cafe #relation .txt-btn {
    border-radius: 20px;
}

#cafe #relation .txt-btn a {
    max-width: 100%;
}

#cafe #relation .txt-btn .txt-btn-box .txt-btn-img img {
    border-radius: 10px;
}

#cafe .contact p {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}


/*////////////PCのみ(1025px～)///////////*/
@media print,screen and (min-width:1025px){

}


/*////////////PC＆TB横(929px～)///////////*/
@media print,screen and (min-width:929px){
    #cafe .area.contact {
        padding-bottom: 12rem;
    }

}

/*////////////TB横(929px～1024px)///////////*/
@media screen and (min-width:929px) and (max-width: 1024px) { 


}

/*////////////TB縦(481～928px)///////////*/
@media screen and (min-width:481px) and (max-width: 928px) {    
    #cafe .mv-full {
        background-image: url(../img/mv_tb.png);
        padding-top: 145%;
    }

    #cafe .mv-txt {
        top: 75%;
    }

    #cafe h1 {
        font-size: 3.6rem;
    }

    #cafe .mv-txt .catch {
        font-size: 1.8rem;
    }


    #cafe .mv-txt .sub {
        font-size: 1.6rem;
    }

    #cafe #lineup .lineup-wrap ul {
        grid-template-rows: repeat(3, auto);
    }

    #cafe #introduction .intro-wrap .column {
        display: flex;
    }

    #cafe #introduction .intro-wrap .col-box {
        height: 150px;
    }

    #cafe #introduction .intro-wrap .col-box::before {
        width: 150px;
    }

    #cafe #introduction .intro-wrap img {
        width: 50%;
    }

    #cafe #introduction .intro-wrap p span {
        font-size: 2.4rem;
    }

    #cafe #introduction .intro-wrap span.bubble {
        bottom: 8rem;
    }
    


}

/*////////////TB縦＆SP(～928px)///////////*/
@media screen and (max-width: 928px) { 

    #cafe #introduction .features-wrap .features-box {
        flex-direction: column-reverse;
    }

    #cafe #introduction .features-wrap .features-box:nth-of-type(2) {
        flex-direction: column;
    }

    #cafe #introduction .features-box:nth-of-type(1) .detail-box,
    #cafe #introduction .features-box:nth-of-type(3) .detail-box {
        margin-right: 0;
    }

    #cafe #introduction .features-box {
        margin-top: 6rem;
    }

    #cafe #introduction .features-box .detail-box {
        margin-top: 2.4rem;
    }

    #cafe #introduction .features-box .detail-box h3 {
        font-size: 2rem;
    }

    #cafe #introduction .features-box .detail-box,
    #cafe #introduction .features-box .img-box {
        width: 100%;
    }

    #cafe #lineup .lineup-wrap ul li {
        margin-top: 2.4rem;
    }

    #cafe #price .tbl-01 td span {
        font-size: 1.8rem;
    }

    #cafe #price .example-wrap h3 {
        font-size: 2rem;
    }

    #cafe #price .example-wrap {
        padding: 2.4rem;
    }

    #cafe #faq .faq-wrap .title {
        padding-right: 6rem;
    }

    #cafe #seminar .seminar-wrap {
        padding: 1.2rem 3.6rem;
    }

    #cafe #flow .flow-box:not(:last-of-type)::after {
        transform: rotate(360deg) translateX(-50%);
        right: auto;
        left: 50%;
        bottom: -3.6rem;
        top: auto;
    }

    #cafe #flow .flow-box:not(:last-of-type) {
        margin-bottom: 8.4rem;
    }

    #cafe .contact p {
        font-size: 1.6rem;
        font-weight: bold;
    }

}

/*////////////SP(～480px)///////////*/
@media screen and (max-width: 480px) {
    #cafe .mv-full {
        background-image: url(../img/mv_sp.png);
        padding-top: 145%;
    }

    #cafe .mv-txt {
        top: 70%;
    }

    #cafe h1 {
        font-size: 2.8rem;
    }

    #cafe .mv-txt .catch {
        font-size: 1.4rem;
        margin-top: 0.7rem;
    }

    #cafe .mv-txt .sub {
        font-size: 1.4rem;
        margin-top: 0.7rem;
    }

    #cafe .mv-txt .btn-wrap .btn {
        display: flex;
    }

    #cafe #lineup .lineup-wrap ul {
        grid-template-rows: repeat(5, auto);
    }

    #cafe #problem .problem-wrap {
        display: block;
    }

    #cafe #problem .problem-box {
        width: 100%;
        box-sizing: border-box;
        margin-top: 6rem;
    }

    #cafe #introduction .intro-wrap span.bubble {
        right: 10%;
    }

    #cafe #relation .txt-btn .txt-btn-box {
        display: block;
    }

    #cafe #price .example-container {
        display: block;
    }

    #cafe #price .example-box {
        width: 100%;
    }

    #cafe #price .plus {
        text-align: center;
        width: 100%;
    }

    #cafe #price .arrow {
        margin-bottom: 3.6rem;
        width: 100%;
    }

    #cafe #price .arrow::after {
        transform: rotate(360deg) translateX(-50%);
        left: 50%;
        top: 10px;
    }

    .txt-btn .txt-btn-box .txt-btn-img {
        margin-right: 0;
        margin-bottom: 2.4rem;
    }


}</pre></body></html>