@charset "UTF-8";
.box-menu-btn-top {
    display: flex;
    gap: 10px;
}

a.btn.btn-menu {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 90px;
    background: linear-gradient(120deg, rgb(0, 0, 239) 0%, rgb(0, 165, 233) 100%);
    border-radius: 0 0 16px 17px;
    color: #fff;
    gap: 5px;
}

.img-btn-menu {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    gap: 15px;
}

.img-btn-menu span {
    letter-spacing: 0.05em;
}

a.btn.btn-menu:nth-child(2) {
    background: linear-gradient(120deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
}

a.btn.btn-menu>span {
    font-family: "Anta", sans-serif;
    font-size: 2.1rem;
    opacity: 0.5;
    letter-spacing: 0.1em;
}

.slide-home-content {
    height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

.slide-home-content .bg {
    content: "";
    width: 50vw;
    height: 152px;
    background: linear-gradient(90deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    opacity: 0.66;
    position: absolute;
    right: 50%;
    z-index: -1;
    top: 47%;
    clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}

.banner-home {
    position: relative;
}

.banner-home::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.banner-home::before {
    content: "";
    width: 1480px;
    height: 100%;
    background-image: url(../images/index/after-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background-position: center right;
}

.box-news-important {
    display: flex;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.85);
    max-width: 618px;
    padding: 15px 50px 10px 17px;
    margin-left: auto;
    margin-bottom: 15px;
    position: relative;
    padding-right: 50px;
}

.box-news-important {
    border: 2px solid transparent;
    transition: all 0.5s;
}

.box-news-important:hover {
    border-color: #E81C24;
}

.box-news-important:last-child {
    margin-bottom: 0;
    color: #fff;
    background-color: transparent;
}

.box-news-important:last-child:hover {
    border-color: #83C7FF;
}

.box-news-important:last-child:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: -2px;
    top: -2px;
    background: linear-gradient(90deg, rgba(0, 0, 239, 0.77) 0%, rgba(0, 165, 233, 0.77) 100%);
    border-radius: 10px;
    z-index: -1;
}

.box-news-important:last-child div {
    position: relative;
    z-index: 1;
}

.box-news-important:last-child::after {
    background-color: #fff;
}

.box-news-important:last-child a.text-important {
    color: #fff;
}

.box-news-important:last-child .important-left {
    border-right: 1px solid #fff;
}

.box-news-important::after {
    content: "";
    width: 26px;
    height: 22px;
    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: #e81c24;
    position: absolute;
    right: 18px;
    bottom: 15px;
}

.important-left {
    display: flex;
    align-items: center;
    width: 186px;
    min-height: 51px;
    border-right: 1px solid #e81c24;
    flex-shrink: 0;
}

.title-important {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.box-news-important:last-child .title-important {
    letter-spacing: 0.15em;
}

.important-right {
    flex: 1;
    padding-left: 15px;
    width: calc(100% - 182px);
}

.date-important {
    font-size: 1.3rem;
}

a.text-important {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 5px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

a.text-important:hover {
    opacity: 1;
}

.box-new-banner {
    position: absolute;
    bottom: 50px;
    right: 34px;
    width: calc(100% - 34px);
    z-index: 1;
}

.main-title.white .main-title-en {
    background: transparent;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #fff;
}

.main-title.white .main-title-jp {
    color: #fff;
    letter-spacing: 0.15em;
}

.main-title.main-title-2 .main-title-en {
    background: -webkit-linear-gradient(0deg, rgb(0, 0, 239) 0%, rgb(21, 232, 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-title-en {
    font-size: 6.2rem;
    line-height: 1.1;
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 0.1em;
    font-family: "Anta", serif;
    background: -webkit-linear-gradient(0deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-title-jp {
    font-size: 2.3rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-top: 10px;
    color: #000000;
}

.img-about-left {
    position: relative;
    height: 562px;
}

.img-about-left img {
    position: absolute;
    max-width: unset;
    right: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 47px;
}

.box-link-about {
    max-width: 356px;
    margin: 0 auto;
}

a.btn.btn-link {
    justify-content: flex-start;
    padding: 32px 10px 23px;
    border-bottom: 1px solid #c7c7c7;
    gap: 5px;
    font-size: 18px;
    letter-spacing: 0.1em;
}

a.btn.btn-link::after {
    width: 0%;
    height: 100%;
    background-color: #f0f4f7;
    z-index: -1;
    transition: 0.3s;
    left: 0;
}

a.btn.btn-link::before {
    width: 32px;
    height: 27px;
    background-image: url(../images/index/icon-right-2.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 11px;
    bottom: 20px;
}

a.btn.btn-link:hover {
    color: #e81c24;
}

a.btn.btn-link:hover::after {
    width: 100%;
}

a.btn.btn-link span {
    color: #e81c24;
}

a.btn.btn-main {
    padding: 4px;
    background: #fff;
    border-radius: 40px;
    width: -moz-fit-content;
    width: fit-content;
    box-shadow: 0 0 10px 0 rgba(106, 136, 145, 0.45);
}

a.btn.btn-main span {
    width: 100%;
    min-height: 72px;
    min-width: 274px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    background: linear-gradient(90deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    border-radius: 38px;
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    font-family: "Anta", serif;
    transition: 0.3s;
    color: #fff;
}

a.btn.btn-main.ff-kaku span {
    font-weight: bold;
    font-size: 20px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

a.btn.btn-main span::after {
    content: "";
    width: 46px;
    height: 38px;
    background-image: url(../images/index/icon-right.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

a.btn.btn-main:hover {
    background: linear-gradient(90deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
}

a.btn.btn-main:hover span {
    background: #fff;
    color: #000000;
}

a.btn.btn-main:hover span::after {
    background-image: url(../images/index/icon-right-2.svg);
}

a.btn.btn-main.btn-main-2 span {
    background: linear-gradient(90deg, rgba(0, 0, 239, 1) 0%, rgba(21, 232, 244, 1) 100%);
}

a.btn.btn-main.btn-main-2:hover {
    background: linear-gradient(90deg, rgba(0, 0, 239, 1) 0%, rgba(21, 232, 244, 1) 100%);
}

a.btn.btn-main.btn-main-2:hover span {
    background: #fff;
    color: #000000;
}

a.btn.btn-main.font-2 span,
body.error404 a.btn.btn-main span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.home-about {
    position: relative;
}

.home-about::after {
    content: "";
    width: 100%;
    height: 540px;
    background-image: url(../images/index/after-banner-2.png);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.home-about::before {
    content: "";
    width: 100%;
    height: 283px;
    background: linear-gradient(70deg, rgba(0, 0, 239, 1) 6%, rgba(254, 0, 0, 1) 58%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
}

#home-about {
    position: relative;
}

#home-about::after {
    content: "";
    width: 183px;
    height: 403px;
    background-image: url(../images/index/after-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -130px;
    z-index: -3;
}

#home-about::before {
    content: "";
    width: 619px;
    height: 643px;
    background-image: url(../images/index/after-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -25px;
    z-index: -3;
    bottom: -130px;
}

.text-busi-cs span {
    position: relative;
}

.text-busi-cs span::after {
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    position: absolute;
    bottom: -5px;
    left: 0;
}

.home-business-left {
    max-width: 422px;
    text-align: justify;
    margin: 0 auto;
}

.home-business-left .main-title {
    position: relative;
    top: -10px;
}

.box-slide-business {
    margin-right: -110px;
}

.box-slide-business img {
    border-radius: 50px;
}

.box-slide-business ul.slick-dots {
    flex-direction: column;
    top: 20px;
    left: auto;
    transform: none;
    right: -30px;
}

.box-slide-business ul.slick-dots li {
    margin: 5px 0;
}

.home-business {
    position: relative;
}

.home-business::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-busi.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#home-business {
    position: relative;
}

#home-business::after {
    content: "";
    width: 724px;
    height: 324px;
    background-image: url(../images/index/after-4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -30px;
    left: -70px;
    z-index: -2;
}

#home-business::before {
    content: "";
    width: 459px;
    height: 363px;
    background-image: url(../images/index/after-5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -273px;
    right: -50px;
    z-index: -2;
}

.box-text-flex-faci {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    margin-top: 15px;
}

ul.tabs-nav {
    display: flex;
    justify-content: space-between;
    border: 1px solid #aeaeae;
    border-width: 1px 0;
    padding: 0 5px;
}

ul.tabs-nav li {
    padding: 15px 20px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

ul.tabs-nav li::after {
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    bottom: -2px;
    position: absolute;
    left: 0;
    transition: all 0.3s;
    transform: scale(0, 1);
    transform-origin: center top;
}

ul.tabs-nav li.active::after,
ul.tabs-nav li:hover::after {
    transform: scale(1, 1);
}

.img-faci img {
    border-radius: 10px;
}

.title-faci {
    padding: 10px 5px 15px;
    text-align: center;
    border-bottom: 1px solid #acacac;
}

.title-faci a {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* Optional for better appearance */
    word-break: break-word;
}

.info-faci {
    padding: 10px 5px;
    position: relative;
}

.info-faci::after {
    content: "";
    width: 26px;
    height: 22px;
    background-image: url(../images/index/icon-right-2.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.tab-panels {
    max-width: 900px;
    margin: 0 auto;
}

.slide-faci button.slide-arrow {
    padding: 0;
    border: none;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 88px;
    overflow: hidden;
    left: -50px;
    z-index: 1;
    box-shadow: 0 0 10px 0 rgba(106, 136, 145, 0.45);
    cursor: pointer;
}

.slide-faci button.slide-arrow.next-arrow {
    right: -50px;
    left: auto;
}

.slide-faci .slick-list {
    margin: 0 -30px;
    overflow: visible;
}

.slide-faci .slick-slide {
    padding: 0 30px !important;
}

.cat-faci {
    font-weight: 500;
    font-size: 1.4rem;
    color: #00a498;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.box-home-recruit {
    height: 614px;
    padding: 60px;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    color: #fff;
}

.box-home-recruit::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-recruit.jpg);
    border-radius: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.box-home-recruit .main-title {
    position: relative;
    z-index: 1;
}

.box-home-recruit .main-title::after {
    content: "";
    width: 375px;
    height: 95px;
    background: linear-gradient(90deg, rgba(0, 0, 239, 1) 0%, rgba(21, 232, 244, 1) 100%);
    position: absolute;
    clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
    left: -60px;
    z-index: -1;
    bottom: -25px;
    opacity: 0.74;
}

.box-recruit-left {
    width: 490px;
}

.box-recruit-left h3 {
    border-bottom: 1px solid #fff;
    padding-bottom: 35px;
}

.slide-home-recruit .slick-list {
    margin: 0 -18px;
}

.slide-home-recruit .slick-slide {
    padding: 0 18px;
}

.slide-home-recruit .slick-slide img {
    border-radius: 12px;
    width: 100%;
}

.box-factory {
    padding: 2px;
    border-radius: 50px;
    background: linear-gradient(-90deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
}

.box-factory-inner {
    display: flex;
    background-color: #fff;
    border-radius: 48px;
    align-items: flex-start;
    padding: 22px;
}

.factory-left {
    width: 270px;
    border-radius: 20px;
    overflow: hidden;
}

.factory-right {
    flex: 1;
    padding-left: 32px;
    padding-right: 10px;
}

.factory-right .main-title {
    display: flex;
    gap: 25px;
    align-items: center;
}

.factory-right a.btn.btn-main span {
    font-family: "Noto Sans JP", sans-serif;
    min-width: 247px;
}

.box-factory-flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.box-factory-flex p {
    width: 100%;
    max-width: 345px;
}

.box-home-link {
    display: flex;
}

.box-link-home {
    width: 50%;
    height: 294px;
    padding: 0 50px;
    padding-top: 70px;
    position: relative;
    overflow: hidden;
}

.box-link-home::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/img-company.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
    transition: 0.3s;
}

.box-link-home:hover::after {
    transform: scale(1.1);
}

.box-link-home:nth-child(2)::after {
    background-image: url(../images/index/img-contact.png);
}

.box-link-home::before {
    content: "";
    width: calc(100% - 195px);
    height: 95px;
    background: -webkit-linear-gradient(0deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    opacity: 0.66;
    position: absolute;
    left: 0;
    bottom: 95px;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}

.box-link-home .main-title {
    position: relative;
}

.box-link-home .main-title::after {
    content: "";
    width: 45px;
    height: 36px;
    background-image: url(../images/index/icon-right.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10px;
    right: 20px;
}

a.btn.btn-social {
    border: 1px solid #c7c7c7;
    background-color: #fff;
    border-radius: 35px;
    min-height: 70px;
    justify-content: flex-start;
    padding: 0 30px;
    font-size: 1.8rem;
    line-height: 1.33;
    letter-spacing: 0.05em;
    gap: 24px;
    max-width: 300px;
    margin-bottom: 25px;
    font-weight: 500;
}

a.btn.btn-social::after {
    width: 21px;
    height: 21px;
    background-image: url(../images/index/icon-blank.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 25px;
}

.home-footer-left {
    max-width: 285px;
}

.link-footer {
    display: block;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    position: relative;
    padding-left: 15px;
}

.link-footer:last-child {
    margin-bottom: 0;
}

.link-footer::after {
    content: "▶";
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 1.1rem;
    font-weight: 500;
}

.box-flex-footer {
    display: flex;
    width: 100%;
}
.content-his{
    text-align: left;
}
.home-footer-right {
    display: flex;
    position: relative;
    padding: 80px 0 100px;
    padding-left: 50px;
    position: relative;
}

.home-footer-right::after {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    position: absolute;
    left: -30px;
    top: 0;
    border-radius: 50px 0 0 50px;
}

.box-link-social {
    flex: 1;
}

.footer-link {
    width: 46%;
}

.footer-link:first-child {
    width: 54%;
}

footer {
    position: relative;
}

footer::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-footer.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
}

.home-recruit {
    position: relative;
}

.home-recruit::after {
    content: "";
    width: 495px;
    height: 515px;
    background-image: url(../images/index/after-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    top: -457px;
    right: -20px;
}

.home-recruit::before {
    content: "";
    width: 717px;
    height: 571px;
    background-image: url(../images/index/after-6.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -80px;
    left: -20px;
    z-index: -2;
}

.slide-home-recruit,.slide-home-recruit-wrap {
    position: relative;
}
.slide-home-recruit-wrap{
    z-index: 1;
}
.box-factory-wrap {
    position: relative;
    z-index: 2;
}
.slide-home-recruit-wrap::after {
    content: "";
    width: 279px;
    height: 611px;
    background-image: url(../images/index/after-7.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: -20px;
    top: -120px;
    position: absolute;
    z-index: -2;
}

.slide-home-recruit-wrap::before {
    content: "";
    width: 764px;
    height: 605px;
    background-image: url(../images/index/after-8.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: -95px;
    bottom: -528px;
    position: absolute;
    z-index: -2;
}

.box-link-social-fixed {
    position: absolute;
    right: 0;
    top: 130px;
    z-index: 2;
}

.box-link-social-fixed a {
    display: block;
    margin: 15px;
    margin-bottom: 0;
}

.box-link-social-fixed:last-child {
    margin-bottom: 0;
}

body.home .header-wrapper::after {
    display: none;
}
.header-wrapper {
    position: relative;
}

.header-wrapper::after {
    width: 1480px;
    height: 402px;
    content: "";
    background-image: url(../images/index/bg-header-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
}

.page-header {
    height: 460px;
    position: relative;
}

.page-header::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-page.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
}

section#page-header {
    position: relative;
}

section#page-header::after {
    content: "";
    width: 330px;
    height: 343px;
    background-image: url(../images/index/after-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: -20px;
    z-index: -2;
}

section#page-header::before {
    content: "";
    width: 395px;
    height: 314px;
    background-image: url(../images/index/after-9.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -210px;
    left: -55px;
    z-index: -2;
}

.page-header-title {
    padding-top: 200px;
    text-align: center;
}

.title-en {
    font-size: 6rem;
    font-family: "Anta", serif;
    color: #fff;
    letter-spacing: 0.1em;
}

.title-jp {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #fff;
    min-height: 58px;
}

.box-list-anchor {
    padding: 2px;
    background: linear-gradient(90deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    border-radius: 20px;
    opacity: 0.95;
}

.page-anchor {
    position: relative;
    top: -45px;
}

.sub-title {
    font-size: 3.5rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    padding-bottom: 22px;
    position: relative;
    text-align: center;
}

.sub-title::after {
    content: "";
    width: 68px;
    height: 3px;
    background: linear-gradient(90deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sub-title.white {
    color: #fff;
}

.sub-title.white::after {
    background: #fff;
}

.img-about-1 img {
    border-radius: 50px;
}

.title-point {
    color: #074084;
    font-size: 6rem;
    font-family: "Anta", serif;
    letter-spacing: 0.1em;
    text-align: right;
}

.box-point-right {
    padding-bottom: 30px;
    padding-top: 15px;
    position: relative;
    z-index: 1;
}

.box-point-right::after {
    content: "";
    width: calc(50vw + 40px);
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    top: 55px;
    z-index: -1;
    left: -80px;
    border-radius: 80px 0 0 80px;
    min-height: 426px;
}

.box-point-right h5 {
    margin-top: 35px;
    font-size: 2.7rem;
    font-family: "";
    font-weight: 500;
    color: #074084;
    letter-spacing: 0.05em;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 25px;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.box-point-right h5::after {
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.box-point-right p {
    letter-spacing: 0.05em;
    line-height: 2.05;
    position: relative;
    width: calc(100% + 2px);
    text-align: justify;
}

.img-point-left {
    height: 426px;
    position: relative;
}

.img-point-left img {
    width: calc(50vw + 140px);
    position: absolute;
    max-width: unset;
    right: -130px;
    border-radius: 0 40px 40px 0;
}
@media(min-width:768px){
    .img-point-left img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
}
.row-reverse .img-point-left img {
    left: -130px;
    right: unset;
    border-radius: 40px 0 0 40px;
}

.row-reverse .box-point-right::after {
    left: unset;
    right: -80px;
    border-radius: 0 80px 80px 0;
}

.row-reverse .title-point {
    text-align: left;
}

.img-data {
    margin-bottom: 30px;
}

.about-02 {
    position: relative;
}

.about-02::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/about/bg-about-3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.about-04 {
    position: relative;
}

.about-04::after {
    content: "";
    width: 100%;
    height: 326px;
    background-image: url(../images/about/bg-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.about-04::before {
    content: "";
    width: 100%;
    height: calc(100% - 326px);
    background-color: #ebeef1;
    position: absolute;
    top: 326px;
    left: 0;
    z-index: -2;
}

.box-history-info {
    display: flex;
    align-items: center;
    max-width: 520px;
    margin-bottom: 15px;
}

.year-his {
    font-size: 4.3rem;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1;
    width: 140px;
    display: flex;
    align-items: center;
}

.year-his span {
    font-size: 2.5rem;
    position: relative;
    top: 5px;
}

.month-his span {
    padding-left: 5px;
}

.month-his {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-right: 25px;
    width: 60px;
    position: relative;
    font-family: "Zen Kaku Gothic New", sans-serif;
    top: 5px;
}

.content-his {
    flex: 1;
    letter-spacing: 0.05em;
    line-height: 1.25;
    position: relative;
    top: 5px;
}

.img-history {
    text-align: center;
}

.box-history {
    padding-bottom: 50px;
}

.list-history {
    position: relative;
}

.list-history::after {
    content: "";
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    display: none;
}
.list-history .border-line {
    content: "";
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.bg-center {
    position: relative;
    z-index: 1;
}

.bg-center::after {
    content: "";
    width: 280px;
    height: 96px;
    background-color: #ebeef1;
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    z-index: -1;
}

#about-02 {
    position: relative;
}

#about-02::after {
    content: "";
    width: 724px;
    height: 324px;
    background-image: url(../images/index/after-4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -56px;
    left: -70px;
    z-index: -3;
    transform: rotate(-5deg);
}

#about-02::before {
    content: "";
    width: 459px;
    height: 363px;
    background-image: url(../images/index/after-5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -293px;
    right: -50px;
    z-index: -2;
}

#about-03 {
    position: relative;
}

#about-03::after,
#about-01 .about-01:after {
    content: "";
    width: 183px;
    height: 403px;
    background-image: url(../images/index/after-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -15px;
    bottom: -175px;
    z-index: -3;
}

#about-03::before,
#about-01 .about-01:before {
    content: "";
    width: 619px;
    height: 643px;
    background-image: url(../images/index/after-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -45px;
    z-index: -3;
    bottom: -180px;
}

.about-01 {
    position: relative;
}

#about-01 .about-01:before {
    transform: scaleX(-1);
    right: unset;
    left: -25px;
    bottom: -170px;
}

#about-01 .about-01:after {
    transform: scaleX(-1);
    left: unset;
    right: -45px;
    bottom: -170px;
}

.about-03 {
    position: relative;
}

.about-03::after {
    content: "";
    width: 100%;
    height: 700px;
    background-image: url(../images/about/bg-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: -300px;
    z-index: -5;
}

.page-anchor {
    position: relative;
}

.page-anchor::after {
    content: "";
    width: 100%;
    height: 700px;
    background-image: url(../images/about/bg-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 90px;
    right: -300px;
    z-index: -5;
}

.title-business-en {
    font-size: 8rem;
    font-family: "Anta", serif;
    letter-spacing: 0.1em;
    text-align: center;
}

.title-business-jp {
    margin-top: 20px;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    padding-bottom: 25px;
    position: relative;
    text-align: center;
}

.title-business-jp::after {
    content: "";
    width: 478px;
    height: 3px;
    background: linear-gradient(90deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.img-busi-2 {
    height: 426px;
    position: relative;
}

.img-busi-2 img {
    position: absolute;
    height: 100%;
    width: calc(50vw - 27px);
    max-width: unset;
    -o-object-fit: cover;
    object-fit: cover;
    right: 0;
    top: 0;
    border-radius: 50px;
}

.img-toggle-left img {
    border-radius: 50px;
}

.toggle-busi {
    margin-bottom: 45px;
}

.toggle-busi .toggle-hd {
    border-radius: 50px;
    padding: 4px;
    background: linear-gradient(90deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    box-shadow: 0 0 10px 0 rgba(106, 136, 145, 0.45);
    position: relative;
}

.toggle-busi .toggle-hd::after {
    content: "";
    width: 56px;
    height: 56px;
    background-image: url(../images/business/icon-open.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.toggle-busi .toggle-hd.active::after {
    background-image: url(../images/business/icon-close.svg);
}

.toggle-busi .toggle-hd .toggle-hd-inner {
    background-color: #fff;
    border-radius: 48px;
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.05em;
}

.toggle-busi .toggle-cont {
    padding-top: 40px;
    padding-bottom: 40px;
}

.business-02 {
    position: relative;
}

.business-02::after {
    content: "";
    width: 100%;
    height: 545px;
    background-color: #ebeef1;
    border-radius: 154px;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: -1;
}

.business-02::before {
    content: "";
    width: 717px;
    height: 571px;
    background-image: url(../images/index/after-5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 435px;
    right: -90px;
    z-index: -4;
}

#business-02 {
    position: relative;
}

#business-02::after {
    content: "";
    width: 168px;
    height: 369px;
    background-image: url(../images/index/after-7.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -150px;
    left: -20px;
    z-index: -3;
}

.box-toggle-busi {
    position: relative;
}

.box-toggle-busi::after {
    content: "";
    width: 100%;
    height: 700px;
    background-image: url(../images/about/bg-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -175px;
    right: -300px;
    z-index: -5;
}

#business-03 {
    position: relative;
}

#business-03::before {
    content: "";
    width: 717px;
    height: 571px;
    background-image: url(../images/index/after-5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -330px;
    left: -90px;
    z-index: -4;
    transform: rotate(180deg);
}

#business-03 .business-02::before {
    content: "";
    width: 168px;
    height: 369px;
    background-image: url(../images/index/after-7.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 415px;
    right: -20px;
    z-index: -3;
    transform: rotate(180deg);
}

#business-04 {
    position: relative;
}

#business-04::after {
    content: "";
    width: 168px;
    height: 369px;
    background-image: url(../images/index/after-7.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -150px;
    left: -20px;
    z-index: -3;
}

.page-business .page-header::after {
    background-image: url(../images/business/bg-page-business.jpg);
}

.page-company .page-header::after {
    background-image: url(../images/business/bg-page-company.jpg);
}

.company-01 {
    position: relative;
}

.company-01::after {
    content: "";
    width: 183px;
    height: 403px;
    background-image: url(../images/index/after-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -10px;
    bottom: -120px;
    z-index: -3;
}

.company-01::before {
    content: "";
    width: 619px;
    height: 643px;
    background-image: url(../images/index/after-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -20px;
    z-index: -3;
    bottom: -120px;
}

.company-02 {
    position: relative;
}

.company-02::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ebeef1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.company-02::before {
    content: "";
    width: 100%;
    height: 700px;
    background-image: url(../images/about/bg-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: -300px;
    z-index: -1;
}

.box-linear {
    padding: 1px;
    background: linear-gradient(90deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    border-radius: 10px;
}

.box-linear-inner {
    background-color: #fff;
    border-radius: 8px;
    padding: 25px 30px;
}

.max-900 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.table-about {
    display: flex;
}

.table-about-left {
    width: 120px;
    text-align: right;
    padding: 20px 0;
    padding-right: 20px;
    color: #074084;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.table-about-right {
    flex: 1;
    padding: 20px;
    line-height: 1.5625;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #c7c7c7;
}

.box-border {
    border: 1px solid #c7c7c7;
    border-radius: 10px;
    padding: 20px 50px;
}

.border-title {
    font-size: 1.8rem;
    text-align: center;
    color: #074084;
    padding-bottom: 15px;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.map-com {
    height: 430px;
    max-width: 500px;
    margin-right: 15px;
}

.map-com iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.title-icon {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 1.8rem;
    color: #000000;
    letter-spacing: 0.05em;
    font-weight: bold;
}

.list-dot li {
    padding-left: 40px;
    position: relative;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.list-dot li::after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #074084;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 5px;
}

.list-dot.v2 li {
    padding-left: 30px;
    margin-bottom: 20px;
}

.list-dot.v2 li::after {
    background-color: #e81c24;
}

.company-05 .border-title {
    text-align: left;
    padding-left: 20px;
    border-color: #074084;
    padding-bottom: 10px;
}

.page-id-14 .page-header::after {
    background-image: url(../images/index/bg-page-recruit.jpg);
}

.page-contact .page-header::after {
    background-image: url(../images/index/bg-contact.jpg);
}

.box-img-company-3 img {
    border-radius: 50px;
}

.company-03 {
    position: relative;
}

.company-03::after {
    content: "";
    width: 724px;
    height: 324px;
    background-image: url(../images/index/after-4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -264px;
    left: -70px;
    z-index: -3;
    transform: rotate(-5deg);
}

.company-03::before {
    content: "";
    width: 459px;
    height: 363px;
    background-image: url(../images/index/after-5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -75px;
    right: -50px;
    z-index: -3;
}

.slide-recruit .slick-list {
    margin: 0 -10px;
}

.slide-recruit .slick-slide {
    padding: 0 10px;
}

.slide-recruit .slick-slide img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

body {
    counter-reset: my-sec-counter;
}

.box-title-recruit-2 {
    counter-increment: my-sec-counter;
    position: relative;
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #fff;
    min-height: 97px;
    display: flex;
    align-items: center;
    padding-left: 55px;
    background: linear-gradient(90deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    margin-bottom: 13px;
    margin-top: -45px;
    letter-spacing: 0.05em;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.box-title-recruit-2::after {
    content: counter(my-sec-counter) ".";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    font-size: 3rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.05em;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.img-recruit-2 {
    text-align: center;
}

.cont-recruit-2 {
    color: #fff;
    font-weight: 500;
    line-height: 1.73;
    letter-spacing: 0.1em;
}

.box-recruit-2 {
    margin-bottom: 20px;
}

.recruit-01 {
    position: relative;
}

.recruit-01::after {
    content: "";
    width: 495px;
    height: 515px;
    background-image: url(../images/index/after-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -70px;
    left: -75px;
    transform: scaleX(-1);
    z-index: -2;
}

.recruit-01::before {
    content: "";
    width: 717px;
    height: 571px;
    background-image: url(../images/index/after-9.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 240px;
    right: -90px;
    z-index: -4;
    transform: scaleX(-1);
}

.recruit-02 {
    position: relative;
}

.recruit-02::after {
    content: "";
    width: 100%;
    height: calc(100% - 170px);
    background-image: url(../images/recruit/bg-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.img-recruit-1 img {
    border-radius: 50px;
}

.box-work-img {
    position: relative;
    margin-top: 10px;
}

.box-work-img h3 {
    font-size: 4rem;
    font-family: "Anta", sans-serif;
    letter-spacing: 0.1em;
    line-height: 1;
    position: absolute;
    left: 0;
    top: -30px;
}

.box-work-img img {
    border-radius: 50px;
}

.title-work {
    font-size: 3rem;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    border-bottom: 2px solid;
    margin-bottom: 20px;
}

.box-work-text h4 {
    font-size: 2.2rem;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-bottom: 15px;
}

.box-work-text p {
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #333;
    line-height: 1.875;
    text-align: justify;
}

.envi-img-box {
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px;
}

.envi-img-box::after {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.envi-img-box img {
    border-radius: 50px;
}

.title-envi {
    font-size: 2.2rem;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.36;
    display: flex;
    align-items: center;
    color: #074084;
    min-height: 60px;
    gap: 8px;
    margin-top: 20px;
}

.title-envi span {
    font-size: 3rem;
}

.envi-cont {
    letter-spacing: 0.05em;
    line-height: 1.875;
    font-weight: 500;
}

.img-benefit {
    text-align: center;
}

.title-benefit {
    font-size: 2.2rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05em;
    color: #074084;
    margin: 20px 0 25px;
}

.box-benefit p {
    line-height: 1.625;
    letter-spacing: 0.1em;
}

.box-benefit {
    margin-bottom: 65px;
}

.text-recruit-07 {
    max-width: 530px;
}

.text-recruit-07 h5 {
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.72;
    color: #074084;
    margin-bottom: 15px;
    padding-bottom: 20px;
    position: relative;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.text-recruit-07 h5::after {
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.box-btn-7 a.btn.btn-main span {
    min-width: 387px;
    text-align: center;
    justify-content: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
}

.img-recruit-07 img {
    border-radius: 50px;
}

.box-recruit-07 {
    padding: 90px 0;
    position: relative;
}

.box-recruit-07::after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    position: absolute;
    top: 0;
    background-color: #ebeef1;
    border-radius: 150px;
}

.page-recruit .box-link-home {
    padding-top: 170px;
}

.page-recruit .box-link-home::after {
    background-image: url(../images/recruit/link-1.png);
}

.page-recruit .box-link-home::before {
    bottom: 0;
}

.page-recruit .box-link-home:nth-child(2)::after {
    background-image: url(../images/recruit/link-2.png);
}

.page-recruit .box-link-home:nth-child(2)::before {
    background: linear-gradient(90deg, rgb(0, 0, 239) 0%, rgb(0, 165, 233) 100%);
}

.recruit-03 {
    position: relative;
}

.recruit-03::after {
    content: "";
    width: 100vw;
    height: 310px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    position: absolute;
    top: 240px;
    background-color: #ebeef1;
    border-radius: 150px;
}

#recruit-03 {
    position: relative;
}

#recruit-03::after {
    content: "";
    width: 717px;
    height: 571px;
    background-image: url(../images/recruit/bg-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 160px;
    left: -165px;
    z-index: -2;
}

#recruit-03::before {
    content: "";
    width: 168px;
    height: 369px;
    background-image: url(../images/index/after-7.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 90px;
    right: -15px;
    z-index: -4;
    transform: scaleX(-1);
}

.recruit-04 {
    position: relative;
}

.recruit-04::after {
    content: "";
    width: 100vw;
    height: 507px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    position: absolute;
    bottom: 0;
    background-color: #ebeef1;
    border-radius: 150px;
}

.recruit-04::before {
    content: "";
    width: 100%;
    height: 700px;
    background-image: url(../images/about/bg-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -100px;
    right: -300px;
    z-index: -5;
}

#recruit-04 {
    position: relative;
}

#recruit-04::after {
    content: "";
    width: 183px;
    height: 403px;
    background-image: url(../images/index/after-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -10px;
    bottom: -90px;
    z-index: -3;
}

#recruit-04::before {
    content: "";
    width: 619px;
    height: 643px;
    background-image: url(../images/index/after-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -45px;
    z-index: -3;
    bottom: -68px;
}

.recruit-06 {
    position: relative;
}

.recruit-06::after {
    content: "";
    width: 100vw;
    height: 503px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    position: absolute;
    top: 480px;
    background-color: #ebeef1;
    border-radius: 150px;
}

.recruit-06::before {
    content: "";
    width: 100%;
    height: 700px;
    background-image: url(../images/about/bg-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: -300px;
    z-index: -5;
}

#recruit-06 {
    position: relative;
}

#recruit-06::after {
    content: "";
    width: 717px;
    height: 571px;
    background-image: url(../images/recruit/bg-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 420px;
    left: -168px;
    z-index: -2;
}

#recruit-06::before {
    content: "";
    width: 168px;
    height: 369px;
    background-image: url(../images/index/after-7.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 300px;
    right: -15px;
    z-index: -4;
    transform: scaleX(-1);
}

#recruit-07 {
    position: relative;
}

#recruit-07::after {
    content: "";
    width: 717px;
    height: 571px;
    background-image: url(../images/recruit/bg-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 80px;
    left: -168px;
    z-index: -2;
}

#recruit-07::before {
    content: "";
    width: 168px;
    height: 369px;
    background-image: url(../images/index/after-7.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    right: -15px;
    z-index: -4;
    transform: scaleX(-1);
}

.recruit-07 {
    position: relative;
}

.recruit-07::before {
    content: "";
    width: 100%;
    height: 700px;
    background-image: url(../images/about/bg-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -150px;
    right: -300px;
    z-index: -5;
}

.box-img-contact {
    display: flex;
    gap: 5px;
}

.img-contact {
    width: 50%;
}

.img-contact img {
    width: 100%;
}

.box-contact-inner {
    padding: 30px 0;
}

.box-contact {
    padding: 1px;
    border-radius: 20px;
    border: 1px solid #c7c7c7;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
    margin-top: -70px;
}

.box-button-contact {
    display: flex;
    align-items: center;
}

.button-contact-left {
    width: 50%;
    min-height: 95px;
    border-right: 2px solid #c7c7c7;
}

.button-contact-left:last-child {
    border-right: none;
}

.button-contact-left:last-child a::after {
    width: 41px;
    height: 41px;
    background-image: url(../images/recruit/icon-fax.svg);
    left: -50px;
}

.button-contact-right {
    width: 50%;
}

.button-contact-right a.btn.btn-main span {
    min-width: 394px;
}

.button-contact-left a {
    font-size: 4rem;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.05em;
    position: relative;
}

.button-contact-left a::after {
    content: "";
    width: 34px;
    height: 37px;
    background-image: url(../images/recruit/icon-phone.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -45px;
}

.contact-02 .box-contact {
    margin-top: 30px;
    border: none;
    padding: 2px;
    background: linear-gradient(-90deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
}

.contact-02 .box-contact-inner {
    background-color: #fff;
    border-radius: 18px;
}

.contact-02 .button-contact-left {
    border-color: #e81c24;
}

.contact-02 {
    position: relative;
}

.contact-02::after {
    content: "";
    width: 100%;
    height: 180px;
    background: linear-gradient(90deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 0;
}

.file-upload {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.custom-file-label {
    background-color: #f7f7f7;
    border: 1px solid #949494;
    padding: 3px 15px 6px;
    height: 31px;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 30px;
    display: flex;
    color: #575757;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 500;
}

.custom-file-label:hover {
    background-color: #e0e0e0;
}

.hidden-file {
    display: none;
}

.file-name {
    color: #353535;
}

p.file-info {
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 20px;
    line-height: 1.78;
}

.contact-04 {
    background-color: #ebeef1;
}

.box-single-employee-top {
    display: flex;
    padding: 25px 20px;
    border-radius: 50px;
    background-image: url(../images/index/bg-interview.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.employee-top-left {
    width: 60.09%;
}

.employee-top-right {
    width: 39.91%;
    padding-left: 45px;
    padding-top: 17px;
    max-width: 415px;
}

.img-single-inter img {
    border-radius: 50px;
}

.box-employee-cat {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    gap: 20px;
}

a.cat-employee {
    width: 183px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 500;
    background: linear-gradient(90deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    color: #fff;
    border-radius: 20px;
    padding-bottom: 1px;
}

.employee-excerpt {
    font-size: 2.7rem;
    font-weight: 500;
    color: #0071b7;
    letter-spacing: 0.05em;
    line-height: 1.59;
    min-height: 167px;
    border-bottom: 1px solid #aeaeae;
    margin-bottom: 15px;
}

a.type-employee {
    font-size: 2.2rem;
}

.employee-top-right .list-dot li {
    padding-left: 20px;
    color: #4d4d4d;
}

.employee-top-right .list-dot li::after {
    width: 15px;
    height: 15px;
    background-color: #0071b7;
    left: 0;
}

.page-cs .page-header::after {
    background-image: url(../images/index/bg-page-interview.png);
}

.page-cs .page-header {
    height: 420px;
}

.page-cs section#page-header::before {
    bottom: -250px;
}

.page-cs section#page-header::after {
    bottom: -40px;
}

.box-qna-inter {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.question-inter {
    width: 100%;
    display: flex;
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding-bottom: 15px;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 30px;
    position: relative;
}

.question-inter::after {
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.q {
    font-size: 3.5rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.05em;
    color: #0071b7;
    font-weight: bold;
    line-height: 1;
}

.img-qna-inter {
    width: 471px;
    margin-right: 50px;
}

.text-answer {
    flex: 1;
    letter-spacing: 0.1em;
    line-height: 2.18;
}

.answer-inner {
    display: flex;
}

.img-qna-inter img {
    border-radius: 50px;
}

.employee-flow {
    position: relative;
    background-color: #ebeef1;
    position: relative;
}

.employee-flow::after {
    content: "";
    width: 717px;
    height: 571px;
    background-image: url(../images/recruit/bg-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -75px;
    left: -165px;
    z-index: -2;
}

.employee-flow::before {
    content: "";
    width: 168px;
    height: 369px;
    background-image: url(../images/index/after-7.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -155px;
    right: -15px;
    z-index: -4;
    transform: scaleX(-1);
}

.box-flow {
    display: flex;
    min-height: 83px;
    background: linear-gradient(90deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    align-items: center;
    margin-bottom: 60px;
    position: relative;
    border-radius: 20px;
}

.box-flow::after {
    content: "";
    width: 66px;
    height: 31px;
    background-color: #e81c24;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -45px;
}

.box-flow:last-child {
    margin-bottom: 0;
}

.box-flow:last-child::after {
    display: none;
}

.flow-left {
    width: 50%;
    padding-left: 60px;
    font-size: 3rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.1em;
}

.flow-right {
    width: 50%;
    letter-spacing: 0.1em;
    color: #fff;
}

.box-schedule {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.box-schedule:last-child {
    margin-bottom: 0;
}

.time-schedule {
    width: 310px;
    font-size: 3.5rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #0071b7;
}

.cont-schedule {
    flex: 1;
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    text-align: left;
    padding-left: 35px;
    font-weight: medium;
}

.list-schedule {
    position: relative;
    padding: 15px 0;
}

.list-schedule::after {
    content: "";
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    position: absolute;
    position: absolute;
    left: 310px;
    top: 0;
}

.employee-schedule {
    position: relative;
}

.employee-schedule::after {
    content: "";
    width: 100%;
    height: 700px;
    background-image: url(../images/about/bg-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -75px;
    right: -300px;
    z-index: -5;
}

.day-off {
    position: relative;
}

.day-off::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-dayofff.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.day-off::before {
    content: "";
    width: 1539px;
    height: 700px;
    background-image: url(../images/index/bg-off.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -475px;
    z-index: -1;
}

.img-dayoff img {
    border-radius: 50px;
}

.text-dayoff {
    padding-top: 25px;
    letter-spacing: 0.1em;
    line-height: 2.178;
}

#day-off {
    position: relative;
}

#day-off::after {
    content: "";
    width: 330px;
    height: 343px;
    background-image: url(../images/index/after-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -275px;
    right: -20px;
    z-index: -3;
}

#day-off::before {
    content: "";
    width: 395px;
    height: 314px;
    background-image: url(../images/index/after-9.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -27px;
    left: -55px;
    z-index: -3;
}

.img-employee-inner {
    border-radius: 10px;
    overflow: hidden;
}

.img-employee-inner img {
    transition: 0.3s;
}

.img-employee {
    position: relative;
}

a.cat-employ {
    min-width: 74px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    position: absolute;
    top: -5px;
    left: -5px;
}

.box-cont-em {
    padding: 20px 7px 0;
    position: relative;
}

.box-cont-em::after {
    content: "";
    width: 28px;
    height: 23px;
    background-image: url(../images/index/icon-right-2.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 20px;
    right: 6px;
}

.box-cont-em .employee-excerpt {
    font-size: 1.8rem;
    min-height: 90px;
}

.box-employee {
    margin-bottom: 75px;
}

.box-employee:hover .img-employee-inner img {
    transform: scale(1.1);
}

.employee-filter {
    position: relative;
}

.employee-filter::after {
    content: "";
    width: 80px;
    height: 3px;
    background-color: #e0e0e0;
    position: absolute;
    top: 30px;
    left: 47%;
    transform: translateX(-50%) rotate(-70deg);
}

.employee-filter .sidebar-list {
    justify-content: center;
    gap: 80px;
}

.page-navi {
    position: relative;
}

.page-navi::after {
    width: calc(100% - 30px);
    max-width: 1000px;
    height: 1px;
    background-color: #333;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    content: "";
}

.single-page .page-navi::after {
    height: 3px;
}

.page-news .news-item.item-list:last-child {
    border-bottom: none;
}

.page-news .sidebar-item .select {
    background: linear-gradient(90deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
}

a.btn.btn-main.font-2.btn-home-single span {
    min-width: 246px;
    justify-content: center;
    padding-right: 56px;
}

.works-filter .sidebar-list {
    justify-content: center;
    position: relative;
}

.select-cs {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.select-cs select {
    width: 142px;
    border-bottom: 1px solid #333333;
    border-width: 0 0 1px;
    height: 45px;
    padding-left: 18px;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    background-image: url(../images/index/bg-select.svg);
    background-size: 14px 12px;
    background-position: center right 15px;
    background-repeat: no-repeat;
}

.table-info {
    display: flex;
    border: 1px solid #b9ced6;
}

.table-info:not(:last-child) {
    border-bottom: none;
}

.info-title {
    width: 204px;
    min-height: 57px;
    background: #ebf3f7;
    font-weight: 500;
    padding: 14px 30px;
    color: #0071b7;
    border-right: 1px solid #b9ced6;
}

.info-cont {
    flex: 1;
    padding: 14px 30px;
    background-color: #fff;
    line-height: 1.75;
}

.box-cat-recruit {
    display: flex;
    align-items: center;
    gap: 14px;
}

.box-cat-recruit a.cat {
    background-color: #fff;
    border: 1px solid;
}

.box-recruit-process {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #0071b7;
    margin-bottom: 40px;
    position: relative;
}

.box-recruit-process::after {
    content: "";
    width: 68px;
    height: 26px;
    background-color: #0071b7;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.box-recruit-process:last-child::after {
    display: none;
}

.step-left {
    width: 355px;
    padding-left: 26px;
    border-right: 2px solid #a3a3a3;
}

.step-right {
    flex: 1;
    padding-left: 45px;
    padding-top: 10px;
    line-height: 1.875;
    letter-spacing: 0.05em;
}

.step-right p {
    color: #000;
}

.step-left h2 {
    font-size: 4rem;
    font-family: "Anta", sans-serif;
    letter-spacing: 0.1em;
    color: #0071b7;
    margin-bottom: 5px;
}

.step-left p {
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.title-recruit {
    font-size: 2rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding-left: 30px;
    height: 49px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}

.title-recruit::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #333333;
    position: absolute;
    left: 0;
    bottom: -12px;
}

.title-recruit::after {
    content: "";
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.toggle-recruit .toggle-hd {
    height: 90px;
    border-radius: 40px;
    background: linear-gradient(90deg, rgb(0, 0, 239) 0%, rgb(21, 232, 255) 100%);
    font-size: 2.5rem;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.05em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(106, 136, 145, 0.45);
}

.toggle-recruit .toggle-hd::after {
    content: "";
    width: 55px;
    height: 55px;
    background-image: url(../images/index/icon-toggle.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    transition: all 0.3s ease;
}

.toggle-recruit .toggle-hd.active::after {
    transform: translateY(-50%);
}

.single-contact-form .stepList li {
    padding: 12px 10px;
}

.single-contact-form .stepList li.active {
    background-color: #29a6dd;
}

.single-contact-form .submit-btn .one-btn {
    background-image: url(../images/index/bg-btn-2.png);
}

.single-contact-form .submit-btn .one-btn:hover {
    background-image: url(../images/index/bg-btn-2-hover.png);
}

.box-year {
    display: flex;
    gap: 30px;
}

.box-year label {
    font-weight: 500;
}

.box-year label input[type=text] {
    width: 74px;
    margin-right: 14px;
}

.box-year label:first-child input {
    width: 120px;
}

.page-news.page-recruit .sidebar-item .select {
    background: linear-gradient(90deg, rgb(0, 0, 239) 0%, rgb(0, 165, 233) 100%);
}

.box-slide-faci button.slide-arrow {
    padding: 0;
    border: none;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 240px;
    overflow: hidden;
    left: -30px;
    z-index: 1;
    width: 54px;
    height: 54px;
    box-shadow: 0 0 10px 0 rgba(106, 136, 145, 0.45);
    cursor: pointer;
}

.box-slide-faci button.slide-arrow.next-arrow {
    right: -30px;
    left: auto;
}

.box-slide-faci .slick-list {
    margin: 0 -23px;
    overflow: visible;
}

.box-slide-faci .slick-slide {
    padding: 0 23px;
}

.box-slide-faci .slick-slide img {
    border-radius: 20px;
}

.box-slide-faci .slick-slide p {
    padding-top: 25px;
    color: #000;
    font-weight: 500;
    text-align: center;
}

.box-slide-faci ul.slick-dots {
    bottom: -70px;
}

.single-facility .title-line .title-single {
    border-bottom: none;
    position: relative;
}

.single-facility .title-line .title-single::after {
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.single-facility .info-title {
    background: #f2f2f2;
    color: #bc272d;
    font-size: 1.8rem;
}

.single-facility .page-navi::after {
    display: none;
}

.facility-info {
    position: relative;
}

.facility-info::after {
    content: "";
    width: 100%;
    height: 700px;
    background-image: url(../images/about/bg-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -60px;
    right: -300px;
    z-index: -5;
}

.facility-video {
    position: relative;
}

.facility-video::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ebeef1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.video-faci {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.video-faci::after {
    content: "";
    width: 100vw;
    height: calc(100% - 160px);
    background: linear-gradient(-90deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    position: absolute;
    top: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.video-faci video,
.video-faci iframe {
    width: 100%;
    height: 450px;
}

.name-vide {
    padding-top: 15px;
    text-align: center;
    letter-spacing: 0.05em;
}

.facility-product {
    position: relative;
}

.facility-product::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ebeef1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.box-product p {
    letter-spacing: 0.1em;
    padding-top: 15px;
    line-height: 1.625;
}

body.single-employee .page-navi::after {
    display: none;
}

ul.facility-cat-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 40px;
}

ul.facility-cat-list li {
    width: calc(25% - 30px);
}

ul.facility-cat-list li a {
    color: #000;
    display: block;
    font-weight: 500;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #949494;
    position: relative;
}

ul.facility-cat-list li a:hover {
    opacity: 1;
}

ul.facility-cat-list li a::after {
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all 0.3s;
    transform: scale(0, 1);
    transform-origin: center top;
}

ul.facility-cat-list li.is-active a::after,
ul.facility-cat-list li:hover a::after {
    transform: scale(1, 1);
}

.faci-cate {
    padding: 30px 50px 50px;
    background-image: url(../images/index/bg-faci-cat.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.faci-cate .main-title-en {
    font-size: 3.1rem;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.faci-cate .main-title-jp {
    font-size: 2.3rem;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.faci-cate .main-title {
    margin-bottom: 30px;
}

.facility-list .box-faci {
    margin-bottom: 80px;
}

.box-faci:hover .box-img-faci img {
    transform: scale(1.1);
}

.box-img-faci {
    border-radius: 10px;
    overflow: hidden;
}

.box-img-faci img {
    transition: 0.3s;
}

.sidebar-faci {
    position: relative;
    margin-top: -40px;
}

.sidebar-faci::after {
    content: "";
    width: 100%;
    height: 700px;
    background-image: url(../images/about/bg-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: -300px;
    z-index: -5;
}

.page-facility .page-header::after {
    background-image: url(../images/index/bg-facility.jpg);
}

.title-404 {
    font-size: 3.7rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    color: #0057b5;
}

.title-404 span {
    font-size: 9rem;
    font-weight: bold;
}

.section-404 {
    padding: 200px 0;
    text-align: center;
    position: relative;
}

.section-404::after {
    content: "";
    width: 100%;
    height: 700px;
    background-image: url(../images/about/bg-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50px;
    right: -300px;
    z-index: -2;
}

.error404 .page-header {
    display: none;
}

.error404 section#page-header {
    display: none;
}

.error404 .header-wrapper::before {
    content: "";
    width: 360px;
    height: 140px;
    background: linear-gradient(90deg, rgb(0, 0, 239) 0%, rgb(254, 0, 0) 100%);
    border-bottom-right-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


/*# sourceMappingURL=style-2.css.map */

.main-title.anim {
    opacity: 1;
}

.slide-home-content .bg,
.box-home-recruit .main-title::after {
    clip-path: polygon(0 0, 0% 0%, 0% 100%, 0% 100%);
    transition: clip-path 1s linear;
    opacity: 0.66;
}

.slide-home-content .bg.is-animated,
.box-home-recruit .main-title.is-animated::after {
    clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
    /* Fully visible */
    opacity: 0.66;
}
@media(min-width:1200px){
    .banner-home::before{
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    #banner-home::after{
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: calc(50% - 740px);
        height: 100%;
        background-color: white;
        content: '';
    }
    body.home .header-inner{
        max-width: 1480px;
        margin-left: auto;
        margin-right: auto;
    }
    .home-about::after{
        width: 1480px;
        left: 50%;
        transform: translateX(-50%);
        background-size: 100% 100%;
    }
}
.img-employee-inner:after{
    display: block;
    background-color: #29A6DD;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    opacity:  0.15;
    top: 0;
    left: 0;
}
#home-recruit{
    position: relative;
    z-index: 1;
}
@media(max-width:1400px) and (min-width:768px){
    body:not(.home) .header-wrapper::after{
        left: 50%;
        transform: translateX(-50%);
    }
    body:not(.home) .header-inner{
        padding-left: 15px;
    }
}