/* Common config css */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;1,400&family=Inter:wght@400;500;600;700&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,600;0,700;0,800;1,400;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200;1,300&family=Source+Code+Pro:ital,wght@0,400;0,500;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,400;0,500;1,400&display=swap');
@font-face {
    font-family: 'Japanese Generic1';
    font-weight: 400;
    src: url('../../plugins/font/WIX-TsukuARdGothicStd-M.woff2');
}

@font-face {
    font-family: 'Helvetica Neue';
    font-weight: 400;
    src: url('../../plugins/font/Helvetica-Neue.otf');
}

br {
    display: none;
}

p,
span,
a {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none !important;
}

body {
    font-family: 'Japanese Generic1' !important;
    font-style: normal;
    font-weight: 400;
    width: 100%;
}
img {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Edge */
    user-select: none;
    pointer-events: none;
}

.view-main {
    position: relative;
    overflow: hidden;
    background: #fafafa;
    transition: transform 0.3s ease;
}

/* Button scroll to top  */
.scroll-to-top {
    display: none;
    position: fixed;
    bottom: 10%;
    right: 4%;
    z-index: 99999;
    cursor: pointer;
}

.row {
    margin: 0 !important;
    padding: 0 !important;
}
.cursor-pointer {
    cursor: pointer;
}
/* Contact section */
.investigation {
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 4;
}

.bg-investigation {
    width: 100%;
    top: -190%;
}

.investigation-content {
    max-width: 1280px;
    margin-bottom: 80px;
    position: relative;
    z-index: 100;
    flex-grow: 1;
}

.investigation-content-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 47px 97px;
    gap: 10px;
    max-width: 1280px;
}

.investigation-bg {
    position: absolute;
    height: 415px;
    background: #f8fffe;
    filter: blur(10px);
    border-radius: 12px;
    display: flex;
    width: 100%;
    z-index: 0;
    max-width: 1440px;
    margin-bottom: 80px;
}

.investigation-content-box-info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.investigation-content-box-info h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 66px;
    letter-spacing: 0.5em;
    color: #1e0e62;
}

.investigation-content-box-info p {
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
    padding: 0;
    margin: 0;
}

.investigation-content-box-info-text {
    max-width: 386px;
    width: 100%;
    letter-spacing: -0 01em !important;
}
.about-investigation-responsive-margin {
    margin-top: 52px;
}

.next-button {
    position: relative;
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 24px 30px;
    gap: 20px;
    max-width: 100%;
    height: 22px;
    background: #2d86aa;
    border-radius: 50px;
    font-style: normal;
    font-size: 16px;
    line-height: 17px;
    text-transform: uppercase;
    color: #ffffff;
    margin: auto;
    margin-top: 22px;
    border: 1px solid #2d86aa;
    z-index: 1;
    font-family: inherit;
    overflow: hidden;
    transition: color 0.4s ease-in-out !important;
}

.next-button::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 100%;
    right: 100%;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    background-color: white;
    transform-origin: center;
    transform: translate3d(50%, -50%, 0) scale3d(0, 0, 0);
    transition: transform 0.45s ease-in-out;
}

.next-button-service::before {
    left: 100%;
}

.next-button .next-icon {
    display: block;
}

.next-button .next-icon-hover {
    display: none;
}

.next-button:hover {
    color: #2d86aa;
}

.next-button:hover .next-icon {
    display: none;
}

.next-button:hover .next-icon-hover {
    display: block;
}

.next-button:hover::before {
    transform: translate3d(50%, -50%, 0) scale3d(15, 15, 15);
}

.next-button-contact {
    width: 220px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 36px;
}

/* Footer */
.footer-container {
    background: #e9f5ff;
    overflow: hidden;
    position: relative;
    z-index: 4;
}

.footer-content {
    max-width: 1280px;
    width: 100%;
    padding: 0 100px;
    padding-top: clamp(25px, 5%, 49px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.footer-section-info {
    width: 60%;
}

.footer-section-menu {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 35%;
}

.footer-container p {
    margin-bottom: 15px;
}

.footer-section-info-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 19px;
    letter-spacing: -0.292683px;
    color: #00202e;
    margin-top: 30px;
}

.footer-section-info-content {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    letter-spacing: -0.292683px;
    color: #00202e;
    margin-left: 15px;
}

.footer-underline {
    height: 0px;
    max-width: 1200px;
    width: calc(100% - 240px);
    margin: 40px auto auto;
    padding: 0px 120px;
    border-bottom: 1px solid #878787;
}

.footer-overight {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 275;
    font-size: 14px;
    line-height: 21px;
    color: #2c2c2c;
    text-align: center;
    padding: 25px 0;
}

.footer-overight span {
    font-weight: bold;
}

.footer-section-menu-social-icon {
    display: flex;
    font-size: 30px;
    gap: 24px;
}

.footer-section-menu-category {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}

.footer-section-menu-category div {
    width: 50%;
}

.icon-twitter {
    font-size: 17px;
    padding: 7px;
    background: #1d9bf0;
    border-radius: 50%;
}

.footer-section-menu-category h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: -0.292683px;
    color: #00202e;
    margin-bottom: 16px;
}

.footer-section-menu-category p {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.292683px;
    color: #747474;
    margin-bottom: 12px;
}

.footer-section-menu-category-link {
    color: #747474;
}

.footer-section-menu-category-link:hover {
    color: #63baf4;
}

.footer-logo {
    margin-left: -10px;
    height: 48px;
}

/* Header */
.header {
    width: 100%;
    background-color: white;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 68px;
    padding: 0 120px;
    gap: 20px;
    max-width: 1440px;
    margin: auto;
    transition: transform 0.3s ease;
}

