@charset "UTF-8";

/* common */
:root {
    --menu-active-color: #009C2E;
}
* {
    font-family: 'BIZ UDPGothic', sans-serif !important;
}
.preloader-wrap::before {
    background-color: var(--menu-active-color);
}
p {
    font-size: 14px;
    line-height: 1.71;
}
a {
    transition: 0.3s ease !important;
}
.title_all_box.style_one .title_sections .before_title,
.title_all_box.style_two .title_sections .before_title {
    display: inline-block;
    position: relative;
    padding: 0 0 0 42px;
    margin-bottom: 15px;
    color: var(--menu-active-color);
    font-size: 12px;
    line-height: 1.4;
    text-decoration: none;
}
.title_all_box.style_one .title_sections .before_title::before,
.title_all_box.style_two .title_sections .before_title::before {
    display: inline-block;
    position: absolute;
    top: 40%;
    left: 0;
    width: 34px;
    height: 1px;
    background-color: var(--menu-active-color);
    content: "";
}
.title_all_box.style_one .title_sections h2,
.title_all_box.style_two .title_sections h2 {
    font-size: 40px;
}
.prgoress_indicator svg.progress-circle path {
    stroke: var(--menu-active-color);
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1100px;
    }
}
@media screen and (max-width: 767px) {
    .prgoress_indicator {
        right: 20px;
    }
}

@media (hover: hover) and (pointer: fine) {
    a[href^="tel:"] {
		pointer-events: none;
	}
}

/* header */
.header {
    padding: 0;
}
.fixed-header .get_sticky_header {
    padding: 0;
}
.header .auto-container {
    max-width: unset;
    padding: 0 35px;
}
.header .header_logo_box img,
.default_sickty_heaad .header_logo_box img {
    width: 210px;
}
.navbar-brand {
    display: inline-block;
    transition: opacity 0.3s;
}
.navbar-brand:hover {
    opacity: 0.7;
}
.header .header_content_collapse .navigation_menu .navbar_nav,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav {
    display: flex;
}
.header .header_content_collapse .navigation_menu .navbar_nav li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li {
    margin-right: 35px;
}
.header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li a.nav-link {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 65px;
}
.header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link::after,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li a.nav-link::after {
    position: absolute;
    top: 50%;
    right: -16px;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-right: 1px solid var(--menu-active-color);
    border-bottom: 1px solid var(--menu-active-color);
    content: "";
}

@media screen and (max-width: 1200px) {

    .header,
    .fixed-header .get_sticky_header {
        padding: 10px 0;
    }

}
@media screen and (max-width: 480px) {

    .header .auto-container {
        padding: 0 20px;
    }
    .header .header_logo_box img,
    .default_sickty_heaad .header_logo_box img {
        width: 180px;
    }

}

/* footer */
.footer_area {
    padding: 4px 0;
}
.bg_dark_3 {
    background-color: #008126 !important;
}
.footer_copy_content {
    font-size: 14px;
}

@media screen and (max-width: 767px) {

    .footer_copy_content {
        font-size: 12px;
    }

}

/* side banner */
.contact-banner {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 10;
}
_::-webkit-full-page-media, _:future, :root .contact-banner {
    right: 23px;
}
.contact-banner a {
    display: inline-block;
    position: relative;
    padding: 10px 10px 24px;
    border-radius: 4px 0 0 4px;
    background-color: var(--menu-active-color);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2em;
    writing-mode: vertical-rl;
    transition: filter 0.3s;
}
.contact-banner a::after {
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-45%);
    width: 20px;
    height: 20px;
    background-image: url(../images/icon-forklift.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}
.contact-banner a:hover {
    filter: brightness(1.1);
    color: #fff;
}
.contact-banner a svg {
    margin-top: 5px;
}

@media screen and (max-width: 767px) {

    .contact-banner {
        top: 100px;
    }

}

