@charset "UTF-8";
/* CSS Document */
/*==共通=====================================================*/
.top-sec {
    position: relative;
}
.content-sub-wrap {
    width: 100%;
}
.sub-sec {
    width: 90%;
    max-width: 1400px;
    margin: 0px auto;
    padding: 70px 0 100px;
}
.sub-top-img_wrap {
    height: 15vw;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
/*サブtopイメージ*/
#about-main .sub-top-img_wrap {
    background-image: url("../img/sub/top-sub_about.jpg");
    background-position: 50% 15%;
}
#recruit-main .sub-top-img_wrap {
    background-image: url("../img/sub/top-sub_recruit.jpg");
    background-position: 50% 90%;
}
#news-main .sub-top-img_wrap {
    background-image: url("../img/sub/top-sub_news.jpg");
    background-position: 50% 70%;
}
.top-sec::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(59, 95, 40, 0.5);
    position: absolute;
    z-index: 0;
}
.sub-sec_title {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    z-index: 1;
}
/*パンクズ*/
.breadcrumbs {
    width: 98%;
    max-width: 1400px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    font-size: 100%;
}
.breadcrumbs p {
    color: #102C19;
}
.breadcrumbs p::before {
    content: ">";
    margin: 0 8px;
    font-size: 80%;
    color: #333;
    pointer-events: none;
    transition: all .3s;
}
.breadcrumbs a {
    color: #3B5F28;
    font-size: 100%;
    transition: all 0.2s;
    border-bottom: 1px solid #3B5F28;
}
.breadcrumbs a:hover {
    color: #3B5F28;
    border-bottom: none;
}
.breadcrumbs p::before .breadcrumbs a:hover {
    border-bottom: none;
}
.contenr-wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.cap-txt {
    margin: 20px 0;
}
/*下のボタン*/ .sub-home_btn {
    max-width: 320px;
    width: 100%;
    margin: 80px auto;
}
/*==============会社案内=============*/
.message-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.message-name_wrap {
    margin: 30px 0 0;
    padding:
        0 0 10px 0;
    font-weight: bold;
    font-size: 110%;
    border-bottom: 3px solid #F1F2F0;
    position: relative;
}
.message-name_wrap::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 90px;
    height: 90px;
    background-image: url("../img/common/favicon.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.4;
}
.message-wrap .eng-mini, .message-wrap .title-main {
    text-align: left;
}
.message-name {
    font-size: 120%;
}
.message-img img {
    width: 100%;
}
#about-main .title-flex {
    width: 50%;
}
/*--沿革--*/
.history-img_list {
    margin: 32px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
}
.history-img-itam {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}
.his-point {
    font-size: 110%;
    font-weight: bold;
}
.history-img-itam img {
    max-width: 320px;
    width: 100%;
}
/*--概要--*/
.about-contet_wrap {
    display: flex;
    justify-content: space-around;
    gap: 60px;
}
.about-contet_wrap .eng-mini, .about-contet_wrap .title-main {
    text-align: left;
}
/*リスト*/
#about table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
#about table .atten-wrap {
    width: 100%;
    border-bottom: none;
}
#about table .atten {
    display: block;
    border-bottom: none;
}
#about table .atten:last-child {
    width: 100%;
}
#about table tr {
    padding: .35em;
    border-bottom: 1px solid #3A6028;
}
#about table .rental-item_title:last-child {
    border-bottom: none
}
#about table th, #about table td {
    padding: 1em 10px 1em 1em;
    background-color: #F1F2F0;
}
#about table th:last-child, #about table td:last-child {
    border: none;
    background-color: #F1F2F0;
}
#about 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;
}
.point-abo_txt {
    color: #3B5F28;
    text-align: left;
    font-weight: bold
}
.txt {
    width: 20%;
}
.price {
    text-align: left;
}
/*新聞-画像クリック*/
.shinbun_wrap {
    width: 100%;
    margin: 32px 0 0;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    gap: 32px;
}
.big-img {
    transition: all 0.3s;
}
.big-img:hover {
    opacity: 0.7;
    transition: all 0.3s;
}
.shinbun_img img {
    max-width: 400px;
    width: 100%;
}
.point-click {
    padding: 10px;
    box-sizing: border-box;
    background-color: #F8E784;
    text-align: center;
}
.shinbun_txt_list {
    margin: 10px 0 0;
    list-style: auto;
}
/*=======事業内容========*/
.business-wrap {
    width: 100%;
}
.rental-list-wrap {
    width: 100%;
    margin: 0 auto;
    background-color: #F8E784;
}
.rental-list-wrap table {
    font-weight: bold;
}
.rental-wrap table .atten:last-child {}
.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;
}
/*レンタル*/
.br-ren-pc {
    display: block;
}
.br-ren {
    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;
}
.rental-wrap .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: center;
    align-items: center;
    gap: 20px;
}
.rental-wrap .ren-flex {
    display: flex;
    justify-content: flex-start;
    flex-flow: column;
    align-items: center;
    gap: 14px;
}
.rental-wrap .point-tex {
    font-size: 200%;
    color: #fff;
}
.rental-wrap .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: .4em;
}
.rental-wrap .point-rental {
    margin: 0 0 20px 0;
    padding: 20px;
    box-sizing: border-box;
    color: #3B5F28;
    font-size: 170%;
    font-weight: bold;
    background-color: #F8E784;
}
.rental-wrap .ren-txt {
    color: #fff;
}
.rental-wrap .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-wrap .rental-list {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.rental-wrap table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    color: #000;
}
.rental-wrap table .atten-wrap {
    width: 100%;
    border-bottom: none;
}
.rental-wrap table .atten {
    display: block;
    border-bottom: none;
}
.rental-wrap table .atten:last-child {
    width: 100%;
}
.rental-wrap table tr {
    padding: .35em;
    border-bottom: 1px solid #3A6028;
}
.rental-wrap table .rental-item_title:last-child {
    border-bottom: none
}
.rental-wrap table th, .rental-wrap table td {
    padding: 1em 10px 1em 1em;
    background-color: #F8E784;
}
.rental-wrap table th:last-child, .rental-wrap table td:last-child {
    border: none;
    background-color: #F8E784;
}
.rental-wrap table th {
    width: 70%;
    padding: 0;
}
.rental-wrap .ren-title-item {
    padding: 10px 10px 10px 20px;
    font-size: 120%;
    text-align: left;
    border-left: 10px solid #3B5F28;
    color: #3B5F28;
}
.rental-wrap .point-txt {
    font-size: 140%;
    color: #3B5F28;
}
.rental-wrap .txt {
    text-align: left;
}
.rental-wrap .price {
    text-align: right;
}
/*=======保有車両========*/
.inventory-list table {
    width: 100%;
    max-width: 1000px !important;
    margin: 0 auto;
    border-collapse: collapse;
}
.inventory-list .txt {
    width: 50%;
}
.inventory-list .price {
    text-align: right;
}
.inventory-list tbody tr:nth-child(odd) td {
    background-color: #F1F2F0 !important;
}
.inventory-list tbody tr:nth-child(even) td {
    background-color: #fff !important;
}
.inventory-list table .atten:last-child {
    width: 100%;
}
.inventory-list table tr {
    padding: .35em;
    border-bottom: 1px solid #3A6028;
}
.inventory-list table .rental-item_title:last-child {
    border-bottom: none
}
.inventory-list table th, .inventory-list table td {
    padding: 1em 10px 1em 1em;
    background-color: #F8E784;
}
.inventory-list table th:last-child, .inventory-list table td:last-child {
    border: none;
    background-color: #F8E784;
}
.inventory-list table th {
    width: 70%;
    padding: 0;
}
.inventory-list .point-inve_txt {
    margin-right: 4px;
    font-size: 120%;
    font-weight: bold;
}
.inventory-list .inve-total {
    margin: 20px auto 0;
    max-width: 1000px;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}
