.footer_back {
    width: 100%;
    background: rgba(45, 55, 72, 1);
}
.footer_box {
    width: 100%;
    max-width: 1200px;
    height: 480px;
    margin: 0 auto;
    padding-top: 80px;
    box-sizing: border-box;
}
.footer_top {
    width: 100%;
    height: 230px;
    display: flex;
    justify-content: space-between;
}
.footer_top_left {
    width: 820px;
    height: 300px;
    margin-right: 150px;
    display: flex;
    justify-content: space-between;
}
.news_hr div a div{
    font-size: 14px !important;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(149, 149, 149, 1);
    margin-bottom: 10px;
}
.news_hr {
    display: flex;
    justify-content: space-between;
}
.news_subheading div,.hr_subheading div {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(240, 245, 249, 1) !important;
    margin-bottom: 40px !important;
}
.news_hr_phone {
    width: 172px;
}
.footer_phone {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 46px;
}
.phone_display_move {
    display: none;
}
.footer_phone_text {
    color: rgba(240, 244, 249, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}
.luck_ecology{
    width: 600px;
    display: flex;
    justify-content: space-between;
}
.luck_ecology div {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.5px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(149, 149, 149, 1);
    margin-bottom: 10px;
}
.footer_div_padding{
    padding-top: 28px;
}
.luck_ecology_subheading a:nth-child(1) div {
    color: rgba(240, 245, 249, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}
.luck_ecology_subheading a:nth-child(2) div,.subheading_color a:nth-child(1) div {
    color: rgba(124, 171, 188, 1);
}

.footer_top_right {
    width: 230px;
    height: 130px;
    display: flex;
    justify-content: space-between;
}
.qr_box {
    width: 100px;
    height: 100px;
}
.qr_box img {
    margin: auto;
    width: 100%;
}
.qr_text {
    color: rgba(240, 244, 249, 1);
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
}
.footer_hr {
    margin: 60px 0 40px 0;
    border: 0.5px solid rgba(240, 240, 240, 1);
}
.record_number {
    width: 100%;
    display: flex;
    justify-content: center;
}
.record_number div{
    display: inline-block;
    color: rgba(240, 244, 249, 1);
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0em;
}
@media screen and (max-width: 1200px) {
    .phone_display_pc {
        display: none;
    }
    .footer_box {
        width: 425px;
    }
    .phone_display_move {
        display: flex;
    }
    .footer_top_left {
        display: none;
    }
    .footer_top_right {
        width: 100vw;
        justify-content: space-around;
    }
    .footer_phone {
        padding: 0;
        width: 100%;
        margin: 36px auto 0 auto;
    }
    .footer_phone div {
        margin: 0 auto;
        width: 165px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .phone_display_move div .footer_phone_text {
        margin-left: 20px;
    }
    .footer_top {
        height: auto;
    }
    .footer_box {
        padding-top: 60px;
        height: 413px;
    }
    .record_number {
        width: 100%;
    }
}
@media screen and (max-width: 425px) {
    .phone_display_pc {
        display: none;
    }
    .footer_box {
        width: 425px;
    }
    .phone_display_move {
        display: flex;
    }
    .footer_top_left {
        display: none;
    }
    .footer_top_right {
        width: 100vw;
        justify-content: space-around;
    }
    .footer_phone {
        padding: 0;
        width: 100vw;
        margin: 36px auto 0 0;
    }
    .footer_phone div {
        margin: 0 auto;
        width: 165px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .phone_display_move div .footer_phone_text {
        margin-left: 20px;
    }
    .footer_top {
        height: auto;
    }
    .footer_box {
        padding-top: 60px;
        height: 413px;
    }
    .record_number {
        width: 100vw;
    }
}