
.txtdiv .hbspt-form form .hs-form-field textarea {
    max-width: -webkit-fill-available !important;
}

.cta_whitepaper{
    display: flex;
    flex-direction: column;
    max-width: 640px;
    margin: 20px auto;
    position: relative;

    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
    overflow: hidden;
}
.cta_whitepaper span{
    color: #252729;
    text-align: center;
    font-family: "Noto Sans JP";
}
.cta_whitepaper .logobox{
    display: flex;
    position: absolute;
    padding-left: 16px;
    padding-top: 20px;
}
.cta_whitepaper .logobox img    {
    display: block;
    width: 100%;
    height: auto;
    max-width: 111px;
    
}
.whitepaper_main{
    display: flex;
    flex-direction: row;
    align-items: center;
    max-height: 275px;
}


.cta_whitepaper .txtbox{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 18px;
}
.cta_whitepaper .txtbox > span{
    color: #0974E8;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.48px;
    padding: 0px 16px;
    background: rgba(9, 116, 232, 0.20);
    display: flex;
    /* align-self: center; */
    max-width: 240px;
    align-self: center;
    height: 32px;
    align-items: center;
}
.cta_whitepaper .txtbox p{
    margin: 0;
    display: flex;
    flex-direction: column;
}
.cta_whitepaper .txtbox p > span{
    color: #252729;
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%; /* 30.59px */
    letter-spacing: 0.69px;
}
.cta_whitepaper .txtbox p span .orange_txt{
    color: #FF6200;
}
.cta_whitepaper .txtbox p span .blue_txt{
    color: #0974E8;
    font-size: 30px;
    letter-spacing: 0.9px;
}
.cta_whitepaper .back_img{
    /* position: absolute; */
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: right;
}
.cta_whitepaper .back_img img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 320px;
    position: relative;
    top: 24px;
}
.blue_bot_button{
    display: flex;
    background: #0974E8;
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.10);
    justify-content: center;
    gap: 16px;
    padding-top: 11.5px;
    padding-bottom: 11.5px;
    position: relative;
}
.blue_bot_button span{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 134%; /* 26.8px */
}
.blue_bot_button svg{
    width: 22px;
    height: 22px;
}

@media screen and (max-width: 780px){
    .whitepaper_main {
        flex-direction: column;
        max-height: none;
    }
    .cta_whitepaper .txtbox {
        margin-top: 58px;
        gap: 12px;
    }
    .cta_whitepaper .back_img {
        max-height: 295px;
    }
}

/* CTA版(セミナーアーカイブ) */


/* CTA版(自治体)_pc */
.cta_loc{
    display: flex;
    flex-direction: column;
    max-width: 640px;
    border-radius: 10px;
    background: #0974E8;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
}
.cta_loc span{
    color: #252729;
    text-align: center;
    font-family: "Noto Sans JP";
}
.cta_loc .logobox{
    display: flex;
    position: absolute;
    right: 0;
    padding-right: 25px;
    top: 18px;
}
.cta_loc .logobox img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 111px;
}

