@charset "utf-8";

/* -----------------------------------------------------------

header調整

----------------------------------------------------------- */
/* ヘッダータイトル */
.header__title img {
    width: 230px;
}

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

    /* ヘッダータイトル */
    .header__title {
        width: 22%;
    }

    .header__title img {
        width: 100%;
    }

    /* ナビゲーション */
    .nav__inner {
        width: 63%;
    }
}


/* -----------------------------------------------------------

MV

----------------------------------------------------------- */

.kensetsu_page .MV {
    background-image: url(../images/mv_img_pc.jpg);
    padding: 3% 4% 3% 4%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    min-height: 250px;
}

.kensetsu_page .MV .MV_left {
    width: 60%;
}

/*テキスト*/
.kensetsu_page .MVtxt {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #595757;
}

/*ロゴ*/
.kensetsu_page .MV .MV_logo {
    width: 40vw;
    max-width: 800px;
    margin: 2% auto 4% auto;
    display: block;
}



/*収支管理*/
.kensetsu_page .MV .catchArea img {
    margin: 0 auto 4% auto;
    display: block;
    width: 45vw;
    max-width: 880px;
}

/*MVバッジ*/
.kensetsu_page .MV .badgeArea {
    position: absolute;
    bottom: 14%;
    right: 2%;
    display: flex;
    align-items: center;
}

.kensetsu_page .MV .badgeArea img {
    max-width: 220px;
    width: 7.5vw;
    min-width: 80px;
}

.kensetsu_page .MV .badgeArea img:nth-child(3) {
    margin-left: 2%;
}

.kensetsu_page .MV .badgeArea img:nth-child(4) {
    max-width: 480px;
    width: 19.5vw;
    min-width: 180px;
    margin-left: 2%;
}

/*MV注釈*/
.kensetsu_page .MV .mv_note {
    width: 42vw;
    position: absolute;
    right: 2%;
    bottom: 2%;
    font-size: 12px;
    color: #fff;
    line-height: 1.3em;
    text-shadow: 0px 0px 5px #006577;
}

.kensetsu_page .MV .mv_note li {
    margin-bottom: 6px;
}

.kensetsu_page .MV .mv_note .notes_head {
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
    padding-right: 0.2em;
}

.kensetsu_page .MV .mv_note .notes_body {
    display: table-cell;
    vertical-align: top;
}

/*MVボタン*/
.kensetsu_page .MV .btArea a {
    text-align: center;
    color: #333;
    padding: 18px 3% 18px 3%;
    border-radius: 40px;
    font-size: 18px;
    width: 44%;
}

.kensetsu_page .MV .btArea a:hover {
    color: #fff;
}

.kensetsu_page .MV .btArea .btn06 {
    outline: inherit;
}

.kensetsu_page .MV .btArea a::after {
    border-color: #333;
}




/*----------------------------------------------------
	MV (1920px以下)
----------------------------------------------------*/

@media screen and (max-width: 1920px) {
    .kensetsu_page .MV {
        padding: 3.5% 3% 4% 3%;
        background-position: 80%;
    }

    /*ロゴ*/
    .kensetsu_page .MV .MV_logo {
        max-width: 680px;
        margin: 2% auto 3% auto;
    }

    /*テキスト*/
    .kensetsu_page .MVtxt {
        font-size: 22px;
    }

    /*収支管理*/
    .kensetsu_page .MV .catchArea img {
        margin: 0 auto 4% auto;
        max-width: 720px;
    }

    .kensetsu_page .MV .mv_note {
        width: 46vw;
        font-size: 0.65vw;
    }

    .kensetsu_page .MV .btArea a {
        width: 40%;
        max-width: 320px;
        padding: 1.5% 3% 1.5% 3%;
    }

    /*MVバッジ*/
    .kensetsu_page .MV .badgeArea img {
        width: 8.3vw;
    }

    .kensetsu_page .MV .badgeArea img:nth-child(4) {
        width: 20.3vw;
    }
}

/*----------------------------------------------------
	MV (1600px以下)
----------------------------------------------------*/
@media screen and (max-width: 1600px) {
    .kensetsu_page .MV .MV_left {
        width: 55%;
    }

    /*MVバッジ*/
    .kensetsu_page .MV .badgeArea img {
        width: 8.3vw;
    }

    .kensetsu_page .MV .badgeArea img:nth-child(4) {
        width: 20.3vw;
    }
}

/*----------------------------------------------------
	MV (1280px以下)
----------------------------------------------------*/

