@charset "UTF-8";
/* CSS Document */

/*---------------------------------
* utility
---------------------------------*/

html {
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    min-width: 1090px;
    color: #222222;
}

img {
    max-width: 100%;
    -webkit-backface-visibility: hidden;
}

a {
    color: #222222;
    text-decoration: none;
    transition: all .3s linear;
}

.wrapper {
    max-width: 1128px;
    margin: 0 auto;
}

.sp-display {
    display: none;
}

.pc-display {
    display: block;
}

.breadcrumb .wrapper ul li a img {
    vertical-align: sub;
}

/*---------------------------------
* header
---------------------------------*/

header {
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    width: 100%;
}

.header_inner {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    list-style-type: none;
    padding-left: 50px;
    padding-right: 15px;
    border-bottom: 1px solid #D2D2D2;
}

.header_bl01_text {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10.5px;
}

.header_bl01_img img {
    width: 325px;
    /* 391px */
    padding-left: 7px;
    margin: 4px 0;
}

.header_bl01 {
    display: flex;
    column-gap: 10px;
}

.header_bl01 a span {
    color: #595959;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    margin-top: 30.5px;
    border: 1px solid #B2B2B2;
    width: 250px;
    height: 25px;
    line-height: 1.3;
}

.header_bl01 a span:hover {
    color: #FAB51A;
}

.header_bl02 ul {
    display: flex;
    height: 100%;
}

.header_cont01 {
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-right: 28px;
}

.header_cont01 a {
    font-size: 13px;
}

.header_cont01 a:hover {
    text-decoration: underline;
}

.header_cont01::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: linear-gradient(to bottom left, transparent 50%, #FAB51A 50%) top left / 100% 50% no-repeat,
        linear-gradient(to top left, transparent 50%, #FAB51A 50%) bottom left / 100% 50% no-repeat;
    margin-right: 7.5px;
    margin-top: 1px;
}

.header_cont02 {
    display: flex;
    align-items: center;
    margin-right: 24px;
}

.header_cont03 {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-right: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 40px;
    color: #fff;
    text-align: center;
    background: #FAB51A;
    border-radius: 100vh;
    border: 1px solid #FAB51A;
    margin-top: 15px;
    /*23px*/
}

.header_cont03 a {
    font-size: 13px;
    color: #fff;
}

.header_cont03:hover {
    color: #fff;
    text-align: center;
    background: #DA9B0E;
    border-radius: 100vh;
    border: 1px solid #DA9B0E;
}

.header_cont03::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: linear-gradient(to bottom left, transparent 50%, #ffffff 50%) top left / 100% 50% no-repeat,
        linear-gradient(to top left, transparent 50%, #ffffff 50%) bottom left / 100% 50% no-repeat;
    margin-right: 7.5px;
}

.language-switcher {
    position: relative;
    margin-right: 20px;
}

.language-switcher .dropdown {
    display: none;
    position: absolute;
    background: white;
    list-style: none;
    border: 1px solid #ccc;
    padding: 0;
    width: 100px;
    height: 85px;
    z-index: 2;
}

.language-switcher.active .dropdown {
    display: block;
}

.language-switcher .dropdown li {
    padding: 5px 5px;
}

.language-switcher .dropdown li a {
    text-decoration: none;
    color: black;
    display: block;
    padding: 5px;
    font-size: 14px;
}

.language-switcher .dropdown li a:hover {
    color: #0067B7;
}

.language-switcher .dropdown.show {
    display: block;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.language-toggle {
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}

.language-toggle img {
    margin-left: 15px;
    margin-right: 5px;
}


/*---------------------------------
* nav-menu
---------------------------------*/

.header_nav {
    height: 50px;
    background-color: #FFF;
    display: flex;
    position: relative;
    z-index: 1;
    top: -10px;
    border-bottom: 2px solid #FAB51A;
}

.header_nav .wrapper {
    height: 100%;
}

.header_nav_inner {
    display: flex;
    width: 1135px;
    justify-content: space-around;
    margin: 0 auto;
    height: 100%;
}

.header_nav_inner>li {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 18px;
}

.header_nav_inner>li>a:active::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    border-bottom: 1px solid #FAB51A;
}

/* メニューテキスト修正 25/05/26 */
.menu-toggle,
.menu-text {
    font-size: 16px !important;
}

.menu-toggle img {
    margin-left: 8px;
    margin-bottom: 2px;
}

.menu-toggle:hover {
    color: #222222;
}

.arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

.arrow.rotate {
    transform: rotate(180deg);
}

.rightarrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

.rightarrow.rotate {
    transform: rotate(180deg);
}

.language-switcher .dropdown {
    display: none;
    position: absolute;
    background: white;
    list-style: none;
    border: 1px solid #ccc;
    padding: 0;
    width: 100px;
    height: auto;
    z-index: 2;
}

.language-switcher.active .dropdown {
    display: block;
}

/*  */
.dropdown_menu {
    display: none;
    position: absolute;
    top: 100%;
    width: 100vw;
    background: #222222CC;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 1000;
}

.dropdown_menu.show {
    display: block;
}

#menuSp {
    display: none;
    /* position: absolute; */
    position: fixed;
    left: 0;
    background-color: #E8EEF7;
    width: 100%;
    /* height: 100vh; */
    height: calc(100vh - 60px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow-y: auto;
}

#menuSp.show {
    display: block;
}

#menuSp ul {
    padding: 20px 40px;
}