.inventory-list .inve-total img {
    max-width: 150px;
    width: 100%;
}
.inventory-list .total-txt {
    margin: 0px 20px 0px 0px;
    font-size: 140%;
}
.inventory-list .total-nam {
    margin: 0 4px;
    font-size: 140%;
    font-weight: bold;
}
/*==============ニュース=============*/
.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-list_wrap {
    width: 80%;
}
.content-title {
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    color: #F79C8B;
}
.news-wrap {
    width: 90%;
    max-width: 1400px;
    margin: 100px auto;
}
.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-title {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    gap: 50px;
    transition: all 0.5s;
}
.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-title:hover::before {
    background-size: 100% 3px;
    transition: all 0.5s;
}
.news-title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #F1F2F0;
    bottom: 0;
    left: 0;
    z-index: -0;
}
.news-list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
}
.news-item-top {
    width: 20%;
    display: flex;
    justify-content: center;
}
.news-list-item {
    box-sizing: border-box;
    background-color: #fff;
    list-style: none;
}
.news-list-item .news-title:hover {
    transition: all 0.3s;
    background-color: #F1F2F0;
    box-shadow: none;
    box-sizing: border-box;
}
.news-day-flex {
    display: flex;
}
.news-day {
    margin-right: 30px;
    padding-bottom: 3px;
    font-size: 90%;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    color: #3B5F28;
}
.news-day-title {
    font-size: 90%;
    color: #3B5F28;
}
.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;
}
/*ニュース詳細*/
.news-p-title {
    color: #3B5F28;
    font-size: 120%;
    padding: 8px 10px;
    border-bottom: 2px solid #3B5F28;
    display: flex;
    align-items: center;
    gap: 12px;
}
.news-p-day {
    padding: 1px 10px;
    font-size: 100%;
    background-color: #F1F2F0;
    letter-spacing: 0.05rem;
    display: flex;
    align-items: anchor-center;
}
.title-img {
    width: 85px;
    margin: 0 10px 8px;
}
.news-p-txt {
    width: 98%;
    margin: 32px auto;
    font-size: 100%;
}
.news-page_btn {
    margin: 0 10px;
    max-width: 350px;
}
/*==============採用情報=============*/
/*リクルート画像ループ*/
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.about-img_wrap {
    width: 100%;
    height: 100%;
    position: relative;
}
.catchcopy-box {
    width: 100%;
    height: 100%;
    bottom: 0px;
    position: absolute;
    background-image: url("../img/sub/recruit-catchcopy.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 95%;
    z-index: 1;
}
.about-img_infinity {
    width: 100%;
    padding: 2px 0;
    box-sizing: border-box;
}
.about-img_scroll {
    overflow: hidden;
    display: flex;
}
.about-img_scroll_list {
    margin: 0px auto;
    padding: 0;
    display: flex;
    list-style: none;
    gap: 60px;
}
.scroll_list-left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.about-img_scroll-list__item {
    width: calc(100vh / 1.5);
    position: relative;
    display: flex;
    list-style: none;
}
.about-img_scroll-list__item::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.about-img_scroll-list__item:last-child {
    margin-right: 60px;
}
.about-img_scroll-list__item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
/*採用内ボタン*/
.rec_btn-list .btn-com_y {
    color: #3B5F28;
}
.rec_btn-list .btn-com_y:hover {
    color: #fff;
    transition: all 0.3s;
    background-color: #3B5F28;
}
.rec_btn-list .btn-com_y:hover .triangle-btn_g {
    border-bottom: 10px solid #fff;
}
.rec_btn-list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    gap: 60px;
}
.rec_btn-list li {
    width: 100%;
}
.rec-want_list {
    width: 98%;
    display: flex;
    justify-content: space-between;
    list-style: none;
    gap: 32px;
}
.rec-want_list li {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
}
.rec-want_list li::after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -23px;
    background-color: #E5E5E5;
}
.rec-want_list li:first-child::after {
    display: none;
}
.rec-want_point {
    margin: 20px 0;
    color: #3B5F28;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}
.rec-want_txt {
    text-align: left;
}
.rec-icon {
    width: 100%;
    max-width: 163px;
    background-color: #D2E2CA;
    padding: 30px 20px;
    box-sizing: border-box;
    border-radius: 140px;
}
.rec-voice_list {
    width: 98%;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    list-style: none;
    gap: 32px;
    background-image: url("../img/sub/r-comment-icon.svg"), url("../img/sub/l-comment-icon.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: 0% 100%, 100% 100%;
    background-size: 10%;
    z-index: -1;
}
.rec-voice_list li {
    width: 100%;
    max-width: 300px;
    margin: 0;
    padding: 20px 30px;
    display: flex;
    background-color: #fff;
    position: relative;
}
.rec-voice_list li::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 40px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 20px 10px 0 10px;
}
.rec-voice_list li p {
    margin: 0 auto;
    text-align: left;
    font-size: 100%;
    font-weight: bold;
}
/*====募集要項======*/
#recruit-info .ren-title-item {
    font-weight: bold;
    max-width: 960px;
    margin: 32px auto;
}
.rec-info_list {
    width: 98%;
    max-width: 1000px;
    margin: 0 auto;
    border-collapse: collapse;
    overflow: hidden;
    table-layout: fixed;
}
.rec-info_list tr {
    background-color: #fff;
}
.rec-info_list th, .rec-info_list td {
    padding: 1em;
}
.rec-info_list td {
    width: 80%;
    box-sizing: border-box;
    border-top: 1px solid #3A6028;
    border-right: 1px solid #3A6028;
    border-bottom: 1px solid #3A6028;
}
.rec-info_list tbody th:first-child {
    border-top: 1px solid #3A6028;
}
.rec-info_list .bd-none {
    border-bottom: 1px solid #3A6028;
}
.rec-info_list tbody th {
    width: 20%;
    background-color: #3B5F28;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.jimu-list_wrap {
    margin: 80px 0 0;
}
/*====申込の流れ======*/
.rec-flow_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    list-style: none;
    gap: 30px;
}
.rec-flow_list li {
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
}
.rec-flow_list li::after {
    content: '';
    width: 20px;
    height: 100%;
    position: absolute;
    background-image: url(../img/common/yoko-g.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: -26px;
}
.rec-flow_list li:last-child::after {
    display: none;
}
.step-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #3B5F28;
}
.step {
    font-size: 130%;
	font-weight: 400;
    color: #3B5F28;
    font-family: 'Anton', sans-serif;
    box-sizing: border-box;

}
.step-title {
    margin: 0 0 0 20px;
    font-size: 130%;
}
.stap-cap {
    margin: 10px auto 32px;
}
#recruit-frow .sns-wrap {
    background-color: #fff;
}
/*フロー電話*/
.flow-phone a {
    width: 100%;
    max-width: 260px;
    display: flex;
    align-items: center;
    justify-content: left;
	font-weight: 400;
    gap: 8px;
    pointer-events: none;
}
.flow-phone img {
    width: 30px;
}
.flow-phone .tel-txt, .flow-phone .tell-nam {
    font-weight: 400;
    color: #3B5F28;
    font-family: 'Anton', sans-serif;
}
.flow-phone .tel-txt {
    margin: 6px 0 0 0px;
    font-size: 110%;
}
.flow-phone .tell-nam {
  font-size: 160%;
    letter-spacing: 1.1px;
}
.flow-phone .time-name {
    width: 40%;
    max-width: 90px;
    margin: 0;
    padding: 0px 8px;
    text-align: center;
    border: 1px solid #102C19;
    color: #102C19;
}
.flow-phone .time {
    width: 100%;
    max-width: 240px;
    display: flex;
    gap: 10px;
}
.flow-phone .time-day {
    margin: 0;
    padding: 0;
}