@media screen and (max-width: 1280px) {
    .kensetsu_page .MV {
        padding: 3.5% 2% 3.5% 2%;
    }

    /*ロゴ*/
    .kensetsu_page .MV .MV_logo {
        min-width: 340px;
        width: 40vw;
    }

    /*キャッチ*/
    .MV .catchArea img {
        min-width: 320px;
    }

    /*テキスト*/
    .kensetsu_page .MVtxt {
        font-size: 18px;
    }

    /*ボタン*/
    .kensetsu_page .MV .btArea a {
        margin: auto;
        padding: 1.5% 2% 1.5% 1%;
        font-size: 15px;
        display: block;
        min-width: 260px;
    }
}

/*----------------------------------------------------
	MV (1000px以下)
----------------------------------------------------*/
@media screen and (max-width: 1000px) {

    /*テキスト*/
    .kensetsu_page .MVtxt {
        font-size: 16px;
    }

    /*キャッチ*/
    .MV .catchArea img {
        margin: 3% auto 6% auto;
    }

    /*MVバッジ*/
    .kensetsu_page .MV .badgeArea {
        bottom: 16%;
    }

    .kensetsu_page .MV .badgeArea img {
        min-width: 60px;
    }

    .kensetsu_page .MV .badgeArea img:nth-child(4) {
        min-width: 160px;
    }
}

/*----------------------------------------------------
	MV (768px以下)
----------------------------------------------------*/

@media screen and (max-width: 768px) {
    .kensetsu_page .MV {
        background-image: url(../images/mv_img_sp.jpg);
        padding: 19% 4% 50% 4%;
        background-position: center;
        height: 100vw;
        max-height: 540px;
    }

    .kensetsu_page .MV .MV_left {
        width: 100%;
    }

    /*ロゴ*/
    .kensetsu_page .MV .MV_logo {
        width: 100%;
        min-width: auto;
        margin: 2% auto;
    }

    /*キャッチ*/
    .kensetsu_page .MV .catchArea {
        width: 100%;
        position: absolute;
        bottom: 23%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        filter: drop-shadow(2px 2px 3px #555);
    }

    .kensetsu_page .MV .catchArea img {
        min-width: auto;
        width: 90%;
    }

    /*テキスト*/
    .kensetsu_page .MVtxt {
        font-size: 3.7vw;
    }

    /*ボタン*/
    .kensetsu_page .MV .btArea {
        position: absolute;
        width: 93%;
        bottom: 21vw;
    }

    .kensetsu_page .MV .btArea a {
        width: 86%;
        margin: 12px auto;
        max-width: inherit;
        padding: 16px 3% 16px 3%;
    }

    /*MVバッジ*/
    .kensetsu_page .MV .badgeArea {
        bottom: 0;
        top: 1%;
        display: block;
        height: 80px;
        width: 92%;
        text-align: right;
    }

    .kensetsu_page .MV .badgeArea img {
        width: 13vw;
        min-width: auto;
    }

    .kensetsu_page .MV .badgeArea img:nth-child(4) {
        width: 33vw;
        min-width: auto;
        margin-left: 0;
    }


    /*MV注釈*/
    .kensetsu_page .MV .mv_note {
        width: 90%;
        font-size: 1.7vw;
        right: auto;
    }

}



/* -----------------------------------------------------------

中間CTAボタンの調整

----------------------------------------------------------- */

.kensetsu_page .cv_area_middle .cv__Title h2 img {
    width: 320px;
    margin-bottom: 5px;
}


/*背景色白*/

.kensetsu_page .cv_area02 {
    background: inherit;
}

.kensetsu_page .cv_area02:nth-child(4) {
    background: #FAF8F7;
}

.kensetsu_page .cv_area02 .cv__Title {
    color: #595757;
}

.kensetsu_page .cv_area_middle .cv__Title h2 br.br_pc {
    display: none;
}

/* -----------------------------------------------------------
中間CTAボタンの調整 1280px以下
----------------------------------------------------------- */

@media screen and (max-width: 1280px) {
    .kensetsu_page .cv_area_middle .cv__Title h2 br.br_pc {
        display: block;
    }
}

/* -----------------------------------------------------------
中間CTAボタンの調整 1000px以下
----------------------------------------------------------- */

@media screen and (max-width: 1000px) {
    .kensetsu_page .cv_area_middle .cv__Title h2 img {
        width: 280px;
        margin-bottom: 2px;
    }
}

/* -----------------------------------------------------------
中間CTAボタンの調整 1000px以下
----------------------------------------------------------- */

@media screen and (max-width: 768px) {
    .kensetsu_page .cv_area_middle .cv__Title h2 img {
        width: 250px;
        margin-bottom: 2px;
    }
}

/* -----------------------------------------------------------

お悩み

----------------------------------------------------------- */

.onayami_kensetsuVer {
    background: linear-gradient(180deg, rgba(51, 169, 193, 1), rgba(51, 155, 193, 1));
    position: relative;
}


/*タイトル*/

.onayami_kensetsuVer h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
}