#menuSp ul li {
    padding: 15px 0px;
    border-bottom: 1px solid #cccccc;
}

#menuSp ul li a {
    color: #222222;
    font-size: 16px;
    transition: color 0.3s ease;
}

.rightArrow {
    float: right;
    margin-left: 10px;
    transition: transform 0.3s ease;
    width: 9px;
    height: 15px;
}

/* Button Styles */
/* Burger Icon Styles */
.burger-icon {
    width: 24px;
    height: 18px;
    position: relative;
    cursor: pointer;
}

.burger-icon::before,
.burger-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    /* Icon color */
    transition: transform 0.3s ease;
}

.burger-icon::before {
    top: 0;
}

.burger-icon::after {
    bottom: 0;
}

#closeIcon {
    display: none;
    width: 18px !important;
}

#header_sp_nav img {
    height: 22px;
    vertical-align: middle;
}

#header_sp_menu img {
    height: 22px;
    vertical-align: middle;
}

.lang-buttons {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    text-align: center;
}

.lang-button {
    padding: 12px 20px;
    background-color: #E8EEF7;
    border: 1px solid #0067B7;
    color: #0067B7;
    width: 100%;
    font-size: 16px;
    transition: background-color 0.3s ease;
    flex: 1;
}

.lang-button:hover {
    background-color: #0067B7;
    border: 1px solid #0067B7;
    color: #ffffff;
}

/* Submenu Styles */
.submenu {
    display: none;
    padding-left: 20px;
}

.submenu li {
    padding-bottom: 0px !important;
    border-bottom: none !important;
}

.submenu li a {
    color: #222222;
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.submenu.active {
    display: block;
    padding: 5px !important;
}

.menu-switcher.active .dropdown_menu {
    display: block;
}

.underline {
    display: none;
    height: 3px;
    background-color: #FAB51A;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
}

.current-menu-item .underline,
.underline.active {
    display: block;
}

.up-arrow {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}

.up-arrow.active {
    display: inline-block;
}

.dropdown_menu.dropdown_menu_5cal .wrapper {
    max-width: calc(100% - 18.8%);
}

.dd_nav01,
.dd_nav02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

    list-style-type: none;
    padding: 0;
    column-gap: 60px;
}

.dd_nav02 {
    justify-content: initial;
    margin-top: 26px;
}

.dd_nav01 a {
    display: flex;
    /* width: 220px; */
    color: #ffffff;
    align-items: center;
    text-align: justify;
    border-bottom: 1px solid #ffffff;
    box-sizing: border-box;
    padding-bottom: 10px;
    font-size: 15px;
}

.dd_nav01.dd_nav01_5col a {
    width: 207px;
    height: 41px;
}

.dd_nav01 li {
    margin: 5px 5px;

    padding-left: 20px;
    position: relative;
}

.dd_nav01 a:hover {
    color: #FAB51A;
}

.graduate_recruit::before,
.carrer_recruit::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
}

.graduate_recruit,
.carrer_recruit {
    padding-right: 38px;
    display: inline-block;
    transition: filter 0.3s ease;
}

/* Change icon to #FAB51A on hover */
.menu-item:hover .graduate_recruit,
.menu-item:hover .carrer_recruit {
    filter: brightness(0) saturate(100%) invert(82%) sepia(28%) saturate(4531%) hue-rotate(346deg) brightness(105%) contrast(96%);
}

