@charset "UTF-8";

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Zen Kaku Gothic New", serif;
    color: #0C2071;
}
.cs_section_title {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.4;
}
.cs_section_subtitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
}
.cs_heading_color {
    color: #0C2071;
}
@media (hover: hover) and (pointer: fine) {

    a[href^="tel:"] {
        pointer-events: none;
    }

}
@media (max-width: 991px) {

    .cs_section_title {
        font-size: 44px;
    }

}
@media (max-width: 767px) {

    .cs_section_title {
        font-size: 36px;
    }
    .cs_section_subtitle {
        font-size: 20px;
    }

}


/*---------------------------------

    Footer

---------------------------------*/

.cs_footer.cs_style_1 {
    margin-top: 130px;
}
.cs_accent_bg {
    background-color: #375A83;
}
.cs_footer_bottom_in {
    justify-content: flex-end;
}
.cs_copyright {
    color: #FFF;
    font-size: 14px;
}
@media (max-width: 767px) {

    .cs_footer.cs_style_1 {
        margin-top: 100px;
    }
    .cs_footer_bottom_in {
        justify-content: center;
        padding: 30px 0;
    }
    .cs_copyright {
        font-size: 12px;
    }

}


/*---------------------------------

    Greeting

---------------------------------*/

.cs_banner.cs_style_5 {
    min-height: unset;
    padding-block: 120px 20px;
}
.cs_banner.cs_style_5 .cs_banner_text {
    width: 100%;
    max-width: 990px;
    margin-inline: auto;
}
.cs_banner.cs_style_5 .cs_banner_title {
    margin-bottom: 5px;
    font-size: 48px;
    font-weight: 500;
}
.cs_banner.cs_style_5 .cs_banner_subtitle {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
}
.cs_banner.cs_style_5 .cs_banner_text {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 1.6;
}
.cs_banner.cs_style_5 .cs_banner_name {
    font-size: 16px;
    font-weight: 500;
    text-align: right;
}
@media (max-width: 991px) {

    .cs_banner.cs_style_5 .cs_banner_title {
        font-size: 44px;
        text-align: left;
    }
    .cs_banner.cs_style_5 .cs_banner_subtitle {
        text-align: left;
    }
    .cs_banner.cs_style_5 .cs_banner_text {
        text-align: left;
    }

}
@media (max-width: 767px) {

    .cs_banner.cs_style_5 {
        padding-block: 100px 20px;
    }
    .cs_banner.cs_style_5 .cs_banner_title {
        font-size: 36px;
    }
    .cs_banner.cs_style_5 .cs_banner_subtitle {
        font-size: 20px;
    }
    .cs_banner.cs_style_5 .cs_banner_text {
        margin-bottom: 40px;
        font-size: 18px;
    }
    .cs_banner.cs_style_5 br {
        display: block;
    }

}

/*---------------------------------

    Transportation

---------------------------------*/