/*サブタイトル*/

.onayami_kensetsuVer .sub_title {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 64px;
    color: #fff;
}

.onayami_kensetsuVer .sub_title strong {
    font-weight: 800;
}


/*一覧*/

.onayami_kensetsuVer .kensetsu_onayami__list .onayami__item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}


/*左側　お悩み*/

.onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__left {
    background-color: #7FC9DF;
    color: #fff;
    padding: 24px 2%;
    font-weight: bold;
    width: 43%;
    min-height: 410px;
    position: relative;
}

.onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__left .txtArea {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translateY(-47%) translateX(-50%);
    -webkit- transform: translateY(-47%) translateX(-50%);
    width: 92%;
}

.onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__left .number {
    color: #34A2C2;
    text-align: center;
    font-weight: 800;
    line-height: 1.5em;
    font-size: 20px;
    margin-bottom: 24px;
}

.onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__left .note {
    font-size: 20px;
    text-align: center;
}

.onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__left .note strong {
    color: #FFE865;
}


/*右側　解決*/

.onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__right {
    background-color: #fff;
    color: #00769B;
    padding: 32px 2% 24px 3%;
    font-weight: bold;
    width: 48%;
    position: relative;
}

.onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__right::before {
    content: '';
    border-top: 48px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 24px solid #7fc9df;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__right .kaiketsu_title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 24px;
    color: #00769B;
}

.onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__right .kaiketsu_title strong {
    background-color: #00769B;
    color: #fff;
    padding: 4px 5% 5px 5%;
    margin-top: 8px;
    display: block;
    line-height: 1.4;
}

.onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__right .txtArea {
    margin-bottom: 24px;
    text-align: center;
}

.onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__right .imgArea {
    width: 70%;
    margin: auto;
}

.onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__right .imgArea img {
    width: 100%;
}


/*お悩み01 ダイアン追加*/

.onayami_kensetsuVer .kensetsu_onayami__list .onayami_01 .characterArea {
    position: absolute;
    bottom: -1px;
    left: -16%;
}

.onayami_kensetsuVer .kensetsu_onayami__list .onayami_01 .characterArea img {
    width: 14vw;
    max-width: 210px;
}


/*お悩み03 ダイアン追加*/

.onayami_kensetsuVer .kensetsu_onayami__list .onayami_03 .characterArea {
    position: absolute;
    bottom: -1px;
    right: -13%;
}

.onayami_kensetsuVer .kensetsu_onayami__list .onayami_03 .characterArea img {
    width: 14vw;
    max-width: 215px;
}


/*コンテンツ下部 ダイアン*/

.onayami_kensetsuVer .sp_characterArea {
    display: none;
}


/* -----------------------------------------------------------
お悩み 1280px以下
----------------------------------------------------------- */

@media screen and (max-width: 1280px) {
    .onayami_kensetsuVer .contentsWrap {
        padding: 120px 0 200px 0;
    }

    /*左側　お悩み*/
    .onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__left {
        width: 100%;
        min-height: auto;
        padding: 16px 5%;
    }

    .onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__left .txtArea {
        position: inherit;
        top: auto;
        left: auto;
        transform: inherit;
        -webkit- transform: inherit;
        width: 100%;
        display: flex;
        text-align: left;
        align-items: center;
        margin-bottom: 0;
    }

    .onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__left .number {
        margin: 0 24px 0 0;
    }

    .onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__left .note {
        margin: 0;
        text-align: left;
    }

    .onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__left .note br {
        display: none;
    }

    /*解決　右側*/
    .onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__right {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 32px 5% 24px 5%;
    }

    .onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__right::before {
        border-top: 24px solid #7fc9df;
        border-right: 40px solid transparent;
        border-left: 40px solid transparent;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }

    .onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__right .txtArea {
        width: 60%;
        margin-right: 3%;
    }

    .onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__right .imgArea {
        width: 37%;
    }

    /*お悩み01と03 ダイアン*/
    .onayami_kensetsuVer .kensetsu_onayami__list .onayami_01 .characterArea,
    .onayami_kensetsuVer .kensetsu_onayami__list .onayami_03 .characterArea {
        display: none;
    }

    /*コンテンツ下部 ダイアン*/
    .onayami_kensetsuVer .sp_characterArea {
        display: block;
    }

    .onayami_kensetsuVer .sp_characterArea .diane_img01 {
        position: absolute;
        bottom: 0;
        left: 2%;
        width: 17.8vw;
        min-width: 165px;
    }

    .onayami_kensetsuVer .sp_characterArea .diane_img02 {
        position: absolute;
        bottom: 0;
        right: 2%;
        width: 17.5vw;
        min-width: 160px;
    }
}

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


