@charset "UTF-8";
/* CSS Document */
/*==============TOP-カルーセル=============*/
.top-img-wrap {
    background-color: #3B5F28;
    position: relative;
}
.swiper {
    padding: 0 !important;
    position: relative;
    /*	 background-color: #3B5F28;*/
}
.top-swiper::after {
    content: "";
    width: 100%;
    height: 140px;
    margin: 0 auto;
    position: absolute;
    background-image: url(../img/index/kocho-three-point.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.swiper-wrapper {
    width: 100%;
    height: 100% !important;
}
.swiper-slide {
    width: 100%;
    margin: 0 !important;
    height: 100% !important;
}
.swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}
.swiper-pagination-bullet {
    width: auto;
    height: auto;
    margin: 0 4px;
    padding: 2px 6px;
    font-size: 1.5rem;
    color: #fff;
    background: transparent !important;
    opacity: 10 !important;
    border-radius: 0;
    font-family: 'Anton', sans-serif;
    position: relative;
}
.top-swiper .swiper-horizontal > .top-swiper .swiper-pagination-bullets, .top-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .top-swiper .swiper-pagination-custom, .top-swiper.swiper-pagination-fraction {
    width: 20%;
    bottom: 20px;
}
/* アクティブ数字の上に三角 */
.top-swiper .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    top: -6px; /* 数字の上 */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent; /* 左右を透明に */
    border-right: 5px solid transparent; /* 左右を透明に */
    border-top: 6px solid #fff; /* 下向き三角 */
}
/* まず border 三角を消す */
.top-swiper .swiper-button-prev, .top-swiper .swiper-button-next {
    border: none !important;
    background-color: #fff;
    width: 30px;
    height: 30px;
    position: relative;
    padding: 0;
}
.top-swiper .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 30px;
}
.top-swiper .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 30px;
}
.top-swiper .swiper-navigation-icon, .top-sub-swiper .swiper-navigation-icon {
    display: none;
}
/* 左向き白三角 */
.top-swiper .swiper-button-next::after, .top-sub-swiper .swiper-button-next::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    width: 20px;
    height: 20px;
    background-color: #3B5F28;
    clip-path: polygon(80% 50%, 0 0, 0 90%);
}
/* 右向き白三角 */
.top-swiper .swiper-button-prev::after, .top-sub-swiper .swiper-button-prev::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -50%);
    width: 20px;
    height: 20px;
    background-color: #3B5F28;
    clip-path: polygon(0 50%, 80% 0, 80% 100%);
}
/*==============TOP-バナーカルーセル=============*/
.swiper-wrap {
    position: relative;
}
.top-sub-swiper {
    max-width: 500px;
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    right: 6%;
    bottom: 30px;
    overflow: hidden;
}
/*pick-title*/
.pick-title_wrap {
    position: relative;
}
.pick-title {
    padding: 4px 0;
    background-color: #F8E784;
}
.pick-title p {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    overflow: hidden;
    color: #3B5F28;
}
.pick-title_wrap .swiper-button-prev, .pick-title_wrap .swiper-button-next {
    width: 30px;
    height: 40px;
    top: 50% !important;
    background-color: rgba(237, 231, 231, 0);
}
.pick-title_wrap .swiper-button-next {
    right: 20px !important;
}
.pick-title_wrap .swiper-button-prev {
    left: 20px !important;
}
.pick-title_wrap .swiper-button-next::after, .pick-title_wrap .swiper-button-prev::after {
    top: 50%;
    width: 15px;
    height: 15px;
}
/*top-sub-swiper*/
.top-sub-swiper .swiper-slide {
    width: 100%;
}
.top-sub-swiper .sub-img_wrap {
    width: 100%;
    padding: 20px 20px 30px 20px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
}
.top-sub-swiper .swiper-slide img {
    width: 100%;
}
.top-sub-swiper .swiper-slide a {
    transition: all 0.3s;
}
.top-sub-swiper .swiper-slide a:hover {
    transition: all 0.3s;
    opacity: 0.7;
}
/*丸のデザイン*/
.top-sub-swiper .swiper-horizontal > .top-sub-swiper .swiper-pagination-bullets, .top-sub-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .top-sub-swiper .swiper-pagination-custom, .top-sub-swiper .swiper-pagination-fraction {
    width: 100%;
    margin: 0 auto;
    bottom: 0;
}
.top-sub-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    padding: 0;
    border: solid 1px #3B5F28;
    justify-content: center;
    background-color: #fff !important;
    transition: all 0.3s;
    position: relative;
}
.top-sub-swiper .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    position: relative;
    border: solid 1px #3B5F28;
    background-color: #fff !important;
}
.top-sub-swiper .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    margin: 0 auto;
    background-color: #3B5F28;
    border-radius: 20px;
    top: 2px;
    left: 2px;
}
.top-sub-swiper .swiper-pagination-bullet-active::before {
    display: none;
}
.top-sub-swiper.swiper-navigation-icon {
    display: none;
}
/*==============TOP-ボタンのリスト=============*/
.middle_btn {
    padding: 30px;
    ;
    box-sizing: border-box;
    background-color: #3B5F28;
    position: relative;
    /*    top: -10px;*/
}
.middle_btn_list {
    width: 98%;
    max-width: 1520px;
    margin: 0 auto;
    list-style: none;
    display: flex;
    gap: 40px;
    text-align: center;
}
.middle_btn_list li {
    margin: 0;
    padding: 30px 20px 20px;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
}
.middle_btn_list li .point-nam {
    width: 60px;
    position: absolute;
    top: -10px;
    left: -10px;
}
.point-title {
    text-align: center;
    margin-bottom: 8px;
    font-size: 120%;
    font-weight: bold;
}
.point-link_wrap {
    width: 80%;
    margin: 10px auto 0;
    display: block;
}
.scroll {
    width: 100%;
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.scroll p {
    color: #fff;
    font-size: 120%;
    text-align: center;
    font-family: 'Anton', sans-serif;
}
.triangle-w-btm {
    margin: 0 auto;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 12px solid #fff;
    border-bottom: 0;
}
/*==============事業内容=============*/
.business-wrap {
    width: 100%;
}
.rental-list-wrap {
    width: 100%;
    margin: 0 auto;
    background-color: #F8E784;
}
.business-list-wrap {
    width: 98%;
    display: flex;
    justify-content: space-between;
}
.business-point {
    display: flex;
    justify-content: center;
}
.bus-nam {
    width: fit-content;
    padding: 10px;
    background-color: #3B5F28;
    font-family: 'Anton', sans-serif;
    font-size: 150%;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.1rem;
}
.bus-title {
    width: 70%;
    padding: 0px 10px;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
    background-color: #F1F2F0;
    align-items: center;
    justify-content: center;
    display: flex;
}
.business-cap {
    margin: 20px 0 0;
    text-align: center;
}
.business-list {
    width: 80%;
    padding: 20px;
    box-sizing: border-box;
    list-style: none;
    position: relative;
}
.business-list::after {
    content: '';
    width: 1px;
    height: 70%;
    position: absolute;
    top: 30px;
    left: 0;
    background-color: #3A6028;
}
.business-list:first-child::after {
    display: none;
}
/*レンタル*/
.ren-l_box, .ren-r_box {
    width: 30%;
    height: 100%;
    position: relative;
}
.ren-l_box img, .ren-r_box img {
    width: 100%;
}
.ren-l_box::before {
    content: '';
    width: 110px;
    height: 50px;
    background-image: url("../img/common/shizai.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ren-r_box::before {
    content: '';
    width: 110px;
    height: 30px;
    background-image: url("../img/common/cone.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
}
.rental-pick {
    width: 98%;
    max-width: 1000px;
    margin: 60px auto 30px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #3B5F28;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.ren-flex {
    display: flex;
    justify-content: flex-start;
    flex-flow: column;
    align-items: center;
    gap: 14px;
}
.point-tex {
    font-size: 200%;
    color: #fff;
}
.dots {
    font-size: 100%;
    color: #fff;
    background-image: radial-gradient(circle at center, #F8E784 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: 0;
}
.point-rental {
    margin: 0 0 10px 0;
    padding: 10px;
    box-sizing: border-box;
    color: #3B5F28;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #F8E784;
}
.ren-txt {
    color: #fff;
}
.rental-pick::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #3B5F28 transparent transparent transparent;
    border-width: 20px 10px 0 10px;
}
.rental-list {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    font-weight: bold;
}
table .atten-wrap {
    width: 100%;
    border-bottom: none;
}
table .atten {
    display: block;
    border-bottom: none;
}
table .atten p {
    font-size: 84%;
}
table .atten:last-child {
    width: 100%;
    font-weight: normal;
}
table tr {
    padding: .35em;
    border-bottom: 1px solid #3A6028;
}
table .rental-item_title:last-child {
    border-bottom: none
}
table th, table td {
    padding: 1em 10px 1em 1em;
    background-color: #F8E784;
}
table th:last-child, table td:last-child {
    border: none;
    background-color: #F8E784;
}
table th {
    width: 70%;
    padding: 0;
}
.ren-title-item {
    padding: 10px 10px 10px 20px;
    font-size: 120%;
    text-align: left;
    border-left: 10px solid #3B5F28;
    color: #3B5F28;
}
.point-txt {
    font-size: 140%;
    color: #3B5F28;
}
.txt {
    text-align: left;
}
.price {
    text-align: right;
}
/*==============保有車両=============*/
#inventory table {
    width: 100%;
    max-width: 1000px !important;
}
#inventory tbody tr:nth-child(odd) td {
    background-color: #F1F2F0 !important;
}
#inventory tbody tr:nth-child(even) td {
    background-color: #fff !important;
}
.point-inve_txt {
    margin-right: 4px;
    font-size: 110%;
    font-weight: bold;
}
.inve-total {
    margin: 20px auto 0;
    max-width: 1000px;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}