.recruit_mb::before,
.speech_mb::before,
.QA_mb::before,
.feature_mb::before,
.contact_mb::before,
.new_mb::before,
.coporate_mb::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    transform: translateY(-80%);
}

.graduate_recruit_mb::before,
.carrer_recruit_mb::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    transform: translateY(-30%);
}

.carrer_recruit_mb::before {
    width: 24px;
    height: 24px;
    transform: translateY(-20%);
}

.recruit_mb,
.graduate_recruit_mb,
.carrer_recruit_mb,
.speech_mb,
.QA_mb,
.feature_mb,
.contact_mb,
.new_mb,
.coporate_mb {
    padding-right: 38px;
    display: inline-block;
    transition: filter 0.3s ease;
}

/* Change icon to #FAB51A on hover */
.menu-item:hover .recruit_mb,
.menu-item:hover .graduate_recruit_mb,
.menu-item:hover .carrer_recruit_mb,
.menu-item:hover .speech_mb,
.menu-item:hover .QA_mb,
.menu-item:hover .feature_mb,
.menu-item:hover .contact_mb,
.menu-item:hover .new_mb,
.menu-item:hover .coporate_mb {
    filter: brightness(0) saturate(100%) invert(25%) sepia(98%) saturate(1393%) hue-rotate(186deg) brightness(97%) contrast(102%);
}

.submenu li a span {
    display: flex;
    align-items: center;
    vertical-align: -webkit-baseline-middle;
}

.submenu li a .graduate_recruit,
.submenu li a .carrer_recruit,
.submenu li a .recruit_mb,
.submenu li a .graduate_recruit_mb,
.submenu li a .carrer_recruit_mb,
.submenu li a .speech_mb,
.submenu li a .QA_mb,
.submenu li a .feature_mb,
.submenu li a .contact_mb,
.submenu li a .new_mb,
.submenu li a .coporate_mb {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

/* recruitment icon */
.graduate_recruit::before {
    background-image: url('../image/common/graduateRecruit.png');
}

.carrer_recruit::before {
    background-image: url('../image/common/carrerRecruit.png');
}

.recruit_mb::before {
    background-image: url('../image/common/recruit_mb.png');
}

.graduate_recruit_mb::before {
    background-image: url('../image/common/graduateRecruit_mb.png');
}

.carrer_recruit_mb::before {
    background-image: url('../image/common/carrerRecruit_mb.png');
}

.speech_mb::before {
    background-image: url('../image/common/speech_mb.png');
}

.QA_mb::before {
    background-image: url('../image/common/QA_mb.png');
}

.feature_mb::before {
    background-image: url('../image/common/feature_mb.png');
}

.contact_mb::before {
    background-image: url('../image/common/contact_mb.png');
}

.new_mb::before {
    background-image: url('../image/common/new_mb.png');
}

.coporate_mb::before {
    background-image: url('../image/common/coporate_mb.png');
}

/*---------------------------------
* footer contact
---------------------------------*/

.footer_contact {
    border-top: 1.8px solid #0067B7;
}

.footer_contact_inner {
    padding: 50px 38px 20px;
}

.footer_contact_bl01 a {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 495px;
    height: 129px;
    background-color: #0067B7;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0 auto;
    border: 1px solid #0067B7;
    padding: 10px;
}

.footer_contact_bl01 a:hover {
    background-color: #fff;
    color: #0067B7;
}

.footer_contact_bl02 {
    margin-top: 37.5px;
    display: flex;
    justify-content: space-evenly;
    padding-left: 0px;
    align-items: center;
}

.footer_contact_dpmt {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
}

.footer_contact_nbr {
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 8.5px;
    text-align: center;
}

.footer_contact_nbr span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-family: 'Inria Sans', sans-serif;
    pointer-events: none;
}

.footer_contact_nbr span::before {
    content: '';
    display: inline-block;
    width: 27.37px;
    height: 27.37px;
    background-image: url(../image/common/ph.png);
    background-size: cover;
    margin-right: 11.6px;
}

.footer_contact_hour {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 17px;
    text-align: center;
}

.footer_contact_holiday {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
}

/*---------------------------------
* ScrollToTop
---------------------------------*/

#scrollToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-size: 60% !important;
    background: #FAB51A url(../image/common/scrollTop.png) no-repeat center center;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    z-index: 9999;
    opacity: 0.7;
    transition: all 0.3s ease;
}

#scrollToTop:hover {
    opacity: 1;
    background: #ff9900 url(../image/common/scrollTop.png) no-repeat center center;
}