/* -----------------------------------------------------------
お悩み 768px以下
----------------------------------------------------------- */

@media screen and (max-width: 768px) {
    .onayami_kensetsuVer .contentsWrap {
        padding: 64px 0 200px 0;
    }

    .onayami_kensetsuVer h2 {
        font-size: 19px;
    }

    .onayami_kensetsuVer .sub_title {
        font-size: 23px;
        margin-bottom: 40px;
    }

    .onayami_kensetsuVer .sub_title span {
        display: none;
    }

    /*左側　お悩み*/
    .onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__left {
        padding: 16px 5%;
    }

    .onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__left .txtArea {
        display: block;
    }

    .onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__left .note {
        font-size: 18px;
    }

    .onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__left .number {
        font-size: 14px;
        margin: 0 0 8px 0;
    }

    /*解決　右側*/
    .onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__right .txtArea {
        width: 100%;
        margin-right: 0;
    }

    .onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__right .txtArea .note {
        text-align: left;
    }

    .onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__right .txtArea .note br {
        display: none;
    }

    .onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__right .kaiketsu_title {
        font-size: 18px;
    }

    .onayami_kensetsuVer .kensetsu_onayami__list .onayami__item .item__right .imgArea {
        width: 90%;
        max-width: 300px;
    }
}


/* -----------------------------------------------------------

プロカン建設工事について

----------------------------------------------------------- */

.about_procan_kensetsu {
    position: relative;
}

.about_procan_kensetsu .contentsWrap {
    padding: 120px 0 200px 0;
}


/*タイトル調整*/

.about_procan_kensetsu .mainTitle h2 {
    font-size: 42px;
}


/*フローチャート*/

.about_procan_kensetsu .flow_chart_img {
    margin-bottom: 48px;
}

.about_procan_kensetsu .flow_chart_img img {
    width: 100%;
}

.about_procan_kensetsu .txtArea h3 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 24px;
}


/*ダイアン*/

.about_procan_kensetsu .characterArea {
    position: absolute;
    bottom: -1px;
    right: 8%;
}

.about_procan_kensetsu .characterArea img {
    width: 17vw;
    max-width: 360px;
    min-width: 190px;
}


/* -----------------------------------------------------------
プロカン建設工事について 768px以下
----------------------------------------------------------- */

@media screen and (max-width: 768px) {
    .about_procan_kensetsu .contentsWrap {
        padding: 64px 0 260px 0;
    }

    /*タイトル調整*/
    .about_procan_kensetsu .mainTitle h2 {
        font-size: 26px;
    }

    .about_procan_kensetsu .mainTitle h2 br {
        display: none;
    }

    .about_procan_kensetsu .mainTitle h2 br.br_sp {
        display: block;
    }

    .about_procan_kensetsu .txtArea h3 {
        font-size: 22px;
    }

    /*ダイアン*/
    .about_procan_kensetsu .characterArea {
        right: 50%;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
    }

    .about_procan_kensetsu .characterArea img {
        min-width: 240px;
    }

    /*テキストエリア*/
    .about_procan_kensetsu .txtArea {
        text-align: center;
    }
}



/* -----------------------------------------------------------

お客様の声

----------------------------------------------------------- */

.kensetsu_page .case_study {
    background: linear-gradient(180deg, rgba(51, 169, 193, 1), rgba(51, 155, 193, 1));
}


/*スライド調整*/

.kensetsu_page .swiper-backface-hidden .swiper-slide {
    background-color: #fff;
}

.kensetsu_page .case_study__list .case_study__item {
    box-shadow: inherit;
}


/* -----------------------------------------------------------

機能一覧

----------------------------------------------------------- */

.kensetsu_function {
    background-color: #FAF8F7;
}


/*一覧*/

.kensetsu_function__item {
    background-color: #fff;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    align-items: center;
}


/*タイトル*/

