@media (max-width: 767px) {
    .header-inner {
        padding-top: 8px;
        padding-left: 10px;
        min-height: 75px;
    }
    #logo .header_logo {
        width: 155px;
    }
    .header-main .logo-left .logo {
        width: 180px;
    }
    a.menu-btn {
        width: 75px;
        min-height: 75px;
        background: linear-gradient(90deg, #ff7a00 0%, #ffa22e 100%);
    }
    a.menu-btn span {
        top: 15.5px;
        left: 37.5px;
        transform: translate(-50%, -50%);
        height: 2px;
        width: 33px;
        background-color: #ffffff;
    }
    a.menu-btn::after {
        color: #ffffff;
        font-size: 1.4rem;
        font-weight: 500;
        top: 48px;
        font-family: "Work Sans", sans-serif;
    }
    a.menu-btn span:nth-child(2) {
        top: 28.5px;
    }
    a.menu-btn span:nth-child(3) {
        top: 41.5px;
    }
    a.menu-btn.open span {
        top: 26px !important;
        left: 37.5px !important;
        transform: translate(-50%, -50%) rotate(45deg) !important;
        width: 36px;
    }
    a.menu-btn.open span:nth-child(3) {
        transform: translate(-50%, -50%) rotate(-45deg) !important;
    }
    .menu-open .header-main .main-menu {
        background: linear-gradient(90deg, rgba(233, 245, 239, 1) 0%, rgba(240, 255, 246, 1) 74%, rgba(255, 255, 255, 1) 100%) !important;
    }
    .header-main .main-menu::after {
        display: none !important;
    }
    .mobile-navbar-area {
        padding: 30px 20px 60px !important;
        box-sizing: border-box;
        overflow-y: auto !important;
        max-height: calc(100vh - 75px) !important;
        background-image: url(../images/index/bg-footer.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 80%;
    }
    .mb-menu-top {
        margin-bottom: 35px;
    }
    .mb-menu-logo {
        margin-bottom: 25px;
    }
    .mb-menu-logo img {
        width: 175px;
        height: auto;
    }
    .mb-company-info {
        color: #ffffff;
        font-family: "Zen Kaku Gothic New", sans-serif;
    }
    .mb-company-name {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 12px;
        letter-spacing: 0.05em;
    }
    .mb-office-block {
        margin-bottom: 15px;
    }
    .mb-office-title {
        font-size: 1.4rem;
        font-weight: 700;
        margin-bottom: 6px;
    }
    .mb-office-details p {
        font-size: 1.15rem;
        margin-bottom: 3px;
        line-height: 1.4;
        display: flex;
        align-items: flex-start;
    }
    .mb-office-details .lbl {
        display: inline-block;
        width: 35px;
        flex-shrink: 0;
    }
    .mobile-nav-list {
        list-style: none;
        padding: 0 !important;
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        width: 100%;
        box-shadow: none !important;
    }
    .mobile-nav-list li {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        text-align: left !important;
    }
    .mobile-nav-list li a {
        display: flex !important;
        align-items: center;
        padding: 11px 0 !important;
        font-size: 1.6rem !important;
        font-weight: 700 !important;
        color: #333333 !important;
        text-decoration: none !important;
        border: none !important;
        background: transparent !important;
        letter-spacing: 0.05em !important;
        font-family: "Zen Kaku Gothic New", sans-serif !important;
        justify-content: flex-start !important;
    }
    .mb-arr {
        color: #333333 !important;
        font-size: 1.1rem;
        margin-right: 12px;
        transform: scaleX(0.8);
        display: inline-block;
    }
    .mb-menu-cta-area {
        margin-top: 45px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    .mb-cta-btn {
        display: flex;
        align-items: center;
        width: 225px;
        height: 75px;
        border-radius: 8px;
        border: 2.5px solid #ffffff;
        text-decoration: none;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
        position: relative;
        padding-left: 15px;
    }
    .mb-cta-btn:nth-child(2) .mb-cta-icon img {
        max-height: 31px;
    }
    .mb-cta-icon img {
        max-height: 23px;
        width: auto;
        object-fit: contain;
    }
    .mb-cta-text {
        flex: 1;
        padding-left: 15px;
        font-size: 1.9rem;
        font-weight: 700;
        font-family: "Zen Kaku Gothic New", sans-serif;
        line-height: 1.25;
    }
    .mb-cta-text span {
        font-size: 1.4rem;
        font-weight: 500;
    }
    .mb-cta-arrow {
        width: 25px;
        height: 10px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-right: 18px;
        flex-shrink: 0;
    }
    .mb-btn-instagram {
        background-color: #ffffff;
    }
    .mb-btn-instagram .mb-cta-icon {
        background: linear-gradient( 45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    }
    .mb-btn-instagram .mb-cta-text {
        color: #4a4a8d;
    }
    .mb-btn-instagram .mb-cta-arrow {
        background-image: url(../images/index/arrow-gray.png);
    }
    .mb-btn-contact {
        background: linear-gradient(90deg, #ff7a00 0%, #ffa22e 100%);
        color: #ffffff;
    }
    .mb-btn-contact .mb-cta-text {
        color: #ffffff;
    }
    .mb-btn-contact .mb-cta-arrow {
        background-image: url(../images/index/arrow-white.png);
    }
    .mb-btn-appraisal {
        background: linear-gradient(90deg, #27ad9a 0%, #2fcb9a 100%);
        color: #ffffff;
    }
    .mb-btn-appraisal .mb-cta-text {
        color: #ffffff;
    }
    .mb-btn-appraisal .mb-cta-arrow {
        background-image: url(../images/index/arrow-white.png);
    }
    #news {
        margin-top: 35px;
    }
    #news::before {
        width: 309px;
        height: 156px;
        left: calc(50% + 60px);
        top: -215px;
    }
    #news::after {
        width: 167px;
        height: 167px;
        bottom: -91px;
        right: -20px;
    }
    .box-notification {
        flex-direction: column;
        align-items: stretch;
        min-height: auto;
    }
    .box-notification .title-notification {
        width: 100%;
        height: auto;
        padding: 10px 0;
        font-size: 1.6rem;
    }
    .box-notification .notification-content {
        width: 100%;
        height: auto;
        padding: 15px 15px;
        box-sizing: border-box;
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
        gap: 4px 12px;
        align-items: center;
    }
    .box-notification .notification-content .date {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        margin: 0;
        font-size: 1.3rem;
        line-height: 1.2;
    }
    .box-notification .notification-content .content {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        font-size: 1.3rem;
        line-height: 1.44;
    }
    .box-notification .notification-content::after {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
        margin: 0;
        align-self: center;
        width: 12px;
        height: 4px;
    }
    #news .news-header {
        margin-top: 25px !important;
        align-items: flex-end;
    }
    .title {
        margin-left: 0;
    }
    .btn-news-list {
        font-size: 1.4rem;
        padding: 10px 16px;
        border-radius: 4px;
    }
    .news-list {
        margin-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .news-item {
        display: grid;
        grid-template-columns: auto 1fr auto;
        grid-template-rows: auto auto;
        gap: 6px 10px;
        align-items: center;
        padding: 6px 5px;
    }
    .news-item:nth-child(1) {
        padding-top: 13px;
    }
    .news-item:nth-child(3) {
        padding-bottom: 14px;
    }
    .news-date {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        min-width: auto;
        font-size: 1.3rem;
    }
    .news-tag {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        justify-self: start;
        margin: 0;
        min-width: 70px;
        padding: 0 10px;
        font-size: 1.1rem;
    }
    .news-text {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        font-size: 1.3rem;
        line-height: 1.44;
    }
    .news-item::after {
        grid-column: 3 / 4;
        grid-row: 1 / 3;
        align-self: center;
        margin-left: 5px;
        width: 12px;
        height: 4px;
    }
    .business {
        padding: 50px 0 60px;
    }
    #business::before {
        width: 337px;
        height: 175px;
        left: calc(50% - 420px);
        top: -35px;
    }
    #business::after {
        width: 309px;
        height: 156px;
        right: calc(50% - 383px);
        bottom: -20px;
        z-index: 0;
    }
    #sale {
        z-index: -1;
    }
    .business .title {
        margin-left: 0;
    }
    .business-cards {
        display: block;
        margin-top: 25px;
        margin-bottom: 0;
        padding-bottom: 70px;
    }
    .business-cards .business-card {
        margin: 0 10px;
        background-color: #ffffff;
        overflow: hidden;
        padding-bottom: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        text-decoration: none;
    }
    .business-cards .business-card-img {
        width: 100%;
        height: auto;
    }
    .business-cards .business-card-title {
        font-size: 1.75rem;
        margin-top: 15px;
        margin-bottom: 12px;
        text-align: center;
    }
    .business-cards .btn-detail {
        width: fit-content;
        margin: 0 auto;
        font-size: 1.5rem;
        padding: 8px 13px 7px 19px;
        border-radius: 4px;
        display: flex;
    }
    .business-cards .slick-dots {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin: 0;
        padding: 0;
        list-style: none;
        flex-direction: row;
    }
    .business-cards .slick-dots li {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }
    .business-cards .slick-dots li.slick-active {
        background-color: #cccccc;
        opacity: 1;
    }
    .business-cards .slick-dots li:not(.slick-active) {
        background-color: #ffffff;
        opacity: 1;
    }
    .business-cards .slick-dots li button {
        display: none;
    }
    .business-cards .slick-arrow {
        position: absolute;
        bottom: -4px;
        width: 50px;
        height: 50px;
        background-color: transparent;
        border: none;
        font-size: 0;
        cursor: pointer;
        z-index: 2;
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .business-cards .slick-prev {
        background-image: url(../images/index/arrow-slide-05-prev.png);
        left: calc(50% - 110px);
    }
    .business-cards .slick-next {
        background-image: url(../images/index/arrow-slide-05-next.png);
        right: calc(50% - 110px);
    }
    .sale,
    .equip {
        padding: 50px 0 60px;
    }
    .sale .title .title-en,
    .equip .title .title-en {
        font-size: 4.5rem;
    }
    .sale .title .title-ja,
    .equip .title .title-ja {
        font-size: 1.6rem;
        margin-top: 2px;
    }
    .sale .title,
    .equip .title {
        margin-left: 0;
    }
    .sale-desc {
        margin-left: 0;
        margin-top: 5px;
        font-size: 1.3rem;
        line-height: 1.7;
        text-align: justify;
    }
    .sale-category {
        margin-top: 25px;
        padding: 20px 15px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        border-radius: 4px;
        background-color: #ffffff;
    }
    .sale-category::after {
        border-radius: 4px;
        /* match card border radius */
    }
    .sale-category-title {
        font-size: 1.6rem;
        font-weight: 700;
    }
    .sale-category-desc {
        font-size: 1.3rem;
        line-height: 1.5;
        margin-top: 8px;
    }
    .sale-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 10px;
        margin-top: 15px;
    }
    .sale-grid-label {
        font-size: 1.2rem;
        font-weight: 600;
        margin-top: 6px;
        text-align: left;
    }
    .sale-btn-wrap {
        margin-top: 25px;
        padding: 0;
    }
    .equip-grid {
        margin-top: 20px;
    }
    .btn-detail-wide {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.75rem;
        padding: 10px 12px 12px 12px;
        line-height: 1.4;
        border-radius: 8px;
        position: relative;
        width: 275px;
        margin: 0 auto;
        height: 60px;
    }
    .btn-detail-wide::after {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 0;
    }
    .point {
        padding: 40px 0 60px;
    }
    .point-title {
        display: block;
        margin: 0 auto 25px;
        font-size: 2.75rem;
        line-height: 1.4;
        text-align: center;
        position: relative;
        padding-right: 45px;
    }
    .point-title img {
        width: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: calc(50% - 135px);
        height: 60px;
    }
    .point-slide-item {
        display: block !important;
    }
    .point-slide-img {
        width: 100%;
    }
    .point-slide-content {
        width: 100%;
        padding: 20px 0 80px 0;
        box-sizing: border-box;
        height: auto;
    }
    .point-label {
        font-size: 2.3rem;
        display: inline-block;
        padding: 8px 22px;
        margin-top: 0;
    }
    .point-label span {
        font-size: 2.2rem;
        font-weight: 700;
    }
    .point-heading {
        font-size: 1.6rem;
        margin-top: 15px;
        line-height: 1.5;
    }
    .point-desc {
        font-size: 1.3rem;
        margin-top: 12px;
        line-height: 1.6;
    }
    .point-slider {
        height: 497px;
    }
    .point-slider .slick-dots {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin: 0;
        padding: 0;
        width: fit-content;
    }
    .point-slider .slick-dots li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0;
        padding: 0;
        background-color: rgba(255, 255, 255, 0.5);
        cursor: pointer;
    }
    .point-slider .slick-dots li.slick-active {
        background-color: #ffffff;
    }
    .point-slider .slick-dots li button {
        display: none;
    }
    .point-slider .slick-arrow {
        position: absolute;
        bottom: -22px;
        width: 50px;
        height: 50px;
        background-color: transparent;
        border: none;
        font-size: 0;
        cursor: pointer;
        z-index: 2;
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .point-slider .slick-prev {
        background-image: url(../images/index/arrow-slide-05-prev.png);
        left: calc(50% - 110px);
        right: auto;
    }
    .point-slider .slick-next {
        background-image: url(../images/index/arrow-slide-05-next.png);
        left: auto;
        right: calc(50% - 110px);
    }
    .recruit {
        padding: 40px 0 50px;
    }
    .recruit::before {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        border-radius: 0;
    }
    .recruit::after {
        display: none;
    }
    .recruit-inner {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }
    .recruit-content {
        width: 100%;
        padding-right: 0;
    }
    .recruit-right {
        width: 100%;
    }
    .recruit .title {
        margin-left: 0;
    }
    .recruit-heading {
        margin-top: 20px;
        line-height: 2.2;
    }
    .recruit-heading span {
        font-size: 2.9rem;
        padding: 6px 10px;
        line-height: 1;
    }
    .recruit-heading span::before {
        height: 70%;
        top: 85%;
        width: 95%;
        left: 45%;
    }
    .recruit-heading .line-2 {
        margin-top: 10px;
        margin-left: 40px;
    }
    .recruit-desc {
        font-size: 1.3rem;
        line-height: 1.6;
        margin-top: 20px;
        text-align: justify;
    }
    .recruit-img {
        margin-top: 10px;
        margin-bottom: 20px;
        box-sizing: border-box;
        /* border: 4px solid #ffffff; */
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        border-radius: 2px;
        width: 100%;
    }
    .recruit-img img {
        width: 100%;
        height: auto;
        display: block;
    }
    .recruit-btn-wrap {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .btn-recruit-orange {
        padding: 12px 20px;
        border-radius: 4px;
        border-width: 2px;
        max-width: 175px;
        height: 52.5px;
        justify-content: flex-start;
    }
    .access {
        padding: 40px 0 50px;
    }
    #access::after {
        width: 340px;
        height: 170px;
        right: calc(50% - 400px);
        top: -140px;
        z-index: 2;
    }
    .access .title .title-en {
        font-size: 4rem;
        text-align: justify;
    }
    .access .title .title-ja {
        font-size: 1.7rem;
        margin-top: 2px;
        text-align: justify;
    }
    .access .title {
        margin-left: 0;
    }
    .access-cards {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        margin-top: 25px;
    }
    .access-card {
        border-radius: 4px;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .access-card-img {
        width: 100%;
    }
    .access-card-img img {
        width: 100%;
        height: auto;
    }
    .access-card-info {
        padding: 15px 15px 20px;
    }
    .access-card-title {
        font-size: 1.6rem;
        font-weight: 700;
        margin-bottom: 8px;
    }
    .access-card-detail {
        font-size: 1.4rem;
        line-height: 1.03;
    }
    .access-label {
        min-width: 35px;
        margin-right: 10px;
        font-size: 1.4rem;
    }
    .group {
        padding: 40px 0 50px;
    }
    .group .title {
        margin-left: 0;
    }
    .group-logos {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
        margin-top: 25px;
    }
    .group-logo-item {
        height: 80px;
        padding: 15px 20px;
        border-radius: 6px;
        box-shadow: 0 2px 10px rgba(94, 140, 181, 0.15);
        box-sizing: border-box;
    }
    .group-logo-item img {
        max-height: 40px;
    }
    .footer {
        padding: 40px 0 0px;
        text-align: left;
    }
    .footer-watermark {
        width: 344px;
        height: 344px;
        right: 0px;
        left: auto;
        bottom: 140px;
    }
    .footer-top {
        display: block;
        padding: 0;
    }
    .footer-left {
        width: 100%;
        margin-bottom: 40px;
    }
    .footer-logo {
        margin: 0;
        margin-left: -19px;
    }
    .footer-logo img {
        width: 250px;
        margin: 0;
    }
    .footer-company-name {
        font-size: 1.6rem;
        margin-top: 15px;
        color: #ffffff;
    }
    .footer-infor {
        margin-top: 5px;
    }
    .footer-office-block {
        margin-bottom: 0px;
        color: #ffffff;
    }
    .office-title {
        font-size: 1.4rem;
        margin-bottom: 6px;
    }
    .office-detail {
        justify-content: flex-start;
        font-size: 1.3rem;
        margin-bottom: 5px;
        color: #ffffff;
    }
    .office-label {
        width: 40px;
        color: #ffffff;
    }
    .office-val {
        text-align: left;
    }
    .footer-right {
        max-width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer-btn-wrap {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 35px;
        padding: 0 10px;
        align-items: center;
    }
    .footer-btn {
        width: 225px;
        height: 75px;
        padding: 10px 10px;
        font-size: 2.1rem;
        border-radius: 4px;
        text-align: center;
        flex: 1;
    }
    .footer-btn-left {
        flex: 1;
    }
    .footer-btn-left span {
        flex: 1;
    }
    .footer-btn-left img {
        height: 24px;
    }
    .footer-links-container {
        grid-template-columns: 1fr;
        gap: 0px;
        text-align: left;
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .box-link-footer {
        gap: 12px;
    }
    .link-footer {
        font-size: 1.5rem;
    }
    .footer-ig-btn {
        margin-top: 15px;
        max-width: 320px;
        padding: 8px 15px 8px 10px;
    }
    .footer-copyright {
        padding: 20px 0;
    }
    .footer-copyright p {
        font-size: 1.2rem;
        color: #ffffff;
    }
    #go-top {
        right: 20px;
        bottom: 30px;
    }
    .btn-go-top {
        width: 50px;
        height: 50px;
    }
    .banner-home::before {
        width: 0;
    }
    .banner-home::after {
        width: 0;
    }
    #site-header {
        height: 75px;
        position: relative;
    }
    .banner-home {
        margin-top: 0;
        z-index: 1;
    }
    .main-banner-slide {
        width: 100%;
        height: 425px;
    }
    #go-top.show {
        border-radius: 0;
        right: 18px;
    }
    #go-top a {
        width: 50px;
        height: 50px;
    }
    .btn-go-top::before {
        width: 15px;
        height: 13px;
    }
    .btn-go-top p {
        font-size: 15px;
    }
    .title .title-en {
        font-size: 4rem;
    }
    .title .title-ja {
        font-size: 1.7rem;
        margin-top: 2px;
    }
    .slick-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .main-banner-slide .slick-slide {
        /* width: 100% !important; */
    }
    .banner-slide-second .slick-slide {
        width: 167px !important;
        margin-right: 15px !important;
    }
    .banner-slide-second .slick-slide p {
        font-size: 1.4rem;
        width: 150px;
        padding: 5px 6px 5px 12px;
    }
    .banner-slide-second {
        width: 93%;
        bottom: 75px;
        left: 3.5%;
    }
    .banner-slide-second .slick-arrow {
        width: 37.5px;
        height: 37.5px;
        bottom: -55px;
    }
    .banner-slide-second .slick-arrow.slick-next {
        right: 55px;
    }
    .banner-slide-second .slick-arrow.slick-prev {
        left: 0;
    }
    .btn-news-list::after {
        width: 12px;
        height: 4px;
    }
    .btn-detail::after {
        width: 12px;
        height: 4px;
    }
    .main-banner-slide .banner-slider-item {
        height: 425px;
    }
    .main-banner-slide .banner-content {
        font-size: 3.25rem;
        left: 30px;
    }
    .main-slide .slick-dots {
        right: 10px;
        gap: 9px;
    }
    .main-slide .slick-dots li {
        width: 5px;
        height: 5px;
    }
    .footer-btn-insta {
        background-color: #ffffff;
        padding: 2px !important;
        padding-right: 10px !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
        position: relative;
    }
    .footer-btn-insta-icon {
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    .footer-btn-insta-text {
        flex: 1;
        text-align: left;
        padding-left: 12px;
        line-height: 1.2;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .footer-btn-insta-text .title {
        font-size: 1.6rem;
        font-weight: 500;
        color: #232c68;
        font-family: "Work Sans", sans-serif;
    }
    .footer-btn-insta-text .sub {
        font-size: 1.5rem;
        font-weight: 700;
        color: #232c68;
        font-family: "Zen Kaku Gothic New", sans-serif;
        margin-top: 2px;
    }
    .footer-btn-insta-arrow {
        width: 16px;
        height: 5px;
        background: url(../images/index/arrow-black.png) no-repeat center center;
        background-size: contain;
        display: block;
        flex-shrink: 0;
    }
    .footer-btn-arrow {
        width: 16px;
        height: 5px;
    }
    #point::after {
        width: 337px;
        height: 175px;
        left: calc(50% - 390px);
        top: -40px;
    }
    .group-logo-item:first-child img {
        max-height: 50px;
    }
    .footer-wrap {
        padding: 0 19px;
    }
    .footer-office-block:last-child {
        margin-top: 13px;
    }
    .content-error {
        min-height: calc(100vh - 80px);
        padding: 115px 0 80px;
    }
    .content-error::before {
        right: -18px;
        bottom: 28px;
        font-size: 10rem;
    }
    .content-error::after {
        top: 78px;
        left: -70px;
        width: 150px;
        height: 150px;
        border-width: 22px;
    }
    .box-404 {
        padding: 46px 24px 42px;
        border-radius: 8px;
    }
    .box-404 h2 {
        margin-bottom: 20px;
        font-size: 2.4rem;
    }
    .box-404 h2 span {
        margin-bottom: 6px;
        font-size: 7.2rem;
    }
    .box-404 h3 {
        margin-bottom: 18px;
        font-size: 2rem;
        line-height: 1.55;
    }
    .box-404 p {
        font-size: 1.5rem;
        line-height: 1.85;
    }
    .box-btn-404 {
        margin-top: 30px;
    }
    .box-btn-404 .btn-main {
        width: min(100%, 260px);
        height: 56px;
        font-size: 1.5rem;
    }
    .box-btn-404 .btn-main::after {
        width: 17px;
        height: 6px;
        right: 18px;
    }
    .box-main-menu {
        margin-right: 0;
    }
    .box-top-header {
        gap: 10px;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }
    .box-main-menu .box-top-header a span {
        font-size: 2.5rem;
    }
    .box-main-menu .box-top-header a {
        gap: 0;
        font-size: 2.9rem;
    }
    .header-wrapper .header-main .main-menu .nav>li>a,
    .header-wrapper .header-main .main-menu .toggle-hd {
        padding-left: 19px !important;
        padding-right: 19px !important;
        border-bottom: 1px solid #C7D1C9 !important;
    }
    .header-wrapper .header-main .main-menu .nav>li:last-child>a {
        border-bottom: none !important;
    }
    .js-scrollable .table-envi td:nth-last-child(2) {
        font-size: 1.3rem;
    }
    .main-banner-slide .banner-slider-item>div {
        height: 100%;
        background-size: cover !important;
    }
    .main-banner-slide .banner-slider-item .item-01 {
        background: url(../images/index/bg-sm-1.jpg) no-repeat center center;
    }
    .main-banner-slide .banner-slider-item .item-02 {
        background: url(../images/index/bg-sm-2.jpg) no-repeat center center;
    }
    .main-banner-slide .banner-slider-item .item-03 {
        background: url(../images/index/bg-sm-3.jpg) no-repeat center center;
    }
    .main-banner-slide .banner-slider-item .item-04 {
        background: url(../images/index/bg-sm-4.jpg) no-repeat center center;
    }
    .list-support li {
        width: 100%;
        min-height: 60px;
        font-size: 1.9rem;
        gap: 18px;
        padding: 0;
        justify-content: center;
        border-radius: 5px;
        padding-right: 30px;
    }
    ul.list-support {
        gap: 20px;
    }
    .list-support li img {
        width: 53px;
        position: static;
        transform: none;
    }
    .box-compatible {
        padding: 25px;
    }
    .box-compatible-flex {
        flex-direction: column;
        gap: 0;
    }
    .box-compatible-flex .list-dot li {
        font-size: 1.5rem;
    }
    .box-btn-compatible {
        max-width: 250px;
    }
    .box-btn-compatible a.btn.btn-recruit-orange {
        width: 100%;
        max-width: 100%;
        font-size: 1.6rem;
        text-align: center;
        padding-left: 18px;
        line-height: 1.25;
        height: 60px;
    }
    .box-btn-compatible a.btn.btn-recruit-orange:after {
        width: 15px;
        height: 5px;
        right: 8px;
    }
    .sale-grid.equip-grid.justify-center {
        display: flex;
        flex-wrap: wrap;
        gap: 15px 10px;
        align-items: center;
    }
    .sale-grid.equip-grid.justify-center .sale-grid-item {
        width: calc(50% - 5px);
    }
}