.cta_loc .loc_main{
    display: flex;
}
.cta_loc .loc_main .txtbox{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 405px;
    margin-top: 28px;
    margin-bottom: 30px;
    padding-left: 27px;
    z-index: 3;
}
.cta_loc .loc_main .txtbox .txtbox_title{
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.cta_loc .loc_main .txtbox .txtbox_title span{
    color: #FFF;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 40.6px */
    letter-spacing: 0.87px;
}
.cta_loc .loc_main .txtbox .txtbox_title span .orange_txt{
    color: #FFCA3A;
}
.cta_loc .loc_main .txtbox .txtbox_sub{
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.12);
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: 290px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.cta_loc .loc_main .txtbox .txtbox_sub span{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.42px;
}
.cta_loc .loc_main .txtbox .txtbox_sub span .wh_bold{
    font-weight: 700;
}
.cta_loc .loc_main .txtbox .txtbox_btn{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    flex-direction: column;
    max-width: 300px;
    align-items: center;
}
.cta_loc .loc_main .txtbox .txtbox_btn span{
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: 0.42px;
    margin-top: 16px;
    margin-bottom: 9px;
}
.cta_loc .loc_main .txtbox .txtbox_btn div{
    display: flex;
    width: 100%;
}
.cta_loc .loc_main .txtbox .txtbox_btn div a{
    text-decoration: none;
    display: flex;
    gap: 8px;
    border-radius: 29px;
    background: #FFCA3A;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 290px;
    height: 54px;
    align-items: center;
    justify-content: center;


}
.cta_loc .loc_main .txtbox .txtbox_btn div a svg{

}
.cta_loc .loc_main .txtbox .txtbox_btn div a span{
    color: #252729;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    line-height: 134%;
}
.cta_loc .loc_main .txtbox .txtbox_btn div a:hover{
    transform: translateY(0.3rem);
    box-shadow: none;
    transition: all .3s;
}

.cta_loc .loc_main .imgbox{
    max-width: 364px;
    position: relative;
    width: 100%;
    right: -38px;
    position: absolute;
}

.cta_loc .loc_main .imgbox div:nth-child(2) img{
    display: block;
    width: 100%;
    height: auto;
}
.mini_txt{
    display: none;
}
.cta_loc .loc_main .imgbox .circlebox{
    display: flex;
    position: relative;
    right: 55px;
    position: absolute;
    top: 39px;
    gap: 10.4px;
}
.cta_loc .loc_main .imgbox .monitorbox{
    margin-top: 118px;
    z-index: 2;
    position: relative;
}
@media screen and (max-width: 1200px){
    .cta_loc {
        padding-bottom: 30px;
    }
    .cta_loc .loc_main .imgbox {
        position: relative;
        right: 0;
    }
    .cta_loc .loc_main .imgbox .monitorbox {
        margin-top: 0;
    }
    .cta_loc .loc_main .txtbox {
        width: 100%;
        max-width: unset;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        z-index: 3;
        align-items: center;
    }
    .cta_loc .loc_main .txtbox .txtbox_sub {
        padding-top: 12px;
        padding-bottom: 12px;
        width: 100%;
        max-width: 380px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .cta_loc .loc_main {
        flex-direction: column-reverse;
        align-items: center;
        width: 95%;
        align-self: center;
    }
    .cta_loc .loc_main .imgbox .circlebox{
        display: flex;
        flex-direction: column;
        /* float: right; */
        top: 18px;
        position: absolute;
        gap: 6px;
        right: 10px;
    }
    .cta_loc .loc_main .imgbox .circlebox img{
        display: block;
        width: 100%;
        height: auto;
        max-width: 78px;
    }
    .cta_loc .loc_main .imgbox div:nth-child(2) {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }
    .mini_txt{
        display: flex;
        margin-top: 45px;
        flex-direction: column;
        max-width: 322px;
        width: 100%;
        align-items: start;
    }
    .mini_txt span{
        color: #FFF;
        font-family: "Noto Sans JP";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 25.2px */
        letter-spacing: 0.54px;
    }
    .mini_txt span .orange_txt{
        color: #FFCA3A;
        font-size: 26px;
    }
    .cta_loc .loc_main .txtbox .txtbox_title {
        display: none;
    }
    .cta_loc .logobox{
        padding-left: 16px;
        padding-top: 20px;
        left: 0;
        right: unset;
        padding-right: 0px;
        top: 0;
    }
}

/* バナー版(EX) blue */
.cta_ex_blue{
    display: flex;
    flex-direction: column;
    max-width: 640px;
    border-radius: 10px;
    background: #0974E8;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
}
.cta_ex_blue .logobox{
    display: flex;
    position: absolute;
    left: 0;
    padding-top: 19px;
    padding-left: 22px;
}
.cta_ex_blue .logobox img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 111px;
}


.cta_ex_blue .ex_blue_main{
    display: flex;
    width: 100%;
    gap: 27px;
    align-self: center;
    margin-bottom: 26px;
}
.cta_ex_blue .ex_blue_main .txtbox{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-self: center;
    margin-top: 56px;
    max-width: 242px;
    padding-left: 22px;
}
.cta_ex_blue .ex_blue_main .txtbox .m_txt{
    display: flex;
    flex-direction: column;
}
.cta_ex_blue .ex_blue_main .txtbox .m_txt span{
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.87px;
}
.cta_ex_blue .ex_blue_main .txtbox .m_txt .m_span{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 24.3px */
    letter-spacing: 0.54px;
}
.cta_ex_blue .ex_blue_main .txtbox .m_txt span .m_span_num{
    color: #FFCA3A;
    font-family: "Noto Sans JP";
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 54.6px */
    letter-spacing: 1.26px;
}
.cta_ex_blue .ex_blue_main .txtbox .m_txt span .m_span_pp{
    color: #FFCA3A;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.87px;
}
.cta_ex_blue .ex_blue_main .txtbox .m_txt span .m_span_orange{
    color: #FFCA3A;
}


.cta_ex_blue .ex_blue_main .txtbox .m_bt_txt{
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.12);
    padding-top: 10px;
    margin-top: 18px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.cta_ex_blue .ex_blue_main .txtbox .m_bt_txt span{
    color: #FFF;
    text-align: justify;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.42px;
}
.cta_ex_blue .ex_blue_main .imgmixbox{
    display: flex;
    width: 100%;
    /* align-self: center; */
    flex-direction: column;
    justify-content: space-between;
    margin-top: 24px;
}
.cta_ex_blue .ex_blue_main .imgmixbox .imgdiv{
    position: relative;
}
.cta_ex_blue .ex_blue_main .imgmixbox .imgdiv .circle_div{
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.cta_ex_blue .ex_blue_main .imgmixbox .imgdiv .circle_div img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 79px;
}  
.cta_ex_blue .ex_blue_main .imgmixbox .imgdiv .m_img_div{
    display: flex;
    width: 100%;
}
.cta_ex_blue .ex_blue_main .imgmixbox .imgdiv .m_img_div img{
    display: block;
    width: 100%;
    height: auto;
    z-index: 3;
    position: relative;
}

.cta_ex_blue .ex_blue_main .imgmixbox .btndiv{
    display: flex;
    justify-content: center;
}
.cta_ex_blue .ex_blue_main .imgmixbox .btndiv a{
    text-decoration: none;
    display: flex;
    gap: 8px;
    border-radius: 29px;
    background: #FFCA3A;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 290px;
    height: 54px;
    align-items: center;
    justify-content: center;
}
.cta_ex_blue .ex_blue_main .imgmixbox .btndiv a span{
    color: #252729;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 134%; /* 22.78px */
}

.cta_ex_blue .ex_blue_main .imgmixbox .cta_mdiv_mini{
    display: none;
}
.cta_ex_blue .ex_blue_main .imgmixbox .btndiv a:hover{
    transform: translateY(0.3rem);
    box-shadow: none;
    transition: all .3s;
}

@media screen and (max-width: 1200px){
    
    .cta_ex_blue .ex_blue_main {
        flex-direction: column;
    }
    .cta_ex_blue .ex_blue_main .txtbox .m_bt_txt {
        display: none;
    }
    .cta_ex_blue .ex_blue_main .txtbox {
        max-width: 364px;
    }
    .cta_ex_blue .ex_blue_main .imgmixbox {
        max-width: 364px;
        align-self: center;
    }
    .cta_ex_blue .ex_blue_main .imgmixbox .imgdiv .circle_div {
        right: 15px;
        top: -59px;
        flex-direction: row;
        gap: 9px;
    }
    .cta_ex_blue .ex_blue_main .imgmixbox .cta_mdiv_mini{
        display: flex;
        flex-direction: column;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.12);
        padding: 10px;
        margin-bottom: 16px;
        width: 90%;
        align-self: center;
    }
    .cta_ex_blue .ex_blue_main .imgmixbox .cta_mdiv_mini span{
        color: #FFF;
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 21px */
        letter-spacing: 0.42px;
    }
    .cta_ex_blue .ex_blue_main .imgmixbox .imgdiv .circle_div img {
        max-width: 67px;
    }
}