/* mv */
.mv {
    position: relative;
}
.mv::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 80%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(14, 14, 14, 0.45) 48%, rgba(84, 84, 84, 0.05) 85%, rgba(84, 84, 84, 0.02) 100%);
    content: "";
}
.mv-inner {
    position: absolute;
    top: 57%;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 0 50px;
    color: #fff;
}
.mv-inner p:first-child {
    margin-bottom: 35px;
    font-size: min(3.125vw, 40px);
    font-weight: 700;
}
.mv-inner p:first-child span {
    display: inline-block;
}
.mv-inner p:last-child {
    font-size: min(1.875vw, 24px);
}
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.slick-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
    .mv-inner p:first-child {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .mv::before {
        width: 50%;
    }
    .mv-slider,
    .mv-slider .slick-list,
    .mv-slider .slick-track {
        height: 60vh;
    } 
    .mv-slider-img {
        height: 100%;
    }
    .mv-slider-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 20% center;
    }
}
@media screen and (max-width: 640px) {
    .mv-inner {
        top: 50%;
        transform: translateY(-20%);
        padding: 0 50px 0 20px;
    }
    .mv-inner p:first-child {
        margin-bottom: 10px;
        font-size: 25px !important;
        line-height: 1.3 !important;
    }
    .mv-inner p:last-child {
        font-size: 15px !important;
    }
}

/* about */ 
.about-section {
    background-color: #fff;
}
.about-section .lead {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.8;
}
.about-section .lead span {
    color: var(--menu-active-color);
    font-weight: 700;
}
.about-section h3 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.6;
}
.about-section h3 + p {
    padding-right: 100px;
    margin-bottom: 50px;
}
.image_boxes.style_four .image_content_inner {
    position: static;
    padding: 0;
    margin-bottom: 20px;
    border-radius: 0;
    background: none;
}
.image_boxes.style_four .image_content_inner a {
    display: block;
    position: relative;
    width: 83%;
    min-width: 164px;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid var(--menu-active-color);
    background-color: var(--menu-active-color);
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}
.image_boxes.style_four .image_content_inner a.has-icon {
    padding: 10px 45px 10px 20px;
}
.image_boxes.style_four .image_content_inner a span {
    display: grid;
    place-items: center;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #008126;
    background-color: #008126;
    transition: background-color 0.3s;
}
.image_boxes.style_four .image_content_inner a span i {
    transform: rotate(90deg) scale(0.8) translateX(1px);
    transition: transform 0.3s;
}
.image_boxes.style_four .image_content_inner a:hover {
    background-color: transparent;
    color: var(--menu-active-color);
}
.image_boxes.style_four .image_content_inner a:hover span {
    background-color: transparent;
}
.image_boxes.style_four .image_content_inner a:hover span i {
    transform: rotate(0) scale(0.8) translateX(1px);
    color: #008126;
}
.about-section .col-xl-5 .image_boxes {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}
.about-section .col-xl-5 .image_boxes img {
    border-radius: 10px;
}

@media screen and (max-width: 991px) {
    .about-section p:not([class]) {
        padding-right: 0;
    }
}
@media screen and (max-width: 480px) {
    .about-section .image_boxes.style_four {
        margin-right: -20px;
        margin-left: -10px;
    }
    .image_boxes.style_four .image_content_inner a {
        min-width: unset;
        width: 92%;
    }
}