.header-container a {
    display: flex;
}

.header-logo {
    height: 44px;
    margin: auto;
}

.header-container-menu,
.header-container-menu-responsive {
    display: flex;
    gap: 40px;
}

.header-container-menu-list,
.header-container-menu-list-responsive {
    display: flex;
    gap: 48px;
    align-items: center;
}

.header-container-menu-list a,
.header-container-menu-list-responsive a {
    font-size: clamp(13px, 1vw, 17px);
    line-height: 17px;
    color: #a8a8a8;
    font-size: 16px;
}

.hamburger-icon {
    display: none;
}

.header-link.active {
    color: #2090be;
    position: relative;
}

.header-link:hover {
    color: #2090be;
}

.menu-responsive {
    display: none;
}

.header-box {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

/* Dropdown language selection */
.language-selection {
    position: relative;
    border: 1px solid #d4d4d4;
    background: #fff;
    padding: 8px;
    width: 149px;
    border-radius: 6px;
    transition-duration: 0.3s;
    display: none;
}

.language-selection:hover {
    cursor: pointer;
}

.language-selection-homepage {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 6;
}

.selected-option {
    position: relative;
    width: 100%;
    text-align: left;
    color: #111827;
    background-color: #ffffff;
    cursor: default;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selected-option-content {
    display: flex;
    align-items: center;
}

.selected-option-content img,
.dropdown-option img {
    width: 35px;
    height: 20px;
}

.selected-option-content span {
    display: block;
    margin-left: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selected-option-icon svg {
    width: 1.25rem;
    height: 1.25rem;
    color: #9ca3af;
}

.dropdown-options {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 4px 0 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    z-index: 6;
}

.dropdown-options li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    cursor: pointer;
}

.dropdown-options li:hover {
    background-color: #f0f0f0;
}

/* Pagination */
.pagination {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
    z-index: 3;
}
.pagination ul {
    display: flex;
    list-style-type: none;
    padding: 0 !important;
    margin-bottom: 0 !important;
    gap: 12px;
}
.pagination ul li {
    width: 32px;
    height: 32px;
    background: #f1f2f4;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-link {
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    color: black;
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.page-link a,
.pagination-btn-next a,
.pagination-btn-prev a {
    color: black;
}
.pagination-btn-prev,
.pagination-btn-next {
    width: 32px;
    height: 32px;
    background: #f1f2f4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-btn-next:hover {
    opacity: 0.4;
}
.pagination-btn-prev:hover {
    opacity: 0.4;
}
.page-link.choosen {
    color: white;
    background-color: #2d86aa;
}

@media screen and (min-width: 1440px) {
    br {
        display: block;
    }
}

@media screen and (max-width: 1280px) {
    .investigation-content-box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .header-container {
        flex-direction: row-reverse;
    }

    .header-container-menu-list {
        display: none;
    }

    .hamburger-icon {
        display: block;
        display: flex;
        justify-content: end;
        height: 24px;
    }

    .header-container-menu,
    .hamburger-icon,
    .header-container a {
        flex-grow: 1;
        flex-basis: 0;
    }

    .menu-responsive {
        position: absolute;
        display: none;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.25);
        z-index: 1;
    }

    .menu-responsive-overlay {
        position: relative;
        background-color: white;
        min-width: 291px;
        width: 50%;
        height: 100%;
        float: right;
        padding: 28px 18px 28px 18px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        transform: translateX(max(291px, 50vw));
        transition: transform 0.3s ease-in-out;
    }

    .menu-responsive-overlay.show {
        transform: translateX(0px);
    }

    .header-container-menu-list-responsive {
        flex-direction: column;
        margin: 23px 36px 52px 36px;
    }

    .header-container-menu-list-responsive a {
        width: 100%;
    }

    #closeMenu {
        width: 28px;
        height: 28px;
    }
}

@media screen and (max-width: 868px) {
    .footer-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 62px;
    }

    .footer-section-info {
        width: 100%;
    }

    .footer-section-menu {
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    .investigation-content-box-p-mobile {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .header-container {
        padding: 0 20px;
    }

    .header-home-relation span {
        color: #a8a8a8;
    }

    .header-home-text-mobile {
        color: #2090be !important;
    }

    .header-wall-relation {
        height: 55.51px;
        margin-left: 78px;
    }

    .header-wall-relation-2 {
        height: 56.51px;
        margin-left: 78px;
    }

    .header-home-relation {
        gap: 12px;
    }

    .header-logo {
        height: 38px;
    }

    .hamburger-icon {
        height: auto;
    }

    .language-selection {
        width: auto;
        padding: 4px 4px;
    }

    .language-selection-homepage {
        right: 30px;
        top: 16px;
    }

    .dropdown-options {
        right: 0;
        left: auto;
    }

    .language {
        height: 32px;
        width: 83px;
    }

    .footer-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-underline {
        width: calc(100% - 40px);
    }

    .footer-section-info-title {
        font-size: 14px;
    }

    .footer-section-info-content {
        font-size: 12px;
    }

    .footer-section-menu-category h3 {
        font-size: 16px;
    }

    .investigation-content {
        margin: 0;
    }

    .investigation-content-box {
        padding-left: 20px;
        padding-right: 20px;
    }
    .about-investigation-responsive-margin {
        margin-top: -120px;
    }
    .investigation-content-box-info div {
        padding: 0px 80px;
    }
    .investigation-content-box-info h3 {
        font-size: 20px;
        line-height: 35px;
    }

    .investigation-content-box-info p,
    .investigation-content-box-info a {
        font-size: 14px;
    }

    .investigation-content-box-image {
        max-width: 248px;
    }
    .pagination {
        transform: scale(0.7);
    }
}
