@charset "UTF-8";
.ff-exp {
    font-family: "Expletus Sans", cursive;
}

.ff-ibm {
    font-family: "IBM Plex Sans JP", sans-serif;
}

.ff-kaku {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.ff-mincho {
    font-family: "Shippori Mincho", serif;
}

.color-1 {
    color: #0077a6;
}

.color-2 {
    color: #ef7a28;
}

.color-3 {
    color: #007f8a;
}

.box-single-interview-top {
    display: flex;
}

.interview-top-left {
    width: 71%;
    position: relative;
}

.interview-top-right {
    flex: 1;
    position: relative;
}

.interview-excerpt {
    width: 410px;
    min-height: 150px;
    font-weight: 500;
    position: absolute;
    left: -140px;
    top: 45px;
    padding: 23px 60px;
    font-family: "Shippori Mincho", serif;
    font-size: 2.5rem;
    line-height: 1.4;
    border: 1px solid #00b1c0;
    background-color: #fff;
    border-radius: 75px;
}

.interview-excerpt::before {
    content: "";
    width: 34px;
    height: 34px;
    border: 1px solid #00b1c0;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    border-width: 0 0 1px;
    right: 88px;
    bottom: -14px;
}

.interview-infor {
    width: 425px;
    height: 310px;
    top: 217px;
    position: absolute;
    left: -140px;
    padding-left: 70px;
    padding-top: 60px;
    padding-right: 90px;
    z-index: 1;
}

.interview-infor::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-inter-info.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.level {
    font-size: 1.7rem;
    font-weight: 500;
    color: #0094d0;
    max-width: 170px;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    letter-spacing: 0.1em;
    font-family: "IBM Plex Sans JP", sans-serif;
    margin-bottom: 24px;
}

.level a {
    color: #0094d0;
}

.department {
    font-weight: 500;
}

.box-interview-type {
    margin: 5px 0 10px;
}

a.type-interview {
    font-weight: 600;
    letter-spacing: 0.1em;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-size: 2.2rem;
}

.interview-name {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-align: right;
    color: #0f5787;
}

.interview-name span {
    font-size: 3.5rem;
}

.img-single-inter img {
    border-radius: 240px;
}

a.cat-interview {
    min-width: 180px;
    min-height: 60px;
    border: 1px solid #fff;
    border-radius: 14px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0 10px;
    letter-spacing: 0.05em;
}

.box-interview-cat {
    position: absolute;
    top: 15px;
    left: 0;
}

.box-qna-inter {
    display: flex;
    margin-bottom: 100px;
}

.box-qna-inter.reverse {
    flex-direction: row-reverse;
}

.box-qna-inter.reverse .img-qna-inter {
    padding-left: 0;
    padding-right: 30px;
    height: 361px;
}

.box-qna-inter.reverse .img-qna-inter img {
    position: absolute;
    height: 100%;
    right: 30px;
    border-radius: 0 80px 80px 0;
}

.box-qna-inter:last-child {
    margin-bottom: 0;
}

.answer {
    margin-top: 20px;
    padding-left: 121px;
    position: relative;
}

.answer .a {
    color: #0f5787;
    font-size: 3.5rem;
    font-family: "Expletus Sans", cursive;
    top: 0;
    left: 30px;
    position: absolute;
}

.text-answer {
    line-height: 2.1875;
}

.qna-left {
    flex: 1;
}

.img-qna-inter {
    width: 34%;
    padding-left: 30px;
    position: relative;
    height: 361px;
}

.img-qna-inter img {
    width: calc(50vw - 180px);
    max-width: unset;
    border-radius: 80px 0 0 80px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    height: 100%;
}

.question-inter {
    display: flex;
    gap: 25px;
    padding: 0 25px 15px;
    padding-right: 0;
    border-bottom: 1px dotted #00b1c0;
    color: #00b1c0;
    font-size: 2.6rem;
    font-weight: 500;
    font-family: "IBM Plex Sans JP", sans-serif;
    letter-spacing: 0;
    align-items: center;
    line-height: 1;
}

.question-inter .q {
    font-size: 4.7rem;
    font-family: "Expletus Sans", cursive;
}

.schedule-wrap {
    border: 1px solid #1d7cb7;
    border-radius: 40px;
    padding: 70px 80px;
    background: linear-gradient(0deg, rgb(229, 250, 252) 23%, rgba(229, 250, 252, 0) 100%);
}

.list-schedule-box {
    display: flex;
    gap: 50px;
    position: relative;
}

.list-schedule-box::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-left: 1px dashed #00b1c0;
}

.list-schedule {
    width: calc(50% - 25px);
}