.cx_type .ex_blue_main .txtbox .m_txt .m_span{
    font-size: 17px;
}
.cx_type .ex_blue_main {
    gap: 0;
}
.cx_type .ex_blue_main .txtbox {
    max-width: 254px;
}
.cx_type .ex_blue_main .txtbox .m_txt span .m_span_num {
    font-size: 34px;
    line-height: 130%; /* 44.2px */
    letter-spacing: 1.02px;
}
.cx_type .ex_blue_main .txtbox .m_txt span {
    font-size: 22px;
    letter-spacing: 0.66px;
}
.cx_type .ex_blue_main .txtbox .m_txt span .m_span_pp{
    font-size: 22px;
    letter-spacing: 0.66px;
}
.cx_type .ex_blue_main .txtbox .m_bt_txt {
    padding-right: 12px;
    padding-left: 12px;
}
@media screen and (max-width: 780px){
    .cx_type .ex_blue_main {
        gap: 27px;
    }
    .cx_type .ex_blue_main .txtbox {
        max-width: 364px;
    }
}
@media screen and (max-width: 400px){
    .cta_ex_blue .ex_blue_main {
        gap: 50px;
    }
    .cx_type .ex_blue_main {
        gap: 40px;
    }
}

/* 自治体DX推進はテックタッチ */
.cta_lg_media{
    display: flex;
    flex-direction: column;
    max-width: 640px;
    margin: 20px auto;
    position: relative;

    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
    overflow: hidden;
    margin-top: 20px;
    text-decoration: none;
    margin-bottom: 20px;
}
.cta_lg_media .logobox{
    display: flex;
    position: absolute;
    left: 0;
    padding-top: 19px;
    padding-left: 22px;
}
.cta_lg_media .logobox img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 111px;
}
.cta_lg_media .dx_media_cols{
    display: flex;
    gap: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
}
.cta_lg_media .dx_media_cols .dx_media_lft{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 200px;
    align-self: center;
    gap: 8px;
}
.cta_lg_media .dx_media_cols .dx_media_lft > span{
    border-radius: 20px;
    background: rgba(9, 116, 232, 0.20);
    display: flex;
    height: 28px;
    padding: 0px 10px 1px 10px;
}
.cta_lg_media .dx_media_cols .dx_media_lft span{
    color: #0974E8;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.39px;
    align-items: center;
}
.cta_lg_media .dx_media_cols .dx_media_lft p{
    margin: 0;
    display: flex;
    flex-direction: column;
}
.cta_lg_media .dx_media_cols .dx_media_lft p span{
    color: #252729;
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.cta_lg_media .dx_media_cols .dx_media_lft p .blue_txt{
    color: #0974E8;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 40.3px */
}
.cta_lg_media .dx_media_cols .dx_media_rgt{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.cta_lg_media .dx_media_cols .dx_media_rgt .dx_itm{
    display: flex;
    gap: 12px;
}
.cta_lg_media .dx_media_cols .dx_media_rgt .dx_itm:nth-child(1){
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px dashed rgba(37, 39, 41, 0.30);
}
.cta_lg_media .dx_media_cols .dx_media_rgt .dx_itm .dx_itm_img{
    display: flex;
    max-width: 90px;
    align-items: center;
}
.cta_lg_media .dx_media_cols .dx_media_rgt .dx_itm .dx_itm_img img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 90px;
    min-width: 90px;
}
.cta_lg_media .dx_media_cols .dx_media_rgt .dx_itm .dx_itm_txts{
    display: flex;
    flex-direction: column;
    margin-top: 9px;
}
.cta_lg_media .dx_media_cols .dx_media_rgt .dx_itm .dx_itm_txts div{
    display: flex;
    gap: 5px;
}

.cta_lg_media .dx_media_cols .dx_media_rgt .dx_itm .dx_itm_txts div .lbl{
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border-radius: 2px;
    background: #252729;
    display: flex;
    padding: 2px 4px 3px 4px;
    /* margin-top: 9px; */
    height: 14px;
    min-width: 24px;
}
.cta_lg_media .dx_media_cols .dx_media_rgt .dx_itm .dx_itm_txts div:nth-child(2) .lbl{
    margin-top: 9px;
}
.cta_lg_media .dx_media_cols .dx_media_rgt .dx_itm .dx_itm_txts p{
    display: flex;
    flex-direction: column;
    margin: 0;
}
.cta_lg_media .dx_media_cols .dx_media_rgt .dx_itm .dx_itm_txts p span{
    color: #252729;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 15.4px */
}
.cta_lg_media .dx_media_cols .dx_media_rgt .dx_itm .dx_itm_txts p span .orange_txt{
    color: #FF6200;
    font-size: 24px;
    font-weight: 700;
}
.cta_lg_media .dx_media_cols .dx_media_rgt .dx_itm .dx_itm_txts p span .orange_txt .pp_txt{
    color: #FF6200;
    font-size: 14px;
    font-weight: 400;
}

.cta_lg_media .yellow_bubble{
    position: absolute;
    top: -41px;
    left: 20px;
    height: 52px;
    padding: 0px 12px 1px 12px;
    border-radius: 2px;
    background: #FFCA3A;
    display: flex;
    align-items: center;
}
.cta_lg_media .yellow_bubble svg{
    position: absolute;
    bottom: -16px;
    width: 100%;
    display: flex;
    left: 0;
}
.cta_lg_media .yellow_bubble span{
    color: #252729;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.39px;
    display: flex;
}
.cta_lg_media .bg{
    background-color: #FFF;
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    opacity: 0;
}
.cta_lg_media:hover,
.cta_lg_media:hover .bg{
    opacity: 0.5;
    transition: 0.3s;
    text-decoration: none;
}

@media screen and (max-width: 1200px){
    .cta_lg_media .dx_media_cols {
        flex-direction: column;
        margin-top: 50px;
        margin-bottom: 54px;
    }
    .cta_lg_media .yellow_bubble span br{
        display: none;
    }
    .cta_lg_media .yellow_bubble {
        position: absolute;
        height: 32px;
    }
    .cta_lg_media .yellow_bubble svg {
        width: 28%;
    }
    
    .cta_lg_media .dx_media_cols .dx_media_lft {
        width: fit-content;
        align-self: center;
        max-width: unset;
    }
    .cta_lg_media .dx_media_cols .dx_media_lft span {
        align-items: center;
        width: fit-content;
        align-self: center;
    }
}
@media screen and (max-width: 700px){
    .cta_lg_media .dx_media_cols .dx_media_lft p{
        flex-direction: row;
    }
}
@media screen and (max-width: 500px){
    .cta_lg_media .dx_media_cols .dx_media_lft p span {
        font-size: 26px;
    }
    .cta_lg_media .dx_media_cols .dx_media_lft p .blue_txt{
        font-size: 28px;
    }
}
@media screen and (max-width: 400px){
    .cta_lg_media .dx_media_cols .dx_media_lft p{
        flex-direction: column;
    }
}
@media screen and (max-width: 374px){
    .cta_lg_media .dx_media_cols .dx_media_lft p span {
        font-size: 20px;
    }
    .cta_lg_media .dx_media_cols .dx_media_lft p .blue_txt{
        font-size: 24px;
    }
}

/* バナー版(EX)_ */
.cta_ex_media,
.cta_cx_media{
    display: flex;
    flex-direction: column;
    max-width: 640px;
    margin: 20px auto;
    position: relative;

    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
    overflow: hidden;

    text-decoration: none;
}

.cta_ex_media .logobox,
.cta_cx_media .logobox{
    display: flex;
    position: absolute;
    right: 0;
    padding-right: 25px;
    top: 18px;
}
.cta_ex_media .logobox img,
.cta_cx_media .logobox img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 111px;
}
.cta_ex_media .ex_media_main,
.cta_cx_media .ex_media_main{
    display: flex;
    flex-direction: column;
    padding-bottom: 9px;
}