.kensetsu_function__item .kensetsu_function__ttl {
    color: #159CB6;
    font-size: 26px;
    margin-bottom: 16px;
}


/*テキストエリア*/

.kensetsu_function__item .txtArea {
    width: 64%;
    margin-right: 2%;
}


/*ポイント*/

.kensetsu_function__item .kensetsu_function__point {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
}

.kensetsu_function__item .kensetsu_function__point p {
    background-color: #159CB6;
    color: #fff;
    width: 80px;
    padding: 8px;
    text-align: center;
    margin: 2% 1em 2% 0;
    font-weight: bold;
}

.kensetsu_function__item .kensetsu_function__point ul {
    width: 80%;
    color: #159CB6;
    margin-left: 1.5em;
}

.kensetsu_function__item .kensetsu_function__point ul li {
    list-style: disc;
    font-size: 20px;
    font-weight: 700;
}


/*ボタン*/

.kensetsu_function__item .txtArea .btArea {
    margin-top: 32px;
}


/*画像エリア*/

.kensetsu_function__item .imgArea h4 {
    color: #159CB6;
    font-size: 18px;
    margin-top: 40px;
}

.kensetsu_function__item .imgArea {
    width: 34%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.kensetsu_function__item .imgArea .imgArea__inner {
    margin: 1.5%;
}

.kensetsu_function__item .imgArea p {
    font-size: 14px;
    margin-bottom: 6px;
}

.kensetsu_function__item img {
    width: 100%;
}


/*03 集計表・各種帳票出力機能*/

.kensetsu_function__item.kensetsu_function03 .imgArea__inner {
    width: 47%;
}


/*05 集計表・各種帳票出力機能*/

.kensetsu_function__item.kensetsu_function05 .txtArea {
    width: 100%;
    margin-right: 0%;
}

.kensetsu_function__item.kensetsu_function05 .imgArea {
    width: 100%;
}

.kensetsu_function__item.kensetsu_function05 .imgArea h4 {
    width: 100%;
}

.kensetsu_function__item.kensetsu_function05 .imgArea__inner {
    width: 47%;
    max-width: 360px;
}


/*06 会計ソフト・ネットバンキング連携*/

.kensetsu_function__item.kensetsu_function06 .txtArea {
    width: 100%;
    margin-right: 0%;
}

.kensetsu_function__item.kensetsu_function06 .kensetsu_function__software {
    margin: 40px 0 24px 0;
    font-weight: bold;
    position: relative;
    padding-left: 102px;
}

.kensetsu_function__item.kensetsu_function06 .kensetsu_function__software::before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 82px;
    background-image: url('../images/kensetsu_function_icon.png');
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 47%;
    left: 0;
    transform: translateY(-53%);
}

/*ソフト名*/
.kensetsu_function__item.kensetsu_function06 .kensetsu_function__softwareList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
}

.kensetsu_function__item.kensetsu_function06 .kensetsu_function__softwareList li {
    margin: 0 2.5em 0 1.5em;
}


.kensetsu_function__item.kensetsu_function06 .imgArea {
    width: 100%;
    margin-top: 24px;
}

.kensetsu_function__item.kensetsu_function06 .imgArea__inner {
    width: 30%;
}


/* -----------------------------------------------------------
機能一覧 1280px以下
----------------------------------------------------------- */

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

    /*ポイント*/
    .kensetsu_function__item .kensetsu_function__point {
        display: block;
    }

    .kensetsu_function__item .kensetsu_function__point p {
        padding: 4px 8px;
    }
}


/* -----------------------------------------------------------
機能一覧 768px以下
----------------------------------------------------------- */

@media screen and (max-width: 768px) {
    .kensetsu_function__item {
        padding: 5%;
    }

    /*テキストエリア*/
    .kensetsu_function__item .txtArea {
        width: 100%;
        margin-right: 0%;
    }

    /*画像エリア*/
    .kensetsu_function__item .imgArea {
        width: 100%;
        margin-top: 32px;
    }

    .kensetsu_function__item .imgArea .imgArea__inner {
        max-width: 400px;
    }

    .kensetsu_function__item .imgArea h4 {
        margin: 0 0 16px 0;
    }

    /*タイトル*/
    .kensetsu_function__item .kensetsu_function__ttl {
        font-size: 22px;
    }

    /*ポイント*/
    .kensetsu_function__item .kensetsu_function__point ul {
        width: 90%;
    }

    .kensetsu_function__item .kensetsu_function__point ul li {
        font-size: 18px;
    }

    /*06 会計ソフト・ネットバンキング連携*/
    .kensetsu_function__item.kensetsu_function06 .imgArea__inner {
        width: 47%;
    }

    /*ソフト名*/
    .kensetsu_function__item.kensetsu_function06 .kensetsu_function__softwareList li {
        width: 100%;
    }
}


