body {
    /* background: linear-gradient(90deg, rgba(223, 245, 239, 0.45) 0%, rgba(240, 255, 246, 0.45) 75%, rgba(255, 255, 255, 0.45) 100%); */
}

#logo .header_logo {
    width: 223px;
    height: auto;
}

.header-inner {
    padding-left: 28px;
    padding-right: 0;
}

.header-main .logo-left .logo {
    width: 19.19%;
}

.box-main-menu {
    margin-right: 34px;
}

.box-top-header {
    display: flex;
    justify-content: flex-end;
    gap: 31px;
}

.box-main-menu .box-top-header a {
    font-size: 2.6rem;
    font-weight: 500;
    font-family: "Fira Sans", sans-serif;
    color: #333333;
    position: relative;
}

.box-top-header a span {
    margin-right: 10px;
    font-size: 2.3rem;
    font-family: "Work Sans", sans-serif;
}

.box-main-menu .box-top-header a.tel::before {
    content: "";
    width: 25px;
    height: 26px;
    position: absolute;
    left: -30px;
    top: 4px;
    background: url(../images/index/icon-tel.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.header-main .main-menu .nav>li>a {
    font-size: 1.6rem;
    font-weight: 500;
    color: #333333;
    align-items: center;
    padding: 20px 0 20px;
    min-height: fit-content;
}

.header-main .main-menu .nav>li.current>a>span {
    color: #ff742e;
}

.header-main .main-menu .nav>li>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    background: #ff742e;
    transition: all .3s;
    transform: translateX(-50%) scale(0, 1);
}

.header-main .main-menu .nav>li:hover>a {
    color: #ff742e;
}

.header-main .main-menu .nav>li {
    margin-right: 43px;
}

.header-main .main-menu .nav>li:last-child {
    margin-right: 0;
}

.header-main .main-menu .nav .nav-mega {
    position: relative;
}

.header-main .main-menu .nav .nav-mega::after {
    content: "";
    width: 10px;
    height: 5px;
    position: absolute;
    background: url(../images/index/dropdown.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.box-header.box-01 {
    background: linear-gradient(90deg, #ff7a00 0%, #ffa22e 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
}

.box-header.box-02 {
    background: linear-gradient(90deg, #27ad9a 0%, #2fcb9a 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
}

.box-header:hover {
    background-position: 99% 50%;
}

.box-header:not(.btn):hover {
    opacity: 1;
}

.box-header {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s ease-out;
}

.box-header p {
    font-size: 1.7rem;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.box-header.box-01 p {
    margin-top: 12px;
}

.box-header.box-02 p {
    margin-top: 5px;
}

.header-main .main-menu .nav>li.nav-mega:hover .mega-menu {
    background: #dff5ef;
    top: 61px;
    left: 0;
    transform: translate(-15%, 0%);
    width: max-content;
    padding: 24px 32px 26px 32px;
}

.mega-menu a.btn {
    font-weight: 500;
    font-size: 1.8rem;
    justify-content: flex-start;
    color: #333333;
    margin-bottom: 8px;
    padding-left: 21px;
    position: relative;
}

.mega-menu a.btn:last-child {
    margin-bottom: 0;
}

.mega-menu .btn.btn-mega::before {
    content: "";
    width: 10px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/index/arrow-mega.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.mega-menu p {
    font-size: 1.6rem;
    font-weight: 500;
    color: #333333;
    padding-left: 21px;
    text-align: justify;
    margin-top: 14px;
    margin-bottom: 14px;
    font-weight: 500;
}

.mega-menu p span {
    padding-left: 11px;
}

.banner-home {
    position: relative;
    margin-top: 120px;
}

.main-banner-slide {
    width: calc(50vw + 550px);
    margin-left: auto;
    position: relative;
}

.main-slide:not(.slick-initialized)>* {
    display: none;
}

.main-slide:not(.slick-initialized)>*:first-child {
    display: block;
}

.main-slide .slick-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 23px;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li button {
    border: none;
    padding: 0;
    background: transparent;
    opacity: 0;
}

.slick-dots li.slick-active {
    background-color: #bcbcbc;
}

.slick-dots {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-direction: column;
}

.main-banner-slide .banner-content {
    position: absolute;
    color: #ffffff;
    font-size: 5.5rem;
    font-weight: 500;
    top: 25%;
    right: calc(50vw + 35px);
}

.main-banner-slide .banner-content span {
    padding-left: 50px;
}

.banner-slide-second:not(.slick-initialized)>* {
    display: none;
}

.banner-slide-second:not(.slick-initialized)>*:first-child {
    display: block;
}

.banner-slide-second {
    width: 1079px;
    position: absolute;
    background: transparent;
    bottom: 15px;
    left: calc(50% - 670px);
}

@media (min-width: 768px) and (max-width:1340px) {
    .banner-slide-second {
        left: 20px;
    }
}

.banner-slide-second .slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    border: none;
    bottom: -38px;
    background-size: 100% 100%;
}

.banner-slide-second .slick-arrow.slick-prev {
    background: url(../images/index/arrow-prev.png);
    left: 10px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-slide-second .slick-arrow.slick-next {
    background: url(../images/index/arrow-next.png);
    left: 58px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-slide-second .slick-slide p {
    display: flex;
    flex: 1;
    position: absolute;
    bottom: 0;
    color: #232c68;
    line-height: 1;
    font-size: 2rem;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.95);
    width: 255px;
    height: fit-content;
    padding: 8px 14px 8px 21px;
    align-items: center;
}

.banner-slide-second .slick-slide img {
    transition: all 0.3s ease-out;
    transform: scale(1);
}

.banner-slide-second .slick-slide:hover img {
    transform: scale(1.2);
    opacity: 1;
}

.banner-slide-second .slick-slide:hover {
    opacity: 1;
}

.banner-slide-second .slick-slide p::after {
    content: "";
    width: 20px;
    height: 8px;
    display: inline-block;
    background: url(../images/index/arrow-black.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: auto;
}

#news {
    margin-top: 78px;
    position: relative;
}

.box-notification {
    display: flex;
    align-items: center;
    border: 2px solid #ef3535;
    box-shadow: 0 0 3px rgba(94, 140, 181, 0.2);
    width: 100%;
    min-height: 70px;
}

.box-notification .title-notification {
    width: 20%;
    height: 70px;
    background-color: #ef3535;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    position: relative;
}

.box-notification .title-notification::before {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(../images/index/icon-noti.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 9px;
}

.box-notification .notification-content {
    width: 80%;
    height: 70px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.6rem;
    color: #333333;
    background-color: #fff;
}

.box-notification .notification-content .date {
    margin-left: 27px;
    margin-right: 27px;
    font-family: "Work Sans", sans-serif;
}

.box-notification .notification-content .content {
    flex: 1;
}

.box-notification .notification-content::after {
    content: "";
    width: 20px;
    height: 8px;
    display: inline-block;
    background: url(../images/index/arrow-black.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 16px;
    transition: all 0.3s;
}

.box-notification:hover .notification-content::after {
    transform: translateX(30px);
}

.title {
    margin-left: 30px;
}

.title .title-en {
    font-size: 7rem;
    font-weight: 500;
    background: linear-gradient(-150deg, #1787c4 0%, #0cccc2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 0.7;
    font-family: "Work Sans", sans-serif;
    width: fit-content;
    padding-bottom: 0.25em;
    margin-bottom: -0.25em;
}

.title .title-ja {
    font-size: 2.6rem;
    font-weight: 500;
    color: #232c68;
    margin-top: 5px;
}

.news-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.btn-news-list {
    font-size: 1.8rem;
    font-weight: 500;
    color: #1787c4;
    padding: 16px 28px;
    text-decoration: none;
    transition: all 0.3s;
    white-space: nowrap;
    border-radius: 5px;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #1787c4 0%, #0cccc2 100%) border-box;
    box-shadow: 0 0 10px rgba(119, 119, 119, 0.2);
}

.btn-news-list:hover {
    color: #fff;
    background: linear-gradient(to right, #1787c4 0%, #0cccc2 100%) padding-box, linear-gradient(to right, #1787c4 0%, #0cccc2 100%) border-box;
}

.news-list {
    margin-top: 42px;
    box-shadow: 0 0 5px rgba(94, 140, 181, 0.2);
    padding-left: 24px;
    padding-right: 24px;
    background-color: #ffffff;
    z-index: -1;
}

.news-item {
    display: flex;
    align-items: center;
    padding: 22px 0;
    border-top: 1px solid #d5d5d5;
    text-decoration: none;
    color: #3F3F3F;
    transition: all 0.3s;
    padding-left: 20px;
    padding-right: 20px;
}

.news-item:first-child {
    border-top: none;
}

.news-date {
    font-size: 1.6rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    min-width: 100px;
}

.news-tag {
    font-size: 1.3rem;
    font-weight: 500;
    padding: 3px 16px;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 20px;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    min-width: 80px;
}

.news-item.biggerlink:hover {
    opacity: 0.6;
}

.tag-info {
    background-color: #37a1e2;
    color: #fff;
}

.tag-sales {
    background-color: #e5e551;
    color: #fff;
}

.tag-recruit {
    background-color: #66d3c1;
    color: #fff;
}

.news-text {
    flex: 1;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.7;
}

.btn-news-list {
    display: flex;
    align-items: center;
}

.btn-news-list::after {
    content: "";
    width: 22px;
    height: 8px;
    display: inline-block;
    background: url(../images/index/arrow-blue.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 12px;
    transition: all 0.3s;
}

.btn-news-list:not(.btn):hover {
    opacity: 1;
}

.btn-news-list:hover::after {
    transform: translateX(43px);
}

.news-item::after {
    content: "";
    width: 22px;
    height: 8px;
    display: inline-block;
    background: url(../images/index/arrow-gray.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 12px;
    transition: all 0.3s;
}

.news-item:hover::after {
    transform: translateX(35px);
}

#news::before {
    content: "";
    width: 823px;
    height: 311px;
    position: absolute;
    background: url(../images/index/bg-orange.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: calc(50% + 420px);
    top: -450px;
    opacity: 0;
    transform: translate(200px, -200px);
}

#news::after {
    content: "";
    width: 409px;
    height: 409px;
    position: absolute;
    background: url(../images/index/bg-01-03.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    bottom: -120px;
    z-index: -1;
}

#business {
    margin-top: 70px;
    position: relative;
}

.business {
    background: url(../images/index/bg-business.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 65px 0 95px;
    position: relative;
}

.business .container {
    position: relative;
    z-index: 1;
}

.business .title .title-en {
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #ffffff;
    color: #ffffff;
}

.business .title .title-ja {
    color: #ffffff;
}

.business-cards {
    display: flex;
    gap: 45px;
    margin-top: 28px;
}

.business-card {
    flex: 1;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s;
    background-color: #ffffff;
    padding-bottom: 16px;
}

.business-card-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.business-card-img img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
}

.business-card-title {
    font-size: 2.6rem;
    font-weight: 500;
    color: #108daf;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 12px;
}

.btn-detail {
    display: flex;
    font-size: 1.8rem;
    font-weight: 500;
    color: #ffffff;
    background: linear-gradient(90deg, #1787c4 0%, #0cccc2 100%);
    padding: 15px 10px 14px 30px;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s;
    white-space: nowrap;
    position: relative;
    align-items: center;
    box-shadow: 0 0 8px rgba(119, 119, 119, 0.15);
    border: 2px solid #ffffff;
}

.btn-detail::after {
    content: "";
    width: 22px;
    height: 8px;
    display: inline-block;
    background: url(../images/index/arrow-white.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
}

#business {
    position: relative;
}

#business::before {
    content: "";
    width: 876px;
    height: 335px;
    position: absolute;
    background: url(../images/index/bg-blue.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: calc(50% - 1300px);
    top: -40px;
    z-index: 1;
    opacity: 0;
    transform: translate(-200px, 200px);
}

#business::after {
    content: "";
    width: 823px;
    height: 311px;
    position: absolute;
    background: url(../images/index/bg-orange.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: calc(50% - 1264px);
    bottom: -35px;
    z-index: 1;
    opacity: 0;
    transform: translate(200px, -200px);
}

#sale {
    position: relative;
}

.sale {
    background-color: #e0faf5;
    padding: 90px 0 70px;
}

.sale-desc {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.44;
    color: #3F3F3F;
    margin-top: 20px;
    margin-left: 30px;
}

.sale-category {
    margin-top: 45px;
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
    position: relative;
    z-index: 2;
}

.sale-category-title {
    font-size: 2.5rem;
    font-weight: 500;
    color: #232c68;
    display: flex;
}

.sale-category-title::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #232c68;
    margin-right: 12px;
    margin-top: auto;
    margin-bottom: auto;
}

.sale-category-desc {
    font-size: 1.6rem;
    font-weight: 500;
    color: #3F3F3F;
    margin-top: 8px;
    line-height: 1.7;
}

.sale-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.sale-grid-item {
    display: flex;
    flex-direction: column;
}

.sale-grid-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.sale-grid-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.sale-grid-label {
    font-size: 1.6rem;
    font-weight: 500;
    color: #3F3F3F;
    text-align: justify;
    margin-top: 10px;
}

.sale-btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.btn-detail-wide {
    flex: 1;
    font-size: 2rem;
    width: 450px;
    height: 70px;
    justify-content: space-around;
    border-radius: 9px;
}

.btn-detail-wide:hover {
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #1787c4 0%, #0cccc2 100%) border-box;
    box-shadow: 0 0 10px rgba(119, 119, 119, 0.2);
    color: #1787c4;
}

.btn-detail-wide:hover::after {
    background: url(../images/index/arrow-blue.png);
    transform: translateX(45px);
}

.equip .btn-detail-wide:hover::after {
    transform: translateX(35px);
}

#equip {
    position: relative;
}

.equip {
    padding: 95px 0 100px;
    background-color: #ffffff;
}

.equip-grid {
    margin-top: 30px;
}

.sale-category::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
}

#point {
    position: relative;
}

.point {
    background: url(../images/index/bg-05.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 0 70px;
    position: relative;
}

.point-title {
    font-size: 4.5rem;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.point-title img {
    width: 50px;
    height: 52px;
}

.point-slider {
    position: relative;
}

.point-slide-item {
    display: flex !important;
    align-items: stretch;
    gap: 0;
}

.point-slide-img {
    width: 50%;
    flex-shrink: 0;
}

.point-slide-img img {
    width: 100%;
    height: auto;
}

.point-slide-content {
    width: 50%;
    color: #ffffff;
    padding: 0px 35px 72px 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.point-label {
    font-size: 3.5rem;
    font-weight: 600;
    color: #ff5a1f;
    background-color: #ffffff;
    border: none;
    display: inline-block;
    padding: 6px 20px;
    width: fit-content;
    font-family: "Work Sans", sans-serif;
}

.point-label span {
    font-size: 4.9rem;
    font-weight: 600;
}

.point-heading {
    font-size: 2.6rem;
    font-weight: bold;
    color: #ffffff;
    margin-top: 42px;
    line-height: 1.5;
}

.point-desc {
    font-size: 1.6rem;
    font-weight: 500;
    color: #ffffff;
    margin-top: 25px;
    line-height: 1.8;
}


/* Point slider arrows */

.point-slider .slick-arrow {
    position: absolute;
    bottom: 0;
    width: 46px;
    height: 46px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    border: none;
    cursor: pointer;
    z-index: 2;
    transition: opacity 0.3s;
    background-color: transparent;
}

.point-slider .slick-arrow:hover {
    opacity: 0.8;
}

.point-slider .slick-prev {
    background-image: url(../images/index/arrow-slide-05-prev.png);
    left: calc(50% + 72px);
    right: auto;
}

.point-slider .slick-next {
    background-image: url(../images/index/arrow-slide-05-next.png);
    left: calc(50% + 263px);
    right: auto;
}


/* Point slider dots */

.point-slider .slick-dots {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    gap: 26px;
    position: absolute;
    bottom: 20px;
    left: calc(50% + 147px);
    transform: none;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: row;
}

.point-slider .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.point-slider .slick-dots li.slick-active {
    background-color: #ffffff;
}

.point-slider .slick-dots li button {
    display: none;
}

#recruit {
    position: relative;
    background-color: #ffffff;
}

.recruit {
    position: relative;
    padding: 120px 0 140px;
    z-index: 2;
}

.recruit::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    height: 540px;
    background: url(../images/index/bg-recruit.jpg) no-repeat center center;
    background-size: 100% 100%;
    z-index: -1;
}

.recruit .container::before {
    display: none;
}

.recruit-inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    z-index: 12;
}

.recruit-content {
    width: 49%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 50px;
}

.recruit .title .title-en {
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #ffffff;
    color: #ffffff;
}

.recruit .title .title-ja {
    color: #ffffff;
}

.recruit-heading {
    margin-top: 25px;
    line-height: 1.8;
}

.recruit-heading span {
    display: inline-block;
    color: #ffffff;
    font-size: 4rem;
    font-weight: 700;
    padding: 0px 20px;
    line-height: 0.8;
    position: relative;
    z-index: 11;
    font-family: "Noto Serif JP", serif;
}

.recruit-heading span::before {
    content: "";
    width: 100%;
    height: 80%;
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #23519B;
    z-index: -1;
}

.recruit-heading .line-2 {
    margin-top: 10px;
    margin-left: 80px;
}

.recruit-desc {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3;
    color: #ffffff;
    margin-top: 25px;
    flex: 1;
}

.recruit-right {
    width: 45%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.recruit-img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 35px;
}

.recruit-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.recruit-btn-wrap {
    width: 100%;
}

.btn-recruit-orange {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background-color: #ff7b22;
    font-size: 2rem;
    font-weight: 500;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 8px;
    padding: 16px 20px;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 0 10px rgba(119, 119, 119, 0.2);
    position: relative;
    justify-content: space-around;
    overflow: hidden;
}

.btn-recruit-orange::after {
    content: "";
    position: absolute;
    right: 25px;
    width: 22px;
    height: 8px;
    display: inline-block;
    background: url(../images/index/arrow-white.png) no-repeat center center;
    background-size: 100% 100%;
    transition: all 0.3s;
    right: 20px;
}

.btn-recruit-orange:hover {
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #ff742e 0%, #ff972e 100%) border-box;
    box-shadow: 0 0 10px rgba(119, 119, 119, 0.2);
    color: #ff742e;
}

.btn-recruit-orange:hover::after {
    background: url(../images/index/arrow-orange.png);
    right: 10px;
}

.recruit::after {
    content: "";
    position: absolute;
    bottom: 45px;
    left: calc(50% - 650px);
    width: 528px;
    height: 300px;
    background: url(../images/index/bg-01-02.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: -2;
}

#access {
    position: relative;
}

.access {
    background: url(../images/index/bg-access.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 65px 0 65px;
    position: relative;
}

.access-title.title {
    border-bottom: none;
}

.access .title .title-en {
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #ffffff;
    color: #ffffff;
}

.access .title .title-ja {
    color: #ffffff;
}

.access-cards {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.access-card {
    flex: 1;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}

.access-card-img {
    width: 100%;
    overflow: hidden;
}

.access-card-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s;
}

.access-card-info {
    padding: 12px 30px 13px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.access-card:first-child .access-card-title {
    color: #0B8BB7;
}

.access-card:last-child .access-card-title {
    color: #0A7220;
}

.access-card-title {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.access-card-detail {
    font-size: 1.6rem;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    display: flex;
    align-items: flex-start;
}

.access-label {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    color: #333333;
    margin-right: 15px;
    min-width: 45px;
    flex-shrink: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

#group {
    position: relative;
}

.group {
    padding: 80px 0 100px;
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
}

.group-logos {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 50px;
    margin-top: 40px;
}

.group-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(94, 140, 181, 0.2);
    padding: 23px 29px 27px 36px;
    flex: 1;
    height: 120px;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
}

.group-logo-item img {
    max-height: 55px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

.footer {
    background-color: #262626;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.footer-watermark {
    position: absolute;
    bottom: 0px;
    right: calc(50% - 646px);
    left: auto;
    transform: none;
    width: auto;
    height: 100%;
    z-index: 0;
}

.footer-watermark img {
    height: 100%;
    width: auto;
}

.footer-wrap {
    position: relative;
    z-index: 2;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 25px 0 0;
}

.footer-left {
    width: 380px;
    flex-shrink: 0;
}

.footer-logo a {
    display: inline-block;
}

.footer-logo img {
    width: 280px;
    height: auto;
    display: block;
}

.footer-company-name {
    font-size: 2.6rem;
    font-weight: 500;
    color: #ffffff;
    margin-top: 25px;
    letter-spacing: 0.05em;
}

.footer-infor {
    margin-top: 20px;
}

.footer-office-block {
    color: #ffffff;
}

.office-title {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 8px;
    letter-spacing: 0.05em;
}

.office-detail {
    display: flex;
    align-items: flex-start;
    font-size: 1.5rem;
    line-height: 1.06;
    margin-bottom: 3px;
    font-family: "Work Sans", sans-serif;
}

.office-label {
    display: inline-block;
    width: 45px;
    flex-shrink: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.office-val {
    flex: 1;
}

.mt-25 {
    margin-top: 25px;
}

.footer-right {
    flex: 1;
    max-width: 610px;
    display: flex;
    flex-direction: column;
    padding-top: 5px;
}

.footer-btn-wrap {
    display: flex;
    gap: 49px;
    width: 100%;
    margin-bottom: 35px;
}

.footer-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px 15px 20px;
    border: 2px solid #ffffff;
    border-radius: 4px;
    text-decoration: none;
    color: #ffffff;
    font-size: 2.56rem;
    font-weight: 500;
    transition: all 0.3s;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.footer-btn-orange {
    background: linear-gradient(90deg, #ff7a00 0%, #ffa22e 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
}

.footer-btn-teal {
    background: linear-gradient(90deg, #27ad9a 0%, #2fcb9a 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    padding: 19px 22px 20px;
}

.footer-btn-left {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    gap: 26px
}

.footer-btn-orange .footer-btn-left {
    gap: 16px;
}

.footer-btn-left img {
    height: 28px;
    width: auto;
    object-fit: contain;
}

.footer-btn-arrow {
    width: 22px;
    height: 8px;
    background: url(../images/index/arrow-white.png) no-repeat center center;
    background-size: 100% 100%;
    display: block;
    transition: transform 0.3s;
}

.footer-links-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.box-link-footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.link-footer {
    font-size: 1.8rem;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s;
    letter-spacing: 0.05em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-left: 16px;
    font-weight: 500;
}

.link-footer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #ffffff;
    transition: border-left-color 0.3s;
}

.footer-ig-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 4px 12px 4px 4px;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(255, 77, 109, 0.4);
    transition: all 0.3s;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
}

.footer-ig-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-ig-left img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    display: block;
}

.footer-ig-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
}

.footer-ig-text .ig-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1b3281;
    font-family: "Work Sans", sans-serif;
}

.footer-ig-text .ig-sub {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1b3281;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin-top: 2px;
}

.footer-ig-arrow {
    width: 15px;
    height: 12px;
    background: url(../images/index/arrow-232C68.png) no-repeat center center;
    background-size: contain;
    display: block;
    transition: transform 0.3s;
}

#go-top {
    right: 40px;
    background-color: #ffffff;
    color: #232c68;
    z-index: 10;
    border-radius: 0;
}

#go-top a {
    width: 75px;
    height: 75px;
}

.btn-go-top {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    text-decoration: none;
}

.btn-go-top::before {
    content: "";
    width: 23px;
    height: 20px;
    background: url(../images/index/arrow-top.png) no-repeat center center;
    background-size: 100% 100%;
}

.btn-go-top p {
    font-weight: 500;
    font-size: 2.2rem;
    color: #232C68;
}

.footer-copyright {
    padding: 22px 0;
}

.footer-copyright p {
    font-size: 1.3rem;
    color: #ffffff;
    letter-spacing: 0.08em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 0;
    font-weight: 500;
}

.banner-home::after {
    content: "";
    position: absolute;
    bottom: 40px;
    left: calc(50% - 600px);
    width: 659px;
    height: 528px;
    background: url(../images/index/bg-01-02.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: -1;
}


/* .banner-home::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 91px;
    height: 1269px;
    background: url(../images/index/bg-01-01.svg) no-repeat center center;
    background-size: 100% 100%;
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
    z-index: -1;
} */

#point::after {
    content: "";
    width: 876px;
    height: 335px;
    position: absolute;
    background: url(../images/index/bg-blue.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: calc(50% - 1300px);
    top: -40px;
    z-index: 1;
    opacity: 0;
    transform: translate(-200px, 200px);
}

#access::after {
    content: "";
    width: 909px;
    height: 340px;
    position: absolute;
    background: url(../images/index/access-blue.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: calc(50% - 1341px);
    top: -265px;
    z-index: 1;
    opacity: 0;
    transform: translate(200px, -200px);
}

@keyframes infinity-scroll-left {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100%);
    }
}

.scroll-infinity {
    display: flex;
    overflow: hidden;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 91px;
    height: 1500px;
    z-index: -1;
}

.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
    flex-direction: column;
    width: 100%;
}

.scroll-infinity__list--left {
    animation: infinity-scroll-left 20s infinite linear 0.5s both;
}

#site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 1000;
    transition: transform .3s ease;
}

body.admin-bar header#site-header {
    top: 32px;
}

header.DownMove#site-header,
header.UpMove#site-header {
    background: linear-gradient(90deg, rgba(223, 245, 239, 0.75) 0%, rgba(240, 255, 246, 0.75) 75%, rgba(255, 255, 255, 0.75) 100%);
}

#site-header.hide {
    transform: translateY(-100%);
}

@keyframes fadeInright {
    from {
        opacity: 0;
        transform: translate(200px, -200px);
    }
    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes fadeInleft {
    from {
        opacity: 0;
        transform: translate(-200px, 200px);
    }
    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes fadeInbottom {
    from {
        opacity: 0;
        transform: translateY(200px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.business-card:hover .btn-detail {
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #1787c4 0%, #0cccc2 100%) border-box;
    box-shadow: 0 0 10px rgba(119, 119, 119, 0.2);
    color: #1787c4;
}

.business-card:not(.btn):hover {
    opacity: 1;
}

.business-card:hover .btn-detail::after {
    background: url(../images/index/arrow-blue.png);
    transform: translateX(25px);
}

.banner-slide-second .slick-slide {
    width: 255px !important;
    margin-right: 20px;
    overflow: hidden;
}

.main-banner-slide .banner-slider-item>div {
    height: 665px;
}

.main-banner-slide .banner-slider-item .item-01 {
    background: url(../images/index/main-slide-banner-01.jpg) no-repeat center center;
    background-size: cover;
}

.main-banner-slide .banner-slider-item .item-02 {
    background: url(../images/index/main-slide-banner-02.jpg) no-repeat center center;
    background-size: cover;
}

.main-banner-slide .banner-slider-item .item-03 {
    background: url(../images/index/main-slide-banner-03.jpg) no-repeat center center;
    background-size: cover;
}

.main-banner-slide .banner-slider-item .item-04 {
    background: url(../images/index/main-slide-banner-04.jpg) no-repeat center center;
    background-size: cover;
}

.main-banner-slide {
    height: 665px;
}

.footer-btn:hover {
    background-position: 99% 50%;
}

.footer-btn:not(.btn):hover {
    opacity: 1;
}

.footer-btn:hover .footer-btn-arrow {
    transform: translateX(28px);
}

@media (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }
    .header-main .main-menu .nav>li {
        margin-right: 15px;
    }
    .header-main .main-menu .nav>li>a {
        font-size: 1.4rem;
    }
    .main-banner-slide {
        width: 100%;
        margin-left: 0;
    }
    .main-banner-slide .banner-content {
        right: 10%;
        font-size: 4rem;
    }
    .business-cards {
        gap: 20px;
    }
    .business-card-title {
        font-size: 2rem;
    }
    .btn-detail {
        font-size: 1.5rem;
        padding: 8px 8px 8px 16px;
    }
    .sale-grid {
        gap: 15px;
    }
    .recruit-content {
        padding-right: 20px;
    }
    .access-cards {
        gap: 20px;
    }
}

.box-main-menu .box-top-header a span {
    color: #333333;
}

.box-notification .notification-content .date {
    font-weight: 400;
}

.access-card-tel {
    color: #333333;
}

.footer-office-block:last-child {
    margin-top: 17px;
}


/* Override opacity:0 (from common.css .anim) for bg-animation sections */

#news.anim,
#business.anim,
#point.anim,
#access.anim {
    opacity: 1;
}


/* Scroll-triggered background decorations */


/* Fires when JS adds .is-animated to section on scroll */

#news.anim.is-animated::before {
    animation: fadeInright 1s ease forwards;
}

#business.anim.is-animated::before {
    animation: fadeInleft 1s ease forwards;
}

#business.anim.is-animated::after {
    animation: fadeInright 1s ease forwards;
}

#point.anim.is-animated::after {
    animation: fadeInleft 1s ease forwards;
}