/*---------------------------------
* footer
---------------------------------*/

footer {
    background-color: #f4f4f4;
    padding: 10px 0 0px;
    font-size: 14px;
}

footer .wrapper {
    max-width: 1280px !important;
    margin: 0 auto;
    padding: 0 35px;
}

.footer_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 43px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_address_col {
    flex: 0 0 280px;
}


.footer_logo {
    width: 317px;
}

.footer_logo img {
    max-width: 180px;
    width: 165px;
    height: auto;
    margin-bottom: 20px;
}

.footer_copy {
    font-size: 12px;
    font-weight: 500;
}

.footer_menu_col {
    margin-top: 95px;
    flex: 1;
}

.footer_menu_wrapper {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-direction: row;
}

.footer_links_container {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    flex: 1;
}

.footer_address {
    list-style: none;
    padding: 0;
}

.footer_address li {
    font-size: 16px;
    color: #161616;
}

.footer_address strong {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.footer_address span {
    line-height: 1.6;
    font-size: 14px;
}

.footer_menu_group {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 140px;
}

.footer_menu_group li {
    margin-bottom: 15px;
}

.footer_menu_group a {
    position: relative;
    display: inline-block;
}

.footer_menu_group a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: #222222;
    transition: width 0.3s ease;
}

.footer_menu_group a:hover::after {
    width: 100%;
}

/* Social Media Icons */
.social_icons {
    display: flex;
    flex-direction: column;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
    align-self: flex-start;
}

.social_icons ul li {
    margin-bottom: 30px;
}

.social_icons ul li img {
    transition: transform 0.3s ease;
    width: 26px;
    height: 26px;
}

.social_icons ul li .facebook {
    transition: transform 0.3s ease;
    width: 28px;
    height: 28px;
}

.social_icons ul li:hover img {
    transform: scale(1.27);
    transition: all 0.3s ease;
}

.social_icons ul li .facebook:hover {
    opacity: 0.8;
    filter: brightness(0) saturate(100%) invert(25%) sepia(90%) saturate(2000%) hue-rotate(190deg) brightness(90%) contrast(90%);
}

.social_icons ul li .linkedin:hover {
    opacity: 0.8;
    filter: invert(26%) sepia(78%) saturate(1936%) hue-rotate(176deg) brightness(94%) contrast(96%);
}

.social_icons ul li .xApp:hover {
    filter: invert(100%) brightness(0%);
}

.social_icons ul li .mail:hover {
    opacity: 0.8;
    filter: invert(15%) sepia(100%) saturate(7222%) hue-rotate(336deg) brightness(95%) contrast(107%);
}

.copyright {
    font-size: 13px;
    color: #222222;
    text-align: center;
    padding: 10px 0 0;
}

@media (max-width: 1024px) {

    .footer_address {
        gap: 200px !important;
    }
}

@media (max-width: 1133px) {

    /*---------------------------------
    * utility
    ---------------------------------*/

    body {
        min-width: initial;
        min-width: 100%;
    }

    .wrapper,
    .wrapper02 {
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .sp-display {
        display: block;
    }

    .pc-display {
        display: none;
    }

    .sp-inlineBlock {
        display: inline-block;
    }

    .lang-buttons .active {
        background-color: #0067B7;
        color: #ffffff;
    }

    /*---------------------------------
    * common
    ---------------------------------*/

    .sec_bl {
        padding: 50px 0 60px;
    }

    .title01 h2 {
        font-size: 42px;
    }

    .sub_title01 {
        font-size: 16px;
    }

    .title03 h1 {
        font-size: 20px;
    }

    .title03 h1 span {
        font-size: 20px;
    }

    .more_btn01 a {
        min-width: initial;
        display: block;
        height: auto;
        line-height: 1.5;
        padding: 20px 40px 20px 20px;
    }

    .page_wrapper {
        margin: 40px 0 0;
    }

    /*---------------------------------
    * header
    ---------------------------------*/

    .header_sp {
        background-color: #fff;
        padding: 15px 20px 15px 0px;
        height: 80px;
    }

    .header_sp_menu {
        margin: 13px 0;
    }

    .header_sp_menu img {
        width: 25px;
    }

    .header_sp ul {
        display: flex;
        justify-content: space-between;
    }

    .header_logo a img {

        width: 270px;
        margin-top: -4px;
        margin-left: -10px;
    }

    .header_logo {
        display: flex;
    }

    .header_logo a span {
        color: #595959;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        font-weight: 500;
        margin-top: 17.5px;
        border: 1px solid #B2B2B2;
        width: 200px;
        height: 20px;
        line-height: 1.3;
    }

    .submenu li a {
        padding: 5px 8px;
    }

    #menuSp ul li a:hover {
        color: #0067B7;
    }

    .top_mv {
        margin-top: 0;
        padding-top: 52px;
        width: 100%;
        height: auto;
        background-size: cover;
        background-position: right 22% bottom -23px;
    }

    .top_mv_catchText02 {
        font-size: 14px;
        line-height: 1.6;
        bottom: 5%;
    }

    .top_topics_inner {
        flex-direction: column;
    }

    /* footer */
    .footer_contact_inner {
        padding: 30px 20px 35px;
    }

    .footer_contact_bl02 {
        flex-direction: row;
    }

    .footer_contact_bl02 li {
        margin-bottom: 30px;
    }

    .footer_logo img {
        width: 115px;
    }

    .footer_menu_group {
        min-width: 120px;
    }
}