.list-schedule:nth-child(2n) .box-schedule {
    justify-content: flex-end;
}

.box-schedule {
    display: flex;
    margin-bottom: 50px;
}

.box-schedule:last-child {
    margin-bottom: 0;
}

.time-schedule {
    width: 115px;
    font-size: 2.6rem;
    font-family: "Expletus Sans", cursive;
    font-weight: 500;
    color: #1d7cb7;
    letter-spacing: 0.05em;
}

.page-news .page-header::before {
    background-image: url(../images/index/bg-page-entry.png);
}

.cont-schedule {
    flex: 1;
    line-height: 1.68;
    color: #000000;
    letter-spacing: 0.05em;
    max-width: 240px;
}

.day-off-title-en {
    font-family: "Expletus Sans", cursive;
    font-size: 6.3rem;
    color: #a3e3e8;
    letter-spacing: 0.05em;
    line-height: 1;
}

.day-off-title-jp {
    font-size: 2.6rem;
    font-weight: 500;
    color: #212f79;
    font-family: "IBM Plex Sans JP", sans-serif;
    margin-top: -22px;
}

.interview-schedule .day-off-title {
    position: relative;
    margin-bottom: -45px;
    z-index: 1;
}

.interview-schedule .day-off-title::after {
    content: "";
    width: 410px;
    height: 44px;
    background-color: #fff;
    position: absolute;
    bottom: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.day-off-border {
    border: 1px solid #1d7cb7;
    border-radius: 40px;
    padding: 60px 70px;
    background: linear-gradient(0deg, rgb(229, 250, 252) 23%, rgba(229, 250, 252, 0) 100%);
}

.img-dayoff {
    padding-left: 10px;
    text-align: right;
}

.img-dayoff img {
    border-radius: 20px;
}

.single-interview-inner {
    position: relative;
}

.single-interview-inner::after {
    content: "";
    width: 100%;
    height: calc(100% - 50px);
    bottom: 0;
    background-image: url(../images/index/bg-inter-top.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    left: 0;
}

.interview-qna {
    position: relative;
}

.interview-qna::after {
    content: "";
    width: 975px;
    height: 775px;
    background-image: url(../images/index/after-01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    left: -350px;
    top: 0;
}

.interview-qna::before {
    content: "";
    width: 1169px;
    height: 777px;
    background-image: url(../images/index/after-02.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    bottom: -100px;
    right: -610px;
}

a.btn.btn-main {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 300px;
    min-height: 75px;
    font-weight: bold;
    background-color: #00b1c0;
    border-radius: 25px 0;
    box-shadow: 15px 5px 15px rgba(15, 96, 136, 0.3);
    border: 1px solid #00b1c0;
    color: #fff;
    transition: all 0.2s ease-in;
    /* ===== Hiệu ứng btn_24 (vẫn giữ nguyên) ===== */
    /* ===== Icon chuyển sang dùng span::after ===== */
    /* ===== Version .btn-white ===== */
}

a.btn.btn-main::before,
a.btn.btn-main::after {
    content: "";
    position: absolute;
    left: 50%;
    border-radius: 50%;
    display: block;
    z-index: 0;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
}

a.btn.btn-main::before {
    width: 140%;
    height: 180%;
    top: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
}

a.btn.btn-main::after {
    width: 160%;
    height: 190%;
    top: 180%;
    left: 55%;
    background-color: #fff;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
}

a.btn.btn-main:hover {
    color: #00b1c0;
}

a.btn.btn-main:hover::after {
    top: -45%;
    background-color: #fff;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

a.btn.btn-main:hover::before {
    top: -35%;
    background-color: #fff;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

a.btn.btn-main:hover span::after {
    background-image: url(../images/index/icon-right-hover.svg);
}

a.btn.btn-main span {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding-right: 20px;
    align-items: center;
}

a.btn.btn-main span::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background-image: url(../images/index/icon-right.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s;
}

a.btn.btn-main.btn-white {
    background-color: #fff;
    color: #00b1c0;
    border-color: #fff;
}

a.btn.btn-main.btn-white::before,
a.btn.btn-main.btn-white::after {
    background-color: #00b1c0;
}

a.btn.btn-main.btn-white span::after {
    background-image: url(../images/index/icon-right-hover.svg);
}

a.btn.btn-main.btn-white:hover {
    color: #fff;
}

a.btn.btn-main.btn-white:hover span::after {
    background-image: url(../images/index/icon-right.svg);
}

.box-interview {
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.box-interview .interview-excerpt {
    width: 290px;
    min-height: 100px;
    font-size: 1.8rem;
    padding: 15px 45px;
    right: 0;
    left: auto;
    top: 0;
    z-index: 1;
}

.box-interview .interview-excerpt::before {
    width: 24px;
    height: 24px;
    right: 50px;
}

.box-interview a.cat-interview {
    min-width: 100%;
    border: none;
    min-height: 50px;
    font-size: 1.5rem;
    width: 100%;
    padding: 8px 20px;
    line-height: 1.13;
    border-radius: 10px 10px 0 0;
    text-align: left;
    justify-content: flex-start;
}

.box-interview:hover .thumb-interview img {
    transform: scale(1.1);
}

.box-interview a.type-interview {
    font-size: 1.6rem;
}

.thumb-interview {
    border-radius: 150px;
    overflow: hidden;
}

.thumb-interview img {
    transition: 0.3s;
}

.box-cat-interview {
    max-width: 210px;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
}

.home-environment {
    position: relative;
}

.home-environment::after {
    content: "";
    width: 815px;
    height: 645px;
    background-image: url(../images/index/bg-envi.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 75px;
    left: 50%;
    z-index: -1;
}

.cat-interview-cont {
    padding: 10px 24px;
    background: #fff;
    position: relative;
    padding-right: 40px;
}

.cat-interview-cont::after {
    content: "";
    width: 26px;
    height: 26px;
    background-image: url(../images/index/icon-right-inter.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    right: 15px;
}

.name-inter {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
}

.name-inter span {
    font-size: 1.9rem;
}

.works-filter {
    border: 2px solid #00b1c0;
    border-radius: 80px;
    padding: 30px 115px 36px;
}

.box-cat-single-cs {
    display: flex;
    gap: 30px;
    align-items: center;
}

a.cat {
    min-width: 160px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
    border-radius: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    background-color: #fff;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.box-date-cat a.cat {
    padding-bottom: 0;
}

.single .entry-place {
    font-size: 1.9rem;
    font-weight: 500;
}

.single .main-title-en {
    background-image: linear-gradient(0deg, #f0f0f0 0%, #b3e4fc 100%);
}

.list-table-recruit {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

a.type-news {
    font-size: 2rem;
    font-weight: 500;
    color: #0094d0;
    letter-spacing: 0.1em;
    font-family: "IBM Plex Sans JP", sans-serif;
    padding-right: 20px;
    border-right: 1px solid;
}

a.type-news:last-child {
    border: none;
}

.infor-line {
    padding-bottom: 27px;
    position: relative;
}

.infor-line::after {
    content: "";
    width: 100%;
    height: 10px;
    background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(240, 240, 240) 45%, rgb(57, 169, 225) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.entry-place {
    min-width: 170px;
    min-height: 45px;
    padding: 0 15px;
    color: #fff;
    border-radius: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-date-title {
    padding: 33px 25px 30px;
    border-bottom: 1px solid #0094d0;
}

.page-news .main-title {
    padding: 0 20px 15px;
    border-bottom: 2px dotted #00b1c0;
}

.page-news .main-title-jp {
    margin-top: -20px;
    font-size: 2.5rem;
}

.page-news .main-title-en {
    font-size: 6rem;
    line-height: 1;
}

.main-title.center {
    text-align: center;
    position: relative;
}

.main-title.center .main-title-en {
    margin: 0 auto;
}

.main-title.center::after {
    content: "";
    width: 212px;
    height: 203px;
    background-image: url(../images/index/icon-title.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -50px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
}

.main-title-en {
    font-size: 10rem;
    font-family: "Expletus Sans", cursive;
    width: -moz-fit-content;
    width: fit-content;
    background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(57, 169, 255) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.main-title-jp {
    font-size: 3.5rem;
    font-family: "IBM Plex Sans JP", sans-serif;
    color: #0f5787;
}

.box-table-required {
    display: flex;
    border: 1px solid #fff;
    border-bottom: none;
}

.box-table-required:last-child {
    border-bottom: 1px solid #fff;
}

.table-required-left {
    width: 208px;
    border-right: 1px solid #fff;
    background: #00b1c0;
    color: #fff;
    padding: 10px 35px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.table-required-right {
    flex: 1;
    background: #f5f5f5;
    padding: 10px 35px;
    line-height: 1.82;
}

.box-recruit-step {
    display: flex;
    margin-bottom: 35px;
    padding-right: 70px;
}

.contactForm {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.recruit-step-inner {
    display: flex;
    width: 100%;
    align-items: center;
}

.recruit-step-left {
    width: 260px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
    min-height: 160px;
}

.recruit-step-left::after {
    content: "";
    width: 184px;
    height: 166px;
    background-image: url(../images/index/bg-flow.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
}

.step-number {
    font-size: 4.5rem;
    position: absolute;
    line-height: 1;
    color: #0f5787;
    font-family: "Expletus Sans", cursive;
    font-weight: 500;
    top: 0;
}

.recruit-step-right {
    flex: 1;
    padding: 30px;
    border: 1px solid #00b1c0;
    border-radius: 20px;
}

.recruit-step-right p {
    line-height: 2;
}

.step-title {
    font-size: 2rem;
    font-weight: bold;
    color: #00b1c0;
    margin-bottom: 5px;
}

.box-toggle-form {
    padding-bottom: 60px;
    position: relative;
}

.box-toggle-form::after {
    content: "";
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(240, 240, 240) 45%, rgb(57, 169, 225) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.news-item.item-list {
    background-color: #ededed;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 60px;
    transition: 0.3s;
}

.news-item.item-list:hover {
    opacity: 0.7;
}

.news-item.item-list .entry-place {
    border-radius: 0;
}

.news-item.item-list .box-cat {
    display: flex;
    justify-content: space-between;
}

.news-item.item-list .news-content {
    padding: 20px 24px 0;
}

.news-item.item-list a.type-news {
    font-size: 1.5rem;
    padding-right: 11px;
}

.news-item.item-list a.type-news:last-child {
    padding-right: 0;
}

.news-item.item-list .date {
    color: #8c8c8c;
}

.news-item.item-list .box-cat-news {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

.news-item.item-list a.cat {
    min-height: 30px;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
}

.news-item.item-list h2.title {
    padding-top: 15px;
    padding-right: 54px;
    padding-left: 24px;
    padding-bottom: 25px;
    letter-spacing: 0.05em;
    line-height: 1.56;
    position: relative;
}

.news-item.item-list h2.title::after {
    content: "";
    width: 27px;
    height: 27px;
    background-image: url(../images/index/icon-right-hover.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.news-item.item-list h2.title a {
    color: #4d4d4d;
}

.page-news .sidebar-item:not(.sidebar-arc) .select select {
    width: 210px;
}

.page-news .works-filter {
    padding-left: 75px;
    padding-right: 75px;
}

.box-main-menu {
    align-items: flex-start;
    display: flex;
    justify-content: flex-end;
}

a.btn.btn-entry {
    flex-direction: column;
    min-height: 120px;
    background-color: #fff;
    text-align: center;
    border-radius: 0 0 20px 20px;
    box-shadow: 5px 5px 15px 0 rgba(0, 89, 89, 0.3);
    width: 200px;
    color: #f26d00;
    justify-content: flex-start;
}

a.btn.btn-entry p {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffe11c;
    font-size: 3.5rem;
    font-weight: 600;
    font-family: "Expletus Sans", cursive;
    letter-spacing: 0.075em;
    color: #f26d00;
    transition: 0.3s;
    width: 100%;
}

a.btn.btn-entry span {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px 0;
}

a.btn.btn-entry:hover p {
    background-color: #f26d00;
    color: #fff;
}

header {
    position: relative;
}

.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.page-header {
    min-height: 680px;
    padding-top: 210px;
    position: relative;
}

.page-header::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-page.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    z-index: -2;
}

.page-header::before {
    content: "";
    width: calc(50% - 140px);
    height: 399px;
    min-width: 630px;
    background-image: url(../images/index/bg-header.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    top: 170px;
    left: 50%;
    z-index: -1;
}

.title-en {
    font-size: 10rem;
    font-weight: 600;
    font-family: "Expletus Sans", cursive;
    color: #fff;
    line-height: 1;
    background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(177, 247, 252) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin-bottom: 25px;
}

.title-jp {
    font-size: 3.3rem;
    font-family: "IBM Plex Sans JP", sans-serif;
    color: #0f5787;
}

.header-main .logo-left .logo {
    position: relative;
}

.header-main .logo-left .logo::after {
    content: "";
    right: -60px;
    bottom: -20px;
    background-color: #fff;
    position: absolute;
    z-index: -1;
    width: calc(100% + 130px);
    height: calc(100% + 46px);
    border-bottom-right-radius: 20px;
    box-shadow: 5px 5px 15px 0 rgba(0, 89, 89, 0.3);
}

.breadcrumb-separator {
    display: none;
}

.breadcrumb-item {
    gap: 45px;
    position: relative;
}

.breadcrumb-item:last-child::after {
    display: none;
}

.breadcrumb-item::after {
    content: "";
    width: 9px;
    height: 15px;
    background-image: url(../images/index/separator.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
}

.home-banner {
    min-height: 1000px;
    position: relative;
    padding-top: 210px;
}

.home-banner::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
}

.home-banner::before {
    content: "";
    width: 100%;
    height: 373px;
    background-image: url(../images/index/after-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -70px;
    left: 0;
    z-index: -1;
}

.box-home-banner {
    display: flex;
}

.home-banner-left {
    width: 58%;
    position: relative;
}

.home-banner-left::after {
    content: "";
    width: 204px;
    height: 200px;
    background-image: url(../images/index/banner-icon-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -115px;
    z-index: -1;
}

.home-banner-left::before {
    content: "";
    width: 78px;
    height: 68px;
    background-image: url(../images/index/banner-icon-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -45px;
    bottom: 100px;
    z-index: -1;
}

.home-banner-right {
    width: 42%;
    padding-left: 50px;
    position: relative;
}

.home-banner-right::before {
    content: "";
    width: 218px;
    height: 234px;
    background-image: url(../images/index/banner-icon-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 50px;
    bottom: 0;
    z-index: -1;
}

.banner-home-text h3 {
    min-height: 260px;
    position: relative;
    padding-top: 55px;
    left: -30px;
    letter-spacing: -0.025em;
}

.banner-home-text h3::after {
    content: "";
    width: 268px;
    height: 100%;
    background-image: url(../images/index/after-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    left: -15px;
}

.banner-home-text p {
    position: relative;
    text-shadow: 0 0 5px #0082a0;
    margin-top: 20px;
}

.banner-home-text p::after {
    content: "";
    width: 495px;
    height: 163px;
    background-image: url(../images/index/after-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -30px;
    left: -60px;
    z-index: -1;
}

.home-message {
    position: relative;
}

.home-message .main-title-en {
    background-image: linear-gradient(0deg, #f0f0f0 0%, #ffaa00 100%);
}

.home-message .main-title-jp {
    color: #f26d00;
}

.home-message::after {
    content: "";
    width: 100%;
    height: 540px;
    background-image: url(../images/index/bg-pp.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -3;
    background-position: center top;
}

.home-message-left {
    position: relative;
    max-width: 566px;
}

.home-message-left::after {
    content: "";
    width: 741px;
    height: 663px;
    background-image: url(../images/index/after-mes-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 220px;
    left: -312px;
    z-index: -1;
}

.home-message-right {
    padding-top: 55px;
    padding-left: 30px;
    position: relative;
}

.home-message-right img {
    max-width: unset;
}

.home-message-right::after {
    content: "";
    width: 136px;
    height: 143px;
    background-image: url(../images/index/after-mes-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 140px;
    z-index: -1;
}

.home-message-right::before {
    content: "";
    width: 252px;
    height: 225px;
    background-image: url(../images/index/after-mes-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -220px;
    left: 240px;
    z-index: -1;
}

.title-cs,
.single-department-wrap h2 {
    font-size: 3rem;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 500;
    color: #0f5787;
    padding-bottom: 6px;
    position: relative;
    text-align: center;
    line-height: normal;
}

.title-cs::after {
    content: "";
    width: 100%;
    max-width: 480px;
    height: 27px;
    background: linear-gradient(90deg, rgba(194, 231, 237, 0) 0%, rgb(194, 231, 237) 34%, rgb(194, 231, 237) 73%, rgba(194, 231, 237, 0) 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
}

.box-info-people {
    border: 1px solid #00b1c0;
    border-radius: 190px;
    padding: 0 60px 60px;
    min-height: 470px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px 0 rgba(0, 89, 89, 0.3);
}

.img-people {
    text-align: center;
    margin-top: -70px;
    margin-bottom: 20px;
}

.box-content-pp h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #00b1c0;
    padding-bottom: 15px;
    border-bottom: 1px solid;
}

.box-content-pp p {
    padding-top: 20px;
    letter-spacing: 0.05em;
    line-height: 1.6875;
    color: #4d4d4d;
}

.box-img-link {
    margin-bottom: 30px;
    font-size: 1.8rem;
    font-weight: 500;
    transition: 0.3s;
}

.box-img-link:hover {
    opacity: 0.7;
}

.box-img-link:hover a:after {
    right: 20px;
}

.img-link {
    border-radius: 20px;
    overflow: hidden;
}

.box-img-link a {
    display: block;
    padding: 25px 20px 20px;
    border-bottom: 1px solid #00b1c0;
    color: #333333;
    position: relative;
}

.box-img-link a::after {
    content: "";
    width: 26px;
    height: 26px;
    background-image: url(../images/index/icon-right-hover.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    transition: 0.3s;
}

.home-about {
    position: relative;
}

.home-about::after {
    content: "";
    width: 546px;
    height: 625px;
    background-image: url(../images/index/after-about-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -200px;
    left: -120px;
    z-index: -1;
    background-position: center top;
}

.home-about::before {
    content: "";
    width: 100%;
    height: 608px;
    background-image: url(../images/index/after-about-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-position: center top;
}

.box-link-envi {
    display: flex;
    gap: 14px 10px;
    flex-wrap: wrap;
}

.link-envi-img {
    width: calc(50% - 5px);
    text-align: center;
    padding: 27px 10px 18px;
    background: #fff;
    border: 1px solid #a6a6a6;
    border-radius: 15px;
    transition: 0.3s;
}

.link-envi-img:hover {
    opacity: 0.7;
}

.box-link-envi a {
    display: block;
    padding-top: 20px;
    font-size: 2rem;
    font-weight: 500;
    color: #333;
}

.home-envi-left {
    height: 667px;
    position: relative;
}

.home-envi-left::after {
    content: "";
    width: calc(50vw + 88px);
    height: 520px;
    background-image: url(../images/index/bg-img-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;
}

.home-envi-left img {
    position: absolute;
    top: 0;
    right: -55px;
    width: calc(50vw + 40px);
    height: 100%;
    max-width: unset;
    border-top-right-radius: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-envi-right {
    padding-top: 94px;
    position: relative;
    padding-bottom: 50px;
    z-index: 2;
}

.home-envi-right::after {
    content: "";
    width: calc(50vw + 60px);
    left: -50px;
    height: calc(100% - 50px);
    background-color: #00b1c0;
    border-radius: 40px 0 0 40px;
    z-index: -1;
    position: absolute;
    top: 50px;
}

.img-envi-bottom {
    position: relative;
}

.img-envi-bottom img {
    width: 100%;
}

.slide-interview .slick-list {
    overflow: visible;
    margin: 0 -40px;
}

.slide-interview .slick-slide {
    margin: 0 40px;
}

ul.slick-dots {
    display: flex;
    justify-content: center;
    gap: 0 20px;
    margin-top: 60px;
}

ul.slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.slick-dots li.slick-active {
    background-color: #00b1c0;
}

ul.slick-dots li button {
    opacity: 0;
    padding: 0;
}

.home-interview {
    position: relative;
}

.home-interview::after {
    content: "";
    width: 933px;
    height: 881px;
    background-image: url(../images/index/bg-inter.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -205px;
    top: -310px;
    z-index: -1;
}

.home-interview::before {
    content: "";
    width: 1169px;
    height: 777px;
    background-image: url(../images/index/bg-interview-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -530px;
    left: calc(50% + 110px);
    z-index: -3;
}

.entry-item {
    display: flex;
    margin-left: 25px;
    background-color: #fff;
    padding: 20px 50px;
    border-radius: 10px;
    box-shadow: 15px 5px 15px 0 rgba(15, 96, 136, 0.3);
    position: relative;
    padding-left: 210px;
    margin-bottom: 20px;
    transition: 0.3s;
}

.entry-item:hover {
    opacity: 0.7;
}

.entry-item::after {
    content: "";
    width: 26px;
    height: 26px;
    background-image: url(../images/index/icon-right-hover.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
}

.entry-item .date {
    color: #8c8c8c;
    font-size: 1.8rem;
}

.entry-item a.cat {
    min-width: 140px;
    min-height: 27px;
    font-size: 1.5rem;
}

.entry-item .title {
    margin-top: 10px;
}

.entry-item .title a {
    color: #333;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.entry-item .entry-place {
    min-width: 200px;
    min-height: 60px;
    max-width: 200px;
    background-color: #39a9e1;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    text-align: center;
}

.box-news-cont {
    flex: 1;
}

.box-date-cat {
    display: flex;
    align-items: center;
    gap: 20px;
}

.home-entry {
    position: relative;
}

.home-entry::after {
    content: "";
    width: 100%;
    max-width: 1200px;
    height: calc(100% - 140px);
    bottom: 0;
    z-index: -2;
    background-image: linear-gradient(180deg, #f0f0f0 0%, #39a9e1 100%);
    opacity: 0.5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
}

.home-entry::before {
    content: "";
    width: 974px;
    height: 774px;
    background-image: url(../images/index/bg-entry.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -310px;
    right: calc(50% + 50px);
    z-index: -3;
}

footer {
    position: relative;
    margin-top: 250px;
}

footer::after {
    content: "";
    width: 100%;
    height: calc(100% - 45px);
    background-image: url(../images/index/bg-footer.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    z-index: -3;
}

.footer-logo {
    max-width: 540px;
    min-height: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    position: relative;
}

.footer-logo img {
    max-width: 422px;
}

.footer-logo::after {
    content: "";
    width: 100%;
    height: calc(100% - 45px);
    position: absolute;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 5px 15px 0 rgba(15, 96, 136, 0.3);
    z-index: -1;
    top: 45px;
}

.btn-footer a.btn.btn-main {
    min-width: 320px;
    color: #4385be;
}

.btn-footer a.btn.btn-main span {
    padding-right: 20px;
}

.btn-footer a.btn.btn-main span::after {
    background-image: url(../images/index/icon-right-3.svg);
}

.btn-footer a.btn.btn-main::before {
    background-color: #39a9e1;
}

.btn-footer a.btn.btn-main::after {
    background-color: #39a9e1;
}

.link-footer {
    display: block;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    padding-bottom: 8px;
}

.sub-link-footer {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 2;
}

.footer-right {
    display: flex;
    gap: 60px;
    margin-left: 50px;
}

.box-link-footer {
    width: 220px;
}

.box-link-footer:last-child {
    width: 200px;
}

#home-message {
    position: relative;
}

.text-banner-home {
    font-size: 6.3rem;
    letter-spacing: 0.2em;
    color: #a3e3e8;
    line-height: 1;
    position: absolute;
    font-family: "Expletus Sans", cursive;
    top: -140px;
    width: 100%;
}

.slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
    background: transparent;
    border: none;
}

.slide-arrow.prev-arrow {
    left: 0;
}

.slide-arrow.next-arrow {
    right: 0;
}

.header-main .main-menu .nav>li>a:after {
    display: none;
}

.header-main .main-menu .nav>li>a::before {
    content: "";
    width: 1px;
    height: 72px;
    background-color: #fff;
    position: absolute;
    bottom: 5px;
    right: 0;
}

.header-main .main-menu .nav>li>a .arrow {
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 9px;
    margin: auto 0;
    line-height: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.header-main .main-menu .nav>li>a .arrow:before,
.header-main .main-menu .nav>li>a .arrow:after {
    content: "";
    position: absolute;
    animation-fill-mode: forwards;
    animation-duration: 0.6s;
    width: 15px;
    height: 9px;
    background-image: url(../images/index/icon-down.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
}

.header-main .main-menu .nav>li>a .arrow:after {
    transform: translateY(-100%);
}

.header-main .main-menu .nav>li>a:hover .arrow:before {
    animation-name: transformRightLeft;
    /* 修正: hover時のアニメーションを指定 */
    animation-delay: 0s;
}

.header-main .main-menu .nav>li>a:hover .arrow:after {
    animation-name: transformLeftRight;
    /* 修正: hover時のアニメーションを指定 */
    animation-delay: 0.2s;
}

@keyframes transformLeftRight {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes transformRightLeft {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(100%);
    }
}

.header-main .main-menu .nav>li:last-child>a::before {
    display: none;
}

.smooth.is-animated {
    animation-name: smoothAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    transform-origin: left;
    opacity: 0;
}

@keyframes smoothAnime {
    from {
        transform: translate3d(0, 30%, 0) skewY(30deg);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0) skewY(0);
        opacity: 1;
    }
}

header.UpMove .header-wrapper {
    animation: UpAnime 0.5s forwards;
    background-color: #fff;
}

@keyframes UpAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100px);
    }
}

header.DownMove .header-wrapper {
    animation: DownAnime 0.5s forwards;
    background-color: #00b1c0;
}

header.DownMove .header-wrapper .main-menu .nav>li>a {
    min-height: 90px;
    padding: 10px 30px;
}

header.DownMove .header-wrapper a.btn.btn-entry {
    min-height: 90px;
    border-radius: 0;
}

header.DownMove .header-wrapper a.btn.btn-entry p {
    height: 55px;
}

header.DownMove .header-wrapper a.btn.btn-entry span {
    padding: 4px 0;
}

header.DownMove .header-wrapper .main-menu .nav>li>a::before {
    height: 55px;
    bottom: 15px;
}

header.DownMove .header-wrapper .main-menu .nav>li>a .arrow {
    display: none;
}

header.DownMove .header-wrapper .logo-left .logo::after {
    height: 90px;
    box-shadow: none;
    bottom: -6px;
    border-radius: 0;
}

header.DownMove .header-wrapper .header-inner a.btn.btn-entry {
    box-shadow: none;
}

header.DownMove .header-wrapper .header-inner {
    padding-right: 0;
    box-shadow: 5px 5px 15px 0 rgba(0, 89, 89, 0.3);
}

header .header-wrapper {
    transition: all 0.5s;
}

header .header-inner {
    transition: all 0.5s;
}

@keyframes DownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.marquee-inner {
    display: inline-flex;
    animation: marquee 22s linear infinite;
}

.marquee-inner span {
    padding-right: 60px;
    /* tạo khoảng cách giữa 2 đoạn */
    display: inline-block;
    white-space: nowrap;
}


/* Animation chạy liên tục */

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (min-width: 768px) {
    .logged-in .header-wrapper {
        top: 32px;
    }
}

@media (min-width: 1480px) {
    .home-envi-left::after {
        width: calc(50vw + 400px);
        left: auto;
        right: -200px;
        transform: none;
    }
}

@media (min-width: 768px) and (max-width: 1480px) {
    .header-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1410px) {
    .header-main .logo-left .logo {
        width: 300px;
    }
    .header-main .logo-left .logo::after {
        height: calc(100% + 56px);
        right: -40px;
    }
    .header-main .main-menu .nav>li>a {
        width: auto;
        padding: 0 30px;
    }
}

@media (min-width: 768px) and (max-width: 1190px) {
    a.btn.btn-entry {
        width: 150px;
    }
    a.btn.btn-entry p {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) and (max-width: 1140px) {
    .header-main .main-menu .nav>li>a {
        font-size: 1.5rem;
        padding: 0 15px;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    a.btn.btn-entry {
        width: 120px;
    }
    a.btn.btn-entry span {
        font-size: 1.2rem;
    }
    .header-main .logo-left .logo {
        width: 250px;
    }
    .header-main .logo-left .logo::after {
        height: calc(100% + 56px);
        right: -20px;
    }
}

@media (min-width: 768px) and (max-width: 920px) {
    .header-main .main-menu .nav>li>a {
        font-size: 1.4rem;
        padding: 0 10px;
    }
}

@media (min-width: 768px) and (max-width: 860px) {
    .header-main .main-menu .nav>li>a {
        font-size: 1.3rem;
        padding: 0 5px;
    }
    a.btn.btn-entry {
        width: 70px;
    }
    a.btn.btn-entry p {
        font-size: 1.8rem;
    }
}

.header-main .main-menu .nav>li>a:hover {
    opacity: 0.6;
}

body.page-contact.page-entry .main-title-en {
    background-image: linear-gradient(0deg, rgb(240, 240, 240) 0%, rgb(179, 228, 252) 100%);
}


/* ===== 404 Error Page ===== */

.content-error {
    position: relative;
    padding-top: 200px;
    padding-bottom: 100px;
    overflow: hidden;
}

.content-error:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-page.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    z-index: -2;
    height: 681px;
}

.content-error .container {
    position: relative;
    z-index: 1;
}

.box-404 {
    text-align: center;
    margin-bottom: 60px;
}

.box-404 h2 {
    font-family: "Expletus Sans", cursive;
    font-size: 4.7rem;
    color: #a6a6a6;
    margin-bottom: 30px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    background: linear-gradient(180deg, #b1f7fc 0%, #fff 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.box-404 h2 span {
    font-family: "Expletus Sans", cursive;
    font-size: 10rem;
    font-weight: 400;
    background: linear-gradient(180deg, #b1f7fc 0%, #fff 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-right: 45px;
}

.box-404 h3 {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-size: 3.3rem;
    color: #0f5787;
    margin-bottom: 50px;
    font-weight: 400;
    margin-bottom: 180px;
}

.box-404 p {
    font-family: "Source Han Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 2;
    color: #4d4d4d;
}

.box-btn-404 {
    display: flex;
    justify-content: center;
}

.box-btn-404 a.btn.btn-main {
    min-width: 272px;
}


/* 404 Page Responsive */

@media screen and (max-width: 767px) {
    .content-error {
        padding-top: 110px;
        padding-bottom: 80px;
    }
    .box-404 h2 {
        font-size: 2rem;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .box-404 h2 span {
        font-size: 3.6rem;
        margin-right: 0px;
    }
    .box-404 h3 {
        font-size: 1.6rem;
        margin-bottom: 60px;
        text-align: left;
        justify-content: flex-start;
    }
    .box-404 p {
        font-size: 1.4rem;
        text-align: left;
    }
    .box-btn-404 a.btn.btn-main {
        min-width: 250px;
    }
    .content-error:before {
        height: 225px;
        top: 40px;
    }
    body.error404 .header-wrapper {
        background-color: #fff;
    }
}

header.hide .header-wrapper{
    display: none;
}