@charset "utf-8";

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

ページタイトル調整

----------------------------------------------------------- */
.pageTitle h2 {
    letter-spacing: 2px;
}

.pageTitle h2 span {
    display: inline;
}

/*----------------------------------------------------
	ページタイトル調整 (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .pageTitle h2 {
        letter-spacing: 0;
        font-size: 29px;
    }

    .pageTitle h2 span {
        display: none;
    }
}

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

プロカン × プロキャス 連携

----------------------------------------------------------- */
/*タイトル調整*/
.cancas_about .mainTitle h2 {}

.cancas_about .mainTitle h2 .sub {
    color: #0089A5;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 2px;
}

.cancas_about .mainTitle h2 .txtColor_02,
.cancas_about .mainTitle h2 .txtColor_01 {
    display: inline;
}

.cancas_about .mainTitle h2 .txtColor_02 {
    color: #014476;
}

/*図*/
.cancas_about .cancas_image img {
    width: 100%;
    max-width: 980px;
    margin: 3em auto 0 auto;
    display: block;
}

/*ボタン*/
.cancas_about .btArea {
    margin-top: 3em;
}

.cancas_about .btArea a {
    margin: 1em;
}

/*----------------------------------------------------
	連携製品イメージ (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {

    /*タイトル調整*/
    .cancas_about .mainTitle h2 {
        font-size: 27px;
        letter-spacing: 1px;
    }

    .cancas_about .mainTitle h2 .sub {
        font-size: 14px;
    }

    /*図*/
    .cancas_about .cancas_image img {
        margin: 2em auto 0 auto;
    }

    /*ボタン*/
    .cancas_about .btArea {
        margin-top: 2em;
    }

    .cancas_about .btArea a {
        margin: 0.5em auto;
    }
}

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

こんな企業におすすめ

----------------------------------------------------------- */
.cancas_target .contentsWrap {
    padding: 0 0 120px 0;
}

.cancas_target .target__listIn {
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 3em;
    position: relative;
}

.cancas_target .target__listIn .target__item {
    width: 50%;
    border-radius: 14px;
    padding: 20px 2% 20px 2%;
    background-color: #fff;
    border: solid 1px #159cb6;
    box-shadow: rgba(18, 49, 71, 0.07) 0px 4px 18px 0px;
}

.cancas_target .target__listIn .target__plus::after {
    font-size: 48px;
    font-weight: 700;
    color: #555;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    content: "×";
}

.cancas_target .target__listIn .target__item:first-child {
    margin-right: 6%;
}

/*アイコン*/
.cancas_target .target__listIn .target__item .icon {
    background: #e7f4f7;
    width: 64px;
    height: 64px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1em auto;
}

.cancas_target .target__listIn .target__item .icon svg {
    width: 32px;
    height: 32px;
}

/*テキスト*/
.cancas_target .target__listIn .target__item .txtArea .ttl {
    font-weight: 800;
    font-size: 18px;
}

/*-----------業種リスト-----------*/
.cancas_target .industry__main h3.industry__mainttl {
    text-align: center;
    font-size: 24px;
    margin-bottom: 1em;
}

.cancas_target .industry__listIn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.cancas_target .industry__listIn li.industry__item {
    width: calc(96% / 3);
    width: -webkit-calc(96% / 3);
    border-radius: 12px;
    margin: 0 auto 1.5% auto;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #159cb6;
}

.cancas_target .industry__listIn li.industry__item .txt {
    text-align: center;
    font-weight: 800;
    padding: 20px 1.5%;
}

/*----------------------------------------------------
	こんな企業におすすめ (1000px以下)
----------------------------------------------------*/
@media screen and (max-width: 1000px) {
    .cancas_target .target__listIn .target__plus::after {
        font-size: 32px;
    }

    /*-----------業種リスト-----------*/
    .cancas_target .industry__listIn li.industry__item {
        width: calc(96% / 2);
    }
}

/*----------------------------------------------------
	こんな企業におすすめ (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .cancas_target .contentsWrap {
        padding: 0 0 64px 0;
    }

    .cancas_target .target__listIn {
        display: block;
    }

    .cancas_target .target__listIn .target__item {
        width: 95%;
    }

    .cancas_target .target__listIn .target__item:first-child {
        margin: 0 0 4em 0;
    }

    .cancas_target .target__listIn .target__plus::after {
        font-size: 48px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    /*-----------業種リスト-----------*/
    .cancas_target .industry__listIn li.industry__item .txt br.br_sp {
        display: none;
    }
}