/* -----------------------------------------------------------
機能一覧 480px以下
----------------------------------------------------------- */

@media screen and (max-width:480px) {
    .kensetsu_function__item {
        padding: 32px 5%;
    }

    /*タイトル*/
    .kensetsu_function__item .kensetsu_function__ttl {
        font-size: 22px;
    }

    /*ポイント*/
    .kensetsu_function__item .kensetsu_function__point ul li {
        font-size: 16px;
    }

    /*03 集計表・各種帳票出力機能*/
    .kensetsu_function__item.kensetsu_function03 .imgArea__inner {
        width: 100%;
    }

    /*05 集計表・各種帳票出力機能*/
    .kensetsu_function__item.kensetsu_function05 .imgArea__inner {
        width: 100%;
    }

    /*06 会計ソフト・ネットバンキング連携*/
    .kensetsu_function__item.kensetsu_function06 .kensetsu_function__software::before {
        display: none;
    }

    .kensetsu_function__item.kensetsu_function06 .kensetsu_function__software {
        margin: 32px 0 24px 0;
        padding-left: 0;
    }


    .kensetsu_function__item.kensetsu_function06 .imgArea__inner {
        width: 100%;
    }
}


/* -----------------------------------------------------------

導入効果例

----------------------------------------------------------- */


/*キャッチ*/

.ex_effect .effect_txtCatch {
    margin-bottom: 48px;
    text-align: center;
}

.ex_effect .effect_txtCatch h3 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 24px;
}

.ex_effect .effect_txtCatch h3 .txtMarker_01,
.ex_effect .effect_txtCatch h3 .txtColor_01 {
    font-weight: 800;
}

.ex_effect .effect_txtCatch .txtCatch_note {
    background-color: #eee;
    display: inline-block;
    padding: 6px 16px;
}


/*キャッチ2*/

.ex_effect .effect_endCatch {
    text-align: center;
    margin-bottom: 64px;
    font-weight: 500;
}

.ex_effect .effect_endCatch h4 {
    font-size: 36px;
    margin-bottom: 8px;
    font-weight: 800;
    color: #158FB6;
}


/*バナー*/

.ex_effect .bnrArea.bnr_content01 .bnr__item {
    margin: 0 auto 0 auto;
    max-width: 1000px;
}

.ex_effect .bnrArea .bnr__item img {
    width: 100%;
}

.ex_effect .bnrArea .bnr__item a:hover {
    opacity: 0.7;
}


/*比較*/

.ex_effect .effect_compare {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 64px;
}

.ex_effect .effect_compare .effect_compare__list {
    width: 43%;
    border: solid 2px #159CB6;
    padding: 24px 2% 32px 2%;
    margin: 24px 1%;
}

.ex_effect .effect_compare .effect_compare__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 16px;
}

.ex_effect .effect_compare .effect_compare__item li {
    width: 28%;
    text-align: center;
    padding: 2px 1.5%;
    margin: 1%;
    font-weight: bold;
    min-width: 140px;
}

.ex_effect .effect_compare .effect_compare__list h4 {
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 24px;
}

.ex_effect .effect_compare .effect_compare__list .imgArea {
    text-align: center;
    margin: 0 auto 24px 10%;
}

.ex_effect .effect_compare .effect_compare__list .imgArea img {
    width: 100%;
}

.ex_effect .effect_compare .effect_compare__list .txtArea {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5em;
}


/*比較 営業事務作業*/

.ex_effect .effect_compare .eigyo_compare__list .effect_compare__item li {
    background-color: #E1EDF6;
}

.ex_effect .effect_compare .eigyo_compare__list .txtArea .txtMarker_01 {
    color: #156DB6;
    font-weight: 800;
}

.ex_effect .effect_compare .eigyo_compare__list h4 {
    color: #156EB6;
}


/*比較 収支管理業務*/

.ex_effect .effect_compare .keiri_compare__list .effect_compare__item li {
    background-color: #FFE8C0;
}

.ex_effect .effect_compare .keiri_compare__list h4 {
    color: #F28800;
}

.ex_effect .effect_compare .keiri_compare__list .txtArea .txtMarker_01 {
    color: #F28800;
    font-weight: 800;
}