.inve-total img {
    max-width: 110px;
    width: 100%;
}
.total-txt {
    margin: 0px 20px 0px 0px;
    font-size: 140%;
}
.total-nam {
    margin: 0 4px;
    font-size: 140%;
    font-weight: bold;
}
/*==============輸送実績=============*/
#works {
    margin: 0px auto 0px;
}
#works .content-wrap {
    max-width: none;
}
#works .swiper-wrapper {
    margin: 0;
    gap: 32px;
}
#works .small-swiper {
    position: relative;
    height: 100%;
    overflow: hidden;
}
#works .swiper-slide {
    width: 100%;
    min-height: 450px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    background-color: #F1F2F0;
}
.small-swiper .swiper-slide img {
    width: 100%;
}
.small-swiper .swiper-slide p {
    margin: 20px 0 0px 0;
    font-weight: bold;
}
.swiper-btn {
    width: 100%;
    max-width: 440px;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
    position: relative;
}
#works .swiper-pagination {
    width: 100% !important;
    display: block;
    position: relative;
    top: 0;
}
/*丸のデザイン*/
#works .small-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    padding: 0;
    border: solid 1px #3B5F28;
    justify-content: center;
    background-color: #fff !important;
    transition: all 0.3s;
    position: relative;
}
#works .small-swiper .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    position: relative;
    border: solid 1px #3B5F28;
    background-color: #fff !important;
}
#works .small-swiper .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    margin: 0 auto;
    background-color: #3B5F28;
    border-radius: 20px;
    top: 2px;
    left: 2px;
}
#works .swiper-pagination-bullet-active::before {
    display: none;
}
#works .swiper-button-prev, #works .swiper-button-next {
    border: none !important;
    background-color: #3B5F28;
    width: 40px;
    height: 40px;
    padding: 0;
}
#works .swiper-navigation-icon {
    display: none;
}
/* 左向き白三角 */
#works .swiper-button-next::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    width: 20px;
    height: 20px;
    background-color: #fff;
    clip-path: polygon(80% 50%, 0 0, 0 90%);
}
/* 右向き白三角 */
#works .swiper-button-prev::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -50%);
    width: 20px;
    height: 20px;
    background-color: #fff;
    clip-path: polygon(0 50%, 80% 0, 80% 100%);
}
#works .swiper-button-prev-active {
    background-color: #333;
}
/*==============会社案内=============*/
.abo-cap {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto 40px;
    text-align: center;
}
.about-link_wrap {
    width: 98%;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 32px;
}
.about-wrap .marker {
    font-weight: bold;
}
/*==============ニュース=============*/
.news-sp-btn {
    display: none;
}
.title-flex {
    width: 20%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}