/* フォークリフト */
.used-car-section {
    background-color: #fff;
}
.project_all.filt_style_one .fliter_group,
.project_all.filt_style_six .fliter_group {
    margin-bottom: 10px;
}
.project_all.filt_style_six .fliter_group .project_filter li {
    padding: 8px 30px;
    margin: 0 20px;
    border-radius: 3px;
    border: 2px solid var(--menu-active-color);
    background-color: transparent;
    font-size: 16px;
}
.project_all.filt_style_one .fliter_group .project_filter li.current,
.project_all.filt_style_six .fliter_group .project_filter li.current {
    border-color: var(--menu-active-color);
    background-color: var(--menu-active-color);
}
.used-car-section p {
    max-width: 720px;
    margin: 0 auto 30px;
}
.project_post.style_six .image_box {
    border-radius: 5px;
    overflow: hidden;
	aspect-ratio:1/1;
}
.project_post.style_six .image_box img {
    /*height: auto;*/
    transition: transform 0.5s;
	-o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.project_post.style_six .zoom_icon {
    color: #008126;
    font-size: 23px;
}
.project_post.style_six a:hover .image_box img {
    transform: scale(1.15);
}

/* modal */
.fancybox-button.fancybox-button--zoom,
.fancybox-button.fancybox-button--play,
.fancybox-button.fancybox-button--thumbs {
    display: none !important;
}
.modal {
    display: grid;
	place-items: center;
	position: fixed;
    inset: 0;
    z-index: -1;
    opacity: 0;
}
.modal.is-open {
    z-index: 99999;
    opacity: 1;
}
.modal-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .6);
}
.modal-container {
	position: relative;
    width: 70%;
    max-width: 600px;
    max-height: 90vh;
    padding: 35px 20px;
    overflow-y: auto;
    border-radius: 5px;
    background-color: #fff;
}
.modal-body {
    position: static;
    padding: 0;
}
.modal-body h3 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}
.modal-body p.sm {
    font-size: 12px;
}
.modal-img {
    margin-bottom: 30px;
    text-align: center;
}
.modal-img a {
    display: inline-block;
    width: 80%;
    max-width: 300px;
}
.modal-body .slick {
    margin: 0 -8px 30px;
}
.modal-body .slick-item-inner {
    padding: 0 10px;
}
.modal-body .slick-item-inner a {
    display: block;
}
.modal-body dl {
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    max-width: 80%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
}
.modal-body dl dt {
    width: 100px;
    font-weight: 400;
}
.modal-body dl dd {
    width: calc(100% - 100px);
}
.modal-body dl dd ul {
    list-style: none;
    padding-left: 0;
}
.modal-body .theme_btn_all {
    margin-top: 30px;
}
.modal-button {
	position: absolute;
    top: 20px;
	right: 20px;
	width: 46px;
    height: 46px;
    border-radius: 4px;
    border: none;
    background-color: var(--menu-active-color);
	cursor: pointer;
}
.modal-button::before,
.modal-button::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 2px;
    border-radius: 3px;
    background-color: #fff;
    content: '';
}
.modal-button::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.modal-button::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-child .modal-container {
    padding: 0;
    background-color: unset;
}

@media screen and (max-width: 767px) {
    .modal-container {
        width: 90%;
    }
    .modal-button {
        width: 36px;
        height: 36px;
    }
    .modal-button::before,
    .modal-button::after {
        width: 25px;
    }
}
@media screen and (max-width: 640px) {

    .modal-container {
        padding: 75px 20px 30px;
    }
    .modal-body p {
        font-size: 12px !important;
    }
    .modal-body dl {
        max-width: 100%;
    }

}

/* maintenance */
.bg_light_1 {
    background-color: #C5E2C8 !important;
}
.title_all_box.style_one .title_sections p,
.title_all_box.style_two .title_sections p {
    margin-bottom: 5px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 1.71;
}
.title_all_box.style_one .title_sections p.sm,
.title_all_box.style_two .title_sections p.sm {
    font-size: 12px;
}
.maintenance-section p {
    max-width: 720px;
    margin: 0 auto 30px;
    text-align: left;
}
.maintenance-section h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
}
.maintenance-section .modal h3 {
    color: var(--primary-color-two);
}
.maintenance-section .team_box {
    padding: 0 20px;
}
.team_box.style_one .team_box_outer {
    min-height: 270px;
    border-radius: 5px;
    cursor: default;
}
.team_box.style_one .team_box_outer .member_image::before {
    bottom: -60px;
    background: linear-gradient(to top, var(--primary-color-two) 7%, rgba(0, 0, 0, 0) 40%);
}
.team_box.style_one .team_box_outer .member_image img {
    height: auto;
}
.team_box.style_one .team_box_outer .about_member .share_media {
    pointer-events: none;
}
.team_box.style_one .team_box_outer .about_member .share_media ul.first {
    display: grid;
    place-items: center;
    position: relative;
    width: 40px;
    height: 120px;
    padding: 0;
    background-color: var(--menu-active-color);
    pointer-events: none;
}
.team_box.style_one .team_box_outer .about_member .share_media ul.first .text {
    position: absolute;
    inset: 0;
    transform: rotate(-90deg) translate(-80px, -9px);
    transform-origin: top center;
    margin: 0;
}
.team_box.style_one .team_box_outer .about_member .authour_details {
    padding: 25px;
}
.team_box.style_one .team_box_outer .about_member .authour_details h3 {
    transition: all 0.5s ease;
}
.team_box.style_one .team_box_outer:hover .about_member .authour_details h3 {
    transform: translateX(-140%);
}

