@charset "utf-8";
@media screen and (max-width: 768px) {
    /* sect_greeting{ */
    .sect_greeting {
        padding: 25px 0 30px 0;
    }

    .greeting_top {
        padding-bottom: 0;
        position: relative;
    }

    .greeting_top .greeting_topImg {
        position: relative;
        font-size: 0;
    }

    .greeting_top .greeting_topImg_bg {
        /* background-image: url(/images/user/gjfac/topImg_bg.png); */
        /* height: 250px; */
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center;
        /* position: relative; */
    }


    .greeting_topImg_bg .topImg_ceo {
        position: absolute;
        left: 23px;
        top: 156px;
        max-width: 197px;
        width: 100%;
        height: 216px;
        right: auto;
    }

    .greeting_topImg .topImg_txt {
        position: relative;
        top: unset;
        right: unset;
        left: unset;
        width: 100%;
        height: 223px;
        padding: 23px;
        color: #FFFFFF;
    }

    .topImg_txt .topImg_txt_title {
        font-size: 18px;
        font-weight: 700;
        padding-bottom: 10px;
        position: relative;
    }

    .topImg_txt .topImg_txt_cnt {
        padding-top: 15px;
        font-weight: 700;
        font-size: 18px;
    }

    .topImg_txt .topImg_txt_title:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 30px;
        height: 1px;
        background: #fff;
    }

    .topImg_txt .topImg_txt_banner {
        background-image: url(/images/user/gjfac/topImg_banner.png);
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        right: 20px;
        bottom: 0;
        width: 180px;
        height: 62px;
        display: none;
    }

    .greeting_cnt {
        padding: 0;
        padding-bottom: 25px;
    }

    .greeting_cnt span {
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
    }

    .greeting_bt .greeting_bt_txt {
        text-align: right;
        font-size: 16px;
        padding-right: 10px;
    }

    .sect_greeting .wrapper {
        max-width: calc(100% - 30px);
        padding: 0;
    }

    .greeting_bt {
        padding: 0 23px;
        padding-top: 170px;
        padding-bottom: 30px;
    }

    .greeting_bt .greeting_bt_txt b {
        font-size: 24px;
    }

    /* }sect_greeting */
    .title_txt2 {
        display: none;
    }

    .greeting-wrap_ {
        display: block;
        margin: 0 auto;
        padding: 40px 0;
    }

    .greeting-wrap .wrapper {
        margin: 0 auto;
        width: 100%;
    }

    .greeting-bottom-wrap {flex-direction: column;}
    .greeting-bottom-img-wrap {margin: 0;}

    .greeting-wrap__title {
        position: relative;
        max-width: 100%;
        width: 100%;
    }


    .grt_cnt_title1 {
        display: none;
    }

    .grt_cnt_title2 {
        font-size: 18px;
        width: 100%;
        text-align: center;
    }

    .grt_cnt_title3 {
        font-size: 24px;
        margin-top: 14px;
        word-break: keep-all;
    }

    .greeting-wrap__title {
        text-align: center;
    }

    .grt_line {
        display: block;
        background-color: #CE973B;
        height: 2px;
        color: #CE973B;
        width: 100%;
        max-width: 494px;
        margin-right: auto;
        margin-left: 0;
        border-color: transparent;
        position: relative;
        top: 0px;
        margin: 0 auto;
        margin: 9px auto 14px;
    }

    .ceo_img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        min-width: unset;
        position: relative;
        border-radius: 10px;
        margin: 0 auto;
        padding-left: 0;
    }

    .greeting-wrap__img {
        margin: 0 20px;
        order: 1;
    }

    .greeting-wrap__img .img {
        margin: 0 auto;
    }

    /*.greeting-wrap__img .img::before {*/
    /*    content: "";*/
    /*    width: calc(100% - 22px);*/
    /*    height: 100%;*/
    /*    position: absolute;*/
    /*    top: -22px;*/
    /*    right: 0;*/
    /*    z-index: 0;*/
    /*    background-color: #CE973B;*/
    /*    border-radius: 10px;*/
    /*}*/
    .img_text {
        font-size: 16px;
        text-align: center;
        margin: 0 auto 30px;
        padding-left: 0;
        padding-top: 15px;
    }

    .img_text2 {
        font-size: 23px;
        text-align: center;
    }

    .greeting-wrap__txt {
        width: 100%;
        max-width: 100%;
        height: auto;
        background: #FAF5EB;
        font-size: 16px;
        padding: 20px;
        margin-top: 0;
        border-radius: 10px;
        line-height: 30px;
        text-align: center;
        order: 2;
    }

    .greeting-wrap__ico {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 90px 0 90px;
    }
    .greeting-wrap__ico.pc-ver {display: none;}
    .greeting-wrap__ico.mo-ver {display: block; order: 3;}

    .greeting-wrap__txt .no {
        display: none;
    }

    .grt_cnt_all_wrap {
        left: 50%;
        transform: translateX(-50%);
        bottom: -15px;
    }
}