.cta_ex_media .ex_media_main .ex_media_cols,
.cta_cx_media .ex_media_main .ex_media_cols{
    display: flex;
    margin-top: 17px;
}
.cta_ex_media .ex_media_main .ex_media_cols .cols_lft,
.cta_cx_media .ex_media_main .ex_media_cols .cols_lft{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 100%;
    max-width: 280px;
}
.cta_ex_media .ex_media_main .ex_media_cols .cols_lft div,
.cta_cx_media .ex_media_main .ex_media_cols .cols_lft div{
    display: flex;
    flex-direction: column;
}
.cta_ex_media .ex_media_main .ex_media_cols .cols_lft div span,
.cta_cx_media .ex_media_main .ex_media_cols .cols_lft div span{
    color: #252729;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.32px;
}
.cta_ex_media .ex_media_main .ex_media_cols .cols_lft div .orange_txt,
.cta_cx_media .ex_media_main .ex_media_cols .cols_lft div .orange_txt{
    color: #FF6200;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.4px;
}
.cta_ex_media .ex_media_main .ex_media_cols .cols_lft div .blue_txt,
.cta_cx_media .ex_media_main .ex_media_cols .cols_lft div .blue_txt{
    color: #0974E8;
    font-family: "Noto Sans JP";
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    letter-spacing: 3.2px;
}
.cta_ex_media .ex_media_main .ex_media_cols .cols_lft div:nth-child(2),
.cta_cx_media .ex_media_main .ex_media_cols .cols_lft div:nth-child(2){
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.cta_ex_media .ex_media_main .ex_media_cols .cols_lft div:nth-child(2) img,
.cta_cx_media .ex_media_main .ex_media_cols .cols_lft div:nth-child(2) img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 170px;
}
.cta_ex_media .ex_media_main .ex_media_cols .cols_rgt,
.cta_cx_media .ex_media_main .ex_media_cols .cols_rgt{
    display: flex;
    width: 100%;
    max-width: 360px;
    position: relative;
    align-items: center;
    margin-top: 30px;
    left: -20px;
}
.cta_ex_media .ex_media_main .ex_media_cols .cols_rgt img,
.cta_cx_media .ex_media_main .ex_media_cols .cols_rgt img{
    display: block;
    width: 100%;
    height: auto;
}
.cta_ex_media .ex_media_main .ex_media_cols .cols_rgt .mcolimg ,
.cta_cx_media .ex_media_main .ex_media_cols .cols_rgt .mcolimg {
    position: relative;
}
.cta_ex_media .ex_media_main .ex_media_cols .cols_rgt .mcolimg .monitor_div img,
.cta_cx_media .ex_media_main .ex_media_cols .cols_rgt .mcolimg .monitor_div img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 !important;
}
.cta_ex_media .ex_media_main .ex_media_cols .cols_rgt .mcolimg .video_div,
.cta_cx_media .ex_media_main .ex_media_cols .cols_rgt .mcolimg .video_div{
    position: absolute;
    width: 100%;
    display: flex;
    top: 4%;
    justify-content: center;
}
.cta_ex_media .ex_media_main .ex_media_cols .cols_rgt .mcolimg .video_div img,
.cta_ex_media .ex_media_main .ex_media_cols .cols_rgt .mcolimg .video_div video,
.cta_cx_media .ex_media_main .ex_media_cols .cols_rgt .mcolimg .video_div img,
.cta_cx_media .ex_media_main .ex_media_cols .cols_rgt .mcolimg .video_div video{
    width: 77%;
}
.cta_ex_media .ex_media_main .ex_media_cols .cols_rgt .frontphonimg,
.cta_cx_media .ex_media_main .ex_media_cols .cols_rgt .frontphonimg{
    display: flex;
    position: absolute;
    right: 0;
    max-width: 75px;
    bottom: -30px;
}
.cta_ex_media .ex_media_main .gray_txt_bot,
.cta_cx_media .ex_media_main .gray_txt_bot{
    display: flex;
    flex-direction: column;
    width: 95%;
    align-self: center;
}
.cta_ex_media .ex_media_main .gray_txt_bot span,
.cta_cx_media .ex_media_main .gray_txt_bot span{
    color: #626262;
    font-family: "Noto Sans JP";
    font-size: 7.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 10.05px */
}
.cta_ex_media .bg,
.cta_cx_media .bg{
    background-color: white;
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    opacity: 0;
}
.cta_ex_media:hover,
.cta_ex_media:hover .bg,
.cta_cx_media:hover,
.cta_cx_media:hover .bg{
    opacity: 0.5;
    transition: 0.3s;
    text-decoration: none;
}