#access.anim.is-animated::after {
    animation: fadeInright 1s ease forwards;
}

.mega-menu a.btn:hover {
    opacity: 0.6;
}

.group-logo-item:first-child img {
    max-height: 75px;
}

.news-item.item-list:hover {
    opacity: 0.6;
}

a.btn.btn-home-single.btn-main:hover {
    background: #ffffff;
    color: #1787c4;
    border: 2px solid #1787c4;
    transition: all 0.3s;
}

a.btn.btn-home-single.btn-main:after {
    transition: all 0.3s;
}

a.btn.btn-home-single.btn-main:hover:after {
    background: url(../images/index/arrow-blue.png);
    transform: translate(30px, -50%);
}

.product-item {
    transition: all 0.3s;
}

.product-item:hover {
    opacity: 0.6;
}

a.btn.btn-link.btn-mail:hover span::before {
    background-color: #ff742e;
}

.img-employee-voice:hover img {
    transform: scale(1);
    transition: all 0.3s;
}

.img-employee-voice:hover img {
    transform: scale(1.2);
}

.office-val a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s;
}

.js-scrollable .table-envi td:nth-last-child(2) {
    height: 50px;
    padding: 10px;
    border: 1px solid #b5e2d2;
    font-weight: 500;
    text-align: center;
    background-color: #fff;
    line-height: 1.375;
    width: 100px;
    color: #333;
}