@media screen and (max-width: 1199px) {
    .team_box.style_one .team_box_outer {
        min-height: unset;
    }
    .maintenance-section h3 {
        font-size: 20px;
    }
}

/* FAQ */
.faq-section {
    background-color: #fff;
}
.faq-section .container {
    max-width: 720px;
    margin: 0 auto;
}
.faq-section .type_one .accordion dl dt {
    font-size: 16px;
    cursor: pointer;
}
.faq-section .type_one .accordion dl dt span {
    width: 40px;
    height: 40px;
    background-color: var(--menu-active-color);
    font-size: 19px;
}
.faq-section .type_one .accordion dl dd {
    padding-left: 66px;
    border: none;
}
.faq_header.active .icon-play {
    transform: rotate(90deg);
}

/* company */
.company-section {
    background-color: #fff;
}
.news_box.default_style.list_view .image iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_box.default_style.list_view .content_box {
    width: 60%;
}
.company-section h3 {
    font-size: 14px;
    margin-bottom: 10px;
}
.news_box.default_style.list_view .image {
    min-height: unset;
}
.company-section .content_box {
    font-size: 14px;
    line-height: 1.5;
}
.company-section .content_box dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.company-section .content_box dl dt {
    width: 80px;
    font-weight: 400;
}
.company-section .content_box dl dd {
    width: calc(100% - 80px);
}
.company-section .content_box dl dd a {
    color: var(--text-color-dark);
}

@media screen and (max-width: 992px) {
    .company-section .grid_show_case .grid_box {
        width: 100% !important;
    }
}
@media screen and (max-width: 991px) {
    .news_box.default_style.list_view {
        display: block;
    }
    .news_box.default_style.list_view .image {
        max-width: 100%;
        min-height: 300px;
    }
    .news_box.default_style.list_view .content_box {
        width: 100%;
    }
}

/* recruit */
.recruit-section {
    background-color: #fff;
}
.recruit-section p {
    margin-bottom: 40px;
}
.recruit-section .row > div {
    padding-right: 30px;
    padding-left: 30px;
}
.theme-btn.one {
    min-height: 46px;
    padding: 10px 15px;
    border: 1px solid var(--menu-active-color);
    border-radius: 4px;
    background-color: var(--menu-active-color);
    font-size: 16px;
    line-height: 1.5;
}
.recruit-section .image_boxes.style_three {
    max-width: 475px;
    margin-right: auto;
    margin-left: auto;
}
.recruit-section .image_boxes.style_three img {
    height: auto;
}
.theme-btn.one:hover {
    border-radius: 4px;
    color: var(--menu-active-color);
}
.recruit-section .modal br {
    display: block;
}
.recruit-section .pd_top_30.sp {
    display: none;
}

@media screen and (max-width: 1199px) {
    .recruit-section .theme_btn_all {
        text-align: center;
    }
    .recruit-section .theme_btn_all .theme-btn.one {
        min-width: 160px;
    }
}
@media screen and (max-width: 767px) {
    .recruit-section .pd_top_20.pc {
        display: none;
    }
    .recruit-section .pd_top_30.sp {
        display: block;
    }
}
@media screen and (max-width: 640px) {
    .image_boxes.style_three img {
        height: auto;
    }
}
@media screen and (max-width: 550px) {
    .theme-btn.one,
    .theme-btn.two,
    .theme-btn.three,
    .theme-btn.five {
        height: auto;
        line-height: 1.5 !important;
    }
}