@charset "utf-8";

br.tab {
    display: none;
}

.txt_bold{
    font-weight: bold;
}

.business_matching_page.page_content .page_block h4 {
    background-color: transparent;
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.business_matching_page .page_content h4 {
    background-color: #fff;
}

.business_matching_page .business_matching_mv {
    margin-bottom: 30px;
    padding: 50px;
    background-repeat: no-repeat;
    background-image: url(../../ja/exhibition/images/exhibition03/mv_bg.webp);
    background-size: cover;
}

.business_matching_page .page_block.business_matching_merit {
    margin-bottom: 40px;
    background: #f7fbff;
    padding: 10px 25px 20px;
}

.business_matching {
    margin-bottom: 30px;
}

.business_matching_page .font_blue {
    color: #0067b6;
}

.business_matching_page .font_blue.font_big {
    font-size: 35px;
}

.business_matching_page .font_pink {
    color: #ff3399;
}

.business_matching_page .merit_list_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.business_matching_page .merit_list_cont li {
    width: calc((100% - 30px)/3);
    text-align: center;
    min-height: 130px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    box-shadow: 1px 1px 5px #cbcbcb;
}

.business_matching_page .merit_list_cont li img {
    max-width: 65px;
    height: 60px;
    position: relative;
    background: #dae9fe;
    padding: 15px;
    border-radius: 100vh;
}

.business_matching_page .merit_list_cont li p {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
}

.business_matching_page .merit_list_cont li:nth-of-type(2) img {
    max-width: 60px;
    background: #fbe7f2;
}

.business_matching_page .matching_img_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.business_matching_page .matching_img_wrap figure {
    width: 45%;
}

.triangle-right {
    display: inline-block;
    border-style: solid;
    border-width: 30px 0 30px 24px;
    border-color: transparent transparent transparent #c6d9f1;
}

.business_matching_page.page_content h5 {
    font-size: 28px;
    color: #0067b6;
    display: flex;
    align-items: center;
}

.business_matching_page.page_content .step_cont {
    margin-right: 10px;
}

.business_matching_page.page_content p {
    text-align: center;
}

.business_matching_page.page_content .howto_cont p {
    text-align: left;
    display: block;
    padding-left: 3rem;
}

.business_matching_page.page_content .txt_cont {
    margin-top: 10px;
    margin-left: 3rem;
}

.business_matching_page.page_content .txt_cont p {
    margin-bottom: 15px;
}

.business_matching_page.page_content .txt_cont a.btn_cont {
    font-weight: 700;
    text-decoration: none;
    transition: all 400ms ease;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 450px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 100vh;
    padding: 8px 60px 8px 35px;
    color: #fff;
    background: rgb(3 103 183);
}

.business_matching_page.page_content .howto_list:nth-of-type(2) h5 {
    color: #e1007c;
}

.business_matching_page.page_content .howto_list:nth-of-type(2) h5 .num {
    background: #e1007c;
}

.business_matching_page.page_content .howto_list:nth-of-type(2) {
    background: #fdf0f7;
}

.business_matching_page.page_content .howto_list:nth-of-type(2) p{
    margin-top: 5px;
}

.business_matching_page.page_content .howto_list:nth-of-type(2) p+p{
    margin-top: 10px;
}

.business_matching_page.page_content h5 .step {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: .3rem;
}

.business_matching_page.page_content h5 .num {
    background: #0067b6;
    color: #fff;
    padding: .2rem 0.8rem;
    border-radius: 100vh;
    font-size: 18px;
    font-weight: bold;
}

.business_matching_page.page_content h5:before,
.business_matching_page.page_content h5:after {
    display: none;
}

.business_matching_page .howto_cont {
    margin-bottom: 25px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}

.business_matching_page .howto_list {
    background: #eff5ff;
    padding: 20px 20px 30px;
    border-radius: 12px;
    margin-bottom: 15px;
    width: 48%;
}

.business_matching_page .howto_list:nth-of-type(1) {
    position: relative;
}

.business_matching_page .howto_list .title_cont {
    margin-bottom: 1rem;
}

.business_matching_page .howto_list:nth-of-type(1):after {
    content: "";
    position: absolute;
    border-style: solid;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid #4e8bf0;
    border-right: 0;
    right: -6%;
    top: 35%;
}

.business_matching_page .btn.btn_center {
    margin: 0 auto;
    display: block;
}

.business_matching_page .btn {
    width: max-content;
}

.btn.matching {
    background: #e1007c;
    background: linear-gradient(0deg, rgb(225 0 124) 0%, rgb(255 142 204) 100%);
}

.business_matching_page .attention_cont {
    background: #fffaea;
    padding: 20px;
    border: 3px solid #ffc200;
}

.business_matching_page .attention_cont p{
    font-size: 1.15rem;
}

.business_matching_page .attention_cont h5 {
    color: #000;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
}

.business_matching_page .attention_cont .font_bold span {
    margin-right: .2rem;
    color: #ff4747;
}


.business_matching_mv .business_matching_bg_cont {
    background: #ffffffc9;
    border-radius: 20px;
    padding: 50px;
    font-family: 'LINESeedJP';
}

.business_matching_mv .business_matching_bg_cont .mv_flex_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.business_matching_mv .business_matching_bg_cont .mv_flex_cont .col_l {
    width: 25%;
}

.business_matching_mv .business_matching_bg_cont .mv_flex_cont .col_l figure.next_logo_cont {
    background: #d7167d;
    padding: 20px;
}

.business_matching_mv .business_matching_bg_cont .mv_flex_cont .col_r {
    width: 70%;
}

.business_matching_mv .business_matching_bg_cont .mv_flex_cont .col_r h3 {
    font-size: 4rem;
    text-align: center;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 20px;
}

.business_matching_mv .business_matching_bg_cont .mv_flex_cont .col_r p {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 2;
}

.business_matching_mv .business_matching_bg_cont .powered_cont {
    display: flex;
    align-items: center;
    justify-content: end;
}

.business_matching_mv .business_matching_bg_cont .powered_cont p {
    font-weight: bold;
    text-align: right;
    margin-right: 20px;
}

.business_matching_mv .business_matching_bg_cont .powered_cont figure {
    max-width: 200px;
}

@media screen and (max-width:1300px) {
    .business_matching_mv .business_matching_bg_cont .mv_flex_cont .col_r h3 {
        font-size: 2.7rem;
    }

    .business_matching_mv .business_matching_bg_cont .mv_flex_cont .col_r p {
        font-size: 2rem;
    }
}

@media screen and (max-width:1000px) {
    br.tab {
        display: block;
    }
}

@media screen and (max-width:850px) {
    .business_matching_mv .business_matching_bg_cont .mv_flex_cont {
        flex-direction: column-reverse;
        margin-bottom: 0;
    }

    .business_matching_mv .business_matching_bg_cont .mv_flex_cont .col_r,
    .business_matching_mv .business_matching_bg_cont .mv_flex_cont .col_l {
        width: 100%;
    }

    .business_matching_mv .business_matching_bg_cont .mv_flex_cont .col_l {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ceatec_logo_cont {
        max-width: 250px;
    }

    .business_matching_mv .business_matching_bg_cont {
        padding: 30px;
    }

    .business_matching_mv .business_matching_bg_cont .mv_flex_cont .col_l figure.next_logo_cont {
        max-width: 200px;
    }
}

@media screen and (max-width:768px) {
    .business_matching_page .merit_list_cont li {
        padding: 15px 10px;
    }

    .business_matching_page .howto_list:nth-of-type(1):after {
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 10px solid #4e8bf0;
    }

    .business_matching_page.page_content .page_block h4 {
        font-size: 23px;
    }

    .business_matching_page .merit_list_cont li p {
        font-size: 16px;
        line-height: 1.4;
    }

    .business_matching_page.page_content h5 {
        font-size: 23px;
    }
}


@media screen and (max-width:600px) {
    .business_matching_page .matching_img_wrap {
        flex-wrap: wrap;
    }

    .business_matching_page .merit_list_cont li p {
        font-size: 14px;
    }

    .triangle-right {
        transform: rotate(90deg);
        position: relative;
        left: 50%;
    }

    .business_matching_page .matching_img_wrap figure {
        width: 100%;
    }

    .business_matching_page .howto_list {
        width: 100%;
    }

    .business_matching_page.page_content .howto_list:nth-of-type(2) .title_cont{
        margin-bottom:0;
    }
    .business_matching_page.page_content .howto_list:nth-of-type(2) p{
        margin-top:0;
    }

    .business_matching_page .howto_list:nth-of-type(1):after {
        transform: rotate(90deg);
        top: inherit;
        bottom: -35px;
        right: 50%;
    }

    .business_matching_page .howto_list:nth-of-type(1) {
        margin-bottom: 30px;
    }

    .business_matching_page.page_content h5 {
        font-size: 23px;
    }

    .business_matching_page .font_blue.font_big {
        font-size: 30px;
    }
    .business_matching_mv .business_matching_bg_cont .mv_flex_cont .col_r h3{
        font-size: 2.2rem;
        margin-bottom: 10px;
    }
    .business_matching_mv .business_matching_bg_cont .mv_flex_cont .col_r p{
        font-size: 1.5rem;
    }
    .ceatec_logo_cont{
        max-width:150px
    }
    .business_matching_mv .business_matching_bg_cont .mv_flex_cont .col_l figure.next_logo_cont{
        max-width:120px;
        padding: 15px;
    }
    .business_matching_mv .business_matching_bg_cont .powered_cont figure{
        max-width: 150px;
    }
    .business_matching_page .business_matching_mv{
        background-position:center;
    }
    .business_matching_mv .business_matching_bg_cont{
        padding: 20px;
    }
}

@media screen and (max-width:480px) {
    .business_matching_page .business_matching_mv{
        padding: 25px;
    }
    .business_matching_mv .business_matching_bg_cont .mv_flex_cont .col_r h3{
        font-size: 1.4rem;
    }
    .business_matching_mv .business_matching_bg_cont .mv_flex_cont .col_r p{
        font-size: 1.1rem;
    }
    .ceatec_logo_cont{
        width:100px;
    }
    .business_matching_mv .business_matching_bg_cont .mv_flex_cont .col_l figure.next_logo_cont{
        width:80px;
        padding: 10px;
    }
    .business_matching_mv .business_matching_bg_cont .powered_cont{
        flex-direction: column;
    }
    .business_matching_mv .business_matching_bg_cont .powered_cont p{
        margin-right: 0;
        margin-bottom: 5px;
    }
    .business_matching_mv .business_matching_bg_cont{
        padding:15px 10px;
    }
    
    .business_matching_page .merit_list_cont li p {
        font-size: 14px;
        margin-top: 0;
        text-align: left;
    }

    br.tab {
        display: none;
    }

    .business_matching_page.page_content .page_block h4 {
        font-size: 17px;
        margin-bottom: 0;
    }

    .business_matching_page .merit_list_cont li {
        width: calc((100% - 15px)/3);
        flex-direction: row;
        width: 90%;
        align-items: center;
        min-height: imh;
        justify-content: left;
        min-height: inherit;
        padding: 10;
        padding: 10px 16px;
        margin-bottom: 10px;
    }

    .business_matching_page .howto_cont {
        margin-bottom: 10px;
    }

    .business_matching_page .page_block.business_matching_merit {
        margin-bottom: 20px;
    }

    .matching_img_cont {
        padding: 0 15px 15px;
    }

    .business_matching_page .merit_list_cont li img {
        margin-right: 10px;
    }

    .triangle-right {
        border-width: 15px 0 14px 10px;
    }

    .business_matching_page .merit_list_cont {
        justify-content: center;
    }
}