.title-flex .title-content {
    margin: 0 0 90px;
}
.news-wrap .eng-mini, .news-wrap .title-main {
    text-align: left;
}
.news-wrap {
    margin: 80px 0 200px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 60px;
}
#news .news-list_wrap {
    width: 80%;
}
#news .content-title {
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    color: #F79C8B;
}
#news .news-wrap {
    width: 90%;
    max-width: 1400px;
    margin: 100px auto;
}
#news .news-list_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-end;
    position: relative;
}
#news .news-title {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    gap: 50px;
    transition: all 0.5s;
}
#news .news-title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
   background-image: linear-gradient(#3B5F28 80%, transparent 20%);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 20% 3px;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s;
}
#news .news-title:hover::before {
    background-size: 100% 3px;
    transition: all 0.5s;
}
#news .news-title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #F1F2F0;
    bottom: 0;
    left: 0;
    z-index: -0;
}
#news .news-list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
}
#news .news-item-top {
    width: 20%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
#news .news-list-item {
    box-sizing: border-box;
    background-color: #fff;
    list-style: none;
}
#news .news-list-item .news-title:hover {
    transition: all 0.3s;
    background-color: #F1F2F0;
    box-shadow: none;
    box-sizing: border-box;
}
#news .news-day {
    width: 20%;
    font-size: 90%;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    color: #3B5F28;
}
#news .news-txt {
    width: 80%;
    font-size: 1rem;
    margin-top: 0px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*==============採用情報=============*/