@media (max-width: 500px) {
    .top_mv {
        margin-top: 27px;
    }

    .header_sp_menu {
        margin: 20px 0;
    }

    .header_sp_menu img {
        width: 25px
    }

    .header_logo {
        display: inline;
    }

    .header_sp {
        background-color: #fff;
        padding: 15px 20px 15px 0px;
        height: 104px;
    }

    .header_logo a span {
        margin-top: 10px;
    }

    .header_bl01 a span:hover {
        color: #FAB51A;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .dropdown_menu {
        width: 50%;
    }
}


@media screen and (max-width: 380px) {
    .lang-button {
        padding: 10px !important;
        text-align: center;
    }
}

/* Disable scrolling */
body.no-scroll {
    overflow: hidden;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .detailH101 {
        font-size: 25px;
        line-height: 1.8em;
        font-weight: bold;
        color: #FFFFFF;
    }

    .dropdown_menu {
        width: 100%;
        left: 0 !important;
    }

    .columBtn02 {
        width: 100% !important;
        height: 50px !important;
    }

    footer .wrapper {
        padding: 0px !important;
    }

    .footer_contact_nbr a {
        letter-spacing: 0 !important;
    }

    .footer_contact_bl01 a {
        width: 100% !important;
        height: 100px !important;
        font-size: 20px !important;
    }

    .footer_contact_bl02 {
        flex-direction: column;
    }

    .footer_inner {
        flex-direction: column;
        gap: 30px;
    }

    .footer_menu_wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .footer_address_col {
        flex: 1;
    }

    .footer_links_container {
        display: block !important;
    }

    .footer_menu_group {
        margin-bottom: 20px;
    }

    .social_icons {
        justify-content: center;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .dropdown_menu {
        width: 50%;
    }

    .footer_inner {
        flex-direction: column;
        gap: 0px !important;
    }

    .footer_links_container {
        display: flex;
        flex-wrap: wrap;
        row-gap: 0px !important;
        column-gap: 139px !important;
    }

    .footer_menu_group {
        flex: 1 1 calc(33.33% - 20px);
        min-width: 0;
    }

    .footer_menu_group:last-child {
        order: 1;
    }

    .footer_address {
        display: flex;
        gap: 105px;
    }
}

@media (max-width: 480px) {
    .footer_inner>li {
        flex: 1 1 100%;
    }

    .footer_menu_col ul {
        flex: 1 1 100%;
    }
}

/* Tablet Layout (matches your reference image) */
@media (max-width: 1024px) {
    .footer_address_col {
        flex: 0 0 240px;
    }

    .footer_menu_wrapper {
        gap: 20px;
    }

    .footer_menu_col {
        flex-direction: column;
        align-items: center;
        margin-top: 15px;
    }

    .social_icons {
        flex-direction: row;
        margin-top: 10px;
    }
}

@media screen and (max-width: 853px) {
    .footer_address {
        gap: 105px !important;
    }
}

@media screen and (max-width: 768px) {
    .footer_menu_col {
        margin-top: 0px;
    }
}

@media screen and (max-width: 380px) {
    .footer_contact_bl02 li {
        width: 270px;
    }
}

@media screen and (max-width: 338px) {
    .footer_menu_wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .footer_contact_dpmt,
    .footer_contact_nbr a {
        font-size: 25px;
    }

    .footer_contact_hour {
        font-size: 14px;
    }
}