@media screen and (max-width: 1140px){
    .cta_ex_media .ex_media_main .ex_media_cols,
    .cta_cx_media .ex_media_main .ex_media_cols {
        flex-direction: column;
        margin-top: 51px;
    }
    .cta_ex_media .ex_media_main,
    .cta_cx_media .ex_media_main {
        align-items: center;
    }
    .cta_ex_media .ex_media_main .ex_media_cols .cols_lft,
    .cta_cx_media .ex_media_main .ex_media_cols .cols_lft {
        max-width: unset;
    }
    .cta_ex_media .ex_media_main .ex_media_cols .cols_rgt,
    .cta_cx_media .ex_media_main .ex_media_cols .cols_rgt {
        left: 0;
    }
    .cta_ex_media .ex_media_main .ex_media_cols .cols_rgt .frontphonimg,
    .cta_cx_media .ex_media_main .ex_media_cols .cols_rgt .frontphonimg {
        max-width: 62px;
        bottom: -16px;
    }

    .cta_ex_media .ex_media_main .ex_media_cols .cols_lft div span,
    .cta_cx_media .ex_media_main .ex_media_cols .cols_lft div span{
        font-size: 18px;
        letter-spacing: 0.36px;
    }
    .cta_ex_media .ex_media_main .ex_media_cols .cols_lft div .orange_txt,
    .cta_cx_media .ex_media_main .ex_media_cols .cols_lft div .orange_txt{
        font-size: 22px;
        letter-spacing: 0.44px;
    }
    .cta_ex_media .ex_media_main .ex_media_cols .cols_lft div .blue_txt,
    .cta_cx_media .ex_media_main .ex_media_cols .cols_lft div .blue_txt{
        font-size: 34px;
        letter-spacing: 3.4px;
    }
}
@media screen and (max-width: 374px){
    .blue_bot_button span {
        font-size: 17px;
    }
    .cta_ex_media .ex_media_main .ex_media_cols .cols_lft div .orange_txt, 
    .cta_cx_media .ex_media_main .ex_media_cols .cols_lft div .orange_txt {
        font-size: 18px;
        letter-spacing: 0.44px;
    }
    .cta_ex_media .ex_media_main .ex_media_cols .cols_lft div .blue_txt, 
    .cta_cx_media .ex_media_main .ex_media_cols .cols_lft div .blue_txt {
        font-size: 30px;
        letter-spacing: 3.4px;
    }
}