/* -----------------------------------------------------------
導入効果例 768px以下
----------------------------------------------------------- */

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

    /*キャッチ*/
    .ex_effect .effect_txtCatch {
        margin-bottom: 24px;
    }

    .ex_effect .effect_txtCatch h3 {
        font-size: 26px;
    }

    /*キャッチ2*/
    .ex_effect .effect_endCatch h4 {
        font-size: 24px;
    }

    /*比較*/
    .ex_effect .effect_compare .effect_compare__list {
        width: 100%;
        padding: 24px 5% 32px 5%;
        margin: 24px 0;
    }

    .ex_effect .effect_compare .effect_compare__list h4 {
        font-size: 24px;
    }

    .ex_effect .effect_compare .effect_compare__list .imgArea img {
        max-width: 400px;
    }
}


/* -----------------------------------------------------------
導入効果例 480px以下
----------------------------------------------------------- */

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

    /*比較*/
    .ex_effect .effect_compare .effect_compare__item li {
        width: 100%;
    }

    .ex_effect .effect_compare .effect_compare__list .txtArea {
        font-size: 18px;
    }

    /*バナー*/
    .ex_effect .bnrArea.bnr_content01 .bnr__item {
        overflow: hidden;
        position: relative;
        height: 108px;
        border-radius: 6px;
        margin: 64px auto 0 auto;
    }

    .ex_effect .bnrArea .bnr__item img {
        width: 540px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}


/* -----------------------------------------------------------

料金

----------------------------------------------------------- */

.price .contentsWrap {
    padding: 120px 0 180px 0;
}


/*ボタン調整*/

.price .btArea a {
    margin: 0 2% 0 2%;
}


/*ダイアン調整*/

.price .characterArea {
    position: inherit;
    right: 0;
}

.price .characterArea .diane_img04 {
    position: absolute;
    bottom: 0px;
    left: 4%;
    width: 23vw;
    max-width: 345px;
}

.price .characterArea .diane_img05 {
    position: absolute;
    bottom: 0px;
    right: 4%;
    width: 28vw;
    max-width: 420px;
}


/* -----------------------------------------------------------
料金 1200px以下
----------------------------------------------------------- */

@media screen and (max-width: 1200px) {
    .price .contentsWrap {
        padding: 120px 0 140px 0;
    }

    /*ボタン調整*/
    .price .btArea a {
        display: block;
        text-align: center;
        margin: 24px auto;
    }

    /*ダイアン調整*/
    .price .characterArea .diane_img04 {
        width: 25vw;
    }

    .price .characterArea .diane_img05 {
        width: 30vw;
    }
}


/* -----------------------------------------------------------
料金 768px以下
----------------------------------------------------------- */

@media screen and (max-width: 768px) {
    .kensetsu_top_form h2 {
        font-size: 26px;
    }

    .price .contentsWrap {
        padding: 64px 0 190px 0;
    }

    /*ダイアン*/
    .price .characterArea .diane_img04 {
        left: 2%;
        min-width: 210px;
    }

    .price .characterArea .diane_img05 {
        right: 2%;
        min-width: 250px;
    }
}


/* -----------------------------------------------------------

導入までの流れ サポートメニュー

----------------------------------------------------------- */

.introduce_support {
    background: linear-gradient(180deg, rgba(51, 169, 193, 1), rgba(51, 155, 193, 1));
}


/*タイトル調整*/

.mainTitle_introduce {
    text-align: center;
    margin-bottom: 48px;
}

.mainTitle_introduce h2 span {
    font-size: 24px;
    display: inline-block;
    line-height: 1em;
}

.mainTitle_introduce h2 {
    position: relative;
    padding: 0.8rem 0;
    margin-bottom: 0.2rem;
    border-bottom: 2px solid;
    color: #fff;
    font-weight: bold;
    font-size: 48px;
    text-align: center;
    display: inline-block;
    line-height: 1.5em;
}

.mainTitle_introduce h2:before,
.mainTitle_introduce h2:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.mainTitle_introduce h2:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: #fff;
    margin-left: -16px;
}

.mainTitle_introduce h2:after {
    border: 12px solid;
    border-color: transparent;
    border-top-color: #33a7c1;
    margin-left: -12px;
}


/*導入までの流れ*/

.introduce_support .flow__list {
    margin-bottom: 64px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    font-feature-settings: "palt";
}

.introduce_support .flow__list_arrow::after {
    width: 10px;
    height: 10px;
    right: -9%;
    top: 50%;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    border: solid 4px #63D1EC;
    border-width: 4px 4px 0 0;
    z-index: 1;
}

