@charset "UTF-8";
body {
    position: relative;
    overflow: hidden;
}

body::after {
    content: "";
    background-color: rgba(59, 112, 105, 0.5);
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.img-fixed-home {
    position: fixed;
    right: 0;
    top: 126px;
}

.banner-home {
    display: flex;
    align-items: center;
    height: 100vh;
    position: relative;
    padding-bottom: 14.16vh;
}

.banner-home .scroll-bar-block {
    position: absolute;
    bottom: 0;
}

.about-item {
    padding: 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(22.5px);
    backdrop-filter: blur(22.5px);
    max-width: 200px;
    width: 200px;
    border-radius: 20px;
}

.about-item-cont h3 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    letter-spacing: 1.6px;
    font-family: var(--font-heading);
}

.about-item-cont p {
    color: #1B4446;
    font-weight: 500;
}

.box-link-about {
    display: flex;
    gap: 15px;
}

.scroll-wrapper {
    display: flex;
    position: absolute;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-style: preserve-3d;
    white-space: nowrap;
}

.scroll-left {
    animation: scrollLeft 20s linear infinite;
}

.scroll-right {
    animation: scrollRight 20s linear infinite;
}

.image-item marquee {
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.scroll-left .image-item {
    transform: rotate(-2deg);
}

.scroll-right .image-item {
    transform: rotate(8deg);
}

@keyframes scrollLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

.box-service {
    display: flex;
    border-radius: 30px;
    border: 1px solid #FFF;
    background: rgba(217, 204, 112, 0.1);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(22.5px);
    backdrop-filter: blur(22.5px);
    padding: 30px;
    gap: 45px;
    overflow: hidden;
    margin-bottom: 35px;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.1) 100%);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}

