@charset "UTF-8";
/* CSS Information
============================================
File: business.scss
Site: Ryukyu Kowa
SCSS: pages
Output: /pages/business.css
============================================= */
/* CSS Information
============================================
File: _f-setting.scss
Site: Ryukyu Kowa
SCSS: foundation
Output: app.css
============================================= */
/* 共通：コンテンツ管理（相殺）
====================================== */
.l-content__column {
    padding: 3rem 1.5rem 6rem;
}
@media (min-width: 48em) {
    .l-content__column {
        padding: 6rem 1.5rem;
    }
}
@media (min-width: 64.0625em) {
    .l-content__column {
        padding: 9rem 1.5rem;
    }
}

/* 共通：コンテンツ管理
====================================== */
.p-biz-section:nth-last-child(n+2) {
    margin-bottom: 4rem;
}
@media (min-width: 48em) {
    .p-biz-section:nth-last-child(n+2) {
        margin-bottom: 6rem;
    }
}
@media (min-width: 64.0625em) {
    .p-biz-section:nth-last-child(n+2) {
        margin-bottom: 8rem;
    }
}

/* 共通：テキスト
====================================== */
.p-biz-title {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.2rem;
    color: #6eab30;
}
.p-biz-title--align-center {
    text-align: center;
}
.p-biz-title--mb4 {
    margin-bottom: 2rem;
}
.p-biz-title__img {
    position: relative;
    top: -0.3rem;
    display: inline-block;
    vertical-align: middle;
}
.p-biz-title__img--dtl2 {
    max-width: 12.8rem;
}
.p-biz-title > br {
    display: none;
}
@media (min-width: 48em) {
    .p-biz-title {
        font-size: 2.4rem;
    }
    .p-biz-title--mb4 {
        margin-bottom: 3rem;
    }
}
@media (min-width: 64.0625em) {
    .p-biz-title {
        font-size: 3rem;
    }
    .p-biz-title--mb4 {
        margin-bottom: 4rem;
    }
    .p-biz-title > br {
        display: block;
    }
}

.p-biz-note {
    font-size: 1.4rem;
    line-height: 1.8;
}
.p-biz-note--align-center {
    text-align: center;
}
.p-biz-note--center-box {
    max-width: 66.7rem;
    margin: 0 auto;
}
@media (min-width: 64.0625em) {
    .p-biz-note {
        font-size: 1.6rem;
    }
}

/* TOP：ビジュアル画像
====================================== */
.p-biz-visual {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
}

/* TOP：ビジュアルイラスト
====================================== */
.p-biz-figure-icon {
    width: 100%;
    margin: 2rem auto;
}
.p-biz-figure-icon--sec3 {
    max-width: 6.4rem;
}
.p-biz-figure-icon--sec2 {
    max-width: 10.8rem;
}
.p-biz-figure-icon--sec1 {
    max-width: 5.4rem;
}
@media (min-width: 48em) {
    .p-biz-figure-icon {
        margin: 3rem auto;
    }
}