.introduce_support .flow__list > li {
    width: 15%;
    padding: 15px;
    position: relative;
    background-color: #FFF;
    border-radius: 8px;
    box-sizing: border-box;
}

.introduce_support .flow__list_ttl {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #159cb6;
    margin-bottom: 8px;
}

.introduce_support .flow__list_ttl span {
    font-size: 12px;
    padding: 2px 15px;
    margin: 0 auto 2px;
    display: table;
    border-radius: 50px;
    color: #FFF;
    background: #159cb6;
}

.introduce_support .flow__list_inner {
    padding-top: 5px;
}

.introduce_support .flow__list_inner li::before {
    width: 8px;
    height: 8px;
    left: 2px;
    top: 8px;
    border-radius: 50%;
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #99a9be;
}

.introduce_support .flow__list_inner li {
    padding-left: 15px;
    position: relative;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 6px;
}


/*サポートメニュー*/

.introduce_support .support__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.introduce_support .support__list .support__item {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 18px;
}

.introduce_support .support__list .support__item dl {
    position: relative;
}

.introduce_support .support__list .support__list_ttl .number {
    font-size: 33px;
    color: #159CB6;
    font-weight: 700;
}

.introduce_support .support__list .support__list_subttl {
    font-size: 20px;
    color: #159CB6;
    font-weight: 700;
    margin-bottom: 12px;
}

.introduce_support .support__list .support__list_txt {
    font-weight: 500;
}


/* -----------------------------------------------------------
導入までの流れ サポートメニュー 1280px以下
----------------------------------------------------------- */

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

    /*導入までの流れ*/
    .introduce_support .flow__list {
        margin-bottom: 48px;
    }

    .introduce_support .flow__list > li {
        width: 32%;
        margin-bottom: 24px;
    }

    .introduce_support .flow__list_inner li br {
        display: none;
    }

    .introduce_support .flow__list_arrow::after {
        right: -4%;
    }

    .introduce_support .flow__list_ttl {
        font-size: 20px;
    }

    /*サポートメニュー*/
    .introduce_support .support__list .support__item {
        width: 44%;
        height: auto;
        margin-bottom: 24px;
        border-radius: 8px;
        padding: 24px 2.5%;
    }
}


/* -----------------------------------------------------------
導入までの流れ サポートメニュー 768px以下
----------------------------------------------------------- */

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

    /*タイトル調整*/
    .mainTitle_introduce h2 {
        font-size: 28px;
    }

    .mainTitle_introduce h2 span {
        font-size: 16px;
    }

    .mainTitle_introduce h2 br.br_sp {
        display: none;
    }

    /*導入までの流れ*/
    .introduce_support .flow__list > li {
        width: 48%;
    }

    .introduce_support .flow__list_arrow::after {
        right: -6%;
    }

    .introduce_support .support__list .support__list_ttl .number {
        font-size: 24px;
    }
}


/* -----------------------------------------------------------
導入までの流れ サポートメニュー 480px以下
----------------------------------------------------------- */

@media screen and (max-width: 480px) {
    .mainTitle_introduce h2 br.br_sp {
        display: block;
    }

    /*導入までの流れ*/
    .introduce_support .flow__list > li {
        width: 100%;
    }

    .introduce_support .flow__list_arrow::after {
        right: 50%;
        top: initial;
        bottom: -16%;
        transform: rotate(135deg);
        border-width: 2px 2px 0 0;
    }

    .introduce_support .flow__list dl {
        display: flex;
    }

    .introduce_support .flow__list_ttl {
        font-size: 17px;
        border-right: 2px dotted #dbe2eb;
        padding-right: 8px;
        margin-right: 8px;
        min-width: 110px;
    }

    /*サポートメニュー*/
    .introduce_support .support__list .support__item {
        width: 100%;
        padding: 14px 5% 24px 5%;
    }
}


/* -----------------------------------------------------------

TOP フォーム

----------------------------------------------------------- */

.kensetsu_top_form .contentsWrap {
    max-width: 1000px;
}

.kensetsu_top_form h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 40px;
}


/* -----------------------------------------------------------
TOP フォーム 768px以下
----------------------------------------------------------- */

@media screen and (max-width: 768px) {
    .kensetsu_top_form h2 {
        font-size: 26px;
    }
}

.color01 {
    color: #33A1C1;
}

p.kensetsu-text01 {
    font-size: 17px;
}

@media screen and (max-width: 768px) {
    .br_pc {
        display: none;
    }
}