/* cta_archive_seminar */
.cta_archive_seminar{
    display: flex;
    flex-direction: column;
    max-width: 640px;
    border-radius: 10px;
    background: #0974E8;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.cta_archive_seminar .logobox{
    display: flex;
    position: absolute;
    left: 0;
    padding-top: 19px;
    padding-left: 22px;
}
.cta_archive_seminar .logobox img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 111px;
}
.cta_archive_seminar .cta_archive_seminar_main{
    display: flex;
    justify-content: center;
    padding-top: 50px;
    flex-direction: column;
    padding-bottom: 30px;
    gap: 42px;
    z-index: 2;
}
.cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols{
    display: flex;
}
.cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols:nth-child(1){
    padding-left: 20px;
}
.cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols:nth-child(2){
    flex-direction: row-reverse;
    gap: 20px;
    padding-right: 20px;
}
.cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols .txtbox{
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    z-index: 2;
}
.cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols .txtbox .top_txts{
    display: flex;
    flex-direction: column;
}
.cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols .txtbox .top_txts span{
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
    letter-spacing: 0.54px;
}
.cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols:nth-child(2){
    text-align: right;
}
.cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols .txtbox .top_txts span .orange_txt{
    color: #FFCA3A;
    font-family: "Noto Sans JP";
    font-size: 20px;
    letter-spacing: 0.6px;
}
.cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols .txtbox .mid_txts{
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    margin-bottom: 16px;
}
.cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols .txtbox .mid_txts span{
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 16.5px */
    letter-spacing: 0.33px;
}
.cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols .txtbox .bot_txts{

}
.cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols .txtbox .bot_txts a{
    display: flex;
    border-radius: 24px;
    background: #FFCA3A;
    box-shadow: 0px 1.985px 6.618px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 250px;
    height: 48px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    gap: 20px;
}
.cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols .txtbox .bot_txts a span{
    color: #252729;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 134%;
    text-align: center;
}
.cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols .txtbox .bot_txts a span .bold{
    font-size: 14px;
}
.cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols .txtbox .bot_txts a:hover{
    transform: translateY(0.3rem);
    box-shadow: none;
    transition: all .3s;
}

.cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols:nth-child(2) .txtbox .bot_txts{
    justify-content: end;
    display: flex;
}
.cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols .imgbox{
    display: flex;
    width: 100%;
    align-items: center;
}
.cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols .imgbox img{
    display: block;
    width: 100%;
    height: auto;
}
.cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols:nth-child(1) .imgbox{
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
}
.cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols:nth-child(1) .imgbox img{
    width: 112%;
    top: -8px;
    left: -32px;
    position: relative;
}
.cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols:nth-child(2) .imgbox{
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
}
.cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols:nth-child(2) .imgbox img{
    width: 112%;
    position: relative;
}

.cta_archive_fillbg,
.fillbg_mini{
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.cta_archive_fillbg svg,
.fillbg_mini svg{
    position: relative;
    bottom: -40px;
}
.fillbg_mini{
    display: none;       
}

@media screen and (max-width: 1150px){
    .cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols:nth-child(1) {
        padding-left: 0px;
        gap: 20px;
    }
    .cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols:nth-child(2) {
        padding-right: 0px;
    }
    .cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols {
        flex-direction: column-reverse;
    }
    .cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols:nth-child(2) {
        flex-direction: column-reverse;
    }
    .cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols:nth-child(1) .imgbox img {
        width: 100%;
        top: unset;
        left: unset;
    }
    .cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols:nth-child(2) .imgbox img {
        width: 100%;
    }
    .cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols .txtbox {
        align-items: center;
    }
    .cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols .txtbox .mid_txts {
        text-align: center;
    }
    .cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols:nth-child(2) .txtbox .bot_txts,
    .cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols:nth-child(1) .txtbox .bot_txts{
        justify-content: center;
        width: 100%;
        display: flex;
    }
    .cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols:nth-child(1) .imgbox {
        display: flex;
        width: 92%;
        align-items: center;
        position: relative;
        padding-left: 45px;
    }
    .cta_archive_seminar .cta_archive_seminar_main .cta_archive_cols:nth-child(2) .imgbox {
        display: flex;
        width: 92%;
        padding-right: 45px;
    }
    .cta_archive_fillbg{
        display: none;
    }
    .fillbg_mini{
        display: flex;
        width: 100%;
        position: absolute;
        bottom: 0;
        
    }
    .fillbg_mini svg{
        position: relative;
        bottom: -40px;
        width: 100%;
        display: block;
        height: auto;
    }
}