/* TOP：カテゴリリスト
====================================== */
.p-biz-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}
.p-biz-category__unit {
    width: 50%;
    padding: 0 1rem;
    margin-bottom: 2rem;
}
.p-biz-category__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    width: 100%;
    height: 100%;
    color: #121212 !important;
}
.p-biz-category__link--ad {
    -ms-flex-line-pack: start;
        align-content: flex-start;
}
.p-biz-category__link--card {
    -ms-flex-line-pack: start;
        align-content: flex-start;
}
.p-biz-category__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.p-biz-category__title:before {
    position: relative;
    top: 0.6rem;
    width: 0.7rem;
    height: 1.4rem;
    content: "";
    background: #6eab30;
    margin-right: 1rem;
}
.p-biz-category__title-inner {
    width: calc(100% - 1.7rem);
}
.p-biz-category__title-inner > br {
    display: none;
}
.p-biz-category__figure {
    display: block;
    width: 100%;
    max-width: 24.6rem;
    padding: 0;
    margin: 0 auto;
}
.p-biz-category__figure--cafe {
    max-width: 11rem;
}
.p-biz-category__figure--card {
    max-width: 11.6rem;
}
@media (min-width: 37.5em) {
    .p-biz-category {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .p-biz-category__unit {
        width: 33.333333%;
        padding: 0 2rem;
        margin-bottom: 3rem;
    }
    .p-biz-category__figure {
        padding: 0 2rem;
        margin: 0;
    }
    .p-biz-category__figure--cafe {
        max-width: 15rem;
    }
    .p-biz-category__figure--card {
        max-width: 15.6rem;
    }
    .p-biz-category__title {
        font-size: 1.6rem;
    }
}
@media (min-width: 64.0625em) {
    .p-biz-category__unit {
        padding: 0 4rem;
        margin-bottom: 4rem;
    }
    .p-biz-category__link:hover {
        color: #6eab30 !important;
    }
    .p-biz-category__title {
        font-size: 1.8rem;
    }
    .p-biz-category__title:before {
        height: 1.8rem;
    }
    .p-biz-category__title-inner > br {
        display: block;
    }
}

/* TOP：ボタンリンク
====================================== */
.p-biz-btn-more {
    width: 100%;
    margin-top: 2rem;
}
.p-biz-btn-more--justify-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.p-biz-btn-more--justify-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.p-biz-btn-more__link {
    position: relative;
    display: block;
    width: 100%;
    max-width: 32rem;
    padding: 1rem 2rem;
    border: solid 0.2rem #6eab30;
    border-radius: 0.4rem;
    text-align: center;
    background: #f2f6e9;
    color: #6eab30 !important;
}
.p-biz-btn-more__link:after {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: auto;
    font-family: "FontAwesome";
    content: "\f101";
    font-size: 1.6rem;
}
.p-biz-btn-more__link--def-green {
    background: #6eab30;
    color: #fff !important;
}
@media (min-width: 48em) {
    .p-biz-btn-more__link {
        padding: 1.5rem 2rem;
    }
}
@media (min-width: 64.0625em) {
    .p-biz-btn-more {
        margin-top: 3rem;
    }
    .p-biz-btn-more--justify-end {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .p-biz-btn-more__link:hover {
        background: #6eab30;
        color: #fff !important;
        opacity: 1;
    }
    .p-biz-btn-more__link--def-green:hover {
        background: #f2f6e9;
        color: #6eab30 !important;
    }
}

/* 下層：セクション メインヘッダ
====================================== */
.p-biz-head-main {
    margin-bottom: 2rem;
}
.p-biz-head-main__title {
    margin-bottom: 2rem;
}
.p-biz-head-main--dtl3 .p-biz-head-main__figure {
    width: 6.4rem;
    margin: 0 auto;
}
.p-biz-head-main--dtl2 .p-biz-head-main__figure {
    width: 8rem;
    margin: 0 auto;
}
.p-biz-head-main--dtl1 .p-biz-head-main__figure {
    width: 5rem;
    margin: 0 auto;
}
@media (min-width: 37.5em) {
    .p-biz-head-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .p-biz-head-main--dtl3 .p-biz-head-main__title {
        width: calc(100% - 9.4rem);
        margin-bottom: 0;
    }
    .p-biz-head-main--dtl2 .p-biz-head-main__title {
        width: calc(100% - 11rem);
        margin-bottom: 0;
    }
    .p-biz-head-main--dtl1 .p-biz-head-main__title {
        width: calc(100% - 7rem);
        margin-bottom: 0;
    }
}
@media (min-width: 48em) {
    .p-biz-head-main {
        margin-bottom: 3rem;
    }
}

/* 下層：セクション　タイトル
====================================== */
.p-biz-sec-title {
    width: 100%;
    padding-bottom: 0.6rem;
    margin-bottom: 2rem;
    border-bottom: solid 1px #6eab30;
    color: #6eab30;
    font-size: 1.8rem;
    line-height: 1.5;
}
.p-biz-sec-title__inner {
    display: block;
    border-left: solid 7px #6eab30;
    padding-left: 1rem;
}
@media (min-width: 48em) {
    .p-biz-sec-title {
        font-size: 2rem;
    }
}

/* 下層：ボックス　画像＋テキスト
====================================== */
.p-biz-imgset-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.p-biz-imgset-box__inner {
    width: 100%;
}
.p-biz-imgset-box__figure {
    width: 100%;
    max-width: 26rem;
    margin: 0 auto 2rem;
}
@media (min-width: 30em) {
    .p-biz-imgset-box {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .p-biz-imgset-box__inner {
        width: calc(100% - 12rem);
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .p-biz-imgset-box__figure {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 10rem;
        max-width: 100%;
        margin: 0;
    }
}
@media (min-width: 64.0625em) {
    .p-biz-imgset-box__inner {
        width: calc(100% - 23.6rem);
    }
    .p-biz-imgset-box__figure {
        width: 17.6rem;
    }
}

/* 下層：画像のみ
====================================== */
.p-biz-img-box {
    width: 100%;
}
.p-biz-img-box--spd-img {
    max-width: 31.8rem;
    margin: 3rem auto 0;
}
.p-biz-img-box--spd-figure {
    max-width: 74rem;
    margin: 0 auto;
}
.p-biz-img-box__figure {
    width: 100%;
    display: block;
}
/*# sourceMappingURL=business.css.map */