/*----------------------------------------------------
	こんな企業におすすめ (480px以下)
----------------------------------------------------*/
@media screen and (max-width: 480px) {
    .cancas_target .target__listIn .target__item {
        border-radius: 6px;
    }

    .cancas_target .target__listIn .target__plus::after {
        font-size: 32px;
    }

    .cancas_target .target__listIn .target__item:first-child {
        margin: 0 0 3em 0;
    }

    /*-----------業種リスト-----------*/
    .cancas_target .industry__listIn li.industry__item {
        width: calc(95% / 2);
        border-radius: 6px;
    }

    .cancas_target .industry__main h3.industry__mainttl {
        font-size: 20px;
    }

    .cancas_target .industry__listIn li.industry__item .txt {
        padding: 12px 0.8em;
        font-size: 14px;
    }

    .cancas_target .industry__listIn li.industry__item .txt br.br_sp {
        display: block;
    }
}

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

2製品で解決できること

----------------------------------------------------------- */
.cancas_solution {
    background-color: #faf8f7;
}


.cancas_solution p.txtCatch {
    margin-bottom: 4em;
}

.cancas_solution .solution_detailList .solution_detailItem {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 4em;
    align-items: center;
    border-top: solid 1px #E3E9EF;
    padding-top: 4em;
}

/*図*/
.cancas_solution .solution_detailList .solution_detailItem .imgArea {
    width: calc(96% / 2);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(18, 49, 71, .07);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.cancas_solution .solution_detailList .solution_detailItem .imgArea .imgAreaIn {
    padding: 2em;
}

.cancas_solution .solution_detailList .imgArea img {
    max-width: 100%;
}

.cancas_solution .solution_detailList .detailtxt_Right .imgArea {
    margin-right: 4%;
}

.cancas_solution .solution_detailList .detailtxt_Left .imgArea {
    margin-left: 4%;
}

/*テキスト*/
.cancas_solution .solution_detailList .solution_detailItem .txtArea {
    width: calc(96% / 2);
}

.cancas_solution .solution_detailList .txtAreaIn01 {
    margin-bottom: 1em;
}

.cancas_solution .solution_detailList .txtAreaIn01 .subttl {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .04em;
    background: #e7f4f7;
    color: #0089A5;
    border-radius: 999px;
    padding: 5px 14px;
    margin-bottom: 1em;
}

.cancas_solution .solution_detailList .txtAreaIn01 .ttl {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 1em;
}

.cancas_solution .solution_detailList .txtAreaIn02 {
    background: #fff;
    border: 1px solid #E3E9EF;
    border-radius: 10px;
    padding: 1em 1.2em;
}

.cancas_solution .solution_detailList .txtAreaIn02 .ttl {
    font-weight: 800;
    color: #0089A5;
    margin-bottom: 0.5em;
}

.cancas_solution .solution_detailList .txtAreaIn02 ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.cancas_solution .solution_detailList .txtAreaIn02 ul li {
    padding-left: 25px;
    position: relative;
}

.cancas_solution .solution_detailList .txtAreaIn02 ul li::after {
    content: "✓";
    position: absolute;
    left: 4px;
    top: 5px;
    font-size: 11px;
    font-weight: 900;
    color: #0089A5;
}

.cancas_solution .solution_detailList .txtAreaIn02 ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e7f4f7;
}

/*----------------------------------------------------
	2製品で解決できること (1000px以下)
----------------------------------------------------*/
@media screen and (max-width: 1000px) {
    .cancas_solution .solution_detailList .solution_detailItem {}

    .cancas_solution .solution_detailList .solution_detailItem .imgArea {
        background: inherit;
        box-shadow: inherit;
        min-height: 100px;
    }

    .cancas_solution .solution_detailList .solution_detailItem .imgArea .imgAreaIn {
        padding: 0;
    }

    .cancas_solution .solution_detailList .detailtxt_Left .imgArea {
        order: 1;
        margin-left: 0;
        margin-right: 4%;
    }

    .cancas_solution .solution_detailList .detailtxt_Left .txtArea {
        order: 2;
    }
}

/*----------------------------------------------------
	2製品で解決できること (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .cancas_solution p.txtCatch {
        margin-bottom: 3em;
    }

    .cancas_solution .mainTitle h2 {
        letter-spacing: 1px;
    }

    .cancas_solution .solution_detailList .solution_detailItem {
        margin-top: 2.5em;
        padding-top: 2.5em;
    }

    .cancas_solution .solution_detailList .detailtxt_Right .imgArea {
        margin-right: 0;
    }

    .cancas_solution .solution_detailList .solution_detailItem .imgArea {
        width: 100%;
        max-width: 600px;
        margin-bottom: 2em;
        min-height: inherit;
    }

    .cancas_solution .solution_detailList .solution_detailItem .txtArea {
        width: 100%;
    }

    .cancas_solution .solution_detailList .txtAreaIn01 .ttl {
        font-size: 18px;
    }
}

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

課題と解決

----------------------------------------------------------- */
.cancas_problem {
    background-color: #faf8f7;
}