.transportation-sec .container {
    max-width: 1800px;
}
.cs_random_features {
    flex-wrap: nowrap;
    align-items: unset;
    gap: 15px 80px;
}
.cs_random_features .cs_random_features_col {
    translate: 0 55px;
    padding-top: 0;
}
.cs_random_features .cs_random_features_col:nth-child(2) {
    translate: 0 0;
}
.cs_feature.cs_style_1 {
    display: flex;
    flex-direction: column;
    max-width: 500px;
}
.cs_feature_title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
}
.cs_feature_text {
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.cs_feature_list {
    list-style: none;
    padding: 0;
    margin: auto 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}
@media (max-width: 1500px) {

    .cs_random_features {
        gap: 15px 40px;
    }

}
@media (max-width: 991px) {

    .cs_feature_title {
        font-size: 28px;
    }

}
@media (max-width: 767px) {

    .cs_random_features {
        flex-wrap: wrap;
        gap: 20px;
    }
    .cs_feature.cs_style_1 {
        max-width: unset;
    }
    .cs_random_features .cs_random_features_col {
        translate: 0 0;
    }
    .cs_feature_title {
        font-size: 22px;
    }
    .cs_feature_text {
        font-size: 16px;
    }
    .cs_feature_list {
        font-size: 16px;
    }

}


/*---------------------------------

    Warehouse

---------------------------------*/

.cs_about_text {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.cs_about_list {
    list-style: none;
    padding: 0;
    margin: auto 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.9;
}
.cs_about_img-main {
    width: calc(100% - 180px);
}
.cs_about_img-main img {
    border-radius: 10px;
}
.cs_about_img-sub {
    position: absolute;
    bottom: -80px;
    right: 70px;
    translate: 10%;
    width: 44%;
    border: 16px solid #FFF;
    border-radius: 10px;
}
@media (max-width: 1700px) {

    .cs_about_img-sub {
        translate: -5%;
        width: 41%;
    }

}
@media (max-width: 1399px) {

    .cs_about_img-sub {
        translate: -27%;
        width: 36%;
        border-width: 12px;
    }

}
@media (max-width: 1199px) {

    .cs_about_img-main {
        width: calc(100% - 130px);
    }
    .cs_about_img-sub {
        translate: -18%;
        width: 35%;
    }

}
@media (max-width: 991px) {

    .cs_about_img-main {
        width: 100%;
    }
    .cs_about_img-sub {
        right: 0;
        translate: 10%;
        width: 45%;
    }
    .cs_about.cs_style_1 .cs_about_mini_img {
        top: -80px;
        right: -5%;
    }

}
@media (max-width: 767px) {

    .cs_about_text {
        font-size: 16px;
    }
    .cs_about_list {
        font-size: 16px;
    }
    .cs_about_img-main {
        width: calc(100% - 80px);
    }
    .cs_about_img-sub {
        right: 80px;
        bottom: -50px;
        translate: 50%;
        width: 40%;
        border-width: 10px;
    }
    .cs_about.cs_style_1 .cs_about_mini_img {
        scale: 0.7;
    }

}


/*---------------------------------

    Track

---------------------------------*/

.cs_departments.cs_style_1 {
    padding-top: 150px;
}
.cs_departments.cs_style_1 .cs_department {
    display: block;
    height: auto;
    padding: 0;
}
.cs_departments.cs_style_1 .cs_department img {
    width: 100%;
    aspect-ratio: 404 / 307;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 0.16);
}
.cs_departments.cs_style_1 .cs_department_title {
    margin-top: 5px;
    font-size: 18px;
    text-align: left;
}
.cs_departments.cs_style_1 .cs_department:hover {
    transform: unset;
    background-color: unset;
}
.cs_departments.cs_style_1 .cs_department:hover img {
    filter: unset;
}
.cs_departments.cs_style_1 .cs_department:hover .cs_heading_color {
    color: #0C2071;
}
.splide__arrow {
    opacity: 0;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    box-shadow: 0px 4px 21px 1px rgb(48 123 196 / 0.1);
    background-color: rgb(255 255 255 / 0.8);
}
.splide:hover .splide__arrow {
    opacity: 1;
}
.splide:hover .splide__arrow:hover {
    opacity: 0.7;
}
.splide__arrow--prev {
    left: -35px;
}
.splide__arrow--prev::before {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 35px;
    height: 24px;
    background-image: url(../img/icons/left_arrow_blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}
.splide__arrow--next {
    right: -35px;
}
.splide__arrow--next::before {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 35px;
    height: 24px;
    background-image: url(../img/icons/right_arrow_blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}
@media (max-width: 1399px) {

    .splide__arrow {
        width: 60px;
        height: 60px;
    }
    .splide__arrow--prev::before {
        width: 30px;
        height: 20px;
    }
    .splide__arrow--next::before {
        width: 30px;
        height: 20px;
    }

}
@media (max-width: 1199px) {

    .splide__arrow--prev {
        left: -25px;
    }
    .splide__arrow--next {
        right: -25px;
    }

}
@media (max-width: 991px) {

    .splide__arrow {
        width: 50px;
        height: 50px;
    }
    .splide__arrow--prev::before {
        width: 25px;
        height: 16px;
    }
    .splide__arrow--next::before {
        width: 25px;
        height: 16px;
    }

}
@media (max-width: 767px) {

    .cs_departments.cs_style_1 {
        padding-top: 100px;
    }
    .splide__arrow {
        width: 40px;
        height: 40px;
    }
    .splide__arrow--prev {
        left: -20px;
    }
    .splide__arrow--prev::before {
        width: 20px;
        height: 14px;
    }
    .splide__arrow--next {
        right: -20px;
    }
    .splide__arrow--next::before {
        width: 20px;
        height: 14px;
    }

}


/*---------------------------------

    Company

---------------------------------*/

.cs_company {
    display: flex;
    gap: 100px;
    max-width: 1400px;
    margin-inline: auto;
}
.cs_company_list {
    width: 50%;
}
.cs_company_item {
    display: flex;
    gap: 50px;
    margin-bottom: 20px;
}
.cs_company_term {
    flex: 0 0 5em;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}
.cs_company_description {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}
.cs_history {
    width: 50%;
    border-left: 1px solid #0C2071;
}
.cs_history_item {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
}
.cs_history_item::before {
    position: absolute;
    top: 50%;
    left: 0;
    translate: -50% -50%;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #0C2071;
    content: "";
}
@media (max-width: 1199px) {

    .cs_history_item {
        padding-left: 80px;
    }

}
@media (max-width: 991px) {

    .cs_company_item {
        display: block;
        margin-bottom: 30px;
    }
    .cs_company_term {
        margin-bottom: 10px;
    }

}
@media (max-width: 767px) {

    .cs_company {
        display: block;
    }
    .cs_company_list {
        width: 100%;
        margin-bottom: 40px;
    }
    .cs_history {
        width: 100%;
        margin-left: 10px;
    }
    .cs_company_item {
        display: flex;
        gap: 40px;
        margin-bottom: 20px;
    }
    .cs_company_term {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .cs_company_description {
        font-size: 16px;
    }
    .cs_history_item {
        padding-left: 50px;
        font-size: 16px;
    }
    .cs_history_item::before {
        width: 11px;
        height: 11px;
    }

}


/*---------------------------------

    Recruit

---------------------------------*/

.cs_banner.cs_style_1 {
    padding: 120px 90px;
}
.cs_banner.cs_style_1 .cs_banner_subtitle {
    max-width: 800px;
    margin-bottom: 70px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
}
.cs_banner.cs_style_1 .cs_banner_img {
    top: -40px;
    right: 100px;
    bottom: unset;
    width: 400px;
    border: 15px solid #FFF;
}
.cs_banner_button {
    max-width: 800px;
}
.cs_btn.cs_style_1 {
    border-radius: 9999px;
    padding: 27px 70px;
    font-size: 24px;
}
@media (max-width: 1700px) {

    .cs_banner.cs_style_1 .cs_banner_subtitle {
        max-width: 650px;
    }

}
@media (max-width: 1399px) {

    .cs_banner.cs_style_1 .cs_banner_img {
        width: 360px;
    }
    .cs_banner.cs_style_1 .cs_banner_title {
        max-width: 550px;
    }
    .cs_banner.cs_style_1 .cs_banner_subtitle {
        max-width: 550px;
    }

}
@media (max-width: 1199px) {

    .cs_banner.cs_style_1 {
        margin-top: 85px;
    }
    .cs_banner.cs_style_1 .cs_banner_img {
        right: 60px;
        width: 300px;
    }
    .cs_banner.cs_style_1 .cs_banner_title {
        max-width: 430px;
    }
    .cs_banner.cs_style_1 .cs_banner_subtitle {
        max-width: 430px;
    }

}
@media (max-width: 991px) {

    .cs_banner.cs_style_1 {
        padding: 340px 90px 120px;
    }
    .cs_banner.cs_style_1 .cs_banner_img {
        display: block;
        right: 50%;
        translate: 50%;
        width: 280px;
    }
    .cs_banner.cs_style_1 .cs_banner_title {
        max-width: unset;
    }
    .cs_banner.cs_style_1 .cs_banner_subtitle {
        max-width: unset;
    }
    .cs_banner_button {
        text-align: center;
    }

}
@media (max-width: 767px) {

    .cs_banner.cs_style_1 {
        padding: 300px 30px 60px;
    }
    .cs_banner.cs_style_1 .cs_banner_img {
        width: 240px;
        border-width: 10px;
    }
    .cs_banner.cs_style_1 .cs_banner_subtitle {
        margin-bottom: 50px;
        font-size: 20px;
    }
    .cs_btn.cs_style_1 {
        padding: 15px 50px;
        font-size: 18px;
    }

}


/*---------------------------------

    Modal

---------------------------------*/

.p-modal {
	display: none;
	position: fixed;
    inset: 0;
    z-index: 9999;
}
.p-modal.is-open {
    display: grid;
	place-items: center;
}
.p-modal__overlay {
    position: absolute;
    inset: 0;
    background-color: rgb(0 0 0 / 0.6);
}
.p-modal__container {
	position: relative;
	width: 90%;
    max-width: 800px;
    max-height: 80vh;
    padding: 60px;
    border-radius: 25px;
    overflow-y: auto;
    background-color: #FFF;
}
.p-modal__button {
	position: absolute;
    top: 20px;
	right: 20px;
	width: 35px;
    height: 35px;
    color: rgb(0 0 0 / 0.8);
	cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}
.p-modal__button::before,
.p-modal__button::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 2px;
    background-color: #000;
    content: "";
}
.p-modal__button::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.p-modal__button::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.p-modal__title {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}
.p-modal__sub-title {
    margin: 50px 0 20px;
    font-size: 24px;
    font-weight: 500;
}
.p-modal__text {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}
.p-modal-close {
    margin-top: 50px;
}
.p-modal-close .cs_btn.cs_style_1 {
    padding: 14px 73px;
    font-size: 18px;
}
@media (max-width: 767px) {

    .p-modal__container {
        padding: 60px 30px;
    }
    .p-modal__title {
        font-size: 26px;
    }
    .p-modal__sub-title {
        margin: 40px 0 15px;
        font-size: 20px;
    }
    .p-modal__text {
        font-size: 16px;
    }
    .p-modal-close .cs_btn.cs_style_1 {
        padding: 12px 66px;
        font-size: 16px;
    }

}