.box-service::after {
    content: "";
    width: 80px;
    height: 80px;
    background-image: url(../images/index/icon-link.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.service-img {
    width: 47%;
    overflow: hidden;
    border-radius: 20px;
    flex-shrink: 0;
}

.service-img img {
    transition: all 0.3s ease;
}

.service-cont {
    flex-shrink: 0;
    padding-top: 10px;
    width: 53%;
}

.title-service {
    color: #FFF;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    font-family: var(--font-heading);
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 12px;
    line-height: 1;
    /* 60px */
}

.title-service-ja {
    color: #1B4446;
    font-weight: 500;
    font-size: 2.8rem;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.num-service {
    color: #FFF;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    /* 38.5px */
    text-transform: uppercase;
}

.service-cont p {
    color: #FFF;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 35px */
    letter-spacing: 0.05em;
    text-transform: uppercase;
    max-width: 423px;
}

.main-title.center {
    text-align: center;
}

.main-title.center h2.main-title-jp {
    width: -moz-fit-content;
    width: fit-content;
    margin: 15px auto 0;
}

.main-title-en {
    color: #FFF;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    font-family: var(--font-heading);
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

h2.main-title-jp {
    color: #1B4446;
    text-shadow: 0 3.49px 8.724px rgba(0, 0, 0, 0.05);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 0.2em;
    padding-left: 15px;
    border-left: 6px solid;
    margin-top: 10px;
}


/* 
.wrapOut {
  position: relative;
  height: var(--offset);
  overflow: visible;
} */

.list-service {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
}

body.home .list-service {
    /* height được quản lý bởi JavaScript */
    position: relative;
    z-index: 10;
}

body.home .card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


/* Pin-spacer wrapper từ GSAP */

body.home .pin-spacer {
    z-index: 10;
}


/* Spacer cho scroll */

body.home .stack-scroll-spacer {
    position: relative;
    z-index: 1;
}


/* Mobile: Tắt stack effect, dùng layout bình thường */

@media (max-width: 768px) {
    body.home .list-service {
        height: auto !important;
        min-height: auto !important;
        position: relative !important;
    }
    body.home .card {
        position: relative !important;
        top: auto !important;
        height: auto !important;
        margin-bottom: 40px;
    }
    /* Ẩn spacer trên mobile */
    body.home .stack-scroll-spacer {
        display: none !important;
    }
    /* Fix pin-spacer nếu còn */
    body.home .pin-spacer {
        height: auto !important;
        min-height: auto !important;
    }
}

.sticky-indicator {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sticky-indicator.active {
    opacity: 1;
}

.list-num-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    max-width: 515px;
}

.box-num-proof {
    width: calc(50% - 8px);
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(217, 204, 112, 0.1);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(22.5px);
    backdrop-filter: blur(22.5px);
    width: 250px;
    height: 250px;
    padding: 40px 32px 32px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
}

.box-num-proof:nth-child(2n) {
    position: relative;
    top: 50px;
}

.num-proof {
    font-size: 80px;
    color: #fff;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
}

.num-proof span {
    font-size: 70px;
}

.box-num-proof p {
    font-size: 20px;
    color: #fff;
}

.title-proof {
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    font-size: 40px;
    color: #fff;
}

.box-flex-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.box-logo {
    width: 170px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 10px;
}

.slide-voice-item-inner {
    display: flex;
    border-radius: 30px;
    border: 1.5px solid #FFF;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(217, 204, 112, 0.1);
    padding: 30px;
    gap: 45px;
}

.img-voice {
    width: 575px;
    height: 395px;
}

.img-voice img {
    border-radius: 20px;
    background: #F1FCF1;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.text-voice {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-info-voice {
    display: flex;
    align-items: center;
    gap: 16px;
}

.img-info {
    width: 60px;
    display: none;
}

.text-info {
    flex: 1;
}

.text-info h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.text-info p {
    font-weight: 500;
    color: #fff;
}

.name-voice {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    position: relative;
    padding-top: 45px;
    letter-spacing: normal;
}

.name-voice::after {
    content: "";
    width: 34px;
    height: 30px;
    background-image: url(../images/index/union.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.slide-voices .slide-arrow,
#service-04 .slide-arrow,
.slide-news-sm .slide-arrow {
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 1;
    cursor: pointer;
    background-color: #1B4446;
    border-radius: 50%;
}

.slide-voices .slide-arrow.prev-arrow,
#service-04 .slide-arrow.prev-arrow,
.slide-news-sm .slide-arrow.prev-arrow {
    right: 102px;
}

.slide-voices .slick-list {
    margin: 0 -15px;
}

.slide-voices .slick-slide {
    padding: 0 15px;
}

.box-date-cat {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 12px;
}

a.cat {
    border-radius: 40px;
    border: 1px solid #FFF;
    padding: 0 10px;
    min-height: 24px;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 700;
}

.date {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.date::after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/index/icon-calendar.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
}

.box-except {
    font-size: 1.8rem;
    color: #1B4446;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 0.05em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-except a {
    color: #1B4446;
}

.img-news {
    border-radius: 20px;
    overflow: hidden;
    max-height: 250px;
}

.img-news img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

a.btn.btn-main {
    border: 1px solid #fff;
    padding: 2px;
    min-width: 280px;
    width: -moz-max-content;
    width: max-content;
    border-radius: 20px;
    letter-spacing: 0.15em;
    font-weight: 500;
}

a.btn.btn-main::after {
    content: "";
    width: 73px;
    height: 6px;
    background-image: url(../images/index/after-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -3px;
    left: 70px;
    transform: none;
    transition: 0.3s;
}

a.btn.btn-main::before {
    content: "";
    width: 73px;
    height: 6px;
    background-image: url(../images/index/after-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    transform: none;
    bottom: -3px;
    top: auto;
    transition: 0.3s;
    left: 50%;
    transform: translateX(-50%);
}

a.btn.btn-main>span {
    background-color: rgba(255, 255, 255, 0.3);
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    position: relative;
    padding: 0 30px;
    overflow: hidden;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    gap: 10px;
    padding-right: 60px;
}

a.btn.btn-main>span::after {
    content: "";
    width: 100%;
    height: 57px;
    background-image: url(../images/index/bg-button.png);
    background-size: 100% 100%;
    background-position: top left;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

a.btn.btn-main>span::before {
    content: "";
    width: 26px;
    height: 26px;
    background-image: url(../images/index/arrow-up.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

a.btn.btn-main:hover span:after {
    background-size: 200% 200%;
}

a.btn.btn-main:hover::after {
    left: 200px;
}

a.btn.btn-main:hover::before {
    left: 20%;
}

.box-flex-contact {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.home-contact {
    position: relative;
}

.home-contact::after {
    display: none;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
}

.footer-left {
    display: flex;
    gap: 30px;
    align-items: center;
}

.home-contact-top.footer-logo {
    width: 175px;
}

.box-info-footer {
    flex: 1;
}

.icon-box-info {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 13px;
    gap: 10px;
    font-weight: 500;
}

.icon-box-info:last-child {
    margin-bottom: 0;
}

.footer-right a {
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

.box-link-social {
    display: flex;
    flex-wrap: wrap;
    max-width: 160px;
    gap: 16px;
}

.box-link-social a {
    margin-bottom: 0;
}

.footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 50px 30px 0;
}

.copyright-right {
    display: flex;
    gap: 40px;
    justify-content: flex-end;
}

.copyright-right a {
    color: #fff;
    display: block;
}

.footer-wrap {
    padding: 30px;
    border-width: 1px 0;
    margin-top: 150px;
    position: relative;
}

.footer-wrap::after,
.footer-wrap::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid rgba(27, 68, 70, 0.3);
}

.footer-wrap::before {
    bottom: 0;
    top: unset;
}

.box-btn-main a.btn.btn-main>span {
    min-width: 280px;
}

.page-header {
    padding-top: 130px;
}

.page-header-title {
    display: flex;
    align-items: flex-end;
    gap: 25px;
}

.title-en {
    font-size: 100px;
    color: #1B4446;
    line-height: 1;
    font-family: var(--font-heading);
}

.title-jp {
    font-size: 28px;
    color: #1B4446;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 15px;
}

.page-anchor {
    padding: 12px 0;
    border-bottom: 1px solid rgba(27, 68, 70, 0.3);
    border-width: 1px 0;
    margin-top: 0px;
}

.box-img-about {
    position: relative;
}

.box-text-about-1 {
    padding: 30px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(22.5px);
    backdrop-filter: blur(22.5px);
    position: absolute;
    left: -25px;
    bottom: -15px;
    width: 100%;
    max-width: 315px;
}

.name {
    font-size: 30px;
    color: #1B4446;
    margin: 5px 0;
}

.sign {
    font-size: 20px;
    font-weight: 500;
    color: #1B4446;
}

.main-title.main-title-right {
    text-align: right;
}

.main-title.main-title-right h2.main-title-jp {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
}

.box-about-info {
    padding: 60px 32px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(22.5px);
    backdrop-filter: blur(22.5px);
    position: relative;
}

.item-about-info,
.box-about-info {
    height: 100%;
}

.img-about-info {
    position: absolute;
    top: 32px;
    right: 26px;
}

.name-info {
    font-family: var(--font-heading);
    font-size: 50px;
    color: #1B4446;
    line-height: 1;
    margin-bottom: 8px;
}

.about-info-title p {
    font-size: 28px;
    color: #1B4446;
    font-weight: 500;
}

.about-info-except {
    line-height: 1.76;
    color: #1B4446;
    margin-top: 10px;
    letter-spacing: 1.6px;
}

.table-company {
    width: 100%;
}

.table-company td {
    height: 46px;
    padding: 10px 0;
    color: #1B4446;
    border: 1px solid rgba(27, 68, 70, 0.3);
    border-width: 1px 0;
}

.table-company td:first-child {
    width: 200px;
    font-weight: bold;
}

.company-right {
    max-width: 620px;
}

.card-about {
    position: relative;
    width: 260px;
    height: 320px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    color: white;
    transition: all 0.5s ease;
}

.card-about-bg {
    position: absolute;
    inset: 0;
    transition: opacity 0.5s ease;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 105.08%), rgba(0, 0, 0, 0.2);
}

.card-about-content {
    position: absolute;
    inset: 0;
    padding: 24px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
    background: var(--Linear, linear-gradient(167deg, #65AEA4 -2.48%, #1B4446 90.87%));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-about-content h3 {
    font-size: 22px;
}

.card-about-content p {
    font-size: 14px;
    line-height: 1.6;
}

.card-about-footer {
    width: calc(100% - 24px);
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(22.5px);
    backdrop-filter: blur(22.5px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s ease;
}

.card-about-footer .footer-info span {
    font-weight: bold;
    font-size: 20px;
}

.card-about-footer .footer-info small {
    display: block;
    opacity: 0.7;
    color: #fff;
    font-size: 14px;
}

.card-about-footer .footer-icon {
    font-size: 18px;
    transition: transform 0.3s;
    width: 35px;
    height: 35px;
    background-image: url(../images/index/icon-up.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card-about:hover .card-about-content {
    opacity: 1;
    transform: translateY(0);
}

.card-about:hover .card-about-footer {
    opacity: 0;
    transform: translateY(20px);
}

.card-about:hover .card-about-bg {
    opacity: 0.3;
}

.card-about:hover .footer-icon {
    transform: translateX(4px);
}

.box-map-about {
    height: 500px;
}

.box-map-about iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.box-name-map {
    position: relative;
    display: flex;
    justify-content: center;
    color: #1B4446;
    padding: 16px;
    max-width: 988px;
    margin-left: auto;
    margin-right: auto;
}

.box-name-map::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 105.08%), rgba(0, 0, 0, 0.2);
    border-radius: 0 0 23px 23px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: -1;
}

.list-logo-trusted {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 50px;
}

.scroll-bar-block-3 {
    height: 200px;
}

.scroll-bar-block-3 .scrollbar-wrapper-1 {
    transform: rotate(-4.459deg);
    top: 80px;
}

.list-num-proof.list-service-num {
    max-width: 100%;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(22.5px);
    backdrop-filter: blur(22.5px);
    padding: 24px 50px;
    gap: 24px;
}

.list-num-proof.list-service-num .box-num-proof {
    box-shadow: none;
    border: none;
    background: transparent;
    top: 0;
    width: calc(25% - 18px);
    height: 138px;
    text-align: center;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.list-num-proof.list-service-num .box-num-proof>p {
    font-size: 2rem;
    font-weight: 500;
}

.list-num-proof.list-service-num .num-proof {
    font-size: 50px;
    font-weight: bold;
}

.list-num-proof.list-service-num .num-proof span {
    font-size: 50px;
}

.tex-service-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 36px 50px;
}

.box-icon-service {
    width: calc(50% - 25px);
}

.box-icon-service.center {
    width: 100%;
}

.box-icon-service.center .num-service {
    width: 73px;
    height: 73px;
    background: rgba(255, 255, 255, 0.1);
    filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.05));
    -webkit-backdrop-filter: blur(22.5px);
    backdrop-filter: blur(22.5px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.box-icon-service.center .box-service-text {
    text-align: center;
}

.box-icon-service.center .box-service-text p {
    text-align: left;
}

.box-icon-service.center .icon-service {
    text-align: center;
}

.box-icon-service.flex {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 38px;
    position: relative;
}

.box-icon-service.flex:last-child {
    margin-bottom: 0;
}

.box-icon-service.flex:last-child::after {
    display: none;
}

.box-icon-service.flex:after {
    content: "";
    width: 1px;
    height: calc(100% + 38px);
    z-index: -1;
    opacity: 0.12;
    background: #1B4446;
    position: absolute;
    top: 0;
    left: 30px;
}

.box-icon-service.flex .num-service {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(39, 96, 89, 0.12);
    -webkit-backdrop-filter: blur(22.5px);
    backdrop-filter: blur(22.5px);
    font-family: "Shippori Mincho B1";
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1B4446;
}

.box-icon-service.flex .box-service-text {
    flex: 1;
}

.box-icon-service.flex .box-service-text h3 {
    margin-top: 0;
}

.box-service-text {
    color: #1B4446;
}

.box-service-text h3 {
    font-size: 24px;
    color: #1B4446;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

.box-service-text h4 {
    font-size: 18px;
    color: #1B4446;
    font-weight: bold;
    margin-bottom: 10px;
}

.page-service {
    background-color: #1B4446;
}

.box-contact-info {
    border-radius: 20px;
    border-radius: 30px;
    background: var(--bg, linear-gradient(112deg, rgba(255, 255, 255, 0.4) 24.61%, rgba(249, 238, 207, 0.4) 76.24%));
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.1);
    padding: 32px;
}

.contact-info:last-child .icon-box-contact {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.contact-info:last-child .icon-box-contact::after {
    display: none;
}

.icon-box-contact {
    display: flex;
    gap: 16px;
    padding-bottom: 32px;
    margin-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.icon-box-contact::after {
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(39, 96, 89, 0.1) 0%, #1B4446 50%, rgba(39, 96, 89, 0.1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.icon-contact {
    width: 60px;
}

.text-contact-icon {
    flex: 1;
}

.text-en {
    color: #1B4446;
    font-size: 24px;
    margin-bottom: 5px;
}

.text-jp {
    color: #1B4446;
    font-family: "Noto Sans JP";
    font-weight: 700;
}

input.wpcf7-submit,
a.btn.btn-phone {
    transition: all 0.3s ease;
    cursor: pointer;
}

input.wpcf7-submit:hover,
a.btn.btn-phone:hover {
    opacity: 0.6;
}

a.btn.btn-phone {
    width: -moz-fit-content;
    width: fit-content;
    padding: 9px 20px;
    border-radius: 16px;
    background: #1B4446;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    min-width: 170px;
}

.box-btn-phone {
    margin-top: 10px;
}

.sub-title-en {
    font-size: 40px;
    color: #1B4446;
    font-family: var(--font-heading);
}

.text-en {
    color: #1B4446;
    font-family: var(--font-heading);
}

h2.sub-title-jp {
    font-size: 24px;
    color: #1B4446;
    letter-spacing: 0.2em;
    font-weight: 500;
}

.box-img-recruit-2 {
    position: relative;
}

.img-recruit-2 {
    margin-right: auto;
    margin-left: 70px;
}

.box-invitation {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 23px;
    background: linear-gradient(167deg, rgba(101, 174, 164, 0.7) -2.48%, rgba(59, 112, 105, 0.7) 90.87%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute;
    color: #fff;
    left: 0;
    bottom: 85px;
}

.text-invi {
    flex: 1;
    font-size: 14px;
}

.text-invi h3 {
    font-size: 24px;
}

.box-career {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 40px;
}

.box-career:last-child {
    margin-bottom: 0;
}

.number-career {
    width: 60px;
    height: 60px;
    background: rgba(59, 112, 105, 0.2);
    -webkit-backdrop-filter: blur(18.4931507111px);
    backdrop-filter: blur(18.4931507111px);
    font-size: 27.945px;
    color: #1B4446;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50%;
    padding-bottom: 3px;
}

.box-text-career {
    flex: 1;
    margin-bottom: 10px;
    color: #1B4446;
}

.box-text-career h3 {
    font-size: 24px;
}

.title-career {
    font-weight: bold;
    font-size: 24px;
}

.recruit-03 .large-4 {
    margin-bottom: 24px;
}

.job-card {
    padding: 30px;
    border-radius: 23px;
    background: linear-gradient(180deg, rgba(59, 112, 105, 0) 0%, rgba(59, 112, 105, 0.7) 105.08%), rgba(59, 112, 105, 0.2);
    height: 100%;
}

h3.job-title {
    color: #FFF;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
    word-break: auto-phrase;
}

.salary {
    display: flex;
    gap: 8px;
    color: #fff;
}

span.type {
    border-radius: 3px;
    background: #1B4446;
    padding: 4px 8px;
    font-size: 12px;
    color: #fff;
}

.company-info {
    margin-top: 25px;
    color: #fff;
}

.company-info p {
    color: #fff;
}

.job-company {
    display: flex;
    margin-top: 24px;
    gap: 12px;
    color: #fff;
}

.company-info h4 {
    font-size: 18px;
    font-weight: 700;
}

.company-info p {
    font-size: 14px;
}

.testimonial-card {
    padding: 32px;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    max-width: 350px;
}

.profile {
    display: flex;
    gap: 16px;
    margin-top: 24px;
    font-size: 14px;
    align-items: center;
}

.testimonial-card .title {
    font-size: 20px;
    margin-bottom: 10px;
}

.list-voice .slick-list {
    margin: 0 -12px;
}

.list-voice .slick-slide {
    margin: 0 12px;
}

.price-card {
    border-radius: 30px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(22.5px);
    backdrop-filter: blur(22.5px);
    text-align: center;
    padding: 24px;
    display: flex;
    flex-direction: column;
    color: #1B4446;
    justify-content: flex-start;
}


/* top label */

.plan {
    display: inline-block;
    background: rgba(59, 112, 105, 0.6);
    padding: 6px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff;
    margin-bottom: 24px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}


/* price */

.price {
    font-size: 35px;
    font-weight: 700;
    margin: 0;
    min-height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price.price_text {
    font-size: 20px;
    padding-top: 5px;
}

.sub {
    margin-top: 4px;
    font-size: 20px;
    opacity: 0.85;
}


/* description */

.desc {
    line-height: 1.8;
    margin: 32px 0;
}

.price-card .plan {
    font-size: 18px;
}

.price-card .desc {
    text-align: left;
}

a.btn.btn-free {
    border-radius: 16px;
    background: #1B4446;
    height: 59px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
}

.box-flex-news {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

p {
    line-height: 1.75;
}

a.link-news {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding-right: 32px;
    position: relative;
}

a.link-news::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/index/arrow-up.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.toggle-qna {
    padding: 24px 0;
    border-bottom: 1px solid rgba(59, 112, 105, 0.5);
}

.toggle-qna .toggle-hd {
    color: #1B4446;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-right: 30px;
}

.toggle-qna .toggle-hd::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/index/icon-open.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.toggle-qna .toggle-hd.active::after {
    background-image: url(../images/index/icon-close.svg);
}

.toggle-qna .toggle-cont {
    color: #1B4446;
    margin-top: 16px;
}

.page-navi {
    position: relative;
}

.page-navi::after {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    background-color: rgba(27, 68, 70, 0.3);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    max-width: 1240px;
}

.share-btn.copy-link {
    border-radius: 12px;
    background: #1B4446;
    width: 183px;
    height: 40px;
    padding: 5px 13px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-left: 47px;
    position: relative;
    cursor: pointer;
}

.share-btn.copy-link::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/index/icon-blank.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
}

hr {
    width: 100%;
    border-color: #fff;
    background-color: #fff;
    color: #fff;
    border-style: unset;
    border-top: 1px solid;
    margin-bottom: 40px;
}

input.wpcf7-submit {
    border-radius: 16px;
    background: #1B4446;
    padding: 13px;
    font-size: 18px;
    width: 242px;
    color: #fff;
    border: none;
}

.box-recruit-right {
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 30px;
    display: flex;
    margin-bottom: 32px;
}

.box-salary {
    width: 50%;
    padding-right: 20px;
    text-align: center;
    color: #1B4446;
    border-right: 1px solid #E7F0FA;
}

.box-location {
    width: 50%;
    padding-left: 20px;
    text-align: center;
    color: #1B4446;
}

.salary-title {
    color: #1B4446;
    font-weight: bold;
}

.salary-value {
    color: #1B4446;
    font-size: 19px;
    font-weight: 700;
    margin: 5px 0;
}

.salary-sub {
    font-size: 14px;
}

.location-title {
    font-size: 14px;
}

.location-name {
    font-weight: bold;
}

.job-overview h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
}

.overview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 16px;
    margin-bottom: 25px;
}

.job-overview {
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 30px;
    color: #1B4446;
}

.job-overview .label {
    font-size: 14px;
}

.job-overview .value {
    font-weight: 700;
    margin-top: 2px;
}

.line {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin: 20px 0;
}

.line-2 {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin: 0 0 20px;
}

.job-desc-info {
    color: #fff;
}

.share-title {
    color: #1B4446;
    display: block;
    margin-bottom: 8px;
}

.job-desc-info {
    margin-top: 16px;
}

.job-desc-info ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #1B4446;
}

.job-desc-info ul li::after {
    width: 10px;
    border-radius: 5px;
    height: 10px;
    content: "";
    background-color: #1B4446;
    border-radius: 50%;
    top: 10px;
    left: 8px;
    position: absolute;
}

.box-recruit-content-tab {
    margin-bottom: 60px;
}

.job-desc-info p {
    margin-bottom: 1em;
}

.box-info-recruit {
    display: flex;
    align-items: center;
    gap: 20px;
}

.box-info-recruit .job-title {
    font-size: 45px;
    font-weight: bold;
    color: #1B4446;
}

.recruit-03 h3.job-title {
    display: flex;
    align-items: center;
}

.job-description {
    display: flex;
    gap: 8px;
    color: #fff;
    align-items: center;
}

.time {
    border-radius: 3px;
    background: #1B4446;
    padding: 2px 8px 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.featured {
    border-radius: 3px;
    background: #B09F3B;
    padding: 2px 8px 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.btn-apply a.btn.btn-main {
    margin-left: auto;
    margin-right: 0;
}

.btn-apply a.btn.btn-main>span {
    min-width: 270px;
}

a.btn.btn-main.btn-main-2.btn-home-single span {
    min-width: 250px;
}

.fixed-right {
    position: fixed;
    right: 10px;
    top: 200px;
    z-index: 10;
}

.fixed-right-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: rgba(94, 144, 137, 0.3);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
    padding: 10px;
    border-radius: 10px;
}

.fixed-right-item img {
    width: 22px;
    height: auto;
}

.post-content #ez-toc-container {
    border-radius: 14px;
    border-left: 3px solid #1B4446;
    background: #F4F4F4;
    width: 100%;
    padding: 30px;
}

.post-content .ez-toc-title-container p {
    color: #1B4446;
    font-family: "Noto Sans JP";
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
}

.post-content #ez-toc-container ul li:after {
    border-radius: 1px;
    background: #1B4446;
    width: 6px;
    height: 6px;
}

.post-content .ez-toc-counter nav ul li a::before {
    display: none;
}

.post-content div#ez-toc-container ul li a {
    padding-left: 20px;
    font-size: 16px;
}

.slider-recruit .slick-list,
.slider-recruit-2 .slick-list {
    margin: 0 -10px;
}

.slider-recruit .slick-slide,
.slider-recruit-2 .slick-slide {
    margin: 0 10px;
}

.slider-recruit-2.slick-slider {
    direction: rtl;
}

.slider-recruit-2 .slick-slide {
    direction: ltr;
}

.header-main .main-menu .nav>li>a,
.main-title-en,
h2.main-title-jp,
.home-sub-title,
.color-white,
.about-item-cont h3,
.about-item-cont p,
.title-service,
.title-service-ja,
.service-cont p,
a.btn.btn-main>span,
a.link-news,
a.cat,
.date,
.box-except,
.title-proof,
.num-proof,
.name-voice,
.text-info h3,
.text-info p,
body p,
.footer-right a,
.copyright-right a,
.box-num-proof p,
.num-service {
    color: #1B4446;
}

.header-main .main-menu .nav>li>a::after,
a.link-news:before {
    background-color: #1B4446;
}

a.btn.btn-main {
    box-shadow: 0 0 10px 0 rgba(27, 68, 70, 0.5);
}

a.btn.btn-main>span::before,
a.link-news::after {
    background-image: url(../images/index/arrow-up-green.svg);
}

.date::after {
    background-image: url(../images/index/icon-calendar-green.svg);
}

.news-list .col-inner {
    padding: 16px 16px 20px 16px;
    border-radius: 30px;
    background: linear-gradient(112deg, rgba(255, 255, 255, 0.3) 24.61%, rgba(249, 238, 207, 0.3) 76.24%);
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
}

a.cat {
    border-color: #1B4446;
}

.tile-cs {
    padding-top: 35px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 2;
    color: #1B4446;
}

.list-partner {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 45px;
    flex-wrap: wrap;
}

.item-partner {
    border-radius: 30px;
    /* background: linear-gradient(112deg, rgba(255, 255, 255, 0.18) 24.61%, rgba(255, 255, 255, 0.30) 76.24%); */
    width: 230px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.sidebar {
    padding: 0;
}

.works-filter {
    padding: 18px 0;
    border-bottom: 1px solid rgba(27, 68, 70, 0.3);
}

.company-img {
    text-align: right;
}

.company-img-2 {
    margin: 30px 0;
}

.slider-recruit-item img {
    width: 100%;
    border-radius: 20px;
}

.policy {
    margin-top: 40px;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 20px;
    padding: 30px 60px 60px;
}

.intro p {
    margin-bottom: 28px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: #1B4446;
    line-height: 1.6;
}

.item {
    padding: 30px 0;
    border-top: 1px solid rgba(59, 112, 105, 0.3);
}

.item h3 {
    font-weight: bold;
    margin-bottom: 5px;
    color: #1B4446;
    margin-top: 16px;
}

.item h2 {
    font-size: 20px;
    margin: 0 0 12px;
    color: #1B4446;
    font-weight: bold;
}

ul.sub-list li {
    position: relative;
    padding-left: 18px;
}

ul.sub-list li::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #1B4446;
    left: 0;
    position: absolute;
    top: 13px;
}

.item li {
    margin-bottom: 6px;
}

.contact-info dl {
    margin: 0;
}

.contact-info dt {
    font-weight: bold;
    float: left;
    width: 140px;
    clear: left;
    color: #555;
}

.contact-info dd {
    margin: 0 0 10px 150px;
}

.note {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}

.item p,
.item li {
    color: #000;
    font-size: 16px;
    line-height: 1.76;
}

.updated {
    font-size: 14px;
    color: #1B4446;
    font-weight: bold;
    margin-bottom: 30px;
}

.box-link-footer a,
.copyright-right a {
    width: fit-content;
    position: relative;
}

.box-link-footer a::after,
.copyright-right a::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -3px;
    left: 0;
    border-bottom: 1px solid #1B4446;
    transition: all 0.3s ease;
}

.box-link-footer a:hover,
.copyright-right a:hover {
    opacity: 1;
}

.box-link-footer a:hover::after,
.copyright-right a:hover::after {
    width: 100%;
}

.img-service-1 img {
    border-radius: 20px;
}

#service-04 .price-list-slide .slide-arrow {
    width: 50px;
    right: 5px;
    top: 175px;
    border-radius: 50%;
    background-color: #1B4446;
}

#service-04 .price-list-slide .slide-arrow.prev-arrow {
    left: 5px;
}

ul.slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    justify-content: center;
}

ul.slick-dots li {
    width: 12px;
    height: 12px;
    border: 1px solid #1B4446;
    border-radius: 6px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

ul.slick-dots li button {
    opacity: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

ul.slick-dots li.slick-active {
    background-color: #1B4446;
    width: 20px;
}

ul.slick-dots {
    bottom: -45px;
}