.js-scrollable .table-envi tr:nth-child(1) td:nth-child(1) {
    background-color: #27ad9a;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    border-color: #fff;
}

.table-envi {
    margin-top: 20px;
}

.right_col {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    color: #333;
}

.right_col ul {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
}

.right_col ul li {
    padding: 2px 0;
}

.right_col ol {
    padding-left: 22px;
    margin: 0;
}

.js-scrollable .table-envi tr td[colspan="2"] {
    background-color: #27ad9a;
    width: 220px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    border-color: #fff;
}

.dl-right-col div {
    flex-shrink: 0;
    font-size: 1.6rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    padding-top: 2px;
}

.dl-right-col div {
    flex: 1;
    margin: 0;
}

.dl-right-col div p {
    margin: 0 0 8px;
    line-height: 1.7;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.6rem;
}

.dl-right-col div p:last-child {
    margin-bottom: 0;
}

.table-envi tr td:first-child {
    width: 70px;
}

#banner-home:before {
    width: 100%;
    height: calc(100% + 320px);
    top: -120px;
    background: linear-gradient(to bottom, #dff5ef 0%, #f0fff6 70%, #ffffff 100%);
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0.45;
}

.content-error {
    position: relative;
    min-height: calc(100vh - 120px);
    padding: 200px 0 150px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(223, 245, 239, 0.8) 0%, rgba(255, 255, 255, 0.95) 48%, rgba(240, 255, 246, 0.9) 100%);
}