.cancas_problem .contentsWrap {
    padding: 0 0 120px 0;
}

/*テーブル*/
.cancas_problem .problem_tableIn {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #fff;
}

.cancas_problem .problem_tableIn th {
    padding: 0.8em;
    font-weight: 800;
}

.cancas_problem .problem_tableIn td {
    padding: 0.8em;
    border: solid 1px #ddd;
}

/*テーブルhead*/
.cancas_problem .problem_tableIn .item_head {
    background-color: #123147;
    color: #fff;
    border-radius: 10px 0 0 0;
}

.cancas_problem .problem_tableIn .bf_head {
    background-color: #8494a0;
    color: #fff;
}

.cancas_problem .problem_tableIn .af_head {
    background-color: #159cb6;
    color: #fff;
    border-radius: 0 10px 0 0;
}

/*テーブルtd*/
.cancas_problem .problem_tableIn .item_data {
    font-weight: bold;
}

.cancas_problem .problem_tableIn tr:last-child .item_data {
    border-radius: 0 0 0 10px;
}

.cancas_problem .problem_tableIn tr:last-child .af_data {
    border-radius: 0 0 10px 0;
}

/*アイコン*/
.cancas_problem .problem_tableIn tr .check_icon {
    margin-right: 0.5em;
    color: #159cb6;
    font-weight: 800;
}

.cancas_problem .problem_tableIn tr .times_icon {
    margin-right: 0.5em;
    color: #C0453B;
    font-weight: 800;
}

/*----------------------------------------------------
	課題と解決 (1280px以下)
----------------------------------------------------*/
@media screen and (max-width: 1280px) {
    .cancas_problem .problem_tableIn .item_head {
        min-width: 130px;
    }
}

/*----------------------------------------------------
	課題と解決 (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .cancas_problem .problem_tableIn {
        background-color: inherit;
    }

    .cancas_problem .problem_tableIn tr {
        margin-bottom: 1.5em;
        display: block;
    }

    /*テーブルhead*/
    .cancas_problem .problem_tableIn .tbl_head {
        display: none;
    }

    /*テーブルtd*/
    .cancas_problem .problem_tableIn td {
        display: block;
    }

    .cancas_problem .problem_tableIn .item_data {
        background-color: #555;
        color: #fff;
    }

    .cancas_problem .problem_tableIn .af_data {
        background-color: #e8f7fa;
    }

    .cancas_problem .problem_tableIn tr:last-child .item_data {
        border-radius: 0;
    }

    .cancas_problem .problem_tableIn tr:last-child .af_data {
        border-radius: 0;
    }

    /*アイコン*/
    .cancas_problem .problem_tableIn tr .times_icon,
    .cancas_problem .problem_tableIn tr .check_icon {
        display: none;
    }

    /*データlabelの表示*/
    .cancas_problem .problem_tableIn .bf_data::before,
    .cancas_problem .problem_tableIn .af_data::before {
        content: attr(data-label);
        font-weight: 800;
        display: block;
        margin-bottom: 0.5em;
    }

    .cancas_problem .problem_tableIn .af_data::before {
        color: #0089a5;
    }
}

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

連携内容の詳細

----------------------------------------------------------- */
.cancas_detail .detail_content {
    border: 1px solid #E3E9EF;
    border-radius: 16px;
    padding: 2em;
    box-shadow: 0 4px 18px rgba(18, 49, 71, .07);
    margin-bottom: 2em;
}

/*テキストエリア*/
.cancas_detail .detail_content .detail_contentIn .txtArea {
    border-bottom: solid 1px #ddd;
    margin-bottom: 2em;
    padding-bottom: 2em;

}

.cancas_detail .detail_content .detail_contentIn .txtArea .ttl {
    font-size: 20px;
    font-weight: 800;
}

/*図*/
.cancas_detail .detail_content .detail_contentIn .imgArea img {
    max-width: 100%;
}

