@charset "UTF-8";
.color-1 {
    color: #24a8d1;
}

.color-2 {
    color: #29a6dd;
}

.logo-left .logo {
    width: 355px;
}

.header-inner {
    padding-left: 60px;
    padding-right: 55px;
    padding-bottom: 20px;
}

.box-btn-top-header {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    margin-bottom: 20px;
}

a.btn.btn-header {
    gap: 20px;
    min-height: 45px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    color: #29a6dd;
    box-shadow: 0 0 5px 0 rgba(111, 175, 209, 0.75);
    padding-right: 50px;
    padding-left: 20px;
    transition: 0.3s;
    font-weight: 500;
    padding-bottom: 1px;
}

a.btn.btn-header.btn-header-2 {
    background: linear-gradient(90deg, #00d2e9 0%, #ff4e00 100%);
    color: #fff;
}

a.btn.btn-header:hover {
    opacity: 0.8;
}

a.btn.btn-header:after {
    width: 16px;
    height: 6px;
    right: 16px;
    background-image: url(../images/index/icon-arrow-header-blue.svg);
}

a.btn.btn-header.btn-header-2:after {
    background-image: url(../images/index/icon-arrow-header.svg);
}

.header-main {
    position: relative;
}

.header-main::after {
    content: "";
    width: 100%;
    height: calc(100% + 168px);
    background-image: url(../images/index/bg-header.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
}

.banner-slide-item {
    height: 61.486vw;
}

.banner-slide-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transform;
    width: 100%;
    transform: scale(1.25);
    transition: transform 12s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.add-animation img {
    transform: scale(1);
}

.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
}

.banner-home {
    position: relative;
}

.banner-home::after {
    content: "";
    width: 377px;
    height: 183px;
    background-image: url(../images/index/bg-small.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    position: absolute;
}

.banner-home .container {
    position: absolute;
    top: 220px;
    left: 50%;
    transform: translateX(-50%);
}

.banner-home-content {
    font-family: "Noto Serif JP", serif;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
    text-align: left;
}

.banner-home-content h2 {
    font-size: 3.8rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 0 0 8px rgba(32, 116, 150, 0.75);
    position: relative;
    left: -24px;
}

.banner-home-content p {
    font-weight: 600;
    letter-spacing: 0.25em;
    color: #fff;
}

ul.slick-dots {
    position: absolute;
    right: 40px;
    bottom: 30px;
    z-index: 1;
}

ul.slick-dots li {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.slick-dots li button {
    opacity: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

ul.slick-dots li.slick-active {
    background-color: #fff;
}

.box-important {
    display: flex;
}

.home-important-left {
    width: 260px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 2.1rem;
    color: #e81c24;
    letter-spacing: 0.2em;
}

.home-important-right {
    flex: 1;
    max-width: 773px;
}

.news-important {
    display: flex;
    padding: 20px 27px;
    border-bottom: 1px solid #e81c24;
    position: relative;
    padding-right: 100px;
}

.news-important::after {
    content: "";
    width: 40px;
    height: 7px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/index/icon-right-red.svg);
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
}

.news-important .date {
    width: 120px;
    color: #666666;
}

.news-important .title {
    flex: 1;
    max-width: 773px;
}

.news-important .title a {
    font-weight: 500;
    color: #333333;
    letter-spacing: 0.1em;
}

.slide-news .slick-list,
.slide-product .slick-list {
    margin: 0 -14px;
    overflow: visible;
}

.slide-news .slick-slide,
.slide-product .slick-slide {
    margin: 0 14px;
}

.slide-news .slide-arrow,
.slide-product .slide-arrow {
    padding: 0;
    background: transparent;
    border: none;
    position: absolute;
    top: 110px;
    z-index: 1;
    cursor: pointer;
    z-index: 1;
}

.slide-news .slide-arrow img,
.slide-product .slide-arrow img {
    width: 64px;
    height: 64px;
}

.slide-news .slide-arrow.prev-arrow,
.slide-product .slide-arrow.prev-arrow {
    left: -45px;
}

.slide-news .slide-arrow.next-arrow,
.slide-product .slide-arrow.next-arrow {
    right: -45px;
}

.slide-product .slide-arrow {
    top: 135px;
}

.slide-news ul.slick-dots,
.slide-product ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -70px;
    top: auto;
}

.slide-news .slick-dots li:nth-child(n+5) {
    display: none !important;
}

.slide-news ul.slick-dots li,
.slide-product ul.slick-dots li {
    width: 43px;
    height: 5px;
    border-color: #36c1ff;
    margin: 0 6px;
    border-radius: 0;
}

.slide-news ul.slick-dots li.slick-active,
.slide-product ul.slick-dots li.slick-active {
    background-color: #36c1ff;
}

.img-news {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 8px 0 rgba(181, 220, 226, 0.75);
}

.img-news img {
    transition: 0.3s;
}

.news-item.item-list {
    position: relative;
}

.news-item.item-list:hover .img-news img {
    transform: scale(1.1);
}

.news-item.item-list:hover::after {
    right: 0;
}

.news-item.item-list::after {
    content: "";
    width: 32px;
    height: 9px;
    background-image: url(../images/index/icon-right.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 7px;
    bottom: 12px;
    transition: 0.3s;
}

.news-item.item-list .title {
    margin-top: 15px;
    border-bottom: 1px solid rgb(199 199 199 / 50%);
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.news-item.item-list .title a {
    letter-spacing: 0.1em;
    line-height: 1.77;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 1.8rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    min-height: 64px;
}

.news-item.item-list .date {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    color: #666666;
}

.box-cat-date {
    gap: 15px;
    display: flex;
    align-items: center;
}

.box-cat-date .date {
    font-size: 13px;
    letter-spacing: 0.1em;
}

.box-cat-date .cat {
    font-size: 13px;
    padding-bottom: 0;
    letter-spacing: 0.2em;
    font-weight: 500;
    justify-content: flex-start;
}

a.cat {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 127px;
    padding: 0 10px 2px;
    background: #ffffff;
    color: #29a6dd;
    letter-spacing: 0.1em;
    min-height: 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-pickup {
    position: relative;
}

.home-pickup::after {
    content: "";
    width: 100%;
    height: calc(100% - 280px);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #eff6f9;
}

.main-title {
    text-align: center;
    font-family: "Noto Serif JP", serif;
}

.main-title-en {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #36c1ff;
    margin-bottom: 10px;
}

.main-title-jp {
    font-size: 3.5rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    padding-bottom: 20px;
    position: relative;
}

.main-title-jp.small,
.main-title-jp.title-csr {
    font-size: 2.5rem;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}

.main-title-jp.title-csr {
    font-size: 35px;
}

.main-title-jp::after {
    content: "";
    width: 53px;
    height: 3px;
    background: linear-gradient(-90deg, rgb(255, 78, 0) 0%, rgb(0, 210, 233) 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-radius: 10px;
}

.box-home-business {
    display: flex;
    position: relative;
}

.box-home-business::after {
    content: "";
    height: calc(100% - 190px);
    width: calc(50vw + 104px);
    background-color: #eff6f9;
    position: absolute;
    bottom: 24px;
    z-index: -1;
    right: calc(50% - 50vw);
}

.home-business-left {
    width: 53%;
    position: relative;
}

.home-business-right {
    width: 47%;
    max-width: 540px;
    padding-left: 55px;
}

.home-business-img {
    height: 564px;
    position: relative;
}

.home-business-img img {
    position: absolute;
    right: 0;
    top: -35px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: unset;
    border-radius: 10px;
}

.box-facility p.sub-cont {
    font-size: 1.4rem;
}

.no-img .text-dayoff {
    width: 100%;
    padding: 0;
}

.home-busi-img-2 {
    margin-top: 10px;
    position: relative;
    margin-left: auto;
    max-width: 333px;
    right: -86px;
}

.home-busi-img-2 img {
    border-radius: 10px;
}

.box-img-link {
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(181, 220, 226, 0.75);
}

.box-img-link img {
    width: 100%;
    transition: 0.3s;
}

.box-img-link .img-link {
    overflow: hidden;
}

.box-img-link:hover img {
    transform: scale(1.1);
}

.box-img-link:hover .img-link-cont::before {
    right: 20px;
}

.title-cs {
    position: relative;
    font-size: 2.5rem;
    letter-spacing: 0.2em;
}

.title-cs::after {
    content: "";
    width: 10px;
    height: 4px;
    background: linear-gradient(-90deg, rgb(255, 78, 0) 0%, rgb(0, 210, 233) 100%);
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    border-radius: 10px;
}

.img-link-cont {
    padding: 17px 44px;
    position: relative;
}

.img-link-cont::after {
    content: "";
    width: 3px;
    height: calc(100% - 32px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    background: linear-gradient(0deg, rgb(255, 78, 0) 0%, rgb(0, 210, 233) 100%);
    border-radius: 10px;
}

.img-link-cont::before {
    content: "";
    width: 32px;
    height: 9px;
    background-image: url(../images/index/icon-right.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 24px;
    bottom: 27px;
    transition: 0.3s;
}

.img-link-cont a {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.1em;
    color: #333;
}

.product-item:hover img {
    transform: scale(1.1);
}

.product-item:hover .title-product::after {
    right: -5px;
}

.product-item .title-product {
    padding-top: 15px;
    padding-right: 70px;
    position: relative;
}

.product-item .title-product::after {
    content: "";
    width: 52px;
    height: 10px;
    background-image: url(../images/index/icon-arrow-right-long.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 30px;
    transition: 0.3s;
}

.product-item .title-product a {
    font-size: 2rem;
    color: #333;
    letter-spacing: 0.2em;
}

.img-product {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px 0 rgba(111, 175, 209, 0.75);
    margin-bottom: 14px;
}

body.home .img-product {
    aspect-ratio: 1 / 1;
}

.img-product img {
    transition: 0.3s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.slide-product .slick-list {
    margin: 0 -26px;
}

.slide-product .slick-slide {
    margin: 0 26px;
}

a.cat-product {
    width: 100%;
    min-height: 36px;
    background-color: #c8a257;
    border-radius: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.2em;
}

a.btn.btn-main {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 175px;
    min-height: 51px;
    border-radius: 26px;
    background-color: #fff;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.2em;
    box-shadow: 0 0 5px 0 rgba(105, 203, 226, 0.75);
}

.box-btn-csr-06 a.btn.btn-main.large {
    min-width: 360px;
}

a.btn.btn-main.large {
    min-width: 232px;
    min-height: 68px;
    border-radius: 34px;
}

a.btn.btn-main.recruit::after {
    background-color: #ec5a24;
}

a.btn.btn-main.recruit::before {
    background-color: #ec5a24;
}

a.btn.btn-main.recruit:hover {
    background-color: #ec5a24;
    color: #fff;
}

a.btn.btn-main:hover {
    background-color: #29a6dd;
    color: #fff;
}

a.btn.btn-main:hover::before {
    right: -30px;
}

a.btn.btn-main::after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    right: 18px;
    background-color: #29a6dd;
}

a.btn.btn-main::before {
    width: 51px;
    height: 10px;
    mask-image: url(../images/index/icon-right-large.svg);
    -webkit-mask-image: url(../images/index/icon-right-large.svg);
    background-color: #29a6dd;
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    right: -26px;
    transition: .3s;
    top: 45%;
}

.box-btn-product {
    position: absolute;
    top: 75px;
    right: 0;
}

.home-product {
    position: relative;
}

.home-product::after {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 310px);
    background-image: url(../images/index/bg-product.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center top;
    top: 0;
    left: 0;
    z-index: -2;
}

.box-home-recruit {
    display: flex;
    gap: 40px;
    position: relative;
}

.box-home-recruit::after {
    content: "";
    height: calc(100% - 205px);
    width: calc(100% + 100px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    top: 90px;
    background: linear-gradient(90deg, rgb(233, 110, 0) 0%, rgb(128, 212, 0) 100%);
    opacity: 0.15;
    border-radius: 50px;
}

.home-recruit-left {
    width: calc(50% - 20px);
    padding-left: 100px;
    padding-top: 45px;
}

.home-recruit-left h3 {
    white-space: nowrap;
}

.home-recruit-right {
    width: calc(50% - 20px);
}

.img-recruit img {
    max-width: unset;
    border-radius: 10px;
}

.list-link-recruit {
    margin-left: 65px;
    margin-top: -70px;
}

.link-recruit {
    display: flex;
    align-items: center;
    padding: 14px;
    gap: 28px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(181, 220, 226, 0.75);
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
}

.link-recruit:last-child {
    margin-bottom: 0;
}

.link-recruit:hover .link-recruit-img img {
    transform: scale(1.1);
}

.link-recruit:hover::after {
    right: 30px;
}

.link-recruit::after {
    content: "";
    width: 32px;
    height: 10px;
    mask-image: url(../images/index/icon-right.svg);
    -webkit-mask-image: url(../images/index/icon-right.svg);
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background-color: #ec5a24;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    transition: 0.3s;
}

.link-recruit-img {
    width: 195px;
    overflow: hidden;
    border-radius: 10px;
}

.link-recruit-img img {
    transition: 0.3s;
}

.link-recruit-cont a {
    font-size: 2rem;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.1em;
    line-height: 1.65;
}

.recruit-title {
    position: relative;
}

.recruit-title::after {
    content: "";
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, rgb(0, 210, 233) 0%, rgb(255, 78, 0) 100%);
    position: absolute;
    top: 0;
    left: -50px;
}

.recruit-title-en {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 7.7rem;
    letter-spacing: 0.2em;
    font-family: "Caveat", cursive;
    background: linear-gradient(90deg, #37AEE5 0%, #9CC66C 46%, #E09812 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 10px;
}

.recruit-title-jp {
    font-size: 3.5rem;
    letter-spacing: 0.2em;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    color: #ec5a24;
}

.box-img-recruit-left {
    position: relative;
    height: 226px;
}

.oem-cont {
    padding-left: 100px;
    padding-top: 45px;
}

.oem-title {
    position: relative;
}

.oem-title::after {
    content: "";
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, rgb(0, 210, 233) 0%, rgb(255, 78, 0) 100%);
    position: absolute;
    top: 0;
    left: -50px;
}

.oem-title-en {
    font-size: 1.5rem;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    color: #36c1ff;
    letter-spacing: 0.2em;
}

.oem-title-jp {
    font-size: 3.5rem;
    color: #000;
    letter-spacing: 0.2em;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    margin-top: 15px;
}

.oem-img {
    height: 461px;
    position: relative;
}

.oem-img img {
    max-width: unset;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 10px;
}

.home-oem {
    position: relative;
}

.home-oem::after {
    content: "";
    width: 100%;
    height: calc(100% - 77px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #eff6f9;
}

.link-img-oem {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 5px 0 rgba(105, 203, 226, 0.75);
}

.link-img-oem::after {
    content: "";
    width: 50px;
    height: 9px;
    mask-image: url(../images/index/icon-right-large.svg);
    -webkit-mask-image: url(../images/index/icon-right-large.svg);
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    position: absolute;
    background-color: #fff;
    right: 38px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.link-img-oem img {
    transition: 0.3s;
    width: 100%;
}

.link-img-oem:hover img {
    transform: scale(1.1);
}

#company-07 .link-img-oem:hover::after,
#recruit-05 .link-img-oem:hover::after {
    right: 80px;
}

.link-img-oem:hover a {
    opacity: 1;
}

.link-img-oem:hover::after {
    right: 30px;
}

.link-oem-cs {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 50px 85px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    font-family: "Noto Serif JP", serif;
}

.link-oem-cs a {
    color: #fff;
    font-size: 3rem;
    margin-top: 40px;
    display: block;
}

.box-home-news {
    display: flex;
    align-items: center;
}

.home-news-left {
    width: 280px;
}

.home-news-right {
    width: calc(100% - 280px);
}

.news-item-home {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #c7c7c7;
    padding-right: 60px;
    position: relative;
    align-items: flex-start;
}

.news-item-home::after {
    content: "";
    width: 32px;
    height: 10px;
    background-image: url(../images/index/icon-right.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.news-item-home .title {
    padding-top: 8px;
}

.news-item-home .title a {
    color: #333;
    letter-spacing: 0.1em;
}

.news-item-home:hover::after {
    right: 0;
}

.news-item-home:hover .img-news-home img {
    transform: scale(1.1);
}

.img-news-home {
    width: 110px;
    overflow: hidden;
    border-radius: 20px;
}

.img-news-home img {
    transition: 0.3s;
}

.news-home-cont {
    flex: 1;
    margin-left: 35px;
    padding-top: 20px;
}

.home-news-left-cont {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
}

.box-btn-news-home a.btn.btn-main {
    min-width: 163px;
    min-height: 68px;
    border-radius: 34px;
}

a.btn.btn-link {
    min-height: 92px;
    border-radius: 46px;
    max-width: 498px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    padding-left: 40px;
    padding-right: 95px;
    justify-content: flex-start;
    font-size: 2rem;
    letter-spacing: 0.15em;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    margin-bottom: 30px;
}

a.btn.btn-link:last-child {
    margin-bottom: 0;
}

a.btn.btn-link:hover {
    background-color: #29a6dd;
    color: #fff;
}

a.btn.btn-link:hover::after {
    background-color: #fff;
    right: 20px;
}

a.btn.btn-link::after {
    content: "";
    width: 50px;
    height: 9px;
    mask-image: url(../images/index/icon-right-large.svg);
    -webkit-mask-image: url(../images/index/icon-right-large.svg);
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    position: absolute;
    background-color: #29a6dd;
    right: 38px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.home-contact-left {
    max-width: 510px;
    color: #fff;
    padding-top: 15px;
}

.title-contact {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #fff;
}

.title-contact-en {
    font-size: 1.9rem;
}

.title-contact-jp {
    font-size: 4rem;
    margin-top: 15px;
}

.home-contact {
    position: relative;
}

.home-contact::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-contact.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.footer-top {
    display: flex;
}

.footer-left {
    width: 50%;
}

.footer-right {
    width: 50%;
    padding-left: 100px;
    display: flex;
}

.box-table-footer {
    display: flex;
    gap: 10px;
    font-size: 1.5rem;
    color: #000000;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
}

.table-footer-left {
    width: 140px;
    text-align: right;
}

.table-footer-right {
    flex: 1;
}

.table-footer-right a {
    color: #000;
}

.home-contact-top.footer-logo {
    display: flex;
    align-items: flex-end;
    gap: 18px;
    color: #000;
    letter-spacing: 0.1em;
}

.home-contact-top.footer-logo p {
    padding-bottom: 5px;
}

a.link-footer {
    letter-spacing: 0.1em;
    display: block;
    padding-left: 15px;
    color: #333;
    position: relative;
    margin-bottom: 20px;
    width: fit-content;
}

a.link-footer:hover {
    opacity: 1;
}

a.link-footer::after {
    content: "";
    width: 9px;
    height: 9px;
    background-color: #41b5e9;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

a.link-footer::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #41b5e9;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: all 0.3s;
}

a.link-footer:hover::before {
    width: 100%;
}

.box-link-footer {
    width: 50%;
}

.footer {
    position: relative;
}

.footer::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #edf5f9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#loading img {
    max-width: 637px;
}

.header-wrapper {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), all 0.35s ease;
    will-change: transform;
}

.btn-header-2.btn-header-show {
    display: none;
}

@media (min-width: 768px) {
    #company-07 .link-img-oem::after,
    #recruit-05 .link-img-oem::after {
        right: 90px;
    }
    .header-wrapper.header-active {
        position: fixed;
        transform: translateY(-275px);
    }
    .header-wrapper.header-active .header-main .main-menu .nav>li>a {
        letter-spacing: 0.1em;
    }
    .header-wrapper.header-active .header-main .main-menu .nav>li>a:after {
        bottom: -22px;
        height: 2px;
    }
    body.admin-bar .header-wrapper {
        top: 32px;
    }
    .header-wrapper.header-active.header-show {
        transform: translateY(0);
    }
    .header-wrapper.header-active .box-menu-phone {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    .header-wrapper.header-active a.btn.btn-header {
        width: 98px;
        height: 74px;
        flex-direction: column;
        padding: 10px;
        gap: 7px;
    }
    .header-wrapper.header-active a.btn.btn-header.btn-header-2 {
        display: flex;
        background: linear-gradient(30deg, #00d2e9 0%, #ff4e00 100%);
    }
    .header-wrapper.header-active a.btn.btn-header.btn-header-hide.btn-header-2 {
        display: none;
    }
    .header-wrapper.header-active .header-top.flex-row.align-bottom {
        align-items: center !important;
    }
    .header-wrapper.header-active .header-main::after {
        background-image: url(../images/index/bg-header-2.png);
        height: calc(100% + 150px);
    }
    .header-wrapper.header-active .header-main .main-menu .nav {
        margin-top: 0;
    }
    .header-wrapper.header-active .header-main .logo-left .logo {
        width: 311px;
    }
    .header-wrapper.header-active .header-inner {
        padding-left: 36px;
        padding-right: 26px;
        padding-bottom: 0;
    }
    .header-wrapper.header-active .box-btn-top-header {
        margin-bottom: 0;
    }
}

.box-btn-pickup {
    position: absolute;
    top: 10px;
    right: 105px;
}

.page-header {
    min-height: 600px;
    display: flex;
    align-items: center;
    position: relative;
}

.page-header::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/company/bg-company.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.page-product .page-header::after {
    background-image: url(../images/index/bg-page-product.jpg);
}

.page-recruitment .page-header::after {
    background-image: url(../images/recruit/bg-page-recruitment.jpg);
}

.page-header::before {
    content: "";
    width: 377px;
    height: 183px;
    background-image: url(../images/index/before-header.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -5px;
    bottom: 0;
    z-index: -1;
}

.breadcrums {
    position: absolute;
    bottom: 65px;
    left: 30px;
}

.title-en {
    font-size: 2.5rem;
    font-family: "Noto Serif JP", serif;
    padding-bottom: 20px;
    letter-spacing: 0.2em;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    text-shadow: 0 0 10px rgba(22, 86, 114, 0.35);
}

.title-en::after {
    content: "";
    width: 110px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.title-jp {
    font-size: 5.6rem;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    letter-spacing: 0.2em;
    text-shadow: 0 0 10px rgba(22, 86, 114, 0.35);
}

.breadcrums {
    z-index: 3;
}

.breadcrums ul {
    display: flex;
    justify-content: flex-start;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.breadcrums ul li>a {
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.15em;
}

.breadcrums ul li {
    position: relative;
    margin-bottom: 0;
}

.breadcrums ul li:not(:last-child) {
    margin-right: 20px;
}

.breadcrums ul li span {
    color: #fff;
    letter-spacing: 0.15em;
    font-size: 1.3rem;
}

.breadcrums ul li span br {
    display: none;
}

.breadcrums ul li:not(:nth-last-child(1)):after {
    content: ">";
    position: absolute;
    color: #fff;
    font-size: 1.3rem;
    top: 55%;
    transform: translateY(-50%);
    right: -12px;
}

ul.list-anchor {
    background-color: rgba(255, 255, 255, 0.95);
    position: relative;
    top: -55px;
    border-radius: 20px 20px 0 0;
    padding: 40px 155px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 30px 40px;
}

ul.list-anchor li {
    width: calc(33.33% - 27px);
}

ul.list-anchor li a {
    padding-left: 23px;
    display: flex;
    padding-bottom: 5px;
    border-bottom: 1px solid #29a6dd;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #333;
    position: relative;
}

ul.list-anchor li a:hover {
    color: #29a6dd;
}

ul.list-anchor li a::after {
    content: "";
    width: 13px;
    height: 8px;
    background-image: url(../images/company/icon-down.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 10px;
}

.sub-title {
    font-size: 3rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.2em;
    color: #000;
    position: relative;
    min-height: 60px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.sub-title::after {
    content: "";
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, rgb(0, 210, 233) 0%, rgb(255, 78, 0) 100%);
    position: absolute;
    left: -53px;
    top: 0;
    border-radius: 10px;
}

.box-company-1 {
    display: flex;
}

.company-1-left {
    width: 58%;
    position: relative;
    height: 460px;
}

.company-1-right {
    width: 42%;
    padding-left: 45px;
    padding-top: 115px;
    margin-right: -10px;
    position: relative;
}

.company-1-right::after {
    content: "";
    width: 50vw;
    height: calc(100% - 215px);
    top: 50px;
    position: absolute;
    left: 0;
    z-index: -2;
    background: #41b5e9;
}

.note-time {
    padding: 50px 0 0;
}

.company-1-right h2 {
    margin-right: -10px;
}

.company-1-left img {
    position: absolute;
    right: 0;
    max-width: unset;
    top: 0;
    border-radius: 20px;
}

.bg-bottom-right {
    position: relative;
}

.bg-bottom-right::after {
    content: "";
    width: calc(100% - 100px);
    height: 688px;
    background-image: url(../images/company/bg-1.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -70px;
    right: -30px;
    z-index: -2;
}

.title-border {
    font-size: 3.3rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.2em;
    text-align: center;
    color: #00515e;
    padding-bottom: 20px;
    border-bottom: 1px solid #24a8d1;
}

.gradient-border {
    position: relative;
    border-radius: 20px;
    padding: 27px;
    background: rgba(255, 255, 255, 0.55);
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 20px;
}

.gradient-border::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    /* độ dày viền */
    background: linear-gradient(-90deg, rgba(0, 210, 233, 0.55) 0%, rgba(255, 78, 0, 0.55) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.company-02 {
    position: relative;
}

.company-02::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #eff6f9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.company-02::before {
    content: "";
    width: 842px;
    height: 498px;
    background-image: url(../images/index/bg-favi.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 135px;
    z-index: -1;
}

.timeline-info {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}

.year {
    font-size: 2.5rem;
    font-family: "Noto Serif JP", serif;
    color: #24a8d1;
    letter-spacing: 0.2em;
    min-width: 135px;
    text-align: left;
    font-weight: 500;
}

.event {
    letter-spacing: 0.05em;
    color: #333;
    line-height: 1.43;
    flex: 1;
}

.box-img-timeline {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
}

.box-img-timeline .caption {
    letter-spacing: 0.05em;
    padding-top: 5px;
}

.timeline-item {
    display: flex;
    gap: 90px;
    margin-bottom: 40px;
}

.timeline-item.reverse {
    flex-direction: row-reverse;
}

.timeline-item.reverse .box-img-timeline {
    margin-left: auto;
}

.timeline-content {
    width: 50%;
}

.timeline-img {
    width: 50%;
}

.timeline-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 0;
    transform: translateX(-50%);
    background: linear-gradient(0deg, rgb(0, 210, 233) 0%, rgb(255, 78, 0) 100%);
    border-radius: 10px;
    transition: height 0.2s linear;
    z-index: -1;
}

.timeline {
    position: relative;
}

.timeline::before {
    content: "";
    width: 42px;
    height: 48px;
    background-image: url(../images/company/icon-timeline.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
}

.bg-top-left {
    position: relative;
}

.bg-top-left::after {
    content: "";
    width: 100%;
    height: 688px;
    background-image: url(../images/company/bg-1.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    left: -30px;
    z-index: -3;
    transform: rotate(180deg);
}

.box-gradient {
    padding: 2px;
    border-radius: 15px;
    background: linear-gradient(90deg, rgb(0, 210, 233) 0%, rgb(255, 78, 0) 100%);
    margin-bottom: 50px;
}

.box-gradient:last-child {
    margin-bottom: 0;
}

.box-gradient-inner {
    background-color: #fff;
    border-radius: 13px;
    padding: 40px 50px;
}

.box-title-map {
    display: flex;
    gap: 65px;
    align-items: center;
    margin-bottom: 25px;
}

.title-map {
    font-size: 2.8rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.2em;
    color: #000;
    position: relative;
    min-height: 58px;
    display: flex;
    align-items: center;
    font-weight: 500;
    padding-left: 33px;
}

.title-map::after {
    content: "";
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, rgb(0, 210, 233) 0%, rgb(255, 78, 0) 100%);
    position: absolute;
    left: 5px;
    top: 0;
    border-radius: 10px;
}

.map-right {
    height: 324px;
}

.map-right iframe {
    width: 100%;
    height: 100%;
}

.company-04 {
    position: relative;
}

.company-04::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #eff6f9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.table-company {
    display: flex;
}

.table-company-left {
    width: 160px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 2rem;
    color: #005b70;
    padding: 20px 0;
    padding-right: 24px;
    font-family: "Noto Serif JP", serif;
    text-align: right;
    padding-left: 0;
}

.table-company-right {
    flex: 1;
    line-height: 1.43;
    border-bottom: 1px solid #24a8d1;
    padding: 20px 28px;
    letter-spacing: 0.05em;
}

.company-05 {
    position: relative;
}

.company-05::after {
    content: "";
    width: 1188px;
    height: 1188px;
    background-color: #f7fbfc;
    position: absolute;
    top: -95px;
    right: -131px;
    z-index: -3;
    border-radius: 50%;
}

.img-certification img {
    border-radius: 10px;
}

.caption-certification {
    font-size: 2rem;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin: 5px 0;
}

.box-certification {
    margin-bottom: 60px;
}

.box-certification p {
    letter-spacing: 0.05em;
}

.company-06 {
    position: relative;
}

.company-06::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #eff6f9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.info-map {
    position: relative;
    padding-left: 30px;
}

.info-map::after {
    content: "";
    width: 15px;
    height: 22px;
    background-image: url(../images/index/icon-location.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 2px;
}

.company-07 .link-oem-cs {
    padding: 90px 100px;
    font-size: 2rem;
}

.company-07 .link-oem-cs a {
    font-size: 4.5rem;
    margin-top: 10px;
}

#company-07 .bg-top-left::after {
    top: -45px;
}

.slide-company .slick-list {
    margin: 0 -10px;
}

.slide-company .slick-slide {
    margin: 0 10px;
}

.slide-company .slick-slide img {
    width: 100%;
    border-radius: 10px;
}

.page-csr ul.list-anchor,
.page-recruitment ul.list-anchor,
.page-contact ul.list-anchor {
    margin-top: -55px;
    top: 0;
}

.page-csr .box-gradient-inner {
    padding: 20px 20px 35px;
}

.page-csr .box-gradient {
    margin-bottom: 30px;
}

.page-csr .main-title-jp {
    color: #fff;
}

.page-csr .page-header::after {
    background-image: url(../images/csr/bg-page-csr.jpg);
}

.box-csr-cont p {
    padding-left: 33px;
    padding-top: 25px;
    letter-spacing: 0.05em;
    line-height: 1.875;
    padding-right: 35px;
    text-align: justify;
}

.box-csr-cont {
    padding-top: 0;
}

.row-reverse .box-csr-cont {
    padding-left: 25px;
}

.row-reverse .box-csr-cont p {
    padding-right: 0;
}

.img-csr-left img {
    border-radius: 10px;
}

.csr-02 {
    position: relative;
}

.csr-02::before {
    content: "";
    width: 100%;
    height: 424px;
    background-image: url(../images/csr/img-2-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.csr-02 .bg-top-left::after {
    background-image: url(../images/csr/bg-1.png);
    transform: none;
    top: 340px;
    height: 875px;
    left: 0;
}

#csr-03 .csr-02::before {
    background-image: url(../images/csr/img-3-3.jpg);
}

#csr-04 .csr-02::before {
    background-image: url(../images/csr/img-4-3.png);
}

#csr-05 .csr-02::before {
    background-image: url(../images/csr/img-5-3.png);
}

#csr-06 .csr-02::before {
    background-image: url(../images/csr/img-6-3.png);
}

.csr-01.bg-bottom-right::after {
    top: -35px;
}

.box-title-business {
    display: flex;
    min-height: 223px;
    align-items: center;
    gap: 38px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
}

.box-title-business::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    padding: 3px;
    background: linear-gradient(-90deg, rgb(0, 210, 233) 0%, rgb(255, 78, 0) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    width: calc(50vw + 30px);
    left: -30px;
}

.box-title-business::before {
    width: calc(50vw + 30px);
    height: 100%;
    left: -30px;
    background-color: rgba(255, 255, 255, 0.95);
    content: "";
    position: absolute;
    top: 0;
    border-radius: 15px;
}

.box-title-business p {
    font-family: "Noto Serif JP", serif;
    flex: 1;
    font-size: 3.3rem;
    letter-spacing: 0.2em;
    color: #008399;
    position: relative;
    line-height: 1.67;
}

.number-busi {
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    font-family: "Noto Serif JP", serif;
    color: #29a6dd;
    position: relative;
}

.number-busi:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(-90deg, rgb(0, 210, 233) 0%, rgb(255, 78, 0) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.list-box-img-business {
    margin-top: 260px;
}

.list-box-img-business .box-gradient-inner {
    padding: 22px;
    margin-bottom: 30px;
}

.business-01 {
    position: relative;
}

.business-01::after {
    content: "";
    width: 100%;
    height: 457px;
    background-image: url(../images/business/img-1-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 170px;
    left: 0;
    z-index: -1;
}

.business-01 .bg-top-left::after {
    background-image: url(../images/csr/bg-1.png);
    transform: none;
    top: auto;
    bottom: -100px;
    height: 875px;
    left: 0;
}

.business-reverse .box-title-business {
    margin-left: 0;
    width: calc(50% + 50px);
}

.business-reverse .box-title-business::after {
    left: auto;
    right: 0;
    width: calc(50vw + 50px);
}

.business-reverse .box-title-business::before {
    left: auto;
    width: calc(50vw + 50px);
    right: 0;
}

.business-1-2::before {
    content: "";
    width: 100%;
    height: calc(100% - 250px);
    bottom: -200px;
    background-color: #eff6f9;
    left: 0;
    z-index: -4;
    position: absolute;
}

.business-1-2::after {
    background-image: url(../images/business/img-2-1.png);
}

.business-1-2 .bg-top-left::after {
    transform: scaleX(-1);
}

.business-1-3::after {
    background-image: url(../images/business/img-3-1.png);
}

.box-img-handle {
    margin-bottom: 80px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.28;
}

.box-img-handle p {
    padding-top: 5px;
}

.box-img-handle img {
    border-radius: 10px;
}

.box-slide-business {
    max-width: 945px;
    margin: 0 auto;
}

.box-slide-business .slick-list {
    overflow: visible;
    margin: 0 -23px;
}

.box-slide-business .slick-slide {
    padding: 0 23px;
}

.box-slide-business .slide-arrow {
    padding: 0;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    top: 262px;
    left: -32px;
    position: absolute;
    z-index: 1;
}

.box-slide-business .slide-arrow.next-arrow {
    left: auto;
    right: -32px;
}

.box-slide-business ul.slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -70px;
    right: auto;
    display: flex;
    justify-content: center;
}

.box-slide-business ul.slick-dots li {
    width: 43px;
    height: 5px;
    border-color: #36c1ff;
    margin: 0 6px;
    border-radius: 0;
}

.box-slide-business ul.slick-dots li.slick-active {
    background-color: #36c1ff;
}

.box-text-business-slide {
    padding-top: 25px;
}

.box-text-business-slide h3 {
    font-size: 2.5rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: 0.2em;
    padding-bottom: 23px;
    border-bottom: 1px solid #24a8d1;
    margin-bottom: 15px;
    text-align: center;
}

.box-text-business-slide p {
    letter-spacing: 0.05em;
    line-height: 2.05;
}

.box-facility {
    margin-bottom: 60px;
    text-align: center;
}

.box-facility p {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: "Noto Serif JP", serif;
    padding-top: 5px;
}

.text-factory-right h3 {
    font-size: 4rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
    color: #24a8d1;
    white-space: nowrap;
    line-height: 1.375;
}

.text-factory-right p {
    letter-spacing: 0.05em;
    line-height: 2.05;
}

.img-factory-left {
    position: relative;
    height: 521px;
}

.img-factory-left img {
    max-width: unset;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 10px;
}

.business-03 {
    position: relative;
}

.business-03::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #eff6f9;
    left: 0;
    z-index: -1;
    position: absolute;
}

.business-3-2 {
    position: relative;
}

.business-3-2::before {
    content: "";
    width: 100%;
    height: calc(100% - 1060px);
    bottom: 0;
    background-color: #eff6f9;
    left: 0;
    z-index: -1;
    position: absolute;
}

.business-3-2::after {
    top: 195px;
    bottom: auto;
}

.business-04 .list-box-img-business {
    margin-top: 40px;
}

.business-04 .list-box-img-business .box-gradient-inner {
    margin-bottom: 0;
}

.business-04 .box-csr-cont p {
    padding-top: 20px;
    padding-right: 33px;
}

.business-04 .box-gradient {
    margin-bottom: 40px;
}

#business-04 .bg-top-left::after {
    background-image: url(../images/csr/bg-1.png);
    transform: none;
    top: -20px;
    z-index: -5;
    height: 875px;
    left: 0;
}

.page-business .page-header::after {
    background-image: url(../images/business/bg-page.png);
}

.page-anchor-small ul.list-anchor {
    padding: 40px 34px;
}

.page-anchor-small ul.list-anchor li {
    width: calc(25% - 30px);
}

.oem-01 .slide-company {
    margin-top: -35px;
}

#oem-02 .bg-top-left::after {
    background-image: url(../images/csr/bg-1.png);
    transform: none;
    top: -20px;
    z-index: -5;
    height: 875px;
    left: 0;
}

.oem-02 {
    position: relative;
}

.oem-02::after {
    content: "";
    width: 100%;
    height: calc(100% + 120px);
    background-color: #eff6f9;
    position: absolute;
    top: -120px;
    left: 0;
    z-index: -7;
}

.oem-02 .list-box-img-business {
    margin-top: 60px;
}

.box-text-cont-oem {
    padding: 20px 0 0;
}

.box-text-cont-oem h3 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    font-family: "Noto Serif JP", serif;
    padding-bottom: 14px;
    border-bottom: 1px solid #24a8d1;
    margin-bottom: 10px;
    text-align: center;
}

.box-text-cont-oem p {
    letter-spacing: 0.03em;
    line-height: 1.625;
}

.oem-05 {
    background-color: #eff6f9;
}

.list-news-oem .news-home-cont {
    margin-left: 0;
    padding-top: 0;
}

.list-news-oem .news-item-home {
    padding: 26px 18px;
    padding-right: 60px;
}

.box-conact-border {
    border: 1px solid #36c1ff;
    border-radius: 20px;
    background-color: #fff;
    padding: 35px 30px;
}

.box-conact-border .title-contact {
    font-size: 3rem;
    color: #333;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 45px;
}

.box-flex-contact {
    display: flex;
    align-items: center;
}

.flex-contact-left {
    width: 50%;
    border-right: 1px solid #36c1ff;
}

.flex-contact-left h4 {
    font-size: 1.8rem;
    padding-right: 0;
    text-align: center;
}

.flex-contact-left a {
    font-size: 3.4rem;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.1em;
    position: relative;
}

.flex-contact-left a::after {
    content: "";
    width: 31px;
    height: 34px;
    background-image: url(../images/oem/icon-phone.svg);
    transition: 0.3s;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -47px;
    top: 50%;
    transform: translateY(-50%);
}

.flex-contact-left p {
    letter-spacing: 0.05em;
    padding-top: 5px;
    padding-left: 5px;
}

.flex-contact-left p span {
    font-size: 2rem;
    letter-spacing: 0.1em;
}

.flex-contact-left-text {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.flex-contact-right {
    width: 50%;
}

a.btn.btn-mail {
    max-width: 383px;
    min-height: 68px;
    border-radius: 34px;
    background-color: #fff;
    color: #333;
    font-weight: 500;
    box-shadow: 0 0 5px 0 rgba(105, 203, 226, 0.75);
    letter-spacing: 0.2em;
    padding-left: 20px;
}

a.btn.btn-mail::after {
    width: 37px;
    height: 28px;
    mask-image: url(../images/index/icon-mail.svg);
    -webkit-mask-image: url(../images/index/icon-mail.svg);
    transition: 0.3s;
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background-color: #36c1ff;
    left: 42px;
}

a.btn.btn-mail::before {
    width: 11px;
    height: 17px;
    mask-image: url(../images/oem/arrow-right.svg);
    -webkit-mask-image: url(../images/oem/arrow-right.svg);
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background-color: #36c1ff;
    transition: 0.3s;
    right: 28px;
}

a.btn.btn-mail:hover {
    background-color: #36c1ff;
    color: #fff;
}

a.btn.btn-mail:hover::after {
    background-color: #fff;
}

a.btn.btn-mail:hover::before {
    background-color: #fff;
}

.oem-07 {
    position: relative;
}

.oem-07::after {
    content: "";
    width: 100%;
    height: 424px;
    background-image: url(../images/oem/bg-5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
}

.oem-07 .sub-title {
    color: #fff;
}

.page-oem .page-header::after {
    background-image: url(../images/oem/bg-page-oem.jpg);
}

.page-oem .page-header {}

.recruit-01::after {
    bottom: -30px;
}

.recruit-02 {
    position: relative;
    color: #fff;
}

.recruit-02 .sub-title {
    color: #fff;
}

.recruit-02::after {
    content: "";
    width: 100%;
    height: calc(100% - 210px);
    bottom: 0;
    left: 0;
    z-index: -1;
    background-image: url(../images/recruit/img-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

.recruit-news-2.recruit-04:before {
    top: auto;
    bottom: 20px;
}

.no-space {
    white-space: nowrap;
    margin: 0 -15px;
}


/* container */

.list-tab {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.tab-nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(20% - 10px);
    padding: 16px 30px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 2.2rem;
    text-decoration: none;
    color: #333;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #00d2e9 0%, #ff4e00 100%) border-box;
    border: 2px solid transparent;
    transition: background 0.3s ease, color 0.3s ease;
    box-shadow: 0 0 5px 0 rgba(105, 203, 226, 0.75);
    cursor: pointer;
}


/* Khi active: đổi nền thành gradient, bỏ viền */

.tab-nav-link.active,
.tab-nav-link:hover {
    color: #fff;
    background: linear-gradient(90deg, #00d2e9 0%, #ff4e00 100%);
    border: 2px solid #fff;
}

.box-title-recruit-3 {
    display: flex;
    align-items: center;
    position: relative;
}

.box-title-recruit-3::after {
    content: "";
    height: calc(100% + 14px);
    width: 100vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -3;
    top: 64px;
    background-color: #eff6f9;
}

.recruit-3-img-left {
    width: 58%;
    height: 388px;
    position: relative;
}

.recruit-3-img-left img {
    max-width: unset;
    width: calc(50vw + 80px);
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.title-recruit-3 {
    width: 42%;
    padding-left: 70px;
}

.title-recruit-3 h3 {
    font-size: 3rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #00a498;
    min-height: 132px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 50px;
}

.title-recruit-3 h3::after {
    content: "";
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, rgb(0, 210, 233) 0%, rgb(255, 78, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.box-img-recruit-3 {
    margin-top: -95px;
}

.box-img-recruit-3 .box-text-cont-oem h3 {
    font-size: 2.5rem;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.box-link-recruit-3 {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}

.img-data-recruit {
    margin-bottom: 40px;
}

.recruit-04 {
    position: relative;
}

.recruit-04::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    background-color: #eff6f9;
    position: absolute;
}

.recruit-04::before {
    content: "";
    width: 983px;
    height: 582px;
    background-image: url(../images/index/bg-favi.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -286px;
    top: 0;
    z-index: -1;
}

.img-recruit-5 img {
    box-shadow: 0 0 8px 0 rgba(181, 220, 226, 0.75);
    border-radius: 10px;
    background-color: #fff;
    transition: .3s;
}

.img-recruit-5 p {
    text-align: center;
    padding-top: 5px;
    letter-spacing: 0.05em;
    color: #333;
}

.recruit-05 {
    position: relative;
}

.recruit-05::after {
    content: "";
    width: calc(100% - 100px);
    height: 688px;
    background-image: url(../images/company/bg-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 530px;
    right: -30px;
    z-index: -2;
}

.page-cs .page-header {
    min-height: 350px;
}

body.page-cs .page-header::after {
    background-image: url(../images/index/bg-page-news.png);
}

.page-cs .page-header-title {
    padding-top: 85px;
}

.page-cs .breadcrumb-section {
    bottom: 5px;
}

section.breadcrumb-section {
    position: absolute;
    bottom: 60px;
}

.single-page .page-navi {
    position: relative;
}

.single-page .page-navi::after {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #aeaeae;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1100px;
    top: 0;
}

#news-list .img-news-home {
    width: 152px;
}

#news-list .news-item-home {
    padding: 26px 18px;
    padding-right: 104px;
}

#news-list .news-item-home .title {
    padding-top: 18px;
    font-size: 18px;
}

#news-list .news-item-home::after {
    right: 54px;
    bottom: 40px;
    top: auto;
    transform: none;
}

.sidebar {
    padding: 0 !important;
    margin-top: -65px;
}

.works-filter {
    background-color: rgba(255, 255, 255, 0.95);
    margin-top: 0;
    padding: 45px 40px;
}

.box-slide-product-list {
    max-width: 580px;
    margin: 0 auto;
}

.box-slide-product-list .slick-list {
    margin: 0 -62px;
    overflow: visible;
}

.box-slide-product-list .slick-slide {
    margin: 0 62px;
}

.box-slide-product-list .slide-arrow {
    padding: 0;
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    z-index: 1;
}

.box-slide-product-list .slide-arrow img {
    width: 64px;
    height: 64px;
}

.box-slide-product-list .slide-arrow.prev-arrow {
    left: -95px;
}

.box-slide-product-list .slide-arrow.next-arrow {
    right: -95px;
}

.box-slide-product-list ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    top: auto;
}

.box-slide-product-list ul.slick-dots li {
    width: 43px;
    height: 5px;
    border-color: #36c1ff;
    margin: 0 6px;
    border-radius: 0;
}

.box-slide-product-list ul.slick-dots li.slick-active {
    background-color: #36c1ff;
}

.info-product {
    line-height: 2.31;
    letter-spacing: 0.05em;
}

.box-pickup .box-text-cont-oem h3 {
    font-size: 2.3rem;
}

.box-pickup .box-text-cont-oem p {
    line-height: 2.05;
}

.product-pickup {
    background-color: #edf5f9;
}

.border-title {
    position: relative;
    font-size: 2.5rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    padding-bottom: 13px;
    letter-spacing: 0.2em;
    text-align: center;
}

.border-title::after {
    content: "";
    width: 51px;
    height: 3px;
    background: linear-gradient(90deg, rgb(0, 210, 233) 0%, rgb(255, 78, 0) 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 1;
}

.title-special {
    font-size: 2.3rem;
    letter-spacing: 0.2em;
    font-family: "Noto Serif JP", sans-serif;
    padding: 10px 20px 25px;
    border-bottom: 1px solid #c7c7c7;
    position: relative;
    margin-bottom: 25px;
}

.title-special::after {
    content: "";
    width: 2px;
    height: calc(100% - 14px);
    background-color: #29a6dd;
    position: absolute;
    left: 0;
    top: 0;
}

.box-table-special table {
    width: 100%;
    margin-bottom: 25px;
}

.box-table-special table:last-child {
    margin-bottom: 0;
}

.box-table-special table {
    table-layout: fixed;
}

.box-table-special table td {
    width: 100%;
}


/* .box-table-special table:last-child td:nth-child(2) {
    width: 150px !important;
}

.box-table-special table:last-child td:nth-child(3) {
    width: 335px !important;
} */

.box-table-special table td {
    border: 1px solid #c7c7c7;
    padding: 10px 18px;
    color: #000;
    letter-spacing: 0.05em;
}


/* .box-table-special table td:nth-child(1) {
    width: 150px !important;
}

.box-table-special table td:nth-child(2) {
    width: 380px !important;
}

.box-table-special table td:nth-child(3) {
    width: 100px !important;
} */

.box-table-special table tr:first-child td {
    background-color: #29a6dd;
    color: #fff;
    border-color: #fff;
    text-align: center;
}

.box-table-special table tr:first-child td:nth-child(1) {
    border-left-color: #29a6dd;
}

.table-info-right {
    border: 1px solid #c7c7c7;
    padding: 10px 18px;
}

.table-info-left {
    padding: 10px 18px;
    background: #29a6dd;
    color: #fff;
    letter-spacing: 0.05em;
}

.box-table-info {
    margin-top: 20px;
}

.box-product-special {
    margin-bottom: 85px;
}

a.btn.btn-file {
    color: #333333;
    min-height: 80px;
    border-radius: 21px;
    background-color: rgba(255, 255, 255, 0.55);
    padding-left: 113px;
    padding-right: 80px;
    letter-spacing: 0.05em;
    box-shadow: 0 0 4px 0 rgba(19, 147, 186, 0.75);
    margin-bottom: 30px;
    justify-content: flex-start;
}

a.btn.btn-file:last-child {
    margin-bottom: 0;
}

a.btn.btn-file::after {
    width: 32px;
    height: 32px;
    background-image: url(../images/index/icon-down.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 30px;
}

a.btn.btn-file::before {
    width: 35px;
    height: 43px;
    background-image: url(../images/index/icon-pdf.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 40px;
}

a.btn.btn-file:hover {
    opacity: 0.7;
}

.product-file {
    background-color: #edf5f9;
}

.single-product .infor-line a.cat {
    color: #fff;
    min-width: 223px;
}

.product-list .product-item .title-product {
    padding-bottom: 15px;
    padding-right: 0;
    padding-top: 10px;
}

.product-list .product-item .title-product a {
    font-size: 1.8rem;
}

.product-list .product-item .title-product:after {
    bottom: 0;
    right: 0;
    top: auto;
}

.product-list .product-item:hover .title-product:after {
    right: -10px;
}

.page-product section.breadcrumb-section {
    bottom: 70px;
}

.page-product .page-navi {
    position: relative;
}

.page-product .page-navi::after {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #aeaeae;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1100px;
    top: 0;
}

.box-single-interview-top {
    display: flex;
}

.interview-top-left {
    width: 53%;
    position: relative;
}

.interview-top-right {
    width: 47%;
    padding-top: 70px;
    padding-left: 120px;
    padding-right: 50px;
    position: relative;
}

.interview-top-right::after {
    content: "";
    width: calc(50vw + 35px);
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

a.type-interview {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 2.1rem;
}

a.cat-interview {
    min-width: 245px;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    justify-content: center;
    color: #fff;
    min-height: 35px;
    border-radius: 16px;
    letter-spacing: 0.2em;
    background-color: #29a6dd;
}

.box-for-sm {
    display: flex;
    align-items: center;
    gap: 35px;
}

.img-single-inter img {
    border-radius: 13px;
}

.interview-excerpt {
    font-size: 2.7rem;
    font-weight: 500;
    color: #0071b7;
    margin-top: 40px;
    line-height: 1.48;
    letter-spacing: 0.1em;
    margin-bottom: 35px;
}

ul.interview-infor li {
    padding-left: 14px;
    letter-spacing: 0.05em;
    position: relative;
    color: #4d4d4d;
    line-height: 1.875;
}

ul.interview-infor li::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #3ccaef;
    position: absolute;
    left: 2px;
    top: 14px;
    border-radius: 50%;
}

.interview-top-right:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    /* độ dày viền */
    background: linear-gradient(-90deg, rgba(0, 210, 233, 0.55) 0%, rgba(255, 78, 0, 0.55) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    width: 50vw;
    right: -30px;
    left: auto;
    top: -20px;
    height: 100%;
}

.interview-top-right:before {
    content: "";
    width: 50vw;
    height: 100%;
    background-color: #fff;
    background-image: url(../images/index/bg-favi.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    right: -30px;
    border-radius: 10px;
}

.interview-top-right>* {
    position: relative;
}

.question-inter {
    position: relative;
    padding: 20px;
    background: white;
    font-size: 2.3rem;
    display: flex;
    align-items: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    min-height: 80px;
    border-radius: 10px;
    color: #000;
    margin-bottom: 40px;
    gap: 15px;
}

.question-inter::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    /* độ dày viền */
    background: linear-gradient(-90deg, rgb(0, 210, 233) 0%, rgb(255, 78, 0) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.question-inter .q {
    font-size: 3rem;
    color: #29a6dd;
}

.answer-inner {
    display: flex;
}

.img-qna-inter {
    width: 46.2%;
    margin-right: 40px;
    border-radius: 10px;
    overflow: hidden;
}

.text-answer {
    flex: 1;
    line-height: 1.875;
    letter-spacing: 0.05em;
}

.box-qna-inter {
    margin-bottom: 65px;
}

.box-flow {
    background: linear-gradient(-90deg, rgb(0, 210, 233) 0%, rgb(255, 78, 0) 100%);
    padding: 23px 10px;
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 58px;
    position: relative;
}

.box-flow::before {
    content: "";
    width: 42px;
    height: 24px;
    background-color: #29a6dd;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -42px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.box-flow:last-child {
    margin-bottom: 0;
}

.box-flow:last-child::before {
    display: none;
}

.interview-flow {
    background: #eff6f9;
}

.list-schedule {
    position: relative;
}

.list-schedule::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #29a6dd;
    position: absolute;
    top: 0;
    left: 260px;
}

.box-schedule {
    display: flex;
    gap: 36px;
    margin-bottom: 13px;
    align-items: center;
}

.box-schedule:last-child {
    margin-bottom: 0;
}

.time-schedule {
    width: 260px;
    padding-right: 40px;
    text-align: right;
    font-size: 2.3rem;
    color: #29a6dd;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.cont-schedule {
    flex: 1;
    background: #eefbff;
    border-radius: 10px;
    padding: 15px 26px;
    min-height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cont-schedule h3 {
    font-size: 2.3rem;
    font-weight: 500;
    color: #29a6dd;
    letter-spacing: 0.1em;
}

.cont-schedule p {
    letter-spacing: 0.05em;
    line-height: 1.5625;
}

.day-off-inner {
    display: flex;
    padding: 22px;
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.day-off-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    /* độ dày viền */
    background: linear-gradient(90deg, rgb(0, 210, 233) 0%, rgb(255, 78, 0) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.img-dayoff {
    width: 50%;
}

.img-dayoff img {
    max-width: 462px;
    border-radius: 10px;
}

.text-dayoff {
    width: 50%;
    padding-left: 10px;
    padding-top: 20px;
}

.text-dayoff h3 {
    font-size: 2.4rem;
    font-weight: 500;
    color: #4d4d4d;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 25px;
    line-height: 1.46;
    position: relative;
    letter-spacing: 0.2em;
}

.text-dayoff h3::after {
    content: "";
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, rgb(0, 210, 233) 0%, rgb(255, 78, 0) 100%);
    position: absolute;
    top: 0;
    left: -30px;
}

.text-dayoff p {
    line-height: 1.875;
    letter-spacing: 0.05em;
}

.day-off {
    position: relative;
}

.day-off::after {
    content: "";
    width: 100%;
    height: calc(100% - 190px);
    background: linear-gradient(90deg, rgb(0, 210, 233) 0%, rgb(255, 78, 0) 100%);
    opacity: 0.15;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

section.single-interview {
    margin-top: -50px;
}

.single-interview-inner {
    position: relative;
}

.single-interview-inner::after {
    content: "";
    width: 867px;
    height: 421px;
    background-image: url(../images/csr/bg-1.png);
    position: absolute;
    bottom: -330px;
    left: -30px;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.interview-schedule {
    position: relative;
}

.interview-schedule::after {
    content: "";
    width: 867px;
    height: 421px;
    background-image: url(../images/csr/bg-1.png);
    position: absolute;
    top: 0;
    left: -30px;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.c-interview {
    position: relative;
}

.c-interview:hover img {
    transform: scale(1.1);
}

.c-interview:hover .c-interview-meta::after {
    right: -5px;
}

.c-interview a.type-interview {
    font-size: 1.6rem;
    position: absolute;
    top: -7px;
    left: -7px;
    width: 48px;
    height: 48px;
}

.c-interview-image {
    border-radius: 13px;
    overflow: hidden;
    margin-bottom: 15px;
}

.c-interview-image img {
    transition: 0.3s;
    width: 100%;
    height: auto;
}

.c-interview-meta {
    margin-top: 5px;
    position: relative;
}

.c-interview-meta::after {
    content: "";
    width: 39px;
    height: 7px;
    background-image: url(../images/index/icon-arrow-right-long.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 20px;
    right: 0;
    transition: all 0.3s;
}

.c-interview-desc {
    font-size: 1.8rem;
    font-weight: 500;
    color: #0071b7;
    letter-spacing: 0.1em;
    line-height: 1.38;
    margin-bottom: 7px;
}

.c-interview ul.interview-infor li {
    font-size: 1.4rem;
    line-height: 1.43;
}

.c-interview ul.interview-infor li:before {
    top: 9px;
}

.page-interview .page-navi {
    border-top: 1px solid #aeaeae;
}

.page-interview.page-cs .title-en {
    display: block;
}

.page-interview .works-filter::after {
    content: "";
    width: 70px;
    height: 2px;
    background: linear-gradient(90deg, rgb(0, 210, 233) 0%, rgb(255, 78, 0) 100%);
    position: absolute;
    transform: rotate(-45deg);
    left: 45%;
    top: 80px;
}

.page-recruit .page-navi {
    border-top: 1px solid #aeaeae;
}

.page-recruit.page-cs .title-en {
    display: block;
}

.page-recruit .breadcrumb-section {
    bottom: 0;
}

.page-recruit:not(.page-template-page-recruit) .page-header {
    min-height: 350px;
    align-items: flex-start;
}

.page-recruit .page-header .container {
    margin: 130px auto 0;
}

.box-table-required {
    display: flex;
    border: 1px solid #b9ced6;
}

.box-table-required:not(:last-child) {
    border-bottom: none;
}

.table-required-left {
    width: 204px;
    padding: 16px 37px;
    border-right: 1px solid #b9ced6;
    background: #319dd3;
    color: #fff;
    font-weight: 500;
}

.table-required-right {
    flex: 1;
    padding: 16px 30px;
}

.box-recruit-step {
    padding: 2px;
    border-radius: 17px;
    margin-bottom: 45px;
    position: relative;
    background: linear-gradient(90deg, rgb(0, 210, 233) 0%, rgb(255, 78, 0) 100%);
}

.box-recruit-step::before {
    content: "";
    width: 34px;
    height: 18px;
    background-color: #29a6dd;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.box-recruit-step:last-child {
    margin-bottom: 0;
}

.box-recruit-step:last-child::before {
    display: none;
}

.recruit-step-inner {
    padding: 15px 35px;
    display: flex;
    background-color: #fff;
    border-radius: 15px;
    padding-right: 15px;
}

.recruit-step-left {
    width: 250px;
    padding-top: 15px;
}

.recruit-step-right {
    flex: 1;
    padding: 18px 25px;
    border-radius: 10px;
    background: #dfeff4;
    line-height: 1.875;
    letter-spacing: 0.05em;
}

.step-number {
    font-size: 3.3rem;
    font-family: "Noto Serif JP";
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #319dd3;
}

.step-title {
    font-size: 2.5rem;
    font-family: "Noto Serif JP", sans-serif;
    color: #000;
    font-weight: 500;
    margin-top: 10px;
    letter-spacing: 0.05em;
}

.single-recruit .title-special {
    color: #000;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    padding-top: 0;
}

.single-recruit .post-content {
    padding-bottom: 60px;
}

.single-recruit .text-dayoff {
    padding-top: 0;
    padding-right: 0;
    width: 100%;
}

.single-recruit .text-dayoff h3 {
    font-size: 2.8rem;
    line-height: 1.25;
}

.single-recruit .title-line .title-single {
    min-height: 80px;
    display: flex;
    align-items: center;
}

.img-tour-info img {
    border-radius: 10px;
}

.toggle-recruit .toggle-hd {
    font-size: 2.5rem;
    font-weight: 500;
    font-family: "Noto Serif JP", sans-serif;
    color: #fff;
    background: linear-gradient(90deg, rgb(0, 210, 233) 0%, rgb(255, 78, 0) 100%);
    min-height: 90px;
    display: flex;
    align-items: center;
    border-radius: 45px;
    justify-content: center;
    position: relative;
    box-shadow: 0 0 8px rgba(105, 203, 226, 0.75);
}

.toggle-recruit .toggle-hd::after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(../images/index/icon-toggle.svg);
    right: 24px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
}

.toggle-recruit .toggle-hd.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.toggle-recruit .toggle-hd::before {
    content: "";
    width: 83px;
    height: 37px;
    background-image: url(../images/index/icon-toggle-2.svg);
    left: 35px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.recruit-bottom {
    position: relative;
}

.recruit-bottom::after {
    content: "";
    width: 100%;
    height: calc(100% - 270px);
    background-color: #eff6f9;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.post-content.answer {
    position: relative;
    padding-left: 65px;
    padding-top: 40px;
}

.post-content.answer:after {
    content: "A.";
    font-size: 2.5rem;
    position: absolute;
    letter-spacing: 0.05em;
    color: #e81c24;
    left: 25px;
    top: 35px;
}

.page-recruit.page-cs ul.list-anchor {
    margin: 0;
    top: 0;
}

.page-recruit.page-cs .works-filter.gradient-border {
    max-width: 550px;
    margin: 0 auto;
    padding: 30px;
}

.page-recruit.page-cs .sidebar-item {
    justify-content: center;
    gap: 20px;
}

.page-recruit.page-cs .sidebar-item:not(.sidebar-arc) .select select {
    width: 296px;
    height: 51px;
}

.notice-list {
    background-color: #edf5f9;
}

.notice-list-wrap .news-item-home {
    padding: 20px 60px 20px 15px;
}

.notice-list-wrap .news-home-cont {
    margin-left: 0;
}

.notice-list-wrap a.cat {
    background: transparent;
}

.contact-03 {
    background-color: #edf5f9;
}

.contact-01 {
    position: relative;
}

.contact-01:before {
    content: "";
    width: 100%;
    height: calc(100% - 320px);
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #EFF6F9;
}

.page-contact a.btn.btn-mail::before {
    transform: translateY(-50%) rotate(90deg);
    width: 12px;
    height: 23px;
}

.page-contact .page-header::after {
    background-image: url(../images/index/bg-page-contact.png);
}

.page-contact:not(.page-cs) section.breadcrumb-section {
    bottom: 60px;
}

.title-404 {
    font-size: 4.7rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    color: #29a6dd;
}

.title-404 span {
    font-size: 11.3rem;
    position: relative;
    top: -5px;
}

.section-404 {
    padding: 230px 0;
    text-align: center;
    position: relative;
}

.error404 .page-header {
    display: none;
}

header {
    position: relative;
}

@media (min-width: 768px) {
    .recruit-03 .bg-top-left::after {
        top: -120px;
    }
    .recruit-02 h3 {
        display: block;
        width: fit-content;
        margin-left: auto;
    }
    .single-product .title-line .title-single {
        font-size: 30px;
        letter-spacing: 0.2em;
        min-height: 60px;
        padding: 9px 0 9px 50px;
    }
    .single-product .title-line .title-single::after {
        height: 60px;
    }
    .logged-in .header-wrapper.header-active {
        top: 32px;
    }
    .box-title-business {
        min-width: calc(50% + 0px)
    }
    .business-1-2.business-01::after,
    .business-1-3.business-01::after {
        top: 95px;
    }
    .title-map::after {
        height: 58px;
        top: 50%;
        transform: translateY(-50%);
    }
    .title-map {
        line-height: 1.28;
        gap: 10px;
    }
    .main-title-jp.small:after {
        width: 50px;
        bottom: 2px;
    }
}

.news-important.biggerlink *,
.news-important.biggerlink:after {
    transition: all 0.3s ease;
}

.news-important.biggerlink:hover a {
    color: #E81C24;
    opacity: 1;
}

.news-important.biggerlink:hover:after {
    right: 30px;
}

.slide-arrow {
    transition: all 0.3s;
}

.slide-arrow:hover {
    opacity: 0.6;
}

.rec-slide-item {
    margin: 0 6px;
    width: 322px;
    height: 226px;
}

.rec-slide-item img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.box-img-recruit-slide-wrap {
    position: absolute;
    width: calc(50vw + 195px);
    right: -195px;
}

#home-product .main-title {
    position: relative;
}

#home-product .main-title::before {
    content: "";
    width: 177px;
    height: 101px;
    background-image: url(../images/index/icon-product-title.png);
    position: absolute;
    left: calc(50% - 544px);
    top: 0;
    background-size: 100% 100%;
}

@media (min-width: 768px) and (max-width: 1370px) {
    .header-inner,
    .header-wrapper.header-active .header-inner {
        padding-right: 15px;
        padding-left: 15px;
    }
    .header-wrapper.header-active .header-main .main-menu .nav>li>a {
        letter-spacing: normal;
    }
}

@media (min-width: 768px) and (max-width: 1285px) {
    .header-main .main-menu .nav>li>a {
        letter-spacing: normal;
    }
    .header-wrapper.header-active .header-main .main-menu .nav>li {
        margin-right: 25px;
    }
}

@media (min-width: 768px) and (max-width: 1170px) {
    .header-wrapper.header-active .header-main .logo-left .logo {
        width: 200px;
    }
    .header-wrapper.header-active .header-main .main-menu .nav>li {
        margin-right: 20px;
    }
    .header-wrapper.header-active .header-main .main-menu .nav>li a {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1130px) {
    .header-main .main-menu .nav>li {
        margin-right: 25px;
    }
}

@media (min-width: 768px) and (max-width: 1030px) {
    .header-main .main-menu .nav>li {
        margin-right: 20px;
    }
    .header-main .logo-left .logo {
        width: 200px;
    }
    .header-main .main-menu .nav>li:last-child {
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 945px) {
    .header-main .main-menu .nav>li>a {
        font-size: 13px;
    }
    .header-wrapper.header-active a.btn.btn-header {
        font-size: 10px;
        width: 68px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .header-wrapper.header-active .box-btn-top-header {
        gap: 8px;
    }
    .header-main .main-menu .nav>li.nav-home {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 850px) {
    .header-main .main-menu .nav>li>a {
        font-size: 13px;
    }
    .header-inner,
    .header-wrapper.header-active .header-inner {
        padding-right: 5px;
        padding-left: 5px;
    }
    .header-wrapper.header-active .header-main .logo-left .logo {
        width: 150px;
    }
}

.header-active a.btn.btn-header:after {
    display: none;
}

.img-product a:hover {
    opacity: 1;
}

.img-busi .video {
    width: 100%;
    height: 587px;
    position: relative;
}

.img-busi video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    /* key property: fills and crops */
    object-position: center;
}

#business-03 {
    position: relative;
}

#business-03:before {
    width: 984px;
    height: 562px;
    background-image: url(../images/business/bg-produce.png);
    content: "";
    position: absolute;
    left: calc(50% + 30px);
    top: 0;
    background-size: 100% 100%;
}

.page-interview.page-cs .page-header,
.page-news:not(.single-post).page-cs .page-header {
    min-height: 450px;
}

.page-interview.page-cs .breadcrumb-section,
.page-news:not(.single-post).page-cs .breadcrumb-section {
    bottom: 80px;
}

.page-interview.page-cs .page-header-title,
.page-recruit.page-cs .page-header-title {
    padding-top: 0;
}

.page-news .title-en {
    display: none;
}

.page-news.page-cs .page-header-title {
    padding-top: 25px;
}

body.page-interview .gradient-border::before,
body.page-interview .gradient-border,
body.page-news .gradient-border::before,
body.page-news .gradient-border,
body.page-recruit .gradient-border::before,
body.page-recruit .gradient-border {
    border-radius: 10px;
}

.bg-grad {
    position: relative;
}

.bg-grad::before {
    width: 1466px;
    height: 688px;
    background-image: url(../images/index/bg-interview.png);
    background-size: 100% 100%;
    content: "";
    position: absolute;
    top: -90px;
    left: -20px;
}

.single-interview .border-title::after {
    width: 180px;
    height: 2px;
    background: linear-gradient(270deg, rgb(0, 210, 233) 0%, rgb(255, 78, 0) 100%);
}

.text-dayoff {}

@media(min-width:1360px) {
    .day-off-inner {
        padding-right: 52px;
    }
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: none;
    background-image: url(../images/index/play-video.png);
    background-color: rgba(41, 166, 221, .38);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 1;
}

.slide-company .slick-track,
.slide-scroll .slick-track {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
}

.slide-company .slick-slide,
.slide-scroll .slick-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slide-scroll,
.slide-company {
    will-change: transform;
    -webkit-perspective: 1000;
    perspective: 1000;
    overflow: hidden;
}

.slide-scroll .slick-list,
.slide-company .slick-list {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.slide-scroll .slick-slide img,
.slide-company .slick-slide img {
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    pointer-events: none;
}

.page-oem .flex-contact-left h4 {
    padding-left: 95px;
}

.img-busi .video:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.video.playing::before {
    opacity: 0;
    pointer-events: none;
}

.img-recruit-5:hover img {
    opacity: .6;
}

.error404 .header-main::after {
    background-image: url(../images/index/bg-404.png);
}

.slide-company,
.slide-company .slick-track,
.slide-company .slick-slide {
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    -webkit-perspective: 1000;
    perspective: 1000;
}

.slide-company .slick-track {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.slide-company .slick-slide {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slide-company .slick-slide img {
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    pointer-events: none;
}


/* Swiper optimizations for iOS Safari */

.slide-company-swiper {
    overflow: visible;
}

.slide-company-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slide-company-swiper .swiper-slide {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-wrapper {
    transition-timing-function: linear;
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: linear !important;
}

.slide-company-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
}

.text-recruit {
    font-size: 4rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-shadow: 0 0 10px rgba(22, 86, 114, 0.35);
    color: #fff;
    position: absolute;
    right: 50px;
    top: -90px;
    /* mix-blend-mode: overlay; */
}

.page-anchor {
    position: relative;
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.box-img-recruit-slide-wrap,
.scroll-wrapper {
    overflow: hidden;
}

.scroll-slide {
    display: flex;
    animation: infinity-scroll-left 40s infinite linear 0.5s both;
    width: 200vw;
}

.scroll-slide .scroll-item {
    width: 27%;
}

.box-img-recruit-slide-wrap .scroll-slide .scroll-item {
    width: 35%;
}

.img-company-right img {
    border-radius: 20px;
}

.slide-company-item {
    margin: 0 5px;
}

.page-recruitment .scroll-slide {
    width: 425vw;
    animation: infinity-scroll-left 90s infinite linear 0.5s both;
}

.gradient-border-cont {
    text-align: left;
}

.gradient-border-cont h3 {
    font-size: 2.3rem;
    font-weight: 500;
    font-family: 'Noto Serif JP', sans-serif;
    color: #00515e;
    letter-spacing: 0.1em;
}

.gradient-border-cont p {
    padding-left: 30px;
    padding-top: 13px;
}

.list-gradient-com-2 {
    max-width: 732px;
    margin: 0 auto;
}

.list-gradient-com-2 .gradient-border-cont h3 {
    font-size: 2rem;
}

.list-gradient-com-2 .gradient-border {
    padding: 20px 27px;
}

.list-img-csr {
    display: flex;
    gap: 13px;
}

.list-img-csr img {
    border-radius: 10px;
}

.img-news-csr {
    text-align: center;
    line-height: 1.44;
    letter-spacing: 0.05em;
}

.img-news-csr h3 {
    color: #29a6dd;
    font-weight: 500;
}

.title-special-list {
    background: #29a6dd;
    color: #fff;
    text-align: center;
    padding: 11px 0;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 23px 0 15px;
}

.list-img-special {
    display: flex;
    gap: 15px;
}

@media(max-width:767px) {
    .box-img-recruit-slide-wrap,
    .scroll-wrapper {
        width: 100vw;
    }
    .scroll-slide .scroll-item {
        width: 40%;
    }
    .scroll-slide {
        width: 400vw;
    }
    .slide-company-item {
        margin: 0 3px;
    }
    .page-recruitment .scroll-slide {
        width: 850vw;
        animation: infinity-scroll-left 45s infinite linear 0.5s both;
    }
}

.img-news-csr {
    margin-bottom: 25px;
}

@media(min-width:1130px) {
    body.page-recruitment .list-tab {
        width: 1100px;
        position: relative;
        left: -50px;
    }
}

@media(min-width:768px) {
    body.page-recruitment .list-tab .tab-nav-link {
        font-size: 20px;
    }
}

.contactForm .quarter {
    width: 25% !important;
}

.address-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.address-wrap .pref {
    width: 100%;
}

.box-text-cont-oem p.ls-10 {
    letter-spacing: 0.01em;
}

.slide-product-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 358px;
}

.slide-product-item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.img-pickup {
    height: 325px;
}

.img-special-small {
    height: 218px;
}

.img-pickup img,
.img-special-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media(min-width:1220px) {
    .company-1-right h2 {
        position: relative;
        width: calc(100% + 120px);
    }
}

@media(max-width:1439px) and (min-width:768px) {
    .img-factory-left img {
        max-width: calc(50vw - 50px);
    }
}