#recruit .title-flex .title-content {
    margin: 0 0 60px;
}
#recruit .eng-mini {
    color: #fff;
    text-align: left;
}
#recruit .title-main {
    color: #fff;
    text-align: left;
}
#recruit .title-flex {
    width: 60%;
    position: relative;
}
.rec-bg .content-wrap {
    padding: 30px 0 30px;
}
.recruit-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}
.rec-txt {
    margin-bottom: 32px;
    color: #fff;
    line-height: 180%;
    font-weight: normal;
}
.recruit-img {
    width: 60%;
}
.recruit-img img {
    width: 100%;
}
.rec-bg {
    margin: 0px 0px;
    padding: 30px 0px 50px;
    background-image: url("../img/common/rec-bg_img.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.rec-btn {
    max-width: 360px;
}
/*切り替え_起点*/
@media screen and (max-width: 1300px) {
    /*===TOPボタンリスト==*/
    .middle_btn_list {
        gap: 30px;
    }
    .middle_btn_list li {
        width: 100%;
        margin: 0 auto;
        max-width: 400px;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }
    .middle_btn_list .point-nam_cap {
        text-align: left;
        font-size: 90%;
    }
    .middle_btn_list .point-title {
        text-align: center;
        font-size: 100%;
    }
}
@media screen and (max-width: 1470px) {
    /*===TOP-サブバナー==*/
    .top-sub-swiper {
        max-width: 320px;
    }
    .pick-title p {
        font-size: 70%;
    }
    .top-sub-swiper .sub-img_wrap {
        padding: 10px 10px 20px 10px;
    }
}