/*----------------------------------------------------
	連携内容の詳細 (480px以下)
----------------------------------------------------*/
@media screen and (max-width: 480px) {
    .cancas_detail .detail_content {
        padding: 1.5em;
    }

    /*テキストエリア*/
    .cancas_detail .detail_content .detail_contentIn .txtArea {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .cancas_detail .detail_content .detail_contentIn .txtArea .ttl {
        font-size: 18px;
    }
}

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

導入事例

----------------------------------------------------------- */
.cancas_case {
    background-color: #faf8f7;
}

.cancas_case .case_content .case_item {
    border: 1px solid #E3E9EF;
    border-radius: 16px;
    padding: 2em;
    box-shadow: 0 4px 18px rgba(18, 49, 71, .07);
    background-color: #fff;
}

.cancas_case .case_content .case_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

/*テキストエリア*/
.cancas_case .case_content .case_item .case_txt {
    width: 48%;
    margin-right: 2%;
    border-right: solid 1px #ddd;
    padding-right: 1.8%;
}

.cancas_case .case_content .case_item .case_txt .subttl {
    display: inline-block;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: .08em;
    color: #0089A5;
    background: #E7F4F7;
    border: #CDE9EF;
    border-radius: 999px;
    padding: 5px 14px;
}

.cancas_case .case_content .case_item .case_txt .ttl {
    font-size: 22px;
    font-weight: 800;
    margin-top: 0.8em;
}

.cancas_case .case_content .case_item .case_txt .coname {
    font-size: 14px;
    color: #555;
    font-weight: bold;
}

.cancas_case .case_content .case_item .case_txt .maintxt {
    margin-top: 1em;
}

/*ステータス*/
.cancas_case .case_content .case_item .case_status {
    width: 47%;
}

.cancas_case .case_content .case_item .case_status .case_status_item {
    border-bottom: dashed 1px #ddd;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.cancas_case .case_content .case_item .case_status .case_status_item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.cancas_case .case_content .case_item .case_status .case_status_item .txt .txtColor_01 {
    font-weight: 800;
}

/*----------------------------------------------------
	導入事例 (1280px以下)
----------------------------------------------------*/
@media screen and (max-width: 1280px) {
    .cancas_case .case_content .case_item {
        border-radius: 8px;
    }

    /*テキストエリア*/
    .cancas_case .case_content .case_item .case_txt {
        width: 100%;
        margin: 0 0 2em 0;
        border-right: 0;
        padding-right: 0;
    }

    .cancas_case .case_content .case_item .case_txt .ttl br {
        display: none;
    }

    /*ステータス*/
    .cancas_case .case_content .case_item .case_status {
        width: 100%;
    }

    .cancas_case .case_content .case_item .case_status .case_status_item .txt br.br_sp {
        display: none;
    }

}

/*----------------------------------------------------
	導入事例 (480px以下)
----------------------------------------------------*/
@media screen and (max-width: 480px) {
    .cancas_case .case_content .case_item {
        padding: 1.5em;
    }

    /*テキストエリア*/
    .cancas_case .case_content .case_item .case_txt .ttl {
        font-size: 20px;
    }

    .cancas_case .case_content .case_item .case_txt .subttl {
        font-size: 13px;
        text-align: center;
        display: block;
    }

    /*ステータス*/
    .cancas_case .case_content .case_item .case_status .case_status_item .txt {
        text-align: center;
        font-size: 14px;
    }

    .cancas_case .case_content .case_item .case_status .case_status_item .txt br.br_sp {
        display: block;
    }
}

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

foot CTA

----------------------------------------------------------- */
.cancas_cta {
    background-color: #159cb6;
}

.cancas_cta .contentsWrap {
    padding: 80px 0 !important;
}

.cancas_cta .ctaTitle {
    color: #fff;
    font-weight: 800;
    font-size: 28px;
    text-align: center;
    margin-bottom: 1em;
}

.cancas_cta .cancas_cta_content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 2em;
}

/*テキスト*/
.cancas_cta .cancas_cta_content .txtArea {
    width: 48%;
    margin-right: 2%;
    color: #fff;
    font-weight: 500;
}

/*図*/
.cancas_cta .cancas_cta_content .imgArea {
    width: 50%;
    background-color: #fff;
    border-radius: 10px;
}

.cancas_cta .cancas_cta_content .imgArea .imgAreaIn {
    padding: 1em;
}

.cancas_cta .cancas_cta_content .imgArea img {
    max-width: 100%;
}

/*ボタン*/
.cancas_cta .btArea a {
    margin: 0.5em 1em;
}

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

    /*テキスト*/
    .cancas_cta .cancas_cta_content .txtArea {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2em;
    }

    /*図*/
    .cancas_cta .cancas_cta_content .imgArea {
        width: 100%;
        border-radius: 8px;
        max-width: 800px;
    }
}

/*----------------------------------------------------
	foot CTA (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .cancas_cta .ctaTitle br.br_sp {
        display: none;
    }

    .cancas_cta .contentsWrap {
        padding: 64px 0 !important;
    }
}

/*----------------------------------------------------
	foot CTA (480px以下)
----------------------------------------------------*/
@media screen and (max-width: 480px) {
    .cancas_cta .ctaTitle {
        font-size: 22px;
    }

    .cancas_cta .ctaTitle br.br_sp {
        display: block;
    }

    /*図*/
    .cancas_cta .cancas_cta_content .imgArea .imgAreaIn {
        padding: 0.5em;
    }

    /*ボタン*/
    .cancas_cta .btArea a {
        margin: 0.5em auto;
    }

}