.content-error::before {
    content: "404";
    position: absolute;
    right: calc(50% - 620px);
    bottom: 20px;
    font-family: "Fira Sans", sans-serif;
    font-size: 24rem;
    font-weight: 800;
    line-height: 1;
    color: rgba(39, 173, 154, 0.08);
    pointer-events: none;
}

.content-error::after {
    content: "";
    position: absolute;
    top: 155px;
    left: calc(50% - 640px);
    width: 240px;
    height: 240px;
    border: 36px solid rgba(255, 116, 46, 0.1);
    border-radius: 50%;
    pointer-events: none;
}

.box-404 {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
    padding: 82px 80px 72px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(39, 173, 154, 0.18);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(35, 44, 104, 0.1);
}

.box-404 h2 {
    margin: 0 0 26px;
    font-family: "Fira Sans", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #232c68;
}

.box-404 h2 span {
    display: block;
    margin-bottom: 8px;
    font-size: 12rem;
    font-weight: 800;
    line-height: 0.9;
    color: #27ad9a;
    letter-spacing: 0;
}

.box-404 h3 {
    margin: 0 0 24px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #333333;
}

.box-404 p {
    margin: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2;
    color: #555555;
}

.box-btn-404 {
    position: relative;
    z-index: 1;
    margin-top: 42px;
    text-align: center;
}

.box-btn-404 .btn-main {
    width: 280px;
    height: 64px;
    border-radius: 8px;
    background: #1787c4;
    color: #ffffff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
}

.box-btn-404 .btn-main::after {
    width: 22px;
    height: 8px;
    right: 24px;
    background: url(../images/index/arrow-white.png) no-repeat center center;
    background-size: 100% 100%;
    transition: all 0.3s;
}

.box-btn-404 .btn-main:hover {
    background: #ffffff;
    color: #1787c4;
    box-shadow: inset 0 0 0 2px #1787c4;
}

.box-btn-404 .btn-main:hover::after {
    background-image: url(../images/index/arrow-blue.png);
    transform: translate(8px, -50%);
}

.js-scrollable .table-envi tr:nth-child(1) td {
    background-color: #27ad9a;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    border-color: #fff;
}

label.box-radio input.machine-filter {
    margin: 0;
    border-radius: 0;
    width: 20px;
    height: 20px;
}

.checkbox-cs input.machine-select {
    margin: 0;
}